tomlplusplus/examples
Mark Gillard 0ffd23d73f removed final from value, array and table
also:
- renamed `TOML_WINDOWS_COMPAT` to `TOML_ENABLE_WINDOWS_COMPAT`
- renamed `TOML_UNRELEASED_FEATURES` to `TOML_ENABLE_UNRELEASED_FEATURES`
- added additional tests
- fixed minor documentation issues
2021-10-31 17:58:42 +02:00
..
CMakeLists.txt Modernize the CMake build files (#102) 2021-05-20 22:03:35 +03:00
error_printer.cpp removed final from value, array and table 2021-10-31 17:58:42 +02:00
error_printer.vcxproj added additional metafunctions 2021-05-21 14:28:45 +03:00
example.toml string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
examples.h renamed default_formatter to toml_formatter 2021-10-30 15:56:14 +03:00
meson.build build(meson): general improvements and fixes (#115) 2021-09-22 09:47:15 +03:00
simple_parser.cpp removed final from value, array and table 2021-10-31 17:58:42 +02:00
simple_parser.vcxproj added additional metafunctions 2021-05-21 14:28:45 +03:00
toml_generator.cpp renamed default_formatter to toml_formatter 2021-10-30 15:56:14 +03:00
toml_generator.vcxproj added additional metafunctions 2021-05-21 14:28:45 +03:00
toml_to_json_transcoder.cpp removed final from value, array and table 2021-10-31 17:58:42 +02:00
toml_to_json_transcoder.vcxproj added additional metafunctions 2021-05-21 14:28:45 +03:00