.. |
vs
|
parser performance improvements
|
2021-11-09 13:08:36 +02:00 |
conformance_burntsushi_invalid.cpp
|
fixed some incorrect handling of vertical whitespace when printing TOML to streams
|
2022-01-03 21:01:32 +02:00 |
conformance_burntsushi_valid.cpp
|
fixed some incorrect handling of vertical whitespace when printing TOML to streams
|
2022-01-03 21:01:32 +02:00 |
conformance_iarna_invalid.cpp
|
updated conformance tests
|
2022-01-02 21:35:26 +02:00 |
conformance_iarna_valid.cpp
|
updated conformance tests
|
2022-01-02 21:35:26 +02:00 |
cpp.hint
|
restructuring and minor refactoring
|
2021-04-18 22:58:41 +03:00 |
formatters.cpp
|
fixed incorrect unicode scalar sequence transformations (#125)
|
2022-01-04 23:58:22 +02:00 |
impl_toml.cpp
|
fixed strong exception guarantee edge-cases
|
2021-11-14 19:24:19 +02:00 |
leakproof.h
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
lib_catch2.h
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
lib_tloptional.h
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
main.cpp
|
updated conformance tests
|
2022-01-02 21:35:26 +02:00 |
manipulating_arrays.cpp
|
added prune() to table and array
|
2021-11-12 20:21:02 +02:00 |
manipulating_parse_result.cpp
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
manipulating_tables.cpp
|
minor cleanup
|
2021-11-07 22:33:02 +02:00 |
manipulating_values.cpp
|
removed final from value , array and table
|
2021-10-31 17:58:42 +02:00 |
meson.build
|
added ASan to CI (closes #123)
|
2021-11-25 20:20:22 +02:00 |
parsing_arrays.cpp
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
parsing_booleans.cpp
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
parsing_comments.cpp
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
parsing_dates_and_times.cpp
|
fixed incorrect clang+GCC flag in meson build script
|
2021-10-26 00:53:57 +03:00 |
parsing_floats.cpp
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
parsing_integers.cpp
|
fixed date parsing when the year has a leading zero (closes #130)
|
2022-01-05 12:45:59 +02:00 |
parsing_key_value_pairs.cpp
|
removed internal operator""_sz (ADL is a cruel mistress)
|
2021-10-26 16:49:23 +03:00 |
parsing_spec_example.cpp
|
fixed incorrect clang+GCC flag in meson build script
|
2021-10-26 00:53:57 +03:00 |
parsing_strings.cpp
|
added array::replace() (closes #109)
|
2021-11-06 18:59:47 +02:00 |
parsing_tables.cpp
|
added toml::key (closes #82)
|
2021-11-10 22:07:05 +02:00 |
settings.h
|
added parse_benchmark example
|
2021-11-04 11:56:03 +02:00 |
tests.cpp
|
added formatter indentation flags (closes #120)
|
2021-10-27 16:10:57 +03:00 |
tests.h
|
fixed incorrect unicode scalar sequence transformations (#125)
|
2022-01-04 23:58:22 +02:00 |
user_feedback.cpp
|
fixed date parsing when the year has a leading zero (closes #130)
|
2022-01-05 12:45:59 +02:00 |
using_iterators.cpp
|
removed double-bracket requirement for toml::table constructor
|
2021-10-26 23:53:27 +03:00 |
windows_compat.cpp
|
removed final from value , array and table
|
2021-10-31 17:58:42 +02:00 |