tomlplusplus/docs
Mark Gillard de07ba7187 string value serialization now emits literals where possible (closes #43)
also added support for wide strings on Windows (closes #42):
- added wide-string path arg overloads of `parse()` and `parse_file()`
- added wide-string support to all relevant `table` and `array` ops
- added `std::wstring` support to `node::value()` and `node::value_or()`
- added `std::wstring` support to `node_view::value()` and `node_view::value_or()`
- added wide-string overloads of `table::operator[]`
- added wide-string overloads of `node_view::operator[]`
- added `source_region::wide_path()`
- added `TOML_WINDOWS_COMPAT` switch for explicitly enabling/disabling this stuff

also:
- fixed internal macro `assert_or_assume` leaking out of `toml_parser.hpp`
- deprecated `node_view::get()` in favour of `node_view::node()`
- minor documentation fixes
- minor cleanup
2020-07-14 20:50:24 +03:00
..
badge-awesome.svg support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
badge-C++17.svg support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
badge-C++20.svg support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
badge-license-MIT.svg support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
badge-TOML.svg support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
banner_large.png support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
banner_small.png support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
banner.ai support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
Doxyfile string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
Doxyfile-mcss support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
favicon.ico added missing operator<< for parse_error 2020-02-25 23:11:40 +02:00
github-icon.png added value assignment operators 2020-02-18 23:29:59 +02:00
logo.ai support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
logo.png support for upcoming TOML v1.0.0 release 2020-04-03 00:39:21 +03:00
main_page.dox string value serialization now emits literals where possible (closes #43) 2020-07-14 20:50:24 +03:00
tomlplusplus.css documentation improvements and minor cleanup 2020-07-06 01:03:07 +03:00
tomlplusplus.js moved date and time stuff to separate header 2020-01-11 23:15:24 +02:00