Commit Graph

21 Commits

Author SHA1 Message Date
ado
f973f404be refactor code, increase performance 2021-02-05 18:28:10 +01:00
ado
6da0cb3544 add mismatched quote error, update error handling for splitter, add unit tests, update test_helpers buffer 2021-02-02 02:17:31 +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
a5c9216824 refator splitter, add resplit functionality, write some unit tests 2021-01-25 00:16:55 +01:00
ado
bea7775118 merge with master 2021-01-21 01:54:20 +01:00
ado
92e8e200f9 add meson support, update pipeline 2021-01-19 20:26:36 +01:00
ado
263dba7626 create seperate header for the splitter, move splitter tests to different cpp file 2021-01-17 02:15:06 +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
ado
0487f33eb1 replace error_mode String and Bool with error_string and error_bool 2021-01-01 21:57:14 +01:00
ado
aec49e7e4f update documentation, fix minor bug 2021-01-01 18:38:53 +01:00
ado
918023496e make default error_mode Bool 2020-12-27 17:00:06 +01:00
ado
e406253694 make indent with 4 caracters instead of 8 2020-12-26 00:46:42 +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
a06121ff92 add composite, add bool error handling 2020-12-12 23:32:06 +01:00
ado
47ef93b532 remove throws on invalid 2020-12-10 21:05:17 +01:00
ado
cbdd350b63 make specialization inline 2020-12-10 20:43:27 +01:00
ado
6b9639afc8 update converter.hpp to work with gcc, add uninstall to makefile 2020-12-10 20:41:49 +01:00
ado
9d45ff7b62 initial commit, copy everything to new repository 2020-12-10 19:26:56 +01:00