.clang-tidy
.gitignore
.gitmodules
.lgtm.yml
.readthedocs.yaml
CMakeLists.txt
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
ROADMAP.md
compat.cmake
pyproject.toml
requirements.txt
setup.py
tbump.toml
.github/cancel_workflows.sh
.github/codeql.yml
.github/mingw-w64-x86_64.cmake
.github/release.sh
.github/reqs.sh
.github/setenv.sh
.github/toolchains/linux-gnu-powerpc64le.cmake
.github/workflows/Makefile
.github/workflows/README.md
.github/workflows/api.yml
.github/workflows/api.ys
.github/workflows/benchmarks.yml
.github/workflows/benchmarks.ys
.github/workflows/clang.yml
.github/workflows/clang.ys
.github/workflows/clang_tidy.yml
.github/workflows/clang_tidy.ys
.github/workflows/codeql.yml
.github/workflows/codeql.ys
.github/workflows/coverage.yml
.github/workflows/coverage.ys
.github/workflows/embedded.yml
.github/workflows/embedded.ys
.github/workflows/emscripten.yml
.github/workflows/emscripten.ys
.github/workflows/gcc.yml
.github/workflows/gcc.ys
.github/workflows/infra.yml
.github/workflows/infra.ys
.github/workflows/install.yml
.github/workflows/install.ys
.github/workflows/macosx.yml
.github/workflows/macosx.ys
.github/workflows/release.yml
.github/workflows/release.ys
.github/workflows/samples.yml
.github/workflows/samples.ys
.github/workflows/windows.yml
.github/workflows/windows.ys
.github/workflows/bash/clang-checkout.bash
.github/workflows/bash/rarearchs-test-install.bash
.github/workflows/bash/rarearchs-test-run.bash
.github/workflows/share/env.yaml
.github/workflows/ys/common.ys
api/CMakeLists.txt
api/ryml.i
api/python/.gitignore
api/python/Makefile
api/python/requirements.txt
api/python/bm/bm_parse.py
api/python/rapidyaml.egg-info/PKG-INFO
api/python/rapidyaml.egg-info/SOURCES.txt
api/python/rapidyaml.egg-info/dependency_links.txt
api/python/rapidyaml.egg-info/requires.txt
api/python/rapidyaml.egg-info/top_level.txt
api/python/ryml/__init__.py
api/python/ryml/version.py
api/python/tests/test_ryml.py
bm/CMakeLists.txt
bm/bm_common.hpp
bm/bm_emit.cpp
bm/bm_parse.cpp
bm/bm_plot_rapidyaml.py
bm/libyaml.hpp
bm/rapidjson.fix.diff
bm/cases/appveyor.yml
bm/cases/bm-cases.txt
bm/cases/compile_commands.json
bm/cases/scalar_block_folded_multiline.yml
bm/cases/scalar_block_folded_singleline.yml
bm/cases/scalar_block_literal_multiline.yml
bm/cases/scalar_block_literal_singleline.yml
bm/cases/scalar_dquot_multiline.yml
bm/cases/scalar_dquot_singleline.yml
bm/cases/scalar_plain_multiline.yml
bm/cases/scalar_plain_singleline.yml
bm/cases/scalar_squot_multiline.yml
bm/cases/scalar_squot_singleline.yml
bm/cases/style_maps_blck_outer1000_inner10.yml
bm/cases/style_maps_blck_outer1000_inner100.yml
bm/cases/style_maps_blck_outer1000_inner1000.yml
bm/cases/style_maps_flow_outer1000_inner10.yml
bm/cases/style_maps_flow_outer1000_inner100.yml
bm/cases/style_maps_flow_outer1000_inner1000.yml
bm/cases/style_maps_flow_outer1000_inner1000_json.yml
bm/cases/style_maps_flow_outer1000_inner100_json.yml
bm/cases/style_maps_flow_outer1000_inner10_json.yml
bm/cases/style_seqs_blck_outer1000_inner10.yml
bm/cases/style_seqs_blck_outer1000_inner100.yml
bm/cases/style_seqs_blck_outer1000_inner1000.yml
bm/cases/style_seqs_flow_outer1000_inner10.yml
bm/cases/style_seqs_flow_outer1000_inner100.yml
bm/cases/style_seqs_flow_outer1000_inner1000.yml
bm/cases/style_seqs_flow_outer1000_inner1000_json.json
bm/cases/style_seqs_flow_outer1000_inner100_json.json
bm/cases/style_seqs_flow_outer1000_inner10_json.json
bm/cases/travis.yml
bm/results/parse.linux.i7_6800K.md
bm/results/results_after_newparser.md
bm/results/results_before_newparser.md
changelog/0.1.0.md
changelog/0.10.0.md
changelog/0.11.0.md
changelog/0.2.0.md
changelog/0.2.1.md
changelog/0.2.2.md
changelog/0.2.3.md
changelog/0.3.0.md
changelog/0.4.0.md
changelog/0.4.1.md
changelog/0.5.0.md
changelog/0.6.0.md
changelog/0.7.0.md
changelog/0.7.1.md
changelog/0.7.2.md
changelog/0.8.0.md
changelog/0.9.0.md
changelog/current.md
cmake/uninstall.cmake
doc/.gitignore
doc/Doxyfile
doc/DoxygenLayout.xml
doc/Makefile
doc/conf.py
doc/doxy_changelog.md
doc/doxy_main.md
doc/doxyrest-config.lua
doc/index.rst
doc/requirements.txt
doc/sphinx_alternative_libraries.rst
doc/sphinx_is_it_rapid.rst
doc/sphinx_other_languages.rst
doc/sphinx_quicklinks.rst
doc/sphinx_try_quickstart.rst
doc/sphinx_using.rst
doc/sphinx_yaml_standard.rst
ext/testbm.cmake
ext/c4core/.clang-tidy
ext/c4core/.git
ext/c4core/.gitignore
ext/c4core/.gitmodules
ext/c4core/CMakeLists.txt
ext/c4core/LICENSE-BOOST.txt
ext/c4core/LICENSE.txt
ext/c4core/README.md
ext/c4core/ROADMAP.md
ext/c4core/compat.cmake
ext/c4core/tbump.toml
ext/c4core/.github/release.sh
ext/c4core/.github/reqs.sh
ext/c4core/.github/setenv.sh
ext/c4core/.github/docker/build_and_push.sh
ext/c4core/.github/docker/ubuntu18.04/Dockerfile
ext/c4core/.github/docker/ubuntu18.04/c4core-install
ext/c4core/.github/docker/ubuntu22.04/Dockerfile
ext/c4core/.github/docker/ubuntu22.04/c4core-install
ext/c4core/.github/docker/ubuntu24.04/Dockerfile
ext/c4core/.github/docker/ubuntu24.04/c4core-install
ext/c4core/.github/toolchains/aarch64.cmake
ext/c4core/.github/toolchains/armv4.cmake
ext/c4core/.github/toolchains/armv5.cmake
ext/c4core/.github/toolchains/armv6.cmake
ext/c4core/.github/toolchains/armv7.cmake
ext/c4core/.github/toolchains/loongarch64.cmake
ext/c4core/.github/toolchains/mingw32.cmake
ext/c4core/.github/toolchains/mingw64.cmake
ext/c4core/.github/toolchains/mips.cmake
ext/c4core/.github/toolchains/mips64.cmake
ext/c4core/.github/toolchains/mips64el.cmake
ext/c4core/.github/toolchains/mipsel.cmake
ext/c4core/.github/toolchains/ppc.cmake
ext/c4core/.github/toolchains/ppc64.cmake
ext/c4core/.github/toolchains/ppc64le.cmake
ext/c4core/.github/toolchains/riscv64.cmake
ext/c4core/.github/toolchains/s390x.cmake
ext/c4core/.github/toolchains/sparc.cmake
ext/c4core/.github/toolchains/sparc64.cmake
ext/c4core/.github/vagrant/Vagrantfile
ext/c4core/.github/vagrant/vagrant-provision.sh
ext/c4core/.github/vagrant/macos/Vagrantfile
ext/c4core/.github/workflows/Makefile
ext/c4core/.github/workflows/README.md
ext/c4core/.github/workflows/arch.yml
ext/c4core/.github/workflows/arch.ys
ext/c4core/.github/workflows/benchmarks.yml
ext/c4core/.github/workflows/benchmarks.ys
ext/c4core/.github/workflows/clang.yml
ext/c4core/.github/workflows/clang.ys
ext/c4core/.github/workflows/clang_tidy.yml
ext/c4core/.github/workflows/clang_tidy.ys
ext/c4core/.github/workflows/codeql.yml
ext/c4core/.github/workflows/codeql.ys
ext/c4core/.github/workflows/coverage.yml
ext/c4core/.github/workflows/coverage.ys
ext/c4core/.github/workflows/emscripten.yml
ext/c4core/.github/workflows/emscripten.ys
ext/c4core/.github/workflows/gcc.yml
ext/c4core/.github/workflows/gcc.ys
ext/c4core/.github/workflows/infra.yml
ext/c4core/.github/workflows/infra.ys
ext/c4core/.github/workflows/install.yml
ext/c4core/.github/workflows/install.ys
ext/c4core/.github/workflows/libcxx.yml
ext/c4core/.github/workflows/libcxx.ys
ext/c4core/.github/workflows/macosx.yml
ext/c4core/.github/workflows/macosx.ys
ext/c4core/.github/workflows/release.yml
ext/c4core/.github/workflows/release.ys
ext/c4core/.github/workflows/windows.yml
ext/c4core/.github/workflows/windows.ys
ext/c4core/.github/workflows/share/env.yaml
ext/c4core/.github/workflows/ys/common.ys
ext/c4core/bm/CMakeLists.txt
ext/c4core/bm/bm.yml
ext/c4core/bm/bm_atox.cpp
ext/c4core/bm/bm_charconv.cpp
ext/c4core/bm/bm_charconv.hpp
ext/c4core/bm/bm_format.cpp
ext/c4core/bm/bm_itoa_threads.cpp
ext/c4core/bm/bm_plot_c4core.py
ext/c4core/bm/bm_xtoa.cpp
ext/c4core/bm/ryu.cmake
ext/c4core/bm/float/CMakeLists.txt
ext/c4core/bm/float/measure.py
ext/c4core/bm/float/read.cpp
ext/c4core/changelog/0.1.0.md
ext/c4core/changelog/0.1.1.md
ext/c4core/changelog/0.1.10.md
ext/c4core/changelog/0.1.11.md
ext/c4core/changelog/0.1.2.md
ext/c4core/changelog/0.1.3.md
ext/c4core/changelog/0.1.4.md
ext/c4core/changelog/0.1.5.md
ext/c4core/changelog/0.1.6.md
ext/c4core/changelog/0.1.7.md
ext/c4core/changelog/0.1.8.md
ext/c4core/changelog/0.1.9.md
ext/c4core/changelog/0.2.0.md
ext/c4core/changelog/0.2.1.md
ext/c4core/changelog/0.2.10.md
ext/c4core/changelog/0.2.2.md
ext/c4core/changelog/0.2.3.md
ext/c4core/changelog/0.2.4.md
ext/c4core/changelog/0.2.5.md
ext/c4core/changelog/0.2.6.md
ext/c4core/changelog/0.2.7.md
ext/c4core/changelog/0.2.8.md
ext/c4core/changelog/0.2.9.md
ext/c4core/changelog/current.md
ext/c4core/cmake/.git
ext/c4core/cmake/.gitignore
ext/c4core/cmake/ConfigurationTypes.cmake
ext/c4core/cmake/CreateSourceGroup.cmake
ext/c4core/cmake/Doxyfile.full.in
ext/c4core/cmake/Doxyfile.in
ext/c4core/cmake/ExternalProjectUtils.cmake
ext/c4core/cmake/FindD3D12.cmake
ext/c4core/cmake/FindDX12.cmake
ext/c4core/cmake/GetFlags.cmake
ext/c4core/cmake/GetNames.cmake
ext/c4core/cmake/LICENSE.txt
ext/c4core/cmake/PVS-Studio.cmake
ext/c4core/cmake/PatchUtils.cmake
ext/c4core/cmake/PrintVar.cmake
ext/c4core/cmake/README.md
ext/c4core/cmake/TargetArchitecture.cmake
ext/c4core/cmake/Toolchain-Arm-ubuntu.cmake
ext/c4core/cmake/Toolchain-Armv7.cmake
ext/c4core/cmake/Toolchain-PS4.cmake
ext/c4core/cmake/Toolchain-XBoxOne.cmake
ext/c4core/cmake/amalgamate_utils.py
ext/c4core/cmake/c4CatSources.cmake
ext/c4core/cmake/c4Doxygen.cmake
ext/c4core/cmake/c4DoxygenConfig.cmake
ext/c4core/cmake/c4GetTargetPropertyRecursive.cmake
ext/c4core/cmake/c4Project.cmake
ext/c4core/cmake/c4StaticAnalysis.cmake
ext/c4core/cmake/c4stlAddTarget.cmake
ext/c4core/cmake/requirements_doc.txt
ext/c4core/cmake/bm-xp/.gitignore
ext/c4core/cmake/bm-xp/README.md
ext/c4core/cmake/bm-xp/bm.js
ext/c4core/cmake/bm-xp/bm_plot.py
ext/c4core/cmake/bm-xp/bm_run.py
ext/c4core/cmake/bm-xp/bm_serve.py
ext/c4core/cmake/bm-xp/bm_util.py
ext/c4core/cmake/bm-xp/example_c4core.py
ext/c4core/cmake/bm-xp/example_mintm.py
ext/c4core/cmake/bm-xp/requirements.txt
ext/c4core/cmake/bm-xp/template/index.html
ext/c4core/cmake/compat/gtest_gcc-4.8.patch
ext/c4core/cmake/compat/c4/gcc-4.8.hpp
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atof-mega_bytes_per_second-double.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atof-mega_bytes_per_second-float.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-double.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-float.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atof-mega_bytes_per_second-double.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atof-mega_bytes_per_second-float.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-double.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-float.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atof-mega_bytes_per_second-double.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atof-mega_bytes_per_second-float.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-ftoa-mega_bytes_per_second-double.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-ftoa-mega_bytes_per_second-float.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i8.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u16.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u32.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u64.png
ext/c4core/doc/img/linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atof-mega_bytes_per_second-double.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atof-mega_bytes_per_second-float.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-i8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-atox-mega_bytes_per_second-u8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-ftoa-mega_bytes_per_second-double.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-ftoa-mega_bytes_per_second-float.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i8.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u16.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u32.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u64.png
ext/c4core/doc/img/windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-u8.png
ext/c4core/src/c4/allocator.hpp
ext/c4core/src/c4/base64.cpp
ext/c4core/src/c4/base64.hpp
ext/c4core/src/c4/bitmask.hpp
ext/c4core/src/c4/blob.hpp
ext/c4core/src/c4/c4_pop.hpp
ext/c4core/src/c4/c4_push.hpp
ext/c4core/src/c4/c4core.natvis
ext/c4core/src/c4/char_traits.cpp
ext/c4core/src/c4/char_traits.hpp
ext/c4core/src/c4/charconv.hpp
ext/c4core/src/c4/common.hpp
ext/c4core/src/c4/compiler.hpp
ext/c4core/src/c4/config.hpp
ext/c4core/src/c4/cpu.hpp
ext/c4core/src/c4/ctor_dtor.hpp
ext/c4core/src/c4/dump.hpp
ext/c4core/src/c4/enum.hpp
ext/c4core/src/c4/error.cpp
ext/c4core/src/c4/error.hpp
ext/c4core/src/c4/export.hpp
ext/c4core/src/c4/format.cpp
ext/c4core/src/c4/format.hpp
ext/c4core/src/c4/gcc-4.8.hpp
ext/c4core/src/c4/hash.hpp
ext/c4core/src/c4/language.cpp
ext/c4core/src/c4/language.hpp
ext/c4core/src/c4/memory_resource.cpp
ext/c4core/src/c4/memory_resource.hpp
ext/c4core/src/c4/memory_util.cpp
ext/c4core/src/c4/memory_util.hpp
ext/c4core/src/c4/platform.hpp
ext/c4core/src/c4/preprocessor.hpp
ext/c4core/src/c4/restrict.hpp
ext/c4core/src/c4/span.hpp
ext/c4core/src/c4/substr.hpp
ext/c4core/src/c4/substr_fwd.hpp
ext/c4core/src/c4/szconv.hpp
ext/c4core/src/c4/type_name.hpp
ext/c4core/src/c4/types.hpp
ext/c4core/src/c4/unrestrict.hpp
ext/c4core/src/c4/utf.cpp
ext/c4core/src/c4/utf.hpp
ext/c4core/src/c4/version.cpp
ext/c4core/src/c4/version.hpp
ext/c4core/src/c4/windows.hpp
ext/c4core/src/c4/windows_pop.hpp
ext/c4core/src/c4/windows_push.hpp
ext/c4core/src/c4/ext/fast_float.hpp
ext/c4core/src/c4/ext/fast_float_all.h
ext/c4core/src/c4/ext/debugbreak/.git
ext/c4core/src/c4/ext/debugbreak/.gitignore
ext/c4core/src/c4/ext/debugbreak/COPYING
ext/c4core/src/c4/ext/debugbreak/GNUmakefile
ext/c4core/src/c4/ext/debugbreak/HOW-TO-USE-DEBUGBREAK-GDB-PY.md
ext/c4core/src/c4/ext/debugbreak/README.md
ext/c4core/src/c4/ext/debugbreak/debugbreak-gdb.py
ext/c4core/src/c4/ext/debugbreak/debugbreak.h
ext/c4core/src/c4/ext/debugbreak/test/break-c++.cc
ext/c4core/src/c4/ext/debugbreak/test/break.c
ext/c4core/src/c4/ext/debugbreak/test/break.gdb
ext/c4core/src/c4/ext/debugbreak/test/fib.c
ext/c4core/src/c4/ext/debugbreak/test/fib.gdb
ext/c4core/src/c4/ext/debugbreak/test/test-debugbreak.gdb
ext/c4core/src/c4/ext/debugbreak/test/trap.c
ext/c4core/src/c4/ext/debugbreak/test/trap.gdb
ext/c4core/src/c4/ext/fast_float/.bazelrc
ext/c4core/src/c4/ext/fast_float/.cirrus.yml
ext/c4core/src/c4/ext/fast_float/.clang-format
ext/c4core/src/c4/ext/fast_float/.git
ext/c4core/src/c4/ext/fast_float/.gitignore
ext/c4core/src/c4/ext/fast_float/.travis.yml
ext/c4core/src/c4/ext/fast_float/AUTHORS
ext/c4core/src/c4/ext/fast_float/BUILD.bazel
ext/c4core/src/c4/ext/fast_float/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/CONTRIBUTORS
ext/c4core/src/c4/ext/fast_float/LICENSE-APACHE
ext/c4core/src/c4/ext/fast_float/LICENSE-BOOST
ext/c4core/src/c4/ext/fast_float/LICENSE-MIT
ext/c4core/src/c4/ext/fast_float/MODULE.bazel
ext/c4core/src/c4/ext/fast_float/README.md
ext/c4core/src/c4/ext/fast_float/SECURITY.md
ext/c4core/src/c4/ext/fast_float/clang-format-ignore.txt
ext/c4core/src/c4/ext/fast_float/.github/dependabot.yml
ext/c4core/src/c4/ext/fast_float/.github/pull_request_template.md
ext/c4core/src/c4/ext/fast_float/.github/ISSUE_TEMPLATE/bug_report.md
ext/c4core/src/c4/ext/fast_float/.github/workflows/alpine.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/amalgamate-ubuntu24.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/cifuzz.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/emscripten.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/lint_and_format_check.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/msys2-clang.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/msys2.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/on-release.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/risc.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/s390x.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/ubuntu22-clang.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/ubuntu22-gcc12.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/ubuntu22-sanitize.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/ubuntu22.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/ubuntu24-cxx20.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/ubuntu24.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/vs17-arm-ci.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/vs17-ci.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/vs17-clang-ci.yml
ext/c4core/src/c4/ext/fast_float/.github/workflows/vs17-cxx20.yml
ext/c4core/src/c4/ext/fast_float/benchmarks/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/benchmarks/bench_ip.cpp
ext/c4core/src/c4/ext/fast_float/benchmarks/bench_uint16.cpp
ext/c4core/src/c4/ext/fast_float/benchmarks/benchmark.cpp
ext/c4core/src/c4/ext/fast_float/ci/script.sh
ext/c4core/src/c4/ext/fast_float/cmake/config.cmake.in
ext/c4core/src/c4/ext/fast_float/cmake/toolchains-ci/riscv64-linux-gnu.cmake
ext/c4core/src/c4/ext/fast_float/fuzz/build.sh
ext/c4core/src/c4/ext/fast_float/fuzz/from_chars.cc
ext/c4core/src/c4/ext/fast_float/include/fast_float/ascii_number.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/bigint.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/constexpr_feature_detect.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/decimal_to_binary.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/digit_comparison.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/fast_float.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/fast_table.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/float_common.h
ext/c4core/src/c4/ext/fast_float/include/fast_float/parse_number.h
ext/c4core/src/c4/ext/fast_float/script/amalgamate.py
ext/c4core/src/c4/ext/fast_float/script/analysis.py
ext/c4core/src/c4/ext/fast_float/script/mushtak_lemire.py
ext/c4core/src/c4/ext/fast_float/script/release.py
ext/c4core/src/c4/ext/fast_float/script/run-clangcldocker.sh
ext/c4core/src/c4/ext/fast_float/script/table_generation.py
ext/c4core/src/c4/ext/fast_float/tests/BUILD.bazel
ext/c4core/src/c4/ext/fast_float/tests/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/tests/basictest.cpp
ext/c4core/src/c4/ext/fast_float/tests/example_comma_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/example_integer_times_pow10.cpp
ext/c4core/src/c4/ext/fast_float/tests/example_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/exhaustive32.cpp
ext/c4core/src/c4/ext/fast_float/tests/exhaustive32_64.cpp
ext/c4core/src/c4/ext/fast_float/tests/exhaustive32_midpoint.cpp
ext/c4core/src/c4/ext/fast_float/tests/fast_int.cpp
ext/c4core/src/c4/ext/fast_float/tests/fixedwidthtest.cpp
ext/c4core/src/c4/ext/fast_float/tests/fortran.cpp
ext/c4core/src/c4/ext/fast_float/tests/ipv4_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/json_fmt.cpp
ext/c4core/src/c4/ext/fast_float/tests/long_exhaustive32.cpp
ext/c4core/src/c4/ext/fast_float/tests/long_exhaustive32_64.cpp
ext/c4core/src/c4/ext/fast_float/tests/long_random64.cpp
ext/c4core/src/c4/ext/fast_float/tests/long_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/p2497.cpp
ext/c4core/src/c4/ext/fast_float/tests/powersoffive_hardround.cpp
ext/c4core/src/c4/ext/fast_float/tests/random64.cpp
ext/c4core/src/c4/ext/fast_float/tests/random_string.cpp
ext/c4core/src/c4/ext/fast_float/tests/rcppfastfloat_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/short_random_string.cpp
ext/c4core/src/c4/ext/fast_float/tests/string_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/supported_chars_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/wide_char_test.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a1.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a10.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a2.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a3.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a4.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a5.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a6.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a7.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a8.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/a9.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/main.cpp
ext/c4core/src/c4/ext/fast_float/tests/bloat_analysis/main_ref.cpp
ext/c4core/src/c4/ext/fast_float/tests/build_tests/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/tests/build_tests/issue72/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/tests/build_tests/issue72/foo.cpp
ext/c4core/src/c4/ext/fast_float/tests/build_tests/issue72/main.cpp
ext/c4core/src/c4/ext/fast_float/tests/build_tests/issue72/test.h
ext/c4core/src/c4/ext/fast_float/tests/installation_tests/find/CMakeLists.txt
ext/c4core/src/c4/ext/fast_float/tests/installation_tests/issue72_installation/CMakeLists.txt
ext/c4core/src/c4/ext/rng/rng.hpp
ext/c4core/src/c4/ext/sg14/README.md
ext/c4core/src/c4/ext/sg14/inplace_function.h
ext/c4core/src/c4/std/span.hpp
ext/c4core/src/c4/std/span_fwd.hpp
ext/c4core/src/c4/std/std.hpp
ext/c4core/src/c4/std/std_fwd.hpp
ext/c4core/src/c4/std/string.hpp
ext/c4core/src/c4/std/string_fwd.hpp
ext/c4core/src/c4/std/string_view.hpp
ext/c4core/src/c4/std/tuple.hpp
ext/c4core/src/c4/std/vector.hpp
ext/c4core/src/c4/std/vector_fwd.hpp
ext/c4core/test/CMakeLists.txt
ext/c4core/test/printintegers.py
ext/c4core/test/test_allocator.cpp
ext/c4core/test/test_base64.cpp
ext/c4core/test/test_bitmask.cpp
ext/c4core/test/test_blob.cpp
ext/c4core/test/test_char_traits.cpp
ext/c4core/test/test_charconv.cpp
ext/c4core/test/test_ctor_dtor.cpp
ext/c4core/test/test_dump.cpp
ext/c4core/test/test_enum.cpp
ext/c4core/test/test_enum_common.hpp
ext/c4core/test/test_error.cpp
ext/c4core/test/test_error_exception.cpp
ext/c4core/test/test_format.cpp
ext/c4core/test/test_log.cpp
ext/c4core/test/test_memory_resource.cpp
ext/c4core/test/test_memory_util.cpp
ext/c4core/test/test_numbers.hpp
ext/c4core/test/test_preprocessor.cpp
ext/c4core/test/test_span.cpp
ext/c4core/test/test_std.cpp
ext/c4core/test/test_substr.cpp
ext/c4core/test/test_szconv.cpp
ext/c4core/test/test_type_name.cpp
ext/c4core/test/test_types.cpp
ext/c4core/test/test_utf.cpp
ext/c4core/test/test_version.cpp
ext/c4core/test/utfchars.inc
ext/c4core/test/c4/main.cpp
ext/c4core/test/c4/test.hpp
ext/c4core/test/c4/libtest/archetypes.cpp
ext/c4core/test/c4/libtest/archetypes.hpp
ext/c4core/test/c4/libtest/supprwarn_pop.hpp
ext/c4core/test/c4/libtest/supprwarn_push.hpp
ext/c4core/test/c4/libtest/test.cpp
ext/c4core/test/test_install/CMakeLists.txt
ext/c4core/test/test_singleheader/CMakeLists.txt
ext/c4core/test/test_singleheader/libc4core_singleheader.cpp
ext/c4core/tools/amalgamate.py
img/first_comparison_yaml_cpp.png
samples/quickstart-ints.cpp
samples/quickstart.cpp
samples/add_subdirectory/CMakeLists.txt
samples/add_subdirectory/run.sh
samples/custom_c4core/CMakeLists.txt
samples/custom_c4core/run.sh
samples/fetch_content/CMakeLists.txt
samples/fetch_content/run.sh
samples/find_package/CMakeLists.txt
samples/find_package/run.sh
samples/singleheader/CMakeLists.txt
samples/singleheader/amalgamate.cmake
samples/singleheader/run.sh
samples/singleheader-ints/CMakeLists.txt
samples/singleheader-ints/amalgamate.cmake
samples/singleheader-ints/run.sh
samples/singleheaderlib/CMakeLists.txt
samples/singleheaderlib/lib.cpp
samples/singleheaderlib/run_shared.sh
samples/singleheaderlib/run_static.sh
samples/singleheaderlib-ints/CMakeLists.txt
samples/singleheaderlib-ints/lib.cpp
samples/singleheaderlib-ints/run_shared.sh
samples/singleheaderlib-ints/run_static.sh
src/ryml-gdbtypes.py
src/ryml.hpp
src/ryml.natvis
src/ryml_std.hpp
src/c4/yml/common.cpp
src/c4/yml/common.hpp
src/c4/yml/emit.def.hpp
src/c4/yml/emit.hpp
src/c4/yml/error.def.hpp
src/c4/yml/error.hpp
src/c4/yml/escape_scalar.hpp
src/c4/yml/event_handler_stack.hpp
src/c4/yml/event_handler_tree.hpp
src/c4/yml/export.hpp
src/c4/yml/filter_processor.hpp
src/c4/yml/fwd.hpp
src/c4/yml/node.cpp
src/c4/yml/node.hpp
src/c4/yml/node_type.cpp
src/c4/yml/node_type.hpp
src/c4/yml/parse.cpp
src/c4/yml/parse.hpp
src/c4/yml/parse_engine.def.hpp
src/c4/yml/parse_engine.hpp
src/c4/yml/parser_state.hpp
src/c4/yml/preprocess.cpp
src/c4/yml/preprocess.hpp
src/c4/yml/reference_resolver.cpp
src/c4/yml/reference_resolver.hpp
src/c4/yml/tag.cpp
src/c4/yml/tag.hpp
src/c4/yml/tree.cpp
src/c4/yml/tree.hpp
src/c4/yml/version.cpp
src/c4/yml/version.hpp
src/c4/yml/writer.hpp
src/c4/yml/yml.hpp
src/c4/yml/detail/checks.hpp
src/c4/yml/detail/dbgprint.hpp
src/c4/yml/detail/print.hpp
src/c4/yml/detail/stack.hpp
src/c4/yml/std/map.hpp
src/c4/yml/std/std.hpp
src/c4/yml/std/string.hpp
src/c4/yml/std/vector.hpp
src_extra/c4/yml/extra/event_handler_ints.cpp
src_extra/c4/yml/extra/event_handler_ints.hpp
src_extra/c4/yml/extra/event_handler_testsuite.cpp
src_extra/c4/yml/extra/event_handler_testsuite.hpp
src_extra/c4/yml/extra/ints_to_testsuite.cpp
src_extra/c4/yml/extra/ints_to_testsuite.hpp
src_extra/c4/yml/extra/ints_utils.cpp
src_extra/c4/yml/extra/ints_utils.hpp
src_extra/c4/yml/extra/string.hpp
test/CMakeLists.txt
test/test_anchor.cpp
test/test_basic.cpp
test/test_bom.cpp
test/test_callbacks.cpp
test/test_doc.cpp
test/test_emit.cpp
test/test_empty_file.cpp
test/test_engine_1_doc.cpp
test/test_engine_2_seq.cpp
test/test_engine_3_map.cpp
test/test_engine_4_anchor.cpp
test/test_engine_5_tag.cpp
test/test_engine_6_qmrk.cpp
test/test_engine_7_seqimap.cpp
test/test_engine_8_scalars_tokens.cpp
test/test_escape_scalar.cpp
test/test_explicit_key.cpp
test/test_extra_ints.cpp
test/test_extra_testsuite.cpp
test/test_filter.cpp
test/test_github_issues.cpp
test/test_indentation.cpp
test/test_json.cpp
test/test_location.cpp
test/test_map.cpp
test/test_map_empty.cpp
test/test_map_generic.cpp
test/test_map_nestedx2.cpp
test/test_map_nestedx3.cpp
test/test_map_nestedx4.cpp
test/test_map_of_seq.cpp
test/test_map_set.cpp
test/test_merge.cpp
test/test_node_type.cpp
test/test_noderef.cpp
test/test_number.cpp
test/test_parser.cpp
test/test_preprocess.cpp
test/test_scalar_dquoted.cpp
test/test_scalar_folded.cpp
test/test_scalar_literal.cpp
test/test_scalar_names.cpp
test/test_scalar_null.cpp
test/test_scalar_plain.cpp
test/test_scalar_squoted.cpp
test/test_seq.cpp
test/test_seq_empty.cpp
test/test_seq_generic.cpp
test/test_seq_nestedx2.cpp
test/test_seq_nestedx3.cpp
test/test_seq_nestedx4.cpp
test/test_seq_of_map.cpp
test/test_serialize.cpp
test/test_stack.cpp
test/test_style.cpp
test/test_tag.cpp
test/test_tree.cpp
test/test_version.cpp
test/testsuite.cpp
test/test_fuzz/test_fuzz_common.hpp
test/test_fuzz/test_fuzz_events_ints.cpp
test/test_fuzz/test_fuzz_events_testsuite.cpp
test/test_fuzz/test_fuzz_main.cpp
test/test_fuzz/test_fuzz_parse_emit.cpp
test/test_install/CMakeLists.txt
test/test_lib/callbacks_tester.hpp
test/test_lib/test_case.cpp
test/test_lib/test_case.hpp
test/test_lib/test_case_node.cpp
test/test_lib/test_case_node.hpp
test/test_lib/test_engine.cpp
test/test_lib/test_engine.hpp
test/test_lib/test_events_ints_helpers.cpp
test/test_lib/test_events_ints_helpers.hpp
test/test_lib/test_group.cpp
test/test_lib/test_group.def.hpp
test/test_lib/test_group.hpp
test/test_singleheader/CMakeLists.txt
test/test_singleheader/libryml_singleheader.cpp
test/testsuite/testsuite_common.hpp
test/testsuite/testsuite_events.cpp
test/testsuite/testsuite_events.hpp
test/testsuite/testsuite_events_emitter.cpp
test/testsuite/testsuite_parts.cpp
test/testsuite/testsuite_parts.hpp
tools/CMakeLists.txt
tools/amalgamate.py
tools/parse_emit.cpp
tools/yaml_events.cpp
tools/test_suite/Dockerfile
tools/test_suite/run_test_suite.sh