tomlplusplus/examples
Mark Gillard f2fe57d21f fixed inf and nan being formatted incorrectly by the json_formatter
also:
- added `formatter_flags::quote_infinities_and_nans`
- made constructors for dates/times accept any integral types
- lots of internal work on formatter base (laying groundwork for more customization)
2021-10-29 23:59:53 +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 fixed inf and nan being formatted incorrectly by the json_formatter 2021-10-29 23:59:53 +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 fixed inf and nan being formatted incorrectly by the json_formatter 2021-10-29 23:59:53 +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