Commit Graph

104 Commits

Author SHA1 Message Date
ado
2fe2c391fe WIP, Continue writing additional parser tests, add big object flag to test cmake for mingw 2023-07-31 23:25:47 +02:00
ado
5f46259914 Merge with bugfix 2023-07-31 21:52:08 +02:00
ado
1d94989a4d Remove big obj flag for compilers except MSVC within test cmake 2023-07-30 23:06:04 +02:00
ado
84a7d46cbf WIP, Continue writing additional parser tests, add big object flag to test cmake 2023-07-30 22:59:37 +02:00
ado
9bf1dd6041 WIP, Continue writing additional parser tests 2023-07-30 19:50:29 +02:00
ado
ed71d963e0 WIP, Continue writing additional parser tests 2023-07-30 18:29:45 +02:00
ado
d9384f5d84 WIP, Continue writing additional parser tests 2023-07-30 17:29:26 +02:00
ado
a7608d825e WIP, Continue writing additional parser tests 2023-07-29 23:24:09 +02:00
ado
ba45fe1839 WIP, Continue writing additional parser tests 2023-07-29 22:57:33 +02:00
ado
37f1fb534f WIP, Continue writing additional parser tests 2023-07-29 22:51:32 +02:00
ado
e32905b59d WIP, Continue writing additional parser tests 2023-07-29 22:44:01 +02:00
ado
d6cf9bd006 WIP, Move additional parser tests to separate file 2023-07-29 20:41:31 +02:00
ado
f28f000035 WIP, Continue writing additional parser tests 2023-07-29 19:23:24 +02:00
ado
560bf815dc Merge with master 2023-07-29 16:53:24 +02:00
ado
f58091cf02 Fix test_parser.cpp formating 2023-07-29 16:51:34 +02:00
ado
a9903f7441 Add TODO comments 2023-07-29 16:47:50 +02:00
ado
a98742945b Update test helpers 2023-07-29 13:56:00 +02:00
ado
5d6c2c4af5 Remove move count unit test from parser tests 2023-07-29 01:44:19 +02:00
ado
705ce422f0 Add constexpr values to lambda to handle msvc issue with respect to captured constexpr values 2023-07-29 01:11:29 +02:00
ado
75f5ee2a55 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings 2023-07-29 00:56:08 +02:00
ado
31cbd20f8f WIP, Continue writing additional parser tests 2023-07-28 00:17:22 +02:00
ado
a6db4a7ad2 WIP, Write additional parser tests 2023-07-25 00:56:38 +02:00
ado
5ab41c0315 Fix bug where header reading corrupted the current line buffer 2023-07-16 18:25:15 +02:00
ado
567995aafb Remove deprecated code, add exception.hpp to single_header_generator.py script 2023-07-10 23:39:08 +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
04edf1e532 Make project used forked doctest 2023-02-12 12:23:25 +01:00
ado
db2a72c18b Update CMake files 2023-02-08 21:54:44 +01:00
ado
2218b01b81 Merge remote-tracking branch 'origin/master' into improvement/meson_update 2023-02-07 23:22:36 +01:00
ado
f777b04eb8 Fix failing mingw unit test 2023-02-01 22:45:50 +01:00
ado
7831bbd735 Add forcefallback wrap_mode option in meson.build 2023-02-01 01:22:43 +01:00
ado
f2b49e6d6c Update meson dependency usage 2023-02-01 00:52:23 +01:00
ado
a2d72cdef3 remove unused script 2022-03-30 19:56:57 +02:00
ado
c214975ca0 add unit tests for conversion without the fast float library 2022-03-30 19:54:50 +02:00
ado
d328f7d59d add test_single_header.sh 2022-03-30 18:35:10 +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
1ddc61c62e add possibility to iterate with the parser, update unit tests, update README 2021-02-28 19:22:54 +01:00
ado
580b66f9e6 undo test bedges on failed ci 2021-02-27 13:53:06 +01:00
ado
15f0f248e9 test bedges on failed ci 2021-02-27 13:44:42 +01:00
ado
0197fa2f0a try fix vs ci 2021-02-25 20:09:13 +01:00
ado
2f7e3f63f7 try vs ci 2021-02-25 00:49:50 +01:00
ado
62e01561b2 try ubuntu icc pipeline 2021-02-24 22:08:11 +01:00
ado
bdb07bcc32 fix parser unit tests for mingw 2021-02-23 01:02:15 +01:00
ado
b2e172201c add msys2-clang.yml 2021-02-21 22:42:08 +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