Commit Graph

93 Commits

Author SHA1 Message Date
ado
6dfc30d5c9 WIP, Fix merge compile error 2023-07-25 01:01:06 +02:00
ado
a6db4a7ad2 WIP, Write additional parser tests 2023-07-25 00:56:38 +02:00
ado
77631b8c0d Merge remote-tracking branch 'origin/master' into improvement/throw_on_error 2023-07-25 00:53:51 +02:00
ado
6edce88d79 Fix bug where the default delimiter would be used for multiline data 2023-07-25 00:36:53 +02:00
ado
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
ado
29c471e33a Update valid method for throw_on_error 2023-07-16 20:26:09 +02:00
ado
0ff86630f8 Add comment 2023-07-16 18:26:24 +02:00
ado
5ab41c0315 Fix bug where header reading corrupted the current line buffer 2023-07-16 18:25:15 +02:00
ado
03f5b839fc Minor changes 2023-07-13 22:29:49 +02:00
ado
9f4bcb03e1 Add buffer_size_ to reader move constructor and move operator=, apply minor changes 2023-07-12 23:33:33 +02:00
ado
956156b412 Fix resplit segmentation fault, fix issues when working with empty files 2023-07-10 22:21:07 +02:00
ado
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
ado
41b89d1d3d Add converter tests with throw_on_error 2023-07-09 17:11:52 +02:00
ado
f3225b8b16 Add splitter tests with throw_on_error 2023-07-09 12:54:39 +02:00
ado
eeac30651a Implement throw_on_error functionality, rename some template parameters 2023-06-29 23:41:03 +02:00
ado
a4ecbd4dc8 Replace ss::ternary_t with std::conditional_t 2023-02-12 12:45:49 +01:00
ado
9fa9edb24d add spp.hpp 2022-03-30 20:11:55 +02:00
ado
c214975ca0 add unit tests for conversion without the fast float library 2022-03-30 19:54:50 +02:00
ado
62055f03c7 add script to generate single header 2022-03-30 18:14:30 +02:00
ado
0aacff5729 add a few more parser unit test, disable clang12 workflow 2022-03-28 19:30:39 +02:00
ado
2c1fe9be9f update documentation 2022-03-28 19:11:41 +02:00
ado
27d0a2f33e fix minor memory leask 2022-03-27 21:41:46 +02:00
ado
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
ado
45d166f93d add header parsing to parser 2022-02-27 19:40:23 +01:00
ado
2944b90100 add column mapping to converter 2022-02-26 18:47:15 +01:00
ado
1ddc61c62e add possibility to iterate with the parser, update unit tests, update README 2021-02-28 19:22:54 +01:00
ado
a9b73dfc37 update README, made parser handle invalid last line 2021-02-27 20:18:38 +01:00
ado
46e1d70551 remove user defined warnings, remove win icc ci 2021-02-27 12:41:51 +01:00
ado
b1e44ee9f8 try fix vs16 ci 2021-02-23 21:07:02 +01:00
ado
14d67d87bd try fix vs16 ci 2021-02-23 21:05:04 +01:00
ado
ae355a6242 remove one warning, update the other 2021-02-23 20:48:18 +01:00
ado
4939904f44 try fix mingw i686 2021-02-23 20:39:03 +01:00
ado
529fcc30a8 try fix mingw i686 2021-02-23 20:27:54 +01:00
ado
71e3acd1c4 try fix mingw-clang ci 2021-02-23 02:31:24 +01:00
ado
e3c098246d make clang mingw32 not use builtin overflow functions 2021-02-23 02:25:24 +01:00
ado
43e4e8a9de replace ifdef WIN with ifdef __unix__ 2021-02-21 22:25:58 +01:00
ado
3578e7b99c add custom getline for WIN... 2021-02-21 22:22:18 +01:00
ado
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
ado
2dbc21780f WIP, added multiline restriction, fixed a few bugs for multiline, updated unit tests 2021-02-20 15:53:18 +01:00
ado
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
ado
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
ado
6f2f4d9171 fix out of range copy_n within the splitter 2021-02-07 22:12:23 +01:00
ado
b626f78a71 make reader a struct 2021-02-07 21:29:12 +01:00
ado
c094ede588 update test names 2021-02-07 21:24:41 +01:00
ado
b847699b5e add/delete constructors and assign operators for the parser, refactor some code, update unit tests 2021-02-07 21:12:13 +01:00
ado
9408c385d6 replace float/double conversion with fast_float, update unit tests, update meson 2021-02-07 11:33:16 +01:00
ado
a1ca012203 minor refactoring 2021-02-06 21:08:59 +01:00
ado
9b90803f6f make split_input private, make resplit private, update tests and the converter 2021-02-06 01:44:46 +01:00
ado
42629c39c4 refactore a bit more, increase escape shifting performance 2021-02-06 00:55:05 +01:00
ado
f973f404be refactor code, increase performance 2021-02-05 18:28:10 +01:00