Commit Graph

18 Commits

Author SHA1 Message Date
Yasuhiro Hatta eb38710590 Implement error handling 2017-05-28 14:27:11 +09:00
Yasuhiro Hatta 13c29f98ed Merge branch 'master' into develop
# Conflicts:
#	Tests/CSVTests/CSVTests.swift
#	Tests/CSVTests/ReadmeTests.swift
2016-12-23 16:52:27 +09:00
Claus Höfele 5568da5328 Use stdlib byte swapping functionality
Byte swapping functionality in stdlib works on both macOS and Linux (in contrast to CFSwapXX utilities which are only available on macOS as part of CoreFoundation)
2016-11-28 21:58:09 +01:00
Yasuhiro Hatta 485738a95c Use `malloc` / `free` instead of `Array` 2016-11-04 20:05:40 +09:00
Yasuhiro Hatta 597272db9b Error handling #10 2016-10-24 01:22:23 +09:00
Yasuhiro Hatta 40e34fc990 Replace magic number with variable 2016-10-23 02:22:07 +09:00
Yasuhiro Hatta 3834bbbb4f Run swiftlint autocorrect 2016-10-23 01:06:26 +09:00
Yasuhiro Hatta f1ef6a7270 Update comments 2016-10-22 23:35:09 +09:00
Yasuhiro Hatta e010536e1e Swift 3.0 support #2 2016-08-21 18:48:17 +09:00
Yasuhiro Hatta 0acd6ddd20 Fix compiler warning 2016-08-21 11:32:27 +09:00
Yasuhiro Hatta 445882ac94 Apply the UpperCamelCase to enums 2016-07-23 13:25:39 +09:00
Yasuhiro Hatta 2703bb9385 Version 0.3.0 2016-07-23 13:06:03 +09:00
Yasuhiro Hatta 85e1ece74c Implement error handling 2016-07-20 01:20:09 +09:00
Yasuhiro Hatta 0dfc025b79 Clean up the code 2016-07-20 01:17:27 +09:00
Yasuhiro Hatta 29d0f2b091 Use Swift built-in Unicode Codecs 2016-06-26 02:35:13 +09:00
Yasuhiro Hatta f9df2e5c9d Code refactoring 2016-06-23 00:52:17 +09:00
Yasuhiro Hatta 58f9399e57 Code refactoring 2016-06-22 00:30:17 +09:00
Yasuhiro Hatta db64ab561f Add new algorithm 2016-06-21 01:23:20 +09:00