Mark Gillard
|
d9473b85da
|
updated conformance tests
|
2022-01-02 21:35:26 +02:00 |
|
Mark Gillard
|
ad4ae98af0
|
added ASan to CI (closes #123)
also:
- made all wrapped array and table iterator internal conversions explicit
- minor example code refactoring
|
2021-11-25 20:20:22 +02:00 |
|
Mark Gillard
|
9066ac7d01
|
fixed strong exception guarantee edge-cases
also:
- added `value` copy+move constructor overloads with flags override
`table::ref()` now supports explicit ref categories and cv-qualifiers
|
2021-11-14 19:24:19 +02:00 |
|
Mark Gillard
|
32df34add2
|
added prune() to table and array
|
2021-11-12 20:21:02 +02:00 |
|
Mark Gillard
|
209e9b6faa
|
added toml::key (closes #82)
also:
- added `table::lower_bound()`
- added `table::emplace_hint()`
- changed `table` key type to `toml::key`
- clarified value initializer static assert messages
- lots of misc refactoring
|
2021-11-10 22:07:05 +02:00 |
|
Mark Gillard
|
9783a94ed4
|
minor cleanup
|
2021-11-07 22:33:02 +02:00 |
|
Mark Gillard
|
97132cb27c
|
added preserve_source_value_flags
also:
- fixed natvis file for v3 namespace
- small refactors
|
2021-10-29 16:28:04 +03:00 |
|
Mark Gillard
|
bd9944a31a
|
removed double-bracket requirement for toml::table constructor
also:
- fixed incorrect `noexcept` specifications on many functions
- fixed missing `#include <initializer_list>`
- removed unnecessary uses of `final`
|
2021-10-26 23:53:27 +03:00 |
|
Mark Gillard
|
dbc078202d
|
removed internal operator""_sz (ADL is a cruel mistress)
also:
- applied clang-format to tests
- added some missing `TOML_API`
|
2021-10-26 16:49:23 +03:00 |
|
Mark Gillard
|
7da912c45e
|
fixed incorrect clang+GCC flag in meson build script
also:
- renamed `_impl.h` files to `*.inl`
- simplified warning + namespace management boilerplate
- applied clang-format to examples
- bumped minimum required meson version to `0.54.0`
|
2021-10-26 00:53:57 +03:00 |
|