red0124
|
78c75abec7
|
Merge pull request #25 from red0124/feature/win_msvc_ci
Feature/win msvc ci
|
2023-07-29 16:25:26 +02:00 |
|
|
76091263f2
|
Fix win-msvc ci badge
|
2023-07-29 16:11:27 +02:00 |
|
|
d99cba274e
|
Add win-msvc ci badge
|
2023-07-29 16:08:33 +02:00 |
|
|
e70fc05646
|
Fix msvc ci configure step
|
2023-07-29 15:39:51 +02:00 |
|
|
21d1096edf
|
Fix msvc ci yaml issues
|
2023-07-29 15:37:53 +02:00 |
|
|
72b74a3b64
|
Fix msvc ci configure step
|
2023-07-29 15:35:29 +02:00 |
|
|
b7f6009eb9
|
Fix msvc ci yaml issues
|
2023-07-29 15:30:05 +02:00 |
|
|
bdfd896861
|
Fix msvc vs 16 ci
|
2023-07-29 15:17:39 +02:00 |
|
|
d6bc8086b2
|
Fix msvc ci configure step
|
2023-07-29 15:03:25 +02:00 |
|
|
f762736da2
|
Fix msvc ci configure step
|
2023-07-29 14:59:49 +02:00 |
|
|
739077a8db
|
Fix msvc ci vs version names
|
2023-07-29 14:54:25 +02:00 |
|
|
3dcb2ce2ef
|
Add vs16 for msvc ci
|
2023-07-29 14:22:41 +02:00 |
|
|
e4d9e10ac3
|
Update msvc ci
|
2023-07-29 14:14:02 +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 |
|
|
58857fff2d
|
Add config option for ctest within win-msvc.yml
|
2023-07-29 01:18:11 +02:00 |
|
|
e6a7e09975
|
Add config option for ctest within win-msvc.yml
|
2023-07-29 01:18:01 +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 |
|
|
6baeb2d598
|
Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings
|
2023-07-29 00:53:04 +02:00 |
|
|
7b1f49d304
|
Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings
|
2023-07-29 00:49:06 +02:00 |
|
|
515ddad997
|
Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings
|
2023-07-29 00:45:33 +02:00 |
|
|
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 |
|
|
ad991d6a7d
|
Add hyperlink for cicd badges
|
2023-07-28 21:28:32 +02:00 |
|
|
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 |
|
|
103ff33f21
|
Update ssp.hpp to handle issue fixed in the previous commit
|
2023-07-25 11:13:32 +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 |
|
red0124
|
8b928de086
|
Merge pull request #22 from red0124/bugfix/multiline_on_custom_delimiter
Fix bug where the default delimiter would be used for multiline data
|
2023-07-25 00:46:43 +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 |
|
red0124
|
6196f7796b
|
Merge pull request #21 from red0124/improvement/markdown_labels
Update README links to sections
|
2023-07-20 00:21:38 +02:00 |
|
|
5672aa635e
|
Update README links to sections
|
2023-07-20 00:19:31 +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 |
|
|
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 |
|
|
41b89d1d3d
|
Add converter tests with throw_on_error
|
2023-07-09 17:11:52 +02:00 |
|
|
f3225b8b16
|
Add splitter tests with throw_on_error
|
2023-07-09 12:54:39 +02:00 |
|
|
eeac30651a
|
Implement throw_on_error functionality, rename some template parameters
|
2023-06-29 23:41:03 +02:00 |
|
|
3eefac93b1
|
Fix README issues
|
2023-05-25 01:10:37 +02:00 |
|
|
774f452689
|
fix typo
|
2023-03-19 19:48:22 +01:00 |
|
|
448066b173
|
Update version
|
2023-02-18 14:20:32 +01:00 |
|