..
array.h
added ASan to CI ( closes #123 )
2021-11-25 20:20:22 +02:00
array.inl
updated conformance tests
2022-01-02 21:35:26 +02:00
date_time.h
fixed some incorrect handling of vertical whitespace when printing TOML to streams
2022-01-03 21:01:32 +02:00
formatter.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
formatter.inl
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
forward_declarations.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
header_end.h
added parse_benchmark
example
2021-11-04 11:56:03 +02:00
header_start.h
added parse_benchmark
example
2021-11-04 11:56:03 +02:00
json_formatter.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
json_formatter.inl
added toml::key
( closes #82 )
2021-11-10 22:07:05 +02:00
key.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
make_node.h
fixed strong exception guarantee edge-cases
2021-11-14 19:24:19 +02:00
node_view_extern.inl
removed final
from value
, array
and table
2021-10-31 17:58:42 +02:00
node_view.h
refactoring
2021-11-15 09:06:03 +02:00
node_view.inl
added value flags to array + table insert methods ( closes #44 )
2021-10-29 12:59:59 +03:00
node.h
refactoring
2021-11-15 09:06:03 +02:00
node.inl
fixed incorrect clang+GCC flag in meson build script
2021-10-26 00:53:57 +03:00
parse_error.h
renamed default_formatter
to toml_formatter
2021-10-30 15:56:14 +03:00
parse_result.h
fixed strong exception guarantee edge-cases
2021-11-14 19:24:19 +02:00
parser.h
fixed strong exception guarantee edge-cases
2021-11-14 19:24:19 +02:00
parser.inl
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
preprocessor.h
fixed some incorrect handling of vertical whitespace when printing TOML to streams
2022-01-03 21:01:32 +02:00
print_to_stream.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
print_to_stream.inl
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
simd.h
big parser + utf8 handling refactor
2021-11-05 00:43:42 +02:00
source_region.h
added array::at()
and table::at()
2021-11-07 21:25:42 +02:00
std_except.h
std_initializer_list.h
removed double-bracket requirement for toml::table
constructor
2021-10-26 23:53:27 +03:00
std_map.h
std_new.h
std_optional.h
std_string.h
added toml::yaml_formatter
2021-11-03 12:18:53 +02:00
std_string.inl
added parse_benchmark
example
2021-11-04 11:56:03 +02:00
std_utility.h
fixed missing #include <utility>
2021-11-03 19:11:55 +02:00
std_vector.h
table.h
fixed some incorrect handling of vertical whitespace when printing TOML to streams
2022-01-03 21:01:32 +02:00
table.inl
added ASan to CI ( closes #123 )
2021-11-25 20:20:22 +02:00
toml_formatter.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
toml_formatter.inl
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
unicode.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
unicode.inl
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
value_extern.inl
removed final
from value
, array
and table
2021-10-31 17:58:42 +02:00
value.h
refactoring
2021-11-15 09:06:03 +02:00
value.inl
added value flags to array + table insert methods ( closes #44 )
2021-10-29 12:59:59 +03:00
version.h
yaml_formatter.h
fixed incorrect unicode scalar sequence transformations ( #125 )
2022-01-04 23:58:22 +02:00
yaml_formatter.inl
added toml::key
( closes #82 )
2021-11-10 22:07:05 +02:00