Commit Graph

399 Commits

Author SHA1 Message Date
ado
62e19df343 Update test_parser2 to include ignore_header and ignore_empty options 2023-08-03 17:04:06 +02:00
ado
0858369c7d Fix test CMakeList.txt 2023-07-31 23:30:26 +02:00
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
red0124
57abdb3923
Merge pull request #26 from red0124/bugfix/terminated_escape_on_quoted_multiline
Fix bug where the parsing of data containing escaped new lines within…
2023-07-31 23:05:52 +02:00
ado
5f46259914 Merge with bugfix 2023-07-31 21:52:08 +02:00
ado
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
ado
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
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
red0124
78c75abec7
Merge pull request #25 from red0124/feature/win_msvc_ci
Feature/win msvc ci
2023-07-29 16:25:26 +02:00
ado
76091263f2 Fix win-msvc ci badge 2023-07-29 16:11:27 +02:00
ado
d99cba274e Add win-msvc ci badge 2023-07-29 16:08:33 +02:00
ado
e70fc05646 Fix msvc ci configure step 2023-07-29 15:39:51 +02:00
ado
21d1096edf Fix msvc ci yaml issues 2023-07-29 15:37:53 +02:00
ado
72b74a3b64 Fix msvc ci configure step 2023-07-29 15:35:29 +02:00
ado
b7f6009eb9 Fix msvc ci yaml issues 2023-07-29 15:30:05 +02:00
ado
bdfd896861 Fix msvc vs 16 ci 2023-07-29 15:17:39 +02:00
ado
d6bc8086b2 Fix msvc ci configure step 2023-07-29 15:03:25 +02:00
ado
f762736da2 Fix msvc ci configure step 2023-07-29 14:59:49 +02:00
ado
739077a8db Fix msvc ci vs version names 2023-07-29 14:54:25 +02:00
ado
3dcb2ce2ef Add vs16 for msvc ci 2023-07-29 14:22:41 +02:00
ado
e4d9e10ac3 Update msvc ci 2023-07-29 14:14:02 +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
58857fff2d Add config option for ctest within win-msvc.yml 2023-07-29 01:18:11 +02:00
ado
e6a7e09975 Add config option for ctest within win-msvc.yml 2023-07-29 01:18:01 +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
6baeb2d598 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings 2023-07-29 00:53:04 +02:00
ado
7b1f49d304 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings 2023-07-29 00:49:06 +02:00
ado
515ddad997 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings 2023-07-29 00:45:33 +02:00
ado
fd39b5eef2 Try msvc ci 2023-07-29 00:38:27 +02:00
red0124
77185cb366
Merge pull request #24 from red0124/improvement/markdown_cicd_badge_link
Add hyperlink for cicd badges
2023-07-28 21:30:10 +02:00
ado
ad991d6a7d Add hyperlink for cicd badges 2023-07-28 21:28:32 +02:00
ado
31cbd20f8f WIP, Continue writing additional parser tests 2023-07-28 00:17:22 +02:00
red0124
304ca6ef0f
Merge pull request #23 from red0124/bugfix/single_header_include_update
Update ssp.hpp to handle issue fixed in the previous commit
2023-07-25 11:24:54 +02:00
ado
103ff33f21 Update ssp.hpp to handle issue fixed in the previous commit 2023-07-25 11:13:32 +02:00
ado
6dfc30d5c9 WIP, Fix merge compile error 2023-07-25 01:01:06 +02:00