|
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 |
|
|
2dbc21780f
|
WIP, added multiline restriction, fixed a few bugs for multiline, updated unit tests
|
2021-02-20 15:53:18 +01:00 |
|
|
2985027505
|
add trim_left and trim_right, add setup static asserts, update type_traits, refactor some code, add unit tests
|
2021-02-14 01:59:06 +01:00 |
|
red0124
|
dfc428c923
|
Merge pull request #10 from red0124/improvement/error_mode_and_multiline_setup
add string_error and multiline within the setup, remove set_error_mod…
|
2021-02-13 01:21:53 +01:00 |
|
|
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 |
|
red0124
|
0f178658bb
|
Merge pull request #9 from red0124/feature/rule_of_five
Feature/rule of five
|
2021-02-07 22:17:28 +01:00 |
|
|
6f2f4d9171
|
fix out of range copy_n within the splitter
|
2021-02-07 22:12:23 +01:00 |
|
|
b626f78a71
|
make reader a struct
|
2021-02-07 21:29:12 +01:00 |
|
|
c094ede588
|
update test names
|
2021-02-07 21:24:41 +01:00 |
|
|
b847699b5e
|
add/delete constructors and assign operators for the parser, refactor some code, update unit tests
|
2021-02-07 21:12:13 +01:00 |
|
|
716bc3e223
|
update README
|
2021-02-07 18:55:04 +01:00 |
|
red0124
|
22f8d5f139
|
Merge pull request #8 from red0124/feature/cmake_update
Feature/cmake update
|
2021-02-07 16:17:38 +01:00 |
|
|
feb993f4c2
|
update README
|
2021-02-07 16:02:10 +01:00 |
|
|
8455f37465
|
update README
|
2021-02-07 15:59:17 +01:00 |
|
|
2fa4f8e863
|
add meson setup to README
|
2021-02-07 15:53:43 +01:00 |
|
|
cf3469361c
|
fix README
|
2021-02-07 15:46:03 +01:00 |
|
|
8684114ad1
|
update README
|
2021-02-07 15:41:00 +01:00 |
|
|
1bad4fc3c0
|
make cmake install also install fast_float, update README
|
2021-02-07 15:07:35 +01:00 |
|
|
4376c84969
|
undo install removal from cmake
|
2021-02-07 14:02:51 +01:00 |
|
red0124
|
df2be68de1
|
Merge pull request #7 from red0124/feature/no_install
Feature/no install
|
2021-02-07 13:04:14 +01:00 |
|
|
613cc2b98a
|
disable tests if subproject in meson
|
2021-02-07 13:02:35 +01:00 |
|
|
f3f025b9c9
|
remove install option
|
2021-02-07 12:45:28 +01:00 |
|
red0124
|
77199f0145
|
Merge pull request #6 from red0124/feature/fast_float
Feature/fast float
|
2021-02-07 12:34:39 +01:00 |
|
|
50b3e7b482
|
fix fast_float link
|
2021-02-07 12:31:56 +01:00 |
|
|
459286a150
|
update README
|
2021-02-07 12:26:41 +01:00 |
|
|
e366618639
|
update cmake
|
2021-02-07 12:15:53 +01:00 |
|
|
9408c385d6
|
replace float/double conversion with fast_float, update unit tests, update meson
|
2021-02-07 11:33:16 +01:00 |
|
|
a1ca012203
|
minor refactoring
|
2021-02-06 21:08:59 +01:00 |
|
red0124
|
5cd458e2bc
|
Merge pull request #5 from red0124/feature/quote_escape_trim
Feature/quote escape trim
|
2021-02-06 01:49:37 +01:00 |
|
|
9b90803f6f
|
make split_input private, make resplit private, update tests and the converter
|
2021-02-06 01:44:46 +01:00 |
|
|
42629c39c4
|
refactore a bit more, increase escape shifting performance
|
2021-02-06 00:55:05 +01:00 |
|
|
f973f404be
|
refactor code, increase performance
|
2021-02-05 18:28:10 +01:00 |
|
|
7640c038f3
|
move setup to seperate header, add static asserts
|
2021-02-02 21:43:36 +01:00 |
|
|
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 |
|
|
d887dff82a
|
get rid of maybe-uninitialized warnings
|
2021-02-01 00:56:42 +01:00 |
|
|
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 |
|
|
1bf6b9d595
|
write unit tests for resplit, fix some issues with resplit
|
2021-01-30 21:52:32 +01:00 |
|
|
a5c9216824
|
refator splitter, add resplit functionality, write some unit tests
|
2021-01-25 00:16:55 +01:00 |
|
|
9302a25256
|
increase number of combinations for final splitter test
|
2021-01-24 01:48:12 +01:00 |
|
|
ed6157fa9f
|
add more splitter tests
|
2021-01-24 01:45:54 +01:00 |
|
|
24fe96dc44
|
add splitter tests
|
2021-01-23 21:39:18 +01:00 |
|
|
15f0c63643
|
fix converter test
|
2021-01-21 02:13:45 +01:00 |
|
|
86514bfbb6
|
replace tuple constructor with make_tuple in converter test
|
2021-01-21 02:09:51 +01:00 |
|
|
c28e777872
|
Merge remote-tracking branch 'origin/master' into feature/quote_escape_trim
|
2021-01-21 02:05:35 +01:00 |
|
|
282f944271
|
update pipeline
|
2021-01-21 02:05:05 +01:00 |
|
|
f0a01f65d3
|
update splitter tests for meson
|
2021-01-21 02:00:26 +01:00 |
|
|
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 |
|
|
40f8dcc203
|
try fix test CMakeLists
|
2021-01-21 01:45:16 +01:00 |
|
|
33f65e2061
|
remove test_main from ci
|
2021-01-21 01:41:54 +01:00 |
|