tomlplusplus/examples
Mark Gillard 87d6c7eef1 renamed default_formatter to toml_formatter
also:
- renamed `TOML_PARSER` option to `TOML_ENABLE_PARSER`
- added `TOML_ENABLE_TOML_FORMATTER` option
- added `TOML_ENABLE_JSON_FORMATTER` option
- added `default_init_flags` param to `array::resize()`
2021-10-30 15:56:14 +03:00
..
CMakeLists.txt Modernize the CMake build files (#102) 2021-05-20 22:03:35 +03:00
error_printer.cpp fixed inf and nan being formatted incorrectly by the json_formatter 2021-10-29 23:59:53 +03: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 fixed inf and nan being formatted incorrectly by the json_formatter 2021-10-29 23:59:53 +03: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 fixed inf and nan being formatted incorrectly by the json_formatter 2021-10-29 23:59:53 +03:00
toml_to_json_transcoder.vcxproj added additional metafunctions 2021-05-21 14:28:45 +03:00