Commit Graph

144 Commits

Author SHA1 Message Date
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
1bf6b9d595 write unit tests for resplit, fix some issues with resplit 2021-01-30 21:52:32 +01:00
ado
a5c9216824 refator splitter, add resplit functionality, write some unit tests 2021-01-25 00:16:55 +01:00
ado
9302a25256 increase number of combinations for final splitter test 2021-01-24 01:48:12 +01:00
ado
ed6157fa9f add more splitter tests 2021-01-24 01:45:54 +01:00
ado
24fe96dc44 add splitter tests 2021-01-23 21:39:18 +01:00
ado
15f0c63643 fix converter test 2021-01-21 02:13:45 +01:00
ado
86514bfbb6 replace tuple constructor with make_tuple in converter test 2021-01-21 02:09:51 +01:00
ado
c28e777872 Merge remote-tracking branch 'origin/master' into feature/quote_escape_trim 2021-01-21 02:05:35 +01:00
ado
282f944271 update pipeline 2021-01-21 02:05:05 +01:00
ado
f0a01f65d3 update splitter tests for meson 2021-01-21 02:00:26 +01:00
ado
bea7775118 merge with master 2021-01-21 01:54:20 +01:00
red0124
fe00b99ef9
Merge pull request #4 from red0124/feature/meson
add meson support, update pipeline
2021-01-21 01:49:39 +01:00
ado
40f8dcc203 try fix test CMakeLists 2021-01-21 01:45:16 +01:00
ado
33f65e2061 remove test_main from ci 2021-01-21 01:41:54 +01:00
ado
2765cb467f add test_main to CMakeList 2021-01-21 01:36:34 +01:00
ado
f2c157efc3 fix test/CmakeLists 2021-01-21 01:32:52 +01:00
ado
e49ccede35 update tests for github ci 2021-01-21 01:29:07 +01:00
ado
4f7cf73002 update cmake for unit tests 2021-01-19 20:32:46 +01:00
ado
92e8e200f9 add meson support, update pipeline 2021-01-19 20:26:36 +01:00
ado
6193c65388 enable matchers for parser 2021-01-17 21:46:36 +01:00
ado
4de7063708 merge with master 2021-01-17 16:48:46 +01:00
ado
4932138fba fix parser destructor 2021-01-17 15:22:50 +01:00
ado
024e5d3810 refactor splitter 2021-01-17 14:53:07 +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
red0124
0dff6d9948
Merge pull request #3 from red0124/testing
Testing
2021-01-07 23:26:45 +01:00
ado
758227a16f replate tuple constructors with make_tuple 2021-01-07 23:24:06 +01:00
ado
99ac9e49f6 testing ci 2021-01-07 23:18:05 +01:00
red0124
cf5ed7cf9e
Merge pull request #2 from red0124/testing
Testing
2021-01-07 23:16:34 +01:00
ado
1a7bfbff46 add ci to testing branch 2021-01-07 23:13:24 +01:00
ado
5ea941628b try fix pipeline 2021-01-07 23:07:08 +01:00
ado
f6b0201bf5 try fix pipeline 2021-01-07 22:57:55 +01:00
ado
0ac058c3f7 update documentation 2021-01-07 22:37:33 +01:00
ado
d70deace32 remove project version directory from include path 2021-01-07 22:21:40 +01:00
red0124
7166e1ebad
Merge pull request #1 from friendlyanon/cmake-support
CMake project structure
2021-01-07 18:26:46 +01:00
ado
f2cc7265b6 undo removal of right_of_impl 2021-01-06 19:41:39 +01:00
ado
7ea33c80e2 replace stdlib.h with cstdlib, remove not needed forward declarations in type traits, fix README typo 2021-01-06 09:08:59 +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
friendlyanon
23689cc31b Add CI workflow 2021-01-06 02:00:24 +00:00
friendlyanon
ddc5fc16df Add lists file for tests 2021-01-06 01:38:31 +00:00
friendlyanon
65b341b612 Add script to install doctest 2021-01-06 01:36:29 +00:00
friendlyanon
0797a372b9 Remove doctest from VCS 2021-01-06 01:35:35 +00:00
friendlyanon
9e25033c85 Link against filesystem
An extra link is required on some versions of GCC and Clang to use the
filesystem library.

See: https://en.cppreference.com/w/cpp/filesystem#Notes
2021-01-06 01:08:16 +00:00
friendlyanon
cfa3fc8c9e Add root lists file 2021-01-06 00:55:34 +00:00
friendlyanon
e7302aa7c4 Remove makefiles 2021-01-06 00:50:23 +00:00
ado
29a21c3bca fix typo 2021-01-04 23:11:27 +01:00
ado
8a947c3971 minor change to documentation 2021-01-03 21:46:17 +01:00