valijson/include/valijson
Maarten van der Schrieck a40ec5ea96 Various fixes, reducing compiler warnings.
My compiler gave various warnings, which are easily fixed.
- redundant ";"
- missing NORETURN attributes
- inline @param documentation not in line with functions
- include guard prefix "_" is reserved
2024-01-06 22:30:26 +01:00
..
adapters Various fixes, reducing compiler warnings. 2024-01-06 22:30:26 +01:00
constraints Basic structure for format constraint 2022-07-17 07:30:55 +03:00
internal Various fixes, reducing compiler warnings. 2024-01-06 22:30:26 +01:00
utils fix typos in preprocessor macros 2022-11-01 13:29:16 -06:00
constraint_builder.hpp Minor suggestions from clangtidy 2020-09-04 20:47:38 +10:00
exceptions.hpp Less const-ness 2021-11-06 08:44:09 +11:00
schema_parser.hpp Various fixes, reducing compiler warnings. 2024-01-06 22:30:26 +01:00
schema.hpp Added explicit default move constructor/operator to Schema and Subschema to enable move semantics for these classes 2023-12-15 10:44:18 +01:00
subschema.hpp Added explicit default move constructor/operator to Schema and Subschema to enable move semantics for these classes 2023-12-15 10:44:18 +01:00
validation_results.hpp Cosmetic improvements for schema_parser.hpp and validation_results.hpp 2020-07-06 11:30:41 +10:00
validation_visitor.hpp Tweak behaviour of format constraint validation 2023-08-24 09:37:44 +10:00
validator.hpp Less const-ness 2021-11-06 08:44:09 +11:00