tomlplusplus/tests
Andrea Pappacoda 73870cef54
build(meson): general improvements and fixes (#115)
Use the / operator instead of join_paths

Use the / operator instead of using "/" in string paths

Use the includedir opt instead of hardcoding "include" in install_subdir

Remove discouraged layout=flat option (mesonbuild/meson#9243)

Remove unneeded Wextra, Wpedantic flags, already added by warning_level

Remove manual -Oz flag when using Clang (mesonbuild/meson#9286)

Make use of : in kwargs consistent
2021-09-22 09:47:15 +03:00
..
vs building warning-clean on VS 16.10.0 pre3 2021-05-12 00:48:53 +03:00
catch2.h building warning-clean on VS 16.10.0 pre3 2021-05-12 00:48:53 +03:00
conformance_burntsushi_invalid.cpp updated conformance tests (see #113) 2021-09-07 20:02:00 +03:00
conformance_burntsushi_valid.cpp updated conformance tests (see #113) 2021-09-07 20:02:00 +03:00
conformance_iarna_invalid.cpp fixed an illegal table redefinition edge case (closes #112) 2021-09-04 14:52:28 +03:00
conformance_iarna_valid.cpp updated conformance tests (see #113) 2021-09-07 20:02:00 +03:00
cpp.hint restructuring and minor refactoring 2021-04-18 22:58:41 +03:00
impl_catch2.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
impl_toml.cpp added additional metafunctions 2021-05-21 14:28:45 +03:00
leakproof.h fixed parser memory leak (fixes #64) 2020-10-09 11:44:40 +03:00
manipulating_arrays.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
manipulating_parse_result.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
manipulating_tables.cpp fixed missing blank lines between consecutive empty tables/A-o-T 2021-01-07 12:06:26 +02:00
manipulating_values.cpp removed <fstream> requirement for parse_file 2021-05-19 14:36:25 +03:00
meson.build build(meson): general improvements and fixes (#115) 2021-09-22 09:47:15 +03:00
parsing_arrays.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_booleans.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_comments.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_dates_and_times.cpp allow lowercase 't' and 'z' in datetimes (per spec) 2021-07-04 13:58:33 +03:00
parsing_floats.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_integers.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_key_value_pairs.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_spec_example.cpp restructuring and minor refactoring 2021-04-18 22:58:41 +03:00
parsing_strings.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
parsing_tables.cpp fixed dotted kvps being unable to add subtables (fixes #61) 2021-01-16 12:59:10 +02:00
settings.h update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
tests.cpp fixed an illegal table redefinition edge case (closes #112) 2021-09-04 14:52:28 +03:00
tests.h fixed an illegal table redefinition edge case (closes #112) 2021-09-04 14:52:28 +03:00
tloptional.h restructuring and minor refactoring 2021-04-18 22:58:41 +03:00
unicode.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
unicode.h moved the unicode function generator stuff to another repo 2020-08-01 22:37:39 +03:00
user_feedback.cpp fixed an illegal table redefinition edge case (closes #112) 2021-09-04 14:52:28 +03:00
using_iterators.cpp restructuring and minor refactoring 2021-04-18 22:58:41 +03:00
windows_compat.cpp restructuring and minor refactoring 2021-04-18 22:58:41 +03:00