tomlplusplus/tests
Mark Gillard 3d653de7c9 fixed potential ODR issues relating to exception mode handling (fixes #6)
also:
- fixed truncation of floating-point values when using ostreams
- fixed some minor documentation issues (fixes #8)
- fixed missing value deduction guides for dates and times
- added serialization round-trip tests (closes #9)
- added node::is_number()
- added node_view::is_number()
- added node_view::value_or() (closes #7)
- added hexfloat parsing support for all implementations, not just <charconv> ones
2020-02-22 16:10:32 +02:00
..
catch2.h moved date and time stuff to separate header 2020-01-11 23:15:24 +02:00
main.cpp added json_formatter 2020-01-06 22:24:53 +02:00
manipulating_arrays.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
manipulating_tables.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
meson.build added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_arrays.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_booleans.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_comments.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_dates_and_times.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
parsing_floats.cpp fixed potential ODR issues relating to exception mode handling (fixes #6) 2020-02-22 16:10:32 +02:00
parsing_integers.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_key_value_pairs.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
parsing_spec_example.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
parsing_strings.cpp release 0.1.0 2020-02-20 23:33:32 +02:00
parsing_tables.cpp added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
tests.cpp new file: .circleci/config.yml 2020-01-04 16:21:38 +02:00
tests.h fixed potential ODR issues relating to exception mode handling (fixes #6) 2020-02-22 16:10:32 +02:00