Commit Graph

21 Commits

Author SHA1 Message Date
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
ado
c516a6f826 Fix extraction tests 2024-02-26 02:37:30 +01:00
ado
0a695cf09e Add ss::uint8 and ss::int8, add unit tests for them 2024-02-25 17:46:35 +01:00
ado
672b89b213 Add ability to convert larger numbers without fast_float, write unit tests 2023-08-08 14:11:51 +02:00
ado
b9d2c2aad9 Fix big number extraction test 2023-08-08 12:57:15 +02:00
ado
32cbfe1d17 Update extraction tests, update coverage-ci, update ssp.hpp 2023-08-08 12:43:56 +02:00
ado
848689451c Add big float extraction test 2023-08-08 12:29:04 +02:00
ado
2b132bc33a Apply minor changes to tests 2023-08-05 12:05:17 +02:00
ado
c214975ca0 add unit tests for conversion without the fast float library 2022-03-30 19:54:50 +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
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
ado
c094ede588 update test names 2021-02-07 21:24:41 +01:00
ado
9408c385d6 replace float/double conversion with fast_float, update unit tests, update meson 2021-02-07 11:33:16 +01:00
ado
24fe96dc44 add splitter tests 2021-01-23 21:39:18 +01:00
ado
e49ccede35 update tests for github ci 2021-01-21 01:29:07 +01:00
ado
92e8e200f9 add meson support, update pipeline 2021-01-19 20:26:36 +01:00
friendlyanon
8fdd796bdb Fix include paths in tests 2021-01-06 02:36:14 +00:00
friendlyanon
d31c545d23 Add doctest define to lists file 2021-01-06 02:34:51 +00:00
ado
e406253694 make indent with 4 caracters instead of 8 2020-12-26 00:46:42 +01:00
ado
616316d2a7 write tests for converting std::optional and std::variant 2020-12-20 19:00:45 +01:00
ado
9d45ff7b62 initial commit, copy everything to new repository 2020-12-10 19:26:56 +01:00