|
397cf21d18
|
[skip ci] Make multiline restricted functionality work, fix line numbers update
|
2023-08-14 01:12:15 +02:00 |
|
|
eb8f205300
|
[skip ci] Make escaping functionality work within quotes
|
2023-08-13 19:44:52 +02:00 |
|
|
b618384054
|
[skip ci] Add escaping functionality to new parsing method
|
2023-08-13 16:51:31 +02:00 |
|
|
4e4c3a6e02
|
[ckip ci] Add quoting functionality to new parsing method
|
2023-08-13 11:36:56 +02:00 |
|
|
0b3b719155
|
[ckip ci] Replace getline with fread, update parser
|
2023-08-12 21:15:44 +02:00 |
|
|
8b72deb1ed
|
Remove some comments, update README, update ssp.hpp
|
2023-08-08 14:38:49 +02:00 |
|
|
7df96d95c7
|
Make line method work on errors too
|
2023-08-06 19:56:28 +02:00 |
|
|
9c11f22d79
|
Update rethrow error message line number
|
2023-08-06 19:43:41 +02:00 |
|
|
a152a8cb4a
|
Apply minor change to iterator, add handling of invalid header
|
2023-08-06 15:55:23 +02:00 |
|
|
a378998e34
|
Update parser exception handling for invalid split/conversion
|
2023-08-06 14:04:21 +02:00 |
|
|
3c0a440fe9
|
[skip ci] Update README
|
2023-08-06 12:33:05 +02:00 |
|
|
952ff236ff
|
Fix header generation on empty line buffer
|
2023-08-05 20:48:01 +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 |
|
|
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 |
|
|
a7ea9e42e5
|
Update error handling methods
|
2023-08-05 11:45:31 +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 |
|
|
5f46259914
|
Merge with bugfix
|
2023-07-31 21:52:08 +02:00 |
|
|
fbe19de70c
|
Merge remote-tracking branch 'origin/bugfix/terminated_escape_on_quoted_multiline' into improvement/throw_on_error
|
2023-07-31 21:50:45 +02:00 |
|
|
27ef7f2e21
|
Fix bug where the parsing of data containing escaped new lines within quotes would produce bad outputs
|
2023-07-31 21:49:15 +02:00 |
|
|
84a7d46cbf
|
WIP, Continue writing additional parser tests, add big object flag to test cmake
|
2023-07-30 22:59:37 +02:00 |
|
|
a9903f7441
|
Add TODO comments
|
2023-07-29 16:47:50 +02:00 |
|
|
31cbd20f8f
|
WIP, Continue writing additional parser tests
|
2023-07-28 00:17:22 +02:00 |
|
|
6dfc30d5c9
|
WIP, Fix merge compile error
|
2023-07-25 01:01:06 +02:00 |
|
|
a6db4a7ad2
|
WIP, Write additional parser tests
|
2023-07-25 00:56:38 +02:00 |
|
|
77631b8c0d
|
Merge remote-tracking branch 'origin/master' into improvement/throw_on_error
|
2023-07-25 00:53:51 +02:00 |
|
|
6edce88d79
|
Fix bug where the default delimiter would be used for multiline data
|
2023-07-25 00:36:53 +02:00 |
|
|
7d0a5598a8
|
Merge branch 'improvement/throw_on_error' of https://github.com/red0124/ssp into improvement/throw_on_error
|
2023-07-23 13:12:37 +02:00 |
|
|
29c471e33a
|
Update valid method for throw_on_error
|
2023-07-16 20:26:09 +02:00 |
|
|
0ff86630f8
|
Add comment
|
2023-07-16 18:26:24 +02:00 |
|
|
5ab41c0315
|
Fix bug where header reading corrupted the current line buffer
|
2023-07-16 18:25:15 +02:00 |
|
|
03f5b839fc
|
Minor changes
|
2023-07-13 22:29:49 +02:00 |
|
|
9f4bcb03e1
|
Add buffer_size_ to reader move constructor and move operator=, apply minor changes
|
2023-07-12 23:33:33 +02:00 |
|
|
956156b412
|
Fix resplit segmentation fault, fix issues when working with empty files
|
2023-07-10 22:21:07 +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 |
|
|
eeac30651a
|
Implement throw_on_error functionality, rename some template parameters
|
2023-06-29 23:41:03 +02:00 |
|
|
a4ecbd4dc8
|
Replace ss::ternary_t with std::conditional_t
|
2023-02-12 12:45:49 +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 |
|
|
45d166f93d
|
add header parsing to parser
|
2022-02-27 19:40:23 +01:00 |
|
|
1ddc61c62e
|
add possibility to iterate with the parser, update unit tests, update README
|
2021-02-28 19:22:54 +01:00 |
|
|
a9b73dfc37
|
update README, made parser handle invalid last line
|
2021-02-27 20:18:38 +01:00 |
|
|
3578e7b99c
|
add custom getline for WIN...
|
2021-02-21 22:22:18 +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 |
|
|
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 |
|