tomlplusplus/examples
Mark Gillard f3bd22bff4 fixed some incorrect handling of vertical whitespace when printing TOML to streams
also:
- added `date_time` converting constructors from `date` and `time`
- added `is_key<>` and is_key_or_convertible<>` metafunctions
- exposed `TOML_NAMESPACE_START` and `TOML_NAMESPACE_END` macros to help with ADL specialization scenarios
- added encoder and decoder for `toml-test` (closes #125)
2022-01-03 21:01:32 +02:00
..
benchmark_data.toml added parse_benchmark example 2021-11-04 11:56:03 +02:00
CMakeLists.txt added parse_benchmark example 2021-11-04 11:56:03 +02:00
error_printer.cpp fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
error_printer.vcxproj fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
example.toml string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
examples.hpp fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
meson.build updated conformance tests 2022-01-02 21:35:26 +02:00
parse_benchmark.cpp fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
parse_benchmark.vcxproj fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
simple_parser.cpp fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
simple_parser.vcxproj fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
toml_generator.cpp fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
toml_generator.vcxproj fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
toml_to_json_transcoder.cpp fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00
toml_to_json_transcoder.vcxproj fixed some incorrect handling of vertical whitespace when printing TOML to streams 2022-01-03 21:01:32 +02:00