tomlplusplus/include/toml++
Mark Gillard 2219fd22bb release 0.1.0
- added `toml::is_number<>`
- added `toml::node_type::none`
- added initializer_list and vector relops to `toml::array`
- added constructors for `time_offset` and `date_time`
- added much to `node_view`
- added tests for `node_view` value relops
- added lots more documentation
- removed `time_offset::from_hh_mm`
- removed the handling of `\s` literals (looks like it's not going be accepted as-is)
2020-02-20 23:33:32 +02:00
..
toml_array.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_common.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_date_time.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_default_formatter.h added value assignment operators 2020-02-18 23:29:59 +02:00
toml_formatter.h added value assignment operators 2020-02-18 23:29:59 +02:00
toml_json_formatter.h added value assignment operators 2020-02-18 23:29:59 +02:00
toml_node_view.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_node.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_parser.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_print_to_stream.h added value assignment operators 2020-02-18 23:29:59 +02:00
toml_table.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_utf8_generated.h moved date and time stuff to separate header 2020-01-11 23:15:24 +02:00
toml_utf8.h added insertion operations for tables and arrays 2020-02-13 20:34:45 +02:00
toml_value.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml_version.h release 0.1.0 2020-02-20 23:33:32 +02:00
toml.h release 0.1.0 2020-02-20 23:33:32 +02:00