tomlplusplus/tests
Björn Schäpers 05f8b1f1cc
Make iterators real iterators (#77)
They were missing the iterator_category and thus could not be used with
some standard algorithms.
2020-12-18 18:08:15 +02:00
..
catch2.h fixed leading/trailing newlines with printing to ostreams (fixes #48) 2020-07-21 16:11:32 +03:00
conformance_burntsushi_invalid.cpp updated TOML version to v1.0.0-rc.2 2020-08-09 12:32:17 +03:00
conformance_burntsushi_valid.cpp fixed parser memory leak (fixes #64) 2020-10-09 11:44:40 +03:00
conformance_iarna_invalid.cpp updated TOML version to v1.0.0-rc.2 2020-08-09 12:32:17 +03:00
conformance_iarna_valid.cpp updated TOML version to v1.0.0-rc.2 2020-08-09 12:32:17 +03:00
impl_catch2.cpp fixed parser memory leak (fixes #64) 2020-10-09 11:44:40 +03:00
impl_toml.cpp fixed _Float16 erroneously supported on g++ (closes #57) 2020-09-01 14:47:21 +03:00
leakproof.h fixed parser memory leak (fixes #64) 2020-10-09 11:44:40 +03:00
manipulating_arrays.cpp added tests for copying and insertion (closes #49) 2020-08-02 12:20:41 +03:00
manipulating_parse_result.cpp deprecated parse_result::get() in favour of parse_result::table() 2020-07-20 17:26:36 +03:00
manipulating_tables.cpp fixed array iterator conversion error (closes #67) 2020-10-22 14:34:01 +03:00
manipulating_values.cpp fixed useless cast warning on GCC10 2020-12-15 13:39:58 +02:00
meson.build Make iterators real iterators (#77) 2020-12-18 18:08:15 +02:00
parsing_arrays.cpp moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
parsing_booleans.cpp fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
parsing_comments.cpp fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
parsing_dates_and_times.cpp fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
parsing_floats.cpp moved is_homogenous to toml::node 2020-08-02 17:02:10 +03:00
parsing_integers.cpp fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
parsing_key_value_pairs.cpp minor cleanup 2020-08-08 20:51:33 +03:00
parsing_spec_example.cpp fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
parsing_strings.cpp minor cleanup 2020-08-08 20:51:33 +03:00
parsing_tables.cpp minor cleanup 2020-08-08 20:51:33 +03:00
settings.h fixed parser memory leak (fixes #64) 2020-10-09 11:44:40 +03:00
tests.cpp fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
tests.h fixed useless cast warning on GCC10 2020-12-15 13:39:58 +02:00
tloptional.h fixed leading/trailing newlines with printing to ostreams (fixes #48) 2020-07-21 16:11:32 +03:00
unicode.cpp fixed parser memory leak (fixes #64) 2020-10-09 11:44:40 +03:00
unicode.h moved the unicode function generator stuff to another repo 2020-08-01 22:37:39 +03:00
user_feedback.cpp fixed toml::literals namespace ambiguity (closes #69) 2020-10-22 16:25:26 +03:00
using_iterators.cpp Make iterators real iterators (#77) 2020-12-18 18:08:15 +02:00
windows_compat.cpp Rename Windows.h to windows.h for mingw-w64 (#63) 2020-09-30 16:14:25 +03:00