Commit Graph

32 Commits

Author SHA1 Message Date
ado
2f7e3f63f7 try vs ci 2021-02-25 00:49:50 +01:00
ado
62e01561b2 try ubuntu icc pipeline 2021-02-24 22:08:11 +01:00
ado
bdb07bcc32 fix parser unit tests for mingw 2021-02-23 01:02:15 +01:00
ado
b2e172201c add msys2-clang.yml 2021-02-21 22:42:08 +01:00
ado
1af0e75788 update all unit tests, fix bug with unterminated escape, updated multiline parsing, refactored some code, removed unused code 2021-02-21 02:49:23 +01:00
ado
2dbc21780f WIP, added multiline restriction, fixed a few bugs for multiline, updated unit tests 2021-02-20 15:53:18 +01:00
ado
ea42948c42 add string_error and multiline within the setup, remove set_error_mode, update unit tests, update documentation 2021-02-13 01:14:25 +01:00
ado
c094ede588 update test names 2021-02-07 21:24:41 +01:00
ado
b847699b5e add/delete constructors and assign operators for the parser, refactor some code, update unit tests 2021-02-07 21:12:13 +01:00
ado
d887dff82a get rid of maybe-uninitialized warnings 2021-02-01 00:56:42 +01:00
ado
035e27c5ab add converter tests with quote trim and escape, enable resplit on converter, make parser handle multi-line csv, add unit tests 2021-01-31 23:08:46 +01:00
ado
24fe96dc44 add splitter tests 2021-01-23 21:39:18 +01:00
ado
bea7775118 merge with master 2021-01-21 01:54:20 +01:00
ado
e49ccede35 update tests for github ci 2021-01-21 01:29:07 +01:00
ado
92e8e200f9 add meson support, update pipeline 2021-01-19 20:26:36 +01:00
ado
69d6df12be add splitter, update converter and parser, update unit tests 2021-01-17 00:46:05 +01:00
ado
cd264faa70 add buffer to converter 2021-01-10 23:51:20 +01:00
friendlyanon
8fdd796bdb Fix include paths in tests 2021-01-06 02:36:14 +00:00
friendlyanon
d31c545d23 Add doctest define to lists file 2021-01-06 02:34:51 +00:00
ado
91853a3287 fix try_next and try_object when returning false, update unit tests 2021-01-03 17:27:21 +01:00
ado
60c8156fb7 replace or_else_object with or_object inside the parser, update documentation 2021-01-02 02:31:45 +01:00
ado
f39e1669f4 implement the try_object method, update unit tests, update documentation 2021-01-01 23:52:14 +01:00
ado
0487f33eb1 replace error_mode String and Bool with error_string and error_bool 2021-01-01 21:57:14 +01:00
ado
918023496e make default error_mode Bool 2020-12-27 17:00:06 +01:00
ado
5a1e5b3877 add tests for error mode 2020-12-27 16:51:59 +01:00
ado
e406253694 make indent with 4 caracters instead of 8 2020-12-26 00:46:42 +01:00
ado
16f4648cb3 make on_error accept lambda without arguments, update tests 2020-12-26 00:42:01 +01:00
ado
371da072be move values inside composite when possible, write unit tests for composite 2020-12-26 00:36:08 +01:00
ado
879c726964 make converter able to take a tuple as conversion argument 2020-12-19 14:41:19 +01:00
ado
508e091469 rename to_struct to to_object, refactor some code 2020-12-15 22:32:34 +01:00
ado
0d84fcf7e8 add support for CRLF 2020-12-11 18:14:06 +01:00
ado
9d45ff7b62 initial commit, copy everything to new repository 2020-12-10 19:26:56 +01:00