|
6c859959d6
|
Add more unit tests for buffer mode
|
2024-02-17 17:43:33 +01:00 |
|
|
f04ede3a49
|
Add option to read csv data from a buffer, add some unit tests for the new feature
|
2024-02-17 00:55:36 +01:00 |
|
|
e316558a7b
|
Add parser test for invalid rows with header
|
2023-08-08 11:07:26 +02:00 |
|
|
975ef2e4a5
|
Add invalid multiline parser tests
|
2023-08-06 17:39:09 +02:00 |
|
|
2c7bc763a5
|
Update ssp.hpp, add more parser unit tests
|
2023-08-06 16:55:52 +02:00 |
|
|
a152a8cb4a
|
Apply minor change to iterator, add handling of invalid header
|
2023-08-06 15:55:23 +02:00 |
|
|
7d44d503d9
|
Update the remainder of the unit tests to handle throw_on_error, make parser not set error if all lines are empty
|
2023-08-05 19:58:00 +02:00 |
|
|
2e1c4c97ec
|
Fix handling of invalid conversion/split within parser, update parser tests
|
2023-08-05 18:11:13 +02:00 |
|
|
3170cb661c
|
Minor test changes
|
2023-08-05 13:49:10 +02:00 |
|
|
03870aa1ba
|
Update header parsing
|
2023-08-05 13:30:14 +02:00 |
|
|
2b132bc33a
|
Apply minor changes to tests
|
2023-08-05 12:05:17 +02:00 |
|
|
634abdd38b
|
Add invalid header usage tests
|
2023-08-04 21:22:23 +02:00 |
|
|
c981ed6644
|
Write additional parser tests, update some of the existing tests to work with throw_on_error
|
2023-08-04 16:48:07 +02:00 |
|
|
d6cf9bd006
|
WIP, Move additional parser tests to separate file
|
2023-07-29 20:41:31 +02:00 |
|
|
f28f000035
|
WIP, Continue writing additional parser tests
|
2023-07-29 19:23:24 +02:00 |
|
|
560bf815dc
|
Merge with master
|
2023-07-29 16:53:24 +02:00 |
|
|
f58091cf02
|
Fix test_parser.cpp formating
|
2023-07-29 16:51:34 +02:00 |
|
|
a9903f7441
|
Add TODO comments
|
2023-07-29 16:47:50 +02:00 |
|
|
5d6c2c4af5
|
Remove move count unit test from parser tests
|
2023-07-29 01:44:19 +02:00 |
|
|
705ce422f0
|
Add constexpr values to lambda to handle msvc issue with respect to captured constexpr values
|
2023-07-29 01:11:29 +02:00 |
|
|
31cbd20f8f
|
WIP, Continue writing additional parser tests
|
2023-07-28 00:17:22 +02:00 |
|
|
a6db4a7ad2
|
WIP, Write additional parser tests
|
2023-07-25 00:56:38 +02:00 |
|
|
5ab41c0315
|
Fix bug where header reading corrupted the current line buffer
|
2023-07-16 18:25:15 +02:00 |
|
|
a7a97b3ba8
|
Make throw_on_error and string_error separate options, update parser to have line reading a separate function with respect to splitting
|
2023-07-10 02:39:24 +02:00 |
|
|
f777b04eb8
|
Fix failing mingw unit test
|
2023-02-01 22:45:50 +01:00 |
|
|
0aacff5729
|
add a few more parser unit test, disable clang12 workflow
|
2022-03-28 19:30:39 +02:00 |
|
|
2c1fe9be9f
|
update documentation
|
2022-03-28 19:11:41 +02:00 |
|
|
27d0a2f33e
|
fix minor memory leask
|
2022-03-27 21:41:46 +02:00 |
|
|
a8fa5c753c
|
add ignore_header setup option, add unit tests for parsing by header, add string_view to possible conversion values
|
2022-03-27 21:04:02 +02:00 |
|
|
1ddc61c62e
|
add possibility to iterate with the parser, update unit tests, update README
|
2021-02-28 19:22:54 +01:00 |
|
|
580b66f9e6
|
undo test bedges on failed ci
|
2021-02-27 13:53:06 +01:00 |
|
|
15f0f248e9
|
test bedges on failed ci
|
2021-02-27 13:44:42 +01:00 |
|
|
0197fa2f0a
|
try fix vs ci
|
2021-02-25 20:09:13 +01:00 |
|
|
2f7e3f63f7
|
try vs ci
|
2021-02-25 00:49:50 +01:00 |
|
|
62e01561b2
|
try ubuntu icc pipeline
|
2021-02-24 22:08:11 +01:00 |
|
|
bdb07bcc32
|
fix parser unit tests for mingw
|
2021-02-23 01:02:15 +01:00 |
|
|
b2e172201c
|
add msys2-clang.yml
|
2021-02-21 22:42:08 +01:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
24fe96dc44
|
add splitter tests
|
2021-01-23 21:39:18 +01:00 |
|
|
bea7775118
|
merge with master
|
2021-01-21 01:54:20 +01:00 |
|
|
e49ccede35
|
update tests for github ci
|
2021-01-21 01:29:07 +01:00 |
|
|
92e8e200f9
|
add meson support, update pipeline
|
2021-01-19 20:26:36 +01:00 |
|
|
69d6df12be
|
add splitter, update converter and parser, update unit tests
|
2021-01-17 00:46:05 +01:00 |
|
|
cd264faa70
|
add buffer to converter
|
2021-01-10 23:51:20 +01:00 |
|