tomlplusplus/python
Mark Gillard ca6f639fb9 fixed narrowing conversion warnings when constructing int values from unsigned
also:
- added ability to construct values from wide strings and u8 strings
- added non-template version of array::is_homogeneous()
- added explicit instantiations for more template types when `!TOML_ALL_INLINE`
- cleaned up abi namespaces
- simplified build and test machinery on windows
- removed TOML_CHAR_8_STRINGS since it no longer makes sense
2020-07-20 00:40:55 +03:00
..
ci_single_header_check.py fixed BOM check causing EOF on very short iostream inputs 2020-06-25 17:33:01 +03:00
generate_conformance_tests.py fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
generate_documentation.py fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
generate_single_header.py fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
generate_unicode_functions.py fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
generate_windows_test_targets.py fixed narrowing conversion warnings when constructing int values from unsigned 2020-07-20 00:40:55 +03:00
utils.py expanded allowable conversion semantics of value and value_or 2020-07-17 16:33:56 +03:00