tomlplusplus/examples
Mark Gillard 2c5580c71d minor meson refactor
Yeah so it turns out meson supports splitting compound boolean logic over multiple lines. Duh. Of course it does.

Also enabled ubsan for CI example builds.
2022-04-22 22:44:52 +03: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 build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
error_printer.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
example.toml string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
examples.h build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
meson.build minor meson refactor 2022-04-22 22:44:52 +03:00
parse_benchmark.cpp fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
parse_benchmark.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
simple_parser.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
simple_parser.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
toml_generator.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
toml_generator.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00
toml_to_json_transcoder.cpp build(meson): add compile_library option 2022-02-12 22:04:16 +02:00
toml_to_json_transcoder.vcxproj fixed incorrect unicode scalar sequence transformations (#125) 2022-01-04 23:58:22 +02:00