red0124
55d0a4e598
Updated and added new functions related to headers, resolved ODR issues, resolved clang-tidy warnings ( #50 )
...
* Bugfix/odr violations (#47 )
* Make common non-member functions inline, remove unreachable line from get_line_buffer
* [skip ci] Fix namespace comments
* Resolve clang-tidy warnings (#48 )
* Resolve clang-tidy warnings, update single_header_generator.py
* Update single header test, resolve additional clang-tidy warnings
* Add header and raw_header methods, update header usage methods error handling, write new and update existing unit tests
* Update parser error messages, fix parser tests
* Add [[nodiscard]] where fitting, update unit tests (#49 )
* Add const where fitting, make splitter class members private, add #pragma once to ssp.hpp
* Modify header parsing for empty headers, update old and add new tests for header parsing
* Enable the parser to accept a header with one empty field, update unit tests
* Fix test CMakeLists.txt typo
2024-03-14 17:22:57 +01:00
0a695cf09e
Add ss::uint8 and ss::int8, add unit tests for them
2024-02-25 17:46:35 +01:00
f8e14b1fcf
[skip ci] Add std:: to invoked C std lib functions
2024-02-25 13:03:52 +01:00
8b72deb1ed
Remove some comments, update README, update ssp.hpp
2023-08-08 14:38:49 +02:00
672b89b213
Add ability to convert larger numbers without fast_float, write unit tests
2023-08-08 14:11:51 +02:00
deee577c1f
Update conversion for integral values to use std::from_chars
2023-08-07 14:11:06 +02:00
2b132bc33a
Apply minor changes to tests
2023-08-05 12:05:17 +02:00
81484f737f
Remove std::from_chars from extract.hpp
2023-08-04 22:31:29 +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
9fa9edb24d
add spp.hpp
2022-03-30 20:11:55 +02:00
c214975ca0
add unit tests for conversion without the fast float library
2022-03-30 19:54:50 +02:00
62055f03c7
add script to generate single header
2022-03-30 18:14:30 +02:00
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
46e1d70551
remove user defined warnings, remove win icc ci
2021-02-27 12:41:51 +01:00
b1e44ee9f8
try fix vs16 ci
2021-02-23 21:07:02 +01:00
14d67d87bd
try fix vs16 ci
2021-02-23 21:05:04 +01:00
ae355a6242
remove one warning, update the other
2021-02-23 20:48:18 +01:00
4939904f44
try fix mingw i686
2021-02-23 20:39:03 +01:00
529fcc30a8
try fix mingw i686
2021-02-23 20:27:54 +01:00
71e3acd1c4
try fix mingw-clang ci
2021-02-23 02:31:24 +01:00
e3c098246d
make clang mingw32 not use builtin overflow functions
2021-02-23 02:25:24 +01:00
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
9408c385d6
replace float/double conversion with fast_float, update unit tests, update meson
2021-02-07 11:33:16 +01:00
024e5d3810
refactor splitter
2021-01-17 14:53:07 +01:00
f0d3e6c635
add README, start writing documentation
2020-12-27 20:50:45 +01:00
e406253694
make indent with 4 caracters instead of 8
2020-12-26 00:46:42 +01:00
bf92abdb2c
add variant support
2020-12-20 03:16:17 +01:00
0c25efd353
add support for std::optional when extracting
2020-12-11 21:17:07 +01:00
83bbab4112
fix extract bool
2020-12-11 00:57:44 +01:00
ado
6972d2832e
minor change to extrac bool function
2020-12-10 21:09:15 +01:00
ado
47ef93b532
remove throws on invalid
2020-12-10 21:05:17 +01:00
ado
9d45ff7b62
initial commit, copy everything to new repository
2020-12-10 19:26:56 +01:00