| -rw-r--r-- | .clang-format | 82L |
| -rw-r--r-- | .clang-tidy | 62L |
| -rw-r--r-- | .editorconfig | 12L |
| -rw-r--r-- | .gitattributes | 1L |
| -rw-r--r-- | .github/FUNDING.yml | 4L |
| -rw-r--r-- | .github/issue_template.md | 29L |
| -rw-r--r-- | .github/pull_request_template.md | 26L |
| -rw-r--r-- | .github/workflows/build_and_test.py | 99L |
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 67L |
| -rw-r--r-- | .github/workflows/main.yml | 302L |
| -rw-r--r-- | .gitignore | 75L |
| -rw-r--r-- | CHANGELOG.md | 895L |
| -rw-r--r-- | CMakeLists.txt | 155L |
| -rw-r--r-- | CONTRIBUTING.md | 30L |
| -rw-r--r-- | LICENSE.txt | 21L |
| -rw-r--r-- | README.md | 138L |
| -rw-r--r-- | WORKSPACE | 0B |
| -rw-r--r-- | doc/html_generated/assertions.html | 200L |
| -rw-r--r-- | doc/html_generated/benchmarks.html | 212L |
| -rw-r--r-- | doc/html_generated/build-systems.html | 93L |
| -rw-r--r-- | doc/html_generated/commandline.html | 145L |
| -rw-r--r-- | doc/html_generated/configuration.html | 311L |
| -rw-r--r-- | doc/html_generated/extensions.html | 180L |
| -rw-r--r-- | doc/html_generated/faq.html | 188L |
| -rw-r--r-- | doc/html_generated/features.html | 94L |
| -rw-r--r-- | doc/html_generated/logging.html | 80L |
| -rw-r--r-- | doc/html_generated/main.html | 72L |
| -rw-r--r-- | doc/html_generated/parameterized-tests.html | 187L |
| -rw-r--r-- | doc/html_generated/readme.html | 46L |
| -rw-r--r-- | doc/html_generated/reporters.html | 116L |
| -rw-r--r-- | doc/html_generated/strapdown.js/README.md | 24L |
| -rw-r--r-- | doc/html_generated/strapdown.js/index.html | 154L |
| -rw-r--r-- | doc/html_generated/strapdown.js/strapdown.css | 96L |
| -rw-r--r-- | doc/html_generated/strapdown.js/strapdown.js | 476L |
| -rw-r--r-- | doc/html_generated/strapdown.js/themes/bootstrap-responsive.min.css | 9L |
| -rw-r--r-- | doc/html_generated/strapdown.js/themes/bootstrap.min.css | 9L |
| -rw-r--r-- | doc/html_generated/strapdown.js/themes/cyborg.min.css | 945L |
| -rw-r--r-- | doc/html_generated/strapdown.js/themes/united.min.css | 12L |
| -rw-r--r-- | doc/html_generated/stringification.html | 105L |
| -rw-r--r-- | doc/html_generated/testcases.html | 182L |
| -rw-r--r-- | doc/html_generated/tutorial.html | 215L |
| -rw-r--r-- | doc/markdown/assertions.md | 190L |
| -rw-r--r-- | doc/markdown/benchmarks.md | 202L |
| -rw-r--r-- | doc/markdown/build-systems.md | 83L |
| -rw-r--r-- | doc/markdown/commandline.md | 135L |
| -rw-r--r-- | doc/markdown/configuration.md | 301L |
| -rw-r--r-- | doc/markdown/extensions.md | 170L |
| -rw-r--r-- | doc/markdown/faq.md | 178L |
| -rw-r--r-- | doc/markdown/features.md | 84L |
| -rw-r--r-- | doc/markdown/logging.md | 70L |
| -rw-r--r-- | doc/markdown/main.md | 62L |
| -rw-r--r-- | doc/markdown/parameterized-tests.md | 177L |
| -rw-r--r-- | doc/markdown/readme.md | 36L |
| -rw-r--r-- | doc/markdown/reporters.md | 106L |
| -rw-r--r-- | doc/markdown/stringification.md | 95L |
| -rw-r--r-- | doc/markdown/testcases.md | 172L |
| -rw-r--r-- | doc/markdown/tutorial.md | 205L |
| -rw-r--r-- | doctest/BUILD.bazel | 32L |
| -rw-r--r-- | doctest/doctest.h | 7017L |
| -rw-r--r-- | doctest/extensions/doctest_mpi.h | 166L |
| -rw-r--r-- | doctest/extensions/doctest_util.h | 34L |
| -rw-r--r-- | doctest/extensions/mpi_reporter.h | 268L |
| -rw-r--r-- | doctest/extensions/mpi_sub_comm.h | 81L |
| -rw-r--r-- | doctest/parts/doctest.cpp | 3971L |
| -rw-r--r-- | doctest/parts/doctest_fwd.h | 3038L |
| -rw-r--r-- | examples/all_features/CMakeLists.txt | 154L |
| -rw-r--r-- | examples/all_features/alternative_macros.cpp | 15L |
| -rw-r--r-- | examples/all_features/assert_returns_disabled.cpp | 30L |
| -rw-r--r-- | examples/all_features/assert_returns_disabled_evaluate.cpp | 4L |
| -rw-r--r-- | examples/all_features/assertion_macros.cpp | 235L |
| -rw-r--r-- | examples/all_features/asserts_used_outside_of_tests.cpp | 74L |
| -rw-r--r-- | examples/all_features/concurrency.cpp | 71L |
| -rw-r--r-- | examples/all_features/coverage_maxout.cpp | 127L |
| -rw-r--r-- | examples/all_features/decomposition.cpp | 63L |
| -rw-r--r-- | examples/all_features/doctest_proxy.h | 71L |
| -rw-r--r-- | examples/all_features/double_stringification.cpp | 18L |
| -rw-r--r-- | examples/all_features/enums.cpp | 121L |
| -rw-r--r-- | examples/all_features/header.h | 68L |
| -rw-r--r-- | examples/all_features/logging.cpp | 81L |
| -rw-r--r-- | examples/all_features/main.cpp | 51L |
| -rw-r--r-- | examples/all_features/namespace1.cpp | 27L |
| -rw-r--r-- | examples/all_features/namespace2.cpp | 24L |
| -rw-r--r-- | examples/all_features/namespace3.cpp | 22L |
| -rw-r--r-- | examples/all_features/namespace4.cpp | 37L |
| -rw-r--r-- | examples/all_features/namespace5.cpp | 39L |
| -rw-r--r-- | examples/all_features/namespace6.cpp | 41L |
| -rw-r--r-- | examples/all_features/namespace7.cpp | 41L |
| -rw-r--r-- | examples/all_features/namespace8.cpp | 45L |
| -rw-r--r-- | examples/all_features/namespace9.cpp | 44L |
| -rw-r--r-- | examples/all_features/no_failures.cpp | 13L |
| -rw-r--r-- | examples/all_features/reporters_and_listeners.cpp | 85L |
| -rw-r--r-- | examples/all_features/stringification.cpp | 250L |
| -rw-r--r-- | examples/all_features/subcases.cpp | 198L |
| -rw-r--r-- | examples/all_features/templated_test_cases.cpp | 78L |
| -rw-r--r-- | examples/all_features/test_cases_and_suites.cpp | 76L |
| -rw-r--r-- | examples/all_features/test_output/abort_after.txt | 19L |
| -rw-r--r-- | examples/all_features/test_output/abort_after_junit.txt | 22L |
| -rw-r--r-- | examples/all_features/test_output/abort_after_xml.txt | 34L |
| -rw-r--r-- | examples/all_features/test_output/all_binary.txt | 82L |
| -rw-r--r-- | examples/all_features/test_output/all_binary_junit.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/all_binary_xml.txt | 204L |
| -rw-r--r-- | examples/all_features/test_output/alternative_macros.cpp.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/alternative_macros.cpp_junit.txt | 8L |
| -rw-r--r-- | examples/all_features/test_output/alternative_macros.cpp_xml.txt | 20L |
| -rw-r--r-- | examples/all_features/test_output/assertion_macros.cpp.txt | 257L |
| -rw-r--r-- | examples/all_features/test_output/assertion_macros.cpp_junit.txt | 385L |
| -rw-r--r-- | examples/all_features/test_output/assertion_macros.cpp_xml.txt | 690L |
| -rw-r--r-- | examples/all_features/test_output/asserts_used_outside_of_tests.cpp.txt | 16L |
| -rw-r--r-- | examples/all_features/test_output/asserts_used_outside_of_tests.cpp_junit.txt | 15L |
| -rw-r--r-- | examples/all_features/test_output/asserts_used_outside_of_tests.cpp_xml.txt | 17L |
| -rw-r--r-- | examples/all_features/test_output/count.txt | 2L |
| -rw-r--r-- | examples/all_features/test_output/count_junit.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/count_xml.txt | 5L |
| -rw-r--r-- | examples/all_features/test_output/coverage_maxout.cpp.txt | 43L |
| -rw-r--r-- | examples/all_features/test_output/coverage_maxout.cpp_junit.txt | 44L |
| -rw-r--r-- | examples/all_features/test_output/coverage_maxout.cpp_xml.txt | 65L |
| -rw-r--r-- | examples/all_features/test_output/decomposition.cpp.txt | 16L |
| -rw-r--r-- | examples/all_features/test_output/decomposition.cpp_junit.txt | 21L |
| -rw-r--r-- | examples/all_features/test_output/decomposition.cpp_xml.txt | 31L |
| -rw-r--r-- | examples/all_features/test_output/disabled.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/disabled_but_evaluated.txt | 0B |
| -rw-r--r-- | examples/all_features/test_output/doctest_proxy.h.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/doctest_proxy.h_junit.txt | 5L |
| -rw-r--r-- | examples/all_features/test_output/doctest_proxy.h_xml.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/double_stringification.cpp.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/double_stringification.cpp_junit.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/double_stringification.cpp_xml.txt | 12L |
| -rw-r--r-- | examples/all_features/test_output/enums.cpp.txt | 65L |
| -rw-r--r-- | examples/all_features/test_output/enums.cpp_junit.txt | 117L |
| -rw-r--r-- | examples/all_features/test_output/enums.cpp_xml.txt | 159L |
| -rw-r--r-- | examples/all_features/test_output/filter_1.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/filter_1_junit.txt | 5L |
| -rw-r--r-- | examples/all_features/test_output/filter_1_xml.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/filter_2.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/filter_2_junit.txt | 5L |
| -rw-r--r-- | examples/all_features/test_output/filter_2_xml.txt | 153L |
| -rw-r--r-- | examples/all_features/test_output/filter_3.txt | 45L |
| -rw-r--r-- | examples/all_features/test_output/filter_3_junit.txt | 23L |
| -rw-r--r-- | examples/all_features/test_output/filter_3_xml.txt | 72L |
| -rw-r--r-- | examples/all_features/test_output/filter_4.txt | 22L |
| -rw-r--r-- | examples/all_features/test_output/filter_4_junit.txt | 8L |
| -rw-r--r-- | examples/all_features/test_output/filter_4_xml.txt | 26L |
| -rw-r--r-- | examples/all_features/test_output/first_last.txt | 27L |
| -rw-r--r-- | examples/all_features/test_output/first_last_junit.txt | 21L |
| -rw-r--r-- | examples/all_features/test_output/first_last_xml.txt | 27L |
| -rw-r--r-- | examples/all_features/test_output/header.h.txt | 25L |
| -rw-r--r-- | examples/all_features/test_output/header.h_junit.txt | 10L |
| -rw-r--r-- | examples/all_features/test_output/header.h_xml.txt | 32L |
| -rw-r--r-- | examples/all_features/test_output/help.txt | 63L |
| -rw-r--r-- | examples/all_features/test_output/help_junit.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/help_xml.txt | 4L |
| -rw-r--r-- | examples/all_features/test_output/list_reporters.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/list_reporters_junit.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/list_reporters_xml.txt | 9L |
| -rw-r--r-- | examples/all_features/test_output/list_test_cases.txt | 8L |
| -rw-r--r-- | examples/all_features/test_output/list_test_cases_junit.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/list_test_cases_xml.txt | 9L |
| -rw-r--r-- | examples/all_features/test_output/list_test_suites.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/list_test_suites_junit.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/list_test_suites_xml.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/logging.cpp.txt | 84L |
| -rw-r--r-- | examples/all_features/test_output/logging.cpp_junit.txt | 71L |
| -rw-r--r-- | examples/all_features/test_output/logging.cpp_xml.txt | 159L |
| -rw-r--r-- | examples/all_features/test_output/main.cpp.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/main.cpp_junit.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/main.cpp_xml.txt | 12L |
| -rw-r--r-- | examples/all_features/test_output/minimal.txt | 100L |
| -rw-r--r-- | examples/all_features/test_output/minimal_junit.txt | 32L |
| -rw-r--r-- | examples/all_features/test_output/minimal_no_fail.txt | 9L |
| -rw-r--r-- | examples/all_features/test_output/minimal_no_fail_junit.txt | 10L |
| -rw-r--r-- | examples/all_features/test_output/minimal_no_fail_xml.txt | 31L |
| -rw-r--r-- | examples/all_features/test_output/minimal_xml.txt | 114L |
| -rw-r--r-- | examples/all_features/test_output/no_multi_lane_atomics.txt | 931L |
| -rw-r--r-- | examples/all_features/test_output/no_multithreading.txt | 931L |
| -rw-r--r-- | examples/all_features/test_output/order_1.txt | 108L |
| -rw-r--r-- | examples/all_features/test_output/order_1_junit.txt | 33L |
| -rw-r--r-- | examples/all_features/test_output/order_1_xml.txt | 116L |
| -rw-r--r-- | examples/all_features/test_output/order_2.txt | 101L |
| -rw-r--r-- | examples/all_features/test_output/order_2_junit.txt | 32L |
| -rw-r--r-- | examples/all_features/test_output/order_2_xml.txt | 114L |
| -rw-r--r-- | examples/all_features/test_output/order_3.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/order_3_junit.txt | 5L |
| -rw-r--r-- | examples/all_features/test_output/order_3_xml.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/reporters_and_listeners.cpp.txt | 6L |
| -rw-r--r-- | examples/all_features/test_output/reporters_and_listeners.cpp_junit.txt | 5L |
| -rw-r--r-- | examples/all_features/test_output/reporters_and_listeners.cpp_xml.txt | 7L |
| -rw-r--r-- | examples/all_features/test_output/std_headers.txt | 931L |
| -rw-r--r-- | examples/all_features/test_output/stringification.cpp.txt | 96L |
| -rw-r--r-- | examples/all_features/test_output/stringification.cpp_junit.txt | 101L |
| -rw-r--r-- | examples/all_features/test_output/stringification.cpp_xml.txt | 213L |
| -rw-r--r-- | examples/all_features/test_output/subcases.cpp.txt | 294L |
| -rw-r--r-- | examples/all_features/test_output/subcases.cpp_junit.txt | 150L |
| -rw-r--r-- | examples/all_features/test_output/subcases.cpp_xml.txt | 402L |
| -rw-r--r-- | examples/all_features/test_output/templated_test_cases.cpp.txt | 41L |
| -rw-r--r-- | examples/all_features/test_output/templated_test_cases.cpp_junit.txt | 56L |
| -rw-r--r-- | examples/all_features/test_output/templated_test_cases.cpp_xml.txt | 94L |
| -rw-r--r-- | examples/all_features/test_output/test_cases_and_suites.cpp.txt | 101L |
| -rw-r--r-- | examples/all_features/test_output/test_cases_and_suites.cpp_junit.txt | 32L |
| -rw-r--r-- | examples/all_features/test_output/test_cases_and_suites.cpp_xml.txt | 114L |
| -rw-r--r-- | examples/all_features/test_output/version.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/version_junit.txt | 1L |
| -rw-r--r-- | examples/all_features/test_output/version_xml.txt | 4L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/CMakeLists.txt | 63L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/default.cpp | 6L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/foo.h | 41L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/main.cpp | 24L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/return42.cpp | 7L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_output/same_tests_multiple_configurations.txt | 45L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_output/same_tests_multiple_configurations_junit.txt | 11L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_output/same_tests_multiple_configurations_xml.txt | 60L |
| -rw-r--r-- | examples/combining_the_same_tests_built_differently_in_multiple_shared_objects/test_runner.cpp | 5L |
| -rw-r--r-- | examples/exe_with_static_libs/CMakeLists.txt | 27L |
| -rw-r--r-- | examples/exe_with_static_libs/doctest_force_link_static_lib_in_target.cmake | 131L |
| -rw-r--r-- | examples/exe_with_static_libs/lib_1_src1.cpp | 6L |
| -rw-r--r-- | examples/exe_with_static_libs/lib_1_src2.cpp | 6L |
| -rw-r--r-- | examples/exe_with_static_libs/lib_2_src.cpp | 6L |
| -rw-r--r-- | examples/exe_with_static_libs/main.cpp | 4L |
| -rw-r--r-- | examples/exe_with_static_libs/test_output/exe_with_static_libs.txt | 9L |
| -rw-r--r-- | examples/exe_with_static_libs/test_output/exe_with_static_libs_junit.txt | 13L |
| -rw-r--r-- | examples/exe_with_static_libs/test_output/exe_with_static_libs_xml.txt | 24L |
| -rw-r--r-- | examples/executable_dll_and_plugin/CMakeLists.txt | 27L |
| -rw-r--r-- | examples/executable_dll_and_plugin/dll.cpp | 14L |
| -rw-r--r-- | examples/executable_dll_and_plugin/implementation.cpp | 11L |
| -rw-r--r-- | examples/executable_dll_and_plugin/implementation_2.cpp | 10L |
| -rw-r--r-- | examples/executable_dll_and_plugin/main.cpp | 67L |
| -rw-r--r-- | examples/executable_dll_and_plugin/plugin.cpp | 23L |
| -rw-r--r-- | examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin.txt | 31L |
| -rw-r--r-- | examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt | 26L |
| -rw-r--r-- | examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_xml.txt | 61L |
| -rw-r--r-- | examples/installed_doctest_cmake/dll/CMakeLists.txt | 14L |
| -rw-r--r-- | examples/installed_doctest_cmake/dll/dll.cpp | 22L |
| -rw-r--r-- | examples/installed_doctest_cmake/dll/dll.h | 7L |
| -rw-r--r-- | examples/installed_doctest_cmake/dll/exporting.h | 15L |
| -rw-r--r-- | examples/installed_doctest_cmake/dll/main.cpp | 34L |
| -rw-r--r-- | examples/installed_doctest_cmake/executable/CMakeLists.txt | 9L |
| -rw-r--r-- | examples/installed_doctest_cmake/executable/main.cpp | 35L |
| -rw-r--r-- | examples/mpi/CMakeLists.txt | 7L |
| -rw-r--r-- | examples/mpi/main.cpp | 19L |
| -rw-r--r-- | examples/mpi/mpi.cpp | 46L |
| -rw-r--r-- | examples/range_based_execution.py | 43L |
| -rw-r--r-- | meson.build | 7L |
| -rwxr-xr-x | scripts/bench/bench.py | 237L |
| -rwxr-xr-x | scripts/bench/run_all.py | 65L |
| -rw-r--r-- | scripts/bench/tests.json | 43L |
| -rw-r--r-- | scripts/cmake/Config.cmake.in | 6L |
| -rw-r--r-- | scripts/cmake/assemble_single_header.cmake | 13L |
| -rw-r--r-- | scripts/cmake/common.cmake | 211L |
| -rw-r--r-- | scripts/cmake/doctest.cmake | 189L |
| -rw-r--r-- | scripts/cmake/doctestAddTests.cmake | 120L |
| -rw-r--r-- | scripts/cmake/exec_test.cmake | 70L |
| -rw-r--r-- | scripts/data/article.txt | 257L |
| -rw-r--r-- | scripts/data/article2.txt | 153L |
| -rw-r--r-- | scripts/data/benchmarks/asserts.png | 87578B |
| -rw-r--r-- | scripts/data/benchmarks/header.png | 59660B |
| -rw-r--r-- | scripts/data/benchmarks/implement.png | 54083B |
| -rw-r--r-- | scripts/data/benchmarks/runtime_assert.png | 54023B |
| -rw-r--r-- | scripts/data/benchmarks/runtime_info.png | 53696B |
| -rw-r--r-- | scripts/data/cover.png | 42312B |
| -rw-r--r-- | scripts/data/cover_888px_wide.png | 31396B |
| -rw-r--r-- | scripts/data/initial_release_traffic.png | 114301B |
| -rw-r--r-- | scripts/data/logo/icon_1.svg | 27L |
| -rw-r--r-- | scripts/data/logo/icon_2.svg | 32L |
| -rw-r--r-- | scripts/data/logo/icon_3.svg | 37L |
| -rw-r--r-- | scripts/data/logo/icon_4.svg | 25L |
| -rw-r--r-- | scripts/data/logo/icon_5.svg | 32L |
| -rw-r--r-- | scripts/data/logo/icon_6.svg | 32L |
| -rw-r--r-- | scripts/data/logo/logo_1.svg | 35L |
| -rw-r--r-- | scripts/data/logo/logo_2.svg | 33L |
| -rw-r--r-- | scripts/data/logo/logo_3.svg | 33L |
| -rw-r--r-- | scripts/data/logo/logo_4.svg | 33L |
| -rw-r--r-- | scripts/data/logo/logo_5.svg | 34L |
| -rw-r--r-- | scripts/data/logo/logo_6.svg | 34L |
| -rw-r--r-- | scripts/data/logo/logo_7.svg | 38L |
| -rw-r--r-- | scripts/data/using_doctest_888px_wide.gif | 431258B |
| -rw-r--r-- | scripts/data/youtube-cppcon-talk-thumbnail.png | 1078012B |
| -rw-r--r-- | scripts/development_only/doctest/doctest.h | 5L |
| -rw-r--r-- | scripts/generate_html.py | 33L |
| -rw-r--r-- | scripts/hello_world.cpp | 14L |
| -rw-r--r-- | scripts/how_stuff_works/CMakeLists.txt | 6L |
| -rw-r--r-- | scripts/how_stuff_works/how_exception_translators_work.cpp | 90L |
| -rw-r--r-- | scripts/how_stuff_works/how_subcases_work.cpp | 116L |
| -rw-r--r-- | scripts/how_stuff_works/testing_crash_scenarios.cpp | 71L |
| -rw-r--r-- | scripts/playground/CMakeLists.txt | 7L |
| -rw-r--r-- | scripts/playground/main.cpp | 26L |
| -rw-r--r-- | scripts/playground/test.cpp | 6L |
| -rw-r--r-- | scripts/random_dev_notes.md | 64L |
| -rw-r--r-- | scripts/release_process.md | 18L |
| -rw-r--r-- | scripts/update_stuff.py | 47L |
| -rw-r--r-- | scripts/version.txt | 1L |