tomlplusplus/examples
Mark Gillard 0fcbfbe655 fixed segfault JSON-formatting a failed parse_result (closes #96)
also:
- fixed config error in example `.vcxproj` files
- fixed spurious newline after JSON formatting a table
- fixed VS intellisense not detecting TOML_COMPILER_EXCEPTIONS correctly
- moved `parse_result` to a separate header
- made more internal macros require semicolons
- removed some old deprecations
- minor documentation fixes
2021-05-06 14:28:29 +03:00
..
CMakeLists.txt add cmake files to build and install header only library (#85) 2021-02-02 18:45:59 +02:00
error_printer.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
error_printer.vcxproj fixed segfault JSON-formatting a failed parse_result (closes #96) 2021-05-06 14:28:29 +03:00
example.toml string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
meson.build meson refactoring 2020-09-05 13:26:12 +03:00
simple_parser.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
simple_parser.vcxproj fixed segfault JSON-formatting a failed parse_result (closes #96) 2021-05-06 14:28:29 +03:00
toml_generator.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
toml_generator.vcxproj fixed segfault JSON-formatting a failed parse_result (closes #96) 2021-05-06 14:28:29 +03:00
toml_to_json_transcoder.cpp update copyright year [skip ci] 2021-01-02 17:48:47 +02:00
toml_to_json_transcoder.vcxproj fixed segfault JSON-formatting a failed parse_result (closes #96) 2021-05-06 14:28:29 +03:00
utf8_console.h Rename Windows.h to windows.h for mingw-w64 (#63) 2020-09-30 16:14:25 +03:00