|
848689451c
|
Add big float extraction test
|
2023-08-08 12:29:04 +02:00 |
|
|
b7e5dd28b8
|
Update splitter tests
|
2023-08-08 12:10:20 +02:00 |
|
|
e316558a7b
|
Add parser test for invalid rows with header
|
2023-08-08 11:07:26 +02:00 |
|
|
6e27f35209
|
Update coverage ci
|
2023-08-08 02:08:31 +02:00 |
|
|
d4c9227830
|
Update coverage ci
|
2023-08-08 01:06:27 +02:00 |
|
|
f232c7d995
|
Add coverage ci
|
2023-08-08 00:43:02 +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 |
|
|
7c9ba953ad
|
Fix typo
|
2023-08-05 13:52:31 +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 |
|
|
5173e7afbc
|
Update test file names
|
2023-08-03 23:09:25 +02:00 |
|
|
5963df5ffd
|
Update test meson.build
|
2023-08-03 23:04:05 +02:00 |
|
|
19538597e5
|
Make test_parser2 segments creage unique file names with respect to each other
|
2023-08-03 21:53:40 +02:00 |
|
|
7656ba0a55
|
Fix CMake typo
|
2023-08-03 21:32:35 +02:00 |
|
|
761445bd36
|
Split test_parser2 into multiple segments
|
2023-08-03 21:28:41 +02:00 |
|
|
62e19df343
|
Update test_parser2 to include ignore_header and ignore_empty options
|
2023-08-03 17:04:06 +02:00 |
|
|
0858369c7d
|
Fix test CMakeList.txt
|
2023-07-31 23:30:26 +02:00 |
|
|
2fe2c391fe
|
WIP, Continue writing additional parser tests, add big object flag to test cmake for mingw
|
2023-07-31 23:25:47 +02:00 |
|
|
5f46259914
|
Merge with bugfix
|
2023-07-31 21:52:08 +02:00 |
|
|
1d94989a4d
|
Remove big obj flag for compilers except MSVC within test cmake
|
2023-07-30 23:06:04 +02:00 |
|
|
84a7d46cbf
|
WIP, Continue writing additional parser tests, add big object flag to test cmake
|
2023-07-30 22:59:37 +02:00 |
|
|
9bf1dd6041
|
WIP, Continue writing additional parser tests
|
2023-07-30 19:50:29 +02:00 |
|
|
ed71d963e0
|
WIP, Continue writing additional parser tests
|
2023-07-30 18:29:45 +02:00 |
|
|
d9384f5d84
|
WIP, Continue writing additional parser tests
|
2023-07-30 17:29:26 +02:00 |
|
|
a7608d825e
|
WIP, Continue writing additional parser tests
|
2023-07-29 23:24:09 +02:00 |
|
|
ba45fe1839
|
WIP, Continue writing additional parser tests
|
2023-07-29 22:57:33 +02:00 |
|
|
37f1fb534f
|
WIP, Continue writing additional parser tests
|
2023-07-29 22:51:32 +02:00 |
|
|
e32905b59d
|
WIP, Continue writing additional parser tests
|
2023-07-29 22:44:01 +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 |
|
|
a98742945b
|
Update test helpers
|
2023-07-29 13:56:00 +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 |
|
|
75f5ee2a55
|
Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings
|
2023-07-29 00:56:08 +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 |
|
|
567995aafb
|
Remove deprecated code, add exception.hpp to single_header_generator.py script
|
2023-07-10 23:39:08 +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 |
|