tomlplusplus/vs
Mark Gillard c7483cb92c added insertion operations for tables and arrays
also:
- fixed column numbers being wrong when a value ended at EOF
- fixed some `print_to_stream` overloads for `char8_t`
- fixed a minor preprocessor snafu on MSVC
- fixed '\' not being escaped when printing string values
- added an initializer list constructor for tables
- added `array::flatten`
- added `table::find`
- added `table::is_inline` setter
- added `TOML_SMALL_INT_TYPE`
- added `parse_file`
- added stream operator for source_region
- added proper license notice for the utf8 decoder
- added lots more documentation and tests
2020-02-13 20:34:45 +02:00
..
.runsettings new file: .circleci/config.yml 2020-01-04 16:21:38 +02:00
parse_file.vcxproj added json_formatter 2020-01-06 22:24:53 +02:00
test_char8_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_char8.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_char_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_char.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_strict_char8_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_strict_char8.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_strict_char_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_strict_char.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_char8_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_char8.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_char_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_char.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_strict_char8_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_strict_char8.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_strict_char_noexcept.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
test_x86_strict_char.vcxproj added insertion operations for tables and arrays 2020-02-13 20:34:45 +02: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 json_formatter 2020-01-06 22:24:53 +02:00
toml++.sln added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
toml++.vcxproj added printing for arrays 2020-01-12 23:23:35 +02:00
toml++.vcxproj.filters added printing for arrays 2020-01-12 23:23:35 +02:00