tomlplusplus/examples
Mark Gillard ca6f639fb9 fixed narrowing conversion warnings when constructing int values from unsigned
also:
- added ability to construct values from wide strings and u8 strings
- added non-template version of array::is_homogeneous()
- added explicit instantiations for more template types when `!TOML_ALL_INLINE`
- cleaned up abi namespaces
- simplified build and test machinery on windows
- removed TOML_CHAR_8_STRINGS since it no longer makes sense
2020-07-20 00:40:55 +03:00
..
error_printer.cpp refactoring parser to reduce binary sizes 2020-06-29 17:49:48 +03:00
example.toml string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
meson.build minor improvements to the wording of some error messages 2020-04-14 12:45:32 +03:00
simple_parser.cpp simplified test code to reduce bloat and improve compile times 2020-06-29 01:57:59 +03:00
toml_generator.cpp simplified test code to reduce bloat and improve compile times 2020-06-29 01:57:59 +03:00
toml_to_json_transcoder.cpp simplified test code to reduce bloat and improve compile times 2020-06-29 01:57:59 +03:00
utf8_console.h fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00