tomlplusplus/vs
Mark Gillard cb000809b0 support for upcoming TOML v1.0.0 release
see https://github.com/toml-lang/toml/issues/698 for info about TOML v1.0.0

also:
- fixed some parser error-paths not returning early enough when exceptions were disabled
- added more specific error messages for parsing errors relating to prohibited codepoints
- added compilation speed improvements (particularly for platforms lacking floating-point `std::to_chars`)
- added many minor documentation improvements
- added additional tests
2020-04-03 00:39:21 +03:00
..
.runsettings minor compilation speed and binary size improvements 2020-04-01 15:53:10 +03:00
parse_file.vcxproj added json_formatter 2020-01-06 22:24:53 +02:00
test_char8_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char8_strict_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char8_strict.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char8.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char_strict_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char_strict.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_char.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char8_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char8_strict_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char8_strict.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char8.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char_strict_noexcept.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char_strict.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
test_x86_char.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
toml_to_json_transcoder.vcxproj added json_formatter 2020-01-06 22:24:53 +02:00
toml++.natvis new file: .circleci/config.yml 2020-01-04 16:21:38 +02:00
toml++.props added trivial abi attribute to date, time, time_offset 2020-03-23 17:55:32 +02:00
toml++.sln fixed ICE in VS2019 when using /std:c++17 instead of /std:c++latest 2020-03-10 08:59:36 +02:00
toml++.vcxproj support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
toml++.vcxproj.filters support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00