From 6c322e6ab63add255b582146081cb5eda5f1dc85 Mon Sep 17 00:00:00 2001 From: Jason Gauci Date: Wed, 1 May 2024 14:24:07 -0400 Subject: [PATCH] Update external import --- external_imported/Catch2/.bazelrc | 1 + .../.github/workflows/linux-bazel-builds.yml | 2 +- .../.github/workflows/linux-meson-builds.yml | 6 +- .../.github/workflows/linux-other-builds.yml | 14 +- .../.github/workflows/linux-simple-builds.yml | 6 +- .../Catch2/.github/workflows/mac-builds.yml | 7 +- .../workflows/validate-header-guards.yml | 2 +- .../workflows/windows-simple-builds.yml | 2 +- external_imported/Catch2/BUILD.bazel | 3 + .../Catch2/CMake/CatchConfigOptions.cmake | 12 +- .../Catch2/CMake/CatchMiscFunctions.cmake | 5 +- external_imported/Catch2/CMakeLists.txt | 6 +- external_imported/Catch2/CMakePresets.json | 3 +- external_imported/Catch2/Doxyfile | 308 +- external_imported/Catch2/MODULE.bazel | 3 + external_imported/Catch2/WORKSPACE.bazel | 7 +- external_imported/Catch2/appveyor.yml | 11 - external_imported/Catch2/docs/benchmarks.md | 2 +- external_imported/Catch2/docs/ci-and-misc.md | 2 +- .../Catch2/docs/cmake-integration.md | 13 +- external_imported/Catch2/docs/command-line.md | 109 +- .../Catch2/docs/configuration.md | 29 +- external_imported/Catch2/docs/faq.md | 27 +- external_imported/Catch2/docs/generators.md | 45 +- external_imported/Catch2/docs/limitations.md | 10 - external_imported/Catch2/docs/matchers.md | 44 +- .../Catch2/docs/opensource-users.md | 11 +- .../Catch2/docs/release-notes.md | 95 +- .../Catch2/docs/reporter-events.md | 12 +- external_imported/Catch2/docs/reporters.md | 2 +- .../Catch2/docs/skipping-passing-failing.md | 8 +- .../Catch2/docs/test-cases-and-sections.md | 2 +- external_imported/Catch2/docs/tostring.md | 2 +- external_imported/Catch2/docs/tutorial.md | 9 +- external_imported/Catch2/docs/why-catch.md | 6 +- .../Catch2/examples/010-TestCase.cpp | 8 + .../Catch2/examples/020-TestCase-1.cpp | 8 + .../Catch2/examples/020-TestCase-2.cpp | 8 + .../Catch2/examples/030-Asn-Require-Check.cpp | 8 + .../Catch2/examples/100-Fix-Section.cpp | 8 + .../Catch2/examples/110-Fix-ClassFixture.cpp | 8 + .../120-Bdd-ScenarioGivenWhenThen.cpp | 8 + .../examples/210-Evt-EventListeners.cpp | 8 + .../Catch2/examples/231-Cfg-OutputStreams.cpp | 8 + .../Catch2/examples/232-Cfg-CustomMain.cpp | 41 + .../Catch2/examples/300-Gen-OwnGenerator.cpp | 8 + .../examples/301-Gen-MapTypeConversion.cpp | 8 + .../Catch2/examples/302-Gen-Table.cpp | 12 +- .../310-Gen-VariablesInGenerators.cpp | 8 + .../Catch2/examples/311-Gen-CustomCapture.cpp | 8 + .../Catch2/examples/CMakeLists.txt | 3 +- external_imported/Catch2/extras/Catch.cmake | 162 +- .../Catch2/extras/CatchAddTests.cmake | 284 +- .../Catch2/extras/CatchShardTests.cmake | 10 +- .../Catch2/extras/catch_amalgamated.cpp | 2042 +- .../Catch2/extras/catch_amalgamated.hpp | 4289 +-- .../Catch2/fuzzing/NullOStream.cpp | 8 + .../Catch2/fuzzing/NullOStream.h | 8 + .../Catch2/fuzzing/fuzz_TestSpecParser.cpp | 8 +- .../Catch2/fuzzing/fuzz_XmlWriter.cpp | 8 +- .../Catch2/fuzzing/fuzz_textflow.cpp | 8 +- external_imported/Catch2/meson.build | 8 +- external_imported/Catch2/meson_options.txt | 1 + external_imported/Catch2/src/CMakeLists.txt | 25 +- .../src/catch2/benchmark/catch_benchmark.hpp | 30 +- .../catch2/benchmark/catch_benchmark_all.hpp | 2 + .../catch2/benchmark/catch_chronometer.hpp | 6 +- .../src/catch2/benchmark/catch_clock.hpp | 16 +- .../catch2/benchmark/catch_environment.hpp | 14 +- .../src/catch2/benchmark/catch_estimate.hpp | 13 +- .../catch2/benchmark/catch_execution_plan.hpp | 40 +- .../src/catch2/benchmark/catch_optimizer.hpp | 13 +- .../benchmark/catch_sample_analysis.hpp | 26 +- .../catch2/benchmark/detail/catch_analyse.cpp | 85 + .../catch2/benchmark/detail/catch_analyse.hpp | 59 +- .../detail/catch_benchmark_function.hpp | 1 - .../detail/catch_benchmark_stats.hpp | 48 + .../detail/catch_benchmark_stats_fwd.hpp | 23 + .../detail/catch_complete_invoke.hpp | 5 - .../benchmark/detail/catch_estimate_clock.hpp | 64 +- .../catch2/benchmark/detail/catch_measure.hpp | 3 +- .../detail/catch_run_for_at_least.cpp | 3 +- .../detail/catch_run_for_at_least.hpp | 8 +- .../catch2/benchmark/detail/catch_stats.cpp | 457 +- .../catch2/benchmark/detail/catch_stats.hpp | 126 +- .../catch2/benchmark/detail/catch_timing.hpp | 8 +- .../Catch2/src/catch2/catch_all.hpp | 9 + .../Catch2/src/catch2/catch_approx.cpp | 4 +- .../Catch2/src/catch2/catch_config.cpp | 2 +- .../Catch2/src/catch2/catch_config.hpp | 2 +- .../Catch2/src/catch2/catch_message.cpp | 6 +- .../Catch2/src/catch2/catch_message.hpp | 14 +- .../Catch2/src/catch2/catch_registry_hub.cpp | 5 +- .../Catch2/src/catch2/catch_session.cpp | 5 +- .../src/catch2/catch_test_case_info.cpp | 25 +- .../src/catch2/catch_test_case_info.hpp | 3 +- .../Catch2/src/catch2/catch_test_spec.cpp | 20 +- .../Catch2/src/catch2/catch_tostring.hpp | 7 +- .../src/catch2/catch_translate_exception.cpp | 20 + .../src/catch2/catch_translate_exception.hpp | 10 +- .../src/catch2/catch_user_config.hpp.in | 12 +- .../Catch2/src/catch2/catch_version.cpp | 2 +- .../src/catch2/catch_version_macros.hpp | 2 +- .../catch2/generators/catch_generators.hpp | 6 - .../generators/catch_generators_random.cpp | 32 +- .../generators/catch_generators_random.hpp | 35 +- .../generators/catch_generators_range.hpp | 9 +- .../interfaces/catch_interfaces_all.hpp | 2 +- .../interfaces/catch_interfaces_capture.hpp | 6 +- .../interfaces/catch_interfaces_exception.hpp | 1 - .../catch_interfaces_registry_hub.hpp | 4 +- .../interfaces/catch_interfaces_reporter.cpp | 10 - .../interfaces/catch_interfaces_reporter.hpp | 52 +- .../catch_interfaces_reporter_registry.cpp | 13 - .../catch_interfaces_reporter_registry.hpp | 42 - .../catch_interfaces_test_invoker.hpp | 21 + .../interfaces/catch_interfaces_testcase.cpp | 1 - .../interfaces/catch_interfaces_testcase.hpp | 13 - .../internal/catch_assertion_handler.cpp | 18 +- .../internal/catch_assertion_handler.hpp | 4 - .../src/catch2/internal/catch_clara.cpp | 122 +- .../src/catch2/internal/catch_clara.hpp | 134 +- .../src/catch2/internal/catch_commandline.cpp | 9 +- .../internal/catch_compiler_capabilities.hpp | 33 +- .../catch2/internal/catch_config_counter.hpp | 2 + .../internal/catch_config_prefix_messages.hpp | 29 + .../catch_config_static_analysis_support.hpp | 34 + .../catch_config_uncaught_exceptions.hpp | 2 + .../catch2/internal/catch_config_wchar.hpp | 2 + .../catch2/internal/catch_console_colour.cpp | 6 +- .../src/catch2/internal/catch_context.cpp | 52 +- .../src/catch2/internal/catch_context.hpp | 45 +- .../internal/catch_enum_values_registry.cpp | 2 +- .../catch_exception_translator_registry.cpp | 34 +- .../catch_exception_translator_registry.hpp | 1 - .../catch_fatal_condition_handler.cpp | 1 + .../catch_fatal_condition_handler.hpp | 3 - .../internal/catch_floating_point_helpers.cpp | 11 + .../internal/catch_floating_point_helpers.hpp | 5 + .../src/catch2/internal/catch_istream.cpp | 13 +- .../src/catch2/internal/catch_jsonwriter.cpp | 148 + .../src/catch2/internal/catch_jsonwriter.hpp | 120 + .../catch2/internal/catch_leak_detector.cpp | 2 +- .../Catch2/src/catch2/internal/catch_list.cpp | 9 +- .../catch2/internal/catch_message_info.hpp | 2 +- .../src/catch2/internal/catch_optional.hpp | 55 +- .../src/catch2/internal/catch_polyfills.cpp | 8 + .../src/catch2/internal/catch_polyfills.hpp | 5 + .../catch_preprocessor_internal_stringify.hpp | 19 + .../catch_random_floating_point_helpers.hpp | 94 + .../internal/catch_random_integer_helpers.hpp | 202 + .../internal/catch_random_seed_generation.cpp | 9 +- .../internal/catch_reporter_registry.cpp | 86 +- .../internal/catch_reporter_registry.hpp | 45 +- .../internal/catch_reporter_spec_parser.cpp | 6 +- .../internal/catch_reporter_spec_parser.hpp | 2 +- .../src/catch2/internal/catch_run_context.cpp | 309 +- .../src/catch2/internal/catch_run_context.hpp | 14 +- .../src/catch2/internal/catch_section.cpp | 2 +- .../src/catch2/internal/catch_section.hpp | 69 +- .../src/catch2/internal/catch_sharding.hpp | 3 +- .../catch2/internal/catch_stream_end_stop.hpp | 4 +- .../catch2/internal/catch_string_manip.cpp | 7 +- .../src/catch2/internal/catch_stringref.hpp | 4 +- .../internal/catch_tag_alias_registry.cpp | 3 +- .../catch_test_case_registry_impl.cpp | 67 +- .../catch_test_case_registry_impl.hpp | 23 +- .../internal/catch_test_case_tracker.hpp | 2 +- .../internal/catch_test_failure_exception.cpp | 8 + .../internal/catch_test_failure_exception.hpp | 10 +- .../catch2/internal/catch_test_macro_impl.hpp | 12 +- .../catch2/internal/catch_test_registry.cpp | 16 +- .../catch2/internal/catch_test_registry.hpp | 69 +- .../catch2/internal/catch_test_run_info.hpp | 22 + .../src/catch2/internal/catch_textflow.cpp | 33 +- .../src/catch2/internal/catch_textflow.hpp | 38 +- .../internal/catch_uncaught_exceptions.cpp | 1 - ...ch_uniform_floating_point_distribution.hpp | 131 + .../catch_uniform_integer_distribution.hpp | 124 + .../catch_matchers_floating_point.cpp | 15 - .../matchers/catch_matchers_range_equals.hpp | 2 +- .../catch2/matchers/catch_matchers_vector.hpp | 9 +- .../matchers/internal/catch_matchers_impl.hpp | 7 +- .../Catch2/src/catch2/meson.build | 31 +- .../reporters/catch_reporter_automake.cpp | 2 +- .../reporters/catch_reporter_automake.hpp | 1 - .../reporters/catch_reporter_compact.cpp | 4 +- .../reporters/catch_reporter_console.cpp | 39 +- .../catch_reporter_cumulative_base.hpp | 3 +- .../catch2/reporters/catch_reporter_json.cpp | 372 + .../catch2/reporters/catch_reporter_json.hpp | 95 + .../catch2/reporters/catch_reporter_junit.cpp | 4 +- .../catch2/reporters/catch_reporter_junit.hpp | 2 - .../catch2/reporters/catch_reporter_multi.cpp | 1 - .../reporters/catch_reporter_registrars.cpp | 6 + .../reporters/catch_reporter_registrars.hpp | 7 +- .../reporters/catch_reporter_sonarqube.cpp | 2 +- .../reporters/catch_reporter_sonarqube.hpp | 2 - .../catch_reporter_streaming_base.hpp | 1 - .../catch2/reporters/catch_reporter_tap.cpp | 3 +- .../catch2/reporters/catch_reporter_tap.hpp | 1 - .../reporters/catch_reporter_teamcity.cpp | 2 +- .../catch2/reporters/catch_reporter_xml.cpp | 21 +- .../catch2/reporters/catch_reporters_all.hpp | 1 + external_imported/Catch2/tests/CMakeLists.txt | 20 +- .../Catch2/tests/ExtraTests/CMakeLists.txt | 11 + ...ingEventGoesBeforeAssertionIsEvaluated.cpp | 77 + .../Baselines/automake.sw.approved.txt | 10 +- .../Baselines/automake.sw.multi.approved.txt | 10 +- .../Baselines/compact.sw.approved.txt | 159 +- .../Baselines/compact.sw.multi.approved.txt | 159 +- .../Baselines/console.std.approved.txt | 59 +- .../Baselines/console.sw.approved.txt | 560 +- .../Baselines/console.sw.multi.approved.txt | 560 +- .../SelfTest/Baselines/junit.sw.approved.txt | 81 +- .../Baselines/junit.sw.multi.approved.txt | 81 +- .../Baselines/sonarqube.sw.approved.txt | 80 +- .../Baselines/sonarqube.sw.multi.approved.txt | 80 +- .../SelfTest/Baselines/tap.sw.approved.txt | 80 +- .../Baselines/tap.sw.multi.approved.txt | 80 +- .../Baselines/teamcity.sw.approved.txt | 25 +- .../Baselines/teamcity.sw.multi.approved.txt | 25 +- .../SelfTest/Baselines/xml.sw.approved.txt | 1024 +- .../Baselines/xml.sw.multi.approved.txt | 1024 +- .../AssertionHandler.tests.cpp | 17 + .../IntrospectiveTests/Details.tests.cpp | 41 + .../FloatingPoint.tests.cpp | 65 + .../GeneratorsImpl.tests.cpp | 30 + .../IntrospectiveTests/Integer.tests.cpp | 150 + .../InternalBenchmark.tests.cpp | 58 +- .../IntrospectiveTests/Json.tests.cpp | 152 + .../RandomNumberGeneration.tests.cpp | 528 + .../IntrospectiveTests/Reporters.tests.cpp | 9 +- .../IntrospectiveTests/String.tests.cpp | 2 +- .../SelfTest/IntrospectiveTests/Tag.tests.cpp | 19 +- .../SelfTest/UsageTests/Exception.tests.cpp | 2 +- .../SelfTest/UsageTests/Generators.tests.cpp | 20 +- .../SelfTest/UsageTests/Matchers.tests.cpp | 21 +- .../UsageTests/MatchersRanges.tests.cpp | 12 +- .../SelfTest/UsageTests/Message.tests.cpp | 31 +- .../tests/SelfTest/UsageTests/Misc.tests.cpp | 12 + .../tests/SelfTest/UsageTests/Skip.tests.cpp | 27 + .../UsageTests/ToStringOptional.tests.cpp | 4 + .../TestScripts/DiscoverTests/CMakeLists.txt | 16 + .../DiscoverTests/VerifyRegistration.py | 123 + .../DiscoverTests/register-tests.cpp | 16 + external_imported/Catch2/tests/meson.build | 1 + .../Catch2/tools/scripts/checkLicense.py | 3 +- .../tools/scripts/generateAmalgamatedFiles.py | 10 + .../Catch2/tools/scripts/releaseCommon.py | 4 +- .../Catch2/tools/scripts/updateDocumentToC.py | 2 +- .../.github/workflows/build.yml | 16 + external_imported/PlatformFolders/.travis.yml | 38 - .../PlatformFolders/CHANGELOG.md | 91 + .../PlatformFolders/CMakeLists.txt | 107 +- external_imported/PlatformFolders/README.md | 16 +- .../PlatformFolders/doxygen.conf | 5 +- .../PlatformFolders/platform_folders.cpp | 1 + .../PlatformFolders/sago/platform_folders.cpp | 80 +- .../PlatformFolders/sago/platform_folders.h | 37 +- .../PlatformFolders/test/CMakeLists.txt | 2 + .../test/appendAdditionalDataDirectories.cpp | 1 + .../PlatformFolders/test/getStateDir.cpp | 7 + .../PlatformFolders/test/internalTest.cpp | 22 + .../cpp-httplib/.github/workflows/test.yaml | 4 +- external_imported/cpp-httplib/CMakeLists.txt | 154 +- external_imported/cpp-httplib/README.md | 106 +- .../cpp-httplib/example/Makefile | 12 +- .../cpp-httplib/example/benchmark.cc | 2 +- .../cpp-httplib/example/ssesvr.cc | 2 +- .../cpp-httplib/example/uploader.sh | 2 +- external_imported/cpp-httplib/httplib.h | 3942 ++- .../cpp-httplib/httplibConfig.cmake.in | 25 +- external_imported/cpp-httplib/meson.build | 15 +- .../cpp-httplib/meson_options.txt | 3 +- .../cpp-httplib/test/CMakeLists.txt | 106 + external_imported/cpp-httplib/test/Makefile | 12 +- .../cpp-httplib/test/fuzzing/CMakeLists.txt | 10 + ...e-minimized-server_fuzzer-5042094968537088 | Bin 0 -> 516575 bytes ...e-minimized-server_fuzzer-5886572146327552 | Bin 0 -> 974479 bytes ...e-minimized-server_fuzzer-6007379124158464 | Bin 0 -> 452123 bytes .../cpp-httplib/test/fuzzing/corpus/issue1264 | 19 + .../cpp-httplib/test/fuzzing/server_fuzzer.cc | 10 +- .../fuzzing/standalone_fuzz_target_runner.cpp | 8 +- .../cpp-httplib/test/gtest/gtest-all.cc | 2 +- .../cpp-httplib/test/meson.build | 9 +- external_imported/cpp-httplib/test/test.cc | 3157 ++- .../cpp-httplib/test/test.vcxproj | 2 + .../cpp-httplib/test/test_proxy.cc | 34 +- .../cpp-httplib/test/www/dir/1MB.txt | 8192 ++++++ .../cpp-httplib/test/www/dir/meson.build | 1 + external_imported/json/.circleci/config.yml | 56 - external_imported/json/.cirrus.yml | 17 + external_imported/json/.clang-tidy | 42 + external_imported/json/.github/CODEOWNERS | 4 +- .../json/{ => .github}/CODE_OF_CONDUCT.md | 0 .../json/.github/CONTRIBUTING.md | 12 +- .../json/.github/ISSUE_TEMPLATE/Bug_report.md | 57 - .../json/.github/ISSUE_TEMPLATE/bug.yaml | 93 + .../json/.github/PULL_REQUEST_TEMPLATE.md | 4 +- .../json/.github/external_ci/appveyor.yml | 91 + external_imported/json/.github/labeler.yml | 38 + .../.github/workflows/check_amalgamation.yml | 70 + .../json/.github/workflows/cifuzz.yml | 30 + .../.github/workflows/codeql-analysis.yml | 50 +- .../workflows/comment_check_amalgamation.yml | 75 + .../json/.github/workflows/labeler.yml | 20 + .../json/.github/workflows/macos.yml | 68 +- .../workflows/publish_documentation.yml | 41 + .../json/.github/workflows/ubuntu.yml | 304 +- .../json/.github/workflows/windows.yml | 150 +- external_imported/json/.gitignore | 60 +- external_imported/json/.lgtm.yml | 4 + external_imported/json/.reuse/README.md | 7 + external_imported/json/.reuse/dep5 | 32 + .../json/.reuse/templates/json.jinja2 | 11 + .../json/.reuse/templates/json_support.jinja2 | 11 + external_imported/json/.travis.yml | 339 - external_imported/json/BUILD.bazel | 53 + external_imported/json/CITATION.cff | 14 + external_imported/json/CMakeLists.txt | 67 +- external_imported/json/ChangeLog.md | 712 +- external_imported/json/LICENSE.MIT | 2 +- .../json/LICENSES/Apache-2.0.txt | 73 + .../json/LICENSES/BSD-3-Clause.txt | 11 + .../json/LICENSES/GPL-3.0-only.txt | 232 + external_imported/json/LICENSES/MIT.txt | 9 + external_imported/json/Makefile | 533 +- external_imported/json/Package.swift | 22 + external_imported/json/README.md | 1230 +- external_imported/json/WORKSPACE.bazel | 1 + external_imported/json/appveyor.yml | 147 - .../json/benchmarks/CMakeLists.txt | 25 - .../json/benchmarks/src/benchmarks.cpp | 110 - .../benchmarks/thirdparty/benchmark/AUTHORS | 46 - .../thirdparty/benchmark/BUILD.bazel | 42 - .../thirdparty/benchmark/CMakeLists.txt | 251 - .../thirdparty/benchmark/CONTRIBUTING.md | 58 - .../thirdparty/benchmark/CONTRIBUTORS | 65 - .../benchmarks/thirdparty/benchmark/LICENSE | 202 - .../benchmarks/thirdparty/benchmark/README.md | 950 - .../benchmarks/thirdparty/benchmark/WORKSPACE | 7 - .../thirdparty/benchmark/appveyor.yml | 56 - .../benchmark/cmake/AddCXXCompilerFlag.cmake | 74 - .../benchmark/cmake/CXXFeatureCheck.cmake | 64 - .../benchmark/cmake/Config.cmake.in | 1 - .../benchmark/cmake/GetGitVersion.cmake | 54 - .../benchmark/cmake/HandleGTest.cmake | 113 - .../benchmark/cmake/Modules/FindLLVMAr.cmake | 16 - .../benchmark/cmake/Modules/FindLLVMNm.cmake | 16 - .../cmake/Modules/FindLLVMRanLib.cmake | 15 - .../benchmark/cmake/benchmark.pc.in | 11 - .../benchmark/cmake/gnu_posix_regex.cpp | 12 - .../benchmark/cmake/llvm-toolchain.cmake | 8 - .../benchmark/cmake/posix_regex.cpp | 14 - .../benchmark/cmake/split_list.cmake | 3 - .../thirdparty/benchmark/cmake/std_regex.cpp | 10 - .../benchmark/cmake/steady_clock.cpp | 7 - .../cmake/thread_safety_attributes.cpp | 4 - .../benchmark/docs/AssemblyTests.md | 147 - .../thirdparty/benchmark/docs/tools.md | 242 - .../benchmark/include/benchmark/benchmark.h | 1456 - .../benchmarks/thirdparty/benchmark/mingw.py | 320 - .../thirdparty/benchmark/releasing.md | 16 - .../thirdparty/benchmark/src/CMakeLists.txt | 105 - .../thirdparty/benchmark/src/arraysize.h | 33 - .../thirdparty/benchmark/src/benchmark.cc | 630 - .../benchmark/src/benchmark_api_internal.h | 47 - .../benchmark/src/benchmark_main.cc | 17 - .../benchmark/src/benchmark_register.cc | 461 - .../benchmark/src/benchmark_register.h | 33 - .../thirdparty/benchmark/src/check.h | 79 - .../thirdparty/benchmark/src/colorprint.cc | 188 - .../thirdparty/benchmark/src/colorprint.h | 33 - .../benchmark/src/commandlineflags.cc | 218 - .../benchmark/src/commandlineflags.h | 79 - .../thirdparty/benchmark/src/complexity.cc | 220 - .../thirdparty/benchmark/src/complexity.h | 55 - .../benchmark/src/console_reporter.cc | 182 - .../thirdparty/benchmark/src/counter.cc | 68 - .../thirdparty/benchmark/src/counter.h | 26 - .../thirdparty/benchmark/src/csv_reporter.cc | 149 - .../thirdparty/benchmark/src/cycleclock.h | 177 - .../benchmark/src/internal_macros.h | 89 - .../thirdparty/benchmark/src/json_reporter.cc | 205 - .../benchmarks/thirdparty/benchmark/src/log.h | 73 - .../thirdparty/benchmark/src/mutex.h | 155 - .../benchmarks/thirdparty/benchmark/src/re.h | 152 - .../thirdparty/benchmark/src/reporter.cc | 87 - .../thirdparty/benchmark/src/sleep.cc | 51 - .../thirdparty/benchmark/src/sleep.h | 15 - .../thirdparty/benchmark/src/statistics.cc | 178 - .../thirdparty/benchmark/src/statistics.h | 37 - .../thirdparty/benchmark/src/string_util.cc | 172 - .../thirdparty/benchmark/src/string_util.h | 40 - .../thirdparty/benchmark/src/sysinfo.cc | 587 - .../thirdparty/benchmark/src/thread_manager.h | 66 - .../thirdparty/benchmark/src/thread_timer.h | 69 - .../thirdparty/benchmark/src/timers.cc | 217 - .../thirdparty/benchmark/src/timers.h | 48 - .../thirdparty/benchmark/tools/compare.py | 316 - .../benchmark/tools/compare_bench.py | 67 - .../tools/gbench/Inputs/test1_run1.json | 102 - .../tools/gbench/Inputs/test1_run2.json | 102 - .../tools/gbench/Inputs/test2_run.json | 81 - .../benchmark/tools/gbench/__init__.py | 8 - .../benchmark/tools/gbench/report.py | 208 - .../thirdparty/benchmark/tools/gbench/util.py | 159 - .../thirdparty/benchmark/tools/strip_asm.py | 151 - external_imported/json/cmake/ci.cmake | 983 + .../json/cmake/download_test_data.cmake | 2 +- external_imported/json/cmake/pkg-config.pc.in | 2 +- .../cmake/scripts/gen_bazel_build_file.cmake | 24 + external_imported/json/cmake/test.cmake | 273 + external_imported/json/doc/Doxyfile | 335 - external_imported/json/doc/Makefile | 92 - external_imported/json/doc/avatars.png | Bin 1174355 -> 0 bytes external_imported/json/doc/css/mylayout.css | 26 - .../json/doc/css/mylayout_docset.css | 27 - external_imported/json/doc/docset/Makefile | 21 - external_imported/json/doc/docset/README.md | 13 - external_imported/json/doc/docset/docSet.sql | 140 - .../json/doc/examples/README.link | 1 - .../json/doc/examples/accept__string.link | 1 - .../json/doc/examples/array.link | 1 - .../doc/examples/at__object_t_key_type.link | 1 - .../examples/at__object_t_key_type_const.link | 1 - .../json/doc/examples/at__size_type.link | 1 - .../doc/examples/at__size_type_const.link | 1 - .../json/doc/examples/at_json_pointer.cpp | 103 - .../json/doc/examples/at_json_pointer.link | 1 - .../doc/examples/at_json_pointer_const.cpp | 79 - .../doc/examples/at_json_pointer_const.link | 1 - external_imported/json/doc/examples/back.link | 1 - .../examples/basic_json__CompatibleType.link | 1 - .../examples/basic_json__InputIt_InputIt.link | 1 - .../doc/examples/basic_json__basic_json.link | 1 - .../examples/basic_json__copyassignment.link | 1 - .../doc/examples/basic_json__list_init_t.link | 1 - .../examples/basic_json__moveconstructor.link | 1 - .../doc/examples/basic_json__nullptr_t.link | 1 - .../basic_json__size_type_basic_json.link | 1 - .../json/doc/examples/basic_json__value.link | 1 - .../doc/examples/basic_json__value_ptr.cpp | 30 - .../doc/examples/basic_json__value_ptr.link | 1 - .../doc/examples/basic_json__value_t.link | 1 - .../json/doc/examples/begin.link | 1 - .../json/doc/examples/cbegin.link | 1 - external_imported/json/doc/examples/cend.link | 1 - .../json/doc/examples/clear.link | 1 - .../json/doc/examples/contains.cpp | 17 - .../json/doc/examples/contains.link | 1 - .../doc/examples/contains_json_pointer.cpp | 42 - .../doc/examples/contains_json_pointer.link | 1 - .../json/doc/examples/count.link | 1 - .../json/doc/examples/crbegin.link | 1 - .../json/doc/examples/crend.link | 1 - .../doc/examples/diagnostics_extended.link | 1 - .../doc/examples/diagnostics_standard.link | 1 - external_imported/json/doc/examples/diff.link | 1 - external_imported/json/doc/examples/dump.link | 1 - .../json/doc/examples/emplace.link | 1 - .../json/doc/examples/emplace_back.link | 1 - .../json/doc/examples/empty.link | 1 - external_imported/json/doc/examples/end.link | 1 - .../doc/examples/erase__IteratorType.link | 1 - .../erase__IteratorType_IteratorType.link | 1 - .../json/doc/examples/erase__key_type.link | 1 - .../json/doc/examples/erase__size_type.link | 1 - .../json/doc/examples/exception.link | 1 - .../json/doc/examples/find__key_type.link | 1 - .../json/doc/examples/flatten.link | 1 - .../json/doc/examples/from_bson.cpp | 21 - .../json/doc/examples/from_bson.link | 1 - .../json/doc/examples/from_cbor.cpp | 20 - .../json/doc/examples/from_cbor.link | 1 - .../json/doc/examples/from_msgpack.cpp | 20 - .../json/doc/examples/from_msgpack.link | 1 - .../json/doc/examples/from_ubjson.cpp | 20 - .../json/doc/examples/from_ubjson.link | 1 - .../json/doc/examples/front.link | 1 - .../json/doc/examples/get__PointerType.cpp | 21 - .../json/doc/examples/get__PointerType.link | 1 - .../doc/examples/get__ValueType_const.cpp | 50 - .../doc/examples/get__ValueType_const.link | 1 - .../json/doc/examples/get_ptr.link | 1 - .../json/doc/examples/get_ref.link | 1 - .../json/doc/examples/get_to.link | 1 - .../json/doc/examples/insert.link | 1 - .../json/doc/examples/insert__count.link | 1 - .../json/doc/examples/insert__ilist.link | 1 - .../json/doc/examples/insert__range.link | 1 - .../doc/examples/insert__range_object.link | 1 - .../json/doc/examples/invalid_iterator.link | 1 - .../json/doc/examples/is_array.link | 1 - .../json/doc/examples/is_binary.link | 1 - .../json/doc/examples/is_boolean.link | 1 - .../json/doc/examples/is_discarded.link | 1 - .../json/doc/examples/is_null.link | 1 - .../json/doc/examples/is_number.link | 1 - .../json/doc/examples/is_number_float.link | 1 - .../json/doc/examples/is_number_integer.link | 1 - .../json/doc/examples/is_number_unsigned.link | 1 - .../json/doc/examples/is_object.link | 1 - .../json/doc/examples/is_primitive.link | 1 - .../json/doc/examples/is_string.link | 1 - .../json/doc/examples/is_structured.link | 1 - .../json/doc/examples/items.link | 1 - .../json/doc/examples/iterator_wrapper.cpp | 23 - .../json/doc/examples/iterator_wrapper.link | 1 - .../json/doc/examples/iterator_wrapper.output | 7 - .../json/doc/examples/json_pointer.link | 1 - .../json/doc/examples/json_pointer__back.cpp | 15 - .../json/doc/examples/json_pointer__back.link | 1 - .../doc/examples/json_pointer__back.output | 2 - .../json/doc/examples/json_pointer__empty.cpp | 20 - .../doc/examples/json_pointer__empty.link | 1 - .../examples/json_pointer__operator_add.cpp | 23 - .../examples/json_pointer__operator_add.link | 1 - .../json_pointer__operator_add_binary.cpp | 19 - .../json_pointer__operator_add_binary.link | 1 - .../examples/json_pointer__parent_pointer.cpp | 18 - .../json_pointer__parent_pointer.link | 1 - .../doc/examples/json_pointer__pop_back.cpp | 21 - .../doc/examples/json_pointer__pop_back.link | 1 - .../doc/examples/json_pointer__push_back.cpp | 21 - .../doc/examples/json_pointer__push_back.link | 1 - .../doc/examples/json_pointer__to_string.cpp | 35 - .../doc/examples/json_pointer__to_string.link | 1 - .../examples/json_pointer__to_string.output | 12 - .../json/doc/examples/max_size.link | 1 - .../json/doc/examples/max_size.output | 7 - .../json/doc/examples/merge_patch.link | 1 - external_imported/json/doc/examples/meta.link | 1 - .../json/doc/examples/meta.output | 17 - .../json/doc/examples/object.link | 1 - .../doc/examples/operator__ValueType.link | 1 - .../json/doc/examples/operator__equal.link | 1 - .../examples/operator__equal__nullptr_t.link | 1 - .../json/doc/examples/operator__greater.link | 1 - .../doc/examples/operator__greaterequal.link | 1 - .../json/doc/examples/operator__less.link | 1 - .../doc/examples/operator__lessequal.link | 1 - .../json/doc/examples/operator__notequal.link | 1 - .../operator__notequal__nullptr_t.link | 1 - .../json/doc/examples/operator__value_t.link | 1 - .../doc/examples/operator_deserialize.link | 1 - .../json/doc/examples/operator_serialize.link | 1 - .../doc/examples/operatorarray__key_type.link | 1 - .../operatorarray__key_type_const.link | 1 - .../examples/operatorarray__size_type.link | 1 - .../operatorarray__size_type_const.link | 1 - .../doc/examples/operatorjson_pointer.cpp | 48 - .../doc/examples/operatorjson_pointer.link | 1 - .../examples/operatorjson_pointer_const.cpp | 24 - .../examples/operatorjson_pointer_const.link | 1 - .../json/doc/examples/other_error.link | 1 - .../json/doc/examples/out_of_range.link | 1 - .../doc/examples/parse__allow_exceptions.link | 1 - .../parse__array__parser_callback_t.link | 1 - ...ontiguouscontainer__parser_callback_t.link | 1 - .../parse__istream__parser_callback_t.link | 1 - ...parse__iteratortype__parser_callback_t.cpp | 15 - ...arse__iteratortype__parser_callback_t.link | 1 - .../parse__string__parser_callback_t.link | 1 - .../json/doc/examples/parse_error.link | 1 - .../json/doc/examples/patch.link | 1 - .../json/doc/examples/push_back.link | 1 - .../examples/push_back__initializer_list.link | 1 - .../examples/push_back__object_t__value.link | 1 - .../json/doc/examples/rbegin.link | 1 - external_imported/json/doc/examples/rend.link | 1 - .../json/doc/examples/sax_parse.cpp | 130 - .../json/doc/examples/sax_parse.link | 1 - .../json/doc/examples/sax_parse.output | 2 - external_imported/json/doc/examples/size.link | 1 - .../json/doc/examples/swap__array_t.link | 1 - .../json/doc/examples/swap__binary_t.link | 1 - .../json/doc/examples/swap__object_t.link | 1 - .../json/doc/examples/swap__reference.link | 1 - .../json/doc/examples/swap__string_t.link | 1 - .../json/doc/examples/to_bson.link | 1 - .../json/doc/examples/to_cbor.link | 1 - .../json/doc/examples/to_msgpack.link | 1 - .../json/doc/examples/to_ubjson.link | 1 - external_imported/json/doc/examples/type.link | 1 - .../json/doc/examples/type_error.link | 1 - .../json/doc/examples/type_name.link | 1 - .../json/doc/examples/unflatten.link | 1 - .../json/doc/examples/update.cpp | 18 - .../json/doc/examples/update.link | 1 - .../json/doc/examples/update.output | 5 - .../json/doc/examples/update__range.cpp | 18 - .../json/doc/examples/update__range.link | 1 - .../json/doc/examples/update__range.output | 5 - external_imported/json/doc/index.md | 335 - external_imported/json/doc/json.gif | Bin 1710522 -> 0 bytes external_imported/json/doc/mkdocs/Makefile | 34 - .../doc/mkdocs/docs/api/adl_serializer.md | 31 - .../doc/mkdocs/docs/api/basic_json/accept.md | 90 - .../doc/mkdocs/docs/api/basic_json/array_t.md | 52 - .../json/doc/mkdocs/docs/api/basic_json/at.md | 171 - .../doc/mkdocs/docs/api/basic_json/back.md | 61 - .../doc/mkdocs/docs/api/basic_json/binary.md | 50 - .../mkdocs/docs/api/basic_json/binary_t.md | 67 - .../mkdocs/docs/api/basic_json/boolean_t.md | 26 - .../docs/api/basic_json/cbor_tag_handler_t.md | 21 - .../doc/mkdocs/docs/api/basic_json/clear.md | 58 - .../mkdocs/docs/api/basic_json/contains.md | 56 - .../doc/mkdocs/docs/api/basic_json/count.md | 55 - .../doc/mkdocs/docs/api/basic_json/dump.md | 66 - .../doc/mkdocs/docs/api/basic_json/empty.md | 66 - .../doc/mkdocs/docs/api/basic_json/erase.md | 177 - .../docs/api/basic_json/error_handler_t.md | 25 - .../doc/mkdocs/docs/api/basic_json/find.md | 59 - .../mkdocs/docs/api/basic_json/from_bson.md | 83 - .../mkdocs/docs/api/basic_json/from_cbor.md | 94 - .../docs/api/basic_json/from_msgpack.md | 86 - .../mkdocs/docs/api/basic_json/from_ubjson.md | 84 - .../docs/api/basic_json/get_allocator.md | 15 - .../mkdocs/docs/api/basic_json/get_binary.md | 29 - .../doc/mkdocs/docs/api/basic_json/index.md | 252 - .../docs/api/basic_json/input_format_t.md | 32 - .../docs/api/basic_json/invalid_iterator.md | 59 - .../mkdocs/docs/api/basic_json/is_number.md | 50 - .../docs/api/basic_json/is_number_float.md | 40 - .../docs/api/basic_json/is_number_integer.md | 41 - .../docs/api/basic_json/is_number_unsigned.md | 40 - .../docs/api/basic_json/is_primitive.md | 60 - .../docs/api/basic_json/is_structured.md | 48 - .../docs/api/basic_json/json_serializer.md | 24 - .../mkdocs/docs/api/basic_json/max_size.md | 58 - .../doc/mkdocs/docs/api/basic_json/meta.md | 48 - .../api/basic_json/object_comparator_t.md | 18 - .../mkdocs/docs/api/basic_json/operator[].md | 191 - .../docs/api/basic_json/operator_ValueType.md | 72 - .../mkdocs/docs/api/basic_json/operator_eq.md | 106 - .../mkdocs/docs/api/basic_json/operator_ge.md | 59 - .../mkdocs/docs/api/basic_json/operator_gt.md | 58 - .../mkdocs/docs/api/basic_json/operator_le.md | 59 - .../api/basic_json/operator_literal_json.md | 32 - .../operator_literal_json_pointer.md | 32 - .../mkdocs/docs/api/basic_json/operator_lt.md | 73 - .../mkdocs/docs/api/basic_json/operator_ne.md | 57 - .../docs/api/basic_json/operator_value_t.md | 54 - .../mkdocs/docs/api/basic_json/other_error.md | 59 - .../docs/api/basic_json/out_of_range.md | 60 - .../doc/mkdocs/docs/api/basic_json/parse.md | 156 - .../mkdocs/docs/api/basic_json/parse_error.md | 64 - .../docs/api/basic_json/parser_callback_t.md | 73 - .../mkdocs/docs/api/basic_json/push_back.md | 109 - .../doc/mkdocs/docs/api/basic_json/size.md | 57 - .../mkdocs/docs/api/basic_json/string_t.md | 50 - .../doc/mkdocs/docs/api/basic_json/type.md | 54 - .../mkdocs/docs/api/basic_json/type_error.md | 60 - .../mkdocs/docs/api/basic_json/type_name.md | 54 - .../doc/mkdocs/docs/api/basic_json/update.md | 78 - .../doc/mkdocs/docs/api/basic_json/value.md | 121 - .../doc/mkdocs/docs/api/basic_json/value_t.md | 36 - .../mkdocs/docs/api/basic_json/~basic_json.md | 19 - .../json/doc/mkdocs/docs/api/json.md | 5 - .../json/doc/mkdocs/docs/api/json_pointer.md | 24 - .../json/doc/mkdocs/docs/api/ordered_json.md | 5 - .../json/doc/mkdocs/docs/api/ordered_map.md | 7 - .../mkdocs/docs/features/arbitrary_types.md | 264 - .../docs/features/binary_formats/bson.md | 94 - .../docs/features/binary_formats/cbor.md | 177 - .../docs/features/binary_formats/index.md | 45 - .../features/binary_formats/messagepack.md | 139 - .../docs/features/binary_formats/ubjson.md | 133 - .../doc/mkdocs/docs/features/binary_values.md | 295 - .../features/element_access/checked_access.md | 77 - .../docs/features/element_access/index.md | 9 - .../element_access/unchecked_access.md | 102 - .../mkdocs/docs/features/enum_conversion.md | 53 - .../doc/mkdocs/docs/features/json_pointer.md | 15 - .../json/doc/mkdocs/docs/features/macros.md | 89 - .../doc/mkdocs/docs/features/object_order.md | 67 - .../doc/mkdocs/docs/features/parsing/index.md | 13 - .../docs/features/parsing/parser_callbacks.md | 79 - .../json/doc/mkdocs/docs/features/types.md | 267 - .../json/doc/mkdocs/docs/home/faq.md | 91 - .../json/doc/mkdocs/docs/home/sponsors.md | 11 - .../json/doc/mkdocs/docs/hooks.py | 10 - .../json/doc/mkdocs/docs/index.md | 7 - .../json/doc/mkdocs/docs/integration/cmake.md | 103 - .../json/doc/mkdocs/docs/integration/index.md | 14 - .../docs/integration/package_managers.md | 143 - external_imported/json/doc/mkdocs/mkdocs.yml | 242 - .../json/doc/mkdocs/requirements.txt | 29 - .../json/doc/scripts/git-update-ghpages | 193 - .../json/doc/scripts/send_to_wandbox.py | 120 - external_imported/json/docs/Makefile | 45 + external_imported/json/docs/README.md | 20 + external_imported/json/docs/avatars.png | Bin 0 -> 1703752 bytes .../json/{doc => docs}/docset/Info.plist | 0 external_imported/json/docs/docset/Makefile | 87 + external_imported/json/docs/docset/README.md | 19 + external_imported/json/docs/docset/docSet.sql | 234 + .../json/docs/docset/docset.json | 10 + external_imported/json/docs/docset/icon.png | Bin 0 -> 700 bytes .../json/docs/docset/icon@2x.png | Bin 0 -> 1362 bytes .../json/{doc => docs}/examples/README.cpp | 0 .../json/{doc => docs}/examples/README.output | 0 .../{doc => docs}/examples/accept__string.cpp | 0 .../examples/accept__string.output | 0 .../json/{doc => docs}/examples/array.cpp | 0 .../json/{doc => docs}/examples/array.output | 0 .../json/docs/examples/array_t.cpp | 10 + .../json/docs/examples/array_t.output | 1 + .../json/docs/examples/at__json_pointer.cpp | 103 + .../examples/at__json_pointer.output} | 0 .../docs/examples/at__json_pointer_const.cpp | 80 + .../examples/at__json_pointer_const.output} | 0 .../json/docs/examples/at__keytype.c++17.cpp | 49 + .../examples/at__keytype.c++17.output} | 0 .../docs/examples/at__keytype_const.c++17.cpp | 43 + .../examples/at__keytype_const.c++17.output} | 0 .../examples/at__object_t_key_type.cpp | 5 +- .../examples/at__object_t_key_type.output | 4 + .../examples/at__object_t_key_type_const.cpp | 5 +- .../at__object_t_key_type_const.output | 3 + .../{doc => docs}/examples/at__size_type.cpp | 5 +- .../examples/at__size_type.output | 0 .../examples/at__size_type_const.cpp | 5 +- .../examples/at__size_type_const.output | 0 .../json/{doc => docs}/examples/back.cpp | 2 +- .../json/{doc => docs}/examples/back.output | 0 .../examples/basic_json__CompatibleType.cpp | 6 +- .../basic_json__CompatibleType.output | 0 .../examples/basic_json__InputIt_InputIt.cpp | 2 +- .../basic_json__InputIt_InputIt.output | 0 .../examples/basic_json__basic_json.cpp | 0 .../examples/basic_json__basic_json.output | 0 .../examples/basic_json__copyassignment.cpp | 0 .../basic_json__copyassignment.output | 0 .../examples/basic_json__list_init_t.cpp | 0 .../examples/basic_json__list_init_t.output | 0 .../examples/basic_json__moveconstructor.cpp | 0 .../basic_json__moveconstructor.output | 0 .../examples/basic_json__nullptr_t.cpp | 0 .../examples/basic_json__nullptr_t.output | 0 .../basic_json__size_type_basic_json.cpp | 0 .../basic_json__size_type_basic_json.output | 0 .../examples/basic_json__value_t.cpp | 0 .../examples/basic_json__value_t.output | 0 .../json/{doc => docs}/examples/begin.cpp | 0 .../json/{doc => docs}/examples/begin.output | 0 .../json/docs/examples/binary.cpp | 16 + .../json/docs/examples/binary.output | 1 + .../json/docs/examples/binary_t.cpp | 10 + .../json/docs/examples/binary_t.output | 1 + .../json/docs/examples/boolean_t.cpp | 10 + .../json/docs/examples/boolean_t.output | 1 + ...h_subtype__byte_container_with_subtype.cpp | 23 + ...ubtype__byte_container_with_subtype.output | 3 + ..._container_with_subtype__clear_subtype.cpp | 21 + ...ntainer_with_subtype__clear_subtype.output | 2 + ...te_container_with_subtype__has_subtype.cpp | 19 + ...container_with_subtype__has_subtype.output | 2 + ...te_container_with_subtype__set_subtype.cpp | 22 + ...container_with_subtype__set_subtype.output | 2 + .../byte_container_with_subtype__subtype.cpp | 22 + ...yte_container_with_subtype__subtype.output | 2 + .../json/{doc => docs}/examples/cbegin.cpp | 0 .../json/{doc => docs}/examples/cbegin.output | 0 .../json/docs/examples/cbor_tag_handler_t.cpp | 28 + .../docs/examples/cbor_tag_handler_t.output | 3 + .../json/{doc => docs}/examples/cend.cpp | 0 .../json/{doc => docs}/examples/cend.output | 0 .../json/{doc => docs}/examples/clear.cpp | 0 .../json/{doc => docs}/examples/clear.output | 0 .../docs/examples/contains__json_pointer.cpp | 43 + .../examples/contains__json_pointer.output} | 0 .../docs/examples/contains__keytype.c++17.cpp | 20 + .../examples/contains__keytype.c++17.output} | 0 .../examples/contains__object_t_key_type.cpp | 18 + .../contains__object_t_key_type.output | 3 + .../docs/examples/count__keytype.c++17.cpp | 20 + .../examples/count__keytype.c++17.output} | 0 .../examples/count__object_t_key_type.cpp} | 0 .../examples/count__object_t_key_type.output | 2 + .../json/{doc => docs}/examples/crbegin.cpp | 0 .../{doc => docs}/examples/crbegin.output | 0 .../json/{doc => docs}/examples/crend.cpp | 0 .../json/{doc => docs}/examples/crend.output | 0 .../examples/default_object_comparator_t.cpp | 11 + .../default_object_comparator_t.output | 2 + .../examples/diagnostics_extended.cpp | 2 +- .../examples/diagnostics_extended.output | 0 .../examples/diagnostics_standard.cpp | 2 +- .../examples/diagnostics_standard.output | 0 .../json/{doc => docs}/examples/diff.cpp | 1 + .../json/{doc => docs}/examples/diff.output | 0 .../json/{doc => docs}/examples/dump.cpp | 2 +- .../json/{doc => docs}/examples/dump.output | 0 .../json/{doc => docs}/examples/emplace.cpp | 0 .../{doc => docs}/examples/emplace.output | 0 .../{doc => docs}/examples/emplace_back.cpp | 0 .../examples/emplace_back.output | 0 .../json/{doc => docs}/examples/empty.cpp | 0 .../json/{doc => docs}/examples/empty.output | 0 .../json/{doc => docs}/examples/end.cpp | 0 .../json/{doc => docs}/examples/end.output | 0 .../examples/erase__IteratorType.cpp | 0 .../examples/erase__IteratorType.output | 0 .../erase__IteratorType_IteratorType.cpp | 0 .../erase__IteratorType_IteratorType.output | 0 .../docs/examples/erase__keytype.c++17.cpp | 20 + .../examples/erase__keytype.c++17.output} | 0 .../examples/erase__object_t_key_type.cpp} | 0 .../examples/erase__object_t_key_type.output | 2 + .../examples/erase__size_type.cpp | 0 .../examples/erase__size_type.output | 0 .../json/docs/examples/error_handler_t.cpp | 24 + .../json/docs/examples/error_handler_t.output | 3 + .../json/{doc => docs}/examples/exception.cpp | 2 +- .../{doc => docs}/examples/exception.output | 0 .../docs/examples/find__keytype.c++17.cpp | 22 + .../examples/find__keytype.c++17.output} | 0 .../examples/find__object_t_key_type.cpp} | 0 .../examples/find__object_t_key_type.output | 3 + .../json/{doc => docs}/examples/flatten.cpp | 0 .../{doc => docs}/examples/flatten.output | 0 .../json/docs/examples/from_bjdata.cpp | 20 + .../examples/from_bjdata.output} | 0 .../json/docs/examples/from_bson.cpp | 21 + .../examples/from_bson.output} | 0 .../json/docs/examples/from_cbor.cpp | 20 + .../examples/from_cbor.output} | 0 .../from_json__default_constructible.cpp | 37 + .../from_json__default_constructible.output | 1 + .../from_json__non_default_constructible.cpp | 53 + ...rom_json__non_default_constructible.output | 1 + .../json/docs/examples/from_msgpack.cpp | 20 + .../examples/from_msgpack.output} | 0 .../json/docs/examples/from_ubjson.cpp | 20 + .../json/docs/examples/from_ubjson.output | 4 + .../json/{doc => docs}/examples/front.cpp | 0 .../json/{doc => docs}/examples/front.output | 0 .../json/docs/examples/get__PointerType.cpp | 21 + .../examples/get__PointerType.output | 0 .../docs/examples/get__ValueType_const.cpp | 50 + .../examples/get__ValueType_const.output | 0 .../json/docs/examples/get_allocator.cpp | 18 + .../json/docs/examples/get_allocator.output | 1 + .../json/docs/examples/get_binary.cpp | 16 + .../json/docs/examples/get_binary.output | 1 + .../json/{doc => docs}/examples/get_ptr.cpp | 0 .../{doc => docs}/examples/get_ptr.output | 0 .../json/{doc => docs}/examples/get_ref.cpp | 2 +- .../{doc => docs}/examples/get_ref.output | 0 .../json/{doc => docs}/examples/get_to.cpp | 1 - .../json/{doc => docs}/examples/get_to.output | 0 .../json/{doc => docs}/examples/insert.cpp | 0 .../json/{doc => docs}/examples/insert.output | 0 .../{doc => docs}/examples/insert__count.cpp | 0 .../examples/insert__count.output | 0 .../{doc => docs}/examples/insert__ilist.cpp | 0 .../examples/insert__ilist.output | 0 .../{doc => docs}/examples/insert__range.cpp | 0 .../examples/insert__range.output | 0 .../examples/insert__range_object.cpp | 0 .../examples/insert__range_object.output | 0 .../examples/invalid_iterator.cpp | 2 +- .../examples/invalid_iterator.output | 0 .../json/{doc => docs}/examples/is_array.cpp | 0 .../{doc => docs}/examples/is_array.output | 0 .../json/{doc => docs}/examples/is_binary.cpp | 0 .../{doc => docs}/examples/is_binary.output | 0 .../{doc => docs}/examples/is_boolean.cpp | 0 .../{doc => docs}/examples/is_boolean.output | 0 .../{doc => docs}/examples/is_discarded.cpp | 0 .../examples/is_discarded.output | 0 .../json/{doc => docs}/examples/is_null.cpp | 0 .../{doc => docs}/examples/is_null.output | 0 .../json/{doc => docs}/examples/is_number.cpp | 0 .../{doc => docs}/examples/is_number.output | 0 .../examples/is_number_float.cpp | 0 .../examples/is_number_float.output | 0 .../examples/is_number_integer.cpp | 0 .../examples/is_number_integer.output | 0 .../examples/is_number_unsigned.cpp | 0 .../examples/is_number_unsigned.output | 0 .../json/{doc => docs}/examples/is_object.cpp | 0 .../{doc => docs}/examples/is_object.output | 0 .../{doc => docs}/examples/is_primitive.cpp | 0 .../examples/is_primitive.output | 0 .../json/{doc => docs}/examples/is_string.cpp | 0 .../{doc => docs}/examples/is_string.output | 0 .../{doc => docs}/examples/is_structured.cpp | 0 .../examples/is_structured.output | 0 .../json/{doc => docs}/examples/items.cpp | 0 .../json/{doc => docs}/examples/items.output | 0 .../json/docs/examples/json_base_class_t.cpp | 88 + .../docs/examples/json_base_class_t.output | 4 + .../json/docs/examples/json_lines.cpp | 22 + .../json/docs/examples/json_lines.output | 4 + .../{doc => docs}/examples/json_pointer.cpp | 6 +- .../examples/json_pointer.output | 0 .../json/docs/examples/json_pointer__back.cpp | 15 + .../docs/examples/json_pointer__back.output | 2 + .../docs/examples/json_pointer__empty.cpp | 20 + .../examples/json_pointer__empty.output | 0 .../json_pointer__operator__equal.cpp | 19 + .../json_pointer__operator__equal.output | 4 + ...on_pointer__operator__equal_stringtype.cpp | 33 + ...pointer__operator__equal_stringtype.output | 4 + .../json_pointer__operator__notequal.cpp | 19 + .../json_pointer__operator__notequal.output | 4 + ...pointer__operator__notequal_stringtype.cpp | 32 + ...nter__operator__notequal_stringtype.output | 4 + .../examples/json_pointer__operator_add.cpp | 23 + .../json_pointer__operator_add.output | 0 .../json_pointer__operator_add_binary.cpp | 19 + .../json_pointer__operator_add_binary.output | 0 .../json_pointer__operator_string_t.cpp | 19 + .../json_pointer__operator_string_t.output | 2 + .../examples/json_pointer__parent_pointer.cpp | 18 + .../json_pointer__parent_pointer.output | 0 .../docs/examples/json_pointer__pop_back.cpp | 21 + .../examples/json_pointer__pop_back.output | 0 .../docs/examples/json_pointer__push_back.cpp | 21 + .../examples/json_pointer__push_back.output | 0 .../docs/examples/json_pointer__string_t.cpp | 13 + .../examples/json_pointer__string_t.output | 2 + .../docs/examples/json_pointer__to_string.cpp | 34 + .../examples/json_pointer__to_string.output | 12 + .../json/{doc => docs}/examples/max_size.cpp | 0 .../json/docs/examples/max_size.output | 7 + .../{doc => docs}/examples/merge_patch.cpp | 1 + .../{doc => docs}/examples/merge_patch.output | 0 .../json/{doc => docs}/examples/meta.cpp | 0 .../json/docs/examples/meta.output | 17 + ...lohmann_define_type_intrusive_explicit.cpp | 60 + ...mann_define_type_intrusive_explicit.output | 2 + .../nlohmann_define_type_intrusive_macro.cpp | 48 + ...lohmann_define_type_intrusive_macro.output | 2 + ...type_intrusive_only_serialize_explicit.cpp | 38 + ...e_intrusive_only_serialize_explicit.output | 1 + ...ne_type_intrusive_only_serialize_macro.cpp | 33 + ...type_intrusive_only_serialize_macro.output | 1 + ...e_type_intrusive_with_default_explicit.cpp | 55 + ...ype_intrusive_with_default_explicit.output | 2 + ...fine_type_intrusive_with_default_macro.cpp | 42 + ...e_type_intrusive_with_default_macro.output | 2 + ...ann_define_type_non_intrusive_explicit.cpp | 53 + ..._define_type_non_intrusive_explicit.output | 2 + ...ohmann_define_type_non_intrusive_macro.cpp | 41 + ...ann_define_type_non_intrusive_macro.output | 2 + ..._non_intrusive_only_serialize_explicit.cpp | 31 + ...n_intrusive_only_serialize_explicit.output | 1 + ...ype_non_intrusive_only_serialize_macro.cpp | 26 + ..._non_intrusive_only_serialize_macro.output | 1 + ...pe_non_intrusive_with_default_explicit.cpp | 53 + ...non_intrusive_with_default_explicit.output | 2 + ..._type_non_intrusive_with_default_macro.cpp | 40 + ...pe_non_intrusive_with_default_macro.output | 2 + .../docs/examples/nlohmann_json_namespace.cpp | 14 + .../examples/nlohmann_json_namespace.output | 1 + .../nlohmann_json_namespace_begin.c++17.cpp | 33 + ...nlohmann_json_namespace_begin.c++17.output | 1 + .../nlohmann_json_namespace_no_version.cpp | 13 + .../nlohmann_json_namespace_no_version.output | 1 + .../examples/nlohmann_json_serialize_enum.cpp | 59 + .../nlohmann_json_serialize_enum.output | 3 + .../nlohmann_json_serialize_enum_2.cpp | 33 + .../nlohmann_json_serialize_enum_2.output | 3 + .../docs/examples/nlohmann_json_version.cpp | 12 + .../examples/nlohmann_json_version.output | 1 + .../json/docs/examples/number_float_t.cpp | 10 + .../json/docs/examples/number_float_t.output | 1 + .../json/docs/examples/number_integer_t.cpp | 10 + .../docs/examples/number_integer_t.output | 1 + .../json/docs/examples/number_unsigned_t.cpp | 10 + .../docs/examples/number_unsigned_t.output | 1 + .../json/{doc => docs}/examples/object.cpp | 2 +- .../json/{doc => docs}/examples/object.output | 0 .../docs/examples/object_comparator_t.cpp | 11 + .../docs/examples/object_comparator_t.output | 2 + .../json/docs/examples/object_t.cpp | 10 + .../json/docs/examples/object_t.output | 1 + .../examples/operator__ValueType.cpp | 2 +- .../examples/operator__ValueType.output | 0 .../examples/operator__equal.cpp | 0 .../examples/operator__equal.output | 0 .../examples/operator__equal__nullptr_t.cpp | 0 .../operator__equal__nullptr_t.output | 0 .../operator__equal__specializations.cpp | 16 + .../operator__equal__specializations.output | 2 + .../examples/operator__greater.cpp | 0 .../examples/operator__greater.output | 0 .../examples/operator__greaterequal.cpp | 0 .../examples/operator__greaterequal.output | 0 .../{doc => docs}/examples/operator__less.cpp | 0 .../examples/operator__less.output | 0 .../examples/operator__lessequal.cpp | 0 .../examples/operator__lessequal.output | 0 .../examples/operator__notequal.cpp | 0 .../examples/operator__notequal.output | 0 .../operator__notequal__nullptr_t.cpp | 0 .../operator__notequal__nullptr_t.output | 0 .../examples/operator__value_t.cpp | 0 .../examples/operator__value_t.output | 0 .../examples/operator_array__json_pointer.cpp | 49 + .../operator_array__json_pointer.output} | 0 .../operator_array__json_pointer_const.cpp | 25 + ...operator_array__json_pointer_const.output} | 0 .../operator_array__keytype.c++17.cpp | 34 + .../operator_array__keytype.c++17.output} | 0 .../operator_array__keytype_const.c++17.cpp | 18 + ...perator_array__keytype_const.c++17.output} | 0 .../operator_array__object_t_key_type.cpp} | 0 .../operator_array__object_t_key_type.output | 19 + ...erator_array__object_t_key_type_const.cpp} | 0 ...ator_array__object_t_key_type_const.output | 1 + .../examples/operator_array__size_type.cpp} | 0 .../operator_array__size_type.output} | 0 .../operator_array__size_type_const.cpp} | 0 .../operator_array__size_type_const.output} | 0 .../examples/operator_deserialize.cpp | 0 .../examples/operator_deserialize.output | 0 .../docs/examples/operator_literal_json.cpp | 13 + .../examples/operator_literal_json.output | 4 + .../operator_literal_json_pointer.cpp | 14 + .../operator_literal_json_pointer.output | 1 + .../examples/operator_ltlt__basic_json.cpp} | 0 .../operator_ltlt__basic_json.output} | 0 .../examples/operator_ltlt__json_pointer.cpp | 13 + .../operator_ltlt__json_pointer.output | 1 + ...rator_spaceship__const_reference.c++20.cpp | 40 + ...or_spaceship__const_reference.c++20.output | 4 + .../operator_spaceship__scalartype.c++20.cpp | 40 + ...perator_spaceship__scalartype.c++20.output | 4 + .../json/docs/examples/ordered_json.cpp | 14 + .../json/docs/examples/ordered_json.output | 5 + .../json/docs/examples/ordered_map.cpp | 43 + .../json/docs/examples/ordered_map.output | 4 + .../{doc => docs}/examples/other_error.cpp | 3 +- .../{doc => docs}/examples/other_error.output | 0 .../{doc => docs}/examples/out_of_range.cpp | 2 +- .../examples/out_of_range.output | 0 .../examples/parse__allow_exceptions.cpp | 2 +- .../examples/parse__allow_exceptions.output | 0 .../parse__array__parser_callback_t.cpp | 0 .../parse__array__parser_callback_t.output | 0 ...contiguouscontainer__parser_callback_t.cpp | 2 +- ...tiguouscontainer__parser_callback_t.output | 0 .../parse__istream__parser_callback_t.cpp | 1 - .../parse__istream__parser_callback_t.output | 0 .../docs/examples/parse__iterator_pair.cpp | 15 + .../docs/examples/parse__iterator_pair.link | 1 + .../examples/parse__iterator_pair.output} | 0 .../json/docs/examples/parse__pointers.cpp | 15 + .../json/docs/examples/parse__pointers.link | 1 + .../json/docs/examples/parse__pointers.output | 6 + .../parse__string__parser_callback_t.cpp | 1 - .../parse__string__parser_callback_t.output | 0 .../{doc => docs}/examples/parse_error.cpp | 2 +- .../{doc => docs}/examples/parse_error.output | 0 .../json/{doc => docs}/examples/patch.cpp | 1 + .../json/{doc => docs}/examples/patch.output | 0 .../json/docs/examples/patch_inplace.cpp | 35 + .../json/docs/examples/patch_inplace.output | 13 + .../json/{doc => docs}/examples/push_back.cpp | 0 .../{doc => docs}/examples/push_back.output | 0 .../examples/push_back__initializer_list.cpp | 0 .../push_back__initializer_list.output | 0 .../examples/push_back__object_t__value.cpp | 0 .../push_back__object_t__value.output | 0 .../json/{doc => docs}/examples/rbegin.cpp | 0 .../json/{doc => docs}/examples/rbegin.output | 0 .../json/{doc => docs}/examples/rend.cpp | 0 .../json/{doc => docs}/examples/rend.output | 0 .../json/docs/examples/sax_parse.cpp | 131 + .../json/docs/examples/sax_parse.output | 37 + .../json/docs/examples/sax_parse__binary.cpp | 114 + .../docs/examples/sax_parse__binary.output | 3 + .../json/{doc => docs}/examples/size.cpp | 0 .../json/{doc => docs}/examples/size.output | 0 .../json/docs/examples/std_hash.cpp | 19 + .../json/docs/examples/std_hash.output | 8 + .../json/docs/examples/std_swap.cpp | 19 + .../json/docs/examples/std_swap.output | 2 + .../json/docs/examples/string_t.cpp | 10 + .../json/docs/examples/string_t.output | 1 + .../{doc => docs}/examples/swap__array_t.cpp | 0 .../examples/swap__array_t.output | 0 .../{doc => docs}/examples/swap__binary_t.cpp | 0 .../examples/swap__binary_t.output | 0 .../{doc => docs}/examples/swap__object_t.cpp | 0 .../examples/swap__object_t.output | 0 .../examples/swap__reference.cpp | 0 .../examples/swap__reference.output | 0 .../{doc => docs}/examples/swap__string_t.cpp | 0 .../examples/swap__string_t.output | 0 .../json/docs/examples/to_bjdata.cpp | 64 + .../examples/to_bjdata.output} | 0 .../json/{doc => docs}/examples/to_bson.cpp | 3 +- .../{doc => docs}/examples/to_bson.output | 0 .../json/{doc => docs}/examples/to_cbor.cpp | 3 +- .../{doc => docs}/examples/to_cbor.output | 0 .../json/docs/examples/to_json.cpp | 32 + .../json/docs/examples/to_json.output | 1 + .../{doc => docs}/examples/to_msgpack.cpp | 3 +- .../{doc => docs}/examples/to_msgpack.output | 0 .../json/docs/examples/to_string.cpp | 20 + .../json/docs/examples/to_string.output | 3 + .../json/{doc => docs}/examples/to_ubjson.cpp | 9 +- .../json/docs/examples/to_ubjson.output | 4 + .../json/{doc => docs}/examples/type.cpp | 0 .../json/{doc => docs}/examples/type.output | 0 .../{doc => docs}/examples/type_error.cpp | 2 +- .../{doc => docs}/examples/type_error.output | 0 .../json/{doc => docs}/examples/type_name.cpp | 0 .../{doc => docs}/examples/type_name.output | 0 .../json/{doc => docs}/examples/unflatten.cpp | 0 .../{doc => docs}/examples/unflatten.output | 0 .../json/docs/examples/update.cpp | 24 + .../json/docs/examples/update.output | 17 + .../json/docs/examples/update__range.cpp | 24 + .../json/docs/examples/update__range.output | 17 + .../json/docs/examples/value__json_ptr.cpp | 31 + .../examples/value__json_ptr.output} | 0 .../docs/examples/value__keytype.c++17.cpp | 32 + .../examples/value__keytype.c++17.output} | 0 .../examples/value__object_t_key_type.cpp} | 0 .../examples/value__object_t_key_type.output | 1 + external_imported/json/docs/json.gif | Bin 0 -> 1652796 bytes external_imported/json/docs/mkdocs/Makefile | 37 + .../docs/api/adl_serializer/from_json.md | 73 + .../mkdocs/docs/api/adl_serializer/index.md | 35 + .../mkdocs/docs/api/adl_serializer/to_json.md | 43 + .../docs/mkdocs/docs/api/basic_json/accept.md | 113 + .../mkdocs/docs/api/basic_json/array.md | 7 +- .../mkdocs/docs/api/basic_json/array_t.md | 68 + .../docs/mkdocs/docs/api/basic_json/at.md | 226 + .../docs/mkdocs/docs/api/basic_json/back.md | 65 + .../mkdocs/docs/api/basic_json/basic_json.md | 122 +- .../mkdocs/docs/api/basic_json/begin.md | 4 +- .../docs/mkdocs/docs/api/basic_json/binary.md | 66 + .../mkdocs/docs/api/basic_json/binary_t.md | 89 + .../mkdocs/docs/api/basic_json/boolean_t.md | 42 + .../mkdocs/docs/api/basic_json/cbegin.md | 4 +- .../docs/api/basic_json/cbor_tag_handler_t.md | 42 + .../mkdocs/docs/api/basic_json/cend.md | 4 +- .../docs/mkdocs/docs/api/basic_json/clear.md | 58 + .../mkdocs/docs/api/basic_json/contains.md | 118 + .../docs/mkdocs/docs/api/basic_json/count.md | 78 + .../mkdocs/docs/api/basic_json/crbegin.md | 4 +- .../mkdocs/docs/api/basic_json/crend.md | 4 +- .../basic_json/default_object_comparator_t.md | 35 + .../mkdocs/docs/api/basic_json/diff.md | 10 +- .../docs/mkdocs/docs/api/basic_json/dump.md | 79 + .../mkdocs/docs/api/basic_json/emplace.md | 2 +- .../docs/api/basic_json/emplace_back.md | 2 +- .../docs/mkdocs/docs/api/basic_json/empty.md | 66 + .../mkdocs/docs/api/basic_json/end.md | 4 +- .../docs/mkdocs/docs/api/basic_json/erase.md | 211 + .../docs/api/basic_json/error_handler_t.md | 42 + .../mkdocs/docs/api/basic_json/exception.md | 14 +- .../docs/mkdocs/docs/api/basic_json/find.md | 86 + .../mkdocs/docs/api/basic_json/flatten.md | 8 +- .../mkdocs/docs/api/basic_json/from_bjdata.md | 93 + .../mkdocs/docs/api/basic_json/from_bson.md | 110 + .../mkdocs/docs/api/basic_json/from_cbor.md | 117 + .../docs/api/basic_json/from_msgpack.md | 109 + .../mkdocs/docs/api/basic_json/from_ubjson.md | 106 + .../mkdocs/docs/api/basic_json/front.md | 22 +- .../mkdocs/docs/api/basic_json/get.md | 10 +- .../docs/api/basic_json/get_allocator.md | 31 + .../mkdocs/docs/api/basic_json/get_binary.md | 45 + .../mkdocs/docs/api/basic_json/get_ptr.md | 12 +- .../mkdocs/docs/api/basic_json/get_ref.md | 10 +- .../mkdocs/docs/api/basic_json/get_to.md | 8 +- .../docs/mkdocs/docs/api/basic_json/index.md | 323 + .../docs/api/basic_json/input_format_t.md | 52 + .../mkdocs/docs/api/basic_json/insert.md | 42 +- .../docs/api/basic_json/invalid_iterator.md | 67 + .../mkdocs/docs/api/basic_json/is_array.md | 4 +- .../mkdocs/docs/api/basic_json/is_binary.md | 4 +- .../mkdocs/docs/api/basic_json/is_boolean.md | 4 +- .../docs/api/basic_json/is_discarded.md | 10 +- .../mkdocs/docs/api/basic_json/is_null.md | 4 +- .../mkdocs/docs/api/basic_json/is_number.md | 56 + .../docs/api/basic_json/is_number_float.md | 46 + .../docs/api/basic_json/is_number_integer.md | 47 + .../docs/api/basic_json/is_number_unsigned.md | 46 + .../mkdocs/docs/api/basic_json/is_object.md | 4 +- .../docs/api/basic_json/is_primitive.md | 69 + .../mkdocs/docs/api/basic_json/is_string.md | 4 +- .../docs/api/basic_json/is_structured.md | 63 + .../mkdocs/docs/api/basic_json/items.md | 20 +- .../docs/api/basic_json/json_base_class_t.md | 45 + .../docs/api/basic_json/json_serializer.md | 41 + .../mkdocs/docs/api/basic_json/max_size.md | 60 + .../mkdocs/docs/api/basic_json/merge_patch.md | 9 +- .../docs/mkdocs/docs/api/basic_json/meta.md | 56 + .../docs/api/basic_json/number_float_t.md | 22 +- .../docs/api/basic_json/number_integer_t.md | 26 +- .../docs/api/basic_json/number_unsigned_t.md | 24 +- .../mkdocs/docs/api/basic_json/object.md | 15 +- .../api/basic_json/object_comparator_t.md | 32 + .../mkdocs/docs/api/basic_json/object_t.md | 29 +- .../mkdocs/docs/api/basic_json/operator+=.md | 19 +- .../mkdocs/docs/api/basic_json/operator=.md | 4 +- .../mkdocs/docs/api/basic_json/operator[].md | 241 + .../docs/api/basic_json/operator_ValueType.md | 82 + .../mkdocs/docs/api/basic_json/operator_eq.md | 168 + .../mkdocs/docs/api/basic_json/operator_ge.md | 86 + .../mkdocs/docs/api/basic_json/operator_gt.md | 86 + .../mkdocs/docs/api/basic_json/operator_le.md | 87 + .../mkdocs/docs/api/basic_json/operator_lt.md | 96 + .../mkdocs/docs/api/basic_json/operator_ne.md | 98 + .../docs/api/basic_json/operator_spaceship.md | 100 + .../docs/api/basic_json/operator_value_t.md | 54 + .../mkdocs/docs/api/basic_json/other_error.md | 67 + .../docs/api/basic_json/out_of_range.md | 68 + .../docs/mkdocs/docs/api/basic_json/parse.md | 214 + .../mkdocs/docs/api/basic_json/parse_error.md | 74 + .../docs/api/basic_json/parse_event_t.md | 4 +- .../docs/api/basic_json/parser_callback_t.md | 73 + .../mkdocs/docs/api/basic_json/patch.md | 23 +- .../docs/api/basic_json/patch_inplace.md | 70 + .../mkdocs/docs/api/basic_json/push_back.md | 106 + .../mkdocs/docs/api/basic_json/rbegin.md | 4 +- .../mkdocs/docs/api/basic_json/rend.md | 4 +- .../mkdocs/docs/api/basic_json/sax_parse.md | 12 +- .../docs/mkdocs/docs/api/basic_json/size.md | 57 + .../mkdocs/docs/api/basic_json/std_hash.md | 34 + .../mkdocs/docs/api/basic_json/std_swap.md | 51 + .../mkdocs/docs/api/basic_json/string_t.md | 66 + .../docs/mkdocs/docs/api/basic_json/swap.md | 157 + .../mkdocs/docs/api/basic_json/to_bjdata.md | 70 + .../mkdocs/docs/api/basic_json/to_bson.md | 8 +- .../mkdocs/docs/api/basic_json/to_cbor.md | 8 +- .../mkdocs/docs/api/basic_json/to_msgpack.md | 8 +- .../mkdocs/docs/api/basic_json/to_string.md | 65 + .../mkdocs/docs/api/basic_json/to_ubjson.md | 8 +- .../docs/mkdocs/docs/api/basic_json/type.md | 54 + .../mkdocs/docs/api/basic_json/type_error.md | 68 + .../mkdocs/docs/api/basic_json/type_name.md | 54 + .../mkdocs/docs/api/basic_json/unflatten.md | 16 +- .../docs/mkdocs/docs/api/basic_json/update.md | 142 + .../docs/mkdocs/docs/api/basic_json/value.md | 159 + .../mkdocs/docs/api/basic_json/value_t.md | 81 + .../mkdocs/docs/api/basic_json/~basic_json.md | 21 + .../byte_container_with_subtype.md | 46 + .../clear_subtype.md | 36 + .../has_subtype.md | 39 + .../api/byte_container_with_subtype/index.md | 35 + .../set_subtype.md | 41 + .../byte_container_with_subtype/subtype.md | 42 + .../json/docs/mkdocs/docs/api/json.md | 28 + .../docs/mkdocs/docs/api/json_pointer/back.md | 40 + .../mkdocs/docs/api/json_pointer/empty.md | 39 + .../mkdocs/docs/api/json_pointer/index.md | 52 + .../docs/api/json_pointer/json_pointer.md | 41 + .../docs/api/json_pointer/operator_eq.md | 113 + .../docs/api/json_pointer/operator_ne.md | 109 + .../docs/api/json_pointer/operator_slash.md | 64 + .../docs/api/json_pointer/operator_slasheq.md | 61 + .../api/json_pointer/operator_string_t.md | 48 + .../docs/api/json_pointer/parent_pointer.md | 35 + .../mkdocs/docs/api/json_pointer/pop_back.md | 35 + .../mkdocs/docs/api/json_pointer/push_back.md | 39 + .../mkdocs/docs/api/json_pointer/string_t.md | 28 + .../mkdocs/docs/api/json_pointer/to_string.md | 40 + .../docs/mkdocs/docs/api/json_sax/binary.md | 40 + .../docs/mkdocs/docs/api/json_sax/boolean.md | 36 + .../mkdocs/docs/api/json_sax/end_array.md | 31 + .../mkdocs/docs/api/json_sax/end_object.md | 31 + .../docs/mkdocs/docs/api/json_sax/index.md | 44 + .../json/docs/mkdocs/docs/api/json_sax/key.md | 40 + .../docs/mkdocs/docs/api/json_sax/null.md | 31 + .../mkdocs/docs/api/json_sax/number_float.md | 39 + .../docs/api/json_sax/number_integer.md | 36 + .../docs/api/json_sax/number_unsigned.md | 36 + .../mkdocs/docs/api/json_sax/parse_error.md | 44 + .../mkdocs/docs/api/json_sax/start_array.md | 40 + .../mkdocs/docs/api/json_sax/start_object.md | 40 + .../docs/mkdocs/docs/api/json_sax/string.md | 40 + .../json/docs/mkdocs/docs/api/macros/index.md | 62 + .../mkdocs/docs/api/macros/json_assert.md | 84 + .../docs/api/macros/json_diagnostics.md | 76 + .../macros/json_disable_enum_serialization.md | 152 + .../mkdocs/docs/api/macros/json_has_cpp_11.md | 41 + .../docs/api/macros/json_has_filesystem.md | 43 + .../mkdocs/docs/api/macros/json_has_ranges.md | 31 + .../docs/api/macros/json_has_static_rtti.md | 31 + .../macros/json_has_three_way_comparison.md | 32 + .../docs/mkdocs/docs/api/macros/json_no_io.md | 35 + .../docs/api/macros/json_noexception.md | 45 + .../macros/json_skip_library_version_check.md | 37 + .../json_skip_unsupported_compiler_check.md | 33 + .../mkdocs/docs/api/macros/json_throw_user.md | 75 + .../docs/api/macros/json_use_global_udls.md | 98 + .../macros/json_use_implicit_conversions.md | 59 + ...n_use_legacy_discarded_value_comparison.md | 77 + .../macros/nlohmann_define_type_intrusive.md | 156 + .../nlohmann_define_type_non_intrusive.md | 157 + .../api/macros/nlohmann_json_namespace.md | 41 + .../macros/nlohmann_json_namespace_begin.md | 61 + .../nlohmann_json_namespace_no_version.md | 45 + .../macros/nlohmann_json_serialize_enum.md | 85 + .../api/macros/nlohmann_json_version_major.md | 40 + .../docs/mkdocs/docs/api/operator_gtgt.md | 64 + .../mkdocs/docs/api/operator_literal_json.md | 61 + .../docs/api/operator_literal_json_pointer.md | 64 + .../docs/mkdocs/docs/api/operator_ltlt.md | 87 + .../json/docs/mkdocs/docs/api/ordered_json.md | 32 + .../json/docs/mkdocs/docs/api/ordered_map.md | 77 + .../json/docs/mkdocs/docs/css/custom.css | 4 + .../mkdocs/docs/features/arbitrary_types.md | 274 + .../docs/mkdocs/docs/features/assertions.md | 131 + .../docs/features/binary_formats/bjdata.md | 194 + .../docs/features/binary_formats/bson.md | 96 + .../docs/features/binary_formats/cbor.md | 181 + .../docs/features/binary_formats/index.md | 52 + .../features/binary_formats/messagepack.md | 143 + .../docs/features/binary_formats/ubjson.md | 126 + .../mkdocs/docs/features/binary_values.md | 372 + .../mkdocs/docs/features/comments.md | 10 +- .../features/element_access/checked_access.md | 91 + .../features/element_access/default_value.md | 0 .../docs/features/element_access/index.md | 9 + .../element_access/unchecked_access.md | 112 + .../mkdocs/docs/features/enum_conversion.md | 61 + .../mkdocs/docs/features/iterators.md | 14 +- .../mkdocs/docs/features/json_patch.md | 4 +- .../docs/mkdocs/docs/features/json_pointer.md | 126 + .../json/docs/mkdocs/docs/features/macros.md | 167 + .../mkdocs/docs/features/merge_patch.md | 0 .../docs/mkdocs/docs/features/namespace.md | 93 + .../docs/mkdocs/docs/features/object_order.md | 109 + .../mkdocs/docs/features/parsing/index.md | 13 + .../docs/features/parsing/json_lines.md | 49 + .../docs/features/parsing/parse_exceptions.md | 17 +- .../docs/features/parsing/parser_callbacks.md | 83 + .../docs/features/parsing/sax_interface.md | 5 + .../docs/mkdocs/docs/features/types/index.md | 269 + .../docs/features/types/number_handling.md | 328 + .../mkdocs/docs/home/code_of_conduct.md | 0 .../mkdocs/docs/home/design_goals.md | 2 +- .../mkdocs/docs/home/exceptions.md | 68 +- .../json/docs/mkdocs/docs/home/faq.md | 180 + .../{doc => docs}/mkdocs/docs/home/license.md | 2 +- .../mkdocs/docs/home/releases.md | 28 +- .../json/docs/mkdocs/docs/home/sponsors.md | 13 + .../mkdocs/docs}/images/callback_events.png | Bin .../mkdocs/docs/images/json_syntax_number.png | Bin 0 -> 37014 bytes .../mkdocs/docs}/images/range-begin-end.svg | 0 .../mkdocs/docs}/images/range-rbegin-rend.svg | 0 .../json/docs/mkdocs/docs/index.md | 3 + .../docs/mkdocs/docs/integration/cmake.md | 172 + .../docs/integration/conan/CMakeLists.txt | 0 .../docs/integration/conan/Conanfile.txt | 0 .../mkdocs/docs/integration/conan/example.cpp | 0 .../docs/mkdocs/docs/integration/example.cpp | 10 + .../docs/mkdocs/docs/integration/index.md | 18 + .../docs/integration/migration_guide.md | 264 + .../docs/integration/package_managers.md | 198 + .../mkdocs/docs/integration/pkg-config.md | 13 + .../docs/integration/vcpkg/CMakeLists.txt | 7 + .../docs/integration/vcpkg}/example.cpp | 0 external_imported/json/docs/mkdocs/mkdocs.yml | 366 + .../json/docs/mkdocs/requirements.txt | 49 + .../docs/mkdocs/scripts/check_structure.py | 179 + .../json/{doc => docs}/usages/ios.png | Bin .../json/{doc => docs}/usages/macos.png | Bin .../json/include/nlohmann/adl_serializer.hpp | 62 +- .../nlohmann/byte_container_with_subtype.hpp | 131 +- .../include/nlohmann/detail/abi_macros.hpp | 100 + .../nlohmann/detail/conversions/from_json.hpp | 213 +- .../nlohmann/detail/conversions/to_chars.hpp | 33 +- .../nlohmann/detail/conversions/to_json.hpp | 198 +- .../include/nlohmann/detail/exceptions.hpp | 339 +- .../json/include/nlohmann/detail/hash.hpp | 23 +- .../nlohmann/detail/input/binary_reader.hpp | 836 +- .../nlohmann/detail/input/input_adapters.hpp | 68 +- .../nlohmann/detail/input/json_sax.hpp | 87 +- .../include/nlohmann/detail/input/lexer.hpp | 70 +- .../include/nlohmann/detail/input/parser.hpp | 76 +- .../nlohmann/detail/input/position_t.hpp | 18 +- .../detail/iterators/internal_iterator.hpp | 16 +- .../nlohmann/detail/iterators/iter_impl.hpp | 202 +- .../detail/iterators/iteration_proxy.hpp | 100 +- .../detail/iterators/iterator_traits.hpp | 18 +- .../iterators/json_reverse_iterator.hpp | 21 +- .../detail/iterators/primitive_iterator.hpp | 19 +- .../detail/json_custom_base_class.hpp | 39 + .../include/nlohmann/detail/json_pointer.hpp | 648 +- .../json/include/nlohmann/detail/json_ref.hpp | 18 +- .../include/nlohmann/detail/macro_scope.hpp | 221 +- .../include/nlohmann/detail/macro_unscope.hpp | 39 +- .../nlohmann/detail/meta/call_std/begin.hpp | 17 + .../nlohmann/detail/meta/call_std/end.hpp | 17 + .../nlohmann/detail/meta/cpp_future.hpp | 139 +- .../include/nlohmann/detail/meta/detected.hpp | 20 +- .../nlohmann/detail/meta/identity_tag.hpp | 21 + .../include/nlohmann/detail/meta/is_sax.hpp | 16 +- .../include/nlohmann/detail/meta/std_fs.hpp | 29 + .../nlohmann/detail/meta/type_traits.hpp | 543 +- .../include/nlohmann/detail/meta/void_t.hpp | 19 +- .../nlohmann/detail/output/binary_writer.hpp | 652 +- .../detail/output/output_adapters.hpp | 46 +- .../nlohmann/detail/output/serializer.hpp | 177 +- .../include/nlohmann/detail/string_concat.hpp | 146 + .../include/nlohmann/detail/string_escape.hpp | 39 +- .../json/include/nlohmann/detail/value_t.hpp | 45 +- .../json/include/nlohmann/json.hpp | 7424 ++---- .../json/include/nlohmann/json_fwd.hpp | 55 +- .../json/include/nlohmann/ordered_map.hpp | 243 +- .../nlohmann/thirdparty/hedley/hedley.hpp | 19 +- .../thirdparty/hedley/hedley_undef.hpp | 10 + external_imported/json/meson.build | 3 +- external_imported/json/nlohmann_json.natvis | 250 +- .../json/single_include/nlohmann/json.hpp | 14274 +++++----- .../json/single_include/nlohmann/json_fwd.hpp | 176 + external_imported/json/test/CMakeLists.txt | 199 - external_imported/json/test/Makefile | 29 - .../project/CMakeLists.txt | 20 - .../cmake_add_subdirectory/project/main.cpp | 8 - .../project/CMakeLists.txt | 20 - .../test/cmake_fetch_content/project/main.cpp | 8 - .../test/cmake_import/project/CMakeLists.txt | 12 - .../json/test/cmake_import/project/main.cpp | 8 - .../project/CMakeLists.txt | 8 - .../test/cmake_import_minver/project/main.cpp | 8 - .../project/Bar.cpp | 3 - .../project/Bar.hpp | 4 - .../project/CMakeLists.txt | 21 - .../project/Foo.cpp | 3 - .../project/Foo.hpp | 4 - .../project/main.cpp | 8 - external_imported/json/test/src/UBSAN.supp | 1 - .../json/test/src/fuzzer-driver_afl.cpp | 38 - .../json/test/src/fuzzer-parse_bson.cpp | 73 - .../json/test/src/fuzzer-parse_cbor.cpp | 68 - .../json/test/src/fuzzer-parse_json.cpp | 69 - .../json/test/src/fuzzer-parse_msgpack.cpp | 68 - .../json/test/src/fuzzer-parse_ubjson.cpp | 84 - .../json/test/src/test_utils.hpp | 25 - .../json/test/src/unit-alt-string.cpp | 299 - .../json/test/src/unit-assert_macro.cpp | 65 - external_imported/json/test/src/unit-cbor.cpp | 2741 -- .../test/src/unit-class_const_iterator.cpp | 418 - .../json/test/src/unit-class_iterator.cpp | 402 - .../json/test/src/unit-class_parser.cpp | 1886 -- .../json/test/src/unit-comparison.cpp | 270 - .../json/test/src/unit-constructor1.cpp | 1590 -- .../json/test/src/unit-constructor2.cpp | 207 - .../json/test/src/unit-convenience.cpp | 117 - .../json/test/src/unit-conversions.cpp | 1712 -- .../json/test/src/unit-deserialization.cpp | 1114 - .../json/test/src/unit-diagnostics.cpp | 111 - .../json/test/src/unit-element_access1.cpp | 1006 - .../json/test/src/unit-element_access2.cpp | 1109 - external_imported/json/test/src/unit-hash.cpp | 84 - .../json/test/src/unit-iterators2.cpp | 1000 - .../json/test/src/unit-json_patch.cpp | 1378 - .../json/test/src/unit-json_pointer.cpp | 697 - .../json/test/src/unit-large_json.cpp | 50 - .../json/test/src/unit-merge_patch.cpp | 262 - external_imported/json/test/src/unit-meta.cpp | 57 - .../json/test/src/unit-modifiers.cpp | 1008 - .../json/test/src/unit-msgpack.cpp | 1885 -- .../json/test/src/unit-noexcept.cpp | 97 - .../json/test/src/unit-ordered_json.cpp | 93 - .../json/test/src/unit-readme.cpp | 327 - .../json/test/src/unit-reference_access.cpp | 318 - .../json/test/src/unit-regression1.cpp | 1613 -- .../json/test/src/unit-regression2.cpp | 501 - .../json/test/src/unit-serialization.cpp | 322 - .../json/test/src/unit-ubjson.cpp | 2570 -- .../json/test/src/unit-udt_macro.cpp | 330 - .../json/test/src/unit-unicode.cpp | 1611 -- .../json/test/src/unit-user_defined_input.cpp | 144 - .../json/test/src/unit-wstring.cpp | 117 - external_imported/json/test/src/unit.cpp | 31 - .../json/test/thirdparty/doctest/LICENSE.txt | 21 - .../json/test/thirdparty/doctest/doctest.h | 6330 ----- .../json/test/thirdparty/fifo_map/LICENSE.MIT | 21 - .../json/test/thirdparty/imapdl/gpl-3.0.txt | 674 - external_imported/json/tests/CMakeLists.txt | 184 + external_imported/json/tests/Makefile | 32 + .../json/tests/abi/CMakeLists.txt | 30 + .../json/tests/abi/config/CMakeLists.txt | 22 + .../json/tests/abi/config/config.hpp | 35 + .../json/tests/abi/config/custom.cpp | 33 + .../json/tests/abi/config/default.cpp | 41 + .../json/tests/abi/config/noversion.cpp | 40 + .../json/tests/abi/diag/CMakeLists.txt | 19 + .../json/tests/abi/diag/diag.cpp | 29 + .../json/tests/abi/diag/diag.hpp | 20 + .../json/tests/abi/diag/diag_off.cpp | 30 + .../json/tests/abi/diag/diag_on.cpp | 30 + .../abi/include/nlohmann/json_v3_10_5.hpp | 22091 ++++++++++++++++ .../json/tests/abi/inline_ns/CMakeLists.txt | 12 + .../json/tests/abi/inline_ns/use_current.cpp | 36 + .../json/tests/abi/inline_ns/use_v3_10_5.cpp | 22 + external_imported/json/tests/abi/main.cpp | 11 + .../json/tests/benchmarks/CMakeLists.txt | 34 + .../json/tests/benchmarks/src/benchmarks.cpp | 177 + .../cmake_add_subdirectory/CMakeLists.txt | 0 .../project/CMakeLists.txt | 20 + .../cmake_add_subdirectory/project/main.cpp | 16 + .../cmake_fetch_content/CMakeLists.txt | 0 .../project/CMakeLists.txt | 20 + .../cmake_fetch_content/project/main.cpp | 16 + .../tests/cmake_fetch_content2/CMakeLists.txt | 20 + .../project/CMakeLists.txt | 15 + .../cmake_fetch_content2/project/main.cpp | 16 + .../cmake_import/CMakeLists.txt | 0 .../tests/cmake_import/project/CMakeLists.txt | 12 + .../json/tests/cmake_import/project/main.cpp | 16 + .../cmake_import_minver/CMakeLists.txt | 0 .../project/CMakeLists.txt | 8 + .../cmake_import_minver/project/main.cpp | 16 + .../CMakeLists.txt | 0 .../project/Bar.cpp | 11 + .../project/Bar.hpp | 12 + .../project/CMakeLists.txt | 21 + .../project/Foo.cpp | 11 + .../project/Foo.hpp | 12 + .../project/main.cpp | 16 + .../json/tests/cuda_example/CMakeLists.txt | 10 + .../json/tests/cuda_example/json_cuda.cu | 19 + external_imported/json/tests/fuzzing.md | 81 + .../reports/2016-08-29-fuzz/exec_speed.png | Bin .../reports/2016-08-29-fuzz/fuzz.tiff | Bin .../reports/2016-08-29-fuzz/high_freq.png | Bin .../reports/2016-08-29-fuzz/index.html | 0 .../reports/2016-08-29-fuzz/low_freq.png | Bin .../2016-09-09-nativejson_benchmark/README.md | 0 .../conformance_Nlohmann (C++11).md | 0 .../conformance_overall_Result.png | Bin ..._mac64_clang7.0_1._Parse_Memory_(byte).png | Bin ...0GHz_mac64_clang7.0_1._Parse_Time_(ms).png | Bin ..._mac64_clang7.0_2._Stringify_Time_(ms).png | Bin ...z_mac64_clang7.0_3._Prettify_Time_(ms).png | Bin ..._clang7.0_7._Code_size_FileSize_(byte).png | Bin .../reports/2016-10-02-fuzz/exec_speed.png | Bin .../reports/2016-10-02-fuzz/fuzz.tiff | Bin .../reports/2016-10-02-fuzz/high_freq.png | Bin .../reports/2016-10-02-fuzz/index.html | 0 .../reports/2016-10-02-fuzz/low_freq.png | Bin .../json/tests/src/fuzzer-driver_afl.cpp | 39 + .../json/tests/src/fuzzer-parse_bjdata.cpp | 85 + .../json/tests/src/fuzzer-parse_bson.cpp | 74 + .../json/tests/src/fuzzer-parse_cbor.cpp | 69 + .../json/tests/src/fuzzer-parse_json.cpp | 70 + .../json/tests/src/fuzzer-parse_msgpack.cpp | 69 + .../json/tests/src/fuzzer-parse_ubjson.cpp | 85 + .../tests/src/make_test_data_available.hpp | 30 + .../json/tests/src/test_utils.hpp | 33 + .../json/tests/src/unit-32bit.cpp | 134 + .../{test => tests}/src/unit-algorithms.cpp | 111 +- .../{test => tests}/src/unit-allocator.cpp | 85 +- .../json/tests/src/unit-alt-string.cpp | 322 + .../json/tests/src/unit-assert_macro.cpp | 48 + .../json/tests/src/unit-binary_formats.cpp | 211 + .../json/tests/src/unit-bjdata.cpp | 3581 +++ .../json/{test => tests}/src/unit-bson.cpp | 307 +- .../src/unit-byte_container_with_subtype.cpp | 77 + .../{test => tests}/src/unit-capacity.cpp | 156 +- .../json/tests/src/unit-cbor.cpp | 2705 ++ .../tests/src/unit-class_const_iterator.cpp | 393 + .../json/tests/src/unit-class_iterator.cpp | 468 + .../{test => tests}/src/unit-class_lexer.cpp | 45 +- .../json/tests/src/unit-class_parser.cpp | 1691 ++ .../json/tests/src/unit-comparison.cpp | 596 + .../{test => tests}/src/unit-concepts.cpp | 37 +- .../json/tests/src/unit-constructor1.cpp | 1581 ++ .../json/tests/src/unit-constructor2.cpp | 186 + .../json/tests/src/unit-convenience.cpp | 205 + .../json/tests/src/unit-conversions.cpp | 1572 ++ .../json/tests/src/unit-custom-base-class.cpp | 336 + .../json/tests/src/unit-deserialization.cpp | 1189 + .../json/tests/src/unit-diagnostics.cpp | 246 + .../tests/src/unit-disabled_exceptions.cpp | 52 + .../json/tests/src/unit-element_access1.cpp | 881 + .../json/tests/src/unit-element_access2.cpp | 1793 ++ .../json/tests/src/unit-hash.cpp | 113 + .../{test => tests}/src/unit-inspection.cpp | 103 +- .../json/{test => tests}/src/unit-items.cpp | 127 +- .../{test => tests}/src/unit-iterators1.cpp | 155 +- .../json/tests/src/unit-iterators2.cpp | 971 + .../json/tests/src/unit-json_patch.cpp | 1321 + .../json/tests/src/unit-json_pointer.cpp | 787 + .../json/tests/src/unit-large_json.cpp | 29 + .../json/tests/src/unit-merge_patch.cpp | 244 + .../json/tests/src/unit-meta.cpp | 36 + .../json/tests/src/unit-modifiers.cpp | 953 + .../json/tests/src/unit-msgpack.cpp | 1866 ++ .../src/unit-no-mem-leak-on-adl-serialize.cpp | 86 + .../json/tests/src/unit-noexcept.cpp | 74 + .../json/tests/src/unit-ordered_json.cpp | 71 + .../{test => tests}/src/unit-ordered_map.cpp | 82 +- .../src/unit-pointer_access.cpp | 35 +- .../json/tests/src/unit-readme.cpp | 304 + .../json/tests/src/unit-reference_access.cpp | 247 + .../json/tests/src/unit-regression1.cpp | 1513 ++ .../json/tests/src/unit-regression2.cpp | 941 + .../json/tests/src/unit-serialization.cpp | 297 + .../{test => tests}/src/unit-testsuites.cpp | 115 +- .../{test => tests}/src/unit-to_chars.cpp | 79 +- .../json/tests/src/unit-type_traits.cpp | 56 + .../json/tests/src/unit-ubjson.cpp | 2547 ++ external_imported/json/tests/src/unit-udl.cpp | 57 + .../json/{test => tests}/src/unit-udt.cpp | 217 +- .../json/tests/src/unit-udt_macro.cpp | 474 + .../json/tests/src/unit-unicode1.cpp | 620 + .../json/tests/src/unit-unicode2.cpp | 610 + .../json/tests/src/unit-unicode3.cpp | 324 + .../json/tests/src/unit-unicode4.cpp | 324 + .../json/tests/src/unit-unicode5.cpp | 324 + .../tests/src/unit-user_defined_input.cpp | 130 + .../json/tests/src/unit-windows_h.cpp | 23 + .../json/tests/src/unit-wstring.cpp | 99 + external_imported/json/tests/src/unit.cpp | 10 + .../thirdparty/Fuzzer/CMakeLists.txt | 0 .../thirdparty/Fuzzer/FuzzerCorpus.h | 0 .../thirdparty/Fuzzer/FuzzerCrossOver.cpp | 0 .../thirdparty/Fuzzer/FuzzerDefs.h | 0 .../thirdparty/Fuzzer/FuzzerDictionary.h | 0 .../thirdparty/Fuzzer/FuzzerDriver.cpp | 2 +- .../thirdparty/Fuzzer/FuzzerExtFunctions.def | 0 .../thirdparty/Fuzzer/FuzzerExtFunctions.h | 0 .../Fuzzer/FuzzerExtFunctionsDlsym.cpp | 0 .../Fuzzer/FuzzerExtFunctionsWeak.cpp | 0 .../Fuzzer/FuzzerExtFunctionsWeakAlias.cpp | 0 .../thirdparty/Fuzzer/FuzzerFlags.def | 0 .../thirdparty/Fuzzer/FuzzerIO.cpp | 0 .../thirdparty/Fuzzer/FuzzerIO.h | 0 .../thirdparty/Fuzzer/FuzzerIOPosix.cpp | 0 .../thirdparty/Fuzzer/FuzzerIOWindows.cpp | 0 .../thirdparty/Fuzzer/FuzzerInterface.h | 0 .../thirdparty/Fuzzer/FuzzerInternal.h | 0 .../thirdparty/Fuzzer/FuzzerLoop.cpp | 0 .../thirdparty/Fuzzer/FuzzerMain.cpp | 0 .../thirdparty/Fuzzer/FuzzerMerge.cpp | 0 .../thirdparty/Fuzzer/FuzzerMerge.h | 0 .../thirdparty/Fuzzer/FuzzerMutate.cpp | 0 .../thirdparty/Fuzzer/FuzzerMutate.h | 0 .../thirdparty/Fuzzer/FuzzerOptions.h | 0 .../thirdparty/Fuzzer/FuzzerRandom.h | 0 .../thirdparty/Fuzzer/FuzzerSHA1.cpp | 0 .../thirdparty/Fuzzer/FuzzerSHA1.h | 0 .../thirdparty/Fuzzer/FuzzerTracePC.cpp | 0 .../thirdparty/Fuzzer/FuzzerTracePC.h | 0 .../thirdparty/Fuzzer/FuzzerTraceState.cpp | 0 .../thirdparty/Fuzzer/FuzzerUtil.cpp | 0 .../thirdparty/Fuzzer/FuzzerUtil.h | 0 .../thirdparty/Fuzzer/FuzzerUtilDarwin.cpp | 0 .../thirdparty/Fuzzer/FuzzerUtilLinux.cpp | 0 .../thirdparty/Fuzzer/FuzzerUtilPosix.cpp | 0 .../thirdparty/Fuzzer/FuzzerUtilWindows.cpp | 0 .../thirdparty/Fuzzer/FuzzerValueBitMap.h | 0 .../thirdparty/Fuzzer/README.txt | 0 .../thirdparty/Fuzzer/afl/afl_driver.cpp | 2 +- .../thirdparty/Fuzzer/build.sh | 0 .../thirdparty/Fuzzer/cxx.dict | 0 .../standalone/StandaloneFuzzTargetMain.c | 0 .../thirdparty/Fuzzer/test/AFLDriverTest.cpp | 0 .../Fuzzer/test/AbsNegAndConstant64Test.cpp | 0 .../Fuzzer/test/AbsNegAndConstantTest.cpp | 0 .../Fuzzer/test/AccumulateAllocationsTest.cpp | 0 .../Fuzzer/test/BufferOverflowOnInput.cpp | 0 .../thirdparty/Fuzzer/test/CMakeLists.txt | 0 .../Fuzzer/test/CallerCalleeTest.cpp | 0 .../thirdparty/Fuzzer/test/CounterTest.cpp | 0 .../Fuzzer/test/CustomCrossOverTest.cpp | 0 .../Fuzzer/test/CustomMutatorTest.cpp | 0 .../thirdparty/Fuzzer/test/DSO1.cpp | 0 .../thirdparty/Fuzzer/test/DSO2.cpp | 0 .../thirdparty/Fuzzer/test/DSOTestExtra.cpp | 0 .../thirdparty/Fuzzer/test/DSOTestMain.cpp | 0 .../thirdparty/Fuzzer/test/DivTest.cpp | 0 .../thirdparty/Fuzzer/test/EmptyTest.cpp | 0 .../test/FourIndependentBranchesTest.cpp | 0 .../Fuzzer/test/FullCoverageSetTest.cpp | 0 .../thirdparty/Fuzzer/test/FuzzerUnittest.cpp | 0 .../thirdparty/Fuzzer/test/InitializeTest.cpp | 0 .../thirdparty/Fuzzer/test/LeakTest.cpp | 0 .../Fuzzer/test/LeakTimeoutTest.cpp | 0 .../thirdparty/Fuzzer/test/LoadTest.cpp | 0 .../thirdparty/Fuzzer/test/MemcmpTest.cpp | 0 .../Fuzzer/test/NthRunCrashTest.cpp | 0 .../Fuzzer/test/NullDerefOnEmptyTest.cpp | 0 .../thirdparty/Fuzzer/test/NullDerefTest.cpp | 0 .../Fuzzer/test/OneHugeAllocTest.cpp | 0 .../test/OutOfMemorySingleLargeMallocTest.cpp | 0 .../Fuzzer/test/OutOfMemoryTest.cpp | 0 .../Fuzzer/test/RepeatedBytesTest.cpp | 0 .../thirdparty/Fuzzer/test/RepeatedMemcmp.cpp | 0 .../Fuzzer/test/ShrinkControlFlowTest.cpp | 0 .../Fuzzer/test/ShrinkValueProfileTest.cpp | 0 .../Fuzzer/test/SignedIntOverflowTest.cpp | 0 .../thirdparty/Fuzzer/test/SimpleCmpTest.cpp | 0 .../Fuzzer/test/SimpleDictionaryTest.cpp | 0 .../thirdparty/Fuzzer/test/SimpleHashTest.cpp | 0 .../thirdparty/Fuzzer/test/SimpleTest.cpp | 0 .../Fuzzer/test/SimpleThreadedTest.cpp | 0 .../Fuzzer/test/SingleMemcmpTest.cpp | 0 .../Fuzzer/test/SingleStrcmpTest.cpp | 0 .../Fuzzer/test/SingleStrncmpTest.cpp | 0 .../thirdparty/Fuzzer/test/SpamyTest.cpp | 0 .../thirdparty/Fuzzer/test/StrcmpTest.cpp | 0 .../thirdparty/Fuzzer/test/StrncmpOOBTest.cpp | 0 .../thirdparty/Fuzzer/test/StrncmpTest.cpp | 0 .../thirdparty/Fuzzer/test/StrstrTest.cpp | 0 .../thirdparty/Fuzzer/test/SwapCmpTest.cpp | 0 .../thirdparty/Fuzzer/test/Switch2Test.cpp | 0 .../thirdparty/Fuzzer/test/SwitchTest.cpp | 0 .../Fuzzer/test/ThreadedLeakTest.cpp | 0 .../thirdparty/Fuzzer/test/ThreadedTest.cpp | 0 .../Fuzzer/test/TimeoutEmptyTest.cpp | 0 .../thirdparty/Fuzzer/test/TimeoutTest.cpp | 0 .../Fuzzer/test/TraceMallocTest.cpp | 0 .../Fuzzer/test/UninstrumentedTest.cpp | 0 .../Fuzzer/test/afl-driver-extra-stats.test | 0 .../Fuzzer/test/afl-driver-stderr.test | 0 .../thirdparty/Fuzzer/test/caller-callee.test | 0 .../thirdparty/Fuzzer/test/coverage.test | 0 .../thirdparty/Fuzzer/test/dict1.txt | 0 .../thirdparty/Fuzzer/test/dump_coverage.test | 0 .../Fuzzer/test/fuzzer-customcrossover.test | 0 .../Fuzzer/test/fuzzer-custommutator.test | 0 .../thirdparty/Fuzzer/test/fuzzer-dict.test | 0 .../thirdparty/Fuzzer/test/fuzzer-dirs.test | 0 .../thirdparty/Fuzzer/test/fuzzer-fdmask.test | 0 .../Fuzzer/test/fuzzer-finalstats.test | 0 .../thirdparty/Fuzzer/test/fuzzer-flags.test | 0 .../thirdparty/Fuzzer/test/fuzzer-jobs.test | 0 .../thirdparty/Fuzzer/test/fuzzer-leak.test | 0 .../Fuzzer/test/fuzzer-oom-with-profile.test | 0 .../thirdparty/Fuzzer/test/fuzzer-oom.test | 0 .../Fuzzer/test/fuzzer-printcovpcs.test | 0 .../thirdparty/Fuzzer/test/fuzzer-runs.test | 0 .../thirdparty/Fuzzer/test/fuzzer-seed.test | 0 .../thirdparty/Fuzzer/test/fuzzer-segv.test | 0 .../Fuzzer/test/fuzzer-singleinputs.test | 0 .../Fuzzer/test/fuzzer-threaded.test | 0 .../Fuzzer/test/fuzzer-timeout.test | 0 .../Fuzzer/test/fuzzer-traces-hooks.test | 0 .../thirdparty/Fuzzer/test/fuzzer-ubsan.test | 0 .../thirdparty/Fuzzer/test/fuzzer.test | 0 .../thirdparty/Fuzzer/test/hi.txt | 0 .../thirdparty/Fuzzer/test/lit.cfg | 0 .../thirdparty/Fuzzer/test/lit.site.cfg.in | 0 .../thirdparty/Fuzzer/test/merge.test | 0 .../Fuzzer/test/minimize_crash.test | 0 .../Fuzzer/test/no-coverage/CMakeLists.txt | 0 .../Fuzzer/test/repeated-bytes.test | 0 .../thirdparty/Fuzzer/test/shrink.test | 0 .../thirdparty/Fuzzer/test/simple-cmp.test | 0 .../thirdparty/Fuzzer/test/standalone.test | 0 .../thirdparty/Fuzzer/test/swap-cmp.test | 0 .../thirdparty/Fuzzer/test/trace-malloc.test | 0 .../Fuzzer/test/ubsan/CMakeLists.txt | 0 .../thirdparty/Fuzzer/test/ulimit.test | 0 .../Fuzzer/test/uninstrumented/CMakeLists.txt | 0 .../thirdparty/Fuzzer/test/unit/lit.cfg | 0 .../Fuzzer/test/unit/lit.site.cfg.in | 0 .../Fuzzer/test/value-profile-cmp.test | 0 .../Fuzzer/test/value-profile-cmp2.test | 0 .../Fuzzer/test/value-profile-cmp3.test | 0 .../Fuzzer/test/value-profile-cmp4.test | 0 .../Fuzzer/test/value-profile-div.test | 0 .../Fuzzer/test/value-profile-load.test | 0 .../Fuzzer/test/value-profile-mem.test | 0 .../Fuzzer/test/value-profile-set.test | 0 .../Fuzzer/test/value-profile-strcmp.test | 0 .../Fuzzer/test/value-profile-strncmp.test | 0 .../Fuzzer/test/value-profile-switch.test | 0 .../json/tests/thirdparty/doctest/doctest.h | 7106 +++++ .../doctest/doctest_compatibility.h | 2 +- .../thirdparty/fifo_map/fifo_map.hpp | 14 +- .../thirdparty/imapdl/filterbr.py | 0 .../json/third_party/amalgamate/LICENSE.md | 27 - .../json/third_party/cpplint/LICENSE | 27 - .../json/third_party/cpplint/README.rst | 80 - .../json/third_party/cpplint/cpplint.py | 6583 ----- .../json/third_party/cpplint/update.sh | 5 - .../third_party/gdb_pretty_printer/README.md | 77 - .../gdb_pretty_printer/nlohmann-json.py | 28 - .../amalgamate/CHANGES.md | 0 .../amalgamate/README.md | 0 .../amalgamate/amalgamate.py | 2 +- .../amalgamate/config_json.json} | 0 .../tools/amalgamate/config_json_fwd.json | 8 + .../json/tools/gdb_pretty_printer/README.md | 78 + .../tools/gdb_pretty_printer/nlohmann-json.py | 32 + .../json/tools/generate_natvis/README.md | 10 + .../tools/generate_natvis/generate_natvis.py | 41 + .../generate_natvis/nlohmann_json.natvis.j2 | 40 + .../macro_builder/main.cpp | 0 .../json/tools/serve_header/README.md | 91 + .../json/tools/serve_header/demo.png | Bin 0 -> 557446 bytes .../json/tools/serve_header/requirements.txt | 2 + .../json/tools/serve_header/serve_header.py | 410 + .../serve_header/serve_header.yml.example | 15 + external_imported/json/wsjcpp.yml | 5 +- .../sentry-native/.github/workflows/ci.yml | 7 +- external_imported/sentry-native/.gitignore | 3 +- external_imported/sentry-native/CHANGELOG.md | 113 + .../sentry-native/CMakeLists.txt | 149 +- .../sentry-native/CONTRIBUTING.md | 1 + external_imported/sentry-native/Makefile | 6 + external_imported/sentry-native/README.md | 21 +- .../sentry-native/examples/example.c | 4 + .../sentry-native/external/CMakeLists.txt | 2 + .../sentry-native/external/breakpad/DEPS | 2 +- .../external/breakpad/Makefile.am | 12 +- .../external/breakpad/Makefile.in | 10 +- .../external/breakpad/aclocal.m4 | 29 - .../sentry-native/external/breakpad/configure | 349 +- .../external/breakpad/configure.ac | 22 +- .../client/ios/exception_handler_no_mach.cc | 4 + .../crash_generation_client.cc | 12 +- .../crash_generation_client.h | 11 +- .../crash_generation_server.cc | 4 + .../linux/dump_writer_common/thread_info.cc | 34 +- .../dump_writer_common/ucontext_reader.cc | 32 +- .../client/linux/handler/exception_handler.cc | 4 + .../handler/exception_handler_unittest.cc | 4 + .../linux/handler/minidump_descriptor.cc | 4 + .../breakpad/src/client/linux/log/log.cc | 4 + .../microdump_writer/microdump_writer.cc | 4 + .../microdump_writer_unittest.cc | 4 + .../linux/minidump_writer/cpu_set_unittest.cc | 4 + .../directory_reader_unittest.cc | 4 + .../minidump_writer/line_reader_unittest.cc | 4 + .../minidump_writer/linux_core_dumper.cc | 4 + .../linux_core_dumper_unittest.cc | 4 + .../linux/minidump_writer/linux_dumper.cc | 8 +- .../linux_dumper_unittest_helper.cc | 4 + .../minidump_writer/linux_ptrace_dumper.cc | 12 + .../linux_ptrace_dumper_unittest.cc | 4 + .../linux/minidump_writer/minidump_writer.cc | 4 + .../minidump_writer_unittest.cc | 4 + .../minidump_writer_unittest_utils.cc | 4 + .../client/linux/minidump_writer/pe_file.cc | 4 + .../proc_cpuinfo_reader_unittest.cc | 4 + .../sender/google_crash_report_sender.cc | 4 + .../crash_generation_client.cc | 4 + .../crash_generation_server.cc | 4 + .../client/mac/handler/breakpad_nlist_64.cc | 4 + .../src/client/mac/handler/dynamic_images.cc | 4 + .../client/mac/handler/exception_handler.cc | 4 + .../client/mac/handler/minidump_generator.cc | 4 + .../mac/handler/protected_memory_allocator.cc | 4 + .../handler/testcases/DynamicImagesTests.cc | 4 + .../handler/testcases/breakpad_nlist_test.cc | 4 + .../mac/tests/crash_generation_server_test.cc | 4 + .../mac/tests/exception_handler_test.cc | 4 + .../mac/tests/minidump_generator_test.cc | 4 + .../tests/minidump_generator_test_helper.cc | 4 + .../src/client/minidump_file_writer.cc | 4 + .../client/minidump_file_writer_unittest.cc | 4 + .../solaris/handler/exception_handler.cc | 4 + .../solaris/handler/exception_handler_test.cc | 4 + .../solaris/handler/minidump_generator.cc | 4 + .../client/solaris/handler/minidump_test.cc | 4 + .../src/client/solaris/handler/solaris_lwp.cc | 4 + .../windows/crash_generation/client_info.cc | 4 + .../crash_generation_client.cc | 4 + .../crash_generation_server.cc | 4 + .../crash_generation/minidump_generator.cc | 4 + .../windows/handler/exception_handler.cc | 4 + .../windows/sender/crash_report_sender.cc | 4 + .../crash_generation_app/abstract_class.cc | 4 + .../crash_generation_app.cc | 4 + .../unittests/crash_generation_server_test.cc | 4 + .../client/windows/unittests/dump_analysis.cc | 4 + .../unittests/exception_handler_death_test.cc | 4 + .../exception_handler_nesting_test.cc | 4 + .../unittests/exception_handler_test.cc | 4 + .../client/windows/unittests/minidump_test.cc | 4 + .../external/breakpad/src/common/basictypes.h | 8 - .../src/common/byte_cursor_unittest.cc | 4 + .../breakpad/src/common/convert_UTF.cc | 4 + .../breakpad/src/common/dwarf/bytereader.cc | 4 + .../src/common/dwarf/bytereader_unittest.cc | 4 + .../src/common/dwarf/cfi_assembler.cc | 4 + .../src/common/dwarf/dwarf2diehandler.cc | 4 + .../common/dwarf/dwarf2diehandler_unittest.cc | 4 + .../breakpad/src/common/dwarf/dwarf2enums.h | 6 +- .../breakpad/src/common/dwarf/dwarf2reader.cc | 150 +- .../breakpad/src/common/dwarf/dwarf2reader.h | 82 +- .../common/dwarf/dwarf2reader_cfi_unittest.cc | 4 + .../common/dwarf/dwarf2reader_die_unittest.cc | 7 +- .../dwarf/dwarf2reader_lineinfo_unittest.cc | 4 + .../dwarf2reader_splitfunctions_unittest.cc | 4 + .../breakpad/src/common/dwarf/elf_reader.cc | 4 + .../breakpad/src/common/dwarf/functioninfo.cc | 4 + .../src/common/dwarf_cfi_to_module.cc | 27 + .../breakpad/src/common/dwarf_cfi_to_module.h | 3 + .../common/dwarf_cfi_to_module_unittest.cc | 16 + .../breakpad/src/common/dwarf_cu_to_module.cc | 91 +- .../breakpad/src/common/dwarf_cu_to_module.h | 6 +- .../src/common/dwarf_cu_to_module_unittest.cc | 17 + .../src/common/dwarf_line_to_module.cc | 4 + .../common/dwarf_line_to_module_unittest.cc | 4 + .../src/common/dwarf_range_list_handler.cc | 4 + .../external/breakpad/src/common/language.cc | 4 + .../src/common/linux/breakpad_getcontext.h | 4 - .../linux/breakpad_getcontext_unittest.cc | 4 + .../breakpad/src/common/linux/crc32.cc | 4 + .../breakpad/src/common/linux/dump_symbols.cc | 111 +- .../src/common/linux/dump_symbols_unittest.cc | 4 + .../src/common/linux/elf_core_dump.cc | 4 + .../common/linux/elf_core_dump_unittest.cc | 4 + .../src/common/linux/elf_symbols_to_module.cc | 4 + .../linux/elf_symbols_to_module_unittest.cc | 4 + .../breakpad/src/common/linux/elfutils.cc | 4 + .../breakpad/src/common/linux/file_id.cc | 4 + .../src/common/linux/file_id_unittest.cc | 4 + .../common/linux/google_crashdump_uploader.cc | 4 + .../linux/google_crashdump_uploader_test.cc | 4 + .../breakpad/src/common/linux/guid_creator.cc | 2 +- .../breakpad/src/common/linux/http_upload.cc | 4 + .../src/common/linux/libcurl_wrapper.cc | 6 +- .../src/common/linux/linux_libc_support.cc | 4 + .../linux/linux_libc_support_unittest.cc | 4 + .../src/common/linux/memory_mapped_file.cc | 11 +- .../src/common/linux/memory_mapped_file.h | 7 +- .../linux/memory_mapped_file_unittest.cc | 4 + .../src/common/linux/safe_readlink.cc | 4 + .../common/linux/safe_readlink_unittest.cc | 4 + .../breakpad/src/common/linux/scoped_pipe.cc | 4 + .../src/common/linux/scoped_pipe_unittest.cc | 4 + .../src/common/linux/scoped_tmpfile.cc | 4 + .../common/linux/scoped_tmpfile_unittest.cc | 4 + .../common/linux/symbol_collector_client.cc | 4 + .../src/common/linux/symbol_upload.cc | 4 + .../breakpad/src/common/linux/synth_elf.cc | 4 + .../src/common/linux/synth_elf_unittest.cc | 4 + .../src/common/linux/tests/crash_generator.cc | 4 + .../src/common/long_string_dictionary.cc | 4 + .../common/long_string_dictionary_unittest.cc | 4 + .../breakpad/src/common/mac/arch_utilities.cc | 277 +- .../breakpad/src/common/mac/arch_utilities.h | 26 +- .../src/common/mac/bootstrap_compat.cc | 4 + .../breakpad/src/common/mac/dump_syms.cc | 201 +- .../breakpad/src/common/mac/dump_syms.h | 56 +- .../breakpad/src/common/mac/file_id.cc | 4 + .../src/common/mac/launch_reporter.cc | 4 + .../breakpad/src/common/mac/macho_id.cc | 4 + .../breakpad/src/common/mac/macho_reader.cc | 4 + .../src/common/mac/macho_reader_unittest.cc | 4 + .../src/common/mac/macho_utilities.cc | 4 + .../breakpad/src/common/mac/macho_walker.cc | 13 +- .../src/common/mac/string_utilities.cc | 4 + .../external/breakpad/src/common/md5.cc | 4 + .../src/common/memory_allocator_unittest.cc | 4 + .../src/common/memory_range_unittest.cc | 4 + .../external/breakpad/src/common/module.cc | 36 +- .../external/breakpad/src/common/module.h | 24 +- .../breakpad/src/common/module_unittest.cc | 39 +- .../breakpad/src/common/path_helper.cc | 4 + .../breakpad/src/common/safe_math_unittest.cc | 4 + .../src/common/simple_string_dictionary.cc | 4 + .../src/common/simple_string_dictionary.h | 8 +- .../simple_string_dictionary_unittest.cc | 4 + .../src/common/solaris/dump_symbols.cc | 4 + .../breakpad/src/common/solaris/file_id.cc | 4 + .../src/common/solaris/guid_creator.cc | 4 + .../breakpad/src/common/stabs_reader.cc | 4 + .../breakpad/src/common/stabs_reader.h | 4 - .../src/common/stabs_reader_unittest.cc | 4 + .../breakpad/src/common/stabs_to_module.cc | 4 + .../src/common/stabs_to_module_unittest.cc | 4 + .../breakpad/src/common/string_conversion.cc | 4 + .../src/common/string_conversion_unittest.cc | 4 + .../breakpad/src/common/test_assembler.cc | 4 + .../src/common/test_assembler_unittest.cc | 4 + .../breakpad/src/common/tests/file_utils.cc | 4 + .../breakpad/src/common/windows/dia_util.cc | 4 + .../src/common/windows/guid_string.cc | 4 + .../src/common/windows/http_upload.cc | 4 + .../breakpad/src/common/windows/omap.cc | 4 + .../src/common/windows/omap_unittest.cc | 4 + .../common/windows/pdb_source_line_writer.cc | 4 + .../common/windows/pe_source_line_writer.cc | 4 + .../common/windows/pe_source_line_writer.h | 7 +- .../breakpad/src/common/windows/pe_util.cc | 4 + .../src/common/windows/string_utils.cc | 4 + .../common/windows/sym_upload_v2_protocol.cc | 4 + .../common/windows/symbol_collector_client.cc | 4 + .../external/breakpad/src/config.h.in | 3 + .../common/minidump_cpu_amd64.h | 2 +- .../common/minidump_cpu_riscv.h | 38 +- .../common/minidump_exception_linux.h | 5 + .../google_breakpad/common/minidump_format.h | 4 +- .../src/google_breakpad/processor/minidump.h | 191 +- .../processor/minidump_processor.h | 20 +- .../src/processor/address_map_unittest.cc | 4 + .../src/processor/basic_code_modules.cc | 4 + .../processor/basic_source_line_resolver.cc | 4 + .../basic_source_line_resolver_unittest.cc | 4 + .../breakpad/src/processor/call_stack.cc | 4 + .../breakpad/src/processor/cfi_frame_info.cc | 4 + .../src/processor/cfi_frame_info_unittest.cc | 4 + .../processor/contained_range_map_unittest.cc | 4 + .../processor/convert_old_arm64_context.cc | 4 + .../src/processor/disassembler_objdump.cc | 4 + .../disassembler_objdump_unittest.cc | 4 + .../src/processor/disassembler_x86.cc | 4 + .../processor/disassembler_x86_unittest.cc | 4 + .../breakpad/src/processor/dump_context.cc | 53 +- .../breakpad/src/processor/dump_object.cc | 4 + .../breakpad/src/processor/exploitability.cc | 4 + .../src/processor/exploitability_linux.cc | 4 + .../src/processor/exploitability_unittest.cc | 6 +- .../src/processor/exploitability_win.cc | 4 + .../processor/fast_source_line_resolver.cc | 4 + .../fast_source_line_resolver_unittest.cc | 4 + .../breakpad/src/processor/logging.cc | 4 + .../src/processor/map_serializers_unittest.cc | 4 + .../breakpad/src/processor/microdump.cc | 4 + .../src/processor/microdump_processor.cc | 4 + .../processor/microdump_processor_unittest.cc | 4 + .../src/processor/microdump_stackwalk.cc | 4 + .../breakpad/src/processor/minidump.cc | 48 +- .../breakpad/src/processor/minidump_dump.cc | 4 + .../src/processor/minidump_processor.cc | 43 +- .../processor/minidump_processor_unittest.cc | 4 + .../src/processor/minidump_stackwalk.cc | 16 +- .../src/processor/minidump_unittest.cc | 4 + .../breakpad/src/processor/module_comparer.cc | 6 +- .../src/processor/module_serializer.cc | 21 +- .../src/processor/module_serializer.h | 4 +- .../src/processor/pathname_stripper.cc | 4 + .../processor/pathname_stripper_unittest.cc | 4 + .../processor/postfix_evaluator_unittest.cc | 4 + .../breakpad/src/processor/proc_maps_linux.cc | 4 + .../src/processor/proc_maps_linux_unittest.cc | 4 + .../breakpad/src/processor/process_state.cc | 4 + .../range_map_truncate_lower_unittest.cc | 4 + .../range_map_truncate_upper_unittest.cc | 4 + .../src/processor/range_map_unittest.cc | 4 + .../src/processor/simple_symbol_supplier.cc | 4 + .../processor/source_line_resolver_base.cc | 4 + .../breakpad/src/processor/stack_frame_cpu.cc | 4 + .../src/processor/stack_frame_symbolizer.cc | 4 + .../src/processor/stackwalk_common.cc | 72 +- .../breakpad/src/processor/stackwalk_common.h | 1 + .../breakpad/src/processor/stackwalker.cc | 4 + .../src/processor/stackwalker_address_list.cc | 4 + .../src/processor/stackwalker_address_list.h | 5 +- .../stackwalker_address_list_unittest.cc | 4 + .../src/processor/stackwalker_amd64.cc | 4 + .../processor/stackwalker_amd64_unittest.cc | 4 + .../breakpad/src/processor/stackwalker_arm.cc | 4 + .../src/processor/stackwalker_arm64.cc | 33 +- .../processor/stackwalker_arm64_unittest.cc | 4 + .../src/processor/stackwalker_arm_unittest.cc | 4 + .../src/processor/stackwalker_mips.cc | 4 + .../processor/stackwalker_mips64_unittest.cc | 4 + .../processor/stackwalker_mips_unittest.cc | 4 + .../breakpad/src/processor/stackwalker_ppc.cc | 4 + .../src/processor/stackwalker_ppc64.cc | 4 + .../src/processor/stackwalker_riscv.cc | 4 + .../src/processor/stackwalker_riscv64.cc | 4 + .../processor/stackwalker_riscv64_unittest.cc | 4 + .../processor/stackwalker_riscv_unittest.cc | 4 + .../src/processor/stackwalker_selftest.cc | 4 + .../src/processor/stackwalker_sparc.cc | 4 + .../breakpad/src/processor/stackwalker_x86.cc | 4 + .../src/processor/stackwalker_x86_unittest.cc | 4 + .../processor/static_address_map_unittest.cc | 4 + .../static_contained_range_map_unittest.cc | 4 + .../src/processor/static_map_unittest.cc | 4 + .../processor/static_range_map_unittest.cc | 4 + .../src/processor/symbolic_constants_win.cc | 4 + .../breakpad/src/processor/synth_minidump.cc | 4 + .../src/processor/synth_minidump_unittest.cc | 4 + .../src/processor/testdata/linux_test_app.cc | 4 + .../src/processor/testdata/test_app.cc | 4 + .../breakpad/src/processor/tokenize.cc | 4 + .../src/third_party/libdisasm/x86_format.c | 2 +- .../src/third_party/mac_headers/README | 27 +- .../mac_headers/architecture/byte_order.h | 16 +- .../src/third_party/mac_headers/arm/_types.h | 16 + .../src/third_party/mac_headers/i386/_types.h | 22 +- .../src/third_party/mac_headers/mach-o/arch.h | 51 +- .../src/third_party/mac_headers/mach-o/fat.h | 25 +- .../third_party/mac_headers/mach-o/loader.h | 236 +- .../third_party/mac_headers/mach-o/nlist.h | 20 +- .../mac_headers/mach/arm/boolean.h | 74 + .../mac_headers/mach/arm/vm_types.h | 159 + .../third_party/mac_headers/mach/boolean.h | 42 +- .../mac_headers/mach/i386/boolean.h | 32 +- .../mac_headers/mach/i386/vm_param.h | 157 - .../mac_headers/mach/i386/vm_types.h | 83 +- .../third_party/mac_headers/mach/machine.h | 424 +- .../mac_headers/mach/machine/boolean.h | 12 +- .../mac_headers/mach/machine/thread_state.h | 2 +- .../mac_headers/mach/machine/thread_status.h | 2 +- .../mac_headers/mach/machine/vm_types.h | 12 +- .../mac_headers/mach/thread_status.h | 42 +- .../third_party/mac_headers/mach/vm_prot.h | 109 +- .../src/tools/linux/core2md/core2md.cc | 4 + .../tools/linux/core_handler/core_handler.cc | 4 + .../src/tools/linux/dump_syms/dump_syms.cc | 6 +- .../tools/linux/md2core/minidump-2-core.cc | 76 +- .../md2core/minidump_memory_range_unittest.cc | 4 + .../breakpad/src/tools/linux/pid2md/pid2md.cc | 4 + .../tools/linux/symupload/minidump_upload.cc | 4 + .../src/tools/linux/symupload/sym_upload.cc | 4 + .../src/tools/mac/dump_syms/dump_syms_tool.cc | 88 +- .../src/tools/mac/dump_syms/macho_dump.cc | 202 - .../upload_system_symbols.go | 25 +- .../src/tools/python/deps-to-manifest.py | 7 +- .../breakpad/src/tools/python/filter_syms.py | 9 +- .../python/tests/filter_syms_unittest.py | 11 +- .../src/tools/solaris/dump_syms/dump_syms.cc | 4 + .../dump_syms/testdata/dump_syms_regtest.cc | 4 + .../converter/ms_symbol_server_converter.cc | 4 + .../tools/windows/converter_exe/converter.cc | 4 + .../tools/windows/converter_exe/escaping.cc | 4 + .../windows/converter_exe/http_download.cc | 4 + .../tools/windows/converter_exe/tokenizer.cc | 4 + .../windows/converter_exe/winhttp_client.cc | 4 + .../windows/converter_exe/wininet_client.cc | 4 + .../src/tools/windows/dump_syms/dump_syms.cc | 4 + .../windows/dump_syms/dump_syms_unittest.cc | 4 + .../dump_syms/testdata/dump_syms_regtest.cc | 5 + .../src/tools/windows/symupload/symupload.cc | 4 + .../external/crashpad/.github/CODEOWNERS | 1 + .../crashpad/.github/workflows/build.yml | 14 +- .../sentry-native/external/crashpad/AUTHORS | 1 + .../sentry-native/external/crashpad/BUILD.gn | 5 - .../external/crashpad/CMakeLists.txt | 17 +- .../sentry-native/external/crashpad/DEPS | 38 +- .../external/crashpad/build/BUILD.gn | 21 +- .../crashpad/build/crashpad_buildconfig.gni | 2 + .../crashpad/build/fuchsia/gen_build_defs.py | 350 + .../crashpad/build/ios/Unittest-Info.plist | 2 +- .../external/crashpad/client/BUILD.gn | 20 +- .../external/crashpad/client/annotation.h | 14 +- .../crashpad/client/annotation_list.cc | 34 +- .../crashpad/client/annotation_list.h | 26 + .../crashpad/client/annotation_list_test.cc | 94 + .../crashpad/client/annotation_test.cc | 5 +- .../crashpad/client/client_argv_handling.cc | 5 + .../crashpad/client/client_argv_handling.h | 1 + .../client/crash_report_database_generic.cc | 1 + .../client/crash_report_database_mac.mm | 12 +- .../client/crash_report_database_win.cc | 14 +- .../crashpad/client/crashpad_client.h | 50 +- .../client/crashpad_client_fuchsia.cc | 1 + .../crashpad/client/crashpad_client_ios.cc | 6 +- .../crashpad/client/crashpad_client_linux.cc | 34 +- .../client/crashpad_client_linux_test.cc | 55 +- .../crashpad/client/crashpad_client_mac.cc | 62 +- .../crashpad/client/crashpad_client_win.cc | 94 +- .../client/ios_handler/exception_processor.mm | 61 +- .../client/ios_handler/in_process_handler.cc | 3 +- .../in_process_intermediate_dump_handler.cc | 1 + .../crashpad/client/pthread_create_linux.cc | 1 + .../ring_buffer_annotation_load_test_main.cc | 8 +- .../crashpad/client/simulate_crash_mac.cc | 6 +- .../crashpad/cmake/toolchains/win_arm64.cmake | 6 + .../external/crashpad/compat/BUILD.gn | 6 +- .../doc/appengine/src/crashpad-home/main.go | 2 +- .../external/crashpad/doc/man.md | 2 +- .../external/crashpad/handler/BUILD.gn | 18 +- .../handler/crash_report_upload_thread.cc | 10 +- .../handler/crash_report_upload_thread.h | 4 +- .../crashpad/handler/crashpad_handler.md | 4 +- .../external/crashpad/handler/handler_main.cc | 13 +- .../cros_crash_report_exception_handler.cc | 27 + .../handler/linux/exception_handler_server.cc | 1 + .../linux/exception_handler_server_test.cc | 5 +- .../mac/crash_report_exception_handler.cc | 8 +- .../handler/mac/exception_handler_server.cc | 9 +- .../handler/mac/exception_handler_server.h | 8 +- .../win/crash_report_exception_handler.cc | 4 +- .../handler/win/crashy_test_program.cc | 1 + .../handler/win/fastfail_test_program.cc | 5 + .../crashpad/handler/win/hanging_program.cc | 1 + .../handler/win/heap_corrupting_program.cc | 96 + .../minidump/minidump_annotation_writer.cc | 1 + .../minidump/minidump_byte_array_writer.cc | 1 + .../crashpad/minidump/minidump_context.h | 50 + .../minidump/minidump_context_writer.cc | 75 + .../minidump/minidump_context_writer.h | 44 + .../minidump/minidump_context_writer_test.cc | 60 + .../minidump_crashpad_info_writer_test.cc | 22 +- .../crashpad/minidump/minidump_extensions.h | 3 + .../crashpad/minidump/minidump_file_writer.cc | 1 + .../minidump/minidump_handle_writer.cc | 1 + .../minidump/minidump_memory_writer.cc | 1 + .../minidump/minidump_misc_info_writer.cc | 2 + .../minidump/minidump_misc_info_writer.h | 2 +- .../minidump_misc_info_writer_test.cc | 7 +- .../minidump_module_crashpad_info_writer.cc | 1 + .../minidump/minidump_module_writer.cc | 1 + .../minidump/minidump_rva_list_writer.cc | 1 + ...inidump_simple_string_dictionary_writer.cc | 1 + .../minidump/minidump_stacktrace_writer.cc | 1 + .../minidump/minidump_string_writer.cc | 1 + .../minidump/minidump_system_info_writer.cc | 3 + .../minidump_thread_name_list_writer.cc | 1 + .../minidump/minidump_thread_writer.cc | 1 + .../minidump_unloaded_module_writer.cc | 1 + .../crashpad/minidump/minidump_writable.cc | 1 + .../test/minidump_context_test_util.cc | 44 + .../test/minidump_context_test_util.h | 5 + .../external/crashpad/snapshot/BUILD.gn | 3 +- .../crashpad/snapshot/capture_memory.cc | 5 + .../crashpad/snapshot/cpu_architecture.h | 5 +- .../external/crashpad/snapshot/cpu_context.cc | 6 + .../external/crashpad/snapshot/cpu_context.h | 10 + .../crashpad_info_client_options_test.cc | 19 +- .../crashpad/snapshot/elf/elf_image_reader.cc | 8 +- .../snapshot/fuchsia/cpu_context_fuchsia.cc | 62 +- .../snapshot/fuchsia/cpu_context_fuchsia.h | 20 +- .../fuchsia/exception_snapshot_fuchsia.cc | 17 +- .../fuchsia/exception_snapshot_fuchsia.h | 2 + .../fuchsia/process_reader_fuchsia.cc | 19 +- .../snapshot/fuchsia/process_reader_fuchsia.h | 4 + .../fuchsia/process_snapshot_fuchsia_test.cc | 2 +- .../fuchsia/system_snapshot_fuchsia.cc | 10 +- .../fuchsia/thread_snapshot_fuchsia.cc | 11 +- .../fuchsia/thread_snapshot_fuchsia.h | 2 + ...xception_snapshot_ios_intermediate_dump.cc | 12 +- .../memory_snapshot_ios_intermediate_dump.cc | 2 + .../module_snapshot_ios_intermediate_dump.cc | 7 +- ...ess_snapshot_ios_intermediate_dump_test.cc | 8 +- .../system_snapshot_ios_intermediate_dump.cc | 2 +- .../ios/testdata/crash-c44acfcbccd8c7a8 | Bin 0 -> 972 bytes .../thread_snapshot_ios_intermediate_dump.cc | 2 +- .../snapshot/linux/cpu_context_linux.cc | 15 + .../snapshot/linux/cpu_context_linux.h | 14 + .../linux/exception_snapshot_linux.cc | 44 + .../snapshot/linux/exception_snapshot_linux.h | 2 + .../linux/exception_snapshot_linux_test.cc | 28 + .../snapshot/linux/process_reader_linux.cc | 2 + .../crashpad/snapshot/linux/signal_context.h | 34 + .../snapshot/linux/system_snapshot_linux.cc | 26 +- .../crashpad/snapshot/linux/test_modules.cc | 7 + .../snapshot/linux/thread_snapshot_linux.cc | 6 + .../snapshot/linux/thread_snapshot_linux.h | 2 + .../snapshot/mac/mach_o_image_reader.cc | 1 + .../mac/mach_o_image_segment_reader.cc | 36 +- .../mac/mach_o_image_segment_reader.h | 9 +- .../snapshot/mac/process_reader_mac.cc | 42 +- .../snapshot/mac/process_reader_mac_test.cc | 190 +- .../snapshot/mac/system_snapshot_mac.cc | 4 +- .../snapshot/mac/system_snapshot_mac.h | 1 - .../minidump/minidump_context_converter.cc | 27 + .../minidump/module_snapshot_minidump.cc | 1 + .../minidump/process_snapshot_minidump.cc | 2 +- .../process_snapshot_minidump_test.cc | 5 +- .../minidump/system_snapshot_minidump.cc | 2 + .../minidump/thread_snapshot_minidump.cc | 3 +- .../sanitized/memory_snapshot_sanitized.cc | 7 +- .../sanitized/module_snapshot_sanitized.cc | 4 +- .../sanitized/process_snapshot_sanitized.cc | 4 +- .../sanitized/process_snapshot_sanitized.h | 1 + .../process_snapshot_sanitized_test.cc | 12 + .../snapshot/test/test_cpu_context.cc | 22 + .../crashpad/snapshot/test/test_cpu_context.h | 1 + .../crashpad/snapshot/win/end_to_end_test.py | 22 +- .../snapshot/win/exception_snapshot_win.cc | 8 +- .../win/exception_snapshot_win_test.cc | 45 + .../snapshot/win/process_reader_win.cc | 10 +- .../snapshot/win/process_snapshot_win.cc | 3 +- .../snapshot/win/process_snapshot_win_test.cc | 4 +- .../external/crashpad/test/BUILD.gn | 16 +- .../crashpad/test/fuchsia_crashpad_tests.cml | 1 + .../external/crashpad/test/ios/BUILD.gn | 12 +- .../test/ios/cptest_google_test_runner.mm | 4 - .../crashpad/test/ios/crash_type_xctest.mm | 31 +- .../crashpad/test/ios/google_test_setup.mm | 4 - .../external/crashpad/test/ios/host/BUILD.gn | 9 +- .../crashpad/test/ios/host/Info.plist | 2 +- .../ios/host/cptest_application_delegate.mm | 46 +- .../ios/host/cptest_crash_view_controller.mm | 4 - .../test/ios/host/cptest_shared_object.h | 6 + .../ios/host/handler_forbidden_allocators.cc | 112 +- .../external/crashpad/test/ios/host/main.mm | 4 - .../external/crashpad/test/linux/get_tls.cc | 2 + .../crashpad/test/mac/exception_swallower.cc | 8 +- .../external/crashpad/test/mac/mach_errors.h | 5 +- .../crashpad/test/mac/mach_multiprocess.cc | 8 +- .../external/crashpad/test/test_paths.cc | 1 + .../crashpad/test/win/win_child_process.cc | 3 +- .../third_party/cpp-httplib/README.crashpad | 1 + .../crashpad/third_party/edo/BUILD.gn | 2 +- .../crashpad/third_party/edo/README.crashpad | 1 + .../crashpad/third_party/fuchsia/BUILD.gn | 2 +- .../third_party/getopt/README.crashpad | 1 + .../third_party/googletest/README.crashpad | 1 + .../crashpad/third_party/gyp/README.crashpad | 1 + .../crashpad/third_party/lss/README.crashpad | 1 + .../crashpad/third_party/lss/lss/LICENSE | 5 +- .../crashpad/third_party/lss/lss/README.md | 1 + .../lss/lss/linux_syscall_support.h | 800 +- .../third_party/lss/lss/tests/Makefile | 15 +- .../third_party/lss/lss/tests/fallocate.c | 4 +- .../third_party/lss/lss/tests/getitimer.c | 84 + .../third_party/lss/lss/tests/getrandom.c | 4 +- .../third_party/lss/lss/tests/lstat.c | 4 +- .../third_party/lss/lss/tests/setitimer.c | 90 + .../third_party/lss/lss/tests/sigaction.c | 4 +- .../third_party/lss/lss/tests/sigtimedwait.c | 4 +- .../crashpad/third_party/lss/lss/tests/stat.c | 4 +- .../third_party/lss/lss/tests/test_skel.h | 19 +- .../third_party/lss/lss/tests/unlink.c | 4 +- .../third_party/mini_chromium/CMakeLists.txt | 72 +- .../third_party/mini_chromium/README.crashpad | 1 + .../mini_chromium/mini_chromium/AUTHORS | 2 +- .../mini_chromium/mini_chromium/base/BUILD.gn | 75 +- .../mini_chromium/base/apple/bridging.h | 140 + .../base/apple/foundation_util.h | 124 + .../base/apple/foundation_util.mm | 64 + .../base/{mac => apple}/mach_logging.cc | 15 +- .../mini_chromium/base/apple/mach_logging.h | 163 + .../base/apple/scoped_cftyperef.h | 36 + .../base/{mac => apple}/scoped_mach_port.cc | 8 +- .../base/apple/scoped_mach_port.h | 43 + .../base/{mac => apple}/scoped_mach_vm.cc | 11 +- .../base/{mac => apple}/scoped_mach_vm.h | 23 +- .../base/apple/scoped_nsautorelease_pool.h | 48 + .../base/apple/scoped_nsautorelease_pool.mm | 36 + .../mini_chromium/base/apple/scoped_typeref.h | 144 + .../mini_chromium/base/check_op.h | 1 + .../mini_chromium/base/containers/span.h | 516 + .../mini_chromium/base/files/file_path.cc | 28 +- .../mini_chromium/base/files/file_path.h | 8 +- .../mini_chromium/base/files/scoped_file.cc | 2 + .../mini_chromium/base/format_macros.h | 37 +- .../mini_chromium/base/logging.cc | 6 +- .../mini_chromium/base/logging.h | 8 +- .../mini_chromium/base/mac/foundation_util.h | 188 - .../mini_chromium/base/mac/foundation_util.mm | 116 - .../mini_chromium/base/mac/mach_logging.h | 163 - .../mini_chromium/base/mac/scoped_cftyperef.h | 34 - .../mini_chromium/base/mac/scoped_ioobject.h | 5 +- .../mini_chromium/base/mac/scoped_mach_port.h | 49 - .../base/mac/scoped_nsautorelease_pool.h | 55 - .../base/mac/scoped_nsautorelease_pool.mm | 32 - .../mini_chromium/base/mac/scoped_nsobject.h | 70 - .../mini_chromium/base/mac/scoped_typeref.h | 85 - .../mini_chromium/base/posix/safe_strerror.cc | 3 +- .../mini_chromium/base/rand_util.cc | 2 +- .../mini_chromium/base/strings/pattern.cc | 155 + .../mini_chromium/base/strings/pattern.h | 22 + .../mini_chromium/base/strings/strcat.cc | 17 + .../mini_chromium/base/strings/strcat.h | 66 + .../base/strings/strcat_internal.h | 76 + .../mini_chromium/base/strings/string_piece.h | 1 - .../mini_chromium/base/strings/string_util.h | 27 +- .../base/strings/string_util_posix.h | 2 - .../base/strings/stringprintf.cc | 7 +- .../strings/sys_string_conversions_mac.mm | 8 +- .../strings/utf_string_conversion_utils.cc | 9 +- .../strings/utf_string_conversion_utils.h | 2 + .../base/strings/utf_string_conversions.cc | 7 +- .../base/strings/utf_string_conversions.h | 7 +- .../condition_variable_posix.cc | 2 +- .../base/synchronization/lock.cc | 2 +- .../base/synchronization/lock_impl_posix.cc | 2 +- .../mini_chromium/base/template_util.h | 131 +- .../base/third_party/icu/icu_utf.h | 62 +- .../base/threading/thread_local_storage.cc | 3 +- .../threading/thread_local_storage_posix.cc | 2 +- .../threading/thread_local_storage_win.cc | 2 +- .../base/types/cxx23_to_underlying.h | 25 + .../mini_chromium/build/build_config.h | 9 +- .../mini_chromium/build/config/BUILD.gn | 101 +- .../mini_chromium/build/ios/rules.gni | 18 +- .../mini_chromium/build/platform.gni | 3 +- .../mini_chromium/build/sysroot.gni | 12 +- .../mini_chromium/testing/platform_test.h | 21 +- .../third_party/ninja/README.crashpad | 1 + .../crashpad/third_party/xnu/README.crashpad | 1 + .../crashpad/third_party/zlib/BUILD.gn | 16 +- .../crashpad/third_party/zlib/CMakeLists.txt | 6 - .../crashpad/third_party/zlib/README.crashpad | 1 + .../crashpad/third_party/zlib/zlib/BUILD.gn | 477 +- .../third_party/zlib/zlib/CMakeLists.txt | 307 + .../third_party/zlib/zlib/DIR_METADATA | 3 + .../crashpad/third_party/zlib/zlib/LICENSE | 4 +- .../crashpad/third_party/zlib/zlib/OWNERS | 5 +- .../third_party/zlib/zlib/README.chromium | 17 +- .../crashpad/third_party/zlib/zlib/adler32.c | 60 +- .../third_party/zlib/zlib/adler32_simd.c | 366 + .../third_party/zlib/zlib/adler32_simd.h | 16 + .../third_party/zlib/zlib/chromeconf.h | 203 + .../crashpad/third_party/zlib/zlib/compress.c | 35 +- .../zlib/zlib/contrib/bench/check.sh | 35 + .../zlib/zlib/contrib/bench/zlib_bench.cc | 438 + .../zlib/zlib/contrib/minizip/README.chromium | 20 + .../zlib/zlib/contrib/minizip/ioapi.c | 2 +- .../zlib/zlib/contrib/minizip/ioapi.h | 2 +- .../zlib/zlib/contrib/minizip/iowin32.c | 8 +- .../zlib/zlib/contrib/minizip/miniunz.c | 13 +- .../zlib/zlib/contrib/minizip/minizip.c | 7 +- .../zlib/zlib/contrib/minizip/minizip.md | 9 + .../zlib/zlib/contrib/minizip/mztools.c | 2 +- .../zlib/zlib/contrib/minizip/mztools.h | 2 +- .../zlib/zlib/contrib/minizip/unzip.c | 121 +- .../zlib/zlib/contrib/minizip/unzip.h | 2 +- .../zlib/zlib/contrib/minizip/zip.c | 13 +- .../zlib/zlib/contrib/minizip/zip.h | 2 +- .../zlib/contrib/optimizations/chunkcopy.h | 489 + .../contrib/optimizations/inffast_chunk.c | 376 + .../contrib/optimizations/inffast_chunk.h | 42 + .../zlib/zlib/contrib/optimizations/inflate.c | 1562 ++ .../contrib/optimizations/insert_string.h | 80 + .../third_party/zlib/zlib/contrib/tests/DEPS | 5 + .../zlib/zlib/contrib/tests/OWNERS | 2 + .../zlib/zlib/contrib/tests/fuzzers/BUILD.gn | 40 + .../zlib/zlib/contrib/tests/fuzzers/OWNERS | 2 + .../contrib/tests/fuzzers/deflate_fuzzer.cc | 80 + .../fuzzers/deflate_set_dictionary_fuzzer.cc | 43 + .../contrib/tests/fuzzers/inflate_fuzzer.cc | 41 + .../fuzzers/inflate_with_header_fuzzer.cc | 95 + .../tests/fuzzers/streaming_inflate_fuzzer.cc | 74 + .../tests/fuzzers/uncompress_fuzzer.cc | 21 + .../zlib/zlib/contrib/tests/infcover.cc | 745 + .../zlib/zlib/contrib/tests/infcover.h | 12 + .../zlib/contrib/tests/run_all_unittests.cc | 14 + .../contrib/tests/standalone_test_runner.cc | 9 + .../zlib/zlib/contrib/tests/utils_unittest.cc | 1150 + .../third_party/zlib/zlib/cpu_features.c | 189 + .../third_party/zlib/zlib/cpu_features.h | 19 + .../crashpad/third_party/zlib/zlib/crc32.c | 1355 +- .../crashpad/third_party/zlib/zlib/crc32.h | 9877 ++++++- .../third_party/zlib/zlib/crc32_simd.c | 621 + .../third_party/zlib/zlib/crc32_simd.h | 57 + .../third_party/zlib/zlib/crc_folding.c | 12 +- .../crashpad/third_party/zlib/zlib/deflate.c | 1029 +- .../crashpad/third_party/zlib/zlib/deflate.h | 54 +- .../third_party/zlib/zlib/fill_window_sse.c | 175 - .../third_party/zlib/zlib/google.patch | 399 - .../third_party/zlib/zlib/google/BUILD.gn | 59 + .../third_party/zlib/zlib/google/DEPS | 2 + .../third_party/zlib/zlib/google/OWNERS | 1 + .../zlib/zlib/google/compression_utils.cc | 231 +- .../zlib/zlib/google/compression_utils.h | 54 +- .../zlib/google/compression_utils_portable.cc | 205 + .../zlib/google/compression_utils_portable.h | 63 + .../zlib/google/compression_utils_unittest.cc | 26 +- .../third_party/zlib/zlib/google/redact.h | 31 + .../test/data/Different Encryptions.zip | Bin 0 -> 1083 bytes .../test/data/Empty Dir Same Name As File.zip | Bin 0 -> 218 bytes .../zlib/google/test/data/Mixed Paths.zip | Bin 0 -> 12814 bytes .../data/Parent Dir Same Name As File.zip | Bin 0 -> 241 bytes .../zlib/zlib/google/test/data/README.md | 15 + .../google/test/data/Repeated Dir Name.zip | Bin 0 -> 210 bytes ...epeated File Name With Different Cases.zip | Bin 0 -> 313 bytes .../google/test/data/Repeated File Name.zip | Bin 0 -> 227 bytes .../zlib/google/test/data/SJIS Bug 846195.zip | Bin 0 -> 479 bytes .../test/data/Windows Special Names.zip | Bin 0 -> 3985 bytes .../zlib/zlib/google/test/data/Wrong CRC.zip | Bin 0 -> 231 bytes .../zlib/google/test/data/create_test_zip.sh | 8 +- .../zlib/zlib/google/test/data/empty.zip | Bin 0 -> 22 bytes .../zlib/google/test/data/test_encrypted.zip | Bin 0 -> 5325 bytes .../test/data/test_posix_permissions.zip | Bin 0 -> 574 bytes .../zlib/zlib/google/test_data.filelist | 32 + .../zlib/zlib/google/test_data.globlist | 8 + .../third_party/zlib/zlib/google/zip.cc | 363 +- .../third_party/zlib/zlib/google/zip.h | 204 +- .../zlib/zlib/google/zip_internal.cc | 267 +- .../zlib/zlib/google/zip_internal.h | 26 +- .../zlib/zlib/google/zip_reader.cc | 831 +- .../third_party/zlib/zlib/google/zip_reader.h | 441 +- .../zlib/zlib/google/zip_reader_unittest.cc | 899 +- .../zlib/zlib/google/zip_unittest.cc | 1268 +- .../zlib/zlib/google/zip_writer.cc | 308 + .../third_party/zlib/zlib/google/zip_writer.h | 154 + .../crashpad/third_party/zlib/zlib/gzclose.c | 4 +- .../crashpad/third_party/zlib/zlib/gzguts.h | 23 +- .../crashpad/third_party/zlib/zlib/gzlib.c | 110 +- .../crashpad/third_party/zlib/zlib/gzread.c | 104 +- .../crashpad/third_party/zlib/zlib/gzwrite.c | 118 +- .../crashpad/third_party/zlib/zlib/infback.c | 59 +- .../crashpad/third_party/zlib/zlib/inffast.c | 56 +- .../crashpad/third_party/zlib/zlib/inffast.h | 17 +- .../crashpad/third_party/zlib/zlib/inflate.c | 193 +- .../crashpad/third_party/zlib/zlib/inflate.h | 5 +- .../crashpad/third_party/zlib/zlib/inftrees.c | 17 +- .../crashpad/third_party/zlib/zlib/inftrees.h | 18 +- .../crashpad/third_party/zlib/zlib/names.h | 167 - .../zlib/zlib/patches/0000-build.patch | 160 + .../zlib/zlib/patches/0001-simd.patch | 1214 + .../patches/0002-uninitializedcheck.patch | 27 + .../zlib/patches/0003-uninitializedjump.patch | 15 + .../zlib/zlib/patches/0004-fix-uwp.patch | 22 + .../zlib/patches/0005-infcover-gtest.patch | 405 + .../zlib/patches/0006-fix-check_match.patch | 42 + .../0007-zero-init-deflate-window.patch | 40 + .../0008-minizip-zip-unzip-tools.patch | 98 + .../zlib/zlib/patches/0009-infcover-oob.patch | 24 + .../zlib/patches/0010-cmake-enable-simd.patch | 96 + .../zlib/zlib/patches/0011-avx512.patch | 357 + .../zlib/zlib/patches/0012-lfs-open64.patch | 40 + .../0013-cpu-feature-detection-for-arm.patch | 30 + .../third_party/zlib/zlib/patches/README | 43 + .../crashpad/third_party/zlib/zlib/simd.patch | 1233 - .../third_party/zlib/zlib/simd_stub.c | 35 - .../third_party/zlib/zlib/slide_hash_simd.h | 116 + .../crashpad/third_party/zlib/zlib/trees.c | 660 +- .../crashpad/third_party/zlib/zlib/uncompr.c | 16 +- .../crashpad/third_party/zlib/zlib/x86.c | 92 - .../crashpad/third_party/zlib/zlib/x86.h | 15 - .../crashpad/third_party/zlib/zlib/zconf.h | 43 +- .../third_party/zlib/zlib/zconf.h.cmakein | 553 + .../crashpad/third_party/zlib/zlib/zconf.h.in | 551 + .../crashpad/third_party/zlib/zlib/zlib.3 | 149 + .../crashpad/third_party/zlib/zlib/zlib.h | 577 +- .../crashpad/third_party/zlib/zlib/zlib.map | 100 + .../third_party/zlib/zlib/zlib.pc.cmakein | 13 + .../crashpad/third_party/zlib/zlib/zutil.c | 66 +- .../crashpad/third_party/zlib/zlib/zutil.h | 40 +- .../external/crashpad/tools/BUILD.gn | 34 +- .../external/crashpad/tools/CMakeLists.txt | 57 +- .../tools/dump_minidump_annotations.cc | 147 + .../external/crashpad/tools/generate_dump.cc | 4 +- .../tools/mac/catch_exception_tool.cc | 6 +- .../crashpad/tools/mac/exception_port_tool.cc | 12 +- .../tools/mac/on_demand_service_tool.mm | 6 +- .../crashpad/tools/run_with_crashpad.cc | 8 + .../crashpad/tools/run_with_crashpad.md | 8 +- .../external/crashpad/util/BUILD.gn | 41 +- .../external/crashpad/util/CMakeLists.txt | 12 +- .../util/file/directory_reader_posix.cc | 1 + .../util/file/directory_reader_win.cc | 1 + .../crashpad/util/file/file_io_posix.cc | 1 + .../crashpad/util/file/file_io_win.cc | 1 + .../crashpad/util/file/file_reader.cc | 1 + .../crashpad/util/file/file_writer.cc | 1 + .../crashpad/util/file/filesystem_test.cc | 20 +- .../crashpad/util/file/filesystem_win.cc | 26 +- .../crashpad/util/file/string_file.cc | 1 + .../util/fuchsia/scoped_task_suspend.cc | 1 + .../util/ios/ios_intermediate_dump_writer.cc | 9 +- .../ios/ios_intermediate_dump_writer_test.cc | 6 +- .../util/ios/ios_system_data_collector.mm | 2 +- .../util/ios/scoped_background_task.mm | 4 - .../crashpad/util/ios/scoped_vm_map_test.cc | 6 +- .../crashpad/util/ios/scoped_vm_read_test.cc | 6 +- .../util/linux/auxiliary_vector_test.cc | 5 + .../util/linux/exception_handler_client.cc | 1 + .../crashpad/util/linux/memory_map.cc | 1 + .../crashpad/util/linux/pac_helper.cc | 44 + .../external/crashpad/util/linux/pac_helper.h | 29 + .../crashpad/util/linux/proc_task_reader.cc | 1 + .../crashpad/util/linux/ptrace_broker_test.cc | 5 +- .../crashpad/util/linux/ptrace_client.cc | 1 + .../external/crashpad/util/linux/ptracer.cc | 38 + .../crashpad/util/linux/thread_info.h | 27 +- .../external/crashpad/util/mac/launchd.mm | 37 +- .../crashpad/util/mac/launchd_test.mm | 46 +- .../external/crashpad/util/mac/mac_util.cc | 63 +- .../external/crashpad/util/mac/mac_util.h | 1 - .../crashpad/util/mac/mac_util_test.mm | 15 +- .../util/mac/service_management_test.mm | 6 +- .../external/crashpad/util/mac/xattr.cc | 1 + .../external/crashpad/util/mach/bootstrap.cc | 14 +- .../external/crashpad/util/mach/bootstrap.h | 9 +- .../crashpad/util/mach/bootstrap_test.cc | 17 +- .../util/mach/child_port_handshake.cc | 11 +- .../crashpad/util/mach/child_port_handshake.h | 6 +- .../util/mach/child_port_handshake_test.cc | 10 +- .../crashpad/util/mach/exception_ports.cc | 2 +- .../util/mach/exception_ports_test.cc | 12 +- .../crashpad/util/mach/exception_types.cc | 2 +- .../crashpad/util/mach/mach_extensions.cc | 2 +- .../util/mach/mach_extensions_test.cc | 11 +- .../crashpad/util/mach/mach_message.cc | 2 +- .../crashpad/util/mach/mach_message_server.cc | 7 +- .../util/mach/mach_message_server_test.cc | 6 +- .../crashpad/util/mach/mach_message_test.cc | 7 +- .../crashpad/util/mach/notify_server_test.cc | 38 +- .../crashpad/util/mach/scoped_task_suspend.cc | 2 +- .../crashpad/util/mach/task_for_pid.cc | 6 +- .../crashpad/util/misc/capture_context.h | 11 +- .../util/misc/capture_context_fuchsia.S | 173 - .../util/misc/capture_context_linux.S | 83 + .../util/misc/capture_context_test.cc | 9 - .../misc/capture_context_test_util_fuchsia.cc | 58 - .../misc/capture_context_test_util_linux.cc | 7 + .../external/crashpad/util/misc/clock_mac.cc | 2 +- .../external/crashpad/util/misc/lexing.cc | 4 +- .../external/crashpad/util/misc/uuid.cc | 5 +- .../external/crashpad/util/misc/uuid.h | 3 +- .../crashpad/util/net/http_body_gzip.cc | 1 + .../crashpad/util/net/http_transport.cc | 4 + .../crashpad/util/net/http_transport.h | 7 + .../util/net/http_transport_libcurl.cc | 8 +- .../crashpad/util/net/http_transport_mac.mm | 174 +- .../util/net/http_transport_socket.cc | 1 + .../crashpad/util/net/http_transport_win.cc | 49 +- .../crashpad/util/posix/close_multiple.cc | 1 + .../crashpad/util/posix/process_info_linux.cc | 1 + .../crashpad/util/posix/process_info_mac.cc | 3 +- .../crashpad/util/posix/signals_test.cc | 9 +- .../util/process/process_memory_fuchsia.cc | 3 +- .../util/process/process_memory_linux.cc | 1 + .../util/process/process_memory_mac.cc | 3 +- .../util/process/process_memory_mac.h | 4 +- .../util/process/process_memory_mac_test.cc | 12 +- .../util/process/process_memory_win.cc | 1 + .../util/stdlib/string_number_conversion.cc | 4 +- .../util/stream/file_output_stream.cc | 1 + .../util/thread/thread_log_messages.cc | 75 +- .../util/thread/thread_log_messages.h | 5 +- .../util/win/exception_handler_server.cc | 1 + .../crashpad/util/win/initial_client_data.cc | 4 +- .../crashpad/util/win/process_info.cc | 1 + .../util/win/registration_protocol_win.cc | 1 + .../crashpad/util/win/scoped_handle.cc | 4 + .../crashpad/util/win/scoped_handle.h | 8 + .../crashpad/util/win/session_end_watcher.cc | 1 + .../external/libunwindstack-ndk/Demangle.cpp | 55 + .../external/libunwindstack-ndk/Elf.cpp | 7 - .../libunwindstack-ndk/ElfInterface.cpp | 27 +- .../libunwindstack-ndk/ElfInterfaceArm.h | 9 +- .../libunwindstack-ndk/GlobalDebugImpl.h | 4 - .../external/libunwindstack-ndk/Regs.cpp | 14 +- .../external/libunwindstack-ndk/Unwinder.cpp | 16 +- .../include/unwindstack/Arch.h | 5 - .../include/unwindstack/Demangle.h | 25 + .../include/unwindstack/DwarfSection.h | 9 +- .../external/third_party/lss/DIR_METADATA | 12 + .../external/third_party/lss/LICENSE | 27 + .../external/third_party/lss/OWNERS | 2 + .../external/third_party/lss/README.md | 3 +- .../third_party/lss/linux_syscall_support.h | 1122 +- .../external/third_party/lss/tests/Makefile | 26 +- .../third_party/lss/tests/fallocate.c | 6 +- .../third_party/lss/tests/getitimer.c | 84 + .../third_party/lss/tests/getrandom.c | 59 + .../external/third_party/lss/tests/lstat.c | 97 + .../third_party/lss/tests/setitimer.c | 90 + .../third_party/lss/tests/sigaction.c | 54 + .../third_party/lss/tests/sigtimedwait.c | 4 +- .../external/third_party/lss/tests/stat.c | 67 + .../third_party/lss/tests/test_skel.h | 23 +- .../external/third_party/lss/tests/unlink.c | 4 +- .../sentry-native/include/sentry.h | 152 +- .../scripts/install-llvm-mingw.ps1 | 1 + .../sentry-native/scripts/start-android.sh | 2 +- .../sentry-native/sentry-config.cmake.in | 25 +- .../src/backends/sentry_backend_breakpad.cpp | 5 +- .../src/backends/sentry_backend_crashpad.cpp | 168 +- .../src/backends/sentry_backend_inproc.c | 43 +- .../sentry-native/src/path/sentry_path_unix.c | 10 +- .../src/path/sentry_path_windows.c | 54 +- .../sentry-native/src/sentry_core.c | 183 +- .../sentry-native/src/sentry_envelope.c | 22 +- .../sentry-native/src/sentry_json.c | 6 +- .../sentry-native/src/sentry_options.c | 161 +- .../sentry-native/src/sentry_options.h | 2 + .../sentry-native/src/sentry_path.h | 2 + .../sentry-native/src/sentry_scope.c | 6 +- .../sentry-native/src/sentry_slice.c | 2 +- .../sentry-native/src/sentry_string.h | 26 +- .../sentry-native/src/sentry_sync.c | 2 +- .../sentry-native/src/sentry_sync.h | 5 +- .../sentry-native/src/sentry_tracing.c | 242 +- .../sentry-native/src/sentry_tracing.h | 6 +- .../sentry-native/src/sentry_transport.c | 5 +- .../sentry-native/src/sentry_transport.h | 2 +- .../sentry-native/src/sentry_utils.c | 70 +- .../sentry-native/src/sentry_utils.h | 23 +- .../sentry-native/src/sentry_uuid.c | 10 +- .../sentry-native/src/sentry_value.c | 156 +- .../src/transports/sentry_transport_curl.c | 35 +- .../src/transports/sentry_transport_winhttp.c | 9 +- .../sentry-native/tests/assertions.py | 83 +- .../sentry-native/tests/conftest.py | 7 + .../sentry-native/tests/leaks.txt | 1 + .../sentry-native/tests/requirements.txt | 7 +- .../tests/test_integration_http.py | 49 +- .../tests/test_integration_stdout.py | 45 +- .../sentry-native/tests/unit/CMakeLists.txt | 1 + .../tests/unit/sentry_testsupport.h | 7 + .../tests/unit/test_attachments.c | 4 +- .../sentry-native/tests/unit/test_basic.c | 11 +- .../tests/unit/test_concurrency.c | 6 +- .../sentry-native/tests/unit/test_consent.c | 4 + .../sentry-native/tests/unit/test_envelopes.c | 78 +- .../sentry-native/tests/unit/test_options.c | 54 + .../sentry-native/tests/unit/test_path.c | 20 + .../sentry-native/tests/unit/test_session.c | 6 +- .../sentry-native/tests/unit/test_tracing.c | 303 +- .../sentry-native/tests/unit/test_utils.c | 117 +- .../sentry-native/tests/unit/test_value.c | 222 +- .../sentry-native/tests/unit/tests.inc | 44 +- .../simpleini/.github/workflows/test.yml | 23 + external_imported/simpleini/.travis.yml | 13 - external_imported/simpleini/README.md | 5 +- external_imported/simpleini/SimpleIni.h | 327 +- external_imported/simpleini/tests/Makefile | 4 +- .../simpleini/tests/packages.config | 2 +- .../simpleini/tests/tests.vcxproj | 8 +- .../simpleini/tests/ts-noconvert.cpp | 69 + .../simpleini/tests/ts-quotes.cpp | 202 + .../simpleini/tests/ts-roundtrip.cpp | 83 + .../simpleini/tests/ts-snippets.cpp | 44 + .../simpleini/vcproj/SimpleIni.sln | 1 - .../00-report-package-build-failure.yml | 47 + .../ISSUE_TEMPLATE/01-request-a-new-port.yml | 36 + ...-request-an-update-to-an-existing-port.yml | 23 + ...est-a-feature-or-improvement-to-a-port.yml | 29 + .../04-request-a-feature-or-improvement.yml | 29 + .../05-other-type-of-bug-report.md | 31 + .../vcpkg/.github/ISSUE_TEMPLATE/config.yml | 5 + .../ISSUE_TEMPLATE/i-have-a-question.md | 10 - .../other-type-of-bug-report.md | 31 - .../report-package-build-failure.md | 33 - ...uest-a-feature-or-improvement-to-a-port.md | 22 - .../request-a-feature-or-improvement.md | 22 - .../ISSUE_TEMPLATE/request-a-new-port.md | 18 - .../request-an-update-to-an-existing-port.md | 14 - .../vcpkg/.github/pull_request_template.md | 12 +- .../vcpkg/.github/workflows/check_issues.yml | 65 + .../vcpkg/.github/workflows/stale.yml | 32 + .../vcpkg/.github/workflows/untrustedPR.yml | 55 +- external_imported/vcpkg/README.md | 40 +- external_imported/vcpkg/README_es.md | 37 +- external_imported/vcpkg/README_fr.md | 14 +- external_imported/vcpkg/README_ko_KR.md | 18 +- external_imported/vcpkg/README_pt.md | 20 +- external_imported/vcpkg/README_vn.md | 330 + external_imported/vcpkg/README_zh_CN.md | 32 +- external_imported/vcpkg/bootstrap-vcpkg.bat | 2 +- .../vcpkg/ports/3fd/portfile.cmake | 39 +- external_imported/vcpkg/ports/3fd/vcpkg.json | 9 +- .../vcpkg/ports/7zip/CMakeLists.txt | 10 +- .../vcpkg/ports/7zip/portfile.cmake | 23 +- external_imported/vcpkg/ports/7zip/vcpkg.json | 5 +- .../vcpkg/ports/ableton-link/portfile.cmake | 8 +- .../vcpkg/ports/ableton-link/vcpkg.json | 7 +- .../vcpkg/ports/abseil/fix-32-bit-arm.patch | 23 - .../vcpkg/ports/abseil/fix-dll-support.patch | 24 - .../vcpkg/ports/abseil/portfile.cmake | 28 +- .../vcpkg/ports/abseil/vcpkg.json | 3 +- .../vcpkg/ports/absent/vcpkg.json | 4 +- .../vcpkg/ports/ace/portfile.cmake | 58 +- external_imported/vcpkg/ports/ace/vcpkg.json | 15 +- .../vcpkg/ports/acl/portfile.cmake | 18 +- external_imported/vcpkg/ports/acl/vcpkg.json | 19 +- .../activemq-cpp/activemq-cppConfig.cmake | 6 +- .../vcpkg/ports/activemq-cpp/portfile.cmake | 40 +- .../vcpkg/ports/activemq-cpp/vcpkg.json | 7 +- .../vcpkg/ports/ada-url/no-cpm.patch | 31 + .../vcpkg/ports/ada-url/portfile.cmake | 40 + .../vcpkg/ports/ada-url/vcpkg.json | 27 + .../vcpkg/ports/ade/portfile.cmake | 4 +- external_imported/vcpkg/ports/ade/vcpkg.json | 3 +- .../vcpkg/ports/akali/portfile.cmake | 38 - .../vcpkg/ports/akali/vcpkg.json | 19 - .../vcpkg/ports/aklomp-base64/portfile.cmake | 22 + .../vcpkg/ports/aklomp-base64/vcpkg.json | 17 + .../vcpkg/ports/alac-decoder/vcpkg.json | 4 +- external_imported/vcpkg/ports/alac/vcpkg.json | 4 +- .../alembic/disable-warnings-as-error.patch | 19 - .../alembic/fix-runtime-destination.patch | 15 +- .../vcpkg/ports/alembic/portfile.cmake | 8 +- .../vcpkg/ports/alembic/vcpkg.json | 3 +- .../vcpkg/ports/aliyun-oss-c-sdk/vcpkg.json | 4 +- .../allegro5/cmake-project-include.cmake | 5 + .../vcpkg/ports/allegro5/export-targets.patch | 52 - .../vcpkg/ports/allegro5/portfile.cmake | 66 +- .../vcpkg/ports/allegro5/vcpkg.json | 45 +- .../vcpkg/ports/alpaca/portfile.cmake | 4 +- .../vcpkg/ports/alpaca/vcpkg.json | 2 +- .../vcpkg/ports/alpaka/portfile.cmake | 4 +- .../vcpkg/ports/alpaka/vcpkg.json | 3 +- .../vcpkg/ports/alsa/portfile.cmake | 33 +- .../ports/alsa/vcpkg-cmake-wrapper.cmake | 96 + external_imported/vcpkg/ports/alsa/vcpkg.json | 3 +- .../vcpkg/ports/amd-adl-sdk/portfile.cmake | 16 + .../vcpkg/ports/amd-adl-sdk/vcpkg.json | 8 + .../vcpkg/ports/amd-amf/portfile.cmake | 4 +- .../vcpkg/ports/amd-amf/vcpkg.json | 2 +- .../ports/amqpcpp/fix-max_min_macros.patch | 31 + .../vcpkg/ports/amqpcpp/portfile.cmake | 3 +- .../vcpkg/ports/amqpcpp/vcpkg.json | 2 +- .../vcpkg/ports/anari/portfile.cmake | 44 + .../vcpkg/ports/anari/vcpkg.json | 20 + .../ports/angelscript/fix-dependency.patch | 9 + .../vcpkg/ports/angelscript/portfile.cmake | 13 +- .../vcpkg/ports/angelscript/vcpkg.json | 3 +- .../ports/angle/002-fix-builder-error.patch | 12 + .../angle/cmake-buildsystem/CMakeLists.txt | 76 +- .../angle/cmake-buildsystem/PlatformMac.cmake | 25 +- .../angle/cmake-buildsystem/PlatformWin.cmake | 1 + .../vcpkg/ports/angle/portfile.cmake | 36 +- .../vcpkg/ports/angle/vcpkg.json | 2 +- .../ankurvdev-embedresource/portfile.cmake | 29 + .../ports/ankurvdev-embedresource/vcpkg.json | 17 + .../vcpkg/ports/annoy/portfile.cmake | 4 +- .../vcpkg/ports/annoy/vcpkg.json | 2 +- .../vcpkg/ports/antlr4/export_guid.patch | 22 - .../vcpkg/ports/antlr4/fix_build_4.11.1.patch | 93 - .../vcpkg/ports/antlr4/portfile.cmake | 20 +- .../set-export-macro-define-as-private.patch | 26 +- .../vcpkg/ports/antlr4/vcpkg.json | 3 +- .../vcpkg/ports/aom/aom-rename-static.diff | 45 +- .../ports/aom/aom-uninitialized-pointer.diff | 26 +- .../vcpkg/ports/aom/portfile.cmake | 6 +- external_imported/vcpkg/ports/aom/vcpkg.json | 3 +- .../ports/apache-datasketches/portfile.cmake | 23 + .../vcpkg/ports/apache-datasketches/usage | 4 + .../ports/apache-datasketches/vcpkg.json | 17 + .../vcpkg/ports/apr-util/portfile.cmake | 6 +- .../ports/apr-util/use-vcpkg-expat.patch | 238 +- .../vcpkg/ports/apr-util/vcpkg.json | 3 +- .../vcpkg/ports/apr/portfile.cmake | 8 +- external_imported/vcpkg/ports/apr/vcpkg.json | 2 +- .../vcpkg/ports/apriltag/fix-config.patch | 50 + .../vcpkg/ports/apriltag/portfile.cmake | 38 + external_imported/vcpkg/ports/apriltag/usage | 4 + .../vcpkg/ports/apriltag/vcpkg.json | 19 + .../vcpkg/ports/apsi/fix-c2398.patch | 15 + .../vcpkg/ports/apsi/fix-find-seal.patch | 13 + .../vcpkg/ports/apsi/fix-find_package.patch | 13 - .../vcpkg/ports/apsi/portfile.cmake | 26 +- external_imported/vcpkg/ports/apsi/vcpkg.json | 14 +- external_imported/vcpkg/ports/arb/vcpkg.json | 3 +- .../vcpkg/ports/arg-router/portfile.cmake | 2 +- .../vcpkg/ports/arg-router/vcpkg.json | 2 +- .../vcpkg/ports/argagg/portfile.cmake | 4 +- .../vcpkg/ports/argagg/vcpkg.json | 3 +- .../vcpkg/ports/argon2/CMakeLists.txt | 100 +- .../vcpkg/ports/argon2/portfile.cmake | 29 +- .../argon2/unofficial-argon2-config.cmake | 4 + .../argon2/unofficial-libargon2-config.cmake | 10 +- external_imported/vcpkg/ports/argon2/usage | 4 + .../vcpkg/ports/argon2/vcpkg.json | 7 +- .../ports/argon2/visibility-for-tool.patch | 13 + .../vcpkg/ports/argon2/visibility.patch | 52 +- .../vcpkg/ports/argparse/portfile.cmake | 4 +- .../vcpkg/ports/argparse/vcpkg.json | 2 +- .../vcpkg/ports/args/portfile.cmake | 17 +- external_imported/vcpkg/ports/args/usage | 4 + external_imported/vcpkg/ports/args/vcpkg.json | 2 +- .../vcpkg/ports/argtable3/portfile.cmake | 4 +- .../vcpkg/ports/argtable3/vcpkg.json | 3 +- .../vcpkg/ports/argumentum/portfile.cmake | 6 +- .../vcpkg/ports/argumentum/vcpkg.json | 4 +- .../vcpkg/ports/armadillo/portfile.cmake | 2 +- .../vcpkg/ports/armadillo/vcpkg.json | 2 +- .../vcpkg/ports/arrayfire/build.patch | 47 + .../vcpkg/ports/arrayfire/portfile.cmake | 11 +- .../vcpkg/ports/arrayfire/vcpkg.json | 3 +- .../vcpkg/ports/arrow/brotli.patch | 28 - .../vcpkg/ports/arrow/fix-ci-error.patch | 13 + .../vcpkg/ports/arrow/fix-dataset.patch | 29 - .../ports/arrow/fix-pkgconfig-windows.patch | 100 - .../vcpkg/ports/arrow/portfile.cmake | 60 +- .../vcpkg/ports/arrow/thrift.patch | 78 +- .../vcpkg/ports/arrow/usage-acero | 3 + .../vcpkg/ports/arrow/usage-dataset | 3 + .../vcpkg/ports/arrow/usage-flight | 3 + .../vcpkg/ports/arrow/usage-flightsql | 3 + .../vcpkg/ports/arrow/utf8proc.patch | 33 +- .../vcpkg/ports/arrow/vcpkg.json | 25 +- .../vcpkg/ports/ashes/portfile.cmake | 18 +- .../vcpkg/ports/ashes/vcpkg.json | 21 +- .../vcpkg/ports/asio-grpc/portfile.cmake | 2 +- external_imported/vcpkg/ports/asio-grpc/usage | 4 + .../vcpkg/ports/asio-grpc/vcpkg.json | 2 +- .../vcpkg/ports/asio/portfile.cmake | 4 +- external_imported/vcpkg/ports/asio/vcpkg.json | 5 +- .../vcpkg/ports/asiochan/portfile.cmake | 12 + external_imported/vcpkg/ports/asiochan/usage | 12 + .../vcpkg/ports/asiochan/vcpkg.json | 7 + .../vcpkg/ports/asiosdk/portfile.cmake | 45 +- external_imported/vcpkg/ports/asiosdk/usage | 2 +- .../vcpkg/ports/asiosdk/vcpkg.json | 2 +- .../vcpkg/ports/asmjit/portfile.cmake | 12 +- .../vcpkg/ports/asmjit/vcpkg.json | 3 +- .../vcpkg/ports/asmtk/fix-link-amsjit.patch | 13 + .../vcpkg/ports/asmtk/portfile.cmake | 37 + .../vcpkg/ports/asmtk/vcpkg.json | 19 + .../vcpkg/ports/assimp/build_fixes.patch | 175 +- .../vcpkg/ports/assimp/portfile.cmake | 27 +- .../vcpkg/ports/assimp/vcpkg.json | 6 +- .../vcpkg/ports/async-mqtt/portfile.cmake | 33 + .../vcpkg/ports/async-mqtt/vcpkg.json | 39 + .../vcpkg/ports/async-simple/portfile.cmake | 31 + .../vcpkg/ports/async-simple/usage | 8 + .../vcpkg/ports/async-simple/vcpkg.json | 17 + .../vcpkg/ports/asynch/vcpkg.json | 4 +- .../vcpkg/ports/at-spi2-atk/portfile.cmake | 6 +- .../vcpkg/ports/at-spi2-atk/vcpkg.json | 5 + .../vcpkg/ports/at-spi2-core/portfile.cmake | 9 +- .../vcpkg/ports/at-spi2-core/vcpkg.json | 6 +- .../vcpkg/ports/atk/portfile.cmake | 5 +- external_imported/vcpkg/ports/atk/vcpkg.json | 14 +- .../vcpkg/ports/atkmm/portfile.cmake | 4 +- .../vcpkg/ports/atkmm/vcpkg.json | 4 +- .../vcpkg/ports/atl/portfile.cmake | 10 + external_imported/vcpkg/ports/atl/vcpkg.json | 6 + .../vcpkg/ports/atlmfc/vcpkg.json | 11 +- .../vcpkg/ports/atomic-queue/portfile.cmake | 22 +- .../vcpkg/ports/atomic-queue/vcpkg.json | 5 +- .../vcpkg/ports/attr/portfile.cmake | 20 +- external_imported/vcpkg/ports/attr/vcpkg.json | 19 +- .../vcpkg/ports/aubio/vcpkg.json | 2 + .../vcpkg/ports/audiofile/portfile.cmake | 4 +- .../vcpkg/ports/audiofile/vcpkg.json | 2 +- .../vcpkg/ports/aurora/vcpkg.json | 4 +- .../vcpkg/ports/autobahn/vcpkg.json | 4 +- .../vcpkg/ports/autodock-vina/CMakeLists.txt | 2 +- .../fix-compatibility-with-boost-1.83.patch | 46 + .../vcpkg/ports/autodock-vina/portfile.cmake | 5 +- .../vcpkg/ports/autodock-vina/vcpkg.json | 3 +- .../vcpkg/ports/avcpp/portfile.cmake | 22 +- .../vcpkg/ports/avcpp/vcpkg.json | 6 +- .../vcpkg/ports/avisynthplus/clang-cl.patch | 20 - .../vcpkg/ports/avisynthplus/portfile.cmake | 6 +- .../vcpkg/ports/avisynthplus/vcpkg.json | 5 +- .../vcpkg/ports/avro-c/portfile.cmake | 4 +- .../vcpkg/ports/avro-c/vcpkg.json | 3 +- .../vcpkg/ports/avro-cpp/fix-cmake.patch | 99 + .../vcpkg/ports/avro-cpp/install.patch | 116 - .../vcpkg/ports/avro-cpp/portfile.cmake | 34 +- external_imported/vcpkg/ports/avro-cpp/usage | 11 +- .../vcpkg/ports/avro-cpp/vcpkg.json | 17 +- .../vcpkg/ports/aws-c-auth/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-auth/vcpkg.json | 4 +- .../vcpkg/ports/aws-c-cal/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-cal/vcpkg.json | 6 +- .../disable-internal-crt-option.patch | 20 +- .../vcpkg/ports/aws-c-common/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-common/vcpkg.json | 3 +- .../ports/aws-c-compression/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-compression/vcpkg.json | 2 +- .../ports/aws-c-event-stream/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-event-stream/vcpkg.json | 3 +- .../vcpkg/ports/aws-c-http/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-http/vcpkg.json | 2 +- .../vcpkg/ports/aws-c-io/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-io/vcpkg.json | 2 +- .../vcpkg/ports/aws-c-mqtt/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-mqtt/vcpkg.json | 3 +- .../vcpkg/ports/aws-c-s3/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-s3/vcpkg.json | 8 +- .../vcpkg/ports/aws-c-sdkutils/portfile.cmake | 2 +- .../vcpkg/ports/aws-c-sdkutils/vcpkg.json | 2 +- .../vcpkg/ports/aws-checksums/portfile.cmake | 2 +- .../vcpkg/ports/aws-checksums/vcpkg.json | 2 +- .../vcpkg/ports/aws-crt-cpp/no-werror.patch | 2 +- .../vcpkg/ports/aws-crt-cpp/portfile.cmake | 2 +- .../vcpkg/ports/aws-crt-cpp/vcpkg.json | 2 +- .../vcpkg/ports/aws-lambda-cpp/portfile.cmake | 2 +- .../vcpkg/ports/aws-lambda-cpp/vcpkg.json | 3 +- .../aws-sdk-cpp/compute_build_only.cmake | 835 - .../ports/aws-sdk-cpp/fix-openssl3.patch | 13 - .../ports/aws-sdk-cpp/generateFeatures.ps1 | 146 +- .../aws-sdk-cpp/patch-relocatable-rpath.patch | 18 +- .../vcpkg/ports/aws-sdk-cpp/portfile.cmake | 202 +- .../vcpkg/ports/aws-sdk-cpp/usage | 24 +- .../vcpkg/ports/aws-sdk-cpp/vcpkg.in.json | 38 + .../vcpkg/ports/aws-sdk-cpp/vcpkg.json | 395 +- .../vcpkg/ports/azmq/portfile.cmake | 4 +- external_imported/vcpkg/ports/azmq/vcpkg.json | 2 +- .../improve-dependencies.patch | 44 +- .../azure-c-shared-utility/portfile.cmake | 4 +- .../ports/azure-c-shared-utility/vcpkg.json | 6 +- .../ports/azure-core-amqp-cpp/portfile.cmake | 32 + .../ports/azure-core-amqp-cpp/vcpkg.json | 33 + .../vcpkg/ports/azure-core-cpp/portfile.cmake | 21 +- .../vcpkg/ports/azure-core-cpp/vcpkg.json | 8 +- .../portfile.cmake | 16 +- .../vcpkg.json | 5 + .../azure-data-tables-cpp/portfile.cmake | 32 + .../ports/azure-data-tables-cpp/vcpkg.json | 34 + .../ports/azure-identity-cpp/portfile.cmake | 20 +- .../vcpkg/ports/azure-identity-cpp/vcpkg.json | 14 +- .../improve-external-deps-preview.patch | 112 - .../improve-external-deps.patch | 14 + .../ports/azure-iot-sdk-c/portfile.cmake | 4 +- .../vcpkg/ports/azure-iot-sdk-c/vcpkg.json | 2 +- .../azure-kinect-sensor-sdk/fix-builds.patch | 17 +- .../azure-kinect-sensor-sdk/portfile.cmake | 13 +- .../ports/azure-kinect-sensor-sdk/vcpkg.json | 2 +- .../portfile.cmake | 32 + .../vcpkg.json | 40 + .../portfile.cmake | 32 + .../azure-messaging-eventhubs-cpp/vcpkg.json | 29 + .../portfile.cmake | 16 +- .../azure-security-attestation-cpp/vcpkg.json | 5 + .../portfile.cmake | 20 +- .../vcpkg.json | 8 +- .../portfile.cmake | 20 +- .../vcpkg.json | 8 +- .../portfile.cmake | 20 +- .../vcpkg.json | 8 +- .../portfile.cmake | 20 +- .../vcpkg.json | 8 +- .../azure-storage-blobs-cpp/portfile.cmake | 20 +- .../ports/azure-storage-blobs-cpp/vcpkg.json | 5 +- .../azure-storage-common-cpp/portfile.cmake | 20 +- .../ports/azure-storage-common-cpp/vcpkg.json | 5 +- .../ports/azure-storage-cpp/portfile.cmake | 2 + .../vcpkg/ports/azure-storage-cpp/vcpkg.json | 4 +- .../portfile.cmake | 20 +- .../vcpkg.json | 5 +- .../portfile.cmake | 19 +- .../azure-storage-files-shares-cpp/vcpkg.json | 5 +- .../azure-storage-queues-cpp/portfile.cmake | 20 +- .../ports/azure-storage-queues-cpp/vcpkg.json | 5 +- .../vcpkg/ports/azure-uamqp-c/portfile.cmake | 4 +- .../vcpkg/ports/azure-uamqp-c/vcpkg.json | 2 +- .../vcpkg/ports/azure-uhttp-c/portfile.cmake | 4 +- .../vcpkg/ports/azure-uhttp-c/vcpkg.json | 2 +- .../vcpkg/ports/azure-umqtt-c/portfile.cmake | 4 +- .../vcpkg/ports/azure-umqtt-c/vcpkg.json | 2 +- .../vcpkg/ports/backward-cpp/portfile.cmake | 18 + .../vcpkg/ports/backward-cpp/usage | 7 + .../vcpkg/ports/backward-cpp/vcpkg.json | 17 + .../fix-static-library-build.patch | 86 + .../vcpkg/ports/baresip-libre/portfile.cmake | 34 + .../vcpkg/ports/baresip-libre/usage | 5 + .../vcpkg/ports/baresip-libre/vcpkg.json | 20 + .../ports/basisu/fix-add-libgen-mingw.patch | 13 - .../vcpkg/ports/basisu/fix-addostream.patch | 12 - .../vcpkg/ports/basisu/portfile.cmake | 17 +- .../vcpkg/ports/basisu/vcpkg.json | 4 +- .../vcpkg/ports/bde/portfile.cmake | 147 +- external_imported/vcpkg/ports/bde/vcpkg.json | 15 +- .../vcpkg/ports/bdwgc/portfile.cmake | 4 +- .../vcpkg/ports/bdwgc/vcpkg.json | 2 +- .../vcpkg/ports/beast/vcpkg.json | 4 +- .../behaviortree-cpp/001_port_fixes.patch | 13 - .../002_fix_dependencies.patch | 34 - .../behaviortree-cpp/fix-x86_build.patch | 35 + .../ports/behaviortree-cpp/portfile.cmake | 44 +- .../vcpkg/ports/behaviortree-cpp/vcpkg.json | 3 +- .../vcpkg/ports/benchmark/fix_qnx.patch | 15 + .../vcpkg/ports/benchmark/portfile.cmake | 9 +- .../vcpkg/ports/benchmark/vcpkg.json | 3 +- .../vcpkg/ports/bento4/fix-install.patch | 25 - .../vcpkg/ports/bento4/portfile.cmake | 11 +- .../vcpkg/ports/bento4/vcpkg.json | 7 +- .../vcpkg/ports/better-enums/portfile.cmake | 11 + .../vcpkg/ports/better-enums/vcpkg.json | 7 + .../vcpkg/ports/bext-di/portfile.cmake | 6 +- .../vcpkg/ports/bext-di/vcpkg.json | 3 +- .../vcpkg/ports/bext-mp/fix-build-flags.patch | 17 + .../vcpkg/ports/bext-mp/portfile.cmake | 22 + external_imported/vcpkg/ports/bext-mp/usage | 5 + .../vcpkg/ports/bext-mp/vcpkg.json | 18 + .../vcpkg/ports/bext-sml/portfile.cmake | 4 +- .../vcpkg/ports/bext-sml/vcpkg.json | 2 +- .../vcpkg/ports/bext-sml2/portfile.cmake | 15 + .../vcpkg/ports/bext-sml2/vcpkg.json | 7 + .../vcpkg/ports/bext-ut/avoid-cpm.patch | 12 - .../vcpkg/ports/bext-ut/portfile.cmake | 12 +- .../vcpkg/ports/bext-ut/pr-521.patch | 15 - .../vcpkg/ports/bext-ut/vcpkg.json | 2 +- .../vcpkg/ports/bext-wintls/portfile.cmake | 6 +- .../vcpkg/ports/bext-wintls/vcpkg.json | 14 +- .../vcpkg/ports/bfgroup-lyra/portfile.cmake | 15 +- .../vcpkg/ports/bfgroup-lyra/usage | 4 + .../vcpkg/ports/bfgroup-lyra/vcpkg.json | 2 +- .../vcpkg/ports/bgfx/portfile.cmake | 45 +- external_imported/vcpkg/ports/bgfx/vcpkg.json | 25 +- .../vcpkg/ports/binlog/portfile.cmake | 1 + .../vcpkg/ports/binlog/vcpkg.json | 1 + external_imported/vcpkg/ports/binn/vcpkg.json | 4 +- .../vcpkg/ports/bitmagic/portfile.cmake | 4 +- .../vcpkg/ports/bitmagic/vcpkg.json | 2 +- .../vcpkg/ports/bitserializer/portfile.cmake | 8 +- .../vcpkg/ports/bitserializer/vcpkg.json | 4 +- .../vcpkg/ports/bitsery/portfile.cmake | 4 +- .../vcpkg/ports/bitsery/vcpkg.json | 2 +- .../vcpkg/ports/blake3/CMakeLists.txt | 65 - .../blake3/fix-windows-arm-build-error.patch | 13 + .../vcpkg/ports/blake3/portfile.cmake | 15 +- .../vcpkg/ports/blake3/vcpkg.json | 6 +- .../vcpkg/ports/blas/portfile.cmake | 14 +- .../ports/blas/vcpkg-cmake-wrapper.cmake | 9 + external_imported/vcpkg/ports/blas/vcpkg.json | 8 +- .../vcpkg/ports/blaze/portfile.cmake | 6 +- .../vcpkg/ports/blaze/vcpkg.json | 2 +- .../vcpkg/ports/blend2d/portfile.cmake | 12 +- .../vcpkg/ports/blend2d/vcpkg.json | 39 +- .../vcpkg/ports/blingfire/ninja.patch | 9 + .../vcpkg/ports/blingfire/portfile.cmake | 31 + .../vcpkg/ports/blingfire/vcpkg.json | 14 + .../ports/bloomberg-quantum/portfile.cmake | 22 + .../rename-config-file-and-namespace.patch | 46 + .../vcpkg/ports/bloomberg-quantum/vcpkg.json | 18 + .../vcpkg/ports/blosc/portfile.cmake | 4 +- .../vcpkg/ports/blosc/vcpkg.json | 2 +- .../vcpkg/ports/blpapi/portfile.cmake | 60 + .../update-blpapi-lib-include-dir.patch | 46 + external_imported/vcpkg/ports/blpapi/usage | 4 + .../vcpkg/ports/blpapi/vcpkg.json | 7 + .../vcpkg/ports/boinc/CMakeLists.txt | 9 + .../vcpkg/ports/boinc/portfile.cmake | 19 +- .../vcpkg/ports/boinc/vcpkg.json | 4 +- .../vcpkg/ports/bond/portfile.cmake | 25 +- .../ports/bond/skip-grpc-compilation.patch | 16 +- external_imported/vcpkg/ports/bond/vcpkg.json | 4 +- .../ports/boost-accumulators/portfile.cmake | 4 +- .../vcpkg/ports/boost-accumulators/vcpkg.json | 45 +- .../ports/boost-algorithm/portfile.cmake | 4 +- .../vcpkg/ports/boost-algorithm/vcpkg.json | 39 +- .../vcpkg/ports/boost-align/portfile.cmake | 4 +- .../vcpkg/ports/boost-align/vcpkg.json | 13 +- .../vcpkg/ports/boost-any/portfile.cmake | 4 +- .../vcpkg/ports/boost-any/vcpkg.json | 25 +- .../vcpkg/ports/boost-array/portfile.cmake | 4 +- .../vcpkg/ports/boost-array/vcpkg.json | 15 +- .../vcpkg/ports/boost-asio/portfile.cmake | 4 +- .../vcpkg/ports/boost-asio/vcpkg.json | 61 +- .../vcpkg/ports/boost-assert/portfile.cmake | 4 +- .../vcpkg/ports/boost-assert/vcpkg.json | 7 +- .../vcpkg/ports/boost-assign/portfile.cmake | 4 +- .../vcpkg/ports/boost-assign/vcpkg.json | 27 +- .../vcpkg/ports/boost-atomic/portfile.cmake | 14 +- .../vcpkg/ports/boost-atomic/vcpkg.json | 27 +- .../vcpkg/ports/boost-beast/portfile.cmake | 4 +- .../vcpkg/ports/boost-beast/vcpkg.json | 47 +- .../vcpkg/ports/boost-bimap/portfile.cmake | 4 +- .../vcpkg/ports/boost-bimap/vcpkg.json | 35 +- .../vcpkg/ports/boost-bind/portfile.cmake | 4 +- .../vcpkg/ports/boost-bind/vcpkg.json | 9 +- ...nd-MSVC-codegen-bug-in-17.5-on-ARM64.patch | 26 + .../vcpkg/ports/boost-build/portfile.cmake | 9 +- .../vcpkg/ports/boost-build/vcpkg.json | 5 +- .../boost-callable-traits/portfile.cmake | 4 +- .../ports/boost-callable-traits/vcpkg.json | 9 +- .../vcpkg/ports/boost-chrono/portfile.cmake | 4 +- .../vcpkg/ports/boost-chrono/vcpkg.json | 39 +- .../boost-circular-buffer/portfile.cmake | 4 +- .../ports/boost-circular-buffer/vcpkg.json | 21 +- .../vcpkg/ports/boost-cobalt/b2-options.cmake | 24 + .../vcpkg/ports/boost-cobalt/portfile.cmake | 22 + .../vcpkg/ports/boost-cobalt/vcpkg.json | 81 + .../vcpkg/ports/boost-compat/portfile.cmake | 12 + .../vcpkg/ports/boost-compat/vcpkg.json | 26 + .../ports/boost-compatibility/portfile.cmake | 4 +- .../ports/boost-compatibility/vcpkg.json | 9 +- .../vcpkg/ports/boost-compute/portfile.cmake | 4 +- .../vcpkg/ports/boost-compute/vcpkg.json | 59 +- .../ports/boost-concept-check/portfile.cmake | 4 +- .../ports/boost-concept-check/vcpkg.json | 13 +- .../vcpkg/ports/boost-config/portfile.cmake | 4 +- .../vcpkg/ports/boost-config/vcpkg.json | 5 +- .../ports/boost-container-hash/portfile.cmake | 4 +- .../ports/boost-container-hash/vcpkg.json | 15 +- .../ports/boost-container/portfile.cmake | 4 +- .../vcpkg/ports/boost-container/vcpkg.json | 31 +- .../ports/boost-context/b2-options.cmake.in | 1 - .../vcpkg/ports/boost-context/portfile.cmake | 4 +- .../vcpkg/ports/boost-context/vcpkg.json | 23 +- .../vcpkg/ports/boost-contract/portfile.cmake | 4 +- .../vcpkg/ports/boost-contract/vcpkg.json | 41 +- .../ports/boost-conversion/portfile.cmake | 4 +- .../vcpkg/ports/boost-conversion/vcpkg.json | 25 +- .../vcpkg/ports/boost-convert/portfile.cmake | 4 +- .../vcpkg/ports/boost-convert/vcpkg.json | 27 +- .../vcpkg/ports/boost-core/portfile.cmake | 4 +- .../vcpkg/ports/boost-core/vcpkg.json | 13 +- .../ports/boost-coroutine/portfile.cmake | 4 +- .../vcpkg/ports/boost-coroutine/vcpkg.json | 29 +- .../ports/boost-coroutine2/portfile.cmake | 4 +- .../vcpkg/ports/boost-coroutine2/vcpkg.json | 11 +- .../vcpkg/ports/boost-crc/portfile.cmake | 4 +- .../vcpkg/ports/boost-crc/vcpkg.json | 13 +- .../ports/boost-date-time/portfile.cmake | 4 +- .../vcpkg/ports/boost-date-time/vcpkg.json | 39 +- .../vcpkg/ports/boost-describe/portfile.cmake | 4 +- .../vcpkg/ports/boost-describe/vcpkg.json | 11 +- .../vcpkg/ports/boost-detail/portfile.cmake | 4 +- .../vcpkg/ports/boost-detail/vcpkg.json | 15 +- .../vcpkg/ports/boost-dll/portfile.cmake | 4 +- .../vcpkg/ports/boost-dll/vcpkg.json | 37 +- .../ports/boost-dynamic-bitset/portfile.cmake | 4 +- .../ports/boost-dynamic-bitset/vcpkg.json | 21 +- .../vcpkg/ports/boost-endian/portfile.cmake | 4 +- .../vcpkg/ports/boost-endian/vcpkg.json | 19 +- .../ports/boost-exception/portfile.cmake | 4 +- .../vcpkg/ports/boost-exception/vcpkg.json | 23 +- .../vcpkg/ports/boost-fiber/portfile.cmake | 4 +- .../vcpkg/ports/boost-fiber/vcpkg.json | 31 +- .../ports/boost-filesystem/portfile.cmake | 4 +- .../vcpkg/ports/boost-filesystem/vcpkg.json | 37 +- .../ports/boost-flyweight/portfile.cmake | 4 +- .../vcpkg/ports/boost-flyweight/vcpkg.json | 35 +- .../vcpkg/ports/boost-foreach/portfile.cmake | 4 +- .../vcpkg/ports/boost-foreach/vcpkg.json | 17 +- .../vcpkg/ports/boost-format/portfile.cmake | 4 +- .../vcpkg/ports/boost-format/vcpkg.json | 19 +- .../ports/boost-function-types/portfile.cmake | 4 +- .../ports/boost-function-types/vcpkg.json | 17 +- .../vcpkg/ports/boost-function/portfile.cmake | 4 +- .../vcpkg/ports/boost-function/vcpkg.json | 31 +- .../ports/boost-functional/portfile.cmake | 4 +- .../vcpkg/ports/boost-functional/vcpkg.json | 23 +- .../vcpkg/ports/boost-fusion/portfile.cmake | 4 +- .../vcpkg/ports/boost-fusion/vcpkg.json | 29 +- .../vcpkg/ports/boost-geometry/portfile.cmake | 4 +- .../vcpkg/ports/boost-geometry/vcpkg.json | 77 +- .../vcpkg/ports/boost-gil/portfile.cmake | 4 +- .../vcpkg/ports/boost-gil/vcpkg.json | 27 +- .../ports/boost-graph-parallel/portfile.cmake | 4 +- .../ports/boost-graph-parallel/vcpkg.json | 61 +- .../vcpkg/ports/boost-graph/portfile.cmake | 4 +- .../vcpkg/ports/boost-graph/vcpkg.json | 91 +- .../vcpkg/ports/boost-hana/portfile.cmake | 4 +- .../vcpkg/ports/boost-hana/vcpkg.json | 15 +- .../vcpkg/ports/boost-heap/portfile.cmake | 4 +- .../vcpkg/ports/boost-heap/vcpkg.json | 29 +- .../ports/boost-histogram/portfile.cmake | 4 +- .../vcpkg/ports/boost-histogram/vcpkg.json | 19 +- .../vcpkg/ports/boost-hof/portfile.cmake | 4 +- .../vcpkg/ports/boost-hof/vcpkg.json | 9 +- .../vcpkg/ports/boost-icl/portfile.cmake | 4 +- .../vcpkg/ports/boost-icl/vcpkg.json | 35 +- .../vcpkg/ports/boost-integer/portfile.cmake | 4 +- .../vcpkg/ports/boost-integer/vcpkg.json | 17 +- .../ports/boost-interprocess/portfile.cmake | 4 +- .../vcpkg/ports/boost-interprocess/vcpkg.json | 29 +- .../vcpkg/ports/boost-interval/portfile.cmake | 4 +- .../vcpkg/ports/boost-interval/vcpkg.json | 11 +- .../ports/boost-intrusive/portfile.cmake | 4 +- .../vcpkg/ports/boost-intrusive/vcpkg.json | 19 +- .../vcpkg/ports/boost-io/portfile.cmake | 4 +- .../vcpkg/ports/boost-io/vcpkg.json | 7 +- .../ports/boost-iostreams/b2-options.cmake | 8 +- .../ports/boost-iostreams/portfile.cmake | 4 +- .../vcpkg/ports/boost-iostreams/vcpkg.json | 45 +- .../vcpkg/ports/boost-iterator/portfile.cmake | 4 +- .../vcpkg/ports/boost-iterator/vcpkg.json | 35 +- .../vcpkg/ports/boost-json/b2-options.cmake | 3 - .../vcpkg/ports/boost-json/portfile.cmake | 9 +- .../vcpkg/ports/boost-json/vcpkg.json | 31 +- .../vcpkg/ports/boost-lambda/portfile.cmake | 4 +- .../vcpkg/ports/boost-lambda/vcpkg.json | 25 +- .../vcpkg/ports/boost-lambda2/portfile.cmake | 4 +- .../vcpkg/ports/boost-lambda2/vcpkg.json | 9 +- .../vcpkg/ports/boost-leaf/portfile.cmake | 4 +- .../vcpkg/ports/boost-leaf/vcpkg.json | 9 +- .../ports/boost-lexical-cast/portfile.cmake | 4 +- .../vcpkg/ports/boost-lexical-cast/vcpkg.json | 35 +- .../ports/boost-local-function/portfile.cmake | 4 +- .../ports/boost-local-function/vcpkg.json | 19 +- .../ports/boost-locale/fix-dependencies.patch | 39 +- .../vcpkg/ports/boost-locale/portfile.cmake | 8 +- .../vcpkg/ports/boost-locale/vcpkg.json | 25 +- .../vcpkg/ports/boost-lockfree/portfile.cmake | 4 +- .../vcpkg/ports/boost-lockfree/vcpkg.json | 35 +- .../vcpkg/ports/boost-log/portfile.cmake | 6 +- .../vcpkg/ports/boost-log/vcpkg.json | 103 +- .../vcpkg/ports/boost-logic/portfile.cmake | 4 +- .../vcpkg/ports/boost-logic/vcpkg.json | 9 +- .../ports/boost-math/001-remove-checks.patch | 23 - .../vcpkg/ports/boost-math/b2-options.cmake | 3 - .../vcpkg/ports/boost-math/portfile.cmake | 15 +- .../vcpkg/ports/boost-math/vcpkg.json | 29 +- .../ports/boost-metaparse/portfile.cmake | 4 +- .../vcpkg/ports/boost-metaparse/vcpkg.json | 17 +- .../boost-modular-build-helper/CMakeLists.txt | 28 +- .../boost-modular-build-helper/Jamroot.jam.in | 31 +- .../boost-modular-build.cmake | 15 +- .../boost-modular-build-helper/vcpkg.json | 6 +- .../vcpkg/ports/boost-move/portfile.cmake | 4 +- .../vcpkg/ports/boost-move/vcpkg.json | 23 +- .../vcpkg/ports/boost-mp11/portfile.cmake | 4 +- .../vcpkg/ports/boost-mp11/vcpkg.json | 9 +- ...ix-build-boost_mpi_python-on-windows.patch | 15 - .../vcpkg/ports/boost-mpi/portfile.cmake | 5 +- .../vcpkg/ports/boost-mpi/vcpkg.json | 45 +- .../vcpkg/ports/boost-mpl/portfile.cmake | 4 +- .../vcpkg/ports/boost-mpl/vcpkg.json | 19 +- .../vcpkg/ports/boost-msm/portfile.cmake | 4 +- .../vcpkg/ports/boost-msm/vcpkg.json | 39 +- .../ports/boost-multi-array/portfile.cmake | 4 +- .../vcpkg/ports/boost-multi-array/vcpkg.json | 25 +- .../ports/boost-multi-index/portfile.cmake | 4 +- .../vcpkg/ports/boost-multi-index/vcpkg.json | 45 +- .../ports/boost-multiprecision/portfile.cmake | 4 +- .../ports/boost-multiprecision/vcpkg.json | 23 +- .../vcpkg/ports/boost-mysql/portfile.cmake | 12 + .../vcpkg/ports/boost-mysql/vcpkg.json | 58 + .../vcpkg/ports/boost-nowide/b2-options.cmake | 3 - .../vcpkg/ports/boost-nowide/portfile.cmake | 9 +- .../vcpkg/ports/boost-nowide/vcpkg.json | 13 +- .../boost-numeric-conversion/portfile.cmake | 4 +- .../ports/boost-numeric-conversion/vcpkg.json | 19 +- .../vcpkg/ports/boost-odeint/portfile.cmake | 4 +- .../vcpkg/ports/boost-odeint/vcpkg.json | 47 +- .../vcpkg/ports/boost-optional/portfile.cmake | 4 +- .../vcpkg/ports/boost-optional/vcpkg.json | 25 +- .../vcpkg/ports/boost-outcome/portfile.cmake | 4 +- .../vcpkg/ports/boost-outcome/vcpkg.json | 13 +- .../boost-parameter-python/portfile.cmake | 4 +- .../ports/boost-parameter-python/vcpkg.json | 17 +- .../ports/boost-parameter/portfile.cmake | 4 +- .../vcpkg/ports/boost-parameter/vcpkg.json | 25 +- .../vcpkg/ports/boost-pfr/portfile.cmake | 4 +- .../vcpkg/ports/boost-pfr/vcpkg.json | 9 +- .../boost-phoenix/fix-duplicate-symbols.patch | 13 - .../vcpkg/ports/boost-phoenix/portfile.cmake | 5 +- .../vcpkg/ports/boost-phoenix/vcpkg.json | 33 +- .../boost-poly-collection/portfile.cmake | 4 +- .../ports/boost-poly-collection/vcpkg.json | 21 +- .../vcpkg/ports/boost-polygon/portfile.cmake | 4 +- .../vcpkg/ports/boost-polygon/vcpkg.json | 7 +- .../vcpkg/ports/boost-pool/portfile.cmake | 4 +- .../vcpkg/ports/boost-pool/vcpkg.json | 17 +- .../vcpkg/ports/boost-predef/portfile.cmake | 4 +- .../vcpkg/ports/boost-predef/vcpkg.json | 9 +- .../ports/boost-preprocessor/portfile.cmake | 4 +- .../vcpkg/ports/boost-preprocessor/vcpkg.json | 9 +- .../vcpkg/ports/boost-process/portfile.cmake | 4 +- .../vcpkg/ports/boost-process/vcpkg.json | 45 +- .../boost-program-options/portfile.cmake | 4 +- .../ports/boost-program-options/vcpkg.json | 35 +- .../portfile.cmake | 4 +- .../boost-property-map-parallel/vcpkg.json | 31 +- .../ports/boost-property-map/portfile.cmake | 4 +- .../vcpkg/ports/boost-property-map/vcpkg.json | 35 +- .../ports/boost-property-tree/portfile.cmake | 4 +- .../ports/boost-property-tree/vcpkg.json | 37 +- .../vcpkg/ports/boost-proto/portfile.cmake | 4 +- .../vcpkg/ports/boost-proto/vcpkg.json | 25 +- .../ports/boost-ptr-container/portfile.cmake | 4 +- .../ports/boost-ptr-container/vcpkg.json | 35 +- .../vcpkg/ports/boost-python/portfile.cmake | 4 +- .../vcpkg/ports/boost-python/vcpkg.json | 51 +- .../vcpkg/ports/boost-qvm/portfile.cmake | 4 +- .../vcpkg/ports/boost-qvm/vcpkg.json | 9 +- .../vcpkg/ports/boost-random/portfile.cmake | 4 +- .../vcpkg/ports/boost-random/vcpkg.json | 35 +- .../vcpkg/ports/boost-range/portfile.cmake | 4 +- .../vcpkg/ports/boost-range/vcpkg.json | 39 +- .../vcpkg/ports/boost-ratio/portfile.cmake | 4 +- .../vcpkg/ports/boost-ratio/vcpkg.json | 31 +- .../vcpkg/ports/boost-rational/portfile.cmake | 4 +- .../vcpkg/ports/boost-rational/vcpkg.json | 21 +- .../vcpkg/ports/boost-redis/portfile.cmake | 12 + .../vcpkg/ports/boost-redis/vcpkg.json | 42 + .../vcpkg/ports/boost-regex/b2-options.cmake | 3 - .../vcpkg/ports/boost-regex/portfile.cmake | 4 +- .../vcpkg/ports/boost-regex/vcpkg.json | 33 +- .../ports/boost-safe-numerics/portfile.cmake | 4 +- .../ports/boost-safe-numerics/vcpkg.json | 17 +- .../ports/boost-scope-exit/portfile.cmake | 4 +- .../vcpkg/ports/boost-scope-exit/vcpkg.json | 15 +- .../ports/boost-serialization/portfile.cmake | 9 +- .../ports/boost-serialization/vcpkg.json | 63 +- .../vcpkg/ports/boost-signals2/portfile.cmake | 4 +- .../vcpkg/ports/boost-signals2/vcpkg.json | 39 +- .../ports/boost-smart-ptr/portfile.cmake | 4 +- .../vcpkg/ports/boost-smart-ptr/vcpkg.json | 19 +- .../vcpkg/ports/boost-sort/portfile.cmake | 4 +- .../vcpkg/ports/boost-sort/vcpkg.json | 15 +- .../vcpkg/ports/boost-spirit/portfile.cmake | 4 +- .../vcpkg/ports/boost-spirit/vcpkg.json | 63 +- .../ports/boost-stacktrace/portfile.cmake | 9 +- .../vcpkg/ports/boost-stacktrace/vcpkg.json | 31 +- .../ports/boost-statechart/portfile.cmake | 4 +- .../vcpkg/ports/boost-statechart/vcpkg.json | 29 +- .../ports/boost-static-assert/portfile.cmake | 4 +- .../ports/boost-static-assert/vcpkg.json | 7 +- .../ports/boost-static-string/portfile.cmake | 4 +- .../ports/boost-static-string/vcpkg.json | 23 +- .../ports/boost-stl-interfaces/portfile.cmake | 4 +- .../ports/boost-stl-interfaces/vcpkg.json | 11 +- .../vcpkg/ports/boost-system/portfile.cmake | 4 +- .../vcpkg/ports/boost-system/vcpkg.json | 19 +- .../vcpkg/ports/boost-test/portfile.cmake | 4 +- .../vcpkg/ports/boost-test/vcpkg.json | 45 +- .../vcpkg/ports/boost-thread/portfile.cmake | 4 +- .../vcpkg/ports/boost-thread/vcpkg.json | 75 +- .../boost-throw-exception/portfile.cmake | 4 +- .../ports/boost-throw-exception/vcpkg.json | 9 +- .../vcpkg/ports/boost-timer/portfile.cmake | 4 +- .../vcpkg/ports/boost-timer/vcpkg.json | 31 +- .../ports/boost-tokenizer/portfile.cmake | 4 +- .../vcpkg/ports/boost-tokenizer/vcpkg.json | 17 +- .../vcpkg/ports/boost-tti/portfile.cmake | 4 +- .../vcpkg/ports/boost-tti/vcpkg.json | 15 +- .../vcpkg/ports/boost-tuple/portfile.cmake | 4 +- .../vcpkg/ports/boost-tuple/vcpkg.json | 13 +- .../ports/boost-type-erasure/portfile.cmake | 4 +- .../vcpkg/ports/boost-type-erasure/vcpkg.json | 37 +- .../ports/boost-type-index/portfile.cmake | 4 +- .../vcpkg/ports/boost-type-index/vcpkg.json | 25 +- .../ports/boost-type-traits/portfile.cmake | 4 +- .../vcpkg/ports/boost-type-traits/vcpkg.json | 9 +- .../vcpkg/ports/boost-typeof/portfile.cmake | 4 +- .../vcpkg/ports/boost-typeof/vcpkg.json | 15 +- .../vcpkg/ports/boost-ublas/portfile.cmake | 4 +- .../vcpkg/ports/boost-ublas/vcpkg.json | 33 +- .../vcpkg/ports/boost-uninstall/vcpkg.json | 3 +- .../vcpkg/ports/boost-units/portfile.cmake | 4 +- .../vcpkg/ports/boost-units/vcpkg.json | 29 +- .../ports/boost-unordered/portfile.cmake | 4 +- .../vcpkg/ports/boost-unordered/vcpkg.json | 35 +- .../vcpkg/ports/boost-url/portfile.cmake | 8 +- .../vcpkg/ports/boost-url/vcpkg.json | 31 +- .../vcpkg/ports/boost-utility/portfile.cmake | 4 +- .../vcpkg/ports/boost-utility/vcpkg.json | 19 +- .../vcpkg/ports/boost-uuid/portfile.cmake | 4 +- .../vcpkg/ports/boost-uuid/vcpkg.json | 37 +- .../vcpkg/ports/boost-variant/portfile.cmake | 4 +- .../vcpkg/ports/boost-variant/vcpkg.json | 39 +- .../vcpkg/ports/boost-variant2/portfile.cmake | 4 +- .../vcpkg/ports/boost-variant2/vcpkg.json | 11 +- .../ports/boost-vcpkg-helpers/portfile.cmake | 1 - .../ports/boost-vcpkg-helpers/vcpkg.json | 5 +- .../vcpkg/ports/boost-vmd/portfile.cmake | 4 +- .../vcpkg/ports/boost-vmd/vcpkg.json | 11 +- .../vcpkg/ports/boost-wave/portfile.cmake | 4 +- .../vcpkg/ports/boost-wave/vcpkg.json | 47 +- .../vcpkg/ports/boost-winapi/portfile.cmake | 4 +- .../vcpkg/ports/boost-winapi/vcpkg.json | 9 +- .../ports/boost-xpressive/portfile.cmake | 4 +- .../vcpkg/ports/boost-xpressive/vcpkg.json | 49 +- .../vcpkg/ports/boost-yap/portfile.cmake | 4 +- .../vcpkg/ports/boost-yap/vcpkg.json | 15 +- .../vcpkg/ports/boost/vcpkg.json | 314 +- .../ports/boringssl/0001-static-gtest.patch | 12 + .../vcpkg/ports/boringssl/0001-vcpkg.patch | 32 - .../boringssl/0002-remove-WX-Werror.patch | 47 +- .../0003-fix-shared-symbol-visibility.patch | 43 + .../ports/boringssl/install-pc-files.cmake | 18 +- .../vcpkg/ports/boringssl/portfile.cmake | 49 +- external_imported/vcpkg/ports/boringssl/usage | 4 + .../vcpkg/ports/boringssl/vcpkg.json | 14 +- .../vcpkg/ports/botan/arm64-windows.patch | 23 - external_imported/vcpkg/ports/botan/configure | 2 +- .../vcpkg/ports/botan/embed-debug-info.patch | 6 +- .../ports/botan/fix-generate-build-path.patch | 13 - .../ports/botan/fix-objectfile-list.patch | 23 - .../vcpkg/ports/botan/fix_android.patch | 13 + .../vcpkg/ports/botan/pkgconfig.patch | 4 +- .../vcpkg/ports/botan/portfile.cmake | 36 +- .../vcpkg/ports/botan/vcpkg.json | 2 +- .../vcpkg/ports/botan/verbose-install.patch | 8 +- .../vcpkg/ports/braft/portfile.cmake | 9 + .../vcpkg/ports/braft/vcpkg.json | 3 +- .../vcpkg/ports/breakpad/CMakeLists.txt | 24 +- .../vcpkg/ports/breakpad/fix-const-char.patch | 14 + .../vcpkg/ports/breakpad/portfile.cmake | 118 +- .../breakpad/unofficial-breakpadConfig.cmake | 6 + .../vcpkg/ports/breakpad/vcpkg.json | 10 +- .../vcpkg/ports/brigand/vcpkg.json | 4 +- .../vcpkg/ports/brotli/emscripten.patch | 15 + .../vcpkg/ports/brotli/fix-arm-uwp.patch | 10 +- .../vcpkg/ports/brotli/install.patch | 28 +- .../vcpkg/ports/brotli/pkgconfig.patch | 9 +- .../vcpkg/ports/brotli/portfile.cmake | 20 +- .../brotli/unofficial-brotli-config.cmake | 11 - .../vcpkg/ports/brotli/vcpkg.json | 4 +- .../vcpkg/ports/brpc/fix-build.patch | 63 +- .../vcpkg/ports/brpc/portfile.cmake | 4 +- external_imported/vcpkg/ports/brpc/vcpkg.json | 2 +- .../bshoshany-thread-pool/portfile.cmake | 26 +- .../ports/bshoshany-thread-pool/vcpkg.json | 2 +- .../vcpkg/ports/bullet3/portfile.cmake | 3 +- .../vcpkg/ports/bullet3/vcpkg.json | 4 + .../vcpkg/ports/butteraugli/vcpkg.json | 4 +- .../vcpkg/ports/bxzstr/portfile.cmake | 23 + external_imported/vcpkg/ports/bxzstr/usage | 4 + .../vcpkg/ports/bxzstr/vcpkg.json | 15 + .../vcpkg/ports/bzip2/CMakeLists.txt | 2 +- .../vcpkg/ports/bzip2/bzip2.pc.in | 4 +- .../vcpkg/ports/bzip2/portfile.cmake | 30 +- .../vcpkg/ports/bzip2/vcpkg.json | 6 +- .../vcpkg/ports/c-ares/fix-uwp.patch | 94 - .../vcpkg/ports/c-ares/portfile.cmake | 12 +- .../vcpkg/ports/c-ares/vcpkg.json | 2 +- .../vcpkg/ports/c89stringutils/no_flags.patch | 31 +- .../vcpkg/ports/c89stringutils/portfile.cmake | 21 +- .../vcpkg/ports/c89stringutils/usage | 4 + .../vcpkg/ports/c89stringutils/vcpkg.json | 5 +- .../vcpkg/ports/c9y/portfile.cmake | 4 +- external_imported/vcpkg/ports/c9y/vcpkg.json | 2 +- .../vcpkg/ports/cachelib/fmt-10.patch | 44 + .../vcpkg/ports/cachelib/portfile.cmake | 3 +- .../vcpkg/ports/cachelib/vcpkg.json | 2 +- .../vcpkg/ports/caf/fix_cxx17.patch | 53 +- .../vcpkg/ports/caf/portfile.cmake | 4 +- external_imported/vcpkg/ports/caf/vcpkg.json | 3 +- .../vcpkg/ports/cairo/portfile.cmake | 9 +- external_imported/vcpkg/ports/cairo/usage | 11 + .../vcpkg/ports/cairo/vcpkg.json | 4 +- .../ports/cairomm/fix_include_path.patch | 12 +- .../vcpkg/ports/cairomm/portfile.cmake | 8 +- external_imported/vcpkg/ports/cairomm/usage | 5 + .../vcpkg/ports/cairomm/vcpkg.json | 5 +- .../vcpkg/ports/calceph/portfile.cmake | 11 +- .../vcpkg/ports/calceph/vcpkg.json | 2 +- .../vcpkg/ports/canvas-ity/portfile.cmake | 13 + .../vcpkg/ports/canvas-ity/vcpkg.json | 7 + .../capnproto/disable-C-20-co-routines.patch | 25 + .../vcpkg/ports/capnproto/portfile.cmake | 7 +- ...KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch | 28 + .../vcpkg/ports/capnproto/vcpkg.json | 2 +- .../vcpkg/ports/capstone/portfile.cmake | 16 +- .../vcpkg/ports/capstone/vcpkg.json | 29 +- .../vcpkg/ports/cargs/portfile.cmake | 5 +- .../vcpkg/ports/cargs/vcpkg.json | 2 +- .../vcpkg/ports/catch-classic/vcpkg.json | 4 +- .../vcpkg/ports/catch2/portfile.cmake | 7 +- .../vcpkg/ports/catch2/vcpkg.json | 4 +- .../vcpkg/ports/ccfits/portfile.cmake | 12 +- .../vcpkg/ports/ccfits/vcpkg.json | 2 +- .../vcpkg/ports/cctag/vcpkg.json | 5 +- .../vcpkg/ports/cctz/CMakeLists.txt | 40 - .../vcpkg/ports/cctz/fix_vs177.patch | 18 + .../vcpkg/ports/cctz/portfile.cmake | 19 +- external_imported/vcpkg/ports/cctz/vcpkg.json | 5 +- .../vcpkg/ports/cdt/portfile.cmake | 32 + external_imported/vcpkg/ports/cdt/vcpkg.json | 25 + .../vcpkg/ports/celero/portfile.cmake | 4 +- .../vcpkg/ports/celero/vcpkg.json | 2 +- .../cfitsio/0005-fix-link2019-error.patch | 25 + .../vcpkg/ports/cfitsio/0006-fix-uwp.patch | 13 + .../vcpkg/ports/cfitsio/portfile.cmake | 4 +- .../vcpkg/ports/cfitsio/vcpkg.json | 2 +- .../vcpkg/ports/cgal/portfile.cmake | 7 +- external_imported/vcpkg/ports/cgal/vcpkg.json | 5 +- .../vcpkg/ports/cgal/x86_windows.patch | 24 + .../vcpkg/ports/cgicc/portfile.cmake | 7 +- .../vcpkg/ports/cgicc/vcpkg.json | 3 +- .../vcpkg/ports/cglm/portfile.cmake | 2 +- external_imported/vcpkg/ports/cglm/vcpkg.json | 4 +- .../vcpkg/ports/cgns/portfile.cmake | 12 +- external_imported/vcpkg/ports/cgns/vcpkg.json | 3 +- .../vcpkg/ports/chaiscript/vcpkg.json | 4 +- .../vcpkg/ports/chakracore/portfile.cmake | 84 +- .../vcpkg/ports/chakracore/vcpkg.json | 12 +- .../vcpkg/ports/charls/portfile.cmake | 6 +- .../vcpkg/ports/charls/vcpkg.json | 2 +- .../vcpkg/ports/chartdir/portfile.cmake | 18 +- .../vcpkg/ports/chartdir/vcpkg.json | 2 +- .../vcpkg/ports/check/linkage.patch | 20 + .../vcpkg/ports/check/portfile.cmake | 24 +- external_imported/vcpkg/ports/check/usage | 4 + .../vcpkg/ports/check/vcpkg.json | 2 +- .../vcpkg/ports/chipmunk/portfile.cmake | 9 + .../vcpkg/ports/chipmunk/vcpkg.json | 5 +- .../vcpkg/ports/chmlib/portfile.cmake | 4 +- .../vcpkg/ports/chmlib/vcpkg.json | 2 +- .../chromaprint/fix_lrintf_detection.patch | 23 - .../vcpkg/ports/chromaprint/portfile.cmake | 11 +- .../vcpkg/ports/chromaprint/vcpkg.json | 8 +- .../vcpkg/ports/cialloo-rcon/portfile.cmake | 16 + .../vcpkg/ports/cialloo-rcon/usage | 4 + .../vcpkg/ports/cialloo-rcon/vcpkg.json | 10 + .../vcpkg/ports/cimg/CMakeLists.txt | 3 + .../vcpkg/ports/cimg/portfile.cmake | 17 +- external_imported/vcpkg/ports/cimg/vcpkg.json | 2 +- .../vcpkg/ports/cista/portfile.cmake | 14 +- external_imported/vcpkg/ports/cista/usage | 4 + .../vcpkg/ports/cista/vcpkg.json | 2 +- .../vcpkg/ports/cityhash/portfile.cmake | 4 - .../vcpkg/ports/cityhash/vcpkg.json | 5 +- .../vcpkg/ports/civetweb/fix-fseeko.patch | 17 + .../vcpkg/ports/civetweb/pkgconfig.patch | 49 + .../vcpkg/ports/civetweb/portfile.cmake | 29 +- external_imported/vcpkg/ports/civetweb/usage | 4 + .../vcpkg/ports/civetweb/vcpkg.json | 5 +- .../vcpkg/ports/cjson/portfile.cmake | 8 +- .../vcpkg/ports/cjson/vcpkg.json | 3 +- .../vcpkg/ports/clamav/isnt.patch | 12 + .../vcpkg/ports/clamav/portfile.cmake | 5 +- .../vcpkg/ports/clamav/vcpkg.json | 3 +- .../ports/clap-cleveraudio/portfile.cmake | 20 + .../vcpkg/ports/clap-cleveraudio/vcpkg.json | 17 + .../vcpkg/ports/clapack/FindLAPACK.cmake | 8 + .../vcpkg/ports/clapack/vcpkg.json | 2 +- .../vcpkg/ports/clara/vcpkg.json | 4 +- .../ports/clblast/fix_install_path.patch | 16 + .../vcpkg/ports/clblast/portfile.cmake | 18 +- .../vcpkg/ports/clblast/vcpkg.json | 3 +- .../vcpkg/ports/cld3/portfile.cmake | 34 + .../ports/cld3/unofficial-cld3Config.cmake | 4 + .../vcpkg/ports/cld3/unofficial-export.patch | 45 + external_imported/vcpkg/ports/cld3/vcpkg.json | 19 + .../vcpkg/ports/cli/portfile.cmake | 4 +- external_imported/vcpkg/ports/cli/vcpkg.json | 2 +- .../vcpkg/ports/cli11/portfile.cmake | 7 +- .../vcpkg/ports/cli11/vcpkg.json | 3 +- .../fix-deps-and-build-type.patch | 110 +- .../ports/clickhouse-cpp/fix-timeval.patch | 17 + .../vcpkg/ports/clickhouse-cpp/fix-uwp.patch | 13 - .../vcpkg/ports/clickhouse-cpp/portfile.cmake | 13 +- .../vcpkg/ports/clickhouse-cpp/vcpkg.json | 2 +- .../vcpkg/ports/clipper2/portfile.cmake | 5 +- .../vcpkg/ports/clipper2/vcpkg.json | 2 +- .../vcpkg/ports/cmakerc/portfile.cmake | 6 +- .../vcpkg/ports/cmakerc/vcpkg.json | 2 +- .../vcpkg/ports/cmark/portfile.cmake | 8 +- .../vcpkg/ports/cmark/vcpkg.json | 5 +- .../vcpkg/ports/cmcstl2/portfile.cmake | 25 - .../vcpkg/ports/cmcstl2/vcpkg.json | 17 - .../vcpkg/ports/cminpack/portfile.cmake | 22 + .../vcpkg/ports/cminpack/vcpkg.json | 2 +- .../vcpkg/ports/cmocka/vcpkg.json | 4 +- .../vcpkg/ports/cnats/fix_install_path.patch | 28 + .../vcpkg/ports/cnats/portfile.cmake | 9 +- .../vcpkg/ports/cnats/vcpkg.json | 3 +- external_imported/vcpkg/ports/cnl/vcpkg.json | 4 +- .../ports/coin-or-cbc/disable_glpk.patch | 14 + .../vcpkg/ports/coin-or-cbc/pkgconf_win.patch | 13 + .../vcpkg/ports/coin-or-cbc/portfile.cmake | 39 + .../vcpkg/ports/coin-or-cbc/vcpkg.json | 13 + .../vcpkg/ports/coin/disable-cpackd.patch | 10 - .../vcpkg/ports/coin/portfile.cmake | 26 +- .../ports/coin/remove-default-config.patch | 13 + external_imported/vcpkg/ports/coin/vcpkg.json | 5 +- .../vcpkg/ports/coinutils/portfile.cmake | 8 +- .../vcpkg/ports/coinutils/vcpkg.json | 15 +- .../ports/collada-dom/use-vcpkg-minizip.patch | 56 +- .../vcpkg/ports/collada-dom/vcpkg.json | 2 +- .../vcpkg/ports/colmap/fix-dependencies.patch | 21 - .../vcpkg/ports/colmap/portfile.cmake | 9 +- external_imported/vcpkg/ports/colmap/usage | 2 +- .../vcpkg/ports/colmap/vcpkg.json | 16 +- .../ports/concurrencpp/fix-include-path.patch | 7 +- .../vcpkg/ports/concurrencpp/portfile.cmake | 10 +- .../vcpkg/ports/concurrencpp/vcpkg.json | 2 +- .../ports/concurrentqueue/portfile.cmake | 8 +- .../vcpkg/ports/concurrentqueue/vcpkg.json | 4 +- .../vcpkg/ports/configcat/portfile.cmake | 8 +- .../vcpkg/ports/configcat/vcpkg.json | 26 +- .../ports/constexpr-contracts/vcpkg.json | 4 +- .../vcpkg/ports/continuable/portfile.cmake | 4 +- .../vcpkg/ports/continuable/vcpkg.json | 2 +- .../coolprop/cmake-project-include.cmake | 3 + .../vcpkg/ports/coolprop/fix-builderror.patch | 12 + .../vcpkg/ports/coolprop/fix-dependency.patch | 6 +- .../vcpkg/ports/coolprop/fmt-fix.patch | 160 +- .../vcpkg/ports/coolprop/portfile.cmake | 68 +- .../vcpkg/ports/coolprop/vcpkg.json | 3 +- .../vcpkg/ports/copypp/portfile.cmake | 25 + external_imported/vcpkg/ports/copypp/usage | 4 + .../vcpkg/ports/copypp/vcpkg.json | 17 + .../vcpkg/ports/corrade/clang-16.patch | 32 + .../vcpkg/ports/corrade/portfile.cmake | 12 +- .../vcpkg/ports/corrade/vcpkg.json | 27 +- .../vcpkg/ports/cpp-async/portfile.cmake | 13 + external_imported/vcpkg/ports/cpp-async/usage | 4 + .../vcpkg/ports/cpp-async/vcpkg.json | 7 + .../ports/cpp-httplib/fix-find-brotli.patch | 38 +- .../vcpkg/ports/cpp-httplib/portfile.cmake | 58 +- .../vcpkg/ports/cpp-httplib/usage | 4 + .../vcpkg/ports/cpp-httplib/vcpkg.json | 29 +- .../vcpkg/ports/cpp-ipc/portfile.cmake | 4 +- .../vcpkg/ports/cpp-ipc/vcpkg.json | 2 +- .../fix-compatibility-with-boost-1.83.patch | 24 + .../vcpkg/ports/cpp-netlib/portfile.cmake | 6 +- .../vcpkg/ports/cpp-netlib/vcpkg.json | 4 +- .../vcpkg/ports/cpp-peglib/portfile.cmake | 4 +- .../vcpkg/ports/cpp-peglib/vcpkg.json | 2 +- .../vcpkg/ports/cpp-sort/portfile.cmake | 22 + .../vcpkg/ports/cpp-sort/vcpkg.json | 17 + .../vcpkg/ports/cpp-taskflow/vcpkg.json | 4 +- .../vcpkg/ports/cppad/portfile.cmake | 4 +- .../vcpkg/ports/cppad/vcpkg.json | 2 +- .../vcpkg/ports/cppcms/dependencies.diff | 41 + .../vcpkg/ports/cppcms/dllexport.diff | 13 + .../ports/cppcms/no-tests-and-examples.patch | 91 +- .../vcpkg/ports/cppcms/portfile.cmake | 24 +- .../vcpkg/ports/cppcms/vcpkg.json | 6 +- .../vcpkg/ports/cppdap/portfile.cmake | 21 + .../vcpkg/ports/cppdap/vcpkg.json | 18 + .../vcpkg/ports/cppfs/LibCrypto-fix.patch | 53 - .../vcpkg/ports/cppfs/cmake-export-fix.patch | 46 - .../vcpkg/ports/cppfs/portfile.cmake | 24 +- .../vcpkg/ports/cppfs/ssh-dependencies.diff | 44 + .../vcpkg/ports/cppfs/vcpkg.json | 2 +- .../vcpkg/ports/cppgraphqlgen/portfile.cmake | 11 +- .../vcpkg/ports/cppgraphqlgen/vcpkg.json | 16 +- .../ports/cppkafka/0001-Fix-static-lib.patch | 38 + .../cppkafka/0002-Remove-min-max-macros.patch | 27 + .../vcpkg/ports/cppkafka/fix-dynamic.patch | 12 - .../vcpkg/ports/cppkafka/portfile.cmake | 23 +- .../vcpkg/ports/cppkafka/vcpkg.json | 7 +- .../fix-dependency-gtest.patch | 24 - .../cppmicroservices/fix-warning-c4834.patch | 25 - .../ports/cppmicroservices/fix_strnicmp.patch | 13 + .../ports/cppmicroservices/portfile.cmake | 22 +- .../ports/cppmicroservices/remove-wx.patch | 13 + .../vcpkg/ports/cppmicroservices/vcpkg.json | 3 +- .../vcpkg/ports/cppp-reiconv/portfile.cmake | 28 + .../vcpkg/ports/cppp-reiconv/vcpkg.json | 13 + .../vcpkg/ports/cpprestsdk/fix-uwp.patch | 28 + .../vcpkg/ports/cpprestsdk/portfile.cmake | 5 +- .../vcpkg/ports/cpprestsdk/test.patch | 23 + .../vcpkg/ports/cpprestsdk/vcpkg.json | 28 +- .../vcpkg/ports/cppslippi/portfile.cmake | 21 + external_imported/vcpkg/ports/cppslippi/usage | 4 + .../vcpkg/ports/cppslippi/vcpkg.json | 18 + .../vcpkg/ports/cpptoml/portfile.cmake | 12 +- .../vcpkg/ports/cpptoml/vcpkg.json | 4 +- .../vcpkg/ports/cpptrace/libdwarf-0.9.0.diff | 39 + .../vcpkg/ports/cpptrace/portfile.cmake | 25 + external_imported/vcpkg/ports/cpptrace/usage | 4 + .../vcpkg/ports/cpptrace/vcpkg.json | 23 + .../vcpkg/ports/cppunit/portfile.cmake | 4 +- .../vcpkg/ports/cppunit/vcpkg.json | 2 +- .../vcpkg/ports/cppzmq/portfile.cmake | 6 +- .../vcpkg/ports/cppzmq/vcpkg.json | 13 +- .../vcpkg/ports/cpr/001-cpr-config.patch | 12 +- .../vcpkg/ports/cpr/disable_werror.patch | 6 +- .../vcpkg/ports/cpr/portfile.cmake | 8 +- external_imported/vcpkg/ports/cpr/vcpkg.json | 3 +- .../make_list_cpu_features_optional.patch | 72 - .../vcpkg/ports/cpu-features/portfile.cmake | 23 +- .../vcpkg/ports/cpu-features/usage | 4 + .../vcpkg/ports/cpu-features/usage_android | 7 + .../vcpkg/ports/cpu-features/vcpkg.json | 4 +- .../ports/cpu-features/windows-x86-fix.patch | 17 - .../vcpkg/ports/cpuinfo/vcpkg.json | 5 +- external_imported/vcpkg/ports/cr/vcpkg.json | 4 +- .../vcpkg/ports/crashpad/portfile.cmake | 9 + .../vcpkg/ports/crashpad/vcpkg.json | 4 +- .../vcpkg/ports/crc32c/vcpkg.json | 3 +- .../vcpkg/ports/croncpp/0001-fix-cmake.patch | 82 - .../vcpkg/ports/croncpp/no-test.patch | 17 - .../vcpkg/ports/croncpp/portfile.cmake | 16 +- .../vcpkg/ports/croncpp/vcpkg.json | 5 +- .../crossguid/missing-include-cstdint.patch | 12 + .../vcpkg/ports/crossguid/portfile.cmake | 1 + .../vcpkg/ports/crossguid/vcpkg.json | 2 +- .../vcpkg/ports/cryptopp/patch.patch | 12 +- .../vcpkg/ports/cryptopp/portfile.cmake | 9 +- .../vcpkg/ports/cryptopp/vcpkg.json | 3 +- .../vcpkg/ports/cserialport/vcpkg.json | 3 +- .../vcpkg/ports/cspice/portfile.cmake | 4 +- .../vcpkg/ports/cspice/vcpkg.json | 2 +- .../vcpkg/ports/ctbench/portfile.cmake | 24 + .../vcpkg/ports/ctbench/vcpkg.json | 28 + .../vcpkg/ports/ctbignum/vcpkg.json | 4 +- .../vcpkg/ports/ctp/portfile.cmake | 16 +- external_imported/vcpkg/ports/ctp/vcpkg.json | 2 +- .../vcpkg/ports/ctre/portfile.cmake | 2 +- external_imported/vcpkg/ports/ctre/vcpkg.json | 2 +- .../vcpkg/ports/ctstraffic/portfile.cmake | 29 + .../ports/ctstraffic/prepare_for_build.cmake | 19 + .../vcpkg/ports/ctstraffic/usage | 3 + .../vcpkg/ports/ctstraffic/vcpkg.json | 15 + .../vcpkg/ports/cub/fix-usage.patch | 20 +- .../vcpkg/ports/cub/portfile.cmake | 4 +- external_imported/vcpkg/ports/cub/vcpkg.json | 2 +- .../vcpkg/ports/cubeb/portfile.cmake | 5 +- .../vcpkg/ports/cubeb/vcpkg.json | 3 +- .../ports/cuda-api-wrappers/portfile.cmake | 25 + .../vcpkg/ports/cuda-api-wrappers/usage | 4 + .../vcpkg/ports/cuda-api-wrappers/vcpkg.json | 18 + .../vcpkg/ports/cudnn/portfile.cmake | 4 +- .../vcpkg/ports/cudnn/vcpkg.json | 2 +- .../vcpkg/ports/curl/0002_fix_uwp.patch | 39 +- .../ports/curl/0005_remove_imp_suffix.patch | 22 +- .../ports/curl/0012-fix-dependency-idn2.patch | 10 +- .../vcpkg/ports/curl/0020-fix-pc-file.patch | 24 +- .../ports/curl/0022-deduplicate-libs.patch | 18 +- .../ports/curl/0023-fix-find-cares.patch | 29 - .../vcpkg/ports/curl/cmake-config-ios.patch | 24 + .../vcpkg/ports/curl/cmake-config.patch | 12 + .../ports/curl/cmake-project-include.cmake | 13 +- .../vcpkg/ports/curl/dependencies.patch | 61 + .../vcpkg/ports/curl/export-components.patch | 37 +- .../vcpkg/ports/curl/mbedtls-ws2_32.patch | 4 +- .../vcpkg/ports/curl/portfile.cmake | 30 +- external_imported/vcpkg/ports/curl/usage | 4 + .../ports/curl/vcpkg-cmake-wrapper.cmake | 31 +- external_imported/vcpkg/ports/curl/vcpkg.json | 10 +- .../vcpkg/ports/curlpp/portfile.cmake | 9 +- .../ports/curlpp/vcpkg-cmake-wrapper.cmake | 5 - .../vcpkg/ports/curlpp/vcpkg.json | 9 +- .../vcpkg/ports/cute-headers/vcpkg.json | 4 +- .../vcpkg/ports/cwalk/portfile.cmake | 5 +- .../vcpkg/ports/cwalk/vcpkg.json | 2 +- .../vcpkg/ports/cxxgraph/portfile.cmake | 16 + external_imported/vcpkg/ports/cxxgraph/usage | 4 + .../vcpkg/ports/cxxgraph/vcpkg.json | 16 + .../vcpkg/ports/cyclonedds-cxx/portfile.cmake | 2 +- .../vcpkg/ports/cyclonedds-cxx/vcpkg.json | 3 +- .../vcpkg/ports/cyclonedds/portfile.cmake | 2 +- .../vcpkg/ports/cyclonedds/vcpkg.json | 3 +- .../vcpkg/ports/czmq/portfile.cmake | 11 +- external_imported/vcpkg/ports/czmq/vcpkg.json | 3 +- .../d3d12-memory-allocator/CMakeLists.txt | 2 +- .../d3d12-memory-allocator/portfile.cmake | 6 +- .../ports/d3d12-memory-allocator/vcpkg.json | 1 + .../vcpkg/ports/darknet/portfile.cmake | 7 +- .../vcpkg/ports/darknet/vcpkg.json | 14 +- .../ports/dartsim/fix-pc-dependencies.patch | 8 + .../vcpkg/ports/dartsim/portfile.cmake | 3 +- .../vcpkg/ports/dartsim/vcpkg.json | 3 +- .../vcpkg/ports/dataframe/portfile.cmake | 2 +- .../vcpkg/ports/dataframe/vcpkg.json | 2 +- .../ports/date/0002-fix-cmake-3.14.patch | 32 - .../ports/date/0002-fix-cmake-install.patch | 63 + .../vcpkg/ports/date/portfile.cmake | 14 +- external_imported/vcpkg/ports/date/usage | 4 + external_imported/vcpkg/ports/date/vcpkg.json | 4 +- .../vcpkg/ports/datraw/portfile.cmake | 14 + .../vcpkg/ports/datraw/vcpkg.json | 7 + .../vcpkg/ports/dav1d/portfile.cmake | 2 +- .../vcpkg/ports/dav1d/vcpkg.json | 4 +- .../ports/daw-header-libraries/portfile.cmake | 2 +- .../ports/daw-header-libraries/vcpkg.json | 2 +- .../vcpkg/ports/daw-json-link/portfile.cmake | 2 +- .../vcpkg/ports/daw-json-link/vcpkg.json | 2 +- .../vcpkg/ports/daxa/portfile.cmake | 15 +- external_imported/vcpkg/ports/daxa/vcpkg.json | 20 +- .../vcpkg/ports/dbg-macro/portfile.cmake | 8 +- .../vcpkg/ports/dbg-macro/vcpkg.json | 5 +- .../vcpkg/ports/dbow2/vcpkg.json | 4 +- .../vcpkg/ports/dbow3/portfile.cmake | 14 +- .../vcpkg/ports/dbow3/vcpkg.json | 2 +- .../vcpkg/ports/dbus/getpeereid.patch | 17 +- .../vcpkg/ports/dbus/libsystemd.patch | 15 + .../vcpkg/ports/dbus/portfile.cmake | 10 +- external_imported/vcpkg/ports/dbus/vcpkg.json | 19 +- .../vcpkg/ports/dcmtk/dictionary_paths.patch | 26 + .../vcpkg/ports/dcmtk/fix_link_tiff.patch | 13 + .../vcpkg/ports/dcmtk/fix_link_xml2.patch | 13 + .../vcpkg/ports/dcmtk/portfile.cmake | 30 +- external_imported/vcpkg/ports/dcmtk/usage | 6 +- .../vcpkg/ports/dcmtk/vcpkg.json | 7 +- .../vcpkg/ports/dcmtk/windows-patch.patch | 32 - .../vcpkg/ports/debug-assert/vcpkg.json | 4 +- .../vcpkg/ports/decimal-for-cpp/vcpkg.json | 3 +- .../vcpkg/ports/devil/vcpkg.json | 3 +- .../directx-dxc/directx-dxc-config.cmake.in | 4 +- .../vcpkg/ports/directx-dxc/portfile.cmake | 14 +- .../vcpkg/ports/directx-dxc/vcpkg.json | 3 +- .../ports/directx-headers/portfile.cmake | 12 +- .../vcpkg/ports/directx-headers/usage | 4 + .../vcpkg/ports/directx-headers/vcpkg.json | 3 +- .../vcpkg/ports/directxmath/portfile.cmake | 11 +- .../vcpkg/ports/directxmath/usage | 4 + .../vcpkg/ports/directxmath/vcpkg.json | 2 +- .../vcpkg/ports/directxmesh/portfile.cmake | 72 +- .../vcpkg/ports/directxmesh/usage | 8 + .../vcpkg/ports/directxmesh/vcpkg.json | 17 +- .../vcpkg/ports/directxsdk/portfile.cmake | 7 +- .../vcpkg/ports/directxsdk/vcpkg.json | 2 +- .../vcpkg/ports/directxtex/portfile.cmake | 128 +- .../vcpkg/ports/directxtex/usage | 4 + .../vcpkg/ports/directxtex/vcpkg.json | 17 +- .../vcpkg/ports/directxtk/portfile.cmake | 70 +- external_imported/vcpkg/ports/directxtk/usage | 4 + .../vcpkg/ports/directxtk/vcpkg.json | 12 +- .../vcpkg/ports/directxtk12/portfile.cmake | 57 +- .../vcpkg/ports/directxtk12/usage | 4 + .../vcpkg/ports/directxtk12/vcpkg.json | 12 +- .../vcpkg/ports/dirent/portfile.cmake | 6 +- .../vcpkg/ports/dirent/vcpkg.json | 6 +- .../discord-game-sdk/include-cstdint.patch | 19 +- .../ports/discord-game-sdk/portfile.cmake | 6 +- .../vcpkg/ports/discord-game-sdk/vcpkg.json | 5 +- .../vcpkg/ports/discord-rpc/vcpkg.json | 4 +- .../0001-Add-extern-C-to-avcodec.patch | 26 - .../vcpkg/ports/discordcoreapi/portfile.cmake | 18 +- .../vcpkg/ports/discordcoreapi/vcpkg.json | 9 +- .../disable-deprecated-warnings.patch | 10 +- .../vcpkg/ports/discount/portfile.cmake | 6 +- .../vcpkg/ports/discount/vcpkg.json | 3 +- .../vcpkg/ports/discreture/vcpkg.json | 4 +- .../vcpkg/ports/dlfcn-win32/portfile.cmake | 5 +- .../vcpkg/ports/dlfcn-win32/vcpkg.json | 3 +- external_imported/vcpkg/ports/dlib/vcpkg.json | 3 +- .../vcpkg/ports/docopt/vcpkg.json | 4 +- .../vcpkg/ports/doctest/portfile.cmake | 7 +- .../vcpkg/ports/doctest/vcpkg.json | 2 +- .../ports/double-conversion/portfile.cmake | 6 +- .../vcpkg/ports/double-conversion/vcpkg.json | 2 +- .../vcpkg/ports/dp-thread-pool/portfile.cmake | 28 + .../vcpkg/ports/dp-thread-pool/vcpkg.json | 18 + .../vcpkg/ports/dpp/portfile.cmake | 6 +- .../vcpkg/ports/dpp/remove-wrong-header.patch | 13 - external_imported/vcpkg/ports/dpp/vcpkg.json | 3 +- .../vcpkg/ports/draco/disable-symlinks.patch | 16 +- .../ports/draco/fix-compile-error-uwp.patch | 9 +- .../vcpkg/ports/draco/fix-pkgconfig.patch | 13 + .../vcpkg/ports/draco/install-linkage.diff | 19 + .../vcpkg/ports/draco/portfile.cmake | 27 +- .../vcpkg/ports/draco/vcpkg.json | 2 +- .../vcpkg/ports/drlibs/portfile.cmake | 7 +- .../vcpkg/ports/drlibs/vcpkg.json | 2 +- .../vcpkg/ports/drogon/0001-vcpkg.patch | 29 + ..._config.patch => 0002-drogon-config.patch} | 0 .../vcpkg/ports/drogon/0003-deps-redis.patch | 30 + .../vcpkg/ports/drogon/0004-drogon-ctl.patch | 30 + .../drogon/0005-drogon-cross-compile.patch | 25 + .../vcpkg/ports/drogon/portfile.cmake | 19 +- .../vcpkg/ports/drogon/vcpkg.json | 21 +- .../vcpkg/ports/drogon/vcpkg.patch | 53 - .../vcpkg/ports/dstorage/portfile.cmake | 10 +- external_imported/vcpkg/ports/dstorage/usage | 4 + .../vcpkg/ports/dstorage/vcpkg.json | 5 +- .../vcpkg/ports/dukglue/portfile.cmake | 11 + .../vcpkg/ports/dukglue/vcpkg.json | 10 + .../vcpkg/ports/duktape/CMakeLists.txt | 2 +- .../vcpkg/ports/duktape/portfile.cmake | 52 +- .../vcpkg/ports/duktape/vcpkg.json | 3 +- .../vcpkg/ports/dumb/check-for-math-lib.patch | 16 + .../ports/dumb/do-not-overwrite-cflags.patch | 26 + .../vcpkg/ports/dumb/portfile.cmake | 44 + external_imported/vcpkg/ports/dumb/vcpkg.json | 13 + .../vcpkg/ports/dv-processing/portfile.cmake | 13 +- .../vcpkg/ports/dv-processing/vcpkg.json | 2 +- external_imported/vcpkg/ports/dx/vcpkg.json | 4 +- .../vcpkg/ports/dxsdk-d3dx/portfile.cmake | 4 +- .../vcpkg/ports/dxsdk-d3dx/vcpkg.json | 2 +- .../vcpkg/ports/dxut/portfile.cmake | 7 +- external_imported/vcpkg/ports/dxut/usage | 4 + external_imported/vcpkg/ports/dxut/vcpkg.json | 2 +- .../vcpkg/ports/dylib/portfile.cmake | 21 + .../vcpkg/ports/dylib/vcpkg.json | 17 + .../vcpkg/ports/dyno/fix-deps.patch | 30 + .../vcpkg/ports/dyno/portfile.cmake | 24 + external_imported/vcpkg/ports/dyno/usage | 5 + external_imported/vcpkg/ports/dyno/vcpkg.json | 19 + .../ports/eastl/0001-fix-cmake-install.patch | 78 + .../ports/eastl/0002-fix-error-C2338.patch | 14 + .../vcpkg/ports/eastl/fix-error-C2039.diff | 88 - .../vcpkg/ports/eastl/fix_cmake_install.patch | 75 - .../vcpkg/ports/eastl/portfile.cmake | 9 +- .../vcpkg/ports/eastl/vcpkg.json | 3 +- .../vcpkg/ports/easycl/vcpkg.json | 4 +- .../vcpkg/ports/easyhook/portfile.cmake | 15 +- .../vcpkg/ports/easyhook/vcpkg.json | 11 +- .../0001_add_cmake_options.patch | 34 + .../easyloggingpp/0002_fix_build_uwp.patch | 22 + .../vcpkg/ports/easyloggingpp/portfile.cmake | 22 +- .../vcpkg/ports/easyloggingpp/vcpkg.json | 19 +- .../vcpkg/ports/eathread/portfile.cmake | 17 +- .../vcpkg/ports/eathread/vcpkg.json | 12 +- .../vcpkg/ports/ebml/include-limits.patch | 24 - .../vcpkg/ports/ebml/portfile.cmake | 12 +- external_imported/vcpkg/ports/ebml/vcpkg.json | 3 +- .../ports/ecal/0001-disable-app-plugins.patch | 15 + .../vcpkg/ports/ecal/0002-fix-build.patch | 166 + .../ports/ecal/0003-fix-dependencies.patch | 20 + .../0004-install-cmake-files-to-share.patch | 32 + ...05-remove-install-prefix-macro-value.patch | 12 + ...-use-find_dependency-in-cmake-config.patch | 36 + .../0007-allow-static-build-of-core.patch | 74 + .../vcpkg/ports/ecal/portfile.cmake | 78 + external_imported/vcpkg/ports/ecal/usage | 4 + external_imported/vcpkg/ports/ecal/vcpkg.json | 30 + .../vcpkg/ports/ecos/portfile.cmake | 19 +- external_imported/vcpkg/ports/ecos/vcpkg.json | 15 +- .../vcpkg/ports/ecsutil/portfile.cmake | 26 +- .../vcpkg/ports/ecsutil/vcpkg.json | 7 +- .../vcpkg/ports/ed25519/CMakeLists.txt | 64 + .../vcpkg/ports/ed25519/portfile.cmake | 30 + external_imported/vcpkg/ports/ed25519/usage | 3 + .../vcpkg/ports/ed25519/vcpkg.json | 17 + .../vcpkg/ports/edflib/CMakeLists.txt | 13 +- .../vcpkg/ports/edflib/portfile.cmake | 16 +- .../vcpkg/ports/edflib/vcpkg.json | 2 +- .../vcpkg/ports/effects11/portfile.cmake | 7 +- external_imported/vcpkg/ports/effects11/usage | 4 + .../vcpkg/ports/effects11/vcpkg.json | 2 +- .../ports/effolkronium-random/portfile.cmake | 4 +- .../ports/effolkronium-random/vcpkg.json | 2 +- .../vcpkg/ports/eigen3/portfile.cmake | 22 +- .../eigen3/remove_configure_checks.patch | 61 +- .../vcpkg/ports/eigen3/vcpkg.json | 2 +- .../vcpkg/ports/elfio/portfile.cmake | 5 +- .../vcpkg/ports/elfio/vcpkg.json | 2 +- .../vcpkg/ports/embree3/vcpkg.json | 25 +- .../vcpkg/ports/enet/CMakeLists.txt | 3 + external_imported/vcpkg/ports/enet/vcpkg.json | 2 +- .../vcpkg/ports/enkits/portfile.cmake | 31 + .../vcpkg/ports/enkits/update_install.patch | 33 + external_imported/vcpkg/ports/enkits/usage | 4 + .../vcpkg/ports/enkits/vcpkg.json | 18 + .../vcpkg/ports/ensmallen/portfile.cmake | 2 +- .../vcpkg/ports/ensmallen/vcpkg.json | 2 +- .../vcpkg/ports/entityx/portfile.cmake | 12 +- .../vcpkg/ports/entityx/vcpkg.json | 12 +- .../vcpkg/ports/entt/portfile.cmake | 36 +- external_imported/vcpkg/ports/entt/usage | 4 + external_imported/vcpkg/ports/entt/vcpkg.json | 9 +- .../vcpkg/ports/epsilon/vcpkg.json | 4 +- .../vcpkg/ports/ereignis/portfile.cmake | 4 +- .../vcpkg/ports/ereignis/vcpkg.json | 2 +- .../vcpkg/ports/etcd-cpp-apiv3/portfile.cmake | 5 +- .../vcpkg/ports/etcd-cpp-apiv3/vcpkg.json | 2 +- .../vcpkg/ports/etl/portfile.cmake | 4 +- external_imported/vcpkg/ports/etl/vcpkg.json | 2 +- .../vcpkg/ports/eve/portfile.cmake | 2 +- external_imported/vcpkg/ports/eve/vcpkg.json | 7 +- .../vcpkg/ports/eventpp/portfile.cmake | 6 +- .../vcpkg/ports/eventpp/vcpkg.json | 2 +- .../vcpkg/ports/exiv2/dont-find-python.patch | 17 + .../vcpkg/ports/exiv2/fix-brotli.patch | 27 + .../vcpkg/ports/exiv2/fix-expat.patch | 25 + .../vcpkg/ports/exiv2/fix-inih.patch | 32 + external_imported/vcpkg/ports/exiv2/ios.patch | 31 + .../vcpkg/ports/exiv2/portfile.cmake | 17 +- external_imported/vcpkg/ports/exiv2/usage | 4 + .../ports/exiv2/vcpkg-cmake-wrapper.cmake | 15 +- .../vcpkg/ports/exiv2/vcpkg.json | 18 +- .../vcpkg/ports/expected-lite/portfile.cmake | 8 +- .../vcpkg/ports/expected-lite/vcpkg.json | 2 +- .../vcpkg/ports/ezc3d/portfile.cmake | 10 +- .../vcpkg/ports/ezc3d/vcpkg.json | 2 +- .../vcpkg/ports/fadbad/portfile.cmake | 4 +- .../vcpkg/ports/fadbad/vcpkg.json | 4 +- .../vcpkg/ports/faiss/portfile.cmake | 4 +- .../vcpkg/ports/faiss/vcpkg.json | 2 +- .../vcpkg/ports/fakeit/fix-include_dir.patch | 22 + .../vcpkg/ports/fakeit/portfile.cmake | 23 +- external_imported/vcpkg/ports/fakeit/usage | 9 + .../vcpkg/ports/fakeit/vcpkg.json | 15 +- .../vcpkg/ports/fameta-counter/portfile.cmake | 11 + .../vcpkg/ports/fameta-counter/vcpkg.json | 7 + .../vcpkg/ports/fann/fix-build_type.patch | 12 + .../vcpkg/ports/fann/fix-installation.patch | 81 +- .../vcpkg/ports/fann/fix-uwp-build.patch | 6 +- .../vcpkg/ports/fann/portfile.cmake | 21 +- .../ports/fann/remove-nouse-target.patch | 85 + external_imported/vcpkg/ports/fann/vcpkg.json | 7 +- .../vcpkg/ports/farmhash/portfile.cmake | 4 +- .../vcpkg/ports/farmhash/vcpkg.json | 3 +- .../vcpkg/ports/fast-float/portfile.cmake | 15 +- .../vcpkg/ports/fast-float/usage | 4 + .../vcpkg/ports/fast-float/vcpkg.json | 4 +- .../vcpkg/ports/fastcdr/portfile.cmake | 2 +- .../vcpkg/ports/fastcdr/vcpkg.json | 2 +- .../vcpkg/ports/fastfeat/portfile.cmake | 15 +- .../vcpkg/ports/fastfeat/vcpkg.json | 10 +- .../vcpkg/ports/fastgltf/find_package.patch | 13 + .../vcpkg/ports/fastgltf/portfile.cmake | 11 +- .../vcpkg/ports/fastgltf/vcpkg.json | 3 +- .../vcpkg/ports/fastio/portfile.cmake | 10 +- .../vcpkg/ports/fastio/vcpkg.json | 2 +- .../vcpkg/ports/fastlz/portfile.cmake | 13 +- .../vcpkg/ports/fastlz/vcpkg.json | 9 +- .../vcpkg/ports/fastrtps/fix-xtime.patch | 23 + .../vcpkg/ports/fastrtps/fix_thread.patch | 40 + .../vcpkg/ports/fastrtps/portfile.cmake | 16 +- .../vcpkg/ports/fastrtps/vcpkg.json | 2 + .../vcpkg/ports/fbgemm/fix-cmakelists.patch | 292 +- .../vcpkg/ports/fbgemm/portfile.cmake | 4 +- .../vcpkg/ports/fbgemm/vcpkg.json | 3 +- ...-fix-compatibility-with-boost-1.79.0.patch | 60 - .../ports/fbthrift/0002-fix-dependency.patch | 58 + .../vcpkg/ports/fbthrift/fix-glog.patch | 8 +- .../vcpkg/ports/fbthrift/portfile.cmake | 23 +- .../vcpkg/ports/fbthrift/vcpkg.json | 4 +- .../vcpkg/ports/fdk-aac/portfile.cmake | 2 +- .../vcpkg/ports/fdk-aac/vcpkg.json | 3 +- .../vcpkg/ports/fdlibm/portfile.cmake | 13 +- .../vcpkg/ports/fdlibm/vcpkg.json | 12 +- .../ffmpeg/0001-create-lib-libraries.patch | 6 +- .../ports/ffmpeg/0004-fix-debug-build.patch | 11 +- .../vcpkg/ports/ffmpeg/0005-fix-nasm.patch | 18 +- .../ffmpeg/0006-fix-StaticFeatures.patch | 14 +- .../ffmpeg/0011-Fix-x265-detection.patch | 4 +- .../ffmpeg/0020-fix-aarch64-libswscale.patch | 16 +- .../vcpkg/ports/ffmpeg/build.sh.in | 4 +- .../vcpkg/ports/ffmpeg/portfile.cmake | 48 +- .../vcpkg/ports/ffmpeg/vcpkg.json | 11 +- .../vcpkg/ports/ffnvcodec/portfile.cmake | 4 +- .../vcpkg/ports/ffnvcodec/vcpkg.json | 3 +- .../vcpkg/ports/fftw3/fix-openmp.patch | 13 + .../ports/fftw3/install-subtargets.patch | 18 + .../vcpkg/ports/fftw3/omp_test.patch | 17 - .../vcpkg/ports/fftw3/patch_targets.patch | 41 - .../vcpkg/ports/fftw3/portfile.cmake | 66 +- .../vcpkg/ports/fftw3/vcpkg.json | 2 +- .../vcpkg/ports/fineftp/asio.patch | 13 + .../vcpkg/ports/fineftp/portfile.cmake | 26 + .../vcpkg/ports/fineftp/vcpkg.json | 20 + .../vcpkg/ports/fins/portfile.cmake | 25 + external_imported/vcpkg/ports/fins/vcpkg.json | 20 + .../vcpkg/ports/fizz/0003-fix-deps.patch | 175 + .../vcpkg/ports/fizz/portfile.cmake | 7 +- external_imported/vcpkg/ports/fizz/vcpkg.json | 5 +- .../vcpkg/ports/flagpp/portfile.cmake | 15 + .../vcpkg/ports/flagpp/vcpkg.json | 12 + .../ports/flann/fix_undefined_pot_t.patch | 13 + .../vcpkg/ports/flann/portfile.cmake | 3 +- .../vcpkg/ports/flann/vcpkg.json | 2 +- .../vcpkg/ports/flashlight-cpu/portfile.cmake | 15 +- .../vcpkg/ports/flashlight-cpu/vcpkg.json | 12 +- .../ports/flashlight-cuda/portfile.cmake | 15 +- .../vcpkg/ports/flashlight-cuda/vcpkg.json | 12 +- .../ports/flashlight-sequence/portfile.cmake | 33 + .../ports/flashlight-sequence/vcpkg.json | 28 + .../ports/flashlight-text/portfile.cmake | 33 + .../vcpkg/ports/flashlight-text/vcpkg.json | 25 + .../vcpkg/ports/flatbuffers/portfile.cmake | 8 +- .../vcpkg/ports/flatbuffers/vcpkg.json | 3 +- .../vcpkg/ports/flatbush/portfile.cmake | 19 + .../vcpkg/ports/flatbush/vcpkg.json | 17 + .../vcpkg/ports/flecs/portfile.cmake | 3 +- external_imported/vcpkg/ports/flecs/usage | 4 + .../vcpkg/ports/flecs/vcpkg.json | 2 +- .../vcpkg/ports/flint/portfile.cmake | 12 +- .../vcpkg/ports/flint/vcpkg.json | 3 +- .../vcpkg/ports/fltk/dependencies.patch | 96 +- .../vcpkg/ports/fltk/fix-narrow.patch | 13 - .../vcpkg/ports/fltk/fix-system-link.patch | 12 +- .../vcpkg/ports/fltk/include.patch | 10 +- .../vcpkg/ports/fltk/portfile.cmake | 11 +- external_imported/vcpkg/ports/fltk/vcpkg.json | 3 +- .../ports/fluidlite/fix-dependencies.patch | 26 + .../vcpkg/ports/fluidlite/portfile.cmake | 38 +- external_imported/vcpkg/ports/fluidlite/usage | 4 + .../vcpkg/ports/fluidlite/vcpkg.json | 20 +- .../fluidsynth/add-usage-requirements.patch | 21 - .../vcpkg/ports/fluidsynth/portfile.cmake | 76 +- .../vcpkg/ports/fluidsynth/vcpkg.json | 8 +- .../vcpkg/ports/flux/portfile.cmake | 25 + .../vcpkg/ports/flux/targets-fixup.patch | 33 + external_imported/vcpkg/ports/flux/vcpkg.json | 16 + .../vcpkg/ports/fmem/portfile.cmake | 11 +- external_imported/vcpkg/ports/fmem/vcpkg.json | 10 +- .../vcpkg/ports/fmilib/devendor-sublibs.diff | 16 +- .../vcpkg/ports/fmilib/minizip.patch | 52 + .../vcpkg/ports/fmilib/portfile.cmake | 7 +- .../fmilib/unofficial-fmilib-config.cmake | 2 +- .../vcpkg/ports/fmilib/vcpkg.json | 2 +- .../vcpkg/ports/fmt/fix-format-conflict.patch | 15 - .../vcpkg/ports/fmt/portfile.cmake | 51 +- external_imported/vcpkg/ports/fmt/vcpkg.json | 3 +- ...able-uninitialized-resize-on-new-stl.patch | 40 + .../vcpkg/ports/folly/fix-deps.patch | 2 +- .../vcpkg/ports/folly/openssl.patch | 14 + .../vcpkg/ports/folly/portfile.cmake | 6 +- .../vcpkg/ports/folly/vcpkg.json | 4 +- .../vcpkg/ports/font-util/portfile.cmake | 4 +- .../vcpkg/ports/font-util/vcpkg.json | 3 +- .../fontconfig/fix-mingw-gperf-fallback.patch | 13 - .../vcpkg/ports/fontconfig/portfile.cmake | 24 +- .../vcpkg/ports/fontconfig/vcpkg.json | 2 +- ...foonathan-memory-include-install-dir.patch | 22 + .../ports/foonathan-memory/portfile.cmake | 89 +- .../vcpkg/ports/foonathan-memory/vcpkg.json | 15 +- .../vcpkg/ports/forge/portfile.cmake | 6 +- .../vcpkg/ports/forge/vcpkg.json | 4 +- .../vcpkg/ports/fp16/portfile.cmake | 11 +- external_imported/vcpkg/ports/fp16/vcpkg.json | 7 +- .../vcpkg/ports/fplus/portfile.cmake | 4 +- .../vcpkg/ports/fplus/vcpkg.json | 2 +- .../vcpkg/ports/freealut/vcpkg.json | 4 +- .../vcpkg/ports/freeglut/portfile.cmake | 26 +- .../vcpkg/ports/freeglut/vcpkg.json | 2 + .../vcpkg/ports/freeopcua/portfile.cmake | 15 +- .../vcpkg/ports/freeopcua/vcpkg.json | 14 +- .../ports/freerdp/cmake-project-include.cmake | 21 + .../vcpkg/ports/freerdp/dependencies.patch | 59 + .../vcpkg/ports/freerdp/fix-FreeRDP.patch | 13 - .../ports/freerdp/fix-include-path.patch | 52 - .../vcpkg/ports/freerdp/fix-libusb.patch | 13 - .../vcpkg/ports/freerdp/fix-linux-build.patch | 13 - .../vcpkg/ports/freerdp/install-dirs.patch | 13 - .../vcpkg/ports/freerdp/install-layout.patch | 88 + .../vcpkg/ports/freerdp/keep-dup-libs.patch | 37 + .../vcpkg/ports/freerdp/openssl_threads.patch | 12 - .../vcpkg/ports/freerdp/portfile.cmake | 217 +- .../vcpkg/ports/freerdp/vcpkg.json | 54 +- .../ports/freerdp/wfreerdp-server-cli.patch | 13 + .../vcpkg/ports/freerdp/windows-linkage.patch | 14 + .../vcpkg/ports/freetds/vcpkg.json | 4 +- .../vcpkg/ports/freetype-gl/portfile.cmake | 11 +- .../vcpkg/ports/freetype-gl/vcpkg.json | 22 +- .../vcpkg/ports/freetype/brotli-static.patch | 8 +- .../vcpkg/ports/freetype/error-strings.patch | 37 - .../vcpkg/ports/freetype/fix-exports.patch | 2 +- .../vcpkg/ports/freetype/portfile.cmake | 17 +- .../ports/freetype/vcpkg-cmake-wrapper.cmake | 33 +- .../vcpkg/ports/freetype/vcpkg.json | 3 +- .../vcpkg/ports/freexl/dependencies.patch | 47 + .../vcpkg/ports/freexl/fix-makefiles.patch | 16 - .../vcpkg/ports/freexl/fix-pc-file.patch | 26 - .../vcpkg/ports/freexl/fix-sources.patch | 13 - .../vcpkg/ports/freexl/portfile.cmake | 33 +- .../vcpkg/ports/freexl/subdirs.patch | 12 + .../vcpkg/ports/freexl/vcpkg.json | 8 +- .../vcpkg/ports/fribidi/portfile.cmake | 12 +- .../vcpkg/ports/fribidi/vcpkg.json | 3 +- .../vcpkg/ports/frugally-deep/portfile.cmake | 4 +- .../vcpkg/ports/frugally-deep/vcpkg.json | 2 +- .../vcpkg/ports/fruit/portfile.cmake | 4 +- .../vcpkg/ports/fruit/vcpkg.json | 2 +- .../vcpkg/ports/ftxui/portfile.cmake | 4 +- .../vcpkg/ports/ftxui/vcpkg.json | 2 +- .../vcpkg/ports/function2/portfile.cmake | 4 +- .../vcpkg/ports/function2/vcpkg.json | 2 +- .../fix-integral-include.patch | 12 + .../functions-framework-cpp/portfile.cmake | 22 +- .../ports/functions-framework-cpp/vcpkg.json | 13 +- .../vcpkg/ports/fxdiv/portfile.cmake | 12 +- .../vcpkg/ports/fxdiv/vcpkg.json | 11 +- .../vcpkg/ports/g2o/portfile.cmake | 19 +- external_imported/vcpkg/ports/g2o/vcpkg.json | 14 +- .../vcpkg/ports/g3log/portfile.cmake | 4 +- .../vcpkg/ports/g3log/vcpkg.json | 3 +- .../ports/gamedev-framework/portfile.cmake | 6 +- .../vcpkg/ports/gamedev-framework/vcpkg.json | 4 +- .../vcpkg/ports/games101-cgl/portfile.cmake | 21 + .../vcpkg/ports/games101-cgl/usage | 7 + .../vcpkg/ports/games101-cgl/vcpkg.json | 21 + .../vcpkg/ports/gamma/portfile.cmake | 11 +- .../vcpkg/ports/gamma/vcpkg.json | 8 +- .../vcpkg/ports/gapp/portfile.cmake | 29 + external_imported/vcpkg/ports/gapp/usage | 4 + external_imported/vcpkg/ports/gapp/vcpkg.json | 18 + .../vcpkg/ports/gasol/portfile.cmake | 10 +- .../vcpkg/ports/gasol/vcpkg.json | 10 +- .../vcpkg/ports/gaussianlib/portfile.cmake | 4 +- .../vcpkg/ports/gaussianlib/vcpkg.json | 3 +- .../vcpkg/ports/gazebo/portfile.cmake | 2 +- .../vcpkg/ports/gazebo/vcpkg.json | 2 +- .../vcpkg/ports/gcem/portfile.cmake | 4 +- external_imported/vcpkg/ports/gcem/vcpkg.json | 2 +- .../ports/gdal/cmake-project-include.cmake | 7 + .../ports/gdal/find-link-libraries.patch | 2 +- .../vcpkg/ports/gdal/portfile.cmake | 55 +- .../vcpkg/ports/gdal/target-is-valid.patch | 21 + external_imported/vcpkg/ports/gdal/vcpkg.json | 28 +- .../ports/gdcm/fix-dependence-getopt.patch | 7 +- .../vcpkg/ports/gdcm/portfile.cmake | 6 +- external_imported/vcpkg/ports/gdcm/vcpkg.json | 3 +- .../vcpkg/ports/gdk-pixbuf/portfile.cmake | 5 +- .../vcpkg/ports/gdk-pixbuf/vcpkg.json | 14 +- .../vcpkg/ports/genann/portfile.cmake | 12 +- .../vcpkg/ports/genann/vcpkg.json | 12 +- .../ports/geogram/fix-vcpkg-install.patch | 68 +- .../vcpkg/ports/geogram/portfile.cmake | 58 +- .../ports/geogram/use-arm64-intrinsics.patch | 16 - .../vcpkg/ports/geogram/vcpkg.json | 8 +- .../vcpkg/ports/geographiclib/portfile.cmake | 5 +- ...-and-unnecessary-cross-compile-check.patch | 14 + .../vcpkg/ports/geographiclib/vcpkg.json | 3 +- .../ports/geos/disable-warning-4996.patch | 13 - .../vcpkg/ports/geos/fix-dll-builds.patch | 72 - .../ports/geos/fix-exported-config.patch | 4 +- .../vcpkg/ports/geos/portfile.cmake | 6 +- external_imported/vcpkg/ports/geos/vcpkg.json | 3 +- .../vcpkg/ports/geos/win32.patch | 73 + .../vcpkg/ports/geotrans/portfile.cmake | 4 +- .../vcpkg/ports/geotrans/vcpkg.json | 1 + .../vcpkg/ports/getdns/disable-docs.patch | 24 +- .../vcpkg/ports/getdns/fix-include.patch | 30 + .../vcpkg/ports/getdns/fix-libuv-deps.patch | 33 + .../vcpkg/ports/getdns/portfile.cmake | 14 +- .../vcpkg/ports/getdns/vcpkg.json | 3 +- .../vcpkg/ports/getopt-win32/getopt.h.patch | 50 - .../vcpkg/ports/getopt-win32/portfile.cmake | 14 +- .../vcpkg/ports/getopt-win32/vcpkg.json | 5 +- .../vcpkg/ports/getopt/vcpkg.json | 4 +- .../0003-Fix-win-unicode-paths.patch | 62 + .../vcpkg/ports/gettext-libintl/bashify.cmake | 16 + .../ports/gettext-libintl/portfile.cmake | 115 + .../vcpkg/ports/gettext-libintl/usage | 4 + .../vcpkg/ports/gettext-libintl/uwp.patch | 39 + .../vcpkg-cmake-wrapper.cmake | 0 .../vcpkg/ports/gettext-libintl/vcpkg.json | 15 + .../vcpkg/ports/gettext/Makefile | 70 - .../vcpkg/ports/gettext/android.patch | 12 - .../ports/gettext/assume-modern-darwin.patch | 26 + .../vcpkg/ports/gettext/bashify.cmake | 16 + .../ports/gettext/config-step-order.patch | 76 + .../gettext/parallel-gettext-tools.patch | 25 + .../vcpkg/ports/gettext/portfile.cmake | 282 +- .../vcpkg/ports/gettext/subdirs.patch | 127 + .../vcpkg/ports/gettext/uwp.patch | 34 +- .../vcpkg/ports/gettext/vcpkg.json | 25 +- .../vcpkg/ports/gettext/win-gethostname.patch | 45 - .../vcpkg/ports/gettimeofday/portfile.cmake | 9 +- .../vcpkg/ports/gettimeofday/vcpkg.json | 12 +- .../vcpkg/ports/gflags/portfile.cmake | 28 +- external_imported/vcpkg/ports/gflags/usage | 3 +- .../ports/gflags/vcpkg-cmake-wrapper.cmake | 15 +- .../vcpkg/ports/gflags/vcpkg.json | 17 +- .../vcpkg/ports/ghc-filesystem/portfile.cmake | 4 +- .../vcpkg/ports/ghc-filesystem/vcpkg.json | 2 +- .../vcpkg/ports/ginkgo/portfile.cmake | 22 +- .../vcpkg/ports/ginkgo/vcpkg.json | 17 +- .../vcpkg/ports/gl2ps/portfile.cmake | 26 +- .../vcpkg/ports/gl2ps/vcpkg.json | 11 +- .../vcpkg/ports/glaze/portfile.cmake | 23 + .../vcpkg/ports/glaze/vcpkg.json | 18 + .../vcpkg/ports/glew/base_address.patch | 13 + .../vcpkg/ports/glew/portfile.cmake | 7 +- external_imported/vcpkg/ports/glew/vcpkg.json | 3 +- .../vcpkg/ports/glfw3/portfile.cmake | 4 +- .../vcpkg/ports/glfw3/vcpkg.json | 3 +- .../vcpkg/ports/gli/portfile.cmake | 17 +- external_imported/vcpkg/ports/gli/vcpkg.json | 11 +- .../vcpkg/ports/glib/libintl.patch | 8 +- .../vcpkg/ports/glib/portfile.cmake | 19 +- external_imported/vcpkg/ports/glib/vcpkg.json | 4 +- .../vcpkg/ports/glibmm/portfile.cmake | 8 +- .../vcpkg/ports/glibmm/vcpkg.json | 5 +- .../vcpkg/ports/glm/CMakeLists.txt | 23 - .../vcpkg/ports/glm/portfile.cmake | 21 +- external_imported/vcpkg/ports/glm/usage | 8 + external_imported/vcpkg/ports/glm/vcpkg.json | 3 +- .../vcpkg/ports/globjects/portfile.cmake | 15 +- .../vcpkg/ports/globjects/vcpkg.json | 14 +- .../vcpkg/ports/glog/portfile.cmake | 8 +- external_imported/vcpkg/ports/glog/vcpkg.json | 2 +- .../vcpkg/ports/gloo/portfile.cmake | 12 +- external_imported/vcpkg/ports/gloo/vcpkg.json | 13 +- external_imported/vcpkg/ports/glpk/glpk.pc.in | 3 +- .../vcpkg/ports/glpk/portfile.cmake | 6 +- external_imported/vcpkg/ports/glpk/vcpkg.json | 3 +- .../vcpkg/ports/glslang/cmake.patch | 56 + .../vcpkg/ports/glslang/ignore-crt.patch | 9 - .../ports/glslang/install-to-datadir.patch | 38 - .../vcpkg/ports/glslang/portfile.cmake | 80 +- external_imported/vcpkg/ports/glslang/usage | 4 +- .../vcpkg/ports/glslang/vcpkg.json | 20 +- .../vcpkg/ports/glui/portfile.cmake | 19 +- external_imported/vcpkg/ports/glui/vcpkg.json | 16 +- .../vcpkg/ports/gmime/portfile.cmake | 29 +- .../vcpkg/ports/gmime/vcpkg.json | 8 +- .../vcpkg/ports/gmmlib/portfile.cmake | 4 +- .../vcpkg/ports/gmmlib/vcpkg.json | 3 +- .../gmp/gmp-arm64-asm-fix-5f32dbc41afc.patch | 521 + .../vcpkg/ports/gmp/portfile.cmake | 20 +- external_imported/vcpkg/ports/gmp/vcpkg.json | 3 +- .../vcpkg/ports/gmsh/portfile.cmake | 6 +- external_imported/vcpkg/ports/gmsh/vcpkg.json | 3 +- .../gobject-introspection/fix-pkgconfig.patch | 17 + .../gobject-introspection/portfile.cmake | 23 +- .../ports/gobject-introspection/python.patch | 2 +- .../ports/gobject-introspection/vcpkg.json | 5 +- .../ports/google-cloud-cpp/portfile.cmake | 45 +- .../vcpkg/ports/google-cloud-cpp/vcpkg.json | 349 +- .../vcpkg/ports/gperf/portfile.cmake | 6 +- .../gperf/remove_register_keyword_cpp17.patch | 13 + .../vcpkg/ports/gperf/vcpkg.json | 2 +- .../vcpkg/ports/gperftools/portfile.cmake | 9 +- .../vcpkg/ports/gperftools/vcpkg.json | 12 +- .../vcpkg/ports/gpgme/disable-tests.patch | 51 - .../vcpkg/ports/gpgme/fix-c++11.patch | 56 - .../vcpkg/ports/gpgme/portfile.cmake | 32 +- .../vcpkg/ports/gpgme/vcpkg.json | 10 +- .../ports/gppanel/fix-missing-headers.patch | 14 + .../vcpkg/ports/gppanel/portfile.cmake | 1 + .../vcpkg/ports/gppanel/vcpkg.json | 3 +- .../vcpkg/ports/grantlee/portfile.cmake | 4 +- .../vcpkg/ports/grantlee/vcpkg.json | 5 +- .../vcpkg/ports/graphene/portfile.cmake | 7 +- .../vcpkg/ports/graphene/vcpkg.json | 2 +- .../vcpkg/ports/graphicsmagick/portfile.cmake | 31 +- .../vcpkg/ports/graphicsmagick/vcpkg.json | 11 +- .../vcpkg/ports/graphite2/portfile.cmake | 9 +- .../vcpkg/ports/graphite2/vcpkg.json | 2 +- .../graphviz/cmake-project-include.cmake | 5 + .../ports/graphviz/disable-pragma-lib.patch | 36 + .../ports/graphviz/fix-dependencies.patch | 119 +- .../vcpkg/ports/graphviz/portfile.cmake | 50 +- .../vcpkg/ports/graphviz/select-plugins.patch | 25 +- .../vcpkg/ports/graphviz/static-linkage.patch | 50 +- .../vcpkg/ports/graphviz/vcpkg.json | 7 +- external_imported/vcpkg/ports/grpc/vcpkg.json | 4 +- .../vcpkg/ports/gsl-lite/portfile.cmake | 4 +- .../vcpkg/ports/gsl-lite/vcpkg.json | 2 +- .../vcpkg/ports/gsl/CMakeLists.txt | 2 +- .../vcpkg/ports/gsl/portfile.cmake | 4 +- external_imported/vcpkg/ports/gsl/vcpkg.json | 4 +- .../vcpkg/ports/gsoap/portfile.cmake | 49 +- .../vcpkg/ports/gsoap/vcpkg.json | 11 +- .../ports/gst-rtsp-server/portfile.cmake | 21 +- .../vcpkg/ports/gst-rtsp-server/vcpkg.json | 2 + .../gstreamer/base-must-be-enabled.patch | 13 + .../fix-bz2-windows-debug-dependency.patch | 26 + .../ports/gstreamer/fix-clang-cl-bad.patch | 38 +- .../ports/gstreamer/fix-clang-cl-base.patch | 13 +- .../gstreamer/fix-clang-cl-gstreamer.patch | 26 +- .../vcpkg/ports/gstreamer/no-downloads.patch | 17 + .../vcpkg/ports/gstreamer/portfile.cmake | 498 +- .../vcpkg/ports/gstreamer/srtp_fix.patch | 9 +- .../vcpkg/ports/gstreamer/vcpkg.json | 108 +- .../ports/gtest/001-fix-UWP-death-test.patch | 6 +- .../vcpkg/ports/gtest/fix-main-lib-path.patch | 15 +- .../vcpkg/ports/gtest/portfile.cmake | 4 +- .../vcpkg/ports/gtest/vcpkg.json | 2 +- .../vcpkg/ports/gtk/0001-build.patch | 48 +- .../vcpkg/ports/gtk/0002-windows-build.patch | 11 - .../vcpkg/ports/gtk/0004-macos-build.patch | 12 - .../vcpkg/ports/gtk/portfile.cmake | 59 +- external_imported/vcpkg/ports/gtk/vcpkg.json | 17 +- .../vcpkg/ports/gtk3/0001-build.patch | 6 +- .../vcpkg/ports/gtk3/cairo-cpp-linkage.patch | 10 +- .../vcpkg/ports/gtk3/portfile.cmake | 26 +- external_imported/vcpkg/ports/gtk3/vcpkg.json | 13 +- .../vcpkg/ports/gtkmm/portfile.cmake | 15 +- .../vcpkg/ports/gtkmm/vcpkg.json | 15 +- .../vcpkg/ports/gtl/portfile.cmake | 4 +- external_imported/vcpkg/ports/gtl/vcpkg.json | 2 +- .../vcpkg/ports/gts/CMakeLists.txt | 16 +- .../vcpkg/ports/gts/fix-dllexport_2.patch | 13 - .../vcpkg/ports/gts/fix_missing_extern.patch | 13 - .../vcpkg/ports/gts/portfile.cmake | 17 +- external_imported/vcpkg/ports/gts/usage | 7 +- external_imported/vcpkg/ports/gts/vcpkg.json | 6 +- .../vcpkg/ports/gtsam/build-fixes.patch | 73 + .../vcpkg/ports/gtsam/path-fixes.patch | 33 + .../vcpkg/ports/gtsam/portfile.cmake | 39 + external_imported/vcpkg/ports/gtsam/usage | 4 + .../vcpkg/ports/gtsam/vcpkg.json | 34 + .../vcpkg/ports/gul14/portfile.cmake | 4 +- .../vcpkg/ports/gul14/vcpkg.json | 4 +- .../vcpkg/ports/gz-cmake3/dependencies.patch | 213 + .../vcpkg/ports/gz-cmake3/portfile.cmake | 13 + external_imported/vcpkg/ports/gz-cmake3/usage | 3 + .../vcpkg/ports/gz-cmake3/vcpkg.json | 14 + .../vcpkg/ports/gz-cmake3/vcpkg/GTS.cmake | 3 + .../ports/gz-cmake3/vcpkg/TINYXML2.cmake | 3 + .../ports/gz-common5/gz_remotery_vis.patch | 12 + .../vcpkg/ports/gz-common5/portfile.cmake | 25 + .../vcpkg/ports/gz-common5/vcpkg.json | 35 + .../vcpkg/ports/gz-fuel-tools8/portfile.cmake | 11 + .../ports/gz-fuel-tools8/remove_docs.patch | 22 + .../vcpkg/ports/gz-fuel-tools8/vcpkg.json | 21 + .../vcpkg/ports/gz-gui7/dependencies.patch | 22 + .../vcpkg/ports/gz-gui7/portfile.cmake | 28 + .../vcpkg/ports/gz-gui7/vcpkg.json | 32 + .../vcpkg/ports/gz-math7/portfile.cmake | 12 + .../vcpkg/ports/gz-math7/vcpkg.json | 16 + .../vcpkg/ports/gz-msgs9/portfile.cmake | 15 + .../vcpkg/ports/gz-msgs9/remove_ruby.patch | 17 + .../vcpkg/ports/gz-msgs9/vcpkg.json | 17 + .../ports/gz-physics6/dependencies.patch | 21 + .../vcpkg/ports/gz-physics6/portfile.cmake | 25 + .../vcpkg/ports/gz-physics6/vcpkg.json | 23 + .../vcpkg/ports/gz-plugin2/portfile.cmake | 10 + .../vcpkg/ports/gz-plugin2/vcpkg.json | 20 + .../gz-rendering7/fix-dependencies.patch | 47 + .../vcpkg/ports/gz-rendering7/portfile.cmake | 25 + .../vcpkg/ports/gz-rendering7/vcpkg.json | 27 + .../vcpkg/ports/gz-sensors7/portfile.cmake | 10 + .../vcpkg/ports/gz-sensors7/vcpkg.json | 21 + .../vcpkg/ports/gz-tools2/portfile.cmake | 13 + .../vcpkg/ports/gz-tools2/vcpkg.json | 16 + .../vcpkg/ports/gz-transport12/portfile.cmake | 11 + .../vcpkg/ports/gz-transport12/uuid-osx.patch | 28 + .../vcpkg/ports/gz-transport12/vcpkg.json | 22 + .../vcpkg/ports/gz-utils2/portfile.cmake | 8 + .../vcpkg/ports/gz-utils2/vcpkg.json | 14 + .../vcpkg/ports/gzip-hpp/vcpkg.json | 4 +- .../vcpkg/ports/h5py-lzf/portfile.cmake | 15 +- .../vcpkg/ports/h5py-lzf/vcpkg.json | 14 +- .../vcpkg/ports/halide/portfile.cmake | 25 +- .../vcpkg/ports/halide/vcpkg.json | 102 +- .../ports/hareflow/fix-missing-headers.patch | 25 + .../vcpkg/ports/hareflow/portfile.cmake | 2 + .../vcpkg/ports/hareflow/vcpkg.json | 1 + .../ports/harfbuzz/fix-linux-error.patch | 12 - .../ports/harfbuzz/fix-win32-build.patch | 26 + .../ports/harfbuzz/harfbuzzConfig.cmake.in | 47 +- .../vcpkg/ports/harfbuzz/portfile.cmake | 27 +- .../vcpkg/ports/harfbuzz/vcpkg.json | 44 +- .../vcpkg/ports/hayai/portfile.cmake | 39 +- .../vcpkg/ports/hayai/vcpkg.json | 16 +- .../ports/hazelcast-cpp-client/portfile.cmake | 2 +- .../ports/hazelcast-cpp-client/vcpkg.json | 4 +- .../vcpkg/ports/hdf5/hdf5_config.patch | 27 +- .../ports/hdf5/pkgconfig-link-order.patch | 11 - .../vcpkg/ports/hdf5/pkgconfig-requires.patch | 148 +- .../vcpkg/ports/hdf5/portfile.cmake | 19 +- external_imported/vcpkg/ports/hdf5/szip.patch | 31 +- .../vcpkg/ports/hdf5/vcpkg-port-config.cmake | 4 + external_imported/vcpkg/ports/hdf5/vcpkg.json | 2 +- .../vcpkg/ports/healpix/vcpkg.json | 4 +- .../vcpkg/ports/hello-imgui/portfile.cmake | 126 + .../vcpkg/ports/hello-imgui/usage | 17 + .../vcpkg/ports/hello-imgui/vcpkg.json | 121 + .../vcpkg/ports/hffix/portfile.cmake | 4 +- .../vcpkg/ports/hffix/vcpkg.json | 2 +- .../vcpkg/ports/hidapi/portfile.cmake | 14 +- .../vcpkg/ports/hidapi/vcpkg.json | 10 +- .../vcpkg/ports/highfive/portfile.cmake | 39 +- external_imported/vcpkg/ports/highfive/usage | 4 + .../vcpkg/ports/highfive/vcpkg.json | 8 +- .../vcpkg/ports/highs/fix-cmake-output.patch | 20 + .../vcpkg/ports/highs/fix-compiler.patch | 20 + .../vcpkg/ports/highs/fix-hconfig-path.patch | 21 + .../vcpkg/ports/highs/fix-threads.patch | 13 + .../vcpkg/ports/highs/portfile.cmake | 28 + .../vcpkg/ports/highs/vcpkg.json | 19 + .../vcpkg/ports/highway/portfile.cmake | 14 +- external_imported/vcpkg/ports/highway/usage | 4 + .../vcpkg/ports/highway/vcpkg.json | 6 +- .../vcpkg/ports/hikogui/portfile.cmake | 17 +- .../vcpkg/ports/hikogui/vcpkg.json | 10 +- .../hiredis/fix-cmake-conf-install-dir.patch | 22 + .../ports/hiredis/fix-feature-example.patch | 61 - .../ports/hiredis/fix-include-path.patch | 13 - .../vcpkg/ports/hiredis/portfile.cmake | 16 +- .../vcpkg/ports/hiredis/support-static.patch | 25 +- .../vcpkg/ports/hiredis/vcpkg.json | 11 +- .../vcpkg/ports/hnswlib/portfile.cmake | 18 +- external_imported/vcpkg/ports/hnswlib/usage | 4 - .../vcpkg/ports/hnswlib/vcpkg.json | 14 +- .../vcpkg/ports/hpx/fix-export.patch | 24 - .../ports/hpx/fix_output_name_clash.patch | 2 +- .../vcpkg/ports/hpx/format.patch | 12 - .../vcpkg/ports/hpx/portfile.cmake | 14 +- external_imported/vcpkg/ports/hpx/vcpkg.json | 4 +- .../vcpkg/ports/http-parser/portfile.cmake | 16 +- .../vcpkg/ports/http-parser/vcpkg.json | 16 +- .../vcpkg/ports/hungarian/portfile.cmake | 25 +- .../vcpkg/ports/hungarian/vcpkg.json | 16 +- .../ports/hunspell/0001_fix_unistd.patch | 78 - .../vcpkg/ports/hunspell/portfile.cmake | 5 +- .../vcpkg/ports/hunspell/vcpkg.json | 5 +- .../vcpkg/ports/hwloc/portfile.cmake | 4 +- .../vcpkg/ports/hwloc/vcpkg.json | 2 +- .../vcpkg/ports/hyperscan/portfile.cmake | 8 +- .../vcpkg/ports/hyperscan/vcpkg.json | 2 +- .../hypre/fix-dll-install-destination.patch | 12 - .../vcpkg/ports/hypre/portfile.cmake | 7 +- .../vcpkg/ports/hypre/vcpkg.json | 3 +- .../vcpkg/ports/icu/darwin-rpath.patch | 14 + .../vcpkg/ports/icu/portfile.cmake | 127 +- .../vcpkg/ports/icu/vcpkg-cross-data.patch | 13 + external_imported/vcpkg/ports/icu/vcpkg.json | 8 +- .../ideviceinstaller/001_fix_windows.patch | 47 + .../ideviceinstaller/Add-missing-lib.patch | 40 - .../ports/ideviceinstaller/CMakeLists.txt | 46 + .../ports/ideviceinstaller/portfile.cmake | 27 +- .../vcpkg/ports/ideviceinstaller/vcpkg.json | 15 +- .../vcpkg/ports/idevicerestore/CMakeLists.txt | 59 + .../fix-libgen.h-cannot-be-found.patch | 32 - .../ports/idevicerestore/fix-vcxproj.patch | 44 - .../vcpkg/ports/idevicerestore/portfile.cmake | 27 +- .../vcpkg/ports/idevicerestore/vcpkg.json | 18 +- .../vcpkg/ports/idyntree/portfile.cmake | 55 + external_imported/vcpkg/ports/idyntree/usage | 4 + .../vcpkg/ports/idyntree/vcpkg.json | 39 + .../vcpkg/ports/if97/portfile.cmake | 5 +- .../vcpkg/ports/if97/relax-encoding.diff | 48 + external_imported/vcpkg/ports/if97/vcpkg.json | 1 + .../vcpkg/ports/igloo/vcpkg.json | 4 +- .../fix-findogre-pkgconfig.patch | 52 + .../ports/ignition-cmake2/portfile.cmake | 3 +- .../vcpkg/ports/ignition-cmake2/vcpkg.json | 2 +- .../vcpkg/ports/ignition-common1/vcpkg.json | 5 +- .../ports/ignition-common3/portfile.cmake | 18 +- .../vcpkg/ports/ignition-common3/vcpkg.json | 2 +- .../vcpkg/ports/ignition-math6/portfile.cmake | 4 +- .../vcpkg/ports/ignition-math6/vcpkg.json | 3 +- .../vcpkg-port-config.cmake | 72 +- .../ports/ignition-modularscripts/vcpkg.json | 16 +- .../ports/ignition-plugin1/portfile.cmake | 4 +- .../vcpkg/ports/ignition-plugin1/vcpkg.json | 3 +- .../vcpkg/ports/ignition-tools/portfile.cmake | 2 + .../vcpkg/ports/ignition-tools/vcpkg.json | 2 + .../ports/ignition-utils1/portfile.cmake | 33 +- .../vcpkg/ports/ignition-utils1/vcpkg.json | 8 +- .../vcpkg/ports/igraph/portfile.cmake | 6 +- .../vcpkg/ports/igraph/vcpkg.json | 3 +- .../vcpkg/ports/iir1/fix-shared-lib.patch | 20 + .../vcpkg/ports/iir1/fix-shared-static.patch | 42 - .../vcpkg/ports/iir1/portfile.cmake | 14 +- external_imported/vcpkg/ports/iir1/vcpkg.json | 2 +- .../vcpkg/ports/ijg-libjpeg/portfile.cmake | 4 +- .../vcpkg/ports/ijg-libjpeg/vcpkg.json | 1 + .../vcpkg/ports/imageinfo/portfile.cmake | 19 +- .../vcpkg/ports/imageinfo/vcpkg.json | 10 +- .../vcpkg/ports/imath/portfile.cmake | 5 +- .../vcpkg/ports/imath/vcpkg.json | 3 +- .../ports/imgui-node-editor/CMakeLists.txt | 60 + .../ports/imgui-node-editor/portfile.cmake | 24 + .../vcpkg/ports/imgui-node-editor/vcpkg.json | 18 + .../imgui-sfml/0001-fix_find_package.patch | 57 +- .../0002-fix-imgui-dependency.patch | 22 - .../ports/imgui-sfml/004-fix-find-sfml.patch | 14 - .../vcpkg/ports/imgui-sfml/portfile.cmake | 17 +- .../vcpkg/ports/imgui-sfml/usage | 10 +- .../vcpkg/ports/imgui-sfml/vcpkg.json | 3 +- .../vcpkg/ports/imgui/CMakeLists.txt | 28 +- .../vcpkg/ports/imgui/imgui-config.cmake.in | 12 +- .../vcpkg/ports/imgui/portfile.cmake | 13 +- .../vcpkg/ports/imgui/vcpkg.json | 29 +- .../ports/immer/fix-ExportConfigVersion.patch | 19 - .../vcpkg/ports/immer/portfile.cmake | 4 +- .../vcpkg/ports/immer/vcpkg.json | 3 +- .../vcpkg/ports/implot/fix-build.patch | 14 - .../vcpkg/ports/implot/portfile.cmake | 4 +- .../vcpkg/ports/implot/vcpkg.json | 3 +- .../vcpkg/ports/indicators/portfile.cmake | 6 +- .../vcpkg/ports/indicators/vcpkg.json | 2 +- .../ports/indirect-value/fix-install.patch | 25 + .../vcpkg/ports/indirect-value/portfile.cmake | 29 + .../vcpkg/ports/indirect-value/usage | 4 + .../vcpkg/ports/indirect-value/vcpkg.json | 16 + .../ports/influxdb-cxx/fix-dllexports.patch | 15 + .../vcpkg/ports/influxdb-cxx/portfile.cmake | 7 +- .../vcpkg/ports/influxdb-cxx/vcpkg.json | 6 +- .../vcpkg/ports/infoware/cross-build.diff | 31 + .../vcpkg/ports/infoware/portfile.cmake | 35 +- .../vcpkg/ports/infoware/vcpkg.json | 38 +- .../vcpkg/ports/inih/CMakeLists.txt | 56 - .../vcpkg/ports/inih/portfile.cmake | 40 +- .../ports/inih/unofficial-inihConfig.cmake.in | 60 + external_imported/vcpkg/ports/inih/usage | 7 + external_imported/vcpkg/ports/inih/vcpkg.json | 11 +- .../vcpkg/ports/iniparser/portfile.cmake | 19 +- .../vcpkg/ports/iniparser/vcpkg.json | 14 +- .../vcpkg/ports/intel-mkl/copy-from-dmg.cmake | 53 + .../vcpkg/ports/intel-mkl/portfile.cmake | 391 +- .../ports/intel-mkl/vcpkg-cmake-wrapper.cmake | 6 - .../ports/intel-mkl/vcpkg-port-config.cmake | 1 - .../vcpkg/ports/intel-mkl/vcpkg.json | 3 +- .../intelrdfpmathlib/missing-includes.patch | 24 + .../ports/intelrdfpmathlib/portfile.cmake | 5 +- .../vcpkg/ports/intelrdfpmathlib/vcpkg.json | 2 +- .../vcpkg/ports/io2d/portfile.cmake | 17 +- external_imported/vcpkg/ports/io2d/vcpkg.json | 10 +- .../ports/irrlicht/fix-osx-compilation.patch | 27 +- .../vcpkg/ports/irrlicht/fix-sysctl.patch | 12 - .../vcpkg/ports/irrlicht/portfile.cmake | 9 +- .../vcpkg/ports/irrlicht/vcpkg.json | 3 +- .../vcpkg/ports/irrxml/vcpkg.json | 3 +- .../vcpkg/ports/ismrmrd/portfile.cmake | 4 +- .../vcpkg/ports/ismrmrd/vcpkg.json | 4 +- .../Config.cmake.in | 23 + .../portfile.cmake | 31 + .../itay-grudev-singleapplication/vcpkg.json | 26 + external_imported/vcpkg/ports/itk/cxx17.patch | 12 + .../vcpkg/ports/itk/portfile.cmake | 5 +- external_imported/vcpkg/ports/itk/vcpkg.json | 3 +- .../vcpkg/ports/itpp/portfile.cmake | 19 +- external_imported/vcpkg/ports/itpp/vcpkg.json | 10 +- .../ports/itsy-bitsy/fix-cmake-install.patch | 55 + .../vcpkg/ports/itsy-bitsy/portfile.cmake | 27 + .../vcpkg/ports/itsy-bitsy/vcpkg.json | 18 + .../ixwebsocket/fix-C2065-of-errorMsg.patch | 13 + .../vcpkg/ports/ixwebsocket/portfile.cmake | 20 +- .../vcpkg/ports/ixwebsocket/vcpkg.json | 17 +- external_imported/vcpkg/ports/jack2/jack.def | 8 + .../vcpkg/ports/jack2/portfile.cmake | 6 +- .../vcpkg/ports/jack2/vcpkg.json | 2 +- .../jasper/check-for-atomics-support.patch | 12 + .../vcpkg/ports/jasper/fix-library-name.patch | 13 + .../vcpkg/ports/jasper/no_stdc_check.patch | 12 +- .../vcpkg/ports/jasper/portfile.cmake | 8 +- .../vcpkg/ports/jasper/vcpkg.json | 2 +- .../vcpkg/ports/jbig2dec/portfile.cmake | 15 +- .../vcpkg/ports/jbig2dec/vcpkg.json | 11 +- .../vcpkg/ports/jbigkit/portfile.cmake | 21 +- .../vcpkg/ports/jbigkit/vcpkg.json | 12 +- .../vcpkg/ports/jhasse-poly2tri/cmake.patch | 56 + .../ports/jhasse-poly2tri/portfile.cmake | 22 + .../vcpkg/ports/jhasse-poly2tri/usage | 4 + .../vcpkg/ports/jhasse-poly2tri/vcpkg.json | 17 + .../vcpkg/ports/jinja2cpplight/portfile.cmake | 17 +- .../vcpkg/ports/jinja2cpplight/vcpkg.json | 12 +- .../vcpkg/ports/jkqtplotter/fix-cmake.patch | 52 + .../vcpkg/ports/jkqtplotter/fix-cmake2.patch | 14 + .../vcpkg/ports/jkqtplotter/portfile.cmake | 131 + .../vcpkg/ports/jkqtplotter/vcpkg.json | 40 + .../joltphysics/disable-warningC5266.patch | 13 - .../vcpkg/ports/joltphysics/fix-export.diff | 77 + .../vcpkg/ports/joltphysics/portfile.cmake | 34 +- .../unofficial-joltphysics-config.cmake | 3 + .../vcpkg/ports/joltphysics/usage | 6 +- .../vcpkg/ports/joltphysics/vcpkg.json | 3 +- .../vcpkg/ports/josuttis-jthread/vcpkg.json | 4 +- external_imported/vcpkg/ports/jsmn/vcpkg.json | 4 +- .../vcpkg/ports/json-c/fix-clang-cl.patch | 10 +- .../vcpkg/ports/json-c/portfile.cmake | 11 +- .../vcpkg/ports/json-c/vcpkg.json | 3 +- .../vcpkg/ports/json-dto/portfile.cmake | 4 +- .../vcpkg/ports/json-dto/vcpkg.json | 2 +- .../vcpkg/ports/json-rpc-cxx/fix-config.patch | 22 + .../vcpkg/ports/json-rpc-cxx/portfile.cmake | 32 + .../vcpkg/ports/json-rpc-cxx/usage | 4 + .../vcpkg/ports/json-rpc-cxx/vcpkg.json | 18 + .../json-schema-validator/portfile.cmake | 4 +- .../vcpkg/ports/json-schema-validator/usage | 4 +- .../ports/json-schema-validator/vcpkg.json | 3 +- .../vcpkg/ports/json-spirit/portfile.cmake | 19 +- .../vcpkg/ports/json-spirit/vcpkg.json | 10 +- .../vcpkg/ports/json11/portfile.cmake | 14 +- .../vcpkg/ports/json11/vcpkg.json | 12 +- .../vcpkg/ports/json5-parser/portfile.cmake | 17 +- .../vcpkg/ports/json5-parser/vcpkg.json | 14 +- .../vcpkg/ports/jsoncons/portfile.cmake | 2 +- .../vcpkg/ports/jsoncons/vcpkg.json | 2 +- .../vcpkg/ports/jsoncpp/portfile.cmake | 8 +- .../vcpkg/ports/jsoncpp/vcpkg.json | 2 + .../vcpkg/ports/jsonifier/portfile.cmake | 19 + .../ports/jsonifier/uninstall-head.patch | 13 + .../vcpkg/ports/jsonifier/vcpkg.json | 14 + .../vcpkg/ports/jsonnet/0006-use-cxx17.patch | 20 + .../vcpkg/ports/jsonnet/portfile.cmake | 5 +- .../vcpkg/ports/jsonnet/vcpkg.json | 3 +- ...allow-setting-JUCE_PLUGINHOST_LADSPA.patch | 15 + .../juce/0002-build-linux-find_packages.patch | 36 + .../0003-build-forward-vcpkg-toolchain.patch | 32 + .../vcpkg/ports/juce/0004-install-paths.patch | 49 + .../vcpkg/ports/juce/portfile.cmake | 155 + external_imported/vcpkg/ports/juce/usage | 30 + external_imported/vcpkg/ports/juce/vcpkg.json | 105 + .../portfile.cmake | 7 +- .../kaitai-struct-cpp-stl-runtime/vcpkg.json | 4 +- .../vcpkg/ports/kd-soap/portfile.cmake | 32 - .../vcpkg/ports/kd-soap/vcpkg.json | 13 - .../vcpkg/ports/kdalgorithms/portfile.cmake | 7 +- .../vcpkg/ports/kdalgorithms/vcpkg.json | 2 +- .../vcpkg/ports/kdbindings/portfile.cmake | 4 +- .../vcpkg/ports/kdbindings/vcpkg.json | 2 +- .../kddockwidgets/fix_find_package.patch | 15 - .../vcpkg/ports/kddockwidgets/portfile.cmake | 9 +- .../vcpkg/ports/kddockwidgets/vcpkg.json | 2 +- .../vcpkg/ports/kdsoap/portfile.cmake | 35 + .../vcpkg/ports/kdsoap/vcpkg.json | 21 + .../vcpkg/ports/kealib/hdf5_include.patch | 65 - .../ports/kealib/no-kea-config-script.diff | 14 + .../vcpkg/ports/kealib/portfile.cmake | 17 +- external_imported/vcpkg/ports/kealib/usage | 4 + .../vcpkg/ports/kealib/vcpkg.json | 7 +- .../vcpkg/ports/keccak-tiny/CMakeLists.txt | 46 + .../vcpkg/ports/keccak-tiny/portfile.cmake | 28 + .../vcpkg/ports/keccak-tiny/usage | 3 + .../vcpkg/ports/keccak-tiny/vcpkg.json | 17 + .../vcpkg/ports/kenlm/cmake-config.patch | 29 + .../vcpkg/ports/kenlm/devendor.patch | 42 + .../vcpkg/ports/kenlm/fix-boost.patch | 17 +- .../ports/kenlm/fix-const-overloaded.patch | 14 - .../vcpkg/ports/kenlm/portfile.cmake | 46 +- .../vcpkg/ports/kenlm/vcpkg.json | 20 +- .../vcpkg/ports/kerbal/portfile.cmake | 19 + .../vcpkg/ports/kerbal/vcpkg.json | 17 + .../vcpkg/ports/keystone/portfile.cmake | 4 +- .../vcpkg/ports/keystone/vcpkg.json | 2 +- .../vcpkg/ports/kf5archive/vcpkg.json | 2 + .../vcpkg/ports/kf5i18n/portfile.cmake | 11 + .../vcpkg/ports/kf5i18n/vcpkg.json | 1 + .../vcpkg/ports/kf5parts/portfile.cmake | 41 + .../vcpkg/ports/kf5parts/vcpkg.json | 37 + .../vcpkg/ports/kf5service/portfile.cmake | 10 + .../vcpkg/ports/kf5service/vcpkg.json | 1 + ...-libmount.patch => 001_fix_libmount.patch} | 0 .../ports/kf5solid/002_fix_imobile.patch | 61 + .../vcpkg/ports/kf5solid/portfile.cmake | 35 +- .../vcpkg/ports/kf5solid/vcpkg.json | 26 +- .../vcpkg/ports/kf5texteditor/portfile.cmake | 54 + .../vcpkg/ports/kf5texteditor/vcpkg.json | 33 + external_imported/vcpkg/ports/kfr/vcpkg.json | 3 +- .../vcpkg/ports/kinectsdk1/vcpkg.json | 4 +- .../vcpkg/ports/kinectsdk2/vcpkg.json | 4 +- .../vcpkg/ports/kissfft/CMakeLists.txt | 68 - .../vcpkg/ports/kissfft/exports.def | 15 - .../ports/kissfft/fix-install-dirs.patch | 15 + .../vcpkg/ports/kissfft/fix-linkage.patch | 13 + .../vcpkg/ports/kissfft/portfile.cmake | 96 +- external_imported/vcpkg/ports/kissfft/usage | 11 + .../vcpkg/ports/kissfft/vcpkg.json | 18 +- .../vcpkg/ports/kissnet/portfile.cmake | 4 +- .../vcpkg/ports/kissnet/vcpkg.json | 2 +- .../vcpkg/ports/krabsetw/portfile.cmake | 4 +- .../vcpkg/ports/krabsetw/vcpkg.json | 3 +- .../vcpkg/ports/ktx/0001-Use-vcpkg-zstd.patch | 62 +- .../vcpkg/ports/ktx/0003-libtool.patch | 22 - .../vcpkg/ports/ktx/0003-mkversion.patch | 13 + .../vcpkg/ports/ktx/0004-quirks.patch | 21 + .../ports/ktx/0005-no-vendored-libs.patch | 17 + .../vcpkg/ports/ktx/portfile.cmake | 48 +- external_imported/vcpkg/ports/ktx/vcpkg.json | 21 +- .../vcpkg/ports/kubazip/portfile.cmake | 6 +- .../vcpkg/ports/kubazip/vcpkg.json | 2 +- .../vcpkg/ports/kuku/portfile.cmake | 24 +- external_imported/vcpkg/ports/kuku/vcpkg.json | 18 +- .../vcpkg/ports/kvasir-mpl/portfile.cmake | 18 +- .../vcpkg/ports/kvasir-mpl/vcpkg.json | 14 +- .../vcpkg/ports/lager/portfile.cmake | 4 +- .../vcpkg/ports/lager/vcpkg.json | 2 +- .../ports/lapack-reference/portfile.cmake | 1 + .../vcpkg/ports/lapack-reference/vcpkg.json | 2 +- .../vcpkg/ports/lapack/portfile.cmake | 4 +- .../vcpkg/ports/lapack/vcpkg.json | 5 + .../fix-confilct-with-openssl.patch | 26 + .../fix-depend-clib.patch | 13 + .../ports/launch-darkly-server/portfile.cmake | 4 + .../removeWarningAsError.patch | 32 + .../ports/launch-darkly-server/vcpkg.json | 3 +- .../vcpkg/ports/lazy-importer/portfile.cmake | 7 +- .../vcpkg/ports/lazy-importer/vcpkg.json | 2 +- external_imported/vcpkg/ports/lcm/vcpkg.json | 4 +- external_imported/vcpkg/ports/leaf/vcpkg.json | 4 +- .../vcpkg/ports/lemon/vcpkg.json | 4 +- .../vcpkg/ports/lensfun/fix_build.patch | 22 + .../vcpkg/ports/lensfun/portfile.cmake | 66 + .../vcpkg/ports/lensfun/vcpkg.json | 30 + external_imported/vcpkg/ports/lest/vcpkg.json | 4 +- .../ports/leveldb/fix-dependencies.patch | 6 +- .../ports/leveldb/fix-util-install.patch | 16 + .../vcpkg/ports/leveldb/fix_config.patch | 26 - .../ports/leveldb/leveldbConfig.cmake.in | 1 - .../vcpkg/ports/leveldb/portfile.cmake | 8 +- .../vcpkg/ports/leveldb/vcpkg.json | 3 +- .../vcpkg/ports/levmar/portfile.cmake | 15 +- .../vcpkg/ports/levmar/vcpkg.json | 10 +- .../vcpkg/ports/lexbor/portfile.cmake | 25 + .../vcpkg/ports/lexbor/vcpkg.json | 17 + .../vcpkg/ports/libaaplus/portfile.cmake | 6 +- .../vcpkg/ports/libaaplus/vcpkg.json | 1 + .../libadlmidi/cmake-package-export.patch | 8 +- .../vcpkg/ports/libadlmidi/portfile.cmake | 1 + .../vcpkg/ports/libadlmidi/vcpkg.json | 1 + .../vcpkg/ports/libadwaita/portfile.cmake | 6 +- .../vcpkg/ports/libadwaita/vcpkg.json | 4 +- .../vcpkg/ports/libaes-siv/CMakeLists.txt | 74 + .../ports/libaes-siv/header_rename.patch | 39 + .../vcpkg/ports/libaes-siv/portfile.cmake | 34 + .../vcpkg/ports/libaes-siv/usage | 3 + .../vcpkg/ports/libaes-siv/vcpkg.json | 18 + .../vcpkg/ports/libaiff/portfile.cmake | 13 +- .../vcpkg/ports/libaiff/vcpkg.json | 12 +- .../vcpkg/ports/libalkimia/dll_names.diff | 21 - .../libalkimia/fix_explicit_shared_lib.diff | 70 - .../vcpkg/ports/libalkimia/portfile.cmake | 7 +- .../vcpkg/ports/libalkimia/vcpkg.json | 4 +- .../vcpkg/ports/libao/vcpkg.json | 4 +- .../vcpkg/ports/libass/CMakeLists.txt | 63 +- .../vcpkg/ports/libass/config.h.in | 15 +- .../vcpkg/ports/libass/portfile.cmake | 8 +- .../vcpkg/ports/libass/vcpkg.json | 2 +- .../vcpkg/ports/libassert/portfile.cmake | 29 + .../ports/libassert/runtime_destination.patch | 13 + .../vcpkg/ports/libassert/vcpkg.json | 19 + .../vcpkg/ports/libassuan/cross-tools.patch | 8 +- .../vcpkg/ports/libassuan/portfile.cmake | 24 +- .../vcpkg/ports/libassuan/vcpkg.json | 2 +- .../vcpkg/ports/libatomic-ops/portfile.cmake | 4 +- .../vcpkg/ports/libatomic-ops/vcpkg.json | 5 +- .../vcpkg/ports/libavif/find-dependency.patch | 51 + .../ports/libavif/fix-compiler-warnings.patch | 22 - .../vcpkg/ports/libavif/portfile.cmake | 12 +- .../vcpkg/ports/libavif/vcpkg.json | 13 +- .../vcpkg/ports/libbacktrace/portfile.cmake | 4 +- .../vcpkg/ports/libbacktrace/vcpkg.json | 3 +- .../vcpkg/ports/libbf/portfile.cmake | 17 + .../vcpkg/ports/libbf/vcpkg.json | 2 +- .../libbson/disable-dynamic-when-static.patch | 44 - .../ports/libbson/fix-include-directory.patch | 30 +- .../vcpkg/ports/libbson/portfile.cmake | 13 +- .../vcpkg/ports/libbson/vcpkg.json | 2 +- .../vcpkg/ports/libcaer/fix-libusb.diff | 57 +- .../vcpkg/ports/libcaer/portfile.cmake | 18 +- .../vcpkg/ports/libcaer/vcpkg.json | 25 +- .../vcpkg/ports/libcap/configure | 50 + .../vcpkg/ports/libcap/portfile.cmake | 32 + .../vcpkg/ports/libcap/vcpkg.json | 19 + .../vcpkg/ports/libcds/portfile.cmake | 15 +- .../vcpkg/ports/libcds/vcpkg.json | 12 +- .../vcpkg/ports/libcerf/portfile.cmake | 4 +- .../vcpkg/ports/libcerf/vcpkg.json | 2 +- .../vcpkg/ports/libconfig/CMakeLists.txt | 53 - .../libconfig/libconfig++-cmake-export.diff | 22 + .../vcpkg/ports/libconfig/portfile.cmake | 61 +- .../vcpkg/ports/libconfig/static-build.diff | 34 + .../vcpkg/ports/libconfig/vcpkg.json | 16 +- .../vcpkg/ports/libconfuse/vcpkg.json | 4 +- .../vcpkg/ports/libcopp/portfile.cmake | 6 +- .../vcpkg/ports/libcopp/vcpkg.json | 2 +- .../ports/libcoro/0001-allow-shared-lib.patch | 9 + .../libcoro/0002-disable-git-config.patch | 18 + .../0003-fix-pkgconfig-includedir.patch | 10 + .../0004-fix-pkgconfig-on-windows.patch | 16 + .../vcpkg/ports/libcoro/portfile.cmake | 40 + .../vcpkg/ports/libcoro/vcpkg.json | 42 + .../vcpkg/ports/libcroco/CMakeLists.txt | 54 +- .../vcpkg/ports/libcroco/portfile.cmake | 14 +- .../libcroco/unofficial-libcroco-config.cmake | 14 + external_imported/vcpkg/ports/libcroco/usage | 5 + .../vcpkg/ports/libcroco/vcpkg.json | 7 +- .../vcpkg/ports/libcsv/vcpkg.json | 4 +- .../libdatachannel/0001-fix-for-vcpkg.patch | 61 - .../ports/libdatachannel/fix-for-vcpkg.patch | 30 + .../ports/libdatachannel/fix_dependency.patch | 40 + .../vcpkg/ports/libdatachannel/portfile.cmake | 15 +- .../ports/libdatachannel/uwp-warnings.patch | 28 +- .../vcpkg/ports/libdatachannel/vcpkg.json | 5 +- .../libde265/fix-interface-include.patch | 13 + .../ports/libde265/fix-libde265-headers.patch | 21 - .../vcpkg/ports/libde265/portfile.cmake | 36 +- .../vcpkg/ports/libde265/vcpkg.json | 13 +- .../vcpkg/ports/libdeflate/portfile.cmake | 17 +- .../vcpkg/ports/libdeflate/usage | 2 +- .../vcpkg/ports/libdeflate/vcpkg.json | 3 +- .../vcpkg/ports/libdisasm/vcpkg.json | 5 +- .../vcpkg/ports/libdjinterop/portfile.cmake | 14 +- .../vcpkg/ports/libdjinterop/vcpkg.json | 3 +- .../vcpkg/ports/libdwarf/dependencies.diff | 54 + .../vcpkg/ports/libdwarf/msvc-runtime.diff | 13 + .../vcpkg/ports/libdwarf/off_t.diff | 16 + .../vcpkg/ports/libdwarf/portfile.cmake | 35 + .../vcpkg/ports/libdwarf/vcpkg.json | 19 + .../vcpkg/ports/libe57/vcpkg.json | 3 +- .../vcpkg/ports/libe57format/portfile.cmake | 17 +- .../prevent_warning_as_errors.diff | 13 - .../vcpkg/ports/libe57format/usage | 4 + .../vcpkg/ports/libe57format/vcpkg.json | 2 +- .../vcpkg/ports/libebur128/vcpkg.json | 4 +- .../vcpkg/ports/libenvpp/portfile.cmake | 2 +- .../vcpkg/ports/libenvpp/vcpkg.json | 2 +- .../vcpkg/ports/libepoxy/portfile.cmake | 12 + .../vcpkg/ports/libepoxy/vcpkg.json | 5 +- .../vcpkg/ports/libev/portfile.cmake | 27 + .../ports/libev/unofficial-libev-config.cmake | 25 + .../vcpkg/ports/libev/vcpkg.json | 9 + .../libeventheader-decode/portfile.cmake | 24 + .../ports/libeventheader-decode/vcpkg.json | 26 + .../libeventheader-tracepoint/portfile.cmake | 37 + .../libeventheader-tracepoint/vcpkg.json | 22 + .../vcpkg/ports/libevhtp/vcpkg.json | 8 +- .../vcpkg/ports/libexif/CMakeLists.txt | 158 - .../ports/libexif/add-missing-_stdint-h.patch | 7 - .../vcpkg/ports/libexif/config.h.cmake | 96 - .../vcpkg/ports/libexif/fix-ssize.patch | 16 + .../vcpkg/ports/libexif/libexif.def | 136 - .../vcpkg/ports/libexif/portfile.cmake | 29 +- .../libexif/unofficial-libexif-config.cmake | 28 + .../vcpkg/ports/libexif/vcpkg.json | 23 +- .../vcpkg/ports/libfabric/portfile.cmake | 18 +- .../vcpkg/ports/libfabric/vcpkg.json | 7 +- .../vcpkg/ports/libffi/CMakeLists.txt | 249 - .../vcpkg/ports/libffi/dll-bindir.diff | 12 + .../vcpkg/ports/libffi/fficonfig.h | 65 - .../ports/libffi/fix_undefind_func.patch | 28 + .../vcpkg/ports/libffi/libffiConfig.cmake | 7 + .../vcpkg/ports/libffi/libffiConfig.cmake.in | 7 - .../vcpkg/ports/libffi/portfile.cmake | 115 +- .../libffi/unofficial-libffi-config.cmake | 20 + external_imported/vcpkg/ports/libffi/usage | 10 + .../vcpkg/ports/libffi/vcpkg.json | 8 +- .../vcpkg/ports/libflac/portfile.cmake | 3 +- .../ports/libflac/uwp-library-console.patch | 16 - .../vcpkg/ports/libflac/vcpkg.json | 2 +- .../libfreenect2/fix-dependency-libusb.patch | 14 +- .../vcpkg/ports/libfreenect2/portfile.cmake | 19 +- .../vcpkg/ports/libfreenect2/vcpkg.json | 5 +- .../vcpkg/ports/libftdi/vcpkg.json | 4 +- .../vcpkg/ports/libftdi1/portfile.cmake | 6 +- .../vcpkg/ports/libftdi1/vcpkg.json | 2 +- .../vcpkg/ports/libgcrypt/portfile.cmake | 21 +- .../ports/libgcrypt/upstream-fa21ddc1.patch | 20 + .../vcpkg/ports/libgcrypt/vcpkg.json | 3 +- .../vcpkg/ports/libgeotiff/vcpkg.json | 10 +- .../ports/libgig/0001-msvc-fix-ssize_t.patch | 16 + .../vcpkg/ports/libgig/0002-cmake-fixes.patch | 18 + .../vcpkg/ports/libgig/0003-fix-usage.patch | 19 + .../vcpkg/ports/libgig/portfile.cmake | 40 + .../vcpkg/ports/libgig/vcpkg.json | 31 + .../vcpkg/ports/libgit2/c-standard.diff | 26 + .../vcpkg/ports/libgit2/cli-include-dirs.diff | 12 + .../vcpkg/ports/libgit2/dependencies.diff | 41 + .../vcpkg/ports/libgit2/fix-configcmake.patch | 55 - .../vcpkg/ports/libgit2/mingw-winhttp.diff | 13 + .../vcpkg/ports/libgit2/portfile.cmake | 66 +- .../libgit2/unofficial-config-export.diff | 21 + .../libgit2/unofficial-git2-config.cmake | 6 + .../libgit2/unofficial-libgit2-config.cmake | 3 + external_imported/vcpkg/ports/libgit2/usage | 11 + .../vcpkg/ports/libgit2/vcpkg.json | 23 +- .../libgme/disable-player-and-demo.patch | 10 + .../libgme/disable-static-zlib-hack.patch | 13 + .../vcpkg/ports/libgme/portfile.cmake | 66 + .../vcpkg/ports/libgme/vcpkg.json | 63 + .../vcpkg/ports/libgnutls/portfile.cmake | 20 +- .../vcpkg/ports/libgnutls/vcpkg.json | 12 +- .../ports/libgpg-error/gpgrt-config.patch | 51 + .../vcpkg/ports/libgpg-error/portfile.cmake | 16 +- .../vcpkg/ports/libgpg-error/vcpkg.json | 9 +- .../vcpkg/ports/libgpiod/portfile.cmake | 13 +- .../vcpkg/ports/libgpiod/vcpkg.json | 3 +- .../vcpkg/ports/libgta/vcpkg.json | 4 +- .../vcpkg/ports/libguarded/fix-install.patch | 41 + .../vcpkg/ports/libguarded/portfile.cmake | 22 +- .../vcpkg/ports/libguarded/usage | 4 + .../vcpkg/ports/libguarded/vcpkg.json | 18 +- .../vcpkg/ports/libgwenhywfar/portfile.cmake | 62 +- .../vcpkg/ports/libgwenhywfar/vcpkg.json | 14 +- .../vcpkg/ports/libgxps/portfile.cmake | 6 +- .../vcpkg/ports/libgxps/vcpkg.json | 2 +- .../vcpkg/ports/libharu/portfile.cmake | 2 +- .../vcpkg/ports/libharu/vcpkg.json | 2 +- .../ports/libhdfs3/fix_dependency_uuid.patch | 25 + .../vcpkg/ports/libhdfs3/portfile.cmake | 17 + .../vcpkg/ports/libhdfs3/vcpkg.json | 2 +- .../vcpkg/ports/libheif/gdk-pixbuf.patch | 14 +- .../vcpkg/ports/libheif/portfile.cmake | 7 +- .../vcpkg/ports/libheif/vcpkg.json | 5 +- .../vcpkg/ports/libhsplasma/portfile.cmake | 4 +- .../vcpkg/ports/libhsplasma/vcpkg.json | 4 +- ...87e954f02706502028baadc8c87e7382301b.patch | 36 - .../vcpkg/ports/libhv/portfile.cmake | 8 +- .../vcpkg/ports/libhv/vcpkg.json | 3 +- .../vcpkg/ports/libical/portfile.cmake | 4 +- .../vcpkg/ports/libical/vcpkg.json | 3 +- .../vcpkg/ports/libiconv/portfile.cmake | 2 +- .../vcpkg/ports/libiconv/vcpkg.json | 2 +- .../ports/libics/fix-integral-include.patch | 12 + .../vcpkg/ports/libics/portfile.cmake | 5 +- .../vcpkg/ports/libics/vcpkg.json | 2 +- .../001_fix_static_build.patch | 21 + .../libideviceactivation/002_fix_api.patch | 21 + .../003_fix_tools_msvc.patch | 14 + .../ports/libideviceactivation/CMakeLists.txt | 114 +- .../ports/libideviceactivation/exports.def | 31 + .../ports/libideviceactivation/portfile.cmake | 42 +- .../vcpkg/ports/libideviceactivation/usage | 4 + .../ports/libideviceactivation/vcpkg.json | 18 +- .../vcpkg/ports/libidn2/portfile.cmake | 2 +- .../vcpkg/ports/libidn2/vcpkg.json | 2 +- .../vcpkg/ports/libigl/dependencies.patch | 128 + .../vcpkg/ports/libigl/fix-config.patch | 28 - .../vcpkg/ports/libigl/fix-dependency.patch | 213 - .../ports/libigl/install-extra-headers.patch | 90 - .../ports/libigl/install-extra-targets.patch | 170 + .../vcpkg/ports/libigl/portfile.cmake | 84 +- .../vcpkg/ports/libigl/vcpkg.json | 17 +- .../001_fix_win32_defs.patch | 57 + .../libimobiledevice-glue/002_fix_msvc.patch | 47 + .../003_fix_static_build.patch | 19 + .../libimobiledevice-glue/004_fix_api.patch | 20 + .../libimobiledevice-glue/CMakeLists.txt | 77 + .../ports/libimobiledevice-glue/exports.def | 81 + .../libimobiledevice-glue/portfile.cmake | 35 + .../vcpkg/ports/libimobiledevice-glue/usage | 4 + .../ports/libimobiledevice-glue/vcpkg.json | 18 + .../ports/libimobiledevice/001_fix_msvc.patch | 166 + .../002_fix_static_build.patch | 22 + .../ports/libimobiledevice/003_fix_api.patch | 21 + .../libimobiledevice/004_fix_tools_msvc.patch | 273 + .../ports/libimobiledevice/CMakeLists.txt | 198 +- .../vcpkg/ports/libimobiledevice/exports.def | 369 + .../ports/libimobiledevice/portfile.cmake | 66 +- .../vcpkg/ports/libimobiledevice/usage | 9 +- .../vcpkg/ports/libimobiledevice/vcpkg.json | 25 +- .../libirecovery/001_fix_static_build.patch | 22 + .../ports/libirecovery/002_fix_api.patch | 24 + .../ports/libirecovery/003_fix_msvc.patch | 25 + .../libirecovery/004_fix_tools_msvc.patch | 14 + .../vcpkg/ports/libirecovery/CMakeLists.txt | 125 + .../vcpkg/ports/libirecovery/portfile.cmake | 71 +- .../vcpkg/ports/libirecovery/usage | 4 + .../vcpkg/ports/libirecovery/vcpkg.json | 37 +- .../add-options-for-exes-docs-headers.patch | 112 +- .../vcpkg/ports/libjpeg-turbo/portfile.cmake | 6 +- .../vcpkg/ports/libjpeg-turbo/usage | 10 +- .../vcpkg/ports/libjpeg-turbo/vcpkg.json | 2 +- .../vcpkg/ports/libjuice/portfile.cmake | 12 +- .../vcpkg/ports/libjuice/vcpkg.json | 3 +- .../vcpkg/ports/libjxl/fix-dependencies.patch | 7 +- .../vcpkg/ports/libjxl/portfile.cmake | 2 +- .../vcpkg/ports/libjxl/vcpkg.json | 3 +- .../vcpkg/ports/libkeyfinder/portfile.cmake | 8 +- .../vcpkg/ports/libkeyfinder/vcpkg.json | 11 +- .../vcpkg/ports/libkml/fix-minizip.patch | 6 +- .../vcpkg/ports/libkml/portfile.cmake | 3 + .../vcpkg/ports/libkml/vcpkg.json | 2 +- .../ports/liblas/fix-crosscompiling.diff | 13 + .../vcpkg/ports/liblas/force-cpp11.patch | 27 + .../vcpkg/ports/liblas/portfile.cmake | 11 +- .../remove_unnecessary_boost_dependency.diff | 22 + external_imported/vcpkg/ports/liblas/usage | 2 + .../vcpkg/ports/liblas/vcpkg.json | 9 +- .../vcpkg/ports/libleidenalg/portfile.cmake | 6 +- .../vcpkg/ports/libleidenalg/vcpkg.json | 8 +- .../vcpkg/ports/liblemon/cmake.patch | 34 - .../vcpkg/ports/liblemon/fix-cmake.patch | 78 + .../vcpkg/ports/liblemon/fixup-targets.patch | 50 - .../vcpkg/ports/liblemon/portfile.cmake | 14 +- .../vcpkg/ports/liblemon/vcpkg.json | 5 +- .../vcpkg/ports/liblo/vcpkg.json | 4 +- .../vcpkg/ports/liblsl/portfile.cmake | 2 +- .../vcpkg/ports/liblsl/vcpkg.json | 3 +- .../ports/liblsquic/fix-found-boringssl.patch | 53 + .../vcpkg/ports/liblsquic/portfile.cmake | 17 +- .../vcpkg/ports/liblsquic/vcpkg.json | 3 +- .../vcpkg/ports/liblzma/portfile.cmake | 16 +- .../vcpkg/ports/liblzma/vcpkg.json | 3 +- .../vcpkg/ports/liblzma/win_output_name.patch | 8 +- .../ports/libmad/0001-Fix-MSVC-ARM.patch | 25 - .../vcpkg/ports/libmad/CMakeLists.txt | 53 - .../vcpkg/ports/libmad/portfile.cmake | 28 +- .../vcpkg/ports/libmad/vcpkg.json | 10 +- .../0003-Fix-WIN32-macro-checks.patch | 8 +- ...ude-dirent.h-for-S_ISREG-and-S_ISDIR.patch | 9 +- .../0006-Remove-Wrap-POSIX-headers.patch | 2 +- .../libmagic/0009-No-fcntl-in-magic.c.patch | 25 - ...y-check-for-the-presence-of-bitmasks.patch | 2 +- ...ve-pipe-related-functions-in-funcs.c.patch | 12 +- .../0014-Define-POSIX-macros-if-missing.patch | 38 - .../0015-MSYS2-Remove-ioctl-call.patch | 8 +- .../0016-Fix-file_famagic-function.patch | 40 + .../vcpkg/ports/libmagic/portfile.cmake | 19 +- .../unofficial-libmagic-config.cmake.in | 69 + external_imported/vcpkg/ports/libmagic/usage | 6 + .../vcpkg/ports/libmagic/vcpkg.json | 3 +- .../vcpkg/ports/libmariadb/vcpkg.json | 4 +- .../vcpkg/ports/libmaxminddb/CMakeLists.txt | 34 - .../ports/libmaxminddb/fix-linux-build.patch | 19 - .../vcpkg/ports/libmaxminddb/portfile.cmake | 22 +- .../vcpkg/ports/libmaxminddb/vcpkg.json | 7 +- .../ports/libmediainfo/dependencies.diff | 26 + .../vcpkg/ports/libmediainfo/msvc-arm.diff | 25 + .../libmediainfo/no-windows-namespace.diff | 56 + .../vcpkg/ports/libmediainfo/portfile.cmake | 31 +- .../vcpkg/ports/libmediainfo/vcpkg.json | 3 +- .../vcpkg_support_in_cmakelists.patch | 55 - .../vcpkg/ports/libmesh/portfile.cmake | 32 +- .../vcpkg/ports/libmesh/vcpkg.json | 5 +- .../vcpkg/ports/libmicrodns/vcpkg.json | 2 + .../vcpkg/ports/libmicrohttpd/portfile.cmake | 36 +- .../libmicrohttpd/remove_pdb_install.patch | 15 + .../vcpkg/ports/libmicrohttpd/vcpkg.json | 22 +- .../vcpkg/ports/libmikmod/vcpkg.json | 4 +- .../vcpkg/ports/libmodbus/portfile.cmake | 6 +- .../vcpkg/ports/libmodbus/vcpkg.json | 5 +- .../vcpkg/ports/libmodman/portfile.cmake | 6 +- .../vcpkg/ports/libmodman/vcpkg.json | 4 +- .../vcpkg/ports/libmorton/portfile.cmake | 2 +- .../vcpkg/ports/libmorton/vcpkg.json | 2 +- .../vcpkg/ports/libmount/portfile.cmake | 43 +- .../vcpkg/ports/libmount/vcpkg.json | 22 +- .../vcpkg/ports/libmspack/portfile.cmake | 4 +- .../vcpkg/ports/libmspack/vcpkg.json | 3 +- .../vcpkg/ports/libmt32emu/portfile.cmake | 4 +- .../vcpkg/ports/libmt32emu/vcpkg.json | 4 +- .../vcpkg/ports/libmupdf/CMakeLists.txt | 31 +- .../vcpkg/ports/libmupdf/portfile.cmake | 12 +- .../use-if-instead-of-ifdef-in-writer.patch | 39 - .../vcpkg/ports/libmupdf/vcpkg.json | 14 +- .../libmysql/004-added-limits-include.patch | 12 - .../Add-target-include-directories.patch | 20 - .../vcpkg/ports/libmysql/cross-build.patch | 162 + .../vcpkg/ports/libmysql/dependencies.patch | 140 + .../ports/libmysql/export-cmake-targets.patch | 124 - .../ports/libmysql/fix_dup_symbols.patch | 20 + .../ports/libmysql/ignore-boost-version.patch | 13 - .../ports/libmysql/install-exports.patch | 121 + .../ports/libmysql/libmysql-config.cmake | 6 + .../vcpkg/ports/libmysql/openssl.patch | 125 - .../vcpkg/ports/libmysql/portfile.cmake | 130 +- .../vcpkg/ports/libmysql/rename-version.patch | 26 - .../vcpkg/ports/libmysql/system-libs.patch | 149 - external_imported/vcpkg/ports/libmysql/usage | 6 +- .../ports/libmysql/vcpkg-cmake-wrapper.cmake | 9 - .../vcpkg/ports/libmysql/vcpkg.json | 16 +- .../vcpkg/ports/libnice-gst/portfile.cmake | 92 + .../ports/libnice-gst/skip_libnice.patch | 43 + .../vcpkg/ports/libnice-gst/vcpkg.json | 13 + .../vcpkg/ports/libnice/portfile.cmake | 14 +- .../vcpkg/ports/libnice/vcpkg.json | 3 +- .../vcpkg/ports/libnick/portfile.cmake | 32 + external_imported/vcpkg/ports/libnick/usage | 8 + .../vcpkg/ports/libnick/vcpkg.json | 38 + .../vcpkg/ports/libnop/portfile.cmake | 4 +- .../vcpkg/ports/libnop/vcpkg.json | 2 +- .../vcpkg/ports/libobfuscate/portfile.cmake | 11 + .../vcpkg/ports/libobfuscate/vcpkg.json | 7 + .../vcpkg/ports/libodb-pgsql/portfile.cmake | 4 +- .../vcpkg/ports/libodb-pgsql/vcpkg.json | 2 +- .../vcpkg/ports/libofx/vcpkg.json | 3 +- .../vcpkg/ports/libopenmpt/CMakeLists.txt | 12 +- .../vcpkg/ports/libopenmpt/portfile.cmake | 25 +- .../vcpkg/ports/libopenmpt/vcpkg.json | 4 +- .../vcpkg/ports/libopensp/opensp.pc.in | 4 +- .../vcpkg/ports/libopensp/portfile.cmake | 17 +- .../use-cpp-using-declarations.patch | 72 + .../vcpkg/ports/libopensp/vcpkg.json | 2 +- .../libopnmidi/cmake-package-export.patch | 8 +- .../vcpkg/ports/libopnmidi/vcpkg.json | 1 + .../vcpkg/ports/libopusenc/vcpkg.json | 4 +- .../vcpkg/ports/libosip2/portfile.cmake | 26 +- .../vcpkg/ports/libosip2/vcpkg.json | 12 +- .../vcpkg/ports/libosmium/portfile.cmake | 19 +- external_imported/vcpkg/ports/libosmium/usage | 4 + .../vcpkg/ports/libosmium/vcpkg.json | 2 +- .../vcpkg/ports/libosmscout/portfile.cmake | 24 +- .../vcpkg/ports/libosmscout/vcpkg.json | 17 +- .../vcpkg/ports/libp7client/vcpkg.json | 4 +- .../libpcap/add-disable-packet-option.patch | 16 +- .../ports/libpcap/install-pc-on-msvc.patch | 20 +- .../vcpkg/ports/libpcap/portfile.cmake | 7 +- .../vcpkg/ports/libpcap/vcpkg.json | 3 +- .../vcpkg/ports/libpff/portfile.cmake | 6 +- .../vcpkg/ports/libpff/vcpkg.json | 5 +- .../libphonenumber/fix-find-protobuf.patch | 4 +- .../libphonenumber/fix-icui18n-lib-name.patch | 30 +- .../libphonenumber/fix-re2-identifiers.patch | 26 +- .../vcpkg/ports/libphonenumber/portfile.cmake | 14 +- .../re2-2023-07-01-compat.patch | 13 + .../vcpkg/ports/libphonenumber/usage | 4 + .../vcpkg/ports/libphonenumber/vcpkg.json | 3 +- .../ports/libplist/001_fix_static_build.patch | 22 + .../vcpkg/ports/libplist/002_fix_api.patch | 24 + .../vcpkg/ports/libplist/003_fix_msvc.patch | 106 + .../ports/libplist/004_fix_tools_msvc.patch | 18 + .../vcpkg/ports/libplist/CMakeLists.txt | 182 +- .../vcpkg/ports/libplist/dllexport.patch | 37 - .../ports/libplist/fix_static_build.patch | 22 - .../vcpkg/ports/libplist/portfile.cmake | 63 +- external_imported/vcpkg/ports/libplist/usage | 4 + .../vcpkg/ports/libplist/vcpkg.json | 18 +- .../vcpkg/ports/libpng/cmake.patch | 20 +- .../ports/libpng/fix-export-targets.patch | 10 +- .../libpng/fix-msa-support-for-mips.patch | 6 +- .../vcpkg/ports/libpng/libm.patch | 17 + .../vcpkg/ports/libpng/pkgconfig.patch | 10 +- .../vcpkg/ports/libpng/portfile.cmake | 7 +- .../vcpkg/ports/libpng/vcpkg.json | 2 +- .../vcpkg/ports/libpopt/vcpkg.json | 4 +- external_imported/vcpkg/ports/libpq/Makefile | 43 +- .../ports/libpq/android/unversioned_so.patch | 16 + .../vcpkg/ports/libpq/build-msvc.cmake | 80 + external_imported/vcpkg/ports/libpq/config.pl | 29 - .../vcpkg/ports/libpq/libpq.props.in | 8 +- .../windows/MSBuildProject-static-crt.patch | 23 - .../windows/MSBuildProject-static-lib.patch | 13 - .../MSBuildProject_fix_gendef_perl.patch | 13 - .../windows/Mkvcbuild-static-lib.patch | 13 - .../libpq/patches/windows/Solution.patch | 45 - .../patches/windows/Solution_DEBUG.patch | 98 - .../patches/windows/Solution_RELEASE.patch | 98 - .../ports/libpq/patches/windows/arm.patch | 37 - .../patches/windows/fix-compile-flag-Zi.patch | 33 - .../ports/libpq/patches/windows/install.patch | 223 - .../patches/windows/minimize_install.patch | 35 - .../ports/libpq/patches/windows/msgfmt.patch | 13 - .../patches/windows/openssl-version.patch | 14 - .../patches/windows/python3_build_DEBUG.patch | 44 - .../windows/python3_build_RELEASE.patch | 42 - .../libpq/patches/windows/tcl_version.patch | 13 - .../vcpkg/ports/libpq/portfile.cmake | 404 +- .../{patches => unix}/fix-configure.patch | 27 +- .../vcpkg/ports/libpq/unix/installdirs.patch | 48 + .../ports/libpq/unix/mingw-install.patch | 36 + .../ports/libpq/unix/no-server-tools.patch | 37 + .../vcpkg/ports/libpq/unix/python.patch | 35 + .../ports/libpq/unix/single-linkage.patch | 56 + .../ports/libpq/vcpkg-cmake-wrapper.cmake | 2 +- .../vcpkg/ports/libpq/vcpkg-libs.props.in | 31 + .../vcpkg/ports/libpq/vcpkg.json | 100 +- .../{patches => }/windows/macro-def.patch | 0 .../vcpkg/ports/libpq/windows/msbuild.patch | 411 + .../{patches => }/windows/python_lib.patch | 0 .../ports/libpq/windows/spin_delay.patch | 24 + .../windows/win_bison_flex.patch | 45 +- .../ports/libpqxx/fix_build_with_vs2017.patch | 28 +- .../vcpkg/ports/libpqxx/portfile.cmake | 6 +- .../vcpkg/ports/libpqxx/vcpkg.json | 2 +- .../ports/libprotobuf-mutator/portfile.cmake | 4 +- .../ports/libprotobuf-mutator/vcpkg.json | 7 +- .../vcpkg/ports/libproxy/fix-install-py.patch | 6 +- .../vcpkg/ports/libproxy/fix-tools-path.patch | 27 - .../vcpkg/ports/libproxy/portfile.cmake | 14 +- .../ports/libproxy/support-windows.patch | 10 + external_imported/vcpkg/ports/libproxy/usage | 2 +- .../vcpkg/ports/libproxy/vcpkg.json | 4 +- .../vcpkg/ports/libqcow/vcpkg.json | 3 +- .../Add-compile-definitions.patch | 23 + .../ports/libqglviewer/Fix-error-c2039.patch | 52 + .../vcpkg/ports/libqglviewer/destdir.patch | 21 - .../vcpkg/ports/libqglviewer/portfile.cmake | 27 +- .../use-default-config-on-all-platforms.patch | 33 - .../vcpkg/ports/libqglviewer/vcpkg.json | 13 +- .../vcpkg/ports/libqtrest/portfile.cmake | 35 + .../vcpkg/ports/libqtrest/vcpkg.json | 29 + .../vcpkg/ports/libraqm/CMakeLists.txt | 2 +- .../vcpkg/ports/libraqm/portfile.cmake | 13 +- .../vcpkg/ports/libraqm/vcpkg.json | 3 +- .../ports/libraw/install-interface.patch | 32 + .../vcpkg/ports/libraw/portfile.cmake | 3 +- .../vcpkg/ports/libraw/vcpkg.json | 9 +- .../vcpkg/ports/librdkafka/fix_curl.patch | 25 - .../vcpkg/ports/librdkafka/portfile.cmake | 5 +- .../vcpkg/ports/librdkafka/vcpkg.json | 2 +- .../vcpkg/ports/libredwg/vcpkg.json | 2 + .../vcpkg/ports/libremidi/portfile.cmake | 27 + .../vcpkg/ports/libremidi/vcpkg.json | 21 + .../0001-enable-ocspcheck-on-msvc.patch | 73 +- .../0002-suppress-msvc-warnings.patch | 32 +- .../vcpkg/ports/libressl/portfile.cmake | 12 +- .../vcpkg/ports/libressl/vcpkg.json | 7 +- .../vcpkg/ports/librsvg/CMakeLists.txt | 168 +- .../vcpkg/ports/librsvg/portfile.cmake | 31 +- .../librsvg/unofficial-librsvg-config.cmake | 14 + external_imported/vcpkg/ports/librsvg/usage | 5 + .../vcpkg/ports/librsvg/vcpkg.json | 13 +- .../vcpkg/ports/librsync/portfile.cmake | 4 +- .../vcpkg/ports/librsync/vcpkg.json | 3 +- .../vcpkg/ports/librttopo/portfile.cmake | 4 +- .../vcpkg/ports/librttopo/vcpkg.json | 2 +- .../vcpkg/ports/libsbml/dependencies.diff | 131 + .../vcpkg/ports/libsbml/dirent.diff | 28 + .../vcpkg/ports/libsbml/libsbml-config.cmake | 6 + .../vcpkg/ports/libsbml/no-docs.diff | 12 + .../vcpkg/ports/libsbml/portfile.cmake | 89 +- .../vcpkg/ports/libsbml/test-shared.diff | 14 + external_imported/vcpkg/ports/libsbml/usage | 4 + .../vcpkg/ports/libsbml/vcpkg.json | 23 +- .../vcpkg/ports/libsecret/portfile.cmake | 2 +- .../vcpkg/ports/libsecret/vcpkg.json | 2 +- .../disable_tests_enable_static_build.patch | 8 +- .../libsigcpp/fix-shared-windows-build.patch | 21 +- .../ports/libsigcpp/fix_include_path.patch | 16 +- .../vcpkg/ports/libsigcpp/portfile.cmake | 2 +- .../vcpkg/ports/libsigcpp/vcpkg.json | 2 +- .../vcpkg/ports/libsmb2/portfile.cmake | 17 +- external_imported/vcpkg/ports/libsmb2/usage | 5 + .../ports/libsmb2/vcpkg-cmake-wrapper.cmake | 6 + .../vcpkg/ports/libsmb2/vcpkg.json | 6 +- .../001-avoid-installing-find-modules.patch | 16 + .../vcpkg/ports/libsndfile/portfile.cmake | 8 +- .../vcpkg/ports/libsndfile/vcpkg.json | 3 +- .../vcpkg/ports/libsodium/CMakeLists.txt | 42 +- .../vcpkg/ports/libsodium/portfile.cmake | 7 +- .../vcpkg/ports/libsodium/vcpkg.json | 3 +- .../vcpkg/ports/libsonic/CMakeLists.txt | 34 + .../vcpkg/ports/libsonic/portfile.cmake | 30 + .../vcpkg/ports/libsonic/vcpkg.json | 19 + .../vcpkg/ports/libspatialite/fix-mingw.patch | 15 +- .../ports/libspatialite/fix-utf8-source.patch | 32 + .../vcpkg/ports/libspatialite/portfile.cmake | 19 +- .../vcpkg/ports/libspatialite/vcpkg.json | 20 +- .../ports/libspng/fix-spngconfig-cmake.patch | 11 + .../vcpkg/ports/libspng/portfile.cmake | 33 + external_imported/vcpkg/ports/libspng/usage | 4 + .../vcpkg/ports/libspng/vcpkg.json | 18 + .../vcpkg/ports/libsrt/vcpkg.json | 4 +- .../vcpkg/ports/libsrtp/portfile.cmake | 26 +- .../vcpkg/ports/libsrtp/vcpkg.json | 16 +- .../libssh/0001-export-pkgconfig-file.patch | 4 +- .../vcpkg/ports/libssh/portfile.cmake | 31 +- external_imported/vcpkg/ports/libssh/usage | 2 +- .../vcpkg/ports/libssh/vcpkg.json | 50 +- .../vcpkg/ports/libssh2/0001-Fix-UWP.patch | 64 - .../vcpkg/ports/libssh2/0002-fix-macros.patch | 19 - .../ports/libssh2/0003-fix-openssl3.patch | 13 - .../vcpkg/ports/libssh2/portfile.cmake | 35 +- external_imported/vcpkg/ports/libssh2/usage | 4 + .../vcpkg/ports/libssh2/vcpkg.json | 22 +- .../vcpkg/ports/libstemmer/vcpkg.json | 4 +- .../vcpkg/ports/libstk/vcpkg.json | 4 +- .../vcpkg/ports/libsvm/portfile.cmake | 4 +- .../vcpkg/ports/libsvm/vcpkg.json | 5 +- .../vcpkg/ports/libsystemd/pkgconfig.patch | 11 + .../vcpkg/ports/libsystemd/portfile.cmake | 60 + .../vcpkg/ports/libsystemd/vcpkg.json | 25 + .../vcpkg/ports/libtar/portfile.cmake | 15 + .../vcpkg/ports/libtar/vcpkg.json | 7 + .../vcpkg/ports/libtcod/portfile.cmake | 4 +- .../vcpkg/ports/libtcod/vcpkg.json | 2 +- .../vcpkg/ports/libtheora/CMakeLists.txt | 13 + .../vcpkg/ports/libtheora/portfile.cmake | 3 +- .../vcpkg/ports/libtheora/vcpkg.json | 2 +- .../vcpkg/ports/libtins/fix_include.patch | 22 + .../vcpkg/ports/libtins/portfile.cmake | 5 +- .../vcpkg/ports/libtins/vcpkg.json | 3 +- .../vcpkg/ports/libtomcrypt/vcpkg.json | 4 +- .../vcpkg/ports/libtommath/portfile.cmake | 4 +- .../vcpkg/ports/libtommath/vcpkg.json | 3 +- .../vcpkg/ports/libtorch/clang-cl.patch | 47 + .../vcpkg/ports/libtorch/cmake-fixes.patch | 235 + .../ports/libtorch/cuda-adjustments.patch | 61 + .../vcpkg/ports/libtorch/fix-api-export.patch | 39 + .../vcpkg/ports/libtorch/fix-build.patch | 184 + .../vcpkg/ports/libtorch/fix-c10-glog.patch | 61 - .../vcpkg/ports/libtorch/fix-cmake.patch | 142 - .../ports/libtorch/fix-fbgemm-include.patch | 32 - .../vcpkg/ports/libtorch/fix-glog.patch | 30 + .../vcpkg/ports/libtorch/fix-msvc-ICE.patch | 15 + .../vcpkg/ports/libtorch/fix-onnx-case.patch | 13 + .../vcpkg/ports/libtorch/fix-sleef.patch | 22 + .../vcpkg/ports/libtorch/fix-windows.patch | 100 - .../vcpkg/ports/libtorch/fxdiv.patch | 44 + .../vcpkg/ports/libtorch/kineto.patch | 34 + .../vcpkg/ports/libtorch/more-fixes.patch | 351 + .../vcpkg/ports/libtorch/portfile.cmake | 235 +- .../vcpkg/ports/libtorch/protoc.patch | 13 + .../ports/libtorch/pytorch-pr-85958.patch | 15 - .../ports/libtorch/use-flatbuffers2.patch | 276 - .../ports/libtorch/vcpkg-dependencies.cmake | 257 - .../vcpkg/ports/libtorch/vcpkg.json | 81 +- ...r-on-Windows-ARM64-by-add-new-define.patch | 45 - .../vcpkg/ports/libtorrent/portfile.cmake | 8 +- .../vcpkg/ports/libtorrent/vcpkg.json | 2 +- .../libtracepoint-control/portfile.cmake | 21 + .../ports/libtracepoint-control/vcpkg.json | 22 + .../ports/libtracepoint-decode/portfile.cmake | 21 + .../ports/libtracepoint-decode/vcpkg.json | 18 + .../vcpkg/ports/libtracepoint/portfile.cmake | 37 + .../vcpkg/ports/libtracepoint/vcpkg.json | 18 + .../vcpkg/ports/libudns/vcpkg.json | 4 +- .../vcpkg/ports/libunibreak/portfile.cmake | 4 +- .../vcpkg/ports/libunibreak/vcpkg.json | 3 +- .../ports/libunifex/fix-linux-timespec.patch | 13 + .../vcpkg/ports/libunifex/portfile.cmake | 11 +- .../vcpkg/ports/libunifex/vcpkg.json | 8 +- .../vcpkg/ports/libunistring/vcpkg.json | 3 +- .../vcpkg/ports/libunwind/portfile.cmake | 18 + external_imported/vcpkg/ports/libunwind/usage | 6 + .../vcpkg/ports/libunwind/vcpkg.json | 14 + .../vcpkg/ports/liburing/fix-configure.patch | 19 +- .../vcpkg/ports/liburing/portfile.cmake | 9 +- .../vcpkg/ports/liburing/vcpkg.json | 5 +- .../vcpkg/ports/libusb-win32/vcpkg.json | 4 +- .../vcpkg/ports/libusb/portfile.cmake | 53 +- external_imported/vcpkg/ports/libusb/usage | 8 +- .../ports/libusb/vcpkg-cmake-wrapper.cmake | 19 - .../vcpkg/ports/libusb/vcpkg.json | 25 +- .../ports/libusbmuxd/001_fix_win32_defs.patch | 13 + .../libusbmuxd/002_fix_struct_pack.patch | 50 + .../vcpkg/ports/libusbmuxd/003_fix_msvc.patch | 37 + .../vcpkg/ports/libusbmuxd/004_fix_api.patch | 22 + .../ports/libusbmuxd/005_fix_tools_msvc.patch | 42 + .../vcpkg/ports/libusbmuxd/CMakeLists.txt | 131 +- .../vcpkg/ports/libusbmuxd/exports.def | 21 + .../ports/libusbmuxd/fix-win-build.patch | 20 - .../vcpkg/ports/libusbmuxd/portfile.cmake | 44 +- .../vcpkg/ports/libusbmuxd/usage | 4 + .../vcpkg/ports/libusbmuxd/vcpkg.json | 23 +- .../vcpkg/ports/libuuid/CMakeLists.txt | 1 + .../vcpkg/ports/libuuid/portfile.cmake | 4 +- .../vcpkg/ports/libuuid/vcpkg.json | 3 +- .../vcpkg/ports/libuv/fix-build-type.patch | 82 +- .../vcpkg/ports/libuv/portfile.cmake | 8 +- external_imported/vcpkg/ports/libuv/usage | 2 +- .../vcpkg/ports/libuv/vcpkg.json | 4 +- .../vcpkg/ports/libuvc/build_fix.patch | 23 +- .../vcpkg/ports/libuvc/portfile.cmake | 6 +- .../vcpkg/ports/libuvc/vcpkg.json | 4 +- .../libvault/0001-fix-dependencies.patch | 37 + .../vcpkg/ports/libvault/portfile.cmake | 32 + external_imported/vcpkg/ports/libvault/usage | 4 + .../vcpkg/ports/libvault/vcpkg.json | 19 + .../vcpkg/ports/libvmdk/CMakeLists.txt | 1 - .../vcpkg/ports/libvmdk/portfile.cmake | 9 +- .../vcpkg/ports/libvmdk/vcpkg.json | 3 +- .../0003-add-uwp-v142-and-v143-support.patch | 27 +- .../ports/libvpx/0005-fix-arm64-build.patch | 13 + .../vcpkg/ports/libvpx/portfile.cmake | 137 +- .../vcpkg/ports/libvpx/vcpkg.json | 14 +- .../vcpkg/ports/libvpx/vpx.pc.in | 25 +- .../ports/libwebp/0002-cmake-config.patch | 4 +- .../vcpkg/ports/libwebp/0003-simd.patch | 23 + .../ports/libwebp/0007-fix-arm-build.patch | 13 - .../vcpkg/ports/libwebp/0008-sdl.patch | 16 +- .../ports/libwebp/0011-fix-include.patch | 13 + .../vcpkg/ports/libwebp/portfile.cmake | 7 +- .../vcpkg/ports/libwebp/vcpkg.json | 2 +- .../vcpkg/ports/libxcrypt/portfile.cmake | 20 + .../vcpkg/ports/libxcrypt/vcpkg.json | 8 + .../ports/libxdf/fix-pugixml-dependency.patch | 65 + .../vcpkg/ports/libxdf/portfile.cmake | 25 + .../vcpkg/ports/libxdf/vcpkg.json | 18 + .../ports/libxdiff/fix-usage-error.patch | 15 + .../vcpkg/ports/libxdiff/portfile.cmake | 4 +- .../vcpkg/ports/libxdiff/vcpkg.json | 2 +- .../vcpkg/ports/libxkbcommon/vcpkg.json | 6 +- .../ports/libxlsxwriter/dependencies.diff | 26 + .../libxlsxwriter/fix-zlib-ver-required.patch | 13 + .../vcpkg/ports/libxlsxwriter/portfile.cmake | 15 +- .../vcpkg/ports/libxlsxwriter/vcpkg.json | 2 + .../vcpkg/ports/libxml2/fix_cmakelist.patch | 25 +- .../vcpkg/ports/libxml2/portfile.cmake | 42 +- .../vcpkg/ports/libxml2/vcpkg.json | 46 +- .../vcpkg/ports/libxmlpp/portfile.cmake | 4 +- .../vcpkg/ports/libxmlpp/vcpkg.json | 2 +- .../libxmp-lite/0001-msvc-buildfix.patch | 23 - .../ports/libxmp-lite/0002-fix-symbols.patch | 44 - .../vcpkg/ports/libxmp-lite/CMakeLists.txt | 63 - .../vcpkg/ports/libxmp-lite/portfile.cmake | 22 - .../vcpkg/ports/libxmp-lite/vcpkg.json | 14 - .../ports/libxmp/fix-cmake-config-dir.patch | 13 + .../vcpkg/ports/libxmp/portfile.cmake | 42 + external_imported/vcpkg/ports/libxmp/usage | 4 + .../vcpkg/ports/libxmp/vcpkg.json | 31 + .../vcpkg/ports/libxpm/portfile.cmake | 6 +- .../vcpkg/ports/libxpm/vcpkg.json | 2 +- .../vcpkg/ports/libxslt/portfile.cmake | 9 + .../vcpkg/ports/libxslt/vcpkg.json | 7 +- .../ports/libxt/add-missing-process-h.patch | 14 + .../vcpkg/ports/libxt/portfile.cmake | 10 +- .../vcpkg/ports/libxt/vcpkg.json | 1 + .../vcpkg/ports/libyaml/vcpkg.json | 4 +- .../vcpkg/ports/libzen/portfile.cmake | 19 +- .../vcpkg/ports/libzen/vcpkg.json | 5 +- .../vcpkg/ports/libzim/cross-builds.diff | 45 + .../vcpkg/ports/libzim/dllexport.diff | 16 + .../vcpkg/ports/libzim/portfile.cmake | 37 + .../vcpkg/ports/libzim/subdirs.diff | 20 + .../vcpkg/ports/libzim/vcpkg.json | 25 + .../vcpkg/ports/libzip/fix-dependency.patch | 33 +- .../vcpkg/ports/libzip/portfile.cmake | 7 +- .../vcpkg/ports/libzip/use-requires.patch | 85 + .../vcpkg/ports/libzip/vcpkg.json | 2 +- .../vcpkg/ports/libzippp/fix-find-lzma.patch | 13 - .../vcpkg/ports/libzippp/portfile.cmake | 5 +- .../vcpkg/ports/libzippp/vcpkg.json | 2 +- .../ports/licensepp/0002-fix-cmake.patch | 38 - .../0002-fix-compilation-macos.patch | 26 + .../vcpkg/ports/licensepp/portfile.cmake | 6 +- .../vcpkg/ports/licensepp/vcpkg.json | 3 +- .../ports/lightningscanner/portfile.cmake | 26 + .../vcpkg/ports/lightningscanner/usage | 4 + .../vcpkg/ports/lightningscanner/vcpkg.json | 18 + .../vcpkg/ports/linalg/portfile.cmake | 10 +- .../vcpkg/ports/linalg/vcpkg.json | 7 +- .../lionkor-commandline/add-install.patch | 7 +- .../ports/lionkor-commandline/portfile.cmake | 4 +- .../ports/lionkor-commandline/vcpkg.json | 4 +- .../vcpkg/ports/live555/CMakeLists.txt | 8 + .../vcpkg/ports/live555/fix-RTSPClient.patch | 8 +- .../ports/live555/fix_operator_overload.patch | 13 + .../vcpkg/ports/live555/portfile.cmake | 7 +- .../vcpkg/ports/live555/vcpkg.json | 4 +- .../vcpkg/ports/llfio/portfile.cmake | 20 +- .../vcpkg/ports/llfio/vcpkg.json | 3 +- .../ports/llgi/fix-cmake-use-vcpkg.patch | 49 + .../vcpkg/ports/llgi/fix-sources.patch | 14 + .../vcpkg/ports/llgi/portfile.cmake | 52 + external_imported/vcpkg/ports/llgi/vcpkg.json | 35 + .../vcpkg/ports/llhttp/fix-usage.patch | 15 + .../vcpkg/ports/llhttp/portfile.cmake | 8 +- .../vcpkg/ports/llhttp/vcpkg.json | 3 +- .../llvm/0001-fix-install-package-dir.patch | 13 + .../ports/llvm/0002-fix-install-paths.patch | 161 - .../llvm/0002-fix-tools-install-dir.patch | 213 + .../ports/llvm/0003-fix-llvm-config.patch | 16 + .../llvm/0004-disable-libomp-aliases.patch | 32 + .../vcpkg/ports/llvm/0004-fix-dr-1734.patch | 17 - .../ports/llvm/0005-fix-tools-path.patch | 16 - .../vcpkg/ports/llvm/0005-remove-numpy.patch | 16 + ...06-create-destination-mlir-directory.patch | 16 + .../0007-fix-compiler-rt-install-path.patch | 44 - .../llvm/0007-fix-compiler-rt-warnings.patch | 45 + .../ports/llvm/0008-add-missing-case.patch | 71 + .../llvm/0009-fix-tools-install-path.patch | 233 - .../vcpkg/ports/llvm/0010-fix-libffi.patch | 16 - .../ports/llvm/0011-fix-install-bolt.patch | 22 - .../vcpkg/ports/llvm/portfile.cmake | 203 +- external_imported/vcpkg/ports/llvm/vcpkg.json | 180 +- .../vcpkg/ports/lmdb/cmake/CMakeLists.txt | 111 +- .../lmdb/cmake/cmake/package-config.cmakein | 14 +- .../ports/lmdb/cmake/cmake/runtest.cmake | 6 +- .../vcpkg/ports/lmdb/cmake/lmdb.def | 2 +- .../vcpkg/ports/lmdb/cmake/lmdbd.def | 58 - .../vcpkg/ports/lmdb/getopt-win32.diff | 50 + .../vcpkg/ports/lmdb/lmdb-config.cmake | 14 + .../vcpkg/ports/lmdb/portfile.cmake | 32 +- external_imported/vcpkg/ports/lmdb/usage | 4 + external_imported/vcpkg/ports/lmdb/vcpkg.json | 17 +- .../vcpkg/ports/lockpp/portfile.cmake | 4 +- .../vcpkg/ports/lockpp/vcpkg.json | 2 +- .../vcpkg/ports/log4cplus/portfile.cmake | 17 +- .../vcpkg/ports/log4cplus/vcpkg.json | 4 +- .../log4cpp-log4cpp/fix_link_msvcrt.patch | 31 + .../ports/log4cpp-log4cpp/portfile.cmake | 79 + .../vcpkg/ports/log4cpp-log4cpp/vcpkg.json | 13 + .../ports/log4cpp/Fix-StaticSupport.patch | 26 - .../ports/log4cpp/fix-export-targets.patch | 18 - .../vcpkg/ports/log4cpp/fix-includepath.patch | 31 - .../ports/log4cpp/fix-install-targets.patch | 13 - .../ports/log4cpp/log4cpp-config.in.cmake | 7 - .../vcpkg/ports/log4cpp/portfile.cmake | 35 - .../vcpkg/ports/log4cpp/vcpkg.json | 18 - .../vcpkg/ports/log4cxx/expat.patch | 13 - .../ports/log4cxx/fix-find-package.patch | 13 + .../vcpkg/ports/log4cxx/linux.patch | 17 - .../vcpkg/ports/log4cxx/portfile.cmake | 7 +- .../vcpkg/ports/log4cxx/threadutility.patch | 17 - .../vcpkg/ports/log4cxx/vcpkg.json | 2 +- .../vcpkg/ports/lpeg/CMakeLists.txt | 1 + .../vcpkg/ports/lpeg/portfile.cmake | 8 +- external_imported/vcpkg/ports/lpeg/vcpkg.json | 3 +- .../vcpkg/ports/ltla-aarand/portfile.cmake | 25 + .../vcpkg/ports/ltla-aarand/vcpkg.json | 17 + .../vcpkg/ports/ltla-cppirlba/portfile.cmake | 26 + .../vcpkg/ports/ltla-cppirlba/vcpkg.json | 19 + .../vcpkg/ports/ltla-cppkmeans/portfile.cmake | 26 + .../vcpkg/ports/ltla-cppkmeans/vcpkg.json | 19 + .../vcpkg/ports/ltla-knncolle/portfile.cmake | 26 + .../vcpkg/ports/ltla-knncolle/vcpkg.json | 20 + .../vcpkg/ports/ltla-powerit/portfile.cmake | 26 + .../vcpkg/ports/ltla-powerit/vcpkg.json | 18 + .../vcpkg/ports/ltla-umappp/portfile.cmake | 26 + .../vcpkg/ports/ltla-umappp/vcpkg.json | 20 + .../vcpkg/ports/lua/CMakeLists-cpp.txt | 2 +- .../vcpkg/ports/lua/CMakeLists.txt | 5 +- .../vcpkg/ports/lua/fix-ios-system.patch | 12 +- .../vcpkg/ports/lua/portfile.cmake | 10 +- external_imported/vcpkg/ports/lua/vcpkg.json | 3 +- .../vcpkg/ports/luabridge3/portfile.cmake | 4 +- .../vcpkg/ports/luabridge3/vcpkg.json | 2 +- .../vcpkg/ports/luafilesystem/vcpkg.json | 5 +- .../004-fix-build-path-and-crt-linkage.patch | 139 - .../vcpkg/ports/luajit/Makefile.nmake | 20 + .../vcpkg/ports/luajit/configure | 86 + .../vcpkg/ports/luajit/luajit.pc | 24 + .../vcpkg/ports/luajit/luajit.pc.win.in | 24 - .../vcpkg/ports/luajit/msvcbuild.patch | 31 + .../vcpkg/ports/luajit/portfile.cmake | 183 +- .../vcpkg/ports/luajit/vcpkg.json | 35 +- .../vcpkg/ports/luasec/portfile.cmake | 6 +- .../vcpkg/ports/luasec/vcpkg.json | 2 +- .../vcpkg/ports/luasocket/portfile.cmake | 31 +- .../vcpkg/ports/luasocket/vcpkg.json | 3 +- .../ports/lunarg-vulkantools/portfile.cmake | 37 + .../vcpkg/ports/lunarg-vulkantools/vcpkg.json | 27 + .../vcpkg/ports/lunasvg/fix-cmake.patch | 31 + .../vcpkg/ports/lunasvg/fix-install.patch | 26 - .../vcpkg/ports/lunasvg/portfile.cmake | 10 +- .../vcpkg/ports/lunasvg/vcpkg.json | 3 +- .../vcpkg/ports/luv/fix-find-libuv.patch | 2 +- external_imported/vcpkg/ports/luv/vcpkg.json | 1 + .../vcpkg/ports/lzav/portfile.cmake | 11 + external_imported/vcpkg/ports/lzav/vcpkg.json | 7 + .../vcpkg/ports/lzfse/vcpkg.json | 4 +- external_imported/vcpkg/ports/lzo/vcpkg.json | 4 +- .../vcpkg/ports/lzokay/vcpkg.json | 4 +- .../vcpkg/ports/maddy/CMakeLists.txt | 22 + .../vcpkg/ports/maddy/portfile.cmake | 22 + external_imported/vcpkg/ports/maddy/usage | 4 + .../vcpkg/ports/maddy/vcpkg.json | 17 + .../vcpkg/ports/magic-enum/portfile.cmake | 54 +- .../vcpkg/ports/magic-enum/usage | 4 + .../vcpkg/ports/magic-enum/vcpkg.json | 2 +- .../vcpkg/ports/magic-get/vcpkg.json | 4 +- .../vcpkg/ports/magma/clang-cuda.patch | 50 + .../ports/magma/disable-openmp-msvc.patch | 15 + .../vcpkg/ports/magma/no-tests.patch | 35 + .../vcpkg/ports/magma/portfile.cmake | 54 + .../vcpkg/ports/magma/vcpkg.json | 16 + .../ports/magnum-integration/portfile.cmake | 6 + .../vcpkg/ports/magnum-integration/vcpkg.json | 2 +- .../vcpkg/ports/magnum-plugins/portfile.cmake | 27 +- .../vcpkg/ports/magnum-plugins/vcpkg.json | 5 +- .../ports/magnum/004-fix-FindOpenAL.patch | 13 + .../vcpkg/ports/magnum/portfile.cmake | 82 +- .../vcpkg/ports/magnum/vcpkg.json | 44 +- ...rary-type-and-remove-boost-test-deps.patch | 22 + .../vcpkg/ports/mailio/portfile.cmake | 7 +- .../vcpkg/ports/mailio/vcpkg.json | 3 +- .../vcpkg/ports/makeid/portfile.cmake | 17 + .../vcpkg/ports/makeid/vcpkg.json | 7 + .../vcpkg/ports/manif/portfile.cmake | 18 + .../vcpkg/ports/manif/vcpkg.json | 20 + .../vcpkg/ports/mapbox-variant/vcpkg.json | 4 +- .../vcpkg/ports/mapnik/missing-include.patch | 13 + .../vcpkg/ports/mapnik/portfile.cmake | 6 +- .../vcpkg/ports/mapnik/vcpkg.json | 16 +- .../vcpkg/ports/marble/vcpkg.json | 4 +- .../vcpkg/ports/marl/portfile.cmake | 6 +- external_imported/vcpkg/ports/marl/vcpkg.json | 2 +- .../vcpkg/ports/materialx/portfile.cmake | 31 +- .../vcpkg/ports/materialx/vcpkg.json | 19 +- .../vcpkg/ports/mathc/vcpkg.json | 4 +- .../ports/mathgl/fix-include-property.patch | 14 + .../vcpkg/ports/mathgl/fix_link_gsl.patch | 37 + .../ports/mathgl/include_functional.patch | 12 + .../vcpkg/ports/mathgl/portfile.cmake | 8 +- .../vcpkg/ports/mathgl/vcpkg.json | 12 +- .../vcpkg/ports/matio/portfile.cmake | 16 +- external_imported/vcpkg/ports/matio/usage | 5 + .../vcpkg/ports/matio/vcpkg.json | 3 +- .../vcpkg/ports/matplotlib-cpp/vcpkg.json | 4 +- .../matplotplusplus/fix-dependencies.patch | 140 +- .../install-3rd-libraries.patch | 15 - .../ports/matplotplusplus/portfile.cmake | 24 +- .../vcpkg/ports/matplotplusplus/usage | 4 + .../vcpkg/ports/matplotplusplus/vcpkg.json | 5 +- .../vcpkg/ports/matroska/portfile.cmake | 10 +- .../vcpkg/ports/matroska/vcpkg.json | 9 +- .../vcpkg/ports/mbedtls/enable-pthread.patch | 30 +- .../vcpkg/ports/mbedtls/portfile.cmake | 4 +- .../vcpkg/ports/mbedtls/vcpkg.json | 2 +- .../vcpkg/ports/mchehab-zbar/portfile.cmake | 24 +- .../vcpkg/ports/mchehab-zbar/vcpkg.json | 12 +- external_imported/vcpkg/ports/mcpp/vcpkg.json | 4 +- .../mdl-sdk/001-freeimage-from-vcpkg.patch | 17 +- .../mdl-sdk/010-workaround-gcc-bit.patch | 13 + .../vcpkg/ports/mdl-sdk/011-fix-python.patch | 11 + .../vcpkg/ports/mdl-sdk/portfile.cmake | 21 + .../vcpkg/ports/mdl-sdk/vcpkg.json | 3 +- .../vcpkg/ports/mdns/portfile.cmake | 6 +- external_imported/vcpkg/ports/mdns/vcpkg.json | 2 +- .../vcpkg/ports/mdnsresponder/portfile.cmake | 32 +- .../vcpkg/ports/mdnsresponder/vcpkg.json | 10 +- .../vcpkg/ports/mdspan/portfile.cmake | 10 +- .../vcpkg/ports/mdspan/vcpkg.json | 2 +- .../ports/mecab/fix-missing-functional.patch | 12 + .../vcpkg/ports/mecab/portfile.cmake | 3 +- .../vcpkg/ports/mecab/vcpkg.json | 6 +- .../vcpkg/ports/memorymodule/vcpkg.json | 4 +- ...ver-llvm-move-to-modern-pass-manager.patch | 127 + .../vcpkg/ports/mesa/clover.patch | 63 - .../vcpkg/ports/mesa/def-fixes.patch | 3571 --- .../mesa/gallium-fix-build-with-llvm-17.patch | 42 + .../vcpkg/ports/mesa/portfile.cmake | 32 +- external_imported/vcpkg/ports/mesa/vcpkg.json | 16 +- .../vcpkg/ports/meshoptimizer/no-werror.patch | 16 - .../vcpkg/ports/meshoptimizer/portfile.cmake | 6 +- .../vcpkg/ports/meshoptimizer/vcpkg.json | 6 +- .../vcpkg/ports/mfl/portfile.cmake | 6 +- external_imported/vcpkg/ports/mfl/vcpkg.json | 2 +- .../ports/mfx-dispatch/fix-pkgconf.patch | 11 +- .../mfx-dispatch/fix-unresolved-symbol.patch | 3 +- .../vcpkg/ports/mfx-dispatch/vcpkg.json | 2 +- .../microsoft-signalr/find-msgpack.patch | 29 + .../ports/microsoft-signalr/portfile.cmake | 13 +- .../vcpkg/ports/microsoft-signalr/vcpkg.json | 19 +- .../vcpkg/ports/mikktspace/vcpkg.json | 4 +- .../vcpkg/ports/mimalloc/portfile.cmake | 8 +- .../ports/mimalloc/template-param-types.diff | 22 + external_imported/vcpkg/ports/mimalloc/usage | 4 + .../vcpkg/ports/mimalloc/vcpkg.json | 3 +- .../vcpkg/ports/minhook/portfile.cmake | 4 +- .../vcpkg/ports/minhook/vcpkg.json | 4 +- .../vcpkg/ports/miniaudio/portfile.cmake | 4 +- .../vcpkg/ports/miniaudio/vcpkg.json | 2 +- .../vcpkg/ports/minifb/portfile.cmake | 4 +- .../vcpkg/ports/minifb/vcpkg.json | 2 +- .../vcpkg/ports/miniply/fix-cmake.patch | 45 + .../vcpkg/ports/miniply/portfile.cmake | 21 + .../vcpkg/ports/miniply/vcpkg.json | 18 + .../minisat-master-keying/portfile.cmake | 13 +- .../ports/minisat-master-keying/vcpkg.json | 1 + .../vcpkg/ports/minitrace/CMakeLists.txt | 32 - .../vcpkg/ports/minitrace/portfile.cmake | 8 +- .../vcpkg/ports/minitrace/vcpkg.json | 3 +- .../vcpkg/ports/miniupnpc/cmakelists.diff | 11 - .../vcpkg/ports/miniupnpc/portfile.cmake | 25 +- .../vcpkg/ports/miniupnpc/vcpkg.json | 8 +- .../minizip-ng/Modify-header-file-path.patch | 13 - .../ports/minizip-ng/fix_find_zstd.patch | 27 + .../vcpkg/ports/minizip-ng/portfile.cmake | 16 +- .../vcpkg/ports/minizip-ng/vcpkg.json | 16 +- .../vcpkg/ports/minizip/0003-no-io64.patch | 49 - .../vcpkg/ports/minizip/CMakeLists.txt | 125 +- .../vcpkg/ports/minizip/android-fileapi.patch | 17 + .../vcpkg/ports/minizip/lib-to-def.cmake | 40 + .../vcpkg/ports/minizip/minizip-win32.def | 78 + .../ports/minizip/minizipConfig.cmake.in | 16 +- .../vcpkg/ports/minizip/pkgconfig.patch | 11 + .../vcpkg/ports/minizip/portfile.cmake | 59 +- .../minizip/unofficial-minizipConfig.cmake.in | 10 + external_imported/vcpkg/ports/minizip/usage | 4 +- .../vcpkg/ports/minizip/vcpkg.json | 13 +- .../vcpkg/ports/mio/portfile.cmake | 6 +- external_imported/vcpkg/ports/mio/vcpkg.json | 2 +- .../vcpkg/ports/mlpack/portfile.cmake | 4 +- .../vcpkg/ports/mlpack/vcpkg.json | 25 +- .../ports/mmloader/fix-platform-name.patch | 18 + .../vcpkg/ports/mmloader/portfile.cmake | 4 +- .../vcpkg/ports/mmloader/vcpkg.json | 2 +- .../vcpkg/ports/mnn/portfile.cmake | 7 +- external_imported/vcpkg/ports/mnn/vcpkg.json | 39 +- .../ports/modern-cpp-kafka/CMakeLists.txt | 27 + .../ports/modern-cpp-kafka/portfile.cmake | 32 + .../vcpkg/ports/modern-cpp-kafka/usage | 4 + .../vcpkg/ports/modern-cpp-kafka/vcpkg.json | 20 + .../disable-dynamic-when-static.patch | 72 +- .../mongo-c-driver/fix-dependencies.patch | 93 +- .../fix-include-directory.patch | 24 +- .../ports/mongo-c-driver/fix-mingw.patch | 59 +- .../ports/mongo-c-driver/pkgconfig.patch | 36 - .../vcpkg/ports/mongo-c-driver/portfile.cmake | 16 +- .../vcpkg/ports/mongo-c-driver/vcpkg.json | 3 +- .../mongo-cxx-driver/fix-dependencies.patch | 53 +- .../mongo-cxx-driver/fix-msvc-cxx17.patch | 13 - .../ports/mongo-cxx-driver/portfile.cmake | 11 +- .../vcpkg/ports/mongo-cxx-driver/vcpkg.json | 2 +- .../vcpkg/ports/mongoose/portfile.cmake | 4 +- .../vcpkg/ports/mongoose/vcpkg.json | 2 +- .../ports/monkeys-audio/fix-outdir.patch | 18 + .../vcpkg/ports/monkeys-audio/portfile.cmake | 25 +- .../remove-certificate-step.patch | 48 +- .../vcpkg/ports/monkeys-audio/vcpkg.json | 11 +- .../ports/moos-core/include_functional.patch | 12 + .../vcpkg/ports/moos-core/portfile.cmake | 7 +- .../vcpkg/ports/moos-core/vcpkg.json | 5 +- .../vcpkg/ports/moos-essential/vcpkg.json | 4 +- .../vcpkg/ports/moos-ui/vcpkg.json | 4 +- .../vcpkg/ports/morton-nd/vcpkg.json | 4 +- .../ports/mosquitto/0002-win64-support.patch | 18 - .../0005-websocket-shared-lib-name.patch | 40 +- .../mosquitto/0006-pthreads-for-windows.patch | 15 + .../vcpkg/ports/mosquitto/portfile.cmake | 6 +- .../vcpkg/ports/mosquitto/vcpkg.json | 3 +- .../vcpkg/ports/mozjpeg/portfile.cmake | 4 +- .../vcpkg/ports/mozjpeg/vcpkg.json | 2 +- .../vcpkg/ports/mp-units/config.patch | 16 +- .../vcpkg/ports/mp-units/portfile.cmake | 21 +- .../vcpkg/ports/mp-units/vcpkg.json | 29 +- .../vcpkg/ports/mp3lame/portfile.cmake | 6 +- .../vcpkg/ports/mp3lame/vcpkg.json | 11 +- .../vcpkg/ports/mpark-patterns/portfile.cmake | 23 + .../vcpkg/ports/mpark-patterns/usage | 5 + .../vcpkg/ports/mpark-patterns/vcpkg.json | 17 + .../vcpkg/ports/mpark-variant/vcpkg.json | 4 +- .../vcpkg/ports/mpc/portfile.cmake | 50 +- external_imported/vcpkg/ports/mpc/vcpkg.json | 3 +- .../vcpkg/ports/mpfr/portfile.cmake | 2 +- external_imported/vcpkg/ports/mpfr/vcpkg.json | 3 +- .../ports/mpg123/fix-checktypesize.patch | 14 + .../mpg123/fix-modules-cmake-cflags.patch | 19 + .../vcpkg/ports/mpg123/portfile.cmake | 9 +- .../vcpkg/ports/mpg123/vcpkg.json | 10 +- external_imported/vcpkg/ports/mpi/vcpkg.json | 4 +- .../ports/mpir/fix-static-include-files.patch | 69 + .../vcpkg/ports/mpir/portfile.cmake | 119 +- external_imported/vcpkg/ports/mpir/vcpkg.json | 13 +- .../vcpkg/ports/mqtt-cpp/portfile.cmake | 4 +- .../vcpkg/ports/mqtt-cpp/vcpkg.json | 2 +- .../ports/ms-gltf/fix-apple-filesystem.patch | 66 - .../vcpkg/ports/ms-gltf/portfile.cmake | 3 +- .../vcpkg/ports/ms-gltf/vcpkg.json | 5 +- .../vcpkg/ports/ms-gsl/vcpkg.json | 2 + .../vcpkg/ports/ms-ifc-sdk/portfile.cmake | 26 + .../vcpkg/ports/ms-ifc-sdk/usage | 8 + .../vcpkg/ports/ms-ifc-sdk/vcpkg.json | 18 + .../vcpkg/ports/msdfgen/portfile.cmake | 8 +- .../vcpkg/ports/msdfgen/vcpkg.json | 5 +- .../vcpkg/ports/msgpack-c/portfile.cmake | 28 + .../vcpkg/ports/msgpack-c/vcpkg.json | 17 + .../vcpkg/ports/msgpack/portfile.cmake | 8 +- .../vcpkg/ports/msgpack/vcpkg.json | 12 +- .../vcpkg/ports/msinttypes/vcpkg.json | 4 +- .../vcpkg/ports/mstch/vcpkg.json | 4 +- .../vcpkg/ports/mtlt/portfile.cmake | 23 + external_imported/vcpkg/ports/mtlt/usage | 4 + external_imported/vcpkg/ports/mtlt/vcpkg.json | 17 + .../vcpkg/ports/mujoco/vcpkg.json | 3 +- .../vcpkg/ports/murmur3/CMakeLists.txt | 47 + .../vcpkg/ports/murmur3/portfile.cmake | 28 + external_imported/vcpkg/ports/murmur3/usage | 3 + .../vcpkg/ports/murmur3/vcpkg.json | 17 + .../vcpkg/ports/murmurhash/vcpkg.json | 4 +- .../vcpkg/ports/mvfst/portfile.cmake | 6 +- .../vcpkg/ports/mvfst/vcpkg.json | 13 +- .../vcpkg/ports/mygui/Install-tools.patch | 12 +- .../vcpkg/ports/mygui/Use-vcpkg-sdl2.patch | 14 - .../vcpkg/ports/mygui/fix-osx-build.patch | 25 - .../vcpkg/ports/mygui/opengl.patch | 26 + .../vcpkg/ports/mygui/portfile.cmake | 13 +- .../vcpkg/ports/mygui/sdl2-static.patch | 35 + .../vcpkg/ports/mygui/vcpkg.json | 3 +- .../mysql-connector-cpp/dependencies.patch | 154 + .../mysql-connector-cpp/export-targets.patch | 2 +- .../fix-static-build8.patch | 26 - .../ports/mysql-connector-cpp/portfile.cmake | 23 +- .../ports/mysql-connector-cpp/vcpkg.json | 17 +- .../vcpkg/ports/nameof/portfile.cmake | 14 +- external_imported/vcpkg/ports/nameof/usage | 4 + .../vcpkg/ports/nameof/vcpkg.json | 2 +- external_imported/vcpkg/ports/nana/vcpkg.json | 5 +- .../vcpkg/ports/nano-signal-slot/vcpkg.json | 4 +- .../vcpkg/ports/nanobench/portfile.cmake | 46 +- .../vcpkg/ports/nanobench/vcpkg.json | 3 +- .../vcpkg/ports/nanodbc/no-werror.patch | 13 + .../vcpkg/ports/nanodbc/portfile.cmake | 1 + .../vcpkg/ports/nanodbc/vcpkg.json | 3 +- .../vcpkg/ports/nanoflann/portfile.cmake | 10 +- .../vcpkg/ports/nanoflann/vcpkg.json | 2 +- .../vcpkg/ports/nanojsonc/portfile.cmake | 19 + external_imported/vcpkg/ports/nanojsonc/usage | 4 + .../vcpkg/ports/nanojsonc/vcpkg.json | 18 + .../vcpkg/ports/nanomsg/portfile.cmake | 3 +- .../vcpkg/ports/nanomsg/vcpkg.json | 1 + .../ports/nanopb/fix-install-location.patch | 22 + .../vcpkg/ports/nanopb/portfile.cmake | 6 +- .../vcpkg/ports/nanopb/vcpkg.json | 1 + .../vcpkg/ports/nanoprintf/portfile.cmake | 8 +- .../vcpkg/ports/nanoprintf/vcpkg.json | 3 +- .../vcpkg/ports/nanort/vcpkg.json | 4 +- .../nayuki-qr-code-generator/portfile.cmake | 4 +- .../ports/nayuki-qr-code-generator/vcpkg.json | 3 +- .../vcpkg/ports/ncnn/portfile.cmake | 6 +- external_imported/vcpkg/ports/ncnn/vcpkg.json | 2 +- .../ports/ndis-driver-library/portfile.cmake | 11 + .../ports/ndis-driver-library/vcpkg.json | 7 + .../ned14-internal-quickcpplib/portfile.cmake | 28 +- .../sha_manifest.cmake | 4 +- .../ned14-internal-quickcpplib/vcpkg.json | 2 +- .../netcdf-c/fix-dependency-libzip.patch | 32 +- .../vcpkg/ports/netcdf-c/fix-pkgconfig.patch | 2 +- .../vcpkg/ports/netcdf-c/portfile.cmake | 4 +- .../vcpkg/ports/netcdf-c/use_targets.patch | 50 +- .../vcpkg/ports/netcdf-c/vcpkg.json | 27 +- .../vcpkg/ports/netcdf-cxx4/vcpkg.json | 4 +- .../vcpkg/ports/netgen/add_filesystem.patch | 12 + .../vcpkg/ports/netgen/cgns-scoped-enum.patch | 69 + .../ports/netgen/cmake-adjustments.patch | 14 + .../vcpkg/ports/netgen/downstream-fixes.patch | 25 + .../vcpkg/ports/netgen/git-ver.patch | 14 + .../vcpkg/ports/netgen/occ-78.patch | 159 + .../vcpkg/ports/netgen/portfile.cmake | 81 + .../vcpkg/ports/netgen/static-exports.patch | 38 + .../ports/netgen/vcpkg-fix-cgns-link.patch | 13 + .../vcpkg/ports/netgen/vcpkg.json | 36 + .../vcpkg/ports/nethost/portfile.cmake | 28 +- .../vcpkg/ports/nethost/vcpkg.json | 2 +- .../vcpkg/ports/nettle/ccas.patch | 39 +- .../vcpkg/ports/nettle/hogweed-arm.def | 282 + .../vcpkg/ports/nettle/hogweed-arm64.def | 282 + .../vcpkg/ports/nettle/install-dll.patch | 26 - .../vcpkg/ports/nettle/msvc-support.patch | 85 + .../vcpkg/ports/nettle/nettle-arm.def | 518 + .../vcpkg/ports/nettle/nettle-arm64.def | 542 + .../vcpkg/ports/nettle/portfile.cmake | 124 +- .../vcpkg/ports/nettle/vcpkg.json | 9 +- .../ports/networkdirect-sdk/portfile.cmake | 4 +- .../vcpkg/ports/networkdirect-sdk/vcpkg.json | 2 +- .../vcpkg/ports/nghttp2-asio/vcpkg.json | 21 +- .../vcpkg/ports/nghttp2/portfile.cmake | 10 +- .../vcpkg/ports/nghttp2/vcpkg.json | 3 +- .../vcpkg/ports/nghttp3/portfile.cmake | 2 +- .../vcpkg/ports/nghttp3/vcpkg.json | 2 +- .../vcpkg/ports/ngspice/Fix-C2065.patch | 68 +- .../vcpkg/ports/ngspice/portfile.cmake | 61 +- .../vcpkg/ports/ngspice/vcpkg.json | 9 +- .../ngtcp2/export-unofficical-target.patch | 68 +- .../vcpkg/ports/ngtcp2/portfile.cmake | 29 +- external_imported/vcpkg/ports/ngtcp2/usage | 4 + .../vcpkg/ports/ngtcp2/vcpkg.json | 4 +- .../vcpkg/ports/nifly/portfile.cmake | 10 + .../vcpkg/ports/nifly/vcpkg.json | 1 + .../vcpkg/ports/nifticlib/portfile.cmake | 11 +- .../vcpkg/ports/nifticlib/vcpkg.json | 3 +- .../vcpkg/ports/nlohmann-json/portfile.cmake | 4 +- .../vcpkg/ports/nlohmann-json/vcpkg.json | 2 +- .../vcpkg/ports/nmap/portfile.cmake | 42 +- external_imported/vcpkg/ports/nmap/vcpkg.json | 7 +- .../vcpkg/ports/nng/portfile.cmake | 6 +- external_imported/vcpkg/ports/nng/vcpkg.json | 3 +- .../vcpkg/ports/nngpp/vcpkg.json | 4 +- .../vcpkg/ports/node-addon-api/portfile.cmake | 2 +- .../unofficial-node-addon-api-config.cmake | 4 +- .../vcpkg/ports/node-addon-api/vcpkg.json | 4 +- .../ports/node-api-headers/CMakeLists.txt | 15 + .../ports/node-api-headers/portfile.cmake | 21 + ...nofficial-node-api-headers-config.cmake.in | 41 + .../vcpkg/ports/node-api-headers/usage | 23 + .../vcpkg/ports/node-api-headers/vcpkg.json | 20 + .../vcpkg/ports/node-api/portfile.cmake | 76 - .../unofficial-node-api-config.cmake.in | 38 - .../vcpkg/ports/node-api/vcpkg.json | 19 - .../vcpkg/ports/nodesoup/fix-cmakelists.patch | 28 + .../vcpkg/ports/nodesoup/portfile.cmake | 27 + external_imported/vcpkg/ports/nodesoup/usage | 4 + .../vcpkg/ports/nodesoup/vcpkg.json | 16 + .../vcpkg/ports/nonius/vcpkg.json | 4 +- .../vcpkg/ports/nowide/portfile.cmake | 12 +- .../vcpkg/ports/nowide/vcpkg.json | 2 +- .../gcc-11.2.0-compilation.patch | 22 + .../vcpkg/ports/nrf-ble-driver/portfile.cmake | 9 +- .../vcpkg/ports/nrf-ble-driver/vcpkg.json | 1 + .../vcpkg/ports/nspr/portfile.cmake | 6 +- external_imported/vcpkg/ports/nspr/vcpkg.json | 4 +- .../vcpkg/ports/nss/portfile.cmake | 6 +- external_imported/vcpkg/ports/nss/vcpkg.json | 3 +- .../vcpkg/ports/nsync/portfile.cmake | 4 +- .../vcpkg/ports/nsync/vcpkg.json | 3 +- .../vcpkg/ports/nt-wrapper/vcpkg.json | 4 +- .../vcpkg/ports/ntf-core/dont-use-lib64.patch | 17 + .../vcpkg/ports/ntf-core/portfile.cmake | 71 + external_imported/vcpkg/ports/ntf-core/usage | 9 + .../vcpkg/ports/ntf-core/vcpkg.json | 18 + .../ports/nu-book-zxing-cpp/portfile.cmake | 19 +- .../vcpkg/ports/nu-book-zxing-cpp/vcpkg.json | 3 +- .../vcpkg/ports/numactl/portfile.cmake | 4 +- .../vcpkg/ports/numactl/vcpkg.json | 3 +- .../vcpkg/ports/numcpp/portfile.cmake | 6 +- .../vcpkg/ports/numcpp/vcpkg.json | 4 +- .../vcpkg/ports/nuspell/portfile.cmake | 4 +- .../vcpkg/ports/nuspell/vcpkg.json | 3 +- .../vcpkg/ports/nyan-lang/portfile.cmake | 31 + .../vcpkg/ports/nyan-lang/vcpkg.json | 18 + .../vcpkg/ports/oatpp-sqlite/fix-usage.patch | 14 + .../vcpkg/ports/oatpp-sqlite/portfile.cmake | 4 +- .../vcpkg/ports/oatpp-sqlite/vcpkg.json | 2 +- .../vcpkg/ports/oatpp-zlib/fix-usage.patch | 13 + .../oatpp-zlib/missing-find_dependency.patch | 14 + .../vcpkg/ports/oatpp-zlib/portfile.cmake | 3 + .../vcpkg/ports/oatpp-zlib/vcpkg.json | 5 +- .../vcpkg/ports/oatpp/fix-target.patch | 12 + .../vcpkg/ports/oatpp/portfile.cmake | 2 + .../vcpkg/ports/oatpp/vcpkg.json | 2 +- .../vcpkg/ports/oboe/fix_install.patch | 16 + .../vcpkg/ports/oboe/portfile.cmake | 20 + external_imported/vcpkg/ports/oboe/vcpkg.json | 18 + .../vcpkg/ports/observer-ptr-lite/vcpkg.json | 4 +- .../vcpkg/ports/ocilib/portfile.cmake | 22 +- .../vcpkg/ports/ocilib/vcpkg.json | 11 +- .../vcpkg/ports/octomap/fix-compilation.patch | 22 + .../vcpkg/ports/octomap/portfile.cmake | 9 +- .../vcpkg/ports/octomap/vcpkg.json | 4 +- .../vcpkg/ports/ode/portfile.cmake | 7 +- external_imported/vcpkg/ports/ode/vcpkg.json | 4 +- .../ports/ogre-next/avoid-name-clashes.patch | 15 + .../ogre-next/environment-overrides.cmake | 16 - .../ports/ogre-next/fix-dependencies.patch | 69 + .../ogre-next/fix_find_package_sdl2.patch | 77 - .../vcpkg/ports/ogre-next/portfile.cmake | 150 +- .../ports/ogre-next/toolchain_fixes.patch | 317 +- .../vcpkg/ports/ogre-next/vcpkg.json | 61 +- .../vcpkg/ports/ogre/cfg-rel-paths.patch | 12 - .../vcpkg/ports/ogre/fix-dependencies.patch | 6 +- .../vcpkg/ports/ogre/portfile.cmake | 57 +- .../same-install-rules-all-platforms.patch | 14 + .../ports/ogre/swig-python-polyfill.patch | 6 +- external_imported/vcpkg/ports/ogre/vcpkg.json | 12 +- .../omniorb/add_win_into_autotools.patch | 315 + .../vcpkg/ports/omniorb/def_gen_fix.patch | 18 + .../vcpkg/ports/omniorb/fix_dependency.patch | 78 + .../omniorb/hardcode_vaargs_for_msvc.patch | 76 + .../ports/omniorb/msvc-src-build-fixes.patch | 13 + .../vcpkg/ports/omniorb/portfile.cmake | 219 + .../vcpkg/ports/omniorb/python-fixes.patch | 46 + .../ports/omniorb/release-debug-static.patch | 319 + .../vcpkg/ports/omniorb/vcpkg.json | 23 + .../vcpkg/ports/omniorb/vcpkg.mk | 89 + .../vcpkg/ports/onednn/portfile.cmake | 8 +- .../vcpkg/ports/onednn/vcpkg.json | 2 +- .../ports/onnx-optimizer/fix-cmakelists.patch | 131 +- .../vcpkg/ports/onnx-optimizer/portfile.cmake | 11 +- .../remove-outdate-headers.patch | 24 + .../vcpkg/ports/onnx-optimizer/vcpkg.json | 2 +- .../vcpkg/ports/onnx/portfile.cmake | 4 +- external_imported/vcpkg/ports/onnx/vcpkg.json | 2 +- .../ports/onnxruntime-gpu/portfile.cmake | 16 +- .../vcpkg/ports/onnxruntime-gpu/vcpkg.json | 2 +- .../vcpkg/ports/open62541/disable-docs.patch | 20 + .../vcpkg/ports/open62541/openssl.patch | 22 - .../vcpkg/ports/open62541/portfile.cmake | 32 +- .../vcpkg/ports/open62541/vcpkg.json | 4 +- .../vcpkg/ports/open62541pp/portfile.cmake | 28 + .../vcpkg/ports/open62541pp/usage | 4 + .../vcpkg/ports/open62541pp/vcpkg.json | 18 + ...da68951ea67a59bef7d4fcdf22334990c12a.patch | 54 + .../vcpkg/ports/openal-soft/portfile.cmake | 4 +- .../vcpkg/ports/openal-soft/vcpkg.json | 4 +- .../vcpkg/ports/openblas/fix-space-path.patch | 43 - .../vcpkg/ports/openblas/fix-uwp-build.patch | 35 - .../vcpkg/ports/openblas/portfile.cmake | 21 +- .../vcpkg/ports/openblas/uwp.patch | 51 +- .../vcpkg/ports/openblas/vcpkg.json | 7 +- .../ports/opencascade/dependencies.patch | 113 + .../ports/opencascade/drop-bin-letter-d.patch | 45 + .../opencascade/fix-depend-freetype.patch | 15 - .../ports/opencascade/fix-pdb-find.patch | 60 +- .../opencascade/install-include-dir.patch | 25 +- .../vcpkg/ports/opencascade/portfile.cmake | 98 +- .../vcpkg/ports/opencascade/vcpkg.json | 49 +- .../vcpkg/ports/opencl/portfile.cmake | 24 +- .../ports/opencl/vcpkg-cmake-wrapper.cmake | 11 +- .../vcpkg/ports/opencl/vcpkg.json | 3 +- .../opencolorio/fix-del-install-file.patch | 16 + .../ports/opencolorio/fix-dependency.patch | 73 +- .../ports/opencolorio/fix-func-param.patch | 93 + .../ports/opencolorio/fix-pkgconfig.patch | 2 +- .../vcpkg/ports/opencolorio/portfile.cmake | 15 +- .../vcpkg/ports/opencolorio/vcpkg.json | 7 +- .../vcpkg/ports/opencsg/vcpkg.json | 4 +- .../vcpkg/ports/opencv/vcpkg.json | 14 +- .../ports/opencv2/0020-missing-include.patch | 12 + .../vcpkg/ports/opencv2/portfile.cmake | 2 + .../vcpkg/ports/opencv2/vcpkg.json | 2 +- .../0003-force-package-requirements.patch | 13 + .../ports/opencv3/0019-missing-include.patch | 12 + .../ports/opencv3/0020-fix-supportqnx.patch | 21 + .../vcpkg/ports/opencv3/portfile.cmake | 11 +- .../vcpkg/ports/opencv3/vcpkg.json | 9 +- .../0003-force-package-requirements.patch | 13 + .../ports/opencv4/0017-fix-flatbuffers.patch | 20 + .../opencv4/0019-fix-ogre-dependency.patch | 9 + .../ports/opencv4/0019-missing-include.patch | 12 + .../opencv4/0020-fix-compat-cuda12.2.patch | 32 + .../ports/opencv4/0021-static-openvino.patch | 25 + .../ports/opencv4/0022-fix-supportqnx.patch | 21 + .../vcpkg/ports/opencv4/portfile.cmake | 93 +- .../vcpkg/ports/opencv4/vcpkg.json | 60 +- .../vcpkg/ports/openexr/avx.patch | 13 - .../openexr/fix-arm64-windows-build.patch | 13 + .../vcpkg/ports/openexr/portfile.cmake | 13 +- .../vcpkg/ports/openexr/vcpkg.json | 2 +- .../vcpkg/ports/openigtlink/vcpkg.json | 4 +- .../ports/openimageio/fix-openexr-dll.patch | 6 +- .../vcpkg/ports/openimageio/portfile.cmake | 16 +- .../vcpkg/ports/openimageio/vcpkg.json | 17 +- .../vcpkg/ports/openjpeg/vcpkg.json | 4 +- .../vcpkg/ports/openldap/portfile.cmake | 4 +- .../vcpkg/ports/openldap/vcpkg.json | 1 + .../ports/openmama/fix-dependencies.diff | 26 + .../vcpkg/ports/openmama/git-no-tags.diff | 13 + .../vcpkg/ports/openmama/portfile.cmake | 58 +- .../vcpkg/ports/openmama/vcpkg.json | 21 +- .../openmesh/fix-library-install-path.patch | 89 + .../vcpkg/ports/openmesh/fix-pkgconfig.patch | 22 + .../vcpkg/ports/openmesh/portfile.cmake | 39 +- .../restore-c++11-compatibility.patch | 25 + external_imported/vcpkg/ports/openmesh/usage | 5 - .../ports/openmesh/vcpkg-cmake-wrapper.cmake | 18 - .../vcpkg/ports/openmesh/vcpkg.json | 3 +- .../vcpkg/ports/openmpi/portfile.cmake | 9 +- .../vcpkg/ports/openmpi/vcpkg.json | 2 +- .../vcpkg/ports/openmvg/build_fixes.patch | 15 + .../vcpkg/ports/openmvg/vcpkg.json | 4 +- .../vcpkg/ports/openmvs/portfile.cmake | 7 + .../vcpkg/ports/openmvs/vcpkg.json | 2 + .../vcpkg/ports/openni2/portfile.cmake | 18 +- .../vcpkg/ports/openni2/vcpkg.json | 9 +- .../vcpkg/ports/openscap/fix-build.patch | 77 +- .../openscap/fix-buildflag-and-install.patch | 26 + .../vcpkg/ports/openscap/fix-utils.patch | 36 + .../vcpkg/ports/openscap/portfile.cmake | 15 +- .../vcpkg/ports/openscap/vcpkg.json | 12 +- .../vcpkg/ports/openslide/fix-win-build.patch | 15 +- .../vcpkg/ports/openslide/portfile.cmake | 2 +- .../vcpkg/ports/openslide/vcpkg.json | 3 +- .../vcpkg/ports/openssl/disable-apps.patch | 12 - .../ports/openssl/disable-install-docs.patch | 26 - .../vcpkg/ports/openssl/portfile.cmake | 24 +- .../ports/openssl/unix/Makefile.emscripten | 4 - .../vcpkg/ports/openssl/unix/configure | 2 +- .../ports/openssl/unix/move-openssldir.patch | 11 +- .../ports/openssl/unix/no-empty-dirs.patch | 10 +- .../unix/no-static-libs-for-shared.patch | 10 +- .../vcpkg/ports/openssl/unix/portfile.cmake | 10 +- .../vcpkg/ports/openssl/vcpkg.json | 12 +- .../ports/openssl/windows/portfile.cmake | 44 +- .../ports/opensubdiv/fix-feature-cuda.patch | 13 + .../vcpkg/ports/opensubdiv/portfile.cmake | 3 +- .../vcpkg/ports/opensubdiv/vcpkg.json | 1 + .../add-missing-find-dependency.patch | 13 + .../fix-nominmax-problems.patch | 224 + .../ports/opentelemetry-cpp/portfile.cmake | 44 +- .../support_absl_cxx17.patch | 16 - .../vcpkg/ports/opentelemetry-cpp/vcpkg.json | 24 +- .../fix_include_path.patch | 26 + .../opentelemetry-fluentd/portfile.cmake | 29 + .../ports/opentelemetry-fluentd/vcpkg.json | 22 + .../vcpkg/ports/openturns/portfile.cmake | 4 +- .../vcpkg/ports/openturns/vcpkg.json | 1 + .../vcpkg/ports/openvdb/0003-fix-cmake.patch | 137 - .../vcpkg/ports/openvdb/fix_cmake.patch | 115 + .../vcpkg/ports/openvdb/fix_nanovdb.patch | 22 + .../vcpkg/ports/openvdb/portfile.cmake | 34 +- .../vcpkg/ports/openvdb/vcpkg.json | 19 +- .../ports/openvino/001-disable-tools.patch | 13 + .../002-conditional-enabling-of-js-api.patch | 45 + .../vcpkg/ports/openvino/portfile.cmake | 143 + external_imported/vcpkg/ports/openvino/usage | 10 + .../vcpkg/ports/openvino/vcpkg.json | 155 + .../vcpkg/ports/openvpn3/vcpkg.json | 3 +- .../ports/openxr-loader/002-fix-hpp-gen.patch | 16 - .../vcpkg/ports/openxr-loader/portfile.cmake | 29 +- .../python3_8_compatibility.patch | 13 + .../vcpkg/ports/openxr-loader/vcpkg.json | 3 +- .../vcpkg/ports/optional-bare/vcpkg.json | 4 +- .../ports/opus/fix-pkgconfig-version.patch | 20 +- .../vcpkg/ports/opus/portfile.cmake | 6 +- external_imported/vcpkg/ports/opus/vcpkg.json | 3 +- .../orc/0003-dependencies-from-vcpkg.patch | 192 - .../vcpkg/ports/orc/fix-cmake.patch | 100 + .../vcpkg/ports/orc/fix-linux-error.patch | 21 - .../vcpkg/ports/orc/portfile.cmake | 36 +- external_imported/vcpkg/ports/orc/usage | 13 +- external_imported/vcpkg/ports/orc/vcpkg.json | 8 +- .../vcpkg/ports/orocos-kdl/portfile.cmake | 4 +- .../vcpkg/ports/orocos-kdl/vcpkg.json | 3 +- .../vcpkg/ports/osg/fix-sdl.patch | 13 - .../vcpkg/ports/osg/portfile.cmake | 32 +- external_imported/vcpkg/ports/osg/usage | 5 +- external_imported/vcpkg/ports/osg/vcpkg.json | 10 +- .../vcpkg/ports/osgearth/find-package.patch | 26 +- .../ports/osgearth/fix-osgearth-config.patch | 86 - .../vcpkg/ports/osgearth/portfile.cmake | 24 +- .../ports/osgearth/remove-lerc-gltf.patch | 18 +- .../vcpkg/ports/osgearth/vcpkg.json | 7 +- .../vcpkg/ports/osmanip/portfile.cmake | 2 +- .../vcpkg/ports/osmanip/vcpkg.json | 2 +- .../ports/outcome/fix-find-library.patch | 41 - .../outcome/fix-status-code-include.patch | 16 - .../vcpkg/ports/outcome/portfile.cmake | 11 +- .../vcpkg/ports/outcome/vcpkg.json | 3 +- .../vcpkg/ports/p-ranav-csv/vcpkg.json | 4 +- .../vcpkg/ports/p-ranav-csv2/vcpkg.json | 4 +- .../vcpkg/ports/pagmo2/vcpkg.json | 2 + .../paho-mqtt/fix-ODR-libuuid-linux.patch | 38 + .../vcpkg/ports/paho-mqtt/portfile.cmake | 32 +- .../vcpkg/ports/paho-mqtt/vcpkg.json | 7 +- .../ports/paho-mqttpp3/fix-dependency.patch | 84 - .../vcpkg/ports/paho-mqttpp3/portfile.cmake | 11 +- .../vcpkg/ports/paho-mqttpp3/vcpkg.json | 3 +- .../vcpkg/ports/palsigslot/portfile.cmake | 6 +- .../vcpkg/ports/palsigslot/vcpkg.json | 3 +- .../vcpkg/ports/pango/freetype2-pc.patch | 13 - .../vcpkg/ports/pango/portfile.cmake | 15 +- .../vcpkg/ports/pango/vcpkg.json | 15 +- .../vcpkg/ports/pangomm/portfile.cmake | 11 +- .../vcpkg/ports/pangomm/vcpkg.json | 5 +- .../ports/parallel-hashmap/portfile.cmake | 4 +- .../vcpkg/ports/parallel-hashmap/vcpkg.json | 2 +- .../vcpkg/ports/parallelstl/vcpkg.json | 4 +- .../vcpkg/ports/paraview/portfile.cmake | 10 +- .../vcpkg/ports/paraview/vcpkg.json | 2 +- .../vcpkg/ports/parquet/vcpkg.json | 4 +- .../vcpkg/ports/pbc/portfile.cmake | 55 +- .../ports/pbc/unofficial-pbc-config.cmake | 25 + external_imported/vcpkg/ports/pbc/vcpkg.json | 8 +- .../vcpkg/ports/pcapplusplus/CMakeLists.txt | 113 - .../vcpkg/ports/pcapplusplus/portfile.cmake | 26 +- .../vcpkg/ports/pcapplusplus/vcpkg.json | 7 +- external_imported/vcpkg/ports/pcg/vcpkg.json | 4 +- .../vcpkg/ports/pciids/acquire_pciids.cmake | 9 + .../vcpkg/ports/pciids/portfile.cmake | 15 + .../ports/pciids/vcpkg-port-config.cmake | 1 + .../vcpkg/ports/pciids/vcpkg.json | 8 + .../ports/pcl/add-gcc-version-check.patch | 2 +- .../vcpkg/ports/pcl/add_bigobj_option.patch | 15 - .../ports/pcl/disable_kinfu_for_cuda12.patch | 36 - .../vcpkg/ports/pcl/fix-clang-cl.patch | 26 + .../ports/pcl/fix-numeric-literals-flag.patch | 4 +- .../vcpkg/ports/pcl/fix-pcl-exports.patch | 25 + .../vcpkg/ports/pcl/fix_opennurbs_win32.patch | 24 - .../pcl/outofcore_viewer_remove_include.patch | 12 - .../vcpkg/ports/pcl/portfile.cmake | 78 +- external_imported/vcpkg/ports/pcl/vcpkg.json | 17 +- .../vcpkg/ports/pcre2/fix-cmake.patch | 334 + .../vcpkg/ports/pcre2/portfile.cmake | 39 +- external_imported/vcpkg/ports/pcre2/usage | 6 + .../vcpkg/ports/pcre2/vcpkg.json | 30 +- .../vcpkg/ports/pdal-c/portfile.cmake | 4 +- .../vcpkg/ports/pdal-c/vcpkg.json | 2 +- .../vcpkg/ports/pdal/fix-dependency.patch | 85 +- .../vcpkg/ports/pdal/fix-gcc-13-build.patch | 12 + .../ports/pdal/fix-gcc8-compatibility.patch | 15 - .../pdal/fix-unix-compiler-options.patch | 4 +- .../vcpkg/ports/pdal/gdal-3.7.patch | 22 + .../vcpkg/ports/pdal/install-dimbuilder.patch | 10 + .../vcpkg/ports/pdal/mingw.patch | 13 + .../vcpkg/ports/pdal/portfile.cmake | 24 +- external_imported/vcpkg/ports/pdal/usage | 2 +- external_imported/vcpkg/ports/pdal/vcpkg.json | 19 +- .../vcpkg/ports/pdcurses/portfile.cmake | 7 +- .../pdcurses/unofficial-pdcurses-config.cmake | 24 + .../vcpkg/ports/pdcurses/vcpkg.json | 5 +- .../vcpkg/ports/pdqsort/vcpkg.json | 4 +- .../vcpkg/ports/pe-parse/no-werror.patch | 26 + .../vcpkg/ports/pe-parse/portfile.cmake | 1 + .../vcpkg/ports/pe-parse/vcpkg.json | 1 + .../vcpkg/ports/pegtl-2/vcpkg.json | 4 +- .../vcpkg/ports/pegtl/portfile.cmake | 4 +- .../vcpkg/ports/pegtl/vcpkg.json | 2 +- .../vcpkg/ports/pfring/makefile.patch | 59 - .../vcpkg/ports/pfring/portfile.cmake | 85 +- .../ports/pfring/use-vcpkg-libpcap.patch | 146 - .../vcpkg/ports/pfring/vcpkg.json | 11 +- .../vcpkg/ports/pfultz2-linq/vcpkg.json | 4 +- .../vcpkg/ports/physx/fix-compiler-flag.patch | 75 - .../physx/omniverse-physx-sdk-config.cmake | 117 + .../vcpkg/ports/physx/portfile.cmake | 376 +- .../vcpkg/ports/physx/remove-werror.patch | 52 - external_imported/vcpkg/ports/physx/usage | 30 + .../vcpkg/ports/physx/vcpkg.json | 19 +- .../vcpkg/ports/picojson/vcpkg.json | 4 +- .../vcpkg/ports/picosha2/vcpkg.json | 4 +- .../vcpkg/ports/pipewire/portfile.cmake | 9 +- .../vcpkg/ports/pipewire/vcpkg.json | 2 +- .../vcpkg/ports/pkgconf/portfile.cmake | 6 +- .../vcpkg/ports/pkgconf/vcpkg.json | 3 +- .../ports/platform-folders/portfile.cmake | 2 +- .../vcpkg/ports/platform-folders/vcpkg.json | 1 + .../vcpkg/ports/plf-colony/portfile.cmake | 4 +- .../vcpkg/ports/plf-colony/vcpkg.json | 2 +- .../vcpkg/ports/plf-list/vcpkg.json | 4 +- .../vcpkg/ports/plf-nanotimer/vcpkg.json | 4 +- .../vcpkg/ports/plf-stack/vcpkg.json | 4 +- .../vcpkg/ports/plib/portfile.cmake | 4 +- external_imported/vcpkg/ports/plib/vcpkg.json | 4 +- .../vcpkg/ports/plog/portfile.cmake | 4 +- external_imported/vcpkg/ports/plog/vcpkg.json | 2 +- .../vcpkg/ports/plplot/portfile.cmake | 2 +- .../vcpkg/ports/plplot/vcpkg.json | 2 +- .../vcpkg/ports/plustache/vcpkg.json | 4 +- .../vcpkg/ports/pmdk/portfile.cmake | 49 +- .../vcpkg/ports/pmdk/remove_getopt.patch | 233 + external_imported/vcpkg/ports/pmdk/vcpkg.json | 11 +- .../vcpkg/ports/pmp-library/portfile.cmake | 25 + .../vcpkg/ports/pmp-library/vcpkg.json | 19 + .../vcpkg/ports/pngpp/portfile.cmake | 4 +- .../vcpkg/ports/pngpp/vcpkg.json | 2 +- .../vcpkg/ports/pngwriter/vcpkg.json | 4 +- .../vcpkg/ports/pocketfft/portfile.cmake | 13 + .../vcpkg/ports/pocketfft/vcpkg.json | 7 + .../vcpkg/ports/poco/portfile.cmake | 23 +- external_imported/vcpkg/ports/poco/vcpkg.json | 3 +- .../ports/podofo/0002-HAVE_UNISTD_H.patch | 15 - .../vcpkg/ports/podofo/0003-uwp_fix.patch | 15 - .../vcpkg/ports/podofo/0005-fix-crypto.patch | 29 - .../vcpkg/ports/podofo/fix-compiler.patch | 12 - .../ports/podofo/fix-interface-include.patch | 20 + .../vcpkg/ports/podofo/fix-x64-osx.patch | 13 - .../vcpkg/ports/podofo/freetype.patch | 18 - .../ports/podofo/install-cmake-config.patch | 49 - .../vcpkg/ports/podofo/portfile.cmake | 75 +- external_imported/vcpkg/ports/podofo/usage | 4 + .../vcpkg/ports/podofo/vcpkg.json | 35 +- .../vcpkg/ports/poly2tri/CMakeLists.txt | 64 - .../ports/poly2tri/fix-sweep-h-codepage.patch | 13 - .../vcpkg/ports/poly2tri/portfile.cmake | 25 - .../vcpkg/ports/poly2tri/vcpkg.json | 18 - .../vcpkg/ports/polyclipping/vcpkg.json | 4 +- .../vcpkg/ports/polyhook2/fix-dep.patch | 62 + .../vcpkg/ports/polyhook2/portfile.cmake | 11 +- .../vcpkg/ports/polyhook2/vcpkg.json | 30 +- .../vcpkg/ports/ponder/vcpkg.json | 4 +- .../vcpkg/ports/poppler/portfile.cmake | 38 +- .../vcpkg/ports/poppler/vcpkg.json | 11 +- .../portable-file-dialogs/portfile.cmake | 11 + .../ports/portable-file-dialogs/vcpkg.json | 16 + .../ports/portable-snippets/CMakeLists.txt | 4 + .../vcpkg/ports/portable-snippets/vcpkg.json | 2 +- .../ports/portaudio/framework_link.patch | 34 + .../vcpkg/ports/portaudio/portfile.cmake | 1 + .../vcpkg/ports/portaudio/vcpkg.json | 2 +- .../vcpkg/ports/portmidi/framework_link.patch | 49 + .../vcpkg/ports/portmidi/portfile.cmake | 1 + .../vcpkg/ports/portmidi/vcpkg.json | 4 +- .../vcpkg/ports/portsmf/portfile.cmake | 17 +- .../vcpkg/ports/portsmf/vcpkg.json | 5 +- .../vcpkg/ports/ppconsul/vcpkg.json | 4 +- .../vcpkg/ports/ppmagic/vcpkg.json | 4 +- .../vcpkg/ports/pprint/vcpkg.json | 4 +- external_imported/vcpkg/ports/pqp/vcpkg.json | 4 +- .../pravila00-enum-string/portfile.cmake | 13 + .../ports/pravila00-enum-string/vcpkg.json | 7 + .../pravila00-make-vector/portfile.cmake | 11 + .../ports/pravila00-make-vector/vcpkg.json | 7 + .../ports/proj/fix-proj4-targets-cmake.patch | 10 +- .../vcpkg/ports/proj/portfile.cmake | 12 +- .../vcpkg/ports/proj/remove-doc.patch | 37 - .../proj/remove_toolset_restriction.patch | 19 + external_imported/vcpkg/ports/proj/vcpkg.json | 3 +- .../vcpkg/ports/protobuf-c/portfile.cmake | 2 +- .../vcpkg/ports/protobuf-c/vcpkg.json | 7 +- .../vcpkg/ports/protobuf/portfile.cmake | 11 + .../vcpkg/ports/protobuf/vcpkg.json | 1 + .../vcpkg/ports/proxsuite/portfile.cmake | 37 + .../vcpkg/ports/proxsuite/vcpkg.json | 18 + .../vcpkg/ports/proxy/portfile.cmake | 4 +- .../vcpkg/ports/proxy/vcpkg.json | 2 +- .../vcpkg/ports/proxygen/fix-dependency.patch | 75 + .../proxygen/fix-zstd-zlib-dependency.patch | 14 +- .../vcpkg/ports/proxygen/portfile.cmake | 11 +- .../vcpkg/ports/proxygen/vcpkg.json | 4 +- .../vcpkg/ports/psimd/vcpkg.json | 4 +- .../vcpkg/ports/ptc-print/portfile.cmake | 4 +- .../vcpkg/ports/ptc-print/vcpkg.json | 2 +- .../vcpkg/ports/pthread/vcpkg.json | 4 +- .../vcpkg/ports/pthreads/portfile.cmake | 5 +- .../vcpkg/ports/pthreads/vcpkg.json | 2 +- .../ports/pthreads/whitespace_in_path.patch | 27 + .../vcpkg/ports/pugixml/portfile.cmake | 8 +- .../vcpkg/ports/pugixml/vcpkg.json | 2 +- .../0001-use-find-package.patch | 82 + .../ports/pulsar-client-cpp/portfile.cmake | 41 + .../unofficial-pulsar-config.cmake | 84 + .../vcpkg/ports/pulsar-client-cpp/usage | 4 + .../vcpkg/ports/pulsar-client-cpp/vcpkg.json | 50 + .../vcpkg/ports/pulzed-mini/portfile.cmake | 12 + .../vcpkg/ports/pulzed-mini/vcpkg.json | 7 + .../vcpkg/ports/pybind11/fix-debug-link.patch | 12 + .../vcpkg/ports/pybind11/portfile.cmake | 16 +- external_imported/vcpkg/ports/pybind11/usage | 23 + .../vcpkg/ports/pybind11/vcpkg.json | 3 +- .../vcpkg/ports/python2/portfile.cmake | 51 +- .../vcpkg/ports/python2/vcpkg.json | 11 +- .../0001-only-build-required-projects.patch | 4 +- .../ports/python3/0002-static-library.patch | 67 +- .../ports/python3/0003-use-vcpkg-zlib.patch | 8 +- .../0004-devendor-external-dependencies.patch | 2 +- .../0006-restore-support-for-windows-7.patch | 323 +- .../vcpkg/ports/python3/0009-bz2d.patch | 32 - .../ports/python3/0010-dont-skip-rpath.patch | 179 +- .../python3/0012-force-disable-curses.patch | 12 - .../python3/0012-force-disable-modules.patch | 13 + .../python3/0013-configure-no-libcrypt.patch | 42 - .../0014-fix-get-python-inc-output.patch | 44 + .../python3/0015-dont-use-WINDOWS-def.patch | 13 + .../ports/python3/0016-fix-win-cross.patch | 34 + .../python3/0016-undup-ffi-symbols.patch | 14 + .../vcpkg/ports/python3/0017-fix-win.patch | 34 + .../python3/0018-fix-sysconfig-include.patch | 27 + .../vcpkg/ports/python3/openssl.props.in | 9 + .../vcpkg/ports/python3/portfile.cmake | 126 +- .../vcpkg/ports/python3/python_vcpkg.props.in | 21 +- .../vcpkg/ports/python3/usage.unix | 2 +- .../vcpkg/ports/python3/usage.win | 2 +- .../ports/python3/vcpkg-port-config.cmake | 12 + .../vcpkg/ports/python3/vcpkg.json | 9 +- .../ports/qca/0002-fix-build-error.patch | 31 - .../vcpkg/ports/qca/portfile.cmake | 16 +- external_imported/vcpkg/ports/qca/vcpkg.json | 2 +- .../vcpkg/ports/qcoro/portfile.cmake | 58 + external_imported/vcpkg/ports/qcoro/usage | 36 + .../vcpkg/ports/qcoro/vcpkg.json | 56 + .../vcpkg/ports/qcustomplot/config.patch | 25 + .../vcpkg/ports/qcustomplot/portfile.cmake | 46 +- .../vcpkg/ports/qcustomplot/vcpkg.json | 14 +- .../vcpkg/ports/qoi/portfile.cmake | 13 + external_imported/vcpkg/ports/qoi/vcpkg.json | 7 + .../vcpkg/ports/qoixx/portfile.cmake | 13 + .../vcpkg/ports/qoixx/vcpkg.json | 7 + .../ports/qpid-proton/fix-dependencies.patch | 73 +- .../vcpkg/ports/qpid-proton/portfile.cmake | 29 +- .../vcpkg/ports/qpid-proton/vcpkg.json | 4 +- .../vcpkg/ports/qscintilla/portfile.cmake | 29 +- .../vcpkg/ports/qscintilla/vcpkg.json | 13 +- .../config_changes.patch | 13 - .../qt-advanced-docking-system/portfile.cmake | 20 +- .../ports/qt-advanced-docking-system/qt.patch | 11 - .../qt-advanced-docking-system/vcpkg.json | 4 +- external_imported/vcpkg/ports/qt/vcpkg.json | 9 +- external_imported/vcpkg/ports/qt3d/vcpkg.json | 2 +- .../vcpkg/ports/qt5-3d/portfile.cmake | 51 +- .../vcpkg/ports/qt5-3d/vcpkg.json | 8 +- .../vcpkg/ports/qt5-activeqt/portfile.cmake | 8 +- .../vcpkg/ports/qt5-activeqt/vcpkg.json | 5 +- .../vcpkg/ports/qt5-androidextras/vcpkg.json | 2 +- .../qt5-base/cmake/qt_build_submodule.cmake | 5 + .../cmake/qt_download_submodule.cmake | 13 +- .../ports/qt5-base/cmake/qt_port_hashes.cmake | 82 +- .../0001-CVE-2023-51714-qtbase-5.15.diff | 38 + .../0002-CVE-2023-51714-qtbase-5.15.diff | 59 + .../patches/CVE-2023-24607-qtbase-5.15.diff | 332 + .../patches/CVE-2023-32762-qtbase-5.15.diff | 13 + .../patches/CVE-2023-32763-qtbase-5.15.diff | 45 + .../patches/CVE-2023-33285-qtbase-5.15.diff | 68 + .../patches/CVE-2023-34410-qtbase-5.15.diff | 52 + .../patches/CVE-2023-37369-qtbase-5.15.diff | 203 + .../patches/CVE-2023-38197-qtbase-5.15.diff | 219 + .../patches/CVE-2023-43114-5.15.patch | 120 + .../patches/XKB_KEY_dead_lowline.patch | 18 + .../patches/patch-qtbase-memory_resource.diff | 43 + .../ports/qt5-base/patches/qtbug_96392.patch | 27 + .../ports/qt5-base/patches/xcode-15.patch | 28 + .../vcpkg/ports/qt5-base/portfile.cmake | 45 +- .../vcpkg/ports/qt5-base/vcpkg.json | 4 +- .../vcpkg/ports/qt5-canvas3d/vcpkg.json | 4 +- .../vcpkg/ports/qt5-charts/vcpkg.json | 2 +- .../vcpkg/ports/qt5-connectivity/vcpkg.json | 2 +- .../vcpkg/ports/qt5-datavis3d/vcpkg.json | 2 +- .../ports/qt5-declarative/portfile.cmake | 11 +- .../vcpkg/ports/qt5-declarative/vcpkg.json | 25 +- .../vcpkg/ports/qt5-doc/vcpkg.json | 2 +- .../vcpkg/ports/qt5-gamepad/vcpkg.json | 2 +- .../ports/qt5-graphicaleffects/vcpkg.json | 2 +- .../ports/qt5-imageformats/portfile.cmake | 66 +- .../vcpkg/ports/qt5-imageformats/vcpkg.json | 49 +- .../ports/qt5-location/missing-include.patch | 12 + .../vcpkg/ports/qt5-location/portfile.cmake | 2 +- .../vcpkg/ports/qt5-location/vcpkg.json | 2 +- .../vcpkg/ports/qt5-macextras/vcpkg.json | 2 +- .../vcpkg/ports/qt5-mqtt/vcpkg.json | 2 +- .../vcpkg/ports/qt5-multimedia/portfile.cmake | 2 +- .../vcpkg/ports/qt5-multimedia/vcpkg.json | 2 +- .../vcpkg/ports/qt5-multimedia/xcode15.patch | 12 + .../vcpkg/ports/qt5-networkauth/vcpkg.json | 2 +- .../vcpkg/ports/qt5-purchasing/vcpkg.json | 2 +- .../vcpkg/ports/qt5-quickcontrols/vcpkg.json | 2 +- .../vcpkg/ports/qt5-quickcontrols2/vcpkg.json | 2 +- .../vcpkg/ports/qt5-remoteobjects/vcpkg.json | 2 +- .../vcpkg/ports/qt5-script/vcpkg.json | 2 +- .../vcpkg/ports/qt5-scxml/vcpkg.json | 2 +- .../vcpkg/ports/qt5-sensors/vcpkg.json | 2 +- .../vcpkg/ports/qt5-serialbus/vcpkg.json | 2 +- .../vcpkg/ports/qt5-serialport/vcpkg.json | 2 +- .../vcpkg/ports/qt5-speech/vcpkg.json | 2 +- .../qt5-svg/CVE-2023-32573-qtsvg-5.15.diff | 32 + .../vcpkg/ports/qt5-svg/portfile.cmake | 6 +- .../vcpkg/ports/qt5-svg/vcpkg.json | 2 +- .../fix-pkgconfig-qt5uiplugin-not-found.patch | 14 + .../vcpkg/ports/qt5-tools/portfile.cmake | 5 +- .../vcpkg/ports/qt5-tools/vcpkg.json | 2 +- .../vcpkg/ports/qt5-translations/vcpkg.json | 2 +- .../ports/qt5-virtualkeyboard/vcpkg.json | 3 +- .../vcpkg/ports/qt5-wayland/vcpkg.json | 2 +- .../vcpkg/ports/qt5-webchannel/vcpkg.json | 2 +- .../vcpkg/ports/qt5-webengine/portfile.cmake | 9 +- .../vcpkg/ports/qt5-webengine/vcpkg.json | 3 +- .../workaround-msvc2022-ice.patch | 101 - ...include-in-chromium-ui-accessability.patch | 10 + .../vcpkg/ports/qt5-webglplugin/vcpkg.json | 2 +- .../vcpkg/ports/qt5-websockets/vcpkg.json | 2 +- .../vcpkg/ports/qt5-webview/vcpkg.json | 2 +- .../vcpkg/ports/qt5-winextras/vcpkg.json | 2 +- .../vcpkg/ports/qt5-x11extras/vcpkg.json | 3 +- .../vcpkg/ports/qt5-xmlpatterns/vcpkg.json | 2 +- external_imported/vcpkg/ports/qt5/vcpkg.json | 3 +- .../vcpkg/ports/qt5compat/portfile.cmake | 7 +- .../vcpkg/ports/qt5compat/vcpkg.json | 2 +- .../vcpkg/ports/qtactiveqt/vcpkg.json | 2 +- .../bump-cmake-version.patch | 11 - .../ports/qtapplicationmanager/portfile.cmake | 2 +- .../ports/qtapplicationmanager/vcpkg.json | 2 +- .../vcpkg/ports/qtbase/GLIB2-static.patch | 28 + .../ports/qtbase/clang-cl_QGADGET_fix.diff | 2 +- .../qtbase/clang-cl_source_location.patch | 6 +- .../qtbase/cmake/qt_install_submodule.cmake | 15 +- .../ports/qtbase/cmake/qt_port_data.cmake | 95 +- .../ports/qtbase/cmake/qt_port_details.cmake | 57 +- .../ports/qtbase/fix-host-aliasing.patch | 17 + .../ports/qtbase/fix_cmake_build_type.patch | 24 + .../0001-CVE-2023-51714-qtbase-6.6.diff | 36 + .../0002-CVE-2023-51714-qtbase-6.6.diff | 44 + .../vcpkg/ports/qtbase/portfile.cmake | 91 +- .../vcpkg/ports/qtbase/vcpkg.json | 83 +- .../vcpkg/ports/qtbase/windeployqt.debug.bat | 2 +- .../vcpkg/ports/qtcharts/vcpkg.json | 2 +- .../vcpkg/ports/qtcoap/vcpkg.json | 2 +- .../vcpkg/ports/qtconnectivity/portfile.cmake | 2 + .../vcpkg/ports/qtconnectivity/vcpkg.json | 2 +- .../vcpkg/ports/qtdatavis3d/vcpkg.json | 2 +- .../vcpkg/ports/qtdeclarative/portfile.cmake | 1 + .../vcpkg/ports/qtdeclarative/vcpkg.json | 3 +- .../vcpkg/ports/qtdeviceutilities/vcpkg.json | 2 +- .../vcpkg/ports/qtdoc/vcpkg.json | 2 +- .../vcpkg/ports/qtgraphs/portfile.cmake | 8 + .../vcpkg/ports/qtgraphs/vcpkg.json | 26 + .../vcpkg/ports/qtgrpc/portfile.cmake | 17 + .../vcpkg/ports/qtgrpc/protoc-host.patch | 23 + .../vcpkg/ports/qtgrpc/vcpkg.json | 26 + .../vcpkg/ports/qthttpserver/vcpkg.json | 2 +- .../no_target_promotion_latest.patch | 4 +- .../vcpkg/ports/qtimageformats/vcpkg.json | 2 +- .../ports/qtinterfaceframework/portfile.cmake | 2 + .../requirements_minimal.txt | 2 +- .../ports/qtinterfaceframework/vcpkg.json | 2 +- .../vcpkg/ports/qtkeychain-qt6/portfile.cmake | 5 +- .../vcpkg/ports/qtkeychain-qt6/vcpkg.json | 3 +- .../vcpkg/ports/qtkeychain/portfile.cmake | 5 +- .../vcpkg/ports/qtkeychain/vcpkg.json | 4 +- .../vcpkg/ports/qtlanguageserver/vcpkg.json | 2 +- .../vcpkg/ports/qtlocation/portfile.cmake | 16 +- .../vcpkg/ports/qtlocation/vcpkg.json | 14 +- .../vcpkg/ports/qtlottie/vcpkg.json | 2 +- .../vcpkg/ports/qtmqtt/vcpkg.json | 2 +- .../vcpkg/ports/qtmultimedia/portfile.cmake | 4 +- .../qtmultimedia/static_find_modules.patch | 11 - .../vcpkg/ports/qtmultimedia/vcpkg.json | 3 +- .../vcpkg/ports/qtnetworkauth/vcpkg.json | 2 +- .../vcpkg/ports/qtopcua/fix-build.patch | 27 + .../vcpkg/ports/qtopcua/portfile.cmake | 8 +- .../vcpkg/ports/qtopcua/vcpkg.json | 6 +- .../qtpositioning/devendor-poly2tri.patch | 37 + .../vcpkg/ports/qtpositioning/portfile.cmake | 3 + .../vcpkg/ports/qtpositioning/vcpkg.json | 7 +- .../vcpkg/ports/qtquick3d/portfile.cmake | 1 + .../vcpkg/ports/qtquick3d/vcpkg.json | 2 +- .../vcpkg/ports/qtquick3dphysics/vcpkg.json | 2 +- .../ports/qtquickeffectmaker/portfile.cmake | 14 + .../vcpkg/ports/qtquickeffectmaker/vcpkg.json | 29 + .../vcpkg/ports/qtquicktimeline/vcpkg.json | 2 +- .../vcpkg/ports/qtremoteobjects/vcpkg.json | 2 +- .../vcpkg/ports/qtscxml/vcpkg.json | 2 +- .../vcpkg/ports/qtsensors/vcpkg.json | 2 +- .../vcpkg/ports/qtserialbus/vcpkg.json | 2 +- .../vcpkg/ports/qtserialport/vcpkg.json | 4 +- .../vcpkg/ports/qtshadertools/vcpkg.json | 2 +- .../vcpkg/ports/qtspeech/portfile.cmake | 1 + .../vcpkg/ports/qtspeech/vcpkg.json | 2 +- .../vcpkg/ports/qtsvg/vcpkg.json | 2 +- .../ports/qttools/devendor-litehtml.patch | 13 + .../vcpkg/ports/qttools/portfile.cmake | 9 +- .../vcpkg/ports/qttools/vcpkg.json | 11 +- .../vcpkg/ports/qttranslations/vcpkg.json | 2 +- .../ports/qtvirtualkeyboard/portfile.cmake | 18 +- .../vcpkg/ports/qtvirtualkeyboard/vcpkg.json | 10 +- .../vcpkg/ports/qtwayland/vcpkg.json | 2 +- .../vcpkg/ports/qtwebchannel/vcpkg.json | 2 +- .../vcpkg/ports/qtwebengine/clang-cl.patch | 24 + .../ports/qtwebengine/msvc-template.patch | 140 + .../vcpkg/ports/qtwebengine/portfile.cmake | 13 +- .../vcpkg/ports/qtwebengine/vcpkg.json | 12 +- .../vcpkg/ports/qtwebsockets/vcpkg.json | 2 +- .../vcpkg/ports/qtwebview/portfile.cmake | 6 +- .../vcpkg/ports/qtwebview/vcpkg.json | 15 +- .../vcpkg/ports/quantlib/portfile.cmake | 4 +- .../vcpkg/ports/quantlib/vcpkg.json | 3 +- .../vcpkg/ports/quaternions/vcpkg.json | 4 +- .../vcpkg/ports/quazip/portfile.cmake | 23 +- .../vcpkg/ports/quazip/vcpkg.json | 24 +- .../vcpkg/ports/quickfast/CMakeLists.txt | 2 + .../vcpkg/ports/quickfast/vcpkg.json | 2 +- .../ports/quickfix/00001-fix-build.patch | 2 +- .../vcpkg/ports/quickfix/vcpkg.json | 2 +- .../vcpkg/ports/quill/portfile.cmake | 11 +- .../vcpkg/ports/quill/vcpkg.json | 3 +- .../vcpkg/ports/qwt/portfile.cmake | 65 +- .../ports/qwt/unofficial-qwt-config.cmake | 48 + external_imported/vcpkg/ports/qwt/vcpkg.json | 5 +- .../vcpkg/ports/rabit/vcpkg.json | 4 +- .../vcpkg/ports/ragel/vcpkg.json | 4 +- .../vcpkg/ports/range-v3-vs2015/vcpkg.json | 4 +- .../vcpkg/ports/rapidfuzz/portfile.cmake | 6 +- .../vcpkg/ports/rapidfuzz/vcpkg.json | 2 +- .../vcpkg/ports/rapidjson/portfile.cmake | 7 +- .../vcpkg/ports/rapidjson/vcpkg.json | 4 +- .../vcpkg/ports/rapidxml-ns/vcpkg.json | 4 +- .../vcpkg/ports/rapidxml/vcpkg.json | 4 +- .../ports/rappture/include_functional.patch | 12 + .../vcpkg/ports/rappture/portfile.cmake | 19 +- .../vcpkg/ports/rappture/vcpkg.json | 2 +- .../vcpkg/ports/raygui/portfile.cmake | 2 +- .../vcpkg/ports/raygui/vcpkg.json | 2 +- .../vcpkg/ports/raylib/portfile.cmake | 15 +- .../vcpkg/ports/raylib/vcpkg.json | 4 +- .../vcpkg/ports/rbdl/portfile.cmake | 4 +- external_imported/vcpkg/ports/rbdl/vcpkg.json | 4 +- .../vcpkg/ports/re2/portfile.cmake | 46 +- external_imported/vcpkg/ports/re2/vcpkg.json | 3 +- .../ports/reactiveplusplus/portfile.cmake | 4 +- .../vcpkg/ports/reactiveplusplus/vcpkg.json | 2 +- .../vcpkg/ports/readline-unix/8.2p1.diff | 24 + .../vcpkg/ports/readline-unix/portfile.cmake | 12 +- .../vcpkg/ports/readline-unix/vcpkg.json | 1 + .../vcpkg/ports/readline-win32/CMakeLists.txt | 66 - .../vcpkg/ports/readline-win32/config.h | 58 - .../vcpkg/ports/readline-win32/portfile.cmake | 20 +- .../vcpkg/ports/readline-win32/vcpkg.json | 6 +- .../vcpkg/ports/readline/portfile.cmake | 1 + external_imported/vcpkg/ports/readline/usage | 10 + .../vcpkg/ports/readline/vcpkg.json | 4 +- .../vcpkg/ports/realsense2/fix-osx.patch | 73 + .../ports/realsense2/fix_config_osx.patch | 12 - .../vcpkg/ports/realsense2/portfile.cmake | 12 +- .../vcpkg/ports/realsense2/vcpkg.json | 7 +- .../vcpkg/ports/recast/CMakeLists.txt | 67 - .../vcpkg/ports/recast/portfile.cmake | 25 +- .../vcpkg/ports/recast/vcpkg.json | 14 +- .../fix-detail-mesh-edge-detection.patch | 103 + .../ports/recastnavigation/portfile.cmake | 30 + .../vcpkg/ports/recastnavigation/vcpkg.json | 18 + .../redis-plus-plus/fix-absolute-path.patch | 13 + .../fix-dependency-libuv.patch | 2 +- .../ports/redis-plus-plus/portfile.cmake | 28 +- .../vcpkg/ports/redis-plus-plus/vcpkg.json | 14 +- .../vcpkg/ports/refl-cpp/portfile.cmake | 4 +- .../vcpkg/ports/refl-cpp/vcpkg.json | 3 +- .../ports/refprop-headers/portfile.cmake | 15 +- .../ports/refprop-headers/unicode-build.diff | 13 + .../vcpkg/ports/refprop-headers/vcpkg.json | 8 +- .../vcpkg/ports/rendergraph/portfile.cmake | 11 +- .../vcpkg/ports/rendergraph/vcpkg.json | 2 +- .../ports/reproc/fix-gcc13-build-error.patch | 28 + .../vcpkg/ports/reproc/portfile.cmake | 10 +- .../vcpkg/ports/reproc/vcpkg.json | 2 +- .../vcpkg/ports/restbed/vcpkg.json | 3 +- .../vcpkg/ports/restinio/portfile.cmake | 25 +- .../vcpkg/ports/restinio/vcpkg.json | 5 +- .../vcpkg/ports/rhash/portfile.cmake | 4 +- .../vcpkg/ports/rhash/vcpkg.json | 3 +- .../vcpkg/ports/rhasheq/find-rhash.patch | 39 + .../vcpkg/ports/rhasheq/portfile.cmake | 20 +- .../vcpkg/ports/rhasheq/vcpkg.json | 4 +- .../vcpkg/ports/riffcpp/vcpkg.json | 4 +- .../rivers/add-install-configuration.patch | 76 + .../vcpkg/ports/rivers/portfile.cmake | 28 + .../vcpkg/ports/rivers/vcpkg.json | 25 + .../vcpkg/ports/rmlui/add-robin-hood.patch | 18 +- .../vcpkg/ports/rmlui/portfile.cmake | 4 +- .../vcpkg/ports/rmlui/vcpkg.json | 2 +- .../vcpkg/ports/rmqcpp/portfile.cmake | 29 + external_imported/vcpkg/ports/rmqcpp/usage | 4 + .../vcpkg/ports/rmqcpp/vcpkg.json | 36 + .../vcpkg/ports/roaring/portfile.cmake | 16 +- .../vcpkg/ports/roaring/vcpkg.json | 2 +- .../ports/rocksdb/0001-fix-dependencies.patch | 122 + .../rocksdb/0002-only-build-one-flavor.patch | 29 - .../ports/rocksdb/0003-use-find-package.patch | 61 - .../0004-fix-dependency-in-config.patch | 22 - .../0005-do-not-install-cmake-modules.patch | 13 - .../vcpkg/ports/rocksdb/portfile.cmake | 50 +- .../vcpkg/ports/rocksdb/vcpkg.json | 29 +- external_imported/vcpkg/ports/rply/vcpkg.json | 4 +- .../vcpkg/ports/rsasynccpp/portfile.cmake | 22 +- .../vcpkg/ports/rsasynccpp/vcpkg.json | 9 +- .../vcpkg/ports/rsm-binary-io/portfile.cmake | 4 +- .../vcpkg/ports/rsm-binary-io/vcpkg.json | 2 +- .../vcpkg/ports/rsm-bsa/portfile.cmake | 4 +- .../vcpkg/ports/rsm-bsa/vcpkg.json | 7 +- .../vcpkg/ports/rsm-mmio/portfile.cmake | 4 +- .../vcpkg/ports/rsm-mmio/vcpkg.json | 6 +- .../rsocket/fix-rsockserver-build-error.patch | 153 + .../vcpkg/ports/rsocket/portfile.cmake | 1 + .../vcpkg/ports/rsocket/vcpkg.json | 2 +- .../vcpkg/ports/rtabmap/0003-fix-qt.patch | 18 - .../vcpkg/ports/rtabmap/cpp17.patch | 152 - .../ports/rtabmap/fix-CMake-export.patch | 27 - .../vcpkg/ports/rtabmap/fix_autouic.patch | 15 + .../vcpkg/ports/rtabmap/fix_link.patch | 15 + .../vcpkg/ports/rtabmap/portfile.cmake | 92 +- .../vcpkg/ports/rtabmap/vcpkg.json | 89 +- .../vcpkg/ports/rtaudio/fix-alsa.patch | 19 - .../vcpkg/ports/rtaudio/portfile.cmake | 9 +- .../vcpkg/ports/rtaudio/vcpkg.json | 7 +- .../ports/rtmidi/fix-cmake-install.patch | 13 + .../vcpkg/ports/rtmidi/portfile.cmake | 4 +- .../vcpkg/ports/rtmidi/vcpkg.json | 2 +- .../vcpkg/ports/rubberband/portfile.cmake | 44 +- .../vcpkg/ports/rubberband/vcpkg.json | 13 +- .../vcpkg/ports/ryu/portfile.cmake | 119 +- external_imported/vcpkg/ports/ryu/usage | 4 + external_imported/vcpkg/ports/ryu/vcpkg.json | 13 +- .../ports/s2geometry/CMakeLists.txt.patch | 107 - .../ports/s2geometry/Config.cmake.in.patch | 9 - .../vcpkg/ports/s2geometry/portfile.cmake | 20 +- .../vcpkg/ports/s2geometry/usage | 4 +- .../vcpkg/ports/s2geometry/vcpkg.json | 5 +- .../vcpkg/ports/s2n/portfile.cmake | 3 +- .../vcpkg/ports/s2n/remove-trycompile.patch | 59 - external_imported/vcpkg/ports/s2n/vcpkg.json | 2 +- .../vcpkg/ports/sail/portfile.cmake | 16 +- external_imported/vcpkg/ports/sail/vcpkg.json | 51 +- .../vcpkg/ports/sais/portfile.cmake | 26 - external_imported/vcpkg/ports/sais/vcpkg.json | 12 - .../vcpkg/ports/sajson/vcpkg.json | 4 +- .../ports/salome-configuration/portfile.cmake | 20 + .../ports/salome-configuration/vcpkg.json | 15 + .../ports/salome-med-fichier/hdf5-2.patch | 520 + .../vcpkg/ports/salome-med-fichier/hdf5.patch | 21 + .../ports/salome-med-fichier/more-fixes.patch | 60 + .../ports/salome-med-fichier/portfile.cmake | 81 + .../vcpkg/ports/salome-med-fichier/vcpkg.json | 22 + .../fix-missing-symbols.patch | 13 + .../ports/salome-medcoupling/portfile.cmake | 71 + .../vcpkg/ports/salome-medcoupling/vcpkg.json | 30 + .../vcpkg/ports/salome-medcoupling/win.patch | 18 + .../ports/saucer/fix-source-generation.patch | 21 - .../vcpkg/ports/saucer/fix_findpkg.patch | 100 + .../vcpkg/ports/saucer/portfile.cmake | 16 +- .../ports/saucer/unofficial-webview2.patch | 15 - .../vcpkg/ports/saucer/vcpkg.json | 14 +- .../vcpkg/ports/scenepic/portfile.cmake | 2 +- .../vcpkg/ports/scenepic/vcpkg.json | 2 +- .../vcpkg/ports/scintilla/portfile.cmake | 12 +- .../vcpkg/ports/scintilla/vcpkg.json | 11 +- .../vcpkg/ports/sciter-js/portfile.cmake | 13 +- .../vcpkg/ports/sciter-js/vcpkg.json | 4 +- .../vcpkg/ports/scnlib/portfile.cmake | 4 +- .../vcpkg/ports/scnlib/vcpkg.json | 3 +- .../vcpkg/ports/scotch/fix-build.patch | 311 + .../vcpkg/ports/scotch/portfile.cmake | 54 + .../vcpkg/ports/scotch/vcpkg.json | 22 + .../vcpkg/ports/scylla-wrapper/vcpkg.json | 4 +- .../vcpkg/ports/sdbus-cpp/pic.patch | 14 + .../vcpkg/ports/sdbus-cpp/portfile.cmake | 38 + external_imported/vcpkg/ports/sdbus-cpp/usage | 3 + .../vcpkg/ports/sdbus-cpp/vcpkg.json | 29 + .../vcpkg/ports/sdformat13/cmake-config.patch | 23 + .../ports/sdformat13/fix-find-urdfdom.patch | 24 + .../vcpkg/ports/sdformat13/no-absolute.patch | 38 + .../vcpkg/ports/sdformat13/portfile.cmake | 49 + .../vcpkg/ports/sdformat13/vcpkg.json | 24 + .../ports/sdl1-mixer/SDL_mixer.vcxproj.in | 302 + .../ports/sdl1-mixer/SDL_mixer_2017.sln.in | 70 + .../ports/sdl1-mixer/mpg123_ssize_t.patch | 41 + .../ports/sdl1-mixer/native_midi.vcxproj.in | 179 + .../vcpkg/ports/sdl1-mixer/playmus.vcxproj.in | 247 + .../ports/sdl1-mixer/playwave.vcxproj.in | 247 + .../vcpkg/ports/sdl1-mixer/portfile.cmake | 79 + .../ports/sdl1-mixer/timidity.vcxproj.in | 201 + .../vcpkg/ports/sdl1-mixer/usage | 4 + .../vcpkg/ports/sdl1-mixer/vcpkg.json | 17 + .../vcpkg/ports/sdl1-net/vcpkg.json | 4 +- .../sdl1/{SDL1_2017.sln => SDL1_2017.sln.in} | 0 .../vcpkg/ports/sdl1/portfile.cmake | 33 +- external_imported/vcpkg/ports/sdl1/vcpkg.json | 11 +- .../vcpkg/ports/sdl2-gfx/vcpkg.json | 9 +- .../vcpkg/ports/sdl2-image/vcpkg.json | 6 +- .../sdl2-mixer-ext/fix-dependencies.patch | 304 + .../vcpkg/ports/sdl2-mixer-ext/portfile.cmake | 99 + .../vcpkg/ports/sdl2-mixer-ext/usage | 4 + .../vcpkg/ports/sdl2-mixer-ext/vcpkg.json | 128 + .../ports/sdl2-mixer/fix-deps-targets.patch | 137 - .../ports/sdl2-mixer/fix-pkg-prefix.patch | 10 +- .../ports/sdl2-mixer/fix-pkgconfig.patch | 13 - .../vcpkg/ports/sdl2-mixer/portfile.cmake | 8 +- .../vcpkg/ports/sdl2-mixer/vcpkg.json | 11 +- .../vcpkg/ports/sdl2-net/fix-uwp.patch | 13 + .../vcpkg/ports/sdl2-net/portfile.cmake | 2 + .../vcpkg/ports/sdl2-net/vcpkg.json | 7 +- .../vcpkg/ports/sdl2-ttf/vcpkg.json | 6 +- .../vcpkg/ports/sdl2/alsa-dep-fix.patch | 13 + .../vcpkg/ports/sdl2/portfile.cmake | 15 +- external_imported/vcpkg/ports/sdl2/vcpkg.json | 32 +- .../vcpkg/ports/sdl2pp/vcpkg.json | 7 +- .../vcpkg/ports/seacas/deps-and-shared.patch | 52 +- .../vcpkg/ports/seacas/fix-fmt-10.patch | 28 + .../vcpkg/ports/seacas/portfile.cmake | 11 +- .../vcpkg/ports/seacas/vcpkg.json | 2 +- .../vcpkg/ports/seal/portfile.cmake | 28 +- external_imported/vcpkg/ports/seal/vcpkg.json | 1 + .../vcpkg/ports/seasocks/portfile.cmake | 40 + .../vcpkg/ports/seasocks/vcpkg.json | 29 + .../vcpkg/ports/sentencepiece/portfile.cmake | 16 +- .../vcpkg/ports/sentencepiece/vcpkg.json | 6 +- .../sentry-native/fix-config-cmake.patch | 74 +- .../sentry-native/fix-warningC5105.patch | 12 - .../vcpkg/ports/sentry-native/portfile.cmake | 7 +- .../vcpkg/ports/sentry-native/vcpkg.json | 11 +- .../vcpkg/ports/septag-sx/vcpkg.json | 4 +- .../vcpkg/ports/seqan/portfile.cmake | 4 +- .../vcpkg/ports/seqan/vcpkg.json | 4 +- external_imported/vcpkg/ports/serd/vcpkg.json | 4 +- .../vcpkg/ports/sf2cute/vcpkg.json | 4 +- .../vcpkg/ports/sfml/arm64.patch | 21 - .../vcpkg/ports/sfml/fix-dependencies.patch | 44 +- .../vcpkg/ports/sfml/portfile.cmake | 20 +- external_imported/vcpkg/ports/sfml/vcpkg.json | 5 +- .../vcpkg/ports/shader-slang/portfile.cmake | 13 +- .../vcpkg/ports/shader-slang/vcpkg.json | 3 +- .../vcpkg/ports/shaderc/build-version.inc | 2 +- .../ports/shaderc/cmake-config-export.patch | 71 + .../ports/shaderc/cmake-project-include.cmake | 16 + .../shaderc/disable-update-version.patch | 8 +- .../vcpkg/ports/shaderc/fix-build-type.patch | 26 +- .../ports/shaderc/fix-export-cmakefiles.patch | 93 - .../shaderc/fix-install-shaderc_util.patch | 18 - ...x-tbuiltinresource-for-glslang-11-12.patch | 20 - .../ports/shaderc/glslang/CMakeLists.txt | 22 - .../vcpkg/ports/shaderc/portfile.cmake | 20 +- .../ports/shaderc/spirv-tools/CMakeLists.txt | 8 - external_imported/vcpkg/ports/shaderc/usage | 4 + .../vcpkg/ports/shaderc/vcpkg.json | 3 +- .../vcpkg/ports/shaderwriter/portfile.cmake | 14 +- .../vcpkg/ports/shaderwriter/vcpkg.json | 18 +- .../vcpkg/ports/shapelib/fix-usage.patch | 34 - .../ports/shapelib/option-build-test.patch | 13 - .../vcpkg/ports/shapelib/portfile.cmake | 88 +- .../vcpkg/ports/shapelib/vcpkg.json | 12 +- .../ports/shiftmedia-libgnutls/portfile.cmake | 6 +- .../ports/shiftmedia-libgnutls/vcpkg.json | 3 +- .../shiftmedia-libgpg-error/portfile.cmake | 2 +- .../ports/shiftmedia-libgpg-error/vcpkg.json | 1 + .../vcpkg/ports/shiva-sfml/portfile.cmake | 144 - .../vcpkg/ports/shiva-sfml/vcpkg.json | 21 - .../shiva/find_python_and_no_copy_dll.patch | 25 + .../vcpkg/ports/shiva/no_copy_dll.patch | 13 - .../vcpkg/ports/shiva/portfile.cmake | 24 +- .../vcpkg/ports/shiva/vcpkg.json | 5 +- .../vcpkg/ports/shogun/vcpkg.json | 4 +- .../vcpkg/ports/si/portfile.cmake | 25 + external_imported/vcpkg/ports/si/usage | 4 + external_imported/vcpkg/ports/si/vcpkg.json | 17 + .../vcpkg/ports/sigmatch/portfile.cmake | 22 + .../vcpkg/ports/sigmatch/vcpkg.json | 18 + .../vcpkg/ports/signalrclient/vcpkg.json | 5 +- .../vcpkg/ports/sigslot/vcpkg.json | 4 +- .../vcpkg/ports/simage/portfile.cmake | 4 +- .../vcpkg/ports/simage/vcpkg.json | 3 +- .../vcpkg/ports/simd/portfile.cmake | 10 +- external_imported/vcpkg/ports/simd/vcpkg.json | 2 +- .../ports/simde/fix-windows-minmax.patch | 12 - .../vcpkg/ports/simde/portfile.cmake | 10 +- .../vcpkg/ports/simde/vcpkg.json | 3 +- .../vcpkg/ports/simdjson/portfile.cmake | 4 +- .../vcpkg/ports/simdjson/vcpkg.json | 2 +- .../disable-tests-and-benchmarks.patch | 22 - .../vcpkg/ports/simdutf/portfile.cmake | 19 +- .../vcpkg/ports/simdutf/vcpkg.json | 11 +- .../patches/install_headers.patch | 17 + .../patches/remove_error_flags.patch | 21 + .../simonbrunel-qtpromise/portfile.cmake | 24 + .../unofficial-config.cmake.in | 19 + .../vcpkg/ports/simonbrunel-qtpromise/usage | 4 + .../ports/simonbrunel-qtpromise/vcpkg.json | 15 + .../vcpkg/ports/simple-fft/vcpkg.json | 4 +- .../vcpkg/ports/simpleble/portfile.cmake | 25 + .../vcpkg/ports/simpleble/vcpkg.json | 19 + .../vcpkg/ports/simsimd/portfile.cmake | 11 + .../vcpkg/ports/simsimd/vcpkg.json | 7 + .../vcpkg/ports/skia/add-cstdlib.patch | 12 + .../vcpkg/ports/skia/core-opengl32.patch | 14 - .../skia/dawn-dedup-native-proc-gen.patch | 26 + .../vcpkg/ports/skia/disable-dev-test.patch | 13 + .../vcpkg/ports/skia/example/CMakeLists.txt | 7 +- .../vcpkg/ports/skia/portfile.cmake | 150 +- .../vcpkg/ports/skia/skdebug-stdio.patch | 12 + .../vcpkg/ports/skia/skia-functions.cmake | 266 +- .../vcpkg/ports/skia/third-party.gn.in | 4 +- .../ports/skia/unofficial-skia-config.cmake | 77 +- .../unofficial-skia-targets-details.cmake | 18 + .../ports/skia/unofficial-skia-targets.cmake | 8 + external_imported/vcpkg/ports/skia/usage | 2 + external_imported/vcpkg/ports/skia/vcpkg.json | 84 +- .../vcpkg/ports/sleef/portfile.cmake | 24 + .../vcpkg/ports/sleef/vcpkg.json | 2 +- .../ports/sleepy-discord/fix-boost.patch | 13 - .../sleepy-discord/fix-messing-header.patch | 12 + .../vcpkg/ports/sleepy-discord/portfile.cmake | 5 +- .../vcpkg/ports/sleepy-discord/vcpkg.json | 1 + .../vcpkg/ports/sltbench/portfile.cmake | 27 +- .../vcpkg/ports/sltbench/vcpkg.json | 4 +- .../smpeg2/001-correct-sdl-headers-dir.patch | 17 - .../ports/smpeg2/002-use-SDL2-headers.patch | 229 - .../vcpkg/ports/smpeg2/CMakeLists.txt | 38 +- .../vcpkg/ports/smpeg2/hufftable-uint.patch | 27 + .../vcpkg/ports/smpeg2/portfile.cmake | 27 +- .../vcpkg/ports/smpeg2/vcpkg.json | 9 +- .../0001-remove-using-namespace-std.patch | 13 + .../vcpkg/ports/snap7/CMakeLists.txt | 70 + .../vcpkg/ports/snap7/portfile.cmake | 24 + .../vcpkg/ports/snap7/vcpkg.json | 15 + .../vcpkg/ports/snappy/no-werror.patch | 11 + .../vcpkg/ports/snappy/portfile.cmake | 16 +- external_imported/vcpkg/ports/snappy/usage | 13 + .../vcpkg/ports/snappy/vcpkg.json | 3 +- .../vcpkg/ports/sndfile/vcpkg.json | 4 +- .../vcpkg/ports/snitch/portfile.cmake | 23 + .../vcpkg/ports/snitch/vcpkg.json | 17 + .../vcpkg/ports/snowhouse/vcpkg.json | 4 +- .../vcpkg/ports/so5extra/portfile.cmake | 4 +- .../vcpkg/ports/so5extra/vcpkg.json | 2 +- .../vcpkg/ports/sobjectizer/portfile.cmake | 4 +- .../vcpkg/ports/sobjectizer/vcpkg.json | 2 +- .../vcpkg/ports/soci/dependencies.diff | 100 + .../ports/soci/export-include-dirs.patch | 36 - .../ports/soci/fix-dependency-libmysql.patch | 14 - .../ports/soci/fix-mysql-feature-error.patch | 12 - .../vcpkg/ports/soci/portfile.cmake | 77 +- external_imported/vcpkg/ports/soci/usage | 5 + .../vcpkg/ports/soci/usage-requirements.diff | 33 + external_imported/vcpkg/ports/soci/vcpkg.json | 27 +- .../ports/socket-io-client/fix-build.patch | 13 + .../ports/socket-io-client/portfile.cmake | 6 +- .../vcpkg/ports/socket-io-client/vcpkg.json | 2 +- .../vcpkg/ports/sockpp/portfile.cmake | 9 +- .../vcpkg/ports/sockpp/sockppConfig.cmake | 23 - external_imported/vcpkg/ports/sockpp/usage | 5 - .../vcpkg/ports/sockpp/vcpkg.json | 7 +- .../vcpkg/ports/soem/disable-werror.patch | 24 +- .../vcpkg/ports/soem/portfile.cmake | 11 +- external_imported/vcpkg/ports/soem/vcpkg.json | 8 +- .../vcpkg/ports/soem/winpcap.patch | 48 +- .../vcpkg/ports/soil2/vcpkg.json | 2 + .../vcpkg/ports/sokol/portfile.cmake | 15 +- .../vcpkg/ports/sokol/vcpkg.json | 6 +- .../vcpkg/ports/sol2/fix-namespace.patch | 17 - .../vcpkg/ports/sol2/header-only.patch | 13 + .../vcpkg/ports/sol2/portfile.cmake | 27 +- external_imported/vcpkg/ports/sol2/vcpkg.json | 6 +- .../vcpkg/ports/sophus/portfile.cmake | 4 +- .../vcpkg/ports/sophus/vcpkg.json | 4 +- external_imported/vcpkg/ports/sord/vcpkg.json | 4 +- .../vcpkg/ports/soundtouch/portfile.cmake | 7 +- .../vcpkg/ports/soundtouch/vcpkg.json | 4 +- .../vcpkg/ports/soxr/portfile.cmake | 5 +- external_imported/vcpkg/ports/soxr/vcpkg.json | 2 +- .../ports/spaceland/include_functional.patch | 24 + .../vcpkg/ports/spaceland/portfile.cmake | 3 +- .../vcpkg/ports/spaceland/vcpkg.json | 4 +- .../vcpkg/ports/sparsepp/vcpkg.json | 4 +- .../ports/spatialite-tools/portfile.cmake | 4 +- .../vcpkg/ports/spatialite-tools/vcpkg.json | 11 +- .../vcpkg/ports/spdlog/fmt-header.patch | 13 - .../vcpkg/ports/spdlog/portfile.cmake | 29 +- external_imported/vcpkg/ports/spdlog/usage | 8 + .../vcpkg/ports/spdlog/vcpkg.json | 2 +- .../vcpkg/ports/speexdsp/portfile.cmake | 6 +- .../vcpkg/ports/speexdsp/vcpkg.json | 1 + .../vcpkg/ports/spirit-po/vcpkg.json | 4 +- .../vcpkg/ports/spirv-cross/portfile.cmake | 9 +- .../vcpkg/ports/spirv-cross/vcpkg.json | 3 +- .../vcpkg/ports/spirv-headers/portfile.cmake | 7 +- .../vcpkg/ports/spirv-headers/vcpkg.json | 3 +- .../vcpkg/ports/spirv-reflect/CMakeLists.txt | 45 - .../vcpkg/ports/spirv-reflect/portfile.cmake | 13 +- .../vcpkg/ports/spirv-reflect/vcpkg.json | 2 +- .../ports/spirv-tools/cmake-config-dir.diff | 13 + .../ports/spirv-tools/fix-tool-deps.diff | 18 + .../vcpkg/ports/spirv-tools/portfile.cmake | 91 +- .../ports/spirv-tools/spirv-tools-shared.diff | 35 + .../vcpkg/ports/spirv-tools/usage | 22 + .../vcpkg/ports/spirv-tools/vcpkg.json | 9 +- .../vcpkg/ports/spix/portfile.cmake | 25 - external_imported/vcpkg/ports/spix/vcpkg.json | 18 - .../vcpkg/ports/spout2/fix-dx-keyed.patch | 18 + .../vcpkg/ports/spout2/fix-include-path.patch | 48 + .../vcpkg/ports/spout2/portfile.cmake | 7 +- external_imported/vcpkg/ports/spout2/usage | 11 +- .../vcpkg/ports/spout2/vcpkg.json | 2 +- .../vcpkg/ports/sprout/vcpkg.json | 4 +- .../vcpkg/ports/spscqueue/vcpkg.json | 4 +- .../vcpkg/ports/sqlcipher/CMakeLists.txt | 13 + .../vcpkg/ports/sqlcipher/portfile.cmake | 12 +- .../vcpkg/ports/sqlcipher/vcpkg.json | 5 +- .../vcpkg/ports/sqlite-modern-cpp/vcpkg.json | 4 +- .../ports/sqlite-orm/fix-dependency.patch | 15 + .../sqlite-orm/fix-features-build-error.patch | 33 - .../vcpkg/ports/sqlite-orm/portfile.cmake | 5 +- .../vcpkg/ports/sqlite-orm/vcpkg.json | 4 +- .../vcpkg/ports/sqlite3/CMakeLists.txt | 9 +- .../ports/sqlite3/add-config-include.patch | 14 +- .../vcpkg/ports/sqlite3/portfile.cmake | 39 +- .../ports/sqlite3/sqlite3-vcpkg-config.h.in | 2 +- .../vcpkg/ports/sqlite3/vcpkg.json | 15 +- ...001-unofficial-sqlite3-and-sqlcipher.patch | 16 - .../sqlitecpp/add_runtime_destination.patch | 12 + .../ports/sqlitecpp/fix_dependency.patch | 39 +- .../vcpkg/ports/sqlitecpp/portfile.cmake | 9 +- .../vcpkg/ports/sqlitecpp/vcpkg.json | 3 +- .../ports/sqlpp11/fix_link_sqlite3.patch | 34 + .../vcpkg/ports/sqlpp11/portfile.cmake | 5 +- .../vcpkg/ports/sqlpp11/vcpkg.json | 3 +- .../vcpkg/ports/sratom/vcpkg.json | 4 +- .../vcpkg/ports/sse2neon/portfile.cmake | 4 +- .../vcpkg/ports/sse2neon/vcpkg.json | 3 +- .../vcpkg/ports/stackwalker/fix-exports.patch | 28 + .../vcpkg/ports/stackwalker/portfile.cmake | 28 + .../vcpkg/ports/stackwalker/vcpkg.json | 17 + .../vcpkg/ports/starlink-ast/cminpack.diff | 46 + .../vcpkg/ports/starlink-ast/portfile.cmake | 77 +- .../vcpkg/ports/starlink-ast/vcpkg.json | 8 +- .../vcpkg/ports/status-code/portfile.cmake | 9 +- .../vcpkg/ports/status-code/vcpkg.json | 2 +- .../ports/status-value-lite/portfile.cmake | 2 +- .../vcpkg/ports/status-value-lite/vcpkg.json | 4 +- .../vcpkg/ports/stb/portfile.cmake | 8 +- external_imported/vcpkg/ports/stb/vcpkg.json | 3 +- .../ports/stdexec/fix-include-location.patch | 20 - .../vcpkg/ports/stdexec/portfile.cmake | 12 +- .../vcpkg/ports/stdexec/vcpkg.json | 3 +- .../ports/stduuid/fix-gsl-polyfill.patch | 10 +- .../ports/stduuid/fix-install-directory.patch | 19 +- .../vcpkg/ports/stduuid/portfile.cmake | 11 +- .../vcpkg/ports/stduuid/vcpkg.json | 3 +- .../vcpkg/ports/stlab/portfile.cmake | 15 +- .../vcpkg/ports/stlab/vcpkg.json | 24 +- .../vcpkg/ports/stormlib/vcpkg.json | 4 +- .../vcpkg/ports/strict-variant/vcpkg.json | 4 +- .../vcpkg/ports/string-theory/portfile.cmake | 8 +- .../vcpkg/ports/string-theory/vcpkg.json | 2 +- .../vcpkg/ports/strong-type/portfile.cmake | 6 +- .../vcpkg/ports/strong-type/vcpkg.json | 2 +- .../vcpkg/ports/strtk/portfile.cmake | 10 +- .../vcpkg/ports/strtk/vcpkg.json | 16 +- .../vcpkg/ports/stxxl/vcpkg.json | 3 +- .../vcpkg/ports/superlu/portfile.cmake | 3 +- .../ports/superlu/superfluous-configure.patch | 12 + .../vcpkg/ports/superlu/vcpkg.json | 3 +- .../vcpkg/ports/swenson-sort/portfile.cmake | 12 + .../vcpkg/ports/swenson-sort/vcpkg.json | 7 + .../vcpkg/ports/symengine/portfile.cmake | 21 +- .../vcpkg/ports/symengine/vcpkg.json | 30 +- .../vcpkg/ports/systemc/vcpkg.json | 4 +- .../vcpkg/ports/szip/portfile.cmake | 10 +- external_imported/vcpkg/ports/szip/vcpkg.json | 2 +- .../vcpkg/ports/tabulate/portfile.cmake | 4 +- .../vcpkg/ports/tabulate/vcpkg.json | 2 +- .../vcpkg/ports/tacopie/fix-mingw-build.patch | 11 + .../vcpkg/ports/tacopie/portfile.cmake | 1 + .../vcpkg/ports/tacopie/vcpkg.json | 4 +- .../vcpkg/ports/taglib/portfile.cmake | 5 +- external_imported/vcpkg/ports/taglib/usage | 11 + .../vcpkg/ports/taglib/vcpkg.json | 2 +- .../vcpkg/ports/talib/portfile.cmake | 82 + .../vcpkg/ports/talib/vcpkg.json | 15 + .../vcpkg/ports/taocpp-json/vcpkg.json | 4 +- .../vcpkg/ports/tap-windows6/vcpkg.json | 4 +- .../ports/task-thread-pool/portfile.cmake | 13 + .../vcpkg/ports/task-thread-pool/vcpkg.json | 8 + .../vcpkg/ports/taskflow/portfile.cmake | 6 +- .../vcpkg/ports/taskflow/vcpkg.json | 2 +- .../vcpkg/ports/tbb/portfile.cmake | 29 +- external_imported/vcpkg/ports/tbb/vcpkg.json | 22 +- .../vcpkg/ports/tcb-span/portfile.cmake | 4 +- .../vcpkg/ports/tcb-span/vcpkg.json | 2 +- external_imported/vcpkg/ports/tcl/vcpkg.json | 3 +- .../vcpkg/ports/teemo/portfile.cmake | 38 - .../vcpkg/ports/teemo/vcpkg.json | 22 - .../vcpkg/ports/telnetpp/vcpkg.json | 4 +- .../vcpkg/ports/tensorpipe/portfile.cmake | 11 +- .../tensorpipe/support-find-package.patch | 58 + .../vcpkg/ports/tensorpipe/support-test.patch | 12 +- .../vcpkg/ports/tensorpipe/use-vcpkg.patch | 6 +- .../vcpkg/ports/tensorpipe/vcpkg.json | 2 +- .../ports/tesseract/fix-debug-postfix.patch | 33 - .../tesseract/fix-link-include-path.patch | 14 + .../vcpkg/ports/tesseract/fix-tools.patch | 31 - .../ports/tesseract/fix_static_link_icu.patch | 13 + .../vcpkg/ports/tesseract/portfile.cmake | 53 +- .../vcpkg/ports/tesseract/vcpkg.json | 6 +- .../vcpkg/ports/tgbot-cpp/portfile.cmake | 4 +- .../vcpkg/ports/tgbot-cpp/vcpkg.json | 2 +- external_imported/vcpkg/ports/tgc/vcpkg.json | 4 +- .../vcpkg/ports/tgui/devendor-stb.patch | 52 +- .../vcpkg/ports/tgui/fix-dependencies.patch | 100 - .../vcpkg/ports/tgui/portfile.cmake | 13 +- external_imported/vcpkg/ports/tgui/usage | 2 +- external_imported/vcpkg/ports/tgui/vcpkg.json | 3 +- .../vcpkg/ports/theia/vcpkg.json | 10 +- .../ports/think-cell-range/portfile.cmake | 17 +- .../vcpkg/ports/think-cell-range/vcpkg.json | 6 +- .../fix-unix-listen.patch | 37 + .../thomasmonkman-filewatch/portfile.cmake | 13 + .../ports/thomasmonkman-filewatch/vcpkg.json | 8 + .../ports/thor/fix-dependency-sfml.patch | 30 +- .../vcpkg/ports/thor/portfile.cmake | 30 +- external_imported/vcpkg/ports/thor/vcpkg.json | 3 +- .../vcpkg/ports/thorvg/install-tools.patch | 22 - .../vcpkg/ports/thorvg/portfile.cmake | 17 +- external_imported/vcpkg/ports/thorvg/usage | 5 + .../vcpkg/ports/thorvg/vcpkg.json | 4 +- .../vcpkg/ports/threadpool/vcpkg.json | 4 +- .../vcpkg/ports/thrift/portfile.cmake | 20 +- .../vcpkg/ports/thrift/vcpkg.json | 2 +- .../tidy-html5/fix_unsupport_func_uwp.patch | 13 + .../vcpkg/ports/tidy-html5/portfile.cmake | 2 +- .../vcpkg/ports/tidy-html5/vcpkg.json | 1 + .../vcpkg/ports/tiff/portfile.cmake | 33 +- external_imported/vcpkg/ports/tiff/usage | 9 + .../ports/tiff/vcpkg-cmake-wrapper.cmake.in | 29 +- external_imported/vcpkg/ports/tiff/vcpkg.json | 17 +- .../vcpkg/ports/tiny-aes-c/vcpkg.json | 4 +- .../vcpkg/ports/tiny-bignum-c/vcpkg.json | 4 +- .../vcpkg/ports/tiny-dnn/vcpkg.json | 4 +- .../ports/tiny-process-library/vcpkg.json | 3 +- .../vcpkg/ports/tiny-regex-c/vcpkg.json | 4 +- .../vcpkg/ports/tinycthread/vcpkg.json | 4 +- .../vcpkg/ports/tinyexpr/vcpkg.json | 4 +- .../vcpkg/ports/tinyexr/fix-uwp.patch | 12 + .../vcpkg/ports/tinyexr/portfile.cmake | 5 +- .../vcpkg/ports/tinyexr/vcpkg.json | 2 +- .../vcpkg/ports/tinyfsm/portfile.cmake | 11 + .../vcpkg/ports/tinyfsm/vcpkg.json | 7 + .../vcpkg/ports/tinygltf/portfile.cmake | 4 +- .../vcpkg/ports/tinygltf/vcpkg.json | 2 +- .../vcpkg/ports/tinynpy/vcpkg.json | 4 +- .../vcpkg/ports/tinyorm/portfile.cmake | 43 + .../tinyorm/suppress-warning-STL4043.patch | 18 + .../vcpkg/ports/tinyorm/vcpkg.json | 107 + .../vcpkg/ports/tinythread/vcpkg.json | 4 +- .../vcpkg/ports/tinytoml/vcpkg.json | 4 +- .../vcpkg/ports/tinyxml/vcpkg.json | 4 +- .../vcpkg/ports/tl-expected/portfile.cmake | 4 +- .../vcpkg/ports/tl-expected/vcpkg.json | 2 +- .../vcpkg/ports/tl-function-ref/vcpkg.json | 4 +- external_imported/vcpkg/ports/tlx/vcpkg.json | 4 +- .../vcpkg/ports/tmxlite/dependencies.patch | 29 + .../vcpkg/ports/tmxlite/portfile.cmake | 29 +- .../vcpkg/ports/tmxlite/vcpkg.json | 9 +- .../tomlplusplus/fix-android-fileapi.patch | 17 + .../vcpkg/ports/tomlplusplus/portfile.cmake | 16 +- .../vcpkg/ports/tomlplusplus/usage | 5 + .../vcpkg/ports/tomlplusplus/vcpkg.json | 6 +- .../vcpkg/ports/tool-meson/portfile.cmake | 4 - .../vcpkg/ports/tool-meson/vcpkg.json | 12 - .../ports/tracy/001-fix-vcxproj-vcpkg.patch | 154 +- .../ports/tracy/002-fix-capstone-5.patch | 26 - .../ports/tracy/002-use-internal-imgui.patch | 26 + .../ports/tracy/003-fix-imgui-path.patch | 13 - .../ports/tracy/004-fix-crash-handler.patch | 22 - .../vcpkg/ports/tracy/portfile.cmake | 116 +- .../vcpkg/ports/tracy/vcpkg.json | 18 +- .../vcpkg/ports/trantor/000-fix-deps.patch | 35 + .../vcpkg/ports/trantor/001-uwp.patch | 36 + .../vcpkg/ports/trantor/portfile.cmake | 6 +- .../vcpkg/ports/trantor/vcpkg.json | 2 +- .../vcpkg/ports/tre/CMakeLists.txt | 9 + .../vcpkg/ports/tre/portfile.cmake | 6 +- external_imported/vcpkg/ports/tre/usage | 4 + external_imported/vcpkg/ports/tre/vcpkg.json | 7 +- .../ports/tree-similarity/portfile.cmake | 18 + .../vcpkg/ports/tree-similarity/usage | 4 + .../vcpkg/ports/tree-similarity/vcpkg.json | 18 + .../vcpkg/ports/tree-sitter/pkgconfig.patch | 2 +- .../vcpkg/ports/tree-sitter/vcpkg.json | 1 + .../ports/treehopper/fix-dependences.patch | 42 + .../vcpkg/ports/treehopper/portfile.cmake | 11 +- .../vcpkg/ports/treehopper/vcpkg.json | 10 +- .../vcpkg/ports/triton/fix_bin_path.patch | 13 + .../vcpkg/ports/triton/portfile.cmake | 6 +- .../vcpkg/ports/triton/vcpkg.json | 3 +- .../vcpkg/ports/trompeloeil/portfile.cmake | 4 +- .../vcpkg/ports/trompeloeil/vcpkg.json | 2 +- .../vcpkg/ports/tsl-hopscotch-map/vcpkg.json | 4 +- .../vcpkg/ports/tsl-ordered-map/vcpkg.json | 4 +- .../vcpkg/ports/tsl-sparse-map/vcpkg.json | 4 +- .../vcpkg/ports/tuplet/portfile.cmake | 22 + .../vcpkg/ports/tuplet/vcpkg.json | 17 + .../vcpkg/ports/type-lite/portfile.cmake | 12 +- .../vcpkg/ports/type-lite/vcpkg.json | 4 +- .../vcpkg/ports/type-safe/portfile.cmake | 4 +- .../vcpkg/ports/type-safe/vcpkg.json | 3 +- .../vcpkg/ports/udt/CMakeLists.txt | 35 + .../vcpkg/ports/udt/fix_defs.patch | 79 + .../vcpkg/ports/udt/portfile.cmake | 23 + external_imported/vcpkg/ports/udt/usage | 4 + external_imported/vcpkg/ports/udt/vcpkg.json | 18 + .../vcpkg/ports/uni-algo/portfile.cmake | 4 +- .../vcpkg/ports/uni-algo/vcpkg.json | 2 +- .../vcpkg/ports/unicorn-lib/CMakeLists.txt | 35 +- .../unicorn-lib/fix-missing-headers.patch | 12 + .../vcpkg/ports/unicorn-lib/portfile.cmake | 17 +- .../vcpkg/ports/unicorn-lib/vcpkg.json | 11 +- .../vcpkg/ports/unicorn/fix-build.patch | 22 + .../vcpkg/ports/unicorn/portfile.cmake | 56 +- .../vcpkg/ports/unicorn/vcpkg.json | 10 +- .../vcpkg/ports/unittest-cpp/portfile.cmake | 5 +- .../vcpkg/ports/unittest-cpp/vcpkg.json | 2 +- .../ports/unordered-dense/portfile.cmake | 24 + .../vcpkg/ports/unordered-dense/vcpkg.json | 17 + .../vcpkg/ports/unqlite/vcpkg.json | 4 +- .../vcpkg/ports/unrar/portfile.cmake | 26 +- .../vcpkg/ports/unrar/vcpkg.json | 11 +- external_imported/vcpkg/ports/upb/vcpkg.json | 2 + .../urdfdom/0006-pc_file_for_windows.patch | 17 + .../vcpkg/ports/urdfdom/portfile.cmake | 5 +- .../vcpkg/ports/urdfdom/vcpkg.json | 2 +- .../vcpkg/ports/urho3d/macosx.patch | 24 +- .../vcpkg/ports/urho3d/portfile.cmake | 3 +- .../vcpkg/ports/urho3d/vcpkg.json | 2 +- .../vcpkg/ports/usbmuxd/CMakeLists.txt | 52 + .../vcpkg/ports/usbmuxd/fix-definitions.patch | 40 - .../usbmuxd/fix-dependence-pthreads.patch | 40 - .../vcpkg/ports/usbmuxd/portfile.cmake | 28 +- .../vcpkg/ports/usbmuxd/vcpkg.json | 18 +- .../vcpkg/ports/usd/portfile.cmake | 84 +- external_imported/vcpkg/ports/usd/vcpkg.json | 6 +- .../vcpkg/ports/usearch/portfile.cmake | 24 + .../vcpkg/ports/usearch/vcpkg.json | 17 + .../vcpkg/ports/usockets/CMakeLists.txt | 6 +- .../vcpkg/ports/usockets/portfile.cmake | 2 +- .../vcpkg/ports/usockets/vcpkg.json | 3 +- .../vcpkg/ports/usrsctp/fix_export.patch | 28 + .../vcpkg/ports/usrsctp/portfile.cmake | 5 +- .../vcpkg/ports/usrsctp/vcpkg.json | 8 +- .../vcpkg/ports/utf8-range/fix-cmake.patch | 12 + .../vcpkg/ports/utf8-range/portfile.cmake | 27 + .../vcpkg/ports/utf8-range/vcpkg.json | 18 + .../vcpkg/ports/utfcpp/portfile.cmake | 20 +- .../vcpkg/ports/utfcpp/vcpkg.json | 2 +- external_imported/vcpkg/ports/utfz/vcpkg.json | 4 +- .../vcpkg/ports/uvatlas/portfile.cmake | 59 +- external_imported/vcpkg/ports/uvatlas/usage | 4 + .../vcpkg/ports/uvatlas/vcpkg.json | 28 +- .../vcpkg/ports/uvw/CMakeLists.txt | 29 - .../vcpkg/ports/uvw/fix-find-libuv.patch | 19 + .../vcpkg/ports/uvw/portfile.cmake | 32 +- external_imported/vcpkg/ports/uvw/usage | 4 + .../vcpkg/ports/uvw/uvw-config.cmake | 2 - external_imported/vcpkg/ports/uvw/vcpkg.json | 5 +- .../vcpkg/ports/uwebsockets/portfile.cmake | 2 +- .../vcpkg/ports/uwebsockets/vcpkg.json | 2 +- .../vcpkg/ports/v8/portfile.cmake | 2 +- external_imported/vcpkg/ports/v8/vcpkg.json | 2 +- .../vcpkg/ports/valijson/fix-optional.patch | 12 - .../vcpkg/ports/valijson/fix-picojson.patch | 34 - .../vcpkg/ports/valijson/portfile.cmake | 31 +- .../vcpkg/ports/valijson/vcpkg.json | 14 +- .../ports/vc/Fix-internal-func-export.patch | 16 - .../vcpkg/ports/vc/portfile.cmake | 5 +- external_imported/vcpkg/ports/vc/vcpkg.json | 2 +- .../cmake_get_vars/CMakeLists.txt | 2 + .../ports/vcpkg-cmake-get-vars/vcpkg.json | 2 +- .../vcpkg/ports/vcpkg-cmake/vcpkg.json | 2 +- .../vcpkg-cmake/vcpkg_cmake_configure.cmake | 4 + .../vcpkg-get-python-packages/portfile.cmake | 1 - .../vcpkg-get-python-packages/python310._pth | 7 - .../vcpkg-get-python-packages/vcpkg.json | 4 +- .../x_vcpkg_get_python_packages.cmake | 25 +- .../vcpkg/ports/vcpkg-msbuild/portfile.cmake | 10 + .../vcpkg-msbuild/vcpkg-port-config.cmake | 5 + .../vcpkg/ports/vcpkg-msbuild/vcpkg.json | 25 + .../vcpkg-msbuild/vcpkg_msbuild.props.in | 22 + .../vcpkg-msbuild/vcpkg_msbuild.targets.in | 64 + .../vcpkg-msbuild/vcpkg_msbuild_install.cmake | 179 + .../z_vcpkg_msbuild_create_props.cmake | 76 + .../vcpkg-pkgconfig-get-modules/copyright | 23 - .../portfile.cmake | 3 +- .../vcpkg-pkgconfig-get-modules/vcpkg.json | 3 +- .../x_vcpkg_pkgconfig_get_modules.cmake | 38 +- .../vcpkg/ports/vcpkg-qmake/vcpkg.json | 2 +- .../vcpkg-qmake/vcpkg_qmake_configure.cmake | 23 +- .../ports/vcpkg-tool-meson/install.cmake | 5 + .../ports/vcpkg-tool-meson/meson-intl.patch | 6 +- .../ports/vcpkg-tool-meson/portfile.cmake | 44 +- ...remove-freebsd-pcfile-specialization.patch | 17 + .../vcpkg/ports/vcpkg-tool-meson/vcpkg.json | 1 + .../ports/vcpkg-tool-ninja/portfile.cmake | 4 +- .../vcpkg/ports/vcpkg-tool-ninja/vcpkg.json | 2 +- .../vcpkg/ports/veigar/portfile.cmake | 26 + .../vcpkg/ports/veigar/vcpkg.json | 19 + .../001-fix-cmake.patch | 67 + .../002-fix-include.patch | 45 + .../vincentlaucsb-csv-parser/portfile.cmake | 37 + .../ports/vincentlaucsb-csv-parser/usage | 4 + .../ports/vincentlaucsb-csv-parser/vcpkg.json | 21 + .../vcpkg/ports/visit-struct/CMakeLists.txt | 10 +- .../vcpkg/ports/visit-struct/portfile.cmake | 6 +- .../vcpkg/ports/visit-struct/vcpkg.json | 4 +- .../vcpkg/ports/vit-vit-ctpl/portfile.cmake | 24 + .../vcpkg/ports/vit-vit-ctpl/vcpkg.json | 25 + .../vcpkg/ports/vk-bootstrap/portfile.cmake | 16 +- .../vcpkg/ports/vk-bootstrap/vcpkg.json | 9 +- .../vk-bootstrap/vk-bootstrap-config.cmake | 14 - .../vk-bootstrap-targets-debug.cmake | 12 - .../vk-bootstrap-targets-release.cmake | 12 - .../vcpkg/ports/vkfft/portfile.cmake | 4 +- .../vcpkg/ports/vkfft/vcpkg.json | 2 +- .../vcpkg/ports/vlfeat/vcpkg.json | 4 +- external_imported/vcpkg/ports/vlpp/vcpkg.json | 4 +- .../vcpkg/ports/volk/portfile.cmake | 7 +- external_imported/vcpkg/ports/volk/usage | 4 + external_imported/vcpkg/ports/volk/vcpkg.json | 3 +- .../vcpkg/ports/vowpal-wabbit/portfile.cmake | 8 +- .../vcpkg/ports/vowpal-wabbit/vcpkg.json | 5 + .../vcpkg/ports/vs-yasm/vcpkg.json | 4 +- .../vcpkg/ports/vsg/devendor-glslang.patch | 83 + .../vcpkg/ports/vsg/portfile.cmake | 17 + external_imported/vcpkg/ports/vsg/vcpkg.json | 19 + .../vcpkg/ports/vsgimgui/devendor.patch | 144 + .../vcpkg/ports/vsgimgui/portfile.cmake | 21 + .../remove-manual-font-creation.patch | 63 + .../vcpkg/ports/vsgimgui/vcpkg.json | 25 + .../vcpkg/ports/vsgxchange/portfile.cmake | 37 + .../ports/vsgxchange/require-features.patch | 66 + .../vcpkg/ports/vsgxchange/vcpkg.json | 51 + .../vcpkg/ports/vtk-dicom/portfile.cmake | 5 +- .../vcpkg/ports/vtk-dicom/vcpkg.json | 2 +- external_imported/vcpkg/ports/vtk-m/omp.patch | 26 + .../vcpkg/ports/vtk-m/portfile.cmake | 5 +- .../vcpkg/ports/vtk-m/vcpkg.json | 2 +- .../vcpkg/ports/vtk/Findproj.patch | 20 - .../vcpkg/ports/vtk/libproj.patch | 20 + .../ports/vtk/missing-include-fixes.patch | 40 + .../vcpkg/ports/vtk/portfile.cmake | 33 +- external_imported/vcpkg/ports/vtk/vcpkg.json | 2 +- .../vcpkg/ports/vulkan-headers/portfile.cmake | 13 +- .../vcpkg/ports/vulkan-headers/usage | 4 + .../vcpkg/ports/vulkan-headers/vcpkg.json | 5 +- .../vcpkg/ports/vulkan-hpp/portfile.cmake | 16 +- .../vcpkg/ports/vulkan-hpp/usage | 5 + .../vcpkg/ports/vulkan-hpp/vcpkg.json | 9 +- .../vcpkg/ports/vulkan-loader/portfile.cmake | 24 + .../vcpkg/ports/vulkan-loader/usage | 2 + .../vcpkg/ports/vulkan-loader/vcpkg.json | 19 + .../portfile.cmake | 4 +- .../vulkan-memory-allocator-hpp/vcpkg.json | 8 +- .../vulkan-memory-allocator/portfile.cmake | 19 +- ...icial-vulkan-memory-allocator-config.cmake | 8 - .../vcpkg/ports/vulkan-memory-allocator/usage | 19 + .../ports/vulkan-memory-allocator/vcpkg.json | 14 +- .../LICENSE.txt | 0 .../vulkan-sdk-components/portfile.cmake | 26 + .../vcpkg/ports/vulkan-sdk-components/usage | 12 + .../ports/vulkan-sdk-components/vcpkg.json | 47 + .../vulkan-tools/fix-parallel-config.patch | 13 + .../vcpkg/ports/vulkan-tools/portfile.cmake | 34 + .../vcpkg/ports/vulkan-tools/vcpkg.json | 20 + .../vulkan-utility-libraries/portfile.cmake | 24 + .../ports/vulkan-utility-libraries/vcpkg.json | 19 + .../vulkan-validationlayers/portfile.cmake | 33 + .../vcpkg/ports/vulkan-validationlayers/usage | 2 + .../ports/vulkan-validationlayers/vcpkg.json | 25 + .../vcpkg/ports/vulkan/CMakeLists.txt | 12 + .../vcpkg/ports/vulkan/portfile.cmake | 61 +- external_imported/vcpkg/ports/vulkan/usage | 8 +- .../vcpkg/ports/vulkan/vcpkg.json | 21 +- .../vcpkg/ports/vulkan/vulkan-result.cmake.in | 5 + .../vcpkg/ports/vxl/fix_limits.patch | 12 + .../vcpkg/ports/vxl/portfile.cmake | 4 + external_imported/vcpkg/ports/vxl/vcpkg.json | 2 +- .../vcpkg/ports/wampcc/gcc-11.patch | 19 + .../vcpkg/ports/wampcc/portfile.cmake | 2 + .../vcpkg/ports/wampcc/vcpkg.json | 2 +- .../vcpkg/ports/wangle/fix_dependency.patch | 89 +- .../vcpkg/ports/wangle/portfile.cmake | 17 +- .../vcpkg/ports/wangle/vcpkg.json | 3 +- .../vcpkg/ports/wasmedge/fix_find_zstd.patch | 19 + .../vcpkg/ports/wasmedge/portfile.cmake | 6 +- .../vcpkg/ports/wasmedge/vcpkg.json | 3 +- .../vcpkg/ports/wavpack/portfile.cmake | 1 + .../vcpkg/ports/wavpack/vcpkg.json | 1 + .../vcpkg/ports/wcslib/portfile.cmake | 27 + external_imported/vcpkg/ports/wcslib/usage | 6 + .../vcpkg/ports/wcslib/vcpkg.json | 7 + .../vcpkg/ports/websocketpp/cxx20.patch | 27 + .../vcpkg/ports/websocketpp/vcpkg.json | 2 +- .../vcpkg/ports/webview2/portfile.cmake | 10 +- .../vcpkg/ports/webview2/vcpkg.json | 2 +- .../vcpkg/ports/wepoll/vcpkg.json | 4 +- .../ports/wg21-linear-algebra/portfile.cmake | 2 +- .../ports/wg21-linear-algebra/vcpkg.json | 2 +- .../vcpkg/ports/wg21-sg14/vcpkg.json | 4 +- .../vcpkg/ports/wil/portfile.cmake | 7 +- external_imported/vcpkg/ports/wil/vcpkg.json | 2 +- .../{Packet.vcxproj => Packet.vcxproj.in} | 0 .../vcpkg/ports/winpcap/bison-flex.patch | 22 + .../vcpkg/ports/winpcap/create_bin.bat | 20 - .../vcpkg/ports/winpcap/create_lib.patch | 19 - .../ports/winpcap/fix-create-lib-batch.patch | 23 - .../vcpkg/ports/winpcap/portfile.cmake | 110 +- .../vcpkg/ports/winpcap/vcpkg.json | 11 +- .../vcpkg/ports/winpcap/wpcap.vcxproj | 396 - .../vcpkg/ports/winpcap/wpcap.vcxproj.in | 390 + .../vcpkg/ports/winsparkle/portfile.cmake | 26 +- .../vcpkg/ports/winsparkle/vcpkg.json | 3 +- .../vcpkg/ports/wintoast/CMakeLists.txt | 25 - .../vcpkg/ports/wintoast/Config.cmake.in | 19 + .../vcpkg/ports/wintoast/portfile.cmake | 27 +- .../vcpkg/ports/wintoast/vcpkg.json | 3 +- .../vcpkg/ports/wmipp/portfile.cmake | 11 + .../vcpkg/ports/wmipp/vcpkg.json | 8 + .../ports/woff2/0001-unofficial-brotli.patch | 25 +- .../vcpkg/ports/woff2/vcpkg.json | 2 +- .../vcpkg/ports/wolfmqtt/cmake-patch.diff | 19 + .../vcpkg/ports/wolfmqtt/portfile.cmake | 6 +- .../vcpkg/ports/wolfmqtt/vcpkg.json | 2 +- .../vcpkg/ports/wolfssl/portfile.cmake | 28 +- .../vcpkg/ports/wolfssl/pr_5949.patch | 46 - .../vcpkg/ports/wolfssl/vcpkg.json | 16 +- .../vcpkg/ports/wolftpm/cmake-patch.diff | 16 + .../vcpkg/ports/wolftpm/portfile.cmake | 2 + .../vcpkg/ports/wolftpm/vcpkg.json | 3 +- .../vcpkg/ports/wordnet/vcpkg.json | 4 +- .../vcpkg/ports/workflow/portfile.cmake | 8 +- .../vcpkg/ports/workflow/vcpkg.json | 3 +- .../ports/wpilib/fix-dependency-libuv.patch | 32 - .../vcpkg/ports/wpilib/fix-usage.patch | 44 + .../wpilib/missing-find_dependency.patch | 12 + .../vcpkg/ports/wpilib/no-werror.patch | 15 + .../vcpkg/ports/wpilib/portfile.cmake | 86 +- .../vcpkg/ports/wpilib/vcpkg.json | 9 +- .../wpilib/windows-install-location.patch | 338 + .../vcpkg/ports/wt/portfile.cmake | 4 +- external_imported/vcpkg/ports/wt/vcpkg.json | 2 + .../vcpkg/ports/wxchartdir/vcpkg.json | 3 +- .../vcpkg/ports/wxwidgets/fix-glegl.patch | 36 + .../vcpkg/ports/wxwidgets/fix_include.patch | 13 - .../vcpkg/ports/wxwidgets/portfile.cmake | 6 +- .../wxwidgets/relocatable-wx-config.patch | 15 +- .../vcpkg/ports/wxwidgets/vcpkg.json | 5 +- .../vcpkg/ports/x-plane/CMakeLists.txt | 99 + .../vcpkg/ports/x-plane/portfile.cmake | 53 +- .../unofficial-x-plane-config.cmake.in | 62 + external_imported/vcpkg/ports/x-plane/usage | 4 + .../vcpkg/ports/x-plane/vcpkg.json | 16 +- .../vcpkg/ports/x264/portfile.cmake | 12 +- external_imported/vcpkg/ports/x264/vcpkg.json | 13 +- .../ports/x265/fix-pkgconfig-version.patch | 13 - .../vcpkg/ports/x265/portfile.cmake | 22 +- external_imported/vcpkg/ports/x265/vcpkg.json | 5 +- .../vcpkg/ports/x265/version.patch | 16 + .../vcpkg/ports/x86-simd-sort/portfile.cmake | 4 +- .../vcpkg/ports/x86-simd-sort/vcpkg.json | 2 +- .../vcpkg/ports/xapian/configure.diff | 23 + .../vcpkg/ports/xapian/msvc-no-debug.diff | 13 + .../vcpkg/ports/xapian/portfile.cmake | 32 +- .../vcpkg/ports/xapian/vcpkg.json | 8 +- .../vcpkg/ports/xbyak/portfile.cmake | 4 +- .../vcpkg/ports/xbyak/vcpkg.json | 2 +- .../vcpkg/ports/xcb-proto/portfile.cmake | 2 +- .../vcpkg/ports/xcb-proto/vcpkg.json | 3 +- .../vcpkg/ports/xerces-c/dependencies.patch | 65 +- .../vcpkg/ports/xerces-c/portfile.cmake | 5 +- .../vcpkg/ports/xerces-c/vcpkg.json | 10 +- external_imported/vcpkg/ports/xeus/vcpkg.json | 4 +- .../vcpkg/ports/xframe/vcpkg.json | 4 +- .../vcpkg/ports/xlsxio/export-targets.patch | 138 - .../vcpkg/ports/xlsxio/fix-dependencies.patch | 43 +- .../vcpkg/ports/xlsxio/portfile.cmake | 15 +- .../vcpkg/ports/xlsxio/vcpkg.json | 3 +- .../vcpkg/ports/xmlsec/portfile.cmake | 12 +- .../vcpkg/ports/xmlsec/vcpkg.json | 4 +- .../vcpkg/ports/xmlsec/xmlsec-config.cmake | 8 +- .../vcpkg/ports/xnnpack/fix-build.patch | 94 + .../vcpkg/ports/xnnpack/portfile.cmake | 8 +- .../vcpkg/ports/xnnpack/use-c-cpp-11.patch | 14 - .../vcpkg/ports/xnnpack/use-packages.patch | 116 - .../vcpkg/ports/xnnpack/vcpkg.json | 8 +- .../vcpkg/ports/xpack/portfile.cmake | 4 +- .../vcpkg/ports/xpack/vcpkg.json | 2 +- .../vcpkg/ports/xproperty/vcpkg.json | 4 +- .../vcpkg/ports/xqilla/portfile.cmake | 4 +- .../vcpkg/ports/xqilla/vcpkg.json | 2 +- .../vcpkg/ports/xsimd/portfile.cmake | 15 +- external_imported/vcpkg/ports/xsimd/usage | 4 + .../vcpkg/ports/xsimd/vcpkg.json | 2 +- .../vcpkg/ports/xtensor-fftw/vcpkg.json | 4 +- ...fix-find-tbb-and-install-destination.patch | 33 + .../vcpkg/ports/xtensor/fix-find-xsimd.patch | 31 + .../vcpkg/ports/xtensor/portfile.cmake | 9 +- .../vcpkg/ports/xtensor/vcpkg.json | 2 +- .../vcpkg/ports/xtl/portfile.cmake | 6 +- external_imported/vcpkg/ports/xtl/vcpkg.json | 4 +- .../vcpkg/ports/xxhash/portfile.cmake | 12 +- .../vcpkg/ports/xxhash/vcpkg.json | 3 +- external_imported/vcpkg/ports/yajl/vcpkg.json | 4 +- .../vcpkg/ports/yaml-cpp/portfile.cmake | 23 +- .../vcpkg/ports/yaml-cpp/vcpkg.json | 2 +- .../ports/yaml-cpp/yaml-cpp-pr-1212.patch | 79 + .../vcpkg/ports/yara/CMakeLists.txt | 57 +- .../vcpkg/ports/yara/Disable-module-elf.patch | 13 + .../vcpkg/ports/yara/portfile.cmake | 18 +- external_imported/vcpkg/ports/yara/vcpkg.json | 22 +- .../vcpkg/ports/yoga/portfile.cmake | 4 +- external_imported/vcpkg/ports/yoga/vcpkg.json | 2 +- .../vcpkg/ports/yomm2/fix_find_boost.patch | 26 - .../vcpkg/ports/yomm2/fix_install.patch | 47 + .../vcpkg/ports/yomm2/fix_uwp_osx.patch | 22 - .../vcpkg/ports/yomm2/portfile.cmake | 24 +- .../vcpkg/ports/yomm2/vcpkg.json | 7 +- .../vcpkg/ports/yyjson/portfile.cmake | 4 +- .../vcpkg/ports/yyjson/vcpkg.json | 13 +- .../vcpkg/ports/z3/portfile.cmake | 4 +- .../ports/z3/remove-flag-overrides.patch | 8 +- external_imported/vcpkg/ports/z3/vcpkg.json | 2 +- external_imported/vcpkg/ports/z85/vcpkg.json | 4 +- .../zeroc-ice/fix-missing-functional.patch | 12 + .../vcpkg/ports/zeroc-ice/md5i_fix.patch | 21 - .../vcpkg/ports/zeroc-ice/no-werror.patch | 13 + .../vcpkg/ports/zeroc-ice/portfile.cmake | 41 +- .../ports/zeroc-ice/prepare_for_build.cmake | 10 +- .../vcpkg/ports/zeroc-ice/slice2swift.patch | 25 - .../vcpkg/ports/zeroc-ice/vcpkg.json | 38 +- .../vcpkg/ports/zeromq/portfile.cmake | 24 +- .../vcpkg/ports/zeromq/vcpkg.json | 36 +- external_imported/vcpkg/ports/zimpl/libm.diff | 13 + external_imported/vcpkg/ports/zimpl/msvc.diff | 48 + .../vcpkg/ports/zimpl/portfile.cmake | 40 + .../vcpkg/ports/zimpl/vcpkg.json | 24 + .../vcpkg/ports/zlib-ng/portfile.cmake | 10 +- .../vcpkg/ports/zlib-ng/vcpkg.json | 3 +- ...0002-build-static-or-shared-not-both.patch | 54 + .../zlib/0002-skip-building-examples.patch | 17 - .../zlib/0003-android-and-mingw-fixes.patch | 30 + ...0003-build-static-or-shared-not-both.patch | 53 - .../zlib/0004-android-and-mingw-fixes.patch | 31 - .../vcpkg/ports/zlib/portfile.cmake | 10 +- external_imported/vcpkg/ports/zlib/vcpkg.json | 2 +- .../ports/zlmediakit/fix-dependency.patch | 34 + .../vcpkg/ports/zlmediakit/portfile.cmake | 82 + .../vcpkg/ports/zlmediakit/vcpkg.json | 61 + .../vcpkg/ports/zoe/portfile.cmake | 28 + external_imported/vcpkg/ports/zoe/vcpkg.json | 22 + .../vcpkg/ports/zookeeper/portfile.cmake | 4 +- .../vcpkg/ports/zookeeper/vcpkg.json | 1 + .../vcpkg/ports/zpp-bits/portfile.cmake | 6 +- .../vcpkg/ports/zpp-bits/vcpkg.json | 2 +- .../vcpkg/ports/zserge-webview/portfile.cmake | 4 +- .../vcpkg/ports/zserge-webview/vcpkg.json | 2 +- .../vcpkg/ports/zstd/emscripten.patch | 14 - .../zstd/fix-emscripten-and-clang-cl.patch | 31 + .../vcpkg/ports/zstd/portfile.cmake | 19 +- external_imported/vcpkg/ports/zstd/vcpkg.json | 12 +- .../ztd-cuneicode/fix-cmake-install.patch | 95 + .../vcpkg/ports/ztd-cuneicode/portfile.cmake | 22 + .../vcpkg/ports/ztd-cuneicode/vcpkg.json | 18 + .../fix-cmake-install.patch | 68 + .../ports/ztd-encoding-tables/portfile.cmake | 22 + .../ports/ztd-encoding-tables/vcpkg.json | 18 + .../ports/ztd-idk/fix-cmake-install.patch | 187 + .../vcpkg/ports/ztd-idk/portfile.cmake | 22 + .../vcpkg/ports/ztd-idk/vcpkg.json | 17 + .../ztd-platform/fix-cmake-install.patch | 72 + .../vcpkg/ports/ztd-platform/portfile.cmake | 22 + .../vcpkg/ports/ztd-platform/vcpkg.json | 18 + .../ztd-static-containers/fix-cmake.patch | 68 + .../ztd-static-containers/portfile.cmake | 18 + .../ports/ztd-static-containers/vcpkg.json | 19 + .../ports/ztd-text/fix-cmake-install.patch | 109 + .../vcpkg/ports/ztd-text/portfile.cmake | 33 +- external_imported/vcpkg/ports/ztd-text/usage | 4 - .../vcpkg/ports/ztd-text/vcpkg.json | 6 +- .../vcpkg/ports/zydis/fix-arm64-build.patch | 26 - .../vcpkg/ports/zydis/portfile.cmake | 18 +- .../vcpkg/ports/zydis/vcpkg.json | 4 +- .../vcpkg/ports/zydis/zycore.patch | 79 +- external_imported/vcpkg/ports/zyre/vcpkg.json | 4 +- .../vcpkg/scripts/Get-Changelog.ps1 | 498 - .../azure-pipelines/android/Dockerfile | 65 + .../android/azure-pipelines.yml | 136 + .../android/create-docker-image.ps1 | 39 + .../android/provision-image.sh | 16 + .../azure-pipelines/azure-pipelines.yml | 50 +- .../azure-pipelines/generate-sas-tokens.ps1 | 61 + .../azure-pipelines/linux/azure-pipelines.yml | 6 +- .../linux/changing-linux-packages.md | 3 + .../azure-pipelines/linux/create-image.ps1 | 177 - .../azure-pipelines/linux/create-vmss.ps1 | 112 - .../azure-pipelines/linux/managed-image.json | 16 + .../azure-pipelines/linux/provision-image.sh | 22 +- .../osx/Install-Prerequisites.ps1 | 128 - .../scripts/azure-pipelines/osx/README.md | 477 +- .../osx/Setup-VagrantMachines.ps1 | 126 - .../azure-pipelines/osx/Utilities.psm1 | 90 - .../azure-pipelines/osx/azure-pipelines.yml | 32 +- .../osx/configuration/Vagrantfile-box.rb | 35 - .../osx/configuration/Vagrantfile-vm.rb | 67 - .../osx/configuration/installables.json | 53 - .../configuration/installables.schema.json | 66 - .../vagrant-box-configuration.json | 25 - .../vagrant-box-configuration.schema.json | 18 - .../vagrant-configuration.schema.json | 35 - .../azure-pipelines/osx/register-guest.sh | 20 + .../scripts/azure-pipelines/osx/setup-box.sh | 24 + .../azure-pipelines/osx/setup-guest.sh | 20 + .../patch-tuesday-checklist.md | 40 + .../azure-pipelines/roll-sas-tokens.ps1 | 15 + .../azure-pipelines/test-modified-ports.ps1 | 42 +- .../azure-pipelines/windows-unstable/job.yml | 2 +- .../windows/azure-pipelines.yml | 2 +- .../azure-pipelines/windows/deploy-pwsh.ps1 | 2 +- .../windows/deploy-visual-studio.ps1 | 5 +- .../vcpkg/scripts/boost/generate-ports.ps1 | 110 +- .../boost/post-build-stubs/atomic.cmake | 2 + .../boost/post-source-stubs/atomic.cmake | 10 +- .../boost/post-source-stubs/cobalt.cmake | 5 + .../boost/post-source-stubs/locale.cmake | 4 +- .../scripts/boost/post-source-stubs/log.cmake | 2 +- .../boost/post-source-stubs/math.cmake | 5 + .../post-source-stubs/serialization.cmake | 5 + .../boost/post-source-stubs/stacktrace.cmake | 5 + .../scripts/boost/post-source-stubs/url.cmake | 4 +- external_imported/vcpkg/scripts/bootstrap.ps1 | 7 +- external_imported/vcpkg/scripts/bootstrap.sh | 73 +- .../buildsystems/msbuild/vcpkg-general.xml | 14 + .../scripts/buildsystems/msbuild/vcpkg.props | 6 +- .../buildsystems/msbuild/vcpkg.targets | 53 +- .../vcpkg/scripts/buildsystems/vcpkg.cmake | 101 +- .../vcpkg/scripts/ci.baseline.txt | 1401 +- .../compile_wrapper_consider_clang-cl.patch | 0 .../scripts/cmake/vcpkg_acquire_msys.cmake | 705 +- .../scripts/cmake/vcpkg_build_make.cmake | 59 +- .../scripts/cmake/vcpkg_check_features.cmake | 3 +- .../cmake/vcpkg_common_definitions.cmake | 4 + .../scripts/cmake/vcpkg_configure_cmake.cmake | 4 + .../scripts/cmake/vcpkg_configure_make.cmake | 463 +- .../cmake/vcpkg_download_sourceforge.cmake | 85 + .../cmake/vcpkg_execute_build_process.cmake | 2 +- .../scripts/cmake/vcpkg_extract_archive.cmake | 51 + .../cmake/vcpkg_extract_source_archive.cmake | 8 +- .../vcpkg_find_acquire_program(7Z).cmake | 9 + .../vcpkg_find_acquire_program(ARIA2).cmake | 8 + .../vcpkg_find_acquire_program(BAZEL).cmake | 21 + .../vcpkg_find_acquire_program(BISON).cmake | 20 + .../vcpkg_find_acquire_program(CLANG).cmake | 31 + .../vcpkg_find_acquire_program(DARK).cmake | 8 + .../vcpkg_find_acquire_program(DOXYGEN).cmake | 11 + .../vcpkg_find_acquire_program(FLEX).cmake | 17 + ...ind_acquire_program(GASPREPROCESSOR).cmake | 11 + .../vcpkg_find_acquire_program(GIT).cmake | 15 + .../vcpkg_find_acquire_program(GN).cmake | 45 + .../vcpkg_find_acquire_program(GO).cmake | 10 + .../vcpkg_find_acquire_program(GPERF).cmake | 8 + .../vcpkg_find_acquire_program(JOM).cmake | 13 + .../vcpkg_find_acquire_program(MESON).cmake | 18 + .../vcpkg_find_acquire_program(NASM).cmake | 13 + .../vcpkg_find_acquire_program(NINJA).cmake | 28 + .../vcpkg_find_acquire_program(NUGET).cmake | 11 + ...vcpkg_find_acquire_program(PATCHELF).cmake | 19 + .../vcpkg_find_acquire_program(PERL).cmake | 13 + ...cpkg_find_acquire_program(PKGCONFIG).cmake | 76 + .../vcpkg_find_acquire_program(PYTHON2).cmake | 27 + .../vcpkg_find_acquire_program(PYTHON3).cmake | 32 + .../vcpkg_find_acquire_program(RUBY).cmake | 8 + .../vcpkg_find_acquire_program(SCONS).cmake | 10 + .../vcpkg_find_acquire_program(SWIG).cmake | 16 + .../vcpkg_find_acquire_program(YASM).cmake | 12 + .../cmake/vcpkg_find_acquire_program.cmake | 548 +- .../scripts/cmake/vcpkg_find_fortran.cmake | 220 +- .../scripts/cmake/vcpkg_from_gitlab.cmake | 25 +- .../cmake/vcpkg_from_sourceforge.cmake | 83 +- .../scripts/cmake/z_vcpkg_apply_patches.cmake | 2 +- .../scripts/get_cmake_vars/CMakeLists.txt | 3 + external_imported/vcpkg/scripts/ports.cmake | 35 +- .../vcpkg/scripts/templates/portfile.in.cmake | 5 +- .../vcpkg/scripts/templates/vcpkg.json.in | 8 +- .../test_ports/cmake-user/portfile.cmake | 4 + .../scripts/test_ports/cmake-user/vcpkg.json | 8 +- .../cmake/fix-dependency-libuv.patch | 6 +- .../scripts/test_ports/cmake/portfile.cmake | 2 +- .../vcpkg/scripts/test_ports/cmake/vcpkg.json | 2 +- .../portfile.cmake | 4 + .../project/CMakeLists.txt | 45 + .../project/main.cpp | 58 + .../vcpkg.json | 15 + .../test_ports/vcpkg-ci-boost/vcpkg.json | 30 +- .../test_ports/vcpkg-ci-ffmpeg/vcpkg.json | 13 +- .../vcpkg-ci-freerdp/portfile.cmake | 1 + .../test_ports/vcpkg-ci-freerdp/vcpkg.json | 32 + .../test_ports/vcpkg-ci-gdal/portfile.cmake | 1 + .../test_ports/vcpkg-ci-gdal/vcpkg.json | 44 + .../vcpkg-ci-libgit2/portfile.cmake | 1 + .../test_ports/vcpkg-ci-libgit2/vcpkg.json | 15 + .../test_ports/vcpkg-ci-llvm/vcpkg.json | 31 +- .../test_ports/vcpkg-ci-msys2/portfile.cmake | 364 + .../test_ports/vcpkg-ci-msys2/vcpkg.json | 12 + .../test_ports/vcpkg-ci-skia/vcpkg.json | 16 +- .../test_ports/vcpkg-ci-soci/portfile.cmake | 4 + .../vcpkg-ci-soci/project/CMakeLists.txt | 13 + .../test_ports/vcpkg-ci-soci/project/main.cpp | 11 + .../test_ports/vcpkg-ci-soci/vcpkg.json | 20 + .../vcpkg-find-acquire-program/portfile.cmake | 83 +- .../vcpkg-find-acquire-program/vcpkg.json | 2 +- .../vcpkg/scripts/toolchains/android.cmake | 22 +- .../vcpkg/scripts/toolchains/freebsd.cmake | 3 + .../vcpkg/scripts/toolchains/ios.cmake | 3 + .../vcpkg/scripts/toolchains/linux.cmake | 17 +- .../vcpkg/scripts/toolchains/mingw.cmake | 4 + .../vcpkg/scripts/toolchains/openbsd.cmake | 3 + .../vcpkg/scripts/toolchains/osx.cmake | 3 + .../vcpkg/scripts/toolchains/uwp.cmake | 35 +- .../vcpkg/scripts/toolchains/windows.cmake | 12 +- .../vcpkg/scripts/toolchains/xbox.cmake | 20 +- .../scripts/update-vcpkg-tool-metadata.ps1 | 75 + .../vcpkg/scripts/vcpkg-tool-metadata.txt | 5 + .../vcpkg/scripts/vcpkgTools.xml | 114 +- .../vcpkg/scripts/vcpkg_get_dep_info.cmake | 19 - .../vcpkg/scripts/vcpkg_get_tags.cmake | 33 - .../vcpkg/triplets/arm-neon-android.cmake | 6 + .../{community => }/arm64-android.cmake | 1 + .../triplets/{community => }/arm64-osx.cmake | 0 .../triplets/{community => }/arm64-uwp.cmake | 0 .../triplets/community/arm-android.cmake | 1 + .../triplets/community/arm-neon-android.cmake | 5 - .../triplets/{ => community}/arm-uwp.cmake | 0 .../community/arm64-ios-release.cmake | 6 + .../triplets/community/armv6-android.cmake | 1 + .../community/loongarch32-linux-release.cmake | 6 + .../community/loongarch32-linux.cmake | 5 + .../community/loongarch64-linux-release.cmake | 6 + .../community/loongarch64-linux.cmake | 5 + .../triplets/community/mips64-linux.cmake | 6 + .../community/x64-xbox-scarlett-static.cmake | 8 +- .../community/x64-xbox-scarlett.cmake | 8 +- .../community/x64-xbox-xboxone-static.cmake | 8 +- .../triplets/community/x64-xbox-xboxone.cmake | 8 +- .../triplets/community/x86-android.cmake | 1 + .../{community => }/x64-android.cmake | 1 + external_imported/vcpkg/versions/3-/3fd.json | 10 + external_imported/vcpkg/versions/7-/7zip.json | 20 + .../vcpkg/versions/a-/ableton-link.json | 15 + .../vcpkg/versions/a-/abseil.json | 25 +- .../vcpkg/versions/a-/absent.json | 5 + external_imported/vcpkg/versions/a-/ace.json | 35 + external_imported/vcpkg/versions/a-/acl.json | 5 + .../vcpkg/versions/a-/activemq-cpp.json | 25 + .../vcpkg/versions/a-/ada-url.json | 34 + external_imported/vcpkg/versions/a-/ade.json | 15 + .../vcpkg/versions/a-/aklomp-base64.json | 19 + .../vcpkg/versions/a-/alac-decoder.json | 5 + external_imported/vcpkg/versions/a-/alac.json | 5 + .../vcpkg/versions/a-/alembic.json | 10 + .../vcpkg/versions/a-/aliyun-oss-c-sdk.json | 5 + .../vcpkg/versions/a-/allegro5.json | 15 + .../vcpkg/versions/a-/alpaca.json | 5 + .../vcpkg/versions/a-/alpaka.json | 10 + external_imported/vcpkg/versions/a-/alsa.json | 20 + .../vcpkg/versions/a-/amd-adl-sdk.json | 9 + .../vcpkg/versions/a-/amd-amf.json | 5 + .../vcpkg/versions/a-/amqpcpp.json | 5 + .../vcpkg/versions/a-/anari.json | 14 + .../vcpkg/versions/a-/angelscript.json | 15 + .../vcpkg/versions/a-/angle.json | 30 + .../versions/a-/ankurvdev-embedresource.json | 9 + .../vcpkg/versions/a-/annoy.json | 5 + .../vcpkg/versions/a-/antlr4.json | 10 + external_imported/vcpkg/versions/a-/aom.json | 10 + .../versions/a-/apache-datasketches.json | 9 + .../vcpkg/versions/a-/apr-util.json | 5 + external_imported/vcpkg/versions/a-/apr.json | 10 + .../vcpkg/versions/a-/apriltag.json | 14 + external_imported/vcpkg/versions/a-/apsi.json | 10 + external_imported/vcpkg/versions/a-/arb.json | 5 + .../vcpkg/versions/a-/arg-router.json | 10 + .../vcpkg/versions/a-/argagg.json | 10 + .../vcpkg/versions/a-/argon2.json | 5 + .../vcpkg/versions/a-/argparse.json | 5 + external_imported/vcpkg/versions/a-/args.json | 5 + .../vcpkg/versions/a-/argtable3.json | 5 + .../vcpkg/versions/a-/argumentum.json | 5 + .../vcpkg/versions/a-/armadillo.json | 10 + .../vcpkg/versions/a-/arrayfire.json | 10 + .../vcpkg/versions/a-/arrow.json | 70 + .../vcpkg/versions/a-/ashes.json | 5 + .../vcpkg/versions/a-/asio-grpc.json | 25 + external_imported/vcpkg/versions/a-/asio.json | 25 + .../vcpkg/versions/a-/asiochan.json | 9 + .../vcpkg/versions/a-/asiosdk.json | 10 + .../vcpkg/versions/a-/asmjit.json | 10 + .../vcpkg/versions/a-/asmtk.json | 14 + .../vcpkg/versions/a-/assimp.json | 25 + .../vcpkg/versions/a-/async-mqtt.json | 59 + .../vcpkg/versions/a-/async-simple.json | 9 + .../vcpkg/versions/a-/asynch.json | 5 + .../vcpkg/versions/a-/at-spi2-atk.json | 5 + .../vcpkg/versions/a-/at-spi2-core.json | 10 + external_imported/vcpkg/versions/a-/atk.json | 15 + .../vcpkg/versions/a-/atkmm.json | 10 + external_imported/vcpkg/versions/a-/atl.json | 9 + .../vcpkg/versions/a-/atlmfc.json | 10 + .../vcpkg/versions/a-/atomic-queue.json | 5 + external_imported/vcpkg/versions/a-/attr.json | 10 + .../vcpkg/versions/a-/aubio.json | 5 + .../vcpkg/versions/a-/audiofile.json | 5 + .../vcpkg/versions/a-/aurora.json | 5 + .../vcpkg/versions/a-/autobahn.json | 5 + .../vcpkg/versions/a-/autodock-vina.json | 10 + .../vcpkg/versions/a-/avcpp.json | 5 + .../vcpkg/versions/a-/avisynthplus.json | 10 + .../vcpkg/versions/a-/avro-c.json | 5 + .../vcpkg/versions/a-/avro-cpp.json | 10 + .../vcpkg/versions/a-/aws-c-auth.json | 40 + .../vcpkg/versions/a-/aws-c-cal.json | 25 + .../vcpkg/versions/a-/aws-c-common.json | 40 + .../vcpkg/versions/a-/aws-c-compression.json | 5 + .../vcpkg/versions/a-/aws-c-event-stream.json | 15 + .../vcpkg/versions/a-/aws-c-http.json | 30 + .../vcpkg/versions/a-/aws-c-io.json | 40 + .../vcpkg/versions/a-/aws-c-mqtt.json | 35 + .../vcpkg/versions/a-/aws-c-s3.json | 40 + .../vcpkg/versions/a-/aws-c-sdkutils.json | 20 + .../vcpkg/versions/a-/aws-checksums.json | 10 + .../vcpkg/versions/a-/aws-crt-cpp.json | 30 + .../vcpkg/versions/a-/aws-lambda-cpp.json | 10 + .../vcpkg/versions/a-/aws-sdk-cpp.json | 80 + external_imported/vcpkg/versions/a-/azmq.json | 5 + .../versions/a-/azure-c-shared-utility.json | 10 + .../versions/a-/azure-core-amqp-cpp.json | 49 + .../vcpkg/versions/a-/azure-core-cpp.json | 80 + .../azure-core-tracing-opentelemetry-cpp.json | 10 + .../versions/a-/azure-data-tables-cpp.json | 9 + .../vcpkg/versions/a-/azure-identity-cpp.json | 20 + .../vcpkg/versions/a-/azure-iot-sdk-c.json | 10 + .../versions/a-/azure-kinect-sensor-sdk.json | 10 + ...ng-eventhubs-checkpointstore-blob-cpp.json | 14 + .../a-/azure-messaging-eventhubs-cpp.json | 39 + .../a-/azure-security-attestation-cpp.json | 10 + ...-security-keyvault-administration-cpp.json | 15 + ...re-security-keyvault-certificates-cpp.json | 15 + .../a-/azure-security-keyvault-keys-cpp.json | 15 + .../azure-security-keyvault-secrets-cpp.json | 15 + .../versions/a-/azure-storage-blobs-cpp.json | 20 + .../versions/a-/azure-storage-common-cpp.json | 30 + .../vcpkg/versions/a-/azure-storage-cpp.json | 10 + .../a-/azure-storage-files-datalake-cpp.json | 25 + .../a-/azure-storage-files-shares-cpp.json | 30 + .../versions/a-/azure-storage-queues-cpp.json | 15 + .../vcpkg/versions/a-/azure-uamqp-c.json | 5 + .../vcpkg/versions/a-/azure-uhttp-c.json | 5 + .../vcpkg/versions/a-/azure-umqtt-c.json | 5 + .../vcpkg/versions/b-/backward-cpp.json | 19 + .../vcpkg/versions/b-/baresip-libre.json | 54 + .../vcpkg/versions/b-/basisu.json | 5 + external_imported/vcpkg/versions/b-/bde.json | 15 + .../vcpkg/versions/b-/bdwgc.json | 10 + .../vcpkg/versions/b-/beast.json | 5 + .../vcpkg/versions/b-/behaviortree-cpp.json | 10 + .../vcpkg/versions/b-/benchmark.json | 20 + .../vcpkg/versions/b-/bento4.json | 10 + .../vcpkg/versions/b-/better-enums.json | 9 + .../vcpkg/versions/b-/bext-di.json | 5 + .../vcpkg/versions/b-/bext-mp.json | 9 + .../vcpkg/versions/b-/bext-sml.json | 5 + .../vcpkg/versions/b-/bext-sml2.json | 9 + .../vcpkg/versions/b-/bext-ut.json | 5 + .../vcpkg/versions/b-/bext-wintls.json | 5 + .../vcpkg/versions/b-/bfgroup-lyra.json | 5 + external_imported/vcpkg/versions/b-/bgfx.json | 10 + .../vcpkg/versions/b-/binlog.json | 5 + external_imported/vcpkg/versions/b-/binn.json | 5 + .../vcpkg/versions/b-/bitmagic.json | 5 + .../vcpkg/versions/b-/bitserializer.json | 5 + .../vcpkg/versions/b-/bitsery.json | 5 + .../vcpkg/versions/b-/blake3.json | 15 + external_imported/vcpkg/versions/b-/blas.json | 5 + .../vcpkg/versions/b-/blaze.json | 5 + .../vcpkg/versions/b-/blend2d.json | 30 +- .../vcpkg/versions/b-/blingfire.json | 14 + .../vcpkg/versions/b-/bloomberg-quantum.json | 9 + .../vcpkg/versions/b-/blosc.json | 5 + .../vcpkg/versions/b-/blpapi.json | 9 + .../vcpkg/versions/b-/boinc.json | 35 + external_imported/vcpkg/versions/b-/bond.json | 15 + .../vcpkg/versions/b-/boost-accumulators.json | 25 + .../vcpkg/versions/b-/boost-algorithm.json | 25 + .../vcpkg/versions/b-/boost-align.json | 25 + .../vcpkg/versions/b-/boost-any.json | 25 + .../vcpkg/versions/b-/boost-array.json | 25 + .../vcpkg/versions/b-/boost-asio.json | 30 + .../vcpkg/versions/b-/boost-assert.json | 25 + .../vcpkg/versions/b-/boost-assign.json | 25 + .../vcpkg/versions/b-/boost-atomic.json | 30 + .../vcpkg/versions/b-/boost-beast.json | 25 + .../vcpkg/versions/b-/boost-bimap.json | 25 + .../vcpkg/versions/b-/boost-bind.json | 25 + .../vcpkg/versions/b-/boost-build.json | 25 + .../versions/b-/boost-callable-traits.json | 25 + .../vcpkg/versions/b-/boost-chrono.json | 25 + .../versions/b-/boost-circular-buffer.json | 25 + .../vcpkg/versions/b-/boost-cobalt.json | 9 + .../vcpkg/versions/b-/boost-compat.json | 14 + .../versions/b-/boost-compatibility.json | 25 + .../vcpkg/versions/b-/boost-compute.json | 25 + .../versions/b-/boost-concept-check.json | 25 + .../vcpkg/versions/b-/boost-config.json | 25 + .../versions/b-/boost-container-hash.json | 25 + .../vcpkg/versions/b-/boost-container.json | 25 + .../vcpkg/versions/b-/boost-context.json | 25 + .../vcpkg/versions/b-/boost-contract.json | 25 + .../vcpkg/versions/b-/boost-conversion.json | 25 + .../vcpkg/versions/b-/boost-convert.json | 25 + .../vcpkg/versions/b-/boost-core.json | 25 + .../vcpkg/versions/b-/boost-coroutine.json | 25 + .../vcpkg/versions/b-/boost-coroutine2.json | 25 + .../vcpkg/versions/b-/boost-crc.json | 25 + .../vcpkg/versions/b-/boost-date-time.json | 25 + .../vcpkg/versions/b-/boost-describe.json | 25 + .../vcpkg/versions/b-/boost-detail.json | 25 + .../vcpkg/versions/b-/boost-dll.json | 25 + .../versions/b-/boost-dynamic-bitset.json | 25 + .../vcpkg/versions/b-/boost-endian.json | 25 + .../vcpkg/versions/b-/boost-exception.json | 25 + .../vcpkg/versions/b-/boost-fiber.json | 30 + .../vcpkg/versions/b-/boost-filesystem.json | 25 + .../vcpkg/versions/b-/boost-flyweight.json | 25 + .../vcpkg/versions/b-/boost-foreach.json | 25 + .../vcpkg/versions/b-/boost-format.json | 25 + .../versions/b-/boost-function-types.json | 25 + .../vcpkg/versions/b-/boost-function.json | 25 + .../vcpkg/versions/b-/boost-functional.json | 25 + .../vcpkg/versions/b-/boost-fusion.json | 25 + .../vcpkg/versions/b-/boost-geometry.json | 25 + .../vcpkg/versions/b-/boost-gil.json | 25 + .../versions/b-/boost-graph-parallel.json | 25 + .../vcpkg/versions/b-/boost-graph.json | 25 + .../vcpkg/versions/b-/boost-hana.json | 25 + .../vcpkg/versions/b-/boost-heap.json | 25 + .../vcpkg/versions/b-/boost-histogram.json | 25 + .../vcpkg/versions/b-/boost-hof.json | 25 + .../vcpkg/versions/b-/boost-icl.json | 25 + .../vcpkg/versions/b-/boost-integer.json | 25 + .../vcpkg/versions/b-/boost-interprocess.json | 25 + .../vcpkg/versions/b-/boost-interval.json | 25 + .../vcpkg/versions/b-/boost-intrusive.json | 25 + .../vcpkg/versions/b-/boost-io.json | 25 + .../vcpkg/versions/b-/boost-iostreams.json | 30 + .../vcpkg/versions/b-/boost-iterator.json | 25 + .../vcpkg/versions/b-/boost-json.json | 25 + .../vcpkg/versions/b-/boost-lambda.json | 25 + .../vcpkg/versions/b-/boost-lambda2.json | 25 + .../vcpkg/versions/b-/boost-leaf.json | 25 + .../vcpkg/versions/b-/boost-lexical-cast.json | 25 + .../versions/b-/boost-local-function.json | 25 + .../vcpkg/versions/b-/boost-locale.json | 25 + .../vcpkg/versions/b-/boost-lockfree.json | 25 + .../vcpkg/versions/b-/boost-log.json | 25 + .../vcpkg/versions/b-/boost-logic.json | 25 + .../vcpkg/versions/b-/boost-math.json | 25 + .../vcpkg/versions/b-/boost-metaparse.json | 25 + .../b-/boost-modular-build-helper.json | 50 + .../vcpkg/versions/b-/boost-move.json | 25 + .../vcpkg/versions/b-/boost-mp11.json | 25 + .../vcpkg/versions/b-/boost-mpi.json | 25 + .../vcpkg/versions/b-/boost-mpl.json | 25 + .../vcpkg/versions/b-/boost-msm.json | 25 + .../vcpkg/versions/b-/boost-multi-array.json | 25 + .../vcpkg/versions/b-/boost-multi-index.json | 25 + .../versions/b-/boost-multiprecision.json | 25 + .../vcpkg/versions/b-/boost-mysql.json | 29 + .../vcpkg/versions/b-/boost-nowide.json | 25 + .../versions/b-/boost-numeric-conversion.json | 25 + .../vcpkg/versions/b-/boost-odeint.json | 25 + .../vcpkg/versions/b-/boost-optional.json | 25 + .../vcpkg/versions/b-/boost-outcome.json | 25 + .../versions/b-/boost-parameter-python.json | 25 + .../vcpkg/versions/b-/boost-parameter.json | 25 + .../vcpkg/versions/b-/boost-pfr.json | 25 + .../vcpkg/versions/b-/boost-phoenix.json | 25 + .../versions/b-/boost-poly-collection.json | 25 + .../vcpkg/versions/b-/boost-polygon.json | 25 + .../vcpkg/versions/b-/boost-pool.json | 25 + .../vcpkg/versions/b-/boost-predef.json | 25 + .../vcpkg/versions/b-/boost-preprocessor.json | 25 + .../vcpkg/versions/b-/boost-process.json | 25 + .../versions/b-/boost-program-options.json | 25 + .../b-/boost-property-map-parallel.json | 25 + .../vcpkg/versions/b-/boost-property-map.json | 25 + .../versions/b-/boost-property-tree.json | 25 + .../vcpkg/versions/b-/boost-proto.json | 25 + .../versions/b-/boost-ptr-container.json | 25 + .../vcpkg/versions/b-/boost-python.json | 25 + .../vcpkg/versions/b-/boost-qvm.json | 25 + .../vcpkg/versions/b-/boost-random.json | 25 + .../vcpkg/versions/b-/boost-range.json | 25 + .../vcpkg/versions/b-/boost-ratio.json | 25 + .../vcpkg/versions/b-/boost-rational.json | 25 + .../vcpkg/versions/b-/boost-redis.json | 9 + .../vcpkg/versions/b-/boost-regex.json | 25 + .../versions/b-/boost-safe-numerics.json | 25 + .../vcpkg/versions/b-/boost-scope-exit.json | 25 + .../versions/b-/boost-serialization.json | 25 + .../vcpkg/versions/b-/boost-signals2.json | 25 + .../vcpkg/versions/b-/boost-smart-ptr.json | 25 + .../vcpkg/versions/b-/boost-sort.json | 25 + .../vcpkg/versions/b-/boost-spirit.json | 25 + .../vcpkg/versions/b-/boost-stacktrace.json | 25 + .../vcpkg/versions/b-/boost-statechart.json | 25 + .../versions/b-/boost-static-assert.json | 25 + .../versions/b-/boost-static-string.json | 25 + .../versions/b-/boost-stl-interfaces.json | 25 + .../vcpkg/versions/b-/boost-system.json | 25 + .../vcpkg/versions/b-/boost-test.json | 25 + .../vcpkg/versions/b-/boost-thread.json | 25 + .../versions/b-/boost-throw-exception.json | 25 + .../vcpkg/versions/b-/boost-timer.json | 25 + .../vcpkg/versions/b-/boost-tokenizer.json | 25 + .../vcpkg/versions/b-/boost-tti.json | 25 + .../vcpkg/versions/b-/boost-tuple.json | 25 + .../vcpkg/versions/b-/boost-type-erasure.json | 25 + .../vcpkg/versions/b-/boost-type-index.json | 25 + .../vcpkg/versions/b-/boost-type-traits.json | 25 + .../vcpkg/versions/b-/boost-typeof.json | 25 + .../vcpkg/versions/b-/boost-ublas.json | 30 + .../vcpkg/versions/b-/boost-uninstall.json | 25 + .../vcpkg/versions/b-/boost-units.json | 25 + .../vcpkg/versions/b-/boost-unordered.json | 25 + .../vcpkg/versions/b-/boost-url.json | 25 + .../vcpkg/versions/b-/boost-utility.json | 25 + .../vcpkg/versions/b-/boost-uuid.json | 25 + .../vcpkg/versions/b-/boost-variant.json | 25 + .../vcpkg/versions/b-/boost-variant2.json | 25 + .../versions/b-/boost-vcpkg-helpers.json | 25 + .../vcpkg/versions/b-/boost-vmd.json | 25 + .../vcpkg/versions/b-/boost-wave.json | 25 + .../vcpkg/versions/b-/boost-winapi.json | 25 + .../vcpkg/versions/b-/boost-xpressive.json | 25 + .../vcpkg/versions/b-/boost-yap.json | 25 + .../vcpkg/versions/b-/boost.json | 30 + .../vcpkg/versions/b-/boringssl.json | 15 + .../vcpkg/versions/b-/botan.json | 25 + .../vcpkg/versions/b-/braft.json | 5 + .../vcpkg/versions/b-/breakpad.json | 15 + .../vcpkg/versions/b-/brigand.json | 5 + .../vcpkg/versions/b-/brotli.json | 10 + external_imported/vcpkg/versions/b-/brpc.json | 15 + .../versions/b-/bshoshany-thread-pool.json | 20 + .../vcpkg/versions/b-/bullet3.json | 5 + .../vcpkg/versions/b-/butteraugli.json | 5 + .../vcpkg/versions/b-/bxzstr.json | 14 + .../vcpkg/versions/b-/bzip2.json | 10 + .../vcpkg/versions/baseline.json | 5044 ++-- .../vcpkg/versions/c-/c-ares.json | 15 + .../vcpkg/versions/c-/c89stringutils.json | 5 + external_imported/vcpkg/versions/c-/c9y.json | 5 + .../vcpkg/versions/c-/cachelib.json | 5 + external_imported/vcpkg/versions/c-/caf.json | 10 + .../vcpkg/versions/c-/cairo.json | 20 + .../vcpkg/versions/c-/cairomm.json | 20 + .../vcpkg/versions/c-/calceph.json | 20 + .../vcpkg/versions/c-/canvas-ity.json | 9 + .../vcpkg/versions/c-/capnproto.json | 10 + .../vcpkg/versions/c-/capstone.json | 15 + .../vcpkg/versions/c-/cargs.json | 5 + .../vcpkg/versions/c-/catch-classic.json | 5 + .../vcpkg/versions/c-/catch2.json | 25 + .../vcpkg/versions/c-/ccfits.json | 10 + .../vcpkg/versions/c-/cctag.json | 10 + external_imported/vcpkg/versions/c-/cctz.json | 15 + external_imported/vcpkg/versions/c-/cdt.json | 24 + .../vcpkg/versions/c-/celero.json | 5 + .../vcpkg/versions/c-/cfitsio.json | 10 + external_imported/vcpkg/versions/c-/cgal.json | 25 + .../vcpkg/versions/c-/cgicc.json | 10 + external_imported/vcpkg/versions/c-/cglm.json | 15 + external_imported/vcpkg/versions/c-/cgns.json | 15 + .../vcpkg/versions/c-/chaiscript.json | 5 + .../vcpkg/versions/c-/chakracore.json | 15 + .../vcpkg/versions/c-/charls.json | 5 + .../vcpkg/versions/c-/chartdir.json | 5 + .../vcpkg/versions/c-/check.json | 5 + .../vcpkg/versions/c-/chipmunk.json | 15 + .../vcpkg/versions/c-/chmlib.json | 5 + .../vcpkg/versions/c-/chromaprint.json | 10 + .../vcpkg/versions/c-/cialloo-rcon.json | 9 + external_imported/vcpkg/versions/c-/cimg.json | 5 + .../vcpkg/versions/c-/cista.json | 5 + .../vcpkg/versions/c-/cityhash.json | 5 + .../vcpkg/versions/c-/civetweb.json | 25 + .../vcpkg/versions/c-/cjson.json | 10 + .../vcpkg/versions/c-/clamav.json | 5 + .../vcpkg/versions/c-/clap-cleveraudio.json | 14 + .../vcpkg/versions/c-/clapack.json | 5 + .../vcpkg/versions/c-/clara.json | 5 + .../vcpkg/versions/c-/clblast.json | 10 + external_imported/vcpkg/versions/c-/cld3.json | 14 + external_imported/vcpkg/versions/c-/cli.json | 5 + .../vcpkg/versions/c-/cli11.json | 10 + .../vcpkg/versions/c-/clickhouse-cpp.json | 10 + .../vcpkg/versions/c-/clipper2.json | 20 + .../vcpkg/versions/c-/cmakerc.json | 5 + .../vcpkg/versions/c-/cmark.json | 10 + .../vcpkg/versions/c-/cmcstl2.json | 5 + .../vcpkg/versions/c-/cminpack.json | 10 + .../vcpkg/versions/c-/cmocka.json | 5 + .../vcpkg/versions/c-/cnats.json | 15 + external_imported/vcpkg/versions/c-/cnl.json | 5 + .../vcpkg/versions/c-/coin-or-cbc.json | 9 + external_imported/vcpkg/versions/c-/coin.json | 25 + .../vcpkg/versions/c-/coinutils.json | 5 + .../vcpkg/versions/c-/collada-dom.json | 10 + .../vcpkg/versions/c-/colmap.json | 10 + .../vcpkg/versions/c-/concurrencpp.json | 20 + .../vcpkg/versions/c-/concurrentqueue.json | 5 + .../vcpkg/versions/c-/configcat.json | 20 + .../versions/c-/constexpr-contracts.json | 5 + .../vcpkg/versions/c-/continuable.json | 5 + .../vcpkg/versions/c-/coolprop.json | 15 + .../vcpkg/versions/c-/copypp.json | 24 + .../vcpkg/versions/c-/corrade.json | 15 + .../vcpkg/versions/c-/cpp-async.json | 19 + .../vcpkg/versions/c-/cpp-httplib.json | 55 + .../vcpkg/versions/c-/cpp-ipc.json | 5 + .../vcpkg/versions/c-/cpp-netlib.json | 10 + .../vcpkg/versions/c-/cpp-peglib.json | 10 + .../vcpkg/versions/c-/cpp-sort.json | 9 + .../vcpkg/versions/c-/cpp-taskflow.json | 5 + .../vcpkg/versions/c-/cppad.json | 5 + .../vcpkg/versions/c-/cppcms.json | 5 + .../vcpkg/versions/c-/cppdap.json | 9 + .../vcpkg/versions/c-/cppfs.json | 5 + .../vcpkg/versions/c-/cppgraphqlgen.json | 10 + .../vcpkg/versions/c-/cppkafka.json | 5 + .../vcpkg/versions/c-/cppmicroservices.json | 10 + .../vcpkg/versions/c-/cppp-reiconv.json | 9 + .../vcpkg/versions/c-/cpprestsdk.json | 15 + .../vcpkg/versions/c-/cppslippi.json | 24 + .../vcpkg/versions/c-/cpptoml.json | 10 + .../vcpkg/versions/c-/cpptrace.json | 24 + .../vcpkg/versions/c-/cppunit.json | 5 + .../vcpkg/versions/c-/cppzmq.json | 10 + external_imported/vcpkg/versions/c-/cpr.json | 15 + .../vcpkg/versions/c-/cpu-features.json | 15 + .../vcpkg/versions/c-/cpuinfo.json | 5 + external_imported/vcpkg/versions/c-/cr.json | 5 + .../vcpkg/versions/c-/crashpad.json | 5 + .../vcpkg/versions/c-/crc32c.json | 5 + .../vcpkg/versions/c-/croncpp.json | 5 + .../vcpkg/versions/c-/crossguid.json | 5 + .../vcpkg/versions/c-/cryptopp.json | 10 + .../vcpkg/versions/c-/cserialport.json | 5 + .../vcpkg/versions/c-/cspice.json | 5 + .../vcpkg/versions/c-/ctbench.json | 9 + .../vcpkg/versions/c-/ctbignum.json | 5 + external_imported/vcpkg/versions/c-/ctp.json | 5 + external_imported/vcpkg/versions/c-/ctre.json | 10 + .../vcpkg/versions/c-/ctstraffic.json | 9 + external_imported/vcpkg/versions/c-/cub.json | 5 + .../vcpkg/versions/c-/cubeb.json | 10 + .../vcpkg/versions/c-/cuda-api-wrappers.json | 14 + .../vcpkg/versions/c-/cudnn.json | 5 + external_imported/vcpkg/versions/c-/curl.json | 55 + .../vcpkg/versions/c-/curlpp.json | 10 + .../vcpkg/versions/c-/cute-headers.json | 5 + .../vcpkg/versions/c-/cwalk.json | 10 + .../vcpkg/versions/c-/cxxgraph.json | 9 + .../vcpkg/versions/c-/cyclonedds-cxx.json | 5 + .../vcpkg/versions/c-/cyclonedds.json | 10 + external_imported/vcpkg/versions/c-/czmq.json | 15 + .../versions/d-/d3d12-memory-allocator.json | 5 + .../vcpkg/versions/d-/darknet.json | 10 + .../vcpkg/versions/d-/dartsim.json | 10 + .../vcpkg/versions/d-/dataframe.json | 15 + external_imported/vcpkg/versions/d-/date.json | 15 + .../vcpkg/versions/d-/datraw.json | 9 + .../vcpkg/versions/d-/dav1d.json | 15 + .../versions/d-/daw-header-libraries.json | 20 + .../vcpkg/versions/d-/daw-json-link.json | 20 + external_imported/vcpkg/versions/d-/daxa.json | 5 + .../vcpkg/versions/d-/dbg-macro.json | 10 + .../vcpkg/versions/d-/dbow2.json | 5 + .../vcpkg/versions/d-/dbow3.json | 5 + external_imported/vcpkg/versions/d-/dbus.json | 15 + .../vcpkg/versions/d-/dcmtk.json | 25 + .../vcpkg/versions/d-/debug-assert.json | 5 + .../vcpkg/versions/d-/decimal-for-cpp.json | 5 + .../vcpkg/versions/d-/devil.json | 5 + .../vcpkg/versions/d-/directx-dxc.json | 10 + .../vcpkg/versions/d-/directx-headers.json | 10 + .../vcpkg/versions/d-/directxmath.json | 5 + .../vcpkg/versions/d-/directxmesh.json | 25 + .../vcpkg/versions/d-/directxsdk.json | 10 + .../vcpkg/versions/d-/directxtex.json | 40 + .../vcpkg/versions/d-/directxtk.json | 35 + .../vcpkg/versions/d-/directxtk12.json | 35 + .../vcpkg/versions/d-/dirent.json | 15 + .../vcpkg/versions/d-/discord-game-sdk.json | 5 + .../vcpkg/versions/d-/discord-rpc.json | 5 + .../vcpkg/versions/d-/discordcoreapi.json | 70 + .../vcpkg/versions/d-/discount.json | 10 + .../vcpkg/versions/d-/discreture.json | 5 + .../vcpkg/versions/d-/dlfcn-win32.json | 5 + external_imported/vcpkg/versions/d-/dlib.json | 5 + .../vcpkg/versions/d-/docopt.json | 5 + .../vcpkg/versions/d-/doctest.json | 5 + .../vcpkg/versions/d-/double-conversion.json | 10 + .../vcpkg/versions/d-/dp-thread-pool.json | 9 + external_imported/vcpkg/versions/d-/dpp.json | 30 + .../vcpkg/versions/d-/draco.json | 15 + .../vcpkg/versions/d-/drlibs.json | 5 + .../vcpkg/versions/d-/drogon.json | 50 + .../vcpkg/versions/d-/dstorage.json | 10 + .../vcpkg/versions/d-/dukglue.json | 9 + .../vcpkg/versions/d-/duktape.json | 10 + external_imported/vcpkg/versions/d-/dumb.json | 9 + .../vcpkg/versions/d-/dv-processing.json | 10 + external_imported/vcpkg/versions/d-/dx.json | 5 + .../vcpkg/versions/d-/dxsdk-d3dx.json | 5 + external_imported/vcpkg/versions/d-/dxut.json | 5 + .../vcpkg/versions/d-/dylib.json | 9 + external_imported/vcpkg/versions/d-/dyno.json | 9 + .../vcpkg/versions/e-/eastl.json | 5 + .../vcpkg/versions/e-/easycl.json | 5 + .../vcpkg/versions/e-/easyhook.json | 10 + .../vcpkg/versions/e-/easyloggingpp.json | 15 + .../vcpkg/versions/e-/eathread.json | 10 + external_imported/vcpkg/versions/e-/ebml.json | 10 + external_imported/vcpkg/versions/e-/ecal.json | 9 + external_imported/vcpkg/versions/e-/ecos.json | 15 + .../vcpkg/versions/e-/ecsutil.json | 10 + .../vcpkg/versions/e-/ed25519.json | 9 + .../vcpkg/versions/e-/edflib.json | 10 + .../vcpkg/versions/e-/effects11.json | 5 + .../versions/e-/effolkronium-random.json | 5 + .../vcpkg/versions/e-/eigen3.json | 5 + .../vcpkg/versions/e-/elfio.json | 7 +- .../vcpkg/versions/e-/embree3.json | 5 + external_imported/vcpkg/versions/e-/enet.json | 5 + .../vcpkg/versions/e-/enkits.json | 14 + .../vcpkg/versions/e-/ensmallen.json | 5 + .../vcpkg/versions/e-/entityx.json | 10 + external_imported/vcpkg/versions/e-/entt.json | 20 + .../vcpkg/versions/e-/epsilon.json | 5 + .../vcpkg/versions/e-/ereignis.json | 5 + .../vcpkg/versions/e-/etcd-cpp-apiv3.json | 10 + external_imported/vcpkg/versions/e-/etl.json | 10 + external_imported/vcpkg/versions/e-/eve.json | 5 + .../vcpkg/versions/e-/eventpp.json | 5 + .../vcpkg/versions/e-/exiv2.json | 35 + .../vcpkg/versions/e-/expected-lite.json | 5 + .../vcpkg/versions/e-/ezc3d.json | 10 + .../vcpkg/versions/f-/fadbad.json | 5 + .../vcpkg/versions/f-/faiss.json | 5 + .../vcpkg/versions/f-/fakeit.json | 15 + .../vcpkg/versions/f-/fameta-counter.json | 9 + external_imported/vcpkg/versions/f-/fann.json | 5 + .../vcpkg/versions/f-/farmhash.json | 5 + .../vcpkg/versions/f-/fast-float.json | 20 + .../vcpkg/versions/f-/fastcdr.json | 5 + .../vcpkg/versions/f-/fastfeat.json | 10 + .../vcpkg/versions/f-/fastgltf.json | 20 + .../vcpkg/versions/f-/fastio.json | 10 + .../vcpkg/versions/f-/fastlz.json | 10 + .../vcpkg/versions/f-/fastrtps.json | 25 + .../vcpkg/versions/f-/fbgemm.json | 5 + .../vcpkg/versions/f-/fbthrift.json | 25 + .../vcpkg/versions/f-/fdk-aac.json | 5 + .../vcpkg/versions/f-/fdlibm.json | 10 + .../vcpkg/versions/f-/ffmpeg.json | 60 + .../vcpkg/versions/f-/ffnvcodec.json | 10 + .../vcpkg/versions/f-/fftw3.json | 15 + .../vcpkg/versions/f-/fineftp.json | 9 + external_imported/vcpkg/versions/f-/fins.json | 9 + external_imported/vcpkg/versions/f-/fizz.json | 25 + .../vcpkg/versions/f-/flagpp.json | 9 + .../vcpkg/versions/f-/flann.json | 5 + .../vcpkg/versions/f-/flashlight-cpu.json | 10 + .../vcpkg/versions/f-/flashlight-cuda.json | 10 + .../versions/f-/flashlight-sequence.json | 9 + .../vcpkg/versions/f-/flashlight-text.json | 9 + .../vcpkg/versions/f-/flatbuffers.json | 15 + .../vcpkg/versions/f-/flatbush.json | 14 + .../vcpkg/versions/f-/flecs.json | 55 + .../vcpkg/versions/f-/flint.json | 10 + external_imported/vcpkg/versions/f-/fltk.json | 5 + .../vcpkg/versions/f-/fluidlite.json | 5 + .../vcpkg/versions/f-/fluidsynth.json | 30 + external_imported/vcpkg/versions/f-/flux.json | 9 + external_imported/vcpkg/versions/f-/fmem.json | 10 + .../vcpkg/versions/f-/fmilib.json | 5 + external_imported/vcpkg/versions/f-/fmt.json | 25 + .../vcpkg/versions/f-/folly.json | 50 + .../vcpkg/versions/f-/font-util.json | 5 + .../vcpkg/versions/f-/fontconfig.json | 15 + .../vcpkg/versions/f-/foonathan-memory.json | 20 + .../vcpkg/versions/f-/forge.json | 10 + external_imported/vcpkg/versions/f-/fp16.json | 10 + .../vcpkg/versions/f-/fplus.json | 10 + .../vcpkg/versions/f-/freealut.json | 5 + .../vcpkg/versions/f-/freeglut.json | 5 + .../vcpkg/versions/f-/freeopcua.json | 10 + .../vcpkg/versions/f-/freerdp.json | 35 + .../vcpkg/versions/f-/freetds.json | 5 + .../vcpkg/versions/f-/freetype-gl.json | 10 + .../vcpkg/versions/f-/freetype.json | 15 + .../vcpkg/versions/f-/freexl.json | 10 + .../vcpkg/versions/f-/fribidi.json | 10 + .../vcpkg/versions/f-/frugally-deep.json | 10 + .../vcpkg/versions/f-/fruit.json | 5 + .../vcpkg/versions/f-/ftxui.json | 10 + .../vcpkg/versions/f-/function2.json | 10 + .../versions/f-/functions-framework-cpp.json | 20 + .../vcpkg/versions/f-/fxdiv.json | 10 + external_imported/vcpkg/versions/g-/g2o.json | 10 + .../vcpkg/versions/g-/g3log.json | 10 + .../vcpkg/versions/g-/gamedev-framework.json | 5 + .../vcpkg/versions/g-/games101-cgl.json | 9 + .../vcpkg/versions/g-/gamma.json | 10 + external_imported/vcpkg/versions/g-/gapp.json | 9 + .../vcpkg/versions/g-/gasol.json | 10 + .../vcpkg/versions/g-/gaussianlib.json | 10 + .../vcpkg/versions/g-/gazebo.json | 5 + external_imported/vcpkg/versions/g-/gcem.json | 5 + external_imported/vcpkg/versions/g-/gdal.json | 100 + external_imported/vcpkg/versions/g-/gdcm.json | 5 + .../vcpkg/versions/g-/gdk-pixbuf.json | 15 + .../vcpkg/versions/g-/genann.json | 10 + .../vcpkg/versions/g-/geogram.json | 10 + .../vcpkg/versions/g-/geographiclib.json | 10 + external_imported/vcpkg/versions/g-/geos.json | 15 + .../vcpkg/versions/g-/geotrans.json | 5 + .../vcpkg/versions/g-/getdns.json | 5 + .../vcpkg/versions/g-/getopt-win32.json | 5 + .../vcpkg/versions/g-/getopt.json | 5 + .../vcpkg/versions/g-/gettext-libintl.json | 24 + .../vcpkg/versions/g-/gettext.json | 30 + .../vcpkg/versions/g-/gettimeofday.json | 10 + .../vcpkg/versions/g-/gflags.json | 20 + .../vcpkg/versions/g-/ghc-filesystem.json | 5 + .../vcpkg/versions/g-/ginkgo.json | 15 + .../vcpkg/versions/g-/gl2ps.json | 15 + .../vcpkg/versions/g-/glaze.json | 139 + external_imported/vcpkg/versions/g-/glew.json | 15 + .../vcpkg/versions/g-/glfw3.json | 10 + external_imported/vcpkg/versions/g-/gli.json | 10 + external_imported/vcpkg/versions/g-/glib.json | 65 + .../vcpkg/versions/g-/glibmm.json | 10 + external_imported/vcpkg/versions/g-/glm.json | 10 + .../vcpkg/versions/g-/globjects.json | 10 + external_imported/vcpkg/versions/g-/glog.json | 5 + external_imported/vcpkg/versions/g-/gloo.json | 10 + external_imported/vcpkg/versions/g-/glpk.json | 10 + .../vcpkg/versions/g-/glslang.json | 40 + external_imported/vcpkg/versions/g-/glui.json | 15 + .../vcpkg/versions/g-/gmime.json | 15 + .../vcpkg/versions/g-/gmmlib.json | 10 + external_imported/vcpkg/versions/g-/gmp.json | 20 + external_imported/vcpkg/versions/g-/gmsh.json | 5 + .../versions/g-/gobject-introspection.json | 30 + .../vcpkg/versions/g-/google-cloud-cpp.json | 95 + .../vcpkg/versions/g-/gperf.json | 10 + .../vcpkg/versions/g-/gperftools.json | 20 + .../vcpkg/versions/g-/gpgme.json | 5 + .../vcpkg/versions/g-/gppanel.json | 10 + .../vcpkg/versions/g-/grantlee.json | 10 + .../vcpkg/versions/g-/graphene.json | 5 + .../vcpkg/versions/g-/graphicsmagick.json | 15 + .../vcpkg/versions/g-/graphite2.json | 5 + .../vcpkg/versions/g-/graphviz.json | 20 + external_imported/vcpkg/versions/g-/grpc.json | 5 + .../vcpkg/versions/g-/gsl-lite.json | 5 + external_imported/vcpkg/versions/g-/gsl.json | 10 + .../vcpkg/versions/g-/gsoap.json | 5 + .../vcpkg/versions/g-/gst-rtsp-server.json | 10 + .../vcpkg/versions/g-/gstreamer.json | 85 + .../vcpkg/versions/g-/gtest.json | 5 + external_imported/vcpkg/versions/g-/gtk.json | 40 + external_imported/vcpkg/versions/g-/gtk3.json | 20 + .../vcpkg/versions/g-/gtkmm.json | 20 + external_imported/vcpkg/versions/g-/gtl.json | 5 + external_imported/vcpkg/versions/g-/gts.json | 5 + .../vcpkg/versions/g-/gtsam.json | 14 + .../vcpkg/versions/g-/gul14.json | 25 + .../vcpkg/versions/g-/gz-cmake3.json | 44 + .../vcpkg/versions/g-/gz-common5.json | 14 + .../vcpkg/versions/g-/gz-fuel-tools8.json | 9 + .../vcpkg/versions/g-/gz-gui7.json | 9 + .../vcpkg/versions/g-/gz-math7.json | 19 + .../vcpkg/versions/g-/gz-msgs9.json | 9 + .../vcpkg/versions/g-/gz-physics6.json | 14 + .../vcpkg/versions/g-/gz-plugin2.json | 9 + .../vcpkg/versions/g-/gz-rendering7.json | 14 + .../vcpkg/versions/g-/gz-sensors7.json | 9 + .../vcpkg/versions/g-/gz-tools2.json | 14 + .../vcpkg/versions/g-/gz-transport12.json | 9 + .../vcpkg/versions/g-/gz-utils2.json | 9 + .../vcpkg/versions/g-/gzip-hpp.json | 5 + .../vcpkg/versions/h-/h5py-lzf.json | 10 + .../vcpkg/versions/h-/halide.json | 20 + .../vcpkg/versions/h-/hareflow.json | 5 + .../vcpkg/versions/h-/harfbuzz.json | 75 + .../vcpkg/versions/h-/hayai.json | 10 + .../versions/h-/hazelcast-cpp-client.json | 5 + external_imported/vcpkg/versions/h-/hdf5.json | 10 + .../vcpkg/versions/h-/healpix.json | 5 + .../vcpkg/versions/h-/hello-imgui.json | 9 + .../vcpkg/versions/h-/hffix.json | 5 + .../vcpkg/versions/h-/hidapi.json | 5 + .../vcpkg/versions/h-/highfive.json | 15 + .../vcpkg/versions/h-/highs.json | 19 + .../vcpkg/versions/h-/highway.json | 15 + .../vcpkg/versions/h-/hikogui.json | 15 + .../vcpkg/versions/h-/hiredis.json | 15 + .../vcpkg/versions/h-/hnswlib.json | 10 + external_imported/vcpkg/versions/h-/hpx.json | 10 + .../vcpkg/versions/h-/http-parser.json | 10 + .../vcpkg/versions/h-/hungarian.json | 10 + .../vcpkg/versions/h-/hunspell.json | 15 + .../vcpkg/versions/h-/hwloc.json | 10 + .../vcpkg/versions/h-/hyperscan.json | 5 + .../vcpkg/versions/h-/hypre.json | 10 + external_imported/vcpkg/versions/i-/icu.json | 35 + .../vcpkg/versions/i-/ideviceinstaller.json | 15 + .../vcpkg/versions/i-/idevicerestore.json | 10 + .../vcpkg/versions/i-/idyntree.json | 24 + external_imported/vcpkg/versions/i-/if97.json | 5 + .../vcpkg/versions/i-/igloo.json | 5 + .../vcpkg/versions/i-/ignition-cmake2.json | 5 + .../vcpkg/versions/i-/ignition-common1.json | 5 + .../vcpkg/versions/i-/ignition-common3.json | 5 + .../vcpkg/versions/i-/ignition-math6.json | 5 + .../versions/i-/ignition-modularscripts.json | 10 + .../vcpkg/versions/i-/ignition-plugin1.json | 5 + .../vcpkg/versions/i-/ignition-tools.json | 5 + .../vcpkg/versions/i-/ignition-utils1.json | 5 + .../vcpkg/versions/i-/igraph.json | 30 + external_imported/vcpkg/versions/i-/iir1.json | 5 + .../vcpkg/versions/i-/ijg-libjpeg.json | 5 + .../vcpkg/versions/i-/imageinfo.json | 10 + .../vcpkg/versions/i-/imath.json | 10 + .../vcpkg/versions/i-/imgui-node-editor.json | 14 + .../vcpkg/versions/i-/imgui-sfml.json | 10 + .../vcpkg/versions/i-/imgui.json | 55 + .../vcpkg/versions/i-/immer.json | 5 + .../vcpkg/versions/i-/implot.json | 20 + .../vcpkg/versions/i-/indicators.json | 5 + .../vcpkg/versions/i-/indirect-value.json | 9 + .../vcpkg/versions/i-/influxdb-cxx.json | 10 + .../vcpkg/versions/i-/infoware.json | 5 + external_imported/vcpkg/versions/i-/inih.json | 5 + .../vcpkg/versions/i-/iniparser.json | 10 + .../vcpkg/versions/i-/intel-mkl.json | 15 + .../vcpkg/versions/i-/intelrdfpmathlib.json | 10 + external_imported/vcpkg/versions/i-/io2d.json | 10 + .../vcpkg/versions/i-/irrlicht.json | 10 + .../vcpkg/versions/i-/irrxml.json | 5 + .../vcpkg/versions/i-/ismrmrd.json | 10 + .../i-/itay-grudev-singleapplication.json | 9 + external_imported/vcpkg/versions/i-/itk.json | 10 + external_imported/vcpkg/versions/i-/itpp.json | 10 + .../vcpkg/versions/i-/itsy-bitsy.json | 9 + .../vcpkg/versions/i-/ixwebsocket.json | 15 + .../vcpkg/versions/j-/jack2.json | 10 + .../vcpkg/versions/j-/jasper.json | 15 + .../vcpkg/versions/j-/jbig2dec.json | 15 + .../vcpkg/versions/j-/jbigkit.json | 10 + .../vcpkg/versions/j-/jhasse-poly2tri.json | 9 + .../vcpkg/versions/j-/jinja2cpplight.json | 10 + .../vcpkg/versions/j-/jkqtplotter.json | 14 + .../vcpkg/versions/j-/joltphysics.json | 15 + .../vcpkg/versions/j-/josuttis-jthread.json | 5 + external_imported/vcpkg/versions/j-/jsmn.json | 5 + .../vcpkg/versions/j-/json-c.json | 10 + .../vcpkg/versions/j-/json-dto.json | 10 + .../vcpkg/versions/j-/json-rpc-cxx.json | 9 + .../versions/j-/json-schema-validator.json | 10 + .../vcpkg/versions/j-/json-spirit.json | 10 + .../vcpkg/versions/j-/json11.json | 10 + .../vcpkg/versions/j-/json5-parser.json | 15 + .../vcpkg/versions/j-/jsoncons.json | 25 + .../vcpkg/versions/j-/jsoncpp.json | 10 + .../vcpkg/versions/j-/jsonifier.json | 89 + .../vcpkg/versions/j-/jsonnet.json | 5 + external_imported/vcpkg/versions/j-/juce.json | 9 + .../k-/kaitai-struct-cpp-stl-runtime.json | 10 + .../vcpkg/versions/k-/kd-soap.json | 10 + .../vcpkg/versions/k-/kdalgorithms.json | 5 + .../vcpkg/versions/k-/kdbindings.json | 5 + .../vcpkg/versions/k-/kddockwidgets.json | 5 + .../vcpkg/versions/k-/kdsoap.json | 9 + .../vcpkg/versions/k-/kealib.json | 20 + .../vcpkg/versions/k-/keccak-tiny.json | 9 + .../vcpkg/versions/k-/kenlm.json | 25 + .../vcpkg/versions/k-/kerbal.json | 9 + .../vcpkg/versions/k-/keystone.json | 5 + .../vcpkg/versions/k-/kf5archive.json | 5 + .../vcpkg/versions/k-/kf5i18n.json | 5 + .../vcpkg/versions/k-/kf5parts.json | 14 + .../vcpkg/versions/k-/kf5service.json | 5 + .../vcpkg/versions/k-/kf5solid.json | 10 + .../vcpkg/versions/k-/kf5texteditor.json | 9 + external_imported/vcpkg/versions/k-/kfr.json | 5 + .../vcpkg/versions/k-/kinectsdk1.json | 5 + .../vcpkg/versions/k-/kinectsdk2.json | 5 + .../vcpkg/versions/k-/kissfft.json | 5 + .../vcpkg/versions/k-/kissnet.json | 5 + .../vcpkg/versions/k-/krabsetw.json | 10 + external_imported/vcpkg/versions/k-/ktx.json | 20 + .../vcpkg/versions/k-/kubazip.json | 5 + external_imported/vcpkg/versions/k-/kuku.json | 15 + .../vcpkg/versions/k-/kvasir-mpl.json | 10 + .../vcpkg/versions/l-/lager.json | 5 + .../vcpkg/versions/l-/lapack-reference.json | 5 + .../vcpkg/versions/l-/lapack.json | 10 + .../versions/l-/launch-darkly-server.json | 10 + .../vcpkg/versions/l-/lazy-importer.json | 5 + external_imported/vcpkg/versions/l-/lcm.json | 5 + external_imported/vcpkg/versions/l-/leaf.json | 5 + .../vcpkg/versions/l-/lemon.json | 5 + .../vcpkg/versions/l-/lensfun.json | 19 + external_imported/vcpkg/versions/l-/lest.json | 5 + .../vcpkg/versions/l-/leveldb.json | 10 + .../vcpkg/versions/l-/levmar.json | 10 + .../vcpkg/versions/l-/lexbor.json | 14 + .../vcpkg/versions/l-/libaaplus.json | 5 + .../vcpkg/versions/l-/libadlmidi.json | 5 + .../vcpkg/versions/l-/libadwaita.json | 10 + .../vcpkg/versions/l-/libaes-siv.json | 9 + .../vcpkg/versions/l-/libaiff.json | 10 + .../vcpkg/versions/l-/libalkimia.json | 10 + .../vcpkg/versions/l-/libao.json | 5 + .../vcpkg/versions/l-/libass.json | 5 + .../vcpkg/versions/l-/libassert.json | 14 + .../vcpkg/versions/l-/libassuan.json | 5 + .../vcpkg/versions/l-/libatomic-ops.json | 10 + .../vcpkg/versions/l-/libavif.json | 20 + .../vcpkg/versions/l-/libbacktrace.json | 5 + .../vcpkg/versions/l-/libbf.json | 5 + .../vcpkg/versions/l-/libbson.json | 30 + .../vcpkg/versions/l-/libcaer.json | 15 + .../vcpkg/versions/l-/libcap.json | 24 + .../vcpkg/versions/l-/libcds.json | 10 + .../vcpkg/versions/l-/libcerf.json | 5 + .../vcpkg/versions/l-/libconfig.json | 20 + .../vcpkg/versions/l-/libconfuse.json | 5 + .../vcpkg/versions/l-/libcopp.json | 10 + .../vcpkg/versions/l-/libcoro.json | 14 + .../vcpkg/versions/l-/libcroco.json | 10 + .../vcpkg/versions/l-/libcsv.json | 5 + .../vcpkg/versions/l-/libdatachannel.json | 40 + .../vcpkg/versions/l-/libde265.json | 30 + .../vcpkg/versions/l-/libdeflate.json | 15 + .../vcpkg/versions/l-/libdisasm.json | 10 + .../vcpkg/versions/l-/libdjinterop.json | 30 + .../vcpkg/versions/l-/libdwarf.json | 9 + .../vcpkg/versions/l-/libe57.json | 5 + .../vcpkg/versions/l-/libe57format.json | 20 + .../vcpkg/versions/l-/libebur128.json | 5 + .../vcpkg/versions/l-/libenvpp.json | 10 + .../vcpkg/versions/l-/libepoxy.json | 5 + .../vcpkg/versions/l-/libev.json | 19 + .../versions/l-/libeventheader-decode.json | 24 + .../l-/libeventheader-tracepoint.json | 24 + .../vcpkg/versions/l-/libevhtp.json | 5 + .../vcpkg/versions/l-/libexif.json | 10 + .../vcpkg/versions/l-/libfabric.json | 5 + .../vcpkg/versions/l-/libffi.json | 25 + .../vcpkg/versions/l-/libflac.json | 5 + .../vcpkg/versions/l-/libfreenect2.json | 15 + .../vcpkg/versions/l-/libftdi.json | 5 + .../vcpkg/versions/l-/libftdi1.json | 5 + .../vcpkg/versions/l-/libgcrypt.json | 5 + .../vcpkg/versions/l-/libgeotiff.json | 5 + .../vcpkg/versions/l-/libgig.json | 9 + .../vcpkg/versions/l-/libgit2.json | 25 + .../vcpkg/versions/l-/libgme.json | 9 + .../vcpkg/versions/l-/libgnutls.json | 10 + .../vcpkg/versions/l-/libgpg-error.json | 5 + .../vcpkg/versions/l-/libgpiod.json | 20 + .../vcpkg/versions/l-/libgta.json | 5 + .../vcpkg/versions/l-/libguarded.json | 10 + .../vcpkg/versions/l-/libgwenhywfar.json | 15 + .../vcpkg/versions/l-/libgxps.json | 5 + .../vcpkg/versions/l-/libharu.json | 5 + .../vcpkg/versions/l-/libhdfs3.json | 5 + .../vcpkg/versions/l-/libheif.json | 45 + .../vcpkg/versions/l-/libhsplasma.json | 10 + .../vcpkg/versions/l-/libhv.json | 10 + .../vcpkg/versions/l-/libical.json | 5 + .../vcpkg/versions/l-/libiconv.json | 5 + .../vcpkg/versions/l-/libics.json | 5 + .../versions/l-/libideviceactivation.json | 10 + .../vcpkg/versions/l-/libidn2.json | 5 + .../vcpkg/versions/l-/libigl.json | 30 + .../versions/l-/libimobiledevice-glue.json | 9 + .../vcpkg/versions/l-/libimobiledevice.json | 20 + .../vcpkg/versions/l-/libirecovery.json | 25 + .../vcpkg/versions/l-/libjpeg-turbo.json | 35 + .../vcpkg/versions/l-/libjuice.json | 15 + .../vcpkg/versions/l-/libjxl.json | 10 + .../vcpkg/versions/l-/libkeyfinder.json | 5 + .../vcpkg/versions/l-/libkml.json | 10 + .../vcpkg/versions/l-/liblas.json | 15 + .../vcpkg/versions/l-/libleidenalg.json | 10 + .../vcpkg/versions/l-/liblemon.json | 25 + .../vcpkg/versions/l-/liblo.json | 5 + .../vcpkg/versions/l-/liblsl.json | 5 + .../vcpkg/versions/l-/liblsquic.json | 10 + .../vcpkg/versions/l-/liblzma.json | 15 + .../vcpkg/versions/l-/libmad.json | 25 + .../vcpkg/versions/l-/libmagic.json | 20 + .../vcpkg/versions/l-/libmariadb.json | 5 + .../vcpkg/versions/l-/libmaxminddb.json | 15 + .../vcpkg/versions/l-/libmediainfo.json | 10 + .../vcpkg/versions/l-/libmesh.json | 10 + .../vcpkg/versions/l-/libmicrodns.json | 10 + .../vcpkg/versions/l-/libmicrohttpd.json | 20 + .../vcpkg/versions/l-/libmikmod.json | 5 + .../vcpkg/versions/l-/libmodbus.json | 10 + .../vcpkg/versions/l-/libmodman.json | 5 + .../vcpkg/versions/l-/libmorton.json | 5 + .../vcpkg/versions/l-/libmount.json | 10 + .../vcpkg/versions/l-/libmspack.json | 10 + .../vcpkg/versions/l-/libmt32emu.json | 5 + .../vcpkg/versions/l-/libmupdf.json | 10 + .../vcpkg/versions/l-/libmysql.json | 45 + .../vcpkg/versions/l-/libnice-gst.json | 24 + .../vcpkg/versions/l-/libnice.json | 10 + .../vcpkg/versions/l-/libnick.json | 34 + .../vcpkg/versions/l-/libnop.json | 5 + .../vcpkg/versions/l-/libobfuscate.json | 9 + .../vcpkg/versions/l-/libodb-pgsql.json | 5 + .../vcpkg/versions/l-/libofx.json | 5 + .../vcpkg/versions/l-/libopenmpt.json | 5 + .../vcpkg/versions/l-/libopensp.json | 10 + .../vcpkg/versions/l-/libopnmidi.json | 5 + .../vcpkg/versions/l-/libopusenc.json | 5 + .../vcpkg/versions/l-/libosip2.json | 20 + .../vcpkg/versions/l-/libosmium.json | 15 + .../vcpkg/versions/l-/libosmscout.json | 15 + .../vcpkg/versions/l-/libp7client.json | 5 + .../vcpkg/versions/l-/libpcap.json | 20 + .../vcpkg/versions/l-/libpff.json | 10 + .../vcpkg/versions/l-/libphonenumber.json | 35 + .../vcpkg/versions/l-/libplist.json | 10 + .../vcpkg/versions/l-/libpng.json | 10 + .../vcpkg/versions/l-/libpopt.json | 5 + .../vcpkg/versions/l-/libpq.json | 40 + .../vcpkg/versions/l-/libpqxx.json | 5 + .../versions/l-/libprotobuf-mutator.json | 10 + .../vcpkg/versions/l-/libproxy.json | 10 + .../vcpkg/versions/l-/libqcow.json | 5 + .../vcpkg/versions/l-/libqglviewer.json | 15 + .../vcpkg/versions/l-/libqtrest.json | 9 + .../vcpkg/versions/l-/libraqm.json | 10 + .../vcpkg/versions/l-/libraw.json | 20 + .../vcpkg/versions/l-/librdkafka.json | 20 + .../vcpkg/versions/l-/libredwg.json | 5 + .../vcpkg/versions/l-/libremidi.json | 34 + .../vcpkg/versions/l-/libressl.json | 15 + .../vcpkg/versions/l-/librsvg.json | 25 + .../vcpkg/versions/l-/librsync.json | 5 + .../vcpkg/versions/l-/librttopo.json | 5 + .../vcpkg/versions/l-/libsbml.json | 15 + .../vcpkg/versions/l-/libsecret.json | 5 + .../vcpkg/versions/l-/libsigcpp.json | 5 + .../vcpkg/versions/l-/libsmb2.json | 5 + .../vcpkg/versions/l-/libsndfile.json | 15 + .../vcpkg/versions/l-/libsodium.json | 10 + .../vcpkg/versions/l-/libsonic.json | 9 + .../vcpkg/versions/l-/libspatialite.json | 20 + .../vcpkg/versions/l-/libspng.json | 9 + .../vcpkg/versions/l-/libsrt.json | 5 + .../vcpkg/versions/l-/libsrtp.json | 10 + .../vcpkg/versions/l-/libssh.json | 15 + .../vcpkg/versions/l-/libssh2.json | 10 + .../vcpkg/versions/l-/libstemmer.json | 5 + .../vcpkg/versions/l-/libstk.json | 5 + .../vcpkg/versions/l-/libsvm.json | 10 + .../vcpkg/versions/l-/libsystemd.json | 19 + .../vcpkg/versions/l-/libtar.json | 9 + .../vcpkg/versions/l-/libtcod.json | 5 + .../vcpkg/versions/l-/libtheora.json | 5 + .../vcpkg/versions/l-/libtins.json | 10 + .../vcpkg/versions/l-/libtomcrypt.json | 5 + .../vcpkg/versions/l-/libtommath.json | 10 + .../vcpkg/versions/l-/libtorch.json | 25 + .../vcpkg/versions/l-/libtorrent.json | 5 + .../versions/l-/libtracepoint-control.json | 19 + .../versions/l-/libtracepoint-decode.json | 24 + .../vcpkg/versions/l-/libtracepoint.json | 24 + .../vcpkg/versions/l-/libudns.json | 5 + .../vcpkg/versions/l-/libunibreak.json | 5 + .../vcpkg/versions/l-/libunifex.json | 20 + .../vcpkg/versions/l-/libunistring.json | 5 + .../vcpkg/versions/l-/libunwind.json | 9 + .../vcpkg/versions/l-/liburing.json | 25 + .../vcpkg/versions/l-/libusb-win32.json | 5 + .../vcpkg/versions/l-/libusb.json | 40 + .../vcpkg/versions/l-/libusbmuxd.json | 10 + .../vcpkg/versions/l-/libuuid.json | 10 + .../vcpkg/versions/l-/libuv.json | 15 + .../vcpkg/versions/l-/libuvc.json | 10 + .../vcpkg/versions/l-/libvault.json | 9 + .../vcpkg/versions/l-/libvmdk.json | 10 + .../vcpkg/versions/l-/libvpx.json | 25 + .../vcpkg/versions/l-/libwebp.json | 40 +- .../vcpkg/versions/l-/libxcrypt.json | 9 + .../vcpkg/versions/l-/libxdf.json | 9 + .../vcpkg/versions/l-/libxdiff.json | 5 + .../vcpkg/versions/l-/libxkbcommon.json | 5 + .../vcpkg/versions/l-/libxlsxwriter.json | 10 + .../vcpkg/versions/l-/libxml2.json | 25 + .../vcpkg/versions/l-/libxmlpp.json | 5 + .../vcpkg/versions/l-/libxmp.json | 24 + .../vcpkg/versions/l-/libxpm.json | 5 + .../vcpkg/versions/l-/libxslt.json | 10 + .../vcpkg/versions/l-/libxt.json | 5 + .../vcpkg/versions/l-/libyaml.json | 5 + .../vcpkg/versions/l-/libzen.json | 10 + .../vcpkg/versions/l-/libzim.json | 24 + .../vcpkg/versions/l-/libzip.json | 15 + .../vcpkg/versions/l-/libzippp.json | 10 + .../vcpkg/versions/l-/licensepp.json | 5 + .../vcpkg/versions/l-/lightningscanner.json | 14 + .../vcpkg/versions/l-/linalg.json | 10 + .../versions/l-/lionkor-commandline.json | 5 + .../vcpkg/versions/l-/live555.json | 45 + .../vcpkg/versions/l-/llfio.json | 5 + external_imported/vcpkg/versions/l-/llgi.json | 14 + .../vcpkg/versions/l-/llhttp.json | 15 + external_imported/vcpkg/versions/l-/llvm.json | 60 + external_imported/vcpkg/versions/l-/lmdb.json | 5 + .../vcpkg/versions/l-/lockpp.json | 5 + .../vcpkg/versions/l-/log4cplus.json | 10 + .../vcpkg/versions/l-/log4cpp-log4cpp.json | 9 + .../vcpkg/versions/l-/log4cxx.json | 20 + external_imported/vcpkg/versions/l-/lpeg.json | 10 + .../vcpkg/versions/l-/ltla-aarand.json | 9 + .../vcpkg/versions/l-/ltla-cppirlba.json | 14 + .../vcpkg/versions/l-/ltla-cppkmeans.json | 9 + .../vcpkg/versions/l-/ltla-knncolle.json | 9 + .../vcpkg/versions/l-/ltla-powerit.json | 9 + .../vcpkg/versions/l-/ltla-umappp.json | 9 + external_imported/vcpkg/versions/l-/lua.json | 15 + .../vcpkg/versions/l-/luabridge3.json | 5 + .../vcpkg/versions/l-/luafilesystem.json | 10 + .../vcpkg/versions/l-/luajit.json | 25 + .../vcpkg/versions/l-/luasec.json | 5 + .../vcpkg/versions/l-/luasocket.json | 5 + .../vcpkg/versions/l-/lunarg-vulkantools.json | 14 + .../vcpkg/versions/l-/lunasvg.json | 10 + external_imported/vcpkg/versions/l-/luv.json | 5 + external_imported/vcpkg/versions/l-/lzav.json | 14 + .../vcpkg/versions/l-/lzfse.json | 5 + external_imported/vcpkg/versions/l-/lzo.json | 5 + .../vcpkg/versions/l-/lzokay.json | 5 + .../vcpkg/versions/m-/maddy.json | 19 + .../vcpkg/versions/m-/magic-enum.json | 25 + .../vcpkg/versions/m-/magic-get.json | 5 + .../vcpkg/versions/m-/magma.json | 9 + .../vcpkg/versions/m-/magnum-integration.json | 5 + .../vcpkg/versions/m-/magnum-plugins.json | 10 + .../vcpkg/versions/m-/magnum.json | 25 + .../vcpkg/versions/m-/mailio.json | 5 + .../vcpkg/versions/m-/makeid.json | 14 + .../vcpkg/versions/m-/manif.json | 9 + .../vcpkg/versions/m-/mapbox-variant.json | 5 + .../vcpkg/versions/m-/mapnik.json | 25 + .../vcpkg/versions/m-/marble.json | 5 + external_imported/vcpkg/versions/m-/marl.json | 5 + .../vcpkg/versions/m-/materialx.json | 10 + .../vcpkg/versions/m-/mathc.json | 5 + .../vcpkg/versions/m-/mathgl.json | 25 + .../vcpkg/versions/m-/matio.json | 15 + .../vcpkg/versions/m-/matplotlib-cpp.json | 5 + .../vcpkg/versions/m-/matplotplusplus.json | 10 + .../vcpkg/versions/m-/matroska.json | 15 + .../vcpkg/versions/m-/mbedtls.json | 10 + .../vcpkg/versions/m-/mchehab-zbar.json | 10 + external_imported/vcpkg/versions/m-/mcpp.json | 5 + .../vcpkg/versions/m-/mdl-sdk.json | 20 + external_imported/vcpkg/versions/m-/mdns.json | 5 + .../vcpkg/versions/m-/mdnsresponder.json | 5 + .../vcpkg/versions/m-/mdspan.json | 5 + .../vcpkg/versions/m-/mecab.json | 10 + .../vcpkg/versions/m-/memorymodule.json | 5 + external_imported/vcpkg/versions/m-/mesa.json | 20 + .../vcpkg/versions/m-/meshoptimizer.json | 15 + external_imported/vcpkg/versions/m-/mfl.json | 5 + .../vcpkg/versions/m-/mfx-dispatch.json | 10 + .../vcpkg/versions/m-/microsoft-signalr.json | 30 + .../vcpkg/versions/m-/mikktspace.json | 5 + .../vcpkg/versions/m-/mimalloc.json | 15 + .../vcpkg/versions/m-/minhook.json | 5 + .../vcpkg/versions/m-/miniaudio.json | 15 + .../vcpkg/versions/m-/minifb.json | 5 + .../vcpkg/versions/m-/miniply.json | 14 + .../versions/m-/minisat-master-keying.json | 5 + .../vcpkg/versions/m-/minitrace.json | 5 + .../vcpkg/versions/m-/miniupnpc.json | 15 + .../vcpkg/versions/m-/minizip-ng.json | 40 + .../vcpkg/versions/m-/minizip.json | 30 + external_imported/vcpkg/versions/m-/mio.json | 5 + .../vcpkg/versions/m-/mlpack.json | 10 + .../vcpkg/versions/m-/mmloader.json | 5 + external_imported/vcpkg/versions/m-/mnn.json | 5 + .../vcpkg/versions/m-/modern-cpp-kafka.json | 9 + .../vcpkg/versions/m-/mongo-c-driver.json | 30 + .../vcpkg/versions/m-/mongo-cxx-driver.json | 15 + .../vcpkg/versions/m-/mongoose.json | 10 + .../vcpkg/versions/m-/monkeys-audio.json | 10 + .../vcpkg/versions/m-/moos-core.json | 15 + .../vcpkg/versions/m-/moos-essential.json | 5 + .../vcpkg/versions/m-/moos-ui.json | 5 + .../vcpkg/versions/m-/morton-nd.json | 5 + .../vcpkg/versions/m-/mosquitto.json | 5 + .../vcpkg/versions/m-/mozjpeg.json | 5 + .../vcpkg/versions/m-/mp-units.json | 15 + .../vcpkg/versions/m-/mp3lame.json | 5 + .../vcpkg/versions/m-/mpark-patterns.json | 9 + .../vcpkg/versions/m-/mpark-variant.json | 5 + external_imported/vcpkg/versions/m-/mpc.json | 10 + external_imported/vcpkg/versions/m-/mpfr.json | 10 + .../vcpkg/versions/m-/mpg123.json | 20 + external_imported/vcpkg/versions/m-/mpi.json | 5 + external_imported/vcpkg/versions/m-/mpir.json | 10 + .../vcpkg/versions/m-/mqtt-cpp.json | 5 + .../vcpkg/versions/m-/ms-gltf.json | 5 + .../vcpkg/versions/m-/ms-gsl.json | 5 + .../vcpkg/versions/m-/ms-ifc-sdk.json | 9 + .../vcpkg/versions/m-/msdfgen.json | 10 + .../vcpkg/versions/m-/msgpack-c.json | 9 + .../vcpkg/versions/m-/msgpack.json | 10 + .../vcpkg/versions/m-/msinttypes.json | 5 + .../vcpkg/versions/m-/mstch.json | 5 + external_imported/vcpkg/versions/m-/mtlt.json | 9 + .../vcpkg/versions/m-/mujoco.json | 5 + .../vcpkg/versions/m-/murmur3.json | 9 + .../vcpkg/versions/m-/murmurhash.json | 5 + .../vcpkg/versions/m-/mvfst.json | 15 + .../vcpkg/versions/m-/mygui.json | 15 + .../versions/m-/mysql-connector-cpp.json | 10 + .../vcpkg/versions/n-/nameof.json | 5 + external_imported/vcpkg/versions/n-/nana.json | 10 + .../vcpkg/versions/n-/nano-signal-slot.json | 5 + .../vcpkg/versions/n-/nanobench.json | 5 + .../vcpkg/versions/n-/nanodbc.json | 10 + .../vcpkg/versions/n-/nanoflann.json | 10 + .../vcpkg/versions/n-/nanojsonc.json | 9 + .../vcpkg/versions/n-/nanomsg.json | 5 + .../vcpkg/versions/n-/nanopb.json | 10 + .../vcpkg/versions/n-/nanoprintf.json | 10 + .../vcpkg/versions/n-/nanort.json | 5 + .../versions/n-/nayuki-qr-code-generator.json | 10 + external_imported/vcpkg/versions/n-/ncnn.json | 5 + .../versions/n-/ndis-driver-library.json | 9 + .../n-/ned14-internal-quickcpplib.json | 10 + .../vcpkg/versions/n-/netcdf-c.json | 10 + .../vcpkg/versions/n-/netcdf-cxx4.json | 5 + .../vcpkg/versions/n-/netgen.json | 14 + .../vcpkg/versions/n-/nethost.json | 5 + .../vcpkg/versions/n-/nettle.json | 5 + .../vcpkg/versions/n-/networkdirect-sdk.json | 5 + .../vcpkg/versions/n-/nghttp2-asio.json | 9 +- .../vcpkg/versions/n-/nghttp2.json | 40 + .../vcpkg/versions/n-/nghttp3.json | 40 + .../vcpkg/versions/n-/ngspice.json | 15 + .../vcpkg/versions/n-/ngtcp2.json | 50 + .../vcpkg/versions/n-/nifly.json | 5 + .../vcpkg/versions/n-/nifticlib.json | 5 + .../vcpkg/versions/n-/nlohmann-json.json | 5 + external_imported/vcpkg/versions/n-/nmap.json | 15 + external_imported/vcpkg/versions/n-/nng.json | 10 + .../vcpkg/versions/n-/nngpp.json | 5 + .../vcpkg/versions/n-/node-addon-api.json | 15 + .../vcpkg/versions/n-/node-api-headers.json | 29 + .../vcpkg/versions/n-/nodesoup.json | 9 + .../vcpkg/versions/n-/nonius.json | 5 + .../vcpkg/versions/n-/nowide.json | 10 + .../vcpkg/versions/n-/nrf-ble-driver.json | 5 + external_imported/vcpkg/versions/n-/nspr.json | 10 + external_imported/vcpkg/versions/n-/nss.json | 10 + .../vcpkg/versions/n-/nsync.json | 5 + .../vcpkg/versions/n-/nt-wrapper.json | 5 + .../vcpkg/versions/n-/ntf-core.json | 14 + .../vcpkg/versions/n-/nu-book-zxing-cpp.json | 10 + .../vcpkg/versions/n-/numactl.json | 10 + .../vcpkg/versions/n-/numcpp.json | 15 + .../vcpkg/versions/n-/nuspell.json | 10 + .../vcpkg/versions/n-/nyan-lang.json | 9 + .../vcpkg/versions/o-/oatpp-sqlite.json | 5 + .../vcpkg/versions/o-/oatpp-zlib.json | 5 + .../vcpkg/versions/o-/oatpp.json | 5 + external_imported/vcpkg/versions/o-/oboe.json | 9 + .../vcpkg/versions/o-/observer-ptr-lite.json | 5 + .../vcpkg/versions/o-/ocilib.json | 20 + .../vcpkg/versions/o-/octomap.json | 15 + external_imported/vcpkg/versions/o-/ode.json | 15 + .../vcpkg/versions/o-/ogre-next.json | 40 + external_imported/vcpkg/versions/o-/ogre.json | 30 + .../vcpkg/versions/o-/omniorb.json | 19 + .../versions/o-/omniverse-physx-sdk.json | 14 + .../vcpkg/versions/o-/onednn.json | 10 + .../vcpkg/versions/o-/onnx-optimizer.json | 10 + external_imported/vcpkg/versions/o-/onnx.json | 10 + .../vcpkg/versions/o-/onnxruntime-gpu.json | 15 + .../vcpkg/versions/o-/open62541.json | 30 + .../vcpkg/versions/o-/open62541pp.json | 9 + .../vcpkg/versions/o-/openal-soft.json | 15 + .../vcpkg/versions/o-/openblas.json | 30 + .../vcpkg/versions/o-/opencascade.json | 55 + .../vcpkg/versions/o-/opencl.json | 15 + .../vcpkg/versions/o-/opencolorio.json | 9 +- .../vcpkg/versions/o-/opencsg.json | 5 + .../vcpkg/versions/o-/opencv.json | 10 + .../vcpkg/versions/o-/opencv2.json | 15 + .../vcpkg/versions/o-/opencv3.json | 35 + .../vcpkg/versions/o-/opencv4.json | 95 + .../vcpkg/versions/o-/openexr.json | 15 + .../vcpkg/versions/o-/openigtlink.json | 5 + .../vcpkg/versions/o-/openimageio.json | 35 + .../vcpkg/versions/o-/openjpeg.json | 5 + .../vcpkg/versions/o-/openldap.json | 5 + .../vcpkg/versions/o-/openmama.json | 20 + .../vcpkg/versions/o-/openmesh.json | 10 + .../vcpkg/versions/o-/openmpi.json | 15 + .../vcpkg/versions/o-/openmvg.json | 15 + .../vcpkg/versions/o-/openmvs.json | 10 + .../vcpkg/versions/o-/openni2.json | 5 + .../vcpkg/versions/o-/openscap.json | 15 + .../vcpkg/versions/o-/openslide.json | 15 + .../vcpkg/versions/o-/openssl.json | 85 + .../vcpkg/versions/o-/opensubdiv.json | 5 + .../vcpkg/versions/o-/opentelemetry-cpp.json | 75 + .../versions/o-/opentelemetry-fluentd.json | 19 + .../vcpkg/versions/o-/openturns.json | 5 + .../vcpkg/versions/o-/openvdb.json | 25 + .../vcpkg/versions/o-/openvino.json | 74 + .../vcpkg/versions/o-/openvpn3.json | 5 + .../vcpkg/versions/o-/openxr-loader.json | 5 + .../vcpkg/versions/o-/optional-bare.json | 5 + external_imported/vcpkg/versions/o-/opus.json | 5 + external_imported/vcpkg/versions/o-/orc.json | 15 + .../vcpkg/versions/o-/orocos-kdl.json | 5 + external_imported/vcpkg/versions/o-/osg.json | 20 + .../vcpkg/versions/o-/osgearth.json | 20 + .../vcpkg/versions/o-/osmanip.json | 4 +- .../vcpkg/versions/o-/outcome.json | 5 + .../vcpkg/versions/p-/p-ranav-csv.json | 5 + .../vcpkg/versions/p-/p-ranav-csv2.json | 5 + .../vcpkg/versions/p-/pagmo2.json | 5 + .../vcpkg/versions/p-/paho-mqtt.json | 20 + .../vcpkg/versions/p-/paho-mqttpp3.json | 5 + .../vcpkg/versions/p-/palsigslot.json | 5 + .../vcpkg/versions/p-/pango.json | 25 + .../vcpkg/versions/p-/pangomm.json | 15 + .../vcpkg/versions/p-/parallel-hashmap.json | 5 + .../vcpkg/versions/p-/parallelstl.json | 5 + .../vcpkg/versions/p-/paraview.json | 10 + .../vcpkg/versions/p-/parquet.json | 5 + external_imported/vcpkg/versions/p-/pbc.json | 15 + .../vcpkg/versions/p-/pcapplusplus.json | 10 + external_imported/vcpkg/versions/p-/pcg.json | 5 + .../vcpkg/versions/p-/pciids.json | 9 + external_imported/vcpkg/versions/p-/pcl.json | 35 + .../vcpkg/versions/p-/pcre2.json | 15 + .../vcpkg/versions/p-/pdal-c.json | 10 + external_imported/vcpkg/versions/p-/pdal.json | 30 + .../vcpkg/versions/p-/pdcurses.json | 15 + .../vcpkg/versions/p-/pdqsort.json | 5 + .../vcpkg/versions/p-/pe-parse.json | 5 + .../vcpkg/versions/p-/pegtl-2.json | 5 + .../vcpkg/versions/p-/pegtl.json | 5 + .../vcpkg/versions/p-/pfring.json | 5 + .../vcpkg/versions/p-/pfultz2-linq.json | 5 + .../vcpkg/versions/p-/physx.json | 12 +- .../vcpkg/versions/p-/picojson.json | 5 + .../vcpkg/versions/p-/picosha2.json | 5 + .../vcpkg/versions/p-/pipewire.json | 10 + .../vcpkg/versions/p-/pkgconf.json | 5 + .../vcpkg/versions/p-/platform-folders.json | 5 + .../vcpkg/versions/p-/plf-colony.json | 10 + .../vcpkg/versions/p-/plf-list.json | 5 + .../vcpkg/versions/p-/plf-nanotimer.json | 5 + .../vcpkg/versions/p-/plf-stack.json | 5 + external_imported/vcpkg/versions/p-/plib.json | 10 + external_imported/vcpkg/versions/p-/plog.json | 5 + .../vcpkg/versions/p-/plplot.json | 5 + .../vcpkg/versions/p-/plustache.json | 5 + external_imported/vcpkg/versions/p-/pmdk.json | 10 + .../vcpkg/versions/p-/pmp-library.json | 9 + .../vcpkg/versions/p-/pngpp.json | 5 + .../vcpkg/versions/p-/pngwriter.json | 5 + .../vcpkg/versions/p-/pocketfft.json | 9 + external_imported/vcpkg/versions/p-/poco.json | 15 + .../vcpkg/versions/p-/podofo.json | 30 + .../vcpkg/versions/p-/polyclipping.json | 5 + .../vcpkg/versions/p-/polyhook2.json | 25 + .../vcpkg/versions/p-/ponder.json | 5 + .../vcpkg/versions/p-/poppler.json | 15 + .../versions/p-/portable-file-dialogs.json | 9 + .../vcpkg/versions/p-/portable-snippets.json | 5 + .../vcpkg/versions/p-/portaudio.json | 5 + .../vcpkg/versions/p-/portmidi.json | 10 + .../vcpkg/versions/p-/portsmf.json | 5 + .../vcpkg/versions/p-/ppconsul.json | 5 + .../vcpkg/versions/p-/ppmagic.json | 5 + .../vcpkg/versions/p-/pprint.json | 5 + external_imported/vcpkg/versions/p-/pqp.json | 5 + .../versions/p-/pravila00-enum-string.json | 9 + .../versions/p-/pravila00-make-vector.json | 9 + external_imported/vcpkg/versions/p-/proj.json | 25 + .../vcpkg/versions/p-/protobuf-c.json | 10 + .../vcpkg/versions/p-/protobuf.json | 5 + .../vcpkg/versions/p-/proxsuite.json | 9 + .../vcpkg/versions/p-/proxy.json | 15 + .../vcpkg/versions/p-/proxygen.json | 25 + .../vcpkg/versions/p-/psimd.json | 5 + .../vcpkg/versions/p-/ptc-print.json | 5 + .../vcpkg/versions/p-/pthread.json | 5 + .../vcpkg/versions/p-/pthreads.json | 5 + .../vcpkg/versions/p-/pugixml.json | 5 + .../vcpkg/versions/p-/pulsar-client-cpp.json | 19 + .../vcpkg/versions/p-/pulzed-mini.json | 9 + .../vcpkg/versions/p-/pybind11.json | 20 + .../vcpkg/versions/p-/python2.json | 10 + .../vcpkg/versions/p-/python3.json | 60 + external_imported/vcpkg/versions/q-/qca.json | 15 + .../vcpkg/versions/q-/qcoro.json | 14 + .../vcpkg/versions/q-/qcustomplot.json | 10 + external_imported/vcpkg/versions/q-/qoi.json | 9 + .../vcpkg/versions/q-/qoixx.json | 9 + .../vcpkg/versions/q-/qpid-proton.json | 10 + .../vcpkg/versions/q-/qscintilla.json | 9 +- .../q-/qt-advanced-docking-system.json | 20 + external_imported/vcpkg/versions/q-/qt.json | 35 + external_imported/vcpkg/versions/q-/qt3d.json | 30 + .../vcpkg/versions/q-/qt5-3d.json | 25 + .../vcpkg/versions/q-/qt5-activeqt.json | 20 + .../vcpkg/versions/q-/qt5-androidextras.json | 20 + .../vcpkg/versions/q-/qt5-base.json | 80 + .../vcpkg/versions/q-/qt5-canvas3d.json | 5 + .../vcpkg/versions/q-/qt5-charts.json | 20 + .../vcpkg/versions/q-/qt5-connectivity.json | 20 + .../vcpkg/versions/q-/qt5-datavis3d.json | 20 + .../vcpkg/versions/q-/qt5-declarative.json | 30 + .../vcpkg/versions/q-/qt5-doc.json | 20 + .../vcpkg/versions/q-/qt5-gamepad.json | 20 + .../versions/q-/qt5-graphicaleffects.json | 20 + .../vcpkg/versions/q-/qt5-imageformats.json | 25 + .../vcpkg/versions/q-/qt5-location.json | 25 + .../vcpkg/versions/q-/qt5-macextras.json | 20 + .../vcpkg/versions/q-/qt5-mqtt.json | 20 + .../vcpkg/versions/q-/qt5-multimedia.json | 25 + .../vcpkg/versions/q-/qt5-networkauth.json | 20 + .../vcpkg/versions/q-/qt5-purchasing.json | 20 + .../vcpkg/versions/q-/qt5-quickcontrols.json | 20 + .../vcpkg/versions/q-/qt5-quickcontrols2.json | 20 + .../vcpkg/versions/q-/qt5-remoteobjects.json | 20 + .../vcpkg/versions/q-/qt5-script.json | 20 + .../vcpkg/versions/q-/qt5-scxml.json | 20 + .../vcpkg/versions/q-/qt5-sensors.json | 20 + .../vcpkg/versions/q-/qt5-serialbus.json | 20 + .../vcpkg/versions/q-/qt5-serialport.json | 20 + .../vcpkg/versions/q-/qt5-speech.json | 20 + .../vcpkg/versions/q-/qt5-svg.json | 25 + .../vcpkg/versions/q-/qt5-tools.json | 25 + .../vcpkg/versions/q-/qt5-translations.json | 20 + .../versions/q-/qt5-virtualkeyboard.json | 25 + .../vcpkg/versions/q-/qt5-wayland.json | 20 + .../vcpkg/versions/q-/qt5-webchannel.json | 20 + .../vcpkg/versions/q-/qt5-webengine.json | 35 + .../vcpkg/versions/q-/qt5-webglplugin.json | 20 + .../vcpkg/versions/q-/qt5-websockets.json | 20 + .../vcpkg/versions/q-/qt5-webview.json | 20 + .../vcpkg/versions/q-/qt5-winextras.json | 20 + .../vcpkg/versions/q-/qt5-x11extras.json | 20 + .../vcpkg/versions/q-/qt5-xmlpatterns.json | 20 + external_imported/vcpkg/versions/q-/qt5.json | 20 + .../vcpkg/versions/q-/qt5compat.json | 35 + .../vcpkg/versions/q-/qtactiveqt.json | 30 + .../versions/q-/qtapplicationmanager.json | 30 + .../vcpkg/versions/q-/qtbase.json | 130 + .../vcpkg/versions/q-/qtcharts.json | 30 + .../vcpkg/versions/q-/qtcoap.json | 30 + .../vcpkg/versions/q-/qtconnectivity.json | 30 + .../vcpkg/versions/q-/qtdatavis3d.json | 30 + .../vcpkg/versions/q-/qtdeclarative.json | 35 + .../vcpkg/versions/q-/qtdeviceutilities.json | 30 + .../vcpkg/versions/q-/qtdoc.json | 30 + .../vcpkg/versions/q-/qtgraphs.json | 9 + .../vcpkg/versions/q-/qtgrpc.json | 34 + .../vcpkg/versions/q-/qthttpserver.json | 30 + .../vcpkg/versions/q-/qtimageformats.json | 30 + .../versions/q-/qtinterfaceframework.json | 35 + .../vcpkg/versions/q-/qtkeychain-qt6.json | 5 + .../vcpkg/versions/q-/qtkeychain.json | 10 + .../vcpkg/versions/q-/qtlanguageserver.json | 30 + .../vcpkg/versions/q-/qtlocation.json | 30 + .../vcpkg/versions/q-/qtlottie.json | 30 + .../vcpkg/versions/q-/qtmqtt.json | 30 + .../vcpkg/versions/q-/qtmultimedia.json | 40 + .../vcpkg/versions/q-/qtnetworkauth.json | 30 + .../vcpkg/versions/q-/qtopcua.json | 50 + .../vcpkg/versions/q-/qtpositioning.json | 45 + .../vcpkg/versions/q-/qtquick3d.json | 35 + .../vcpkg/versions/q-/qtquick3dphysics.json | 30 + .../vcpkg/versions/q-/qtquickeffectmaker.json | 34 + .../vcpkg/versions/q-/qtquicktimeline.json | 30 + .../vcpkg/versions/q-/qtremoteobjects.json | 30 + .../vcpkg/versions/q-/qtscxml.json | 30 + .../vcpkg/versions/q-/qtsensors.json | 30 + .../vcpkg/versions/q-/qtserialbus.json | 30 + .../vcpkg/versions/q-/qtserialport.json | 35 + .../vcpkg/versions/q-/qtshadertools.json | 30 + .../vcpkg/versions/q-/qtspeech.json | 35 + .../vcpkg/versions/q-/qtsvg.json | 30 + .../vcpkg/versions/q-/qttools.json | 40 + .../vcpkg/versions/q-/qttranslations.json | 30 + .../vcpkg/versions/q-/qtvirtualkeyboard.json | 35 + .../vcpkg/versions/q-/qtwayland.json | 30 + .../vcpkg/versions/q-/qtwebchannel.json | 30 + .../vcpkg/versions/q-/qtwebengine.json | 45 + .../vcpkg/versions/q-/qtwebsockets.json | 30 + .../vcpkg/versions/q-/qtwebview.json | 35 + .../vcpkg/versions/q-/quantlib.json | 25 + .../vcpkg/versions/q-/quaternions.json | 5 + .../vcpkg/versions/q-/quazip.json | 10 + .../vcpkg/versions/q-/quickfast.json | 5 + .../vcpkg/versions/q-/quickfix.json | 5 + .../vcpkg/versions/q-/quill.json | 70 + external_imported/vcpkg/versions/q-/qwt.json | 5 + .../vcpkg/versions/r-/rabit.json | 5 + .../vcpkg/versions/r-/ragel.json | 5 + .../vcpkg/versions/r-/range-v3-vs2015.json | 5 + .../vcpkg/versions/r-/rapidfuzz.json | 5 + .../vcpkg/versions/r-/rapidjson.json | 15 + .../vcpkg/versions/r-/rapidxml-ns.json | 5 + .../vcpkg/versions/r-/rapidxml.json | 5 + .../vcpkg/versions/r-/rappture.json | 10 + .../vcpkg/versions/r-/raygui.json | 10 + .../vcpkg/versions/r-/raylib.json | 15 + external_imported/vcpkg/versions/r-/rbdl.json | 5 + external_imported/vcpkg/versions/r-/re2.json | 5 + .../vcpkg/versions/r-/reactiveplusplus.json | 10 + .../vcpkg/versions/r-/readline-unix.json | 5 + .../vcpkg/versions/r-/readline-win32.json | 15 + .../vcpkg/versions/r-/readline.json | 10 + .../vcpkg/versions/r-/realsense2.json | 25 + .../vcpkg/versions/r-/recast.json | 5 + .../vcpkg/versions/r-/recastnavigation.json | 14 + .../vcpkg/versions/r-/redis-plus-plus.json | 25 + .../vcpkg/versions/r-/refl-cpp.json | 5 + .../vcpkg/versions/r-/refprop-headers.json | 10 + .../vcpkg/versions/r-/rendergraph.json | 10 + .../vcpkg/versions/r-/reproc.json | 5 + .../vcpkg/versions/r-/restbed.json | 5 + .../vcpkg/versions/r-/restinio.json | 20 + .../vcpkg/versions/r-/rhash.json | 5 + .../vcpkg/versions/r-/rhasheq.json | 5 + .../vcpkg/versions/r-/riffcpp.json | 5 + .../vcpkg/versions/r-/rivers.json | 9 + .../vcpkg/versions/r-/rmlui.json | 5 + .../vcpkg/versions/r-/rmqcpp.json | 9 + .../vcpkg/versions/r-/roaring.json | 5 + .../vcpkg/versions/r-/robin-map.json | 2 +- .../vcpkg/versions/r-/rocksdb.json | 25 + external_imported/vcpkg/versions/r-/rply.json | 5 + .../vcpkg/versions/r-/rsasynccpp.json | 10 + .../vcpkg/versions/r-/rsm-binary-io.json | 5 + .../vcpkg/versions/r-/rsm-bsa.json | 5 + .../vcpkg/versions/r-/rsm-mmio.json | 5 + .../vcpkg/versions/r-/rsocket.json | 10 + .../vcpkg/versions/r-/rtabmap.json | 20 + .../vcpkg/versions/r-/rtaudio.json | 10 + .../vcpkg/versions/r-/rtmidi.json | 5 + .../vcpkg/versions/r-/rubberband.json | 20 + external_imported/vcpkg/versions/r-/ryu.json | 15 + .../vcpkg/versions/s-/s2geometry.json | 10 + external_imported/vcpkg/versions/s-/s2n.json | 5 + external_imported/vcpkg/versions/s-/sail.json | 15 + external_imported/vcpkg/versions/s-/sais.json | 5 + .../vcpkg/versions/s-/sajson.json | 5 + .../versions/s-/salome-configuration.json | 9 + .../vcpkg/versions/s-/salome-med-fichier.json | 14 + .../vcpkg/versions/s-/salome-medcoupling.json | 9 + .../vcpkg/versions/s-/saucer.json | 10 + .../vcpkg/versions/s-/scenepic.json | 5 + .../vcpkg/versions/s-/scintilla.json | 10 + .../vcpkg/versions/s-/sciter-js.json | 10 + .../vcpkg/versions/s-/scnlib.json | 5 + .../vcpkg/versions/s-/scotch.json | 9 + .../vcpkg/versions/s-/scylla-wrapper.json | 5 + .../vcpkg/versions/s-/sdbus-cpp.json | 14 + .../vcpkg/versions/s-/sdformat13.json | 14 + .../vcpkg/versions/s-/sdl1-mixer.json | 14 + .../vcpkg/versions/s-/sdl1-net.json | 5 + external_imported/vcpkg/versions/s-/sdl1.json | 10 + .../vcpkg/versions/s-/sdl2-gfx.json | 10 + .../vcpkg/versions/s-/sdl2-image.json | 5 + .../vcpkg/versions/s-/sdl2-mixer-ext.json | 24 + .../vcpkg/versions/s-/sdl2-mixer.json | 10 + .../vcpkg/versions/s-/sdl2-net.json | 10 + .../vcpkg/versions/s-/sdl2-ttf.json | 5 + external_imported/vcpkg/versions/s-/sdl2.json | 45 + .../vcpkg/versions/s-/sdl2pp.json | 5 + .../vcpkg/versions/s-/seacas.json | 15 + external_imported/vcpkg/versions/s-/seal.json | 5 + .../vcpkg/versions/s-/seasocks.json | 14 + .../vcpkg/versions/s-/sentencepiece.json | 10 + .../vcpkg/versions/s-/sentry-native.json | 45 + .../vcpkg/versions/s-/septag-sx.json | 5 + .../vcpkg/versions/s-/seqan.json | 5 + external_imported/vcpkg/versions/s-/serd.json | 5 + .../vcpkg/versions/s-/sf2cute.json | 5 + external_imported/vcpkg/versions/s-/sfml.json | 30 + .../vcpkg/versions/s-/shader-slang.json | 10 + .../vcpkg/versions/s-/shaderc.json | 10 + .../vcpkg/versions/s-/shaderwriter.json | 10 + .../vcpkg/versions/s-/shapelib.json | 10 + .../versions/s-/shiftmedia-libgnutls.json | 15 + .../versions/s-/shiftmedia-libgpg-error.json | 5 + .../vcpkg/versions/s-/shiva-sfml.json | 5 + .../vcpkg/versions/s-/shiva.json | 10 + .../vcpkg/versions/s-/shogun.json | 5 + external_imported/vcpkg/versions/s-/si.json | 9 + .../vcpkg/versions/s-/sigmatch.json | 9 + .../vcpkg/versions/s-/signalrclient.json | 10 + .../vcpkg/versions/s-/sigslot.json | 5 + .../vcpkg/versions/s-/simage.json | 5 + external_imported/vcpkg/versions/s-/simd.json | 10 + .../vcpkg/versions/s-/simde.json | 10 + .../vcpkg/versions/s-/simdjson.json | 30 + .../vcpkg/versions/s-/simdutf.json | 5 + .../versions/s-/simonbrunel-qtpromise.json | 9 + .../vcpkg/versions/s-/simple-fft.json | 5 + .../vcpkg/versions/s-/simpleble.json | 9 + .../vcpkg/versions/s-/simsimd.json | 9 + external_imported/vcpkg/versions/s-/skia.json | 40 + .../vcpkg/versions/s-/sleef.json | 5 + .../vcpkg/versions/s-/sleepy-discord.json | 10 + .../vcpkg/versions/s-/sltbench.json | 10 + .../vcpkg/versions/s-/smpeg2.json | 10 + .../vcpkg/versions/s-/snap7.json | 14 + .../vcpkg/versions/s-/snappy.json | 5 + .../vcpkg/versions/s-/sndfile.json | 5 + .../vcpkg/versions/s-/snitch.json | 9 + .../vcpkg/versions/s-/snowhouse.json | 5 + .../vcpkg/versions/s-/so5extra.json | 10 + .../vcpkg/versions/s-/sobjectizer.json | 25 + external_imported/vcpkg/versions/s-/soci.json | 15 + .../vcpkg/versions/s-/socket-io-client.json | 10 + .../vcpkg/versions/s-/sockpp.json | 5 + external_imported/vcpkg/versions/s-/soem.json | 10 + .../vcpkg/versions/s-/soil2.json | 5 + .../vcpkg/versions/s-/sokol.json | 10 + external_imported/vcpkg/versions/s-/sol2.json | 5 + .../vcpkg/versions/s-/sophus.json | 5 + external_imported/vcpkg/versions/s-/sord.json | 5 + .../vcpkg/versions/s-/soundtouch.json | 10 + external_imported/vcpkg/versions/s-/soxr.json | 5 + .../vcpkg/versions/s-/spaceland.json | 10 + .../vcpkg/versions/s-/sparsepp.json | 5 + .../vcpkg/versions/s-/spatialite-tools.json | 15 + .../vcpkg/versions/s-/spdlog.json | 15 + .../vcpkg/versions/s-/speexdsp.json | 5 + .../vcpkg/versions/s-/spirit-po.json | 5 + .../vcpkg/versions/s-/spirv-cross.json | 10 + .../vcpkg/versions/s-/spirv-headers.json | 15 + .../vcpkg/versions/s-/spirv-reflect.json | 10 + .../vcpkg/versions/s-/spirv-tools.json | 20 + external_imported/vcpkg/versions/s-/spix.json | 5 + .../vcpkg/versions/s-/spout2.json | 5 + .../vcpkg/versions/s-/sprout.json | 5 + .../vcpkg/versions/s-/spscqueue.json | 5 + .../vcpkg/versions/s-/sqlcipher.json | 20 + .../vcpkg/versions/s-/sqlite-modern-cpp.json | 5 + .../vcpkg/versions/s-/sqlite-orm.json | 10 + .../vcpkg/versions/s-/sqlite3.json | 50 + .../vcpkg/versions/s-/sqlitecpp.json | 10 + .../vcpkg/versions/s-/sqlpp11.json | 10 + .../vcpkg/versions/s-/sratom.json | 5 + .../vcpkg/versions/s-/sse2neon.json | 5 + .../vcpkg/versions/s-/stackwalker.json | 14 + .../vcpkg/versions/s-/starlink-ast.json | 20 + .../vcpkg/versions/s-/status-code.json | 15 + .../vcpkg/versions/s-/status-value-lite.json | 5 + external_imported/vcpkg/versions/s-/stb.json | 10 + .../vcpkg/versions/s-/stdexec.json | 15 + .../vcpkg/versions/s-/stduuid.json | 5 + .../vcpkg/versions/s-/stlab.json | 10 + .../vcpkg/versions/s-/stormlib.json | 5 + .../vcpkg/versions/s-/strict-variant.json | 5 + .../vcpkg/versions/s-/string-theory.json | 5 + .../vcpkg/versions/s-/strong-type.json | 5 + .../vcpkg/versions/s-/strtk.json | 10 + .../vcpkg/versions/s-/stxxl.json | 5 + .../vcpkg/versions/s-/superlu.json | 5 + .../vcpkg/versions/s-/swenson-sort.json | 9 + .../vcpkg/versions/s-/symengine.json | 15 + .../vcpkg/versions/s-/systemc.json | 5 + external_imported/vcpkg/versions/s-/szip.json | 10 + .../vcpkg/versions/t-/tabulate.json | 5 + .../vcpkg/versions/t-/tacopie.json | 10 + .../vcpkg/versions/t-/taglib.json | 10 + .../vcpkg/versions/t-/talib.json | 14 + .../vcpkg/versions/t-/taocpp-json.json | 5 + .../vcpkg/versions/t-/tap-windows6.json | 5 + .../vcpkg/versions/t-/task-thread-pool.json | 9 + .../vcpkg/versions/t-/taskflow.json | 5 + external_imported/vcpkg/versions/t-/tbb.json | 40 + .../vcpkg/versions/t-/tcb-span.json | 5 + external_imported/vcpkg/versions/t-/tcl.json | 5 + .../vcpkg/versions/t-/telnetpp.json | 5 + .../vcpkg/versions/t-/tensorpipe.json | 15 + .../vcpkg/versions/t-/tesseract.json | 40 + .../vcpkg/versions/t-/tgbot-cpp.json | 5 + external_imported/vcpkg/versions/t-/tgc.json | 5 + external_imported/vcpkg/versions/t-/tgui.json | 10 + .../vcpkg/versions/t-/theia.json | 10 + .../vcpkg/versions/t-/think-cell-range.json | 5 + .../versions/t-/thomasmonkman-filewatch.json | 19 + external_imported/vcpkg/versions/t-/thor.json | 5 + .../vcpkg/versions/t-/thorvg.json | 45 + .../vcpkg/versions/t-/threadpool.json | 5 + .../vcpkg/versions/t-/thrift.json | 10 + .../vcpkg/versions/t-/tidy-html5.json | 5 + external_imported/vcpkg/versions/t-/tiff.json | 30 + .../vcpkg/versions/t-/tiny-aes-c.json | 5 + .../vcpkg/versions/t-/tiny-bignum-c.json | 5 + .../vcpkg/versions/t-/tiny-dnn.json | 5 + .../versions/t-/tiny-process-library.json | 5 + .../vcpkg/versions/t-/tiny-regex-c.json | 5 + .../vcpkg/versions/t-/tinycthread.json | 5 + .../vcpkg/versions/t-/tinyexpr.json | 5 + .../vcpkg/versions/t-/tinyexr.json | 5 + .../vcpkg/versions/t-/tinyfsm.json | 9 + .../vcpkg/versions/t-/tinygltf.json | 15 + .../vcpkg/versions/t-/tinynpy.json | 5 + .../vcpkg/versions/t-/tinyorm.json | 19 + .../vcpkg/versions/t-/tinythread.json | 5 + .../vcpkg/versions/t-/tinytoml.json | 5 + .../vcpkg/versions/t-/tinyxml.json | 5 + .../vcpkg/versions/t-/tl-expected.json | 5 + .../vcpkg/versions/t-/tl-function-ref.json | 5 + external_imported/vcpkg/versions/t-/tlx.json | 5 + .../vcpkg/versions/t-/tmxlite.json | 5 + .../vcpkg/versions/t-/tomlplusplus.json | 10 + .../vcpkg/versions/t-/tracy.json | 35 + .../vcpkg/versions/t-/trantor.json | 20 + external_imported/vcpkg/versions/t-/tre.json | 5 + .../vcpkg/versions/t-/tree-similarity.json | 14 + .../vcpkg/versions/t-/tree-sitter.json | 5 + .../vcpkg/versions/t-/treehopper.json | 15 + .../vcpkg/versions/t-/triton.json | 5 + .../vcpkg/versions/t-/trompeloeil.json | 5 + .../vcpkg/versions/t-/tsl-hopscotch-map.json | 5 + .../vcpkg/versions/t-/tsl-ordered-map.json | 5 + .../vcpkg/versions/t-/tsl-sparse-map.json | 5 + .../vcpkg/versions/t-/tuplet.json | 9 + .../vcpkg/versions/t-/type-lite.json | 5 + .../vcpkg/versions/t-/type-safe.json | 5 + external_imported/vcpkg/versions/u-/udt.json | 9 + .../vcpkg/versions/u-/uni-algo.json | 5 + .../vcpkg/versions/u-/unicorn-lib.json | 10 + .../vcpkg/versions/u-/unicorn.json | 10 + .../vcpkg/versions/u-/unittest-cpp.json | 5 + .../vcpkg/versions/u-/unordered-dense.json | 29 + .../vcpkg/versions/u-/unqlite.json | 5 + .../vcpkg/versions/u-/unrar.json | 10 + external_imported/vcpkg/versions/u-/upb.json | 5 + .../vcpkg/versions/u-/urdfdom.json | 5 + .../vcpkg/versions/u-/urho3d.json | 10 + .../vcpkg/versions/u-/usbmuxd.json | 20 + external_imported/vcpkg/versions/u-/usd.json | 25 + .../vcpkg/versions/u-/usearch.json | 9 + .../vcpkg/versions/u-/usockets.json | 10 + .../vcpkg/versions/u-/usrsctp.json | 10 + .../vcpkg/versions/u-/utf8-range.json | 9 + .../vcpkg/versions/u-/utfcpp.json | 20 + external_imported/vcpkg/versions/u-/utfz.json | 5 + .../vcpkg/versions/u-/uvatlas.json | 25 + external_imported/vcpkg/versions/u-/uvw.json | 15 + .../vcpkg/versions/u-/uwebsockets.json | 35 + external_imported/vcpkg/versions/v-/v8.json | 5 + .../vcpkg/versions/v-/valijson.json | 5 + external_imported/vcpkg/versions/v-/vc.json | 5 + .../versions/v-/vcpkg-cmake-get-vars.json | 5 + .../vcpkg/versions/v-/vcpkg-cmake.json | 5 + .../v-/vcpkg-get-python-packages.json | 15 + .../vcpkg/versions/v-/vcpkg-msbuild.json | 14 + .../v-/vcpkg-pkgconfig-get-modules.json | 10 + .../vcpkg/versions/v-/vcpkg-qmake.json | 5 + .../vcpkg/versions/v-/vcpkg-tool-meson.json | 10 + .../vcpkg/versions/v-/vcpkg-tool-ninja.json | 5 + .../vcpkg/versions/v-/veigar.json | 9 + .../versions/v-/vincentlaucsb-csv-parser.json | 9 + .../vcpkg/versions/v-/visit-struct.json | 10 + .../vcpkg/versions/v-/vit-vit-ctpl.json | 9 + .../vcpkg/versions/v-/vk-bootstrap.json | 15 + .../vcpkg/versions/v-/vkfft.json | 5 + .../vcpkg/versions/v-/vlfeat.json | 5 + external_imported/vcpkg/versions/v-/vlpp.json | 5 + external_imported/vcpkg/versions/v-/volk.json | 10 + .../vcpkg/versions/v-/vowpal-wabbit.json | 10 + .../vcpkg/versions/v-/vs-yasm.json | 5 + external_imported/vcpkg/versions/v-/vsg.json | 29 + .../vcpkg/versions/v-/vsgimgui.json | 9 + .../vcpkg/versions/v-/vsgxchange.json | 19 + .../vcpkg/versions/v-/vtk-dicom.json | 5 + .../vcpkg/versions/v-/vtk-m.json | 5 + external_imported/vcpkg/versions/v-/vtk.json | 25 + .../vcpkg/versions/v-/vulkan-headers.json | 25 + .../vcpkg/versions/v-/vulkan-hpp.json | 15 + .../vcpkg/versions/v-/vulkan-loader.json | 14 + .../v-/vulkan-memory-allocator-hpp.json | 5 + .../versions/v-/vulkan-memory-allocator.json | 15 + .../versions/v-/vulkan-sdk-components.json | 14 + .../vcpkg/versions/v-/vulkan-tools.json | 14 + .../versions/v-/vulkan-utility-libraries.json | 19 + .../versions/v-/vulkan-validationlayers.json | 14 + .../vcpkg/versions/v-/vulkan.json | 15 + external_imported/vcpkg/versions/v-/vxl.json | 5 + .../vcpkg/versions/w-/wampcc.json | 5 + .../vcpkg/versions/w-/wangle.json | 25 + .../vcpkg/versions/w-/wasmedge.json | 25 + .../vcpkg/versions/w-/wavpack.json | 5 + .../vcpkg/versions/w-/wcslib.json | 14 + .../vcpkg/versions/w-/websocketpp.json | 5 + .../vcpkg/versions/w-/webview2.json | 10 + .../vcpkg/versions/w-/wepoll.json | 5 + .../versions/w-/wg21-linear-algebra.json | 5 + .../vcpkg/versions/w-/wg21-sg14.json | 5 + external_imported/vcpkg/versions/w-/wil.json | 25 + .../vcpkg/versions/w-/winpcap.json | 20 + .../vcpkg/versions/w-/winsparkle.json | 10 + .../vcpkg/versions/w-/wintoast.json | 5 + .../vcpkg/versions/w-/wmipp.json | 14 + .../vcpkg/versions/w-/woff2.json | 5 + .../vcpkg/versions/w-/wolfmqtt.json | 5 + .../vcpkg/versions/w-/wolfssl.json | 25 + .../vcpkg/versions/w-/wolftpm.json | 10 + .../vcpkg/versions/w-/wordnet.json | 5 + .../vcpkg/versions/w-/workflow.json | 5 + .../vcpkg/versions/w-/wpilib.json | 10 + external_imported/vcpkg/versions/w-/wt.json | 10 + .../vcpkg/versions/w-/wxchartdir.json | 5 + .../vcpkg/versions/w-/wxwidgets.json | 20 + .../vcpkg/versions/x-/x-plane.json | 10 + external_imported/vcpkg/versions/x-/x264.json | 20 + external_imported/vcpkg/versions/x-/x265.json | 15 + .../vcpkg/versions/x-/x86-simd-sort.json | 10 + .../vcpkg/versions/x-/xapian.json | 15 + .../vcpkg/versions/x-/xbyak.json | 10 + .../vcpkg/versions/x-/xcb-proto.json | 5 + .../vcpkg/versions/x-/xerces-c.json | 10 + external_imported/vcpkg/versions/x-/xeus.json | 5 + .../vcpkg/versions/x-/xframe.json | 5 + .../vcpkg/versions/x-/xlsxio.json | 5 + .../vcpkg/versions/x-/xmlsec.json | 30 + .../vcpkg/versions/x-/xnnpack.json | 5 + .../vcpkg/versions/x-/xpack.json | 5 + .../vcpkg/versions/x-/xproperty.json | 5 + .../vcpkg/versions/x-/xqilla.json | 5 + .../vcpkg/versions/x-/xsimd.json | 15 + .../vcpkg/versions/x-/xtensor-fftw.json | 5 + .../vcpkg/versions/x-/xtensor.json | 20 + external_imported/vcpkg/versions/x-/xtl.json | 5 + .../vcpkg/versions/x-/xxhash.json | 10 + external_imported/vcpkg/versions/y-/yajl.json | 5 + .../vcpkg/versions/y-/yaml-cpp.json | 10 + external_imported/vcpkg/versions/y-/yara.json | 20 + external_imported/vcpkg/versions/y-/yoga.json | 10 + .../vcpkg/versions/y-/yomm2.json | 20 + .../vcpkg/versions/y-/yyjson.json | 10 + external_imported/vcpkg/versions/z-/z3.json | 15 + external_imported/vcpkg/versions/z-/z85.json | 5 + .../vcpkg/versions/z-/zeroc-ice.json | 30 + .../vcpkg/versions/z-/zeromq.json | 45 + .../vcpkg/versions/z-/zimpl.json | 9 + .../vcpkg/versions/z-/zlib-ng.json | 25 + external_imported/vcpkg/versions/z-/zlib.json | 10 + .../vcpkg/versions/z-/zlmediakit.json | 14 + external_imported/vcpkg/versions/z-/zoe.json | 9 + .../vcpkg/versions/z-/zookeeper.json | 5 + .../vcpkg/versions/z-/zpp-bits.json | 5 + .../vcpkg/versions/z-/zserge-webview.json | 5 + external_imported/vcpkg/versions/z-/zstd.json | 20 + .../vcpkg/versions/z-/ztd-cuneicode.json | 9 + .../versions/z-/ztd-encoding-tables.json | 9 + .../vcpkg/versions/z-/ztd-idk.json | 9 + .../vcpkg/versions/z-/ztd-platform.json | 9 + .../versions/z-/ztd-static-containers.json | 14 + .../vcpkg/versions/z-/ztd-text.json | 5 + .../vcpkg/versions/z-/zydis.json | 15 + external_imported/vcpkg/versions/z-/zyre.json | 5 + 9521 files changed, 277571 insertions(+), 144868 deletions(-) create mode 100644 external_imported/Catch2/MODULE.bazel create mode 100644 external_imported/Catch2/examples/232-Cfg-CustomMain.cpp create mode 100644 external_imported/Catch2/meson_options.txt create mode 100644 external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.cpp create mode 100644 external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats.hpp create mode 100644 external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp create mode 100644 external_imported/Catch2/src/catch2/catch_translate_exception.cpp delete mode 100644 external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.cpp delete mode 100644 external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.hpp create mode 100644 external_imported/Catch2/src/catch2/interfaces/catch_interfaces_test_invoker.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_config_prefix_messages.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_config_static_analysis_support.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_jsonwriter.cpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_jsonwriter.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_preprocessor_internal_stringify.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_random_floating_point_helpers.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_random_integer_helpers.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_test_run_info.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_uniform_floating_point_distribution.hpp create mode 100644 external_imported/Catch2/src/catch2/internal/catch_uniform_integer_distribution.hpp create mode 100644 external_imported/Catch2/src/catch2/reporters/catch_reporter_json.cpp create mode 100644 external_imported/Catch2/src/catch2/reporters/catch_reporter_json.hpp create mode 100644 external_imported/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp create mode 100644 external_imported/Catch2/tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp create mode 100644 external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Integer.tests.cpp create mode 100644 external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Json.tests.cpp create mode 100644 external_imported/Catch2/tests/TestScripts/DiscoverTests/CMakeLists.txt create mode 100644 external_imported/Catch2/tests/TestScripts/DiscoverTests/VerifyRegistration.py create mode 100644 external_imported/Catch2/tests/TestScripts/DiscoverTests/register-tests.cpp create mode 100644 external_imported/PlatformFolders/.github/workflows/build.yml delete mode 100644 external_imported/PlatformFolders/.travis.yml create mode 100644 external_imported/PlatformFolders/CHANGELOG.md create mode 100644 external_imported/PlatformFolders/test/getStateDir.cpp create mode 100644 external_imported/PlatformFolders/test/internalTest.cpp create mode 100644 external_imported/cpp-httplib/test/CMakeLists.txt create mode 100644 external_imported/cpp-httplib/test/fuzzing/CMakeLists.txt create mode 100644 external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5042094968537088 create mode 100644 external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5886572146327552 create mode 100644 external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-6007379124158464 create mode 100644 external_imported/cpp-httplib/test/fuzzing/corpus/issue1264 create mode 100644 external_imported/cpp-httplib/test/www/dir/1MB.txt delete mode 100644 external_imported/json/.circleci/config.yml create mode 100644 external_imported/json/.cirrus.yml rename external_imported/json/{ => .github}/CODE_OF_CONDUCT.md (100%) delete mode 100644 external_imported/json/.github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 external_imported/json/.github/ISSUE_TEMPLATE/bug.yaml create mode 100644 external_imported/json/.github/external_ci/appveyor.yml create mode 100644 external_imported/json/.github/labeler.yml create mode 100644 external_imported/json/.github/workflows/check_amalgamation.yml create mode 100644 external_imported/json/.github/workflows/cifuzz.yml create mode 100644 external_imported/json/.github/workflows/comment_check_amalgamation.yml create mode 100644 external_imported/json/.github/workflows/labeler.yml create mode 100644 external_imported/json/.github/workflows/publish_documentation.yml create mode 100644 external_imported/json/.lgtm.yml create mode 100644 external_imported/json/.reuse/README.md create mode 100644 external_imported/json/.reuse/dep5 create mode 100644 external_imported/json/.reuse/templates/json.jinja2 create mode 100644 external_imported/json/.reuse/templates/json_support.jinja2 delete mode 100644 external_imported/json/.travis.yml create mode 100644 external_imported/json/BUILD.bazel create mode 100644 external_imported/json/CITATION.cff create mode 100644 external_imported/json/LICENSES/Apache-2.0.txt create mode 100644 external_imported/json/LICENSES/BSD-3-Clause.txt create mode 100644 external_imported/json/LICENSES/GPL-3.0-only.txt create mode 100644 external_imported/json/LICENSES/MIT.txt create mode 100644 external_imported/json/Package.swift create mode 100644 external_imported/json/WORKSPACE.bazel delete mode 100644 external_imported/json/appveyor.yml delete mode 100644 external_imported/json/benchmarks/CMakeLists.txt delete mode 100644 external_imported/json/benchmarks/src/benchmarks.cpp delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/AUTHORS delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/BUILD.bazel delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/CMakeLists.txt delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/LICENSE delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/README.md delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/WORKSPACE delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/appveyor.yml delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/docs/tools.md delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/mingw.py delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/releasing.md delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/arraysize.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/check.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/counter.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/counter.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/cycleclock.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/internal_macros.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/log.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/mutex.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/re.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/reporter.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/thread_manager.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/thread_timer.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/timers.cc delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/src/timers.h delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/compare.py delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run1.json delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run2.json delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test2_run.json delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py delete mode 100755 external_imported/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py create mode 100644 external_imported/json/cmake/ci.cmake create mode 100644 external_imported/json/cmake/scripts/gen_bazel_build_file.cmake create mode 100644 external_imported/json/cmake/test.cmake delete mode 100644 external_imported/json/doc/Doxyfile delete mode 100644 external_imported/json/doc/Makefile delete mode 100644 external_imported/json/doc/avatars.png delete mode 100644 external_imported/json/doc/css/mylayout.css delete mode 100644 external_imported/json/doc/css/mylayout_docset.css delete mode 100644 external_imported/json/doc/docset/Makefile delete mode 100644 external_imported/json/doc/docset/README.md delete mode 100644 external_imported/json/doc/docset/docSet.sql delete mode 100644 external_imported/json/doc/examples/README.link delete mode 100644 external_imported/json/doc/examples/accept__string.link delete mode 100644 external_imported/json/doc/examples/array.link delete mode 100644 external_imported/json/doc/examples/at__object_t_key_type.link delete mode 100644 external_imported/json/doc/examples/at__object_t_key_type_const.link delete mode 100644 external_imported/json/doc/examples/at__size_type.link delete mode 100644 external_imported/json/doc/examples/at__size_type_const.link delete mode 100644 external_imported/json/doc/examples/at_json_pointer.cpp delete mode 100644 external_imported/json/doc/examples/at_json_pointer.link delete mode 100644 external_imported/json/doc/examples/at_json_pointer_const.cpp delete mode 100644 external_imported/json/doc/examples/at_json_pointer_const.link delete mode 100644 external_imported/json/doc/examples/back.link delete mode 100644 external_imported/json/doc/examples/basic_json__CompatibleType.link delete mode 100644 external_imported/json/doc/examples/basic_json__InputIt_InputIt.link delete mode 100644 external_imported/json/doc/examples/basic_json__basic_json.link delete mode 100644 external_imported/json/doc/examples/basic_json__copyassignment.link delete mode 100644 external_imported/json/doc/examples/basic_json__list_init_t.link delete mode 100644 external_imported/json/doc/examples/basic_json__moveconstructor.link delete mode 100644 external_imported/json/doc/examples/basic_json__nullptr_t.link delete mode 100644 external_imported/json/doc/examples/basic_json__size_type_basic_json.link delete mode 100644 external_imported/json/doc/examples/basic_json__value.link delete mode 100644 external_imported/json/doc/examples/basic_json__value_ptr.cpp delete mode 100644 external_imported/json/doc/examples/basic_json__value_ptr.link delete mode 100644 external_imported/json/doc/examples/basic_json__value_t.link delete mode 100644 external_imported/json/doc/examples/begin.link delete mode 100644 external_imported/json/doc/examples/cbegin.link delete mode 100644 external_imported/json/doc/examples/cend.link delete mode 100644 external_imported/json/doc/examples/clear.link delete mode 100644 external_imported/json/doc/examples/contains.cpp delete mode 100644 external_imported/json/doc/examples/contains.link delete mode 100644 external_imported/json/doc/examples/contains_json_pointer.cpp delete mode 100644 external_imported/json/doc/examples/contains_json_pointer.link delete mode 100644 external_imported/json/doc/examples/count.link delete mode 100644 external_imported/json/doc/examples/crbegin.link delete mode 100644 external_imported/json/doc/examples/crend.link delete mode 100644 external_imported/json/doc/examples/diagnostics_extended.link delete mode 100644 external_imported/json/doc/examples/diagnostics_standard.link delete mode 100644 external_imported/json/doc/examples/diff.link delete mode 100644 external_imported/json/doc/examples/dump.link delete mode 100644 external_imported/json/doc/examples/emplace.link delete mode 100644 external_imported/json/doc/examples/emplace_back.link delete mode 100644 external_imported/json/doc/examples/empty.link delete mode 100644 external_imported/json/doc/examples/end.link delete mode 100644 external_imported/json/doc/examples/erase__IteratorType.link delete mode 100644 external_imported/json/doc/examples/erase__IteratorType_IteratorType.link delete mode 100644 external_imported/json/doc/examples/erase__key_type.link delete mode 100644 external_imported/json/doc/examples/erase__size_type.link delete mode 100644 external_imported/json/doc/examples/exception.link delete mode 100644 external_imported/json/doc/examples/find__key_type.link delete mode 100644 external_imported/json/doc/examples/flatten.link delete mode 100644 external_imported/json/doc/examples/from_bson.cpp delete mode 100644 external_imported/json/doc/examples/from_bson.link delete mode 100644 external_imported/json/doc/examples/from_cbor.cpp delete mode 100644 external_imported/json/doc/examples/from_cbor.link delete mode 100644 external_imported/json/doc/examples/from_msgpack.cpp delete mode 100644 external_imported/json/doc/examples/from_msgpack.link delete mode 100644 external_imported/json/doc/examples/from_ubjson.cpp delete mode 100644 external_imported/json/doc/examples/from_ubjson.link delete mode 100644 external_imported/json/doc/examples/front.link delete mode 100644 external_imported/json/doc/examples/get__PointerType.cpp delete mode 100644 external_imported/json/doc/examples/get__PointerType.link delete mode 100644 external_imported/json/doc/examples/get__ValueType_const.cpp delete mode 100644 external_imported/json/doc/examples/get__ValueType_const.link delete mode 100644 external_imported/json/doc/examples/get_ptr.link delete mode 100644 external_imported/json/doc/examples/get_ref.link delete mode 100644 external_imported/json/doc/examples/get_to.link delete mode 100644 external_imported/json/doc/examples/insert.link delete mode 100644 external_imported/json/doc/examples/insert__count.link delete mode 100644 external_imported/json/doc/examples/insert__ilist.link delete mode 100644 external_imported/json/doc/examples/insert__range.link delete mode 100644 external_imported/json/doc/examples/insert__range_object.link delete mode 100644 external_imported/json/doc/examples/invalid_iterator.link delete mode 100644 external_imported/json/doc/examples/is_array.link delete mode 100644 external_imported/json/doc/examples/is_binary.link delete mode 100644 external_imported/json/doc/examples/is_boolean.link delete mode 100644 external_imported/json/doc/examples/is_discarded.link delete mode 100644 external_imported/json/doc/examples/is_null.link delete mode 100644 external_imported/json/doc/examples/is_number.link delete mode 100644 external_imported/json/doc/examples/is_number_float.link delete mode 100644 external_imported/json/doc/examples/is_number_integer.link delete mode 100644 external_imported/json/doc/examples/is_number_unsigned.link delete mode 100644 external_imported/json/doc/examples/is_object.link delete mode 100644 external_imported/json/doc/examples/is_primitive.link delete mode 100644 external_imported/json/doc/examples/is_string.link delete mode 100644 external_imported/json/doc/examples/is_structured.link delete mode 100644 external_imported/json/doc/examples/items.link delete mode 100644 external_imported/json/doc/examples/iterator_wrapper.cpp delete mode 100644 external_imported/json/doc/examples/iterator_wrapper.link delete mode 100644 external_imported/json/doc/examples/iterator_wrapper.output delete mode 100644 external_imported/json/doc/examples/json_pointer.link delete mode 100644 external_imported/json/doc/examples/json_pointer__back.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__back.link delete mode 100644 external_imported/json/doc/examples/json_pointer__back.output delete mode 100644 external_imported/json/doc/examples/json_pointer__empty.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__empty.link delete mode 100644 external_imported/json/doc/examples/json_pointer__operator_add.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__operator_add.link delete mode 100644 external_imported/json/doc/examples/json_pointer__operator_add_binary.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__operator_add_binary.link delete mode 100644 external_imported/json/doc/examples/json_pointer__parent_pointer.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__parent_pointer.link delete mode 100644 external_imported/json/doc/examples/json_pointer__pop_back.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__pop_back.link delete mode 100644 external_imported/json/doc/examples/json_pointer__push_back.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__push_back.link delete mode 100644 external_imported/json/doc/examples/json_pointer__to_string.cpp delete mode 100644 external_imported/json/doc/examples/json_pointer__to_string.link delete mode 100644 external_imported/json/doc/examples/json_pointer__to_string.output delete mode 100644 external_imported/json/doc/examples/max_size.link delete mode 100644 external_imported/json/doc/examples/max_size.output delete mode 100644 external_imported/json/doc/examples/merge_patch.link delete mode 100644 external_imported/json/doc/examples/meta.link delete mode 100644 external_imported/json/doc/examples/meta.output delete mode 100644 external_imported/json/doc/examples/object.link delete mode 100644 external_imported/json/doc/examples/operator__ValueType.link delete mode 100644 external_imported/json/doc/examples/operator__equal.link delete mode 100644 external_imported/json/doc/examples/operator__equal__nullptr_t.link delete mode 100644 external_imported/json/doc/examples/operator__greater.link delete mode 100644 external_imported/json/doc/examples/operator__greaterequal.link delete mode 100644 external_imported/json/doc/examples/operator__less.link delete mode 100644 external_imported/json/doc/examples/operator__lessequal.link delete mode 100644 external_imported/json/doc/examples/operator__notequal.link delete mode 100644 external_imported/json/doc/examples/operator__notequal__nullptr_t.link delete mode 100644 external_imported/json/doc/examples/operator__value_t.link delete mode 100644 external_imported/json/doc/examples/operator_deserialize.link delete mode 100644 external_imported/json/doc/examples/operator_serialize.link delete mode 100644 external_imported/json/doc/examples/operatorarray__key_type.link delete mode 100644 external_imported/json/doc/examples/operatorarray__key_type_const.link delete mode 100644 external_imported/json/doc/examples/operatorarray__size_type.link delete mode 100644 external_imported/json/doc/examples/operatorarray__size_type_const.link delete mode 100644 external_imported/json/doc/examples/operatorjson_pointer.cpp delete mode 100644 external_imported/json/doc/examples/operatorjson_pointer.link delete mode 100644 external_imported/json/doc/examples/operatorjson_pointer_const.cpp delete mode 100644 external_imported/json/doc/examples/operatorjson_pointer_const.link delete mode 100644 external_imported/json/doc/examples/other_error.link delete mode 100644 external_imported/json/doc/examples/out_of_range.link delete mode 100644 external_imported/json/doc/examples/parse__allow_exceptions.link delete mode 100644 external_imported/json/doc/examples/parse__array__parser_callback_t.link delete mode 100644 external_imported/json/doc/examples/parse__contiguouscontainer__parser_callback_t.link delete mode 100644 external_imported/json/doc/examples/parse__istream__parser_callback_t.link delete mode 100644 external_imported/json/doc/examples/parse__iteratortype__parser_callback_t.cpp delete mode 100644 external_imported/json/doc/examples/parse__iteratortype__parser_callback_t.link delete mode 100644 external_imported/json/doc/examples/parse__string__parser_callback_t.link delete mode 100644 external_imported/json/doc/examples/parse_error.link delete mode 100644 external_imported/json/doc/examples/patch.link delete mode 100644 external_imported/json/doc/examples/push_back.link delete mode 100644 external_imported/json/doc/examples/push_back__initializer_list.link delete mode 100644 external_imported/json/doc/examples/push_back__object_t__value.link delete mode 100644 external_imported/json/doc/examples/rbegin.link delete mode 100644 external_imported/json/doc/examples/rend.link delete mode 100644 external_imported/json/doc/examples/sax_parse.cpp delete mode 100644 external_imported/json/doc/examples/sax_parse.link delete mode 100644 external_imported/json/doc/examples/sax_parse.output delete mode 100644 external_imported/json/doc/examples/size.link delete mode 100644 external_imported/json/doc/examples/swap__array_t.link delete mode 100644 external_imported/json/doc/examples/swap__binary_t.link delete mode 100644 external_imported/json/doc/examples/swap__object_t.link delete mode 100644 external_imported/json/doc/examples/swap__reference.link delete mode 100644 external_imported/json/doc/examples/swap__string_t.link delete mode 100644 external_imported/json/doc/examples/to_bson.link delete mode 100644 external_imported/json/doc/examples/to_cbor.link delete mode 100644 external_imported/json/doc/examples/to_msgpack.link delete mode 100644 external_imported/json/doc/examples/to_ubjson.link delete mode 100644 external_imported/json/doc/examples/type.link delete mode 100644 external_imported/json/doc/examples/type_error.link delete mode 100644 external_imported/json/doc/examples/type_name.link delete mode 100644 external_imported/json/doc/examples/unflatten.link delete mode 100644 external_imported/json/doc/examples/update.cpp delete mode 100644 external_imported/json/doc/examples/update.link delete mode 100644 external_imported/json/doc/examples/update.output delete mode 100644 external_imported/json/doc/examples/update__range.cpp delete mode 100644 external_imported/json/doc/examples/update__range.link delete mode 100644 external_imported/json/doc/examples/update__range.output delete mode 100644 external_imported/json/doc/index.md delete mode 100644 external_imported/json/doc/json.gif delete mode 100644 external_imported/json/doc/mkdocs/Makefile delete mode 100644 external_imported/json/doc/mkdocs/docs/api/adl_serializer.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/accept.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/array_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/at.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/back.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/binary.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/binary_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/boolean_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/cbor_tag_handler_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/clear.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/contains.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/count.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/dump.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/empty.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/erase.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/error_handler_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/find.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/from_bson.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/from_cbor.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/from_msgpack.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/from_ubjson.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/get_allocator.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/get_binary.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/index.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/input_format_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/invalid_iterator.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/is_number.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/is_number_float.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/is_number_integer.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/is_number_unsigned.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/is_primitive.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/is_structured.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/json_serializer.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/max_size.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/meta.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/object_comparator_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator[].md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_ValueType.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_eq.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_ge.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_gt.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_le.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_literal_json.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_literal_json_pointer.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_lt.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_ne.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/operator_value_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/other_error.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/out_of_range.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/parse.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/parse_error.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/parser_callback_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/push_back.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/size.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/string_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/type.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/type_error.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/type_name.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/update.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/value.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/value_t.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/basic_json/~basic_json.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/json.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/json_pointer.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/ordered_json.md delete mode 100644 external_imported/json/doc/mkdocs/docs/api/ordered_map.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/arbitrary_types.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/binary_formats/bson.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/binary_formats/cbor.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/binary_formats/index.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/binary_formats/messagepack.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/binary_formats/ubjson.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/binary_values.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/element_access/checked_access.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/element_access/index.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/element_access/unchecked_access.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/enum_conversion.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/json_pointer.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/macros.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/object_order.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/parsing/index.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/parsing/parser_callbacks.md delete mode 100644 external_imported/json/doc/mkdocs/docs/features/types.md delete mode 100644 external_imported/json/doc/mkdocs/docs/home/faq.md delete mode 100644 external_imported/json/doc/mkdocs/docs/home/sponsors.md delete mode 100644 external_imported/json/doc/mkdocs/docs/hooks.py delete mode 100644 external_imported/json/doc/mkdocs/docs/index.md delete mode 100644 external_imported/json/doc/mkdocs/docs/integration/cmake.md delete mode 100644 external_imported/json/doc/mkdocs/docs/integration/index.md delete mode 100644 external_imported/json/doc/mkdocs/docs/integration/package_managers.md delete mode 100644 external_imported/json/doc/mkdocs/mkdocs.yml delete mode 100644 external_imported/json/doc/mkdocs/requirements.txt delete mode 100755 external_imported/json/doc/scripts/git-update-ghpages delete mode 100755 external_imported/json/doc/scripts/send_to_wandbox.py create mode 100644 external_imported/json/docs/Makefile create mode 100644 external_imported/json/docs/README.md create mode 100644 external_imported/json/docs/avatars.png rename external_imported/json/{doc => docs}/docset/Info.plist (100%) create mode 100644 external_imported/json/docs/docset/Makefile create mode 100644 external_imported/json/docs/docset/README.md create mode 100644 external_imported/json/docs/docset/docSet.sql create mode 100644 external_imported/json/docs/docset/docset.json create mode 100644 external_imported/json/docs/docset/icon.png create mode 100644 external_imported/json/docs/docset/icon@2x.png rename external_imported/json/{doc => docs}/examples/README.cpp (100%) rename external_imported/json/{doc => docs}/examples/README.output (100%) rename external_imported/json/{doc => docs}/examples/accept__string.cpp (100%) rename external_imported/json/{doc => docs}/examples/accept__string.output (100%) rename external_imported/json/{doc => docs}/examples/array.cpp (100%) rename external_imported/json/{doc => docs}/examples/array.output (100%) create mode 100644 external_imported/json/docs/examples/array_t.cpp create mode 100644 external_imported/json/docs/examples/array_t.output create mode 100644 external_imported/json/docs/examples/at__json_pointer.cpp rename external_imported/json/{doc/examples/at_json_pointer.output => docs/examples/at__json_pointer.output} (100%) create mode 100644 external_imported/json/docs/examples/at__json_pointer_const.cpp rename external_imported/json/{doc/examples/at_json_pointer_const.output => docs/examples/at__json_pointer_const.output} (100%) create mode 100644 external_imported/json/docs/examples/at__keytype.c++17.cpp rename external_imported/json/{doc/examples/at__object_t_key_type.output => docs/examples/at__keytype.c++17.output} (100%) create mode 100644 external_imported/json/docs/examples/at__keytype_const.c++17.cpp rename external_imported/json/{doc/examples/at__object_t_key_type_const.output => docs/examples/at__keytype_const.c++17.output} (100%) rename external_imported/json/{doc => docs}/examples/at__object_t_key_type.cpp (92%) create mode 100644 external_imported/json/docs/examples/at__object_t_key_type.output rename external_imported/json/{doc => docs}/examples/at__object_t_key_type_const.cpp (91%) create mode 100644 external_imported/json/docs/examples/at__object_t_key_type_const.output rename external_imported/json/{doc => docs}/examples/at__size_type.cpp (91%) rename external_imported/json/{doc => docs}/examples/at__size_type.output (100%) rename external_imported/json/{doc => docs}/examples/at__size_type_const.cpp (89%) rename external_imported/json/{doc => docs}/examples/at__size_type_const.output (100%) rename external_imported/json/{doc => docs}/examples/back.cpp (95%) rename external_imported/json/{doc => docs}/examples/back.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__CompatibleType.cpp (98%) rename external_imported/json/{doc => docs}/examples/basic_json__CompatibleType.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__InputIt_InputIt.cpp (94%) rename external_imported/json/{doc => docs}/examples/basic_json__InputIt_InputIt.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__basic_json.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__basic_json.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__copyassignment.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__copyassignment.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__list_init_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__list_init_t.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__moveconstructor.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__moveconstructor.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__nullptr_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__nullptr_t.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__size_type_basic_json.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__size_type_basic_json.output (100%) rename external_imported/json/{doc => docs}/examples/basic_json__value_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/basic_json__value_t.output (100%) rename external_imported/json/{doc => docs}/examples/begin.cpp (100%) rename external_imported/json/{doc => docs}/examples/begin.output (100%) create mode 100644 external_imported/json/docs/examples/binary.cpp create mode 100644 external_imported/json/docs/examples/binary.output create mode 100644 external_imported/json/docs/examples/binary_t.cpp create mode 100644 external_imported/json/docs/examples/binary_t.output create mode 100644 external_imported/json/docs/examples/boolean_t.cpp create mode 100644 external_imported/json/docs/examples/boolean_t.output create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__byte_container_with_subtype.cpp create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__byte_container_with_subtype.output create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__clear_subtype.cpp create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__clear_subtype.output create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__has_subtype.cpp create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__has_subtype.output create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__set_subtype.cpp create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__set_subtype.output create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__subtype.cpp create mode 100644 external_imported/json/docs/examples/byte_container_with_subtype__subtype.output rename external_imported/json/{doc => docs}/examples/cbegin.cpp (100%) rename external_imported/json/{doc => docs}/examples/cbegin.output (100%) create mode 100644 external_imported/json/docs/examples/cbor_tag_handler_t.cpp create mode 100644 external_imported/json/docs/examples/cbor_tag_handler_t.output rename external_imported/json/{doc => docs}/examples/cend.cpp (100%) rename external_imported/json/{doc => docs}/examples/cend.output (100%) rename external_imported/json/{doc => docs}/examples/clear.cpp (100%) rename external_imported/json/{doc => docs}/examples/clear.output (100%) create mode 100644 external_imported/json/docs/examples/contains__json_pointer.cpp rename external_imported/json/{doc/examples/contains_json_pointer.output => docs/examples/contains__json_pointer.output} (100%) create mode 100644 external_imported/json/docs/examples/contains__keytype.c++17.cpp rename external_imported/json/{doc/examples/contains.output => docs/examples/contains__keytype.c++17.output} (100%) create mode 100644 external_imported/json/docs/examples/contains__object_t_key_type.cpp create mode 100644 external_imported/json/docs/examples/contains__object_t_key_type.output create mode 100644 external_imported/json/docs/examples/count__keytype.c++17.cpp rename external_imported/json/{doc/examples/count.output => docs/examples/count__keytype.c++17.output} (100%) rename external_imported/json/{doc/examples/count.cpp => docs/examples/count__object_t_key_type.cpp} (100%) create mode 100644 external_imported/json/docs/examples/count__object_t_key_type.output rename external_imported/json/{doc => docs}/examples/crbegin.cpp (100%) rename external_imported/json/{doc => docs}/examples/crbegin.output (100%) rename external_imported/json/{doc => docs}/examples/crend.cpp (100%) rename external_imported/json/{doc => docs}/examples/crend.output (100%) create mode 100644 external_imported/json/docs/examples/default_object_comparator_t.cpp create mode 100644 external_imported/json/docs/examples/default_object_comparator_t.output rename external_imported/json/{doc => docs}/examples/diagnostics_extended.cpp (90%) rename external_imported/json/{doc => docs}/examples/diagnostics_extended.output (100%) rename external_imported/json/{doc => docs}/examples/diagnostics_standard.cpp (89%) rename external_imported/json/{doc => docs}/examples/diagnostics_standard.output (100%) rename external_imported/json/{doc => docs}/examples/diff.cpp (95%) rename external_imported/json/{doc => docs}/examples/diff.output (100%) rename external_imported/json/{doc => docs}/examples/dump.cpp (97%) rename external_imported/json/{doc => docs}/examples/dump.output (100%) rename external_imported/json/{doc => docs}/examples/emplace.cpp (100%) rename external_imported/json/{doc => docs}/examples/emplace.output (100%) rename external_imported/json/{doc => docs}/examples/emplace_back.cpp (100%) rename external_imported/json/{doc => docs}/examples/emplace_back.output (100%) rename external_imported/json/{doc => docs}/examples/empty.cpp (100%) rename external_imported/json/{doc => docs}/examples/empty.output (100%) rename external_imported/json/{doc => docs}/examples/end.cpp (100%) rename external_imported/json/{doc => docs}/examples/end.output (100%) rename external_imported/json/{doc => docs}/examples/erase__IteratorType.cpp (100%) rename external_imported/json/{doc => docs}/examples/erase__IteratorType.output (100%) rename external_imported/json/{doc => docs}/examples/erase__IteratorType_IteratorType.cpp (100%) rename external_imported/json/{doc => docs}/examples/erase__IteratorType_IteratorType.output (100%) create mode 100644 external_imported/json/docs/examples/erase__keytype.c++17.cpp rename external_imported/json/{doc/examples/erase__key_type.output => docs/examples/erase__keytype.c++17.output} (100%) rename external_imported/json/{doc/examples/erase__key_type.cpp => docs/examples/erase__object_t_key_type.cpp} (100%) create mode 100644 external_imported/json/docs/examples/erase__object_t_key_type.output rename external_imported/json/{doc => docs}/examples/erase__size_type.cpp (100%) rename external_imported/json/{doc => docs}/examples/erase__size_type.output (100%) create mode 100644 external_imported/json/docs/examples/error_handler_t.cpp create mode 100644 external_imported/json/docs/examples/error_handler_t.output rename external_imported/json/{doc => docs}/examples/exception.cpp (91%) rename external_imported/json/{doc => docs}/examples/exception.output (100%) create mode 100644 external_imported/json/docs/examples/find__keytype.c++17.cpp rename external_imported/json/{doc/examples/find__key_type.output => docs/examples/find__keytype.c++17.output} (100%) rename external_imported/json/{doc/examples/find__key_type.cpp => docs/examples/find__object_t_key_type.cpp} (100%) create mode 100644 external_imported/json/docs/examples/find__object_t_key_type.output rename external_imported/json/{doc => docs}/examples/flatten.cpp (100%) rename external_imported/json/{doc => docs}/examples/flatten.output (100%) create mode 100644 external_imported/json/docs/examples/from_bjdata.cpp rename external_imported/json/{doc/examples/from_bson.output => docs/examples/from_bjdata.output} (100%) create mode 100644 external_imported/json/docs/examples/from_bson.cpp rename external_imported/json/{doc/examples/from_cbor.output => docs/examples/from_bson.output} (100%) create mode 100644 external_imported/json/docs/examples/from_cbor.cpp rename external_imported/json/{doc/examples/from_msgpack.output => docs/examples/from_cbor.output} (100%) create mode 100644 external_imported/json/docs/examples/from_json__default_constructible.cpp create mode 100644 external_imported/json/docs/examples/from_json__default_constructible.output create mode 100644 external_imported/json/docs/examples/from_json__non_default_constructible.cpp create mode 100644 external_imported/json/docs/examples/from_json__non_default_constructible.output create mode 100644 external_imported/json/docs/examples/from_msgpack.cpp rename external_imported/json/{doc/examples/from_ubjson.output => docs/examples/from_msgpack.output} (100%) create mode 100644 external_imported/json/docs/examples/from_ubjson.cpp create mode 100644 external_imported/json/docs/examples/from_ubjson.output rename external_imported/json/{doc => docs}/examples/front.cpp (100%) rename external_imported/json/{doc => docs}/examples/front.output (100%) create mode 100644 external_imported/json/docs/examples/get__PointerType.cpp rename external_imported/json/{doc => docs}/examples/get__PointerType.output (100%) create mode 100644 external_imported/json/docs/examples/get__ValueType_const.cpp rename external_imported/json/{doc => docs}/examples/get__ValueType_const.output (100%) create mode 100644 external_imported/json/docs/examples/get_allocator.cpp create mode 100644 external_imported/json/docs/examples/get_allocator.output create mode 100644 external_imported/json/docs/examples/get_binary.cpp create mode 100644 external_imported/json/docs/examples/get_binary.output rename external_imported/json/{doc => docs}/examples/get_ptr.cpp (100%) rename external_imported/json/{doc => docs}/examples/get_ptr.output (100%) rename external_imported/json/{doc => docs}/examples/get_ref.cpp (93%) rename external_imported/json/{doc => docs}/examples/get_ref.output (100%) rename external_imported/json/{doc => docs}/examples/get_to.cpp (99%) rename external_imported/json/{doc => docs}/examples/get_to.output (100%) rename external_imported/json/{doc => docs}/examples/insert.cpp (100%) rename external_imported/json/{doc => docs}/examples/insert.output (100%) rename external_imported/json/{doc => docs}/examples/insert__count.cpp (100%) rename external_imported/json/{doc => docs}/examples/insert__count.output (100%) rename external_imported/json/{doc => docs}/examples/insert__ilist.cpp (100%) rename external_imported/json/{doc => docs}/examples/insert__ilist.output (100%) rename external_imported/json/{doc => docs}/examples/insert__range.cpp (100%) rename external_imported/json/{doc => docs}/examples/insert__range.output (100%) rename external_imported/json/{doc => docs}/examples/insert__range_object.cpp (100%) rename external_imported/json/{doc => docs}/examples/insert__range_object.output (100%) rename external_imported/json/{doc => docs}/examples/invalid_iterator.cpp (90%) rename external_imported/json/{doc => docs}/examples/invalid_iterator.output (100%) rename external_imported/json/{doc => docs}/examples/is_array.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_array.output (100%) rename external_imported/json/{doc => docs}/examples/is_binary.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_binary.output (100%) rename external_imported/json/{doc => docs}/examples/is_boolean.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_boolean.output (100%) rename external_imported/json/{doc => docs}/examples/is_discarded.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_discarded.output (100%) rename external_imported/json/{doc => docs}/examples/is_null.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_null.output (100%) rename external_imported/json/{doc => docs}/examples/is_number.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_number.output (100%) rename external_imported/json/{doc => docs}/examples/is_number_float.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_number_float.output (100%) rename external_imported/json/{doc => docs}/examples/is_number_integer.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_number_integer.output (100%) rename external_imported/json/{doc => docs}/examples/is_number_unsigned.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_number_unsigned.output (100%) rename external_imported/json/{doc => docs}/examples/is_object.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_object.output (100%) rename external_imported/json/{doc => docs}/examples/is_primitive.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_primitive.output (100%) rename external_imported/json/{doc => docs}/examples/is_string.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_string.output (100%) rename external_imported/json/{doc => docs}/examples/is_structured.cpp (100%) rename external_imported/json/{doc => docs}/examples/is_structured.output (100%) rename external_imported/json/{doc => docs}/examples/items.cpp (100%) rename external_imported/json/{doc => docs}/examples/items.output (100%) create mode 100644 external_imported/json/docs/examples/json_base_class_t.cpp create mode 100644 external_imported/json/docs/examples/json_base_class_t.output create mode 100644 external_imported/json/docs/examples/json_lines.cpp create mode 100644 external_imported/json/docs/examples/json_lines.output rename external_imported/json/{doc => docs}/examples/json_pointer.cpp (88%) rename external_imported/json/{doc => docs}/examples/json_pointer.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__back.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__back.output create mode 100644 external_imported/json/docs/examples/json_pointer__empty.cpp rename external_imported/json/{doc => docs}/examples/json_pointer__empty.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__operator__equal.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__operator__equal.output create mode 100644 external_imported/json/docs/examples/json_pointer__operator__equal_stringtype.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__operator__equal_stringtype.output create mode 100644 external_imported/json/docs/examples/json_pointer__operator__notequal.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__operator__notequal.output create mode 100644 external_imported/json/docs/examples/json_pointer__operator__notequal_stringtype.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__operator__notequal_stringtype.output create mode 100644 external_imported/json/docs/examples/json_pointer__operator_add.cpp rename external_imported/json/{doc => docs}/examples/json_pointer__operator_add.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__operator_add_binary.cpp rename external_imported/json/{doc => docs}/examples/json_pointer__operator_add_binary.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__operator_string_t.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__operator_string_t.output create mode 100644 external_imported/json/docs/examples/json_pointer__parent_pointer.cpp rename external_imported/json/{doc => docs}/examples/json_pointer__parent_pointer.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__pop_back.cpp rename external_imported/json/{doc => docs}/examples/json_pointer__pop_back.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__push_back.cpp rename external_imported/json/{doc => docs}/examples/json_pointer__push_back.output (100%) create mode 100644 external_imported/json/docs/examples/json_pointer__string_t.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__string_t.output create mode 100644 external_imported/json/docs/examples/json_pointer__to_string.cpp create mode 100644 external_imported/json/docs/examples/json_pointer__to_string.output rename external_imported/json/{doc => docs}/examples/max_size.cpp (100%) create mode 100644 external_imported/json/docs/examples/max_size.output rename external_imported/json/{doc => docs}/examples/merge_patch.cpp (96%) rename external_imported/json/{doc => docs}/examples/merge_patch.output (100%) rename external_imported/json/{doc => docs}/examples/meta.cpp (100%) create mode 100644 external_imported/json/docs/examples/meta.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_explicit.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_explicit.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_macro.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_macro.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_only_serialize_explicit.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_only_serialize_explicit.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_only_serialize_macro.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_only_serialize_macro.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_with_default_explicit.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_with_default_explicit.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_with_default_macro.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_intrusive_with_default_macro.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_explicit.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_explicit.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_macro.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_macro.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_only_serialize_explicit.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_only_serialize_explicit.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_only_serialize_macro.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_only_serialize_macro.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_with_default_explicit.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_with_default_explicit.output create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_with_default_macro.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_define_type_non_intrusive_with_default_macro.output create mode 100644 external_imported/json/docs/examples/nlohmann_json_namespace.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_json_namespace.output create mode 100644 external_imported/json/docs/examples/nlohmann_json_namespace_begin.c++17.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_json_namespace_begin.c++17.output create mode 100644 external_imported/json/docs/examples/nlohmann_json_namespace_no_version.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_json_namespace_no_version.output create mode 100644 external_imported/json/docs/examples/nlohmann_json_serialize_enum.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_json_serialize_enum.output create mode 100644 external_imported/json/docs/examples/nlohmann_json_serialize_enum_2.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_json_serialize_enum_2.output create mode 100644 external_imported/json/docs/examples/nlohmann_json_version.cpp create mode 100644 external_imported/json/docs/examples/nlohmann_json_version.output create mode 100644 external_imported/json/docs/examples/number_float_t.cpp create mode 100644 external_imported/json/docs/examples/number_float_t.output create mode 100644 external_imported/json/docs/examples/number_integer_t.cpp create mode 100644 external_imported/json/docs/examples/number_integer_t.output create mode 100644 external_imported/json/docs/examples/number_unsigned_t.cpp create mode 100644 external_imported/json/docs/examples/number_unsigned_t.output rename external_imported/json/{doc => docs}/examples/object.cpp (94%) rename external_imported/json/{doc => docs}/examples/object.output (100%) create mode 100644 external_imported/json/docs/examples/object_comparator_t.cpp create mode 100644 external_imported/json/docs/examples/object_comparator_t.output create mode 100644 external_imported/json/docs/examples/object_t.cpp create mode 100644 external_imported/json/docs/examples/object_t.output rename external_imported/json/{doc => docs}/examples/operator__ValueType.cpp (97%) rename external_imported/json/{doc => docs}/examples/operator__ValueType.output (100%) rename external_imported/json/{doc => docs}/examples/operator__equal.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__equal.output (100%) rename external_imported/json/{doc => docs}/examples/operator__equal__nullptr_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__equal__nullptr_t.output (100%) create mode 100644 external_imported/json/docs/examples/operator__equal__specializations.cpp create mode 100644 external_imported/json/docs/examples/operator__equal__specializations.output rename external_imported/json/{doc => docs}/examples/operator__greater.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__greater.output (100%) rename external_imported/json/{doc => docs}/examples/operator__greaterequal.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__greaterequal.output (100%) rename external_imported/json/{doc => docs}/examples/operator__less.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__less.output (100%) rename external_imported/json/{doc => docs}/examples/operator__lessequal.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__lessequal.output (100%) rename external_imported/json/{doc => docs}/examples/operator__notequal.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__notequal.output (100%) rename external_imported/json/{doc => docs}/examples/operator__notequal__nullptr_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__notequal__nullptr_t.output (100%) rename external_imported/json/{doc => docs}/examples/operator__value_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator__value_t.output (100%) create mode 100644 external_imported/json/docs/examples/operator_array__json_pointer.cpp rename external_imported/json/{doc/examples/operatorjson_pointer.output => docs/examples/operator_array__json_pointer.output} (100%) create mode 100644 external_imported/json/docs/examples/operator_array__json_pointer_const.cpp rename external_imported/json/{doc/examples/operatorjson_pointer_const.output => docs/examples/operator_array__json_pointer_const.output} (100%) create mode 100644 external_imported/json/docs/examples/operator_array__keytype.c++17.cpp rename external_imported/json/{doc/examples/operatorarray__key_type.output => docs/examples/operator_array__keytype.c++17.output} (100%) create mode 100644 external_imported/json/docs/examples/operator_array__keytype_const.c++17.cpp rename external_imported/json/{doc/examples/operatorarray__key_type_const.output => docs/examples/operator_array__keytype_const.c++17.output} (100%) rename external_imported/json/{doc/examples/operatorarray__key_type.cpp => docs/examples/operator_array__object_t_key_type.cpp} (100%) create mode 100644 external_imported/json/docs/examples/operator_array__object_t_key_type.output rename external_imported/json/{doc/examples/operatorarray__key_type_const.cpp => docs/examples/operator_array__object_t_key_type_const.cpp} (100%) create mode 100644 external_imported/json/docs/examples/operator_array__object_t_key_type_const.output rename external_imported/json/{doc/examples/operatorarray__size_type.cpp => docs/examples/operator_array__size_type.cpp} (100%) rename external_imported/json/{doc/examples/operatorarray__size_type.output => docs/examples/operator_array__size_type.output} (100%) rename external_imported/json/{doc/examples/operatorarray__size_type_const.cpp => docs/examples/operator_array__size_type_const.cpp} (100%) rename external_imported/json/{doc/examples/operatorarray__size_type_const.output => docs/examples/operator_array__size_type_const.output} (100%) rename external_imported/json/{doc => docs}/examples/operator_deserialize.cpp (100%) rename external_imported/json/{doc => docs}/examples/operator_deserialize.output (100%) create mode 100644 external_imported/json/docs/examples/operator_literal_json.cpp create mode 100644 external_imported/json/docs/examples/operator_literal_json.output create mode 100644 external_imported/json/docs/examples/operator_literal_json_pointer.cpp create mode 100644 external_imported/json/docs/examples/operator_literal_json_pointer.output rename external_imported/json/{doc/examples/operator_serialize.cpp => docs/examples/operator_ltlt__basic_json.cpp} (100%) rename external_imported/json/{doc/examples/operator_serialize.output => docs/examples/operator_ltlt__basic_json.output} (100%) create mode 100644 external_imported/json/docs/examples/operator_ltlt__json_pointer.cpp create mode 100644 external_imported/json/docs/examples/operator_ltlt__json_pointer.output create mode 100644 external_imported/json/docs/examples/operator_spaceship__const_reference.c++20.cpp create mode 100644 external_imported/json/docs/examples/operator_spaceship__const_reference.c++20.output create mode 100644 external_imported/json/docs/examples/operator_spaceship__scalartype.c++20.cpp create mode 100644 external_imported/json/docs/examples/operator_spaceship__scalartype.c++20.output create mode 100644 external_imported/json/docs/examples/ordered_json.cpp create mode 100644 external_imported/json/docs/examples/ordered_json.output create mode 100644 external_imported/json/docs/examples/ordered_map.cpp create mode 100644 external_imported/json/docs/examples/ordered_map.output rename external_imported/json/{doc => docs}/examples/other_error.cpp (89%) rename external_imported/json/{doc => docs}/examples/other_error.output (100%) rename external_imported/json/{doc => docs}/examples/out_of_range.cpp (90%) rename external_imported/json/{doc => docs}/examples/out_of_range.output (100%) rename external_imported/json/{doc => docs}/examples/parse__allow_exceptions.cpp (94%) rename external_imported/json/{doc => docs}/examples/parse__allow_exceptions.output (100%) rename external_imported/json/{doc => docs}/examples/parse__array__parser_callback_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/parse__array__parser_callback_t.output (100%) rename external_imported/json/{doc => docs}/examples/parse__contiguouscontainer__parser_callback_t.cpp (77%) rename external_imported/json/{doc => docs}/examples/parse__contiguouscontainer__parser_callback_t.output (100%) rename external_imported/json/{doc => docs}/examples/parse__istream__parser_callback_t.cpp (99%) rename external_imported/json/{doc => docs}/examples/parse__istream__parser_callback_t.output (100%) create mode 100644 external_imported/json/docs/examples/parse__iterator_pair.cpp create mode 100644 external_imported/json/docs/examples/parse__iterator_pair.link rename external_imported/json/{doc/examples/parse__iteratortype__parser_callback_t.output => docs/examples/parse__iterator_pair.output} (100%) create mode 100644 external_imported/json/docs/examples/parse__pointers.cpp create mode 100644 external_imported/json/docs/examples/parse__pointers.link create mode 100644 external_imported/json/docs/examples/parse__pointers.output rename external_imported/json/{doc => docs}/examples/parse__string__parser_callback_t.cpp (99%) rename external_imported/json/{doc => docs}/examples/parse__string__parser_callback_t.output (100%) rename external_imported/json/{doc => docs}/examples/parse_error.cpp (91%) rename external_imported/json/{doc => docs}/examples/parse_error.output (100%) rename external_imported/json/{doc => docs}/examples/patch.cpp (95%) rename external_imported/json/{doc => docs}/examples/patch.output (100%) create mode 100644 external_imported/json/docs/examples/patch_inplace.cpp create mode 100644 external_imported/json/docs/examples/patch_inplace.output rename external_imported/json/{doc => docs}/examples/push_back.cpp (100%) rename external_imported/json/{doc => docs}/examples/push_back.output (100%) rename external_imported/json/{doc => docs}/examples/push_back__initializer_list.cpp (100%) rename external_imported/json/{doc => docs}/examples/push_back__initializer_list.output (100%) rename external_imported/json/{doc => docs}/examples/push_back__object_t__value.cpp (100%) rename external_imported/json/{doc => docs}/examples/push_back__object_t__value.output (100%) rename external_imported/json/{doc => docs}/examples/rbegin.cpp (100%) rename external_imported/json/{doc => docs}/examples/rbegin.output (100%) rename external_imported/json/{doc => docs}/examples/rend.cpp (100%) rename external_imported/json/{doc => docs}/examples/rend.output (100%) create mode 100644 external_imported/json/docs/examples/sax_parse.cpp create mode 100644 external_imported/json/docs/examples/sax_parse.output create mode 100644 external_imported/json/docs/examples/sax_parse__binary.cpp create mode 100644 external_imported/json/docs/examples/sax_parse__binary.output rename external_imported/json/{doc => docs}/examples/size.cpp (100%) rename external_imported/json/{doc => docs}/examples/size.output (100%) create mode 100644 external_imported/json/docs/examples/std_hash.cpp create mode 100644 external_imported/json/docs/examples/std_hash.output create mode 100644 external_imported/json/docs/examples/std_swap.cpp create mode 100644 external_imported/json/docs/examples/std_swap.output create mode 100644 external_imported/json/docs/examples/string_t.cpp create mode 100644 external_imported/json/docs/examples/string_t.output rename external_imported/json/{doc => docs}/examples/swap__array_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/swap__array_t.output (100%) rename external_imported/json/{doc => docs}/examples/swap__binary_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/swap__binary_t.output (100%) rename external_imported/json/{doc => docs}/examples/swap__object_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/swap__object_t.output (100%) rename external_imported/json/{doc => docs}/examples/swap__reference.cpp (100%) rename external_imported/json/{doc => docs}/examples/swap__reference.output (100%) rename external_imported/json/{doc => docs}/examples/swap__string_t.cpp (100%) rename external_imported/json/{doc => docs}/examples/swap__string_t.output (100%) create mode 100644 external_imported/json/docs/examples/to_bjdata.cpp rename external_imported/json/{doc/examples/to_ubjson.output => docs/examples/to_bjdata.output} (100%) rename external_imported/json/{doc => docs}/examples/to_bson.cpp (82%) rename external_imported/json/{doc => docs}/examples/to_bson.output (100%) rename external_imported/json/{doc => docs}/examples/to_cbor.cpp (82%) rename external_imported/json/{doc => docs}/examples/to_cbor.output (100%) create mode 100644 external_imported/json/docs/examples/to_json.cpp create mode 100644 external_imported/json/docs/examples/to_json.output rename external_imported/json/{doc => docs}/examples/to_msgpack.cpp (82%) rename external_imported/json/{doc => docs}/examples/to_msgpack.output (100%) create mode 100644 external_imported/json/docs/examples/to_string.cpp create mode 100644 external_imported/json/docs/examples/to_string.output rename external_imported/json/{doc => docs}/examples/to_ubjson.cpp (78%) create mode 100644 external_imported/json/docs/examples/to_ubjson.output rename external_imported/json/{doc => docs}/examples/type.cpp (100%) rename external_imported/json/{doc => docs}/examples/type.output (100%) rename external_imported/json/{doc => docs}/examples/type_error.cpp (91%) rename external_imported/json/{doc => docs}/examples/type_error.output (100%) rename external_imported/json/{doc => docs}/examples/type_name.cpp (100%) rename external_imported/json/{doc => docs}/examples/type_name.output (100%) rename external_imported/json/{doc => docs}/examples/unflatten.cpp (100%) rename external_imported/json/{doc => docs}/examples/unflatten.output (100%) create mode 100644 external_imported/json/docs/examples/update.cpp create mode 100644 external_imported/json/docs/examples/update.output create mode 100644 external_imported/json/docs/examples/update__range.cpp create mode 100644 external_imported/json/docs/examples/update__range.output create mode 100644 external_imported/json/docs/examples/value__json_ptr.cpp rename external_imported/json/{doc/examples/basic_json__value.output => docs/examples/value__json_ptr.output} (100%) create mode 100644 external_imported/json/docs/examples/value__keytype.c++17.cpp rename external_imported/json/{doc/examples/basic_json__value_ptr.output => docs/examples/value__keytype.c++17.output} (100%) rename external_imported/json/{doc/examples/basic_json__value.cpp => docs/examples/value__object_t_key_type.cpp} (100%) create mode 100644 external_imported/json/docs/examples/value__object_t_key_type.output create mode 100644 external_imported/json/docs/json.gif create mode 100644 external_imported/json/docs/mkdocs/Makefile create mode 100644 external_imported/json/docs/mkdocs/docs/api/adl_serializer/from_json.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/adl_serializer/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/adl_serializer/to_json.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/accept.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/array.md (85%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/array_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/at.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/back.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/basic_json.md (88%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/begin.md (91%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/binary.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/binary_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/boolean_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/cbegin.md (90%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/cbor_tag_handler_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/cend.md (91%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/clear.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/contains.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/count.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/crbegin.md (91%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/crend.md (92%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/default_object_comparator_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/diff.md (88%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/dump.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/emplace.md (96%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/emplace_back.md (95%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/empty.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/end.md (91%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/erase.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/error_handler_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/exception.md (82%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/find.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/flatten.md (89%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/from_bjdata.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/from_bson.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/from_cbor.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/from_msgpack.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/from_ubjson.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/front.md (79%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/get.md (96%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/get_allocator.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/get_binary.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/get_ptr.md (86%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/get_ref.md (91%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/get_to.md (90%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/input_format_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/insert.md (85%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/invalid_iterator.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_array.md (90%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_binary.md (90%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_boolean.md (91%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_discarded.md (89%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_null.md (91%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/is_number.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/is_number_float.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/is_number_integer.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/is_number_unsigned.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_object.md (90%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/is_primitive.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/is_string.md (90%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/is_structured.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/items.md (81%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/json_base_class_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/json_serializer.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/max_size.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/merge_patch.md (87%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/meta.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/number_float_t.md (84%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/number_integer_t.md (81%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/number_unsigned_t.md (83%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/object.md (86%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/object_comparator_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/object_t.md (82%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/operator+=.md (80%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/operator=.md (94%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator[].md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_ValueType.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_eq.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_ge.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_gt.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_le.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_lt.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_ne.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_spaceship.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/operator_value_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/other_error.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/out_of_range.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/parse.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/parse_error.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/parse_event_t.md (91%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/parser_callback_t.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/patch.md (80%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/patch_inplace.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/push_back.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/rbegin.md (92%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/rend.md (93%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/sax_parse.md (81%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/size.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/std_hash.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/std_swap.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/string_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/swap.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/to_bjdata.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/to_bson.md (85%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/to_cbor.md (87%) rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/to_msgpack.md (86%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/to_string.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/to_ubjson.md (90%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/type.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/type_error.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/type_name.md rename external_imported/json/{doc => docs}/mkdocs/docs/api/basic_json/unflatten.md (92%) create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/update.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/value.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/value_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/basic_json/~basic_json.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/byte_container_with_subtype/byte_container_with_subtype.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/byte_container_with_subtype/clear_subtype.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/byte_container_with_subtype/has_subtype.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/byte_container_with_subtype/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/byte_container_with_subtype/set_subtype.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/byte_container_with_subtype/subtype.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/back.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/empty.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/json_pointer.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/operator_eq.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/operator_ne.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/operator_slash.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/operator_slasheq.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/operator_string_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/parent_pointer.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/pop_back.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/push_back.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/string_t.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_pointer/to_string.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/binary.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/boolean.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/end_array.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/end_object.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/key.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/null.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/number_float.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/number_integer.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/number_unsigned.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/parse_error.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/start_array.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/start_object.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/json_sax/string.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_assert.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_diagnostics.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_disable_enum_serialization.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_has_cpp_11.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_has_filesystem.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_has_ranges.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_has_static_rtti.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_has_three_way_comparison.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_no_io.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_noexception.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_skip_library_version_check.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_skip_unsupported_compiler_check.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_throw_user.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_use_global_udls.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_use_implicit_conversions.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/json_use_legacy_discarded_value_comparison.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_define_type_intrusive.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_define_type_non_intrusive.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_json_namespace_begin.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_json_namespace_no_version.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/macros/nlohmann_json_version_major.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/operator_gtgt.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/operator_literal_json.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/operator_literal_json_pointer.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/operator_ltlt.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/ordered_json.md create mode 100644 external_imported/json/docs/mkdocs/docs/api/ordered_map.md create mode 100644 external_imported/json/docs/mkdocs/docs/css/custom.css create mode 100644 external_imported/json/docs/mkdocs/docs/features/arbitrary_types.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/assertions.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_formats/bjdata.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_formats/bson.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_formats/cbor.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_formats/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_formats/messagepack.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_formats/ubjson.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/binary_values.md rename external_imported/json/{doc => docs}/mkdocs/docs/features/comments.md (78%) create mode 100644 external_imported/json/docs/mkdocs/docs/features/element_access/checked_access.md rename external_imported/json/{doc => docs}/mkdocs/docs/features/element_access/default_value.md (100%) create mode 100644 external_imported/json/docs/mkdocs/docs/features/element_access/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/element_access/unchecked_access.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/enum_conversion.md rename external_imported/json/{doc => docs}/mkdocs/docs/features/iterators.md (88%) rename external_imported/json/{doc => docs}/mkdocs/docs/features/json_patch.md (78%) create mode 100644 external_imported/json/docs/mkdocs/docs/features/json_pointer.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/macros.md rename external_imported/json/{doc => docs}/mkdocs/docs/features/merge_patch.md (100%) create mode 100644 external_imported/json/docs/mkdocs/docs/features/namespace.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/object_order.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/parsing/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/parsing/json_lines.md rename external_imported/json/{doc => docs}/mkdocs/docs/features/parsing/parse_exceptions.md (76%) create mode 100644 external_imported/json/docs/mkdocs/docs/features/parsing/parser_callbacks.md rename external_imported/json/{doc => docs}/mkdocs/docs/features/parsing/sax_interface.md (95%) create mode 100644 external_imported/json/docs/mkdocs/docs/features/types/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/features/types/number_handling.md rename external_imported/json/{doc => docs}/mkdocs/docs/home/code_of_conduct.md (100%) rename external_imported/json/{doc => docs}/mkdocs/docs/home/design_goals.md (97%) rename external_imported/json/{doc => docs}/mkdocs/docs/home/exceptions.md (88%) create mode 100644 external_imported/json/docs/mkdocs/docs/home/faq.md rename external_imported/json/{doc => docs}/mkdocs/docs/home/license.md (96%) rename external_imported/json/{doc => docs}/mkdocs/docs/home/releases.md (99%) create mode 100644 external_imported/json/docs/mkdocs/docs/home/sponsors.md rename external_imported/json/{doc => docs/mkdocs/docs}/images/callback_events.png (100%) create mode 100644 external_imported/json/docs/mkdocs/docs/images/json_syntax_number.png rename external_imported/json/{doc => docs/mkdocs/docs}/images/range-begin-end.svg (100%) rename external_imported/json/{doc => docs/mkdocs/docs}/images/range-rbegin-rend.svg (100%) create mode 100644 external_imported/json/docs/mkdocs/docs/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/integration/cmake.md rename external_imported/json/{doc => docs}/mkdocs/docs/integration/conan/CMakeLists.txt (100%) rename external_imported/json/{doc => docs}/mkdocs/docs/integration/conan/Conanfile.txt (100%) rename external_imported/json/{doc => docs}/mkdocs/docs/integration/conan/example.cpp (100%) create mode 100644 external_imported/json/docs/mkdocs/docs/integration/example.cpp create mode 100644 external_imported/json/docs/mkdocs/docs/integration/index.md create mode 100644 external_imported/json/docs/mkdocs/docs/integration/migration_guide.md create mode 100644 external_imported/json/docs/mkdocs/docs/integration/package_managers.md create mode 100644 external_imported/json/docs/mkdocs/docs/integration/pkg-config.md create mode 100644 external_imported/json/docs/mkdocs/docs/integration/vcpkg/CMakeLists.txt rename external_imported/json/{doc/mkdocs/docs/integration => docs/mkdocs/docs/integration/vcpkg}/example.cpp (100%) create mode 100644 external_imported/json/docs/mkdocs/mkdocs.yml create mode 100644 external_imported/json/docs/mkdocs/requirements.txt create mode 100755 external_imported/json/docs/mkdocs/scripts/check_structure.py rename external_imported/json/{doc => docs}/usages/ios.png (100%) rename external_imported/json/{doc => docs}/usages/macos.png (100%) create mode 100644 external_imported/json/include/nlohmann/detail/abi_macros.hpp create mode 100644 external_imported/json/include/nlohmann/detail/json_custom_base_class.hpp create mode 100644 external_imported/json/include/nlohmann/detail/meta/call_std/begin.hpp create mode 100644 external_imported/json/include/nlohmann/detail/meta/call_std/end.hpp create mode 100644 external_imported/json/include/nlohmann/detail/meta/identity_tag.hpp create mode 100644 external_imported/json/include/nlohmann/detail/meta/std_fs.hpp create mode 100644 external_imported/json/include/nlohmann/detail/string_concat.hpp create mode 100644 external_imported/json/single_include/nlohmann/json_fwd.hpp delete mode 100644 external_imported/json/test/CMakeLists.txt delete mode 100644 external_imported/json/test/Makefile delete mode 100644 external_imported/json/test/cmake_add_subdirectory/project/CMakeLists.txt delete mode 100644 external_imported/json/test/cmake_add_subdirectory/project/main.cpp delete mode 100644 external_imported/json/test/cmake_fetch_content/project/CMakeLists.txt delete mode 100644 external_imported/json/test/cmake_fetch_content/project/main.cpp delete mode 100644 external_imported/json/test/cmake_import/project/CMakeLists.txt delete mode 100644 external_imported/json/test/cmake_import/project/main.cpp delete mode 100644 external_imported/json/test/cmake_import_minver/project/CMakeLists.txt delete mode 100644 external_imported/json/test/cmake_import_minver/project/main.cpp delete mode 100644 external_imported/json/test/cmake_target_include_directories/project/Bar.cpp delete mode 100644 external_imported/json/test/cmake_target_include_directories/project/Bar.hpp delete mode 100644 external_imported/json/test/cmake_target_include_directories/project/CMakeLists.txt delete mode 100644 external_imported/json/test/cmake_target_include_directories/project/Foo.cpp delete mode 100644 external_imported/json/test/cmake_target_include_directories/project/Foo.hpp delete mode 100644 external_imported/json/test/cmake_target_include_directories/project/main.cpp delete mode 100644 external_imported/json/test/src/UBSAN.supp delete mode 100644 external_imported/json/test/src/fuzzer-driver_afl.cpp delete mode 100644 external_imported/json/test/src/fuzzer-parse_bson.cpp delete mode 100644 external_imported/json/test/src/fuzzer-parse_cbor.cpp delete mode 100644 external_imported/json/test/src/fuzzer-parse_json.cpp delete mode 100644 external_imported/json/test/src/fuzzer-parse_msgpack.cpp delete mode 100644 external_imported/json/test/src/fuzzer-parse_ubjson.cpp delete mode 100644 external_imported/json/test/src/test_utils.hpp delete mode 100644 external_imported/json/test/src/unit-alt-string.cpp delete mode 100644 external_imported/json/test/src/unit-assert_macro.cpp delete mode 100644 external_imported/json/test/src/unit-cbor.cpp delete mode 100644 external_imported/json/test/src/unit-class_const_iterator.cpp delete mode 100644 external_imported/json/test/src/unit-class_iterator.cpp delete mode 100644 external_imported/json/test/src/unit-class_parser.cpp delete mode 100644 external_imported/json/test/src/unit-comparison.cpp delete mode 100644 external_imported/json/test/src/unit-constructor1.cpp delete mode 100644 external_imported/json/test/src/unit-constructor2.cpp delete mode 100644 external_imported/json/test/src/unit-convenience.cpp delete mode 100644 external_imported/json/test/src/unit-conversions.cpp delete mode 100644 external_imported/json/test/src/unit-deserialization.cpp delete mode 100644 external_imported/json/test/src/unit-diagnostics.cpp delete mode 100644 external_imported/json/test/src/unit-element_access1.cpp delete mode 100644 external_imported/json/test/src/unit-element_access2.cpp delete mode 100644 external_imported/json/test/src/unit-hash.cpp delete mode 100644 external_imported/json/test/src/unit-iterators2.cpp delete mode 100644 external_imported/json/test/src/unit-json_patch.cpp delete mode 100644 external_imported/json/test/src/unit-json_pointer.cpp delete mode 100644 external_imported/json/test/src/unit-large_json.cpp delete mode 100644 external_imported/json/test/src/unit-merge_patch.cpp delete mode 100644 external_imported/json/test/src/unit-meta.cpp delete mode 100644 external_imported/json/test/src/unit-modifiers.cpp delete mode 100644 external_imported/json/test/src/unit-msgpack.cpp delete mode 100644 external_imported/json/test/src/unit-noexcept.cpp delete mode 100644 external_imported/json/test/src/unit-ordered_json.cpp delete mode 100644 external_imported/json/test/src/unit-readme.cpp delete mode 100644 external_imported/json/test/src/unit-reference_access.cpp delete mode 100644 external_imported/json/test/src/unit-regression1.cpp delete mode 100644 external_imported/json/test/src/unit-regression2.cpp delete mode 100644 external_imported/json/test/src/unit-serialization.cpp delete mode 100644 external_imported/json/test/src/unit-ubjson.cpp delete mode 100644 external_imported/json/test/src/unit-udt_macro.cpp delete mode 100644 external_imported/json/test/src/unit-unicode.cpp delete mode 100644 external_imported/json/test/src/unit-user_defined_input.cpp delete mode 100644 external_imported/json/test/src/unit-wstring.cpp delete mode 100644 external_imported/json/test/src/unit.cpp delete mode 100755 external_imported/json/test/thirdparty/doctest/LICENSE.txt delete mode 100644 external_imported/json/test/thirdparty/doctest/doctest.h delete mode 100644 external_imported/json/test/thirdparty/fifo_map/LICENSE.MIT delete mode 100644 external_imported/json/test/thirdparty/imapdl/gpl-3.0.txt create mode 100644 external_imported/json/tests/CMakeLists.txt create mode 100644 external_imported/json/tests/Makefile create mode 100644 external_imported/json/tests/abi/CMakeLists.txt create mode 100644 external_imported/json/tests/abi/config/CMakeLists.txt create mode 100644 external_imported/json/tests/abi/config/config.hpp create mode 100644 external_imported/json/tests/abi/config/custom.cpp create mode 100644 external_imported/json/tests/abi/config/default.cpp create mode 100644 external_imported/json/tests/abi/config/noversion.cpp create mode 100644 external_imported/json/tests/abi/diag/CMakeLists.txt create mode 100644 external_imported/json/tests/abi/diag/diag.cpp create mode 100644 external_imported/json/tests/abi/diag/diag.hpp create mode 100644 external_imported/json/tests/abi/diag/diag_off.cpp create mode 100644 external_imported/json/tests/abi/diag/diag_on.cpp create mode 100644 external_imported/json/tests/abi/include/nlohmann/json_v3_10_5.hpp create mode 100644 external_imported/json/tests/abi/inline_ns/CMakeLists.txt create mode 100644 external_imported/json/tests/abi/inline_ns/use_current.cpp create mode 100644 external_imported/json/tests/abi/inline_ns/use_v3_10_5.cpp create mode 100644 external_imported/json/tests/abi/main.cpp create mode 100644 external_imported/json/tests/benchmarks/CMakeLists.txt create mode 100644 external_imported/json/tests/benchmarks/src/benchmarks.cpp rename external_imported/json/{test => tests}/cmake_add_subdirectory/CMakeLists.txt (100%) create mode 100644 external_imported/json/tests/cmake_add_subdirectory/project/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_add_subdirectory/project/main.cpp rename external_imported/json/{test => tests}/cmake_fetch_content/CMakeLists.txt (100%) create mode 100644 external_imported/json/tests/cmake_fetch_content/project/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_fetch_content/project/main.cpp create mode 100644 external_imported/json/tests/cmake_fetch_content2/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_fetch_content2/project/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_fetch_content2/project/main.cpp rename external_imported/json/{test => tests}/cmake_import/CMakeLists.txt (100%) create mode 100644 external_imported/json/tests/cmake_import/project/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_import/project/main.cpp rename external_imported/json/{test => tests}/cmake_import_minver/CMakeLists.txt (100%) create mode 100644 external_imported/json/tests/cmake_import_minver/project/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_import_minver/project/main.cpp rename external_imported/json/{test => tests}/cmake_target_include_directories/CMakeLists.txt (100%) create mode 100644 external_imported/json/tests/cmake_target_include_directories/project/Bar.cpp create mode 100644 external_imported/json/tests/cmake_target_include_directories/project/Bar.hpp create mode 100644 external_imported/json/tests/cmake_target_include_directories/project/CMakeLists.txt create mode 100644 external_imported/json/tests/cmake_target_include_directories/project/Foo.cpp create mode 100644 external_imported/json/tests/cmake_target_include_directories/project/Foo.hpp create mode 100644 external_imported/json/tests/cmake_target_include_directories/project/main.cpp create mode 100644 external_imported/json/tests/cuda_example/CMakeLists.txt create mode 100644 external_imported/json/tests/cuda_example/json_cuda.cu create mode 100644 external_imported/json/tests/fuzzing.md rename external_imported/json/{test => tests}/reports/2016-08-29-fuzz/exec_speed.png (100%) rename external_imported/json/{test => tests}/reports/2016-08-29-fuzz/fuzz.tiff (100%) rename external_imported/json/{test => tests}/reports/2016-08-29-fuzz/high_freq.png (100%) rename external_imported/json/{test => tests}/reports/2016-08-29-fuzz/index.html (100%) rename external_imported/json/{test => tests}/reports/2016-08-29-fuzz/low_freq.png (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/README.md (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/conformance_Nlohmann (C++11).md (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/conformance_overall_Result.png (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Memory_(byte).png (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Time_(ms).png (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_2._Stringify_Time_(ms).png (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_3._Prettify_Time_(ms).png (100%) rename external_imported/json/{test => tests}/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_7._Code_size_FileSize_(byte).png (100%) rename external_imported/json/{test => tests}/reports/2016-10-02-fuzz/exec_speed.png (100%) rename external_imported/json/{test => tests}/reports/2016-10-02-fuzz/fuzz.tiff (100%) rename external_imported/json/{test => tests}/reports/2016-10-02-fuzz/high_freq.png (100%) rename external_imported/json/{test => tests}/reports/2016-10-02-fuzz/index.html (100%) rename external_imported/json/{test => tests}/reports/2016-10-02-fuzz/low_freq.png (100%) create mode 100644 external_imported/json/tests/src/fuzzer-driver_afl.cpp create mode 100644 external_imported/json/tests/src/fuzzer-parse_bjdata.cpp create mode 100644 external_imported/json/tests/src/fuzzer-parse_bson.cpp create mode 100644 external_imported/json/tests/src/fuzzer-parse_cbor.cpp create mode 100644 external_imported/json/tests/src/fuzzer-parse_json.cpp create mode 100644 external_imported/json/tests/src/fuzzer-parse_msgpack.cpp create mode 100644 external_imported/json/tests/src/fuzzer-parse_ubjson.cpp create mode 100644 external_imported/json/tests/src/make_test_data_available.hpp create mode 100644 external_imported/json/tests/src/test_utils.hpp create mode 100644 external_imported/json/tests/src/unit-32bit.cpp rename external_imported/json/{test => tests}/src/unit-algorithms.cpp (77%) rename external_imported/json/{test => tests}/src/unit-allocator.cpp (75%) create mode 100644 external_imported/json/tests/src/unit-alt-string.cpp create mode 100644 external_imported/json/tests/src/unit-assert_macro.cpp create mode 100644 external_imported/json/tests/src/unit-binary_formats.cpp create mode 100644 external_imported/json/tests/src/unit-bjdata.cpp rename external_imported/json/{test => tests}/src/unit-bson.cpp (78%) create mode 100644 external_imported/json/tests/src/unit-byte_container_with_subtype.cpp rename external_imported/json/{test => tests}/src/unit-capacity.cpp (78%) create mode 100644 external_imported/json/tests/src/unit-cbor.cpp create mode 100644 external_imported/json/tests/src/unit-class_const_iterator.cpp create mode 100644 external_imported/json/tests/src/unit-class_iterator.cpp rename external_imported/json/{test => tests}/src/unit-class_lexer.cpp (86%) create mode 100644 external_imported/json/tests/src/unit-class_parser.cpp create mode 100644 external_imported/json/tests/src/unit-comparison.cpp rename external_imported/json/{test => tests}/src/unit-concepts.cpp (77%) create mode 100644 external_imported/json/tests/src/unit-constructor1.cpp create mode 100644 external_imported/json/tests/src/unit-constructor2.cpp create mode 100644 external_imported/json/tests/src/unit-convenience.cpp create mode 100644 external_imported/json/tests/src/unit-conversions.cpp create mode 100644 external_imported/json/tests/src/unit-custom-base-class.cpp create mode 100644 external_imported/json/tests/src/unit-deserialization.cpp create mode 100644 external_imported/json/tests/src/unit-diagnostics.cpp create mode 100644 external_imported/json/tests/src/unit-disabled_exceptions.cpp create mode 100644 external_imported/json/tests/src/unit-element_access1.cpp create mode 100644 external_imported/json/tests/src/unit-element_access2.cpp create mode 100644 external_imported/json/tests/src/unit-hash.cpp rename external_imported/json/{test => tests}/src/unit-inspection.cpp (81%) rename external_imported/json/{test => tests}/src/unit-items.cpp (89%) rename external_imported/json/{test => tests}/src/unit-iterators1.cpp (83%) create mode 100644 external_imported/json/tests/src/unit-iterators2.cpp create mode 100644 external_imported/json/tests/src/unit-json_patch.cpp create mode 100644 external_imported/json/tests/src/unit-json_pointer.cpp create mode 100644 external_imported/json/tests/src/unit-large_json.cpp create mode 100644 external_imported/json/tests/src/unit-merge_patch.cpp create mode 100644 external_imported/json/tests/src/unit-meta.cpp create mode 100644 external_imported/json/tests/src/unit-modifiers.cpp create mode 100644 external_imported/json/tests/src/unit-msgpack.cpp create mode 100644 external_imported/json/tests/src/unit-no-mem-leak-on-adl-serialize.cpp create mode 100644 external_imported/json/tests/src/unit-noexcept.cpp create mode 100644 external_imported/json/tests/src/unit-ordered_json.cpp rename external_imported/json/{test => tests}/src/unit-ordered_map.cpp (80%) rename external_imported/json/{test => tests}/src/unit-pointer_access.cpp (93%) create mode 100644 external_imported/json/tests/src/unit-readme.cpp create mode 100644 external_imported/json/tests/src/unit-reference_access.cpp create mode 100644 external_imported/json/tests/src/unit-regression1.cpp create mode 100644 external_imported/json/tests/src/unit-regression2.cpp create mode 100644 external_imported/json/tests/src/unit-serialization.cpp rename external_imported/json/{test => tests}/src/unit-testsuites.cpp (96%) rename external_imported/json/{test => tests}/src/unit-to_chars.cpp (92%) create mode 100644 external_imported/json/tests/src/unit-type_traits.cpp create mode 100644 external_imported/json/tests/src/unit-ubjson.cpp create mode 100644 external_imported/json/tests/src/unit-udl.cpp rename external_imported/json/{test => tests}/src/unit-udt.cpp (82%) create mode 100644 external_imported/json/tests/src/unit-udt_macro.cpp create mode 100644 external_imported/json/tests/src/unit-unicode1.cpp create mode 100644 external_imported/json/tests/src/unit-unicode2.cpp create mode 100644 external_imported/json/tests/src/unit-unicode3.cpp create mode 100644 external_imported/json/tests/src/unit-unicode4.cpp create mode 100644 external_imported/json/tests/src/unit-unicode5.cpp create mode 100644 external_imported/json/tests/src/unit-user_defined_input.cpp create mode 100644 external_imported/json/tests/src/unit-windows_h.cpp create mode 100644 external_imported/json/tests/src/unit-wstring.cpp create mode 100644 external_imported/json/tests/src/unit.cpp rename external_imported/json/{test => tests}/thirdparty/Fuzzer/CMakeLists.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerCorpus.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerCrossOver.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerDefs.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerDictionary.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerDriver.cpp (99%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerExtFunctions.def (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerExtFunctions.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerExtFunctionsDlsym.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerExtFunctionsWeak.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerFlags.def (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerIO.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerIO.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerIOPosix.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerIOWindows.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerInterface.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerInternal.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerLoop.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerMain.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerMerge.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerMerge.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerMutate.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerMutate.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerOptions.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerRandom.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerSHA1.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerSHA1.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerTracePC.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerTracePC.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerTraceState.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerUtil.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerUtil.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerUtilDarwin.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerUtilLinux.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerUtilPosix.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerUtilWindows.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/FuzzerValueBitMap.h (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/README.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/afl/afl_driver.cpp (99%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/build.sh (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/cxx.dict (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/standalone/StandaloneFuzzTargetMain.c (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/AFLDriverTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/AbsNegAndConstant64Test.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/AbsNegAndConstantTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/AccumulateAllocationsTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/BufferOverflowOnInput.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/CMakeLists.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/CallerCalleeTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/CounterTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/CustomCrossOverTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/CustomMutatorTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/DSO1.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/DSO2.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/DSOTestExtra.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/DSOTestMain.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/DivTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/EmptyTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/FourIndependentBranchesTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/FullCoverageSetTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/FuzzerUnittest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/InitializeTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/LeakTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/LeakTimeoutTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/LoadTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/MemcmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/NthRunCrashTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/NullDerefOnEmptyTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/NullDerefTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/OneHugeAllocTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/OutOfMemoryTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/RepeatedBytesTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/RepeatedMemcmp.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/ShrinkControlFlowTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/ShrinkValueProfileTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SignedIntOverflowTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SimpleCmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SimpleDictionaryTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SimpleHashTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SimpleTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SimpleThreadedTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SingleMemcmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SingleStrcmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SingleStrncmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SpamyTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/StrcmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/StrncmpOOBTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/StrncmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/StrstrTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SwapCmpTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/Switch2Test.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/SwitchTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/ThreadedLeakTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/ThreadedTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/TimeoutEmptyTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/TimeoutTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/TraceMallocTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/UninstrumentedTest.cpp (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/afl-driver-extra-stats.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/afl-driver-stderr.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/caller-callee.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/coverage.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/dict1.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/dump_coverage.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-customcrossover.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-custommutator.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-dict.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-dirs.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-fdmask.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-finalstats.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-flags.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-jobs.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-leak.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-oom-with-profile.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-oom.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-printcovpcs.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-runs.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-seed.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-segv.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-singleinputs.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-threaded.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-timeout.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-traces-hooks.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer-ubsan.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/fuzzer.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/hi.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/lit.cfg (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/lit.site.cfg.in (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/merge.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/minimize_crash.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/no-coverage/CMakeLists.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/repeated-bytes.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/shrink.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/simple-cmp.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/standalone.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/swap-cmp.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/trace-malloc.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/ubsan/CMakeLists.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/ulimit.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/uninstrumented/CMakeLists.txt (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/unit/lit.cfg (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/unit/lit.site.cfg.in (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-cmp.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-cmp2.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-cmp3.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-cmp4.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-div.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-load.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-mem.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-set.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-strcmp.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-strncmp.test (100%) rename external_imported/json/{test => tests}/thirdparty/Fuzzer/test/value-profile-switch.test (100%) create mode 100644 external_imported/json/tests/thirdparty/doctest/doctest.h rename external_imported/json/{test => tests}/thirdparty/doctest/doctest_compatibility.h (96%) rename external_imported/json/{test => tests}/thirdparty/fifo_map/fifo_map.hpp (96%) rename external_imported/json/{test => tests}/thirdparty/imapdl/filterbr.py (100%) delete mode 100644 external_imported/json/third_party/amalgamate/LICENSE.md delete mode 100644 external_imported/json/third_party/cpplint/LICENSE delete mode 100644 external_imported/json/third_party/cpplint/README.rst delete mode 100755 external_imported/json/third_party/cpplint/cpplint.py delete mode 100755 external_imported/json/third_party/cpplint/update.sh delete mode 100644 external_imported/json/third_party/gdb_pretty_printer/README.md delete mode 100644 external_imported/json/third_party/gdb_pretty_printer/nlohmann-json.py rename external_imported/json/{third_party => tools}/amalgamate/CHANGES.md (100%) rename external_imported/json/{third_party => tools}/amalgamate/README.md (100%) rename external_imported/json/{third_party => tools}/amalgamate/amalgamate.py (99%) rename external_imported/json/{third_party/amalgamate/config.json => tools/amalgamate/config_json.json} (100%) create mode 100644 external_imported/json/tools/amalgamate/config_json_fwd.json create mode 100644 external_imported/json/tools/gdb_pretty_printer/README.md create mode 100644 external_imported/json/tools/gdb_pretty_printer/nlohmann-json.py create mode 100644 external_imported/json/tools/generate_natvis/README.md create mode 100755 external_imported/json/tools/generate_natvis/generate_natvis.py create mode 100644 external_imported/json/tools/generate_natvis/nlohmann_json.natvis.j2 rename external_imported/json/{third_party => tools}/macro_builder/main.cpp (100%) create mode 100644 external_imported/json/tools/serve_header/README.md create mode 100644 external_imported/json/tools/serve_header/demo.png create mode 100644 external_imported/json/tools/serve_header/requirements.txt create mode 100755 external_imported/json/tools/serve_header/serve_header.py create mode 100644 external_imported/json/tools/serve_header/serve_header.yml.example create mode 100644 external_imported/sentry-native/external/breakpad/src/third_party/mac_headers/arm/_types.h create mode 100644 external_imported/sentry-native/external/breakpad/src/third_party/mac_headers/mach/arm/boolean.h create mode 100644 external_imported/sentry-native/external/breakpad/src/third_party/mac_headers/mach/arm/vm_types.h delete mode 100644 external_imported/sentry-native/external/breakpad/src/third_party/mac_headers/mach/i386/vm_param.h delete mode 100644 external_imported/sentry-native/external/breakpad/src/tools/mac/dump_syms/macho_dump.cc create mode 100644 external_imported/sentry-native/external/crashpad/.github/CODEOWNERS create mode 100755 external_imported/sentry-native/external/crashpad/build/fuchsia/gen_build_defs.py create mode 100644 external_imported/sentry-native/external/crashpad/cmake/toolchains/win_arm64.cmake create mode 100644 external_imported/sentry-native/external/crashpad/handler/win/heap_corrupting_program.cc create mode 100644 external_imported/sentry-native/external/crashpad/snapshot/ios/testdata/crash-c44acfcbccd8c7a8 create mode 100644 external_imported/sentry-native/external/crashpad/third_party/lss/lss/tests/getitimer.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/lss/lss/tests/setitimer.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/bridging.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/foundation_util.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/foundation_util.mm rename external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/{mac => apple}/mach_logging.cc (89%) create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/mach_logging.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/scoped_cftyperef.h rename external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/{mac => apple}/scoped_mach_port.cc (87%) create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/scoped_mach_port.h rename external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/{mac => apple}/scoped_mach_vm.cc (77%) rename external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/{mac => apple}/scoped_mach_vm.h (86%) create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/scoped_nsautorelease_pool.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/scoped_nsautorelease_pool.mm create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/apple/scoped_typeref.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/containers/span.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/foundation_util.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/foundation_util.mm delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/mach_logging.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/scoped_cftyperef.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/scoped_mach_port.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/scoped_nsautorelease_pool.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/scoped_nsautorelease_pool.mm delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/scoped_nsobject.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/mac/scoped_typeref.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/strings/pattern.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/strings/pattern.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/strings/strcat.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/strings/strcat.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/strings/strcat_internal.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/types/cxx23_to_underlying.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/CMakeLists.txt create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/DIR_METADATA create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/adler32_simd.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/adler32_simd.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/chromeconf.h create mode 100755 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/bench/check.sh create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/bench/zlib_bench.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/minizip/README.chromium create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/minizip/minizip.md create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/optimizations/chunkcopy.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/optimizations/inffast_chunk.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/optimizations/inffast_chunk.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/optimizations/inflate.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/optimizations/insert_string.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/DEPS create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/OWNERS create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/BUILD.gn create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/OWNERS create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/deflate_fuzzer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/deflate_set_dictionary_fuzzer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/inflate_fuzzer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/inflate_with_header_fuzzer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/streaming_inflate_fuzzer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/fuzzers/uncompress_fuzzer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/infcover.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/infcover.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/run_all_unittests.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/standalone_test_runner.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/contrib/tests/utils_unittest.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/cpu_features.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/cpu_features.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/crc32_simd.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/crc32_simd.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/fill_window_sse.c delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/BUILD.gn create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/compression_utils_portable.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/compression_utils_portable.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/redact.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Different Encryptions.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Empty Dir Same Name As File.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Mixed Paths.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Parent Dir Same Name As File.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/README.md create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Repeated Dir Name.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Repeated File Name With Different Cases.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Repeated File Name.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/SJIS Bug 846195.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Windows Special Names.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/Wrong CRC.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/empty.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/test_encrypted.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test/data/test_posix_permissions.zip create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test_data.filelist create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/test_data.globlist create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/zip_writer.cc create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/google/zip_writer.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/names.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0000-build.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0001-simd.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0002-uninitializedcheck.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0003-uninitializedjump.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0004-fix-uwp.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0005-infcover-gtest.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0006-fix-check_match.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0007-zero-init-deflate-window.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0008-minizip-zip-unzip-tools.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0009-infcover-oob.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0010-cmake-enable-simd.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0011-avx512.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0012-lfs-open64.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/0013-cpu-feature-detection-for-arm.patch create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/patches/README delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/simd.patch delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/simd_stub.c create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/slide_hash_simd.h delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/x86.c delete mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/x86.h create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/zconf.h.cmakein create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/zconf.h.in create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/zlib.3 create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/zlib.map create mode 100644 external_imported/sentry-native/external/crashpad/third_party/zlib/zlib/zlib.pc.cmakein create mode 100644 external_imported/sentry-native/external/crashpad/tools/dump_minidump_annotations.cc create mode 100644 external_imported/sentry-native/external/crashpad/util/linux/pac_helper.cc create mode 100644 external_imported/sentry-native/external/crashpad/util/linux/pac_helper.h delete mode 100644 external_imported/sentry-native/external/crashpad/util/misc/capture_context_fuchsia.S delete mode 100644 external_imported/sentry-native/external/crashpad/util/misc/capture_context_test_util_fuchsia.cc create mode 100644 external_imported/sentry-native/external/libunwindstack-ndk/Demangle.cpp create mode 100644 external_imported/sentry-native/external/libunwindstack-ndk/include/unwindstack/Demangle.h create mode 100644 external_imported/sentry-native/external/third_party/lss/DIR_METADATA create mode 100644 external_imported/sentry-native/external/third_party/lss/LICENSE create mode 100644 external_imported/sentry-native/external/third_party/lss/OWNERS create mode 100644 external_imported/sentry-native/external/third_party/lss/tests/getitimer.c create mode 100644 external_imported/sentry-native/external/third_party/lss/tests/getrandom.c create mode 100644 external_imported/sentry-native/external/third_party/lss/tests/lstat.c create mode 100644 external_imported/sentry-native/external/third_party/lss/tests/setitimer.c create mode 100644 external_imported/sentry-native/external/third_party/lss/tests/sigaction.c create mode 100644 external_imported/sentry-native/external/third_party/lss/tests/stat.c create mode 100644 external_imported/sentry-native/tests/unit/test_options.c create mode 100644 external_imported/simpleini/.github/workflows/test.yml delete mode 100644 external_imported/simpleini/.travis.yml create mode 100644 external_imported/simpleini/tests/ts-noconvert.cpp create mode 100644 external_imported/simpleini/tests/ts-quotes.cpp create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/00-report-package-build-failure.yml create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/01-request-a-new-port.yml create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/03-request-a-feature-or-improvement-to-a-port.yml create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/05-other-type-of-bug-report.md create mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/config.yml delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/i-have-a-question.md delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/other-type-of-bug-report.md delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/request-a-new-port.md delete mode 100644 external_imported/vcpkg/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md create mode 100644 external_imported/vcpkg/.github/workflows/check_issues.yml create mode 100644 external_imported/vcpkg/.github/workflows/stale.yml create mode 100644 external_imported/vcpkg/README_vn.md delete mode 100644 external_imported/vcpkg/ports/abseil/fix-32-bit-arm.patch delete mode 100644 external_imported/vcpkg/ports/abseil/fix-dll-support.patch create mode 100644 external_imported/vcpkg/ports/ada-url/no-cpm.patch create mode 100644 external_imported/vcpkg/ports/ada-url/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ada-url/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/akali/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/akali/vcpkg.json create mode 100644 external_imported/vcpkg/ports/aklomp-base64/portfile.cmake create mode 100644 external_imported/vcpkg/ports/aklomp-base64/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/alembic/disable-warnings-as-error.patch delete mode 100644 external_imported/vcpkg/ports/allegro5/export-targets.patch create mode 100644 external_imported/vcpkg/ports/alsa/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/amd-adl-sdk/portfile.cmake create mode 100644 external_imported/vcpkg/ports/amd-adl-sdk/vcpkg.json create mode 100644 external_imported/vcpkg/ports/amqpcpp/fix-max_min_macros.patch create mode 100644 external_imported/vcpkg/ports/anari/portfile.cmake create mode 100644 external_imported/vcpkg/ports/anari/vcpkg.json create mode 100644 external_imported/vcpkg/ports/angelscript/fix-dependency.patch create mode 100644 external_imported/vcpkg/ports/ankurvdev-embedresource/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ankurvdev-embedresource/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/antlr4/export_guid.patch delete mode 100644 external_imported/vcpkg/ports/antlr4/fix_build_4.11.1.patch create mode 100644 external_imported/vcpkg/ports/apache-datasketches/portfile.cmake create mode 100644 external_imported/vcpkg/ports/apache-datasketches/usage create mode 100644 external_imported/vcpkg/ports/apache-datasketches/vcpkg.json create mode 100644 external_imported/vcpkg/ports/apriltag/fix-config.patch create mode 100644 external_imported/vcpkg/ports/apriltag/portfile.cmake create mode 100644 external_imported/vcpkg/ports/apriltag/usage create mode 100644 external_imported/vcpkg/ports/apriltag/vcpkg.json create mode 100644 external_imported/vcpkg/ports/apsi/fix-c2398.patch create mode 100644 external_imported/vcpkg/ports/apsi/fix-find-seal.patch delete mode 100644 external_imported/vcpkg/ports/apsi/fix-find_package.patch create mode 100644 external_imported/vcpkg/ports/argon2/unofficial-argon2-config.cmake create mode 100644 external_imported/vcpkg/ports/argon2/usage create mode 100644 external_imported/vcpkg/ports/argon2/visibility-for-tool.patch create mode 100644 external_imported/vcpkg/ports/args/usage delete mode 100644 external_imported/vcpkg/ports/arrow/brotli.patch create mode 100644 external_imported/vcpkg/ports/arrow/fix-ci-error.patch delete mode 100644 external_imported/vcpkg/ports/arrow/fix-dataset.patch delete mode 100644 external_imported/vcpkg/ports/arrow/fix-pkgconfig-windows.patch create mode 100644 external_imported/vcpkg/ports/arrow/usage-acero create mode 100644 external_imported/vcpkg/ports/arrow/usage-dataset create mode 100644 external_imported/vcpkg/ports/arrow/usage-flight create mode 100644 external_imported/vcpkg/ports/arrow/usage-flightsql create mode 100644 external_imported/vcpkg/ports/asiochan/portfile.cmake create mode 100644 external_imported/vcpkg/ports/asiochan/usage create mode 100644 external_imported/vcpkg/ports/asiochan/vcpkg.json create mode 100644 external_imported/vcpkg/ports/asmtk/fix-link-amsjit.patch create mode 100644 external_imported/vcpkg/ports/asmtk/portfile.cmake create mode 100644 external_imported/vcpkg/ports/asmtk/vcpkg.json create mode 100644 external_imported/vcpkg/ports/async-mqtt/portfile.cmake create mode 100644 external_imported/vcpkg/ports/async-mqtt/vcpkg.json create mode 100644 external_imported/vcpkg/ports/async-simple/portfile.cmake create mode 100644 external_imported/vcpkg/ports/async-simple/usage create mode 100644 external_imported/vcpkg/ports/async-simple/vcpkg.json create mode 100644 external_imported/vcpkg/ports/atl/portfile.cmake create mode 100644 external_imported/vcpkg/ports/atl/vcpkg.json create mode 100644 external_imported/vcpkg/ports/autodock-vina/fix-compatibility-with-boost-1.83.patch delete mode 100644 external_imported/vcpkg/ports/avisynthplus/clang-cl.patch create mode 100644 external_imported/vcpkg/ports/avro-cpp/fix-cmake.patch delete mode 100644 external_imported/vcpkg/ports/avro-cpp/install.patch delete mode 100644 external_imported/vcpkg/ports/aws-sdk-cpp/compute_build_only.cmake delete mode 100644 external_imported/vcpkg/ports/aws-sdk-cpp/fix-openssl3.patch create mode 100644 external_imported/vcpkg/ports/aws-sdk-cpp/vcpkg.in.json create mode 100644 external_imported/vcpkg/ports/azure-core-amqp-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/azure-core-amqp-cpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/azure-data-tables-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/azure-data-tables-cpp/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/azure-iot-sdk-c/improve-external-deps-preview.patch create mode 100644 external_imported/vcpkg/ports/azure-messaging-eventhubs-checkpointstore-blob-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/azure-messaging-eventhubs-checkpointstore-blob-cpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/azure-messaging-eventhubs-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/azure-messaging-eventhubs-cpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/backward-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/backward-cpp/usage create mode 100644 external_imported/vcpkg/ports/backward-cpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/baresip-libre/fix-static-library-build.patch create mode 100644 external_imported/vcpkg/ports/baresip-libre/portfile.cmake create mode 100644 external_imported/vcpkg/ports/baresip-libre/usage create mode 100644 external_imported/vcpkg/ports/baresip-libre/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/basisu/fix-add-libgen-mingw.patch delete mode 100644 external_imported/vcpkg/ports/basisu/fix-addostream.patch delete mode 100644 external_imported/vcpkg/ports/behaviortree-cpp/001_port_fixes.patch delete mode 100644 external_imported/vcpkg/ports/behaviortree-cpp/002_fix_dependencies.patch create mode 100644 external_imported/vcpkg/ports/behaviortree-cpp/fix-x86_build.patch create mode 100644 external_imported/vcpkg/ports/benchmark/fix_qnx.patch delete mode 100644 external_imported/vcpkg/ports/bento4/fix-install.patch create mode 100644 external_imported/vcpkg/ports/better-enums/portfile.cmake create mode 100644 external_imported/vcpkg/ports/better-enums/vcpkg.json create mode 100644 external_imported/vcpkg/ports/bext-mp/fix-build-flags.patch create mode 100644 external_imported/vcpkg/ports/bext-mp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/bext-mp/usage create mode 100644 external_imported/vcpkg/ports/bext-mp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/bext-sml2/portfile.cmake create mode 100644 external_imported/vcpkg/ports/bext-sml2/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/bext-ut/avoid-cpm.patch delete mode 100644 external_imported/vcpkg/ports/bext-ut/pr-521.patch create mode 100644 external_imported/vcpkg/ports/bfgroup-lyra/usage delete mode 100644 external_imported/vcpkg/ports/blake3/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/blake3/fix-windows-arm-build-error.patch create mode 100644 external_imported/vcpkg/ports/blas/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/blingfire/ninja.patch create mode 100644 external_imported/vcpkg/ports/blingfire/portfile.cmake create mode 100644 external_imported/vcpkg/ports/blingfire/vcpkg.json create mode 100644 external_imported/vcpkg/ports/bloomberg-quantum/portfile.cmake create mode 100644 external_imported/vcpkg/ports/bloomberg-quantum/rename-config-file-and-namespace.patch create mode 100644 external_imported/vcpkg/ports/bloomberg-quantum/vcpkg.json create mode 100644 external_imported/vcpkg/ports/blpapi/portfile.cmake create mode 100644 external_imported/vcpkg/ports/blpapi/update-blpapi-lib-include-dir.patch create mode 100644 external_imported/vcpkg/ports/blpapi/usage create mode 100644 external_imported/vcpkg/ports/blpapi/vcpkg.json create mode 100644 external_imported/vcpkg/ports/boost-build/0004-workaround-MSVC-codegen-bug-in-17.5-on-ARM64.patch create mode 100644 external_imported/vcpkg/ports/boost-cobalt/b2-options.cmake create mode 100644 external_imported/vcpkg/ports/boost-cobalt/portfile.cmake create mode 100644 external_imported/vcpkg/ports/boost-cobalt/vcpkg.json create mode 100644 external_imported/vcpkg/ports/boost-compat/portfile.cmake create mode 100644 external_imported/vcpkg/ports/boost-compat/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/boost-json/b2-options.cmake delete mode 100644 external_imported/vcpkg/ports/boost-math/001-remove-checks.patch delete mode 100644 external_imported/vcpkg/ports/boost-math/b2-options.cmake delete mode 100644 external_imported/vcpkg/ports/boost-mpi/fix-build-boost_mpi_python-on-windows.patch create mode 100644 external_imported/vcpkg/ports/boost-mysql/portfile.cmake create mode 100644 external_imported/vcpkg/ports/boost-mysql/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/boost-nowide/b2-options.cmake delete mode 100644 external_imported/vcpkg/ports/boost-phoenix/fix-duplicate-symbols.patch create mode 100644 external_imported/vcpkg/ports/boost-redis/portfile.cmake create mode 100644 external_imported/vcpkg/ports/boost-redis/vcpkg.json create mode 100644 external_imported/vcpkg/ports/boringssl/0001-static-gtest.patch delete mode 100644 external_imported/vcpkg/ports/boringssl/0001-vcpkg.patch create mode 100644 external_imported/vcpkg/ports/boringssl/0003-fix-shared-symbol-visibility.patch create mode 100644 external_imported/vcpkg/ports/boringssl/usage delete mode 100644 external_imported/vcpkg/ports/botan/arm64-windows.patch delete mode 100644 external_imported/vcpkg/ports/botan/fix-generate-build-path.patch delete mode 100644 external_imported/vcpkg/ports/botan/fix-objectfile-list.patch create mode 100644 external_imported/vcpkg/ports/botan/fix_android.patch create mode 100644 external_imported/vcpkg/ports/breakpad/fix-const-char.patch create mode 100644 external_imported/vcpkg/ports/breakpad/unofficial-breakpadConfig.cmake create mode 100644 external_imported/vcpkg/ports/brotli/emscripten.patch delete mode 100644 external_imported/vcpkg/ports/brotli/unofficial-brotli-config.cmake create mode 100644 external_imported/vcpkg/ports/bxzstr/portfile.cmake create mode 100644 external_imported/vcpkg/ports/bxzstr/usage create mode 100644 external_imported/vcpkg/ports/bxzstr/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/c-ares/fix-uwp.patch create mode 100644 external_imported/vcpkg/ports/c89stringutils/usage create mode 100644 external_imported/vcpkg/ports/cachelib/fmt-10.patch create mode 100644 external_imported/vcpkg/ports/cairo/usage create mode 100644 external_imported/vcpkg/ports/cairomm/usage create mode 100644 external_imported/vcpkg/ports/canvas-ity/portfile.cmake create mode 100644 external_imported/vcpkg/ports/canvas-ity/vcpkg.json create mode 100644 external_imported/vcpkg/ports/capnproto/disable-C-20-co-routines.patch create mode 100644 external_imported/vcpkg/ports/capnproto/undef-KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch delete mode 100644 external_imported/vcpkg/ports/cctz/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/cctz/fix_vs177.patch create mode 100644 external_imported/vcpkg/ports/cdt/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cdt/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cfitsio/0005-fix-link2019-error.patch create mode 100644 external_imported/vcpkg/ports/cfitsio/0006-fix-uwp.patch create mode 100644 external_imported/vcpkg/ports/cgal/x86_windows.patch create mode 100644 external_imported/vcpkg/ports/check/linkage.patch create mode 100644 external_imported/vcpkg/ports/check/usage delete mode 100644 external_imported/vcpkg/ports/chromaprint/fix_lrintf_detection.patch create mode 100644 external_imported/vcpkg/ports/cialloo-rcon/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cialloo-rcon/usage create mode 100644 external_imported/vcpkg/ports/cialloo-rcon/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cista/usage create mode 100644 external_imported/vcpkg/ports/civetweb/fix-fseeko.patch create mode 100644 external_imported/vcpkg/ports/civetweb/pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/civetweb/usage create mode 100644 external_imported/vcpkg/ports/clamav/isnt.patch create mode 100644 external_imported/vcpkg/ports/clap-cleveraudio/portfile.cmake create mode 100644 external_imported/vcpkg/ports/clap-cleveraudio/vcpkg.json create mode 100644 external_imported/vcpkg/ports/clblast/fix_install_path.patch create mode 100644 external_imported/vcpkg/ports/cld3/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cld3/unofficial-cld3Config.cmake create mode 100644 external_imported/vcpkg/ports/cld3/unofficial-export.patch create mode 100644 external_imported/vcpkg/ports/cld3/vcpkg.json create mode 100644 external_imported/vcpkg/ports/clickhouse-cpp/fix-timeval.patch delete mode 100644 external_imported/vcpkg/ports/clickhouse-cpp/fix-uwp.patch delete mode 100644 external_imported/vcpkg/ports/cmcstl2/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/cmcstl2/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cnats/fix_install_path.patch create mode 100644 external_imported/vcpkg/ports/coin-or-cbc/disable_glpk.patch create mode 100644 external_imported/vcpkg/ports/coin-or-cbc/pkgconf_win.patch create mode 100644 external_imported/vcpkg/ports/coin-or-cbc/portfile.cmake create mode 100644 external_imported/vcpkg/ports/coin-or-cbc/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/coin/disable-cpackd.patch create mode 100644 external_imported/vcpkg/ports/coin/remove-default-config.patch delete mode 100644 external_imported/vcpkg/ports/colmap/fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/coolprop/cmake-project-include.cmake create mode 100644 external_imported/vcpkg/ports/copypp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/copypp/usage create mode 100644 external_imported/vcpkg/ports/copypp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/corrade/clang-16.patch create mode 100644 external_imported/vcpkg/ports/cpp-async/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cpp-async/usage create mode 100644 external_imported/vcpkg/ports/cpp-async/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cpp-httplib/usage create mode 100644 external_imported/vcpkg/ports/cpp-netlib/fix-compatibility-with-boost-1.83.patch create mode 100644 external_imported/vcpkg/ports/cpp-sort/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cpp-sort/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cppcms/dependencies.diff create mode 100644 external_imported/vcpkg/ports/cppcms/dllexport.diff create mode 100644 external_imported/vcpkg/ports/cppdap/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cppdap/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/cppfs/LibCrypto-fix.patch delete mode 100644 external_imported/vcpkg/ports/cppfs/cmake-export-fix.patch create mode 100644 external_imported/vcpkg/ports/cppfs/ssh-dependencies.diff create mode 100644 external_imported/vcpkg/ports/cppkafka/0001-Fix-static-lib.patch create mode 100644 external_imported/vcpkg/ports/cppkafka/0002-Remove-min-max-macros.patch delete mode 100644 external_imported/vcpkg/ports/cppkafka/fix-dynamic.patch delete mode 100644 external_imported/vcpkg/ports/cppmicroservices/fix-dependency-gtest.patch delete mode 100644 external_imported/vcpkg/ports/cppmicroservices/fix-warning-c4834.patch create mode 100644 external_imported/vcpkg/ports/cppmicroservices/fix_strnicmp.patch create mode 100644 external_imported/vcpkg/ports/cppmicroservices/remove-wx.patch create mode 100644 external_imported/vcpkg/ports/cppp-reiconv/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cppp-reiconv/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cpprestsdk/fix-uwp.patch create mode 100644 external_imported/vcpkg/ports/cpprestsdk/test.patch create mode 100644 external_imported/vcpkg/ports/cppslippi/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cppslippi/usage create mode 100644 external_imported/vcpkg/ports/cppslippi/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cpptrace/libdwarf-0.9.0.diff create mode 100644 external_imported/vcpkg/ports/cpptrace/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cpptrace/usage create mode 100644 external_imported/vcpkg/ports/cpptrace/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/cpu-features/make_list_cpu_features_optional.patch create mode 100644 external_imported/vcpkg/ports/cpu-features/usage create mode 100644 external_imported/vcpkg/ports/cpu-features/usage_android delete mode 100644 external_imported/vcpkg/ports/cpu-features/windows-x86-fix.patch delete mode 100644 external_imported/vcpkg/ports/croncpp/0001-fix-cmake.patch delete mode 100644 external_imported/vcpkg/ports/croncpp/no-test.patch create mode 100644 external_imported/vcpkg/ports/crossguid/missing-include-cstdint.patch create mode 100644 external_imported/vcpkg/ports/ctbench/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ctbench/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ctstraffic/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ctstraffic/prepare_for_build.cmake create mode 100644 external_imported/vcpkg/ports/ctstraffic/usage create mode 100644 external_imported/vcpkg/ports/ctstraffic/vcpkg.json create mode 100644 external_imported/vcpkg/ports/cuda-api-wrappers/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cuda-api-wrappers/usage create mode 100644 external_imported/vcpkg/ports/cuda-api-wrappers/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/curl/0023-fix-find-cares.patch create mode 100644 external_imported/vcpkg/ports/curl/cmake-config-ios.patch create mode 100644 external_imported/vcpkg/ports/curl/cmake-config.patch create mode 100644 external_imported/vcpkg/ports/curl/dependencies.patch create mode 100644 external_imported/vcpkg/ports/curl/usage delete mode 100644 external_imported/vcpkg/ports/curlpp/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/cxxgraph/portfile.cmake create mode 100644 external_imported/vcpkg/ports/cxxgraph/usage create mode 100644 external_imported/vcpkg/ports/cxxgraph/vcpkg.json create mode 100644 external_imported/vcpkg/ports/dartsim/fix-pc-dependencies.patch delete mode 100644 external_imported/vcpkg/ports/date/0002-fix-cmake-3.14.patch create mode 100644 external_imported/vcpkg/ports/date/0002-fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/date/usage create mode 100644 external_imported/vcpkg/ports/datraw/portfile.cmake create mode 100644 external_imported/vcpkg/ports/datraw/vcpkg.json create mode 100644 external_imported/vcpkg/ports/dbus/libsystemd.patch create mode 100644 external_imported/vcpkg/ports/dcmtk/dictionary_paths.patch create mode 100644 external_imported/vcpkg/ports/dcmtk/fix_link_tiff.patch create mode 100644 external_imported/vcpkg/ports/dcmtk/fix_link_xml2.patch delete mode 100644 external_imported/vcpkg/ports/dcmtk/windows-patch.patch create mode 100644 external_imported/vcpkg/ports/directx-headers/usage create mode 100644 external_imported/vcpkg/ports/directxmath/usage create mode 100644 external_imported/vcpkg/ports/directxmesh/usage create mode 100644 external_imported/vcpkg/ports/directxtex/usage create mode 100644 external_imported/vcpkg/ports/directxtk/usage create mode 100644 external_imported/vcpkg/ports/directxtk12/usage delete mode 100644 external_imported/vcpkg/ports/discordcoreapi/0001-Add-extern-C-to-avcodec.patch create mode 100644 external_imported/vcpkg/ports/dp-thread-pool/portfile.cmake create mode 100644 external_imported/vcpkg/ports/dp-thread-pool/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/dpp/remove-wrong-header.patch create mode 100644 external_imported/vcpkg/ports/draco/fix-pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/draco/install-linkage.diff create mode 100644 external_imported/vcpkg/ports/drogon/0001-vcpkg.patch rename external_imported/vcpkg/ports/drogon/{drogon_config.patch => 0002-drogon-config.patch} (100%) create mode 100644 external_imported/vcpkg/ports/drogon/0003-deps-redis.patch create mode 100644 external_imported/vcpkg/ports/drogon/0004-drogon-ctl.patch create mode 100644 external_imported/vcpkg/ports/drogon/0005-drogon-cross-compile.patch delete mode 100644 external_imported/vcpkg/ports/drogon/vcpkg.patch create mode 100644 external_imported/vcpkg/ports/dstorage/usage create mode 100644 external_imported/vcpkg/ports/dukglue/portfile.cmake create mode 100644 external_imported/vcpkg/ports/dukglue/vcpkg.json create mode 100644 external_imported/vcpkg/ports/dumb/check-for-math-lib.patch create mode 100644 external_imported/vcpkg/ports/dumb/do-not-overwrite-cflags.patch create mode 100644 external_imported/vcpkg/ports/dumb/portfile.cmake create mode 100644 external_imported/vcpkg/ports/dumb/vcpkg.json create mode 100644 external_imported/vcpkg/ports/dxut/usage create mode 100644 external_imported/vcpkg/ports/dylib/portfile.cmake create mode 100644 external_imported/vcpkg/ports/dylib/vcpkg.json create mode 100644 external_imported/vcpkg/ports/dyno/fix-deps.patch create mode 100644 external_imported/vcpkg/ports/dyno/portfile.cmake create mode 100644 external_imported/vcpkg/ports/dyno/usage create mode 100644 external_imported/vcpkg/ports/dyno/vcpkg.json create mode 100644 external_imported/vcpkg/ports/eastl/0001-fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/eastl/0002-fix-error-C2338.patch delete mode 100644 external_imported/vcpkg/ports/eastl/fix-error-C2039.diff delete mode 100644 external_imported/vcpkg/ports/eastl/fix_cmake_install.patch create mode 100644 external_imported/vcpkg/ports/easyloggingpp/0001_add_cmake_options.patch create mode 100644 external_imported/vcpkg/ports/easyloggingpp/0002_fix_build_uwp.patch delete mode 100644 external_imported/vcpkg/ports/ebml/include-limits.patch create mode 100644 external_imported/vcpkg/ports/ecal/0001-disable-app-plugins.patch create mode 100644 external_imported/vcpkg/ports/ecal/0002-fix-build.patch create mode 100644 external_imported/vcpkg/ports/ecal/0003-fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/ecal/0004-install-cmake-files-to-share.patch create mode 100644 external_imported/vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch create mode 100644 external_imported/vcpkg/ports/ecal/0006-use-find_dependency-in-cmake-config.patch create mode 100644 external_imported/vcpkg/ports/ecal/0007-allow-static-build-of-core.patch create mode 100644 external_imported/vcpkg/ports/ecal/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ecal/usage create mode 100644 external_imported/vcpkg/ports/ecal/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ed25519/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/ed25519/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ed25519/usage create mode 100644 external_imported/vcpkg/ports/ed25519/vcpkg.json create mode 100644 external_imported/vcpkg/ports/effects11/usage create mode 100644 external_imported/vcpkg/ports/enkits/portfile.cmake create mode 100644 external_imported/vcpkg/ports/enkits/update_install.patch create mode 100644 external_imported/vcpkg/ports/enkits/usage create mode 100644 external_imported/vcpkg/ports/enkits/vcpkg.json create mode 100644 external_imported/vcpkg/ports/entt/usage create mode 100644 external_imported/vcpkg/ports/exiv2/dont-find-python.patch create mode 100644 external_imported/vcpkg/ports/exiv2/fix-brotli.patch create mode 100644 external_imported/vcpkg/ports/exiv2/fix-expat.patch create mode 100644 external_imported/vcpkg/ports/exiv2/fix-inih.patch create mode 100644 external_imported/vcpkg/ports/exiv2/ios.patch create mode 100644 external_imported/vcpkg/ports/exiv2/usage create mode 100644 external_imported/vcpkg/ports/fakeit/fix-include_dir.patch create mode 100644 external_imported/vcpkg/ports/fakeit/usage create mode 100644 external_imported/vcpkg/ports/fameta-counter/portfile.cmake create mode 100644 external_imported/vcpkg/ports/fameta-counter/vcpkg.json create mode 100644 external_imported/vcpkg/ports/fann/fix-build_type.patch create mode 100644 external_imported/vcpkg/ports/fann/remove-nouse-target.patch create mode 100644 external_imported/vcpkg/ports/fast-float/usage create mode 100644 external_imported/vcpkg/ports/fastgltf/find_package.patch create mode 100644 external_imported/vcpkg/ports/fastrtps/fix-xtime.patch create mode 100644 external_imported/vcpkg/ports/fastrtps/fix_thread.patch delete mode 100644 external_imported/vcpkg/ports/fbthrift/0001-fix-compatibility-with-boost-1.79.0.patch create mode 100644 external_imported/vcpkg/ports/fbthrift/0002-fix-dependency.patch create mode 100644 external_imported/vcpkg/ports/fftw3/fix-openmp.patch create mode 100644 external_imported/vcpkg/ports/fftw3/install-subtargets.patch delete mode 100644 external_imported/vcpkg/ports/fftw3/omp_test.patch delete mode 100644 external_imported/vcpkg/ports/fftw3/patch_targets.patch create mode 100644 external_imported/vcpkg/ports/fineftp/asio.patch create mode 100644 external_imported/vcpkg/ports/fineftp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/fineftp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/fins/portfile.cmake create mode 100644 external_imported/vcpkg/ports/fins/vcpkg.json create mode 100644 external_imported/vcpkg/ports/fizz/0003-fix-deps.patch create mode 100644 external_imported/vcpkg/ports/flagpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/flagpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/flann/fix_undefined_pot_t.patch create mode 100644 external_imported/vcpkg/ports/flashlight-sequence/portfile.cmake create mode 100644 external_imported/vcpkg/ports/flashlight-sequence/vcpkg.json create mode 100644 external_imported/vcpkg/ports/flashlight-text/portfile.cmake create mode 100644 external_imported/vcpkg/ports/flashlight-text/vcpkg.json create mode 100644 external_imported/vcpkg/ports/flatbush/portfile.cmake create mode 100644 external_imported/vcpkg/ports/flatbush/vcpkg.json create mode 100644 external_imported/vcpkg/ports/flecs/usage delete mode 100644 external_imported/vcpkg/ports/fltk/fix-narrow.patch create mode 100644 external_imported/vcpkg/ports/fluidlite/fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/fluidlite/usage delete mode 100644 external_imported/vcpkg/ports/fluidsynth/add-usage-requirements.patch create mode 100644 external_imported/vcpkg/ports/flux/portfile.cmake create mode 100644 external_imported/vcpkg/ports/flux/targets-fixup.patch create mode 100644 external_imported/vcpkg/ports/flux/vcpkg.json create mode 100644 external_imported/vcpkg/ports/fmilib/minizip.patch delete mode 100644 external_imported/vcpkg/ports/fmt/fix-format-conflict.patch create mode 100644 external_imported/vcpkg/ports/folly/disable-uninitialized-resize-on-new-stl.patch create mode 100644 external_imported/vcpkg/ports/folly/openssl.patch delete mode 100644 external_imported/vcpkg/ports/fontconfig/fix-mingw-gperf-fallback.patch create mode 100644 external_imported/vcpkg/ports/foonathan-memory/fix-foonathan-memory-include-install-dir.patch create mode 100644 external_imported/vcpkg/ports/freerdp/cmake-project-include.cmake create mode 100644 external_imported/vcpkg/ports/freerdp/dependencies.patch delete mode 100644 external_imported/vcpkg/ports/freerdp/fix-FreeRDP.patch delete mode 100644 external_imported/vcpkg/ports/freerdp/fix-include-path.patch delete mode 100644 external_imported/vcpkg/ports/freerdp/fix-libusb.patch delete mode 100644 external_imported/vcpkg/ports/freerdp/fix-linux-build.patch delete mode 100644 external_imported/vcpkg/ports/freerdp/install-dirs.patch create mode 100644 external_imported/vcpkg/ports/freerdp/install-layout.patch create mode 100644 external_imported/vcpkg/ports/freerdp/keep-dup-libs.patch delete mode 100644 external_imported/vcpkg/ports/freerdp/openssl_threads.patch create mode 100644 external_imported/vcpkg/ports/freerdp/wfreerdp-server-cli.patch create mode 100644 external_imported/vcpkg/ports/freerdp/windows-linkage.patch delete mode 100644 external_imported/vcpkg/ports/freetype/error-strings.patch create mode 100644 external_imported/vcpkg/ports/freexl/dependencies.patch delete mode 100644 external_imported/vcpkg/ports/freexl/fix-makefiles.patch delete mode 100644 external_imported/vcpkg/ports/freexl/fix-pc-file.patch delete mode 100644 external_imported/vcpkg/ports/freexl/fix-sources.patch create mode 100644 external_imported/vcpkg/ports/freexl/subdirs.patch create mode 100644 external_imported/vcpkg/ports/functions-framework-cpp/fix-integral-include.patch create mode 100644 external_imported/vcpkg/ports/games101-cgl/portfile.cmake create mode 100644 external_imported/vcpkg/ports/games101-cgl/usage create mode 100644 external_imported/vcpkg/ports/games101-cgl/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gapp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gapp/usage create mode 100644 external_imported/vcpkg/ports/gapp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gdal/target-is-valid.patch delete mode 100644 external_imported/vcpkg/ports/geogram/use-arm64-intrinsics.patch create mode 100644 external_imported/vcpkg/ports/geographiclib/remove-broken-and-unnecessary-cross-compile-check.patch delete mode 100644 external_imported/vcpkg/ports/geos/disable-warning-4996.patch delete mode 100644 external_imported/vcpkg/ports/geos/fix-dll-builds.patch create mode 100644 external_imported/vcpkg/ports/geos/win32.patch create mode 100644 external_imported/vcpkg/ports/getdns/fix-include.patch create mode 100644 external_imported/vcpkg/ports/getdns/fix-libuv-deps.patch delete mode 100644 external_imported/vcpkg/ports/getopt-win32/getopt.h.patch create mode 100644 external_imported/vcpkg/ports/gettext-libintl/0003-Fix-win-unicode-paths.patch create mode 100644 external_imported/vcpkg/ports/gettext-libintl/bashify.cmake create mode 100644 external_imported/vcpkg/ports/gettext-libintl/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gettext-libintl/usage create mode 100644 external_imported/vcpkg/ports/gettext-libintl/uwp.patch rename external_imported/vcpkg/ports/{gettext => gettext-libintl}/vcpkg-cmake-wrapper.cmake (100%) create mode 100644 external_imported/vcpkg/ports/gettext-libintl/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/gettext/Makefile delete mode 100644 external_imported/vcpkg/ports/gettext/android.patch create mode 100644 external_imported/vcpkg/ports/gettext/assume-modern-darwin.patch create mode 100644 external_imported/vcpkg/ports/gettext/bashify.cmake create mode 100644 external_imported/vcpkg/ports/gettext/config-step-order.patch create mode 100644 external_imported/vcpkg/ports/gettext/parallel-gettext-tools.patch create mode 100644 external_imported/vcpkg/ports/gettext/subdirs.patch delete mode 100644 external_imported/vcpkg/ports/gettext/win-gethostname.patch create mode 100644 external_imported/vcpkg/ports/glaze/portfile.cmake create mode 100644 external_imported/vcpkg/ports/glaze/vcpkg.json create mode 100644 external_imported/vcpkg/ports/glew/base_address.patch delete mode 100644 external_imported/vcpkg/ports/glm/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/glm/usage create mode 100644 external_imported/vcpkg/ports/glslang/cmake.patch delete mode 100644 external_imported/vcpkg/ports/glslang/ignore-crt.patch delete mode 100644 external_imported/vcpkg/ports/glslang/install-to-datadir.patch create mode 100644 external_imported/vcpkg/ports/gmp/gmp-arm64-asm-fix-5f32dbc41afc.patch create mode 100644 external_imported/vcpkg/ports/gobject-introspection/fix-pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/gperf/remove_register_keyword_cpp17.patch delete mode 100644 external_imported/vcpkg/ports/gpgme/disable-tests.patch delete mode 100644 external_imported/vcpkg/ports/gpgme/fix-c++11.patch create mode 100644 external_imported/vcpkg/ports/gppanel/fix-missing-headers.patch create mode 100644 external_imported/vcpkg/ports/graphviz/disable-pragma-lib.patch create mode 100644 external_imported/vcpkg/ports/gstreamer/base-must-be-enabled.patch create mode 100644 external_imported/vcpkg/ports/gstreamer/fix-bz2-windows-debug-dependency.patch create mode 100644 external_imported/vcpkg/ports/gstreamer/no-downloads.patch delete mode 100644 external_imported/vcpkg/ports/gtk/0002-windows-build.patch delete mode 100644 external_imported/vcpkg/ports/gtk/0004-macos-build.patch delete mode 100644 external_imported/vcpkg/ports/gts/fix-dllexport_2.patch delete mode 100644 external_imported/vcpkg/ports/gts/fix_missing_extern.patch create mode 100644 external_imported/vcpkg/ports/gtsam/build-fixes.patch create mode 100644 external_imported/vcpkg/ports/gtsam/path-fixes.patch create mode 100644 external_imported/vcpkg/ports/gtsam/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gtsam/usage create mode 100644 external_imported/vcpkg/ports/gtsam/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-cmake3/dependencies.patch create mode 100644 external_imported/vcpkg/ports/gz-cmake3/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-cmake3/usage create mode 100644 external_imported/vcpkg/ports/gz-cmake3/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-cmake3/vcpkg/GTS.cmake create mode 100644 external_imported/vcpkg/ports/gz-cmake3/vcpkg/TINYXML2.cmake create mode 100644 external_imported/vcpkg/ports/gz-common5/gz_remotery_vis.patch create mode 100644 external_imported/vcpkg/ports/gz-common5/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-common5/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-fuel-tools8/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-fuel-tools8/remove_docs.patch create mode 100644 external_imported/vcpkg/ports/gz-fuel-tools8/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-gui7/dependencies.patch create mode 100644 external_imported/vcpkg/ports/gz-gui7/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-gui7/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-math7/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-math7/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-msgs9/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-msgs9/remove_ruby.patch create mode 100644 external_imported/vcpkg/ports/gz-msgs9/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-physics6/dependencies.patch create mode 100644 external_imported/vcpkg/ports/gz-physics6/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-physics6/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-plugin2/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-plugin2/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-rendering7/fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/gz-rendering7/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-rendering7/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-sensors7/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-sensors7/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-tools2/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-tools2/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-transport12/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-transport12/uuid-osx.patch create mode 100644 external_imported/vcpkg/ports/gz-transport12/vcpkg.json create mode 100644 external_imported/vcpkg/ports/gz-utils2/portfile.cmake create mode 100644 external_imported/vcpkg/ports/gz-utils2/vcpkg.json create mode 100644 external_imported/vcpkg/ports/hareflow/fix-missing-headers.patch delete mode 100644 external_imported/vcpkg/ports/harfbuzz/fix-linux-error.patch create mode 100644 external_imported/vcpkg/ports/harfbuzz/fix-win32-build.patch delete mode 100644 external_imported/vcpkg/ports/hdf5/pkgconfig-link-order.patch create mode 100644 external_imported/vcpkg/ports/hdf5/vcpkg-port-config.cmake create mode 100644 external_imported/vcpkg/ports/hello-imgui/portfile.cmake create mode 100644 external_imported/vcpkg/ports/hello-imgui/usage create mode 100644 external_imported/vcpkg/ports/hello-imgui/vcpkg.json create mode 100644 external_imported/vcpkg/ports/highfive/usage create mode 100644 external_imported/vcpkg/ports/highs/fix-cmake-output.patch create mode 100644 external_imported/vcpkg/ports/highs/fix-compiler.patch create mode 100644 external_imported/vcpkg/ports/highs/fix-hconfig-path.patch create mode 100644 external_imported/vcpkg/ports/highs/fix-threads.patch create mode 100644 external_imported/vcpkg/ports/highs/portfile.cmake create mode 100644 external_imported/vcpkg/ports/highs/vcpkg.json create mode 100644 external_imported/vcpkg/ports/highway/usage create mode 100644 external_imported/vcpkg/ports/hiredis/fix-cmake-conf-install-dir.patch delete mode 100644 external_imported/vcpkg/ports/hiredis/fix-feature-example.patch delete mode 100644 external_imported/vcpkg/ports/hiredis/fix-include-path.patch delete mode 100644 external_imported/vcpkg/ports/hnswlib/usage delete mode 100644 external_imported/vcpkg/ports/hpx/fix-export.patch delete mode 100644 external_imported/vcpkg/ports/hpx/format.patch delete mode 100644 external_imported/vcpkg/ports/hunspell/0001_fix_unistd.patch delete mode 100644 external_imported/vcpkg/ports/hypre/fix-dll-install-destination.patch create mode 100644 external_imported/vcpkg/ports/icu/darwin-rpath.patch create mode 100644 external_imported/vcpkg/ports/icu/vcpkg-cross-data.patch create mode 100644 external_imported/vcpkg/ports/ideviceinstaller/001_fix_windows.patch delete mode 100644 external_imported/vcpkg/ports/ideviceinstaller/Add-missing-lib.patch create mode 100644 external_imported/vcpkg/ports/ideviceinstaller/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/idevicerestore/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/idevicerestore/fix-libgen.h-cannot-be-found.patch delete mode 100644 external_imported/vcpkg/ports/idevicerestore/fix-vcxproj.patch create mode 100644 external_imported/vcpkg/ports/idyntree/portfile.cmake create mode 100644 external_imported/vcpkg/ports/idyntree/usage create mode 100644 external_imported/vcpkg/ports/idyntree/vcpkg.json create mode 100644 external_imported/vcpkg/ports/if97/relax-encoding.diff create mode 100644 external_imported/vcpkg/ports/ignition-cmake2/fix-findogre-pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/iir1/fix-shared-lib.patch delete mode 100644 external_imported/vcpkg/ports/iir1/fix-shared-static.patch create mode 100644 external_imported/vcpkg/ports/imgui-node-editor/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/imgui-node-editor/portfile.cmake create mode 100644 external_imported/vcpkg/ports/imgui-node-editor/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/imgui-sfml/0002-fix-imgui-dependency.patch delete mode 100644 external_imported/vcpkg/ports/imgui-sfml/004-fix-find-sfml.patch delete mode 100644 external_imported/vcpkg/ports/immer/fix-ExportConfigVersion.patch delete mode 100644 external_imported/vcpkg/ports/implot/fix-build.patch create mode 100644 external_imported/vcpkg/ports/indirect-value/fix-install.patch create mode 100644 external_imported/vcpkg/ports/indirect-value/portfile.cmake create mode 100644 external_imported/vcpkg/ports/indirect-value/usage create mode 100644 external_imported/vcpkg/ports/indirect-value/vcpkg.json create mode 100644 external_imported/vcpkg/ports/influxdb-cxx/fix-dllexports.patch create mode 100644 external_imported/vcpkg/ports/infoware/cross-build.diff delete mode 100644 external_imported/vcpkg/ports/inih/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/inih/unofficial-inihConfig.cmake.in create mode 100644 external_imported/vcpkg/ports/inih/usage create mode 100644 external_imported/vcpkg/ports/intel-mkl/copy-from-dmg.cmake delete mode 100644 external_imported/vcpkg/ports/intel-mkl/vcpkg-cmake-wrapper.cmake delete mode 100644 external_imported/vcpkg/ports/intel-mkl/vcpkg-port-config.cmake create mode 100644 external_imported/vcpkg/ports/intelrdfpmathlib/missing-includes.patch delete mode 100644 external_imported/vcpkg/ports/irrlicht/fix-sysctl.patch create mode 100644 external_imported/vcpkg/ports/itay-grudev-singleapplication/Config.cmake.in create mode 100644 external_imported/vcpkg/ports/itay-grudev-singleapplication/portfile.cmake create mode 100644 external_imported/vcpkg/ports/itay-grudev-singleapplication/vcpkg.json create mode 100644 external_imported/vcpkg/ports/itk/cxx17.patch create mode 100644 external_imported/vcpkg/ports/itsy-bitsy/fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/itsy-bitsy/portfile.cmake create mode 100644 external_imported/vcpkg/ports/itsy-bitsy/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ixwebsocket/fix-C2065-of-errorMsg.patch create mode 100644 external_imported/vcpkg/ports/jasper/check-for-atomics-support.patch create mode 100644 external_imported/vcpkg/ports/jasper/fix-library-name.patch create mode 100644 external_imported/vcpkg/ports/jhasse-poly2tri/cmake.patch create mode 100644 external_imported/vcpkg/ports/jhasse-poly2tri/portfile.cmake create mode 100644 external_imported/vcpkg/ports/jhasse-poly2tri/usage create mode 100644 external_imported/vcpkg/ports/jhasse-poly2tri/vcpkg.json create mode 100644 external_imported/vcpkg/ports/jkqtplotter/fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/jkqtplotter/fix-cmake2.patch create mode 100644 external_imported/vcpkg/ports/jkqtplotter/portfile.cmake create mode 100644 external_imported/vcpkg/ports/jkqtplotter/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/joltphysics/disable-warningC5266.patch create mode 100644 external_imported/vcpkg/ports/joltphysics/fix-export.diff create mode 100644 external_imported/vcpkg/ports/joltphysics/unofficial-joltphysics-config.cmake create mode 100644 external_imported/vcpkg/ports/json-rpc-cxx/fix-config.patch create mode 100644 external_imported/vcpkg/ports/json-rpc-cxx/portfile.cmake create mode 100644 external_imported/vcpkg/ports/json-rpc-cxx/usage create mode 100644 external_imported/vcpkg/ports/json-rpc-cxx/vcpkg.json create mode 100644 external_imported/vcpkg/ports/jsonifier/portfile.cmake create mode 100644 external_imported/vcpkg/ports/jsonifier/uninstall-head.patch create mode 100644 external_imported/vcpkg/ports/jsonifier/vcpkg.json create mode 100644 external_imported/vcpkg/ports/jsonnet/0006-use-cxx17.patch create mode 100644 external_imported/vcpkg/ports/juce/0001-build-allow-setting-JUCE_PLUGINHOST_LADSPA.patch create mode 100644 external_imported/vcpkg/ports/juce/0002-build-linux-find_packages.patch create mode 100644 external_imported/vcpkg/ports/juce/0003-build-forward-vcpkg-toolchain.patch create mode 100644 external_imported/vcpkg/ports/juce/0004-install-paths.patch create mode 100644 external_imported/vcpkg/ports/juce/portfile.cmake create mode 100644 external_imported/vcpkg/ports/juce/usage create mode 100644 external_imported/vcpkg/ports/juce/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/kd-soap/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/kd-soap/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/kddockwidgets/fix_find_package.patch create mode 100644 external_imported/vcpkg/ports/kdsoap/portfile.cmake create mode 100644 external_imported/vcpkg/ports/kdsoap/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/kealib/hdf5_include.patch create mode 100644 external_imported/vcpkg/ports/kealib/no-kea-config-script.diff create mode 100644 external_imported/vcpkg/ports/kealib/usage create mode 100644 external_imported/vcpkg/ports/keccak-tiny/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/keccak-tiny/portfile.cmake create mode 100644 external_imported/vcpkg/ports/keccak-tiny/usage create mode 100644 external_imported/vcpkg/ports/keccak-tiny/vcpkg.json create mode 100644 external_imported/vcpkg/ports/kenlm/cmake-config.patch create mode 100644 external_imported/vcpkg/ports/kenlm/devendor.patch delete mode 100644 external_imported/vcpkg/ports/kenlm/fix-const-overloaded.patch create mode 100644 external_imported/vcpkg/ports/kerbal/portfile.cmake create mode 100644 external_imported/vcpkg/ports/kerbal/vcpkg.json create mode 100644 external_imported/vcpkg/ports/kf5parts/portfile.cmake create mode 100644 external_imported/vcpkg/ports/kf5parts/vcpkg.json rename external_imported/vcpkg/ports/kf5solid/{fix-libmount.patch => 001_fix_libmount.patch} (100%) create mode 100644 external_imported/vcpkg/ports/kf5solid/002_fix_imobile.patch create mode 100644 external_imported/vcpkg/ports/kf5texteditor/portfile.cmake create mode 100644 external_imported/vcpkg/ports/kf5texteditor/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/kissfft/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/kissfft/exports.def create mode 100644 external_imported/vcpkg/ports/kissfft/fix-install-dirs.patch create mode 100644 external_imported/vcpkg/ports/kissfft/fix-linkage.patch create mode 100644 external_imported/vcpkg/ports/kissfft/usage delete mode 100644 external_imported/vcpkg/ports/ktx/0003-libtool.patch create mode 100644 external_imported/vcpkg/ports/ktx/0003-mkversion.patch create mode 100644 external_imported/vcpkg/ports/ktx/0004-quirks.patch create mode 100644 external_imported/vcpkg/ports/ktx/0005-no-vendored-libs.patch create mode 100644 external_imported/vcpkg/ports/launch-darkly-server/fix-confilct-with-openssl.patch create mode 100644 external_imported/vcpkg/ports/launch-darkly-server/fix-depend-clib.patch create mode 100644 external_imported/vcpkg/ports/launch-darkly-server/removeWarningAsError.patch create mode 100644 external_imported/vcpkg/ports/lensfun/fix_build.patch create mode 100644 external_imported/vcpkg/ports/lensfun/portfile.cmake create mode 100644 external_imported/vcpkg/ports/lensfun/vcpkg.json create mode 100644 external_imported/vcpkg/ports/leveldb/fix-util-install.patch delete mode 100644 external_imported/vcpkg/ports/leveldb/fix_config.patch create mode 100644 external_imported/vcpkg/ports/lexbor/portfile.cmake create mode 100644 external_imported/vcpkg/ports/lexbor/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libaes-siv/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/libaes-siv/header_rename.patch create mode 100644 external_imported/vcpkg/ports/libaes-siv/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libaes-siv/usage create mode 100644 external_imported/vcpkg/ports/libaes-siv/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/libalkimia/dll_names.diff delete mode 100644 external_imported/vcpkg/ports/libalkimia/fix_explicit_shared_lib.diff create mode 100644 external_imported/vcpkg/ports/libassert/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libassert/runtime_destination.patch create mode 100644 external_imported/vcpkg/ports/libassert/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libavif/find-dependency.patch delete mode 100644 external_imported/vcpkg/ports/libavif/fix-compiler-warnings.patch delete mode 100644 external_imported/vcpkg/ports/libbson/disable-dynamic-when-static.patch create mode 100755 external_imported/vcpkg/ports/libcap/configure create mode 100644 external_imported/vcpkg/ports/libcap/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libcap/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/libconfig/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/libconfig/libconfig++-cmake-export.diff create mode 100644 external_imported/vcpkg/ports/libconfig/static-build.diff create mode 100644 external_imported/vcpkg/ports/libcoro/0001-allow-shared-lib.patch create mode 100644 external_imported/vcpkg/ports/libcoro/0002-disable-git-config.patch create mode 100644 external_imported/vcpkg/ports/libcoro/0003-fix-pkgconfig-includedir.patch create mode 100644 external_imported/vcpkg/ports/libcoro/0004-fix-pkgconfig-on-windows.patch create mode 100644 external_imported/vcpkg/ports/libcoro/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libcoro/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libcroco/unofficial-libcroco-config.cmake create mode 100644 external_imported/vcpkg/ports/libcroco/usage delete mode 100644 external_imported/vcpkg/ports/libdatachannel/0001-fix-for-vcpkg.patch create mode 100644 external_imported/vcpkg/ports/libdatachannel/fix-for-vcpkg.patch create mode 100644 external_imported/vcpkg/ports/libdatachannel/fix_dependency.patch create mode 100644 external_imported/vcpkg/ports/libde265/fix-interface-include.patch delete mode 100644 external_imported/vcpkg/ports/libde265/fix-libde265-headers.patch create mode 100644 external_imported/vcpkg/ports/libdwarf/dependencies.diff create mode 100644 external_imported/vcpkg/ports/libdwarf/msvc-runtime.diff create mode 100644 external_imported/vcpkg/ports/libdwarf/off_t.diff create mode 100644 external_imported/vcpkg/ports/libdwarf/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libdwarf/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/libe57format/prevent_warning_as_errors.diff create mode 100644 external_imported/vcpkg/ports/libe57format/usage create mode 100644 external_imported/vcpkg/ports/libev/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libev/unofficial-libev-config.cmake create mode 100644 external_imported/vcpkg/ports/libev/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libeventheader-decode/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libeventheader-decode/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libeventheader-tracepoint/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libeventheader-tracepoint/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/libexif/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/libexif/add-missing-_stdint-h.patch delete mode 100644 external_imported/vcpkg/ports/libexif/config.h.cmake create mode 100644 external_imported/vcpkg/ports/libexif/fix-ssize.patch delete mode 100644 external_imported/vcpkg/ports/libexif/libexif.def create mode 100644 external_imported/vcpkg/ports/libexif/unofficial-libexif-config.cmake delete mode 100644 external_imported/vcpkg/ports/libffi/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/libffi/dll-bindir.diff delete mode 100644 external_imported/vcpkg/ports/libffi/fficonfig.h create mode 100644 external_imported/vcpkg/ports/libffi/fix_undefind_func.patch create mode 100644 external_imported/vcpkg/ports/libffi/libffiConfig.cmake delete mode 100644 external_imported/vcpkg/ports/libffi/libffiConfig.cmake.in create mode 100644 external_imported/vcpkg/ports/libffi/unofficial-libffi-config.cmake create mode 100644 external_imported/vcpkg/ports/libffi/usage delete mode 100644 external_imported/vcpkg/ports/libflac/uwp-library-console.patch create mode 100644 external_imported/vcpkg/ports/libgcrypt/upstream-fa21ddc1.patch create mode 100644 external_imported/vcpkg/ports/libgig/0001-msvc-fix-ssize_t.patch create mode 100644 external_imported/vcpkg/ports/libgig/0002-cmake-fixes.patch create mode 100644 external_imported/vcpkg/ports/libgig/0003-fix-usage.patch create mode 100644 external_imported/vcpkg/ports/libgig/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libgig/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libgit2/c-standard.diff create mode 100644 external_imported/vcpkg/ports/libgit2/cli-include-dirs.diff create mode 100644 external_imported/vcpkg/ports/libgit2/dependencies.diff delete mode 100644 external_imported/vcpkg/ports/libgit2/fix-configcmake.patch create mode 100644 external_imported/vcpkg/ports/libgit2/mingw-winhttp.diff create mode 100644 external_imported/vcpkg/ports/libgit2/unofficial-config-export.diff create mode 100644 external_imported/vcpkg/ports/libgit2/unofficial-git2-config.cmake create mode 100644 external_imported/vcpkg/ports/libgit2/unofficial-libgit2-config.cmake create mode 100644 external_imported/vcpkg/ports/libgit2/usage create mode 100644 external_imported/vcpkg/ports/libgme/disable-player-and-demo.patch create mode 100644 external_imported/vcpkg/ports/libgme/disable-static-zlib-hack.patch create mode 100644 external_imported/vcpkg/ports/libgme/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libgme/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libgpg-error/gpgrt-config.patch create mode 100644 external_imported/vcpkg/ports/libguarded/fix-install.patch create mode 100644 external_imported/vcpkg/ports/libguarded/usage create mode 100644 external_imported/vcpkg/ports/libhdfs3/fix_dependency_uuid.patch delete mode 100644 external_imported/vcpkg/ports/libhv/d77287e954f02706502028baadc8c87e7382301b.patch create mode 100644 external_imported/vcpkg/ports/libics/fix-integral-include.patch create mode 100644 external_imported/vcpkg/ports/libideviceactivation/001_fix_static_build.patch create mode 100644 external_imported/vcpkg/ports/libideviceactivation/002_fix_api.patch create mode 100644 external_imported/vcpkg/ports/libideviceactivation/003_fix_tools_msvc.patch create mode 100644 external_imported/vcpkg/ports/libideviceactivation/exports.def create mode 100644 external_imported/vcpkg/ports/libideviceactivation/usage create mode 100644 external_imported/vcpkg/ports/libigl/dependencies.patch delete mode 100644 external_imported/vcpkg/ports/libigl/fix-config.patch delete mode 100644 external_imported/vcpkg/ports/libigl/fix-dependency.patch delete mode 100644 external_imported/vcpkg/ports/libigl/install-extra-headers.patch create mode 100644 external_imported/vcpkg/ports/libigl/install-extra-targets.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/001_fix_win32_defs.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/002_fix_msvc.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/003_fix_static_build.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/004_fix_api.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/exports.def create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/usage create mode 100644 external_imported/vcpkg/ports/libimobiledevice-glue/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libimobiledevice/001_fix_msvc.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice/002_fix_static_build.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice/003_fix_api.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice/004_fix_tools_msvc.patch create mode 100644 external_imported/vcpkg/ports/libimobiledevice/exports.def create mode 100644 external_imported/vcpkg/ports/libirecovery/001_fix_static_build.patch create mode 100644 external_imported/vcpkg/ports/libirecovery/002_fix_api.patch create mode 100644 external_imported/vcpkg/ports/libirecovery/003_fix_msvc.patch create mode 100644 external_imported/vcpkg/ports/libirecovery/004_fix_tools_msvc.patch create mode 100644 external_imported/vcpkg/ports/libirecovery/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/libirecovery/usage create mode 100644 external_imported/vcpkg/ports/liblas/fix-crosscompiling.diff create mode 100644 external_imported/vcpkg/ports/liblas/force-cpp11.patch create mode 100644 external_imported/vcpkg/ports/liblas/remove_unnecessary_boost_dependency.diff delete mode 100644 external_imported/vcpkg/ports/liblemon/cmake.patch create mode 100644 external_imported/vcpkg/ports/liblemon/fix-cmake.patch delete mode 100644 external_imported/vcpkg/ports/liblemon/fixup-targets.patch create mode 100644 external_imported/vcpkg/ports/liblsquic/fix-found-boringssl.patch delete mode 100644 external_imported/vcpkg/ports/libmad/0001-Fix-MSVC-ARM.patch delete mode 100644 external_imported/vcpkg/ports/libmad/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/libmagic/0009-No-fcntl-in-magic.c.patch delete mode 100644 external_imported/vcpkg/ports/libmagic/0014-Define-POSIX-macros-if-missing.patch create mode 100644 external_imported/vcpkg/ports/libmagic/0016-Fix-file_famagic-function.patch create mode 100644 external_imported/vcpkg/ports/libmagic/unofficial-libmagic-config.cmake.in create mode 100644 external_imported/vcpkg/ports/libmagic/usage delete mode 100644 external_imported/vcpkg/ports/libmaxminddb/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/libmaxminddb/fix-linux-build.patch create mode 100644 external_imported/vcpkg/ports/libmediainfo/dependencies.diff create mode 100644 external_imported/vcpkg/ports/libmediainfo/msvc-arm.diff create mode 100644 external_imported/vcpkg/ports/libmediainfo/no-windows-namespace.diff delete mode 100644 external_imported/vcpkg/ports/libmediainfo/vcpkg_support_in_cmakelists.patch create mode 100644 external_imported/vcpkg/ports/libmicrohttpd/remove_pdb_install.patch delete mode 100644 external_imported/vcpkg/ports/libmupdf/use-if-instead-of-ifdef-in-writer.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/004-added-limits-include.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/Add-target-include-directories.patch create mode 100644 external_imported/vcpkg/ports/libmysql/cross-build.patch create mode 100644 external_imported/vcpkg/ports/libmysql/dependencies.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/export-cmake-targets.patch create mode 100644 external_imported/vcpkg/ports/libmysql/fix_dup_symbols.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/ignore-boost-version.patch create mode 100644 external_imported/vcpkg/ports/libmysql/install-exports.patch create mode 100644 external_imported/vcpkg/ports/libmysql/libmysql-config.cmake delete mode 100644 external_imported/vcpkg/ports/libmysql/openssl.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/rename-version.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/system-libs.patch delete mode 100644 external_imported/vcpkg/ports/libmysql/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/libnice-gst/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libnice-gst/skip_libnice.patch create mode 100644 external_imported/vcpkg/ports/libnice-gst/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libnick/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libnick/usage create mode 100644 external_imported/vcpkg/ports/libnick/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libobfuscate/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libobfuscate/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libopensp/use-cpp-using-declarations.patch create mode 100644 external_imported/vcpkg/ports/libosmium/usage create mode 100644 external_imported/vcpkg/ports/libphonenumber/re2-2023-07-01-compat.patch create mode 100644 external_imported/vcpkg/ports/libphonenumber/usage create mode 100644 external_imported/vcpkg/ports/libplist/001_fix_static_build.patch create mode 100644 external_imported/vcpkg/ports/libplist/002_fix_api.patch create mode 100644 external_imported/vcpkg/ports/libplist/003_fix_msvc.patch create mode 100644 external_imported/vcpkg/ports/libplist/004_fix_tools_msvc.patch delete mode 100644 external_imported/vcpkg/ports/libplist/dllexport.patch delete mode 100644 external_imported/vcpkg/ports/libplist/fix_static_build.patch create mode 100644 external_imported/vcpkg/ports/libplist/usage create mode 100644 external_imported/vcpkg/ports/libpng/libm.patch create mode 100644 external_imported/vcpkg/ports/libpq/android/unversioned_so.patch create mode 100644 external_imported/vcpkg/ports/libpq/build-msvc.cmake delete mode 100644 external_imported/vcpkg/ports/libpq/config.pl delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/MSBuildProject-static-crt.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/MSBuildProject-static-lib.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/MSBuildProject_fix_gendef_perl.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/Mkvcbuild-static-lib.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/Solution.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/Solution_DEBUG.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/Solution_RELEASE.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/arm.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/fix-compile-flag-Zi.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/install.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/minimize_install.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/msgfmt.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/openssl-version.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/python3_build_DEBUG.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/python3_build_RELEASE.patch delete mode 100644 external_imported/vcpkg/ports/libpq/patches/windows/tcl_version.patch rename external_imported/vcpkg/ports/libpq/{patches => unix}/fix-configure.patch (80%) create mode 100644 external_imported/vcpkg/ports/libpq/unix/installdirs.patch create mode 100644 external_imported/vcpkg/ports/libpq/unix/mingw-install.patch create mode 100644 external_imported/vcpkg/ports/libpq/unix/no-server-tools.patch create mode 100644 external_imported/vcpkg/ports/libpq/unix/python.patch create mode 100644 external_imported/vcpkg/ports/libpq/unix/single-linkage.patch create mode 100644 external_imported/vcpkg/ports/libpq/vcpkg-libs.props.in rename external_imported/vcpkg/ports/libpq/{patches => }/windows/macro-def.patch (100%) create mode 100644 external_imported/vcpkg/ports/libpq/windows/msbuild.patch rename external_imported/vcpkg/ports/libpq/{patches => }/windows/python_lib.patch (100%) create mode 100644 external_imported/vcpkg/ports/libpq/windows/spin_delay.patch rename external_imported/vcpkg/ports/libpq/{patches => }/windows/win_bison_flex.patch (79%) delete mode 100644 external_imported/vcpkg/ports/libproxy/fix-tools-path.patch create mode 100644 external_imported/vcpkg/ports/libqglviewer/Add-compile-definitions.patch create mode 100644 external_imported/vcpkg/ports/libqglviewer/Fix-error-c2039.patch delete mode 100644 external_imported/vcpkg/ports/libqglviewer/destdir.patch delete mode 100644 external_imported/vcpkg/ports/libqglviewer/use-default-config-on-all-platforms.patch create mode 100644 external_imported/vcpkg/ports/libqtrest/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libqtrest/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libraw/install-interface.patch delete mode 100644 external_imported/vcpkg/ports/librdkafka/fix_curl.patch create mode 100644 external_imported/vcpkg/ports/libremidi/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libremidi/vcpkg.json create mode 100644 external_imported/vcpkg/ports/librsvg/unofficial-librsvg-config.cmake create mode 100644 external_imported/vcpkg/ports/librsvg/usage create mode 100644 external_imported/vcpkg/ports/libsbml/dependencies.diff create mode 100644 external_imported/vcpkg/ports/libsbml/dirent.diff create mode 100644 external_imported/vcpkg/ports/libsbml/libsbml-config.cmake create mode 100644 external_imported/vcpkg/ports/libsbml/no-docs.diff create mode 100644 external_imported/vcpkg/ports/libsbml/test-shared.diff create mode 100644 external_imported/vcpkg/ports/libsbml/usage create mode 100644 external_imported/vcpkg/ports/libsmb2/usage create mode 100644 external_imported/vcpkg/ports/libsmb2/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/libsndfile/001-avoid-installing-find-modules.patch create mode 100644 external_imported/vcpkg/ports/libsonic/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/libsonic/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libsonic/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libspatialite/fix-utf8-source.patch create mode 100644 external_imported/vcpkg/ports/libspng/fix-spngconfig-cmake.patch create mode 100644 external_imported/vcpkg/ports/libspng/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libspng/usage create mode 100644 external_imported/vcpkg/ports/libspng/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/libssh2/0001-Fix-UWP.patch delete mode 100644 external_imported/vcpkg/ports/libssh2/0002-fix-macros.patch delete mode 100644 external_imported/vcpkg/ports/libssh2/0003-fix-openssl3.patch create mode 100644 external_imported/vcpkg/ports/libssh2/usage create mode 100644 external_imported/vcpkg/ports/libsystemd/pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/libsystemd/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libsystemd/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libtar/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libtar/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libtins/fix_include.patch create mode 100644 external_imported/vcpkg/ports/libtorch/clang-cl.patch create mode 100644 external_imported/vcpkg/ports/libtorch/cmake-fixes.patch create mode 100644 external_imported/vcpkg/ports/libtorch/cuda-adjustments.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fix-api-export.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fix-build.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/fix-c10-glog.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/fix-cmake.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/fix-fbgemm-include.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fix-glog.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fix-msvc-ICE.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fix-onnx-case.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fix-sleef.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/fix-windows.patch create mode 100644 external_imported/vcpkg/ports/libtorch/fxdiv.patch create mode 100644 external_imported/vcpkg/ports/libtorch/kineto.patch create mode 100644 external_imported/vcpkg/ports/libtorch/more-fixes.patch create mode 100644 external_imported/vcpkg/ports/libtorch/protoc.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/pytorch-pr-85958.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/use-flatbuffers2.patch delete mode 100644 external_imported/vcpkg/ports/libtorch/vcpkg-dependencies.cmake delete mode 100644 external_imported/vcpkg/ports/libtorrent/0001-fix-build-error-on-Windows-ARM64-by-add-new-define.patch create mode 100644 external_imported/vcpkg/ports/libtracepoint-control/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libtracepoint-control/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libtracepoint-decode/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libtracepoint-decode/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libtracepoint/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libtracepoint/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libunifex/fix-linux-timespec.patch create mode 100644 external_imported/vcpkg/ports/libunwind/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libunwind/usage create mode 100644 external_imported/vcpkg/ports/libunwind/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/libusb/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/libusbmuxd/001_fix_win32_defs.patch create mode 100644 external_imported/vcpkg/ports/libusbmuxd/002_fix_struct_pack.patch create mode 100644 external_imported/vcpkg/ports/libusbmuxd/003_fix_msvc.patch create mode 100644 external_imported/vcpkg/ports/libusbmuxd/004_fix_api.patch create mode 100644 external_imported/vcpkg/ports/libusbmuxd/005_fix_tools_msvc.patch create mode 100644 external_imported/vcpkg/ports/libusbmuxd/exports.def delete mode 100644 external_imported/vcpkg/ports/libusbmuxd/fix-win-build.patch create mode 100644 external_imported/vcpkg/ports/libusbmuxd/usage create mode 100644 external_imported/vcpkg/ports/libvault/0001-fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/libvault/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libvault/usage create mode 100644 external_imported/vcpkg/ports/libvault/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libvpx/0005-fix-arm64-build.patch create mode 100644 external_imported/vcpkg/ports/libwebp/0003-simd.patch delete mode 100644 external_imported/vcpkg/ports/libwebp/0007-fix-arm-build.patch create mode 100644 external_imported/vcpkg/ports/libwebp/0011-fix-include.patch create mode 100644 external_imported/vcpkg/ports/libxcrypt/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libxcrypt/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libxdf/fix-pugixml-dependency.patch create mode 100644 external_imported/vcpkg/ports/libxdf/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libxdf/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libxdiff/fix-usage-error.patch create mode 100644 external_imported/vcpkg/ports/libxlsxwriter/dependencies.diff create mode 100644 external_imported/vcpkg/ports/libxlsxwriter/fix-zlib-ver-required.patch delete mode 100644 external_imported/vcpkg/ports/libxmp-lite/0001-msvc-buildfix.patch delete mode 100644 external_imported/vcpkg/ports/libxmp-lite/0002-fix-symbols.patch delete mode 100644 external_imported/vcpkg/ports/libxmp-lite/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/libxmp-lite/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/libxmp-lite/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libxmp/fix-cmake-config-dir.patch create mode 100644 external_imported/vcpkg/ports/libxmp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libxmp/usage create mode 100644 external_imported/vcpkg/ports/libxmp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libxt/add-missing-process-h.patch create mode 100644 external_imported/vcpkg/ports/libzim/cross-builds.diff create mode 100644 external_imported/vcpkg/ports/libzim/dllexport.diff create mode 100644 external_imported/vcpkg/ports/libzim/portfile.cmake create mode 100644 external_imported/vcpkg/ports/libzim/subdirs.diff create mode 100644 external_imported/vcpkg/ports/libzim/vcpkg.json create mode 100644 external_imported/vcpkg/ports/libzip/use-requires.patch delete mode 100644 external_imported/vcpkg/ports/libzippp/fix-find-lzma.patch delete mode 100644 external_imported/vcpkg/ports/licensepp/0002-fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/licensepp/0002-fix-compilation-macos.patch create mode 100644 external_imported/vcpkg/ports/lightningscanner/portfile.cmake create mode 100644 external_imported/vcpkg/ports/lightningscanner/usage create mode 100644 external_imported/vcpkg/ports/lightningscanner/vcpkg.json create mode 100644 external_imported/vcpkg/ports/live555/fix_operator_overload.patch create mode 100644 external_imported/vcpkg/ports/llgi/fix-cmake-use-vcpkg.patch create mode 100644 external_imported/vcpkg/ports/llgi/fix-sources.patch create mode 100644 external_imported/vcpkg/ports/llgi/portfile.cmake create mode 100644 external_imported/vcpkg/ports/llgi/vcpkg.json create mode 100644 external_imported/vcpkg/ports/llhttp/fix-usage.patch create mode 100644 external_imported/vcpkg/ports/llvm/0001-fix-install-package-dir.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0002-fix-install-paths.patch create mode 100644 external_imported/vcpkg/ports/llvm/0002-fix-tools-install-dir.patch create mode 100644 external_imported/vcpkg/ports/llvm/0003-fix-llvm-config.patch create mode 100644 external_imported/vcpkg/ports/llvm/0004-disable-libomp-aliases.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0004-fix-dr-1734.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0005-fix-tools-path.patch create mode 100644 external_imported/vcpkg/ports/llvm/0005-remove-numpy.patch create mode 100644 external_imported/vcpkg/ports/llvm/0006-create-destination-mlir-directory.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0007-fix-compiler-rt-install-path.patch create mode 100644 external_imported/vcpkg/ports/llvm/0007-fix-compiler-rt-warnings.patch create mode 100644 external_imported/vcpkg/ports/llvm/0008-add-missing-case.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0009-fix-tools-install-path.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0010-fix-libffi.patch delete mode 100644 external_imported/vcpkg/ports/llvm/0011-fix-install-bolt.patch delete mode 100644 external_imported/vcpkg/ports/lmdb/cmake/lmdbd.def create mode 100644 external_imported/vcpkg/ports/lmdb/getopt-win32.diff create mode 100644 external_imported/vcpkg/ports/lmdb/lmdb-config.cmake create mode 100644 external_imported/vcpkg/ports/lmdb/usage create mode 100644 external_imported/vcpkg/ports/log4cpp-log4cpp/fix_link_msvcrt.patch create mode 100644 external_imported/vcpkg/ports/log4cpp-log4cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/log4cpp-log4cpp/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/log4cpp/Fix-StaticSupport.patch delete mode 100644 external_imported/vcpkg/ports/log4cpp/fix-export-targets.patch delete mode 100644 external_imported/vcpkg/ports/log4cpp/fix-includepath.patch delete mode 100644 external_imported/vcpkg/ports/log4cpp/fix-install-targets.patch delete mode 100644 external_imported/vcpkg/ports/log4cpp/log4cpp-config.in.cmake delete mode 100644 external_imported/vcpkg/ports/log4cpp/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/log4cpp/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/log4cxx/expat.patch create mode 100644 external_imported/vcpkg/ports/log4cxx/fix-find-package.patch delete mode 100644 external_imported/vcpkg/ports/log4cxx/linux.patch delete mode 100644 external_imported/vcpkg/ports/log4cxx/threadutility.patch create mode 100644 external_imported/vcpkg/ports/ltla-aarand/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ltla-aarand/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ltla-cppirlba/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ltla-cppirlba/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ltla-cppkmeans/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ltla-cppkmeans/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ltla-knncolle/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ltla-knncolle/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ltla-powerit/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ltla-powerit/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ltla-umappp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ltla-umappp/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/luajit/004-fix-build-path-and-crt-linkage.patch create mode 100644 external_imported/vcpkg/ports/luajit/Makefile.nmake create mode 100755 external_imported/vcpkg/ports/luajit/configure create mode 100644 external_imported/vcpkg/ports/luajit/luajit.pc delete mode 100644 external_imported/vcpkg/ports/luajit/luajit.pc.win.in create mode 100644 external_imported/vcpkg/ports/luajit/msvcbuild.patch create mode 100644 external_imported/vcpkg/ports/lunarg-vulkantools/portfile.cmake create mode 100644 external_imported/vcpkg/ports/lunarg-vulkantools/vcpkg.json create mode 100644 external_imported/vcpkg/ports/lunasvg/fix-cmake.patch delete mode 100644 external_imported/vcpkg/ports/lunasvg/fix-install.patch create mode 100644 external_imported/vcpkg/ports/lzav/portfile.cmake create mode 100644 external_imported/vcpkg/ports/lzav/vcpkg.json create mode 100644 external_imported/vcpkg/ports/maddy/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/maddy/portfile.cmake create mode 100644 external_imported/vcpkg/ports/maddy/usage create mode 100644 external_imported/vcpkg/ports/maddy/vcpkg.json create mode 100644 external_imported/vcpkg/ports/magic-enum/usage create mode 100644 external_imported/vcpkg/ports/magma/clang-cuda.patch create mode 100644 external_imported/vcpkg/ports/magma/disable-openmp-msvc.patch create mode 100644 external_imported/vcpkg/ports/magma/no-tests.patch create mode 100644 external_imported/vcpkg/ports/magma/portfile.cmake create mode 100644 external_imported/vcpkg/ports/magma/vcpkg.json create mode 100644 external_imported/vcpkg/ports/mailio/fix-library-type-and-remove-boost-test-deps.patch create mode 100644 external_imported/vcpkg/ports/makeid/portfile.cmake create mode 100644 external_imported/vcpkg/ports/makeid/vcpkg.json create mode 100644 external_imported/vcpkg/ports/manif/portfile.cmake create mode 100644 external_imported/vcpkg/ports/manif/vcpkg.json create mode 100644 external_imported/vcpkg/ports/mapnik/missing-include.patch create mode 100644 external_imported/vcpkg/ports/mathgl/fix-include-property.patch create mode 100644 external_imported/vcpkg/ports/mathgl/fix_link_gsl.patch create mode 100644 external_imported/vcpkg/ports/mathgl/include_functional.patch create mode 100644 external_imported/vcpkg/ports/matio/usage delete mode 100644 external_imported/vcpkg/ports/matplotplusplus/install-3rd-libraries.patch create mode 100644 external_imported/vcpkg/ports/matplotplusplus/usage create mode 100644 external_imported/vcpkg/ports/mdl-sdk/010-workaround-gcc-bit.patch create mode 100644 external_imported/vcpkg/ports/mdl-sdk/011-fix-python.patch create mode 100644 external_imported/vcpkg/ports/mecab/fix-missing-functional.patch create mode 100644 external_imported/vcpkg/ports/mesa/clover-llvm-move-to-modern-pass-manager.patch delete mode 100644 external_imported/vcpkg/ports/mesa/clover.patch delete mode 100644 external_imported/vcpkg/ports/mesa/def-fixes.patch create mode 100644 external_imported/vcpkg/ports/mesa/gallium-fix-build-with-llvm-17.patch delete mode 100644 external_imported/vcpkg/ports/meshoptimizer/no-werror.patch create mode 100644 external_imported/vcpkg/ports/microsoft-signalr/find-msgpack.patch create mode 100644 external_imported/vcpkg/ports/mimalloc/template-param-types.diff create mode 100644 external_imported/vcpkg/ports/mimalloc/usage create mode 100644 external_imported/vcpkg/ports/miniply/fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/miniply/portfile.cmake create mode 100644 external_imported/vcpkg/ports/miniply/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/minitrace/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/miniupnpc/cmakelists.diff delete mode 100644 external_imported/vcpkg/ports/minizip-ng/Modify-header-file-path.patch create mode 100644 external_imported/vcpkg/ports/minizip-ng/fix_find_zstd.patch delete mode 100644 external_imported/vcpkg/ports/minizip/0003-no-io64.patch create mode 100644 external_imported/vcpkg/ports/minizip/android-fileapi.patch create mode 100644 external_imported/vcpkg/ports/minizip/lib-to-def.cmake create mode 100644 external_imported/vcpkg/ports/minizip/minizip-win32.def create mode 100644 external_imported/vcpkg/ports/minizip/pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/minizip/unofficial-minizipConfig.cmake.in create mode 100644 external_imported/vcpkg/ports/mmloader/fix-platform-name.patch create mode 100644 external_imported/vcpkg/ports/modern-cpp-kafka/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/modern-cpp-kafka/portfile.cmake create mode 100644 external_imported/vcpkg/ports/modern-cpp-kafka/usage create mode 100644 external_imported/vcpkg/ports/modern-cpp-kafka/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/mongo-c-driver/pkgconfig.patch delete mode 100644 external_imported/vcpkg/ports/mongo-cxx-driver/fix-msvc-cxx17.patch create mode 100644 external_imported/vcpkg/ports/monkeys-audio/fix-outdir.patch create mode 100644 external_imported/vcpkg/ports/moos-core/include_functional.patch delete mode 100644 external_imported/vcpkg/ports/mosquitto/0002-win64-support.patch create mode 100644 external_imported/vcpkg/ports/mosquitto/0006-pthreads-for-windows.patch create mode 100644 external_imported/vcpkg/ports/mpark-patterns/portfile.cmake create mode 100644 external_imported/vcpkg/ports/mpark-patterns/usage create mode 100644 external_imported/vcpkg/ports/mpark-patterns/vcpkg.json create mode 100644 external_imported/vcpkg/ports/mpg123/fix-checktypesize.patch create mode 100644 external_imported/vcpkg/ports/mpg123/fix-modules-cmake-cflags.patch create mode 100644 external_imported/vcpkg/ports/mpir/fix-static-include-files.patch delete mode 100644 external_imported/vcpkg/ports/ms-gltf/fix-apple-filesystem.patch create mode 100644 external_imported/vcpkg/ports/ms-ifc-sdk/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ms-ifc-sdk/usage create mode 100644 external_imported/vcpkg/ports/ms-ifc-sdk/vcpkg.json create mode 100644 external_imported/vcpkg/ports/msgpack-c/portfile.cmake create mode 100644 external_imported/vcpkg/ports/msgpack-c/vcpkg.json create mode 100644 external_imported/vcpkg/ports/mtlt/portfile.cmake create mode 100644 external_imported/vcpkg/ports/mtlt/usage create mode 100644 external_imported/vcpkg/ports/mtlt/vcpkg.json create mode 100644 external_imported/vcpkg/ports/murmur3/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/murmur3/portfile.cmake create mode 100644 external_imported/vcpkg/ports/murmur3/usage create mode 100644 external_imported/vcpkg/ports/murmur3/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/mygui/Use-vcpkg-sdl2.patch delete mode 100644 external_imported/vcpkg/ports/mygui/fix-osx-build.patch create mode 100644 external_imported/vcpkg/ports/mygui/opengl.patch create mode 100644 external_imported/vcpkg/ports/mygui/sdl2-static.patch create mode 100644 external_imported/vcpkg/ports/mysql-connector-cpp/dependencies.patch create mode 100644 external_imported/vcpkg/ports/nameof/usage create mode 100644 external_imported/vcpkg/ports/nanodbc/no-werror.patch create mode 100644 external_imported/vcpkg/ports/nanojsonc/portfile.cmake create mode 100644 external_imported/vcpkg/ports/nanojsonc/usage create mode 100644 external_imported/vcpkg/ports/nanojsonc/vcpkg.json create mode 100644 external_imported/vcpkg/ports/nanopb/fix-install-location.patch create mode 100644 external_imported/vcpkg/ports/ndis-driver-library/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ndis-driver-library/vcpkg.json create mode 100644 external_imported/vcpkg/ports/netgen/add_filesystem.patch create mode 100644 external_imported/vcpkg/ports/netgen/cgns-scoped-enum.patch create mode 100644 external_imported/vcpkg/ports/netgen/cmake-adjustments.patch create mode 100644 external_imported/vcpkg/ports/netgen/downstream-fixes.patch create mode 100644 external_imported/vcpkg/ports/netgen/git-ver.patch create mode 100644 external_imported/vcpkg/ports/netgen/occ-78.patch create mode 100644 external_imported/vcpkg/ports/netgen/portfile.cmake create mode 100644 external_imported/vcpkg/ports/netgen/static-exports.patch create mode 100644 external_imported/vcpkg/ports/netgen/vcpkg-fix-cgns-link.patch create mode 100644 external_imported/vcpkg/ports/netgen/vcpkg.json create mode 100644 external_imported/vcpkg/ports/nettle/hogweed-arm.def create mode 100644 external_imported/vcpkg/ports/nettle/hogweed-arm64.def delete mode 100644 external_imported/vcpkg/ports/nettle/install-dll.patch create mode 100644 external_imported/vcpkg/ports/nettle/msvc-support.patch create mode 100644 external_imported/vcpkg/ports/nettle/nettle-arm.def create mode 100644 external_imported/vcpkg/ports/nettle/nettle-arm64.def create mode 100644 external_imported/vcpkg/ports/ngtcp2/usage create mode 100644 external_imported/vcpkg/ports/node-api-headers/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/node-api-headers/portfile.cmake create mode 100644 external_imported/vcpkg/ports/node-api-headers/unofficial-node-api-headers-config.cmake.in create mode 100644 external_imported/vcpkg/ports/node-api-headers/usage create mode 100644 external_imported/vcpkg/ports/node-api-headers/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/node-api/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/node-api/unofficial-node-api-config.cmake.in delete mode 100644 external_imported/vcpkg/ports/node-api/vcpkg.json create mode 100644 external_imported/vcpkg/ports/nodesoup/fix-cmakelists.patch create mode 100644 external_imported/vcpkg/ports/nodesoup/portfile.cmake create mode 100644 external_imported/vcpkg/ports/nodesoup/usage create mode 100644 external_imported/vcpkg/ports/nodesoup/vcpkg.json create mode 100644 external_imported/vcpkg/ports/nrf-ble-driver/gcc-11.2.0-compilation.patch create mode 100644 external_imported/vcpkg/ports/ntf-core/dont-use-lib64.patch create mode 100644 external_imported/vcpkg/ports/ntf-core/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ntf-core/usage create mode 100644 external_imported/vcpkg/ports/ntf-core/vcpkg.json create mode 100644 external_imported/vcpkg/ports/nyan-lang/portfile.cmake create mode 100644 external_imported/vcpkg/ports/nyan-lang/vcpkg.json create mode 100644 external_imported/vcpkg/ports/oatpp-sqlite/fix-usage.patch create mode 100644 external_imported/vcpkg/ports/oatpp-zlib/fix-usage.patch create mode 100644 external_imported/vcpkg/ports/oatpp-zlib/missing-find_dependency.patch create mode 100644 external_imported/vcpkg/ports/oatpp/fix-target.patch create mode 100644 external_imported/vcpkg/ports/oboe/fix_install.patch create mode 100644 external_imported/vcpkg/ports/oboe/portfile.cmake create mode 100644 external_imported/vcpkg/ports/oboe/vcpkg.json create mode 100644 external_imported/vcpkg/ports/octomap/fix-compilation.patch create mode 100644 external_imported/vcpkg/ports/ogre-next/avoid-name-clashes.patch delete mode 100644 external_imported/vcpkg/ports/ogre-next/environment-overrides.cmake create mode 100644 external_imported/vcpkg/ports/ogre-next/fix-dependencies.patch delete mode 100644 external_imported/vcpkg/ports/ogre-next/fix_find_package_sdl2.patch create mode 100644 external_imported/vcpkg/ports/ogre/same-install-rules-all-platforms.patch create mode 100644 external_imported/vcpkg/ports/omniorb/add_win_into_autotools.patch create mode 100644 external_imported/vcpkg/ports/omniorb/def_gen_fix.patch create mode 100644 external_imported/vcpkg/ports/omniorb/fix_dependency.patch create mode 100644 external_imported/vcpkg/ports/omniorb/hardcode_vaargs_for_msvc.patch create mode 100644 external_imported/vcpkg/ports/omniorb/msvc-src-build-fixes.patch create mode 100644 external_imported/vcpkg/ports/omniorb/portfile.cmake create mode 100644 external_imported/vcpkg/ports/omniorb/python-fixes.patch create mode 100644 external_imported/vcpkg/ports/omniorb/release-debug-static.patch create mode 100644 external_imported/vcpkg/ports/omniorb/vcpkg.json create mode 100644 external_imported/vcpkg/ports/omniorb/vcpkg.mk create mode 100644 external_imported/vcpkg/ports/onnx-optimizer/remove-outdate-headers.patch create mode 100644 external_imported/vcpkg/ports/open62541/disable-docs.patch delete mode 100644 external_imported/vcpkg/ports/open62541/openssl.patch create mode 100644 external_imported/vcpkg/ports/open62541pp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/open62541pp/usage create mode 100644 external_imported/vcpkg/ports/open62541pp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/openal-soft/c12ada68951ea67a59bef7d4fcdf22334990c12a.patch delete mode 100644 external_imported/vcpkg/ports/openblas/fix-space-path.patch delete mode 100644 external_imported/vcpkg/ports/openblas/fix-uwp-build.patch create mode 100644 external_imported/vcpkg/ports/opencascade/dependencies.patch create mode 100644 external_imported/vcpkg/ports/opencascade/drop-bin-letter-d.patch delete mode 100644 external_imported/vcpkg/ports/opencascade/fix-depend-freetype.patch create mode 100644 external_imported/vcpkg/ports/opencolorio/fix-del-install-file.patch create mode 100644 external_imported/vcpkg/ports/opencolorio/fix-func-param.patch create mode 100644 external_imported/vcpkg/ports/opencv2/0020-missing-include.patch create mode 100644 external_imported/vcpkg/ports/opencv3/0019-missing-include.patch create mode 100644 external_imported/vcpkg/ports/opencv3/0020-fix-supportqnx.patch create mode 100644 external_imported/vcpkg/ports/opencv4/0017-fix-flatbuffers.patch create mode 100644 external_imported/vcpkg/ports/opencv4/0019-fix-ogre-dependency.patch create mode 100644 external_imported/vcpkg/ports/opencv4/0019-missing-include.patch create mode 100644 external_imported/vcpkg/ports/opencv4/0020-fix-compat-cuda12.2.patch create mode 100644 external_imported/vcpkg/ports/opencv4/0021-static-openvino.patch create mode 100644 external_imported/vcpkg/ports/opencv4/0022-fix-supportqnx.patch delete mode 100644 external_imported/vcpkg/ports/openexr/avx.patch create mode 100644 external_imported/vcpkg/ports/openexr/fix-arm64-windows-build.patch create mode 100644 external_imported/vcpkg/ports/openmama/fix-dependencies.diff create mode 100644 external_imported/vcpkg/ports/openmama/git-no-tags.diff create mode 100644 external_imported/vcpkg/ports/openmesh/fix-library-install-path.patch create mode 100644 external_imported/vcpkg/ports/openmesh/fix-pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/openmesh/restore-c++11-compatibility.patch delete mode 100644 external_imported/vcpkg/ports/openmesh/usage delete mode 100644 external_imported/vcpkg/ports/openmesh/vcpkg-cmake-wrapper.cmake create mode 100644 external_imported/vcpkg/ports/openscap/fix-buildflag-and-install.patch create mode 100644 external_imported/vcpkg/ports/openscap/fix-utils.patch delete mode 100644 external_imported/vcpkg/ports/openssl/disable-apps.patch delete mode 100644 external_imported/vcpkg/ports/openssl/disable-install-docs.patch delete mode 100644 external_imported/vcpkg/ports/openssl/unix/Makefile.emscripten create mode 100644 external_imported/vcpkg/ports/opensubdiv/fix-feature-cuda.patch create mode 100644 external_imported/vcpkg/ports/opentelemetry-cpp/add-missing-find-dependency.patch create mode 100644 external_imported/vcpkg/ports/opentelemetry-cpp/fix-nominmax-problems.patch delete mode 100644 external_imported/vcpkg/ports/opentelemetry-cpp/support_absl_cxx17.patch create mode 100644 external_imported/vcpkg/ports/opentelemetry-fluentd/fix_include_path.patch create mode 100644 external_imported/vcpkg/ports/opentelemetry-fluentd/portfile.cmake create mode 100644 external_imported/vcpkg/ports/opentelemetry-fluentd/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/openvdb/0003-fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/openvdb/fix_cmake.patch create mode 100644 external_imported/vcpkg/ports/openvdb/fix_nanovdb.patch create mode 100644 external_imported/vcpkg/ports/openvino/001-disable-tools.patch create mode 100644 external_imported/vcpkg/ports/openvino/002-conditional-enabling-of-js-api.patch create mode 100644 external_imported/vcpkg/ports/openvino/portfile.cmake create mode 100644 external_imported/vcpkg/ports/openvino/usage create mode 100644 external_imported/vcpkg/ports/openvino/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/openxr-loader/002-fix-hpp-gen.patch create mode 100644 external_imported/vcpkg/ports/openxr-loader/python3_8_compatibility.patch delete mode 100644 external_imported/vcpkg/ports/orc/0003-dependencies-from-vcpkg.patch create mode 100644 external_imported/vcpkg/ports/orc/fix-cmake.patch delete mode 100644 external_imported/vcpkg/ports/orc/fix-linux-error.patch delete mode 100644 external_imported/vcpkg/ports/osgearth/fix-osgearth-config.patch delete mode 100644 external_imported/vcpkg/ports/outcome/fix-find-library.patch delete mode 100644 external_imported/vcpkg/ports/outcome/fix-status-code-include.patch create mode 100644 external_imported/vcpkg/ports/paho-mqtt/fix-ODR-libuuid-linux.patch delete mode 100644 external_imported/vcpkg/ports/paho-mqttpp3/fix-dependency.patch delete mode 100644 external_imported/vcpkg/ports/pango/freetype2-pc.patch create mode 100644 external_imported/vcpkg/ports/pbc/unofficial-pbc-config.cmake delete mode 100644 external_imported/vcpkg/ports/pcapplusplus/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/pciids/acquire_pciids.cmake create mode 100644 external_imported/vcpkg/ports/pciids/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pciids/vcpkg-port-config.cmake create mode 100644 external_imported/vcpkg/ports/pciids/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/pcl/add_bigobj_option.patch delete mode 100644 external_imported/vcpkg/ports/pcl/disable_kinfu_for_cuda12.patch create mode 100644 external_imported/vcpkg/ports/pcl/fix-clang-cl.patch create mode 100644 external_imported/vcpkg/ports/pcl/fix-pcl-exports.patch delete mode 100644 external_imported/vcpkg/ports/pcl/fix_opennurbs_win32.patch delete mode 100644 external_imported/vcpkg/ports/pcl/outofcore_viewer_remove_include.patch create mode 100644 external_imported/vcpkg/ports/pcre2/fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/pcre2/usage create mode 100644 external_imported/vcpkg/ports/pdal/fix-gcc-13-build.patch delete mode 100644 external_imported/vcpkg/ports/pdal/fix-gcc8-compatibility.patch create mode 100644 external_imported/vcpkg/ports/pdal/gdal-3.7.patch create mode 100644 external_imported/vcpkg/ports/pdal/install-dimbuilder.patch create mode 100644 external_imported/vcpkg/ports/pdal/mingw.patch create mode 100644 external_imported/vcpkg/ports/pdcurses/unofficial-pdcurses-config.cmake create mode 100644 external_imported/vcpkg/ports/pe-parse/no-werror.patch delete mode 100644 external_imported/vcpkg/ports/pfring/makefile.patch delete mode 100644 external_imported/vcpkg/ports/pfring/use-vcpkg-libpcap.patch delete mode 100644 external_imported/vcpkg/ports/physx/fix-compiler-flag.patch create mode 100644 external_imported/vcpkg/ports/physx/omniverse-physx-sdk-config.cmake delete mode 100644 external_imported/vcpkg/ports/physx/remove-werror.patch create mode 100644 external_imported/vcpkg/ports/physx/usage create mode 100644 external_imported/vcpkg/ports/pmdk/remove_getopt.patch create mode 100644 external_imported/vcpkg/ports/pmp-library/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pmp-library/vcpkg.json create mode 100644 external_imported/vcpkg/ports/pocketfft/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pocketfft/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/podofo/0002-HAVE_UNISTD_H.patch delete mode 100644 external_imported/vcpkg/ports/podofo/0003-uwp_fix.patch delete mode 100644 external_imported/vcpkg/ports/podofo/0005-fix-crypto.patch delete mode 100644 external_imported/vcpkg/ports/podofo/fix-compiler.patch create mode 100644 external_imported/vcpkg/ports/podofo/fix-interface-include.patch delete mode 100644 external_imported/vcpkg/ports/podofo/fix-x64-osx.patch delete mode 100644 external_imported/vcpkg/ports/podofo/freetype.patch delete mode 100644 external_imported/vcpkg/ports/podofo/install-cmake-config.patch create mode 100644 external_imported/vcpkg/ports/podofo/usage delete mode 100644 external_imported/vcpkg/ports/poly2tri/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/poly2tri/fix-sweep-h-codepage.patch delete mode 100644 external_imported/vcpkg/ports/poly2tri/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/poly2tri/vcpkg.json create mode 100644 external_imported/vcpkg/ports/polyhook2/fix-dep.patch create mode 100644 external_imported/vcpkg/ports/portable-file-dialogs/portfile.cmake create mode 100644 external_imported/vcpkg/ports/portable-file-dialogs/vcpkg.json create mode 100644 external_imported/vcpkg/ports/portaudio/framework_link.patch create mode 100644 external_imported/vcpkg/ports/portmidi/framework_link.patch create mode 100644 external_imported/vcpkg/ports/pravila00-enum-string/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pravila00-enum-string/vcpkg.json create mode 100644 external_imported/vcpkg/ports/pravila00-make-vector/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pravila00-make-vector/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/proj/remove-doc.patch create mode 100644 external_imported/vcpkg/ports/proj/remove_toolset_restriction.patch create mode 100644 external_imported/vcpkg/ports/proxsuite/portfile.cmake create mode 100644 external_imported/vcpkg/ports/proxsuite/vcpkg.json create mode 100644 external_imported/vcpkg/ports/proxygen/fix-dependency.patch create mode 100644 external_imported/vcpkg/ports/pthreads/whitespace_in_path.patch create mode 100644 external_imported/vcpkg/ports/pulsar-client-cpp/0001-use-find-package.patch create mode 100644 external_imported/vcpkg/ports/pulsar-client-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pulsar-client-cpp/unofficial-pulsar-config.cmake create mode 100644 external_imported/vcpkg/ports/pulsar-client-cpp/usage create mode 100644 external_imported/vcpkg/ports/pulsar-client-cpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/pulzed-mini/portfile.cmake create mode 100644 external_imported/vcpkg/ports/pulzed-mini/vcpkg.json create mode 100644 external_imported/vcpkg/ports/pybind11/fix-debug-link.patch create mode 100644 external_imported/vcpkg/ports/pybind11/usage delete mode 100644 external_imported/vcpkg/ports/python3/0009-bz2d.patch delete mode 100644 external_imported/vcpkg/ports/python3/0012-force-disable-curses.patch create mode 100644 external_imported/vcpkg/ports/python3/0012-force-disable-modules.patch delete mode 100644 external_imported/vcpkg/ports/python3/0013-configure-no-libcrypt.patch create mode 100644 external_imported/vcpkg/ports/python3/0014-fix-get-python-inc-output.patch create mode 100644 external_imported/vcpkg/ports/python3/0015-dont-use-WINDOWS-def.patch create mode 100644 external_imported/vcpkg/ports/python3/0016-fix-win-cross.patch create mode 100644 external_imported/vcpkg/ports/python3/0016-undup-ffi-symbols.patch create mode 100644 external_imported/vcpkg/ports/python3/0017-fix-win.patch create mode 100644 external_imported/vcpkg/ports/python3/0018-fix-sysconfig-include.patch create mode 100644 external_imported/vcpkg/ports/python3/vcpkg-port-config.cmake create mode 100644 external_imported/vcpkg/ports/qcoro/portfile.cmake create mode 100644 external_imported/vcpkg/ports/qcoro/usage create mode 100644 external_imported/vcpkg/ports/qcoro/vcpkg.json create mode 100644 external_imported/vcpkg/ports/qcustomplot/config.patch create mode 100644 external_imported/vcpkg/ports/qoi/portfile.cmake create mode 100644 external_imported/vcpkg/ports/qoi/vcpkg.json create mode 100644 external_imported/vcpkg/ports/qoixx/portfile.cmake create mode 100644 external_imported/vcpkg/ports/qoixx/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/qt-advanced-docking-system/config_changes.patch delete mode 100644 external_imported/vcpkg/ports/qt-advanced-docking-system/qt.patch create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/0001-CVE-2023-51714-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/0002-CVE-2023-51714-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-24607-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-32762-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-32763-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-33285-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-34410-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-37369-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-38197-qtbase-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/CVE-2023-43114-5.15.patch create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/XKB_KEY_dead_lowline.patch create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/patch-qtbase-memory_resource.diff create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/qtbug_96392.patch create mode 100644 external_imported/vcpkg/ports/qt5-base/patches/xcode-15.patch create mode 100644 external_imported/vcpkg/ports/qt5-location/missing-include.patch create mode 100644 external_imported/vcpkg/ports/qt5-multimedia/xcode15.patch create mode 100644 external_imported/vcpkg/ports/qt5-svg/CVE-2023-32573-qtsvg-5.15.diff create mode 100644 external_imported/vcpkg/ports/qt5-tools/fix-pkgconfig-qt5uiplugin-not-found.patch delete mode 100644 external_imported/vcpkg/ports/qt5-webengine/workaround-msvc2022-ice.patch create mode 100644 external_imported/vcpkg/ports/qt5-webengine/workaround-msvc2022-missing-include-in-chromium-ui-accessability.patch delete mode 100644 external_imported/vcpkg/ports/qtapplicationmanager/bump-cmake-version.patch create mode 100644 external_imported/vcpkg/ports/qtbase/fix-host-aliasing.patch create mode 100644 external_imported/vcpkg/ports/qtbase/fix_cmake_build_type.patch create mode 100644 external_imported/vcpkg/ports/qtbase/patches/0001-CVE-2023-51714-qtbase-6.6.diff create mode 100644 external_imported/vcpkg/ports/qtbase/patches/0002-CVE-2023-51714-qtbase-6.6.diff create mode 100644 external_imported/vcpkg/ports/qtgraphs/portfile.cmake create mode 100644 external_imported/vcpkg/ports/qtgraphs/vcpkg.json create mode 100644 external_imported/vcpkg/ports/qtgrpc/portfile.cmake create mode 100644 external_imported/vcpkg/ports/qtgrpc/protoc-host.patch create mode 100644 external_imported/vcpkg/ports/qtgrpc/vcpkg.json create mode 100644 external_imported/vcpkg/ports/qtopcua/fix-build.patch create mode 100644 external_imported/vcpkg/ports/qtpositioning/devendor-poly2tri.patch create mode 100644 external_imported/vcpkg/ports/qtquickeffectmaker/portfile.cmake create mode 100644 external_imported/vcpkg/ports/qtquickeffectmaker/vcpkg.json create mode 100644 external_imported/vcpkg/ports/qtwebengine/clang-cl.patch create mode 100644 external_imported/vcpkg/ports/qtwebengine/msvc-template.patch create mode 100644 external_imported/vcpkg/ports/qwt/unofficial-qwt-config.cmake create mode 100644 external_imported/vcpkg/ports/rappture/include_functional.patch create mode 100644 external_imported/vcpkg/ports/readline-unix/8.2p1.diff delete mode 100644 external_imported/vcpkg/ports/readline-win32/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/readline-win32/config.h create mode 100644 external_imported/vcpkg/ports/readline/usage create mode 100644 external_imported/vcpkg/ports/realsense2/fix-osx.patch delete mode 100644 external_imported/vcpkg/ports/realsense2/fix_config_osx.patch delete mode 100644 external_imported/vcpkg/ports/recast/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/recastnavigation/fix-detail-mesh-edge-detection.patch create mode 100644 external_imported/vcpkg/ports/recastnavigation/portfile.cmake create mode 100644 external_imported/vcpkg/ports/recastnavigation/vcpkg.json create mode 100644 external_imported/vcpkg/ports/redis-plus-plus/fix-absolute-path.patch create mode 100644 external_imported/vcpkg/ports/refprop-headers/unicode-build.diff create mode 100644 external_imported/vcpkg/ports/reproc/fix-gcc13-build-error.patch create mode 100644 external_imported/vcpkg/ports/rhasheq/find-rhash.patch create mode 100644 external_imported/vcpkg/ports/rivers/add-install-configuration.patch create mode 100644 external_imported/vcpkg/ports/rivers/portfile.cmake create mode 100644 external_imported/vcpkg/ports/rivers/vcpkg.json create mode 100644 external_imported/vcpkg/ports/rmqcpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/rmqcpp/usage create mode 100644 external_imported/vcpkg/ports/rmqcpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/rocksdb/0001-fix-dependencies.patch delete mode 100644 external_imported/vcpkg/ports/rocksdb/0002-only-build-one-flavor.patch delete mode 100644 external_imported/vcpkg/ports/rocksdb/0003-use-find-package.patch delete mode 100644 external_imported/vcpkg/ports/rocksdb/0004-fix-dependency-in-config.patch delete mode 100644 external_imported/vcpkg/ports/rocksdb/0005-do-not-install-cmake-modules.patch create mode 100644 external_imported/vcpkg/ports/rsocket/fix-rsockserver-build-error.patch delete mode 100644 external_imported/vcpkg/ports/rtabmap/0003-fix-qt.patch delete mode 100644 external_imported/vcpkg/ports/rtabmap/cpp17.patch delete mode 100644 external_imported/vcpkg/ports/rtabmap/fix-CMake-export.patch create mode 100644 external_imported/vcpkg/ports/rtabmap/fix_autouic.patch create mode 100644 external_imported/vcpkg/ports/rtabmap/fix_link.patch delete mode 100644 external_imported/vcpkg/ports/rtaudio/fix-alsa.patch create mode 100644 external_imported/vcpkg/ports/rtmidi/fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/ryu/usage delete mode 100644 external_imported/vcpkg/ports/s2geometry/CMakeLists.txt.patch delete mode 100644 external_imported/vcpkg/ports/s2geometry/Config.cmake.in.patch delete mode 100644 external_imported/vcpkg/ports/s2n/remove-trycompile.patch delete mode 100644 external_imported/vcpkg/ports/sais/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/sais/vcpkg.json create mode 100644 external_imported/vcpkg/ports/salome-configuration/portfile.cmake create mode 100644 external_imported/vcpkg/ports/salome-configuration/vcpkg.json create mode 100644 external_imported/vcpkg/ports/salome-med-fichier/hdf5-2.patch create mode 100644 external_imported/vcpkg/ports/salome-med-fichier/hdf5.patch create mode 100644 external_imported/vcpkg/ports/salome-med-fichier/more-fixes.patch create mode 100644 external_imported/vcpkg/ports/salome-med-fichier/portfile.cmake create mode 100644 external_imported/vcpkg/ports/salome-med-fichier/vcpkg.json create mode 100644 external_imported/vcpkg/ports/salome-medcoupling/fix-missing-symbols.patch create mode 100644 external_imported/vcpkg/ports/salome-medcoupling/portfile.cmake create mode 100644 external_imported/vcpkg/ports/salome-medcoupling/vcpkg.json create mode 100644 external_imported/vcpkg/ports/salome-medcoupling/win.patch delete mode 100644 external_imported/vcpkg/ports/saucer/fix-source-generation.patch create mode 100644 external_imported/vcpkg/ports/saucer/fix_findpkg.patch delete mode 100644 external_imported/vcpkg/ports/saucer/unofficial-webview2.patch create mode 100644 external_imported/vcpkg/ports/scotch/fix-build.patch create mode 100644 external_imported/vcpkg/ports/scotch/portfile.cmake create mode 100644 external_imported/vcpkg/ports/scotch/vcpkg.json create mode 100644 external_imported/vcpkg/ports/sdbus-cpp/pic.patch create mode 100644 external_imported/vcpkg/ports/sdbus-cpp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/sdbus-cpp/usage create mode 100644 external_imported/vcpkg/ports/sdbus-cpp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/sdformat13/cmake-config.patch create mode 100644 external_imported/vcpkg/ports/sdformat13/fix-find-urdfdom.patch create mode 100644 external_imported/vcpkg/ports/sdformat13/no-absolute.patch create mode 100644 external_imported/vcpkg/ports/sdformat13/portfile.cmake create mode 100644 external_imported/vcpkg/ports/sdformat13/vcpkg.json create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/SDL_mixer.vcxproj.in create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/SDL_mixer_2017.sln.in create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/mpg123_ssize_t.patch create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/native_midi.vcxproj.in create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/playmus.vcxproj.in create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/playwave.vcxproj.in create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/portfile.cmake create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/timidity.vcxproj.in create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/usage create mode 100644 external_imported/vcpkg/ports/sdl1-mixer/vcpkg.json rename external_imported/vcpkg/ports/sdl1/{SDL1_2017.sln => SDL1_2017.sln.in} (100%) create mode 100644 external_imported/vcpkg/ports/sdl2-mixer-ext/fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/sdl2-mixer-ext/portfile.cmake create mode 100644 external_imported/vcpkg/ports/sdl2-mixer-ext/usage create mode 100644 external_imported/vcpkg/ports/sdl2-mixer-ext/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/sdl2-mixer/fix-deps-targets.patch delete mode 100644 external_imported/vcpkg/ports/sdl2-mixer/fix-pkgconfig.patch create mode 100644 external_imported/vcpkg/ports/sdl2-net/fix-uwp.patch create mode 100644 external_imported/vcpkg/ports/sdl2/alsa-dep-fix.patch create mode 100644 external_imported/vcpkg/ports/seacas/fix-fmt-10.patch create mode 100644 external_imported/vcpkg/ports/seasocks/portfile.cmake create mode 100644 external_imported/vcpkg/ports/seasocks/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/sentry-native/fix-warningC5105.patch delete mode 100644 external_imported/vcpkg/ports/sfml/arm64.patch create mode 100644 external_imported/vcpkg/ports/shaderc/cmake-config-export.patch create mode 100644 external_imported/vcpkg/ports/shaderc/cmake-project-include.cmake delete mode 100644 external_imported/vcpkg/ports/shaderc/fix-export-cmakefiles.patch delete mode 100644 external_imported/vcpkg/ports/shaderc/fix-install-shaderc_util.patch delete mode 100644 external_imported/vcpkg/ports/shaderc/fix-tbuiltinresource-for-glslang-11-12.patch delete mode 100644 external_imported/vcpkg/ports/shaderc/glslang/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/shaderc/spirv-tools/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/shaderc/usage delete mode 100644 external_imported/vcpkg/ports/shapelib/fix-usage.patch delete mode 100644 external_imported/vcpkg/ports/shapelib/option-build-test.patch delete mode 100644 external_imported/vcpkg/ports/shiva-sfml/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/shiva-sfml/vcpkg.json create mode 100644 external_imported/vcpkg/ports/shiva/find_python_and_no_copy_dll.patch delete mode 100644 external_imported/vcpkg/ports/shiva/no_copy_dll.patch create mode 100644 external_imported/vcpkg/ports/si/portfile.cmake create mode 100644 external_imported/vcpkg/ports/si/usage create mode 100644 external_imported/vcpkg/ports/si/vcpkg.json create mode 100644 external_imported/vcpkg/ports/sigmatch/portfile.cmake create mode 100644 external_imported/vcpkg/ports/sigmatch/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/simde/fix-windows-minmax.patch delete mode 100644 external_imported/vcpkg/ports/simdutf/disable-tests-and-benchmarks.patch create mode 100644 external_imported/vcpkg/ports/simonbrunel-qtpromise/patches/install_headers.patch create mode 100644 external_imported/vcpkg/ports/simonbrunel-qtpromise/patches/remove_error_flags.patch create mode 100644 external_imported/vcpkg/ports/simonbrunel-qtpromise/portfile.cmake create mode 100644 external_imported/vcpkg/ports/simonbrunel-qtpromise/unofficial-config.cmake.in create mode 100644 external_imported/vcpkg/ports/simonbrunel-qtpromise/usage create mode 100644 external_imported/vcpkg/ports/simonbrunel-qtpromise/vcpkg.json create mode 100644 external_imported/vcpkg/ports/simpleble/portfile.cmake create mode 100644 external_imported/vcpkg/ports/simpleble/vcpkg.json create mode 100644 external_imported/vcpkg/ports/simsimd/portfile.cmake create mode 100644 external_imported/vcpkg/ports/simsimd/vcpkg.json create mode 100644 external_imported/vcpkg/ports/skia/add-cstdlib.patch delete mode 100644 external_imported/vcpkg/ports/skia/core-opengl32.patch create mode 100644 external_imported/vcpkg/ports/skia/dawn-dedup-native-proc-gen.patch create mode 100644 external_imported/vcpkg/ports/skia/disable-dev-test.patch create mode 100644 external_imported/vcpkg/ports/skia/skdebug-stdio.patch create mode 100644 external_imported/vcpkg/ports/skia/unofficial-skia-targets-details.cmake create mode 100644 external_imported/vcpkg/ports/skia/unofficial-skia-targets.cmake delete mode 100644 external_imported/vcpkg/ports/sleepy-discord/fix-boost.patch create mode 100644 external_imported/vcpkg/ports/sleepy-discord/fix-messing-header.patch delete mode 100644 external_imported/vcpkg/ports/smpeg2/001-correct-sdl-headers-dir.patch delete mode 100644 external_imported/vcpkg/ports/smpeg2/002-use-SDL2-headers.patch create mode 100644 external_imported/vcpkg/ports/smpeg2/hufftable-uint.patch create mode 100644 external_imported/vcpkg/ports/snap7/0001-remove-using-namespace-std.patch create mode 100644 external_imported/vcpkg/ports/snap7/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/snap7/portfile.cmake create mode 100644 external_imported/vcpkg/ports/snap7/vcpkg.json create mode 100644 external_imported/vcpkg/ports/snappy/no-werror.patch create mode 100644 external_imported/vcpkg/ports/snappy/usage create mode 100644 external_imported/vcpkg/ports/snitch/portfile.cmake create mode 100644 external_imported/vcpkg/ports/snitch/vcpkg.json create mode 100644 external_imported/vcpkg/ports/soci/dependencies.diff delete mode 100644 external_imported/vcpkg/ports/soci/export-include-dirs.patch delete mode 100644 external_imported/vcpkg/ports/soci/fix-dependency-libmysql.patch delete mode 100644 external_imported/vcpkg/ports/soci/fix-mysql-feature-error.patch create mode 100644 external_imported/vcpkg/ports/soci/usage create mode 100644 external_imported/vcpkg/ports/soci/usage-requirements.diff create mode 100644 external_imported/vcpkg/ports/socket-io-client/fix-build.patch delete mode 100644 external_imported/vcpkg/ports/sockpp/sockppConfig.cmake delete mode 100644 external_imported/vcpkg/ports/sockpp/usage delete mode 100644 external_imported/vcpkg/ports/sol2/fix-namespace.patch create mode 100644 external_imported/vcpkg/ports/sol2/header-only.patch create mode 100644 external_imported/vcpkg/ports/spaceland/include_functional.patch delete mode 100644 external_imported/vcpkg/ports/spdlog/fmt-header.patch create mode 100644 external_imported/vcpkg/ports/spdlog/usage delete mode 100644 external_imported/vcpkg/ports/spirv-reflect/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/spirv-tools/cmake-config-dir.diff create mode 100644 external_imported/vcpkg/ports/spirv-tools/fix-tool-deps.diff create mode 100644 external_imported/vcpkg/ports/spirv-tools/spirv-tools-shared.diff create mode 100644 external_imported/vcpkg/ports/spirv-tools/usage delete mode 100644 external_imported/vcpkg/ports/spix/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/spix/vcpkg.json create mode 100644 external_imported/vcpkg/ports/spout2/fix-dx-keyed.patch create mode 100644 external_imported/vcpkg/ports/spout2/fix-include-path.patch delete mode 100644 external_imported/vcpkg/ports/sqlite-orm/fix-features-build-error.patch delete mode 100644 external_imported/vcpkg/ports/sqlitecpp/0001-unofficial-sqlite3-and-sqlcipher.patch create mode 100644 external_imported/vcpkg/ports/sqlitecpp/add_runtime_destination.patch create mode 100644 external_imported/vcpkg/ports/sqlpp11/fix_link_sqlite3.patch create mode 100644 external_imported/vcpkg/ports/stackwalker/fix-exports.patch create mode 100644 external_imported/vcpkg/ports/stackwalker/portfile.cmake create mode 100644 external_imported/vcpkg/ports/stackwalker/vcpkg.json create mode 100644 external_imported/vcpkg/ports/starlink-ast/cminpack.diff delete mode 100644 external_imported/vcpkg/ports/stdexec/fix-include-location.patch create mode 100644 external_imported/vcpkg/ports/superlu/superfluous-configure.patch create mode 100644 external_imported/vcpkg/ports/swenson-sort/portfile.cmake create mode 100644 external_imported/vcpkg/ports/swenson-sort/vcpkg.json create mode 100644 external_imported/vcpkg/ports/tacopie/fix-mingw-build.patch create mode 100644 external_imported/vcpkg/ports/taglib/usage create mode 100644 external_imported/vcpkg/ports/talib/portfile.cmake create mode 100644 external_imported/vcpkg/ports/talib/vcpkg.json create mode 100644 external_imported/vcpkg/ports/task-thread-pool/portfile.cmake create mode 100644 external_imported/vcpkg/ports/task-thread-pool/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/teemo/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/teemo/vcpkg.json create mode 100644 external_imported/vcpkg/ports/tensorpipe/support-find-package.patch delete mode 100644 external_imported/vcpkg/ports/tesseract/fix-debug-postfix.patch create mode 100644 external_imported/vcpkg/ports/tesseract/fix-link-include-path.patch delete mode 100644 external_imported/vcpkg/ports/tesseract/fix-tools.patch create mode 100644 external_imported/vcpkg/ports/tesseract/fix_static_link_icu.patch delete mode 100644 external_imported/vcpkg/ports/tgui/fix-dependencies.patch create mode 100644 external_imported/vcpkg/ports/thomasmonkman-filewatch/fix-unix-listen.patch create mode 100644 external_imported/vcpkg/ports/thomasmonkman-filewatch/portfile.cmake create mode 100644 external_imported/vcpkg/ports/thomasmonkman-filewatch/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/thorvg/install-tools.patch create mode 100644 external_imported/vcpkg/ports/thorvg/usage create mode 100644 external_imported/vcpkg/ports/tidy-html5/fix_unsupport_func_uwp.patch create mode 100644 external_imported/vcpkg/ports/tiff/usage create mode 100644 external_imported/vcpkg/ports/tinyexr/fix-uwp.patch create mode 100644 external_imported/vcpkg/ports/tinyfsm/portfile.cmake create mode 100644 external_imported/vcpkg/ports/tinyfsm/vcpkg.json create mode 100644 external_imported/vcpkg/ports/tinyorm/portfile.cmake create mode 100644 external_imported/vcpkg/ports/tinyorm/suppress-warning-STL4043.patch create mode 100644 external_imported/vcpkg/ports/tinyorm/vcpkg.json create mode 100644 external_imported/vcpkg/ports/tmxlite/dependencies.patch create mode 100644 external_imported/vcpkg/ports/tomlplusplus/fix-android-fileapi.patch create mode 100644 external_imported/vcpkg/ports/tomlplusplus/usage delete mode 100644 external_imported/vcpkg/ports/tool-meson/portfile.cmake delete mode 100644 external_imported/vcpkg/ports/tool-meson/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/tracy/002-fix-capstone-5.patch create mode 100644 external_imported/vcpkg/ports/tracy/002-use-internal-imgui.patch delete mode 100644 external_imported/vcpkg/ports/tracy/003-fix-imgui-path.patch delete mode 100644 external_imported/vcpkg/ports/tracy/004-fix-crash-handler.patch create mode 100644 external_imported/vcpkg/ports/trantor/000-fix-deps.patch create mode 100644 external_imported/vcpkg/ports/trantor/001-uwp.patch create mode 100644 external_imported/vcpkg/ports/tre/usage create mode 100644 external_imported/vcpkg/ports/tree-similarity/portfile.cmake create mode 100644 external_imported/vcpkg/ports/tree-similarity/usage create mode 100644 external_imported/vcpkg/ports/tree-similarity/vcpkg.json create mode 100644 external_imported/vcpkg/ports/treehopper/fix-dependences.patch create mode 100644 external_imported/vcpkg/ports/triton/fix_bin_path.patch create mode 100644 external_imported/vcpkg/ports/tuplet/portfile.cmake create mode 100644 external_imported/vcpkg/ports/tuplet/vcpkg.json create mode 100644 external_imported/vcpkg/ports/udt/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/udt/fix_defs.patch create mode 100644 external_imported/vcpkg/ports/udt/portfile.cmake create mode 100644 external_imported/vcpkg/ports/udt/usage create mode 100644 external_imported/vcpkg/ports/udt/vcpkg.json create mode 100644 external_imported/vcpkg/ports/unicorn-lib/fix-missing-headers.patch create mode 100644 external_imported/vcpkg/ports/unicorn/fix-build.patch create mode 100644 external_imported/vcpkg/ports/unordered-dense/portfile.cmake create mode 100644 external_imported/vcpkg/ports/unordered-dense/vcpkg.json create mode 100644 external_imported/vcpkg/ports/urdfdom/0006-pc_file_for_windows.patch create mode 100644 external_imported/vcpkg/ports/usbmuxd/CMakeLists.txt delete mode 100644 external_imported/vcpkg/ports/usbmuxd/fix-definitions.patch delete mode 100644 external_imported/vcpkg/ports/usbmuxd/fix-dependence-pthreads.patch create mode 100644 external_imported/vcpkg/ports/usearch/portfile.cmake create mode 100644 external_imported/vcpkg/ports/usearch/vcpkg.json create mode 100644 external_imported/vcpkg/ports/usrsctp/fix_export.patch create mode 100644 external_imported/vcpkg/ports/utf8-range/fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/utf8-range/portfile.cmake create mode 100644 external_imported/vcpkg/ports/utf8-range/vcpkg.json create mode 100644 external_imported/vcpkg/ports/uvatlas/usage delete mode 100644 external_imported/vcpkg/ports/uvw/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/uvw/fix-find-libuv.patch create mode 100644 external_imported/vcpkg/ports/uvw/usage delete mode 100644 external_imported/vcpkg/ports/uvw/uvw-config.cmake delete mode 100644 external_imported/vcpkg/ports/valijson/fix-optional.patch delete mode 100644 external_imported/vcpkg/ports/valijson/fix-picojson.patch delete mode 100644 external_imported/vcpkg/ports/vc/Fix-internal-func-export.patch delete mode 100644 external_imported/vcpkg/ports/vcpkg-get-python-packages/python310._pth create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/vcpkg-port-config.cmake create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/vcpkg_msbuild.props.in create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/vcpkg_msbuild.targets.in create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/vcpkg_msbuild_install.cmake create mode 100644 external_imported/vcpkg/ports/vcpkg-msbuild/z_vcpkg_msbuild_create_props.cmake delete mode 100644 external_imported/vcpkg/ports/vcpkg-pkgconfig-get-modules/copyright create mode 100644 external_imported/vcpkg/ports/vcpkg-tool-meson/install.cmake create mode 100644 external_imported/vcpkg/ports/vcpkg-tool-meson/remove-freebsd-pcfile-specialization.patch create mode 100644 external_imported/vcpkg/ports/veigar/portfile.cmake create mode 100644 external_imported/vcpkg/ports/veigar/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vincentlaucsb-csv-parser/001-fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/vincentlaucsb-csv-parser/002-fix-include.patch create mode 100644 external_imported/vcpkg/ports/vincentlaucsb-csv-parser/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vincentlaucsb-csv-parser/usage create mode 100644 external_imported/vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vit-vit-ctpl/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vit-vit-ctpl/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/vk-bootstrap/vk-bootstrap-config.cmake delete mode 100644 external_imported/vcpkg/ports/vk-bootstrap/vk-bootstrap-targets-debug.cmake delete mode 100644 external_imported/vcpkg/ports/vk-bootstrap/vk-bootstrap-targets-release.cmake create mode 100644 external_imported/vcpkg/ports/volk/usage create mode 100644 external_imported/vcpkg/ports/vsg/devendor-glslang.patch create mode 100644 external_imported/vcpkg/ports/vsg/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vsg/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vsgimgui/devendor.patch create mode 100644 external_imported/vcpkg/ports/vsgimgui/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vsgimgui/remove-manual-font-creation.patch create mode 100644 external_imported/vcpkg/ports/vsgimgui/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vsgxchange/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vsgxchange/require-features.patch create mode 100644 external_imported/vcpkg/ports/vsgxchange/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vtk-m/omp.patch delete mode 100644 external_imported/vcpkg/ports/vtk/Findproj.patch create mode 100644 external_imported/vcpkg/ports/vtk/libproj.patch create mode 100644 external_imported/vcpkg/ports/vtk/missing-include-fixes.patch create mode 100644 external_imported/vcpkg/ports/vulkan-headers/usage create mode 100644 external_imported/vcpkg/ports/vulkan-hpp/usage create mode 100644 external_imported/vcpkg/ports/vulkan-loader/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vulkan-loader/usage create mode 100644 external_imported/vcpkg/ports/vulkan-loader/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/vulkan-memory-allocator/unofficial-vulkan-memory-allocator-config.cmake create mode 100644 external_imported/vcpkg/ports/vulkan-memory-allocator/usage rename external_imported/vcpkg/ports/{vulkan => vulkan-sdk-components}/LICENSE.txt (100%) create mode 100644 external_imported/vcpkg/ports/vulkan-sdk-components/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vulkan-sdk-components/usage create mode 100644 external_imported/vcpkg/ports/vulkan-sdk-components/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vulkan-tools/fix-parallel-config.patch create mode 100644 external_imported/vcpkg/ports/vulkan-tools/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vulkan-tools/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vulkan-utility-libraries/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vulkan-utility-libraries/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vulkan-validationlayers/portfile.cmake create mode 100644 external_imported/vcpkg/ports/vulkan-validationlayers/usage create mode 100644 external_imported/vcpkg/ports/vulkan-validationlayers/vcpkg.json create mode 100644 external_imported/vcpkg/ports/vulkan/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/vulkan/vulkan-result.cmake.in create mode 100644 external_imported/vcpkg/ports/vxl/fix_limits.patch create mode 100644 external_imported/vcpkg/ports/wampcc/gcc-11.patch create mode 100644 external_imported/vcpkg/ports/wasmedge/fix_find_zstd.patch create mode 100644 external_imported/vcpkg/ports/wcslib/portfile.cmake create mode 100644 external_imported/vcpkg/ports/wcslib/usage create mode 100644 external_imported/vcpkg/ports/wcslib/vcpkg.json rename external_imported/vcpkg/ports/winpcap/{Packet.vcxproj => Packet.vcxproj.in} (100%) create mode 100644 external_imported/vcpkg/ports/winpcap/bison-flex.patch delete mode 100644 external_imported/vcpkg/ports/winpcap/create_bin.bat delete mode 100644 external_imported/vcpkg/ports/winpcap/create_lib.patch delete mode 100644 external_imported/vcpkg/ports/winpcap/fix-create-lib-batch.patch delete mode 100644 external_imported/vcpkg/ports/winpcap/wpcap.vcxproj create mode 100644 external_imported/vcpkg/ports/winpcap/wpcap.vcxproj.in delete mode 100644 external_imported/vcpkg/ports/wintoast/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/wintoast/Config.cmake.in create mode 100644 external_imported/vcpkg/ports/wmipp/portfile.cmake create mode 100644 external_imported/vcpkg/ports/wmipp/vcpkg.json create mode 100644 external_imported/vcpkg/ports/wolfmqtt/cmake-patch.diff delete mode 100644 external_imported/vcpkg/ports/wolfssl/pr_5949.patch create mode 100644 external_imported/vcpkg/ports/wolftpm/cmake-patch.diff delete mode 100644 external_imported/vcpkg/ports/wpilib/fix-dependency-libuv.patch create mode 100644 external_imported/vcpkg/ports/wpilib/fix-usage.patch create mode 100644 external_imported/vcpkg/ports/wpilib/missing-find_dependency.patch create mode 100644 external_imported/vcpkg/ports/wpilib/no-werror.patch create mode 100644 external_imported/vcpkg/ports/wpilib/windows-install-location.patch create mode 100644 external_imported/vcpkg/ports/wxwidgets/fix-glegl.patch delete mode 100644 external_imported/vcpkg/ports/wxwidgets/fix_include.patch create mode 100644 external_imported/vcpkg/ports/x-plane/CMakeLists.txt create mode 100644 external_imported/vcpkg/ports/x-plane/unofficial-x-plane-config.cmake.in create mode 100644 external_imported/vcpkg/ports/x-plane/usage delete mode 100644 external_imported/vcpkg/ports/x265/fix-pkgconfig-version.patch create mode 100644 external_imported/vcpkg/ports/x265/version.patch create mode 100644 external_imported/vcpkg/ports/xapian/configure.diff create mode 100644 external_imported/vcpkg/ports/xapian/msvc-no-debug.diff delete mode 100644 external_imported/vcpkg/ports/xlsxio/export-targets.patch create mode 100644 external_imported/vcpkg/ports/xnnpack/fix-build.patch delete mode 100644 external_imported/vcpkg/ports/xnnpack/use-c-cpp-11.patch delete mode 100644 external_imported/vcpkg/ports/xnnpack/use-packages.patch create mode 100644 external_imported/vcpkg/ports/xsimd/usage create mode 100644 external_imported/vcpkg/ports/xtensor/fix-find-tbb-and-install-destination.patch create mode 100644 external_imported/vcpkg/ports/xtensor/fix-find-xsimd.patch create mode 100644 external_imported/vcpkg/ports/yaml-cpp/yaml-cpp-pr-1212.patch create mode 100644 external_imported/vcpkg/ports/yara/Disable-module-elf.patch delete mode 100644 external_imported/vcpkg/ports/yomm2/fix_find_boost.patch create mode 100644 external_imported/vcpkg/ports/yomm2/fix_install.patch delete mode 100644 external_imported/vcpkg/ports/yomm2/fix_uwp_osx.patch create mode 100644 external_imported/vcpkg/ports/zeroc-ice/fix-missing-functional.patch delete mode 100644 external_imported/vcpkg/ports/zeroc-ice/md5i_fix.patch create mode 100644 external_imported/vcpkg/ports/zeroc-ice/no-werror.patch delete mode 100644 external_imported/vcpkg/ports/zeroc-ice/slice2swift.patch create mode 100644 external_imported/vcpkg/ports/zimpl/libm.diff create mode 100644 external_imported/vcpkg/ports/zimpl/msvc.diff create mode 100644 external_imported/vcpkg/ports/zimpl/portfile.cmake create mode 100644 external_imported/vcpkg/ports/zimpl/vcpkg.json create mode 100644 external_imported/vcpkg/ports/zlib/0002-build-static-or-shared-not-both.patch delete mode 100644 external_imported/vcpkg/ports/zlib/0002-skip-building-examples.patch create mode 100644 external_imported/vcpkg/ports/zlib/0003-android-and-mingw-fixes.patch delete mode 100644 external_imported/vcpkg/ports/zlib/0003-build-static-or-shared-not-both.patch delete mode 100644 external_imported/vcpkg/ports/zlib/0004-android-and-mingw-fixes.patch create mode 100644 external_imported/vcpkg/ports/zlmediakit/fix-dependency.patch create mode 100644 external_imported/vcpkg/ports/zlmediakit/portfile.cmake create mode 100644 external_imported/vcpkg/ports/zlmediakit/vcpkg.json create mode 100644 external_imported/vcpkg/ports/zoe/portfile.cmake create mode 100644 external_imported/vcpkg/ports/zoe/vcpkg.json delete mode 100644 external_imported/vcpkg/ports/zstd/emscripten.patch create mode 100644 external_imported/vcpkg/ports/zstd/fix-emscripten-and-clang-cl.patch create mode 100644 external_imported/vcpkg/ports/ztd-cuneicode/fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/ztd-cuneicode/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ztd-cuneicode/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ztd-encoding-tables/fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/ztd-encoding-tables/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ztd-encoding-tables/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ztd-idk/fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/ztd-idk/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ztd-idk/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ztd-platform/fix-cmake-install.patch create mode 100644 external_imported/vcpkg/ports/ztd-platform/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ztd-platform/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ztd-static-containers/fix-cmake.patch create mode 100644 external_imported/vcpkg/ports/ztd-static-containers/portfile.cmake create mode 100644 external_imported/vcpkg/ports/ztd-static-containers/vcpkg.json create mode 100644 external_imported/vcpkg/ports/ztd-text/fix-cmake-install.patch delete mode 100644 external_imported/vcpkg/ports/ztd-text/usage delete mode 100644 external_imported/vcpkg/ports/zydis/fix-arm64-build.patch delete mode 100644 external_imported/vcpkg/scripts/Get-Changelog.ps1 create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/android/Dockerfile create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/android/azure-pipelines.yml create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/android/create-docker-image.ps1 create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/android/provision-image.sh create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/generate-sas-tokens.ps1 create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/linux/changing-linux-packages.md delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/linux/create-image.ps1 delete mode 100755 external_imported/vcpkg/scripts/azure-pipelines/linux/create-vmss.ps1 create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/linux/managed-image.json delete mode 100755 external_imported/vcpkg/scripts/azure-pipelines/osx/Install-Prerequisites.ps1 delete mode 100755 external_imported/vcpkg/scripts/azure-pipelines/osx/Setup-VagrantMachines.ps1 delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/Utilities.psm1 delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/Vagrantfile-box.rb delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/Vagrantfile-vm.rb delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/installables.json delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/installables.schema.json delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.json delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.schema.json delete mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/register-guest.sh create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/setup-box.sh create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/osx/setup-guest.sh create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/patch-tuesday-checklist.md create mode 100644 external_imported/vcpkg/scripts/azure-pipelines/roll-sas-tokens.ps1 create mode 100644 external_imported/vcpkg/scripts/boost/post-build-stubs/atomic.cmake create mode 100644 external_imported/vcpkg/scripts/boost/post-source-stubs/cobalt.cmake create mode 100644 external_imported/vcpkg/scripts/boost/post-source-stubs/math.cmake create mode 100644 external_imported/vcpkg/scripts/boost/post-source-stubs/serialization.cmake create mode 100644 external_imported/vcpkg/scripts/boost/post-source-stubs/stacktrace.cmake rename external_imported/vcpkg/scripts/{msys => cmake}/compile_wrapper_consider_clang-cl.patch (100%) create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_download_sourceforge.cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_extract_archive.cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(7Z).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(ARIA2).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(BAZEL).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(BISON).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(CLANG).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(DARK).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(DOXYGEN).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(FLEX).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GASPREPROCESSOR).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GIT).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GN).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GO).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GPERF).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(JOM).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(MESON).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NASM).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NINJA).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NUGET).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PATCHELF).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PERL).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PKGCONFIG).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PYTHON2).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PYTHON3).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(RUBY).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(SCONS).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(SWIG).cmake create mode 100644 external_imported/vcpkg/scripts/cmake/vcpkg_find_acquire_program(YASM).cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-ankurvdev-embedresource/portfile.cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-ankurvdev-embedresource/project/CMakeLists.txt create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-ankurvdev-embedresource/project/main.cpp create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-ankurvdev-embedresource/vcpkg.json create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-freerdp/portfile.cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-freerdp/vcpkg.json create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-gdal/portfile.cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-gdal/vcpkg.json create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-libgit2/portfile.cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-msys2/portfile.cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-msys2/vcpkg.json create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-soci/portfile.cmake create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-soci/project/CMakeLists.txt create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-soci/project/main.cpp create mode 100644 external_imported/vcpkg/scripts/test_ports/vcpkg-ci-soci/vcpkg.json create mode 100644 external_imported/vcpkg/scripts/update-vcpkg-tool-metadata.ps1 create mode 100644 external_imported/vcpkg/scripts/vcpkg-tool-metadata.txt delete mode 100644 external_imported/vcpkg/scripts/vcpkg_get_dep_info.cmake delete mode 100644 external_imported/vcpkg/scripts/vcpkg_get_tags.cmake create mode 100644 external_imported/vcpkg/triplets/arm-neon-android.cmake rename external_imported/vcpkg/triplets/{community => }/arm64-android.cmake (75%) rename external_imported/vcpkg/triplets/{community => }/arm64-osx.cmake (100%) rename external_imported/vcpkg/triplets/{community => }/arm64-uwp.cmake (100%) delete mode 100644 external_imported/vcpkg/triplets/community/arm-neon-android.cmake rename external_imported/vcpkg/triplets/{ => community}/arm-uwp.cmake (100%) create mode 100644 external_imported/vcpkg/triplets/community/arm64-ios-release.cmake create mode 100644 external_imported/vcpkg/triplets/community/loongarch32-linux-release.cmake create mode 100644 external_imported/vcpkg/triplets/community/loongarch32-linux.cmake create mode 100644 external_imported/vcpkg/triplets/community/loongarch64-linux-release.cmake create mode 100644 external_imported/vcpkg/triplets/community/loongarch64-linux.cmake create mode 100644 external_imported/vcpkg/triplets/community/mips64-linux.cmake rename external_imported/vcpkg/triplets/{community => }/x64-android.cmake (75%) create mode 100644 external_imported/vcpkg/versions/a-/ada-url.json create mode 100644 external_imported/vcpkg/versions/a-/aklomp-base64.json create mode 100644 external_imported/vcpkg/versions/a-/amd-adl-sdk.json create mode 100644 external_imported/vcpkg/versions/a-/anari.json create mode 100644 external_imported/vcpkg/versions/a-/ankurvdev-embedresource.json create mode 100644 external_imported/vcpkg/versions/a-/apache-datasketches.json create mode 100644 external_imported/vcpkg/versions/a-/apriltag.json create mode 100644 external_imported/vcpkg/versions/a-/asiochan.json create mode 100644 external_imported/vcpkg/versions/a-/asmtk.json create mode 100644 external_imported/vcpkg/versions/a-/async-mqtt.json create mode 100644 external_imported/vcpkg/versions/a-/async-simple.json create mode 100644 external_imported/vcpkg/versions/a-/atl.json create mode 100644 external_imported/vcpkg/versions/a-/azure-core-amqp-cpp.json create mode 100644 external_imported/vcpkg/versions/a-/azure-data-tables-cpp.json create mode 100644 external_imported/vcpkg/versions/a-/azure-messaging-eventhubs-checkpointstore-blob-cpp.json create mode 100644 external_imported/vcpkg/versions/a-/azure-messaging-eventhubs-cpp.json create mode 100644 external_imported/vcpkg/versions/b-/backward-cpp.json create mode 100644 external_imported/vcpkg/versions/b-/baresip-libre.json create mode 100644 external_imported/vcpkg/versions/b-/better-enums.json create mode 100644 external_imported/vcpkg/versions/b-/bext-mp.json create mode 100644 external_imported/vcpkg/versions/b-/bext-sml2.json create mode 100644 external_imported/vcpkg/versions/b-/blingfire.json create mode 100644 external_imported/vcpkg/versions/b-/bloomberg-quantum.json create mode 100644 external_imported/vcpkg/versions/b-/blpapi.json create mode 100644 external_imported/vcpkg/versions/b-/boost-cobalt.json create mode 100644 external_imported/vcpkg/versions/b-/boost-compat.json create mode 100644 external_imported/vcpkg/versions/b-/boost-mysql.json create mode 100644 external_imported/vcpkg/versions/b-/boost-redis.json create mode 100644 external_imported/vcpkg/versions/b-/bxzstr.json create mode 100644 external_imported/vcpkg/versions/c-/canvas-ity.json create mode 100644 external_imported/vcpkg/versions/c-/cdt.json create mode 100644 external_imported/vcpkg/versions/c-/cialloo-rcon.json create mode 100644 external_imported/vcpkg/versions/c-/clap-cleveraudio.json create mode 100644 external_imported/vcpkg/versions/c-/cld3.json create mode 100644 external_imported/vcpkg/versions/c-/coin-or-cbc.json create mode 100644 external_imported/vcpkg/versions/c-/copypp.json create mode 100644 external_imported/vcpkg/versions/c-/cpp-async.json create mode 100644 external_imported/vcpkg/versions/c-/cpp-sort.json create mode 100644 external_imported/vcpkg/versions/c-/cppdap.json create mode 100644 external_imported/vcpkg/versions/c-/cppp-reiconv.json create mode 100644 external_imported/vcpkg/versions/c-/cppslippi.json create mode 100644 external_imported/vcpkg/versions/c-/cpptrace.json create mode 100644 external_imported/vcpkg/versions/c-/ctbench.json create mode 100644 external_imported/vcpkg/versions/c-/ctstraffic.json create mode 100644 external_imported/vcpkg/versions/c-/cuda-api-wrappers.json create mode 100644 external_imported/vcpkg/versions/c-/cxxgraph.json create mode 100644 external_imported/vcpkg/versions/d-/datraw.json create mode 100644 external_imported/vcpkg/versions/d-/dp-thread-pool.json create mode 100644 external_imported/vcpkg/versions/d-/dukglue.json create mode 100644 external_imported/vcpkg/versions/d-/dumb.json create mode 100644 external_imported/vcpkg/versions/d-/dylib.json create mode 100644 external_imported/vcpkg/versions/d-/dyno.json create mode 100644 external_imported/vcpkg/versions/e-/ecal.json create mode 100644 external_imported/vcpkg/versions/e-/ed25519.json create mode 100644 external_imported/vcpkg/versions/e-/enkits.json create mode 100644 external_imported/vcpkg/versions/f-/fameta-counter.json create mode 100644 external_imported/vcpkg/versions/f-/fineftp.json create mode 100644 external_imported/vcpkg/versions/f-/fins.json create mode 100644 external_imported/vcpkg/versions/f-/flagpp.json create mode 100644 external_imported/vcpkg/versions/f-/flashlight-sequence.json create mode 100644 external_imported/vcpkg/versions/f-/flashlight-text.json create mode 100644 external_imported/vcpkg/versions/f-/flatbush.json create mode 100644 external_imported/vcpkg/versions/f-/flux.json create mode 100644 external_imported/vcpkg/versions/g-/games101-cgl.json create mode 100644 external_imported/vcpkg/versions/g-/gapp.json create mode 100644 external_imported/vcpkg/versions/g-/gettext-libintl.json create mode 100644 external_imported/vcpkg/versions/g-/glaze.json create mode 100644 external_imported/vcpkg/versions/g-/gtsam.json create mode 100644 external_imported/vcpkg/versions/g-/gz-cmake3.json create mode 100644 external_imported/vcpkg/versions/g-/gz-common5.json create mode 100644 external_imported/vcpkg/versions/g-/gz-fuel-tools8.json create mode 100644 external_imported/vcpkg/versions/g-/gz-gui7.json create mode 100644 external_imported/vcpkg/versions/g-/gz-math7.json create mode 100644 external_imported/vcpkg/versions/g-/gz-msgs9.json create mode 100644 external_imported/vcpkg/versions/g-/gz-physics6.json create mode 100644 external_imported/vcpkg/versions/g-/gz-plugin2.json create mode 100644 external_imported/vcpkg/versions/g-/gz-rendering7.json create mode 100644 external_imported/vcpkg/versions/g-/gz-sensors7.json create mode 100644 external_imported/vcpkg/versions/g-/gz-tools2.json create mode 100644 external_imported/vcpkg/versions/g-/gz-transport12.json create mode 100644 external_imported/vcpkg/versions/g-/gz-utils2.json create mode 100644 external_imported/vcpkg/versions/h-/hello-imgui.json create mode 100644 external_imported/vcpkg/versions/h-/highs.json create mode 100644 external_imported/vcpkg/versions/i-/idyntree.json create mode 100644 external_imported/vcpkg/versions/i-/imgui-node-editor.json create mode 100644 external_imported/vcpkg/versions/i-/indirect-value.json create mode 100644 external_imported/vcpkg/versions/i-/itay-grudev-singleapplication.json create mode 100644 external_imported/vcpkg/versions/i-/itsy-bitsy.json create mode 100644 external_imported/vcpkg/versions/j-/jhasse-poly2tri.json create mode 100644 external_imported/vcpkg/versions/j-/jkqtplotter.json create mode 100644 external_imported/vcpkg/versions/j-/json-rpc-cxx.json create mode 100644 external_imported/vcpkg/versions/j-/jsonifier.json create mode 100644 external_imported/vcpkg/versions/j-/juce.json create mode 100644 external_imported/vcpkg/versions/k-/kdsoap.json create mode 100644 external_imported/vcpkg/versions/k-/keccak-tiny.json create mode 100644 external_imported/vcpkg/versions/k-/kerbal.json create mode 100644 external_imported/vcpkg/versions/k-/kf5parts.json create mode 100644 external_imported/vcpkg/versions/k-/kf5texteditor.json create mode 100644 external_imported/vcpkg/versions/l-/lensfun.json create mode 100644 external_imported/vcpkg/versions/l-/lexbor.json create mode 100644 external_imported/vcpkg/versions/l-/libaes-siv.json create mode 100644 external_imported/vcpkg/versions/l-/libassert.json create mode 100644 external_imported/vcpkg/versions/l-/libcap.json create mode 100644 external_imported/vcpkg/versions/l-/libcoro.json create mode 100644 external_imported/vcpkg/versions/l-/libdwarf.json create mode 100644 external_imported/vcpkg/versions/l-/libev.json create mode 100644 external_imported/vcpkg/versions/l-/libeventheader-decode.json create mode 100644 external_imported/vcpkg/versions/l-/libeventheader-tracepoint.json create mode 100644 external_imported/vcpkg/versions/l-/libgig.json create mode 100644 external_imported/vcpkg/versions/l-/libgme.json create mode 100644 external_imported/vcpkg/versions/l-/libimobiledevice-glue.json create mode 100644 external_imported/vcpkg/versions/l-/libnice-gst.json create mode 100644 external_imported/vcpkg/versions/l-/libnick.json create mode 100644 external_imported/vcpkg/versions/l-/libobfuscate.json create mode 100644 external_imported/vcpkg/versions/l-/libqtrest.json create mode 100644 external_imported/vcpkg/versions/l-/libremidi.json create mode 100644 external_imported/vcpkg/versions/l-/libsonic.json create mode 100644 external_imported/vcpkg/versions/l-/libspng.json create mode 100644 external_imported/vcpkg/versions/l-/libsystemd.json create mode 100644 external_imported/vcpkg/versions/l-/libtar.json create mode 100644 external_imported/vcpkg/versions/l-/libtracepoint-control.json create mode 100644 external_imported/vcpkg/versions/l-/libtracepoint-decode.json create mode 100644 external_imported/vcpkg/versions/l-/libtracepoint.json create mode 100644 external_imported/vcpkg/versions/l-/libunwind.json create mode 100644 external_imported/vcpkg/versions/l-/libvault.json create mode 100644 external_imported/vcpkg/versions/l-/libxcrypt.json create mode 100644 external_imported/vcpkg/versions/l-/libxdf.json create mode 100644 external_imported/vcpkg/versions/l-/libxmp.json create mode 100644 external_imported/vcpkg/versions/l-/libzim.json create mode 100644 external_imported/vcpkg/versions/l-/lightningscanner.json create mode 100644 external_imported/vcpkg/versions/l-/llgi.json create mode 100644 external_imported/vcpkg/versions/l-/log4cpp-log4cpp.json create mode 100644 external_imported/vcpkg/versions/l-/ltla-aarand.json create mode 100644 external_imported/vcpkg/versions/l-/ltla-cppirlba.json create mode 100644 external_imported/vcpkg/versions/l-/ltla-cppkmeans.json create mode 100644 external_imported/vcpkg/versions/l-/ltla-knncolle.json create mode 100644 external_imported/vcpkg/versions/l-/ltla-powerit.json create mode 100644 external_imported/vcpkg/versions/l-/ltla-umappp.json create mode 100644 external_imported/vcpkg/versions/l-/lunarg-vulkantools.json create mode 100644 external_imported/vcpkg/versions/l-/lzav.json create mode 100644 external_imported/vcpkg/versions/m-/maddy.json create mode 100644 external_imported/vcpkg/versions/m-/magma.json create mode 100644 external_imported/vcpkg/versions/m-/makeid.json create mode 100644 external_imported/vcpkg/versions/m-/manif.json create mode 100644 external_imported/vcpkg/versions/m-/miniply.json create mode 100644 external_imported/vcpkg/versions/m-/modern-cpp-kafka.json create mode 100644 external_imported/vcpkg/versions/m-/mpark-patterns.json create mode 100644 external_imported/vcpkg/versions/m-/ms-ifc-sdk.json create mode 100644 external_imported/vcpkg/versions/m-/msgpack-c.json create mode 100644 external_imported/vcpkg/versions/m-/mtlt.json create mode 100644 external_imported/vcpkg/versions/m-/murmur3.json create mode 100644 external_imported/vcpkg/versions/n-/nanojsonc.json create mode 100644 external_imported/vcpkg/versions/n-/ndis-driver-library.json create mode 100644 external_imported/vcpkg/versions/n-/netgen.json create mode 100644 external_imported/vcpkg/versions/n-/node-api-headers.json create mode 100644 external_imported/vcpkg/versions/n-/nodesoup.json create mode 100644 external_imported/vcpkg/versions/n-/ntf-core.json create mode 100644 external_imported/vcpkg/versions/n-/nyan-lang.json create mode 100644 external_imported/vcpkg/versions/o-/oboe.json create mode 100644 external_imported/vcpkg/versions/o-/omniorb.json create mode 100644 external_imported/vcpkg/versions/o-/omniverse-physx-sdk.json create mode 100644 external_imported/vcpkg/versions/o-/open62541pp.json create mode 100644 external_imported/vcpkg/versions/o-/opentelemetry-fluentd.json create mode 100644 external_imported/vcpkg/versions/o-/openvino.json create mode 100644 external_imported/vcpkg/versions/p-/pciids.json create mode 100644 external_imported/vcpkg/versions/p-/pmp-library.json create mode 100644 external_imported/vcpkg/versions/p-/pocketfft.json create mode 100644 external_imported/vcpkg/versions/p-/portable-file-dialogs.json create mode 100644 external_imported/vcpkg/versions/p-/pravila00-enum-string.json create mode 100644 external_imported/vcpkg/versions/p-/pravila00-make-vector.json create mode 100644 external_imported/vcpkg/versions/p-/proxsuite.json create mode 100644 external_imported/vcpkg/versions/p-/pulsar-client-cpp.json create mode 100644 external_imported/vcpkg/versions/p-/pulzed-mini.json create mode 100644 external_imported/vcpkg/versions/q-/qcoro.json create mode 100644 external_imported/vcpkg/versions/q-/qoi.json create mode 100644 external_imported/vcpkg/versions/q-/qoixx.json create mode 100644 external_imported/vcpkg/versions/q-/qtgraphs.json create mode 100644 external_imported/vcpkg/versions/q-/qtgrpc.json create mode 100644 external_imported/vcpkg/versions/q-/qtquickeffectmaker.json create mode 100644 external_imported/vcpkg/versions/r-/recastnavigation.json create mode 100644 external_imported/vcpkg/versions/r-/rivers.json create mode 100644 external_imported/vcpkg/versions/r-/rmqcpp.json create mode 100644 external_imported/vcpkg/versions/s-/salome-configuration.json create mode 100644 external_imported/vcpkg/versions/s-/salome-med-fichier.json create mode 100644 external_imported/vcpkg/versions/s-/salome-medcoupling.json create mode 100644 external_imported/vcpkg/versions/s-/scotch.json create mode 100644 external_imported/vcpkg/versions/s-/sdbus-cpp.json create mode 100644 external_imported/vcpkg/versions/s-/sdformat13.json create mode 100644 external_imported/vcpkg/versions/s-/sdl1-mixer.json create mode 100644 external_imported/vcpkg/versions/s-/sdl2-mixer-ext.json create mode 100644 external_imported/vcpkg/versions/s-/seasocks.json create mode 100644 external_imported/vcpkg/versions/s-/si.json create mode 100644 external_imported/vcpkg/versions/s-/sigmatch.json create mode 100644 external_imported/vcpkg/versions/s-/simonbrunel-qtpromise.json create mode 100644 external_imported/vcpkg/versions/s-/simpleble.json create mode 100644 external_imported/vcpkg/versions/s-/simsimd.json create mode 100644 external_imported/vcpkg/versions/s-/snap7.json create mode 100644 external_imported/vcpkg/versions/s-/snitch.json mode change 100755 => 100644 external_imported/vcpkg/versions/s-/spdlog.json create mode 100644 external_imported/vcpkg/versions/s-/stackwalker.json create mode 100644 external_imported/vcpkg/versions/s-/swenson-sort.json create mode 100644 external_imported/vcpkg/versions/t-/talib.json create mode 100644 external_imported/vcpkg/versions/t-/task-thread-pool.json create mode 100644 external_imported/vcpkg/versions/t-/thomasmonkman-filewatch.json create mode 100644 external_imported/vcpkg/versions/t-/tinyfsm.json create mode 100644 external_imported/vcpkg/versions/t-/tinyorm.json create mode 100644 external_imported/vcpkg/versions/t-/tree-similarity.json create mode 100644 external_imported/vcpkg/versions/t-/tuplet.json create mode 100644 external_imported/vcpkg/versions/u-/udt.json create mode 100644 external_imported/vcpkg/versions/u-/unordered-dense.json create mode 100644 external_imported/vcpkg/versions/u-/usearch.json create mode 100644 external_imported/vcpkg/versions/u-/utf8-range.json create mode 100644 external_imported/vcpkg/versions/v-/vcpkg-msbuild.json create mode 100644 external_imported/vcpkg/versions/v-/veigar.json create mode 100644 external_imported/vcpkg/versions/v-/vincentlaucsb-csv-parser.json create mode 100644 external_imported/vcpkg/versions/v-/vit-vit-ctpl.json create mode 100644 external_imported/vcpkg/versions/v-/vsg.json create mode 100644 external_imported/vcpkg/versions/v-/vsgimgui.json create mode 100644 external_imported/vcpkg/versions/v-/vsgxchange.json create mode 100644 external_imported/vcpkg/versions/v-/vulkan-loader.json create mode 100644 external_imported/vcpkg/versions/v-/vulkan-sdk-components.json create mode 100644 external_imported/vcpkg/versions/v-/vulkan-tools.json create mode 100644 external_imported/vcpkg/versions/v-/vulkan-utility-libraries.json create mode 100644 external_imported/vcpkg/versions/v-/vulkan-validationlayers.json create mode 100644 external_imported/vcpkg/versions/w-/wcslib.json create mode 100644 external_imported/vcpkg/versions/w-/wmipp.json create mode 100644 external_imported/vcpkg/versions/z-/zimpl.json create mode 100644 external_imported/vcpkg/versions/z-/zlmediakit.json create mode 100644 external_imported/vcpkg/versions/z-/zoe.json create mode 100644 external_imported/vcpkg/versions/z-/ztd-cuneicode.json create mode 100644 external_imported/vcpkg/versions/z-/ztd-encoding-tables.json create mode 100644 external_imported/vcpkg/versions/z-/ztd-idk.json create mode 100644 external_imported/vcpkg/versions/z-/ztd-platform.json create mode 100644 external_imported/vcpkg/versions/z-/ztd-static-containers.json diff --git a/external_imported/Catch2/.bazelrc b/external_imported/Catch2/.bazelrc index c01cb39f1..9cb0aa1b8 100644 --- a/external_imported/Catch2/.bazelrc +++ b/external_imported/Catch2/.bazelrc @@ -8,3 +8,4 @@ build:vs2022 --cxxopt=/std:c++17 build:windows --config=vs2022 build:linux --config=gcc11 +build:macos --cxxopt=-std=c++2b diff --git a/external_imported/Catch2/.github/workflows/linux-bazel-builds.yml b/external_imported/Catch2/.github/workflows/linux-bazel-builds.yml index 9006652e2..dc826ac0d 100644 --- a/external_imported/Catch2/.github/workflows/linux-bazel-builds.yml +++ b/external_imported/Catch2/.github/workflows/linux-bazel-builds.yml @@ -11,7 +11,7 @@ jobs: compilation_mode: [fastbuild, dbg, opt] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Mount bazel cache uses: actions/cache@v3 diff --git a/external_imported/Catch2/.github/workflows/linux-meson-builds.yml b/external_imported/Catch2/.github/workflows/linux-meson-builds.yml index dec701b61..4ffa0243a 100644 --- a/external_imported/Catch2/.github/workflows/linux-meson-builds.yml +++ b/external_imported/Catch2/.github/workflows/linux-meson-builds.yml @@ -18,10 +18,12 @@ jobs: other_pkgs: clang-11 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Prepare environment - run: sudo apt-get install -y meson ninja-build ${{matrix.other_pkgs}} + run: | + sudo apt-get update + sudo apt-get install -y meson ninja-build ${{matrix.other_pkgs}} - name: Configure build env: diff --git a/external_imported/Catch2/.github/workflows/linux-other-builds.yml b/external_imported/Catch2/.github/workflows/linux-other-builds.yml index cf4e2c06b..4a7f5ecc6 100644 --- a/external_imported/Catch2/.github/workflows/linux-other-builds.yml +++ b/external_imported/Catch2/.github/workflows/linux-other-builds.yml @@ -29,13 +29,13 @@ jobs: build_type: Debug std: 14 other_pkgs: g++-7 - cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON + cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON -DCATCH_ENABLE_CMAKE_HELPER_TESTS=ON - cxx: g++-7 build_description: Extras + Examples build_type: Release std: 14 other_pkgs: g++-7 - cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON + cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON -DCATCH_ENABLE_CMAKE_HELPER_TESTS=ON # Extras and examples with Clang-10 - cxx: clang++-10 @@ -43,13 +43,13 @@ jobs: build_type: Debug std: 17 other_pkgs: clang-10 - cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON + cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON -DCATCH_ENABLE_CMAKE_HELPER_TESTS=ON - cxx: clang++-10 build_description: Extras + Examples build_type: Release std: 17 other_pkgs: clang-10 - cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON + cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON -DCATCH_ENABLE_CMAKE_HELPER_TESTS=ON # Configure tests with Clang-10 - cxx: clang++-10 @@ -70,10 +70,12 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Prepare environment - run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}} + run: | + sudo apt-get update + sudo apt-get install -y ninja-build ${{matrix.other_pkgs}} - name: Configure build working-directory: ${{runner.workspace}} diff --git a/external_imported/Catch2/.github/workflows/linux-simple-builds.yml b/external_imported/Catch2/.github/workflows/linux-simple-builds.yml index 989c4942e..a32eb597e 100644 --- a/external_imported/Catch2/.github/workflows/linux-simple-builds.yml +++ b/external_imported/Catch2/.github/workflows/linux-simple-builds.yml @@ -83,7 +83,7 @@ jobs: other_pkgs: g++-10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Add repositories for older GCC run: | @@ -92,7 +92,9 @@ jobs: if: ${{ matrix.cxx == 'g++-5' || matrix.cxx == 'g++-6' }} - name: Prepare environment - run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}} + run: | + sudo apt-get update + sudo apt-get install -y ninja-build ${{matrix.other_pkgs}} - name: Configure build working-directory: ${{runner.workspace}} diff --git a/external_imported/Catch2/.github/workflows/mac-builds.yml b/external_imported/Catch2/.github/workflows/mac-builds.yml index 955b81fcc..259d8b367 100644 --- a/external_imported/Catch2/.github/workflows/mac-builds.yml +++ b/external_imported/Catch2/.github/workflows/mac-builds.yml @@ -22,7 +22,7 @@ jobs: extra_tests: ON steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure build working-directory: ${{runner.workspace}} @@ -42,11 +42,10 @@ jobs: - name: Build tests + lib working-directory: ${{runner.workspace}}/build - run: make -j 2 + run: make -j `sysctl -n hw.ncpu` - name: Run tests env: CTEST_OUTPUT_ON_FAILURE: 1 working-directory: ${{runner.workspace}}/build - # Hardcode 2 cores we know are there - run: ctest -C ${{matrix.build_type}} -j 2 + run: ctest -C ${{matrix.build_type}} -j `sysctl -n hw.ncpu` diff --git a/external_imported/Catch2/.github/workflows/validate-header-guards.yml b/external_imported/Catch2/.github/workflows/validate-header-guards.yml index c02b5d49e..fa9d1574b 100644 --- a/external_imported/Catch2/.github/workflows/validate-header-guards.yml +++ b/external_imported/Catch2/.github/workflows/validate-header-guards.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Dependencies uses: actions/setup-python@v2 diff --git a/external_imported/Catch2/.github/workflows/windows-simple-builds.yml b/external_imported/Catch2/.github/workflows/windows-simple-builds.yml index 197fa219e..5fb7b8fe7 100644 --- a/external_imported/Catch2/.github/workflows/windows-simple-builds.yml +++ b/external_imported/Catch2/.github/workflows/windows-simple-builds.yml @@ -13,7 +13,7 @@ jobs: build_type: [Debug, Release] std: [14, 17] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure build working-directory: ${{runner.workspace}} diff --git a/external_imported/Catch2/BUILD.bazel b/external_imported/Catch2/BUILD.bazel index 3125e7c54..c51bf57e7 100644 --- a/external_imported/Catch2/BUILD.bazel +++ b/external_imported/Catch2/BUILD.bazel @@ -43,12 +43,15 @@ expand_template( "#cmakedefine CATCH_CONFIG_NO_GLOBAL_NEXTAFTER": "", "#cmakedefine CATCH_CONFIG_NO_POSIX_SIGNALS": "", "#cmakedefine CATCH_CONFIG_NO_USE_ASYNC": "", + "#cmakedefine CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT": "", "#cmakedefine CATCH_CONFIG_NO_WCHAR": "", "#cmakedefine CATCH_CONFIG_NO_WINDOWS_SEH": "", "#cmakedefine CATCH_CONFIG_NOSTDOUT": "", "#cmakedefine CATCH_CONFIG_POSIX_SIGNALS": "", "#cmakedefine CATCH_CONFIG_PREFIX_ALL": "", + "#cmakedefine CATCH_CONFIG_PREFIX_MESSAGES": "", "#cmakedefine CATCH_CONFIG_SHARED_LIBRARY": "", + "#cmakedefine CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT": "", "#cmakedefine CATCH_CONFIG_USE_ASYNC": "", "#cmakedefine CATCH_CONFIG_WCHAR": "", "#cmakedefine CATCH_CONFIG_WINDOWS_CRTDBG": "", diff --git a/external_imported/Catch2/CMake/CatchConfigOptions.cmake b/external_imported/Catch2/CMake/CatchConfigOptions.cmake index 733ec65e2..6eae220df 100644 --- a/external_imported/Catch2/CMake/CatchConfigOptions.cmake +++ b/external_imported/Catch2/CMake/CatchConfigOptions.cmake @@ -18,10 +18,12 @@ macro(AddOverridableConfigOption OptionBaseName) option(CATCH_CONFIG_${OptionBaseName} "Read docs/configuration.md for details" OFF) option(CATCH_CONFIG_NO_${OptionBaseName} "Read docs/configuration.md for details" OFF) + mark_as_advanced(CATCH_CONFIG_${OptionBaseName} CATCH_CONFIG_NO_${OptionBaseName}) endmacro() macro(AddConfigOption OptionBaseName) option(CATCH_CONFIG_${OptionBaseName} "Read docs/configuration.md for details" OFF) + mark_as_advanced(CATCH_CONFIG_${OptionBaseName}) endmacro() set(_OverridableOptions @@ -41,6 +43,7 @@ set(_OverridableOptions "WCHAR" "WINDOWS_SEH" "GETENV" + "EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT" ) foreach(OptionName ${_OverridableOptions}) @@ -61,6 +64,7 @@ set(_OtherConfigOptions "FAST_COMPILE" "NOSTDOUT" "PREFIX_ALL" + "PREFIX_MESSAGES" "WINDOWS_CRTDBG" ) @@ -68,11 +72,17 @@ set(_OtherConfigOptions foreach(OptionName ${_OtherConfigOptions}) AddConfigOption(${OptionName}) endforeach() -set(CATCH_CONFIG_SHARED_LIBRARY ${BUILD_SHARED_LIBS}) +if(DEFINED BUILD_SHARED_LIBS) + set(CATCH_CONFIG_SHARED_LIBRARY ${BUILD_SHARED_LIBS}) +else() + set(CATCH_CONFIG_SHARED_LIBRARY "") +endif() set(CATCH_CONFIG_DEFAULT_REPORTER "console" CACHE STRING "Read docs/configuration.md for details. The name of the reporter should be without quotes.") set(CATCH_CONFIG_CONSOLE_WIDTH "80" CACHE STRING "Read docs/configuration.md for details. Must form a valid integer literal.") +mark_as_advanced(CATCH_CONFIG_SHARED_LIBRARY CATCH_CONFIG_DEFAULT_REPORTER CATCH_CONFIG_CONSOLE_WIDTH) + # There is no good way to both turn this into a CMake cache variable, # and keep reasonable default semantics inside the project. Thus we do # not define it and users have to provide it as an outside variable. diff --git a/external_imported/Catch2/CMake/CatchMiscFunctions.cmake b/external_imported/Catch2/CMake/CatchMiscFunctions.cmake index 3758d9568..84bd7cc79 100644 --- a/external_imported/Catch2/CMake/CatchMiscFunctions.cmake +++ b/external_imported/Catch2/CMake/CatchMiscFunctions.cmake @@ -46,7 +46,6 @@ function(add_warnings_to_targets targets) set(CHECKED_WARNING_FLAGS "-Wabsolute-value" "-Wall" - "-Wc++20-compat" "-Wcall-to-pure-virtual-from-ctor-dtor" "-Wcast-align" "-Wcatch-value" @@ -74,16 +73,18 @@ function(add_warnings_to_targets targets) "-Woverloaded-virtual" "-Wparentheses" "-Wpedantic" + "-Wredundant-decls" "-Wreorder" "-Wreturn-std-move" "-Wshadow" "-Wstrict-aliasing" + "-Wsubobject-linkage" "-Wsuggest-destructor-override" "-Wsuggest-override" "-Wundef" "-Wuninitialized" "-Wunneeded-internal-declaration" - "-Wunreachable-code" + "-Wunreachable-code-aggressive" "-Wunused" "-Wunused-function" "-Wunused-parameter" diff --git a/external_imported/Catch2/CMakeLists.txt b/external_imported/Catch2/CMakeLists.txt index 6d381d8de..78ac4c8ad 100644 --- a/external_imported/Catch2/CMakeLists.txt +++ b/external_imported/Catch2/CMakeLists.txt @@ -11,6 +11,7 @@ endif() option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON) option(CATCH_INSTALL_EXTRAS "Install extras (CMake scripts, debugger helpers) alongside library" ON) option(CATCH_DEVELOPMENT_BUILD "Build tests, enable warnings, enable Werror, etc" OFF) +option(CATCH_ENABLE_REPRODUCIBLE_BUILD "Add compiler flags for improving build reproducibility" ON) include(CMakeDependentOption) cmake_dependent_option(CATCH_BUILD_TESTING "Build the SelfTest project" ON "CATCH_DEVELOPMENT_BUILD" OFF) @@ -21,6 +22,7 @@ cmake_dependent_option(CATCH_ENABLE_COVERAGE "Generate coverage for codecov.io" cmake_dependent_option(CATCH_ENABLE_WERROR "Enables Werror during build" ON "CATCH_DEVELOPMENT_BUILD" OFF) cmake_dependent_option(CATCH_BUILD_SURROGATES "Enable generating and building surrogate TUs for the main headers" OFF "CATCH_DEVELOPMENT_BUILD" OFF) cmake_dependent_option(CATCH_ENABLE_CONFIGURE_TESTS "Enable CMake configuration tests. WARNING: VERY EXPENSIVE" OFF "CATCH_DEVELOPMENT_BUILD" OFF) +cmake_dependent_option(CATCH_ENABLE_CMAKE_HELPER_TESTS "Enable CMake helper tests. WARNING: VERY EXPENSIVE" OFF "CATCH_DEVELOPMENT_BUILD" OFF) # Catch2's build breaks if done in-tree. You probably should not build @@ -31,7 +33,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) endif() project(Catch2 - VERSION 3.3.2 # CML version placeholder, don't delete + VERSION 3.5.2 # CML version placeholder, don't delete LANGUAGES CXX # HOMEPAGE_URL is not supported until CMake version 3.12, which # we do not target yet. @@ -148,6 +150,8 @@ if (NOT_SUBPROJECT) "extras/ParseAndAddCatchTests.cmake" "extras/Catch.cmake" "extras/CatchAddTests.cmake" + "extras/CatchShardTests.cmake" + "extras/CatchShardTestsImpl.cmake" DESTINATION ${CATCH_CMAKE_CONFIG_DESTINATION} ) diff --git a/external_imported/Catch2/CMakePresets.json b/external_imported/Catch2/CMakePresets.json index 00f3a6d3a..885412850 100644 --- a/external_imported/Catch2/CMakePresets.json +++ b/external_imported/Catch2/CMakePresets.json @@ -18,7 +18,8 @@ "CATCH_BUILD_EXAMPLES": "ON", "CATCH_BUILD_EXTRA_TESTS": "ON", "CATCH_BUILD_SURROGATES": "ON", - "CATCH_ENABLE_CONFIGURE_TESTS": "ON" + "CATCH_ENABLE_CONFIGURE_TESTS": "ON", + "CATCH_ENABLE_CMAKE_HELPER_TESTS": "ON" } } ] diff --git a/external_imported/Catch2/Doxyfile b/external_imported/Catch2/Doxyfile index 07b385ec1..914e59848 100644 --- a/external_imported/Catch2/Doxyfile +++ b/external_imported/Catch2/Doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.8.16 +# Doxyfile 1.9.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "Catch2" +PROJECT_NAME = Catch2 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -51,6 +51,7 @@ PROJECT_BRIEF = "Popular C++ unit testing framework" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. +PROJECT_LOGO = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -216,6 +217,14 @@ QT_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO +# By default Python docstrings are displayed as preformatted text and doxygen's +# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the +# doxygen's special commands can be used and the contents of the docstring +# documentation blocks is shown as doxygen documentation. +# The default value is: YES. + +PYTHON_DOCSTRING = YES + # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the # documentation from any documented member that it re-implements. # The default value is: YES. @@ -251,13 +260,7 @@ TAB_SIZE = 4 # a double escape (\\{ and \\}) ALIASES = "complexity=@par Complexity:" \ - "noexcept=**Noexcept**" - -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = + noexcept=**Noexcept** # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For @@ -299,19 +302,22 @@ OPTIMIZE_OUTPUT_SLICE = NO # parses. With this tag you can assign which parser to use for a given # extension. Doxygen has a built-in mapping, but you can override or extend it # using this tag. The format is ext=language, where ext is a file extension, and -# language is one of the parsers supported by doxygen: IDL, Java, Javascript, -# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, +# language is one of the parsers supported by doxygen: IDL, Java, JavaScript, +# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, VHDL, # Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser # tries to guess whether the code is fixed or free formatted code, this is the -# default for Fortran type files), VHDL, tcl. For instance to make doxygen treat -# .inc files as Fortran files (default is PHP), and .f files as C (default is -# Fortran), use: inc=Fortran f=C. +# default for Fortran type files). For instance to make doxygen treat .inc files +# as Fortran files (default is PHP), and .f files as C (default is Fortran), +# use: inc=Fortran f=C. # # Note: For files without extension you can use no_extension as a placeholder. # # Note that for custom extensions you also need to set FILE_PATTERNS otherwise -# the files are not read by doxygen. +# the files are not read by doxygen. When specifying no_extension you should add +# * to the FILE_PATTERNS. +# +# Note see also the list of default file extension mappings. EXTENSION_MAPPING = @@ -445,6 +451,19 @@ TYPEDEF_HIDES_STRUCT = NO LOOKUP_CACHE_SIZE = 0 +# The NUM_PROC_THREADS specifies the number threads doxygen is allowed to use +# during processing. When set to 0 doxygen will based this on the number of +# cores available in the system. You can set it explicitly to a value larger +# than 0 to get more control over the balance between CPU load and processing +# speed. At this moment only the input processing can be done using multiple +# threads. Since this is still an experimental feature the default is set to 1, +# which efficively disables parallel processing. Please report any issues you +# encounter. Generating dot graphs in parallel is controlled by the +# DOT_NUM_THREADS setting. +# Minimum value: 0, maximum value: 32, default value: 1. + +NUM_PROC_THREADS = 1 + #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- @@ -508,6 +527,13 @@ EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO +# If this flag is set to YES, the name of an unnamed parameter in a declaration +# will be determined by the corresponding definition. By default unnamed +# parameters remain unnamed in the output. +# The default value is: YES. + +RESOLVE_UNNAMED_PARAMS = YES + # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all # undocumented members inside documented classes or files. If set to NO these # members will be included in the various overviews, but no documentation @@ -525,8 +551,8 @@ HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend -# (class|struct|union) declarations. If set to NO, these declarations will be -# included in the documentation. +# declarations. If set to NO, these declarations will be included in the +# documentation. # The default value is: NO. HIDE_FRIEND_COMPOUNDS = NO @@ -545,11 +571,18 @@ HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO -# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file -# names in lower-case letters. If set to YES, upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows -# (including Cygwin) ands Mac users are advised to set this option to NO. +# With the correct setting of option CASE_SENSE_NAMES doxygen will better be +# able to match the capabilities of the underlying filesystem. In case the +# filesystem is case sensitive (i.e. it supports files in the same directory +# whose names only differ in casing), the option must be set to YES to properly +# deal with such files in case they appear in the input. For filesystems that +# are not case sensitive the option should be be set to NO to properly deal with +# output files written for symbols that only differ in casing, such as for two +# classes, one named CLASS and the other named Class, and to also support +# references to files without having to specify the exact matching casing. On +# Windows (including Cygwin) and MacOS, users should typically set this option +# to NO, whereas on Linux or other Unix flavors it should typically be set to +# YES. # The default value is: system dependent. CASE_SENSE_NAMES = NO @@ -788,7 +821,10 @@ WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = YES # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when -# a warning is encountered. +# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS +# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but +# at the end of the doxygen process doxygen will return with a non-zero status. +# Possible values are: NO, YES and FAIL_ON_WARNINGS. # The default value is: NO. WARN_AS_ERROR = NO @@ -819,13 +855,13 @@ WARN_LOGFILE = doxygen.errors # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = "src/catch2" +INPUT = src/catch2 # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: https://www.gnu.org/software/libiconv/) for the list of -# possible encodings. +# documentation (see: +# https://www.gnu.org/software/libiconv/) for the list of possible encodings. # The default value is: UTF-8. INPUT_ENCODING = UTF-8 @@ -838,13 +874,61 @@ INPUT_ENCODING = UTF-8 # need to set EXTENSION_MAPPING for the extension otherwise the files are not # read by doxygen. # +# Note the list of default checked file patterns might differ from the list of +# default file extension mappings. +# # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, -# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, -# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. - -# FILE_PATTERNS = +# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment), +# *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl, +# *.ucf, *.qsf and *.ice. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.pyw \ + *.f90 \ + *.f95 \ + *.f03 \ + *.f08 \ + *.f18 \ + *.f \ + *.for \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf \ + *.ice # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -968,6 +1052,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. +USE_MDFILE_AS_MAINPAGE = #--------------------------------------------------------------------------- # Configuration options related to source browsing @@ -1055,6 +1140,44 @@ USE_HTAGS = NO VERBATIM_HEADERS = YES +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: +# http://clang.llvm.org/) for more accurate parsing at the cost of reduced +# performance. This can be particularly helpful with template rich C++ code for +# which doxygen's built-in parser lacks the necessary type information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse_libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled and the CLANG_ADD_INC_PATHS tag is set to +# YES then doxygen will add the directory of each input to the include path. +# The default value is: YES. + +CLANG_ADD_INC_PATHS = YES + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +# If clang assisted parsing is enabled you can provide the clang parser with the +# path to the directory containing a file called compile_commands.json. This +# file is the compilation database (see: +# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the +# options used when the source files were built. This is equivalent to +# specifying the -p option to a clang tool, such as clang-check. These options +# will then be passed to the parser. Any options specified with CLANG_OPTIONS +# will be added as well. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse_libclang=ON option for CMake. + +CLANG_DATABASE_PATH = + #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- @@ -1066,13 +1189,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored @@ -1211,9 +1327,9 @@ HTML_TIMESTAMP = NO # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML # documentation will contain a main index with vertical navigation menus that -# are dynamically created via Javascript. If disabled, the navigation index will +# are dynamically created via JavaScript. If disabled, the navigation index will # consists of multiple levels of tabs that are statically embedded in every HTML -# page. Disable this option to support browsers that do not have Javascript, +# page. Disable this option to support browsers that do not have JavaScript, # like the Qt help browser. # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. @@ -1243,10 +1359,11 @@ HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: https://developer.apple.com/xcode/), introduced with OSX -# 10.5 (Leopard). To create a documentation set, doxygen will generate a -# Makefile in the HTML output directory. Running make will produce the docset in -# that directory and running make install will install the docset in +# environment (see: +# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To +# create a documentation set, doxygen will generate a Makefile in the HTML +# output directory. Running make will produce the docset in that directory and +# running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at # startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy # genXcode/_index.html for more information. @@ -1288,8 +1405,8 @@ DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on -# Windows. +# (see: +# https://www.microsoft.com/en-us/download/details.aspx?id=21138) on Windows. # # The HTML Help Workshop contains a compiler that can convert all HTML output # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML @@ -1364,7 +1481,8 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace -# (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). +# (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1372,8 +1490,8 @@ QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- -# folders). +# Folders (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. @@ -1381,16 +1499,16 @@ QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom -# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- -# filters). +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- -# filters). +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_ATTRS = @@ -1402,9 +1520,9 @@ QHP_CUST_FILTER_ATTRS = QHP_SECT_FILTER_ATTRS = -# The QHG_LOCATION tag can be used to specify the location of Qt's -# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the -# generated .qhp file. +# The QHG_LOCATION tag can be used to specify the location (absolute path +# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to +# run qhelpgenerator on the generated .qhp file. # This tag requires that the tag GENERATE_QHP is set to YES. QHG_LOCATION = @@ -1481,6 +1599,17 @@ TREEVIEW_WIDTH = 250 EXT_LINKS_IN_WINDOW = NO +# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg +# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see +# https://inkscape.org) to generate formulas as SVG images instead of PNGs for +# the HTML output. These images will generally look nicer at scaled resolutions. +# Possible values are: png (the default) and svg (looks nicer but requires the +# pdf2svg or inkscape tool). +# The default value is: png. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FORMULA_FORMAT = png + # Use this tag to change the font size of LaTeX formulas included as images in # the HTML documentation. When you change the font size after a successful # doxygen run you need to manually remove any form_*.png images from the HTML @@ -1501,8 +1630,14 @@ FORMULA_FONTSIZE = 10 FORMULA_TRANSPARENT = YES +# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands +# to create new LaTeX commands to be used in formulas as building blocks. See +# the section "Including formulas" for details. + +FORMULA_MACROFILE = + # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# https://www.mathjax.org) which uses client side Javascript for the rendering +# https://www.mathjax.org) which uses client side JavaScript for the rendering # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path @@ -1514,7 +1649,7 @@ USE_MATHJAX = YES # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: -# http://docs.mathjax.org/en/latest/output.html) for more details. +# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. # Possible values are: HTML-CSS (which is slower, but has the best # compatibility), NativeMML (i.e. MathML) and SVG. # The default value is: HTML-CSS. @@ -1530,7 +1665,7 @@ MATHJAX_FORMAT = HTML-CSS # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of # MathJax from https://www.mathjax.org before deployment. -# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/. +# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest @@ -1545,7 +1680,8 @@ MATHJAX_EXTENSIONS = TeX/AMSmath \ # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site -# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# (see: +# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. @@ -1573,7 +1709,7 @@ MATHJAX_CODEFILE = SEARCHENGINE = YES # When the SERVER_BASED_SEARCH tag is enabled the search engine will be -# implemented using a web server instead of a web client using Javascript. There +# implemented using a web server instead of a web client using JavaScript. There # are two flavors of web server based searching depending on the EXTERNAL_SEARCH # setting. When disabled, doxygen will generate a PHP script for searching and # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing @@ -1592,7 +1728,8 @@ SERVER_BASED_SEARCH = NO # # Doxygen ships with an example indexer (doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: https://xapian.org/). +# Xapian (see: +# https://xapian.org/). # # See the section "External Indexing and Searching" for details. # The default value is: NO. @@ -1605,8 +1742,9 @@ EXTERNAL_SEARCH = NO # # Doxygen ships with an example indexer (doxyindexer) and search engine # (doxysearch.cgi) which are based on the open source search engine library -# Xapian (see: https://xapian.org/). See the section "External Indexing and -# Searching" for details. +# Xapian (see: +# https://xapian.org/). See the section "External Indexing and Searching" for +# details. # This tag requires that the tag SEARCHENGINE is set to YES. SEARCHENGINE_URL = @@ -1770,9 +1908,11 @@ LATEX_EXTRA_FILES = PDF_HYPERLINKS = YES -# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate -# the PDF file directly from the LaTeX files. Set this option to YES, to get a -# higher quality PDF documentation. +# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as +# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX +# files. Set this option to YES, to get a higher quality PDF documentation. +# +# See also section LATEX_CMD_NAME for selecting the engine. # The default value is: YES. # This tag requires that the tag GENERATE_LATEX is set to YES. @@ -2204,7 +2344,7 @@ HIDE_UNDOC_RELATIONS = YES # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent # Bell Labs. The other options in this section have no effect if this option is # set to NO -# The default value is: NO. +# The default value is: YES. HAVE_DOT = YES @@ -2283,10 +2423,32 @@ UML_LOOK = NO # but if the number exceeds 15, the total amount of fields shown is limited to # 10. # Minimum value: 0, maximum value: 100, default value: 10. -# This tag requires that the tag HAVE_DOT is set to YES. +# This tag requires that the tag UML_LOOK is set to YES. UML_LIMIT_NUM_FIELDS = 10 +# If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and +# methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS +# tag is set to YES, doxygen will add type and arguments for attributes and +# methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen +# will not generate fields with class member information in the UML graphs. The +# class diagrams will look similar to the default class diagrams but using UML +# notation for the relationships. +# Possible values are: NO, YES and NONE. +# The default value is: NO. +# This tag requires that the tag UML_LOOK is set to YES. + +DOT_UML_DETAILS = NO + +# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters +# to display on a single line. If the actual line length exceeds this threshold +# significantly it will wrapped across multiple lines. Some heuristics are apply +# to avoid ugly line breaks. +# Minimum value: 0, maximum value: 1000, default value: 17. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_WRAP_THRESHOLD = 17 + # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and # collaboration graphs will show the relations between templates and their # instances. @@ -2360,7 +2522,9 @@ DIRECTORY_GRAPH = NO # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order # to make the SVG files visible in IE 9+ (other browsers do not have this # requirement). -# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, +# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd, +# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo, +# gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo, # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and # png:gdiplus:gdiplus. # The default value is: png. @@ -2476,9 +2640,11 @@ DOT_MULTI_TARGETS = YES GENERATE_LEGEND = YES -# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot +# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate # files that are used to generate the various graphs. +# +# Note: This setting is not only used for dot files but also for msc and +# plantuml temporary files. # The default value is: YES. -# This tag requires that the tag HAVE_DOT is set to YES. DOT_CLEANUP = YES diff --git a/external_imported/Catch2/MODULE.bazel b/external_imported/Catch2/MODULE.bazel new file mode 100644 index 000000000..a7846cd60 --- /dev/null +++ b/external_imported/Catch2/MODULE.bazel @@ -0,0 +1,3 @@ +module(name = "catch2") + +bazel_dep(name = "bazel_skylib", version = "1.5.0") diff --git a/external_imported/Catch2/WORKSPACE.bazel b/external_imported/Catch2/WORKSPACE.bazel index 6fd2ffa5d..357e6f944 100644 --- a/external_imported/Catch2/WORKSPACE.bazel +++ b/external_imported/Catch2/WORKSPACE.bazel @@ -4,12 +4,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_skylib", + sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", ], - sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506", ) load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") + bazel_skylib_workspace() diff --git a/external_imported/Catch2/appveyor.yml b/external_imported/Catch2/appveyor.yml index 3b6580d8b..7a0ad83ff 100644 --- a/external_imported/Catch2/appveyor.yml +++ b/external_imported/Catch2/appveyor.yml @@ -70,14 +70,3 @@ environment: additional_flags: "/permissive- /std:c++latest" platform: x64 configuration: Debug - - - FLAVOR: VS 2017 x64 Debug - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - platform: x64 - configuration: Debug - - - FLAVOR: VS 2017 x64 Release Coverage - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - coverage: 1 - platform: x64 - configuration: Debug \ No newline at end of file diff --git a/external_imported/Catch2/docs/benchmarks.md b/external_imported/Catch2/docs/benchmarks.md index 548913c76..9edbb93c7 100644 --- a/external_imported/Catch2/docs/benchmarks.md +++ b/external_imported/Catch2/docs/benchmarks.md @@ -93,7 +93,7 @@ Fibonacci ------------------------------------------------------------------------------- C:\path\to\Catch2\Benchmark.tests.cpp(10) ............................................................................... -benchmark name samples iterations estimated +benchmark name samples iterations est run time mean low mean high mean std dev low std dev high std dev ------------------------------------------------------------------------------- diff --git a/external_imported/Catch2/docs/ci-and-misc.md b/external_imported/Catch2/docs/ci-and-misc.md index c07da29f0..49bbd9891 100644 --- a/external_imported/Catch2/docs/ci-and-misc.md +++ b/external_imported/Catch2/docs/ci-and-misc.md @@ -82,7 +82,7 @@ variable set to "1". ### CodeCoverage module (GCOV, LCOV...) -If you are using GCOV tool to get testing coverage of your code, and are not sure how to integrate it with CMake and Catch, there should be an external example over at https://github.com/fkromer/catch_cmake_coverage +If you are using GCOV tool to get testing coverage of your code, and are not sure how to integrate it with CMake and Catch, there should be an external example over at https://github.com/claremacrae/catch_cmake_coverage ### pkg-config diff --git a/external_imported/Catch2/docs/cmake-integration.md b/external_imported/Catch2/docs/cmake-integration.md index 0720a95b0..86666efe2 100644 --- a/external_imported/Catch2/docs/cmake-integration.md +++ b/external_imported/Catch2/docs/cmake-integration.md @@ -51,7 +51,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.0.1 # or a later release + GIT_TAG v3.4.0 # or a later release ) FetchContent_MakeAvailable(Catch2) @@ -126,6 +126,7 @@ catch_discover_tests(target [OUTPUT_DIR dir] [OUTPUT_PREFIX prefix] [OUTPUT_SUFFIX suffix] + [DISCOVERY_MODE ] ) ``` @@ -198,6 +199,16 @@ If specified, `suffix` is added to each output file name, like so `--out dir/suffix`. This can be used to add a file extension to the output file name e.g. ".xml". +* `DISCOVERY_MODE mode` + +If specified allows control over when test discovery is performed. +For a value of `POST_BUILD` (default) test discovery is performed at build time. +For a value of `PRE_TEST` test discovery is delayed until just prior to test +execution (useful e.g. in cross-compilation environments). +``DISCOVERY_MODE`` defaults to the value of the +``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when +calling ``catch_discover_tests``. This provides a mechanism for globally +selecting a preferred test discovery behavior. ### `ParseAndAddCatchTests.cmake` diff --git a/external_imported/Catch2/docs/command-line.md b/external_imported/Catch2/docs/command-line.md index a15a21314..bb483959d 100644 --- a/external_imported/Catch2/docs/command-line.md +++ b/external_imported/Catch2/docs/command-line.md @@ -85,43 +85,102 @@ Click one of the following links to take you straight to that option - or scroll
<test-spec> ...
-Test cases, wildcarded test cases, tags and tag expressions are all passed directly as arguments. Tags are distinguished by being enclosed in square brackets. +By providing a test spec, you filter which tests will be run. If you call +Catch2 without any test spec, then it will run all non-hidden test +cases. A test case is hidden if it has the `[!benchmark]` tag, any tag +with a dot at the start, e.g. `[.]` or `[.foo]`. -If no test specs are supplied then all test cases, except "hidden" tests, are run. -A test is hidden by giving it any tag starting with (or just) a period (```.```) - or, in the deprecated case, tagged ```[hide]``` or given name starting with `'./'`. To specify hidden tests from the command line ```[.]``` or ```[hide]``` can be used *regardless of how they were declared*. +There are three basic test specs that can then be combined into more +complex specs: -Specs must be enclosed in quotes if they contain spaces. If they do not contain spaces the quotes are optional. + * Full test name, e.g. `"Test 1"`. -Wildcards consist of the `*` character at the beginning and/or end of test case names and can substitute for any number of any characters (including none). + This allows only test cases whose name is "Test 1". -Test specs are case insensitive. + * Wildcarded test name, e.g. `"*Test"`, or `"Test*"`, or `"*Test*"`. -If a spec is prefixed with `exclude:` or the `~` character then the pattern matches an exclusion. This means that tests matching the pattern are excluded from the set - even if a prior inclusion spec included them. Subsequent inclusion specs will take precedence, however. -Inclusions and exclusions are evaluated in left-to-right order. + This allows any test case whose name ends with, starts with, or contains + in the middle the string "Test". Note that the wildcard can only be at + the start or end. -Test case examples: + * Tag name, e.g. `[some-tag]`. + This allows any test case tagged with "[some-tag]". Remember that some + tags are special, e.g. those that start with "." or with "!". + + +You can also combine the basic test specs to create more complex test +specs. You can: + + * Concatenate specs to apply all of them, e.g. `[some-tag][other-tag]`. + + This allows test cases that are tagged with **both** "[some-tag]" **and** + "[other-tag]". A test case with just "[some-tag]" will not pass the filter, + nor will test case with just "[other-tag]". + + * Comma-join specs to apply any of them, e.g. `[some-tag],[other-tag]`. + + This allows test cases that are tagged with **either** "[some-tag]" **or** + "[other-tag]". A test case with both will obviously also pass the filter. + + Note that commas take precendence over simple concatenation. This means + that `[a][b],[c]` accepts tests that are tagged with either both "[a]" and + "[b]", or tests that are tagged with just "[c]". + + * Negate the spec by prepending it with `~`, e.g. `~[some-tag]`. + + This rejects any test case that is tagged with "[some-tag]". Note that + rejection takes precedence over other filters. + + Note that negations always binds to the following _basic_ test spec. + This means that `~[foo][bar]` negates only the "[foo]" tag and not the + "[bar]" tag. + +Note that when Catch2 is deciding whether to include a test, first it +checks whether the test matches any negative filters. If it does, +the test is rejected. After that, the behaviour depends on whether there +are positive filters as well. If there are no positive filters, all +remaining non-hidden tests are included. If there are positive filters, +only tests that match the positive filters are included. + +You can also match test names with special characters by escaping them +with a backslash (`"\"`), e.g. a test named `"Do A, then B"` is matched +by "Do A\, then B" test spec. Backslash also escapes itself. + + +### Examples + +Given these TEST_CASEs, ``` -thisTestOnly Matches the test case called, 'thisTestOnly' -"this test only" Matches the test case called, 'this test only' -these* Matches all cases starting with 'these' -exclude:notThis Matches all tests except, 'notThis' -~notThis Matches all tests except, 'notThis' -~*private* Matches all tests except those that contain 'private' -a* ~ab* abc Matches all tests that start with 'a', except those that - start with 'ab', except 'abc', which is included -~[tag1] Matches all tests except those tagged with '[tag1]' --# [#somefile] Matches all tests from the file 'somefile.cpp' +TEST_CASE("Test 1") {} + +TEST_CASE("Test 2", "[.foo]") {} + +TEST_CASE("Test 3", "[.bar]") {} + +TEST_CASE("Test 4", "[.][foo][bar]") {} ``` -Names within square brackets are interpreted as tags. -A series of tags form an AND expression whereas a comma-separated sequence forms an OR expression. e.g.: +this is the result of these filters +``` +./tests # Selects only the first test, others are hidden +./tests "Test 1" # Selects only the first test, other do not match +./tests ~"Test 1" # Selects no tests. Test 1 is rejected, other tests are hidden +./tests "Test *" # Selects all tests. +./tests [bar] # Selects tests 3 and 4. Other tests are not tagged [bar] +./tests ~[foo] # Selects test 1, because it is the only non-hidden test without [foo] tag +./tests [foo][bar] # Selects test 4. +./tests [foo],[bar] # Selects tests 2, 3, 4. +./tests ~[foo][bar] # Selects test 3. 2 and 4 are rejected due to having [foo] tag +./tests ~"Test 2"[foo] # Selects test 4, because test 2 is explicitly rejected +./tests [foo][bar],"Test 1" # Selects tests 1 and 4. +./tests "Test 1*" # Selects test 1, wildcard can match zero characters +``` -
[one][two],[three]
-This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]` +_Note: Using plain asterisk on a command line can cause issues with shell +expansion. Make sure that the asterisk is passed to Catch2 and is not +interpreted by the shell._ -Test names containing special characters, such as `,` or `[` can specify them on the command line using `\`. -`\` also escapes itself. ## Choosing a reporter to use diff --git a/external_imported/Catch2/docs/configuration.md b/external_imported/Catch2/docs/configuration.md index d4421f3c0..8a3ddfab5 100644 --- a/external_imported/Catch2/docs/configuration.md +++ b/external_imported/Catch2/docs/configuration.md @@ -15,6 +15,7 @@ [Enabling stringification](#enabling-stringification)
[Disabling exceptions](#disabling-exceptions)
[Overriding Catch's debug break (`-b`)](#overriding-catchs-debug-break--b)
+[Static analysis support](#static-analysis-support)
Catch2 is designed to "just work" as much as possible, and most of the configuration options below are changed automatically during compilation, @@ -25,7 +26,8 @@ with the same name. ## Prefixing Catch macros - CATCH_CONFIG_PREFIX_ALL + CATCH_CONFIG_PREFIX_ALL // Prefix all macros with CATCH_ + CATCH_CONFIG_PREFIX_MESSAGES // Prefix only INFO, UNSCOPED_INFO, WARN and CAPTURE To keep test code clean and uncluttered Catch uses short macro names (e.g. ```TEST_CASE``` and ```REQUIRE```). Occasionally these may conflict with identifiers from platform headers or the system under test. In this case the above identifier can be defined. This will cause all the Catch user macros to be prefixed with ```CATCH_``` (e.g. ```CATCH_TEST_CASE``` and ```CATCH_REQUIRE```). @@ -264,6 +266,31 @@ The macro will be used as is, that is, `CATCH_BREAK_INTO_DEBUGGER();` must compile and must break into debugger. +## Static analysis support + +> Introduced in Catch2 3.4.0. + +Some parts of Catch2, e.g. `SECTION`s, can be hard for static analysis +tools to reason about. Catch2 can change its internals to help static +analysis tools reason about the tests. + +Catch2 automatically detects some static analysis tools (initial +implementation checks for clang-tidy and Coverity), but you can override +its detection (in either direction) via + +``` +CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT // force enables static analysis help +CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT // force disables static analysis help +``` + +_As the name suggests, this is currently experimental, and thus we provide +no backwards compatibility guarantees._ + +**DO NOT ENABLE THIS FOR BUILDS YOU INTEND TO RUN.** The changed internals +are not meant to be runnable, only "scannable". + + + --- [Home](Readme.md#top) diff --git a/external_imported/Catch2/docs/faq.md b/external_imported/Catch2/docs/faq.md index 0f303ee50..80923d26e 100644 --- a/external_imported/Catch2/docs/faq.md +++ b/external_imported/Catch2/docs/faq.md @@ -10,6 +10,7 @@ [Does Catch2 support running tests in parallel?](#does-catch2-support-running-tests-in-parallel)
[Can I compile Catch2 into a dynamic library?](#can-i-compile-catch2-into-a-dynamic-library)
[What repeatability guarantees does Catch2 provide?](#what-repeatability-guarantees-does-catch2-provide)
+[My build cannot find `catch2/catch_user_config.hpp`, how can I fix it?](#my-build-cannot-find-catch2catch_user_confighpp-how-can-i-fix-it)
## How do I run global setup/teardown only if tests will be run? @@ -28,7 +29,7 @@ depending on how often the cleanup needs to happen. ## Why cannot I derive from the built-in reporters? They are not made to be overridden, in that we do not attempt to maintain -a consistent internal state if a member function is overriden, and by +a consistent internal state if a member function is overridden, and by forbidding users from using them as a base class, we can refactor them as needed later. @@ -83,12 +84,30 @@ and it is also generally repeatable across versions, but we might break it from time to time. E.g. we broke repeatability with previous versions in v2.13.4 so that test cases with similar names are shuffled better. -Random generators currently rely on platform's stdlib, specifically -the distributions from ``. We thus provide no extra guarantee -above what your platform does. **Important: ``'s distributions +Since Catch2 3.5.0 the random generators use custom distributions, +that should be repeatable across different platforms, with few caveats. +For details see the section on random generators in the [Generator +documentation](generators.md#random-number-generators-details). + +Before this version, random generators relied on distributions from +platform's stdlib. We thus can provide no extra guarantee on top of the +ones given by your platform. **Important: ``'s distributions are not specified to be repeatable across different platforms.** +## My build cannot find `catch2/catch_user_config.hpp`, how can I fix it? + +`catch2/catch_user_config.hpp` is a generated header that contains user +compile time configuration. It is generated by CMake/Meson/Bazel during +build. If you are not using either of these, your three options are to + +1) Build Catch2 separately using build tool that will generate the header +2) Use the amalgamated files to build Catch2 +3) Use CMake to configure a build. This will generate the header and you + can copy it into your own checkout of Catch2. + + + --- [Home](Readme.md#top) diff --git a/external_imported/Catch2/docs/generators.md b/external_imported/Catch2/docs/generators.md index 69d1a02d1..8bca54c75 100644 --- a/external_imported/Catch2/docs/generators.md +++ b/external_imported/Catch2/docs/generators.md @@ -134,7 +134,7 @@ type, making their usage much nicer. These are * `map(func, GeneratorWrapper&&)` for `MapGenerator` (map `U` to `T`) * `chunk(chunk-size, GeneratorWrapper&&)` for `ChunkGenerator` * `random(IntegerOrFloat a, IntegerOrFloat b)` for `RandomIntegerGenerator` or `RandomFloatGenerator` -* `range(Arithemtic start, Arithmetic end)` for `RangeGenerator` with a step size of `1` +* `range(Arithmetic start, Arithmetic end)` for `RangeGenerator` with a step size of `1` * `range(Arithmetic start, Arithmetic end, Arithmetic step)` for `RangeGenerator` with a custom step size * `from_range(InputIterator from, InputIterator to)` for `IteratorGenerator` * `from_range(Container const&)` for `IteratorGenerator` @@ -189,6 +189,31 @@ TEST_CASE("type conversion", "[generators]") { } ``` + +### Random number generators: details + +> This section applies from Catch2 3.5.0. Before that, random generators +> were a thin wrapper around distributions from ``. + +All of the `random(a, b)` generators in Catch2 currently generate uniformly +distributed number in closed interval \[a; b\]. This is different from +`std::uniform_real_distribution`, which should return numbers in interval +\[a; b) (but due to rounding can end up returning b anyway), but the +difference is intentional, so that `random(a, a)` makes sense. If there is +enough interest from users, we can provide API to pick any of CC, CO, OC, +or OO ranges. + +Unlike `std::uniform_int_distribution`, Catch2's generators also support +various single-byte integral types, such as `char` or `bool`. + +Given the same seed, the output from the integral generators is +reproducible across different platforms. For floating point generators, +we only promise reproducibility on platforms that obey the IEEE 754 +standard, and where `float` is 4 bytes and `double` is 8 bytes. We provide +no guarantees for `long double`, as the internals of `long double` can +vary wildly across different platforms. + + ## Generator interface You can also implement your own generators, by deriving from the @@ -221,3 +246,21 @@ For full example of implementing your own generator, look into Catch2's examples, specifically [Generators: Create your own generator](../examples/300-Gen-OwnGenerator.cpp). + +### Handling empty generators + +The generator interface assumes that a generator always has at least one +element. This is not always true, e.g. if the generator depends on an external +datafile, the file might be missing. + +There are two ways to handle this, depending on whether you want this +to be an error or not. + + * If empty generator **is** an error, throw an exception in constructor. + * If empty generator **is not** an error, use the [`SKIP`](skipping-passing-failing.md#skipping-test-cases-at-runtime) in constructor. + + + +--- + +[Home](Readme.md#top) diff --git a/external_imported/Catch2/docs/limitations.md b/external_imported/Catch2/docs/limitations.md index cc0ed05d1..099dd82a5 100644 --- a/external_imported/Catch2/docs/limitations.md +++ b/external_imported/Catch2/docs/limitations.md @@ -173,13 +173,3 @@ TEST_CASE("b") { If you are seeing a problem like this, i.e. weird test paths that trigger only under Clang with `libc++`, or only under very specific version of `libstdc++`, it is very likely you are seeing this. The only known workaround is to use a fixed version of your standard library. - -### libstdc++, `_GLIBCXX_DEBUG` macro and random ordering of tests - -Running a Catch2 binary compiled against libstdc++ with `_GLIBCXX_DEBUG` -macro defined with `--order rand` will cause a debug check to trigger and -abort the run due to self-assignment. -[This is a known bug inside libstdc++](https://stackoverflow.com/questions/22915325/avoiding-self-assignment-in-stdshuffle/23691322) - -Workaround: Don't use `--order rand` when compiling against debug-enabled -libstdc++. diff --git a/external_imported/Catch2/docs/matchers.md b/external_imported/Catch2/docs/matchers.md index 14c158982..d5be1f5a3 100644 --- a/external_imported/Catch2/docs/matchers.md +++ b/external_imported/Catch2/docs/matchers.md @@ -50,25 +50,43 @@ Both of the string matchers used in the examples above live in the `catch_matchers_string.hpp` header, so to compile the code above also requires `#include `. +### Combining operators and lifetimes + **IMPORTANT**: The combining operators do not take ownership of the -matcher objects being combined. This means that if you store combined -matcher object, you have to ensure that the matchers being combined -outlive its last use. What this means is that the following code leads -to a use-after-free (UAF): +matcher objects being combined. + +This means that if you store combined matcher object, you have to ensure +that the individual matchers being combined outlive the combined matcher. +Note that the negation matcher from `!` also counts as combining matcher +for this. +Explained on an example, this is fine ```cpp -#include -#include +CHECK_THAT(value, WithinAbs(0, 2e-2) && !WithinULP(0., 1)); +``` -TEST_CASE("Bugs, bugs, bugs", "[Bug]"){ - std::string str = "Bugs as a service"; +and so is this +```cpp +auto is_close_to_zero = WithinAbs(0, 2e-2); +auto is_zero = WithinULP(0., 1); - auto match_expression = Catch::Matchers::EndsWith( "as a service" ) || - (Catch::Matchers::StartsWith( "Big data" ) && !Catch::Matchers::ContainsSubstring( "web scale" ) ); - REQUIRE_THAT(str, match_expression); -} +CHECK_THAT(value, is_close_to_zero && !is_zero); ``` +but this is not +```cpp +auto is_close_to_zero = WithinAbs(0, 2e-2); +auto is_zero = WithinULP(0., 1); +auto is_close_to_but_not_zero = is_close_to_zero && !is_zero; + +CHECK_THAT(a_value, is_close_to_but_not_zero); // UAF +``` + +because `!is_zero` creates a temporary instance of Negation matcher, +which the `is_close_to_but_not_zero` refers to. After the line ends, +the temporary is destroyed and the combined `is_close_to_but_not_zero` +matcher now refers to non-existent object, so using it causes use-after-free. + ## Built-in matchers @@ -286,7 +304,7 @@ comparable. (e.g. you may compare `std::vector` to `std::array`). `UnorderedRangeEquals` is similar to `RangeEquals`, but the order does not matter. For example "1, 2, 3" would match "3, 2, 1", but not "1, 1, 2, 3" As with `RangeEquals`, `UnorderedRangeEquals` compares -the individual elements using using `operator==` by default. +the individual elements using `operator==` by default. Both `RangeEquals` and `UnorderedRangeEquals` optionally accept a predicate which can be used to compare the containers element-wise. diff --git a/external_imported/Catch2/docs/opensource-users.md b/external_imported/Catch2/docs/opensource-users.md index 12b4551c5..a02d0b98e 100644 --- a/external_imported/Catch2/docs/opensource-users.md +++ b/external_imported/Catch2/docs/opensource-users.md @@ -95,6 +95,9 @@ A C++ client library for Consul. Consul is a distributed tool for discovering an ### [Reactive-Extensions/ RxCpp](https://github.com/Reactive-Extensions/RxCpp) A library of algorithms for values-distributed-in-time. +### [SFML](https://github.com/SFML/SFML) +Simple and Fast Multimedia Library. + ### [SOCI](https://github.com/SOCI/soci) The C++ Database Access Library. @@ -110,6 +113,12 @@ A header-only TOML parser and serializer for modern C++. ### [Trompeloeil](https://github.com/rollbear/trompeloeil) A thread-safe header-only mocking framework for C++14. +### [wxWidgets](https://www.wxwidgets.org/) +Cross-Platform C++ GUI Library. + +### [xmlwrapp](https://github.com/vslavik/xmlwrapp) +C++ XML parsing library using libxml2. + ## Applications & Tools ### [App Mesh](https://github.com/laoshanxi/app-mesh) @@ -137,7 +146,7 @@ Newsbeuter is an open-source RSS/Atom feed reader for text terminals. A 2D, Zombie, RPG game which is being made on our own engine. ### [raspigcd](https://github.com/pantadeusz/raspigcd) -Low level CLI app and library for execution of GCODE on Raspberry Pi without any additional microcontrolers (just RPi + Stepsticks). +Low level CLI app and library for execution of GCODE on Raspberry Pi without any additional microcontrollers (just RPi + Stepsticks). ### [SpECTRE](https://github.com/sxs-collaboration/spectre) SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics. diff --git a/external_imported/Catch2/docs/release-notes.md b/external_imported/Catch2/docs/release-notes.md index 1fa37da43..ca7f4ddee 100644 --- a/external_imported/Catch2/docs/release-notes.md +++ b/external_imported/Catch2/docs/release-notes.md @@ -2,6 +2,10 @@ # Release notes **Contents**
+[3.5.2](#352)
+[3.5.1](#351)
+[3.5.0](#350)
+[3.4.0](#340)
[3.3.2](#332)
[3.3.1](#331)
[3.3.0](#330)
@@ -56,6 +60,87 @@ [Even Older versions](#even-older-versions)
+## 3.5.1 + +### Fixes +* Fixed `-Wsubobject-linkage` in the Console reporter (#2794) +* Fixed adding new CLI Options to lvalue parser using `|` (#2787) + + +## 3.5.1 + +### Improvements +* Significantly improved performance of the CLI parsing. + * This includes the cost of preparing the CLI parser, so Catch2's binaries start much faster. + +### Miscellaneous +* Added support for Bazel modules (#2781) +* Added CMake option to disable the build reproducibility settings (#2785) +* Added `log` library linking to the Meson build (#2784) + + +## 3.5.0 + +### Improvements +* Introduced `CATCH_CONFIG_PREFIX_MESSAGES` to prefix only logging macros (#2544) + * This means `INFO`, `UNSCOPED_INFO`, `WARN` and `CAPTURE`. +* Section hints in static analysis mode are now `const` + * This prevents Clang-Tidy from complaining about `misc-const-correctness`. +* `from_range` generator supports C arrays and ranges that require ADL (#2737) +* Stringification support for `std::optional` now also includes `std::nullopt` (#2740) +* The Console reporter flushes output after writing benchmark runtime estimate. + * This means that you can immediately see for how long the benchmark is expected to run. +* Added workaround to enable compilation with ICC 19.1 (#2551, #2766) +* Compiling Catch2 for XBox should work out of the box (#2772) + * Catch2 should automatically disable getenv when compiled for XBox. +* Compiling Catch2 with exceptions disabled no longer triggers `Wunused-function` (#2726) +* **`random` Generators for integral types are now reproducible across different platforms** + * Unlike ``, Catch2's generators also support 1 byte integral types (`char`, `bool`, ...) +* **`random` Generators for `float` and `double` are now reproducible across different platforms** + * `long double` varies across different platforms too much to be reproducible + * This guarantee applies only to platforms with IEEE 754 floats. + +### Fixes +* UDL declaration inside Catch2 are now strictly conforming to the standard + * `operator "" _a` is UB, `operator ""_a` is fine. Seriously. +* Fixed `CAPTURE` tests failing to compile in C++23 mode (#2744) +* Fixed missing include in `catch_message.hpp` (#2758) +* Fixed `CHECK_ELSE` suppressing failure from uncaught exceptions(#2723) + +### Miscellaneous +* The documentation for specifying which tests to run through commandline has been completely rewritten (#2738) +* Fixed installation when building Catch2 with meson (#2722, #2742) +* Fixed `catch_discover_tests` when using custom reporter and `PRE_TEST` discovery mode (#2747) +* `catch_discover_tests` supports multi-config CMake generator in `PRE_TEST` discovery mode (#2739, #2746) + + +## 3.4.0 + +### Improvements +* `VectorEquals` supports elements that provide only `==` and not `!=` (#2648) +* Catch2 supports compiling with IAR compiler (#2651) +* Various small internal performance improvements +* Various small internal compilation time improvements +* XMLReporter now reports location info for INFO and WARN (#1251) + * This bumps up the xml format version to 3 +* Documented that `SKIP` in generator constructor can be used to handle empty generator (#1593) +* Added experimental static analysis support to `TEST_CASE` and `SECTION` macros (#2681) + * The two macros are redefined in a way that helps the SA tools reason about the possible paths through a test case with sections. + * The support is controlled by the `CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT` option and autodetects clang-tidy and Coverity. +* `*_THROWS`, `*_THROWS_AS`, etc now suppress warning coming from `__attribute__((warn_unused_result))` on GCC (#2691) + * Unlike plain `[[nodiscard]]`, this warning is not silenced by void cast. WTF GCC? + +### Fixes +* Fixed `assertionStarting` events being sent after the expr is evaluated (#2678) +* Errors in `TEST_CASE` tags are now reported nicely (#2650) + +### Miscellaneous +* Bunch of improvements to `catch_discover_tests` + * Added DISCOVERY_MODE option, so the discovery can happen either post build or pre-run. + * Fixed handling of semicolons and backslashes in test names (#2674, #2676) +* meson build can disable building tests (#2693) +* meson build properly sets meson version 0.54.1 as the minimal supported version (#2688) + ## 3.3.2 @@ -149,7 +234,7 @@ ### Fixes * Cleaned out some warnings and static analysis issues - * Suppressed `-Wcomma` warning rarely occuring in templated test cases (#2543) + * Suppressed `-Wcomma` warning rarely occurring in templated test cases (#2543) * Constified implementation details in `INFO` (#2564) * Made `MatcherGenericBase` copy constructor const (#2566) * Fixed serialization of test filters so the output roundtrips @@ -352,7 +437,7 @@ v3 releases. * Added `STATIC_CHECK` macro, similar to `STATIC_REQUIRE` (#2318) * When deferred tu runtime, it behaves like `CHECK`, and not like `REQUIRE`. * You can have multiple tests with the same name, as long as other parts of the test identity differ (#1915, #1999, #2175) - * Test identity includes test's name, test's tags and and test's class name if applicable. + * Test identity includes test's name, test's tags and test's class name if applicable. * Added new warning, `UnmatchedTestSpec`, to error on test specs with no matching tests * The `-w`, `--warn` warning flags can now be provided multiple times to enable multiple warnings * The case-insensitive handling of tags is now more reliable and takes up less memory @@ -517,7 +602,7 @@ v3 releases. * The `SECTION`(s) before the `GENERATE` will not be run multiple times, the following ones will. * Added `-D`/`--min-duration` command line flag (#1910) * If a test takes longer to finish than the provided value, its name and duration will be printed. - * This flag is overriden by setting `-d`/`--duration`. + * This flag is overridden by setting `-d`/`--duration`. ### Fixes * `TAPReporter` no longer skips successful assertions (#1983) @@ -585,7 +670,7 @@ v3 releases. ### Fixes * Fixed computation of benchmarking column widths in ConsoleReporter (#1885, #1886) * Suppressed clang-tidy's `cppcoreguidelines-pro-type-vararg` in assertions (#1901) - * It was a false positive trigered by the new warning support workaround + * It was a false positive triggered by the new warning support workaround * Fixed bug in test specification parser handling of OR'd patterns using escaping (#1905) ### Miscellaneous @@ -922,7 +1007,7 @@ v3 releases. ### Contrib * `ParseAndAddCatchTests` has learned how to use `DISABLED` CTest property (#1452) -* `ParseAndAddCatchTests` now works when there is a whitspace before the test name (#1493) +* `ParseAndAddCatchTests` now works when there is a whitespace before the test name (#1493) ### Miscellaneous diff --git a/external_imported/Catch2/docs/reporter-events.md b/external_imported/Catch2/docs/reporter-events.md index 32a0ae507..015f67be4 100644 --- a/external_imported/Catch2/docs/reporter-events.md +++ b/external_imported/Catch2/docs/reporter-events.md @@ -96,12 +96,12 @@ void assertionStarting( AssertionInfo const& assertionInfo ); void assertionEnded( AssertionStats const& assertionStats ); ``` -`assertionStarting` is called after the expression is captured, but before -the assertion expression is evaluated. This might seem like a minor -distinction, but what it means is that if you have assertion like -`REQUIRE( a + b == c + d )`, then what happens is that `a + b` and `c + d` -are evaluated before `assertionStarting` is emitted, while the `==` is -evaluated after the event. +The `assertionStarting` event is emitted before the expression in the +assertion is captured or evaluated and `assertionEnded` is emitted +afterwards. This means that given assertion like `REQUIRE(a + b == c + d)`, +Catch2 first emits `assertionStarting` event, then `a + b` and `c + d` +are evaluated, then their results are captured, the comparison is evaluated, +and then `assertionEnded` event is emitted. ## Benchmarking events diff --git a/external_imported/Catch2/docs/reporters.md b/external_imported/Catch2/docs/reporters.md index 496c61a92..e2abfe34d 100644 --- a/external_imported/Catch2/docs/reporters.md +++ b/external_imported/Catch2/docs/reporters.md @@ -52,7 +52,7 @@ its machine-readable XML output to file `result-junit.xml`, and the uses ANSI colour codes for colouring the output. Using multiple reporters (or one reporter and one-or-more [event -listeners](event-listener.md#top)) can have surprisingly complex semantics +listeners](event-listeners.md#top)) can have surprisingly complex semantics when using customization points provided to reporters by Catch2, namely capturing stdout/stderr from test cases. diff --git a/external_imported/Catch2/docs/skipping-passing-failing.md b/external_imported/Catch2/docs/skipping-passing-failing.md index 4300d9d32..52bb18f76 100644 --- a/external_imported/Catch2/docs/skipping-passing-failing.md +++ b/external_imported/Catch2/docs/skipping-passing-failing.md @@ -9,7 +9,7 @@ In some situations it may not be possible to meaningfully execute a test case, for example when the system under test is missing certain hardware capabilities. If the required conditions can only be determined at runtime, it often doesn't make sense to consider such a test case as either passed or failed, -because it simply can not run at all. +because it simply cannot run at all. To properly express such scenarios, Catch2 provides a way to explicitly _skip_ test cases, using the `SKIP` macro: @@ -84,6 +84,12 @@ exit code, same as it does if no test cases have run. This behaviour can be overridden using the [--allow-running-no-tests](command-line.md#no-tests-override) flag. +### `SKIP` inside generators + +You can also use the `SKIP` macro inside generator's constructor to handle +cases where the generator is empty, but you do not want to fail the test +case. + ## Passing and failing test cases diff --git a/external_imported/Catch2/docs/test-cases-and-sections.md b/external_imported/Catch2/docs/test-cases-and-sections.md index acebcc51d..01c898bb6 100644 --- a/external_imported/Catch2/docs/test-cases-and-sections.md +++ b/external_imported/Catch2/docs/test-cases-and-sections.md @@ -231,7 +231,7 @@ TEMPLATE_TEST_CASE( "vectors can be sized and resized", "[vector][template]", in > [Introduced](https://github.com/catchorg/Catch2/issues/1468) in Catch2 2.6.0. -_template-type1_ through _template-typen_ is list of template template +_template-type1_ through _template-typen_ is list of template types which should be combined with each of _template-arg1_ through _template-argm_, resulting in _n * m_ test cases. Inside the test case, the resulting type is available under the name of `TestType`. diff --git a/external_imported/Catch2/docs/tostring.md b/external_imported/Catch2/docs/tostring.md index adce3cc76..b99b67426 100644 --- a/external_imported/Catch2/docs/tostring.md +++ b/external_imported/Catch2/docs/tostring.md @@ -75,7 +75,7 @@ CATCH_TRANSLATE_EXCEPTION( MyType const& ex ) { Enums that already have a `<<` overload for `std::ostream` will convert to strings as expected. If you only need to convert enums to strings for test reporting purposes you can provide a `StringMaker` specialisations as any other type. -However, as a convenience, Catch provides the `REGISTER_ENUM` helper macro that will generate the `StringMaker` specialiation for you with minimal code. +However, as a convenience, Catch provides the `REGISTER_ENUM` helper macro that will generate the `StringMaker` specialisation for you with minimal code. Simply provide it the (qualified) enum name, followed by all the enum values, and you're done! E.g. diff --git a/external_imported/Catch2/docs/tutorial.md b/external_imported/Catch2/docs/tutorial.md index 342c73818..dfccac888 100644 --- a/external_imported/Catch2/docs/tutorial.md +++ b/external_imported/Catch2/docs/tutorial.md @@ -119,7 +119,7 @@ This is best explained through an example ([code](../examples/100-Fix-Section.cp ```c++ TEST_CASE( "vectors can be sized and resized", "[vector]" ) { - + // This setup will be done 4 times in total, once for each section std::vector v( 5 ); REQUIRE( v.size() == 5 ); @@ -152,11 +152,12 @@ TEST_CASE( "vectors can be sized and resized", "[vector]" ) { } ``` -For each `SECTION` the `TEST_CASE` is executed from the start. This means +For each `SECTION` the `TEST_CASE` is **executed from the start**. This means that each section is entered with a freshly constructed vector `v`, that we know has size 5 and capacity at least 5, because the two assertions -are also checked before the section is entered. Each run through a test -case will execute one, and only one, leaf section. +are also checked before the section is entered. This behaviour may not be +ideal for tests where setup is expensive. Each run through a test case will +execute one, and only one, leaf section. Section can also be nested, in which case the parent section can be entered multiple times, once for each leaf section. Nested sections are diff --git a/external_imported/Catch2/docs/why-catch.md b/external_imported/Catch2/docs/why-catch.md index 2c0178ca5..b7367496b 100644 --- a/external_imported/Catch2/docs/why-catch.md +++ b/external_imported/Catch2/docs/why-catch.md @@ -30,7 +30,7 @@ So what does Catch2 bring to the party that differentiates it from these? Apart * Output is through modular reporter objects. Basic textual and XML reporters are included. Custom reporters can easily be added. * JUnit xml output is supported for integration with third-party tools, such as CI servers. * A default main() function is provided, but you can supply your own for complete control (e.g. integration into your own test runner GUI). -* A command line parser is provided and can still be used if you choose to provided your own main() function. +* A command line parser is provided and can still be used if you choose to provide your own main() function. * Alternative assertion macro(s) report failures but don't abort the test case * Good set of facilities for floating point comparisons (`Catch::Approx` and full set of matchers) * Internal and friendly macros are isolated so name clashes can be managed @@ -41,8 +41,8 @@ So what does Catch2 bring to the party that differentiates it from these? Apart ## Who else is using Catch2? -A whole lot of people. According to the 2021 JetBrains C++ ecosystem survey, -about 11% of C++ programmers use Catch2 for unit testing, making it the +A whole lot of people. According to [the 2022 JetBrains C++ ecosystem survey](https://www.jetbrains.com/lp/devecosystem-2022/cpp/#Which-unit-testing-frameworks-do-you-regularly-use), +about 12% of C++ programmers use Catch2 for unit testing, making it the second most popular unit testing framework. You can also take a look at the (incomplete) list of [open source projects](opensource-users.md#top) diff --git a/external_imported/Catch2/examples/010-TestCase.cpp b/external_imported/Catch2/examples/010-TestCase.cpp index 7ec208d5f..9e5cd8cd3 100644 --- a/external_imported/Catch2/examples/010-TestCase.cpp +++ b/external_imported/Catch2/examples/010-TestCase.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 010-TestCase.cpp // And write tests in the same file: #include diff --git a/external_imported/Catch2/examples/020-TestCase-1.cpp b/external_imported/Catch2/examples/020-TestCase-1.cpp index cec55799a..a9d87dbcb 100644 --- a/external_imported/Catch2/examples/020-TestCase-1.cpp +++ b/external_imported/Catch2/examples/020-TestCase-1.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 020-TestCase-1.cpp #include diff --git a/external_imported/Catch2/examples/020-TestCase-2.cpp b/external_imported/Catch2/examples/020-TestCase-2.cpp index 3f5767b34..72dd0ffb6 100644 --- a/external_imported/Catch2/examples/020-TestCase-2.cpp +++ b/external_imported/Catch2/examples/020-TestCase-2.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 020-TestCase-2.cpp // main() provided by Catch in file 020-TestCase-1.cpp. diff --git a/external_imported/Catch2/examples/030-Asn-Require-Check.cpp b/external_imported/Catch2/examples/030-Asn-Require-Check.cpp index 0d027ca93..62cd3cfc4 100644 --- a/external_imported/Catch2/examples/030-Asn-Require-Check.cpp +++ b/external_imported/Catch2/examples/030-Asn-Require-Check.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 030-Asn-Require-Check.cpp // Catch has two natural expression assertion macro's: diff --git a/external_imported/Catch2/examples/100-Fix-Section.cpp b/external_imported/Catch2/examples/100-Fix-Section.cpp index cfbfa79f9..7c8d8aa86 100644 --- a/external_imported/Catch2/examples/100-Fix-Section.cpp +++ b/external_imported/Catch2/examples/100-Fix-Section.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 100-Fix-Section.cpp // Catch has two ways to express fixtures: diff --git a/external_imported/Catch2/examples/110-Fix-ClassFixture.cpp b/external_imported/Catch2/examples/110-Fix-ClassFixture.cpp index 75c10da62..614c37979 100644 --- a/external_imported/Catch2/examples/110-Fix-ClassFixture.cpp +++ b/external_imported/Catch2/examples/110-Fix-ClassFixture.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 110-Fix-ClassFixture.cpp // Catch has two ways to express fixtures: diff --git a/external_imported/Catch2/examples/120-Bdd-ScenarioGivenWhenThen.cpp b/external_imported/Catch2/examples/120-Bdd-ScenarioGivenWhenThen.cpp index 99cdf9ab9..345d53c38 100644 --- a/external_imported/Catch2/examples/120-Bdd-ScenarioGivenWhenThen.cpp +++ b/external_imported/Catch2/examples/120-Bdd-ScenarioGivenWhenThen.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 120-Bdd-ScenarioGivenWhenThen.cpp // main() provided by linkage with Catch2WithMain diff --git a/external_imported/Catch2/examples/210-Evt-EventListeners.cpp b/external_imported/Catch2/examples/210-Evt-EventListeners.cpp index 6cedb885c..56b050d41 100644 --- a/external_imported/Catch2/examples/210-Evt-EventListeners.cpp +++ b/external_imported/Catch2/examples/210-Evt-EventListeners.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 210-Evt-EventListeners.cpp // Contents: diff --git a/external_imported/Catch2/examples/231-Cfg-OutputStreams.cpp b/external_imported/Catch2/examples/231-Cfg-OutputStreams.cpp index b77c12735..da1713cf8 100644 --- a/external_imported/Catch2/examples/231-Cfg-OutputStreams.cpp +++ b/external_imported/Catch2/examples/231-Cfg-OutputStreams.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 231-Cfg-OutputStreams.cpp // Show how to replace the streams with a simple custom made streambuf. diff --git a/external_imported/Catch2/examples/232-Cfg-CustomMain.cpp b/external_imported/Catch2/examples/232-Cfg-CustomMain.cpp new file mode 100644 index 000000000..69fba7f16 --- /dev/null +++ b/external_imported/Catch2/examples/232-Cfg-CustomMain.cpp @@ -0,0 +1,41 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +// 232-Cfg-CustomMain.cpp +// Show how to use custom main and add a custom option to the CLI parser + +#include + +#include + +int main(int argc, char** argv) { + Catch::Session session; // There must be exactly one instance + + int height = 0; // Some user variable you want to be able to set + + // Build a new parser on top of Catch2's + using namespace Catch::Clara; + auto cli + = session.cli() // Get Catch2's command line parser + | Opt( height, "height" ) // bind variable to a new option, with a hint string + ["--height"] // the option names it will respond to + ("how high?"); // description string for the help output + + // Now pass the new composite back to Catch2 so it uses that + session.cli( cli ); + + // Let Catch2 (using Clara) parse the command line + int returnCode = session.applyCommandLine( argc, argv ); + if( returnCode != 0 ) // Indicates a command line error + return returnCode; + + // if set on the command line then 'height' is now set at this point + std::cout << "height: " << height << std::endl; + + return session.run(); +} diff --git a/external_imported/Catch2/examples/300-Gen-OwnGenerator.cpp b/external_imported/Catch2/examples/300-Gen-OwnGenerator.cpp index 09643d6f7..b5d951ac4 100644 --- a/external_imported/Catch2/examples/300-Gen-OwnGenerator.cpp +++ b/external_imported/Catch2/examples/300-Gen-OwnGenerator.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 300-Gen-OwnGenerator.cpp // Shows how to define a custom generator. diff --git a/external_imported/Catch2/examples/301-Gen-MapTypeConversion.cpp b/external_imported/Catch2/examples/301-Gen-MapTypeConversion.cpp index ba55f65f1..a065d87ae 100644 --- a/external_imported/Catch2/examples/301-Gen-MapTypeConversion.cpp +++ b/external_imported/Catch2/examples/301-Gen-MapTypeConversion.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 301-Gen-MapTypeConversion.cpp // Shows how to use map to modify generator's return type. diff --git a/external_imported/Catch2/examples/302-Gen-Table.cpp b/external_imported/Catch2/examples/302-Gen-Table.cpp index 743195183..3cdb14301 100644 --- a/external_imported/Catch2/examples/302-Gen-Table.cpp +++ b/external_imported/Catch2/examples/302-Gen-Table.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 302-Gen-Table.cpp // Shows how to use table to run a test many times with different inputs. Lifted from examples on // issue #850. @@ -44,11 +52,11 @@ TEST_CASE("Table allows pre-computed test inputs and outputs", "[example][genera /* Possible simplifications where less legacy toolchain support is needed: * - * - With libstdc++6 or newer, the make_tuple() calls can be ommitted + * - With libstdc++6 or newer, the make_tuple() calls can be omitted * (technically C++17 but does not require -std in GCC/Clang). See * https://stackoverflow.com/questions/12436586/tuple-vector-and-initializer-list * - * - In C++17 mode std::tie() and the preceding variable delcarations can be + * - In C++17 mode std::tie() and the preceding variable declarations can be * replaced by structured bindings: auto [test_input, expected] = GENERATE( * table({ ... */ diff --git a/external_imported/Catch2/examples/310-Gen-VariablesInGenerators.cpp b/external_imported/Catch2/examples/310-Gen-VariablesInGenerators.cpp index 0339c5f18..5d24d45a1 100644 --- a/external_imported/Catch2/examples/310-Gen-VariablesInGenerators.cpp +++ b/external_imported/Catch2/examples/310-Gen-VariablesInGenerators.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 310-Gen-VariablesInGenerator.cpp // Shows how to use variables when creating generators. diff --git a/external_imported/Catch2/examples/311-Gen-CustomCapture.cpp b/external_imported/Catch2/examples/311-Gen-CustomCapture.cpp index d12ee7090..ee3103835 100644 --- a/external_imported/Catch2/examples/311-Gen-CustomCapture.cpp +++ b/external_imported/Catch2/examples/311-Gen-CustomCapture.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 311-Gen-CustomCapture.cpp // Shows how to provide custom capture list to the generator expression diff --git a/external_imported/Catch2/examples/CMakeLists.txt b/external_imported/Catch2/examples/CMakeLists.txt index f99333418..82734adab 100644 --- a/external_imported/Catch2/examples/CMakeLists.txt +++ b/external_imported/Catch2/examples/CMakeLists.txt @@ -30,6 +30,7 @@ set( SOURCES_IDIOMATIC_EXAMPLES 110-Fix-ClassFixture.cpp 120-Bdd-ScenarioGivenWhenThen.cpp 210-Evt-EventListeners.cpp + 232-Cfg-CustomMain.cpp 300-Gen-OwnGenerator.cpp 301-Gen-MapTypeConversion.cpp 302-Gen-Table.cpp @@ -53,7 +54,7 @@ set(ALL_EXAMPLE_TARGETS ) foreach( name ${ALL_EXAMPLE_TARGETS} ) - target_link_libraries( ${name} Catch2 Catch2WithMain ) + target_link_libraries( ${name} Catch2WithMain ) endforeach() diff --git a/external_imported/Catch2/extras/Catch.cmake b/external_imported/Catch2/extras/Catch.cmake index bc553591b..8f30688c5 100644 --- a/external_imported/Catch2/extras/Catch.cmake +++ b/external_imported/Catch2/extras/Catch.cmake @@ -35,8 +35,9 @@ same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``. [TEST_LIST var] [REPORTER reporter] [OUTPUT_DIR dir] - [OUTPUT_PREFIX prefix} + [OUTPUT_PREFIX prefix] [OUTPUT_SUFFIX suffix] + [DISCOVERY_MODE ] ) ``catch_discover_tests`` sets up a post-build command on the test executable @@ -123,14 +124,28 @@ same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``. test executable and when the tests are executed themselves. This requires cmake/ctest >= 3.22. + `DISCOVERY_MODE mode`` + Provides control over when ``catch_discover_tests`` performs test discovery. + By default, ``POST_BUILD`` sets up a post-build command to perform test discovery + at build time. In certain scenarios, like cross-compiling, this ``POST_BUILD`` + behavior is not desirable. By contrast, ``PRE_TEST`` delays test discovery until + just prior to test execution. This way test discovery occurs in the target environment + where the test has a better chance at finding appropriate runtime dependencies. + + ``DISCOVERY_MODE`` defaults to the value of the + ``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when + calling ``catch_discover_tests``. This provides a mechanism for globally selecting + a preferred test discovery behavior without having to modify each call site. + #]=======================================================================] #------------------------------------------------------------------------------ function(catch_discover_tests TARGET) + cmake_parse_arguments( "" "" - "TEST_PREFIX;TEST_SUFFIX;WORKING_DIRECTORY;TEST_LIST;REPORTER;OUTPUT_DIR;OUTPUT_PREFIX;OUTPUT_SUFFIX" + "TEST_PREFIX;TEST_SUFFIX;WORKING_DIRECTORY;TEST_LIST;REPORTER;OUTPUT_DIR;OUTPUT_PREFIX;OUTPUT_SUFFIX;DISCOVERY_MODE" "TEST_SPEC;EXTRA_ARGS;PROPERTIES;DL_PATHS" ${ARGN} ) @@ -141,57 +156,128 @@ function(catch_discover_tests TARGET) if(NOT _TEST_LIST) set(_TEST_LIST ${TARGET}_TESTS) endif() - if (_DL_PATHS) if(${CMAKE_VERSION} VERSION_LESS "3.22.0") message(FATAL_ERROR "The DL_PATHS option requires at least cmake 3.22") endif() endif() + if(NOT _DISCOVERY_MODE) + if(NOT CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE) + set(CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE "POST_BUILD") + endif() + set(_DISCOVERY_MODE ${CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE}) + endif() + if (NOT _DISCOVERY_MODE MATCHES "^(POST_BUILD|PRE_TEST)$") + message(FATAL_ERROR "Unknown DISCOVERY_MODE: ${_DISCOVERY_MODE}") + endif() ## Generate a unique name based on the extra arguments string(SHA1 args_hash "${_TEST_SPEC} ${_EXTRA_ARGS} ${_REPORTER} ${_OUTPUT_DIR} ${_OUTPUT_PREFIX} ${_OUTPUT_SUFFIX}") string(SUBSTRING ${args_hash} 0 7 args_hash) # Define rule to generate test list for aforementioned test executable - set(ctest_include_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_include-${args_hash}.cmake") - set(ctest_tests_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_tests-${args_hash}.cmake") + set(ctest_file_base "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}-${args_hash}") + set(ctest_include_file "${ctest_file_base}_include.cmake") + set(ctest_tests_file "${ctest_file_base}_tests.cmake") + get_property(crosscompiling_emulator TARGET ${TARGET} PROPERTY CROSSCOMPILING_EMULATOR ) - add_custom_command( - TARGET ${TARGET} POST_BUILD - BYPRODUCTS "${ctest_tests_file}" - COMMAND "${CMAKE_COMMAND}" - -D "TEST_TARGET=${TARGET}" - -D "TEST_EXECUTABLE=$" - -D "TEST_EXECUTOR=${crosscompiling_emulator}" - -D "TEST_WORKING_DIR=${_WORKING_DIRECTORY}" - -D "TEST_SPEC=${_TEST_SPEC}" - -D "TEST_EXTRA_ARGS=${_EXTRA_ARGS}" - -D "TEST_PROPERTIES=${_PROPERTIES}" - -D "TEST_PREFIX=${_TEST_PREFIX}" - -D "TEST_SUFFIX=${_TEST_SUFFIX}" - -D "TEST_LIST=${_TEST_LIST}" - -D "TEST_REPORTER=${_REPORTER}" - -D "TEST_OUTPUT_DIR=${_OUTPUT_DIR}" - -D "TEST_OUTPUT_PREFIX=${_OUTPUT_PREFIX}" - -D "TEST_OUTPUT_SUFFIX=${_OUTPUT_SUFFIX}" - -D "TEST_DL_PATHS=${_DL_PATHS}" - -D "CTEST_FILE=${ctest_tests_file}" - -P "${_CATCH_DISCOVER_TESTS_SCRIPT}" - VERBATIM - ) - file(WRITE "${ctest_include_file}" - "if(EXISTS \"${ctest_tests_file}\")\n" - " include(\"${ctest_tests_file}\")\n" - "else()\n" - " add_test(${TARGET}_NOT_BUILT-${args_hash} ${TARGET}_NOT_BUILT-${args_hash})\n" - "endif()\n" - ) + if(_DISCOVERY_MODE STREQUAL "POST_BUILD") + add_custom_command( + TARGET ${TARGET} POST_BUILD + BYPRODUCTS "${ctest_tests_file}" + COMMAND "${CMAKE_COMMAND}" + -D "TEST_TARGET=${TARGET}" + -D "TEST_EXECUTABLE=$" + -D "TEST_EXECUTOR=${crosscompiling_emulator}" + -D "TEST_WORKING_DIR=${_WORKING_DIRECTORY}" + -D "TEST_SPEC=${_TEST_SPEC}" + -D "TEST_EXTRA_ARGS=${_EXTRA_ARGS}" + -D "TEST_PROPERTIES=${_PROPERTIES}" + -D "TEST_PREFIX=${_TEST_PREFIX}" + -D "TEST_SUFFIX=${_TEST_SUFFIX}" + -D "TEST_LIST=${_TEST_LIST}" + -D "TEST_REPORTER=${_REPORTER}" + -D "TEST_OUTPUT_DIR=${_OUTPUT_DIR}" + -D "TEST_OUTPUT_PREFIX=${_OUTPUT_PREFIX}" + -D "TEST_OUTPUT_SUFFIX=${_OUTPUT_SUFFIX}" + -D "TEST_DL_PATHS=${_DL_PATHS}" + -D "CTEST_FILE=${ctest_tests_file}" + -P "${_CATCH_DISCOVER_TESTS_SCRIPT}" + VERBATIM + ) + + file(WRITE "${ctest_include_file}" + "if(EXISTS \"${ctest_tests_file}\")\n" + " include(\"${ctest_tests_file}\")\n" + "else()\n" + " add_test(${TARGET}_NOT_BUILT-${args_hash} ${TARGET}_NOT_BUILT-${args_hash})\n" + "endif()\n" + ) - if(NOT ${CMAKE_VERSION} VERSION_LESS "3.10.0") + elseif(_DISCOVERY_MODE STREQUAL "PRE_TEST") + + get_property(GENERATOR_IS_MULTI_CONFIG GLOBAL + PROPERTY GENERATOR_IS_MULTI_CONFIG + ) + + if(GENERATOR_IS_MULTI_CONFIG) + set(ctest_tests_file "${ctest_file_base}_tests-$.cmake") + endif() + + string(CONCAT ctest_include_content + "if(EXISTS \"$\")" "\n" + " if(NOT EXISTS \"${ctest_tests_file}\" OR" "\n" + " NOT \"${ctest_tests_file}\" IS_NEWER_THAN \"$\" OR\n" + " NOT \"${ctest_tests_file}\" IS_NEWER_THAN \"\${CMAKE_CURRENT_LIST_FILE}\")\n" + " include(\"${_CATCH_DISCOVER_TESTS_SCRIPT}\")" "\n" + " catch_discover_tests_impl(" "\n" + " TEST_EXECUTABLE" " [==[" "$" "]==]" "\n" + " TEST_EXECUTOR" " [==[" "${crosscompiling_emulator}" "]==]" "\n" + " TEST_WORKING_DIR" " [==[" "${_WORKING_DIRECTORY}" "]==]" "\n" + " TEST_SPEC" " [==[" "${_TEST_SPEC}" "]==]" "\n" + " TEST_EXTRA_ARGS" " [==[" "${_EXTRA_ARGS}" "]==]" "\n" + " TEST_PROPERTIES" " [==[" "${_PROPERTIES}" "]==]" "\n" + " TEST_PREFIX" " [==[" "${_TEST_PREFIX}" "]==]" "\n" + " TEST_SUFFIX" " [==[" "${_TEST_SUFFIX}" "]==]" "\n" + " TEST_LIST" " [==[" "${_TEST_LIST}" "]==]" "\n" + " TEST_REPORTER" " [==[" "${_REPORTER}" "]==]" "\n" + " TEST_OUTPUT_DIR" " [==[" "${_OUTPUT_DIR}" "]==]" "\n" + " TEST_OUTPUT_PREFIX" " [==[" "${_OUTPUT_PREFIX}" "]==]" "\n" + " TEST_OUTPUT_SUFFIX" " [==[" "${_OUTPUT_SUFFIX}" "]==]" "\n" + " CTEST_FILE" " [==[" "${ctest_tests_file}" "]==]" "\n" + " TEST_DL_PATHS" " [==[" "${_DL_PATHS}" "]==]" "\n" + " CTEST_FILE" " [==[" "${CTEST_FILE}" "]==]" "\n" + " )" "\n" + " endif()" "\n" + " include(\"${ctest_tests_file}\")" "\n" + "else()" "\n" + " add_test(${TARGET}_NOT_BUILT ${TARGET}_NOT_BUILT)" "\n" + "endif()" "\n" + ) + + if(GENERATOR_IS_MULTI_CONFIG) + foreach(_config ${CMAKE_CONFIGURATION_TYPES}) + file(GENERATE OUTPUT "${ctest_file_base}_include-${_config}.cmake" CONTENT "${ctest_include_content}" CONDITION $) + endforeach() + string(CONCAT ctest_include_multi_content + "if(NOT CTEST_CONFIGURATION_TYPE)" "\n" + " message(\"No configuration for testing specified, use '-C '.\")" "\n" + "else()" "\n" + " include(\"${ctest_file_base}_include-\${CTEST_CONFIGURATION_TYPE}.cmake\")" "\n" + "endif()" "\n" + ) + file(GENERATE OUTPUT "${ctest_include_file}" CONTENT "${ctest_include_multi_content}") + else() + file(GENERATE OUTPUT "${ctest_file_base}_include.cmake" CONTENT "${ctest_include_content}") + file(WRITE "${ctest_include_file}" "include(\"${ctest_file_base}_include.cmake\")") + endif() + endif() + + if(NOT ${CMAKE_VERSION} VERSION_LESS "3.10.0") # Add discovered tests to directory TEST_INCLUDE_FILES set_property(DIRECTORY APPEND PROPERTY TEST_INCLUDE_FILES "${ctest_include_file}" @@ -204,9 +290,7 @@ function(catch_discover_tests TARGET) PROPERTY TEST_INCLUDE_FILE "${ctest_include_file}" ) else() - message(FATAL_ERROR - "Cannot set more than one TEST_INCLUDE_FILE" - ) + message(FATAL_ERROR "Cannot set more than one TEST_INCLUDE_FILE") endif() endif() diff --git a/external_imported/Catch2/extras/CatchAddTests.cmake b/external_imported/Catch2/extras/CatchAddTests.cmake index beec3aede..692e34056 100644 --- a/external_imported/Catch2/extras/CatchAddTests.cmake +++ b/external_imported/Catch2/extras/CatchAddTests.cmake @@ -1,28 +1,6 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. -set(prefix "${TEST_PREFIX}") -set(suffix "${TEST_SUFFIX}") -set(spec ${TEST_SPEC}) -set(extra_args ${TEST_EXTRA_ARGS}) -set(properties ${TEST_PROPERTIES}) -set(reporter ${TEST_REPORTER}) -set(output_dir ${TEST_OUTPUT_DIR}) -set(output_prefix ${TEST_OUTPUT_PREFIX}) -set(output_suffix ${TEST_OUTPUT_SUFFIX}) -set(dl_paths ${TEST_DL_PATHS}) -set(script) -set(suite) -set(tests) - -if(WIN32) - set(dl_paths_variable_name PATH) -elseif(APPLE) - set(dl_paths_variable_name DYLD_LIBRARY_PATH) -else() - set(dl_paths_variable_name LD_LIBRARY_PATH) -endif() - function(add_command NAME) set(_args "") # use ARGV* instead of ARGN, because ARGN splits arrays into multiple arguments @@ -38,119 +16,177 @@ function(add_command NAME) set(script "${script}${NAME}(${_args})\n" PARENT_SCOPE) endfunction() -# Run test executable to get list of available tests -if(NOT EXISTS "${TEST_EXECUTABLE}") - message(FATAL_ERROR - "Specified test executable '${TEST_EXECUTABLE}' does not exist" +function(catch_discover_tests_impl) + + cmake_parse_arguments( + "" + "" + "TEST_EXECUTABLE;TEST_WORKING_DIR;TEST_DL_PATHS;TEST_OUTPUT_DIR;TEST_OUTPUT_PREFIX;TEST_OUTPUT_SUFFIX;TEST_PREFIX;TEST_REPORTER;TEST_SPEC;TEST_SUFFIX;TEST_LIST;CTEST_FILE" + "TEST_EXTRA_ARGS;TEST_PROPERTIES;TEST_EXECUTOR" + ${ARGN} ) -endif() -if(dl_paths) - cmake_path(CONVERT "${dl_paths}" TO_NATIVE_PATH_LIST paths) - set(ENV{${dl_paths_variable_name}} "${paths}") -endif() + set(prefix "${_TEST_PREFIX}") + set(suffix "${_TEST_SUFFIX}") + set(spec ${_TEST_SPEC}) + set(extra_args ${_TEST_EXTRA_ARGS}) + set(properties ${_TEST_PROPERTIES}) + set(reporter ${_TEST_REPORTER}) + set(output_dir ${_TEST_OUTPUT_DIR}) + set(output_prefix ${_TEST_OUTPUT_PREFIX}) + set(output_suffix ${_TEST_OUTPUT_SUFFIX}) + set(dl_paths ${_TEST_DL_PATHS}) + set(script) + set(suite) + set(tests) + + if(WIN32) + set(dl_paths_variable_name PATH) + elseif(APPLE) + set(dl_paths_variable_name DYLD_LIBRARY_PATH) + else() + set(dl_paths_variable_name LD_LIBRARY_PATH) + endif() -execute_process( - COMMAND ${TEST_EXECUTOR} "${TEST_EXECUTABLE}" ${spec} --list-tests --verbosity quiet - OUTPUT_VARIABLE output - RESULT_VARIABLE result - WORKING_DIRECTORY "${TEST_WORKING_DIR}" -) -if(NOT ${result} EQUAL 0) - message(FATAL_ERROR - "Error running test executable '${TEST_EXECUTABLE}':\n" - " Result: ${result}\n" - " Output: ${output}\n" - ) -endif() + # Run test executable to get list of available tests + if(NOT EXISTS "${_TEST_EXECUTABLE}") + message(FATAL_ERROR + "Specified test executable '${_TEST_EXECUTABLE}' does not exist" + ) + endif() -string(REPLACE "\n" ";" output "${output}") - -# Run test executable to get list of available reporters -execute_process( - COMMAND ${TEST_EXECUTOR} "${TEST_EXECUTABLE}" ${spec} --list-reporters - OUTPUT_VARIABLE reporters_output - RESULT_VARIABLE reporters_result - WORKING_DIRECTORY "${TEST_WORKING_DIR}" -) -if(NOT ${reporters_result} EQUAL 0) - message(FATAL_ERROR - "Error running test executable '${TEST_EXECUTABLE}':\n" - " Result: ${reporters_result}\n" - " Output: ${reporters_output}\n" - ) -endif() -string(FIND "${reporters_output}" "${reporter}" reporter_is_valid) -if(reporter AND ${reporter_is_valid} EQUAL -1) - message(FATAL_ERROR - "\"${reporter}\" is not a valid reporter!\n" - ) -endif() + if(dl_paths) + cmake_path(CONVERT "${dl_paths}" TO_NATIVE_PATH_LIST paths) + set(ENV{${dl_paths_variable_name}} "${paths}") + endif() -# Prepare reporter -if(reporter) - set(reporter_arg "--reporter ${reporter}") -endif() + execute_process( + COMMAND ${_TEST_EXECUTOR} "${_TEST_EXECUTABLE}" ${spec} --list-tests --verbosity quiet + OUTPUT_VARIABLE output + RESULT_VARIABLE result + WORKING_DIRECTORY "${_TEST_WORKING_DIR}" + ) + if(NOT ${result} EQUAL 0) + message(FATAL_ERROR + "Error running test executable '${_TEST_EXECUTABLE}':\n" + " Result: ${result}\n" + " Output: ${output}\n" + ) + endif() -# Prepare output dir -if(output_dir AND NOT IS_ABSOLUTE ${output_dir}) - set(output_dir "${TEST_WORKING_DIR}/${output_dir}") - if(NOT EXISTS ${output_dir}) - file(MAKE_DIRECTORY ${output_dir}) + # Make sure to escape ; (semicolons) in test names first, because + # that'd break the foreach loop for "Parse output" later and create + # wrongly splitted and thus failing test cases (false positives) + string(REPLACE ";" "\;" output "${output}") + string(REPLACE "\n" ";" output "${output}") + + # Prepare reporter + if(reporter) + set(reporter_arg "--reporter ${reporter}") + + # Run test executable to check whether reporter is available + # note that the use of --list-reporters is not the important part, + # we only want to check whether the execution succeeds with ${reporter_arg} + execute_process( + COMMAND ${_TEST_EXECUTOR} "${_TEST_EXECUTABLE}" ${spec} ${reporter_arg} --list-reporters + OUTPUT_VARIABLE reporter_check_output + RESULT_VARIABLE reporter_check_result + WORKING_DIRECTORY "${_TEST_WORKING_DIR}" + ) + if(${reporter_check_result} EQUAL 255) + message(FATAL_ERROR + "\"${reporter}\" is not a valid reporter!\n" + ) + elseif(NOT ${reporter_check_result} EQUAL 0) + message(FATAL_ERROR + "Error running test executable '${_TEST_EXECUTABLE}':\n" + " Result: ${reporter_check_result}\n" + " Output: ${reporter_check_output}\n" + ) + endif() endif() -endif() -if(dl_paths) - foreach(path ${dl_paths}) - cmake_path(NATIVE_PATH path native_path) - list(APPEND environment_modifications "${dl_paths_variable_name}=path_list_prepend:${native_path}") - endforeach() -endif() + # Prepare output dir + if(output_dir AND NOT IS_ABSOLUTE ${output_dir}) + set(output_dir "${_TEST_WORKING_DIR}/${output_dir}") + if(NOT EXISTS ${output_dir}) + file(MAKE_DIRECTORY ${output_dir}) + endif() + endif() -# Parse output -foreach(line ${output}) - set(test ${line}) - # Escape characters in test case names that would be parsed by Catch2 - set(test_name ${test}) - foreach(char , [ ]) - string(REPLACE ${char} "\\${char}" test_name ${test_name}) - endforeach(char) - # ...add output dir - if(output_dir) - string(REGEX REPLACE "[^A-Za-z0-9_]" "_" test_name_clean ${test_name}) - set(output_dir_arg "--out ${output_dir}/${output_prefix}${test_name_clean}${output_suffix}") + if(dl_paths) + foreach(path ${dl_paths}) + cmake_path(NATIVE_PATH path native_path) + list(APPEND environment_modifications "${dl_paths_variable_name}=path_list_prepend:${native_path}") + endforeach() endif() - - # ...and add to script - add_command(add_test - "${prefix}${test}${suffix}" - ${TEST_EXECUTOR} - "${TEST_EXECUTABLE}" - "${test_name}" - ${extra_args} - "${reporter_arg}" - "${output_dir_arg}" - ) - add_command(set_tests_properties - "${prefix}${test}${suffix}" - PROPERTIES - WORKING_DIRECTORY "${TEST_WORKING_DIR}" - ${properties} - ) - if(environment_modifications) - add_command(set_tests_properties - "${prefix}${test}${suffix}" - PROPERTIES - ENVIRONMENT_MODIFICATION "${environment_modifications}") - endif() + # Parse output + foreach(line ${output}) + set(test "${line}") + # Escape characters in test case names that would be parsed by Catch2 + # Note that the \ escaping must happen FIRST! Do not change the order. + set(test_name "${test}") + foreach(char \\ , [ ]) + string(REPLACE ${char} "\\${char}" test_name "${test_name}") + endforeach(char) + # ...add output dir + if(output_dir) + string(REGEX REPLACE "[^A-Za-z0-9_]" "_" test_name_clean "${test_name}") + set(output_dir_arg "--out ${output_dir}/${output_prefix}${test_name_clean}${output_suffix}") + endif() + + # ...and add to script + add_command(add_test + "${prefix}${test}${suffix}" + ${_TEST_EXECUTOR} + "${_TEST_EXECUTABLE}" + "${test_name}" + ${extra_args} + "${reporter_arg}" + "${output_dir_arg}" + ) + add_command(set_tests_properties + "${prefix}${test}${suffix}" + PROPERTIES + WORKING_DIRECTORY "${_TEST_WORKING_DIR}" + ${properties} + ) + + if(environment_modifications) + add_command(set_tests_properties + "${prefix}${test}${suffix}" + PROPERTIES + ENVIRONMENT_MODIFICATION "${environment_modifications}") + endif() + + list(APPEND tests "${prefix}${test}${suffix}") + endforeach() - list(APPEND tests "${prefix}${test}${suffix}") -endforeach() + # Create a list of all discovered tests, which users may use to e.g. set + # properties on the tests + add_command(set ${_TEST_LIST} ${tests}) -# Create a list of all discovered tests, which users may use to e.g. set -# properties on the tests -add_command(set ${TEST_LIST} ${tests}) + # Write CTest script + file(WRITE "${_CTEST_FILE}" "${script}") +endfunction() -# Write CTest script -file(WRITE "${CTEST_FILE}" "${script}") +if(CMAKE_SCRIPT_MODE_FILE) + catch_discover_tests_impl( + TEST_EXECUTABLE ${TEST_EXECUTABLE} + TEST_EXECUTOR ${TEST_EXECUTOR} + TEST_WORKING_DIR ${TEST_WORKING_DIR} + TEST_SPEC ${TEST_SPEC} + TEST_EXTRA_ARGS ${TEST_EXTRA_ARGS} + TEST_PROPERTIES ${TEST_PROPERTIES} + TEST_PREFIX ${TEST_PREFIX} + TEST_SUFFIX ${TEST_SUFFIX} + TEST_LIST ${TEST_LIST} + TEST_REPORTER ${TEST_REPORTER} + TEST_OUTPUT_DIR ${TEST_OUTPUT_DIR} + TEST_OUTPUT_PREFIX ${TEST_OUTPUT_PREFIX} + TEST_OUTPUT_SUFFIX ${TEST_OUTPUT_SUFFIX} + TEST_DL_PATHS ${TEST_DL_PATHS} + CTEST_FILE ${CTEST_FILE} + ) +endif() diff --git a/external_imported/Catch2/extras/CatchShardTests.cmake b/external_imported/Catch2/extras/CatchShardTests.cmake index 5e043cf06..68228f5a6 100644 --- a/external_imported/Catch2/extras/CatchShardTests.cmake +++ b/external_imported/Catch2/extras/CatchShardTests.cmake @@ -46,7 +46,7 @@ function(catch_add_sharded_tests TARGET) APPEND PROPERTY TEST_INCLUDE_FILES "${ctest_include_file}" ) - set(shard_impl_script_file "${CMAKE_CURRENT_LIST_DIR}/CatchShardTestsImpl.cmake") + set(shard_impl_script_file "${_CATCH_DISCOVER_SHARD_TESTS_IMPL_SCRIPT}") add_custom_command( TARGET ${TARGET} POST_BUILD @@ -64,3 +64,11 @@ function(catch_add_sharded_tests TARGET) endfunction() + + +############################################################################### + +set(_CATCH_DISCOVER_SHARD_TESTS_IMPL_SCRIPT + ${CMAKE_CURRENT_LIST_DIR}/CatchShardTestsImpl.cmake + CACHE INTERNAL "Catch2 full path to CatchShardTestsImpl.cmake helper file" +) diff --git a/external_imported/Catch2/extras/catch_amalgamated.cpp b/external_imported/Catch2/extras/catch_amalgamated.cpp index a81b1b6ae..f68c9005b 100644 --- a/external_imported/Catch2/extras/catch_amalgamated.cpp +++ b/external_imported/Catch2/extras/catch_amalgamated.cpp @@ -1,3 +1,4 @@ + // Copyright Catch2 Authors // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at @@ -5,8 +6,8 @@ // SPDX-License-Identifier: BSL-1.0 -// Catch v3.3.2 -// Generated: 2023-02-26 10:28:48.270752 +// Catch v3.5.2 +// Generated: 2024-01-15 14:06:36.675713 // ---------------------------------------------------------- // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. @@ -48,6 +49,80 @@ namespace Catch { } // namespace Catch +// Adapted from donated nonius code. + + +#include + +namespace Catch { + namespace Benchmark { + namespace Detail { + SampleAnalysis analyse(const IConfig &cfg, FDuration* first, FDuration* last) { + if (!cfg.benchmarkNoAnalysis()) { + std::vector samples; + samples.reserve(static_cast(last - first)); + for (auto current = first; current != last; ++current) { + samples.push_back( current->count() ); + } + + auto analysis = Catch::Benchmark::Detail::analyse_samples( + cfg.benchmarkConfidenceInterval(), + cfg.benchmarkResamples(), + samples.data(), + samples.data() + samples.size() ); + auto outliers = Catch::Benchmark::Detail::classify_outliers( + samples.data(), samples.data() + samples.size() ); + + auto wrap_estimate = [](Estimate e) { + return Estimate { + FDuration(e.point), + FDuration(e.lower_bound), + FDuration(e.upper_bound), + e.confidence_interval, + }; + }; + std::vector samples2; + samples2.reserve(samples.size()); + for (auto s : samples) { + samples2.push_back( FDuration( s ) ); + } + + return { + CATCH_MOVE(samples2), + wrap_estimate(analysis.mean), + wrap_estimate(analysis.standard_deviation), + outliers, + analysis.outlier_variance, + }; + } else { + std::vector samples; + samples.reserve(static_cast(last - first)); + + FDuration mean = FDuration(0); + int i = 0; + for (auto it = first; it < last; ++it, ++i) { + samples.push_back(FDuration(*it)); + mean += FDuration(*it); + } + mean /= i; + + return SampleAnalysis{ + CATCH_MOVE(samples), + Estimate{ mean, mean, mean, 0.0 }, + Estimate{ FDuration( 0 ), + FDuration( 0 ), + FDuration( 0 ), + 0.0 }, + OutlierClassification{}, + 0.0 + }; + } + } + } // namespace Detail + } // namespace Benchmark +} // namespace Catch + + namespace Catch { @@ -60,6 +135,7 @@ namespace Catch { + #include namespace Catch { @@ -86,9 +162,11 @@ namespace Catch { +#include #include +#include #include -#include +#include #include @@ -96,139 +174,199 @@ namespace Catch { #include #endif -namespace { +namespace Catch { + namespace Benchmark { + namespace Detail { + namespace { + + template + static sample + resample( URng& rng, + unsigned int resamples, + double const* first, + double const* last, + Estimator& estimator ) { + auto n = static_cast( last - first ); + std::uniform_int_distribution dist( 0, n - 1 ); + + sample out; + out.reserve( resamples ); + std::vector resampled; + resampled.reserve( n ); + for ( size_t i = 0; i < resamples; ++i ) { + resampled.clear(); + for ( size_t s = 0; s < n; ++s ) { + resampled.push_back( first[dist( rng )] ); + } + const auto estimate = + estimator( resampled.data(), resampled.data() + resampled.size() ); + out.push_back( estimate ); + } + std::sort( out.begin(), out.end() ); + return out; + } -using Catch::Benchmark::Detail::sample; - - template - sample resample(URng& rng, unsigned int resamples, std::vector::iterator first, std::vector::iterator last, Estimator& estimator) { - auto n = static_cast(last - first); - std::uniform_int_distribution dist(0, n - 1); - - sample out; - out.reserve(resamples); - std::generate_n(std::back_inserter(out), resamples, [n, first, &estimator, &dist, &rng] { - std::vector resampled; - resampled.reserve(n); - std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[static_cast(dist(rng))]; }); - return estimator(resampled.begin(), resampled.end()); - }); - std::sort(out.begin(), out.end()); - return out; - } - - - double erf_inv(double x) { - // Code accompanying the article "Approximating the erfinv function" in GPU Computing Gems, Volume 2 - double w, p; - - w = -log((1.0 - x) * (1.0 + x)); - - if (w < 6.250000) { - w = w - 3.125000; - p = -3.6444120640178196996e-21; - p = -1.685059138182016589e-19 + p * w; - p = 1.2858480715256400167e-18 + p * w; - p = 1.115787767802518096e-17 + p * w; - p = -1.333171662854620906e-16 + p * w; - p = 2.0972767875968561637e-17 + p * w; - p = 6.6376381343583238325e-15 + p * w; - p = -4.0545662729752068639e-14 + p * w; - p = -8.1519341976054721522e-14 + p * w; - p = 2.6335093153082322977e-12 + p * w; - p = -1.2975133253453532498e-11 + p * w; - p = -5.4154120542946279317e-11 + p * w; - p = 1.051212273321532285e-09 + p * w; - p = -4.1126339803469836976e-09 + p * w; - p = -2.9070369957882005086e-08 + p * w; - p = 4.2347877827932403518e-07 + p * w; - p = -1.3654692000834678645e-06 + p * w; - p = -1.3882523362786468719e-05 + p * w; - p = 0.0001867342080340571352 + p * w; - p = -0.00074070253416626697512 + p * w; - p = -0.0060336708714301490533 + p * w; - p = 0.24015818242558961693 + p * w; - p = 1.6536545626831027356 + p * w; - } else if (w < 16.000000) { - w = sqrt(w) - 3.250000; - p = 2.2137376921775787049e-09; - p = 9.0756561938885390979e-08 + p * w; - p = -2.7517406297064545428e-07 + p * w; - p = 1.8239629214389227755e-08 + p * w; - p = 1.5027403968909827627e-06 + p * w; - p = -4.013867526981545969e-06 + p * w; - p = 2.9234449089955446044e-06 + p * w; - p = 1.2475304481671778723e-05 + p * w; - p = -4.7318229009055733981e-05 + p * w; - p = 6.8284851459573175448e-05 + p * w; - p = 2.4031110387097893999e-05 + p * w; - p = -0.0003550375203628474796 + p * w; - p = 0.00095328937973738049703 + p * w; - p = -0.0016882755560235047313 + p * w; - p = 0.0024914420961078508066 + p * w; - p = -0.0037512085075692412107 + p * w; - p = 0.005370914553590063617 + p * w; - p = 1.0052589676941592334 + p * w; - p = 3.0838856104922207635 + p * w; - } else { - w = sqrt(w) - 5.000000; - p = -2.7109920616438573243e-11; - p = -2.5556418169965252055e-10 + p * w; - p = 1.5076572693500548083e-09 + p * w; - p = -3.7894654401267369937e-09 + p * w; - p = 7.6157012080783393804e-09 + p * w; - p = -1.4960026627149240478e-08 + p * w; - p = 2.9147953450901080826e-08 + p * w; - p = -6.7711997758452339498e-08 + p * w; - p = 2.2900482228026654717e-07 + p * w; - p = -9.9298272942317002539e-07 + p * w; - p = 4.5260625972231537039e-06 + p * w; - p = -1.9681778105531670567e-05 + p * w; - p = 7.5995277030017761139e-05 + p * w; - p = -0.00021503011930044477347 + p * w; - p = -0.00013871931833623122026 + p * w; - p = 1.0103004648645343977 + p * w; - p = 4.8499064014085844221 + p * w; - } - return p * x; - } - - double standard_deviation(std::vector::iterator first, std::vector::iterator last) { - auto m = Catch::Benchmark::Detail::mean(first, last); - double variance = std::accumulate( first, - last, - 0., - [m]( double a, double b ) { - double diff = b - m; - return a + diff * diff; - } ) / - ( last - first ); - return std::sqrt( variance ); - } + static double outlier_variance( Estimate mean, + Estimate stddev, + int n ) { + double sb = stddev.point; + double mn = mean.point / n; + double mg_min = mn / 2.; + double sg = (std::min)( mg_min / 4., sb / std::sqrt( n ) ); + double sg2 = sg * sg; + double sb2 = sb * sb; + + auto c_max = [n, mn, sb2, sg2]( double x ) -> double { + double k = mn - x; + double d = k * k; + double nd = n * d; + double k0 = -n * nd; + double k1 = sb2 - n * sg2 + nd; + double det = k1 * k1 - 4 * sg2 * k0; + return static_cast( -2. * k0 / + ( k1 + std::sqrt( det ) ) ); + }; + + auto var_out = [n, sb2, sg2]( double c ) { + double nc = n - c; + return ( nc / n ) * ( sb2 - nc * sg2 ); + }; + + return (std::min)( var_out( 1 ), + var_out( + (std::min)( c_max( 0. ), + c_max( mg_min ) ) ) ) / + sb2; + } -} + static double erf_inv( double x ) { + // Code accompanying the article "Approximating the erfinv + // function" in GPU Computing Gems, Volume 2 + double w, p; + + w = -log( ( 1.0 - x ) * ( 1.0 + x ) ); + + if ( w < 6.250000 ) { + w = w - 3.125000; + p = -3.6444120640178196996e-21; + p = -1.685059138182016589e-19 + p * w; + p = 1.2858480715256400167e-18 + p * w; + p = 1.115787767802518096e-17 + p * w; + p = -1.333171662854620906e-16 + p * w; + p = 2.0972767875968561637e-17 + p * w; + p = 6.6376381343583238325e-15 + p * w; + p = -4.0545662729752068639e-14 + p * w; + p = -8.1519341976054721522e-14 + p * w; + p = 2.6335093153082322977e-12 + p * w; + p = -1.2975133253453532498e-11 + p * w; + p = -5.4154120542946279317e-11 + p * w; + p = 1.051212273321532285e-09 + p * w; + p = -4.1126339803469836976e-09 + p * w; + p = -2.9070369957882005086e-08 + p * w; + p = 4.2347877827932403518e-07 + p * w; + p = -1.3654692000834678645e-06 + p * w; + p = -1.3882523362786468719e-05 + p * w; + p = 0.0001867342080340571352 + p * w; + p = -0.00074070253416626697512 + p * w; + p = -0.0060336708714301490533 + p * w; + p = 0.24015818242558961693 + p * w; + p = 1.6536545626831027356 + p * w; + } else if ( w < 16.000000 ) { + w = sqrt( w ) - 3.250000; + p = 2.2137376921775787049e-09; + p = 9.0756561938885390979e-08 + p * w; + p = -2.7517406297064545428e-07 + p * w; + p = 1.8239629214389227755e-08 + p * w; + p = 1.5027403968909827627e-06 + p * w; + p = -4.013867526981545969e-06 + p * w; + p = 2.9234449089955446044e-06 + p * w; + p = 1.2475304481671778723e-05 + p * w; + p = -4.7318229009055733981e-05 + p * w; + p = 6.8284851459573175448e-05 + p * w; + p = 2.4031110387097893999e-05 + p * w; + p = -0.0003550375203628474796 + p * w; + p = 0.00095328937973738049703 + p * w; + p = -0.0016882755560235047313 + p * w; + p = 0.0024914420961078508066 + p * w; + p = -0.0037512085075692412107 + p * w; + p = 0.005370914553590063617 + p * w; + p = 1.0052589676941592334 + p * w; + p = 3.0838856104922207635 + p * w; + } else { + w = sqrt( w ) - 5.000000; + p = -2.7109920616438573243e-11; + p = -2.5556418169965252055e-10 + p * w; + p = 1.5076572693500548083e-09 + p * w; + p = -3.7894654401267369937e-09 + p * w; + p = 7.6157012080783393804e-09 + p * w; + p = -1.4960026627149240478e-08 + p * w; + p = 2.9147953450901080826e-08 + p * w; + p = -6.7711997758452339498e-08 + p * w; + p = 2.2900482228026654717e-07 + p * w; + p = -9.9298272942317002539e-07 + p * w; + p = 4.5260625972231537039e-06 + p * w; + p = -1.9681778105531670567e-05 + p * w; + p = 7.5995277030017761139e-05 + p * w; + p = -0.00021503011930044477347 + p * w; + p = -0.00013871931833623122026 + p * w; + p = 1.0103004648645343977 + p * w; + p = 4.8499064014085844221 + p * w; + } + return p * x; + } + + static double + standard_deviation( double const* first, double const* last ) { + auto m = Catch::Benchmark::Detail::mean( first, last ); + double variance = + std::accumulate( first, + last, + 0., + [m]( double a, double b ) { + double diff = b - m; + return a + diff * diff; + } ) / + ( last - first ); + return std::sqrt( variance ); + } + + static sample jackknife( double ( *estimator )( double const*, + double const* ), + double* first, + double* last ) { + const auto second = first + 1; + sample results; + results.reserve( static_cast( last - first ) ); + + for ( auto it = first; it != last; ++it ) { + std::iter_swap( it, first ); + results.push_back( estimator( second, last ) ); + } + + return results; + } + + + } // namespace + } // namespace Detail + } // namespace Benchmark +} // namespace Catch namespace Catch { namespace Benchmark { namespace Detail { -#if defined( __GNUC__ ) || defined( __clang__ ) -# pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-Wfloat-equal" -#endif - bool directCompare( double lhs, double rhs ) { return lhs == rhs; } -#if defined( __GNUC__ ) || defined( __clang__ ) -# pragma GCC diagnostic pop -#endif - - double weighted_average_quantile(int k, int q, std::vector::iterator first, std::vector::iterator last) { + double weighted_average_quantile( int k, + int q, + double* first, + double* last ) { auto count = last - first; double idx = (count - 1) * k / static_cast(q); int j = static_cast(idx); double g = idx - j; std::nth_element(first, first + j, last); auto xj = first[j]; - if ( directCompare( g, 0 ) ) { + if ( Catch::Detail::directCompare( g, 0 ) ) { return xj; } @@ -236,6 +374,48 @@ namespace Catch { return xj + g * (xj1 - xj); } + OutlierClassification + classify_outliers( double const* first, double const* last ) { + std::vector copy( first, last ); + + auto q1 = weighted_average_quantile( 1, 4, copy.data(), copy.data() + copy.size() ); + auto q3 = weighted_average_quantile( 3, 4, copy.data(), copy.data() + copy.size() ); + auto iqr = q3 - q1; + auto los = q1 - ( iqr * 3. ); + auto lom = q1 - ( iqr * 1.5 ); + auto him = q3 + ( iqr * 1.5 ); + auto his = q3 + ( iqr * 3. ); + + OutlierClassification o; + for ( ; first != last; ++first ) { + const double t = *first; + if ( t < los ) { + ++o.low_severe; + } else if ( t < lom ) { + ++o.low_mild; + } else if ( t > his ) { + ++o.high_severe; + } else if ( t > him ) { + ++o.high_mild; + } + ++o.samples_seen; + } + return o; + } + + double mean( double const* first, double const* last ) { + auto count = last - first; + double sum = 0.; + while (first != last) { + sum += *first; + ++first; + } + return sum / static_cast(count); + } + + double normal_cdf( double x ) { + return std::erfc( -x / std::sqrt( 2.0 ) ) / 2.0; + } double erfc_inv(double x) { return erf_inv(1.0 - x); @@ -257,50 +437,77 @@ namespace Catch { return result; } + Estimate + bootstrap( double confidence_level, + double* first, + double* last, + sample const& resample, + double ( *estimator )( double const*, double const* ) ) { + auto n_samples = last - first; + + double point = estimator( first, last ); + // Degenerate case with a single sample + if ( n_samples == 1 ) + return { point, point, point, confidence_level }; + + sample jack = jackknife( estimator, first, last ); + double jack_mean = + mean( jack.data(), jack.data() + jack.size() ); + double sum_squares = 0, sum_cubes = 0; + for ( double x : jack ) { + auto difference = jack_mean - x; + auto square = difference * difference; + auto cube = square * difference; + sum_squares += square; + sum_cubes += cube; + } - double outlier_variance(Estimate mean, Estimate stddev, int n) { - double sb = stddev.point; - double mn = mean.point / n; - double mg_min = mn / 2.; - double sg = (std::min)(mg_min / 4., sb / std::sqrt(n)); - double sg2 = sg * sg; - double sb2 = sb * sb; + double accel = sum_cubes / ( 6 * std::pow( sum_squares, 1.5 ) ); + long n = static_cast( resample.size() ); + double prob_n = + std::count_if( resample.begin(), + resample.end(), + [point]( double x ) { return x < point; } ) / + static_cast( n ); + // degenerate case with uniform samples + if ( Catch::Detail::directCompare( prob_n, 0. ) ) { + return { point, point, point, confidence_level }; + } - auto c_max = [n, mn, sb2, sg2](double x) -> double { - double k = mn - x; - double d = k * k; - double nd = n * d; - double k0 = -n * nd; - double k1 = sb2 - n * sg2 + nd; - double det = k1 * k1 - 4 * sg2 * k0; - return static_cast(-2. * k0 / (k1 + std::sqrt(det))); - }; + double bias = normal_quantile( prob_n ); + double z1 = normal_quantile( ( 1. - confidence_level ) / 2. ); - auto var_out = [n, sb2, sg2](double c) { - double nc = n - c; - return (nc / n) * (sb2 - nc * sg2); + auto cumn = [n]( double x ) -> long { + return std::lround( normal_cdf( x ) * + static_cast( n ) ); }; - - return (std::min)(var_out(1), var_out((std::min)(c_max(0.), c_max(mg_min)))) / sb2; - } - - - bootstrap_analysis analyse_samples(double confidence_level, unsigned int n_resamples, std::vector::iterator first, std::vector::iterator last) { - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION - CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS - static std::random_device entropy; - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION - - auto n = static_cast(last - first); // seriously, one can't use integral types without hell in C++ - - auto mean = &Detail::mean::iterator>; + auto a = [bias, accel]( double b ) { + return bias + b / ( 1. - accel * b ); + }; + double b1 = bias + z1; + double b2 = bias - z1; + double a1 = a( b1 ); + double a2 = a( b2 ); + auto lo = static_cast( (std::max)( cumn( a1 ), 0l ) ); + auto hi = + static_cast( (std::min)( cumn( a2 ), n - 1 ) ); + + return { point, resample[lo], resample[hi], confidence_level }; + } + + bootstrap_analysis analyse_samples(double confidence_level, + unsigned int n_resamples, + double* first, + double* last) { + auto mean = &Detail::mean; auto stddev = &standard_deviation; #if defined(CATCH_CONFIG_USE_ASYNC) - auto Estimate = [=](double(*f)(std::vector::iterator, std::vector::iterator)) { - auto seed = entropy(); + auto Estimate = [=](double(*f)(double const*, double const*)) { + std::random_device rd; + auto seed = rd(); return std::async(std::launch::async, [=] { - std::mt19937 rng(seed); + SimplePcg32 rng( seed ); auto resampled = resample(rng, n_resamples, first, last, f); return bootstrap(confidence_level, first, last, resampled, f); }); @@ -312,9 +519,10 @@ namespace Catch { auto mean_estimate = mean_future.get(); auto stddev_estimate = stddev_future.get(); #else - auto Estimate = [=](double(*f)(std::vector::iterator, std::vector::iterator)) { - auto seed = entropy(); - std::mt19937 rng(seed); + auto Estimate = [=](double(*f)(double const* , double const*)) { + std::random_device rd; + auto seed = rd(); + SimplePcg32 rng( seed ); auto resampled = resample(rng, n_resamples, first, last, f); return bootstrap(confidence_level, first, last, resampled, f); }; @@ -323,6 +531,7 @@ namespace Catch { auto stddev_estimate = Estimate(stddev); #endif // CATCH_USE_ASYNC + auto n = static_cast(last - first); // seriously, one can't use integral types without hell in C++ double outlier_variance = Detail::outlier_variance(mean_estimate, stddev_estimate, n); return { mean_estimate, stddev_estimate, outlier_variance }; @@ -394,10 +603,10 @@ namespace Catch { } namespace literals { - Approx operator "" _a(long double val) { + Approx operator ""_a(long double val) { return Approx(val); } - Approx operator "" _a(unsigned long long val) { + Approx operator ""_a(unsigned long long val) { return Approx(val); } } // end namespace literals @@ -596,7 +805,7 @@ namespace Catch { elem = trim(elem); } - // Insert the default reporter if user hasn't asked for a specfic one + // Insert the default reporter if user hasn't asked for a specific one if ( m_data.reporterSpecifications.empty() ) { m_data.reporterSpecifications.push_back( { #if defined( CATCH_CONFIG_DEFAULT_REPORTER ) @@ -775,7 +984,11 @@ namespace Catch { } - Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) { + Capturer::Capturer( StringRef macroName, + SourceLineInfo const& lineInfo, + ResultWas::OfType resultType, + StringRef names ): + m_resultCapture( getResultCapture() ) { auto trimmed = [&] (size_t start, size_t end) { while (names[start] == ',' || isspace(static_cast(names[start]))) { ++start; @@ -852,6 +1065,8 @@ namespace Catch { +#include + namespace Catch { namespace { @@ -862,7 +1077,7 @@ namespace Catch { public: // IRegistryHub RegistryHub() = default; - IReporterRegistry const& getReporterRegistry() const override { + ReporterRegistry const& getReporterRegistry() const override { return m_reporterRegistry; } ITestCaseRegistry const& getTestCaseRegistry() const override { @@ -938,6 +1153,7 @@ namespace Catch { #include #include +#include #include #include @@ -1420,12 +1636,20 @@ namespace Catch { for (size_t idx = 0; idx < originalTags.size(); ++idx) { auto c = originalTags[idx]; if (c == '[') { - assert(!inTag); + CATCH_ENFORCE( + !inTag, + "Found '[' inside a tag while registering test case '" + << _nameAndTags.name << "' at " << _lineInfo ); + inTag = true; tagStart = idx; } if (c == ']') { - assert(inTag); + CATCH_ENFORCE( + inTag, + "Found unmatched ']' while registering test case '" + << _nameAndTags.name << "' at " << _lineInfo ); + inTag = false; tagEnd = idx; assert(tagStart < tagEnd); @@ -1434,7 +1658,11 @@ namespace Catch { // it over to backing storage and actually reference the // backing storage in the saved tags StringRef tagStr = originalTags.substr(tagStart+1, tagEnd - tagStart - 1); - CATCH_ENFORCE(!tagStr.empty(), "Empty tags are not allowed"); + CATCH_ENFORCE( !tagStr.empty(), + "Found an empty tag while registering test case '" + << _nameAndTags.name << "' at " + << _lineInfo ); + enforceNotReservedTag(tagStr, lineInfo); properties |= parseSpecialTag(tagStr); // When copying a tag to the backing storage, we need to @@ -1448,8 +1676,12 @@ namespace Catch { // the tags. internalAppendTag(tagStr); } - (void)inTag; // Silence "set-but-unused" warning in release mode. } + CATCH_ENFORCE( !inTag, + "Found an unclosed tag while registering test case '" + << _nameAndTags.name << "' at " << _lineInfo ); + + // Add [.] if relevant if (isHidden()) { internalAppendTag("."_sr); @@ -1625,16 +1857,18 @@ namespace Catch { return std::any_of( m_filters.begin(), m_filters.end(), [&]( Filter const& f ){ return f.matches( testCase ); } ); } - TestSpec::Matches TestSpec::matchesByFilter( std::vector const& testCases, IConfig const& config ) const - { - Matches matches( m_filters.size() ); - std::transform( m_filters.begin(), m_filters.end(), matches.begin(), [&]( Filter const& filter ){ + TestSpec::Matches TestSpec::matchesByFilter( std::vector const& testCases, IConfig const& config ) const { + Matches matches; + matches.reserve( m_filters.size() ); + for ( auto const& filter : m_filters ) { std::vector currentMatches; - for( auto const& test : testCases ) - if( isThrowSafe( test, config ) && filter.matches( test.getTestCaseInfo() ) ) + for ( auto const& test : testCases ) + if ( isThrowSafe( test, config ) && + filter.matches( test.getTestCaseInfo() ) ) currentMatches.emplace_back( &test ); - return FilterMatch{ extractFilterName(filter), currentMatches }; - } ); + matches.push_back( + FilterMatch{ extractFilterName( filter ), currentMatches } ); + } return matches; } @@ -1991,6 +2225,19 @@ namespace Catch { } + + +namespace Catch { + namespace Detail { + void registerTranslatorImpl( + Detail::unique_ptr&& translator ) { + getMutableRegistryHub().registerTranslator( + CATCH_MOVE( translator ) ); + } + } // namespace Detail +} // namespace Catch + + #include namespace Catch { @@ -2021,7 +2268,7 @@ namespace Catch { } Version const& libraryVersion() { - static Version version( 3, 3, 2, "", 0 ); + static Version version( 3, 5, 2, "", 0 ); return version; } @@ -2074,8 +2321,36 @@ namespace Detail { +#include -std::uint32_t Catch::Generators::Detail::getSeed() { return sharedRng()(); } +namespace Catch { + namespace Generators { + namespace Detail { + std::uint32_t getSeed() { return sharedRng()(); } + } // namespace Detail + + struct RandomFloatingGenerator::PImpl { + PImpl( long double a, long double b, uint32_t seed ): + rng( seed ), dist( a, b ) {} + + Catch::SimplePcg32 rng; + std::uniform_real_distribution dist; + }; + + RandomFloatingGenerator::RandomFloatingGenerator( + long double a, long double b, std::uint32_t seed) : + m_pimpl(Catch::Detail::make_unique(a, b, seed)) { + static_cast( next() ); + } + + RandomFloatingGenerator::~RandomFloatingGenerator() = + default; + bool RandomFloatingGenerator::next() { + m_current_number = m_pimpl->dist( m_pimpl->rng ); + return true; + } + } // namespace Generators +} // namespace Catch @@ -2135,9 +2410,7 @@ namespace Catch { -#include #include -#include namespace Catch { @@ -2172,8 +2445,6 @@ namespace Catch { infoMessages( _infoMessages ), totals( _totals ) { - assertionResult.m_resultData.lazyExpression.m_transientExpression = _assertionResult.m_resultData.lazyExpression.m_transientExpression; - if( assertionResult.hasMessage() ) { // Copy message into messages list. // !TBD This should have been done earlier, somewhere @@ -2232,14 +2503,6 @@ namespace Catch { namespace Catch { - IReporterRegistry::~IReporterRegistry() = default; -} - - - - -namespace Catch { - ITestInvoker::~ITestInvoker() = default; ITestCaseRegistry::~ITestCaseRegistry() = default; } @@ -2254,7 +2517,9 @@ namespace Catch { ResultDisposition::Flags resultDisposition ) : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, m_resultCapture( getResultCapture() ) - {} + { + m_resultCapture.notifyAssertionStarted( m_assertionInfo ); + } void AssertionHandler::handleExpr( ITransientExpression const& expr ) { m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); @@ -2268,7 +2533,7 @@ namespace Catch { } void AssertionHandler::complete() { - setCompleted(); + m_completed = true; if( m_reaction.shouldDebugBreak ) { // If you find your debugger stopping you here then go one level up on the @@ -2281,16 +2546,9 @@ namespace Catch { throw_test_failure_exception(); } if ( m_reaction.shouldSkip ) { -#if !defined( CATCH_CONFIG_DISABLE_EXCEPTIONS ) - throw Catch::TestSkipException(); -#else - CATCH_ERROR( "Explicitly skipping tests during runtime requires exceptions" ); -#endif + throw_test_skip_exception(); } } - void AssertionHandler::setCompleted() { - m_completed = true; - } void AssertionHandler::handleUnexpectedInflightException() { m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); @@ -2362,13 +2620,29 @@ namespace { ; } - std::string normaliseOpt( std::string const& optName ) { -#ifdef CATCH_PLATFORM_WINDOWS - if ( optName[0] == '/' ) - return "-" + optName.substr( 1 ); - else + Catch::StringRef normaliseOpt( Catch::StringRef optName ) { + if ( optName[0] == '-' +#if defined(CATCH_PLATFORM_WINDOWS) + || optName[0] == '/' #endif - return optName; + ) { + return optName.substr( 1, optName.size() ); + } + + return optName; + } + + static size_t find_first_separator(Catch::StringRef sr) { + auto is_separator = []( char c ) { + return c == ' ' || c == ':' || c == '='; + }; + size_t pos = 0; + while (pos < sr.size()) { + if (is_separator(sr[pos])) { return pos; } + ++pos; + } + + return Catch::StringRef::npos; } } // namespace @@ -2386,23 +2660,23 @@ namespace Catch { } if ( it != itEnd ) { - auto const& next = *it; + StringRef next = *it; if ( isOptPrefix( next[0] ) ) { - auto delimiterPos = next.find_first_of( " :=" ); - if ( delimiterPos != std::string::npos ) { + auto delimiterPos = find_first_separator(next); + if ( delimiterPos != StringRef::npos ) { m_tokenBuffer.push_back( { TokenType::Option, next.substr( 0, delimiterPos ) } ); m_tokenBuffer.push_back( { TokenType::Argument, - next.substr( delimiterPos + 1 ) } ); + next.substr( delimiterPos + 1, next.size() ) } ); } else { if ( next[1] != '-' && next.size() > 2 ) { - std::string opt = "- "; + // Combined short args, e.g. "-ab" for "-a -b" for ( size_t i = 1; i < next.size(); ++i ) { - opt[1] = next[i]; m_tokenBuffer.push_back( - { TokenType::Option, opt } ); + { TokenType::Option, + next.substr( i, 1 ) } ); } } else { m_tokenBuffer.push_back( @@ -2462,12 +2736,12 @@ namespace Catch { size_t ParserBase::cardinality() const { return 1; } InternalParseResult ParserBase::parse( Args const& args ) const { - return parse( args.exeName(), TokenStream( args ) ); + return parse( static_cast(args.exeName()), TokenStream( args ) ); } ParseState::ParseState( ParseResultType type, - TokenStream const& remainingTokens ): - m_type( type ), m_remainingTokens( remainingTokens ) {} + TokenStream remainingTokens ): + m_type( type ), m_remainingTokens( CATCH_MOVE(remainingTokens) ) {} ParserResult BoundFlagRef::setFlag( bool flag ) { m_ref = flag; @@ -2485,34 +2759,34 @@ namespace Catch { } // namespace Detail Detail::InternalParseResult Arg::parse(std::string const&, - Detail::TokenStream const& tokens) const { + Detail::TokenStream tokens) const { auto validationResult = validate(); if (!validationResult) return Detail::InternalParseResult(validationResult); - auto remainingTokens = tokens; - auto const& token = *remainingTokens; + auto token = *tokens; if (token.type != Detail::TokenType::Argument) return Detail::InternalParseResult::ok(Detail::ParseState( - ParseResultType::NoMatch, remainingTokens)); + ParseResultType::NoMatch, CATCH_MOVE(tokens))); assert(!m_ref->isFlag()); auto valueRef = static_cast(m_ref.get()); - auto result = valueRef->setValue(remainingTokens->token); - if (!result) - return Detail::InternalParseResult(result); + auto result = valueRef->setValue(static_cast(token.token)); + if ( !result ) + return Detail::InternalParseResult( result ); else - return Detail::InternalParseResult::ok(Detail::ParseState( - ParseResultType::Matched, ++remainingTokens)); + return Detail::InternalParseResult::ok( + Detail::ParseState( ParseResultType::Matched, + CATCH_MOVE( ++tokens ) ) ); } Opt::Opt(bool& ref) : ParserRefImpl(std::make_shared(ref)) {} - std::vector Opt::getHelpColumns() const { - std::ostringstream oss; + Detail::HelpColumns Opt::getHelpColumns() const { + ReusableStringStream oss; bool first = true; for (auto const& opt : m_optNames) { if (first) @@ -2523,10 +2797,10 @@ namespace Catch { } if (!m_hint.empty()) oss << " <" << m_hint << '>'; - return { { oss.str(), m_description } }; + return { oss.str(), m_description }; } - bool Opt::isMatch(std::string const& optToken) const { + bool Opt::isMatch(StringRef optToken) const { auto normalisedToken = normaliseOpt(optToken); for (auto const& name : m_optNames) { if (normaliseOpt(name) == normalisedToken) @@ -2536,15 +2810,14 @@ namespace Catch { } Detail::InternalParseResult Opt::parse(std::string const&, - Detail::TokenStream const& tokens) const { + Detail::TokenStream tokens) const { auto validationResult = validate(); if (!validationResult) return Detail::InternalParseResult(validationResult); - auto remainingTokens = tokens; - if (remainingTokens && - remainingTokens->type == Detail::TokenType::Option) { - auto const& token = *remainingTokens; + if (tokens && + tokens->type == Detail::TokenType::Option) { + auto const& token = *tokens; if (isMatch(token.token)) { if (m_ref->isFlag()) { auto flagRef = @@ -2556,35 +2829,35 @@ namespace Catch { if (result.value() == ParseResultType::ShortCircuitAll) return Detail::InternalParseResult::ok(Detail::ParseState( - result.value(), remainingTokens)); + result.value(), CATCH_MOVE(tokens))); } else { auto valueRef = static_cast( m_ref.get()); - ++remainingTokens; - if (!remainingTokens) + ++tokens; + if (!tokens) return Detail::InternalParseResult::runtimeError( "Expected argument following " + token.token); - auto const& argToken = *remainingTokens; + auto const& argToken = *tokens; if (argToken.type != Detail::TokenType::Argument) return Detail::InternalParseResult::runtimeError( "Expected argument following " + token.token); - const auto result = valueRef->setValue(argToken.token); + const auto result = valueRef->setValue(static_cast(argToken.token)); if (!result) return Detail::InternalParseResult(result); if (result.value() == ParseResultType::ShortCircuitAll) return Detail::InternalParseResult::ok(Detail::ParseState( - result.value(), remainingTokens)); + result.value(), CATCH_MOVE(tokens))); } return Detail::InternalParseResult::ok(Detail::ParseState( - ParseResultType::Matched, ++remainingTokens)); + ParseResultType::Matched, CATCH_MOVE(++tokens))); } } return Detail::InternalParseResult::ok( - Detail::ParseState(ParseResultType::NoMatch, remainingTokens)); + Detail::ParseState(ParseResultType::NoMatch, CATCH_MOVE(tokens))); } Detail::Result Opt::validate() const { @@ -2616,9 +2889,9 @@ namespace Catch { Detail::InternalParseResult ExeName::parse(std::string const&, - Detail::TokenStream const& tokens) const { + Detail::TokenStream tokens) const { return Detail::InternalParseResult::ok( - Detail::ParseState(ParseResultType::NoMatch, tokens)); + Detail::ParseState(ParseResultType::NoMatch, CATCH_MOVE(tokens))); } ParserResult ExeName::set(std::string const& newName) { @@ -2648,9 +2921,9 @@ namespace Catch { std::vector Parser::getHelpColumns() const { std::vector cols; + cols.reserve( m_options.size() ); for ( auto const& o : m_options ) { - auto childCols = o.getHelpColumns(); - cols.insert( cols.end(), childCols.begin(), childCols.end() ); + cols.push_back(o.getHelpColumns()); } return cols; } @@ -2688,12 +2961,12 @@ namespace Catch { optWidth = ( std::min )( optWidth, consoleWidth / 2 ); - for ( auto const& cols : rows ) { - auto row = TextFlow::Column( cols.left ) + for ( auto& cols : rows ) { + auto row = TextFlow::Column( CATCH_MOVE(cols.left) ) .width( optWidth ) .indent( 2 ) + TextFlow::Spacer( 4 ) + - TextFlow::Column( cols.right ) + TextFlow::Column( static_cast(cols.descriptions) ) .width( consoleWidth - 7 - optWidth ); os << row << '\n'; } @@ -2715,7 +2988,7 @@ namespace Catch { Detail::InternalParseResult Parser::parse( std::string const& exeName, - Detail::TokenStream const& tokens ) const { + Detail::TokenStream tokens ) const { struct ParserInfo { ParserBase const* parser = nullptr; @@ -2733,7 +3006,7 @@ namespace Catch { m_exeName.set( exeName ); auto result = Detail::InternalParseResult::ok( - Detail::ParseState( ParseResultType::NoMatch, tokens ) ); + Detail::ParseState( ParseResultType::NoMatch, CATCH_MOVE(tokens) ) ); while ( result.value().remainingTokens() ) { bool tokenParsed = false; @@ -2741,7 +3014,7 @@ namespace Catch { if ( parseInfo.parser->cardinality() == 0 || parseInfo.count < parseInfo.parser->cardinality() ) { result = parseInfo.parser->parse( - exeName, result.value().remainingTokens() ); + exeName, CATCH_MOVE(result).value().remainingTokens() ); if ( !result ) return result; if ( result.value().type() != @@ -2767,7 +3040,7 @@ namespace Catch { Args::Args(int argc, char const* const* argv) : m_exeName(argv[0]), m_args(argv + 1, argv + argc) {} - Args::Args(std::initializer_list args) : + Args::Args(std::initializer_list args) : m_exeName(*args.begin()), m_args(args.begin() + 1, args.end()) {} @@ -2917,7 +3190,7 @@ namespace Catch { auto const& reporterSpec = *parsed; - IReporterRegistry::FactoryMap const& factories = + auto const& factories = getRegistryHub().getReporterRegistry().getFactories(); auto result = factories.find( reporterSpec.name() ); @@ -3073,8 +3346,8 @@ namespace Catch { ( "split the tests to execute into this many groups" ) | Opt( setShardIndex, "shard index" ) ["--shard-index"] - ( "index of the group of tests to execute (see --shard-count)" ) | - Opt( config.allowZeroTests ) + ( "index of the group of tests to execute (see --shard-count)" ) + | Opt( config.allowZeroTests ) ["--allow-running-no-tests"] ( "Treat 'No tests run' as a success" ) | Arg( config.testsOrTags, "test name|pattern|tags" ) @@ -3155,7 +3428,7 @@ namespace Catch { namespace { //! A do-nothing implementation of colour, used as fallback for unknown //! platforms, and when the user asks to deactivate all colours. - class NoColourImpl : public ColourImpl { + class NoColourImpl final : public ColourImpl { public: NoColourImpl( IStream* stream ): ColourImpl( stream ) {} @@ -3173,7 +3446,7 @@ namespace Catch { namespace Catch { namespace { - class Win32ColourImpl : public ColourImpl { + class Win32ColourImpl final : public ColourImpl { public: Win32ColourImpl(IStream* stream): ColourImpl(stream) { @@ -3239,7 +3512,7 @@ namespace { namespace Catch { namespace { - class ANSIColourImpl : public ColourImpl { + class ANSIColourImpl final : public ColourImpl { public: ANSIColourImpl( IStream* stream ): ColourImpl( stream ) {} @@ -3355,49 +3628,27 @@ namespace Catch { namespace Catch { - class Context : public IMutableContext, private Detail::NonCopyable { - - public: // IContext - IResultCapture* getResultCapture() override { - return m_resultCapture; - } - - IConfig const* getConfig() const override { - return m_config; - } - - ~Context() override; - - public: // IMutableContext - void setResultCapture( IResultCapture* resultCapture ) override { - m_resultCapture = resultCapture; - } - void setConfig( IConfig const* config ) override { - m_config = config; - } + Context* Context::currentContext = nullptr; - friend IMutableContext& getCurrentMutableContext(); - - private: - IConfig const* m_config = nullptr; - IResultCapture* m_resultCapture = nullptr; - }; - - IMutableContext *IMutableContext::currentContext = nullptr; - - void IMutableContext::createContext() - { + void cleanUpContext() { + delete Context::currentContext; + Context::currentContext = nullptr; + } + void Context::createContext() { currentContext = new Context(); } - void cleanUpContext() { - delete IMutableContext::currentContext; - IMutableContext::currentContext = nullptr; + Context& getCurrentMutableContext() { + if ( !Context::currentContext ) { Context::createContext(); } + // NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn) + return *Context::currentContext; } - IContext::~IContext() = default; - IMutableContext::~IMutableContext() = default; - Context::~Context() = default; + void Context::setResultCapture( IResultCapture* resultCapture ) { + m_resultCapture = resultCapture; + } + + void Context::setConfig( IConfig const* config ) { m_config = config; } SimplePcg32& sharedRng() { static SimplePcg32 s_rng; @@ -3635,7 +3886,7 @@ namespace Catch { return parsed; } - EnumInfo::~EnumInfo() {} + EnumInfo::~EnumInfo() = default; StringRef EnumInfo::lookup( int value ) const { for( auto const& valueToName : m_values ) { @@ -3680,10 +3931,27 @@ namespace Catch { +#include + namespace Catch { - ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() { +#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) + namespace { + static std::string tryTranslators( + std::vector< + Detail::unique_ptr> const& translators ) { + if ( translators.empty() ) { + std::rethrow_exception( std::current_exception() ); + } else { + return translators[0]->translate( translators.begin() + 1, + translators.end() ); + } + } + } +#endif //!defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) + + ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() = default; void ExceptionTranslatorRegistry::registerTranslator( Detail::unique_ptr&& translator ) { m_translators.push_back( CATCH_MOVE( translator ) ); @@ -3706,7 +3974,7 @@ namespace Catch { // First we try user-registered translators. If none of them can // handle the exception, it will be rethrown handled by our defaults. try { - return tryTranslators(); + return tryTranslators(m_translators); } // To avoid having to handle TFE explicitly everywhere, we just // rethrow it so that it goes back up the caller. @@ -3730,25 +3998,12 @@ namespace Catch { } } - std::string ExceptionTranslatorRegistry::tryTranslators() const { - if (m_translators.empty()) { - std::rethrow_exception(std::current_exception()); - } else { - return m_translators[0]->translate(m_translators.begin() + 1, m_translators.end()); - } - } - #else // ^^ Exceptions are enabled // Exceptions are disabled vv std::string ExceptionTranslatorRegistry::translateActiveException() const { CATCH_INTERNAL_ERROR("Attempted to translate active exception under CATCH_CONFIG_DISABLE_EXCEPTIONS!"); } - - std::string ExceptionTranslatorRegistry::tryTranslators() const { - CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS!"); - } #endif - } @@ -4005,6 +4260,17 @@ namespace Catch { return i; } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wfloat-equal" +#endif + bool directCompare( float lhs, float rhs ) { return lhs == rhs; } + bool directCompare( double lhs, double rhs ) { return lhs == rhs; } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic pop +#endif + + } // end namespace Detail } // end namespace Catch @@ -4053,7 +4319,7 @@ namespace Catch { namespace Detail { namespace { template - class StreamBufImpl : public std::streambuf { + class StreamBufImpl final : public std::streambuf { char data[bufferSize]; WriterF m_writer; @@ -4101,7 +4367,7 @@ namespace Detail { /////////////////////////////////////////////////////////////////////////// - class FileStream : public IStream { + class FileStream final : public IStream { std::ofstream m_ofs; public: FileStream( std::string const& filename ) { @@ -4109,7 +4375,6 @@ namespace Detail { CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << '\'' ); m_ofs << std::unitbuf; } - ~FileStream() override = default; public: // IStream std::ostream& stream() override { return m_ofs; @@ -4118,13 +4383,12 @@ namespace Detail { /////////////////////////////////////////////////////////////////////////// - class CoutStream : public IStream { + class CoutStream final : public IStream { std::ostream m_os; public: // Store the streambuf from cout up-front because // cout may get redirected when running tests CoutStream() : m_os( Catch::cout().rdbuf() ) {} - ~CoutStream() override = default; public: // IStream std::ostream& stream() override { return m_os; } @@ -4138,7 +4402,6 @@ namespace Detail { // Store the streambuf from cerr up-front because // cout may get redirected when running tests CerrStream(): m_os( Catch::cerr().rdbuf() ) {} - ~CerrStream() override = default; public: // IStream std::ostream& stream() override { return m_os; } @@ -4147,7 +4410,7 @@ namespace Detail { /////////////////////////////////////////////////////////////////////////// - class DebugOutStream : public IStream { + class DebugOutStream final : public IStream { Detail::unique_ptr> m_streamBuf; std::ostream m_os; public: @@ -4156,8 +4419,6 @@ namespace Detail { m_os( m_streamBuf.get() ) {} - ~DebugOutStream() override = default; - public: // IStream std::ostream& stream() override { return m_os; } }; @@ -4189,6 +4450,147 @@ namespace Detail { +namespace Catch { + void JsonUtils::indent( std::ostream& os, std::uint64_t level ) { + for ( std::uint64_t i = 0; i < level; ++i ) { + os << " "; + } + } + void JsonUtils::appendCommaNewline( std::ostream& os, + bool& should_comma, + std::uint64_t level ) { + if ( should_comma ) { os << ','; } + should_comma = true; + os << '\n'; + indent( os, level ); + } + + JsonObjectWriter::JsonObjectWriter( std::ostream& os ): + JsonObjectWriter{ os, 0 } {} + + JsonObjectWriter::JsonObjectWriter( std::ostream& os, + std::uint64_t indent_level ): + m_os{ os }, m_indent_level{ indent_level } { + m_os << '{'; + } + JsonObjectWriter::JsonObjectWriter( JsonObjectWriter&& source ): + m_os{ source.m_os }, + m_indent_level{ source.m_indent_level }, + m_should_comma{ source.m_should_comma }, + m_active{ source.m_active } { + source.m_active = false; + } + + JsonObjectWriter::~JsonObjectWriter() { + if ( !m_active ) { return; } + + m_os << '\n'; + JsonUtils::indent( m_os, m_indent_level ); + m_os << '}'; + } + + JsonValueWriter JsonObjectWriter::write( StringRef key ) { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + + m_os << '"' << key << "\": "; + return JsonValueWriter{ m_os, m_indent_level + 1 }; + } + + JsonArrayWriter::JsonArrayWriter( std::ostream& os ): + JsonArrayWriter{ os, 0 } {} + JsonArrayWriter::JsonArrayWriter( std::ostream& os, + std::uint64_t indent_level ): + m_os{ os }, m_indent_level{ indent_level } { + m_os << '['; + } + JsonArrayWriter::JsonArrayWriter( JsonArrayWriter&& source ): + m_os{ source.m_os }, + m_indent_level{ source.m_indent_level }, + m_should_comma{ source.m_should_comma }, + m_active{ source.m_active } { + source.m_active = false; + } + JsonArrayWriter::~JsonArrayWriter() { + if ( !m_active ) { return; } + + m_os << '\n'; + JsonUtils::indent( m_os, m_indent_level ); + m_os << ']'; + } + + JsonObjectWriter JsonArrayWriter::writeObject() { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + return JsonObjectWriter{ m_os, m_indent_level + 1 }; + } + + JsonArrayWriter JsonArrayWriter::writeArray() { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + return JsonArrayWriter{ m_os, m_indent_level + 1 }; + } + + JsonArrayWriter& JsonArrayWriter::write( bool value ) { + return writeImpl( value ); + } + + JsonValueWriter::JsonValueWriter( std::ostream& os ): + JsonValueWriter{ os, 0 } {} + + JsonValueWriter::JsonValueWriter( std::ostream& os, + std::uint64_t indent_level ): + m_os{ os }, m_indent_level{ indent_level } {} + + JsonObjectWriter JsonValueWriter::writeObject() && { + return JsonObjectWriter{ m_os, m_indent_level }; + } + + JsonArrayWriter JsonValueWriter::writeArray() && { + return JsonArrayWriter{ m_os, m_indent_level }; + } + + void JsonValueWriter::write( Catch::StringRef value ) && { + writeImpl( value, true ); + } + + void JsonValueWriter::write( bool value ) && { + writeImpl( value ? "true"_sr : "false"_sr, false ); + } + + void JsonValueWriter::writeImpl( Catch::StringRef value, bool quote ) { + if ( quote ) { m_os << '"'; } + for (char c : value) { + // Escape list taken from https://www.json.org/json-en.html, + // string definition. + // Note that while forward slash _can_ be escaped, it does + // not have to be, if JSON is not further embedded somewhere + // where forward slash is meaningful. + if ( c == '"' ) { + m_os << "\\\""; + } else if ( c == '\\' ) { + m_os << "\\\\"; + } else if ( c == '\b' ) { + m_os << "\\b"; + } else if ( c == '\f' ) { + m_os << "\\f"; + } else if ( c == '\n' ) { + m_os << "\\n"; + } else if ( c == '\r' ) { + m_os << "\\r"; + } else if ( c == '\t' ) { + m_os << "\\t"; + } else { + m_os << c; + } + } + if ( quote ) { m_os << '"'; } + } + +} // namespace Catch + + + namespace Catch { @@ -4231,7 +4633,7 @@ namespace Catch { #else // ^^ Windows crt debug heap enabled // Windows crt debug heap disabled vv - Catch::LeakDetector::LeakDetector() {} + Catch::LeakDetector::LeakDetector() = default; #endif // CATCH_CONFIG_WINDOWS_CRTDBG @@ -4242,7 +4644,6 @@ Catch::LeakDetector::~LeakDetector() { - namespace Catch { namespace { @@ -4277,7 +4678,7 @@ namespace Catch { void listReporters(IEventListener& reporter) { std::vector descriptions; - IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactories(); + auto const& factories = getRegistryHub().getReporterRegistry().getFactories(); descriptions.reserve(factories.size()); for (auto const& fac : factories) { descriptions.push_back({ fac.first, fac.second->getDescription() }); @@ -4599,6 +5000,14 @@ namespace Catch { } #endif +#if !defined( CATCH_CONFIG_GLOBAL_NEXTAFTER ) + float nextafter( float x, float y ) { return std::nextafter( x, y ); } + double nextafter( double x, double y ) { return std::nextafter( x, y ); } +#else + float nextafter( float x, float y ) { return ::nextafterf( x, y ); } + double nextafter( double x, double y ) { return ::nextafter( x, y ); } +#endif + } // end namespace Catch @@ -4680,10 +5089,10 @@ namespace Catch { return static_cast( std::time( nullptr ) ); case GenerateFrom::Default: - case GenerateFrom::RandomDevice: - // In theory, a platform could have random_device that returns just - // 16 bits. That is still some randomness, so we don't care too much - return static_cast( std::random_device{}() ); + case GenerateFrom::RandomDevice: { + std::random_device rd; + return Detail::fillBitsFrom( rd ); + } default: CATCH_ERROR("Unknown generation method"); @@ -4696,49 +5105,73 @@ namespace Catch { namespace Catch { + struct ReporterRegistry::ReporterRegistryImpl { + std::vector> listeners; + std::map + factories; + }; - ReporterRegistry::ReporterRegistry() { + ReporterRegistry::ReporterRegistry(): + m_impl( Detail::make_unique() ) { // Because it is impossible to move out of initializer list, // we have to add the elements manually - m_factories["Automake"] = Detail::make_unique>(); - m_factories["compact"] = Detail::make_unique>(); - m_factories["console"] = Detail::make_unique>(); - m_factories["JUnit"] = Detail::make_unique>(); - m_factories["SonarQube"] = Detail::make_unique>(); - m_factories["TAP"] = Detail::make_unique>(); - m_factories["TeamCity"] = Detail::make_unique>(); - m_factories["XML"] = Detail::make_unique>(); + m_impl->factories["Automake"] = + Detail::make_unique>(); + m_impl->factories["compact"] = + Detail::make_unique>(); + m_impl->factories["console"] = + Detail::make_unique>(); + m_impl->factories["JUnit"] = + Detail::make_unique>(); + m_impl->factories["SonarQube"] = + Detail::make_unique>(); + m_impl->factories["TAP"] = + Detail::make_unique>(); + m_impl->factories["TeamCity"] = + Detail::make_unique>(); + m_impl->factories["XML"] = + Detail::make_unique>(); + m_impl->factories["JSON"] = + Detail::make_unique>(); } ReporterRegistry::~ReporterRegistry() = default; - - IEventListenerPtr ReporterRegistry::create( std::string const& name, ReporterConfig&& config ) const { - auto it = m_factories.find( name ); - if( it == m_factories.end() ) - return nullptr; - return it->second->create( CATCH_MOVE(config) ); + IEventListenerPtr + ReporterRegistry::create( std::string const& name, + ReporterConfig&& config ) const { + auto it = m_impl->factories.find( name ); + if ( it == m_impl->factories.end() ) return nullptr; + return it->second->create( CATCH_MOVE( config ) ); } - void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr factory ) { + void ReporterRegistry::registerReporter( std::string const& name, + IReporterFactoryPtr factory ) { CATCH_ENFORCE( name.find( "::" ) == name.npos, - "'::' is not allowed in reporter name: '" + name + '\'' ); - auto ret = m_factories.emplace(name, CATCH_MOVE(factory)); - CATCH_ENFORCE( ret.second, "reporter using '" + name + "' as name was already registered" ); + "'::' is not allowed in reporter name: '" + name + + '\'' ); + auto ret = m_impl->factories.emplace( name, CATCH_MOVE( factory ) ); + CATCH_ENFORCE( ret.second, + "reporter using '" + name + + "' as name was already registered" ); } void ReporterRegistry::registerListener( Detail::unique_ptr factory ) { - m_listeners.push_back( CATCH_MOVE(factory) ); + m_impl->listeners.push_back( CATCH_MOVE( factory ) ); } - IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { - return m_factories; - } - IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { - return m_listeners; + std::map const& + ReporterRegistry::getFactories() const { + return m_impl->factories; } -} + std::vector> const& + ReporterRegistry::getListeners() const { + return m_impl->listeners; + } +} // namespace Catch @@ -4754,9 +5187,9 @@ namespace Catch { }; kvPair splitKVPair(StringRef kvString) { - auto splitPos = static_cast( std::distance( - kvString.begin(), - std::find( kvString.begin(), kvString.end(), '=' ) ) ); + auto splitPos = static_cast( + std::find( kvString.begin(), kvString.end(), '=' ) - + kvString.begin() ); return { kvString.substr( 0, splitPos ), kvString.substr( splitPos + 1, kvString.size() ) }; @@ -4988,146 +5421,151 @@ namespace Catch { namespace Catch { namespace Generators { - struct GeneratorTracker : TestCaseTracking::TrackerBase, IGeneratorTracker { - GeneratorBasePtr m_generator; + namespace { + struct GeneratorTracker final : TestCaseTracking::TrackerBase, + IGeneratorTracker { + GeneratorBasePtr m_generator; + + GeneratorTracker( + TestCaseTracking::NameAndLocation&& nameAndLocation, + TrackerContext& ctx, + ITracker* parent ): + TrackerBase( CATCH_MOVE( nameAndLocation ), ctx, parent ) {} + + static GeneratorTracker* + acquire( TrackerContext& ctx, + TestCaseTracking::NameAndLocationRef const& + nameAndLocation ) { + GeneratorTracker* tracker; + + ITracker& currentTracker = ctx.currentTracker(); + // Under specific circumstances, the generator we want + // to acquire is also the current tracker. If this is + // the case, we have to avoid looking through current + // tracker's children, and instead return the current + // tracker. + // A case where this check is important is e.g. + // for (int i = 0; i < 5; ++i) { + // int n = GENERATE(1, 2); + // } + // + // without it, the code above creates 5 nested generators. + if ( currentTracker.nameAndLocation() == nameAndLocation ) { + auto thisTracker = currentTracker.parent()->findChild( + nameAndLocation ); + assert( thisTracker ); + assert( thisTracker->isGeneratorTracker() ); + tracker = static_cast( thisTracker ); + } else if ( ITracker* childTracker = + currentTracker.findChild( + nameAndLocation ) ) { + assert( childTracker ); + assert( childTracker->isGeneratorTracker() ); + tracker = + static_cast( childTracker ); + } else { + return nullptr; + } - GeneratorTracker( TestCaseTracking::NameAndLocation&& nameAndLocation, TrackerContext& ctx, ITracker* parent ) - : TrackerBase( CATCH_MOVE(nameAndLocation), ctx, parent ) - {} - ~GeneratorTracker() override; - - static GeneratorTracker* acquire( TrackerContext& ctx, TestCaseTracking::NameAndLocationRef const& nameAndLocation ) { - GeneratorTracker* tracker; - - ITracker& currentTracker = ctx.currentTracker(); - // Under specific circumstances, the generator we want - // to acquire is also the current tracker. If this is - // the case, we have to avoid looking through current - // tracker's children, and instead return the current - // tracker. - // A case where this check is important is e.g. - // for (int i = 0; i < 5; ++i) { - // int n = GENERATE(1, 2); - // } - // - // without it, the code above creates 5 nested generators. - if ( currentTracker.nameAndLocation() == nameAndLocation ) { - auto thisTracker = - currentTracker.parent()->findChild( nameAndLocation ); - assert( thisTracker ); - assert( thisTracker->isGeneratorTracker() ); - tracker = static_cast( thisTracker ); - } else if ( ITracker* childTracker = - currentTracker.findChild( nameAndLocation ) ) { - assert( childTracker ); - assert( childTracker->isGeneratorTracker() ); - tracker = static_cast( childTracker ); - } else { - return nullptr; - } + if ( !tracker->isComplete() ) { tracker->open(); } - if( !tracker->isComplete() ) { - tracker->open(); + return tracker; } - return tracker; - } - - // TrackerBase interface - bool isGeneratorTracker() const override { return true; } - auto hasGenerator() const -> bool override { - return !!m_generator; - } - void close() override { - TrackerBase::close(); - // If a generator has a child (it is followed by a section) - // and none of its children have started, then we must wait - // until later to start consuming its values. - // This catches cases where `GENERATE` is placed between two - // `SECTION`s. - // **The check for m_children.empty cannot be removed**. - // doing so would break `GENERATE` _not_ followed by `SECTION`s. - const bool should_wait_for_child = [&]() { - // No children -> nobody to wait for - if ( m_children.empty() ) { - return false; - } - // If at least one child started executing, don't wait - if ( std::find_if( - m_children.begin(), - m_children.end(), - []( TestCaseTracking::ITrackerPtr const& tracker ) { - return tracker->hasStarted(); - } ) != m_children.end() ) { - return false; - } - - // No children have started. We need to check if they _can_ - // start, and thus we should wait for them, or they cannot - // start (due to filters), and we shouldn't wait for them - ITracker* parent = m_parent; - // This is safe: there is always at least one section - // tracker in a test case tracking tree - while ( !parent->isSectionTracker() ) { - parent = parent->parent(); - } - assert( parent && - "Missing root (test case) level section" ); - - auto const& parentSection = - static_cast( *parent ); - auto const& filters = parentSection.getFilters(); - // No filters -> no restrictions on running sections - if ( filters.empty() ) { - return true; - } + // TrackerBase interface + bool isGeneratorTracker() const override { return true; } + auto hasGenerator() const -> bool override { + return !!m_generator; + } + void close() override { + TrackerBase::close(); + // If a generator has a child (it is followed by a section) + // and none of its children have started, then we must wait + // until later to start consuming its values. + // This catches cases where `GENERATE` is placed between two + // `SECTION`s. + // **The check for m_children.empty cannot be removed**. + // doing so would break `GENERATE` _not_ followed by + // `SECTION`s. + const bool should_wait_for_child = [&]() { + // No children -> nobody to wait for + if ( m_children.empty() ) { return false; } + // If at least one child started executing, don't wait + if ( std::find_if( + m_children.begin(), + m_children.end(), + []( TestCaseTracking::ITrackerPtr const& + tracker ) { + return tracker->hasStarted(); + } ) != m_children.end() ) { + return false; + } - for ( auto const& child : m_children ) { - if ( child->isSectionTracker() && - std::find( - filters.begin(), - filters.end(), - static_cast( *child ) - .trimmedName() ) != filters.end() ) { - return true; + // No children have started. We need to check if they + // _can_ start, and thus we should wait for them, or + // they cannot start (due to filters), and we shouldn't + // wait for them + ITracker* parent = m_parent; + // This is safe: there is always at least one section + // tracker in a test case tracking tree + while ( !parent->isSectionTracker() ) { + parent = parent->parent(); } + assert( parent && + "Missing root (test case) level section" ); + + auto const& parentSection = + static_cast( *parent ); + auto const& filters = parentSection.getFilters(); + // No filters -> no restrictions on running sections + if ( filters.empty() ) { return true; } + + for ( auto const& child : m_children ) { + if ( child->isSectionTracker() && + std::find( filters.begin(), + filters.end(), + static_cast( + *child ) + .trimmedName() ) != + filters.end() ) { + return true; + } + } + return false; + }(); + + // This check is a bit tricky, because m_generator->next() + // has a side-effect, where it consumes generator's current + // value, but we do not want to invoke the side-effect if + // this generator is still waiting for any child to start. + assert( m_generator && "Tracker without generator" ); + if ( should_wait_for_child || + ( m_runState == CompletedSuccessfully && + m_generator->countedNext() ) ) { + m_children.clear(); + m_runState = Executing; } - return false; - }(); - - // This check is a bit tricky, because m_generator->next() - // has a side-effect, where it consumes generator's current - // value, but we do not want to invoke the side-effect if - // this generator is still waiting for any child to start. - assert( m_generator && "Tracker without generator" ); - if ( should_wait_for_child || - ( m_runState == CompletedSuccessfully && - m_generator->countedNext() ) ) { - m_children.clear(); - m_runState = Executing; } - } - // IGeneratorTracker interface - auto getGenerator() const -> GeneratorBasePtr const& override { - return m_generator; - } - void setGenerator( GeneratorBasePtr&& generator ) override { - m_generator = CATCH_MOVE( generator ); - } - }; - GeneratorTracker::~GeneratorTracker() = default; + // IGeneratorTracker interface + auto getGenerator() const -> GeneratorBasePtr const& override { + return m_generator; + } + void setGenerator( GeneratorBasePtr&& generator ) override { + m_generator = CATCH_MOVE( generator ); + } + }; + } // namespace } RunContext::RunContext(IConfig const* _config, IEventListenerPtr&& reporter) : m_runInfo(_config->name()), - m_context(getCurrentMutableContext()), m_config(_config), m_reporter(CATCH_MOVE(reporter)), m_lastAssertionInfo{ StringRef(), SourceLineInfo("",0), StringRef(), ResultDisposition::Normal }, m_includeSuccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions ) { - m_context.setResultCapture(this); + getCurrentMutableContext().setResultCapture( this ); m_reporter->testRunStarting(m_runInfo); } @@ -5222,7 +5660,7 @@ namespace Catch { } - void RunContext::assertionEnded(AssertionResult const & result) { + void RunContext::assertionEnded(AssertionResult&& result) { if (result.getResultType() == ResultWas::Ok) { m_totals.assertions.passed++; m_lastAssertionPassed = true; @@ -5244,19 +5682,27 @@ namespace Catch { m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals)); - if (result.getResultType() != ResultWas::Warning) + if ( result.getResultType() != ResultWas::Warning ) { m_messageScopes.clear(); + } - // Reset working state - resetAssertionInfo(); - m_lastResult = result; + // Reset working state. assertion info will be reset after + // populateReaction is run if it is needed + m_lastResult = CATCH_MOVE( result ); } void RunContext::resetAssertionInfo() { m_lastAssertionInfo.macroName = StringRef(); m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; + m_lastAssertionInfo.resultDisposition = ResultDisposition::Normal; + } + + void RunContext::notifyAssertionStarted( AssertionInfo const& info ) { + m_reporter->assertionStarting( info ); } - bool RunContext::sectionStarted(StringRef sectionName, SourceLineInfo const& sectionLineInfo, Counts & assertions) { + bool RunContext::sectionStarted( StringRef sectionName, + SourceLineInfo const& sectionLineInfo, + Counts& assertions ) { ITracker& sectionTracker = SectionTracker::acquire( m_trackerContext, TestCaseTracking::NameAndLocationRef( @@ -5394,7 +5840,8 @@ namespace Catch { tempResult.message = static_cast(message); AssertionResult result(m_lastAssertionInfo, CATCH_MOVE(tempResult)); - assertionEnded(result); + assertionEnded(CATCH_MOVE(result) ); + resetAssertionInfo(); handleUnfinishedSections(); @@ -5516,8 +5963,6 @@ namespace Catch { ITransientExpression const& expr, AssertionReaction& reaction ) { - m_reporter->assertionStarting( info ); - bool negated = isFalseTest( info.resultDisposition ); bool result = expr.getResult() != negated; @@ -5533,6 +5978,7 @@ namespace Catch { reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); populateReaction( reaction ); } + resetAssertionInfo(); } void RunContext::reportExpr( AssertionInfo const &info, @@ -5546,7 +5992,7 @@ namespace Catch { AssertionResult assertionResult{ info, CATCH_MOVE( data ) }; assertionResult.m_resultData.lazyExpression.m_transientExpression = expr; - assertionEnded( assertionResult ); + assertionEnded( CATCH_MOVE(assertionResult) ); } void RunContext::handleMessage( @@ -5555,22 +6001,23 @@ namespace Catch { StringRef message, AssertionReaction& reaction ) { - m_reporter->assertionStarting( info ); - m_lastAssertionInfo = info; AssertionResultData data( resultType, LazyExpression( false ) ); data.message = static_cast(message); AssertionResult assertionResult{ m_lastAssertionInfo, CATCH_MOVE( data ) }; - assertionEnded( assertionResult ); - if ( !assertionResult.isOk() ) { + + const auto isOk = assertionResult.isOk(); + assertionEnded( CATCH_MOVE(assertionResult) ); + if ( !isOk ) { populateReaction( reaction ); } else if ( resultType == ResultWas::ExplicitSkip ) { // TODO: Need to handle this explicitly, as ExplicitSkip is // considered "OK" reaction.shouldSkip = true; } + resetAssertionInfo(); } void RunContext::handleUnexpectedExceptionNotThrown( AssertionInfo const& info, @@ -5581,16 +6028,17 @@ namespace Catch { void RunContext::handleUnexpectedInflightException( AssertionInfo const& info, - std::string const& message, + std::string&& message, AssertionReaction& reaction ) { m_lastAssertionInfo = info; AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); - data.message = message; + data.message = CATCH_MOVE(message); AssertionResult assertionResult{ info, CATCH_MOVE(data) }; - assertionEnded( assertionResult ); + assertionEnded( CATCH_MOVE(assertionResult) ); populateReaction( reaction ); + resetAssertionInfo(); } void RunContext::populateReaction( AssertionReaction& reaction ) { @@ -5607,7 +6055,8 @@ namespace Catch { AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); data.message = "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE"s; AssertionResult assertionResult{ info, CATCH_MOVE( data ) }; - assertionEnded( assertionResult ); + assertionEnded( CATCH_MOVE(assertionResult) ); + resetAssertionInfo(); } void RunContext::handleNonExpr( AssertionInfo const &info, @@ -5618,10 +6067,11 @@ namespace Catch { AssertionResultData data( resultType, LazyExpression( false ) ); AssertionResult assertionResult{ info, CATCH_MOVE( data ) }; - assertionEnded( assertionResult ); - if( !assertionResult.isOk() ) - populateReaction( reaction ); + const auto isOk = assertionResult.isOk(); + assertionEnded( CATCH_MOVE(assertionResult) ); + if ( !isOk ) { populateReaction( reaction ); } + resetAssertionInfo(); } @@ -5790,7 +6240,6 @@ namespace Catch { -#include #include #include #include @@ -5814,9 +6263,9 @@ namespace Catch { return s.find( infix ) != std::string::npos; } void toLowerInPlace( std::string& s ) { - std::transform( s.begin(), s.end(), s.begin(), []( char c ) { - return toLower( c ); - } ); + for ( char& c : s ) { + c = toLower( c ); + } } std::string toLower( std::string const& s ) { std::string lc = s; @@ -5949,7 +6398,7 @@ namespace Catch { namespace Catch { - TagAliasRegistry::~TagAliasRegistry() {} + TagAliasRegistry::~TagAliasRegistry() = default; TagAlias const* TagAliasRegistry::find( std::string const& alias ) const { auto it = m_registry.find( alias ); @@ -6030,6 +6479,38 @@ namespace Catch { namespace Catch { + namespace { + static void enforceNoDuplicateTestCases( + std::vector const& tests ) { + auto testInfoCmp = []( TestCaseInfo const* lhs, + TestCaseInfo const* rhs ) { + return *lhs < *rhs; + }; + std::set seenTests( + testInfoCmp ); + for ( auto const& test : tests ) { + const auto infoPtr = &test.getTestCaseInfo(); + const auto prev = seenTests.insert( infoPtr ); + CATCH_ENFORCE( prev.second, + "error: test case \"" + << infoPtr->name << "\", with tags \"" + << infoPtr->tagsAsString() + << "\" already defined.\n" + << "\tFirst seen at " + << ( *prev.first )->lineInfo << "\n" + << "\tRedefined at " << infoPtr->lineInfo ); + } + } + + static bool matchTest( TestCaseHandle const& testCase, + TestSpec const& testSpec, + IConfig const& config ) { + return testSpec.matches( testCase.getTestCaseInfo() ) && + isThrowSafe( testCase, config ); + } + + } // end unnamed namespace + std::vector sortTests( IConfig const& config, std::vector const& unsortedTestCases ) { switch (config.runOrder()) { case TestRunOrder::Declared: @@ -6047,7 +6528,6 @@ namespace Catch { return sorted; } case TestRunOrder::Randomized: { - seedRng(config); using TestWithHash = std::pair; TestCaseInfoHasher h{ config.rngSeed() }; @@ -6086,29 +6566,6 @@ namespace Catch { return !testCase.getTestCaseInfo().throws() || config.allowThrows(); } - bool matchTest( TestCaseHandle const& testCase, TestSpec const& testSpec, IConfig const& config ) { - return testSpec.matches( testCase.getTestCaseInfo() ) && isThrowSafe( testCase, config ); - } - - void - enforceNoDuplicateTestCases( std::vector const& tests ) { - auto testInfoCmp = []( TestCaseInfo const* lhs, - TestCaseInfo const* rhs ) { - return *lhs < *rhs; - }; - std::set seenTests(testInfoCmp); - for ( auto const& test : tests ) { - const auto infoPtr = &test.getTestCaseInfo(); - const auto prev = seenTests.insert( infoPtr ); - CATCH_ENFORCE( - prev.second, - "error: test case \"" << infoPtr->name << "\", with tags \"" - << infoPtr->tagsAsString() << "\" already defined.\n" - << "\tFirst seen at " << ( *prev.first )->lineInfo << "\n" - << "\tRedefined at " << infoPtr->lineInfo ); - } - } - std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ) { std::vector filtered; filtered.reserve( testCases.size() ); @@ -6149,13 +6606,6 @@ namespace Catch { return m_sortedFunctions; } - - - /////////////////////////////////////////////////////////////////////////// - void TestInvokerAsFunction::invoke() const { - m_testAsFunction(); - } - } // end namespace Catch @@ -6401,6 +6851,14 @@ namespace Catch { #endif } + void throw_test_skip_exception() { +#if !defined( CATCH_CONFIG_DISABLE_EXCEPTIONS ) + throw Catch::TestSkipException(); +#else + CATCH_ERROR( "Explicitly skipping tests during runtime requires exceptions" ); +#endif + } + } // namespace Catch @@ -6409,9 +6867,10 @@ namespace Catch { #include namespace Catch { + ITestInvoker::~ITestInvoker() = default; namespace { - StringRef extractClassName( StringRef classOrMethodName ) { + static StringRef extractClassName( StringRef classOrMethodName ) { if ( !startsWith( classOrMethodName, '&' ) ) { return classOrMethodName; } @@ -6438,6 +6897,18 @@ namespace Catch { static_cast( startIdx ), static_cast( classNameSize ) ); } + + class TestInvokerAsFunction final : public ITestInvoker { + using TestType = void ( * )(); + TestType m_testAsFunction; + + public: + TestInvokerAsFunction( TestType testAsFunction ) noexcept: + m_testAsFunction( testAsFunction ) {} + + void invoke() const override { m_testAsFunction(); } + }; + } // namespace Detail::unique_ptr makeTestInvoker( void(*testAsFunction)() ) { @@ -6919,23 +7390,36 @@ namespace Catch { return os; } - Columns Column::operator+( Column const& other ) { + Columns operator+(Column const& lhs, Column const& rhs) { Columns cols; - cols += *this; - cols += other; + cols += lhs; + cols += rhs; return cols; } - - Columns& Columns::operator+=( Column const& col ) { - m_columns.push_back( col ); - return *this; + Columns operator+(Column&& lhs, Column&& rhs) { + Columns cols; + cols += CATCH_MOVE( lhs ); + cols += CATCH_MOVE( rhs ); + return cols; } - Columns Columns::operator+( Column const& col ) { - Columns combined = *this; - combined += col; + Columns& operator+=(Columns& lhs, Column const& rhs) { + lhs.m_columns.push_back( rhs ); + return lhs; + } + Columns& operator+=(Columns& lhs, Column&& rhs) { + lhs.m_columns.push_back( CATCH_MOVE(rhs) ); + return lhs; + } + Columns operator+( Columns const& lhs, Column const& rhs ) { + auto combined( lhs ); + combined += rhs; return combined; } + Columns operator+( Columns&& lhs, Column&& rhs ) { + lhs += CATCH_MOVE( rhs ); + return CATCH_MOVE( lhs ); + } } // namespace TextFlow } // namespace Catch @@ -7431,26 +7915,11 @@ namespace { return ulpDist <= maxUlpDiff; } -#if defined(CATCH_CONFIG_GLOBAL_NEXTAFTER) - - float nextafter(float x, float y) { - return ::nextafterf(x, y); - } - - double nextafter(double x, double y) { - return ::nextafter(x, y); - } - -#endif // ^^^ CATCH_CONFIG_GLOBAL_NEXTAFTER ^^^ template FP step(FP start, FP direction, uint64_t steps) { for (uint64_t i = 0; i < steps; ++i) { -#if defined(CATCH_CONFIG_GLOBAL_NEXTAFTER) start = Catch::nextafter(start, direction); -#else - start = std::nextafter(start, direction); -#endif } return start; } @@ -7824,7 +8293,7 @@ namespace Catch { namespace Catch { - AutomakeReporter::~AutomakeReporter() {} + AutomakeReporter::~AutomakeReporter() = default; void AutomakeReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { // Possible values to emit are PASS, XFAIL, SKIP, FAIL, XPASS and ERROR. @@ -8046,7 +8515,7 @@ class AssertionPrinter { return; const auto itEnd = messages.cend(); - const auto N = static_cast(std::distance(itMessage, itEnd)); + const auto N = static_cast(itEnd - itMessage); stream << colourImpl->guardColour( colour ) << " with " << pluralise( N, "message"_sr ) << ':'; @@ -8124,7 +8593,7 @@ class AssertionPrinter { StreamingReporterBase::testRunEnded( _testRunStats ); } - CompactReporter::~CompactReporter() {} + CompactReporter::~CompactReporter() = default; } // end namespace Catch @@ -8319,15 +8788,9 @@ findMax( std::size_t& i, std::size_t& j, std::size_t& k, std::size_t& l ) { return l; } -enum class Justification { Left, Right }; - -struct ColumnInfo { - std::string name; - std::size_t width; - Justification justification; -}; struct ColumnBreak {}; struct RowBreak {}; +struct OutputFlush {}; class Duration { enum class Unit { @@ -8402,6 +8865,14 @@ class Duration { }; } // end anon namespace +enum class Justification { Left, Right }; + +struct ColumnInfo { + std::string name; + std::size_t width; + Justification justification; +}; + class TablePrinter { std::ostream& m_os; std::vector m_columnInfos; @@ -8424,11 +8895,10 @@ class TablePrinter { *this << RowBreak(); TextFlow::Columns headerCols; - auto spacer = TextFlow::Spacer(2); for (auto const& info : m_columnInfos) { assert(info.width > 2); headerCols += TextFlow::Column(info.name).width(info.width - 2); - headerCols += spacer; + headerCols += TextFlow::Spacer( 2 ); } m_os << headerCols << '\n'; @@ -8444,12 +8914,12 @@ class TablePrinter { } template - friend TablePrinter& operator << (TablePrinter& tp, T const& value) { + friend TablePrinter& operator<< (TablePrinter& tp, T const& value) { tp.m_oss << value; return tp; } - friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { + friend TablePrinter& operator<< (TablePrinter& tp, ColumnBreak) { auto colStr = tp.m_oss.str(); const auto strSize = colStr.size(); tp.m_oss.str(""); @@ -8471,13 +8941,18 @@ class TablePrinter { return tp; } - friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { + friend TablePrinter& operator<< (TablePrinter& tp, RowBreak) { if (tp.m_currentColumn > 0) { tp.m_os << '\n'; tp.m_currentColumn = -1; } return tp; } + + friend TablePrinter& operator<<(TablePrinter& tp, OutputFlush) { + tp.m_os << std::flush; + return tp; + } }; ConsoleReporter::ConsoleReporter(ReporterConfig&& config): @@ -8499,7 +8974,7 @@ ConsoleReporter::ConsoleReporter(ReporterConfig&& config): { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, Justification::Left }, { "samples mean std dev", 14, Justification::Right }, { "iterations low mean low std dev", 14, Justification::Right }, - { "estimated high mean high std dev", 14, Justification::Right } + { "est run time high mean high std dev", 14, Justification::Right } }; } }())) {} @@ -8583,8 +9058,11 @@ void ConsoleReporter::benchmarkPreparing( StringRef name ) { void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) { (*m_tablePrinter) << info.samples << ColumnBreak() << info.iterations << ColumnBreak(); - if (!m_config->benchmarkNoAnalysis()) - (*m_tablePrinter) << Duration(info.estimatedDuration) << ColumnBreak(); + if ( !m_config->benchmarkNoAnalysis() ) { + ( *m_tablePrinter ) + << Duration( info.estimatedDuration ) << ColumnBreak(); + } + ( *m_tablePrinter ) << OutputFlush{}; } void ConsoleReporter::benchmarkEnded(BenchmarkStats<> const& stats) { if (m_config->benchmarkNoAnalysis()) @@ -9280,6 +9758,366 @@ namespace Catch { } // namespace Catch +// + +namespace Catch { + namespace { + void writeSourceInfo( JsonObjectWriter& writer, + SourceLineInfo const& sourceInfo ) { + auto source_location_writer = + writer.write( "source-location"_sr ).writeObject(); + source_location_writer.write( "filename"_sr ) + .write( sourceInfo.file ); + source_location_writer.write( "line"_sr ).write( sourceInfo.line ); + } + + void writeTags( JsonArrayWriter writer, std::vector const& tags ) { + for ( auto const& tag : tags ) { + writer.write( tag.original ); + } + } + + void writeProperties( JsonArrayWriter writer, + TestCaseInfo const& info ) { + if ( info.isHidden() ) { writer.write( "is-hidden"_sr ); } + if ( info.okToFail() ) { writer.write( "ok-to-fail"_sr ); } + if ( info.expectedToFail() ) { + writer.write( "expected-to-fail"_sr ); + } + if ( info.throws() ) { writer.write( "throws"_sr ); } + } + + } // namespace + + JsonReporter::JsonReporter( ReporterConfig&& config ): + StreamingReporterBase{ CATCH_MOVE( config ) } { + + m_preferences.shouldRedirectStdOut = true; + // TBD: Do we want to report all assertions? XML reporter does + // not, but for machine-parseable reporters I think the answer + // should be yes. + m_preferences.shouldReportAllAssertions = true; + + m_objectWriters.emplace( m_stream ); + m_writers.emplace( Writer::Object ); + auto& writer = m_objectWriters.top(); + + writer.write( "version"_sr ).write( 1 ); + + { + auto metadata_writer = writer.write( "metadata"_sr ).writeObject(); + metadata_writer.write( "name"_sr ).write( m_config->name() ); + metadata_writer.write( "rng-seed"_sr ).write( m_config->rngSeed() ); + metadata_writer.write( "catch2-version"_sr ) + .write( libraryVersion() ); + if ( m_config->testSpec().hasFilters() ) { + metadata_writer.write( "filters"_sr ) + .write( m_config->testSpec() ); + } + } + } + + JsonReporter::~JsonReporter() { + endListing(); + // TODO: Ensure this closes the top level object, add asserts + assert( m_writers.size() == 1 && "Only the top level object should be open" ); + assert( m_writers.top() == Writer::Object ); + endObject(); + m_stream << '\n' << std::flush; + assert( m_writers.empty() ); + } + + JsonArrayWriter& JsonReporter::startArray() { + m_arrayWriters.emplace( m_arrayWriters.top().writeArray() ); + m_writers.emplace( Writer::Array ); + return m_arrayWriters.top(); + } + JsonArrayWriter& JsonReporter::startArray( StringRef key ) { + m_arrayWriters.emplace( + m_objectWriters.top().write( key ).writeArray() ); + m_writers.emplace( Writer::Array ); + return m_arrayWriters.top(); + } + + JsonObjectWriter& JsonReporter::startObject() { + m_objectWriters.emplace( m_arrayWriters.top().writeObject() ); + m_writers.emplace( Writer::Object ); + return m_objectWriters.top(); + } + JsonObjectWriter& JsonReporter::startObject( StringRef key ) { + m_objectWriters.emplace( + m_objectWriters.top().write( key ).writeObject() ); + m_writers.emplace( Writer::Object ); + return m_objectWriters.top(); + } + + void JsonReporter::endObject() { + assert( isInside( Writer::Object ) ); + m_objectWriters.pop(); + m_writers.pop(); + } + void JsonReporter::endArray() { + assert( isInside( Writer::Array ) ); + m_arrayWriters.pop(); + m_writers.pop(); + } + + bool JsonReporter::isInside( Writer writer ) { + return !m_writers.empty() && m_writers.top() == writer; + } + + void JsonReporter::startListing() { + if ( !m_startedListing ) { startObject( "listings"_sr ); } + m_startedListing = true; + } + void JsonReporter::endListing() { + if ( m_startedListing ) { endObject(); } + m_startedListing = false; + } + + std::string JsonReporter::getDescription() { + return "Outputs listings as JSON. Test listing is Work-in-Progress!"; + } + + void JsonReporter::testRunStarting( TestRunInfo const& testInfo ) { + StreamingReporterBase::testRunStarting( testInfo ); + endListing(); + + assert( isInside( Writer::Object ) ); + startObject( "test-run"_sr ); + startArray( "test-cases"_sr ); + } + + static void writeCounts( JsonObjectWriter&& writer, Counts const& counts ) { + writer.write( "passed"_sr ).write( counts.passed ); + writer.write( "failed"_sr ).write( counts.failed ); + writer.write( "fail-but-ok"_sr ).write( counts.failedButOk ); + writer.write( "skipped"_sr ).write( counts.skipped ); + } + + void JsonReporter::testRunEnded(TestRunStats const& runStats) { + assert( isInside( Writer::Array ) ); + // End "test-cases" + endArray(); + + { + auto totals = + m_objectWriters.top().write( "totals"_sr ).writeObject(); + writeCounts( totals.write( "assertions"_sr ).writeObject(), + runStats.totals.assertions ); + writeCounts( totals.write( "test-cases"_sr ).writeObject(), + runStats.totals.testCases ); + } + + // End the "test-run" object + endObject(); + } + + void JsonReporter::testCaseStarting( TestCaseInfo const& tcInfo ) { + StreamingReporterBase::testCaseStarting( tcInfo ); + + assert( isInside( Writer::Array ) && + "We should be in the 'test-cases' array" ); + startObject(); + // "test-info" prelude + { + auto testInfo = + m_objectWriters.top().write( "test-info"_sr ).writeObject(); + // TODO: handle testName vs className!! + testInfo.write( "name"_sr ).write( tcInfo.name ); + writeSourceInfo(testInfo, tcInfo.lineInfo); + writeTags( testInfo.write( "tags"_sr ).writeArray(), tcInfo.tags ); + writeProperties( testInfo.write( "properties"_sr ).writeArray(), + tcInfo ); + } + + + // Start the array for individual test runs (testCasePartial pairs) + startArray( "runs"_sr ); + } + + void JsonReporter::testCaseEnded( TestCaseStats const& tcStats ) { + StreamingReporterBase::testCaseEnded( tcStats ); + + // We need to close the 'runs' array before finishing the test case + assert( isInside( Writer::Array ) ); + endArray(); + + { + auto totals = + m_objectWriters.top().write( "totals"_sr ).writeObject(); + writeCounts( totals.write( "assertions"_sr ).writeObject(), + tcStats.totals.assertions ); + // We do not write the test case totals, because there will always be just one test case here. + // TODO: overall "result" -> success, skip, fail here? Or in partial result? + } + // We do not write out stderr/stdout, because we instead wrote those out in partial runs + + // TODO: aborting? + + // And we also close this test case's object + assert( isInside( Writer::Object ) ); + endObject(); + } + + void JsonReporter::testCasePartialStarting( TestCaseInfo const& /*tcInfo*/, + uint64_t index ) { + startObject(); + m_objectWriters.top().write( "run-idx"_sr ).write( index ); + startArray( "path"_sr ); + // TODO: we want to delay most of the printing to the 'root' section + // TODO: childSection key name? + } + + void JsonReporter::testCasePartialEnded( TestCaseStats const& tcStats, + uint64_t /*index*/ ) { + // Fixme: the top level section handles this. + //// path object + endArray(); + if ( !tcStats.stdOut.empty() ) { + m_objectWriters.top() + .write( "captured-stdout"_sr ) + .write( tcStats.stdOut ); + } + if ( !tcStats.stdErr.empty() ) { + m_objectWriters.top() + .write( "captured-stderr"_sr ) + .write( tcStats.stdErr ); + } + { + auto totals = + m_objectWriters.top().write( "totals"_sr ).writeObject(); + writeCounts( totals.write( "assertions"_sr ).writeObject(), + tcStats.totals.assertions ); + // We do not write the test case totals, because there will + // always be just one test case here. + // TODO: overall "result" -> success, skip, fail here? Or in + // partial result? + } + // TODO: aborting? + // run object + endObject(); + } + + void JsonReporter::sectionStarting( SectionInfo const& sectionInfo ) { + assert( isInside( Writer::Array ) && + "Section should always start inside an object" ); + // We want to nest top level sections, even though it shares name + // and source loc with the TEST_CASE + auto& sectionObject = startObject(); + sectionObject.write( "kind"_sr ).write( "section"_sr ); + sectionObject.write( "name"_sr ).write( sectionInfo.name ); + writeSourceInfo( m_objectWriters.top(), sectionInfo.lineInfo ); + + + // TBD: Do we want to create this event lazily? It would become + // rather complex, but we could do it, and it would look + // better for empty sections. OTOH, empty sections should + // be rare. + startArray( "path"_sr ); + } + void JsonReporter::sectionEnded( SectionStats const& /*sectionStats */) { + // End the subpath array + endArray(); + // TODO: metadata + // TODO: what info do we have here? + + // End the section object + endObject(); + } + + void JsonReporter::assertionStarting( AssertionInfo const& /*assertionInfo*/ ) {} + void JsonReporter::assertionEnded( AssertionStats const& assertionStats ) { + // TODO: There is lot of different things to handle here, but + // we can fill it in later, after we show that the basic + // outline and streaming reporter impl works well enough. + //if ( !m_config->includeSuccessfulResults() + // && assertionStats.assertionResult.isOk() ) { + // return; + //} + assert( isInside( Writer::Array ) ); + auto assertionObject = m_arrayWriters.top().writeObject(); + + assertionObject.write( "kind"_sr ).write( "assertion"_sr ); + writeSourceInfo( assertionObject, + assertionStats.assertionResult.getSourceInfo() ); + assertionObject.write( "status"_sr ) + .write( assertionStats.assertionResult.isOk() ); + // TODO: handling of result. + // TODO: messages + // TODO: totals? + } + + + void JsonReporter::benchmarkPreparing( StringRef name ) { (void)name; } + void JsonReporter::benchmarkStarting( BenchmarkInfo const& ) {} + void JsonReporter::benchmarkEnded( BenchmarkStats<> const& ) {} + void JsonReporter::benchmarkFailed( StringRef error ) { (void)error; } + + void JsonReporter::listReporters( + std::vector const& descriptions ) { + startListing(); + + auto writer = + m_objectWriters.top().write( "reporters"_sr ).writeArray(); + for ( auto const& desc : descriptions ) { + auto desc_writer = writer.writeObject(); + desc_writer.write( "name"_sr ).write( desc.name ); + desc_writer.write( "description"_sr ).write( desc.description ); + } + } + void JsonReporter::listListeners( + std::vector const& descriptions ) { + startListing(); + + auto writer = + m_objectWriters.top().write( "listeners"_sr ).writeArray(); + + for ( auto const& desc : descriptions ) { + auto desc_writer = writer.writeObject(); + desc_writer.write( "name"_sr ).write( desc.name ); + desc_writer.write( "description"_sr ).write( desc.description ); + } + } + void JsonReporter::listTests( std::vector const& tests ) { + startListing(); + + auto writer = m_objectWriters.top().write( "tests"_sr ).writeArray(); + + for ( auto const& test : tests ) { + auto desc_writer = writer.writeObject(); + auto const& info = test.getTestCaseInfo(); + + desc_writer.write( "name"_sr ).write( info.name ); + desc_writer.write( "class-name"_sr ).write( info.className ); + { + auto tag_writer = desc_writer.write( "tags"_sr ).writeArray(); + for ( auto const& tag : info.tags ) { + tag_writer.write( tag.original ); + } + } + writeSourceInfo( desc_writer, info.lineInfo ); + } + } + void JsonReporter::listTags( std::vector const& tags ) { + startListing(); + + auto writer = m_objectWriters.top().write( "tags"_sr ).writeArray(); + for ( auto const& tag : tags ) { + auto tag_writer = writer.writeObject(); + { + auto aliases_writer = + tag_writer.write( "aliases"_sr ).writeArray(); + for ( auto alias : tag.spellings ) { + aliases_writer.write( alias ); + } + } + tag_writer.write( "count"_sr ).write( tag.count ); + } + } +} // namespace Catch + + #include @@ -9299,6 +10137,8 @@ namespace Catch { gmtime_s(&timeInfo, &rawtime); #elif defined (CATCH_PLATFORM_PLAYSTATION) gmtime_s(&rawtime, &timeInfo); +#elif defined (__IAR_SYSTEMS_ICC__) + timeInfo = *std::gmtime(&rawtime); #else gmtime_r(&rawtime, &timeInfo); #endif @@ -9559,7 +10399,7 @@ namespace Catch { } } - if( !result.getMessage().empty() ) + if( result.hasMessage() ) rss << result.getMessage() << '\n'; for( auto const& msg : stats.infoMessages ) if( msg.type == ResultWas::Info ) @@ -9678,7 +10518,6 @@ namespace Catch { } } - // The return value indicates if the messages buffer should be cleared: void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) { const bool reportByDefault = assertionStats.assertionResult.getResultType() != ResultWas::Ok || @@ -9781,6 +10620,11 @@ namespace Catch { } } + void registerListenerImpl( Detail::unique_ptr listenerFactory ) { + getMutableRegistryHub().registerListener( CATCH_MOVE(listenerFactory) ); + } + + } // namespace Detail } // namespace Catch @@ -9920,7 +10764,7 @@ namespace Catch { } } - if (!result.getMessage().empty()) + if (result.hasMessage()) textRss << result.getMessage() << '\n'; for (auto const& msg : stats.infoMessages) @@ -9954,7 +10798,6 @@ namespace Catch { #include -#include #include namespace Catch { @@ -10105,7 +10948,7 @@ namespace Catch { // using messages.end() directly (or auto) yields compilation error: std::vector::const_iterator itEnd = messages.end(); - const std::size_t N = static_cast(std::distance(itMessage, itEnd)); + const std::size_t N = static_cast(itEnd - itMessage); stream << colourImpl->guardColour( colour ) << " with " << pluralise( N, "message"_sr ) << ':'; @@ -10203,7 +11046,7 @@ namespace Catch { } // end anonymous namespace - TeamCityReporter::~TeamCityReporter() {} + TeamCityReporter::~TeamCityReporter() = default; void TeamCityReporter::testRunStarting( TestRunInfo const& runInfo ) { m_stream << "##teamcity[testSuiteStarted name='" << escape( runInfo.name ) @@ -10377,7 +11220,7 @@ namespace Catch { m_xml.startElement("Catch2TestRun") .writeAttribute("name"_sr, m_config->name()) .writeAttribute("rng-seed"_sr, m_config->rngSeed()) - .writeAttribute("xml-format-version"_sr, 2) + .writeAttribute("xml-format-version"_sr, 3) .writeAttribute("catch2-version"_sr, libraryVersion()); if ( m_config->testSpec().hasFilters() ) { m_xml.writeAttribute( "filters"_sr, m_config->testSpec() ); @@ -10419,11 +11262,13 @@ namespace Catch { // Print any info messages in tags. for( auto const& msg : assertionStats.infoMessages ) { if( msg.type == ResultWas::Info && includeResults ) { - m_xml.scopedElement( "Info" ) - .writeText( msg.message ); + auto t = m_xml.scopedElement( "Info" ); + writeSourceInfo( msg.lineInfo ); + t.writeText( msg.message ); } else if ( msg.type == ResultWas::Warning ) { - m_xml.scopedElement( "Warning" ) - .writeText( msg.message ); + auto t = m_xml.scopedElement( "Warning" ); + writeSourceInfo( msg.lineInfo ); + t.writeText( msg.message ); } } } @@ -10553,26 +11398,23 @@ namespace Catch { } void XmlReporter::benchmarkEnded(BenchmarkStats<> const& benchmarkStats) { - m_xml.startElement("mean") + m_xml.scopedElement("mean") .writeAttribute("value"_sr, benchmarkStats.mean.point.count()) .writeAttribute("lowerBound"_sr, benchmarkStats.mean.lower_bound.count()) .writeAttribute("upperBound"_sr, benchmarkStats.mean.upper_bound.count()) .writeAttribute("ci"_sr, benchmarkStats.mean.confidence_interval); - m_xml.endElement(); - m_xml.startElement("standardDeviation") + m_xml.scopedElement("standardDeviation") .writeAttribute("value"_sr, benchmarkStats.standardDeviation.point.count()) .writeAttribute("lowerBound"_sr, benchmarkStats.standardDeviation.lower_bound.count()) .writeAttribute("upperBound"_sr, benchmarkStats.standardDeviation.upper_bound.count()) .writeAttribute("ci"_sr, benchmarkStats.standardDeviation.confidence_interval); - m_xml.endElement(); - m_xml.startElement("outliers") + m_xml.scopedElement("outliers") .writeAttribute("variance"_sr, benchmarkStats.outlierVariance) .writeAttribute("lowMild"_sr, benchmarkStats.outliers.low_mild) .writeAttribute("lowSevere"_sr, benchmarkStats.outliers.low_severe) .writeAttribute("highMild"_sr, benchmarkStats.outliers.high_mild) .writeAttribute("highSevere"_sr, benchmarkStats.outliers.high_severe); m_xml.endElement(); - m_xml.endElement(); } void XmlReporter::benchmarkFailed(StringRef error) { diff --git a/external_imported/Catch2/extras/catch_amalgamated.hpp b/external_imported/Catch2/extras/catch_amalgamated.hpp index 321cec5da..fdba759a7 100644 --- a/external_imported/Catch2/extras/catch_amalgamated.hpp +++ b/external_imported/Catch2/extras/catch_amalgamated.hpp @@ -1,3 +1,4 @@ + // Copyright Catch2 Authors // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at @@ -5,8 +6,8 @@ // SPDX-License-Identifier: BSL-1.0 -// Catch v3.3.2 -// Generated: 2023-02-26 10:28:46.785908 +// Catch v3.5.2 +// Generated: 2024-01-15 14:06:34.036475 // ---------------------------------------------------------- // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. @@ -59,238 +60,6 @@ -#ifndef CATCH_INTERFACES_CONFIG_HPP_INCLUDED -#define CATCH_INTERFACES_CONFIG_HPP_INCLUDED - - - -#ifndef CATCH_NONCOPYABLE_HPP_INCLUDED -#define CATCH_NONCOPYABLE_HPP_INCLUDED - -namespace Catch { - namespace Detail { - - //! Deriving classes become noncopyable and nonmovable - class NonCopyable { - NonCopyable( NonCopyable const& ) = delete; - NonCopyable( NonCopyable&& ) = delete; - NonCopyable& operator=( NonCopyable const& ) = delete; - NonCopyable& operator=( NonCopyable&& ) = delete; - - protected: - NonCopyable() noexcept = default; - }; - - } // namespace Detail -} // namespace Catch - -#endif // CATCH_NONCOPYABLE_HPP_INCLUDED - - -#ifndef CATCH_STRINGREF_HPP_INCLUDED -#define CATCH_STRINGREF_HPP_INCLUDED - -#include -#include -#include -#include - -#include - -namespace Catch { - - /// A non-owning string class (similar to the forthcoming std::string_view) - /// Note that, because a StringRef may be a substring of another string, - /// it may not be null terminated. - class StringRef { - public: - using size_type = std::size_t; - using const_iterator = const char*; - - private: - static constexpr char const* const s_empty = ""; - - char const* m_start = s_empty; - size_type m_size = 0; - - public: // construction - constexpr StringRef() noexcept = default; - - StringRef( char const* rawChars ) noexcept; - - constexpr StringRef( char const* rawChars, size_type size ) noexcept - : m_start( rawChars ), - m_size( size ) - {} - - StringRef( std::string const& stdString ) noexcept - : m_start( stdString.c_str() ), - m_size( stdString.size() ) - {} - - explicit operator std::string() const { - return std::string(m_start, m_size); - } - - public: // operators - auto operator == ( StringRef other ) const noexcept -> bool { - return m_size == other.m_size - && (std::memcmp( m_start, other.m_start, m_size ) == 0); - } - auto operator != (StringRef other) const noexcept -> bool { - return !(*this == other); - } - - constexpr auto operator[] ( size_type index ) const noexcept -> char { - assert(index < m_size); - return m_start[index]; - } - - bool operator<(StringRef rhs) const noexcept; - - public: // named queries - constexpr auto empty() const noexcept -> bool { - return m_size == 0; - } - constexpr auto size() const noexcept -> size_type { - return m_size; - } - - // Returns a substring of [start, start + length). - // If start + length > size(), then the substring is [start, start + size()). - // If start > size(), then the substring is empty. - constexpr StringRef substr(size_type start, size_type length) const noexcept { - if (start < m_size) { - const auto shortened_size = m_size - start; - return StringRef(m_start + start, (shortened_size < length) ? shortened_size : length); - } else { - return StringRef(); - } - } - - // Returns the current start pointer. May not be null-terminated. - constexpr char const* data() const noexcept { - return m_start; - } - - constexpr const_iterator begin() const { return m_start; } - constexpr const_iterator end() const { return m_start + m_size; } - - - friend std::string& operator += (std::string& lhs, StringRef sr); - friend std::ostream& operator << (std::ostream& os, StringRef sr); - friend std::string operator+(StringRef lhs, StringRef rhs); - - /** - * Provides a three-way comparison with rhs - * - * Returns negative number if lhs < rhs, 0 if lhs == rhs, and a positive - * number if lhs > rhs - */ - int compare( StringRef rhs ) const; - }; - - - constexpr auto operator ""_sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { - return StringRef( rawChars, size ); - } -} // namespace Catch - -constexpr auto operator ""_catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::StringRef { - return Catch::StringRef( rawChars, size ); -} - -#endif // CATCH_STRINGREF_HPP_INCLUDED - -#include -#include -#include -#include - -namespace Catch { - - enum class Verbosity { - Quiet = 0, - Normal, - High - }; - - struct WarnAbout { enum What { - Nothing = 0x00, - //! A test case or leaf section did not run any assertions - NoAssertions = 0x01, - //! A command line test spec matched no test cases - UnmatchedTestSpec = 0x02, - }; }; - - enum class ShowDurations { - DefaultForReporter, - Always, - Never - }; - enum class TestRunOrder { - Declared, - LexicographicallySorted, - Randomized - }; - enum class ColourMode : std::uint8_t { - //! Let Catch2 pick implementation based on platform detection - PlatformDefault, - //! Use ANSI colour code escapes - ANSI, - //! Use Win32 console colour API - Win32, - //! Don't use any colour - None - }; - struct WaitForKeypress { enum When { - Never, - BeforeStart = 1, - BeforeExit = 2, - BeforeStartAndExit = BeforeStart | BeforeExit - }; }; - - class TestSpec; - class IStream; - - class IConfig : public Detail::NonCopyable { - public: - virtual ~IConfig(); - - virtual bool allowThrows() const = 0; - virtual StringRef name() const = 0; - virtual bool includeSuccessfulResults() const = 0; - virtual bool shouldDebugBreak() const = 0; - virtual bool warnAboutMissingAssertions() const = 0; - virtual bool warnAboutUnmatchedTestSpecs() const = 0; - virtual bool zeroTestsCountAsSuccess() const = 0; - virtual int abortAfter() const = 0; - virtual bool showInvisibles() const = 0; - virtual ShowDurations showDurations() const = 0; - virtual double minDuration() const = 0; - virtual TestSpec const& testSpec() const = 0; - virtual bool hasTestFilters() const = 0; - virtual std::vector const& getTestsOrTags() const = 0; - virtual TestRunOrder runOrder() const = 0; - virtual uint32_t rngSeed() const = 0; - virtual unsigned int shardCount() const = 0; - virtual unsigned int shardIndex() const = 0; - virtual ColourMode defaultColourMode() const = 0; - virtual std::vector const& getSectionsToRun() const = 0; - virtual Verbosity verbosity() const = 0; - - virtual bool skipBenchmarks() const = 0; - virtual bool benchmarkNoAnalysis() const = 0; - virtual unsigned int benchmarkSamples() const = 0; - virtual double benchmarkConfidenceInterval() const = 0; - virtual unsigned int benchmarkResamples() const = 0; - virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0; - }; -} - -#endif // CATCH_INTERFACES_CONFIG_HPP_INCLUDED - - #ifndef CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED #define CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED @@ -366,12 +135,18 @@ namespace Catch { # define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \ _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" ) +# define CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ + _Pragma( "GCC diagnostic ignored \"-Wunused-result\"" ) + # define CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ _Pragma( "GCC diagnostic ignored \"-Wunused-variable\"" ) # define CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ _Pragma( "GCC diagnostic ignored \"-Wuseless-cast\"" ) +# define CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + _Pragma( "GCC diagnostic ignored \"-Wshadow\"" ) + # define CATCH_INTERNAL_IGNORE_BUT_WARN(...) (void)__builtin_constant_p(__VA_ARGS__) #endif @@ -444,6 +219,9 @@ namespace Catch { # define CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS \ _Pragma( "clang diagnostic ignored \"-Wcomma\"" ) +# define CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + _Pragma( "clang diagnostic ignored \"-Wshadow\"" ) + #endif // __clang__ @@ -463,7 +241,9 @@ namespace Catch { //////////////////////////////////////////////////////////////////////////////// // Assume that some platforms do not support getenv. -#if defined(CATCH_PLATFORM_WINDOWS_UWP) || defined(CATCH_PLATFORM_PLAYSTATION) +#if defined( CATCH_PLATFORM_WINDOWS_UWP ) || \ + defined( CATCH_PLATFORM_PLAYSTATION ) || \ + defined( _GAMING_XBOX ) # define CATCH_INTERNAL_CONFIG_NO_GETENV #else # define CATCH_INTERNAL_CONFIG_GETENV @@ -681,6 +461,9 @@ namespace Catch { #if !defined(CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS) # define CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS #endif +#if !defined(CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT) +# define CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT +#endif #if !defined(CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS) # define CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS #endif @@ -690,6 +473,16 @@ namespace Catch { #if !defined(CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS) # define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS #endif +#if !defined( CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS ) +# define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS +#endif +#if !defined( CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS ) +# define CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS +#endif +#if !defined( CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS ) +# define CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS +#endif + // The goal of this macro is to avoid evaluation of the arguments, but // still have the compiler warn on problems inside... @@ -703,13 +496,6 @@ namespace Catch { # undef CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS #endif -#if !defined(CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS) -# define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS -#endif - -#if !defined(CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS) -# define CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS -#endif #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) #define CATCH_TRY if ((true)) @@ -755,38 +541,31 @@ namespace Catch { class IResultCapture; class IConfig; - class IContext { - public: - virtual ~IContext(); // = default + class Context { + IConfig const* m_config = nullptr; + IResultCapture* m_resultCapture = nullptr; - virtual IResultCapture* getResultCapture() = 0; - virtual IConfig const* getConfig() const = 0; - }; + CATCH_EXPORT static Context* currentContext; + friend Context& getCurrentMutableContext(); + friend Context const& getCurrentContext(); + static void createContext(); + friend void cleanUpContext(); - class IMutableContext : public IContext { public: - ~IMutableContext() override; // = default - virtual void setResultCapture( IResultCapture* resultCapture ) = 0; - virtual void setConfig( IConfig const* config ) = 0; - - private: - CATCH_EXPORT static IMutableContext* currentContext; - friend IMutableContext& getCurrentMutableContext(); - friend void cleanUpContext(); - static void createContext(); + IResultCapture* getResultCapture() const { return m_resultCapture; } + IConfig const* getConfig() const { return m_config; } + void setResultCapture( IResultCapture* resultCapture ); + void setConfig( IConfig const* config ); }; - inline IMutableContext& getCurrentMutableContext() - { - if( !IMutableContext::currentContext ) - IMutableContext::createContext(); + Context& getCurrentMutableContext(); + + inline Context const& getCurrentContext() { + // We duplicate the logic from `getCurrentMutableContext` here, + // to avoid paying the call overhead in debug mode. + if ( !Context::currentContext ) { Context::createContext(); } // NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn) - return *IMutableContext::currentContext; - } - - inline IContext& getCurrentContext() - { - return getCurrentMutableContext(); + return *Context::currentContext; } void cleanUpContext(); @@ -798,16 +577,6 @@ namespace Catch { #endif // CATCH_CONTEXT_HPP_INCLUDED -#ifndef CATCH_INTERFACES_REPORTER_HPP_INCLUDED -#define CATCH_INTERFACES_REPORTER_HPP_INCLUDED - - - -#ifndef CATCH_SECTION_INFO_HPP_INCLUDED -#define CATCH_SECTION_INFO_HPP_INCLUDED - - - #ifndef CATCH_MOVE_AND_FORWARD_HPP_INCLUDED #define CATCH_MOVE_AND_FORWARD_HPP_INCLUDED @@ -822,110 +591,201 @@ namespace Catch { #endif // CATCH_MOVE_AND_FORWARD_HPP_INCLUDED -#ifndef CATCH_SOURCE_LINE_INFO_HPP_INCLUDED -#define CATCH_SOURCE_LINE_INFO_HPP_INCLUDED - -#include -#include +#ifndef CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED +#define CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED namespace Catch { - struct SourceLineInfo { + //! Used to signal that an assertion macro failed + struct TestFailureException{}; + //! Used to signal that the remainder of a test should be skipped + struct TestSkipException {}; - SourceLineInfo() = delete; - constexpr SourceLineInfo( char const* _file, std::size_t _line ) noexcept: - file( _file ), - line( _line ) - {} + /** + * Outlines throwing of `TestFailureException` into a single TU + * + * Also handles `CATCH_CONFIG_DISABLE_EXCEPTIONS` for callers. + */ + [[noreturn]] void throw_test_failure_exception(); - bool operator == ( SourceLineInfo const& other ) const noexcept; - bool operator < ( SourceLineInfo const& other ) const noexcept; + /** + * Outlines throwing of `TestSkipException` into a single TU + * + * Also handles `CATCH_CONFIG_DISABLE_EXCEPTIONS` for callers. + */ + [[noreturn]] void throw_test_skip_exception(); - char const* file; - std::size_t line; +} // namespace Catch - friend std::ostream& operator << (std::ostream& os, SourceLineInfo const& info); - }; -} +#endif // CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED -#define CATCH_INTERNAL_LINEINFO \ - ::Catch::SourceLineInfo( __FILE__, static_cast( __LINE__ ) ) -#endif // CATCH_SOURCE_LINE_INFO_HPP_INCLUDED +#ifndef CATCH_UNIQUE_NAME_HPP_INCLUDED +#define CATCH_UNIQUE_NAME_HPP_INCLUDED -#ifndef CATCH_TOTALS_HPP_INCLUDED -#define CATCH_TOTALS_HPP_INCLUDED -#include -namespace Catch { +/** \file + * Wrapper for the CONFIG configuration option + * + * When generating internal unique names, there are two options. Either + * we mix in the current line number, or mix in an incrementing number. + * We prefer the latter, using `__COUNTER__`, but users might want to + * use the former. + */ - struct Counts { - Counts operator - ( Counts const& other ) const; - Counts& operator += ( Counts const& other ); +#ifndef CATCH_CONFIG_COUNTER_HPP_INCLUDED +#define CATCH_CONFIG_COUNTER_HPP_INCLUDED - std::uint64_t total() const; - bool allPassed() const; - bool allOk() const; - std::uint64_t passed = 0; - std::uint64_t failed = 0; - std::uint64_t failedButOk = 0; - std::uint64_t skipped = 0; - }; +#if ( !defined(__JETBRAINS_IDE__) || __JETBRAINS_IDE__ >= 20170300L ) + #define CATCH_INTERNAL_CONFIG_COUNTER +#endif - struct Totals { +#if defined( CATCH_INTERNAL_CONFIG_COUNTER ) && \ + !defined( CATCH_CONFIG_NO_COUNTER ) && \ + !defined( CATCH_CONFIG_COUNTER ) +# define CATCH_CONFIG_COUNTER +#endif - Totals operator - ( Totals const& other ) const; - Totals& operator += ( Totals const& other ); - Totals delta( Totals const& prevTotals ) const; +#endif // CATCH_CONFIG_COUNTER_HPP_INCLUDED +#define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line +#define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) +#ifdef CATCH_CONFIG_COUNTER +# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) +#else +# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) +#endif - Counts assertions; - Counts testCases; - }; -} +#endif // CATCH_UNIQUE_NAME_HPP_INCLUDED -#endif // CATCH_TOTALS_HPP_INCLUDED +#ifndef CATCH_INTERFACES_CAPTURE_HPP_INCLUDED +#define CATCH_INTERFACES_CAPTURE_HPP_INCLUDED + +#include +#include + + + +#ifndef CATCH_STRINGREF_HPP_INCLUDED +#define CATCH_STRINGREF_HPP_INCLUDED + +#include #include +#include +#include + +#include namespace Catch { - struct SectionInfo { - // The last argument is ignored, so that people can write - // SECTION("ShortName", "Proper description that is long") and - // still use the `-c` flag comfortably. - SectionInfo( SourceLineInfo const& _lineInfo, std::string _name, - const char* const = nullptr ): - name(CATCH_MOVE(_name)), - lineInfo(_lineInfo) - {} + /// A non-owning string class (similar to the forthcoming std::string_view) + /// Note that, because a StringRef may be a substring of another string, + /// it may not be null terminated. + class StringRef { + public: + using size_type = std::size_t; + using const_iterator = const char*; - std::string name; - SourceLineInfo lineInfo; - }; + static constexpr size_type npos{ static_cast( -1 ) }; - struct SectionEndInfo { - SectionInfo sectionInfo; - Counts prevAssertions; - double durationInSeconds; - }; + private: + static constexpr char const* const s_empty = ""; -} // end namespace Catch + char const* m_start = s_empty; + size_type m_size = 0; -#endif // CATCH_SECTION_INFO_HPP_INCLUDED + public: // construction + constexpr StringRef() noexcept = default; + StringRef( char const* rawChars ) noexcept; -#ifndef CATCH_ASSERTION_RESULT_HPP_INCLUDED -#define CATCH_ASSERTION_RESULT_HPP_INCLUDED + constexpr StringRef( char const* rawChars, size_type size ) noexcept + : m_start( rawChars ), + m_size( size ) + {} + + StringRef( std::string const& stdString ) noexcept + : m_start( stdString.c_str() ), + m_size( stdString.size() ) + {} + explicit operator std::string() const { + return std::string(m_start, m_size); + } + public: // operators + auto operator == ( StringRef other ) const noexcept -> bool { + return m_size == other.m_size + && (std::memcmp( m_start, other.m_start, m_size ) == 0); + } + auto operator != (StringRef other) const noexcept -> bool { + return !(*this == other); + } -#ifndef CATCH_ASSERTION_INFO_HPP_INCLUDED -#define CATCH_ASSERTION_INFO_HPP_INCLUDED + constexpr auto operator[] ( size_type index ) const noexcept -> char { + assert(index < m_size); + return m_start[index]; + } + + bool operator<(StringRef rhs) const noexcept; + + public: // named queries + constexpr auto empty() const noexcept -> bool { + return m_size == 0; + } + constexpr auto size() const noexcept -> size_type { + return m_size; + } + + // Returns a substring of [start, start + length). + // If start + length > size(), then the substring is [start, size()). + // If start > size(), then the substring is empty. + constexpr StringRef substr(size_type start, size_type length) const noexcept { + if (start < m_size) { + const auto shortened_size = m_size - start; + return StringRef(m_start + start, (shortened_size < length) ? shortened_size : length); + } else { + return StringRef(); + } + } + + // Returns the current start pointer. May not be null-terminated. + constexpr char const* data() const noexcept { + return m_start; + } + + constexpr const_iterator begin() const { return m_start; } + constexpr const_iterator end() const { return m_start + m_size; } + + + friend std::string& operator += (std::string& lhs, StringRef sr); + friend std::ostream& operator << (std::ostream& os, StringRef sr); + friend std::string operator+(StringRef lhs, StringRef rhs); + + /** + * Provides a three-way comparison with rhs + * + * Returns negative number if lhs < rhs, 0 if lhs == rhs, and a positive + * number if lhs > rhs + */ + int compare( StringRef rhs ) const; + }; + + + constexpr auto operator ""_sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { + return StringRef( rawChars, size ); + } +} // namespace Catch + +constexpr auto operator ""_catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::StringRef { + return Catch::StringRef( rawChars, size ); +} +#endif // CATCH_STRINGREF_HPP_INCLUDED #ifndef CATCH_RESULT_TYPE_HPP_INCLUDED @@ -979,120 +839,12 @@ namespace Catch { #endif // CATCH_RESULT_TYPE_HPP_INCLUDED -namespace Catch { - - struct AssertionInfo { - // AssertionInfo() = delete; - - StringRef macroName; - SourceLineInfo lineInfo; - StringRef capturedExpression; - ResultDisposition::Flags resultDisposition; - }; - -} // end namespace Catch - -#endif // CATCH_ASSERTION_INFO_HPP_INCLUDED +#ifndef CATCH_UNIQUE_PTR_HPP_INCLUDED +#define CATCH_UNIQUE_PTR_HPP_INCLUDED -#ifndef CATCH_LAZY_EXPR_HPP_INCLUDED -#define CATCH_LAZY_EXPR_HPP_INCLUDED - -#include - -namespace Catch { - - class ITransientExpression; - - class LazyExpression { - friend class AssertionHandler; - friend struct AssertionStats; - friend class RunContext; - - ITransientExpression const* m_transientExpression = nullptr; - bool m_isNegated; - public: - LazyExpression( bool isNegated ): - m_isNegated(isNegated) - {} - LazyExpression(LazyExpression const& other) = default; - LazyExpression& operator = ( LazyExpression const& ) = delete; - - explicit operator bool() const { - return m_transientExpression != nullptr; - } - - friend auto operator << ( std::ostream& os, LazyExpression const& lazyExpr ) -> std::ostream&; - }; - -} // namespace Catch - -#endif // CATCH_LAZY_EXPR_HPP_INCLUDED - -#include - -namespace Catch { - - struct AssertionResultData - { - AssertionResultData() = delete; - - AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression ); - - std::string message; - mutable std::string reconstructedExpression; - LazyExpression lazyExpression; - ResultWas::OfType resultType; - - std::string reconstructExpression() const; - }; - - class AssertionResult { - public: - AssertionResult() = delete; - AssertionResult( AssertionInfo const& info, AssertionResultData&& data ); - - bool isOk() const; - bool succeeded() const; - ResultWas::OfType getResultType() const; - bool hasExpression() const; - bool hasMessage() const; - std::string getExpression() const; - std::string getExpressionInMacro() const; - bool hasExpandedExpression() const; - std::string getExpandedExpression() const; - StringRef getMessage() const; - SourceLineInfo getSourceInfo() const; - StringRef getTestMacroName() const; - - //protected: - AssertionInfo m_info; - AssertionResultData m_resultData; - }; - -} // end namespace Catch - -#endif // CATCH_ASSERTION_RESULT_HPP_INCLUDED - - -#ifndef CATCH_MESSAGE_INFO_HPP_INCLUDED -#define CATCH_MESSAGE_INFO_HPP_INCLUDED - - - -#ifndef CATCH_INTERFACES_CAPTURE_HPP_INCLUDED -#define CATCH_INTERFACES_CAPTURE_HPP_INCLUDED - -#include -#include - - - -#ifndef CATCH_UNIQUE_PTR_HPP_INCLUDED -#define CATCH_UNIQUE_PTR_HPP_INCLUDED - -#include -#include +#include +#include namespace Catch { @@ -1199,6 +951,45 @@ namespace Detail { #endif // CATCH_UNIQUE_PTR_HPP_INCLUDED + +#ifndef CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED +#define CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED + + + +// Adapted from donated nonius code. + +#ifndef CATCH_CLOCK_HPP_INCLUDED +#define CATCH_CLOCK_HPP_INCLUDED + +#include + +namespace Catch { + namespace Benchmark { + using IDuration = std::chrono::nanoseconds; + using FDuration = std::chrono::duration; + + template + using TimePoint = typename Clock::time_point; + + using default_clock = std::chrono::steady_clock; + } // namespace Benchmark +} // namespace Catch + +#endif // CATCH_CLOCK_HPP_INCLUDED + +namespace Catch { + + // We cannot forward declare the type with default template argument + // multiple times, so it is split out into a separate header so that + // we can prevent multiple declarations in dependees + template + struct BenchmarkStats; + +} // end namespace Catch + +#endif // CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED + namespace Catch { class AssertionResult; @@ -1215,8 +1006,6 @@ namespace Catch { class IGeneratorTracker; struct BenchmarkInfo; - template > - struct BenchmarkStats; namespace Generators { class GeneratorUntypedBase; @@ -1228,6 +1017,7 @@ namespace Catch { public: virtual ~IResultCapture(); + virtual void notifyAssertionStarted( AssertionInfo const& info ) = 0; virtual bool sectionStarted( StringRef sectionName, SourceLineInfo const& sectionLineInfo, Counts& assertions ) = 0; @@ -1268,7 +1058,7 @@ namespace Catch { AssertionReaction& reaction ) = 0; virtual void handleUnexpectedInflightException ( AssertionInfo const& info, - std::string const& message, + std::string&& message, AssertionReaction& reaction ) = 0; virtual void handleIncomplete ( AssertionInfo const& info ) = 0; @@ -1293,415 +1083,308 @@ namespace Catch { #endif // CATCH_INTERFACES_CAPTURE_HPP_INCLUDED -#include - -namespace Catch { - - struct MessageInfo { - MessageInfo( StringRef _macroName, - SourceLineInfo const& _lineInfo, - ResultWas::OfType _type ); - - StringRef macroName; - std::string message; - SourceLineInfo lineInfo; - ResultWas::OfType type; - unsigned int sequence; - - bool operator == (MessageInfo const& other) const { - return sequence == other.sequence; - } - bool operator < (MessageInfo const& other) const { - return sequence < other.sequence; - } - private: - static unsigned int globalCount; - }; -} // end namespace Catch - -#endif // CATCH_MESSAGE_INFO_HPP_INCLUDED +#ifndef CATCH_INTERFACES_CONFIG_HPP_INCLUDED +#define CATCH_INTERFACES_CONFIG_HPP_INCLUDED -// Adapted from donated nonius code. -#ifndef CATCH_ESTIMATE_HPP_INCLUDED -#define CATCH_ESTIMATE_HPP_INCLUDED +#ifndef CATCH_NONCOPYABLE_HPP_INCLUDED +#define CATCH_NONCOPYABLE_HPP_INCLUDED namespace Catch { - namespace Benchmark { - template - struct Estimate { - Duration point; - Duration lower_bound; - Duration upper_bound; - double confidence_interval; - - template - operator Estimate() const { - return { point, lower_bound, upper_bound, confidence_interval }; - } - }; - } // namespace Benchmark -} // namespace Catch - -#endif // CATCH_ESTIMATE_HPP_INCLUDED - - -// Adapted from donated nonius code. - -#ifndef CATCH_OUTLIER_CLASSIFICATION_HPP_INCLUDED -#define CATCH_OUTLIER_CLASSIFICATION_HPP_INCLUDED + namespace Detail { -namespace Catch { - namespace Benchmark { - struct OutlierClassification { - int samples_seen = 0; - int low_severe = 0; // more than 3 times IQR below Q1 - int low_mild = 0; // 1.5 to 3 times IQR below Q1 - int high_mild = 0; // 1.5 to 3 times IQR above Q3 - int high_severe = 0; // more than 3 times IQR above Q3 + //! Deriving classes become noncopyable and nonmovable + class NonCopyable { + NonCopyable( NonCopyable const& ) = delete; + NonCopyable( NonCopyable&& ) = delete; + NonCopyable& operator=( NonCopyable const& ) = delete; + NonCopyable& operator=( NonCopyable&& ) = delete; - int total() const { - return low_severe + low_mild + high_mild + high_severe; - } + protected: + NonCopyable() noexcept = default; }; - } // namespace Benchmark -} // namespace Catch -#endif // CATCH_OUTLIERS_CLASSIFICATION_HPP_INCLUDED + } // namespace Detail +} // namespace Catch +#endif // CATCH_NONCOPYABLE_HPP_INCLUDED -#include +#include +#include #include #include -#include namespace Catch { - struct ReporterDescription; - struct ListenerDescription; - struct TagInfo; - struct TestCaseInfo; - class TestCaseHandle; - class IConfig; - class IStream; - enum class ColourMode : std::uint8_t; - - struct ReporterConfig { - ReporterConfig( IConfig const* _fullConfig, - Detail::unique_ptr _stream, - ColourMode colourMode, - std::map customOptions ); - - ReporterConfig( ReporterConfig&& ) = default; - ReporterConfig& operator=( ReporterConfig&& ) = default; - ~ReporterConfig(); // = default + enum class Verbosity { + Quiet = 0, + Normal, + High + }; - Detail::unique_ptr takeStream() &&; - IConfig const* fullConfig() const; - ColourMode colourMode() const; - std::map const& customOptions() const; + struct WarnAbout { enum What { + Nothing = 0x00, + //! A test case or leaf section did not run any assertions + NoAssertions = 0x01, + //! A command line test spec matched no test cases + UnmatchedTestSpec = 0x02, + }; }; - private: - Detail::unique_ptr m_stream; - IConfig const* m_fullConfig; - ColourMode m_colourMode; - std::map m_customOptions; + enum class ShowDurations { + DefaultForReporter, + Always, + Never }; - - struct TestRunInfo { - constexpr TestRunInfo(StringRef _name) : name(_name) {} - StringRef name; + enum class TestRunOrder { + Declared, + LexicographicallySorted, + Randomized }; - - struct AssertionStats { - AssertionStats( AssertionResult const& _assertionResult, - std::vector const& _infoMessages, - Totals const& _totals ); - - AssertionStats( AssertionStats const& ) = default; - AssertionStats( AssertionStats && ) = default; - AssertionStats& operator = ( AssertionStats const& ) = delete; - AssertionStats& operator = ( AssertionStats && ) = delete; - - AssertionResult assertionResult; - std::vector infoMessages; - Totals totals; + enum class ColourMode : std::uint8_t { + //! Let Catch2 pick implementation based on platform detection + PlatformDefault, + //! Use ANSI colour code escapes + ANSI, + //! Use Win32 console colour API + Win32, + //! Don't use any colour + None }; + struct WaitForKeypress { enum When { + Never, + BeforeStart = 1, + BeforeExit = 2, + BeforeStartAndExit = BeforeStart | BeforeExit + }; }; - struct SectionStats { - SectionStats( SectionInfo&& _sectionInfo, - Counts const& _assertions, - double _durationInSeconds, - bool _missingAssertions ); + class TestSpec; + class IStream; - SectionInfo sectionInfo; - Counts assertions; - double durationInSeconds; - bool missingAssertions; - }; + class IConfig : public Detail::NonCopyable { + public: + virtual ~IConfig(); - struct TestCaseStats { - TestCaseStats( TestCaseInfo const& _testInfo, - Totals const& _totals, - std::string&& _stdOut, - std::string&& _stdErr, - bool _aborting ); + virtual bool allowThrows() const = 0; + virtual StringRef name() const = 0; + virtual bool includeSuccessfulResults() const = 0; + virtual bool shouldDebugBreak() const = 0; + virtual bool warnAboutMissingAssertions() const = 0; + virtual bool warnAboutUnmatchedTestSpecs() const = 0; + virtual bool zeroTestsCountAsSuccess() const = 0; + virtual int abortAfter() const = 0; + virtual bool showInvisibles() const = 0; + virtual ShowDurations showDurations() const = 0; + virtual double minDuration() const = 0; + virtual TestSpec const& testSpec() const = 0; + virtual bool hasTestFilters() const = 0; + virtual std::vector const& getTestsOrTags() const = 0; + virtual TestRunOrder runOrder() const = 0; + virtual uint32_t rngSeed() const = 0; + virtual unsigned int shardCount() const = 0; + virtual unsigned int shardIndex() const = 0; + virtual ColourMode defaultColourMode() const = 0; + virtual std::vector const& getSectionsToRun() const = 0; + virtual Verbosity verbosity() const = 0; - TestCaseInfo const * testInfo; - Totals totals; - std::string stdOut; - std::string stdErr; - bool aborting; + virtual bool skipBenchmarks() const = 0; + virtual bool benchmarkNoAnalysis() const = 0; + virtual unsigned int benchmarkSamples() const = 0; + virtual double benchmarkConfidenceInterval() const = 0; + virtual unsigned int benchmarkResamples() const = 0; + virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0; }; +} - struct TestRunStats { - TestRunStats( TestRunInfo const& _runInfo, - Totals const& _totals, - bool _aborting ); +#endif // CATCH_INTERFACES_CONFIG_HPP_INCLUDED - TestRunInfo runInfo; - Totals totals; - bool aborting; - }; +#ifndef CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED +#define CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED - struct BenchmarkInfo { - std::string name; - double estimatedDuration; - int iterations; - unsigned int samples; - unsigned int resamples; - double clockResolution; - double clockCost; - }; - template - struct BenchmarkStats { - BenchmarkInfo info; +#include - std::vector samples; - Benchmark::Estimate mean; - Benchmark::Estimate standardDeviation; - Benchmark::OutlierClassification outliers; - double outlierVariance; +namespace Catch { - template - operator BenchmarkStats() const { - std::vector samples2; - samples2.reserve(samples.size()); - for (auto const& sample : samples) { - samples2.push_back(Duration2(sample)); - } - return { - info, - CATCH_MOVE(samples2), - mean, - standardDeviation, - outliers, - outlierVariance, - }; - } - }; + class TestCaseHandle; + struct TestCaseInfo; + class ITestCaseRegistry; + class IExceptionTranslatorRegistry; + class IExceptionTranslator; + class ReporterRegistry; + class IReporterFactory; + class ITagAliasRegistry; + class ITestInvoker; + class IMutableEnumValuesRegistry; + struct SourceLineInfo; - //! By setting up its preferences, a reporter can modify Catch2's behaviour - //! in some regards, e.g. it can request Catch2 to capture writes to - //! stdout/stderr during test execution, and pass them to the reporter. - struct ReporterPreferences { - //! Catch2 should redirect writes to stdout and pass them to the - //! reporter - bool shouldRedirectStdOut = false; - //! Catch2 should call `Reporter::assertionEnded` even for passing - //! assertions - bool shouldReportAllAssertions = false; - }; + class StartupExceptionRegistry; + class EventListenerFactory; - /** - * The common base for all reporters and event listeners - * - * Implementing classes must also implement: - * - * //! User-friendly description of the reporter/listener type - * static std::string getDescription() - * - * Generally shouldn't be derived from by users of Catch2 directly, - * instead they should derive from one of the utility bases that - * derive from this class. - */ - class IEventListener { - protected: - //! Derived classes can set up their preferences here - ReporterPreferences m_preferences; - //! The test run's config as filled in from CLI and defaults - IConfig const* m_config; + using IReporterFactoryPtr = Detail::unique_ptr; + class IRegistryHub { public: - IEventListener( IConfig const* config ): m_config( config ) {} + virtual ~IRegistryHub(); // = default - virtual ~IEventListener(); // = default; + virtual ReporterRegistry const& getReporterRegistry() const = 0; + virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0; + virtual ITagAliasRegistry const& getTagAliasRegistry() const = 0; + virtual IExceptionTranslatorRegistry const& getExceptionTranslatorRegistry() const = 0; - // Implementing class must also provide the following static methods: - // static std::string getDescription(); - ReporterPreferences const& getPreferences() const { - return m_preferences; - } + virtual StartupExceptionRegistry const& getStartupExceptionRegistry() const = 0; + }; - //! Called when no test cases match provided test spec - virtual void noMatchingTestCases( StringRef unmatchedSpec ) = 0; - //! Called for all invalid test specs from the cli - virtual void reportInvalidTestSpec( StringRef invalidArgument ) = 0; + class IMutableRegistryHub { + public: + virtual ~IMutableRegistryHub(); // = default + virtual void registerReporter( std::string const& name, IReporterFactoryPtr factory ) = 0; + virtual void registerListener( Detail::unique_ptr factory ) = 0; + virtual void registerTest(Detail::unique_ptr&& testInfo, Detail::unique_ptr&& invoker) = 0; + virtual void registerTranslator( Detail::unique_ptr&& translator ) = 0; + virtual void registerTagAlias( std::string const& alias, std::string const& tag, SourceLineInfo const& lineInfo ) = 0; + virtual void registerStartupException() noexcept = 0; + virtual IMutableEnumValuesRegistry& getMutableEnumValuesRegistry() = 0; + }; - /** - * Called once in a testing run before tests are started - * - * Not called if tests won't be run (e.g. only listing will happen) - */ - virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0; + IRegistryHub const& getRegistryHub(); + IMutableRegistryHub& getMutableRegistryHub(); + void cleanUp(); + std::string translateActiveException(); - //! Called _once_ for each TEST_CASE, no matter how many times it is entered - virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0; - //! Called _every time_ a TEST_CASE is entered, including repeats (due to sections) - virtual void testCasePartialStarting( TestCaseInfo const& testInfo, uint64_t partNumber ) = 0; - //! Called when a `SECTION` is being entered. Not called for skipped sections - virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0; +} - //! Called when user-code is being probed before the actual benchmark runs - virtual void benchmarkPreparing( StringRef benchmarkName ) = 0; - //! Called after probe but before the user-code is being benchmarked - virtual void benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) = 0; - //! Called with the benchmark results if benchmark successfully finishes - virtual void benchmarkEnded( BenchmarkStats<> const& benchmarkStats ) = 0; - //! Called if running the benchmarks fails for any reason - virtual void benchmarkFailed( StringRef benchmarkName ) = 0; +#endif // CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED - //! Called before assertion success/failure is evaluated - virtual void assertionStarting( AssertionInfo const& assertionInfo ) = 0; - //! Called after assertion was fully evaluated - virtual void assertionEnded( AssertionStats const& assertionStats ) = 0; +#ifndef CATCH_BENCHMARK_STATS_HPP_INCLUDED +#define CATCH_BENCHMARK_STATS_HPP_INCLUDED - //! Called after a `SECTION` has finished running - virtual void sectionEnded( SectionStats const& sectionStats ) = 0; - //! Called _every time_ a TEST_CASE is entered, including repeats (due to sections) - virtual void testCasePartialEnded(TestCaseStats const& testCaseStats, uint64_t partNumber ) = 0; - //! Called _once_ for each TEST_CASE, no matter how many times it is entered - virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0; - /** - * Called once after all tests in a testing run are finished - * - * Not called if tests weren't run (e.g. only listings happened) - */ - virtual void testRunEnded( TestRunStats const& testRunStats ) = 0; - /** - * Called with test cases that are skipped due to the test run aborting. - * NOT called for test cases that are explicitly skipped using the `SKIP` macro. - * - * Deprecated - will be removed in the next major release. - */ - virtual void skipTest( TestCaseInfo const& testInfo ) = 0; - //! Called if a fatal error (signal/structured exception) occured - virtual void fatalErrorEncountered( StringRef error ) = 0; +// Adapted from donated nonius code. - //! Writes out information about provided reporters using reporter-specific format - virtual void listReporters(std::vector const& descriptions) = 0; - //! Writes out the provided listeners descriptions using reporter-specific format - virtual void listListeners(std::vector const& descriptions) = 0; - //! Writes out information about provided tests using reporter-specific format - virtual void listTests(std::vector const& tests) = 0; - //! Writes out information about the provided tags using reporter-specific format - virtual void listTags(std::vector const& tags) = 0; - }; - using IEventListenerPtr = Detail::unique_ptr; +#ifndef CATCH_ESTIMATE_HPP_INCLUDED +#define CATCH_ESTIMATE_HPP_INCLUDED -} // end namespace Catch +namespace Catch { + namespace Benchmark { + template + struct Estimate { + Type point; + Type lower_bound; + Type upper_bound; + double confidence_interval; + }; + } // namespace Benchmark +} // namespace Catch -#endif // CATCH_INTERFACES_REPORTER_HPP_INCLUDED +#endif // CATCH_ESTIMATE_HPP_INCLUDED -#ifndef CATCH_UNIQUE_NAME_HPP_INCLUDED -#define CATCH_UNIQUE_NAME_HPP_INCLUDED +// Adapted from donated nonius code. +#ifndef CATCH_OUTLIER_CLASSIFICATION_HPP_INCLUDED +#define CATCH_OUTLIER_CLASSIFICATION_HPP_INCLUDED +namespace Catch { + namespace Benchmark { + struct OutlierClassification { + int samples_seen = 0; + int low_severe = 0; // more than 3 times IQR below Q1 + int low_mild = 0; // 1.5 to 3 times IQR below Q1 + int high_mild = 0; // 1.5 to 3 times IQR above Q3 + int high_severe = 0; // more than 3 times IQR above Q3 + int total() const { + return low_severe + low_mild + high_mild + high_severe; + } + }; + } // namespace Benchmark +} // namespace Catch -/** \file - * Wrapper for the CONFIG configuration option - * - * When generating internal unique names, there are two options. Either - * we mix in the current line number, or mix in an incrementing number. - * We prefer the latter, using `__COUNTER__`, but users might want to - * use the former. - */ +#endif // CATCH_OUTLIERS_CLASSIFICATION_HPP_INCLUDED +// The fwd decl & default specialization needs to be seen by VS2017 before +// BenchmarkStats itself, or VS2017 will report compilation error. -#ifndef CATCH_CONFIG_COUNTER_HPP_INCLUDED -#define CATCH_CONFIG_COUNTER_HPP_INCLUDED +#include +#include -#if ( !defined(__JETBRAINS_IDE__) || __JETBRAINS_IDE__ >= 20170300L ) - #define CATCH_INTERNAL_CONFIG_COUNTER -#endif +namespace Catch { -#if defined( CATCH_INTERNAL_CONFIG_COUNTER ) && \ - !defined( CATCH_CONFIG_NO_COUNTER ) && \ - !defined( CATCH_CONFIG_COUNTER ) -# define CATCH_CONFIG_COUNTER -#endif + struct BenchmarkInfo { + std::string name; + double estimatedDuration; + int iterations; + unsigned int samples; + unsigned int resamples; + double clockResolution; + double clockCost; + }; + // We need to keep template parameter for backwards compatibility, + // but we also do not want to use the template paraneter. + template + struct BenchmarkStats { + BenchmarkInfo info; -#endif // CATCH_CONFIG_COUNTER_HPP_INCLUDED -#define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line -#define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) -#ifdef CATCH_CONFIG_COUNTER -# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) -#else -# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) -#endif + std::vector samples; + Benchmark::Estimate mean; + Benchmark::Estimate standardDeviation; + Benchmark::OutlierClassification outliers; + double outlierVariance; + }; -#endif // CATCH_UNIQUE_NAME_HPP_INCLUDED + +} // end namespace Catch + +#endif // CATCH_BENCHMARK_STATS_HPP_INCLUDED // Adapted from donated nonius code. -#ifndef CATCH_CHRONOMETER_HPP_INCLUDED -#define CATCH_CHRONOMETER_HPP_INCLUDED +#ifndef CATCH_ENVIRONMENT_HPP_INCLUDED +#define CATCH_ENVIRONMENT_HPP_INCLUDED +namespace Catch { + namespace Benchmark { + struct EnvironmentEstimate { + FDuration mean; + OutlierClassification outliers; + }; + struct Environment { + EnvironmentEstimate clock_resolution; + EnvironmentEstimate clock_cost; + }; + } // namespace Benchmark +} // namespace Catch + +#endif // CATCH_ENVIRONMENT_HPP_INCLUDED + // Adapted from donated nonius code. -#ifndef CATCH_CLOCK_HPP_INCLUDED -#define CATCH_CLOCK_HPP_INCLUDED +#ifndef CATCH_EXECUTION_PLAN_HPP_INCLUDED +#define CATCH_EXECUTION_PLAN_HPP_INCLUDED -#include -#include -namespace Catch { - namespace Benchmark { - template - using ClockDuration = typename Clock::duration; - template - using FloatDuration = std::chrono::duration; - template - using TimePoint = typename Clock::time_point; +// Adapted from donated nonius code. - using default_clock = std::chrono::steady_clock; +#ifndef CATCH_BENCHMARK_FUNCTION_HPP_INCLUDED +#define CATCH_BENCHMARK_FUNCTION_HPP_INCLUDED - template - struct now { - TimePoint operator()() const { - return Clock::now(); - } - }; - using fp_seconds = std::chrono::duration>; - } // namespace Benchmark -} // namespace Catch -#endif // CATCH_CLOCK_HPP_INCLUDED +// Adapted from donated nonius code. + +#ifndef CATCH_CHRONOMETER_HPP_INCLUDED +#define CATCH_CHRONOMETER_HPP_INCLUDED + // Adapted from donated nonius code. @@ -1709,7 +1392,7 @@ namespace Catch { #ifndef CATCH_OPTIMIZER_HPP_INCLUDED #define CATCH_OPTIMIZER_HPP_INCLUDED -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__IAR_SYSTEMS_ICC__) # include // atomic_thread_fence #endif @@ -1730,16 +1413,23 @@ namespace Catch { namespace Detail { inline void optimizer_barrier() { keep_memory(); } } // namespace Detail -#elif defined(_MSC_VER) +#elif defined(_MSC_VER) || defined(__IAR_SYSTEMS_ICC__) +#if defined(_MSVC_VER) #pragma optimize("", off) +#elif defined(__IAR_SYSTEMS_ICC__) +// For IAR the pragma only affects the following function +#pragma optimize=disable +#endif template inline void keep_memory(T* p) { // thanks @milleniumbug *reinterpret_cast(p) = *reinterpret_cast(p); } // TODO equivalent keep_memory() +#if defined(_MSVC_VER) #pragma optimize("", on) +#endif namespace Detail { inline void optimizer_barrier() { @@ -1751,52 +1441,22 @@ namespace Catch { template inline void deoptimize_value(T&& x) { - keep_memory(&x); - } - - template - inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t::value> { - deoptimize_value(CATCH_FORWARD(fn) (CATCH_FORWARD(args)...)); - } - - template - inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t::value> { - CATCH_FORWARD(fn) (CATCH_FORWARD(args)...); - } - } // namespace Benchmark -} // namespace Catch - -#endif // CATCH_OPTIMIZER_HPP_INCLUDED - - -// Adapted from donated nonius code. - -#ifndef CATCH_COMPLETE_INVOKE_HPP_INCLUDED -#define CATCH_COMPLETE_INVOKE_HPP_INCLUDED - - - -#ifndef CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED -#define CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED - -namespace Catch { - - //! Used to signal that an assertion macro failed - struct TestFailureException{}; - - /** - * Outlines throwing of `TestFailureException` into a single TU - * - * Also handles `CATCH_CONFIG_DISABLE_EXCEPTIONS` for callers. - */ - [[noreturn]] void throw_test_failure_exception(); + keep_memory(&x); + } - //! Used to signal that the remainder of a test should be skipped - struct TestSkipException{}; + template + inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t::value> { + deoptimize_value(CATCH_FORWARD(fn) (CATCH_FORWARD(args)...)); + } + template + inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t::value> { + CATCH_FORWARD((fn)) (CATCH_FORWARD(args)...); + } + } // namespace Benchmark } // namespace Catch -#endif // CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED +#endif // CATCH_OPTIMIZER_HPP_INCLUDED #ifndef CATCH_META_HPP_INCLUDED @@ -1840,112 +1500,6 @@ namespace mpl_{ #endif // CATCH_META_HPP_INCLUDED - -#ifndef CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED -#define CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED - - -#include - -namespace Catch { - - class TestCaseHandle; - struct TestCaseInfo; - class ITestCaseRegistry; - class IExceptionTranslatorRegistry; - class IExceptionTranslator; - class IReporterRegistry; - class IReporterFactory; - class ITagAliasRegistry; - class ITestInvoker; - class IMutableEnumValuesRegistry; - struct SourceLineInfo; - - class StartupExceptionRegistry; - class EventListenerFactory; - - using IReporterFactoryPtr = Detail::unique_ptr; - - class IRegistryHub { - public: - virtual ~IRegistryHub(); // = default - - virtual IReporterRegistry const& getReporterRegistry() const = 0; - virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0; - virtual ITagAliasRegistry const& getTagAliasRegistry() const = 0; - virtual IExceptionTranslatorRegistry const& getExceptionTranslatorRegistry() const = 0; - - - virtual StartupExceptionRegistry const& getStartupExceptionRegistry() const = 0; - }; - - class IMutableRegistryHub { - public: - virtual ~IMutableRegistryHub(); // = default - virtual void registerReporter( std::string const& name, IReporterFactoryPtr factory ) = 0; - virtual void registerListener( Detail::unique_ptr factory ) = 0; - virtual void registerTest(Detail::unique_ptr&& testInfo, Detail::unique_ptr&& invoker) = 0; - virtual void registerTranslator( Detail::unique_ptr&& translator ) = 0; - virtual void registerTagAlias( std::string const& alias, std::string const& tag, SourceLineInfo const& lineInfo ) = 0; - virtual void registerStartupException() noexcept = 0; - virtual IMutableEnumValuesRegistry& getMutableEnumValuesRegistry() = 0; - }; - - IRegistryHub const& getRegistryHub(); - IMutableRegistryHub& getMutableRegistryHub(); - void cleanUp(); - std::string translateActiveException(); - -} - -#endif // CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED - -#include - -namespace Catch { - namespace Benchmark { - namespace Detail { - template - struct CompleteType { using type = T; }; - template <> - struct CompleteType { struct type {}; }; - - template - using CompleteType_t = typename CompleteType::type; - - template - struct CompleteInvoker { - template - static Result invoke(Fun&& fun, Args&&... args) { - return CATCH_FORWARD(fun)(CATCH_FORWARD(args)...); - } - }; - template <> - struct CompleteInvoker { - template - static CompleteType_t invoke(Fun&& fun, Args&&... args) { - CATCH_FORWARD(fun)(CATCH_FORWARD(args)...); - return {}; - } - }; - - // invoke and not return void :( - template - CompleteType_t> complete_invoke(Fun&& fun, Args&&... args) { - return CompleteInvoker>::invoke(CATCH_FORWARD(fun), CATCH_FORWARD(args)...); - } - - } // namespace Detail - - template - Detail::CompleteType_t> user_code(Fun&& fun) { - return Detail::complete_invoke(CATCH_FORWARD(fun)); - } - } // namespace Benchmark -} // namespace Catch - -#endif // CATCH_COMPLETE_INVOKE_HPP_INCLUDED - namespace Catch { namespace Benchmark { namespace Detail { @@ -1963,7 +1517,10 @@ namespace Catch { void start() override { started = Clock::now(); } void finish() override { finished = Clock::now(); } - ClockDuration elapsed() const { return finished - started; } + IDuration elapsed() const { + return std::chrono::duration_cast( + finished - started ); + } TimePoint started; TimePoint finished; @@ -2004,50 +1561,6 @@ namespace Catch { #endif // CATCH_CHRONOMETER_HPP_INCLUDED - -// Adapted from donated nonius code. - -#ifndef CATCH_ENVIRONMENT_HPP_INCLUDED -#define CATCH_ENVIRONMENT_HPP_INCLUDED - - -namespace Catch { - namespace Benchmark { - template - struct EnvironmentEstimate { - Duration mean; - OutlierClassification outliers; - - template - operator EnvironmentEstimate() const { - return { mean, outliers }; - } - }; - template - struct Environment { - using clock_type = Clock; - EnvironmentEstimate> clock_resolution; - EnvironmentEstimate> clock_cost; - }; - } // namespace Benchmark -} // namespace Catch - -#endif // CATCH_ENVIRONMENT_HPP_INCLUDED - - -// Adapted from donated nonius code. - -#ifndef CATCH_EXECUTION_PLAN_HPP_INCLUDED -#define CATCH_EXECUTION_PLAN_HPP_INCLUDED - - - -// Adapted from donated nonius code. - -#ifndef CATCH_BENCHMARK_FUNCTION_HPP_INCLUDED -#define CATCH_BENCHMARK_FUNCTION_HPP_INCLUDED - - #include namespace Catch { @@ -2184,6 +1697,57 @@ namespace Catch { +// Adapted from donated nonius code. + +#ifndef CATCH_COMPLETE_INVOKE_HPP_INCLUDED +#define CATCH_COMPLETE_INVOKE_HPP_INCLUDED + + +namespace Catch { + namespace Benchmark { + namespace Detail { + template + struct CompleteType { using type = T; }; + template <> + struct CompleteType { struct type {}; }; + + template + using CompleteType_t = typename CompleteType::type; + + template + struct CompleteInvoker { + template + static Result invoke(Fun&& fun, Args&&... args) { + return CATCH_FORWARD(fun)(CATCH_FORWARD(args)...); + } + }; + template <> + struct CompleteInvoker { + template + static CompleteType_t invoke(Fun&& fun, Args&&... args) { + CATCH_FORWARD(fun)(CATCH_FORWARD(args)...); + return {}; + } + }; + + // invoke and not return void :( + template + CompleteType_t> complete_invoke(Fun&& fun, Args&&... args) { + return CompleteInvoker>::invoke(CATCH_FORWARD(fun), CATCH_FORWARD(args)...); + } + + } // namespace Detail + + template + Detail::CompleteType_t> user_code(Fun&& fun) { + return Detail::complete_invoke(CATCH_FORWARD(fun)); + } + } // namespace Benchmark +} // namespace Catch + +#endif // CATCH_COMPLETE_INVOKE_HPP_INCLUDED + + // Adapted from donated nonius code. #ifndef CATCH_TIMING_HPP_INCLUDED @@ -2194,14 +1758,14 @@ namespace Catch { namespace Catch { namespace Benchmark { - template + template struct Timing { - Duration elapsed; + IDuration elapsed; Result result; int iterations; }; - template - using TimingOf = Timing, Detail::CompleteType_t>>; + template + using TimingOf = Timing>>; } // namespace Benchmark } // namespace Catch @@ -2211,7 +1775,7 @@ namespace Catch { namespace Benchmark { namespace Detail { template - TimingOf measure(Fun&& fun, Args&&... args) { + TimingOf measure(Fun&& fun, Args&&... args) { auto start = Clock::now(); auto&& r = Detail::complete_invoke(fun, CATCH_FORWARD(args)...); auto end = Clock::now(); @@ -2230,11 +1794,11 @@ namespace Catch { namespace Benchmark { namespace Detail { template - TimingOf measure_one(Fun&& fun, int iters, std::false_type) { + TimingOf measure_one(Fun&& fun, int iters, std::false_type) { return Detail::measure(fun, iters); } template - TimingOf measure_one(Fun&& fun, int iters, std::true_type) { + TimingOf measure_one(Fun&& fun, int iters, std::true_type) { Detail::ChronometerModel meter; auto&& result = Detail::complete_invoke(fun, Chronometer(meter, iters)); @@ -2249,8 +1813,8 @@ namespace Catch { void throw_optimized_away_error(); template - TimingOf> - run_for_at_least(ClockDuration how_long, + TimingOf> + run_for_at_least(IDuration how_long, const int initial_iterations, Fun&& fun) { auto iters = initial_iterations; @@ -2270,38 +1834,38 @@ namespace Catch { #endif // CATCH_RUN_FOR_AT_LEAST_HPP_INCLUDED -#include -#include +#include namespace Catch { namespace Benchmark { - template struct ExecutionPlan { int iterations_per_sample; - Duration estimated_duration; + FDuration estimated_duration; Detail::BenchmarkFunction benchmark; - Duration warmup_time; + FDuration warmup_time; int warmup_iterations; - template - operator ExecutionPlan() const { - return { iterations_per_sample, estimated_duration, benchmark, warmup_time, warmup_iterations }; - } - template - std::vector> run(const IConfig &cfg, Environment> env) const { + std::vector run(const IConfig &cfg, Environment env) const { // warmup a bit - Detail::run_for_at_least(std::chrono::duration_cast>(warmup_time), warmup_iterations, Detail::repeat(now{})); + Detail::run_for_at_least( + std::chrono::duration_cast( warmup_time ), + warmup_iterations, + Detail::repeat( []() { return Clock::now(); } ) + ); - std::vector> times; - times.reserve(cfg.benchmarkSamples()); - std::generate_n(std::back_inserter(times), cfg.benchmarkSamples(), [this, env] { + std::vector times; + const auto num_samples = cfg.benchmarkSamples(); + times.reserve( num_samples ); + for ( size_t i = 0; i < num_samples; ++i ) { Detail::ChronometerModel model; - this->benchmark(Chronometer(model, iterations_per_sample)); + this->benchmark( Chronometer( model, iterations_per_sample ) ); auto sample_time = model.elapsed() - env.clock_cost.mean; - if (sample_time < FloatDuration::zero()) sample_time = FloatDuration::zero(); - return sample_time / iterations_per_sample; - }); + if ( sample_time < FDuration::zero() ) { + sample_time = FDuration::zero(); + } + times.push_back(sample_time / iterations_per_sample); + } return times; } }; @@ -2324,122 +1888,35 @@ namespace Catch { #define CATCH_STATS_HPP_INCLUDED -#include #include -#include -#include -#include namespace Catch { namespace Benchmark { namespace Detail { using sample = std::vector; - // Used when we know we want == comparison of two doubles - // to centralize warning suppression - bool directCompare( double lhs, double rhs ); - - double weighted_average_quantile(int k, int q, std::vector::iterator first, std::vector::iterator last); - - template - OutlierClassification classify_outliers(Iterator first, Iterator last) { - std::vector copy(first, last); - - auto q1 = weighted_average_quantile(1, 4, copy.begin(), copy.end()); - auto q3 = weighted_average_quantile(3, 4, copy.begin(), copy.end()); - auto iqr = q3 - q1; - auto los = q1 - (iqr * 3.); - auto lom = q1 - (iqr * 1.5); - auto him = q3 + (iqr * 1.5); - auto his = q3 + (iqr * 3.); - - OutlierClassification o; - for (; first != last; ++first) { - auto&& t = *first; - if (t < los) ++o.low_severe; - else if (t < lom) ++o.low_mild; - else if (t > his) ++o.high_severe; - else if (t > him) ++o.high_mild; - ++o.samples_seen; - } - return o; - } - - template - double mean(Iterator first, Iterator last) { - auto count = last - first; - double sum = std::accumulate(first, last, 0.); - return sum / static_cast(count); - } + double weighted_average_quantile( int k, + int q, + double* first, + double* last ); - template - sample jackknife(Estimator&& estimator, Iterator first, Iterator last) { - auto n = static_cast(last - first); - auto second = first; - ++second; - sample results; - results.reserve(n); + OutlierClassification + classify_outliers( double const* first, double const* last ); - for (auto it = first; it != last; ++it) { - std::iter_swap(it, first); - results.push_back(estimator(second, last)); - } - - return results; - } + double mean( double const* first, double const* last ); - inline double normal_cdf(double x) { - return std::erfc(-x / std::sqrt(2.0)) / 2.0; - } + double normal_cdf( double x ); double erfc_inv(double x); double normal_quantile(double p); - template - Estimate bootstrap(double confidence_level, Iterator first, Iterator last, sample const& resample, Estimator&& estimator) { - auto n_samples = last - first; - - double point = estimator(first, last); - // Degenerate case with a single sample - if (n_samples == 1) return { point, point, point, confidence_level }; - - sample jack = jackknife(estimator, first, last); - double jack_mean = mean(jack.begin(), jack.end()); - double sum_squares, sum_cubes; - std::tie(sum_squares, sum_cubes) = std::accumulate(jack.begin(), jack.end(), std::make_pair(0., 0.), [jack_mean](std::pair sqcb, double x) -> std::pair { - auto d = jack_mean - x; - auto d2 = d * d; - auto d3 = d2 * d; - return { sqcb.first + d2, sqcb.second + d3 }; - }); - - double accel = sum_cubes / (6 * std::pow(sum_squares, 1.5)); - long n = static_cast(resample.size()); - double prob_n = std::count_if(resample.begin(), resample.end(), [point](double x) { return x < point; }) / static_cast(n); - // degenerate case with uniform samples - if ( directCompare( prob_n, 0. ) ) { - return { point, point, point, confidence_level }; - } - - double bias = normal_quantile(prob_n); - double z1 = normal_quantile((1. - confidence_level) / 2.); - - auto cumn = [n]( double x ) -> long { - return std::lround( normal_cdf( x ) * static_cast(n) ); - }; - auto a = [bias, accel](double b) { return bias + b / (1. - accel * b); }; - double b1 = bias + z1; - double b2 = bias - z1; - double a1 = a(b1); - double a2 = a(b2); - auto lo = static_cast((std::max)(cumn(a1), 0l)); - auto hi = static_cast((std::min)(cumn(a2), n - 1)); - - return { point, resample[lo], resample[hi], confidence_level }; - } - - double outlier_variance(Estimate mean, Estimate stddev, int n); + Estimate + bootstrap( double confidence_level, + double* first, + double* last, + sample const& resample, + double ( *estimator )( double const*, double const* ) ); struct bootstrap_analysis { Estimate mean; @@ -2447,7 +1924,10 @@ namespace Catch { double outlier_variance; }; - bootstrap_analysis analyse_samples(double confidence_level, unsigned int n_resamples, std::vector::iterator first, std::vector::iterator last); + bootstrap_analysis analyse_samples(double confidence_level, + unsigned int n_resamples, + double* first, + double* last); } // namespace Detail } // namespace Benchmark } // namespace Catch @@ -2455,7 +1935,6 @@ namespace Catch { #endif // CATCH_STATS_HPP_INCLUDED #include -#include #include #include @@ -2466,46 +1945,49 @@ namespace Catch { std::vector resolution(int k) { std::vector> times; times.reserve(static_cast(k + 1)); - std::generate_n(std::back_inserter(times), k + 1, now{}); + for ( int i = 0; i < k + 1; ++i ) { + times.push_back( Clock::now() ); + } std::vector deltas; deltas.reserve(static_cast(k)); - std::transform(std::next(times.begin()), times.end(), times.begin(), - std::back_inserter(deltas), - [](TimePoint a, TimePoint b) { return static_cast((a - b).count()); }); + for ( size_t idx = 1; idx < times.size(); ++idx ) { + deltas.push_back( static_cast( + ( times[idx] - times[idx - 1] ).count() ) ); + } return deltas; } - const auto warmup_iterations = 10000; - const auto warmup_time = std::chrono::milliseconds(100); - const auto minimum_ticks = 1000; - const auto warmup_seed = 10000; - const auto clock_resolution_estimation_time = std::chrono::milliseconds(500); - const auto clock_cost_estimation_time_limit = std::chrono::seconds(1); - const auto clock_cost_estimation_tick_limit = 100000; - const auto clock_cost_estimation_time = std::chrono::milliseconds(10); - const auto clock_cost_estimation_iterations = 10000; + constexpr auto warmup_iterations = 10000; + constexpr auto warmup_time = std::chrono::milliseconds(100); + constexpr auto minimum_ticks = 1000; + constexpr auto warmup_seed = 10000; + constexpr auto clock_resolution_estimation_time = std::chrono::milliseconds(500); + constexpr auto clock_cost_estimation_time_limit = std::chrono::seconds(1); + constexpr auto clock_cost_estimation_tick_limit = 100000; + constexpr auto clock_cost_estimation_time = std::chrono::milliseconds(10); + constexpr auto clock_cost_estimation_iterations = 10000; template int warmup() { - return run_for_at_least(std::chrono::duration_cast>(warmup_time), warmup_seed, &resolution) + return run_for_at_least(warmup_time, warmup_seed, &resolution) .iterations; } template - EnvironmentEstimate> estimate_clock_resolution(int iterations) { - auto r = run_for_at_least(std::chrono::duration_cast>(clock_resolution_estimation_time), iterations, &resolution) + EnvironmentEstimate estimate_clock_resolution(int iterations) { + auto r = run_for_at_least(clock_resolution_estimation_time, iterations, &resolution) .result; return { - FloatDuration(mean(r.begin(), r.end())), - classify_outliers(r.begin(), r.end()), + FDuration(mean(r.data(), r.data() + r.size())), + classify_outliers(r.data(), r.data() + r.size()), }; } template - EnvironmentEstimate> estimate_clock_cost(FloatDuration resolution) { + EnvironmentEstimate estimate_clock_cost(FDuration resolution) { auto time_limit = (std::min)( resolution * clock_cost_estimation_tick_limit, - FloatDuration(clock_cost_estimation_time_limit)); + FDuration(clock_cost_estimation_time_limit)); auto time_clock = [](int k) { return Detail::measure([k] { for (int i = 0; i < k; ++i) { @@ -2516,26 +1998,28 @@ namespace Catch { }; time_clock(1); int iters = clock_cost_estimation_iterations; - auto&& r = run_for_at_least(std::chrono::duration_cast>(clock_cost_estimation_time), iters, time_clock); + auto&& r = run_for_at_least(clock_cost_estimation_time, iters, time_clock); std::vector times; int nsamples = static_cast(std::ceil(time_limit / r.elapsed)); times.reserve(static_cast(nsamples)); - std::generate_n(std::back_inserter(times), nsamples, [time_clock, &r] { - return static_cast((time_clock(r.iterations) / r.iterations).count()); - }); + for ( int s = 0; s < nsamples; ++s ) { + times.push_back( static_cast( + ( time_clock( r.iterations ) / r.iterations ) + .count() ) ); + } return { - FloatDuration(mean(times.begin(), times.end())), - classify_outliers(times.begin(), times.end()), + FDuration(mean(times.data(), times.data() + times.size())), + classify_outliers(times.data(), times.data() + times.size()), }; } template - Environment> measure_environment() { + Environment measure_environment() { #if defined(__clang__) # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wexit-time-destructors" #endif - static Catch::Detail::unique_ptr>> env; + static Catch::Detail::unique_ptr env; #if defined(__clang__) # pragma clang diagnostic pop #endif @@ -2547,7 +2031,7 @@ namespace Catch { auto resolution = Detail::estimate_clock_resolution(iters); auto cost = Detail::estimate_clock_cost(resolution.mean); - env = Catch::Detail::make_unique>>( Environment>{resolution, cost} ); + env = Catch::Detail::make_unique( Environment{resolution, cost} ); return *env; } } // namespace Detail @@ -2570,95 +2054,29 @@ namespace Catch { #define CATCH_SAMPLE_ANALYSIS_HPP_INCLUDED -#include #include -#include namespace Catch { namespace Benchmark { - template struct SampleAnalysis { - std::vector samples; - Estimate mean; - Estimate standard_deviation; + std::vector samples; + Estimate mean; + Estimate standard_deviation; OutlierClassification outliers; double outlier_variance; - - template - operator SampleAnalysis() const { - std::vector samples2; - samples2.reserve(samples.size()); - std::transform(samples.begin(), samples.end(), std::back_inserter(samples2), [](Duration d) { return Duration2(d); }); - return { - CATCH_MOVE(samples2), - mean, - standard_deviation, - outliers, - outlier_variance, - }; - } }; } // namespace Benchmark } // namespace Catch #endif // CATCH_SAMPLE_ANALYSIS_HPP_INCLUDED -#include -#include -#include namespace Catch { + class IConfig; + namespace Benchmark { namespace Detail { - template - SampleAnalysis analyse(const IConfig &cfg, Environment, Iterator first, Iterator last) { - if (!cfg.benchmarkNoAnalysis()) { - std::vector samples; - samples.reserve(static_cast(last - first)); - std::transform(first, last, std::back_inserter(samples), [](Duration d) { return d.count(); }); - - auto analysis = Catch::Benchmark::Detail::analyse_samples(cfg.benchmarkConfidenceInterval(), cfg.benchmarkResamples(), samples.begin(), samples.end()); - auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); - - auto wrap_estimate = [](Estimate e) { - return Estimate { - Duration(e.point), - Duration(e.lower_bound), - Duration(e.upper_bound), - e.confidence_interval, - }; - }; - std::vector samples2; - samples2.reserve(samples.size()); - std::transform(samples.begin(), samples.end(), std::back_inserter(samples2), [](double d) { return Duration(d); }); - return { - CATCH_MOVE(samples2), - wrap_estimate(analysis.mean), - wrap_estimate(analysis.standard_deviation), - outliers, - analysis.outlier_variance, - }; - } else { - std::vector samples; - samples.reserve(static_cast(last - first)); - - Duration mean = Duration(0); - int i = 0; - for (auto it = first; it < last; ++it, ++i) { - samples.push_back(Duration(*it)); - mean += Duration(*it); - } - mean /= i; - - return { - CATCH_MOVE(samples), - Estimate{mean, mean, mean, 0.0}, - Estimate{Duration(0), Duration(0), Duration(0), 0.0}, - OutlierClassification{}, - 0.0 - }; - } - } + SampleAnalysis analyse(const IConfig &cfg, FDuration* first, FDuration* last); } // namespace Detail } // namespace Benchmark } // namespace Catch @@ -2666,9 +2084,9 @@ namespace Catch { #endif // CATCH_ANALYSE_HPP_INCLUDED #include -#include +#include +#include #include -#include #include namespace Catch { @@ -2682,16 +2100,18 @@ namespace Catch { : fun(CATCH_MOVE(func)), name(CATCH_MOVE(benchmarkName)) {} template - ExecutionPlan> prepare(const IConfig &cfg, Environment> env) const { + ExecutionPlan prepare(const IConfig &cfg, Environment env) const { auto min_time = env.clock_resolution.mean * Detail::minimum_ticks; auto run_time = std::max(min_time, std::chrono::duration_cast(cfg.benchmarkWarmupTime())); - auto&& test = Detail::run_for_at_least(std::chrono::duration_cast>(run_time), 1, fun); + auto&& test = Detail::run_for_at_least(std::chrono::duration_cast(run_time), 1, fun); int new_iters = static_cast(std::ceil(min_time * test.iterations / test.elapsed)); - return { new_iters, test.elapsed / test.iterations * new_iters * cfg.benchmarkSamples(), fun, std::chrono::duration_cast>(cfg.benchmarkWarmupTime()), Detail::warmup_iterations }; + return { new_iters, test.elapsed / test.iterations * new_iters * cfg.benchmarkSamples(), fun, std::chrono::duration_cast(cfg.benchmarkWarmupTime()), Detail::warmup_iterations }; } template void run() { + static_assert( Clock::is_steady, + "Benchmarking clock should be steady" ); auto const* cfg = getCurrentContext().getConfig(); auto env = Detail::measure_environment(); @@ -2718,10 +2138,10 @@ namespace Catch { return plan.template run(*cfg, env); }); - auto analysis = Detail::analyse(*cfg, env, samples.begin(), samples.end()); - BenchmarkStats> stats{ CATCH_MOVE(info), CATCH_MOVE(analysis.samples), analysis.mean, analysis.standard_deviation, analysis.outliers, analysis.outlier_variance }; + auto analysis = Detail::analyse(*cfg, samples.data(), samples.data() + samples.size()); + BenchmarkStats<> stats{ CATCH_MOVE(info), CATCH_MOVE(analysis.samples), analysis.mean, analysis.standard_deviation, analysis.outliers, analysis.outlier_variance }; getResultCapture().benchmarkEnded(stats); - } CATCH_CATCH_ANON (TestFailureException) { + } CATCH_CATCH_ANON (TestFailureException const&) { getResultCapture().benchmarkFailed("Benchmark failed due to failed assertion"_sr); } CATCH_CATCH_ALL{ getResultCapture().benchmarkFailed(translateActiveException()); @@ -2889,6 +2309,7 @@ namespace Catch { #ifndef CATCH_CONFIG_WCHAR_HPP_INCLUDED #define CATCH_CONFIG_WCHAR_HPP_INCLUDED + // We assume that WCHAR should be enabled by default, and only disabled // for a shortlist (so far only DJGPP) of compilers. @@ -3112,7 +2533,6 @@ namespace Catch { } // namespace Detail - // If we decide for C++14, change these to enable_if_ts template struct StringMaker { template @@ -3395,6 +2815,12 @@ namespace Catch { } } }; + template <> + struct StringMaker { + static std::string convert(const std::nullopt_t&) { + return "{ }"; + } + }; } #endif // CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER @@ -3781,6 +3207,143 @@ struct StringMaker { #endif // CATCH_APPROX_HPP_INCLUDED +#ifndef CATCH_ASSERTION_INFO_HPP_INCLUDED +#define CATCH_ASSERTION_INFO_HPP_INCLUDED + + + +#ifndef CATCH_SOURCE_LINE_INFO_HPP_INCLUDED +#define CATCH_SOURCE_LINE_INFO_HPP_INCLUDED + +#include +#include + +namespace Catch { + + struct SourceLineInfo { + + SourceLineInfo() = delete; + constexpr SourceLineInfo( char const* _file, std::size_t _line ) noexcept: + file( _file ), + line( _line ) + {} + + bool operator == ( SourceLineInfo const& other ) const noexcept; + bool operator < ( SourceLineInfo const& other ) const noexcept; + + char const* file; + std::size_t line; + + friend std::ostream& operator << (std::ostream& os, SourceLineInfo const& info); + }; +} + +#define CATCH_INTERNAL_LINEINFO \ + ::Catch::SourceLineInfo( __FILE__, static_cast( __LINE__ ) ) + +#endif // CATCH_SOURCE_LINE_INFO_HPP_INCLUDED + +namespace Catch { + + struct AssertionInfo { + // AssertionInfo() = delete; + + StringRef macroName; + SourceLineInfo lineInfo; + StringRef capturedExpression; + ResultDisposition::Flags resultDisposition; + }; + +} // end namespace Catch + +#endif // CATCH_ASSERTION_INFO_HPP_INCLUDED + + +#ifndef CATCH_ASSERTION_RESULT_HPP_INCLUDED +#define CATCH_ASSERTION_RESULT_HPP_INCLUDED + + + +#ifndef CATCH_LAZY_EXPR_HPP_INCLUDED +#define CATCH_LAZY_EXPR_HPP_INCLUDED + +#include + +namespace Catch { + + class ITransientExpression; + + class LazyExpression { + friend class AssertionHandler; + friend struct AssertionStats; + friend class RunContext; + + ITransientExpression const* m_transientExpression = nullptr; + bool m_isNegated; + public: + LazyExpression( bool isNegated ): + m_isNegated(isNegated) + {} + LazyExpression(LazyExpression const& other) = default; + LazyExpression& operator = ( LazyExpression const& ) = delete; + + explicit operator bool() const { + return m_transientExpression != nullptr; + } + + friend auto operator << ( std::ostream& os, LazyExpression const& lazyExpr ) -> std::ostream&; + }; + +} // namespace Catch + +#endif // CATCH_LAZY_EXPR_HPP_INCLUDED + +#include + +namespace Catch { + + struct AssertionResultData + { + AssertionResultData() = delete; + + AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression ); + + std::string message; + mutable std::string reconstructedExpression; + LazyExpression lazyExpression; + ResultWas::OfType resultType; + + std::string reconstructExpression() const; + }; + + class AssertionResult { + public: + AssertionResult() = delete; + AssertionResult( AssertionInfo const& info, AssertionResultData&& data ); + + bool isOk() const; + bool succeeded() const; + ResultWas::OfType getResultType() const; + bool hasExpression() const; + bool hasMessage() const; + std::string getExpression() const; + std::string getExpressionInMacro() const; + bool hasExpandedExpression() const; + std::string getExpandedExpression() const; + StringRef getMessage() const; + SourceLineInfo getSourceInfo() const; + StringRef getTestMacroName() const; + + //protected: + AssertionInfo m_info; + AssertionResultData m_resultData; + }; + +} // end namespace Catch + +#endif // CATCH_ASSERTION_RESULT_HPP_INCLUDED + + #ifndef CATCH_CONFIG_HPP_INCLUDED #define CATCH_CONFIG_HPP_INCLUDED @@ -3945,6 +3508,7 @@ namespace Catch { #ifndef CATCH_OPTIONAL_HPP_INCLUDED #define CATCH_OPTIONAL_HPP_INCLUDED + #include namespace Catch { @@ -3953,35 +3517,50 @@ namespace Catch { template class Optional { public: - Optional() : nullableValue( nullptr ) {} - Optional( T const& _value ) - : nullableValue( new( storage ) T( _value ) ) - {} - Optional( Optional const& _other ) - : nullableValue( _other ? new( storage ) T( *_other ) : nullptr ) - {} + Optional(): nullableValue( nullptr ) {} + ~Optional() { reset(); } + + Optional( T const& _value ): + nullableValue( new ( storage ) T( _value ) ) {} + Optional( T&& _value ): + nullableValue( new ( storage ) T( CATCH_MOVE( _value ) ) ) {} - ~Optional() { + Optional& operator=( T const& _value ) { + reset(); + nullableValue = new ( storage ) T( _value ); + return *this; + } + Optional& operator=( T&& _value ) { reset(); + nullableValue = new ( storage ) T( CATCH_MOVE( _value ) ); + return *this; } - Optional& operator= ( Optional const& _other ) { - if( &_other != this ) { + Optional( Optional const& _other ): + nullableValue( _other ? new ( storage ) T( *_other ) : nullptr ) {} + Optional( Optional&& _other ): + nullableValue( _other ? new ( storage ) T( CATCH_MOVE( *_other ) ) + : nullptr ) {} + + Optional& operator=( Optional const& _other ) { + if ( &_other != this ) { reset(); - if( _other ) - nullableValue = new( storage ) T( *_other ); + if ( _other ) { nullableValue = new ( storage ) T( *_other ); } } return *this; } - Optional& operator = ( T const& _value ) { - reset(); - nullableValue = new( storage ) T( _value ); + Optional& operator=( Optional&& _other ) { + if ( &_other != this ) { + reset(); + if ( _other ) { + nullableValue = new ( storage ) T( CATCH_MOVE( *_other ) ); + } + } return *this; } void reset() { - if( nullableValue ) - nullableValue->~T(); + if ( nullableValue ) { nullableValue->~T(); } nullableValue = nullptr; } @@ -4025,177 +3604,42 @@ namespace Catch { } friend bool operator!=(Optional const& a, Optional const& b) { return !( a == b ); - } - - private: - T *nullableValue; - alignas(alignof(T)) char storage[sizeof(T)]; - }; - -} // end namespace Catch - -#endif // CATCH_OPTIONAL_HPP_INCLUDED - - -#ifndef CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED -#define CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED - -#include - -namespace Catch { - - enum class GenerateFrom { - Time, - RandomDevice, - //! Currently equivalent to RandomDevice, but can change at any point - Default - }; - - std::uint32_t generateRandomSeed(GenerateFrom from); - -} // end namespace Catch - -#endif // CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED - - -#ifndef CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED -#define CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED - - - -#ifndef CATCH_CONSOLE_COLOUR_HPP_INCLUDED -#define CATCH_CONSOLE_COLOUR_HPP_INCLUDED - - -#include -#include - -namespace Catch { - - enum class ColourMode : std::uint8_t; - class IStream; - - struct Colour { - enum Code { - None = 0, - - White, - Red, - Green, - Blue, - Cyan, - Yellow, - Grey, - - Bright = 0x10, - - BrightRed = Bright | Red, - BrightGreen = Bright | Green, - LightGrey = Bright | Grey, - BrightWhite = Bright | White, - BrightYellow = Bright | Yellow, - - // By intention - FileName = LightGrey, - Warning = BrightYellow, - ResultError = BrightRed, - ResultSuccess = BrightGreen, - ResultExpectedFailure = Warning, - - Error = BrightRed, - Success = Green, - Skip = LightGrey, - - OriginalExpression = Cyan, - ReconstructedExpression = BrightYellow, - - SecondaryText = LightGrey, - Headers = White - }; - }; - - class ColourImpl { - protected: - //! The associated stream of this ColourImpl instance - IStream* m_stream; - public: - ColourImpl( IStream* stream ): m_stream( stream ) {} - - //! RAII wrapper around writing specific colour of text using specific - //! colour impl into a stream. - class ColourGuard { - ColourImpl const* m_colourImpl; - Colour::Code m_code; - bool m_engaged = false; + } - public: - //! Does **not** engage the guard/start the colour - ColourGuard( Colour::Code code, - ColourImpl const* colour ); + private: + T* nullableValue; + alignas(alignof(T)) char storage[sizeof(T)]; + }; - ColourGuard( ColourGuard const& rhs ) = delete; - ColourGuard& operator=( ColourGuard const& rhs ) = delete; +} // end namespace Catch - ColourGuard( ColourGuard&& rhs ) noexcept; - ColourGuard& operator=( ColourGuard&& rhs ) noexcept; +#endif // CATCH_OPTIONAL_HPP_INCLUDED - //! Removes colour _if_ the guard was engaged - ~ColourGuard(); - /** - * Explicitly engages colour for given stream. - * - * The API based on operator<< should be preferred. - */ - ColourGuard& engage( std::ostream& stream ) &; - /** - * Explicitly engages colour for given stream. - * - * The API based on operator<< should be preferred. - */ - ColourGuard&& engage( std::ostream& stream ) &&; +#ifndef CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED +#define CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED - private: - //! Engages the guard and starts using colour - friend std::ostream& operator<<( std::ostream& lhs, - ColourGuard& guard ) { - guard.engageImpl( lhs ); - return lhs; - } - //! Engages the guard and starts using colour - friend std::ostream& operator<<( std::ostream& lhs, - ColourGuard&& guard) { - guard.engageImpl( lhs ); - return lhs; - } +#include - void engageImpl( std::ostream& stream ); +namespace Catch { - }; + enum class GenerateFrom { + Time, + RandomDevice, + //! Currently equivalent to RandomDevice, but can change at any point + Default + }; - virtual ~ColourImpl(); // = default - /** - * Creates a guard object for given colour and this colour impl - * - * **Important:** - * the guard starts disengaged, and has to be engaged explicitly. - */ - ColourGuard guardColour( Colour::Code colourCode ); + std::uint32_t generateRandomSeed(GenerateFrom from); - private: - virtual void use( Colour::Code colourCode ) const = 0; - }; +} // end namespace Catch - //! Provides ColourImpl based on global config and target compilation platform - Detail::unique_ptr makeColourImpl( ColourMode colourSelection, - IStream* stream ); +#endif // CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED - //! Checks if specific colour impl has been compiled into the binary - bool isColourImplAvailable( ColourMode colourSelection ); -} // end namespace Catch +#ifndef CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED +#define CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED -#endif // CATCH_CONSOLE_COLOUR_HPP_INCLUDED #include #include @@ -4322,7 +3766,7 @@ namespace Catch { bool benchmarkNoAnalysis = false; unsigned int benchmarkSamples = 100; double benchmarkConfidenceInterval = 0.95; - unsigned int benchmarkResamples = 100000; + unsigned int benchmarkResamples = 100'000; std::chrono::milliseconds::rep benchmarkWarmupTime = 100; Verbosity verbosity = Verbosity::Normal; @@ -4424,6 +3868,29 @@ namespace Catch { + +/** \file + * Wrapper for the CATCH_CONFIG_PREFIX_MESSAGES configuration option + * + * CATCH_CONFIG_PREFIX_ALL can be used to avoid clashes with other macros + * by prepending CATCH_. This may not be desirable if the only clashes are with + * logger macros such as INFO and WARN. In this cases + * CATCH_CONFIG_PREFIX_MESSAGES can be used to only prefix a small subset + * of relevant macros. + * + */ + +#ifndef CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED +#define CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED + + +#if defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_PREFIX_MESSAGES) + #define CATCH_CONFIG_PREFIX_MESSAGES +#endif + +#endif // CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED + + #ifndef CATCH_STREAM_END_STOP_HPP_INCLUDED #define CATCH_STREAM_END_STOP_HPP_INCLUDED @@ -4435,10 +3902,10 @@ namespace Catch { // as well as // << stuff +StreamEndStop struct StreamEndStop { - StringRef operator+() const { return StringRef(); } + constexpr StringRef operator+() const { return StringRef(); } template - friend T const& operator+( T const& value, StreamEndStop ) { + constexpr friend T const& operator+( T const& value, StreamEndStop ) { return value; } }; @@ -4447,12 +3914,47 @@ namespace Catch { #endif // CATCH_STREAM_END_STOP_HPP_INCLUDED + +#ifndef CATCH_MESSAGE_INFO_HPP_INCLUDED +#define CATCH_MESSAGE_INFO_HPP_INCLUDED + + +#include + +namespace Catch { + + struct MessageInfo { + MessageInfo( StringRef _macroName, + SourceLineInfo const& _lineInfo, + ResultWas::OfType _type ); + + StringRef macroName; + std::string message; + SourceLineInfo lineInfo; + ResultWas::OfType type; + unsigned int sequence; + + bool operator == (MessageInfo const& other) const { + return sequence == other.sequence; + } + bool operator < (MessageInfo const& other) const { + return sequence < other.sequence; + } + private: + static unsigned int globalCount; + }; + +} // end namespace Catch + +#endif // CATCH_MESSAGE_INFO_HPP_INCLUDED + #include #include namespace Catch { struct SourceLineInfo; + class IResultCapture; struct MessageStream { @@ -4493,7 +3995,7 @@ namespace Catch { class Capturer { std::vector m_messages; - IResultCapture& m_resultCapture = getResultCapture(); + IResultCapture& m_resultCapture; size_t m_captured = 0; public: Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ); @@ -4544,28 +4046,28 @@ namespace Catch { Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info ) << log ) -#if defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_DISABLE) +#if defined(CATCH_CONFIG_PREFIX_MESSAGES) && !defined(CATCH_CONFIG_DISABLE) #define CATCH_INFO( msg ) INTERNAL_CATCH_INFO( "CATCH_INFO", msg ) #define CATCH_UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "CATCH_UNSCOPED_INFO", msg ) #define CATCH_WARN( msg ) INTERNAL_CATCH_MSG( "CATCH_WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg ) #define CATCH_CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CATCH_CAPTURE", __VA_ARGS__ ) -#elif defined(CATCH_CONFIG_PREFIX_ALL) && defined(CATCH_CONFIG_DISABLE) +#elif defined(CATCH_CONFIG_PREFIX_MESSAGES) && defined(CATCH_CONFIG_DISABLE) #define CATCH_INFO( msg ) (void)(0) #define CATCH_UNSCOPED_INFO( msg ) (void)(0) #define CATCH_WARN( msg ) (void)(0) #define CATCH_CAPTURE( ... ) (void)(0) -#elif !defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_DISABLE) +#elif !defined(CATCH_CONFIG_PREFIX_MESSAGES) && !defined(CATCH_CONFIG_DISABLE) #define INFO( msg ) INTERNAL_CATCH_INFO( "INFO", msg ) #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) #define WARN( msg ) INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg ) #define CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE", __VA_ARGS__ ) -#elif !defined(CATCH_CONFIG_PREFIX_ALL) && defined(CATCH_CONFIG_DISABLE) +#elif !defined(CATCH_CONFIG_PREFIX_MESSAGES) && defined(CATCH_CONFIG_DISABLE) #define INFO( msg ) (void)(0) #define UNSCOPED_INFO( msg ) (void)(0) @@ -4580,6 +4082,75 @@ namespace Catch { #endif // CATCH_MESSAGE_HPP_INCLUDED +#ifndef CATCH_SECTION_INFO_HPP_INCLUDED +#define CATCH_SECTION_INFO_HPP_INCLUDED + + + +#ifndef CATCH_TOTALS_HPP_INCLUDED +#define CATCH_TOTALS_HPP_INCLUDED + +#include + +namespace Catch { + + struct Counts { + Counts operator - ( Counts const& other ) const; + Counts& operator += ( Counts const& other ); + + std::uint64_t total() const; + bool allPassed() const; + bool allOk() const; + + std::uint64_t passed = 0; + std::uint64_t failed = 0; + std::uint64_t failedButOk = 0; + std::uint64_t skipped = 0; + }; + + struct Totals { + + Totals operator - ( Totals const& other ) const; + Totals& operator += ( Totals const& other ); + + Totals delta( Totals const& prevTotals ) const; + + Counts assertions; + Counts testCases; + }; +} + +#endif // CATCH_TOTALS_HPP_INCLUDED + +#include + +namespace Catch { + + struct SectionInfo { + // The last argument is ignored, so that people can write + // SECTION("ShortName", "Proper description that is long") and + // still use the `-c` flag comfortably. + SectionInfo( SourceLineInfo const& _lineInfo, std::string _name, + const char* const = nullptr ): + name(CATCH_MOVE(_name)), + lineInfo(_lineInfo) + {} + + std::string name; + SourceLineInfo lineInfo; + }; + + struct SectionEndInfo { + SectionInfo sectionInfo; + Counts prevAssertions; + double durationInSeconds; + }; + +} // end namespace Catch + +#endif // CATCH_SECTION_INFO_HPP_INCLUDED + + #ifndef CATCH_SESSION_HPP_INCLUDED #define CATCH_SESSION_HPP_INCLUDED @@ -4683,17 +4254,16 @@ namespace Catch { enum class TokenType { Option, Argument }; struct Token { TokenType type; - std::string token; + StringRef token; }; // Abstracts iterators into args as a stream of tokens, with option // arguments uniformly handled class TokenStream { - using Iterator = std::vector::const_iterator; + using Iterator = std::vector::const_iterator; Iterator it; Iterator itEnd; std::vector m_tokenBuffer; - void loadBuffer(); public: @@ -4745,12 +4315,17 @@ namespace Catch { ResultType m_type; }; - template class ResultValueBase : public ResultBase { + template + class ResultValueBase : public ResultBase { public: - auto value() const -> T const& { + T const& value() const& { enforceOk(); return m_value; } + T&& value() && { + enforceOk(); + return CATCH_MOVE( m_value ); + } protected: ResultValueBase( ResultType type ): ResultBase( type ) {} @@ -4760,13 +4335,23 @@ namespace Catch { if ( m_type == ResultType::Ok ) new ( &m_value ) T( other.m_value ); } + ResultValueBase( ResultValueBase&& other ): + ResultBase( other ) { + if ( m_type == ResultType::Ok ) + new ( &m_value ) T( CATCH_MOVE(other.m_value) ); + } - ResultValueBase( ResultType, T const& value ): ResultBase( ResultType::Ok ) { + + ResultValueBase( ResultType, T const& value ): + ResultBase( ResultType::Ok ) { new ( &m_value ) T( value ); } + ResultValueBase( ResultType, T&& value ): + ResultBase( ResultType::Ok ) { + new ( &m_value ) T( CATCH_MOVE(value) ); + } - auto operator=( ResultValueBase const& other ) - -> ResultValueBase& { + ResultValueBase& operator=( ResultValueBase const& other ) { if ( m_type == ResultType::Ok ) m_value.~T(); ResultBase::operator=( other ); @@ -4774,6 +4359,14 @@ namespace Catch { new ( &m_value ) T( other.m_value ); return *this; } + ResultValueBase& operator=( ResultValueBase&& other ) { + if ( m_type == ResultType::Ok ) m_value.~T(); + ResultBase::operator=( other ); + if ( m_type == ResultType::Ok ) + new ( &m_value ) T( CATCH_MOVE(other.m_value) ); + return *this; + } + ~ResultValueBase() override { if ( m_type == ResultType::Ok ) @@ -4801,8 +4394,8 @@ namespace Catch { } template - static auto ok( U const& value ) -> BasicResult { - return { ResultType::Ok, value }; + static auto ok( U&& value ) -> BasicResult { + return { ResultType::Ok, CATCH_FORWARD(value) }; } static auto ok() -> BasicResult { return { ResultType::Ok }; } static auto logicError( std::string&& message ) @@ -4849,12 +4442,15 @@ namespace Catch { class ParseState { public: ParseState( ParseResultType type, - TokenStream const& remainingTokens ); + TokenStream remainingTokens ); ParseResultType type() const { return m_type; } - TokenStream const& remainingTokens() const { + TokenStream const& remainingTokens() const& { return m_remainingTokens; } + TokenStream&& remainingTokens() && { + return CATCH_MOVE( m_remainingTokens ); + } private: ParseResultType m_type; @@ -4867,7 +4463,7 @@ namespace Catch { struct HelpColumns { std::string left; - std::string right; + StringRef descriptions; }; template @@ -5027,7 +4623,7 @@ namespace Catch { virtual ~ParserBase() = default; virtual auto validate() const -> Result { return Result::ok(); } virtual auto parse( std::string const& exeName, - TokenStream const& tokens ) const + TokenStream tokens ) const -> InternalParseResult = 0; virtual size_t cardinality() const; @@ -5047,8 +4643,8 @@ namespace Catch { protected: Optionality m_optionality = Optionality::Optional; std::shared_ptr m_ref; - std::string m_hint; - std::string m_description; + StringRef m_hint; + StringRef m_description; explicit ParserRefImpl( std::shared_ptr const& ref ): m_ref( ref ) {} @@ -5057,28 +4653,32 @@ namespace Catch { template ParserRefImpl( accept_many_t, LambdaT const& ref, - std::string const& hint ): + StringRef hint ): m_ref( std::make_shared>( ref ) ), m_hint( hint ) {} template ::value>> - ParserRefImpl( T& ref, std::string const& hint ): + ParserRefImpl( T& ref, StringRef hint ): m_ref( std::make_shared>( ref ) ), m_hint( hint ) {} template ::value>> - ParserRefImpl( LambdaT const& ref, std::string const& hint ): + ParserRefImpl( LambdaT const& ref, StringRef hint ): m_ref( std::make_shared>( ref ) ), m_hint( hint ) {} - auto operator()( std::string const& description ) -> DerivedT& { + DerivedT& operator()( StringRef description ) & { m_description = description; return static_cast( *this ); } + DerivedT&& operator()( StringRef description ) && { + m_description = description; + return static_cast( *this ); + } auto optional() -> DerivedT& { m_optionality = Optionality::Optional; @@ -5101,7 +4701,7 @@ namespace Catch { return 1; } - std::string const& hint() const { return m_hint; } + StringRef hint() const { return m_hint; } }; } // namespace detail @@ -5115,13 +4715,13 @@ namespace Catch { Detail::InternalParseResult parse(std::string const&, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; }; // A parser for options class Opt : public Detail::ParserRefImpl { protected: - std::vector m_optNames; + std::vector m_optNames; public: template @@ -5134,33 +4734,37 @@ namespace Catch { template ::value>> - Opt( LambdaT const& ref, std::string const& hint ): + Opt( LambdaT const& ref, StringRef hint ): ParserRefImpl( ref, hint ) {} template - Opt( accept_many_t, LambdaT const& ref, std::string const& hint ): + Opt( accept_many_t, LambdaT const& ref, StringRef hint ): ParserRefImpl( accept_many, ref, hint ) {} template ::value>> - Opt( T& ref, std::string const& hint ): + Opt( T& ref, StringRef hint ): ParserRefImpl( ref, hint ) {} - auto operator[](std::string const& optName) -> Opt& { + Opt& operator[]( StringRef optName ) & { m_optNames.push_back(optName); return *this; } + Opt&& operator[]( StringRef optName ) && { + m_optNames.push_back( optName ); + return CATCH_MOVE(*this); + } - std::vector getHelpColumns() const; + Detail::HelpColumns getHelpColumns() const; - bool isMatch(std::string const& optToken) const; + bool isMatch(StringRef optToken) const; using ParserBase::parse; Detail::InternalParseResult parse(std::string const&, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; Detail::Result validate() const override; }; @@ -5183,7 +4787,7 @@ namespace Catch { // handled specially Detail::InternalParseResult parse(std::string const&, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; std::string const& name() const { return *m_name; } Detail::ParserResult set(std::string const& newName); @@ -5208,16 +4812,28 @@ namespace Catch { return *this; } - auto operator|=(Opt const& opt) -> Parser& { - m_options.push_back(opt); - return *this; + friend Parser& operator|=( Parser& p, Opt const& opt ) { + p.m_options.push_back( opt ); + return p; + } + friend Parser& operator|=( Parser& p, Opt&& opt ) { + p.m_options.push_back( CATCH_MOVE(opt) ); + return p; } Parser& operator|=(Parser const& other); template - auto operator|(T const& other) const -> Parser { - return Parser(*this) |= other; + friend Parser operator|( Parser const& p, T&& rhs ) { + Parser temp( p ); + temp |= rhs; + return temp; + } + + template + friend Parser operator|( Parser&& p, T&& rhs ) { + p |= CATCH_FORWARD(rhs); + return CATCH_MOVE(p); } std::vector getHelpColumns() const; @@ -5235,21 +4851,23 @@ namespace Catch { using ParserBase::parse; Detail::InternalParseResult parse(std::string const& exeName, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; }; - // Transport for raw args (copied from main args, or supplied via - // init list for testing) + /** + * Wrapper over argc + argv, assumes that the inputs outlive it + */ class Args { friend Detail::TokenStream; - std::string m_exeName; - std::vector m_args; + StringRef m_exeName; + std::vector m_args; public: Args(int argc, char const* const* argv); - Args(std::initializer_list args); + // Helper constructor for testing + Args(std::initializer_list args); - std::string const& exeName() const { return m_exeName; } + StringRef exeName() const { return m_exeName; } }; @@ -5855,8 +5473,6 @@ namespace Catch { namespace Catch { - class IResultCapture; - struct AssertionReaction { bool shouldDebugBreak = false; bool shouldThrow = false; @@ -5897,7 +5513,6 @@ namespace Catch { void handleUnexpectedInflightException(); void complete(); - void setCompleted(); // query auto allowThrows() const -> bool; @@ -5909,13 +5524,10 @@ namespace Catch { #endif // CATCH_ASSERTION_HANDLER_HPP_INCLUDED -// We need this suppression to leak, because it took until GCC 10 -// for the front end to handle local suppression via _Pragma properly -#if defined(__GNUC__) && !defined(__clang__) && !defined(__ICC) && __GNUC__ <= 9 - #pragma GCC diagnostic ignored "-Wparentheses" -#endif -#if !defined(CATCH_CONFIG_DISABLE) +#ifndef CATCH_PREPROCESSOR_INTERNAL_STRINGIFY_HPP_INCLUDED +#define CATCH_PREPROCESSOR_INTERNAL_STRINGIFY_HPP_INCLUDED + #if !defined(CATCH_CONFIG_DISABLE_STRINGIFICATION) #define CATCH_INTERNAL_STRINGIFY(...) #__VA_ARGS__##_catch_sr @@ -5923,6 +5535,16 @@ namespace Catch { #define CATCH_INTERNAL_STRINGIFY(...) "Disabled by CATCH_CONFIG_DISABLE_STRINGIFICATION"_catch_sr #endif +#endif // CATCH_PREPROCESSOR_INTERNAL_STRINGIFY_HPP_INCLUDED + +// We need this suppression to leak, because it took until GCC 10 +// for the front end to handle local suppression via _Pragma properly +#if defined(__GNUC__) && !defined(__clang__) && !defined(__ICC) && __GNUC__ <= 9 + #pragma GCC diagnostic ignored "-Wparentheses" +#endif + +#if !defined(CATCH_CONFIG_DISABLE) + #if defined(CATCH_CONFIG_FAST_COMPILE) || defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) /////////////////////////////////////////////////////////////////////////////// @@ -5934,7 +5556,7 @@ namespace Catch { #else // CATCH_CONFIG_FAST_COMPILE #define INTERNAL_CATCH_TRY try -#define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); } +#define INTERNAL_CATCH_CATCH( handler ) catch(...) { (handler).handleUnexpectedInflightException(); } #endif @@ -5990,6 +5612,7 @@ namespace Catch { if( catchAssertionHandler.allowThrows() ) \ try { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ static_cast(__VA_ARGS__); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ @@ -6010,6 +5633,7 @@ namespace Catch { if( catchAssertionHandler.allowThrows() ) \ try { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ static_cast(expr); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ @@ -6036,6 +5660,7 @@ namespace Catch { if( catchAssertionHandler.allowThrows() ) \ try { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ static_cast(__VA_ARGS__); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ @@ -6051,12 +5676,40 @@ namespace Catch { #endif // CATCH_CONFIG_DISABLE -#endif // CATCH_TEST_MACRO_IMPL_HPP_INCLUDED +#endif // CATCH_TEST_MACRO_IMPL_HPP_INCLUDED + + +#ifndef CATCH_SECTION_HPP_INCLUDED +#define CATCH_SECTION_HPP_INCLUDED + + + + +/** \file + * Wrapper for the STATIC_ANALYSIS_SUPPORT configuration option + * + * Some of Catch2's macros can be defined differently to work better with + * static analysis tools, like clang-tidy or coverity. + * Currently the main use case is to show that `SECTION`s are executed + * exclusively, and not all in one run of a `TEST_CASE`. + */ + +#ifndef CATCH_CONFIG_STATIC_ANALYSIS_SUPPORT_HPP_INCLUDED +#define CATCH_CONFIG_STATIC_ANALYSIS_SUPPORT_HPP_INCLUDED + + +#if defined(__clang_analyzer__) || defined(__COVERITY__) + #define CATCH_INTERNAL_CONFIG_STATIC_ANALYSIS_SUPPORT +#endif +#if defined( CATCH_INTERNAL_CONFIG_STATIC_ANALYSIS_SUPPORT ) && \ + !defined( CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) && \ + !defined( CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) +# define CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT +#endif -#ifndef CATCH_SECTION_HPP_INCLUDED -#define CATCH_SECTION_HPP_INCLUDED +#endif // CATCH_CONFIG_STATIC_ANALYSIS_SUPPORT_HPP_INCLUDED #ifndef CATCH_TIMER_HPP_INCLUDED @@ -6103,17 +5756,63 @@ namespace Catch { } // end namespace Catch -#define INTERNAL_CATCH_SECTION( ... ) \ - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ - CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ - if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::Section( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) ) \ - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION +#if !defined(CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT) +# define INTERNAL_CATCH_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + if ( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( \ + catch_internal_Section ) = \ + Catch::Section( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +# define INTERNAL_CATCH_DYNAMIC_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + if ( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( \ + catch_internal_Section ) = \ + Catch::SectionInfo( \ + CATCH_INTERNAL_LINEINFO, \ + ( Catch::ReusableStringStream() << __VA_ARGS__ ) \ + .str() ) ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +#else + +// These section definitions imply that at most one section at one level +// will be intered (because only one section's __LINE__ can be equal to +// the dummy `catchInternalSectionHint` variable from `TEST_CASE`). + +namespace Catch { + namespace Detail { + // Intentionally without linkage, as it should only be used as a dummy + // symbol for static analysis. + int GetNewSectionHint(); + } // namespace Detail +} // namespace Catch + + +# define INTERNAL_CATCH_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + if ( [[maybe_unused]] const int catchInternalPreviousSectionHint = \ + catchInternalSectionHint, \ + catchInternalSectionHint = Catch::Detail::GetNewSectionHint(); \ + catchInternalPreviousSectionHint == __LINE__ ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +# define INTERNAL_CATCH_DYNAMIC_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + if ( [[maybe_unused]] const int catchInternalPreviousSectionHint = \ + catchInternalSectionHint, \ + catchInternalSectionHint = Catch::Detail::GetNewSectionHint(); \ + catchInternalPreviousSectionHint == __LINE__ ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +#endif -#define INTERNAL_CATCH_DYNAMIC_SECTION( ... ) \ - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ - CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ - if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, (Catch::ReusableStringStream() << __VA_ARGS__).str() ) ) \ - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION #endif // CATCH_SECTION_HPP_INCLUDED @@ -6123,42 +5822,20 @@ namespace Catch { -#ifndef CATCH_INTERFACES_TESTCASE_HPP_INCLUDED -#define CATCH_INTERFACES_TESTCASE_HPP_INCLUDED - -#include +#ifndef CATCH_INTERFACES_TEST_INVOKER_HPP_INCLUDED +#define CATCH_INTERFACES_TEST_INVOKER_HPP_INCLUDED namespace Catch { - class TestSpec; - struct TestCaseInfo; - class ITestInvoker { public: - virtual void invoke () const = 0; + virtual void invoke() const = 0; virtual ~ITestInvoker(); // = default }; - class TestCaseHandle; - class IConfig; - - class ITestCaseRegistry { - public: - virtual ~ITestCaseRegistry(); // = default - // TODO: this exists only for adding filenames to test cases -- let's expose this in a saner way later - virtual std::vector const& getAllInfos() const = 0; - virtual std::vector const& getAllTests() const = 0; - virtual std::vector const& getAllTestsSorted( IConfig const& config ) const = 0; - }; - - bool isThrowSafe( TestCaseHandle const& testCase, IConfig const& config ); - bool matchTest( TestCaseHandle const& testCase, TestSpec const& testSpec, IConfig const& config ); - std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ); - std::vector const& getAllTestCasesSorted( IConfig const& config ); - -} +} // namespace Catch -#endif // CATCH_INTERFACES_TESTCASE_HPP_INCLUDED +#endif // CATCH_INTERFACES_TEST_INVOKER_HPP_INCLUDED #ifndef CATCH_PREPROCESSOR_REMOVE_PARENS_HPP_INCLUDED @@ -6230,6 +5907,9 @@ struct AutoReg : Detail::NonCopyable { void TestName::test() #endif + +#if !defined(CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT) + /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_TESTCASE2( TestName, ... ) \ static void TestName(); \ @@ -6242,19 +5922,40 @@ struct AutoReg : Detail::NonCopyable { #define INTERNAL_CATCH_TESTCASE( ... ) \ INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEST_ ), __VA_ARGS__ ) - /////////////////////////////////////////////////////////////////////////////// - #define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, ... ) \ - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ - CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ - CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ - namespace { \ - const Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( \ - Catch::makeTestInvoker( &QualifiedMethod ), \ - CATCH_INTERNAL_LINEINFO, \ - "&" #QualifiedMethod##_catch_sr, \ - Catch::NameAndTags{ __VA_ARGS__ } ); \ - } /* NOLINT */ \ - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION +#else // ^^ !CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT | vv CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT + + +// Dummy registrator for the dumy test case macros +namespace Catch { + namespace Detail { + struct DummyUse { + DummyUse( void ( * )( int ) ); + }; + } // namespace Detail +} // namespace Catch + +// Note that both the presence of the argument and its exact name are +// necessary for the section support. + +// We provide a shadowed variable so that a `SECTION` inside non-`TEST_CASE` +// tests can compile. The redefined `TEST_CASE` shadows this with param. +static int catchInternalSectionHint = 0; + +# define INTERNAL_CATCH_TESTCASE2( fname ) \ + static void fname( int ); \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + static const Catch::Detail::DummyUse INTERNAL_CATCH_UNIQUE_NAME( \ + dummyUser )( &(fname) ); \ + CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + static void fname( [[maybe_unused]] int catchInternalSectionHint ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION +# define INTERNAL_CATCH_TESTCASE( ... ) \ + INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( dummyFunction ) ) + + +#endif // CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_TEST_CASE_METHOD2( TestName, ClassName, ... )\ @@ -6276,6 +5977,22 @@ struct AutoReg : Detail::NonCopyable { #define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, ... ) \ INTERNAL_CATCH_TEST_CASE_METHOD2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEST_ ), ClassName, __VA_ARGS__ ) + + /////////////////////////////////////////////////////////////////////////////// + #define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + namespace { \ + const Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( \ + Catch::makeTestInvoker( &QualifiedMethod ), \ + CATCH_INTERNAL_LINEINFO, \ + "&" #QualifiedMethod##_catch_sr, \ + Catch::NameAndTags{ __VA_ARGS__ } ); \ + } /* NOLINT */ \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + + /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_REGISTER_TESTCASE( Function, ... ) \ do { \ @@ -7194,6 +6911,7 @@ namespace Catch { }; class ITestInvoker; + struct NameAndTags; enum class TestCaseProperties : uint8_t { None = 0, @@ -7318,6 +7036,10 @@ namespace Catch { #include namespace Catch { + namespace Detail { + void registerTranslatorImpl( + Detail::unique_ptr&& translator ); + } class ExceptionTranslatorRegistrar { template @@ -7351,9 +7073,9 @@ namespace Catch { public: template ExceptionTranslatorRegistrar( std::string(*translateFunction)( T const& ) ) { - getMutableRegistryHub().registerTranslator( - Detail::make_unique>(translateFunction) - ); + Detail::registerTranslatorImpl( + Detail::make_unique>( + translateFunction ) ); } }; @@ -7425,7 +7147,7 @@ namespace Catch { #define CATCH_VERSION_MACROS_HPP_INCLUDED #define CATCH_VERSION_MAJOR 3 -#define CATCH_VERSION_MINOR 3 +#define CATCH_VERSION_MINOR 5 #define CATCH_VERSION_PATCH 2 #endif // CATCH_VERSION_MACROS_HPP_INCLUDED @@ -7584,12 +7306,6 @@ namespace Detail { } public: - ~IGenerator() override = default; - IGenerator() = default; - IGenerator(IGenerator const&) = default; - IGenerator& operator=(IGenerator const&) = default; - - // Returns the current element of the generator // // \Precondition The generator is either freshly constructed, @@ -8058,37 +7774,578 @@ namespace Catch { return static_cast(-1); } - // Provide some default initial state for the default constructor - SimplePcg32():SimplePcg32(0xed743cc4U) {} + // Provide some default initial state for the default constructor + SimplePcg32():SimplePcg32(0xed743cc4U) {} + + explicit SimplePcg32(result_type seed_); + + void seed(result_type seed_); + void discard(uint64_t skip); + + result_type operator()(); + + private: + friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs); + friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs); + + // In theory we also need operator<< and operator>> + // In practice we do not use them, so we will skip them for now + + + std::uint64_t m_state; + // This part of the state determines which "stream" of the numbers + // is chosen -- we take it as a constant for Catch2, so we only + // need to deal with seeding the main state. + // Picked by reading 8 bytes from `/dev/random` :-) + static const std::uint64_t s_inc = (0x13ed0cc53f939476ULL << 1ULL) | 1ULL; + }; + +} // end namespace Catch + +#endif // CATCH_RANDOM_NUMBER_GENERATOR_HPP_INCLUDED + + + +#ifndef CATCH_UNIFORM_INTEGER_DISTRIBUTION_HPP_INCLUDED +#define CATCH_UNIFORM_INTEGER_DISTRIBUTION_HPP_INCLUDED + + + + +#ifndef CATCH_RANDOM_INTEGER_HELPERS_HPP_INCLUDED +#define CATCH_RANDOM_INTEGER_HELPERS_HPP_INCLUDED + +#include +#include +#include +#include + +namespace Catch { + namespace Detail { + + template + struct SizedUnsignedType; +#define SizedUnsignedTypeHelper( TYPE ) \ + template <> \ + struct SizedUnsignedType { \ + using type = TYPE; \ + } + + SizedUnsignedTypeHelper( std::uint8_t ); + SizedUnsignedTypeHelper( std::uint16_t ); + SizedUnsignedTypeHelper( std::uint32_t ); + SizedUnsignedTypeHelper( std::uint64_t ); +#undef SizedUnsignedTypeHelper + + template + using SizedUnsignedType_t = typename SizedUnsignedType::type; + + template + using DoubleWidthUnsignedType_t = SizedUnsignedType_t<2 * sizeof( T )>; + + template + struct ExtendedMultResult { + T upper; + T lower; + friend bool operator==( ExtendedMultResult const& lhs, + ExtendedMultResult const& rhs ) { + return lhs.upper == rhs.upper && lhs.lower == rhs.lower; + } + }; + + // Returns 128 bit result of multiplying lhs and rhs + constexpr ExtendedMultResult + extendedMult( std::uint64_t lhs, std::uint64_t rhs ) { + // We use the simple long multiplication approach for + // correctness, we can use platform specific builtins + // for performance later. + + // Split the lhs and rhs into two 32bit "digits", so that we can + // do 64 bit arithmetic to handle carry bits. + // 32b 32b 32b 32b + // lhs L1 L2 + // * rhs R1 R2 + // ------------------------ + // | R2 * L2 | + // | R2 * L1 | + // | R1 * L2 | + // | R1 * L1 | + // ------------------------- + // | a | b | c | d | + +#define CarryBits( x ) ( x >> 32 ) +#define Digits( x ) ( x & 0xFF'FF'FF'FF ) + + auto r2l2 = Digits( rhs ) * Digits( lhs ); + auto r2l1 = Digits( rhs ) * CarryBits( lhs ); + auto r1l2 = CarryBits( rhs ) * Digits( lhs ); + auto r1l1 = CarryBits( rhs ) * CarryBits( lhs ); + + // Sum to columns first + auto d = Digits( r2l2 ); + auto c = CarryBits( r2l2 ) + Digits( r2l1 ) + Digits( r1l2 ); + auto b = CarryBits( r2l1 ) + CarryBits( r1l2 ) + Digits( r1l1 ); + auto a = CarryBits( r1l1 ); + + // Propagate carries between columns + c += CarryBits( d ); + b += CarryBits( c ); + a += CarryBits( b ); + + // Remove the used carries + c = Digits( c ); + b = Digits( b ); + a = Digits( a ); + +#undef CarryBits +#undef Digits + + return { + a << 32 | b, // upper 64 bits + c << 32 | d // lower 64 bits + }; + } + + template + constexpr ExtendedMultResult extendedMult( UInt lhs, UInt rhs ) { + static_assert( std::is_unsigned::value, + "extendedMult can only handle unsigned integers" ); + static_assert( sizeof( UInt ) < sizeof( std::uint64_t ), + "Generic extendedMult can only handle types smaller " + "than uint64_t" ); + using WideType = DoubleWidthUnsignedType_t; + + auto result = WideType( lhs ) * WideType( rhs ); + return { + static_cast( result >> ( CHAR_BIT * sizeof( UInt ) ) ), + static_cast( result & UInt( -1 ) ) }; + } + + + template + std::enable_if_t= sizeof(TargetType), + TargetType> fillBitsFrom(Generator& gen) { + using gresult_type = typename Generator::result_type; + static_assert( std::is_unsigned::value, "Only unsigned integers are supported" ); + static_assert( Generator::min() == 0 && + Generator::max() == static_cast( -1 ), + "Generator must be able to output all numbers in its result type (effectively it must be a random bit generator)" ); + + // We want to return the top bits from a generator, as they are + // usually considered higher quality. + constexpr auto generated_bits = sizeof( gresult_type ) * CHAR_BIT; + constexpr auto return_bits = sizeof( TargetType ) * CHAR_BIT; + + return static_cast( gen() >> + ( generated_bits - return_bits) ); + } + + template + std::enable_if_t fillBitsFrom(Generator& gen) { + using gresult_type = typename Generator::result_type; + static_assert( std::is_unsigned::value, + "Only unsigned integers are supported" ); + static_assert( Generator::min() == 0 && + Generator::max() == static_cast( -1 ), + "Generator must be able to output all numbers in its result type (effectively it must be a random bit generator)" ); + + constexpr auto generated_bits = sizeof( gresult_type ) * CHAR_BIT; + constexpr auto return_bits = sizeof( TargetType ) * CHAR_BIT; + std::size_t filled_bits = 0; + TargetType ret = 0; + do { + ret <<= generated_bits; + ret |= gen(); + filled_bits += generated_bits; + } while ( filled_bits < return_bits ); + + return ret; + } + + /* + * Transposes numbers into unsigned type while keeping their ordering + * + * This means that signed types are changed so that the ordering is + * [INT_MIN, ..., -1, 0, ..., INT_MAX], rather than order we would + * get by simple casting ([0, ..., INT_MAX, INT_MIN, ..., -1]) + */ + template + std::enable_if_t::value, UnsignedType> + transposeToNaturalOrder( UnsignedType in ) { + static_assert( + sizeof( OriginalType ) == sizeof( UnsignedType ), + "reordering requires the same sized types on both sides" ); + static_assert( std::is_unsigned::value, + "Input type must be unsigned" ); + // Assuming 2s complement (standardized in current C++), the + // positive and negative numbers are already internally ordered, + // and their difference is in the top bit. Swapping it orders + // them the desired way. + constexpr auto highest_bit = + UnsignedType( 1 ) << ( sizeof( UnsignedType ) * CHAR_BIT - 1 ); + return static_cast( in ^ highest_bit ); + } + + + + template + std::enable_if_t::value, UnsignedType> + transposeToNaturalOrder(UnsignedType in) { + static_assert( + sizeof( OriginalType ) == sizeof( UnsignedType ), + "reordering requires the same sized types on both sides" ); + static_assert( std::is_unsigned::value, "Input type must be unsigned" ); + // No reordering is needed for unsigned -> unsigned + return in; + } + } // namespace Detail +} // namespace Catch + +#endif // CATCH_RANDOM_INTEGER_HELPERS_HPP_INCLUDED + +namespace Catch { + + namespace Detail { + // Indirection to enable make_unsigned behaviour. + template + struct make_unsigned { + using type = std::make_unsigned_t; + }; + + template <> + struct make_unsigned { + using type = uint8_t; + }; + + template + using make_unsigned_t = typename make_unsigned::type; + } + +/** + * Implementation of uniform distribution on integers. + * + * Unlike `std::uniform_int_distribution`, this implementation supports + * various 1 byte integral types, including bool (but you should not + * actually use it for bools). + * + * The underlying algorithm is based on the one described in "Fast Random + * Integer Generation in an Interval" by Daniel Lemire, but has been + * optimized under the assumption of reuse of the same distribution object. + */ +template +class uniform_integer_distribution { + static_assert(std::is_integral::value, "..."); + + using UnsignedIntegerType = Detail::make_unsigned_t; + + // Only the left bound is stored, and we store it converted to its + // unsigned image. This avoids having to do the conversions inside + // the operator(), at the cost of having to do the conversion in + // the a() getter. The right bound is only needed in the b() getter, + // so we recompute it there from other stored data. + UnsignedIntegerType m_a; + + // How many different values are there in [a, b]. a == b => 1, can be 0 for distribution over all values in the type. + UnsignedIntegerType m_ab_distance; + + // We hoisted this out of the main generation function. Technically, + // this means that using this distribution will be slower than Lemire's + // algorithm if this distribution instance will be used only few times, + // but it will be faster if it is used many times. Since Catch2 uses + // distributions only to implement random generators, we assume that each + // distribution will be reused many times and this is an optimization. + UnsignedIntegerType m_rejection_threshold = 0; + + UnsignedIntegerType computeDistance(IntegerType a, IntegerType b) const { + // This overflows and returns 0 if a == 0 and b == TYPE_MAX. + // We handle that later when generating the number. + return transposeTo(b) - transposeTo(a) + 1; + } + + static UnsignedIntegerType computeRejectionThreshold(UnsignedIntegerType ab_distance) { + // distance == 0 means that we will return all possible values from + // the type's range, and that we shouldn't reject anything. + if ( ab_distance == 0 ) { return 0; } + return ( ~ab_distance + 1 ) % ab_distance; + } + + static UnsignedIntegerType transposeTo(IntegerType in) { + return Detail::transposeToNaturalOrder( + static_cast( in ) ); + } + static IntegerType transposeBack(UnsignedIntegerType in) { + return static_cast( + Detail::transposeToNaturalOrder(in) ); + } + +public: + using result_type = IntegerType; + + uniform_integer_distribution( IntegerType a, IntegerType b ): + m_a( transposeTo(a) ), + m_ab_distance( computeDistance(a, b) ), + m_rejection_threshold( computeRejectionThreshold(m_ab_distance) ) { + assert( a <= b ); + } + + template + result_type operator()( Generator& g ) { + // All possible values of result_type are valid. + if ( m_ab_distance == 0 ) { + return transposeBack( Detail::fillBitsFrom( g ) ); + } + + auto random_number = Detail::fillBitsFrom( g ); + auto emul = Detail::extendedMult( random_number, m_ab_distance ); + // Unlike Lemire's algorithm we skip the ab_distance check, since + // we precomputed the rejection threshold, which is always tighter. + while (emul.lower < m_rejection_threshold) { + random_number = Detail::fillBitsFrom( g ); + emul = Detail::extendedMult( random_number, m_ab_distance ); + } + + return transposeBack(m_a + emul.upper); + } + + result_type a() const { return transposeBack(m_a); } + result_type b() const { return transposeBack(m_ab_distance + m_a - 1); } +}; + +} // end namespace Catch + +#endif // CATCH_UNIFORM_INTEGER_DISTRIBUTION_HPP_INCLUDED + + + +#ifndef CATCH_UNIFORM_FLOATING_POINT_DISTRIBUTION_HPP_INCLUDED +#define CATCH_UNIFORM_FLOATING_POINT_DISTRIBUTION_HPP_INCLUDED + + + + +#ifndef CATCH_RANDOM_FLOATING_POINT_HELPERS_HPP_INCLUDED +#define CATCH_RANDOM_FLOATING_POINT_HELPERS_HPP_INCLUDED + + + +#ifndef CATCH_POLYFILLS_HPP_INCLUDED +#define CATCH_POLYFILLS_HPP_INCLUDED + +namespace Catch { + + bool isnan(float f); + bool isnan(double d); + + float nextafter(float x, float y); + double nextafter(double x, double y); + +} + +#endif // CATCH_POLYFILLS_HPP_INCLUDED + +#include +#include +#include +#include +#include + +namespace Catch { + + namespace Detail { + /** + * Returns the largest magnitude of 1-ULP distance inside the [a, b] range. + * + * Assumes `a < b`. + */ + template + FloatType gamma(FloatType a, FloatType b) { + static_assert( std::is_floating_point::value, + "gamma returns the largest ULP magnitude within " + "floating point range [a, b]. This only makes sense " + "for floating point types" ); + assert( a <= b ); + + const auto gamma_up = Catch::nextafter( a, std::numeric_limits::infinity() ) - a; + const auto gamma_down = b - Catch::nextafter( b, -std::numeric_limits::infinity() ); + + return gamma_up < gamma_down ? gamma_down : gamma_up; + } + + template + struct DistanceTypePicker; + template <> + struct DistanceTypePicker { + using type = std::uint32_t; + }; + template <> + struct DistanceTypePicker { + using type = std::uint64_t; + }; + + template + using DistanceType = typename DistanceTypePicker::type; + +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wfloat-equal" +#endif + /** + * Computes the number of equi-distant floats in [a, b] + * + * Since not every range can be split into equidistant floats + * exactly, we actually compute ceil(b/distance - a/distance), + * because in those cases we want to overcount. + * + * Uses modified Dekker's FastTwoSum algorithm to handle rounding. + */ + template + DistanceType + count_equidistant_floats( FloatType a, FloatType b, FloatType distance ) { + assert( a <= b ); + // We get distance as gamma for our uniform float distribution, + // so this will round perfectly. + const auto ag = a / distance; + const auto bg = b / distance; + + const auto s = bg - ag; + const auto err = ( std::fabs( a ) <= std::fabs( b ) ) + ? -ag - ( s - bg ) + : bg - ( s + ag ); + const auto ceil_s = static_cast>( std::ceil( s ) ); + + return ( ceil_s != s ) ? ceil_s : ceil_s + ( err > 0 ); + } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic pop +#endif + + } - explicit SimplePcg32(result_type seed_); +} // end namespace Catch - void seed(result_type seed_); - void discard(uint64_t skip); +#endif // CATCH_RANDOM_FLOATING_POINT_HELPERS_HPP_INCLUDED - result_type operator()(); +#include +#include - private: - friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs); - friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs); +namespace Catch { - // In theory we also need operator<< and operator>> - // In practice we do not use them, so we will skip them for now + namespace Detail { +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wfloat-equal" +#endif + // The issue with overflow only happens with maximal ULP and HUGE + // distance, e.g. when generating numbers in [-inf, inf] for given + // type. So we only check for the largest possible ULP in the + // type, and return something that does not overflow to inf in 1 mult. + constexpr std::uint64_t calculate_max_steps_in_one_go(double gamma) { + if ( gamma == 1.99584030953472e+292 ) { return 9007199254740991; } + return static_cast( -1 ); + } + constexpr std::uint32_t calculate_max_steps_in_one_go(float gamma) { + if ( gamma == 2.028241e+31f ) { return 16777215; } + return static_cast( -1 ); + } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic pop +#endif + } +/** + * Implementation of uniform distribution on floating point numbers. + * + * Note that we support only `float` and `double` types, because these + * usually mean the same thing across different platform. `long double` + * varies wildly by platform and thus we cannot provide reproducible + * implementation. Also note that we don't implement all parts of + * distribution per standard: this distribution is not serializable, nor + * can the range be arbitrarily reset. + * + * The implementation also uses different approach than the one taken by + * `std::uniform_real_distribution`, where instead of generating a number + * between [0, 1) and then multiplying the range bounds with it, we first + * split the [a, b] range into a set of equidistributed floating point + * numbers, and then use uniform int distribution to pick which one to + * return. + * + * This has the advantage of guaranteeing uniformity (the multiplication + * method loses uniformity due to rounding when multiplying floats), except + * for small non-uniformity at one side of the interval, where we have + * to deal with the fact that not every interval is splittable into + * equidistributed floats. + * + * Based on "Drawing random floating-point numbers from an interval" by + * Frederic Goualard. + */ +template +class uniform_floating_point_distribution { + static_assert(std::is_floating_point::value, "..."); + static_assert(!std::is_same::value, + "We do not support long double due to inconsistent behaviour between platforms"); + + using WidthType = Detail::DistanceType; + + FloatType m_a, m_b; + FloatType m_ulp_magnitude; + WidthType m_floats_in_range; + uniform_integer_distribution m_int_dist; + + // In specific cases, we can overflow into `inf` when computing the + // `steps * g` offset. To avoid this, we don't offset by more than this + // in one multiply + addition. + WidthType m_max_steps_in_one_go; + // We don't want to do the magnitude check every call to `operator()` + bool m_a_has_leq_magnitude; - std::uint64_t m_state; - // This part of the state determines which "stream" of the numbers - // is chosen -- we take it as a constant for Catch2, so we only - // need to deal with seeding the main state. - // Picked by reading 8 bytes from `/dev/random` :-) - static const std::uint64_t s_inc = (0x13ed0cc53f939476ULL << 1ULL) | 1ULL; - }; +public: + using result_type = FloatType; + + uniform_floating_point_distribution( FloatType a, FloatType b ): + m_a( a ), + m_b( b ), + m_ulp_magnitude( Detail::gamma( m_a, m_b ) ), + m_floats_in_range( Detail::count_equidistant_floats( m_a, m_b, m_ulp_magnitude ) ), + m_int_dist(0, m_floats_in_range), + m_max_steps_in_one_go( Detail::calculate_max_steps_in_one_go(m_ulp_magnitude)), + m_a_has_leq_magnitude(std::fabs(m_a) <= std::fabs(m_b)) + { + assert( a <= b ); + } -} // end namespace Catch + template + result_type operator()( Generator& g ) { + WidthType steps = m_int_dist( g ); + if ( m_a_has_leq_magnitude ) { + if ( steps == m_floats_in_range ) { return m_a; } + auto b = m_b; + while (steps > m_max_steps_in_one_go) { + b -= m_max_steps_in_one_go * m_ulp_magnitude; + steps -= m_max_steps_in_one_go; + } + return b - steps * m_ulp_magnitude; + } else { + if ( steps == m_floats_in_range ) { return m_b; } + auto a = m_a; + while (steps > m_max_steps_in_one_go) { + a += m_max_steps_in_one_go * m_ulp_magnitude; + steps -= m_max_steps_in_one_go; + } + return a + steps * m_ulp_magnitude; + } + } -#endif // CATCH_RANDOM_NUMBER_GENERATOR_HPP_INCLUDED + result_type a() const { return m_a; } + result_type b() const { return m_b; } +}; + +} // end namespace Catch -#include +#endif // CATCH_UNIFORM_FLOATING_POINT_DISTRIBUTION_HPP_INCLUDED namespace Catch { namespace Generators { @@ -8102,7 +8359,7 @@ namespace Detail { template class RandomFloatingGenerator final : public IGenerator { Catch::SimplePcg32 m_rng; - std::uniform_real_distribution m_dist; + Catch::uniform_floating_point_distribution m_dist; Float m_current_number; public: RandomFloatingGenerator( Float a, Float b, std::uint32_t seed ): @@ -8120,10 +8377,27 @@ class RandomFloatingGenerator final : public IGenerator { } }; +template <> +class RandomFloatingGenerator final : public IGenerator { + // We still rely on for this specialization, but we don't + // want to drag it into the header. + struct PImpl; + Catch::Detail::unique_ptr m_pimpl; + long double m_current_number; + +public: + RandomFloatingGenerator( long double a, long double b, std::uint32_t seed ); + + long double const& get() const override { return m_current_number; } + bool next() override; + + ~RandomFloatingGenerator() override; // = default +}; + template class RandomIntegerGenerator final : public IGenerator { Catch::SimplePcg32 m_rng; - std::uniform_int_distribution m_dist; + Catch::uniform_integer_distribution m_dist; Integer m_current_number; public: RandomIntegerGenerator( Integer a, Integer b, std::uint32_t seed ): @@ -8144,14 +8418,6 @@ class RandomIntegerGenerator final : public IGenerator { template std::enable_if_t::value, GeneratorWrapper> random(T a, T b) { - static_assert( - !std::is_same::value && - !std::is_same::value && - !std::is_same::value && - !std::is_same::value && - !std::is_same::value && - !std::is_same::value, - "The requested type is not supported by the underlying random distributions from std" ); return GeneratorWrapper( Catch::Detail::make_unique>(a, b, Detail::getSeed()) ); @@ -8264,39 +8530,266 @@ GeneratorWrapper from_range(InputIterator from, InputSentinel to) { return GeneratorWrapper(Catch::Detail::make_unique>(from, to)); } -template -GeneratorWrapper from_range(Container const& cnt) { - return GeneratorWrapper(Catch::Detail::make_unique>(cnt.begin(), cnt.end())); +template +auto from_range(Container const& cnt) { + using std::begin; + using std::end; + return from_range( begin( cnt ), end( cnt ) ); } -} // namespace Generators -} // namespace Catch +} // namespace Generators +} // namespace Catch + + +#endif // CATCH_GENERATORS_RANGE_HPP_INCLUDED + +#endif // CATCH_GENERATORS_ALL_HPP_INCLUDED + + +/** \file + * This is a convenience header for Catch2's interfaces. It includes + * **all** of Catch2 headers related to interfaces. + * + * Generally the Catch2 users should use specific includes they need, + * but this header can be used instead for ease-of-experimentation, or + * just plain convenience, at the cost of somewhat increased compilation + * times. + * + * When a new header is added to either the `interfaces` folder, or to + * the corresponding internal subfolder, it should be added here. + */ + + +#ifndef CATCH_INTERFACES_ALL_HPP_INCLUDED +#define CATCH_INTERFACES_ALL_HPP_INCLUDED + + + +#ifndef CATCH_INTERFACES_REPORTER_HPP_INCLUDED +#define CATCH_INTERFACES_REPORTER_HPP_INCLUDED + + + +#ifndef CATCH_TEST_RUN_INFO_HPP_INCLUDED +#define CATCH_TEST_RUN_INFO_HPP_INCLUDED + + +namespace Catch { + + struct TestRunInfo { + constexpr TestRunInfo(StringRef _name) : name(_name) {} + StringRef name; + }; + +} // end namespace Catch + +#endif // CATCH_TEST_RUN_INFO_HPP_INCLUDED + +#include +#include +#include +#include + +namespace Catch { + + struct ReporterDescription; + struct ListenerDescription; + struct TagInfo; + struct TestCaseInfo; + class TestCaseHandle; + class IConfig; + class IStream; + enum class ColourMode : std::uint8_t; + + struct ReporterConfig { + ReporterConfig( IConfig const* _fullConfig, + Detail::unique_ptr _stream, + ColourMode colourMode, + std::map customOptions ); + + ReporterConfig( ReporterConfig&& ) = default; + ReporterConfig& operator=( ReporterConfig&& ) = default; + ~ReporterConfig(); // = default + + Detail::unique_ptr takeStream() &&; + IConfig const* fullConfig() const; + ColourMode colourMode() const; + std::map const& customOptions() const; + + private: + Detail::unique_ptr m_stream; + IConfig const* m_fullConfig; + ColourMode m_colourMode; + std::map m_customOptions; + }; + + struct AssertionStats { + AssertionStats( AssertionResult const& _assertionResult, + std::vector const& _infoMessages, + Totals const& _totals ); + + AssertionStats( AssertionStats const& ) = default; + AssertionStats( AssertionStats && ) = default; + AssertionStats& operator = ( AssertionStats const& ) = delete; + AssertionStats& operator = ( AssertionStats && ) = delete; + + AssertionResult assertionResult; + std::vector infoMessages; + Totals totals; + }; + + struct SectionStats { + SectionStats( SectionInfo&& _sectionInfo, + Counts const& _assertions, + double _durationInSeconds, + bool _missingAssertions ); + + SectionInfo sectionInfo; + Counts assertions; + double durationInSeconds; + bool missingAssertions; + }; + + struct TestCaseStats { + TestCaseStats( TestCaseInfo const& _testInfo, + Totals const& _totals, + std::string&& _stdOut, + std::string&& _stdErr, + bool _aborting ); + + TestCaseInfo const * testInfo; + Totals totals; + std::string stdOut; + std::string stdErr; + bool aborting; + }; + + struct TestRunStats { + TestRunStats( TestRunInfo const& _runInfo, + Totals const& _totals, + bool _aborting ); + + TestRunInfo runInfo; + Totals totals; + bool aborting; + }; + + //! By setting up its preferences, a reporter can modify Catch2's behaviour + //! in some regards, e.g. it can request Catch2 to capture writes to + //! stdout/stderr during test execution, and pass them to the reporter. + struct ReporterPreferences { + //! Catch2 should redirect writes to stdout and pass them to the + //! reporter + bool shouldRedirectStdOut = false; + //! Catch2 should call `Reporter::assertionEnded` even for passing + //! assertions + bool shouldReportAllAssertions = false; + }; + + /** + * The common base for all reporters and event listeners + * + * Implementing classes must also implement: + * + * //! User-friendly description of the reporter/listener type + * static std::string getDescription() + * + * Generally shouldn't be derived from by users of Catch2 directly, + * instead they should derive from one of the utility bases that + * derive from this class. + */ + class IEventListener { + protected: + //! Derived classes can set up their preferences here + ReporterPreferences m_preferences; + //! The test run's config as filled in from CLI and defaults + IConfig const* m_config; + + public: + IEventListener( IConfig const* config ): m_config( config ) {} + + virtual ~IEventListener(); // = default; + + // Implementing class must also provide the following static methods: + // static std::string getDescription(); + + ReporterPreferences const& getPreferences() const { + return m_preferences; + } + + //! Called when no test cases match provided test spec + virtual void noMatchingTestCases( StringRef unmatchedSpec ) = 0; + //! Called for all invalid test specs from the cli + virtual void reportInvalidTestSpec( StringRef invalidArgument ) = 0; + + /** + * Called once in a testing run before tests are started + * + * Not called if tests won't be run (e.g. only listing will happen) + */ + virtual void testRunStarting( TestRunInfo const& testRunInfo ) = 0; + + //! Called _once_ for each TEST_CASE, no matter how many times it is entered + virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0; + //! Called _every time_ a TEST_CASE is entered, including repeats (due to sections) + virtual void testCasePartialStarting( TestCaseInfo const& testInfo, uint64_t partNumber ) = 0; + //! Called when a `SECTION` is being entered. Not called for skipped sections + virtual void sectionStarting( SectionInfo const& sectionInfo ) = 0; + + //! Called when user-code is being probed before the actual benchmark runs + virtual void benchmarkPreparing( StringRef benchmarkName ) = 0; + //! Called after probe but before the user-code is being benchmarked + virtual void benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) = 0; + //! Called with the benchmark results if benchmark successfully finishes + virtual void benchmarkEnded( BenchmarkStats<> const& benchmarkStats ) = 0; + //! Called if running the benchmarks fails for any reason + virtual void benchmarkFailed( StringRef benchmarkName ) = 0; + //! Called before assertion success/failure is evaluated + virtual void assertionStarting( AssertionInfo const& assertionInfo ) = 0; -#endif // CATCH_GENERATORS_RANGE_HPP_INCLUDED + //! Called after assertion was fully evaluated + virtual void assertionEnded( AssertionStats const& assertionStats ) = 0; -#endif // CATCH_GENERATORS_ALL_HPP_INCLUDED + //! Called after a `SECTION` has finished running + virtual void sectionEnded( SectionStats const& sectionStats ) = 0; + //! Called _every time_ a TEST_CASE is entered, including repeats (due to sections) + virtual void testCasePartialEnded(TestCaseStats const& testCaseStats, uint64_t partNumber ) = 0; + //! Called _once_ for each TEST_CASE, no matter how many times it is entered + virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0; + /** + * Called once after all tests in a testing run are finished + * + * Not called if tests weren't run (e.g. only listings happened) + */ + virtual void testRunEnded( TestRunStats const& testRunStats ) = 0; + /** + * Called with test cases that are skipped due to the test run aborting. + * NOT called for test cases that are explicitly skipped using the `SKIP` macro. + * + * Deprecated - will be removed in the next major release. + */ + virtual void skipTest( TestCaseInfo const& testInfo ) = 0; -/** \file - * This is a convenience header for Catch2's interfaces. It includes - * **all** of Catch2 headers related to interfaces. - * - * Generally the Catch2 users should use specific includes they need, - * but this header can be used instead for ease-of-experimentation, or - * just plain convenience, at the cost of somewhat increased compilation - * times. - * - * When a new header is added to either the `interfaces` folder, or to - * the corresponding internal subfolder, it should be added here. - */ + //! Called if a fatal error (signal/structured exception) occurred + virtual void fatalErrorEncountered( StringRef error ) = 0; + //! Writes out information about provided reporters using reporter-specific format + virtual void listReporters(std::vector const& descriptions) = 0; + //! Writes out the provided listeners descriptions using reporter-specific format + virtual void listListeners(std::vector const& descriptions) = 0; + //! Writes out information about provided tests using reporter-specific format + virtual void listTests(std::vector const& tests) = 0; + //! Writes out information about the provided tags using reporter-specific format + virtual void listTags(std::vector const& tags) = 0; + }; + using IEventListenerPtr = Detail::unique_ptr; -#ifndef CATCH_INTERFACES_ALL_HPP_INCLUDED -#define CATCH_INTERFACES_ALL_HPP_INCLUDED +} // end namespace Catch +#endif // CATCH_INTERFACES_REPORTER_HPP_INCLUDED #ifndef CATCH_INTERFACES_REPORTER_FACTORY_HPP_INCLUDED @@ -8337,89 +8830,79 @@ namespace Catch { #endif // CATCH_INTERFACES_REPORTER_FACTORY_HPP_INCLUDED -#ifndef CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED -#define CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED +#ifndef CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED +#define CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED +#include +namespace Catch { -#ifndef CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED -#define CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED + struct TagAlias; + class ITagAliasRegistry { + public: + virtual ~ITagAliasRegistry(); // = default + // Nullptr if not present + virtual TagAlias const* find( std::string const& alias ) const = 0; + virtual std::string expandAliases( std::string const& unexpandedTestSpec ) const = 0; -namespace Catch { - namespace Detail { - //! Provides case-insensitive `op<` semantics when called - struct CaseInsensitiveLess { - bool operator()( StringRef lhs, - StringRef rhs ) const; - }; + static ITagAliasRegistry const& get(); + }; - //! Provides case-insensitive `op==` semantics when called - struct CaseInsensitiveEqualTo { - bool operator()( StringRef lhs, - StringRef rhs ) const; - }; +} // end namespace Catch - } // namespace Detail -} // namespace Catch +#endif // CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED -#endif // CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED -#include +#ifndef CATCH_INTERFACES_TESTCASE_HPP_INCLUDED +#define CATCH_INTERFACES_TESTCASE_HPP_INCLUDED + #include -#include namespace Catch { + struct TestCaseInfo; + class TestCaseHandle; class IConfig; - class IEventListener; - using IEventListenerPtr = Detail::unique_ptr; - class IReporterFactory; - using IReporterFactoryPtr = Detail::unique_ptr; - struct ReporterConfig; - class EventListenerFactory; - - class IReporterRegistry { + class ITestCaseRegistry { public: - using FactoryMap = std::map; - using Listeners = std::vector>; - - virtual ~IReporterRegistry(); // = default - virtual IEventListenerPtr create( std::string const& name, ReporterConfig&& config ) const = 0; - virtual FactoryMap const& getFactories() const = 0; - virtual Listeners const& getListeners() const = 0; + virtual ~ITestCaseRegistry(); // = default + // TODO: this exists only for adding filenames to test cases -- let's expose this in a saner way later + virtual std::vector const& getAllInfos() const = 0; + virtual std::vector const& getAllTests() const = 0; + virtual std::vector const& getAllTestsSorted( IConfig const& config ) const = 0; }; -} // end namespace Catch - -#endif // CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED - +} -#ifndef CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED -#define CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED +#endif // CATCH_INTERFACES_TESTCASE_HPP_INCLUDED -#include +#endif // CATCH_INTERFACES_ALL_HPP_INCLUDED -namespace Catch { - struct TagAlias; +#ifndef CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED +#define CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED - class ITagAliasRegistry { - public: - virtual ~ITagAliasRegistry(); // = default - // Nullptr if not present - virtual TagAlias const* find( std::string const& alias ) const = 0; - virtual std::string expandAliases( std::string const& unexpandedTestSpec ) const = 0; - static ITagAliasRegistry const& get(); - }; +namespace Catch { + namespace Detail { + //! Provides case-insensitive `op<` semantics when called + struct CaseInsensitiveLess { + bool operator()( StringRef lhs, + StringRef rhs ) const; + }; -} // end namespace Catch + //! Provides case-insensitive `op==` semantics when called + struct CaseInsensitiveEqualTo { + bool operator()( StringRef lhs, + StringRef rhs ) const; + }; -#endif // CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED + } // namespace Detail +} // namespace Catch -#endif // CATCH_INTERFACES_ALL_HPP_INCLUDED +#endif // CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED @@ -8446,46 +8929,182 @@ namespace Catch { # define CATCH_CONFIG_ANDROID_LOGWRITE #endif -#endif // CATCH_CONFIG_ANDROID_LOGWRITE_HPP_INCLUDED +#endif // CATCH_CONFIG_ANDROID_LOGWRITE_HPP_INCLUDED + + + +/** \file + * Wrapper for UNCAUGHT_EXCEPTIONS configuration option + * + * For some functionality, Catch2 requires to know whether there is + * an active exception. Because `std::uncaught_exception` is deprecated + * in C++17, we want to use `std::uncaught_exceptions` if possible. + */ + +#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED +#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED + + +#if defined(_MSC_VER) +# if _MSC_VER >= 1900 // Visual Studio 2015 or newer +# define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS +# endif +#endif + + +#include + +#if defined(__cpp_lib_uncaught_exceptions) \ + && !defined(CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) + +# define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS +#endif // __cpp_lib_uncaught_exceptions + + +#if defined(CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) \ + && !defined(CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS) \ + && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) + +# define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS +#endif + + +#endif // CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED + + +#ifndef CATCH_CONSOLE_COLOUR_HPP_INCLUDED +#define CATCH_CONSOLE_COLOUR_HPP_INCLUDED + + +#include +#include + +namespace Catch { + + enum class ColourMode : std::uint8_t; + class IStream; + + struct Colour { + enum Code { + None = 0, + + White, + Red, + Green, + Blue, + Cyan, + Yellow, + Grey, + + Bright = 0x10, + + BrightRed = Bright | Red, + BrightGreen = Bright | Green, + LightGrey = Bright | Grey, + BrightWhite = Bright | White, + BrightYellow = Bright | Yellow, + + // By intention + FileName = LightGrey, + Warning = BrightYellow, + ResultError = BrightRed, + ResultSuccess = BrightGreen, + ResultExpectedFailure = Warning, + + Error = BrightRed, + Success = Green, + Skip = LightGrey, + + OriginalExpression = Cyan, + ReconstructedExpression = BrightYellow, + + SecondaryText = LightGrey, + Headers = White + }; + }; + + class ColourImpl { + protected: + //! The associated stream of this ColourImpl instance + IStream* m_stream; + public: + ColourImpl( IStream* stream ): m_stream( stream ) {} + + //! RAII wrapper around writing specific colour of text using specific + //! colour impl into a stream. + class ColourGuard { + ColourImpl const* m_colourImpl; + Colour::Code m_code; + bool m_engaged = false; + public: + //! Does **not** engage the guard/start the colour + ColourGuard( Colour::Code code, + ColourImpl const* colour ); + ColourGuard( ColourGuard const& rhs ) = delete; + ColourGuard& operator=( ColourGuard const& rhs ) = delete; -/** \file - * Wrapper for UNCAUGHT_EXCEPTIONS configuration option - * - * For some functionality, Catch2 requires to know whether there is - * an active exception. Because `std::uncaught_exception` is deprecated - * in C++17, we want to use `std::uncaught_exceptions` if possible. - */ + ColourGuard( ColourGuard&& rhs ) noexcept; + ColourGuard& operator=( ColourGuard&& rhs ) noexcept; -#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED -#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED + //! Removes colour _if_ the guard was engaged + ~ColourGuard(); -#if defined(_MSC_VER) -# if _MSC_VER >= 1900 // Visual Studio 2015 or newer -# define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS -# endif -#endif + /** + * Explicitly engages colour for given stream. + * + * The API based on operator<< should be preferred. + */ + ColourGuard& engage( std::ostream& stream ) &; + /** + * Explicitly engages colour for given stream. + * + * The API based on operator<< should be preferred. + */ + ColourGuard&& engage( std::ostream& stream ) &&; + private: + //! Engages the guard and starts using colour + friend std::ostream& operator<<( std::ostream& lhs, + ColourGuard& guard ) { + guard.engageImpl( lhs ); + return lhs; + } + //! Engages the guard and starts using colour + friend std::ostream& operator<<( std::ostream& lhs, + ColourGuard&& guard) { + guard.engageImpl( lhs ); + return lhs; + } -#include + void engageImpl( std::ostream& stream ); -#if defined(__cpp_lib_uncaught_exceptions) \ - && !defined(CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) + }; -# define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS -#endif // __cpp_lib_uncaught_exceptions + virtual ~ColourImpl(); // = default + /** + * Creates a guard object for given colour and this colour impl + * + * **Important:** + * the guard starts disengaged, and has to be engaged explicitly. + */ + ColourGuard guardColour( Colour::Code colourCode ); + private: + virtual void use( Colour::Code colourCode ) const = 0; + }; -#if defined(CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) \ - && !defined(CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS) \ - && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) + //! Provides ColourImpl based on global config and target compilation platform + Detail::unique_ptr makeColourImpl( ColourMode colourSelection, + IStream* stream ); -# define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS -#endif + //! Checks if specific colour impl has been compiled into the binary + bool isColourImplAvailable( ColourMode colourSelection ); +} // end namespace Catch -#endif // CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED +#endif // CATCH_CONSOLE_COLOUR_HPP_INCLUDED #ifndef CATCH_CONSOLE_WIDTH_HPP_INCLUDED @@ -8751,7 +9370,6 @@ namespace Catch { ~ExceptionTranslatorRegistry() override; void registerTranslator( Detail::unique_ptr&& translator ); std::string translateActiveException() const override; - std::string tryTranslators() const; private: ExceptionTranslators m_translators; @@ -8764,7 +9382,6 @@ namespace Catch { #ifndef CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED #define CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED - #include namespace Catch { @@ -8827,17 +9444,6 @@ namespace Catch { #define CATCH_FLOATING_POINT_HELPERS_HPP_INCLUDED - -#ifndef CATCH_POLYFILLS_HPP_INCLUDED -#define CATCH_POLYFILLS_HPP_INCLUDED - -namespace Catch { - bool isnan(float f); - bool isnan(double d); -} - -#endif // CATCH_POLYFILLS_HPP_INCLUDED - #include #include #include @@ -8850,6 +9456,11 @@ namespace Catch { uint32_t convertToBits(float f); uint64_t convertToBits(double d); + // Used when we know we want == comparison of two doubles + // to centralize warning suppression + bool directCompare( float lhs, float rhs ); + bool directCompare( double lhs, double rhs ); + } // end namespace Detail @@ -9126,6 +9737,119 @@ namespace Catch { #endif // CATCH_STREAM_HPP_INCLUDED +#ifndef CATCH_JSONWRITER_HPP_INCLUDED +#define CATCH_JSONWRITER_HPP_INCLUDED + + +#include +#include + +namespace Catch { + class JsonObjectWriter; + class JsonArrayWriter; + + struct JsonUtils { + static void indent( std::ostream& os, std::uint64_t level ); + static void appendCommaNewline( std::ostream& os, + bool& should_comma, + std::uint64_t level ); + }; + + class JsonValueWriter { + public: + JsonValueWriter( std::ostream& os ); + JsonValueWriter( std::ostream& os, std::uint64_t indent_level ); + + JsonObjectWriter writeObject() &&; + JsonArrayWriter writeArray() &&; + + template + void write( T const& value ) && { + writeImpl( value, !std::is_arithmetic::value ); + } + void write( StringRef value ) &&; + void write( bool value ) &&; + + private: + void writeImpl( StringRef value, bool quote ); + + // Without this SFINAE, this overload is a better match + // for `std::string`, `char const*`, `char const[N]` args. + // While it would still work, it would cause code bloat + // and multiple iteration over the strings + template ::value>> + void writeImpl( T const& value, bool quote_value ) { + m_sstream << value; + writeImpl( m_sstream.str(), quote_value ); + } + + std::ostream& m_os; + std::stringstream m_sstream; + std::uint64_t m_indent_level; + }; + + class JsonObjectWriter { + public: + JsonObjectWriter( std::ostream& os ); + JsonObjectWriter( std::ostream& os, std::uint64_t indent_level ); + + JsonObjectWriter( JsonObjectWriter&& source ); + JsonObjectWriter& operator=( JsonObjectWriter&& source ) = delete; + + ~JsonObjectWriter(); + + JsonValueWriter write( StringRef key ); + + private: + std::ostream& m_os; + std::uint64_t m_indent_level; + bool m_should_comma = false; + bool m_active = true; + }; + + class JsonArrayWriter { + public: + JsonArrayWriter( std::ostream& os ); + JsonArrayWriter( std::ostream& os, std::uint64_t indent_level ); + + JsonArrayWriter( JsonArrayWriter&& source ); + JsonArrayWriter& operator=( JsonArrayWriter&& source ) = delete; + + ~JsonArrayWriter(); + + JsonObjectWriter writeObject(); + JsonArrayWriter writeArray(); + + template + JsonArrayWriter& write( T const& value ) { + return writeImpl( value ); + } + + JsonArrayWriter& write( bool value ); + + private: + template + JsonArrayWriter& writeImpl( T const& value ) { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + JsonValueWriter{ m_os }.write( value ); + + return *this; + } + + std::ostream& m_os; + std::uint64_t m_indent_level; + bool m_should_comma = false; + bool m_active = true; + }; + +} // namespace Catch + +#endif // CATCH_JSONWRITER_HPP_INCLUDED + + #ifndef CATCH_LEAK_DETECTOR_HPP_INCLUDED #define CATCH_LEAK_DETECTOR_HPP_INCLUDED @@ -9312,28 +10036,45 @@ namespace Catch { #include +#include +#include namespace Catch { - class ReporterRegistry : public IReporterRegistry { - public: + class IEventListener; + using IEventListenerPtr = Detail::unique_ptr; + class IReporterFactory; + using IReporterFactoryPtr = Detail::unique_ptr; + struct ReporterConfig; + class EventListenerFactory; + + class ReporterRegistry { + struct ReporterRegistryImpl; + Detail::unique_ptr m_impl; + public: ReporterRegistry(); - ~ReporterRegistry() override; // = default, out of line to allow fwd decl + ~ReporterRegistry(); // = default; - IEventListenerPtr create( std::string const& name, ReporterConfig&& config ) const override; + IEventListenerPtr create( std::string const& name, + ReporterConfig&& config ) const; - void registerReporter( std::string const& name, IReporterFactoryPtr factory ); - void registerListener( Detail::unique_ptr factory ); + void registerReporter( std::string const& name, + IReporterFactoryPtr factory ); - FactoryMap const& getFactories() const override; - Listeners const& getListeners() const override; + void + registerListener( Detail::unique_ptr factory ); - private: - FactoryMap m_factories; - Listeners m_listeners; + std::map const& + getFactories() const; + + std::vector> const& + getListeners() const; }; -} + +} // end namespace Catch #endif // CATCH_REPORTER_REGISTRY_HPP_INCLUDED @@ -9448,7 +10189,7 @@ namespace TestCaseTracking { //! Returns true if tracker run to completion (successfully or not) virtual bool isComplete() const = 0; - //! Returns true if tracker run to completion succesfully + //! Returns true if tracker run to completion successfully bool isSuccessfullyCompleted() const { return m_runState == CompletedSuccessfully; } @@ -9582,13 +10323,14 @@ using TestCaseTracking::SectionTracker; namespace Catch { - class IMutableContext; class IGeneratorTracker; class IConfig; + class IEventListener; + using IEventListenerPtr = Detail::unique_ptr; /////////////////////////////////////////////////////////////////////////// - class RunContext : public IResultCapture { + class RunContext final : public IResultCapture { public: RunContext( RunContext const& ) = delete; @@ -9617,7 +10359,7 @@ namespace Catch { AssertionReaction& reaction ) override; void handleUnexpectedInflightException ( AssertionInfo const& info, - std::string const& message, + std::string&& message, AssertionReaction& reaction ) override; void handleIncomplete ( AssertionInfo const& info ) override; @@ -9626,6 +10368,7 @@ namespace Catch { ResultWas::OfType resultType, AssertionReaction &reaction ) override; + void notifyAssertionStarted( AssertionInfo const& info ) override; bool sectionStarted( StringRef sectionName, SourceLineInfo const& sectionLineInfo, Counts& assertions ) override; @@ -9676,7 +10419,7 @@ namespace Catch { void resetAssertionInfo(); bool testForMissingAssertions( Counts& assertions ); - void assertionEnded( AssertionResult const& result ); + void assertionEnded( AssertionResult&& result ); void reportExpr ( AssertionInfo const &info, ResultWas::OfType resultType, @@ -9690,7 +10433,6 @@ namespace Catch { void handleUnfinishedSections(); TestRunInfo m_runInfo; - IMutableContext& m_context; TestCaseHandle const* m_activeTestCase = nullptr; ITracker* m_testCaseTracker = nullptr; Optional m_lastResult; @@ -9720,7 +10462,7 @@ namespace Catch { #ifndef CATCH_SHARDING_HPP_INCLUDED #define CATCH_SHARDING_HPP_INCLUDED - +#include #include #include @@ -9947,24 +10689,20 @@ namespace Catch { namespace Catch { - class TestCaseHandle; class IConfig; + class ITestInvoker; + class TestCaseHandle; class TestSpec; std::vector sortTests( IConfig const& config, std::vector const& unsortedTestCases ); bool isThrowSafe( TestCaseHandle const& testCase, IConfig const& config ); - bool matchTest( TestCaseHandle const& testCase, TestSpec const& testSpec, IConfig const& config ); - - void enforceNoDuplicateTestCases( std::vector const& functions ); std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ); std::vector const& getAllTestCasesSorted( IConfig const& config ); class TestRegistry : public ITestCaseRegistry { public: - ~TestRegistry() override = default; - void registerTest( Detail::unique_ptr testInfo, Detail::unique_ptr testInvoker ); std::vector const& getAllInfos() const override; @@ -9985,18 +10723,6 @@ namespace Catch { /////////////////////////////////////////////////////////////////////////// - class TestInvokerAsFunction final : public ITestInvoker { - using TestType = void(*)(); - TestType m_testAsFunction; - public: - TestInvokerAsFunction(TestType testAsFunction) noexcept: - m_testAsFunction(testAsFunction) {} - - void invoke() const override; - }; - - /////////////////////////////////////////////////////////////////////////// - } // end namespace Catch @@ -10082,6 +10808,7 @@ namespace Catch { #ifndef CATCH_TEXTFLOW_HPP_INCLUDED #define CATCH_TEXTFLOW_HPP_INCLUDED + #include #include #include @@ -10110,7 +10837,7 @@ namespace Catch { public: /** - * Iterates "lines" in `Column` and return sthem + * Iterates "lines" in `Column` and returns them */ class const_iterator { friend Column; @@ -10132,7 +10859,7 @@ namespace Catch { // Calculates the length of the current line void calcLength(); - // Returns current indention width + // Returns current indentation width size_t indentSize() const; // Creates an indented and (optionally) suffixed string from @@ -10164,20 +10891,35 @@ namespace Catch { using iterator = const_iterator; explicit Column( std::string const& text ): m_string( text ) {} + explicit Column( std::string&& text ): + m_string( CATCH_MOVE(text)) {} - Column& width( size_t newWidth ) { + Column& width( size_t newWidth ) & { assert( newWidth > 0 ); m_width = newWidth; return *this; } - Column& indent( size_t newIndent ) { + Column&& width( size_t newWidth ) && { + assert( newWidth > 0 ); + m_width = newWidth; + return CATCH_MOVE( *this ); + } + Column& indent( size_t newIndent ) & { m_indent = newIndent; return *this; } - Column& initialIndent( size_t newIndent ) { + Column&& indent( size_t newIndent ) && { + m_indent = newIndent; + return CATCH_MOVE( *this ); + } + Column& initialIndent( size_t newIndent ) & { m_initialIndent = newIndent; return *this; } + Column&& initialIndent( size_t newIndent ) && { + m_initialIndent = newIndent; + return CATCH_MOVE( *this ); + } size_t width() const { return m_width; } const_iterator begin() const { return const_iterator( *this ); } @@ -10186,7 +10928,8 @@ namespace Catch { friend std::ostream& operator<<( std::ostream& os, Column const& col ); - Columns operator+( Column const& other ); + friend Columns operator+( Column const& lhs, Column const& rhs ); + friend Columns operator+( Column&& lhs, Column&& rhs ); }; //! Creates a column that serves as an empty space of specific width @@ -10230,8 +10973,10 @@ namespace Catch { iterator begin() const { return iterator( *this ); } iterator end() const { return { *this, iterator::EndTag() }; } - Columns& operator+=( Column const& col ); - Columns operator+( Column const& col ); + friend Columns& operator+=( Columns& lhs, Column const& rhs ); + friend Columns& operator+=( Columns& lhs, Column&& rhs ); + friend Columns operator+( Columns const& lhs, Column const& rhs ); + friend Columns operator+( Columns&& lhs, Column&& rhs ); friend std::ostream& operator<<( std::ostream& os, Columns const& cols ); @@ -10445,6 +11190,8 @@ namespace Catch { #define CATCH_MATCHERS_IMPL_HPP_INCLUDED +#include + namespace Catch { template @@ -11680,7 +12427,7 @@ namespace Catch { /** * Creates a matcher that checks if all elements in a range are equal - * to all elements in another range, in some permuation. + * to all elements in another range, in some permutation. * * Uses to provided predicate `predicate` to do the comparisons */ @@ -11850,11 +12597,10 @@ namespace Matchers { // - a more general approach would be via a compare template that defaults // to using !=. but could be specialised for, e.g. std::vector etc // - then just call that directly - if (m_comparator.size() != v.size()) - return false; - for (std::size_t i = 0; i < v.size(); ++i) - if (m_comparator[i] != v[i]) - return false; + if ( m_comparator.size() != v.size() ) { return false; } + for ( std::size_t i = 0; i < v.size(); ++i ) { + if ( !( m_comparator[i] == v[i] ) ) { return false; } + } return true; } std::string describe() const override { @@ -12358,7 +13104,7 @@ namespace Catch { void skipTest(TestCaseInfo const&) override {} protected: - //! Should the cumulative base store the assertion expansion for succesful assertions? + //! Should the cumulative base store the assertion expansion for successful assertions? bool m_shouldStoreSuccesfulAssertions = true; //! Should the cumulative base store the assertion expansion for failed assertions? bool m_shouldStoreFailedAssertions = true; @@ -12526,6 +13272,93 @@ namespace Catch { #endif // CATCH_REPORTER_HELPERS_HPP_INCLUDED + +#ifndef CATCH_REPORTER_JSON_HPP_INCLUDED +#define CATCH_REPORTER_JSON_HPP_INCLUDED + + +#include + +namespace Catch { + class JsonReporter : public StreamingReporterBase { + public: + JsonReporter( ReporterConfig&& config ); + + ~JsonReporter() override; + + static std::string getDescription(); + + public: // StreamingReporterBase + void testRunStarting( TestRunInfo const& runInfo ) override; + void testRunEnded( TestRunStats const& runStats ) override; + + void testCaseStarting( TestCaseInfo const& tcInfo ) override; + void testCaseEnded( TestCaseStats const& tcStats ) override; + + void testCasePartialStarting( TestCaseInfo const& tcInfo, + uint64_t index ) override; + void testCasePartialEnded( TestCaseStats const& tcStats, + uint64_t index ) override; + + void sectionStarting( SectionInfo const& sectionInfo ) override; + void sectionEnded( SectionStats const& sectionStats ) override; + + void assertionStarting( AssertionInfo const& assertionInfo ) override; + void assertionEnded( AssertionStats const& assertionStats ) override; + + //void testRunEndedCumulative() override; + + void benchmarkPreparing( StringRef name ) override; + void benchmarkStarting( BenchmarkInfo const& ) override; + void benchmarkEnded( BenchmarkStats<> const& ) override; + void benchmarkFailed( StringRef error ) override; + + void listReporters( + std::vector const& descriptions ) override; + void listListeners( + std::vector const& descriptions ) override; + void listTests( std::vector const& tests ) override; + void listTags( std::vector const& tags ) override; + + private: + Timer m_testCaseTimer; + enum class Writer { + Object, + Array + }; + + JsonArrayWriter& startArray(); + JsonArrayWriter& startArray( StringRef key ); + + JsonObjectWriter& startObject(); + JsonObjectWriter& startObject( StringRef key ); + + void endObject(); + void endArray(); + + bool isInside( Writer writer ); + + void startListing(); + void endListing(); + + // Invariant: + // When m_writers is not empty and its top element is + // - Writer::Object, then m_objectWriters is not be empty + // - Writer::Array, then m_arrayWriters shall not be empty + std::stack m_objectWriters{}; + std::stack m_arrayWriters{}; + std::stack m_writers{}; + + bool m_startedListing = false; + + // std::size_t m_sectionDepth = 0; + // std::size_t m_sectionStarted = 0; + }; +} // namespace Catch + +#endif // CATCH_REPORTER_JSON_HPP_INCLUDED + + #ifndef CATCH_REPORTER_JUNIT_HPP_INCLUDED #define CATCH_REPORTER_JUNIT_HPP_INCLUDED @@ -12537,8 +13370,6 @@ namespace Catch { public: JunitReporter(ReporterConfig&& _config); - ~JunitReporter() override = default; - static std::string getDescription(); void testRunStarting(TestRunInfo const& runInfo) override; @@ -12665,7 +13496,8 @@ namespace Catch { //! independent on the reporter's concrete type void registerReporterImpl( std::string const& name, IReporterFactoryPtr reporterPtr ); - + //! Actually registers the factory, independent on listener's concrete type + void registerListenerImpl( Detail::unique_ptr listenerFactory ); } // namespace Detail class IEventListener; @@ -12726,7 +13558,7 @@ namespace Catch { public: ListenerRegistrar(StringRef listenerName) { - getMutableRegistryHub().registerListener( Detail::make_unique(listenerName) ); + registerListenerImpl( Detail::make_unique(listenerName) ); } }; } @@ -12778,8 +13610,6 @@ namespace Catch { m_shouldStoreSuccesfulAssertions = false; } - ~SonarQubeReporter() override = default; - static std::string getDescription() { using namespace std::string_literals; return "Reports test results in the Generic Test Data SonarQube XML format"s; @@ -12826,7 +13656,6 @@ namespace Catch { StreamingReporterBase( CATCH_MOVE(config) ) { m_preferences.shouldReportAllAssertions = true; } - ~TAPReporter() override = default; static std::string getDescription() { using namespace std::string_literals; diff --git a/external_imported/Catch2/fuzzing/NullOStream.cpp b/external_imported/Catch2/fuzzing/NullOStream.cpp index 53e0893dc..e3a181e80 100644 --- a/external_imported/Catch2/fuzzing/NullOStream.cpp +++ b/external_imported/Catch2/fuzzing/NullOStream.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + #include "NullOStream.h" void NullOStream::avoidOutOfLineVirtualCompilerWarning() diff --git a/external_imported/Catch2/fuzzing/NullOStream.h b/external_imported/Catch2/fuzzing/NullOStream.h index e1fe15b08..abbec09c8 100644 --- a/external_imported/Catch2/fuzzing/NullOStream.h +++ b/external_imported/Catch2/fuzzing/NullOStream.h @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + #pragma once #include diff --git a/external_imported/Catch2/fuzzing/fuzz_TestSpecParser.cpp b/external_imported/Catch2/fuzzing/fuzz_TestSpecParser.cpp index af4de4062..3aba8c840 100644 --- a/external_imported/Catch2/fuzzing/fuzz_TestSpecParser.cpp +++ b/external_imported/Catch2/fuzzing/fuzz_TestSpecParser.cpp @@ -1,4 +1,10 @@ -//License: Boost 1.0 + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 //By Paul Dreik 2020 #include diff --git a/external_imported/Catch2/fuzzing/fuzz_XmlWriter.cpp b/external_imported/Catch2/fuzzing/fuzz_XmlWriter.cpp index f8e5a0d9a..70c4ed803 100644 --- a/external_imported/Catch2/fuzzing/fuzz_XmlWriter.cpp +++ b/external_imported/Catch2/fuzzing/fuzz_XmlWriter.cpp @@ -1,4 +1,10 @@ -//License: Boost 1.0 + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 //By Paul Dreik 2020 #include diff --git a/external_imported/Catch2/fuzzing/fuzz_textflow.cpp b/external_imported/Catch2/fuzzing/fuzz_textflow.cpp index eafe79feb..7000f420f 100644 --- a/external_imported/Catch2/fuzzing/fuzz_textflow.cpp +++ b/external_imported/Catch2/fuzzing/fuzz_textflow.cpp @@ -1,4 +1,10 @@ -//License: Boost 1.0 + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 //By Paul Dreik 2020 #include diff --git a/external_imported/Catch2/meson.build b/external_imported/Catch2/meson.build index 1faca35f7..0a897520d 100644 --- a/external_imported/Catch2/meson.build +++ b/external_imported/Catch2/meson.build @@ -8,10 +8,12 @@ project( 'catch2', 'cpp', - version: '3.3.2', # CML version placeholder, don't delete + version: '3.5.2', # CML version placeholder, don't delete license: 'BSL-1.0', - meson_version: '>=0.50.0', + meson_version: '>=0.54.1', ) subdir('src/catch2') -subdir('tests') +if get_option('tests') + subdir('tests') +endif diff --git a/external_imported/Catch2/meson_options.txt b/external_imported/Catch2/meson_options.txt new file mode 100644 index 000000000..769048735 --- /dev/null +++ b/external_imported/Catch2/meson_options.txt @@ -0,0 +1 @@ +option('tests', type: 'boolean', value: true, description: 'Build the unit tests') diff --git a/external_imported/Catch2/src/CMakeLists.txt b/external_imported/Catch2/src/CMakeLists.txt index fd05dbdde..eb805ddd0 100644 --- a/external_imported/Catch2/src/CMakeLists.txt +++ b/external_imported/Catch2/src/CMakeLists.txt @@ -21,6 +21,8 @@ set(BENCHMARK_HEADERS ${SOURCES_DIR}/benchmark/catch_sample_analysis.hpp ${SOURCES_DIR}/benchmark/detail/catch_analyse.hpp ${SOURCES_DIR}/benchmark/detail/catch_benchmark_function.hpp + ${SOURCES_DIR}/benchmark/detail/catch_benchmark_stats.hpp + ${SOURCES_DIR}/benchmark/detail/catch_benchmark_stats_fwd.hpp ${SOURCES_DIR}/benchmark/detail/catch_complete_invoke.hpp ${SOURCES_DIR}/benchmark/detail/catch_estimate_clock.hpp ${SOURCES_DIR}/benchmark/detail/catch_measure.hpp @@ -31,6 +33,7 @@ set(BENCHMARK_HEADERS ) set(BENCHMARK_SOURCES ${SOURCES_DIR}/benchmark/catch_chronometer.cpp + ${SOURCES_DIR}/benchmark/detail/catch_analyse.cpp ${SOURCES_DIR}/benchmark/detail/catch_benchmark_function.cpp ${SOURCES_DIR}/benchmark/detail/catch_run_for_at_least.cpp ${SOURCES_DIR}/benchmark/detail/catch_stats.cpp @@ -71,6 +74,7 @@ set(IMPL_HEADERS ${SOURCES_DIR}/internal/catch_compiler_capabilities.hpp ${SOURCES_DIR}/internal/catch_config_android_logwrite.hpp ${SOURCES_DIR}/internal/catch_config_counter.hpp + ${SOURCES_DIR}/internal/catch_config_static_analysis_support.hpp ${SOURCES_DIR}/internal/catch_config_uncaught_exceptions.hpp ${SOURCES_DIR}/internal/catch_config_wchar.hpp ${SOURCES_DIR}/internal/catch_console_colour.hpp @@ -89,6 +93,7 @@ set(IMPL_HEADERS ${SOURCES_DIR}/internal/catch_getenv.hpp ${SOURCES_DIR}/internal/catch_istream.hpp ${SOURCES_DIR}/internal/catch_is_permutation.hpp + ${SOURCES_DIR}/internal/catch_jsonwriter.hpp ${SOURCES_DIR}/internal/catch_lazy_expr.hpp ${SOURCES_DIR}/internal/catch_leak_detector.hpp ${SOURCES_DIR}/internal/catch_list.hpp @@ -104,6 +109,8 @@ set(IMPL_HEADERS ${SOURCES_DIR}/internal/catch_polyfills.hpp ${SOURCES_DIR}/internal/catch_preprocessor.hpp ${SOURCES_DIR}/internal/catch_preprocessor_remove_parens.hpp + ${SOURCES_DIR}/internal/catch_random_floating_point_helpers.hpp + ${SOURCES_DIR}/internal/catch_random_integer_helpers.hpp ${SOURCES_DIR}/internal/catch_random_number_generator.hpp ${SOURCES_DIR}/internal/catch_random_seed_generation.hpp ${SOURCES_DIR}/internal/catch_reporter_registry.hpp @@ -128,10 +135,13 @@ set(IMPL_HEADERS ${SOURCES_DIR}/internal/catch_test_failure_exception.hpp ${SOURCES_DIR}/internal/catch_test_macro_impl.hpp ${SOURCES_DIR}/internal/catch_test_registry.hpp + ${SOURCES_DIR}/internal/catch_test_run_info.hpp ${SOURCES_DIR}/internal/catch_test_spec_parser.hpp ${SOURCES_DIR}/internal/catch_textflow.hpp ${SOURCES_DIR}/internal/catch_to_string.hpp ${SOURCES_DIR}/internal/catch_uncaught_exceptions.hpp + ${SOURCES_DIR}/internal/catch_uniform_floating_point_distribution.hpp + ${SOURCES_DIR}/internal/catch_uniform_integer_distribution.hpp ${SOURCES_DIR}/internal/catch_unique_name.hpp ${SOURCES_DIR}/internal/catch_unique_ptr.hpp ${SOURCES_DIR}/internal/catch_void_type.hpp @@ -153,6 +163,7 @@ set(IMPL_SOURCES ${SOURCES_DIR}/catch_timer.cpp ${SOURCES_DIR}/catch_tostring.cpp ${SOURCES_DIR}/catch_totals.cpp + ${SOURCES_DIR}/catch_translate_exception.cpp ${SOURCES_DIR}/catch_version.cpp ${SOURCES_DIR}/internal/catch_assertion_handler.cpp ${SOURCES_DIR}/internal/catch_case_insensitive_comparisons.cpp @@ -171,6 +182,7 @@ set(IMPL_SOURCES ${SOURCES_DIR}/internal/catch_floating_point_helpers.cpp ${SOURCES_DIR}/internal/catch_getenv.cpp ${SOURCES_DIR}/internal/catch_istream.cpp + ${SOURCES_DIR}/internal/catch_jsonwriter.cpp ${SOURCES_DIR}/internal/catch_lazy_expr.cpp ${SOURCES_DIR}/internal/catch_leak_detector.cpp ${SOURCES_DIR}/internal/catch_list.cpp @@ -216,8 +228,8 @@ set(INTERFACE_HEADERS ${SOURCES_DIR}/interfaces/catch_interfaces_registry_hub.hpp ${SOURCES_DIR}/interfaces/catch_interfaces_reporter.hpp ${SOURCES_DIR}/interfaces/catch_interfaces_reporter_factory.hpp - ${SOURCES_DIR}/interfaces/catch_interfaces_reporter_registry.hpp ${SOURCES_DIR}/interfaces/catch_interfaces_tag_alias_registry.hpp + ${SOURCES_DIR}/interfaces/catch_interfaces_test_invoker.hpp ${SOURCES_DIR}/interfaces/catch_interfaces_testcase.hpp ) set(INTERFACE_SOURCES @@ -228,7 +240,6 @@ set(INTERFACE_SOURCES ${SOURCES_DIR}/interfaces/catch_interfaces_registry_hub.cpp ${SOURCES_DIR}/interfaces/catch_interfaces_reporter.cpp ${SOURCES_DIR}/interfaces/catch_interfaces_reporter_factory.cpp - ${SOURCES_DIR}/interfaces/catch_interfaces_reporter_registry.cpp ${SOURCES_DIR}/interfaces/catch_interfaces_testcase.cpp ) set(INTERFACE_FILES ${INTERFACE_HEADERS} ${INTERFACE_SOURCES}) @@ -284,6 +295,7 @@ set(REPORTER_HEADERS ${SOURCES_DIR}/reporters/catch_reporter_cumulative_base.hpp ${SOURCES_DIR}/reporters/catch_reporter_event_listener.hpp ${SOURCES_DIR}/reporters/catch_reporter_helpers.hpp + ${SOURCES_DIR}/reporters/catch_reporter_json.hpp ${SOURCES_DIR}/reporters/catch_reporter_junit.hpp ${SOURCES_DIR}/reporters/catch_reporter_multi.hpp ${SOURCES_DIR}/reporters/catch_reporter_registrars.hpp @@ -302,6 +314,7 @@ set(REPORTER_SOURCES ${SOURCES_DIR}/reporters/catch_reporter_cumulative_base.cpp ${SOURCES_DIR}/reporters/catch_reporter_event_listener.cpp ${SOURCES_DIR}/reporters/catch_reporter_helpers.cpp + ${SOURCES_DIR}/reporters/catch_reporter_json.cpp ${SOURCES_DIR}/reporters/catch_reporter_junit.cpp ${SOURCES_DIR}/reporters/catch_reporter_multi.cpp ${SOURCES_DIR}/reporters/catch_reporter_registrars.cpp @@ -335,7 +348,9 @@ source_group("generated headers" ) add_library(Catch2 ${ALL_FILES}) -add_build_reproducibility_settings(Catch2) +if (CATCH_ENABLE_REPRODUCIBLE_BUILD) + add_build_reproducibility_settings(Catch2) +endif() add_library(Catch2::Catch2 ALIAS Catch2) if (ANDROID) @@ -388,7 +403,9 @@ target_include_directories(Catch2 add_library(Catch2WithMain ${SOURCES_DIR}/internal/catch_main.cpp ) -add_build_reproducibility_settings(Catch2WithMain) +if (CATCH_ENABLE_REPRODUCIBLE_BUILD) + add_build_reproducibility_settings(Catch2WithMain) +endif() add_library(Catch2::Catch2WithMain ALIAS Catch2WithMain) target_link_libraries(Catch2WithMain PUBLIC Catch2) set_target_properties(Catch2WithMain diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_benchmark.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_benchmark.hpp index 1cf10be66..3db40bb04 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_benchmark.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_benchmark.hpp @@ -10,26 +10,28 @@ #ifndef CATCH_BENCHMARK_HPP_INCLUDED #define CATCH_BENCHMARK_HPP_INCLUDED -#include +#include #include #include -#include -#include #include -#include +#include +#include +#include +#include +#include +#include #include #include #include #include -#include #include #include #include #include -#include +#include +#include #include -#include #include namespace Catch { @@ -43,16 +45,18 @@ namespace Catch { : fun(CATCH_MOVE(func)), name(CATCH_MOVE(benchmarkName)) {} template - ExecutionPlan> prepare(const IConfig &cfg, Environment> env) const { + ExecutionPlan prepare(const IConfig &cfg, Environment env) const { auto min_time = env.clock_resolution.mean * Detail::minimum_ticks; auto run_time = std::max(min_time, std::chrono::duration_cast(cfg.benchmarkWarmupTime())); - auto&& test = Detail::run_for_at_least(std::chrono::duration_cast>(run_time), 1, fun); + auto&& test = Detail::run_for_at_least(std::chrono::duration_cast(run_time), 1, fun); int new_iters = static_cast(std::ceil(min_time * test.iterations / test.elapsed)); - return { new_iters, test.elapsed / test.iterations * new_iters * cfg.benchmarkSamples(), fun, std::chrono::duration_cast>(cfg.benchmarkWarmupTime()), Detail::warmup_iterations }; + return { new_iters, test.elapsed / test.iterations * new_iters * cfg.benchmarkSamples(), fun, std::chrono::duration_cast(cfg.benchmarkWarmupTime()), Detail::warmup_iterations }; } template void run() { + static_assert( Clock::is_steady, + "Benchmarking clock should be steady" ); auto const* cfg = getCurrentContext().getConfig(); auto env = Detail::measure_environment(); @@ -79,10 +83,10 @@ namespace Catch { return plan.template run(*cfg, env); }); - auto analysis = Detail::analyse(*cfg, env, samples.begin(), samples.end()); - BenchmarkStats> stats{ CATCH_MOVE(info), CATCH_MOVE(analysis.samples), analysis.mean, analysis.standard_deviation, analysis.outliers, analysis.outlier_variance }; + auto analysis = Detail::analyse(*cfg, samples.data(), samples.data() + samples.size()); + BenchmarkStats<> stats{ CATCH_MOVE(info), CATCH_MOVE(analysis.samples), analysis.mean, analysis.standard_deviation, analysis.outliers, analysis.outlier_variance }; getResultCapture().benchmarkEnded(stats); - } CATCH_CATCH_ANON (TestFailureException) { + } CATCH_CATCH_ANON (TestFailureException const&) { getResultCapture().benchmarkFailed("Benchmark failed due to failed assertion"_sr); } CATCH_CATCH_ALL{ getResultCapture().benchmarkFailed(translateActiveException()); diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_benchmark_all.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_benchmark_all.hpp index eb81f2386..56fc7c74c 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_benchmark_all.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_benchmark_all.hpp @@ -33,6 +33,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_chronometer.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_chronometer.hpp index bce2406b8..95498e6be 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_chronometer.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_chronometer.hpp @@ -12,7 +12,6 @@ #include #include -#include #include #include @@ -33,7 +32,10 @@ namespace Catch { void start() override { started = Clock::now(); } void finish() override { finished = Clock::now(); } - ClockDuration elapsed() const { return finished - started; } + IDuration elapsed() const { + return std::chrono::duration_cast( + finished - started ); + } TimePoint started; TimePoint finished; diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_clock.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_clock.hpp index cee46097d..4068c4d29 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_clock.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_clock.hpp @@ -11,28 +11,16 @@ #define CATCH_CLOCK_HPP_INCLUDED #include -#include namespace Catch { namespace Benchmark { - template - using ClockDuration = typename Clock::duration; - template - using FloatDuration = std::chrono::duration; + using IDuration = std::chrono::nanoseconds; + using FDuration = std::chrono::duration; template using TimePoint = typename Clock::time_point; using default_clock = std::chrono::steady_clock; - - template - struct now { - TimePoint operator()() const { - return Clock::now(); - } - }; - - using fp_seconds = std::chrono::duration>; } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_environment.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_environment.hpp index de4d77df4..da3f2fa95 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_environment.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_environment.hpp @@ -15,21 +15,13 @@ namespace Catch { namespace Benchmark { - template struct EnvironmentEstimate { - Duration mean; + FDuration mean; OutlierClassification outliers; - - template - operator EnvironmentEstimate() const { - return { mean, outliers }; - } }; - template struct Environment { - using clock_type = Clock; - EnvironmentEstimate> clock_resolution; - EnvironmentEstimate> clock_cost; + EnvironmentEstimate clock_resolution; + EnvironmentEstimate clock_cost; }; } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_estimate.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_estimate.hpp index be594a189..64383a2e5 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_estimate.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_estimate.hpp @@ -12,17 +12,12 @@ namespace Catch { namespace Benchmark { - template + template struct Estimate { - Duration point; - Duration lower_bound; - Duration upper_bound; + Type point; + Type lower_bound; + Type upper_bound; double confidence_interval; - - template - operator Estimate() const { - return { point, lower_bound, upper_bound, confidence_interval }; - } }; } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_execution_plan.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_execution_plan.hpp index 039de7ee5..17ca589f5 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_execution_plan.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_execution_plan.hpp @@ -17,38 +17,38 @@ #include #include -#include -#include +#include namespace Catch { namespace Benchmark { - template struct ExecutionPlan { int iterations_per_sample; - Duration estimated_duration; + FDuration estimated_duration; Detail::BenchmarkFunction benchmark; - Duration warmup_time; + FDuration warmup_time; int warmup_iterations; - template - operator ExecutionPlan() const { - return { iterations_per_sample, estimated_duration, benchmark, warmup_time, warmup_iterations }; - } - template - std::vector> run(const IConfig &cfg, Environment> env) const { + std::vector run(const IConfig &cfg, Environment env) const { // warmup a bit - Detail::run_for_at_least(std::chrono::duration_cast>(warmup_time), warmup_iterations, Detail::repeat(now{})); - - std::vector> times; - times.reserve(cfg.benchmarkSamples()); - std::generate_n(std::back_inserter(times), cfg.benchmarkSamples(), [this, env] { + Detail::run_for_at_least( + std::chrono::duration_cast( warmup_time ), + warmup_iterations, + Detail::repeat( []() { return Clock::now(); } ) + ); + + std::vector times; + const auto num_samples = cfg.benchmarkSamples(); + times.reserve( num_samples ); + for ( size_t i = 0; i < num_samples; ++i ) { Detail::ChronometerModel model; - this->benchmark(Chronometer(model, iterations_per_sample)); + this->benchmark( Chronometer( model, iterations_per_sample ) ); auto sample_time = model.elapsed() - env.clock_cost.mean; - if (sample_time < FloatDuration::zero()) sample_time = FloatDuration::zero(); - return sample_time / iterations_per_sample; - }); + if ( sample_time < FDuration::zero() ) { + sample_time = FDuration::zero(); + } + times.push_back(sample_time / iterations_per_sample); + } return times; } }; diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_optimizer.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_optimizer.hpp index 0dbfc1450..61e6571f6 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_optimizer.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_optimizer.hpp @@ -10,7 +10,7 @@ #ifndef CATCH_OPTIMIZER_HPP_INCLUDED #define CATCH_OPTIMIZER_HPP_INCLUDED -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__IAR_SYSTEMS_ICC__) # include // atomic_thread_fence #endif @@ -32,16 +32,23 @@ namespace Catch { namespace Detail { inline void optimizer_barrier() { keep_memory(); } } // namespace Detail -#elif defined(_MSC_VER) +#elif defined(_MSC_VER) || defined(__IAR_SYSTEMS_ICC__) +#if defined(_MSVC_VER) #pragma optimize("", off) +#elif defined(__IAR_SYSTEMS_ICC__) +// For IAR the pragma only affects the following function +#pragma optimize=disable +#endif template inline void keep_memory(T* p) { // thanks @milleniumbug *reinterpret_cast(p) = *reinterpret_cast(p); } // TODO equivalent keep_memory() +#if defined(_MSVC_VER) #pragma optimize("", on) +#endif namespace Detail { inline void optimizer_barrier() { @@ -63,7 +70,7 @@ namespace Catch { template inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t::value> { - CATCH_FORWARD(fn) (CATCH_FORWARD(args)...); + CATCH_FORWARD((fn)) (CATCH_FORWARD(args)...); } } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/catch_sample_analysis.hpp b/external_imported/Catch2/src/catch2/benchmark/catch_sample_analysis.hpp index d849d2464..aeb87d05a 100644 --- a/external_imported/Catch2/src/catch2/benchmark/catch_sample_analysis.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/catch_sample_analysis.hpp @@ -10,38 +10,20 @@ #ifndef CATCH_SAMPLE_ANALYSIS_HPP_INCLUDED #define CATCH_SAMPLE_ANALYSIS_HPP_INCLUDED -#include #include #include -#include +#include -#include #include -#include namespace Catch { namespace Benchmark { - template struct SampleAnalysis { - std::vector samples; - Estimate mean; - Estimate standard_deviation; + std::vector samples; + Estimate mean; + Estimate standard_deviation; OutlierClassification outliers; double outlier_variance; - - template - operator SampleAnalysis() const { - std::vector samples2; - samples2.reserve(samples.size()); - std::transform(samples.begin(), samples.end(), std::back_inserter(samples2), [](Duration d) { return Duration2(d); }); - return { - CATCH_MOVE(samples2), - mean, - standard_deviation, - outliers, - outlier_variance, - }; - } }; } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.cpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.cpp new file mode 100644 index 000000000..7d27daf19 --- /dev/null +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.cpp @@ -0,0 +1,85 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +// Adapted from donated nonius code. + +#include +#include +#include +#include +#include +#include + +#include + +namespace Catch { + namespace Benchmark { + namespace Detail { + SampleAnalysis analyse(const IConfig &cfg, FDuration* first, FDuration* last) { + if (!cfg.benchmarkNoAnalysis()) { + std::vector samples; + samples.reserve(static_cast(last - first)); + for (auto current = first; current != last; ++current) { + samples.push_back( current->count() ); + } + + auto analysis = Catch::Benchmark::Detail::analyse_samples( + cfg.benchmarkConfidenceInterval(), + cfg.benchmarkResamples(), + samples.data(), + samples.data() + samples.size() ); + auto outliers = Catch::Benchmark::Detail::classify_outliers( + samples.data(), samples.data() + samples.size() ); + + auto wrap_estimate = [](Estimate e) { + return Estimate { + FDuration(e.point), + FDuration(e.lower_bound), + FDuration(e.upper_bound), + e.confidence_interval, + }; + }; + std::vector samples2; + samples2.reserve(samples.size()); + for (auto s : samples) { + samples2.push_back( FDuration( s ) ); + } + + return { + CATCH_MOVE(samples2), + wrap_estimate(analysis.mean), + wrap_estimate(analysis.standard_deviation), + outliers, + analysis.outlier_variance, + }; + } else { + std::vector samples; + samples.reserve(static_cast(last - first)); + + FDuration mean = FDuration(0); + int i = 0; + for (auto it = first; it < last; ++it, ++i) { + samples.push_back(FDuration(*it)); + mean += FDuration(*it); + } + mean /= i; + + return SampleAnalysis{ + CATCH_MOVE(samples), + Estimate{ mean, mean, mean, 0.0 }, + Estimate{ FDuration( 0 ), + FDuration( 0 ), + FDuration( 0 ), + 0.0 }, + OutlierClassification{}, + 0.0 + }; + } + } + } // namespace Detail + } // namespace Benchmark +} // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.hpp index 77b0a9d38..5e3f7b0f5 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_analyse.hpp @@ -11,68 +11,15 @@ #define CATCH_ANALYSE_HPP_INCLUDED #include -#include #include -#include -#include -#include -#include -#include -#include namespace Catch { + class IConfig; + namespace Benchmark { namespace Detail { - template - SampleAnalysis analyse(const IConfig &cfg, Environment, Iterator first, Iterator last) { - if (!cfg.benchmarkNoAnalysis()) { - std::vector samples; - samples.reserve(static_cast(last - first)); - std::transform(first, last, std::back_inserter(samples), [](Duration d) { return d.count(); }); - - auto analysis = Catch::Benchmark::Detail::analyse_samples(cfg.benchmarkConfidenceInterval(), cfg.benchmarkResamples(), samples.begin(), samples.end()); - auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); - - auto wrap_estimate = [](Estimate e) { - return Estimate { - Duration(e.point), - Duration(e.lower_bound), - Duration(e.upper_bound), - e.confidence_interval, - }; - }; - std::vector samples2; - samples2.reserve(samples.size()); - std::transform(samples.begin(), samples.end(), std::back_inserter(samples2), [](double d) { return Duration(d); }); - return { - CATCH_MOVE(samples2), - wrap_estimate(analysis.mean), - wrap_estimate(analysis.standard_deviation), - outliers, - analysis.outlier_variance, - }; - } else { - std::vector samples; - samples.reserve(static_cast(last - first)); - - Duration mean = Duration(0); - int i = 0; - for (auto it = first; it < last; ++it, ++i) { - samples.push_back(Duration(*it)); - mean += Duration(*it); - } - mean /= i; - - return { - CATCH_MOVE(samples), - Estimate{mean, mean, mean, 0.0}, - Estimate{Duration(0), Duration(0), Duration(0), 0.0}, - OutlierClassification{}, - 0.0 - }; - } - } + SampleAnalysis analyse(const IConfig &cfg, FDuration* first, FDuration* last); } // namespace Detail } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.hpp index 152982587..144e4b6e4 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.hpp @@ -11,7 +11,6 @@ #define CATCH_BENCHMARK_FUNCTION_HPP_INCLUDED #include -#include #include #include #include diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats.hpp new file mode 100644 index 000000000..3633bc9f9 --- /dev/null +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats.hpp @@ -0,0 +1,48 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#ifndef CATCH_BENCHMARK_STATS_HPP_INCLUDED +#define CATCH_BENCHMARK_STATS_HPP_INCLUDED + +#include +#include +// The fwd decl & default specialization needs to be seen by VS2017 before +// BenchmarkStats itself, or VS2017 will report compilation error. +#include + +#include +#include + +namespace Catch { + + struct BenchmarkInfo { + std::string name; + double estimatedDuration; + int iterations; + unsigned int samples; + unsigned int resamples; + double clockResolution; + double clockCost; + }; + + // We need to keep template parameter for backwards compatibility, + // but we also do not want to use the template paraneter. + template + struct BenchmarkStats { + BenchmarkInfo info; + + std::vector samples; + Benchmark::Estimate mean; + Benchmark::Estimate standardDeviation; + Benchmark::OutlierClassification outliers; + double outlierVariance; + }; + + +} // end namespace Catch + +#endif // CATCH_BENCHMARK_STATS_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp new file mode 100644 index 000000000..2ccc25d58 --- /dev/null +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp @@ -0,0 +1,23 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#ifndef CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED +#define CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED + +#include + +namespace Catch { + + // We cannot forward declare the type with default template argument + // multiple times, so it is split out into a separate header so that + // we can prevent multiple declarations in dependees + template + struct BenchmarkStats; + +} // end namespace Catch + +#endif // CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_complete_invoke.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_complete_invoke.hpp index 49db413ec..4dff4b7eb 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_complete_invoke.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_complete_invoke.hpp @@ -10,14 +10,9 @@ #ifndef CATCH_COMPLETE_INVOKE_HPP_INCLUDED #define CATCH_COMPLETE_INVOKE_HPP_INCLUDED -#include #include -#include -#include #include -#include - namespace Catch { namespace Benchmark { namespace Detail { diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_estimate_clock.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_estimate_clock.hpp index 907773f24..8e3552796 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_estimate_clock.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_estimate_clock.hpp @@ -19,7 +19,6 @@ #include #include -#include #include #include @@ -30,46 +29,49 @@ namespace Catch { std::vector resolution(int k) { std::vector> times; times.reserve(static_cast(k + 1)); - std::generate_n(std::back_inserter(times), k + 1, now{}); + for ( int i = 0; i < k + 1; ++i ) { + times.push_back( Clock::now() ); + } std::vector deltas; deltas.reserve(static_cast(k)); - std::transform(std::next(times.begin()), times.end(), times.begin(), - std::back_inserter(deltas), - [](TimePoint a, TimePoint b) { return static_cast((a - b).count()); }); + for ( size_t idx = 1; idx < times.size(); ++idx ) { + deltas.push_back( static_cast( + ( times[idx] - times[idx - 1] ).count() ) ); + } return deltas; } - const auto warmup_iterations = 10000; - const auto warmup_time = std::chrono::milliseconds(100); - const auto minimum_ticks = 1000; - const auto warmup_seed = 10000; - const auto clock_resolution_estimation_time = std::chrono::milliseconds(500); - const auto clock_cost_estimation_time_limit = std::chrono::seconds(1); - const auto clock_cost_estimation_tick_limit = 100000; - const auto clock_cost_estimation_time = std::chrono::milliseconds(10); - const auto clock_cost_estimation_iterations = 10000; + constexpr auto warmup_iterations = 10000; + constexpr auto warmup_time = std::chrono::milliseconds(100); + constexpr auto minimum_ticks = 1000; + constexpr auto warmup_seed = 10000; + constexpr auto clock_resolution_estimation_time = std::chrono::milliseconds(500); + constexpr auto clock_cost_estimation_time_limit = std::chrono::seconds(1); + constexpr auto clock_cost_estimation_tick_limit = 100000; + constexpr auto clock_cost_estimation_time = std::chrono::milliseconds(10); + constexpr auto clock_cost_estimation_iterations = 10000; template int warmup() { - return run_for_at_least(std::chrono::duration_cast>(warmup_time), warmup_seed, &resolution) + return run_for_at_least(warmup_time, warmup_seed, &resolution) .iterations; } template - EnvironmentEstimate> estimate_clock_resolution(int iterations) { - auto r = run_for_at_least(std::chrono::duration_cast>(clock_resolution_estimation_time), iterations, &resolution) + EnvironmentEstimate estimate_clock_resolution(int iterations) { + auto r = run_for_at_least(clock_resolution_estimation_time, iterations, &resolution) .result; return { - FloatDuration(mean(r.begin(), r.end())), - classify_outliers(r.begin(), r.end()), + FDuration(mean(r.data(), r.data() + r.size())), + classify_outliers(r.data(), r.data() + r.size()), }; } template - EnvironmentEstimate> estimate_clock_cost(FloatDuration resolution) { + EnvironmentEstimate estimate_clock_cost(FDuration resolution) { auto time_limit = (std::min)( resolution * clock_cost_estimation_tick_limit, - FloatDuration(clock_cost_estimation_time_limit)); + FDuration(clock_cost_estimation_time_limit)); auto time_clock = [](int k) { return Detail::measure([k] { for (int i = 0; i < k; ++i) { @@ -80,26 +82,28 @@ namespace Catch { }; time_clock(1); int iters = clock_cost_estimation_iterations; - auto&& r = run_for_at_least(std::chrono::duration_cast>(clock_cost_estimation_time), iters, time_clock); + auto&& r = run_for_at_least(clock_cost_estimation_time, iters, time_clock); std::vector times; int nsamples = static_cast(std::ceil(time_limit / r.elapsed)); times.reserve(static_cast(nsamples)); - std::generate_n(std::back_inserter(times), nsamples, [time_clock, &r] { - return static_cast((time_clock(r.iterations) / r.iterations).count()); - }); + for ( int s = 0; s < nsamples; ++s ) { + times.push_back( static_cast( + ( time_clock( r.iterations ) / r.iterations ) + .count() ) ); + } return { - FloatDuration(mean(times.begin(), times.end())), - classify_outliers(times.begin(), times.end()), + FDuration(mean(times.data(), times.data() + times.size())), + classify_outliers(times.data(), times.data() + times.size()), }; } template - Environment> measure_environment() { + Environment measure_environment() { #if defined(__clang__) # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wexit-time-destructors" #endif - static Catch::Detail::unique_ptr>> env; + static Catch::Detail::unique_ptr env; #if defined(__clang__) # pragma clang diagnostic pop #endif @@ -111,7 +115,7 @@ namespace Catch { auto resolution = Detail::estimate_clock_resolution(iters); auto cost = Detail::estimate_clock_cost(resolution.mean); - env = Catch::Detail::make_unique>>( Environment>{resolution, cost} ); + env = Catch::Detail::make_unique( Environment{resolution, cost} ); return *env; } } // namespace Detail diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_measure.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_measure.hpp index 388814c1c..37494a68f 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_measure.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_measure.hpp @@ -10,7 +10,6 @@ #ifndef CATCH_MEASURE_HPP_INCLUDED #define CATCH_MEASURE_HPP_INCLUDED -#include #include #include #include @@ -19,7 +18,7 @@ namespace Catch { namespace Benchmark { namespace Detail { template - TimingOf measure(Fun&& fun, Args&&... args) { + TimingOf measure(Fun&& fun, Args&&... args) { auto start = Clock::now(); auto&& r = Detail::complete_invoke(fun, CATCH_FORWARD(args)...); auto end = Clock::now(); diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.cpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.cpp index 35778b27f..3ebdcc05a 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.cpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.cpp @@ -7,9 +7,10 @@ // SPDX-License-Identifier: BSL-1.0 #include -#include #include +#include + namespace Catch { namespace Benchmark { namespace Detail { diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.hpp index 976a4b243..4dfa8bbbb 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.hpp @@ -24,11 +24,11 @@ namespace Catch { namespace Benchmark { namespace Detail { template - TimingOf measure_one(Fun&& fun, int iters, std::false_type) { + TimingOf measure_one(Fun&& fun, int iters, std::false_type) { return Detail::measure(fun, iters); } template - TimingOf measure_one(Fun&& fun, int iters, std::true_type) { + TimingOf measure_one(Fun&& fun, int iters, std::true_type) { Detail::ChronometerModel meter; auto&& result = Detail::complete_invoke(fun, Chronometer(meter, iters)); @@ -43,8 +43,8 @@ namespace Catch { void throw_optimized_away_error(); template - TimingOf> - run_for_at_least(ClockDuration how_long, + TimingOf> + run_for_at_least(IDuration how_long, const int initial_iterations, Fun&& fun) { auto iters = initial_iterations; diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.cpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.cpp index 514ed1f73..52cee4eea 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.cpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.cpp @@ -10,10 +10,14 @@ #include #include +#include +#include +#include #include +#include #include -#include +#include #include @@ -21,139 +25,199 @@ #include #endif -namespace { - -using Catch::Benchmark::Detail::sample; - - template - sample resample(URng& rng, unsigned int resamples, std::vector::iterator first, std::vector::iterator last, Estimator& estimator) { - auto n = static_cast(last - first); - std::uniform_int_distribution dist(0, n - 1); - - sample out; - out.reserve(resamples); - std::generate_n(std::back_inserter(out), resamples, [n, first, &estimator, &dist, &rng] { - std::vector resampled; - resampled.reserve(n); - std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[static_cast(dist(rng))]; }); - return estimator(resampled.begin(), resampled.end()); - }); - std::sort(out.begin(), out.end()); - return out; - } - - - double erf_inv(double x) { - // Code accompanying the article "Approximating the erfinv function" in GPU Computing Gems, Volume 2 - double w, p; - - w = -log((1.0 - x) * (1.0 + x)); - - if (w < 6.250000) { - w = w - 3.125000; - p = -3.6444120640178196996e-21; - p = -1.685059138182016589e-19 + p * w; - p = 1.2858480715256400167e-18 + p * w; - p = 1.115787767802518096e-17 + p * w; - p = -1.333171662854620906e-16 + p * w; - p = 2.0972767875968561637e-17 + p * w; - p = 6.6376381343583238325e-15 + p * w; - p = -4.0545662729752068639e-14 + p * w; - p = -8.1519341976054721522e-14 + p * w; - p = 2.6335093153082322977e-12 + p * w; - p = -1.2975133253453532498e-11 + p * w; - p = -5.4154120542946279317e-11 + p * w; - p = 1.051212273321532285e-09 + p * w; - p = -4.1126339803469836976e-09 + p * w; - p = -2.9070369957882005086e-08 + p * w; - p = 4.2347877827932403518e-07 + p * w; - p = -1.3654692000834678645e-06 + p * w; - p = -1.3882523362786468719e-05 + p * w; - p = 0.0001867342080340571352 + p * w; - p = -0.00074070253416626697512 + p * w; - p = -0.0060336708714301490533 + p * w; - p = 0.24015818242558961693 + p * w; - p = 1.6536545626831027356 + p * w; - } else if (w < 16.000000) { - w = sqrt(w) - 3.250000; - p = 2.2137376921775787049e-09; - p = 9.0756561938885390979e-08 + p * w; - p = -2.7517406297064545428e-07 + p * w; - p = 1.8239629214389227755e-08 + p * w; - p = 1.5027403968909827627e-06 + p * w; - p = -4.013867526981545969e-06 + p * w; - p = 2.9234449089955446044e-06 + p * w; - p = 1.2475304481671778723e-05 + p * w; - p = -4.7318229009055733981e-05 + p * w; - p = 6.8284851459573175448e-05 + p * w; - p = 2.4031110387097893999e-05 + p * w; - p = -0.0003550375203628474796 + p * w; - p = 0.00095328937973738049703 + p * w; - p = -0.0016882755560235047313 + p * w; - p = 0.0024914420961078508066 + p * w; - p = -0.0037512085075692412107 + p * w; - p = 0.005370914553590063617 + p * w; - p = 1.0052589676941592334 + p * w; - p = 3.0838856104922207635 + p * w; - } else { - w = sqrt(w) - 5.000000; - p = -2.7109920616438573243e-11; - p = -2.5556418169965252055e-10 + p * w; - p = 1.5076572693500548083e-09 + p * w; - p = -3.7894654401267369937e-09 + p * w; - p = 7.6157012080783393804e-09 + p * w; - p = -1.4960026627149240478e-08 + p * w; - p = 2.9147953450901080826e-08 + p * w; - p = -6.7711997758452339498e-08 + p * w; - p = 2.2900482228026654717e-07 + p * w; - p = -9.9298272942317002539e-07 + p * w; - p = 4.5260625972231537039e-06 + p * w; - p = -1.9681778105531670567e-05 + p * w; - p = 7.5995277030017761139e-05 + p * w; - p = -0.00021503011930044477347 + p * w; - p = -0.00013871931833623122026 + p * w; - p = 1.0103004648645343977 + p * w; - p = 4.8499064014085844221 + p * w; - } - return p * x; - } - - double standard_deviation(std::vector::iterator first, std::vector::iterator last) { - auto m = Catch::Benchmark::Detail::mean(first, last); - double variance = std::accumulate( first, - last, - 0., - [m]( double a, double b ) { - double diff = b - m; - return a + diff * diff; - } ) / - ( last - first ); - return std::sqrt( variance ); - } - -} - namespace Catch { namespace Benchmark { namespace Detail { + namespace { + + template + static sample + resample( URng& rng, + unsigned int resamples, + double const* first, + double const* last, + Estimator& estimator ) { + auto n = static_cast( last - first ); + std::uniform_int_distribution dist( 0, n - 1 ); + + sample out; + out.reserve( resamples ); + std::vector resampled; + resampled.reserve( n ); + for ( size_t i = 0; i < resamples; ++i ) { + resampled.clear(); + for ( size_t s = 0; s < n; ++s ) { + resampled.push_back( first[dist( rng )] ); + } + const auto estimate = + estimator( resampled.data(), resampled.data() + resampled.size() ); + out.push_back( estimate ); + } + std::sort( out.begin(), out.end() ); + return out; + } -#if defined( __GNUC__ ) || defined( __clang__ ) -# pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-Wfloat-equal" -#endif - bool directCompare( double lhs, double rhs ) { return lhs == rhs; } -#if defined( __GNUC__ ) || defined( __clang__ ) -# pragma GCC diagnostic pop -#endif + static double outlier_variance( Estimate mean, + Estimate stddev, + int n ) { + double sb = stddev.point; + double mn = mean.point / n; + double mg_min = mn / 2.; + double sg = (std::min)( mg_min / 4., sb / std::sqrt( n ) ); + double sg2 = sg * sg; + double sb2 = sb * sb; + + auto c_max = [n, mn, sb2, sg2]( double x ) -> double { + double k = mn - x; + double d = k * k; + double nd = n * d; + double k0 = -n * nd; + double k1 = sb2 - n * sg2 + nd; + double det = k1 * k1 - 4 * sg2 * k0; + return static_cast( -2. * k0 / + ( k1 + std::sqrt( det ) ) ); + }; + + auto var_out = [n, sb2, sg2]( double c ) { + double nc = n - c; + return ( nc / n ) * ( sb2 - nc * sg2 ); + }; + + return (std::min)( var_out( 1 ), + var_out( + (std::min)( c_max( 0. ), + c_max( mg_min ) ) ) ) / + sb2; + } + + static double erf_inv( double x ) { + // Code accompanying the article "Approximating the erfinv + // function" in GPU Computing Gems, Volume 2 + double w, p; + + w = -log( ( 1.0 - x ) * ( 1.0 + x ) ); + + if ( w < 6.250000 ) { + w = w - 3.125000; + p = -3.6444120640178196996e-21; + p = -1.685059138182016589e-19 + p * w; + p = 1.2858480715256400167e-18 + p * w; + p = 1.115787767802518096e-17 + p * w; + p = -1.333171662854620906e-16 + p * w; + p = 2.0972767875968561637e-17 + p * w; + p = 6.6376381343583238325e-15 + p * w; + p = -4.0545662729752068639e-14 + p * w; + p = -8.1519341976054721522e-14 + p * w; + p = 2.6335093153082322977e-12 + p * w; + p = -1.2975133253453532498e-11 + p * w; + p = -5.4154120542946279317e-11 + p * w; + p = 1.051212273321532285e-09 + p * w; + p = -4.1126339803469836976e-09 + p * w; + p = -2.9070369957882005086e-08 + p * w; + p = 4.2347877827932403518e-07 + p * w; + p = -1.3654692000834678645e-06 + p * w; + p = -1.3882523362786468719e-05 + p * w; + p = 0.0001867342080340571352 + p * w; + p = -0.00074070253416626697512 + p * w; + p = -0.0060336708714301490533 + p * w; + p = 0.24015818242558961693 + p * w; + p = 1.6536545626831027356 + p * w; + } else if ( w < 16.000000 ) { + w = sqrt( w ) - 3.250000; + p = 2.2137376921775787049e-09; + p = 9.0756561938885390979e-08 + p * w; + p = -2.7517406297064545428e-07 + p * w; + p = 1.8239629214389227755e-08 + p * w; + p = 1.5027403968909827627e-06 + p * w; + p = -4.013867526981545969e-06 + p * w; + p = 2.9234449089955446044e-06 + p * w; + p = 1.2475304481671778723e-05 + p * w; + p = -4.7318229009055733981e-05 + p * w; + p = 6.8284851459573175448e-05 + p * w; + p = 2.4031110387097893999e-05 + p * w; + p = -0.0003550375203628474796 + p * w; + p = 0.00095328937973738049703 + p * w; + p = -0.0016882755560235047313 + p * w; + p = 0.0024914420961078508066 + p * w; + p = -0.0037512085075692412107 + p * w; + p = 0.005370914553590063617 + p * w; + p = 1.0052589676941592334 + p * w; + p = 3.0838856104922207635 + p * w; + } else { + w = sqrt( w ) - 5.000000; + p = -2.7109920616438573243e-11; + p = -2.5556418169965252055e-10 + p * w; + p = 1.5076572693500548083e-09 + p * w; + p = -3.7894654401267369937e-09 + p * w; + p = 7.6157012080783393804e-09 + p * w; + p = -1.4960026627149240478e-08 + p * w; + p = 2.9147953450901080826e-08 + p * w; + p = -6.7711997758452339498e-08 + p * w; + p = 2.2900482228026654717e-07 + p * w; + p = -9.9298272942317002539e-07 + p * w; + p = 4.5260625972231537039e-06 + p * w; + p = -1.9681778105531670567e-05 + p * w; + p = 7.5995277030017761139e-05 + p * w; + p = -0.00021503011930044477347 + p * w; + p = -0.00013871931833623122026 + p * w; + p = 1.0103004648645343977 + p * w; + p = 4.8499064014085844221 + p * w; + } + return p * x; + } + + static double + standard_deviation( double const* first, double const* last ) { + auto m = Catch::Benchmark::Detail::mean( first, last ); + double variance = + std::accumulate( first, + last, + 0., + [m]( double a, double b ) { + double diff = b - m; + return a + diff * diff; + } ) / + ( last - first ); + return std::sqrt( variance ); + } + + static sample jackknife( double ( *estimator )( double const*, + double const* ), + double* first, + double* last ) { + const auto second = first + 1; + sample results; + results.reserve( static_cast( last - first ) ); + + for ( auto it = first; it != last; ++it ) { + std::iter_swap( it, first ); + results.push_back( estimator( second, last ) ); + } + + return results; + } + + + } // namespace + } // namespace Detail + } // namespace Benchmark +} // namespace Catch + +namespace Catch { + namespace Benchmark { + namespace Detail { - double weighted_average_quantile(int k, int q, std::vector::iterator first, std::vector::iterator last) { + double weighted_average_quantile( int k, + int q, + double* first, + double* last ) { auto count = last - first; double idx = (count - 1) * k / static_cast(q); int j = static_cast(idx); double g = idx - j; std::nth_element(first, first + j, last); auto xj = first[j]; - if ( directCompare( g, 0 ) ) { + if ( Catch::Detail::directCompare( g, 0 ) ) { return xj; } @@ -161,6 +225,48 @@ namespace Catch { return xj + g * (xj1 - xj); } + OutlierClassification + classify_outliers( double const* first, double const* last ) { + std::vector copy( first, last ); + + auto q1 = weighted_average_quantile( 1, 4, copy.data(), copy.data() + copy.size() ); + auto q3 = weighted_average_quantile( 3, 4, copy.data(), copy.data() + copy.size() ); + auto iqr = q3 - q1; + auto los = q1 - ( iqr * 3. ); + auto lom = q1 - ( iqr * 1.5 ); + auto him = q3 + ( iqr * 1.5 ); + auto his = q3 + ( iqr * 3. ); + + OutlierClassification o; + for ( ; first != last; ++first ) { + const double t = *first; + if ( t < los ) { + ++o.low_severe; + } else if ( t < lom ) { + ++o.low_mild; + } else if ( t > his ) { + ++o.high_severe; + } else if ( t > him ) { + ++o.high_mild; + } + ++o.samples_seen; + } + return o; + } + + double mean( double const* first, double const* last ) { + auto count = last - first; + double sum = 0.; + while (first != last) { + sum += *first; + ++first; + } + return sum / static_cast(count); + } + + double normal_cdf( double x ) { + return std::erfc( -x / std::sqrt( 2.0 ) ) / 2.0; + } double erfc_inv(double x) { return erf_inv(1.0 - x); @@ -182,50 +288,77 @@ namespace Catch { return result; } + Estimate + bootstrap( double confidence_level, + double* first, + double* last, + sample const& resample, + double ( *estimator )( double const*, double const* ) ) { + auto n_samples = last - first; + + double point = estimator( first, last ); + // Degenerate case with a single sample + if ( n_samples == 1 ) + return { point, point, point, confidence_level }; + + sample jack = jackknife( estimator, first, last ); + double jack_mean = + mean( jack.data(), jack.data() + jack.size() ); + double sum_squares = 0, sum_cubes = 0; + for ( double x : jack ) { + auto difference = jack_mean - x; + auto square = difference * difference; + auto cube = square * difference; + sum_squares += square; + sum_cubes += cube; + } - double outlier_variance(Estimate mean, Estimate stddev, int n) { - double sb = stddev.point; - double mn = mean.point / n; - double mg_min = mn / 2.; - double sg = (std::min)(mg_min / 4., sb / std::sqrt(n)); - double sg2 = sg * sg; - double sb2 = sb * sb; - - auto c_max = [n, mn, sb2, sg2](double x) -> double { - double k = mn - x; - double d = k * k; - double nd = n * d; - double k0 = -n * nd; - double k1 = sb2 - n * sg2 + nd; - double det = k1 * k1 - 4 * sg2 * k0; - return static_cast(-2. * k0 / (k1 + std::sqrt(det))); - }; + double accel = sum_cubes / ( 6 * std::pow( sum_squares, 1.5 ) ); + long n = static_cast( resample.size() ); + double prob_n = + std::count_if( resample.begin(), + resample.end(), + [point]( double x ) { return x < point; } ) / + static_cast( n ); + // degenerate case with uniform samples + if ( Catch::Detail::directCompare( prob_n, 0. ) ) { + return { point, point, point, confidence_level }; + } - auto var_out = [n, sb2, sg2](double c) { - double nc = n - c; - return (nc / n) * (sb2 - nc * sg2); - }; + double bias = normal_quantile( prob_n ); + double z1 = normal_quantile( ( 1. - confidence_level ) / 2. ); - return (std::min)(var_out(1), var_out((std::min)(c_max(0.), c_max(mg_min)))) / sb2; + auto cumn = [n]( double x ) -> long { + return std::lround( normal_cdf( x ) * + static_cast( n ) ); + }; + auto a = [bias, accel]( double b ) { + return bias + b / ( 1. - accel * b ); + }; + double b1 = bias + z1; + double b2 = bias - z1; + double a1 = a( b1 ); + double a2 = a( b2 ); + auto lo = static_cast( (std::max)( cumn( a1 ), 0l ) ); + auto hi = + static_cast( (std::min)( cumn( a2 ), n - 1 ) ); + + return { point, resample[lo], resample[hi], confidence_level }; } - - bootstrap_analysis analyse_samples(double confidence_level, unsigned int n_resamples, std::vector::iterator first, std::vector::iterator last) { - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION - CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS - static std::random_device entropy; - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION - - auto n = static_cast(last - first); // seriously, one can't use integral types without hell in C++ - - auto mean = &Detail::mean::iterator>; + bootstrap_analysis analyse_samples(double confidence_level, + unsigned int n_resamples, + double* first, + double* last) { + auto mean = &Detail::mean; auto stddev = &standard_deviation; #if defined(CATCH_CONFIG_USE_ASYNC) - auto Estimate = [=](double(*f)(std::vector::iterator, std::vector::iterator)) { - auto seed = entropy(); + auto Estimate = [=](double(*f)(double const*, double const*)) { + std::random_device rd; + auto seed = rd(); return std::async(std::launch::async, [=] { - std::mt19937 rng(seed); + SimplePcg32 rng( seed ); auto resampled = resample(rng, n_resamples, first, last, f); return bootstrap(confidence_level, first, last, resampled, f); }); @@ -237,9 +370,10 @@ namespace Catch { auto mean_estimate = mean_future.get(); auto stddev_estimate = stddev_future.get(); #else - auto Estimate = [=](double(*f)(std::vector::iterator, std::vector::iterator)) { - auto seed = entropy(); - std::mt19937 rng(seed); + auto Estimate = [=](double(*f)(double const* , double const*)) { + std::random_device rd; + auto seed = rd(); + SimplePcg32 rng( seed ); auto resampled = resample(rng, n_resamples, first, last, f); return bootstrap(confidence_level, first, last, resampled, f); }; @@ -248,6 +382,7 @@ namespace Catch { auto stddev_estimate = Estimate(stddev); #endif // CATCH_USE_ASYNC + auto n = static_cast(last - first); // seriously, one can't use integral types without hell in C++ double outlier_variance = Detail::outlier_variance(mean_estimate, stddev_estimate, n); return { mean_estimate, stddev_estimate, outlier_variance }; diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.hpp index 4c54ec52e..3bea612f9 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_stats.hpp @@ -13,122 +13,35 @@ #include #include -#include #include -#include -#include -#include namespace Catch { namespace Benchmark { namespace Detail { using sample = std::vector; - // Used when we know we want == comparison of two doubles - // to centralize warning suppression - bool directCompare( double lhs, double rhs ); - - double weighted_average_quantile(int k, int q, std::vector::iterator first, std::vector::iterator last); - - template - OutlierClassification classify_outliers(Iterator first, Iterator last) { - std::vector copy(first, last); - - auto q1 = weighted_average_quantile(1, 4, copy.begin(), copy.end()); - auto q3 = weighted_average_quantile(3, 4, copy.begin(), copy.end()); - auto iqr = q3 - q1; - auto los = q1 - (iqr * 3.); - auto lom = q1 - (iqr * 1.5); - auto him = q3 + (iqr * 1.5); - auto his = q3 + (iqr * 3.); - - OutlierClassification o; - for (; first != last; ++first) { - auto&& t = *first; - if (t < los) ++o.low_severe; - else if (t < lom) ++o.low_mild; - else if (t > his) ++o.high_severe; - else if (t > him) ++o.high_mild; - ++o.samples_seen; - } - return o; - } - - template - double mean(Iterator first, Iterator last) { - auto count = last - first; - double sum = std::accumulate(first, last, 0.); - return sum / static_cast(count); - } - - template - sample jackknife(Estimator&& estimator, Iterator first, Iterator last) { - auto n = static_cast(last - first); - auto second = first; - ++second; - sample results; - results.reserve(n); - - for (auto it = first; it != last; ++it) { - std::iter_swap(it, first); - results.push_back(estimator(second, last)); - } - - return results; - } - - inline double normal_cdf(double x) { - return std::erfc(-x / std::sqrt(2.0)) / 2.0; - } + double weighted_average_quantile( int k, + int q, + double* first, + double* last ); + + OutlierClassification + classify_outliers( double const* first, double const* last ); + + double mean( double const* first, double const* last ); + + double normal_cdf( double x ); double erfc_inv(double x); double normal_quantile(double p); - template - Estimate bootstrap(double confidence_level, Iterator first, Iterator last, sample const& resample, Estimator&& estimator) { - auto n_samples = last - first; - - double point = estimator(first, last); - // Degenerate case with a single sample - if (n_samples == 1) return { point, point, point, confidence_level }; - - sample jack = jackknife(estimator, first, last); - double jack_mean = mean(jack.begin(), jack.end()); - double sum_squares, sum_cubes; - std::tie(sum_squares, sum_cubes) = std::accumulate(jack.begin(), jack.end(), std::make_pair(0., 0.), [jack_mean](std::pair sqcb, double x) -> std::pair { - auto d = jack_mean - x; - auto d2 = d * d; - auto d3 = d2 * d; - return { sqcb.first + d2, sqcb.second + d3 }; - }); - - double accel = sum_cubes / (6 * std::pow(sum_squares, 1.5)); - long n = static_cast(resample.size()); - double prob_n = std::count_if(resample.begin(), resample.end(), [point](double x) { return x < point; }) / static_cast(n); - // degenerate case with uniform samples - if ( directCompare( prob_n, 0. ) ) { - return { point, point, point, confidence_level }; - } - - double bias = normal_quantile(prob_n); - double z1 = normal_quantile((1. - confidence_level) / 2.); - - auto cumn = [n]( double x ) -> long { - return std::lround( normal_cdf( x ) * static_cast(n) ); - }; - auto a = [bias, accel](double b) { return bias + b / (1. - accel * b); }; - double b1 = bias + z1; - double b2 = bias - z1; - double a1 = a(b1); - double a2 = a(b2); - auto lo = static_cast((std::max)(cumn(a1), 0l)); - auto hi = static_cast((std::min)(cumn(a2), n - 1)); - - return { point, resample[lo], resample[hi], confidence_level }; - } - - double outlier_variance(Estimate mean, Estimate stddev, int n); + Estimate + bootstrap( double confidence_level, + double* first, + double* last, + sample const& resample, + double ( *estimator )( double const*, double const* ) ); struct bootstrap_analysis { Estimate mean; @@ -136,7 +49,10 @@ namespace Catch { double outlier_variance; }; - bootstrap_analysis analyse_samples(double confidence_level, unsigned int n_resamples, std::vector::iterator first, std::vector::iterator last); + bootstrap_analysis analyse_samples(double confidence_level, + unsigned int n_resamples, + double* first, + double* last); } // namespace Detail } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/benchmark/detail/catch_timing.hpp b/external_imported/Catch2/src/catch2/benchmark/detail/catch_timing.hpp index f5c25571c..da5671908 100644 --- a/external_imported/Catch2/src/catch2/benchmark/detail/catch_timing.hpp +++ b/external_imported/Catch2/src/catch2/benchmark/detail/catch_timing.hpp @@ -17,14 +17,14 @@ namespace Catch { namespace Benchmark { - template + template struct Timing { - Duration elapsed; + IDuration elapsed; Result result; int iterations; }; - template - using TimingOf = Timing, Detail::CompleteType_t>>; + template + using TimingOf = Timing>>; } // namespace Benchmark } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/catch_all.hpp b/external_imported/Catch2/src/catch2/catch_all.hpp index be146421e..f2cc85365 100644 --- a/external_imported/Catch2/src/catch2/catch_all.hpp +++ b/external_imported/Catch2/src/catch2/catch_all.hpp @@ -54,6 +54,8 @@ #include #include #include +#include +#include #include #include #include @@ -72,6 +74,7 @@ #include #include #include +#include #include #include #include @@ -86,7 +89,10 @@ #include #include #include +#include #include +#include +#include #include #include #include @@ -111,10 +117,13 @@ #include #include #include +#include #include #include #include #include +#include +#include #include #include #include diff --git a/external_imported/Catch2/src/catch2/catch_approx.cpp b/external_imported/Catch2/src/catch2/catch_approx.cpp index 407586d1d..9ad4ce3ee 100644 --- a/external_imported/Catch2/src/catch2/catch_approx.cpp +++ b/external_imported/Catch2/src/catch2/catch_approx.cpp @@ -70,10 +70,10 @@ namespace Catch { } namespace literals { - Approx operator "" _a(long double val) { + Approx operator ""_a(long double val) { return Approx(val); } - Approx operator "" _a(unsigned long long val) { + Approx operator ""_a(unsigned long long val) { return Approx(val); } } // end namespace literals diff --git a/external_imported/Catch2/src/catch2/catch_config.cpp b/external_imported/Catch2/src/catch2/catch_config.cpp index eb4f5ad36..34f50f175 100644 --- a/external_imported/Catch2/src/catch2/catch_config.cpp +++ b/external_imported/Catch2/src/catch2/catch_config.cpp @@ -105,7 +105,7 @@ namespace Catch { elem = trim(elem); } - // Insert the default reporter if user hasn't asked for a specfic one + // Insert the default reporter if user hasn't asked for a specific one if ( m_data.reporterSpecifications.empty() ) { m_data.reporterSpecifications.push_back( { #if defined( CATCH_CONFIG_DEFAULT_REPORTER ) diff --git a/external_imported/Catch2/src/catch2/catch_config.hpp b/external_imported/Catch2/src/catch2/catch_config.hpp index 784de4aa5..17e983e5c 100644 --- a/external_imported/Catch2/src/catch2/catch_config.hpp +++ b/external_imported/Catch2/src/catch2/catch_config.hpp @@ -69,7 +69,7 @@ namespace Catch { bool benchmarkNoAnalysis = false; unsigned int benchmarkSamples = 100; double benchmarkConfidenceInterval = 0.95; - unsigned int benchmarkResamples = 100000; + unsigned int benchmarkResamples = 100'000; std::chrono::milliseconds::rep benchmarkWarmupTime = 100; Verbosity verbosity = Verbosity::Normal; diff --git a/external_imported/Catch2/src/catch2/catch_message.cpp b/external_imported/Catch2/src/catch2/catch_message.cpp index d4723e949..384f180e5 100644 --- a/external_imported/Catch2/src/catch2/catch_message.cpp +++ b/external_imported/Catch2/src/catch2/catch_message.cpp @@ -37,7 +37,11 @@ namespace Catch { } - Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) { + Capturer::Capturer( StringRef macroName, + SourceLineInfo const& lineInfo, + ResultWas::OfType resultType, + StringRef names ): + m_resultCapture( getResultCapture() ) { auto trimmed = [&] (size_t start, size_t end) { while (names[start] == ',' || isspace(static_cast(names[start]))) { ++start; diff --git a/external_imported/Catch2/src/catch2/catch_message.hpp b/external_imported/Catch2/src/catch2/catch_message.hpp index e6bc1b5dc..05325ee8f 100644 --- a/external_imported/Catch2/src/catch2/catch_message.hpp +++ b/external_imported/Catch2/src/catch2/catch_message.hpp @@ -8,12 +8,13 @@ #ifndef CATCH_MESSAGE_HPP_INCLUDED #define CATCH_MESSAGE_HPP_INCLUDED +#include #include #include #include #include -#include #include +#include #include #include @@ -21,6 +22,7 @@ namespace Catch { struct SourceLineInfo; + class IResultCapture; struct MessageStream { @@ -61,7 +63,7 @@ namespace Catch { class Capturer { std::vector m_messages; - IResultCapture& m_resultCapture = getResultCapture(); + IResultCapture& m_resultCapture; size_t m_captured = 0; public: Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ); @@ -112,28 +114,28 @@ namespace Catch { Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info ) << log ) -#if defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_DISABLE) +#if defined(CATCH_CONFIG_PREFIX_MESSAGES) && !defined(CATCH_CONFIG_DISABLE) #define CATCH_INFO( msg ) INTERNAL_CATCH_INFO( "CATCH_INFO", msg ) #define CATCH_UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "CATCH_UNSCOPED_INFO", msg ) #define CATCH_WARN( msg ) INTERNAL_CATCH_MSG( "CATCH_WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg ) #define CATCH_CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CATCH_CAPTURE", __VA_ARGS__ ) -#elif defined(CATCH_CONFIG_PREFIX_ALL) && defined(CATCH_CONFIG_DISABLE) +#elif defined(CATCH_CONFIG_PREFIX_MESSAGES) && defined(CATCH_CONFIG_DISABLE) #define CATCH_INFO( msg ) (void)(0) #define CATCH_UNSCOPED_INFO( msg ) (void)(0) #define CATCH_WARN( msg ) (void)(0) #define CATCH_CAPTURE( ... ) (void)(0) -#elif !defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_DISABLE) +#elif !defined(CATCH_CONFIG_PREFIX_MESSAGES) && !defined(CATCH_CONFIG_DISABLE) #define INFO( msg ) INTERNAL_CATCH_INFO( "INFO", msg ) #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) #define WARN( msg ) INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg ) #define CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE", __VA_ARGS__ ) -#elif !defined(CATCH_CONFIG_PREFIX_ALL) && defined(CATCH_CONFIG_DISABLE) +#elif !defined(CATCH_CONFIG_PREFIX_MESSAGES) && defined(CATCH_CONFIG_DISABLE) #define INFO( msg ) (void)(0) #define UNSCOPED_INFO( msg ) (void)(0) diff --git a/external_imported/Catch2/src/catch2/catch_registry_hub.cpp b/external_imported/Catch2/src/catch2/catch_registry_hub.cpp index 243dd2b0c..8716db3a7 100644 --- a/external_imported/Catch2/src/catch2/catch_registry_hub.cpp +++ b/external_imported/Catch2/src/catch2/catch_registry_hub.cpp @@ -20,6 +20,9 @@ #include #include #include +#include + +#include namespace Catch { @@ -31,7 +34,7 @@ namespace Catch { public: // IRegistryHub RegistryHub() = default; - IReporterRegistry const& getReporterRegistry() const override { + ReporterRegistry const& getReporterRegistry() const override { return m_reporterRegistry; } ITestCaseRegistry const& getTestCaseRegistry() const override { diff --git a/external_imported/Catch2/src/catch2/catch_session.cpp b/external_imported/Catch2/src/catch2/catch_session.cpp index 43465f0c4..f1ed5f9cc 100644 --- a/external_imported/Catch2/src/catch2/catch_session.cpp +++ b/external_imported/Catch2/src/catch2/catch_session.cpp @@ -13,13 +13,13 @@ #include #include #include -#include #include #include +#include #include #include #include -#include +#include #include #include #include @@ -27,6 +27,7 @@ #include #include +#include #include #include diff --git a/external_imported/Catch2/src/catch2/catch_test_case_info.cpp b/external_imported/Catch2/src/catch2/catch_test_case_info.cpp index a6adce0ae..c38ee55ac 100644 --- a/external_imported/Catch2/src/catch2/catch_test_case_info.cpp +++ b/external_imported/Catch2/src/catch2/catch_test_case_info.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -139,12 +140,20 @@ namespace Catch { for (size_t idx = 0; idx < originalTags.size(); ++idx) { auto c = originalTags[idx]; if (c == '[') { - assert(!inTag); + CATCH_ENFORCE( + !inTag, + "Found '[' inside a tag while registering test case '" + << _nameAndTags.name << "' at " << _lineInfo ); + inTag = true; tagStart = idx; } if (c == ']') { - assert(inTag); + CATCH_ENFORCE( + inTag, + "Found unmatched ']' while registering test case '" + << _nameAndTags.name << "' at " << _lineInfo ); + inTag = false; tagEnd = idx; assert(tagStart < tagEnd); @@ -153,7 +162,11 @@ namespace Catch { // it over to backing storage and actually reference the // backing storage in the saved tags StringRef tagStr = originalTags.substr(tagStart+1, tagEnd - tagStart - 1); - CATCH_ENFORCE(!tagStr.empty(), "Empty tags are not allowed"); + CATCH_ENFORCE( !tagStr.empty(), + "Found an empty tag while registering test case '" + << _nameAndTags.name << "' at " + << _lineInfo ); + enforceNotReservedTag(tagStr, lineInfo); properties |= parseSpecialTag(tagStr); // When copying a tag to the backing storage, we need to @@ -167,8 +180,12 @@ namespace Catch { // the tags. internalAppendTag(tagStr); } - (void)inTag; // Silence "set-but-unused" warning in release mode. } + CATCH_ENFORCE( !inTag, + "Found an unclosed tag while registering test case '" + << _nameAndTags.name << "' at " << _lineInfo ); + + // Add [.] if relevant if (isHidden()) { internalAppendTag("."_sr); diff --git a/external_imported/Catch2/src/catch2/catch_test_case_info.hpp b/external_imported/Catch2/src/catch2/catch_test_case_info.hpp index 5ff3e3e72..a2f4b43ec 100644 --- a/external_imported/Catch2/src/catch2/catch_test_case_info.hpp +++ b/external_imported/Catch2/src/catch2/catch_test_case_info.hpp @@ -8,10 +8,10 @@ #ifndef CATCH_TEST_CASE_INFO_HPP_INCLUDED #define CATCH_TEST_CASE_INFO_HPP_INCLUDED +#include #include #include #include -#include #include @@ -44,6 +44,7 @@ namespace Catch { }; class ITestInvoker; + struct NameAndTags; enum class TestCaseProperties : uint8_t { None = 0, diff --git a/external_imported/Catch2/src/catch2/catch_test_spec.cpp b/external_imported/Catch2/src/catch2/catch_test_spec.cpp index f27ce99c3..f32f9864c 100644 --- a/external_imported/Catch2/src/catch2/catch_test_spec.cpp +++ b/external_imported/Catch2/src/catch2/catch_test_spec.cpp @@ -6,6 +6,8 @@ // SPDX-License-Identifier: BSL-1.0 #include +#include +#include #include #include #include @@ -106,16 +108,18 @@ namespace Catch { return std::any_of( m_filters.begin(), m_filters.end(), [&]( Filter const& f ){ return f.matches( testCase ); } ); } - TestSpec::Matches TestSpec::matchesByFilter( std::vector const& testCases, IConfig const& config ) const - { - Matches matches( m_filters.size() ); - std::transform( m_filters.begin(), m_filters.end(), matches.begin(), [&]( Filter const& filter ){ + TestSpec::Matches TestSpec::matchesByFilter( std::vector const& testCases, IConfig const& config ) const { + Matches matches; + matches.reserve( m_filters.size() ); + for ( auto const& filter : m_filters ) { std::vector currentMatches; - for( auto const& test : testCases ) - if( isThrowSafe( test, config ) && filter.matches( test.getTestCaseInfo() ) ) + for ( auto const& test : testCases ) + if ( isThrowSafe( test, config ) && + filter.matches( test.getTestCaseInfo() ) ) currentMatches.emplace_back( &test ); - return FilterMatch{ extractFilterName(filter), currentMatches }; - } ); + matches.push_back( + FilterMatch{ extractFilterName( filter ), currentMatches } ); + } return matches; } diff --git a/external_imported/Catch2/src/catch2/catch_tostring.hpp b/external_imported/Catch2/src/catch2/catch_tostring.hpp index 904caa7e7..f3fb0beb7 100644 --- a/external_imported/Catch2/src/catch2/catch_tostring.hpp +++ b/external_imported/Catch2/src/catch2/catch_tostring.hpp @@ -116,7 +116,6 @@ namespace Catch { } // namespace Detail - // If we decide for C++14, change these to enable_if_ts template struct StringMaker { template @@ -399,6 +398,12 @@ namespace Catch { } } }; + template <> + struct StringMaker { + static std::string convert(const std::nullopt_t&) { + return "{ }"; + } + }; } #endif // CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER diff --git a/external_imported/Catch2/src/catch2/catch_translate_exception.cpp b/external_imported/Catch2/src/catch2/catch_translate_exception.cpp new file mode 100644 index 000000000..c4b289449 --- /dev/null +++ b/external_imported/Catch2/src/catch2/catch_translate_exception.cpp @@ -0,0 +1,20 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#include +#include + +namespace Catch { + namespace Detail { + void registerTranslatorImpl( + Detail::unique_ptr&& translator ) { + getMutableRegistryHub().registerTranslator( + CATCH_MOVE( translator ) ); + } + } // namespace Detail +} // namespace Catch diff --git a/external_imported/Catch2/src/catch2/catch_translate_exception.hpp b/external_imported/Catch2/src/catch2/catch_translate_exception.hpp index 2dbeb17e8..5a4dc5e37 100644 --- a/external_imported/Catch2/src/catch2/catch_translate_exception.hpp +++ b/external_imported/Catch2/src/catch2/catch_translate_exception.hpp @@ -15,6 +15,10 @@ #include namespace Catch { + namespace Detail { + void registerTranslatorImpl( + Detail::unique_ptr&& translator ); + } class ExceptionTranslatorRegistrar { template @@ -48,9 +52,9 @@ namespace Catch { public: template ExceptionTranslatorRegistrar( std::string(*translateFunction)( T const& ) ) { - getMutableRegistryHub().registerTranslator( - Detail::make_unique>(translateFunction) - ); + Detail::registerTranslatorImpl( + Detail::make_unique>( + translateFunction ) ); } }; diff --git a/external_imported/Catch2/src/catch2/catch_user_config.hpp.in b/external_imported/Catch2/src/catch2/catch_user_config.hpp.in index 3f6b10e89..10d61937f 100644 --- a/external_imported/Catch2/src/catch2/catch_user_config.hpp.in +++ b/external_imported/Catch2/src/catch2/catch_user_config.hpp.in @@ -169,9 +169,18 @@ #endif +#cmakedefine CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT +#cmakedefine CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT + +#if defined( CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) && \ + defined( CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) +# error Cannot force STATIC_ANALYSIS_SUPPORT to both ON and OFF +#endif + + // ------ // Simple toggle defines -// their value is never used and they cannot be overriden +// their value is never used and they cannot be overridden // ------ @@ -189,6 +198,7 @@ #cmakedefine CATCH_CONFIG_FAST_COMPILE #cmakedefine CATCH_CONFIG_NOSTDOUT #cmakedefine CATCH_CONFIG_PREFIX_ALL +#cmakedefine CATCH_CONFIG_PREFIX_MESSAGES #cmakedefine CATCH_CONFIG_WINDOWS_CRTDBG #cmakedefine CATCH_CONFIG_SHARED_LIBRARY diff --git a/external_imported/Catch2/src/catch2/catch_version.cpp b/external_imported/Catch2/src/catch2/catch_version.cpp index 19cab91b3..4e67d968c 100644 --- a/external_imported/Catch2/src/catch2/catch_version.cpp +++ b/external_imported/Catch2/src/catch2/catch_version.cpp @@ -36,7 +36,7 @@ namespace Catch { } Version const& libraryVersion() { - static Version version( 3, 3, 2, "", 0 ); + static Version version( 3, 5, 2, "", 0 ); return version; } diff --git a/external_imported/Catch2/src/catch2/catch_version_macros.hpp b/external_imported/Catch2/src/catch2/catch_version_macros.hpp index 9ece85051..be2a04d2f 100644 --- a/external_imported/Catch2/src/catch2/catch_version_macros.hpp +++ b/external_imported/Catch2/src/catch2/catch_version_macros.hpp @@ -9,7 +9,7 @@ #define CATCH_VERSION_MACROS_HPP_INCLUDED #define CATCH_VERSION_MAJOR 3 -#define CATCH_VERSION_MINOR 3 +#define CATCH_VERSION_MINOR 5 #define CATCH_VERSION_PATCH 2 #endif // CATCH_VERSION_MACROS_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/generators/catch_generators.hpp b/external_imported/Catch2/src/catch2/generators/catch_generators.hpp index 117f19019..0f35a9968 100644 --- a/external_imported/Catch2/src/catch2/generators/catch_generators.hpp +++ b/external_imported/Catch2/src/catch2/generators/catch_generators.hpp @@ -37,12 +37,6 @@ namespace Detail { } public: - ~IGenerator() override = default; - IGenerator() = default; - IGenerator(IGenerator const&) = default; - IGenerator& operator=(IGenerator const&) = default; - - // Returns the current element of the generator // // \Precondition The generator is either freshly constructed, diff --git a/external_imported/Catch2/src/catch2/generators/catch_generators_random.cpp b/external_imported/Catch2/src/catch2/generators/catch_generators_random.cpp index 2e3390fdf..00a8e634f 100644 --- a/external_imported/Catch2/src/catch2/generators/catch_generators_random.cpp +++ b/external_imported/Catch2/src/catch2/generators/catch_generators_random.cpp @@ -7,7 +7,35 @@ // SPDX-License-Identifier: BSL-1.0 #include - #include -std::uint32_t Catch::Generators::Detail::getSeed() { return sharedRng()(); } +#include + +namespace Catch { + namespace Generators { + namespace Detail { + std::uint32_t getSeed() { return sharedRng()(); } + } // namespace Detail + + struct RandomFloatingGenerator::PImpl { + PImpl( long double a, long double b, uint32_t seed ): + rng( seed ), dist( a, b ) {} + + Catch::SimplePcg32 rng; + std::uniform_real_distribution dist; + }; + + RandomFloatingGenerator::RandomFloatingGenerator( + long double a, long double b, std::uint32_t seed) : + m_pimpl(Catch::Detail::make_unique(a, b, seed)) { + static_cast( next() ); + } + + RandomFloatingGenerator::~RandomFloatingGenerator() = + default; + bool RandomFloatingGenerator::next() { + m_current_number = m_pimpl->dist( m_pimpl->rng ); + return true; + } + } // namespace Generators +} // namespace Catch diff --git a/external_imported/Catch2/src/catch2/generators/catch_generators_random.hpp b/external_imported/Catch2/src/catch2/generators/catch_generators_random.hpp index bcd4888dc..712835619 100644 --- a/external_imported/Catch2/src/catch2/generators/catch_generators_random.hpp +++ b/external_imported/Catch2/src/catch2/generators/catch_generators_random.hpp @@ -8,11 +8,11 @@ #ifndef CATCH_GENERATORS_RANDOM_HPP_INCLUDED #define CATCH_GENERATORS_RANDOM_HPP_INCLUDED -#include #include #include - -#include +#include +#include +#include namespace Catch { namespace Generators { @@ -26,7 +26,7 @@ namespace Detail { template class RandomFloatingGenerator final : public IGenerator { Catch::SimplePcg32 m_rng; - std::uniform_real_distribution m_dist; + Catch::uniform_floating_point_distribution m_dist; Float m_current_number; public: RandomFloatingGenerator( Float a, Float b, std::uint32_t seed ): @@ -44,10 +44,27 @@ class RandomFloatingGenerator final : public IGenerator { } }; +template <> +class RandomFloatingGenerator final : public IGenerator { + // We still rely on for this specialization, but we don't + // want to drag it into the header. + struct PImpl; + Catch::Detail::unique_ptr m_pimpl; + long double m_current_number; + +public: + RandomFloatingGenerator( long double a, long double b, std::uint32_t seed ); + + long double const& get() const override { return m_current_number; } + bool next() override; + + ~RandomFloatingGenerator() override; // = default +}; + template class RandomIntegerGenerator final : public IGenerator { Catch::SimplePcg32 m_rng; - std::uniform_int_distribution m_dist; + Catch::uniform_integer_distribution m_dist; Integer m_current_number; public: RandomIntegerGenerator( Integer a, Integer b, std::uint32_t seed ): @@ -68,14 +85,6 @@ class RandomIntegerGenerator final : public IGenerator { template std::enable_if_t::value, GeneratorWrapper> random(T a, T b) { - static_assert( - !std::is_same::value && - !std::is_same::value && - !std::is_same::value && - !std::is_same::value && - !std::is_same::value && - !std::is_same::value, - "The requested type is not supported by the underlying random distributions from std" ); return GeneratorWrapper( Catch::Detail::make_unique>(a, b, Detail::getSeed()) ); diff --git a/external_imported/Catch2/src/catch2/generators/catch_generators_range.hpp b/external_imported/Catch2/src/catch2/generators/catch_generators_range.hpp index 495acb950..b67c1590e 100644 --- a/external_imported/Catch2/src/catch2/generators/catch_generators_range.hpp +++ b/external_imported/Catch2/src/catch2/generators/catch_generators_range.hpp @@ -96,10 +96,11 @@ GeneratorWrapper from_range(InputIterator from, InputSentinel to) { return GeneratorWrapper(Catch::Detail::make_unique>(from, to)); } -template -GeneratorWrapper from_range(Container const& cnt) { - return GeneratorWrapper(Catch::Detail::make_unique>(cnt.begin(), cnt.end())); +template +auto from_range(Container const& cnt) { + using std::begin; + using std::end; + return from_range( begin( cnt ), end( cnt ) ); } diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_all.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_all.hpp index 87b746d8c..a99fdcdc9 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_all.hpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_all.hpp @@ -30,8 +30,8 @@ #include #include #include -#include #include +#include #include #endif // CATCH_INTERFACES_ALL_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_capture.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_capture.hpp index 2a469c12b..a1876a4ca 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_capture.hpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_capture.hpp @@ -14,6 +14,7 @@ #include #include #include +#include namespace Catch { @@ -31,8 +32,6 @@ namespace Catch { class IGeneratorTracker; struct BenchmarkInfo; - template > - struct BenchmarkStats; namespace Generators { class GeneratorUntypedBase; @@ -44,6 +43,7 @@ namespace Catch { public: virtual ~IResultCapture(); + virtual void notifyAssertionStarted( AssertionInfo const& info ) = 0; virtual bool sectionStarted( StringRef sectionName, SourceLineInfo const& sectionLineInfo, Counts& assertions ) = 0; @@ -84,7 +84,7 @@ namespace Catch { AssertionReaction& reaction ) = 0; virtual void handleUnexpectedInflightException ( AssertionInfo const& info, - std::string const& message, + std::string&& message, AssertionReaction& reaction ) = 0; virtual void handleIncomplete ( AssertionInfo const& info ) = 0; diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_exception.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_exception.hpp index 9177666ae..fcc2a8f9c 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_exception.hpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_exception.hpp @@ -8,7 +8,6 @@ #ifndef CATCH_INTERFACES_EXCEPTION_HPP_INCLUDED #define CATCH_INTERFACES_EXCEPTION_HPP_INCLUDED -#include #include #include diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.hpp index 8813b538d..113f223e8 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.hpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.hpp @@ -19,7 +19,7 @@ namespace Catch { class ITestCaseRegistry; class IExceptionTranslatorRegistry; class IExceptionTranslator; - class IReporterRegistry; + class ReporterRegistry; class IReporterFactory; class ITagAliasRegistry; class ITestInvoker; @@ -35,7 +35,7 @@ namespace Catch { public: virtual ~IRegistryHub(); // = default - virtual IReporterRegistry const& getReporterRegistry() const = 0; + virtual ReporterRegistry const& getReporterRegistry() const = 0; virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0; virtual ITagAliasRegistry const& getTagAliasRegistry() const = 0; virtual IExceptionTranslatorRegistry const& getExceptionTranslatorRegistry() const = 0; diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.cpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.cpp index 67c5c80ed..90536bb36 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.cpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.cpp @@ -7,19 +7,11 @@ // SPDX-License-Identifier: BSL-1.0 #include #include -#include -#include #include -#include -#include -#include -#include #include #include -#include #include -#include namespace Catch { @@ -54,8 +46,6 @@ namespace Catch { infoMessages( _infoMessages ), totals( _totals ) { - assertionResult.m_resultData.lazyExpression.m_transientExpression = _assertionResult.m_resultData.lazyExpression.m_transientExpression; - if( assertionResult.hasMessage() ) { // Copy message into messages list. // !TBD This should have been done earlier, somewhere diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.hpp index cf414f10e..a052c5db1 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.hpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter.hpp @@ -13,11 +13,9 @@ #include #include #include +#include #include -#include -#include -#include - +#include #include #include @@ -57,11 +55,6 @@ namespace Catch { std::map m_customOptions; }; - struct TestRunInfo { - constexpr TestRunInfo(StringRef _name) : name(_name) {} - StringRef name; - }; - struct AssertionStats { AssertionStats( AssertionResult const& _assertionResult, std::vector const& _infoMessages, @@ -113,45 +106,6 @@ namespace Catch { bool aborting; }; - - struct BenchmarkInfo { - std::string name; - double estimatedDuration; - int iterations; - unsigned int samples; - unsigned int resamples; - double clockResolution; - double clockCost; - }; - - template - struct BenchmarkStats { - BenchmarkInfo info; - - std::vector samples; - Benchmark::Estimate mean; - Benchmark::Estimate standardDeviation; - Benchmark::OutlierClassification outliers; - double outlierVariance; - - template - operator BenchmarkStats() const { - std::vector samples2; - samples2.reserve(samples.size()); - for (auto const& sample : samples) { - samples2.push_back(Duration2(sample)); - } - return { - info, - CATCH_MOVE(samples2), - mean, - standardDeviation, - outliers, - outlierVariance, - }; - } - }; - //! By setting up its preferences, a reporter can modify Catch2's behaviour //! in some regards, e.g. it can request Catch2 to capture writes to //! stdout/stderr during test execution, and pass them to the reporter. @@ -250,7 +204,7 @@ namespace Catch { */ virtual void skipTest( TestCaseInfo const& testInfo ) = 0; - //! Called if a fatal error (signal/structured exception) occured + //! Called if a fatal error (signal/structured exception) occurred virtual void fatalErrorEncountered( StringRef error ) = 0; //! Writes out information about provided reporters using reporter-specific format diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.cpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.cpp deleted file mode 100644 index f620cbc8d..000000000 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.cpp +++ /dev/null @@ -1,13 +0,0 @@ - -// Copyright Catch2 Authors -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE.txt or copy at -// https://www.boost.org/LICENSE_1_0.txt) - -// SPDX-License-Identifier: BSL-1.0 - -#include - -namespace Catch { - IReporterRegistry::~IReporterRegistry() = default; -} diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.hpp deleted file mode 100644 index 277d1761b..000000000 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_reporter_registry.hpp +++ /dev/null @@ -1,42 +0,0 @@ - -// Copyright Catch2 Authors -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE.txt or copy at -// https://www.boost.org/LICENSE_1_0.txt) - -// SPDX-License-Identifier: BSL-1.0 -#ifndef CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED -#define CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED - -#include -#include - -#include -#include -#include - -namespace Catch { - - class IConfig; - - class IEventListener; - using IEventListenerPtr = Detail::unique_ptr; - class IReporterFactory; - using IReporterFactoryPtr = Detail::unique_ptr; - struct ReporterConfig; - class EventListenerFactory; - - class IReporterRegistry { - public: - using FactoryMap = std::map; - using Listeners = std::vector>; - - virtual ~IReporterRegistry(); // = default - virtual IEventListenerPtr create( std::string const& name, ReporterConfig&& config ) const = 0; - virtual FactoryMap const& getFactories() const = 0; - virtual Listeners const& getListeners() const = 0; - }; - -} // end namespace Catch - -#endif // CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_test_invoker.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_test_invoker.hpp new file mode 100644 index 000000000..3caeff9a3 --- /dev/null +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_test_invoker.hpp @@ -0,0 +1,21 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#ifndef CATCH_INTERFACES_TEST_INVOKER_HPP_INCLUDED +#define CATCH_INTERFACES_TEST_INVOKER_HPP_INCLUDED + +namespace Catch { + + class ITestInvoker { + public: + virtual void invoke() const = 0; + virtual ~ITestInvoker(); // = default + }; + +} // namespace Catch + +#endif // CATCH_INTERFACES_TEST_INVOKER_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.cpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.cpp index 5e632ba89..a543116c3 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.cpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.cpp @@ -9,6 +9,5 @@ #include namespace Catch { - ITestInvoker::~ITestInvoker() = default; ITestCaseRegistry::~ITestCaseRegistry() = default; } diff --git a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.hpp b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.hpp index 78ee20216..daee84829 100644 --- a/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.hpp +++ b/external_imported/Catch2/src/catch2/interfaces/catch_interfaces_testcase.hpp @@ -12,15 +12,7 @@ namespace Catch { - class TestSpec; struct TestCaseInfo; - - class ITestInvoker { - public: - virtual void invoke () const = 0; - virtual ~ITestInvoker(); // = default - }; - class TestCaseHandle; class IConfig; @@ -33,11 +25,6 @@ namespace Catch { virtual std::vector const& getAllTestsSorted( IConfig const& config ) const = 0; }; - bool isThrowSafe( TestCaseHandle const& testCase, IConfig const& config ); - bool matchTest( TestCaseHandle const& testCase, TestSpec const& testSpec, IConfig const& config ); - std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ); - std::vector const& getAllTestCasesSorted( IConfig const& config ); - } #endif // CATCH_INTERFACES_TESTCASE_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.cpp b/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.cpp index 0b14e0bba..f650a7073 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.cpp @@ -8,11 +8,8 @@ #include #include #include -#include #include #include -#include -#include #include namespace Catch { @@ -24,7 +21,9 @@ namespace Catch { ResultDisposition::Flags resultDisposition ) : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, m_resultCapture( getResultCapture() ) - {} + { + m_resultCapture.notifyAssertionStarted( m_assertionInfo ); + } void AssertionHandler::handleExpr( ITransientExpression const& expr ) { m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); @@ -38,7 +37,7 @@ namespace Catch { } void AssertionHandler::complete() { - setCompleted(); + m_completed = true; if( m_reaction.shouldDebugBreak ) { // If you find your debugger stopping you here then go one level up on the @@ -51,16 +50,9 @@ namespace Catch { throw_test_failure_exception(); } if ( m_reaction.shouldSkip ) { -#if !defined( CATCH_CONFIG_DISABLE_EXCEPTIONS ) - throw Catch::TestSkipException(); -#else - CATCH_ERROR( "Explicitly skipping tests during runtime requires exceptions" ); -#endif + throw_test_skip_exception(); } } - void AssertionHandler::setCompleted() { - m_completed = true; - } void AssertionHandler::handleUnexpectedInflightException() { m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); diff --git a/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.hpp b/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.hpp index ae7776d8b..01dd7801d 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_assertion_handler.hpp @@ -11,14 +11,11 @@ #include #include #include -#include #include namespace Catch { - class IResultCapture; - struct AssertionReaction { bool shouldDebugBreak = false; bool shouldThrow = false; @@ -59,7 +56,6 @@ namespace Catch { void handleUnexpectedInflightException(); void complete(); - void setCompleted(); // query auto allowThrows() const -> bool; diff --git a/external_imported/Catch2/src/catch2/internal/catch_clara.cpp b/external_imported/Catch2/src/catch2/internal/catch_clara.cpp index c9bc76959..c76089eea 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_clara.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_clara.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -24,13 +25,29 @@ namespace { ; } - std::string normaliseOpt( std::string const& optName ) { -#ifdef CATCH_PLATFORM_WINDOWS - if ( optName[0] == '/' ) - return "-" + optName.substr( 1 ); - else + Catch::StringRef normaliseOpt( Catch::StringRef optName ) { + if ( optName[0] == '-' +#if defined(CATCH_PLATFORM_WINDOWS) + || optName[0] == '/' #endif - return optName; + ) { + return optName.substr( 1, optName.size() ); + } + + return optName; + } + + static size_t find_first_separator(Catch::StringRef sr) { + auto is_separator = []( char c ) { + return c == ' ' || c == ':' || c == '='; + }; + size_t pos = 0; + while (pos < sr.size()) { + if (is_separator(sr[pos])) { return pos; } + ++pos; + } + + return Catch::StringRef::npos; } } // namespace @@ -48,23 +65,23 @@ namespace Catch { } if ( it != itEnd ) { - auto const& next = *it; + StringRef next = *it; if ( isOptPrefix( next[0] ) ) { - auto delimiterPos = next.find_first_of( " :=" ); - if ( delimiterPos != std::string::npos ) { + auto delimiterPos = find_first_separator(next); + if ( delimiterPos != StringRef::npos ) { m_tokenBuffer.push_back( { TokenType::Option, next.substr( 0, delimiterPos ) } ); m_tokenBuffer.push_back( { TokenType::Argument, - next.substr( delimiterPos + 1 ) } ); + next.substr( delimiterPos + 1, next.size() ) } ); } else { if ( next[1] != '-' && next.size() > 2 ) { - std::string opt = "- "; + // Combined short args, e.g. "-ab" for "-a -b" for ( size_t i = 1; i < next.size(); ++i ) { - opt[1] = next[i]; m_tokenBuffer.push_back( - { TokenType::Option, opt } ); + { TokenType::Option, + next.substr( i, 1 ) } ); } } else { m_tokenBuffer.push_back( @@ -124,12 +141,12 @@ namespace Catch { size_t ParserBase::cardinality() const { return 1; } InternalParseResult ParserBase::parse( Args const& args ) const { - return parse( args.exeName(), TokenStream( args ) ); + return parse( static_cast(args.exeName()), TokenStream( args ) ); } ParseState::ParseState( ParseResultType type, - TokenStream const& remainingTokens ): - m_type( type ), m_remainingTokens( remainingTokens ) {} + TokenStream remainingTokens ): + m_type( type ), m_remainingTokens( CATCH_MOVE(remainingTokens) ) {} ParserResult BoundFlagRef::setFlag( bool flag ) { m_ref = flag; @@ -147,34 +164,34 @@ namespace Catch { } // namespace Detail Detail::InternalParseResult Arg::parse(std::string const&, - Detail::TokenStream const& tokens) const { + Detail::TokenStream tokens) const { auto validationResult = validate(); if (!validationResult) return Detail::InternalParseResult(validationResult); - auto remainingTokens = tokens; - auto const& token = *remainingTokens; + auto token = *tokens; if (token.type != Detail::TokenType::Argument) return Detail::InternalParseResult::ok(Detail::ParseState( - ParseResultType::NoMatch, remainingTokens)); + ParseResultType::NoMatch, CATCH_MOVE(tokens))); assert(!m_ref->isFlag()); auto valueRef = static_cast(m_ref.get()); - auto result = valueRef->setValue(remainingTokens->token); - if (!result) - return Detail::InternalParseResult(result); + auto result = valueRef->setValue(static_cast(token.token)); + if ( !result ) + return Detail::InternalParseResult( result ); else - return Detail::InternalParseResult::ok(Detail::ParseState( - ParseResultType::Matched, ++remainingTokens)); + return Detail::InternalParseResult::ok( + Detail::ParseState( ParseResultType::Matched, + CATCH_MOVE( ++tokens ) ) ); } Opt::Opt(bool& ref) : ParserRefImpl(std::make_shared(ref)) {} - std::vector Opt::getHelpColumns() const { - std::ostringstream oss; + Detail::HelpColumns Opt::getHelpColumns() const { + ReusableStringStream oss; bool first = true; for (auto const& opt : m_optNames) { if (first) @@ -185,10 +202,10 @@ namespace Catch { } if (!m_hint.empty()) oss << " <" << m_hint << '>'; - return { { oss.str(), m_description } }; + return { oss.str(), m_description }; } - bool Opt::isMatch(std::string const& optToken) const { + bool Opt::isMatch(StringRef optToken) const { auto normalisedToken = normaliseOpt(optToken); for (auto const& name : m_optNames) { if (normaliseOpt(name) == normalisedToken) @@ -198,15 +215,14 @@ namespace Catch { } Detail::InternalParseResult Opt::parse(std::string const&, - Detail::TokenStream const& tokens) const { + Detail::TokenStream tokens) const { auto validationResult = validate(); if (!validationResult) return Detail::InternalParseResult(validationResult); - auto remainingTokens = tokens; - if (remainingTokens && - remainingTokens->type == Detail::TokenType::Option) { - auto const& token = *remainingTokens; + if (tokens && + tokens->type == Detail::TokenType::Option) { + auto const& token = *tokens; if (isMatch(token.token)) { if (m_ref->isFlag()) { auto flagRef = @@ -218,35 +234,35 @@ namespace Catch { if (result.value() == ParseResultType::ShortCircuitAll) return Detail::InternalParseResult::ok(Detail::ParseState( - result.value(), remainingTokens)); + result.value(), CATCH_MOVE(tokens))); } else { auto valueRef = static_cast( m_ref.get()); - ++remainingTokens; - if (!remainingTokens) + ++tokens; + if (!tokens) return Detail::InternalParseResult::runtimeError( "Expected argument following " + token.token); - auto const& argToken = *remainingTokens; + auto const& argToken = *tokens; if (argToken.type != Detail::TokenType::Argument) return Detail::InternalParseResult::runtimeError( "Expected argument following " + token.token); - const auto result = valueRef->setValue(argToken.token); + const auto result = valueRef->setValue(static_cast(argToken.token)); if (!result) return Detail::InternalParseResult(result); if (result.value() == ParseResultType::ShortCircuitAll) return Detail::InternalParseResult::ok(Detail::ParseState( - result.value(), remainingTokens)); + result.value(), CATCH_MOVE(tokens))); } return Detail::InternalParseResult::ok(Detail::ParseState( - ParseResultType::Matched, ++remainingTokens)); + ParseResultType::Matched, CATCH_MOVE(++tokens))); } } return Detail::InternalParseResult::ok( - Detail::ParseState(ParseResultType::NoMatch, remainingTokens)); + Detail::ParseState(ParseResultType::NoMatch, CATCH_MOVE(tokens))); } Detail::Result Opt::validate() const { @@ -278,9 +294,9 @@ namespace Catch { Detail::InternalParseResult ExeName::parse(std::string const&, - Detail::TokenStream const& tokens) const { + Detail::TokenStream tokens) const { return Detail::InternalParseResult::ok( - Detail::ParseState(ParseResultType::NoMatch, tokens)); + Detail::ParseState(ParseResultType::NoMatch, CATCH_MOVE(tokens))); } ParserResult ExeName::set(std::string const& newName) { @@ -310,9 +326,9 @@ namespace Catch { std::vector Parser::getHelpColumns() const { std::vector cols; + cols.reserve( m_options.size() ); for ( auto const& o : m_options ) { - auto childCols = o.getHelpColumns(); - cols.insert( cols.end(), childCols.begin(), childCols.end() ); + cols.push_back(o.getHelpColumns()); } return cols; } @@ -350,12 +366,12 @@ namespace Catch { optWidth = ( std::min )( optWidth, consoleWidth / 2 ); - for ( auto const& cols : rows ) { - auto row = TextFlow::Column( cols.left ) + for ( auto& cols : rows ) { + auto row = TextFlow::Column( CATCH_MOVE(cols.left) ) .width( optWidth ) .indent( 2 ) + TextFlow::Spacer( 4 ) + - TextFlow::Column( cols.right ) + TextFlow::Column( static_cast(cols.descriptions) ) .width( consoleWidth - 7 - optWidth ); os << row << '\n'; } @@ -377,7 +393,7 @@ namespace Catch { Detail::InternalParseResult Parser::parse( std::string const& exeName, - Detail::TokenStream const& tokens ) const { + Detail::TokenStream tokens ) const { struct ParserInfo { ParserBase const* parser = nullptr; @@ -395,7 +411,7 @@ namespace Catch { m_exeName.set( exeName ); auto result = Detail::InternalParseResult::ok( - Detail::ParseState( ParseResultType::NoMatch, tokens ) ); + Detail::ParseState( ParseResultType::NoMatch, CATCH_MOVE(tokens) ) ); while ( result.value().remainingTokens() ) { bool tokenParsed = false; @@ -403,7 +419,7 @@ namespace Catch { if ( parseInfo.parser->cardinality() == 0 || parseInfo.count < parseInfo.parser->cardinality() ) { result = parseInfo.parser->parse( - exeName, result.value().remainingTokens() ); + exeName, CATCH_MOVE(result).value().remainingTokens() ); if ( !result ) return result; if ( result.value().type() != @@ -429,7 +445,7 @@ namespace Catch { Args::Args(int argc, char const* const* argv) : m_exeName(argv[0]), m_args(argv + 1, argv + argc) {} - Args::Args(std::initializer_list args) : + Args::Args(std::initializer_list args) : m_exeName(*args.begin()), m_args(args.begin() + 1, args.end()) {} diff --git a/external_imported/Catch2/src/catch2/internal/catch_clara.hpp b/external_imported/Catch2/src/catch2/internal/catch_clara.hpp index 9117b65e8..d869593bf 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_clara.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_clara.hpp @@ -29,6 +29,7 @@ # endif #endif +#include #include #include #include @@ -101,17 +102,16 @@ namespace Catch { enum class TokenType { Option, Argument }; struct Token { TokenType type; - std::string token; + StringRef token; }; // Abstracts iterators into args as a stream of tokens, with option // arguments uniformly handled class TokenStream { - using Iterator = std::vector::const_iterator; + using Iterator = std::vector::const_iterator; Iterator it; Iterator itEnd; std::vector m_tokenBuffer; - void loadBuffer(); public: @@ -163,12 +163,17 @@ namespace Catch { ResultType m_type; }; - template class ResultValueBase : public ResultBase { + template + class ResultValueBase : public ResultBase { public: - auto value() const -> T const& { + T const& value() const& { enforceOk(); return m_value; } + T&& value() && { + enforceOk(); + return CATCH_MOVE( m_value ); + } protected: ResultValueBase( ResultType type ): ResultBase( type ) {} @@ -178,13 +183,23 @@ namespace Catch { if ( m_type == ResultType::Ok ) new ( &m_value ) T( other.m_value ); } + ResultValueBase( ResultValueBase&& other ): + ResultBase( other ) { + if ( m_type == ResultType::Ok ) + new ( &m_value ) T( CATCH_MOVE(other.m_value) ); + } + - ResultValueBase( ResultType, T const& value ): ResultBase( ResultType::Ok ) { + ResultValueBase( ResultType, T const& value ): + ResultBase( ResultType::Ok ) { new ( &m_value ) T( value ); } + ResultValueBase( ResultType, T&& value ): + ResultBase( ResultType::Ok ) { + new ( &m_value ) T( CATCH_MOVE(value) ); + } - auto operator=( ResultValueBase const& other ) - -> ResultValueBase& { + ResultValueBase& operator=( ResultValueBase const& other ) { if ( m_type == ResultType::Ok ) m_value.~T(); ResultBase::operator=( other ); @@ -192,6 +207,14 @@ namespace Catch { new ( &m_value ) T( other.m_value ); return *this; } + ResultValueBase& operator=( ResultValueBase&& other ) { + if ( m_type == ResultType::Ok ) m_value.~T(); + ResultBase::operator=( other ); + if ( m_type == ResultType::Ok ) + new ( &m_value ) T( CATCH_MOVE(other.m_value) ); + return *this; + } + ~ResultValueBase() override { if ( m_type == ResultType::Ok ) @@ -219,8 +242,8 @@ namespace Catch { } template - static auto ok( U const& value ) -> BasicResult { - return { ResultType::Ok, value }; + static auto ok( U&& value ) -> BasicResult { + return { ResultType::Ok, CATCH_FORWARD(value) }; } static auto ok() -> BasicResult { return { ResultType::Ok }; } static auto logicError( std::string&& message ) @@ -267,12 +290,15 @@ namespace Catch { class ParseState { public: ParseState( ParseResultType type, - TokenStream const& remainingTokens ); + TokenStream remainingTokens ); ParseResultType type() const { return m_type; } - TokenStream const& remainingTokens() const { + TokenStream const& remainingTokens() const& { return m_remainingTokens; } + TokenStream&& remainingTokens() && { + return CATCH_MOVE( m_remainingTokens ); + } private: ParseResultType m_type; @@ -285,7 +311,7 @@ namespace Catch { struct HelpColumns { std::string left; - std::string right; + StringRef descriptions; }; template @@ -445,7 +471,7 @@ namespace Catch { virtual ~ParserBase() = default; virtual auto validate() const -> Result { return Result::ok(); } virtual auto parse( std::string const& exeName, - TokenStream const& tokens ) const + TokenStream tokens ) const -> InternalParseResult = 0; virtual size_t cardinality() const; @@ -465,8 +491,8 @@ namespace Catch { protected: Optionality m_optionality = Optionality::Optional; std::shared_ptr m_ref; - std::string m_hint; - std::string m_description; + StringRef m_hint; + StringRef m_description; explicit ParserRefImpl( std::shared_ptr const& ref ): m_ref( ref ) {} @@ -475,28 +501,32 @@ namespace Catch { template ParserRefImpl( accept_many_t, LambdaT const& ref, - std::string const& hint ): + StringRef hint ): m_ref( std::make_shared>( ref ) ), m_hint( hint ) {} template ::value>> - ParserRefImpl( T& ref, std::string const& hint ): + ParserRefImpl( T& ref, StringRef hint ): m_ref( std::make_shared>( ref ) ), m_hint( hint ) {} template ::value>> - ParserRefImpl( LambdaT const& ref, std::string const& hint ): + ParserRefImpl( LambdaT const& ref, StringRef hint ): m_ref( std::make_shared>( ref ) ), m_hint( hint ) {} - auto operator()( std::string const& description ) -> DerivedT& { + DerivedT& operator()( StringRef description ) & { m_description = description; return static_cast( *this ); } + DerivedT&& operator()( StringRef description ) && { + m_description = description; + return static_cast( *this ); + } auto optional() -> DerivedT& { m_optionality = Optionality::Optional; @@ -519,7 +549,7 @@ namespace Catch { return 1; } - std::string const& hint() const { return m_hint; } + StringRef hint() const { return m_hint; } }; } // namespace detail @@ -533,13 +563,13 @@ namespace Catch { Detail::InternalParseResult parse(std::string const&, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; }; // A parser for options class Opt : public Detail::ParserRefImpl { protected: - std::vector m_optNames; + std::vector m_optNames; public: template @@ -552,33 +582,37 @@ namespace Catch { template ::value>> - Opt( LambdaT const& ref, std::string const& hint ): + Opt( LambdaT const& ref, StringRef hint ): ParserRefImpl( ref, hint ) {} template - Opt( accept_many_t, LambdaT const& ref, std::string const& hint ): + Opt( accept_many_t, LambdaT const& ref, StringRef hint ): ParserRefImpl( accept_many, ref, hint ) {} template ::value>> - Opt( T& ref, std::string const& hint ): + Opt( T& ref, StringRef hint ): ParserRefImpl( ref, hint ) {} - auto operator[](std::string const& optName) -> Opt& { + Opt& operator[]( StringRef optName ) & { m_optNames.push_back(optName); return *this; } + Opt&& operator[]( StringRef optName ) && { + m_optNames.push_back( optName ); + return CATCH_MOVE(*this); + } - std::vector getHelpColumns() const; + Detail::HelpColumns getHelpColumns() const; - bool isMatch(std::string const& optToken) const; + bool isMatch(StringRef optToken) const; using ParserBase::parse; Detail::InternalParseResult parse(std::string const&, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; Detail::Result validate() const override; }; @@ -601,7 +635,7 @@ namespace Catch { // handled specially Detail::InternalParseResult parse(std::string const&, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; std::string const& name() const { return *m_name; } Detail::ParserResult set(std::string const& newName); @@ -626,16 +660,28 @@ namespace Catch { return *this; } - auto operator|=(Opt const& opt) -> Parser& { - m_options.push_back(opt); - return *this; + friend Parser& operator|=( Parser& p, Opt const& opt ) { + p.m_options.push_back( opt ); + return p; + } + friend Parser& operator|=( Parser& p, Opt&& opt ) { + p.m_options.push_back( CATCH_MOVE(opt) ); + return p; } Parser& operator|=(Parser const& other); template - auto operator|(T const& other) const -> Parser { - return Parser(*this) |= other; + friend Parser operator|( Parser const& p, T&& rhs ) { + Parser temp( p ); + temp |= rhs; + return temp; + } + + template + friend Parser operator|( Parser&& p, T&& rhs ) { + p |= CATCH_FORWARD(rhs); + return CATCH_MOVE(p); } std::vector getHelpColumns() const; @@ -653,21 +699,23 @@ namespace Catch { using ParserBase::parse; Detail::InternalParseResult parse(std::string const& exeName, - Detail::TokenStream const& tokens) const override; + Detail::TokenStream tokens) const override; }; - // Transport for raw args (copied from main args, or supplied via - // init list for testing) + /** + * Wrapper over argc + argv, assumes that the inputs outlive it + */ class Args { friend Detail::TokenStream; - std::string m_exeName; - std::vector m_args; + StringRef m_exeName; + std::vector m_args; public: Args(int argc, char const* const* argv); - Args(std::initializer_list args); + // Helper constructor for testing + Args(std::initializer_list args); - std::string const& exeName() const { return m_exeName; } + StringRef exeName() const { return m_exeName; } }; diff --git a/external_imported/Catch2/src/catch2/internal/catch_commandline.cpp b/external_imported/Catch2/src/catch2/internal/catch_commandline.cpp index 81aa073c8..c29a801d3 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_commandline.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_commandline.cpp @@ -9,8 +9,9 @@ #include #include +#include #include -#include +#include #include #include #include @@ -144,7 +145,7 @@ namespace Catch { auto const& reporterSpec = *parsed; - IReporterRegistry::FactoryMap const& factories = + auto const& factories = getRegistryHub().getReporterRegistry().getFactories(); auto result = factories.find( reporterSpec.name() ); @@ -300,8 +301,8 @@ namespace Catch { ( "split the tests to execute into this many groups" ) | Opt( setShardIndex, "shard index" ) ["--shard-index"] - ( "index of the group of tests to execute (see --shard-count)" ) | - Opt( config.allowZeroTests ) + ( "index of the group of tests to execute (see --shard-count)" ) + | Opt( config.allowZeroTests ) ["--allow-running-no-tests"] ( "Treat 'No tests run' as a success" ) | Arg( config.testsOrTags, "test name|pattern|tags" ) diff --git a/external_imported/Catch2/src/catch2/internal/catch_compiler_capabilities.hpp b/external_imported/Catch2/src/catch2/internal/catch_compiler_capabilities.hpp index 42631a5f1..dacae01b7 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_compiler_capabilities.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_compiler_capabilities.hpp @@ -50,12 +50,18 @@ # define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \ _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" ) +# define CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ + _Pragma( "GCC diagnostic ignored \"-Wunused-result\"" ) + # define CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ _Pragma( "GCC diagnostic ignored \"-Wunused-variable\"" ) # define CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ _Pragma( "GCC diagnostic ignored \"-Wuseless-cast\"" ) +# define CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + _Pragma( "GCC diagnostic ignored \"-Wshadow\"" ) + # define CATCH_INTERNAL_IGNORE_BUT_WARN(...) (void)__builtin_constant_p(__VA_ARGS__) #endif @@ -128,6 +134,9 @@ # define CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS \ _Pragma( "clang diagnostic ignored \"-Wcomma\"" ) +# define CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + _Pragma( "clang diagnostic ignored \"-Wshadow\"" ) + #endif // __clang__ @@ -147,7 +156,9 @@ //////////////////////////////////////////////////////////////////////////////// // Assume that some platforms do not support getenv. -#if defined(CATCH_PLATFORM_WINDOWS_UWP) || defined(CATCH_PLATFORM_PLAYSTATION) +#if defined( CATCH_PLATFORM_WINDOWS_UWP ) || \ + defined( CATCH_PLATFORM_PLAYSTATION ) || \ + defined( _GAMING_XBOX ) # define CATCH_INTERNAL_CONFIG_NO_GETENV #else # define CATCH_INTERNAL_CONFIG_GETENV @@ -365,6 +376,9 @@ #if !defined(CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS) # define CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS #endif +#if !defined(CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT) +# define CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT +#endif #if !defined(CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS) # define CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS #endif @@ -374,6 +388,16 @@ #if !defined(CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS) # define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS #endif +#if !defined( CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS ) +# define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS +#endif +#if !defined( CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS ) +# define CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS +#endif +#if !defined( CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS ) +# define CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS +#endif + // The goal of this macro is to avoid evaluation of the arguments, but // still have the compiler warn on problems inside... @@ -387,13 +411,6 @@ # undef CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS #endif -#if !defined(CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS) -# define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS -#endif - -#if !defined(CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS) -# define CATCH_INTERNAL_SUPPRESS_COMMA_WARNINGS -#endif #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) #define CATCH_TRY if ((true)) diff --git a/external_imported/Catch2/src/catch2/internal/catch_config_counter.hpp b/external_imported/Catch2/src/catch2/internal/catch_config_counter.hpp index 23b223245..a482ce346 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_config_counter.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_config_counter.hpp @@ -18,6 +18,8 @@ #ifndef CATCH_CONFIG_COUNTER_HPP_INCLUDED #define CATCH_CONFIG_COUNTER_HPP_INCLUDED +#include + #if ( !defined(__JETBRAINS_IDE__) || __JETBRAINS_IDE__ >= 20170300L ) #define CATCH_INTERNAL_CONFIG_COUNTER #endif diff --git a/external_imported/Catch2/src/catch2/internal/catch_config_prefix_messages.hpp b/external_imported/Catch2/src/catch2/internal/catch_config_prefix_messages.hpp new file mode 100644 index 000000000..be1e9a963 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_config_prefix_messages.hpp @@ -0,0 +1,29 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +/** \file + * Wrapper for the CATCH_CONFIG_PREFIX_MESSAGES configuration option + * + * CATCH_CONFIG_PREFIX_ALL can be used to avoid clashes with other macros + * by prepending CATCH_. This may not be desirable if the only clashes are with + * logger macros such as INFO and WARN. In this cases + * CATCH_CONFIG_PREFIX_MESSAGES can be used to only prefix a small subset + * of relevant macros. + * + */ + +#ifndef CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED +#define CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED + +#include + +#if defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_PREFIX_MESSAGES) + #define CATCH_CONFIG_PREFIX_MESSAGES +#endif + +#endif // CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_config_static_analysis_support.hpp b/external_imported/Catch2/src/catch2/internal/catch_config_static_analysis_support.hpp new file mode 100644 index 000000000..81bdf39f4 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_config_static_analysis_support.hpp @@ -0,0 +1,34 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +/** \file + * Wrapper for the STATIC_ANALYSIS_SUPPORT configuration option + * + * Some of Catch2's macros can be defined differently to work better with + * static analysis tools, like clang-tidy or coverity. + * Currently the main use case is to show that `SECTION`s are executed + * exclusively, and not all in one run of a `TEST_CASE`. + */ + +#ifndef CATCH_CONFIG_STATIC_ANALYSIS_SUPPORT_HPP_INCLUDED +#define CATCH_CONFIG_STATIC_ANALYSIS_SUPPORT_HPP_INCLUDED + +#include + +#if defined(__clang_analyzer__) || defined(__COVERITY__) + #define CATCH_INTERNAL_CONFIG_STATIC_ANALYSIS_SUPPORT +#endif + +#if defined( CATCH_INTERNAL_CONFIG_STATIC_ANALYSIS_SUPPORT ) && \ + !defined( CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) && \ + !defined( CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) +# define CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT +#endif + + +#endif // CATCH_CONFIG_STATIC_ANALYSIS_SUPPORT_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_config_uncaught_exceptions.hpp b/external_imported/Catch2/src/catch2/internal/catch_config_uncaught_exceptions.hpp index 5c4cb9301..20b1dfca4 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_config_uncaught_exceptions.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_config_uncaught_exceptions.hpp @@ -17,6 +17,8 @@ #ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED #define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED +#include + #if defined(_MSC_VER) # if _MSC_VER >= 1900 // Visual Studio 2015 or newer # define CATCH_INTERNAL_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS diff --git a/external_imported/Catch2/src/catch2/internal/catch_config_wchar.hpp b/external_imported/Catch2/src/catch2/internal/catch_config_wchar.hpp index 8c758ec43..90d85d055 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_config_wchar.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_config_wchar.hpp @@ -17,6 +17,8 @@ #ifndef CATCH_CONFIG_WCHAR_HPP_INCLUDED #define CATCH_CONFIG_WCHAR_HPP_INCLUDED +#include + // We assume that WCHAR should be enabled by default, and only disabled // for a shortlist (so far only DJGPP) of compilers. diff --git a/external_imported/Catch2/src/catch2/internal/catch_console_colour.cpp b/external_imported/Catch2/src/catch2/internal/catch_console_colour.cpp index 099a6c59b..e1238816a 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_console_colour.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_console_colour.cpp @@ -85,7 +85,7 @@ namespace Catch { namespace { //! A do-nothing implementation of colour, used as fallback for unknown //! platforms, and when the user asks to deactivate all colours. - class NoColourImpl : public ColourImpl { + class NoColourImpl final : public ColourImpl { public: NoColourImpl( IStream* stream ): ColourImpl( stream ) {} @@ -103,7 +103,7 @@ namespace Catch { namespace Catch { namespace { - class Win32ColourImpl : public ColourImpl { + class Win32ColourImpl final : public ColourImpl { public: Win32ColourImpl(IStream* stream): ColourImpl(stream) { @@ -169,7 +169,7 @@ namespace { namespace Catch { namespace { - class ANSIColourImpl : public ColourImpl { + class ANSIColourImpl final : public ColourImpl { public: ANSIColourImpl( IStream* stream ): ColourImpl( stream ) {} diff --git a/external_imported/Catch2/src/catch2/internal/catch_context.cpp b/external_imported/Catch2/src/catch2/internal/catch_context.cpp index 17f285097..3b1cc2774 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_context.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_context.cpp @@ -11,49 +11,27 @@ namespace Catch { - class Context : public IMutableContext, private Detail::NonCopyable { + Context* Context::currentContext = nullptr; - public: // IContext - IResultCapture* getResultCapture() override { - return m_resultCapture; - } - - IConfig const* getConfig() const override { - return m_config; - } - - ~Context() override; - - public: // IMutableContext - void setResultCapture( IResultCapture* resultCapture ) override { - m_resultCapture = resultCapture; - } - void setConfig( IConfig const* config ) override { - m_config = config; - } - - friend IMutableContext& getCurrentMutableContext(); - - private: - IConfig const* m_config = nullptr; - IResultCapture* m_resultCapture = nullptr; - }; - - IMutableContext *IMutableContext::currentContext = nullptr; - - void IMutableContext::createContext() - { + void cleanUpContext() { + delete Context::currentContext; + Context::currentContext = nullptr; + } + void Context::createContext() { currentContext = new Context(); } - void cleanUpContext() { - delete IMutableContext::currentContext; - IMutableContext::currentContext = nullptr; + Context& getCurrentMutableContext() { + if ( !Context::currentContext ) { Context::createContext(); } + // NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn) + return *Context::currentContext; + } + + void Context::setResultCapture( IResultCapture* resultCapture ) { + m_resultCapture = resultCapture; } - IContext::~IContext() = default; - IMutableContext::~IMutableContext() = default; - Context::~Context() = default; + void Context::setConfig( IConfig const* config ) { m_config = config; } SimplePcg32& sharedRng() { static SimplePcg32 s_rng; diff --git a/external_imported/Catch2/src/catch2/internal/catch_context.hpp b/external_imported/Catch2/src/catch2/internal/catch_context.hpp index a9d1b3941..6ccb3b318 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_context.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_context.hpp @@ -15,38 +15,31 @@ namespace Catch { class IResultCapture; class IConfig; - class IContext { - public: - virtual ~IContext(); // = default + class Context { + IConfig const* m_config = nullptr; + IResultCapture* m_resultCapture = nullptr; - virtual IResultCapture* getResultCapture() = 0; - virtual IConfig const* getConfig() const = 0; - }; + CATCH_EXPORT static Context* currentContext; + friend Context& getCurrentMutableContext(); + friend Context const& getCurrentContext(); + static void createContext(); + friend void cleanUpContext(); - class IMutableContext : public IContext { public: - ~IMutableContext() override; // = default - virtual void setResultCapture( IResultCapture* resultCapture ) = 0; - virtual void setConfig( IConfig const* config ) = 0; - - private: - CATCH_EXPORT static IMutableContext* currentContext; - friend IMutableContext& getCurrentMutableContext(); - friend void cleanUpContext(); - static void createContext(); + IResultCapture* getResultCapture() const { return m_resultCapture; } + IConfig const* getConfig() const { return m_config; } + void setResultCapture( IResultCapture* resultCapture ); + void setConfig( IConfig const* config ); }; - inline IMutableContext& getCurrentMutableContext() - { - if( !IMutableContext::currentContext ) - IMutableContext::createContext(); - // NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn) - return *IMutableContext::currentContext; - } + Context& getCurrentMutableContext(); - inline IContext& getCurrentContext() - { - return getCurrentMutableContext(); + inline Context const& getCurrentContext() { + // We duplicate the logic from `getCurrentMutableContext` here, + // to avoid paying the call overhead in debug mode. + if ( !Context::currentContext ) { Context::createContext(); } + // NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn) + return *Context::currentContext; } void cleanUpContext(); diff --git a/external_imported/Catch2/src/catch2/internal/catch_enum_values_registry.cpp b/external_imported/Catch2/src/catch2/internal/catch_enum_values_registry.cpp index 7e8bf5e5e..a94b60881 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_enum_values_registry.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_enum_values_registry.cpp @@ -39,7 +39,7 @@ namespace Catch { return parsed; } - EnumInfo::~EnumInfo() {} + EnumInfo::~EnumInfo() = default; StringRef EnumInfo::lookup( int value ) const { for( auto const& valueToName : m_values ) { diff --git a/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.cpp b/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.cpp index 0645c6ce0..1eb611473 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.cpp @@ -11,10 +11,27 @@ #include #include +#include + namespace Catch { - ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() { +#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) + namespace { + static std::string tryTranslators( + std::vector< + Detail::unique_ptr> const& translators ) { + if ( translators.empty() ) { + std::rethrow_exception( std::current_exception() ); + } else { + return translators[0]->translate( translators.begin() + 1, + translators.end() ); + } + } + } +#endif //!defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) + + ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() = default; void ExceptionTranslatorRegistry::registerTranslator( Detail::unique_ptr&& translator ) { m_translators.push_back( CATCH_MOVE( translator ) ); @@ -37,7 +54,7 @@ namespace Catch { // First we try user-registered translators. If none of them can // handle the exception, it will be rethrown handled by our defaults. try { - return tryTranslators(); + return tryTranslators(m_translators); } // To avoid having to handle TFE explicitly everywhere, we just // rethrow it so that it goes back up the caller. @@ -61,23 +78,10 @@ namespace Catch { } } - std::string ExceptionTranslatorRegistry::tryTranslators() const { - if (m_translators.empty()) { - std::rethrow_exception(std::current_exception()); - } else { - return m_translators[0]->translate(m_translators.begin() + 1, m_translators.end()); - } - } - #else // ^^ Exceptions are enabled // Exceptions are disabled vv std::string ExceptionTranslatorRegistry::translateActiveException() const { CATCH_INTERNAL_ERROR("Attempted to translate active exception under CATCH_CONFIG_DISABLE_EXCEPTIONS!"); } - - std::string ExceptionTranslatorRegistry::tryTranslators() const { - CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS!"); - } #endif - } diff --git a/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.hpp b/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.hpp index 2aafa684f..3123e93d7 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_exception_translator_registry.hpp @@ -21,7 +21,6 @@ namespace Catch { ~ExceptionTranslatorRegistry() override; void registerTranslator( Detail::unique_ptr&& translator ); std::string translateActiveException() const override; - std::string tryTranslators() const; private: ExceptionTranslators m_translators; diff --git a/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.cpp b/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.cpp index f9702b184..9ef5b2179 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.cpp @@ -26,6 +26,7 @@ #include +#include #include #include #include diff --git a/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.hpp b/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.hpp index ce07f9b6a..81728b563 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_fatal_condition_handler.hpp @@ -8,9 +8,6 @@ #ifndef CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED #define CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED -#include -#include - #include namespace Catch { diff --git a/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.cpp b/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.cpp index e30ee4342..9631ed6d2 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.cpp @@ -27,6 +27,17 @@ namespace Catch { return i; } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wfloat-equal" +#endif + bool directCompare( float lhs, float rhs ) { return lhs == rhs; } + bool directCompare( double lhs, double rhs ) { return lhs == rhs; } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic pop +#endif + + } // end namespace Detail } // end namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.hpp b/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.hpp index ca883c613..b2143726d 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_floating_point_helpers.hpp @@ -22,6 +22,11 @@ namespace Catch { uint32_t convertToBits(float f); uint64_t convertToBits(double d); + // Used when we know we want == comparison of two doubles + // to centralize warning suppression + bool directCompare( float lhs, float rhs ); + bool directCompare( double lhs, double rhs ); + } // end namespace Detail diff --git a/external_imported/Catch2/src/catch2/internal/catch_istream.cpp b/external_imported/Catch2/src/catch2/internal/catch_istream.cpp index 489396ec7..2867ce747 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_istream.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_istream.cpp @@ -24,7 +24,7 @@ namespace Catch { namespace Detail { namespace { template - class StreamBufImpl : public std::streambuf { + class StreamBufImpl final : public std::streambuf { char data[bufferSize]; WriterF m_writer; @@ -72,7 +72,7 @@ namespace Detail { /////////////////////////////////////////////////////////////////////////// - class FileStream : public IStream { + class FileStream final : public IStream { std::ofstream m_ofs; public: FileStream( std::string const& filename ) { @@ -80,7 +80,6 @@ namespace Detail { CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << '\'' ); m_ofs << std::unitbuf; } - ~FileStream() override = default; public: // IStream std::ostream& stream() override { return m_ofs; @@ -89,13 +88,12 @@ namespace Detail { /////////////////////////////////////////////////////////////////////////// - class CoutStream : public IStream { + class CoutStream final : public IStream { std::ostream m_os; public: // Store the streambuf from cout up-front because // cout may get redirected when running tests CoutStream() : m_os( Catch::cout().rdbuf() ) {} - ~CoutStream() override = default; public: // IStream std::ostream& stream() override { return m_os; } @@ -109,7 +107,6 @@ namespace Detail { // Store the streambuf from cerr up-front because // cout may get redirected when running tests CerrStream(): m_os( Catch::cerr().rdbuf() ) {} - ~CerrStream() override = default; public: // IStream std::ostream& stream() override { return m_os; } @@ -118,7 +115,7 @@ namespace Detail { /////////////////////////////////////////////////////////////////////////// - class DebugOutStream : public IStream { + class DebugOutStream final : public IStream { Detail::unique_ptr> m_streamBuf; std::ostream m_os; public: @@ -127,8 +124,6 @@ namespace Detail { m_os( m_streamBuf.get() ) {} - ~DebugOutStream() override = default; - public: // IStream std::ostream& stream() override { return m_os; } }; diff --git a/external_imported/Catch2/src/catch2/internal/catch_jsonwriter.cpp b/external_imported/Catch2/src/catch2/internal/catch_jsonwriter.cpp new file mode 100644 index 000000000..ff65a9d34 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_jsonwriter.cpp @@ -0,0 +1,148 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#include +#include + +namespace Catch { + void JsonUtils::indent( std::ostream& os, std::uint64_t level ) { + for ( std::uint64_t i = 0; i < level; ++i ) { + os << " "; + } + } + void JsonUtils::appendCommaNewline( std::ostream& os, + bool& should_comma, + std::uint64_t level ) { + if ( should_comma ) { os << ','; } + should_comma = true; + os << '\n'; + indent( os, level ); + } + + JsonObjectWriter::JsonObjectWriter( std::ostream& os ): + JsonObjectWriter{ os, 0 } {} + + JsonObjectWriter::JsonObjectWriter( std::ostream& os, + std::uint64_t indent_level ): + m_os{ os }, m_indent_level{ indent_level } { + m_os << '{'; + } + JsonObjectWriter::JsonObjectWriter( JsonObjectWriter&& source ): + m_os{ source.m_os }, + m_indent_level{ source.m_indent_level }, + m_should_comma{ source.m_should_comma }, + m_active{ source.m_active } { + source.m_active = false; + } + + JsonObjectWriter::~JsonObjectWriter() { + if ( !m_active ) { return; } + + m_os << '\n'; + JsonUtils::indent( m_os, m_indent_level ); + m_os << '}'; + } + + JsonValueWriter JsonObjectWriter::write( StringRef key ) { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + + m_os << '"' << key << "\": "; + return JsonValueWriter{ m_os, m_indent_level + 1 }; + } + + JsonArrayWriter::JsonArrayWriter( std::ostream& os ): + JsonArrayWriter{ os, 0 } {} + JsonArrayWriter::JsonArrayWriter( std::ostream& os, + std::uint64_t indent_level ): + m_os{ os }, m_indent_level{ indent_level } { + m_os << '['; + } + JsonArrayWriter::JsonArrayWriter( JsonArrayWriter&& source ): + m_os{ source.m_os }, + m_indent_level{ source.m_indent_level }, + m_should_comma{ source.m_should_comma }, + m_active{ source.m_active } { + source.m_active = false; + } + JsonArrayWriter::~JsonArrayWriter() { + if ( !m_active ) { return; } + + m_os << '\n'; + JsonUtils::indent( m_os, m_indent_level ); + m_os << ']'; + } + + JsonObjectWriter JsonArrayWriter::writeObject() { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + return JsonObjectWriter{ m_os, m_indent_level + 1 }; + } + + JsonArrayWriter JsonArrayWriter::writeArray() { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + return JsonArrayWriter{ m_os, m_indent_level + 1 }; + } + + JsonArrayWriter& JsonArrayWriter::write( bool value ) { + return writeImpl( value ); + } + + JsonValueWriter::JsonValueWriter( std::ostream& os ): + JsonValueWriter{ os, 0 } {} + + JsonValueWriter::JsonValueWriter( std::ostream& os, + std::uint64_t indent_level ): + m_os{ os }, m_indent_level{ indent_level } {} + + JsonObjectWriter JsonValueWriter::writeObject() && { + return JsonObjectWriter{ m_os, m_indent_level }; + } + + JsonArrayWriter JsonValueWriter::writeArray() && { + return JsonArrayWriter{ m_os, m_indent_level }; + } + + void JsonValueWriter::write( Catch::StringRef value ) && { + writeImpl( value, true ); + } + + void JsonValueWriter::write( bool value ) && { + writeImpl( value ? "true"_sr : "false"_sr, false ); + } + + void JsonValueWriter::writeImpl( Catch::StringRef value, bool quote ) { + if ( quote ) { m_os << '"'; } + for (char c : value) { + // Escape list taken from https://www.json.org/json-en.html, + // string definition. + // Note that while forward slash _can_ be escaped, it does + // not have to be, if JSON is not further embedded somewhere + // where forward slash is meaningful. + if ( c == '"' ) { + m_os << "\\\""; + } else if ( c == '\\' ) { + m_os << "\\\\"; + } else if ( c == '\b' ) { + m_os << "\\b"; + } else if ( c == '\f' ) { + m_os << "\\f"; + } else if ( c == '\n' ) { + m_os << "\\n"; + } else if ( c == '\r' ) { + m_os << "\\r"; + } else if ( c == '\t' ) { + m_os << "\\t"; + } else { + m_os << c; + } + } + if ( quote ) { m_os << '"'; } + } + +} // namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_jsonwriter.hpp b/external_imported/Catch2/src/catch2/internal/catch_jsonwriter.hpp new file mode 100644 index 000000000..59c044e45 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_jsonwriter.hpp @@ -0,0 +1,120 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#ifndef CATCH_JSONWRITER_HPP_INCLUDED +#define CATCH_JSONWRITER_HPP_INCLUDED + +#include +#include + +#include +#include + +namespace Catch { + class JsonObjectWriter; + class JsonArrayWriter; + + struct JsonUtils { + static void indent( std::ostream& os, std::uint64_t level ); + static void appendCommaNewline( std::ostream& os, + bool& should_comma, + std::uint64_t level ); + }; + + class JsonValueWriter { + public: + JsonValueWriter( std::ostream& os ); + JsonValueWriter( std::ostream& os, std::uint64_t indent_level ); + + JsonObjectWriter writeObject() &&; + JsonArrayWriter writeArray() &&; + + template + void write( T const& value ) && { + writeImpl( value, !std::is_arithmetic::value ); + } + void write( StringRef value ) &&; + void write( bool value ) &&; + + private: + void writeImpl( StringRef value, bool quote ); + + // Without this SFINAE, this overload is a better match + // for `std::string`, `char const*`, `char const[N]` args. + // While it would still work, it would cause code bloat + // and multiple iteration over the strings + template ::value>> + void writeImpl( T const& value, bool quote_value ) { + m_sstream << value; + writeImpl( m_sstream.str(), quote_value ); + } + + std::ostream& m_os; + std::stringstream m_sstream; + std::uint64_t m_indent_level; + }; + + class JsonObjectWriter { + public: + JsonObjectWriter( std::ostream& os ); + JsonObjectWriter( std::ostream& os, std::uint64_t indent_level ); + + JsonObjectWriter( JsonObjectWriter&& source ); + JsonObjectWriter& operator=( JsonObjectWriter&& source ) = delete; + + ~JsonObjectWriter(); + + JsonValueWriter write( StringRef key ); + + private: + std::ostream& m_os; + std::uint64_t m_indent_level; + bool m_should_comma = false; + bool m_active = true; + }; + + class JsonArrayWriter { + public: + JsonArrayWriter( std::ostream& os ); + JsonArrayWriter( std::ostream& os, std::uint64_t indent_level ); + + JsonArrayWriter( JsonArrayWriter&& source ); + JsonArrayWriter& operator=( JsonArrayWriter&& source ) = delete; + + ~JsonArrayWriter(); + + JsonObjectWriter writeObject(); + JsonArrayWriter writeArray(); + + template + JsonArrayWriter& write( T const& value ) { + return writeImpl( value ); + } + + JsonArrayWriter& write( bool value ); + + private: + template + JsonArrayWriter& writeImpl( T const& value ) { + JsonUtils::appendCommaNewline( + m_os, m_should_comma, m_indent_level + 1 ); + JsonValueWriter{ m_os }.write( value ); + + return *this; + } + + std::ostream& m_os; + std::uint64_t m_indent_level; + bool m_should_comma = false; + bool m_active = true; + }; + +} // namespace Catch + +#endif // CATCH_JSONWRITER_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_leak_detector.cpp b/external_imported/Catch2/src/catch2/internal/catch_leak_detector.cpp index 7389eaf77..691bc772e 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_leak_detector.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_leak_detector.cpp @@ -29,7 +29,7 @@ namespace Catch { #else // ^^ Windows crt debug heap enabled // Windows crt debug heap disabled vv - Catch::LeakDetector::LeakDetector() {} + Catch::LeakDetector::LeakDetector() = default; #endif // CATCH_CONFIG_WINDOWS_CRTDBG diff --git a/external_imported/Catch2/src/catch2/internal/catch_list.cpp b/external_imported/Catch2/src/catch2/internal/catch_list.cpp index 263781d60..5bd06a2ae 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_list.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_list.cpp @@ -9,15 +9,12 @@ #include #include -#include -#include #include +#include +#include #include #include - -#include #include -#include #include namespace Catch { @@ -54,7 +51,7 @@ namespace Catch { void listReporters(IEventListener& reporter) { std::vector descriptions; - IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactories(); + auto const& factories = getRegistryHub().getReporterRegistry().getFactories(); descriptions.reserve(factories.size()); for (auto const& fac : factories) { descriptions.push_back({ fac.first, fac.second->getDescription() }); diff --git a/external_imported/Catch2/src/catch2/internal/catch_message_info.hpp b/external_imported/Catch2/src/catch2/internal/catch_message_info.hpp index d2658429e..1ef43fdaf 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_message_info.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_message_info.hpp @@ -10,7 +10,7 @@ #include #include -#include +#include #include diff --git a/external_imported/Catch2/src/catch2/internal/catch_optional.hpp b/external_imported/Catch2/src/catch2/internal/catch_optional.hpp index ac3714ee8..d1e953ad9 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_optional.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_optional.hpp @@ -8,6 +8,8 @@ #ifndef CATCH_OPTIONAL_HPP_INCLUDED #define CATCH_OPTIONAL_HPP_INCLUDED +#include + #include namespace Catch { @@ -16,35 +18,50 @@ namespace Catch { template class Optional { public: - Optional() : nullableValue( nullptr ) {} - Optional( T const& _value ) - : nullableValue( new( storage ) T( _value ) ) - {} - Optional( Optional const& _other ) - : nullableValue( _other ? new( storage ) T( *_other ) : nullptr ) - {} - - ~Optional() { + Optional(): nullableValue( nullptr ) {} + ~Optional() { reset(); } + + Optional( T const& _value ): + nullableValue( new ( storage ) T( _value ) ) {} + Optional( T&& _value ): + nullableValue( new ( storage ) T( CATCH_MOVE( _value ) ) ) {} + + Optional& operator=( T const& _value ) { reset(); + nullableValue = new ( storage ) T( _value ); + return *this; } + Optional& operator=( T&& _value ) { + reset(); + nullableValue = new ( storage ) T( CATCH_MOVE( _value ) ); + return *this; + } + + Optional( Optional const& _other ): + nullableValue( _other ? new ( storage ) T( *_other ) : nullptr ) {} + Optional( Optional&& _other ): + nullableValue( _other ? new ( storage ) T( CATCH_MOVE( *_other ) ) + : nullptr ) {} - Optional& operator= ( Optional const& _other ) { - if( &_other != this ) { + Optional& operator=( Optional const& _other ) { + if ( &_other != this ) { reset(); - if( _other ) - nullableValue = new( storage ) T( *_other ); + if ( _other ) { nullableValue = new ( storage ) T( *_other ); } } return *this; } - Optional& operator = ( T const& _value ) { - reset(); - nullableValue = new( storage ) T( _value ); + Optional& operator=( Optional&& _other ) { + if ( &_other != this ) { + reset(); + if ( _other ) { + nullableValue = new ( storage ) T( CATCH_MOVE( *_other ) ); + } + } return *this; } void reset() { - if( nullableValue ) - nullableValue->~T(); + if ( nullableValue ) { nullableValue->~T(); } nullableValue = nullptr; } @@ -91,7 +108,7 @@ namespace Catch { } private: - T *nullableValue; + T* nullableValue; alignas(alignof(T)) char storage[sizeof(T)]; }; diff --git a/external_imported/Catch2/src/catch2/internal/catch_polyfills.cpp b/external_imported/Catch2/src/catch2/internal/catch_polyfills.cpp index 96efad5dd..776c22439 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_polyfills.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_polyfills.cpp @@ -31,4 +31,12 @@ namespace Catch { } #endif +#if !defined( CATCH_CONFIG_GLOBAL_NEXTAFTER ) + float nextafter( float x, float y ) { return std::nextafter( x, y ); } + double nextafter( double x, double y ) { return std::nextafter( x, y ); } +#else + float nextafter( float x, float y ) { return ::nextafterf( x, y ); } + double nextafter( double x, double y ) { return ::nextafter( x, y ); } +#endif + } // end namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_polyfills.hpp b/external_imported/Catch2/src/catch2/internal/catch_polyfills.hpp index 23a9332bc..4503f8f2a 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_polyfills.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_polyfills.hpp @@ -9,8 +9,13 @@ #define CATCH_POLYFILLS_HPP_INCLUDED namespace Catch { + bool isnan(float f); bool isnan(double d); + + float nextafter(float x, float y); + double nextafter(double x, double y); + } #endif // CATCH_POLYFILLS_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_preprocessor_internal_stringify.hpp b/external_imported/Catch2/src/catch2/internal/catch_preprocessor_internal_stringify.hpp new file mode 100644 index 000000000..2fd64e1c6 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_preprocessor_internal_stringify.hpp @@ -0,0 +1,19 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#ifndef CATCH_PREPROCESSOR_INTERNAL_STRINGIFY_HPP_INCLUDED +#define CATCH_PREPROCESSOR_INTERNAL_STRINGIFY_HPP_INCLUDED + +#include + +#if !defined(CATCH_CONFIG_DISABLE_STRINGIFICATION) + #define CATCH_INTERNAL_STRINGIFY(...) #__VA_ARGS__##_catch_sr +#else + #define CATCH_INTERNAL_STRINGIFY(...) "Disabled by CATCH_CONFIG_DISABLE_STRINGIFICATION"_catch_sr +#endif + +#endif // CATCH_PREPROCESSOR_INTERNAL_STRINGIFY_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_random_floating_point_helpers.hpp b/external_imported/Catch2/src/catch2/internal/catch_random_floating_point_helpers.hpp new file mode 100644 index 000000000..c59c05391 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_random_floating_point_helpers.hpp @@ -0,0 +1,94 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#ifndef CATCH_RANDOM_FLOATING_POINT_HELPERS_HPP_INCLUDED +#define CATCH_RANDOM_FLOATING_POINT_HELPERS_HPP_INCLUDED + +#include + +#include +#include +#include +#include +#include + +namespace Catch { + + namespace Detail { + /** + * Returns the largest magnitude of 1-ULP distance inside the [a, b] range. + * + * Assumes `a < b`. + */ + template + FloatType gamma(FloatType a, FloatType b) { + static_assert( std::is_floating_point::value, + "gamma returns the largest ULP magnitude within " + "floating point range [a, b]. This only makes sense " + "for floating point types" ); + assert( a <= b ); + + const auto gamma_up = Catch::nextafter( a, std::numeric_limits::infinity() ) - a; + const auto gamma_down = b - Catch::nextafter( b, -std::numeric_limits::infinity() ); + + return gamma_up < gamma_down ? gamma_down : gamma_up; + } + + template + struct DistanceTypePicker; + template <> + struct DistanceTypePicker { + using type = std::uint32_t; + }; + template <> + struct DistanceTypePicker { + using type = std::uint64_t; + }; + + template + using DistanceType = typename DistanceTypePicker::type; + +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wfloat-equal" +#endif + /** + * Computes the number of equi-distant floats in [a, b] + * + * Since not every range can be split into equidistant floats + * exactly, we actually compute ceil(b/distance - a/distance), + * because in those cases we want to overcount. + * + * Uses modified Dekker's FastTwoSum algorithm to handle rounding. + */ + template + DistanceType + count_equidistant_floats( FloatType a, FloatType b, FloatType distance ) { + assert( a <= b ); + // We get distance as gamma for our uniform float distribution, + // so this will round perfectly. + const auto ag = a / distance; + const auto bg = b / distance; + + const auto s = bg - ag; + const auto err = ( std::fabs( a ) <= std::fabs( b ) ) + ? -ag - ( s - bg ) + : bg - ( s + ag ); + const auto ceil_s = static_cast>( std::ceil( s ) ); + + return ( ceil_s != s ) ? ceil_s : ceil_s + ( err > 0 ); + } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic pop +#endif + + } + +} // end namespace Catch + +#endif // CATCH_RANDOM_FLOATING_POINT_HELPERS_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_random_integer_helpers.hpp b/external_imported/Catch2/src/catch2/internal/catch_random_integer_helpers.hpp new file mode 100644 index 000000000..1c450f05c --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_random_integer_helpers.hpp @@ -0,0 +1,202 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#ifndef CATCH_RANDOM_INTEGER_HELPERS_HPP_INCLUDED +#define CATCH_RANDOM_INTEGER_HELPERS_HPP_INCLUDED + +#include +#include +#include +#include + +namespace Catch { + namespace Detail { + + template + struct SizedUnsignedType; +#define SizedUnsignedTypeHelper( TYPE ) \ + template <> \ + struct SizedUnsignedType { \ + using type = TYPE; \ + } + + SizedUnsignedTypeHelper( std::uint8_t ); + SizedUnsignedTypeHelper( std::uint16_t ); + SizedUnsignedTypeHelper( std::uint32_t ); + SizedUnsignedTypeHelper( std::uint64_t ); +#undef SizedUnsignedTypeHelper + + template + using SizedUnsignedType_t = typename SizedUnsignedType::type; + + template + using DoubleWidthUnsignedType_t = SizedUnsignedType_t<2 * sizeof( T )>; + + template + struct ExtendedMultResult { + T upper; + T lower; + friend bool operator==( ExtendedMultResult const& lhs, + ExtendedMultResult const& rhs ) { + return lhs.upper == rhs.upper && lhs.lower == rhs.lower; + } + }; + + // Returns 128 bit result of multiplying lhs and rhs + constexpr ExtendedMultResult + extendedMult( std::uint64_t lhs, std::uint64_t rhs ) { + // We use the simple long multiplication approach for + // correctness, we can use platform specific builtins + // for performance later. + + // Split the lhs and rhs into two 32bit "digits", so that we can + // do 64 bit arithmetic to handle carry bits. + // 32b 32b 32b 32b + // lhs L1 L2 + // * rhs R1 R2 + // ------------------------ + // | R2 * L2 | + // | R2 * L1 | + // | R1 * L2 | + // | R1 * L1 | + // ------------------------- + // | a | b | c | d | + +#define CarryBits( x ) ( x >> 32 ) +#define Digits( x ) ( x & 0xFF'FF'FF'FF ) + + auto r2l2 = Digits( rhs ) * Digits( lhs ); + auto r2l1 = Digits( rhs ) * CarryBits( lhs ); + auto r1l2 = CarryBits( rhs ) * Digits( lhs ); + auto r1l1 = CarryBits( rhs ) * CarryBits( lhs ); + + // Sum to columns first + auto d = Digits( r2l2 ); + auto c = CarryBits( r2l2 ) + Digits( r2l1 ) + Digits( r1l2 ); + auto b = CarryBits( r2l1 ) + CarryBits( r1l2 ) + Digits( r1l1 ); + auto a = CarryBits( r1l1 ); + + // Propagate carries between columns + c += CarryBits( d ); + b += CarryBits( c ); + a += CarryBits( b ); + + // Remove the used carries + c = Digits( c ); + b = Digits( b ); + a = Digits( a ); + +#undef CarryBits +#undef Digits + + return { + a << 32 | b, // upper 64 bits + c << 32 | d // lower 64 bits + }; + } + + template + constexpr ExtendedMultResult extendedMult( UInt lhs, UInt rhs ) { + static_assert( std::is_unsigned::value, + "extendedMult can only handle unsigned integers" ); + static_assert( sizeof( UInt ) < sizeof( std::uint64_t ), + "Generic extendedMult can only handle types smaller " + "than uint64_t" ); + using WideType = DoubleWidthUnsignedType_t; + + auto result = WideType( lhs ) * WideType( rhs ); + return { + static_cast( result >> ( CHAR_BIT * sizeof( UInt ) ) ), + static_cast( result & UInt( -1 ) ) }; + } + + + template + std::enable_if_t= sizeof(TargetType), + TargetType> fillBitsFrom(Generator& gen) { + using gresult_type = typename Generator::result_type; + static_assert( std::is_unsigned::value, "Only unsigned integers are supported" ); + static_assert( Generator::min() == 0 && + Generator::max() == static_cast( -1 ), + "Generator must be able to output all numbers in its result type (effectively it must be a random bit generator)" ); + + // We want to return the top bits from a generator, as they are + // usually considered higher quality. + constexpr auto generated_bits = sizeof( gresult_type ) * CHAR_BIT; + constexpr auto return_bits = sizeof( TargetType ) * CHAR_BIT; + + return static_cast( gen() >> + ( generated_bits - return_bits) ); + } + + template + std::enable_if_t fillBitsFrom(Generator& gen) { + using gresult_type = typename Generator::result_type; + static_assert( std::is_unsigned::value, + "Only unsigned integers are supported" ); + static_assert( Generator::min() == 0 && + Generator::max() == static_cast( -1 ), + "Generator must be able to output all numbers in its result type (effectively it must be a random bit generator)" ); + + constexpr auto generated_bits = sizeof( gresult_type ) * CHAR_BIT; + constexpr auto return_bits = sizeof( TargetType ) * CHAR_BIT; + std::size_t filled_bits = 0; + TargetType ret = 0; + do { + ret <<= generated_bits; + ret |= gen(); + filled_bits += generated_bits; + } while ( filled_bits < return_bits ); + + return ret; + } + + /* + * Transposes numbers into unsigned type while keeping their ordering + * + * This means that signed types are changed so that the ordering is + * [INT_MIN, ..., -1, 0, ..., INT_MAX], rather than order we would + * get by simple casting ([0, ..., INT_MAX, INT_MIN, ..., -1]) + */ + template + std::enable_if_t::value, UnsignedType> + transposeToNaturalOrder( UnsignedType in ) { + static_assert( + sizeof( OriginalType ) == sizeof( UnsignedType ), + "reordering requires the same sized types on both sides" ); + static_assert( std::is_unsigned::value, + "Input type must be unsigned" ); + // Assuming 2s complement (standardized in current C++), the + // positive and negative numbers are already internally ordered, + // and their difference is in the top bit. Swapping it orders + // them the desired way. + constexpr auto highest_bit = + UnsignedType( 1 ) << ( sizeof( UnsignedType ) * CHAR_BIT - 1 ); + return static_cast( in ^ highest_bit ); + } + + + + template + std::enable_if_t::value, UnsignedType> + transposeToNaturalOrder(UnsignedType in) { + static_assert( + sizeof( OriginalType ) == sizeof( UnsignedType ), + "reordering requires the same sized types on both sides" ); + static_assert( std::is_unsigned::value, "Input type must be unsigned" ); + // No reordering is needed for unsigned -> unsigned + return in; + } + } // namespace Detail +} // namespace Catch + +#endif // CATCH_RANDOM_INTEGER_HELPERS_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_random_seed_generation.cpp b/external_imported/Catch2/src/catch2/internal/catch_random_seed_generation.cpp index 40c468cb4..fdc3fa19e 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_random_seed_generation.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_random_seed_generation.cpp @@ -9,6 +9,7 @@ #include #include +#include #include #include @@ -21,10 +22,10 @@ namespace Catch { return static_cast( std::time( nullptr ) ); case GenerateFrom::Default: - case GenerateFrom::RandomDevice: - // In theory, a platform could have random_device that returns just - // 16 bits. That is still some randomness, so we don't care too much - return static_cast( std::random_device{}() ); + case GenerateFrom::RandomDevice: { + std::random_device rd; + return Detail::fillBitsFrom( rd ); + } default: CATCH_ERROR("Unknown generation method"); diff --git a/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.cpp b/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.cpp index 4c0c44f42..cea8c4dc9 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.cpp @@ -5,61 +5,87 @@ // https://www.boost.org/LICENSE_1_0.txt) // SPDX-License-Identifier: BSL-1.0 -#include -#include +#include +#include +#include +#include #include #include #include +#include #include +#include #include #include #include #include -#include -#include namespace Catch { + struct ReporterRegistry::ReporterRegistryImpl { + std::vector> listeners; + std::map + factories; + }; - ReporterRegistry::ReporterRegistry() { + ReporterRegistry::ReporterRegistry(): + m_impl( Detail::make_unique() ) { // Because it is impossible to move out of initializer list, // we have to add the elements manually - m_factories["Automake"] = Detail::make_unique>(); - m_factories["compact"] = Detail::make_unique>(); - m_factories["console"] = Detail::make_unique>(); - m_factories["JUnit"] = Detail::make_unique>(); - m_factories["SonarQube"] = Detail::make_unique>(); - m_factories["TAP"] = Detail::make_unique>(); - m_factories["TeamCity"] = Detail::make_unique>(); - m_factories["XML"] = Detail::make_unique>(); + m_impl->factories["Automake"] = + Detail::make_unique>(); + m_impl->factories["compact"] = + Detail::make_unique>(); + m_impl->factories["console"] = + Detail::make_unique>(); + m_impl->factories["JUnit"] = + Detail::make_unique>(); + m_impl->factories["SonarQube"] = + Detail::make_unique>(); + m_impl->factories["TAP"] = + Detail::make_unique>(); + m_impl->factories["TeamCity"] = + Detail::make_unique>(); + m_impl->factories["XML"] = + Detail::make_unique>(); + m_impl->factories["JSON"] = + Detail::make_unique>(); } ReporterRegistry::~ReporterRegistry() = default; - - IEventListenerPtr ReporterRegistry::create( std::string const& name, ReporterConfig&& config ) const { - auto it = m_factories.find( name ); - if( it == m_factories.end() ) - return nullptr; - return it->second->create( CATCH_MOVE(config) ); + IEventListenerPtr + ReporterRegistry::create( std::string const& name, + ReporterConfig&& config ) const { + auto it = m_impl->factories.find( name ); + if ( it == m_impl->factories.end() ) return nullptr; + return it->second->create( CATCH_MOVE( config ) ); } - void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr factory ) { + void ReporterRegistry::registerReporter( std::string const& name, + IReporterFactoryPtr factory ) { CATCH_ENFORCE( name.find( "::" ) == name.npos, - "'::' is not allowed in reporter name: '" + name + '\'' ); - auto ret = m_factories.emplace(name, CATCH_MOVE(factory)); - CATCH_ENFORCE( ret.second, "reporter using '" + name + "' as name was already registered" ); + "'::' is not allowed in reporter name: '" + name + + '\'' ); + auto ret = m_impl->factories.emplace( name, CATCH_MOVE( factory ) ); + CATCH_ENFORCE( ret.second, + "reporter using '" + name + + "' as name was already registered" ); } void ReporterRegistry::registerListener( Detail::unique_ptr factory ) { - m_listeners.push_back( CATCH_MOVE(factory) ); + m_impl->listeners.push_back( CATCH_MOVE( factory ) ); } - IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { - return m_factories; - } - IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { - return m_listeners; + std::map const& + ReporterRegistry::getFactories() const { + return m_impl->factories; } -} + std::vector> const& + ReporterRegistry::getListeners() const { + return m_impl->listeners; + } +} // namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.hpp b/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.hpp index 5577b9ef6..92a889279 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_reporter_registry.hpp @@ -8,31 +8,48 @@ #ifndef CATCH_REPORTER_REGISTRY_HPP_INCLUDED #define CATCH_REPORTER_REGISTRY_HPP_INCLUDED -#include -#include +#include +#include #include +#include +#include namespace Catch { - class ReporterRegistry : public IReporterRegistry { - public: + class IEventListener; + using IEventListenerPtr = Detail::unique_ptr; + class IReporterFactory; + using IReporterFactoryPtr = Detail::unique_ptr; + struct ReporterConfig; + class EventListenerFactory; + + class ReporterRegistry { + struct ReporterRegistryImpl; + Detail::unique_ptr m_impl; + public: ReporterRegistry(); - ~ReporterRegistry() override; // = default, out of line to allow fwd decl + ~ReporterRegistry(); // = default; - IEventListenerPtr create( std::string const& name, ReporterConfig&& config ) const override; + IEventListenerPtr create( std::string const& name, + ReporterConfig&& config ) const; - void registerReporter( std::string const& name, IReporterFactoryPtr factory ); - void registerListener( Detail::unique_ptr factory ); + void registerReporter( std::string const& name, + IReporterFactoryPtr factory ); - FactoryMap const& getFactories() const override; - Listeners const& getListeners() const override; + void + registerListener( Detail::unique_ptr factory ); - private: - FactoryMap m_factories; - Listeners m_listeners; + std::map const& + getFactories() const; + + std::vector> const& + getListeners() const; }; -} + +} // end namespace Catch #endif // CATCH_REPORTER_REGISTRY_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.cpp b/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.cpp index f6591d9ac..8b88b170a 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.cpp @@ -21,9 +21,9 @@ namespace Catch { }; kvPair splitKVPair(StringRef kvString) { - auto splitPos = static_cast( std::distance( - kvString.begin(), - std::find( kvString.begin(), kvString.end(), '=' ) ) ); + auto splitPos = static_cast( + std::find( kvString.begin(), kvString.end(), '=' ) - + kvString.begin() ); return { kvString.substr( 0, splitPos ), kvString.substr( splitPos + 1, kvString.size() ) }; diff --git a/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.hpp b/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.hpp index d446ce98b..9f447ee2f 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_reporter_spec_parser.hpp @@ -8,7 +8,7 @@ #ifndef CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED #define CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED -#include +#include #include #include diff --git a/external_imported/Catch2/src/catch2/internal/catch_run_context.cpp b/external_imported/Catch2/src/catch2/internal/catch_run_context.cpp index 08086b28e..77b476d82 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_run_context.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_run_context.cpp @@ -8,8 +8,9 @@ #include #include -#include #include +#include +#include #include #include #include @@ -19,6 +20,7 @@ #include #include #include +#include #include #include @@ -26,146 +28,151 @@ namespace Catch { namespace Generators { - struct GeneratorTracker : TestCaseTracking::TrackerBase, IGeneratorTracker { - GeneratorBasePtr m_generator; - - GeneratorTracker( TestCaseTracking::NameAndLocation&& nameAndLocation, TrackerContext& ctx, ITracker* parent ) - : TrackerBase( CATCH_MOVE(nameAndLocation), ctx, parent ) - {} - ~GeneratorTracker() override; - - static GeneratorTracker* acquire( TrackerContext& ctx, TestCaseTracking::NameAndLocationRef const& nameAndLocation ) { - GeneratorTracker* tracker; - - ITracker& currentTracker = ctx.currentTracker(); - // Under specific circumstances, the generator we want - // to acquire is also the current tracker. If this is - // the case, we have to avoid looking through current - // tracker's children, and instead return the current - // tracker. - // A case where this check is important is e.g. - // for (int i = 0; i < 5; ++i) { - // int n = GENERATE(1, 2); - // } - // - // without it, the code above creates 5 nested generators. - if ( currentTracker.nameAndLocation() == nameAndLocation ) { - auto thisTracker = - currentTracker.parent()->findChild( nameAndLocation ); - assert( thisTracker ); - assert( thisTracker->isGeneratorTracker() ); - tracker = static_cast( thisTracker ); - } else if ( ITracker* childTracker = - currentTracker.findChild( nameAndLocation ) ) { - assert( childTracker ); - assert( childTracker->isGeneratorTracker() ); - tracker = static_cast( childTracker ); - } else { - return nullptr; - } + namespace { + struct GeneratorTracker final : TestCaseTracking::TrackerBase, + IGeneratorTracker { + GeneratorBasePtr m_generator; + + GeneratorTracker( + TestCaseTracking::NameAndLocation&& nameAndLocation, + TrackerContext& ctx, + ITracker* parent ): + TrackerBase( CATCH_MOVE( nameAndLocation ), ctx, parent ) {} + + static GeneratorTracker* + acquire( TrackerContext& ctx, + TestCaseTracking::NameAndLocationRef const& + nameAndLocation ) { + GeneratorTracker* tracker; + + ITracker& currentTracker = ctx.currentTracker(); + // Under specific circumstances, the generator we want + // to acquire is also the current tracker. If this is + // the case, we have to avoid looking through current + // tracker's children, and instead return the current + // tracker. + // A case where this check is important is e.g. + // for (int i = 0; i < 5; ++i) { + // int n = GENERATE(1, 2); + // } + // + // without it, the code above creates 5 nested generators. + if ( currentTracker.nameAndLocation() == nameAndLocation ) { + auto thisTracker = currentTracker.parent()->findChild( + nameAndLocation ); + assert( thisTracker ); + assert( thisTracker->isGeneratorTracker() ); + tracker = static_cast( thisTracker ); + } else if ( ITracker* childTracker = + currentTracker.findChild( + nameAndLocation ) ) { + assert( childTracker ); + assert( childTracker->isGeneratorTracker() ); + tracker = + static_cast( childTracker ); + } else { + return nullptr; + } - if( !tracker->isComplete() ) { - tracker->open(); - } + if ( !tracker->isComplete() ) { tracker->open(); } - return tracker; - } - - // TrackerBase interface - bool isGeneratorTracker() const override { return true; } - auto hasGenerator() const -> bool override { - return !!m_generator; - } - void close() override { - TrackerBase::close(); - // If a generator has a child (it is followed by a section) - // and none of its children have started, then we must wait - // until later to start consuming its values. - // This catches cases where `GENERATE` is placed between two - // `SECTION`s. - // **The check for m_children.empty cannot be removed**. - // doing so would break `GENERATE` _not_ followed by `SECTION`s. - const bool should_wait_for_child = [&]() { - // No children -> nobody to wait for - if ( m_children.empty() ) { - return false; - } - // If at least one child started executing, don't wait - if ( std::find_if( - m_children.begin(), - m_children.end(), - []( TestCaseTracking::ITrackerPtr const& tracker ) { - return tracker->hasStarted(); - } ) != m_children.end() ) { - return false; - } + return tracker; + } - // No children have started. We need to check if they _can_ - // start, and thus we should wait for them, or they cannot - // start (due to filters), and we shouldn't wait for them - ITracker* parent = m_parent; - // This is safe: there is always at least one section - // tracker in a test case tracking tree - while ( !parent->isSectionTracker() ) { - parent = parent->parent(); - } - assert( parent && - "Missing root (test case) level section" ); - - auto const& parentSection = - static_cast( *parent ); - auto const& filters = parentSection.getFilters(); - // No filters -> no restrictions on running sections - if ( filters.empty() ) { - return true; - } + // TrackerBase interface + bool isGeneratorTracker() const override { return true; } + auto hasGenerator() const -> bool override { + return !!m_generator; + } + void close() override { + TrackerBase::close(); + // If a generator has a child (it is followed by a section) + // and none of its children have started, then we must wait + // until later to start consuming its values. + // This catches cases where `GENERATE` is placed between two + // `SECTION`s. + // **The check for m_children.empty cannot be removed**. + // doing so would break `GENERATE` _not_ followed by + // `SECTION`s. + const bool should_wait_for_child = [&]() { + // No children -> nobody to wait for + if ( m_children.empty() ) { return false; } + // If at least one child started executing, don't wait + if ( std::find_if( + m_children.begin(), + m_children.end(), + []( TestCaseTracking::ITrackerPtr const& + tracker ) { + return tracker->hasStarted(); + } ) != m_children.end() ) { + return false; + } - for ( auto const& child : m_children ) { - if ( child->isSectionTracker() && - std::find( - filters.begin(), - filters.end(), - static_cast( *child ) - .trimmedName() ) != filters.end() ) { - return true; + // No children have started. We need to check if they + // _can_ start, and thus we should wait for them, or + // they cannot start (due to filters), and we shouldn't + // wait for them + ITracker* parent = m_parent; + // This is safe: there is always at least one section + // tracker in a test case tracking tree + while ( !parent->isSectionTracker() ) { + parent = parent->parent(); + } + assert( parent && + "Missing root (test case) level section" ); + + auto const& parentSection = + static_cast( *parent ); + auto const& filters = parentSection.getFilters(); + // No filters -> no restrictions on running sections + if ( filters.empty() ) { return true; } + + for ( auto const& child : m_children ) { + if ( child->isSectionTracker() && + std::find( filters.begin(), + filters.end(), + static_cast( + *child ) + .trimmedName() ) != + filters.end() ) { + return true; + } } + return false; + }(); + + // This check is a bit tricky, because m_generator->next() + // has a side-effect, where it consumes generator's current + // value, but we do not want to invoke the side-effect if + // this generator is still waiting for any child to start. + assert( m_generator && "Tracker without generator" ); + if ( should_wait_for_child || + ( m_runState == CompletedSuccessfully && + m_generator->countedNext() ) ) { + m_children.clear(); + m_runState = Executing; } - return false; - }(); - - // This check is a bit tricky, because m_generator->next() - // has a side-effect, where it consumes generator's current - // value, but we do not want to invoke the side-effect if - // this generator is still waiting for any child to start. - assert( m_generator && "Tracker without generator" ); - if ( should_wait_for_child || - ( m_runState == CompletedSuccessfully && - m_generator->countedNext() ) ) { - m_children.clear(); - m_runState = Executing; } - } - // IGeneratorTracker interface - auto getGenerator() const -> GeneratorBasePtr const& override { - return m_generator; - } - void setGenerator( GeneratorBasePtr&& generator ) override { - m_generator = CATCH_MOVE( generator ); - } - }; - GeneratorTracker::~GeneratorTracker() = default; + // IGeneratorTracker interface + auto getGenerator() const -> GeneratorBasePtr const& override { + return m_generator; + } + void setGenerator( GeneratorBasePtr&& generator ) override { + m_generator = CATCH_MOVE( generator ); + } + }; + } // namespace } RunContext::RunContext(IConfig const* _config, IEventListenerPtr&& reporter) : m_runInfo(_config->name()), - m_context(getCurrentMutableContext()), m_config(_config), m_reporter(CATCH_MOVE(reporter)), m_lastAssertionInfo{ StringRef(), SourceLineInfo("",0), StringRef(), ResultDisposition::Normal }, m_includeSuccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions ) { - m_context.setResultCapture(this); + getCurrentMutableContext().setResultCapture( this ); m_reporter->testRunStarting(m_runInfo); } @@ -260,7 +267,7 @@ namespace Catch { } - void RunContext::assertionEnded(AssertionResult const & result) { + void RunContext::assertionEnded(AssertionResult&& result) { if (result.getResultType() == ResultWas::Ok) { m_totals.assertions.passed++; m_lastAssertionPassed = true; @@ -282,19 +289,27 @@ namespace Catch { m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals)); - if (result.getResultType() != ResultWas::Warning) + if ( result.getResultType() != ResultWas::Warning ) { m_messageScopes.clear(); + } - // Reset working state - resetAssertionInfo(); - m_lastResult = result; + // Reset working state. assertion info will be reset after + // populateReaction is run if it is needed + m_lastResult = CATCH_MOVE( result ); } void RunContext::resetAssertionInfo() { m_lastAssertionInfo.macroName = StringRef(); m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; + m_lastAssertionInfo.resultDisposition = ResultDisposition::Normal; } - bool RunContext::sectionStarted(StringRef sectionName, SourceLineInfo const& sectionLineInfo, Counts & assertions) { + void RunContext::notifyAssertionStarted( AssertionInfo const& info ) { + m_reporter->assertionStarting( info ); + } + + bool RunContext::sectionStarted( StringRef sectionName, + SourceLineInfo const& sectionLineInfo, + Counts& assertions ) { ITracker& sectionTracker = SectionTracker::acquire( m_trackerContext, TestCaseTracking::NameAndLocationRef( @@ -432,7 +447,8 @@ namespace Catch { tempResult.message = static_cast(message); AssertionResult result(m_lastAssertionInfo, CATCH_MOVE(tempResult)); - assertionEnded(result); + assertionEnded(CATCH_MOVE(result) ); + resetAssertionInfo(); handleUnfinishedSections(); @@ -554,8 +570,6 @@ namespace Catch { ITransientExpression const& expr, AssertionReaction& reaction ) { - m_reporter->assertionStarting( info ); - bool negated = isFalseTest( info.resultDisposition ); bool result = expr.getResult() != negated; @@ -571,6 +585,7 @@ namespace Catch { reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); populateReaction( reaction ); } + resetAssertionInfo(); } void RunContext::reportExpr( AssertionInfo const &info, @@ -584,7 +599,7 @@ namespace Catch { AssertionResult assertionResult{ info, CATCH_MOVE( data ) }; assertionResult.m_resultData.lazyExpression.m_transientExpression = expr; - assertionEnded( assertionResult ); + assertionEnded( CATCH_MOVE(assertionResult) ); } void RunContext::handleMessage( @@ -593,22 +608,23 @@ namespace Catch { StringRef message, AssertionReaction& reaction ) { - m_reporter->assertionStarting( info ); - m_lastAssertionInfo = info; AssertionResultData data( resultType, LazyExpression( false ) ); data.message = static_cast(message); AssertionResult assertionResult{ m_lastAssertionInfo, CATCH_MOVE( data ) }; - assertionEnded( assertionResult ); - if ( !assertionResult.isOk() ) { + + const auto isOk = assertionResult.isOk(); + assertionEnded( CATCH_MOVE(assertionResult) ); + if ( !isOk ) { populateReaction( reaction ); } else if ( resultType == ResultWas::ExplicitSkip ) { // TODO: Need to handle this explicitly, as ExplicitSkip is // considered "OK" reaction.shouldSkip = true; } + resetAssertionInfo(); } void RunContext::handleUnexpectedExceptionNotThrown( AssertionInfo const& info, @@ -619,16 +635,17 @@ namespace Catch { void RunContext::handleUnexpectedInflightException( AssertionInfo const& info, - std::string const& message, + std::string&& message, AssertionReaction& reaction ) { m_lastAssertionInfo = info; AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); - data.message = message; + data.message = CATCH_MOVE(message); AssertionResult assertionResult{ info, CATCH_MOVE(data) }; - assertionEnded( assertionResult ); + assertionEnded( CATCH_MOVE(assertionResult) ); populateReaction( reaction ); + resetAssertionInfo(); } void RunContext::populateReaction( AssertionReaction& reaction ) { @@ -645,7 +662,8 @@ namespace Catch { AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); data.message = "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE"s; AssertionResult assertionResult{ info, CATCH_MOVE( data ) }; - assertionEnded( assertionResult ); + assertionEnded( CATCH_MOVE(assertionResult) ); + resetAssertionInfo(); } void RunContext::handleNonExpr( AssertionInfo const &info, @@ -656,10 +674,11 @@ namespace Catch { AssertionResultData data( resultType, LazyExpression( false ) ); AssertionResult assertionResult{ info, CATCH_MOVE( data ) }; - assertionEnded( assertionResult ); - if( !assertionResult.isOk() ) - populateReaction( reaction ); + const auto isOk = assertionResult.isOk(); + assertionEnded( CATCH_MOVE(assertionResult) ); + if ( !isOk ) { populateReaction( reaction ); } + resetAssertionInfo(); } diff --git a/external_imported/Catch2/src/catch2/internal/catch_run_context.hpp b/external_imported/Catch2/src/catch2/internal/catch_run_context.hpp index 3928180e2..c749304d3 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_run_context.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_run_context.hpp @@ -8,8 +8,9 @@ #ifndef CATCH_RUN_CONTEXT_HPP_INCLUDED #define CATCH_RUN_CONTEXT_HPP_INCLUDED -#include +#include #include +#include #include #include #include @@ -24,13 +25,14 @@ namespace Catch { - class IMutableContext; class IGeneratorTracker; class IConfig; + class IEventListener; + using IEventListenerPtr = Detail::unique_ptr; /////////////////////////////////////////////////////////////////////////// - class RunContext : public IResultCapture { + class RunContext final : public IResultCapture { public: RunContext( RunContext const& ) = delete; @@ -59,7 +61,7 @@ namespace Catch { AssertionReaction& reaction ) override; void handleUnexpectedInflightException ( AssertionInfo const& info, - std::string const& message, + std::string&& message, AssertionReaction& reaction ) override; void handleIncomplete ( AssertionInfo const& info ) override; @@ -68,6 +70,7 @@ namespace Catch { ResultWas::OfType resultType, AssertionReaction &reaction ) override; + void notifyAssertionStarted( AssertionInfo const& info ) override; bool sectionStarted( StringRef sectionName, SourceLineInfo const& sectionLineInfo, Counts& assertions ) override; @@ -118,7 +121,7 @@ namespace Catch { void resetAssertionInfo(); bool testForMissingAssertions( Counts& assertions ); - void assertionEnded( AssertionResult const& result ); + void assertionEnded( AssertionResult&& result ); void reportExpr ( AssertionInfo const &info, ResultWas::OfType resultType, @@ -132,7 +135,6 @@ namespace Catch { void handleUnfinishedSections(); TestRunInfo m_runInfo; - IMutableContext& m_context; TestCaseHandle const* m_activeTestCase = nullptr; ITracker* m_testCaseTracker = nullptr; Optional m_lastResult; diff --git a/external_imported/Catch2/src/catch2/internal/catch_section.cpp b/external_imported/Catch2/src/catch2/internal/catch_section.cpp index 061732b1d..677c2164c 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_section.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_section.cpp @@ -6,7 +6,7 @@ // SPDX-License-Identifier: BSL-1.0 #include -#include +#include #include #include diff --git a/external_imported/Catch2/src/catch2/internal/catch_section.hpp b/external_imported/Catch2/src/catch2/internal/catch_section.hpp index 8c1a882bb..8c894eeb8 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_section.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_section.hpp @@ -9,6 +9,7 @@ #define CATCH_SECTION_HPP_INCLUDED #include +#include #include #include #include @@ -38,16 +39,62 @@ namespace Catch { } // end namespace Catch -#define INTERNAL_CATCH_SECTION( ... ) \ - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ - CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ - if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::Section( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) ) \ - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION - -#define INTERNAL_CATCH_DYNAMIC_SECTION( ... ) \ - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ - CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ - if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, (Catch::ReusableStringStream() << __VA_ARGS__).str() ) ) \ - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION +#if !defined(CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT) +# define INTERNAL_CATCH_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + if ( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( \ + catch_internal_Section ) = \ + Catch::Section( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +# define INTERNAL_CATCH_DYNAMIC_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + if ( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( \ + catch_internal_Section ) = \ + Catch::SectionInfo( \ + CATCH_INTERNAL_LINEINFO, \ + ( Catch::ReusableStringStream() << __VA_ARGS__ ) \ + .str() ) ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +#else + +// These section definitions imply that at most one section at one level +// will be intered (because only one section's __LINE__ can be equal to +// the dummy `catchInternalSectionHint` variable from `TEST_CASE`). + +namespace Catch { + namespace Detail { + // Intentionally without linkage, as it should only be used as a dummy + // symbol for static analysis. + int GetNewSectionHint(); + } // namespace Detail +} // namespace Catch + + +# define INTERNAL_CATCH_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + if ( [[maybe_unused]] const int catchInternalPreviousSectionHint = \ + catchInternalSectionHint, \ + catchInternalSectionHint = Catch::Detail::GetNewSectionHint(); \ + catchInternalPreviousSectionHint == __LINE__ ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +# define INTERNAL_CATCH_DYNAMIC_SECTION( ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + if ( [[maybe_unused]] const int catchInternalPreviousSectionHint = \ + catchInternalSectionHint, \ + catchInternalSectionHint = Catch::Detail::GetNewSectionHint(); \ + catchInternalPreviousSectionHint == __LINE__ ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + +#endif + #endif // CATCH_SECTION_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_sharding.hpp b/external_imported/Catch2/src/catch2/internal/catch_sharding.hpp index d0e4cfa13..22561f4bf 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_sharding.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_sharding.hpp @@ -8,8 +8,7 @@ #ifndef CATCH_SHARDING_HPP_INCLUDED #define CATCH_SHARDING_HPP_INCLUDED -#include - +#include #include #include diff --git a/external_imported/Catch2/src/catch2/internal/catch_stream_end_stop.hpp b/external_imported/Catch2/src/catch2/internal/catch_stream_end_stop.hpp index 61379f20d..66d678cf8 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_stream_end_stop.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_stream_end_stop.hpp @@ -17,10 +17,10 @@ namespace Catch { // as well as // << stuff +StreamEndStop struct StreamEndStop { - StringRef operator+() const { return StringRef(); } + constexpr StringRef operator+() const { return StringRef(); } template - friend T const& operator+( T const& value, StreamEndStop ) { + constexpr friend T const& operator+( T const& value, StreamEndStop ) { return value; } }; diff --git a/external_imported/Catch2/src/catch2/internal/catch_string_manip.cpp b/external_imported/Catch2/src/catch2/internal/catch_string_manip.cpp index cb96dd4fb..0c889ca18 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_string_manip.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_string_manip.cpp @@ -8,7 +8,6 @@ #include #include -#include #include #include #include @@ -32,9 +31,9 @@ namespace Catch { return s.find( infix ) != std::string::npos; } void toLowerInPlace( std::string& s ) { - std::transform( s.begin(), s.end(), s.begin(), []( char c ) { - return toLower( c ); - } ); + for ( char& c : s ) { + c = toLower( c ); + } } std::string toLower( std::string const& s ) { std::string lc = s; diff --git a/external_imported/Catch2/src/catch2/internal/catch_stringref.hpp b/external_imported/Catch2/src/catch2/internal/catch_stringref.hpp index 99bb9a986..4b9212bfa 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_stringref.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_stringref.hpp @@ -25,6 +25,8 @@ namespace Catch { using size_type = std::size_t; using const_iterator = const char*; + static constexpr size_type npos{ static_cast( -1 ) }; + private: static constexpr char const* const s_empty = ""; @@ -75,7 +77,7 @@ namespace Catch { } // Returns a substring of [start, start + length). - // If start + length > size(), then the substring is [start, start + size()). + // If start + length > size(), then the substring is [start, size()). // If start > size(), then the substring is empty. constexpr StringRef substr(size_type start, size_type length) const noexcept { if (start < m_size) { diff --git a/external_imported/Catch2/src/catch2/internal/catch_tag_alias_registry.cpp b/external_imported/Catch2/src/catch2/internal/catch_tag_alias_registry.cpp index b7c6b9ec7..510df167f 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_tag_alias_registry.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_tag_alias_registry.cpp @@ -6,14 +6,13 @@ // SPDX-License-Identifier: BSL-1.0 #include -#include #include #include #include namespace Catch { - TagAliasRegistry::~TagAliasRegistry() {} + TagAliasRegistry::~TagAliasRegistry() = default; TagAlias const* TagAliasRegistry::find( std::string const& alias ) const { auto it = m_registry.find( alias ); diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.cpp b/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.cpp index 4b3d2e471..c2b052daf 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.cpp @@ -7,11 +7,9 @@ // SPDX-License-Identifier: BSL-1.0 #include -#include #include +#include #include -#include -#include #include #include #include @@ -23,6 +21,38 @@ namespace Catch { + namespace { + static void enforceNoDuplicateTestCases( + std::vector const& tests ) { + auto testInfoCmp = []( TestCaseInfo const* lhs, + TestCaseInfo const* rhs ) { + return *lhs < *rhs; + }; + std::set seenTests( + testInfoCmp ); + for ( auto const& test : tests ) { + const auto infoPtr = &test.getTestCaseInfo(); + const auto prev = seenTests.insert( infoPtr ); + CATCH_ENFORCE( prev.second, + "error: test case \"" + << infoPtr->name << "\", with tags \"" + << infoPtr->tagsAsString() + << "\" already defined.\n" + << "\tFirst seen at " + << ( *prev.first )->lineInfo << "\n" + << "\tRedefined at " << infoPtr->lineInfo ); + } + } + + static bool matchTest( TestCaseHandle const& testCase, + TestSpec const& testSpec, + IConfig const& config ) { + return testSpec.matches( testCase.getTestCaseInfo() ) && + isThrowSafe( testCase, config ); + } + + } // end unnamed namespace + std::vector sortTests( IConfig const& config, std::vector const& unsortedTestCases ) { switch (config.runOrder()) { case TestRunOrder::Declared: @@ -40,7 +70,6 @@ namespace Catch { return sorted; } case TestRunOrder::Randomized: { - seedRng(config); using TestWithHash = std::pair; TestCaseInfoHasher h{ config.rngSeed() }; @@ -79,29 +108,6 @@ namespace Catch { return !testCase.getTestCaseInfo().throws() || config.allowThrows(); } - bool matchTest( TestCaseHandle const& testCase, TestSpec const& testSpec, IConfig const& config ) { - return testSpec.matches( testCase.getTestCaseInfo() ) && isThrowSafe( testCase, config ); - } - - void - enforceNoDuplicateTestCases( std::vector const& tests ) { - auto testInfoCmp = []( TestCaseInfo const* lhs, - TestCaseInfo const* rhs ) { - return *lhs < *rhs; - }; - std::set seenTests(testInfoCmp); - for ( auto const& test : tests ) { - const auto infoPtr = &test.getTestCaseInfo(); - const auto prev = seenTests.insert( infoPtr ); - CATCH_ENFORCE( - prev.second, - "error: test case \"" << infoPtr->name << "\", with tags \"" - << infoPtr->tagsAsString() << "\" already defined.\n" - << "\tFirst seen at " << ( *prev.first )->lineInfo << "\n" - << "\tRedefined at " << infoPtr->lineInfo ); - } - } - std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ) { std::vector filtered; filtered.reserve( testCases.size() ); @@ -142,11 +148,4 @@ namespace Catch { return m_sortedFunctions; } - - - /////////////////////////////////////////////////////////////////////////// - void TestInvokerAsFunction::invoke() const { - m_testAsFunction(); - } - } // end namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.hpp b/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.hpp index 228dbb799..99a38498f 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_case_registry_impl.hpp @@ -8,31 +8,28 @@ #ifndef CATCH_TEST_CASE_REGISTRY_IMPL_HPP_INCLUDED #define CATCH_TEST_CASE_REGISTRY_IMPL_HPP_INCLUDED -#include +#include #include +#include #include namespace Catch { - class TestCaseHandle; class IConfig; + class ITestInvoker; + class TestCaseHandle; class TestSpec; std::vector sortTests( IConfig const& config, std::vector const& unsortedTestCases ); bool isThrowSafe( TestCaseHandle const& testCase, IConfig const& config ); - bool matchTest( TestCaseHandle const& testCase, TestSpec const& testSpec, IConfig const& config ); - - void enforceNoDuplicateTestCases( std::vector const& functions ); std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ); std::vector const& getAllTestCasesSorted( IConfig const& config ); class TestRegistry : public ITestCaseRegistry { public: - ~TestRegistry() override = default; - void registerTest( Detail::unique_ptr testInfo, Detail::unique_ptr testInvoker ); std::vector const& getAllInfos() const override; @@ -53,18 +50,6 @@ namespace Catch { /////////////////////////////////////////////////////////////////////////// - class TestInvokerAsFunction final : public ITestInvoker { - using TestType = void(*)(); - TestType m_testAsFunction; - public: - TestInvokerAsFunction(TestType testAsFunction) noexcept: - m_testAsFunction(testAsFunction) {} - - void invoke() const override; - }; - - /////////////////////////////////////////////////////////////////////////// - } // end namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_case_tracker.hpp b/external_imported/Catch2/src/catch2/internal/catch_test_case_tracker.hpp index beff8d6d9..50278c910 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_case_tracker.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_case_tracker.hpp @@ -113,7 +113,7 @@ namespace TestCaseTracking { //! Returns true if tracker run to completion (successfully or not) virtual bool isComplete() const = 0; - //! Returns true if tracker run to completion succesfully + //! Returns true if tracker run to completion successfully bool isSuccessfullyCompleted() const { return m_runState == CompletedSuccessfully; } diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.cpp b/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.cpp index c1edff3cc..8ea313131 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.cpp @@ -20,4 +20,12 @@ namespace Catch { #endif } + void throw_test_skip_exception() { +#if !defined( CATCH_CONFIG_DISABLE_EXCEPTIONS ) + throw Catch::TestSkipException(); +#else + CATCH_ERROR( "Explicitly skipping tests during runtime requires exceptions" ); +#endif + } + } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.hpp b/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.hpp index 13c5fc082..1ef883648 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_failure_exception.hpp @@ -12,6 +12,8 @@ namespace Catch { //! Used to signal that an assertion macro failed struct TestFailureException{}; + //! Used to signal that the remainder of a test should be skipped + struct TestSkipException {}; /** * Outlines throwing of `TestFailureException` into a single TU @@ -20,8 +22,12 @@ namespace Catch { */ [[noreturn]] void throw_test_failure_exception(); - //! Used to signal that the remainder of a test should be skipped - struct TestSkipException{}; + /** + * Outlines throwing of `TestSkipException` into a single TU + * + * Also handles `CATCH_CONFIG_DISABLE_EXCEPTIONS` for callers. + */ + [[noreturn]] void throw_test_skip_exception(); } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_macro_impl.hpp b/external_imported/Catch2/src/catch2/internal/catch_test_macro_impl.hpp index e569680bb..59c851e8f 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_macro_impl.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_macro_impl.hpp @@ -10,6 +10,7 @@ #include #include +#include #include #include #include @@ -22,12 +23,6 @@ #if !defined(CATCH_CONFIG_DISABLE) -#if !defined(CATCH_CONFIG_DISABLE_STRINGIFICATION) - #define CATCH_INTERNAL_STRINGIFY(...) #__VA_ARGS__##_catch_sr -#else - #define CATCH_INTERNAL_STRINGIFY(...) "Disabled by CATCH_CONFIG_DISABLE_STRINGIFICATION"_catch_sr -#endif - #if defined(CATCH_CONFIG_FAST_COMPILE) || defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) /////////////////////////////////////////////////////////////////////////////// @@ -39,7 +34,7 @@ #else // CATCH_CONFIG_FAST_COMPILE #define INTERNAL_CATCH_TRY try -#define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); } +#define INTERNAL_CATCH_CATCH( handler ) catch(...) { (handler).handleUnexpectedInflightException(); } #endif @@ -95,6 +90,7 @@ if( catchAssertionHandler.allowThrows() ) \ try { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ static_cast(__VA_ARGS__); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ @@ -115,6 +111,7 @@ if( catchAssertionHandler.allowThrows() ) \ try { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ static_cast(expr); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ @@ -141,6 +138,7 @@ if( catchAssertionHandler.allowThrows() ) \ try { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_UNUSED_RESULT \ CATCH_INTERNAL_SUPPRESS_USELESS_CAST_WARNINGS \ static_cast(__VA_ARGS__); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_registry.cpp b/external_imported/Catch2/src/catch2/internal/catch_test_registry.cpp index 9769ed032..e9c999fec 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_registry.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_registry.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include @@ -17,9 +16,10 @@ #include namespace Catch { + ITestInvoker::~ITestInvoker() = default; namespace { - StringRef extractClassName( StringRef classOrMethodName ) { + static StringRef extractClassName( StringRef classOrMethodName ) { if ( !startsWith( classOrMethodName, '&' ) ) { return classOrMethodName; } @@ -46,6 +46,18 @@ namespace Catch { static_cast( startIdx ), static_cast( classNameSize ) ); } + + class TestInvokerAsFunction final : public ITestInvoker { + using TestType = void ( * )(); + TestType m_testAsFunction; + + public: + TestInvokerAsFunction( TestType testAsFunction ) noexcept: + m_testAsFunction( testAsFunction ) {} + + void invoke() const override { m_testAsFunction(); } + }; + } // namespace Detail::unique_ptr makeTestInvoker( void(*testAsFunction)() ) { diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_registry.hpp b/external_imported/Catch2/src/catch2/internal/catch_test_registry.hpp index f53b93c8b..7766fe111 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_test_registry.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_test_registry.hpp @@ -8,9 +8,10 @@ #ifndef CATCH_TEST_REGISTRY_HPP_INCLUDED #define CATCH_TEST_REGISTRY_HPP_INCLUDED +#include #include #include -#include +#include #include #include #include @@ -72,6 +73,9 @@ struct AutoReg : Detail::NonCopyable { void TestName::test() #endif + +#if !defined(CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT) + /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_TESTCASE2( TestName, ... ) \ static void TestName(); \ @@ -84,19 +88,40 @@ struct AutoReg : Detail::NonCopyable { #define INTERNAL_CATCH_TESTCASE( ... ) \ INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEST_ ), __VA_ARGS__ ) - /////////////////////////////////////////////////////////////////////////////// - #define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, ... ) \ - CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ - CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ - CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ - namespace { \ - const Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( \ - Catch::makeTestInvoker( &QualifiedMethod ), \ - CATCH_INTERNAL_LINEINFO, \ - "&" #QualifiedMethod##_catch_sr, \ - Catch::NameAndTags{ __VA_ARGS__ } ); \ - } /* NOLINT */ \ - CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION +#else // ^^ !CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT | vv CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT + + +// Dummy registrator for the dumy test case macros +namespace Catch { + namespace Detail { + struct DummyUse { + DummyUse( void ( * )( int ) ); + }; + } // namespace Detail +} // namespace Catch + +// Note that both the presence of the argument and its exact name are +// necessary for the section support. + +// We provide a shadowed variable so that a `SECTION` inside non-`TEST_CASE` +// tests can compile. The redefined `TEST_CASE` shadows this with param. +static int catchInternalSectionHint = 0; + +# define INTERNAL_CATCH_TESTCASE2( fname ) \ + static void fname( int ); \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + static const Catch::Detail::DummyUse INTERNAL_CATCH_UNIQUE_NAME( \ + dummyUser )( &(fname) ); \ + CATCH_INTERNAL_SUPPRESS_SHADOW_WARNINGS \ + static void fname( [[maybe_unused]] int catchInternalSectionHint ) \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION +# define INTERNAL_CATCH_TESTCASE( ... ) \ + INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( dummyFunction ) ) + + +#endif // CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_TEST_CASE_METHOD2( TestName, ClassName, ... )\ @@ -118,6 +143,22 @@ struct AutoReg : Detail::NonCopyable { #define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, ... ) \ INTERNAL_CATCH_TEST_CASE_METHOD2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEST_ ), ClassName, __VA_ARGS__ ) + + /////////////////////////////////////////////////////////////////////////////// + #define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, ... ) \ + CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ + CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \ + CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \ + namespace { \ + const Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( \ + Catch::makeTestInvoker( &QualifiedMethod ), \ + CATCH_INTERNAL_LINEINFO, \ + "&" #QualifiedMethod##_catch_sr, \ + Catch::NameAndTags{ __VA_ARGS__ } ); \ + } /* NOLINT */ \ + CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION + + /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_REGISTER_TESTCASE( Function, ... ) \ do { \ diff --git a/external_imported/Catch2/src/catch2/internal/catch_test_run_info.hpp b/external_imported/Catch2/src/catch2/internal/catch_test_run_info.hpp new file mode 100644 index 000000000..90357b0af --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_test_run_info.hpp @@ -0,0 +1,22 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +#ifndef CATCH_TEST_RUN_INFO_HPP_INCLUDED +#define CATCH_TEST_RUN_INFO_HPP_INCLUDED + +#include + +namespace Catch { + + struct TestRunInfo { + constexpr TestRunInfo(StringRef _name) : name(_name) {} + StringRef name; + }; + +} // end namespace Catch + +#endif // CATCH_TEST_RUN_INFO_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_textflow.cpp b/external_imported/Catch2/src/catch2/internal/catch_textflow.cpp index 7eac97325..857fd2b9f 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_textflow.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_textflow.cpp @@ -233,23 +233,36 @@ namespace Catch { return os; } - Columns Column::operator+( Column const& other ) { + Columns operator+(Column const& lhs, Column const& rhs) { Columns cols; - cols += *this; - cols += other; + cols += lhs; + cols += rhs; return cols; } - - Columns& Columns::operator+=( Column const& col ) { - m_columns.push_back( col ); - return *this; + Columns operator+(Column&& lhs, Column&& rhs) { + Columns cols; + cols += CATCH_MOVE( lhs ); + cols += CATCH_MOVE( rhs ); + return cols; } - Columns Columns::operator+( Column const& col ) { - Columns combined = *this; - combined += col; + Columns& operator+=(Columns& lhs, Column const& rhs) { + lhs.m_columns.push_back( rhs ); + return lhs; + } + Columns& operator+=(Columns& lhs, Column&& rhs) { + lhs.m_columns.push_back( CATCH_MOVE(rhs) ); + return lhs; + } + Columns operator+( Columns const& lhs, Column const& rhs ) { + auto combined( lhs ); + combined += rhs; return combined; } + Columns operator+( Columns&& lhs, Column&& rhs ) { + lhs += CATCH_MOVE( rhs ); + return CATCH_MOVE( lhs ); + } } // namespace TextFlow } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/internal/catch_textflow.hpp b/external_imported/Catch2/src/catch2/internal/catch_textflow.hpp index ceac675d5..a78451d55 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_textflow.hpp +++ b/external_imported/Catch2/src/catch2/internal/catch_textflow.hpp @@ -8,8 +8,10 @@ #ifndef CATCH_TEXTFLOW_HPP_INCLUDED #define CATCH_TEXTFLOW_HPP_INCLUDED -#include #include +#include + +#include #include #include @@ -37,7 +39,7 @@ namespace Catch { public: /** - * Iterates "lines" in `Column` and return sthem + * Iterates "lines" in `Column` and returns them */ class const_iterator { friend Column; @@ -59,7 +61,7 @@ namespace Catch { // Calculates the length of the current line void calcLength(); - // Returns current indention width + // Returns current indentation width size_t indentSize() const; // Creates an indented and (optionally) suffixed string from @@ -91,20 +93,35 @@ namespace Catch { using iterator = const_iterator; explicit Column( std::string const& text ): m_string( text ) {} + explicit Column( std::string&& text ): + m_string( CATCH_MOVE(text)) {} - Column& width( size_t newWidth ) { + Column& width( size_t newWidth ) & { assert( newWidth > 0 ); m_width = newWidth; return *this; } - Column& indent( size_t newIndent ) { + Column&& width( size_t newWidth ) && { + assert( newWidth > 0 ); + m_width = newWidth; + return CATCH_MOVE( *this ); + } + Column& indent( size_t newIndent ) & { m_indent = newIndent; return *this; } - Column& initialIndent( size_t newIndent ) { + Column&& indent( size_t newIndent ) && { + m_indent = newIndent; + return CATCH_MOVE( *this ); + } + Column& initialIndent( size_t newIndent ) & { m_initialIndent = newIndent; return *this; } + Column&& initialIndent( size_t newIndent ) && { + m_initialIndent = newIndent; + return CATCH_MOVE( *this ); + } size_t width() const { return m_width; } const_iterator begin() const { return const_iterator( *this ); } @@ -113,7 +130,8 @@ namespace Catch { friend std::ostream& operator<<( std::ostream& os, Column const& col ); - Columns operator+( Column const& other ); + friend Columns operator+( Column const& lhs, Column const& rhs ); + friend Columns operator+( Column&& lhs, Column&& rhs ); }; //! Creates a column that serves as an empty space of specific width @@ -157,8 +175,10 @@ namespace Catch { iterator begin() const { return iterator( *this ); } iterator end() const { return { *this, iterator::EndTag() }; } - Columns& operator+=( Column const& col ); - Columns operator+( Column const& col ); + friend Columns& operator+=( Columns& lhs, Column const& rhs ); + friend Columns& operator+=( Columns& lhs, Column&& rhs ); + friend Columns operator+( Columns const& lhs, Column const& rhs ); + friend Columns operator+( Columns&& lhs, Column&& rhs ); friend std::ostream& operator<<( std::ostream& os, Columns const& cols ); diff --git a/external_imported/Catch2/src/catch2/internal/catch_uncaught_exceptions.cpp b/external_imported/Catch2/src/catch2/internal/catch_uncaught_exceptions.cpp index 704d6e1ca..8cfabc0f8 100644 --- a/external_imported/Catch2/src/catch2/internal/catch_uncaught_exceptions.cpp +++ b/external_imported/Catch2/src/catch2/internal/catch_uncaught_exceptions.cpp @@ -7,7 +7,6 @@ // SPDX-License-Identifier: BSL-1.0 #include -#include #include #include diff --git a/external_imported/Catch2/src/catch2/internal/catch_uniform_floating_point_distribution.hpp b/external_imported/Catch2/src/catch2/internal/catch_uniform_floating_point_distribution.hpp new file mode 100644 index 000000000..23d03b43c --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_uniform_floating_point_distribution.hpp @@ -0,0 +1,131 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#ifndef CATCH_UNIFORM_FLOATING_POINT_DISTRIBUTION_HPP_INCLUDED +#define CATCH_UNIFORM_FLOATING_POINT_DISTRIBUTION_HPP_INCLUDED + +#include +#include + +#include +#include + +namespace Catch { + + namespace Detail { +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wfloat-equal" +#endif + // The issue with overflow only happens with maximal ULP and HUGE + // distance, e.g. when generating numbers in [-inf, inf] for given + // type. So we only check for the largest possible ULP in the + // type, and return something that does not overflow to inf in 1 mult. + constexpr std::uint64_t calculate_max_steps_in_one_go(double gamma) { + if ( gamma == 1.99584030953472e+292 ) { return 9007199254740991; } + return static_cast( -1 ); + } + constexpr std::uint32_t calculate_max_steps_in_one_go(float gamma) { + if ( gamma == 2.028241e+31f ) { return 16777215; } + return static_cast( -1 ); + } +#if defined( __GNUC__ ) || defined( __clang__ ) +# pragma GCC diagnostic pop +#endif + } + +/** + * Implementation of uniform distribution on floating point numbers. + * + * Note that we support only `float` and `double` types, because these + * usually mean the same thing across different platform. `long double` + * varies wildly by platform and thus we cannot provide reproducible + * implementation. Also note that we don't implement all parts of + * distribution per standard: this distribution is not serializable, nor + * can the range be arbitrarily reset. + * + * The implementation also uses different approach than the one taken by + * `std::uniform_real_distribution`, where instead of generating a number + * between [0, 1) and then multiplying the range bounds with it, we first + * split the [a, b] range into a set of equidistributed floating point + * numbers, and then use uniform int distribution to pick which one to + * return. + * + * This has the advantage of guaranteeing uniformity (the multiplication + * method loses uniformity due to rounding when multiplying floats), except + * for small non-uniformity at one side of the interval, where we have + * to deal with the fact that not every interval is splittable into + * equidistributed floats. + * + * Based on "Drawing random floating-point numbers from an interval" by + * Frederic Goualard. + */ +template +class uniform_floating_point_distribution { + static_assert(std::is_floating_point::value, "..."); + static_assert(!std::is_same::value, + "We do not support long double due to inconsistent behaviour between platforms"); + + using WidthType = Detail::DistanceType; + + FloatType m_a, m_b; + FloatType m_ulp_magnitude; + WidthType m_floats_in_range; + uniform_integer_distribution m_int_dist; + + // In specific cases, we can overflow into `inf` when computing the + // `steps * g` offset. To avoid this, we don't offset by more than this + // in one multiply + addition. + WidthType m_max_steps_in_one_go; + // We don't want to do the magnitude check every call to `operator()` + bool m_a_has_leq_magnitude; + +public: + using result_type = FloatType; + + uniform_floating_point_distribution( FloatType a, FloatType b ): + m_a( a ), + m_b( b ), + m_ulp_magnitude( Detail::gamma( m_a, m_b ) ), + m_floats_in_range( Detail::count_equidistant_floats( m_a, m_b, m_ulp_magnitude ) ), + m_int_dist(0, m_floats_in_range), + m_max_steps_in_one_go( Detail::calculate_max_steps_in_one_go(m_ulp_magnitude)), + m_a_has_leq_magnitude(std::fabs(m_a) <= std::fabs(m_b)) + { + assert( a <= b ); + } + + template + result_type operator()( Generator& g ) { + WidthType steps = m_int_dist( g ); + if ( m_a_has_leq_magnitude ) { + if ( steps == m_floats_in_range ) { return m_a; } + auto b = m_b; + while (steps > m_max_steps_in_one_go) { + b -= m_max_steps_in_one_go * m_ulp_magnitude; + steps -= m_max_steps_in_one_go; + } + return b - steps * m_ulp_magnitude; + } else { + if ( steps == m_floats_in_range ) { return m_b; } + auto a = m_a; + while (steps > m_max_steps_in_one_go) { + a += m_max_steps_in_one_go * m_ulp_magnitude; + steps -= m_max_steps_in_one_go; + } + return a + steps * m_ulp_magnitude; + } + } + + result_type a() const { return m_a; } + result_type b() const { return m_b; } +}; + +} // end namespace Catch + +#endif // CATCH_UNIFORM_FLOATING_POINT_DISTRIBUTION_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/internal/catch_uniform_integer_distribution.hpp b/external_imported/Catch2/src/catch2/internal/catch_uniform_integer_distribution.hpp new file mode 100644 index 000000000..afa2015d9 --- /dev/null +++ b/external_imported/Catch2/src/catch2/internal/catch_uniform_integer_distribution.hpp @@ -0,0 +1,124 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#ifndef CATCH_UNIFORM_INTEGER_DISTRIBUTION_HPP_INCLUDED +#define CATCH_UNIFORM_INTEGER_DISTRIBUTION_HPP_INCLUDED + +#include + +namespace Catch { + + namespace Detail { + // Indirection to enable make_unsigned behaviour. + template + struct make_unsigned { + using type = std::make_unsigned_t; + }; + + template <> + struct make_unsigned { + using type = uint8_t; + }; + + template + using make_unsigned_t = typename make_unsigned::type; + } + +/** + * Implementation of uniform distribution on integers. + * + * Unlike `std::uniform_int_distribution`, this implementation supports + * various 1 byte integral types, including bool (but you should not + * actually use it for bools). + * + * The underlying algorithm is based on the one described in "Fast Random + * Integer Generation in an Interval" by Daniel Lemire, but has been + * optimized under the assumption of reuse of the same distribution object. + */ +template +class uniform_integer_distribution { + static_assert(std::is_integral::value, "..."); + + using UnsignedIntegerType = Detail::make_unsigned_t; + + // Only the left bound is stored, and we store it converted to its + // unsigned image. This avoids having to do the conversions inside + // the operator(), at the cost of having to do the conversion in + // the a() getter. The right bound is only needed in the b() getter, + // so we recompute it there from other stored data. + UnsignedIntegerType m_a; + + // How many different values are there in [a, b]. a == b => 1, can be 0 for distribution over all values in the type. + UnsignedIntegerType m_ab_distance; + + // We hoisted this out of the main generation function. Technically, + // this means that using this distribution will be slower than Lemire's + // algorithm if this distribution instance will be used only few times, + // but it will be faster if it is used many times. Since Catch2 uses + // distributions only to implement random generators, we assume that each + // distribution will be reused many times and this is an optimization. + UnsignedIntegerType m_rejection_threshold = 0; + + UnsignedIntegerType computeDistance(IntegerType a, IntegerType b) const { + // This overflows and returns 0 if a == 0 and b == TYPE_MAX. + // We handle that later when generating the number. + return transposeTo(b) - transposeTo(a) + 1; + } + + static UnsignedIntegerType computeRejectionThreshold(UnsignedIntegerType ab_distance) { + // distance == 0 means that we will return all possible values from + // the type's range, and that we shouldn't reject anything. + if ( ab_distance == 0 ) { return 0; } + return ( ~ab_distance + 1 ) % ab_distance; + } + + static UnsignedIntegerType transposeTo(IntegerType in) { + return Detail::transposeToNaturalOrder( + static_cast( in ) ); + } + static IntegerType transposeBack(UnsignedIntegerType in) { + return static_cast( + Detail::transposeToNaturalOrder(in) ); + } + +public: + using result_type = IntegerType; + + uniform_integer_distribution( IntegerType a, IntegerType b ): + m_a( transposeTo(a) ), + m_ab_distance( computeDistance(a, b) ), + m_rejection_threshold( computeRejectionThreshold(m_ab_distance) ) { + assert( a <= b ); + } + + template + result_type operator()( Generator& g ) { + // All possible values of result_type are valid. + if ( m_ab_distance == 0 ) { + return transposeBack( Detail::fillBitsFrom( g ) ); + } + + auto random_number = Detail::fillBitsFrom( g ); + auto emul = Detail::extendedMult( random_number, m_ab_distance ); + // Unlike Lemire's algorithm we skip the ab_distance check, since + // we precomputed the rejection threshold, which is always tighter. + while (emul.lower < m_rejection_threshold) { + random_number = Detail::fillBitsFrom( g ); + emul = Detail::extendedMult( random_number, m_ab_distance ); + } + + return transposeBack(m_a + emul.upper); + } + + result_type a() const { return transposeBack(m_a); } + result_type b() const { return transposeBack(m_ab_distance + m_a - 1); } +}; + +} // end namespace Catch + +#endif // CATCH_UNIFORM_INTEGER_DISTRIBUTION_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/matchers/catch_matchers_floating_point.cpp b/external_imported/Catch2/src/catch2/matchers/catch_matchers_floating_point.cpp index 6e596466e..206332ef7 100644 --- a/external_imported/Catch2/src/catch2/matchers/catch_matchers_floating_point.cpp +++ b/external_imported/Catch2/src/catch2/matchers/catch_matchers_floating_point.cpp @@ -38,26 +38,11 @@ namespace { return ulpDist <= maxUlpDiff; } -#if defined(CATCH_CONFIG_GLOBAL_NEXTAFTER) - - float nextafter(float x, float y) { - return ::nextafterf(x, y); - } - - double nextafter(double x, double y) { - return ::nextafter(x, y); - } - -#endif // ^^^ CATCH_CONFIG_GLOBAL_NEXTAFTER ^^^ template FP step(FP start, FP direction, uint64_t steps) { for (uint64_t i = 0; i < steps; ++i) { -#if defined(CATCH_CONFIG_GLOBAL_NEXTAFTER) start = Catch::nextafter(start, direction); -#else - start = std::nextafter(start, direction); -#endif } return start; } diff --git a/external_imported/Catch2/src/catch2/matchers/catch_matchers_range_equals.hpp b/external_imported/Catch2/src/catch2/matchers/catch_matchers_range_equals.hpp index ce66bed9b..95b781a43 100644 --- a/external_imported/Catch2/src/catch2/matchers/catch_matchers_range_equals.hpp +++ b/external_imported/Catch2/src/catch2/matchers/catch_matchers_range_equals.hpp @@ -129,7 +129,7 @@ namespace Catch { /** * Creates a matcher that checks if all elements in a range are equal - * to all elements in another range, in some permuation. + * to all elements in another range, in some permutation. * * Uses to provided predicate `predicate` to do the comparisons */ diff --git a/external_imported/Catch2/src/catch2/matchers/catch_matchers_vector.hpp b/external_imported/Catch2/src/catch2/matchers/catch_matchers_vector.hpp index 9a4b024f6..fffbfdf63 100644 --- a/external_imported/Catch2/src/catch2/matchers/catch_matchers_vector.hpp +++ b/external_imported/Catch2/src/catch2/matchers/catch_matchers_vector.hpp @@ -85,11 +85,10 @@ namespace Matchers { // - a more general approach would be via a compare template that defaults // to using !=. but could be specialised for, e.g. std::vector etc // - then just call that directly - if (m_comparator.size() != v.size()) - return false; - for (std::size_t i = 0; i < v.size(); ++i) - if (m_comparator[i] != v[i]) - return false; + if ( m_comparator.size() != v.size() ) { return false; } + for ( std::size_t i = 0; i < v.size(); ++i ) { + if ( !( m_comparator[i] == v[i] ) ) { return false; } + } return true; } std::string describe() const override { diff --git a/external_imported/Catch2/src/catch2/matchers/internal/catch_matchers_impl.hpp b/external_imported/Catch2/src/catch2/matchers/internal/catch_matchers_impl.hpp index 12455bfe7..2ee9f0c09 100644 --- a/external_imported/Catch2/src/catch2/matchers/internal/catch_matchers_impl.hpp +++ b/external_imported/Catch2/src/catch2/matchers/internal/catch_matchers_impl.hpp @@ -8,9 +8,14 @@ #ifndef CATCH_MATCHERS_IMPL_HPP_INCLUDED #define CATCH_MATCHERS_IMPL_HPP_INCLUDED -#include +#include +#include +#include +#include #include +#include + namespace Catch { template diff --git a/external_imported/Catch2/src/catch2/meson.build b/external_imported/Catch2/src/catch2/meson.build index 0e114065b..cc45e6419 100644 --- a/external_imported/Catch2/src/catch2/meson.build +++ b/external_imported/Catch2/src/catch2/meson.build @@ -18,6 +18,8 @@ configure_file( configuration: conf_data, ) +fs = import('fs') + benchmark_headers = [ 'benchmark/catch_benchmark.hpp', 'benchmark/catch_benchmark_all.hpp', @@ -32,6 +34,8 @@ benchmark_headers = [ 'benchmark/catch_sample_analysis.hpp', 'benchmark/detail/catch_analyse.hpp', 'benchmark/detail/catch_benchmark_function.hpp', + 'benchmark/detail/catch_benchmark_stats.hpp', + 'benchmark/detail/catch_benchmark_stats_fwd.hpp', 'benchmark/detail/catch_complete_invoke.hpp', 'benchmark/detail/catch_estimate_clock.hpp', 'benchmark/detail/catch_measure.hpp', @@ -43,6 +47,7 @@ benchmark_headers = [ benchmark_sources = files( 'benchmark/catch_chronometer.cpp', + 'benchmark/detail/catch_analyse.cpp', 'benchmark/detail/catch_benchmark_function.cpp', 'benchmark/detail/catch_run_for_at_least.cpp', 'benchmark/detail/catch_stats.cpp', @@ -64,8 +69,8 @@ internal_headers = [ 'interfaces/catch_interfaces_registry_hub.hpp', 'interfaces/catch_interfaces_reporter.hpp', 'interfaces/catch_interfaces_reporter_factory.hpp', - 'interfaces/catch_interfaces_reporter_registry.hpp', 'interfaces/catch_interfaces_tag_alias_registry.hpp', + 'interfaces/catch_interfaces_test_invoker.hpp', 'interfaces/catch_interfaces_testcase.hpp', 'internal/catch_assertion_handler.hpp', 'internal/catch_case_insensitive_comparisons.hpp', @@ -76,6 +81,7 @@ internal_headers = [ 'internal/catch_compiler_capabilities.hpp', 'internal/catch_config_android_logwrite.hpp', 'internal/catch_config_counter.hpp', + 'internal/catch_config_static_analysis_support.hpp', 'internal/catch_config_uncaught_exceptions.hpp', 'internal/catch_config_wchar.hpp', 'internal/catch_console_colour.hpp', @@ -94,6 +100,7 @@ internal_headers = [ 'internal/catch_getenv.hpp', 'internal/catch_istream.hpp', 'internal/catch_is_permutation.hpp', + 'internal/catch_jsonwriter.hpp', 'internal/catch_lazy_expr.hpp', 'internal/catch_leak_detector.hpp', 'internal/catch_list.hpp', @@ -108,7 +115,10 @@ internal_headers = [ 'internal/catch_platform.hpp', 'internal/catch_polyfills.hpp', 'internal/catch_preprocessor.hpp', + 'internal/catch_preprocessor_internal_stringify.hpp', 'internal/catch_preprocessor_remove_parens.hpp', + 'internal/catch_random_floating_point_helpers.hpp', + 'internal/catch_random_integer_helpers.hpp', 'internal/catch_random_number_generator.hpp', 'internal/catch_random_seed_generation.hpp', 'internal/catch_reporter_registry.hpp', @@ -133,10 +143,13 @@ internal_headers = [ 'internal/catch_test_failure_exception.hpp', 'internal/catch_test_macro_impl.hpp', 'internal/catch_test_registry.hpp', + 'internal/catch_test_run_info.hpp', 'internal/catch_test_spec_parser.hpp', 'internal/catch_textflow.hpp', 'internal/catch_to_string.hpp', 'internal/catch_uncaught_exceptions.hpp', + 'internal/catch_uniform_floating_point_distribution.hpp', + 'internal/catch_uniform_integer_distribution.hpp', 'internal/catch_unique_name.hpp', 'internal/catch_unique_ptr.hpp', 'internal/catch_void_type.hpp', @@ -151,6 +164,7 @@ internal_headers = [ 'matchers/catch_matchers_floating_point.hpp', 'matchers/catch_matchers_predicate.hpp', 'matchers/catch_matchers_quantifiers.hpp', + 'matchers/catch_matchers_range_equals.hpp', 'matchers/catch_matchers_string.hpp', 'matchers/catch_matchers_templated.hpp', 'matchers/catch_matchers_vector.hpp', @@ -189,7 +203,6 @@ internal_sources = files( 'interfaces/catch_interfaces_registry_hub.cpp', 'interfaces/catch_interfaces_reporter.cpp', 'interfaces/catch_interfaces_reporter_factory.cpp', - 'interfaces/catch_interfaces_reporter_registry.cpp', 'interfaces/catch_interfaces_testcase.cpp', 'internal/catch_assertion_handler.cpp', 'internal/catch_case_insensitive_comparisons.cpp', @@ -208,6 +221,7 @@ internal_sources = files( 'internal/catch_floating_point_helpers.cpp', 'internal/catch_getenv.cpp', 'internal/catch_istream.cpp', + 'internal/catch_jsonwriter.cpp', 'internal/catch_lazy_expr.cpp', 'internal/catch_leak_detector.cpp', 'internal/catch_list.cpp', @@ -262,6 +276,7 @@ internal_sources = files( 'catch_timer.cpp', 'catch_tostring.cpp', 'catch_totals.cpp', + 'catch_translate_exception.cpp', 'catch_version.cpp', ) @@ -273,6 +288,7 @@ reporter_headers = [ 'reporters/catch_reporter_cumulative_base.hpp', 'reporters/catch_reporter_event_listener.hpp', 'reporters/catch_reporter_helpers.hpp', + 'reporters/catch_reporter_json.hpp', 'reporters/catch_reporter_junit.hpp', 'reporters/catch_reporter_multi.hpp', 'reporters/catch_reporter_registrars.hpp', @@ -292,6 +308,7 @@ reporter_sources = files( 'reporters/catch_reporter_cumulative_base.cpp', 'reporters/catch_reporter_event_listener.cpp', 'reporters/catch_reporter_helpers.cpp', + 'reporters/catch_reporter_json.cpp', 'reporters/catch_reporter_junit.cpp', 'reporters/catch_reporter_multi.cpp', 'reporters/catch_reporter_registrars.cpp', @@ -325,9 +342,19 @@ foreach file : headers install_headers(file, subdir: join_paths(include_subdir, folder)) endforeach +catch2_dependencies = [] +# Check if this is an Android NDK build. +if ((host_machine.system() == 'android') or + # Check if this is an Android Termux build. + (host_machine.system() == 'linux' and fs.is_dir('/data/data/com.termux'))) + log_dep = meson.get_compiler('cpp').find_library('log') + catch2_dependencies += log_dep +endif + catch2 = static_library( 'Catch2', sources, + dependencies: catch2_dependencies, include_directories: '..', install: true, ) diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.cpp index 993b594b8..5e506a6bc 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.cpp @@ -12,7 +12,7 @@ namespace Catch { - AutomakeReporter::~AutomakeReporter() {} + AutomakeReporter::~AutomakeReporter() = default; void AutomakeReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { // Possible values to emit are PASS, XFAIL, SKIP, FAIL, XPASS and ERROR. diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.hpp index 3475a1fd4..a639428c3 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_automake.hpp @@ -8,7 +8,6 @@ #ifndef CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED #define CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED -#include #include #include diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_compact.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_compact.cpp index 3a9b870c4..0f855944e 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_compact.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_compact.cpp @@ -171,7 +171,7 @@ class AssertionPrinter { return; const auto itEnd = messages.cend(); - const auto N = static_cast(std::distance(itMessage, itEnd)); + const auto N = static_cast(itEnd - itMessage); stream << colourImpl->guardColour( colour ) << " with " << pluralise( N, "message"_sr ) << ':'; @@ -249,6 +249,6 @@ class AssertionPrinter { StreamingReporterBase::testRunEnded( _testRunStats ); } - CompactReporter::~CompactReporter() {} + CompactReporter::~CompactReporter() = default; } // end namespace Catch diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_console.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_console.cpp index a46b22cf0..f3b8b5b14 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_console.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_console.cpp @@ -209,15 +209,9 @@ findMax( std::size_t& i, std::size_t& j, std::size_t& k, std::size_t& l ) { return l; } -enum class Justification { Left, Right }; - -struct ColumnInfo { - std::string name; - std::size_t width; - Justification justification; -}; struct ColumnBreak {}; struct RowBreak {}; +struct OutputFlush {}; class Duration { enum class Unit { @@ -292,6 +286,14 @@ class Duration { }; } // end anon namespace +enum class Justification { Left, Right }; + +struct ColumnInfo { + std::string name; + std::size_t width; + Justification justification; +}; + class TablePrinter { std::ostream& m_os; std::vector m_columnInfos; @@ -314,11 +316,10 @@ class TablePrinter { *this << RowBreak(); TextFlow::Columns headerCols; - auto spacer = TextFlow::Spacer(2); for (auto const& info : m_columnInfos) { assert(info.width > 2); headerCols += TextFlow::Column(info.name).width(info.width - 2); - headerCols += spacer; + headerCols += TextFlow::Spacer( 2 ); } m_os << headerCols << '\n'; @@ -334,12 +335,12 @@ class TablePrinter { } template - friend TablePrinter& operator << (TablePrinter& tp, T const& value) { + friend TablePrinter& operator<< (TablePrinter& tp, T const& value) { tp.m_oss << value; return tp; } - friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { + friend TablePrinter& operator<< (TablePrinter& tp, ColumnBreak) { auto colStr = tp.m_oss.str(); const auto strSize = colStr.size(); tp.m_oss.str(""); @@ -361,13 +362,18 @@ class TablePrinter { return tp; } - friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { + friend TablePrinter& operator<< (TablePrinter& tp, RowBreak) { if (tp.m_currentColumn > 0) { tp.m_os << '\n'; tp.m_currentColumn = -1; } return tp; } + + friend TablePrinter& operator<<(TablePrinter& tp, OutputFlush) { + tp.m_os << std::flush; + return tp; + } }; ConsoleReporter::ConsoleReporter(ReporterConfig&& config): @@ -389,7 +395,7 @@ ConsoleReporter::ConsoleReporter(ReporterConfig&& config): { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, Justification::Left }, { "samples mean std dev", 14, Justification::Right }, { "iterations low mean low std dev", 14, Justification::Right }, - { "estimated high mean high std dev", 14, Justification::Right } + { "est run time high mean high std dev", 14, Justification::Right } }; } }())) {} @@ -473,8 +479,11 @@ void ConsoleReporter::benchmarkPreparing( StringRef name ) { void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) { (*m_tablePrinter) << info.samples << ColumnBreak() << info.iterations << ColumnBreak(); - if (!m_config->benchmarkNoAnalysis()) - (*m_tablePrinter) << Duration(info.estimatedDuration) << ColumnBreak(); + if ( !m_config->benchmarkNoAnalysis() ) { + ( *m_tablePrinter ) + << Duration( info.estimatedDuration ) << ColumnBreak(); + } + ( *m_tablePrinter ) << OutputFlush{}; } void ConsoleReporter::benchmarkEnded(BenchmarkStats<> const& stats) { if (m_config->benchmarkNoAnalysis()) diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.hpp index cdff99913..267b39fdb 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.hpp @@ -8,7 +8,6 @@ #ifndef CATCH_REPORTER_CUMULATIVE_BASE_HPP_INCLUDED #define CATCH_REPORTER_CUMULATIVE_BASE_HPP_INCLUDED -#include #include #include #include @@ -125,7 +124,7 @@ namespace Catch { void skipTest(TestCaseInfo const&) override {} protected: - //! Should the cumulative base store the assertion expansion for succesful assertions? + //! Should the cumulative base store the assertion expansion for successful assertions? bool m_shouldStoreSuccesfulAssertions = true; //! Should the cumulative base store the assertion expansion for failed assertions? bool m_shouldStoreFailedAssertions = true; diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_json.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_json.cpp new file mode 100644 index 000000000..1f0db8b0d --- /dev/null +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_json.cpp @@ -0,0 +1,372 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 +// +#include +#include +#include +#include +#include +#include +#include + +namespace Catch { + namespace { + void writeSourceInfo( JsonObjectWriter& writer, + SourceLineInfo const& sourceInfo ) { + auto source_location_writer = + writer.write( "source-location"_sr ).writeObject(); + source_location_writer.write( "filename"_sr ) + .write( sourceInfo.file ); + source_location_writer.write( "line"_sr ).write( sourceInfo.line ); + } + + void writeTags( JsonArrayWriter writer, std::vector const& tags ) { + for ( auto const& tag : tags ) { + writer.write( tag.original ); + } + } + + void writeProperties( JsonArrayWriter writer, + TestCaseInfo const& info ) { + if ( info.isHidden() ) { writer.write( "is-hidden"_sr ); } + if ( info.okToFail() ) { writer.write( "ok-to-fail"_sr ); } + if ( info.expectedToFail() ) { + writer.write( "expected-to-fail"_sr ); + } + if ( info.throws() ) { writer.write( "throws"_sr ); } + } + + } // namespace + + JsonReporter::JsonReporter( ReporterConfig&& config ): + StreamingReporterBase{ CATCH_MOVE( config ) } { + + m_preferences.shouldRedirectStdOut = true; + // TBD: Do we want to report all assertions? XML reporter does + // not, but for machine-parseable reporters I think the answer + // should be yes. + m_preferences.shouldReportAllAssertions = true; + + m_objectWriters.emplace( m_stream ); + m_writers.emplace( Writer::Object ); + auto& writer = m_objectWriters.top(); + + writer.write( "version"_sr ).write( 1 ); + + { + auto metadata_writer = writer.write( "metadata"_sr ).writeObject(); + metadata_writer.write( "name"_sr ).write( m_config->name() ); + metadata_writer.write( "rng-seed"_sr ).write( m_config->rngSeed() ); + metadata_writer.write( "catch2-version"_sr ) + .write( libraryVersion() ); + if ( m_config->testSpec().hasFilters() ) { + metadata_writer.write( "filters"_sr ) + .write( m_config->testSpec() ); + } + } + } + + JsonReporter::~JsonReporter() { + endListing(); + // TODO: Ensure this closes the top level object, add asserts + assert( m_writers.size() == 1 && "Only the top level object should be open" ); + assert( m_writers.top() == Writer::Object ); + endObject(); + m_stream << '\n' << std::flush; + assert( m_writers.empty() ); + } + + JsonArrayWriter& JsonReporter::startArray() { + m_arrayWriters.emplace( m_arrayWriters.top().writeArray() ); + m_writers.emplace( Writer::Array ); + return m_arrayWriters.top(); + } + JsonArrayWriter& JsonReporter::startArray( StringRef key ) { + m_arrayWriters.emplace( + m_objectWriters.top().write( key ).writeArray() ); + m_writers.emplace( Writer::Array ); + return m_arrayWriters.top(); + } + + JsonObjectWriter& JsonReporter::startObject() { + m_objectWriters.emplace( m_arrayWriters.top().writeObject() ); + m_writers.emplace( Writer::Object ); + return m_objectWriters.top(); + } + JsonObjectWriter& JsonReporter::startObject( StringRef key ) { + m_objectWriters.emplace( + m_objectWriters.top().write( key ).writeObject() ); + m_writers.emplace( Writer::Object ); + return m_objectWriters.top(); + } + + void JsonReporter::endObject() { + assert( isInside( Writer::Object ) ); + m_objectWriters.pop(); + m_writers.pop(); + } + void JsonReporter::endArray() { + assert( isInside( Writer::Array ) ); + m_arrayWriters.pop(); + m_writers.pop(); + } + + bool JsonReporter::isInside( Writer writer ) { + return !m_writers.empty() && m_writers.top() == writer; + } + + void JsonReporter::startListing() { + if ( !m_startedListing ) { startObject( "listings"_sr ); } + m_startedListing = true; + } + void JsonReporter::endListing() { + if ( m_startedListing ) { endObject(); } + m_startedListing = false; + } + + std::string JsonReporter::getDescription() { + return "Outputs listings as JSON. Test listing is Work-in-Progress!"; + } + + void JsonReporter::testRunStarting( TestRunInfo const& testInfo ) { + StreamingReporterBase::testRunStarting( testInfo ); + endListing(); + + assert( isInside( Writer::Object ) ); + startObject( "test-run"_sr ); + startArray( "test-cases"_sr ); + } + + static void writeCounts( JsonObjectWriter&& writer, Counts const& counts ) { + writer.write( "passed"_sr ).write( counts.passed ); + writer.write( "failed"_sr ).write( counts.failed ); + writer.write( "fail-but-ok"_sr ).write( counts.failedButOk ); + writer.write( "skipped"_sr ).write( counts.skipped ); + } + + void JsonReporter::testRunEnded(TestRunStats const& runStats) { + assert( isInside( Writer::Array ) ); + // End "test-cases" + endArray(); + + { + auto totals = + m_objectWriters.top().write( "totals"_sr ).writeObject(); + writeCounts( totals.write( "assertions"_sr ).writeObject(), + runStats.totals.assertions ); + writeCounts( totals.write( "test-cases"_sr ).writeObject(), + runStats.totals.testCases ); + } + + // End the "test-run" object + endObject(); + } + + void JsonReporter::testCaseStarting( TestCaseInfo const& tcInfo ) { + StreamingReporterBase::testCaseStarting( tcInfo ); + + assert( isInside( Writer::Array ) && + "We should be in the 'test-cases' array" ); + startObject(); + // "test-info" prelude + { + auto testInfo = + m_objectWriters.top().write( "test-info"_sr ).writeObject(); + // TODO: handle testName vs className!! + testInfo.write( "name"_sr ).write( tcInfo.name ); + writeSourceInfo(testInfo, tcInfo.lineInfo); + writeTags( testInfo.write( "tags"_sr ).writeArray(), tcInfo.tags ); + writeProperties( testInfo.write( "properties"_sr ).writeArray(), + tcInfo ); + } + + + // Start the array for individual test runs (testCasePartial pairs) + startArray( "runs"_sr ); + } + + void JsonReporter::testCaseEnded( TestCaseStats const& tcStats ) { + StreamingReporterBase::testCaseEnded( tcStats ); + + // We need to close the 'runs' array before finishing the test case + assert( isInside( Writer::Array ) ); + endArray(); + + { + auto totals = + m_objectWriters.top().write( "totals"_sr ).writeObject(); + writeCounts( totals.write( "assertions"_sr ).writeObject(), + tcStats.totals.assertions ); + // We do not write the test case totals, because there will always be just one test case here. + // TODO: overall "result" -> success, skip, fail here? Or in partial result? + } + // We do not write out stderr/stdout, because we instead wrote those out in partial runs + + // TODO: aborting? + + // And we also close this test case's object + assert( isInside( Writer::Object ) ); + endObject(); + } + + void JsonReporter::testCasePartialStarting( TestCaseInfo const& /*tcInfo*/, + uint64_t index ) { + startObject(); + m_objectWriters.top().write( "run-idx"_sr ).write( index ); + startArray( "path"_sr ); + // TODO: we want to delay most of the printing to the 'root' section + // TODO: childSection key name? + } + + void JsonReporter::testCasePartialEnded( TestCaseStats const& tcStats, + uint64_t /*index*/ ) { + // Fixme: the top level section handles this. + //// path object + endArray(); + if ( !tcStats.stdOut.empty() ) { + m_objectWriters.top() + .write( "captured-stdout"_sr ) + .write( tcStats.stdOut ); + } + if ( !tcStats.stdErr.empty() ) { + m_objectWriters.top() + .write( "captured-stderr"_sr ) + .write( tcStats.stdErr ); + } + { + auto totals = + m_objectWriters.top().write( "totals"_sr ).writeObject(); + writeCounts( totals.write( "assertions"_sr ).writeObject(), + tcStats.totals.assertions ); + // We do not write the test case totals, because there will + // always be just one test case here. + // TODO: overall "result" -> success, skip, fail here? Or in + // partial result? + } + // TODO: aborting? + // run object + endObject(); + } + + void JsonReporter::sectionStarting( SectionInfo const& sectionInfo ) { + assert( isInside( Writer::Array ) && + "Section should always start inside an object" ); + // We want to nest top level sections, even though it shares name + // and source loc with the TEST_CASE + auto& sectionObject = startObject(); + sectionObject.write( "kind"_sr ).write( "section"_sr ); + sectionObject.write( "name"_sr ).write( sectionInfo.name ); + writeSourceInfo( m_objectWriters.top(), sectionInfo.lineInfo ); + + + // TBD: Do we want to create this event lazily? It would become + // rather complex, but we could do it, and it would look + // better for empty sections. OTOH, empty sections should + // be rare. + startArray( "path"_sr ); + } + void JsonReporter::sectionEnded( SectionStats const& /*sectionStats */) { + // End the subpath array + endArray(); + // TODO: metadata + // TODO: what info do we have here? + + // End the section object + endObject(); + } + + void JsonReporter::assertionStarting( AssertionInfo const& /*assertionInfo*/ ) {} + void JsonReporter::assertionEnded( AssertionStats const& assertionStats ) { + // TODO: There is lot of different things to handle here, but + // we can fill it in later, after we show that the basic + // outline and streaming reporter impl works well enough. + //if ( !m_config->includeSuccessfulResults() + // && assertionStats.assertionResult.isOk() ) { + // return; + //} + assert( isInside( Writer::Array ) ); + auto assertionObject = m_arrayWriters.top().writeObject(); + + assertionObject.write( "kind"_sr ).write( "assertion"_sr ); + writeSourceInfo( assertionObject, + assertionStats.assertionResult.getSourceInfo() ); + assertionObject.write( "status"_sr ) + .write( assertionStats.assertionResult.isOk() ); + // TODO: handling of result. + // TODO: messages + // TODO: totals? + } + + + void JsonReporter::benchmarkPreparing( StringRef name ) { (void)name; } + void JsonReporter::benchmarkStarting( BenchmarkInfo const& ) {} + void JsonReporter::benchmarkEnded( BenchmarkStats<> const& ) {} + void JsonReporter::benchmarkFailed( StringRef error ) { (void)error; } + + void JsonReporter::listReporters( + std::vector const& descriptions ) { + startListing(); + + auto writer = + m_objectWriters.top().write( "reporters"_sr ).writeArray(); + for ( auto const& desc : descriptions ) { + auto desc_writer = writer.writeObject(); + desc_writer.write( "name"_sr ).write( desc.name ); + desc_writer.write( "description"_sr ).write( desc.description ); + } + } + void JsonReporter::listListeners( + std::vector const& descriptions ) { + startListing(); + + auto writer = + m_objectWriters.top().write( "listeners"_sr ).writeArray(); + + for ( auto const& desc : descriptions ) { + auto desc_writer = writer.writeObject(); + desc_writer.write( "name"_sr ).write( desc.name ); + desc_writer.write( "description"_sr ).write( desc.description ); + } + } + void JsonReporter::listTests( std::vector const& tests ) { + startListing(); + + auto writer = m_objectWriters.top().write( "tests"_sr ).writeArray(); + + for ( auto const& test : tests ) { + auto desc_writer = writer.writeObject(); + auto const& info = test.getTestCaseInfo(); + + desc_writer.write( "name"_sr ).write( info.name ); + desc_writer.write( "class-name"_sr ).write( info.className ); + { + auto tag_writer = desc_writer.write( "tags"_sr ).writeArray(); + for ( auto const& tag : info.tags ) { + tag_writer.write( tag.original ); + } + } + writeSourceInfo( desc_writer, info.lineInfo ); + } + } + void JsonReporter::listTags( std::vector const& tags ) { + startListing(); + + auto writer = m_objectWriters.top().write( "tags"_sr ).writeArray(); + for ( auto const& tag : tags ) { + auto tag_writer = writer.writeObject(); + { + auto aliases_writer = + tag_writer.write( "aliases"_sr ).writeArray(); + for ( auto alias : tag.spellings ) { + aliases_writer.write( alias ); + } + } + tag_writer.write( "count"_sr ).write( tag.count ); + } + } +} // namespace Catch diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_json.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_json.hpp new file mode 100644 index 000000000..c938ca394 --- /dev/null +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_json.hpp @@ -0,0 +1,95 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#ifndef CATCH_REPORTER_JSON_HPP_INCLUDED +#define CATCH_REPORTER_JSON_HPP_INCLUDED + +#include +#include +#include + +#include + +namespace Catch { + class JsonReporter : public StreamingReporterBase { + public: + JsonReporter( ReporterConfig&& config ); + + ~JsonReporter() override; + + static std::string getDescription(); + + public: // StreamingReporterBase + void testRunStarting( TestRunInfo const& runInfo ) override; + void testRunEnded( TestRunStats const& runStats ) override; + + void testCaseStarting( TestCaseInfo const& tcInfo ) override; + void testCaseEnded( TestCaseStats const& tcStats ) override; + + void testCasePartialStarting( TestCaseInfo const& tcInfo, + uint64_t index ) override; + void testCasePartialEnded( TestCaseStats const& tcStats, + uint64_t index ) override; + + void sectionStarting( SectionInfo const& sectionInfo ) override; + void sectionEnded( SectionStats const& sectionStats ) override; + + void assertionStarting( AssertionInfo const& assertionInfo ) override; + void assertionEnded( AssertionStats const& assertionStats ) override; + + //void testRunEndedCumulative() override; + + void benchmarkPreparing( StringRef name ) override; + void benchmarkStarting( BenchmarkInfo const& ) override; + void benchmarkEnded( BenchmarkStats<> const& ) override; + void benchmarkFailed( StringRef error ) override; + + void listReporters( + std::vector const& descriptions ) override; + void listListeners( + std::vector const& descriptions ) override; + void listTests( std::vector const& tests ) override; + void listTags( std::vector const& tags ) override; + + private: + Timer m_testCaseTimer; + enum class Writer { + Object, + Array + }; + + JsonArrayWriter& startArray(); + JsonArrayWriter& startArray( StringRef key ); + + JsonObjectWriter& startObject(); + JsonObjectWriter& startObject( StringRef key ); + + void endObject(); + void endArray(); + + bool isInside( Writer writer ); + + void startListing(); + void endListing(); + + // Invariant: + // When m_writers is not empty and its top element is + // - Writer::Object, then m_objectWriters is not be empty + // - Writer::Array, then m_arrayWriters shall not be empty + std::stack m_objectWriters{}; + std::stack m_arrayWriters{}; + std::stack m_writers{}; + + bool m_startedListing = false; + + // std::size_t m_sectionDepth = 0; + // std::size_t m_sectionStarted = 0; + }; +} // namespace Catch + +#endif // CATCH_REPORTER_JSON_HPP_INCLUDED diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.cpp index 22d6526fa..fc5cae34a 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.cpp @@ -33,6 +33,8 @@ namespace Catch { gmtime_s(&timeInfo, &rawtime); #elif defined (CATCH_PLATFORM_PLAYSTATION) gmtime_s(&rawtime, &timeInfo); +#elif defined (__IAR_SYSTEMS_ICC__) + timeInfo = *std::gmtime(&rawtime); #else gmtime_r(&rawtime, &timeInfo); #endif @@ -293,7 +295,7 @@ namespace Catch { } } - if( !result.getMessage().empty() ) + if( result.hasMessage() ) rss << result.getMessage() << '\n'; for( auto const& msg : stats.infoMessages ) if( msg.type == ResultWas::Info ) diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.hpp index 87c7c5679..7cb53c25b 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_junit.hpp @@ -19,8 +19,6 @@ namespace Catch { public: JunitReporter(ReporterConfig&& _config); - ~JunitReporter() override = default; - static std::string getDescription(); void testRunStarting(TestRunInfo const& runInfo) override; diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_multi.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_multi.cpp index ebf28b64f..531902bea 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_multi.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_multi.cpp @@ -114,7 +114,6 @@ namespace Catch { } } - // The return value indicates if the messages buffer should be cleared: void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) { const bool reportByDefault = assertionStats.assertionResult.getResultType() != ResultWas::Ok || diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.cpp index a9787ce58..2a3ac9579 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.cpp @@ -8,6 +8,7 @@ #include +#include #include namespace Catch { @@ -26,5 +27,10 @@ namespace Catch { } } + void registerListenerImpl( Detail::unique_ptr listenerFactory ) { + getMutableRegistryHub().registerListener( CATCH_MOVE(listenerFactory) ); + } + + } // namespace Detail } // namespace Catch diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.hpp index db5688f25..a93963f06 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_registrars.hpp @@ -8,8 +8,6 @@ #ifndef CATCH_REPORTER_REGISTRARS_HPP_INCLUDED #define CATCH_REPORTER_REGISTRARS_HPP_INCLUDED -#include -#include #include #include #include @@ -36,7 +34,8 @@ namespace Catch { //! independent on the reporter's concrete type void registerReporterImpl( std::string const& name, IReporterFactoryPtr reporterPtr ); - + //! Actually registers the factory, independent on listener's concrete type + void registerListenerImpl( Detail::unique_ptr listenerFactory ); } // namespace Detail class IEventListener; @@ -97,7 +96,7 @@ namespace Catch { public: ListenerRegistrar(StringRef listenerName) { - getMutableRegistryHub().registerListener( Detail::make_unique(listenerName) ); + registerListenerImpl( Detail::make_unique(listenerName) ); } }; } diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.cpp index dd002b611..9c391b1f4 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.cpp @@ -147,7 +147,7 @@ namespace Catch { } } - if (!result.getMessage().empty()) + if (result.hasMessage()) textRss << result.getMessage() << '\n'; for (auto const& msg : stats.infoMessages) diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.hpp index cad6deec8..d26af62e8 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_sonarqube.hpp @@ -25,8 +25,6 @@ namespace Catch { m_shouldStoreSuccesfulAssertions = false; } - ~SonarQubeReporter() override = default; - static std::string getDescription() { using namespace std::string_literals; return "Reports test results in the Generic Test Data SonarQube XML format"s; diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_streaming_base.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_streaming_base.hpp index 13672a285..5448000c7 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_streaming_base.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_streaming_base.hpp @@ -8,7 +8,6 @@ #ifndef CATCH_REPORTER_STREAMING_BASE_HPP_INCLUDED #define CATCH_REPORTER_STREAMING_BASE_HPP_INCLUDED -#include #include #include diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.cpp index 563d6fb1b..67d406fb8 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.cpp @@ -14,7 +14,6 @@ #include #include -#include #include namespace Catch { @@ -165,7 +164,7 @@ namespace Catch { // using messages.end() directly (or auto) yields compilation error: std::vector::const_iterator itEnd = messages.end(); - const std::size_t N = static_cast(std::distance(itMessage, itEnd)); + const std::size_t N = static_cast(itEnd - itMessage); stream << colourImpl->guardColour( colour ) << " with " << pluralise( N, "message"_sr ) << ':'; diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.hpp index fe45df63e..e6889bb11 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_tap.hpp @@ -19,7 +19,6 @@ namespace Catch { StreamingReporterBase( CATCH_MOVE(config) ) { m_preferences.shouldReportAllAssertions = true; } - ~TAPReporter() override = default; static std::string getDescription() { using namespace std::string_literals; diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_teamcity.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_teamcity.cpp index 320728007..38aa55a65 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_teamcity.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_teamcity.cpp @@ -45,7 +45,7 @@ namespace Catch { } // end anonymous namespace - TeamCityReporter::~TeamCityReporter() {} + TeamCityReporter::~TeamCityReporter() = default; void TeamCityReporter::testRunStarting( TestRunInfo const& runInfo ) { m_stream << "##teamcity[testSuiteStarted name='" << escape( runInfo.name ) diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporter_xml.cpp b/external_imported/Catch2/src/catch2/reporters/catch_reporter_xml.cpp index 13812b927..35a3028ee 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporter_xml.cpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporter_xml.cpp @@ -56,7 +56,7 @@ namespace Catch { m_xml.startElement("Catch2TestRun") .writeAttribute("name"_sr, m_config->name()) .writeAttribute("rng-seed"_sr, m_config->rngSeed()) - .writeAttribute("xml-format-version"_sr, 2) + .writeAttribute("xml-format-version"_sr, 3) .writeAttribute("catch2-version"_sr, libraryVersion()); if ( m_config->testSpec().hasFilters() ) { m_xml.writeAttribute( "filters"_sr, m_config->testSpec() ); @@ -98,11 +98,13 @@ namespace Catch { // Print any info messages in tags. for( auto const& msg : assertionStats.infoMessages ) { if( msg.type == ResultWas::Info && includeResults ) { - m_xml.scopedElement( "Info" ) - .writeText( msg.message ); + auto t = m_xml.scopedElement( "Info" ); + writeSourceInfo( msg.lineInfo ); + t.writeText( msg.message ); } else if ( msg.type == ResultWas::Warning ) { - m_xml.scopedElement( "Warning" ) - .writeText( msg.message ); + auto t = m_xml.scopedElement( "Warning" ); + writeSourceInfo( msg.lineInfo ); + t.writeText( msg.message ); } } } @@ -232,26 +234,23 @@ namespace Catch { } void XmlReporter::benchmarkEnded(BenchmarkStats<> const& benchmarkStats) { - m_xml.startElement("mean") + m_xml.scopedElement("mean") .writeAttribute("value"_sr, benchmarkStats.mean.point.count()) .writeAttribute("lowerBound"_sr, benchmarkStats.mean.lower_bound.count()) .writeAttribute("upperBound"_sr, benchmarkStats.mean.upper_bound.count()) .writeAttribute("ci"_sr, benchmarkStats.mean.confidence_interval); - m_xml.endElement(); - m_xml.startElement("standardDeviation") + m_xml.scopedElement("standardDeviation") .writeAttribute("value"_sr, benchmarkStats.standardDeviation.point.count()) .writeAttribute("lowerBound"_sr, benchmarkStats.standardDeviation.lower_bound.count()) .writeAttribute("upperBound"_sr, benchmarkStats.standardDeviation.upper_bound.count()) .writeAttribute("ci"_sr, benchmarkStats.standardDeviation.confidence_interval); - m_xml.endElement(); - m_xml.startElement("outliers") + m_xml.scopedElement("outliers") .writeAttribute("variance"_sr, benchmarkStats.outlierVariance) .writeAttribute("lowMild"_sr, benchmarkStats.outliers.low_mild) .writeAttribute("lowSevere"_sr, benchmarkStats.outliers.low_severe) .writeAttribute("highMild"_sr, benchmarkStats.outliers.high_mild) .writeAttribute("highSevere"_sr, benchmarkStats.outliers.high_severe); m_xml.endElement(); - m_xml.endElement(); } void XmlReporter::benchmarkFailed(StringRef error) { diff --git a/external_imported/Catch2/src/catch2/reporters/catch_reporters_all.hpp b/external_imported/Catch2/src/catch2/reporters/catch_reporters_all.hpp index 16f7bd70c..5c713fe14 100644 --- a/external_imported/Catch2/src/catch2/reporters/catch_reporters_all.hpp +++ b/external_imported/Catch2/src/catch2/reporters/catch_reporters_all.hpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/external_imported/Catch2/tests/CMakeLists.txt b/external_imported/Catch2/tests/CMakeLists.txt index 7be57abec..d3ab14a7f 100644 --- a/external_imported/Catch2/tests/CMakeLists.txt +++ b/external_imported/Catch2/tests/CMakeLists.txt @@ -78,6 +78,7 @@ endif(MSVC) #Temporary workaround set(TEST_SOURCES ${SELF_TEST_DIR}/TestRegistrations.cpp ${SELF_TEST_DIR}/IntrospectiveTests/Algorithms.tests.cpp + ${SELF_TEST_DIR}/IntrospectiveTests/AssertionHandler.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/Clara.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/CmdLine.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/CmdLineHelpers.tests.cpp @@ -85,7 +86,9 @@ set(TEST_SOURCES ${SELF_TEST_DIR}/IntrospectiveTests/Details.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/FloatingPoint.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/GeneratorsImpl.tests.cpp + ${SELF_TEST_DIR}/IntrospectiveTests/Integer.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/InternalBenchmark.tests.cpp + ${SELF_TEST_DIR}/IntrospectiveTests/Json.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/Parse.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/PartTracker.tests.cpp ${SELF_TEST_DIR}/IntrospectiveTests/RandomNumberGeneration.tests.cpp @@ -622,6 +625,18 @@ if (CATCH_ENABLE_CONFIGURE_TESTS) endforeach() endif() +if (CATCH_ENABLE_CMAKE_HELPER_TESTS) + add_test(NAME "CMakeHelper::DiscoverTests" + COMMAND + "${PYTHON_EXECUTABLE}" "${CMAKE_CURRENT_LIST_DIR}/TestScripts/DiscoverTests/VerifyRegistration.py" "${CATCH_DIR}" "${CMAKE_CURRENT_BINARY_DIR}" + ) + set_tests_properties("CMakeHelper::DiscoverTests" + PROPERTIES + COST 240 + LABELS "uses-python" + ) +endif() + foreach (reporterName # "Automake" - the simple .trs format does not support any kind of comments/metadata "compact" "console" @@ -629,7 +644,8 @@ foreach (reporterName # "Automake" - the simple .trs format does not support any "SonarQube" "TAP" # "TeamCity" - does not seem to support test suite-level metadata/comments - "XML") + "XML" + "JSON") add_test(NAME "Reporters:Filters:${reporterName}" COMMAND @@ -639,6 +655,8 @@ foreach (reporterName # "Automake" - the simple .trs format does not support any # Different regex for these two reporters, because the commas end up xml-escaped if (reporterName MATCHES "JUnit|XML") set(testCaseNameFormat ""CaseInsensitiveLess is case insensitive"") + elseif(reporterName MATCHES "JSON") + set(testCaseNameFormat "\\\\\"CaseInsensitiveLess is case insensitive\\\\\"") else() set(testCaseNameFormat "\"CaseInsensitiveLess is case insensitive\"") endif() diff --git a/external_imported/Catch2/tests/ExtraTests/CMakeLists.txt b/external_imported/Catch2/tests/ExtraTests/CMakeLists.txt index 4172d7a03..2a810e258 100644 --- a/external_imported/Catch2/tests/ExtraTests/CMakeLists.txt +++ b/external_imported/Catch2/tests/ExtraTests/CMakeLists.txt @@ -468,6 +468,17 @@ set_tests_properties( ) +add_executable(AssertionStartingEventGoesBeforeAssertionIsEvaluated + X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp +) +target_link_libraries(AssertionStartingEventGoesBeforeAssertionIsEvaluated + PRIVATE Catch2::Catch2WithMain +) +add_test( + NAME ReporterEvents::AssertionStartingHappensBeforeAssertionIsEvaluated + COMMAND $ +) + #add_executable(DebugBreakMacros ${TESTS_DIR}/X12-CustomDebugBreakMacro.cpp) #target_link_libraries(DebugBreakMacros Catch2) #add_test(NAME DebugBreakMacros COMMAND DebugBreakMacros --break) diff --git a/external_imported/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp b/external_imported/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp new file mode 100644 index 000000000..6f44bf691 --- /dev/null +++ b/external_imported/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp @@ -0,0 +1,77 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +/**\file + * Registers an event listener to increments counter of assertionStarting events. + * + * Different assertion macros then check that the counter is at expected + * value when they are evaluated. + */ + +#include +#include +#include +#include + +namespace { + + static size_t assertion_starting_events_seen = 0; + + class AssertionStartingListener : public Catch::EventListenerBase { + public: + AssertionStartingListener( Catch::IConfig const* config ): + EventListenerBase( config ) {} + + void assertionStarting( Catch::AssertionInfo const& ) override { + ++assertion_starting_events_seen; + } + }; + + static bool f1() { + return assertion_starting_events_seen == 1; + } + + static void f2() { + if ( assertion_starting_events_seen != 2 ) { throw 1; } + } + + static void f3() { + if ( assertion_starting_events_seen == 3 ) { throw 1; } + } + + static bool f4() { return assertion_starting_events_seen == 4; } + + static void f5() { throw assertion_starting_events_seen; } + +} // anonymous namespace + +CATCH_REGISTER_LISTENER( AssertionStartingListener ) + +TEST_CASE() { + // **IMPORTANT** + // The order of assertions below matters. + REQUIRE( f1() ); + REQUIRE_NOTHROW( f2() ); + REQUIRE_THROWS( f3() ); + REQUIRE_THAT( f4(), + Catch::Matchers::Predicate( []( bool b ) { return b; } ) ); + REQUIRE_THROWS_MATCHES( + f5(), size_t, Catch::Matchers::Predicate( []( size_t i ) { + return i == 5; + } ) ); + + CAPTURE( assertion_starting_events_seen ); // **not** an assertion + INFO( "some info msg" ); // **not** an assertion + WARN( "warning! warning!" ); // assertion-like message + SUCCEED(); // assertion-like message + + // We skip FAIL/SKIP and so on, which fail the test. + + // This require will also increment the count once + REQUIRE( assertion_starting_events_seen == 8 ); +} diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.approved.txt index d33effddf..88c23e173 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.approved.txt @@ -130,8 +130,8 @@ Nor would this :test-result: FAIL Custom std-exceptions can be custom translated :test-result: PASS Default scale is invisible to comparison :test-result: PASS Directly creating an EnumInfo +:test-result: SKIP Empty generators can SKIP in constructor :test-result: PASS Empty stream name opens cout stream -:test-result: PASS Empty tag is not allowed :test-result: FAIL EndsWith string matcher :test-result: PASS Enums can quickly have stringification enabled using REGISTER_ENUM :test-result: PASS Enums in namespaces can quickly have stringification enabled using REGISTER_ENUM @@ -154,6 +154,7 @@ Nor would this :test-result: PASS Filter generator throws exception for empty generator :test-result: PASS Floating point matchers: double :test-result: PASS Floating point matchers: float +:test-result: PASS GENERATE can combine literals and generators :test-result: PASS Generators -- adapters :test-result: PASS Generators -- simple :test-result: PASS Generators internals @@ -162,12 +163,16 @@ Nor would this :test-result: PASS Hashers with same seed produce same hash :test-result: PASS Hashing different test cases produces different result :test-result: PASS Hashing test case produces same hash across multiple calls +:test-result: FAIL INFO and UNSCOPED_INFO can stream multiple arguments :test-result: FAIL INFO and WARN do not abort tests :test-result: FAIL INFO gets logged on failure :test-result: FAIL INFO gets logged on failure, even if captured before successful assertions :test-result: FAIL INFO is reset for each loop +:test-result: XFAIL Incomplete AssertionHandler :test-result: XFAIL Inequality checks that should fail :test-result: PASS Inequality checks that should succeed +:test-result: PASS JsonWriter +:test-result: PASS JsonWriter escapes charaters in strings properly :test-result: PASS Lambdas in assertions :test-result: PASS Less-than inequalities with different epsilons :test-result: PASS ManuallyRegistered @@ -265,6 +270,8 @@ Message from section two :test-result: PASS Testing checked-if :test-result: XFAIL Testing checked-if 2 :test-result: XFAIL Testing checked-if 3 +:test-result: XFAIL Testing checked-if 4 +:test-result: XFAIL Testing checked-if 5 :test-result: FAIL The NO_FAIL macro reports a failure but does not fail the test :test-result: PASS The default listing implementation write to provided stream :test-result: FAIL This test 'should' fail but doesn't @@ -408,6 +415,7 @@ b1! :test-result: PASS tuple :test-result: PASS tuple,tuple<>,float> :test-result: PASS uniform samples +:test-result: PASS uniform_integer_distribution can return the bounds :test-result: PASS unique_ptr reimplementation: basic functionality :test-result: PASS vec> -> toString :test-result: PASS vector -> toString diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.multi.approved.txt index f698f0c57..a37b1a2b5 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/automake.sw.multi.approved.txt @@ -128,8 +128,8 @@ :test-result: FAIL Custom std-exceptions can be custom translated :test-result: PASS Default scale is invisible to comparison :test-result: PASS Directly creating an EnumInfo +:test-result: SKIP Empty generators can SKIP in constructor :test-result: PASS Empty stream name opens cout stream -:test-result: PASS Empty tag is not allowed :test-result: FAIL EndsWith string matcher :test-result: PASS Enums can quickly have stringification enabled using REGISTER_ENUM :test-result: PASS Enums in namespaces can quickly have stringification enabled using REGISTER_ENUM @@ -152,6 +152,7 @@ :test-result: PASS Filter generator throws exception for empty generator :test-result: PASS Floating point matchers: double :test-result: PASS Floating point matchers: float +:test-result: PASS GENERATE can combine literals and generators :test-result: PASS Generators -- adapters :test-result: PASS Generators -- simple :test-result: PASS Generators internals @@ -160,12 +161,16 @@ :test-result: PASS Hashers with same seed produce same hash :test-result: PASS Hashing different test cases produces different result :test-result: PASS Hashing test case produces same hash across multiple calls +:test-result: FAIL INFO and UNSCOPED_INFO can stream multiple arguments :test-result: FAIL INFO and WARN do not abort tests :test-result: FAIL INFO gets logged on failure :test-result: FAIL INFO gets logged on failure, even if captured before successful assertions :test-result: FAIL INFO is reset for each loop +:test-result: XFAIL Incomplete AssertionHandler :test-result: XFAIL Inequality checks that should fail :test-result: PASS Inequality checks that should succeed +:test-result: PASS JsonWriter +:test-result: PASS JsonWriter escapes charaters in strings properly :test-result: PASS Lambdas in assertions :test-result: PASS Less-than inequalities with different epsilons :test-result: PASS ManuallyRegistered @@ -258,6 +263,8 @@ :test-result: PASS Testing checked-if :test-result: XFAIL Testing checked-if 2 :test-result: XFAIL Testing checked-if 3 +:test-result: XFAIL Testing checked-if 4 +:test-result: XFAIL Testing checked-if 5 :test-result: FAIL The NO_FAIL macro reports a failure but does not fail the test :test-result: PASS The default listing implementation write to provided stream :test-result: FAIL This test 'should' fail but doesn't @@ -397,6 +404,7 @@ :test-result: PASS tuple :test-result: PASS tuple,tuple<>,float> :test-result: PASS uniform samples +:test-result: PASS uniform_integer_distribution can return the bounds :test-result: PASS unique_ptr reimplementation: basic functionality :test-result: PASS vec> -> toString :test-result: PASS vector -> toString diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.approved.txt index 541770ccc..0669fdbbb 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.approved.txt @@ -331,7 +331,7 @@ MatchersRanges.tests.cpp:: passed: inner_lists_are_empty.front(), I MatchersRanges.tests.cpp:: passed: has_empty{}, !IsEmpty() for: {?} not is empty MatchersRanges.tests.cpp:: passed: unrelated::ADL_empty{}, IsEmpty() for: {?} is empty Message.tests.cpp:: passed: with 7 messages: 'a := 1' and 'b := 2' and 'c := 3' and 'a + b := 3' and 'a+b := 3' and 'c > b := true' and 'a == 1 := true' -Message.tests.cpp:: passed: with 7 messages: 'std::vector{1, 2, 3}[0, 1, 2] := 3' and 'std::vector{1, 2, 3}[(0, 1)] := 2' and 'std::vector{1, 2, 3}[0] := 1' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' +Message.tests.cpp:: passed: with 7 messages: 'custom_index_op{1, 2, 3}[0, 1, 2] := 0' and 'custom_index_op{1, 2, 3}[(0, 1)] := 0' and 'custom_index_op{1, 2, 3}[0] := 0' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' Message.tests.cpp:: passed: with 11 messages: '("comma, in string", "escaped, \", ") := "escaped, ", "' and '"single quote in string,'," := "single quote in string,',"' and '"some escapes, \\,\\\\" := "some escapes, \,\\"' and '"some, ), unmatched, } prenheses {[<" := "some, ), unmatched, } prenheses {[<"' and ''"' := '"'' and ''\'' := '''' and '',' := ','' and ''}' := '}'' and '')' := ')'' and ''(' := '('' and ''{' := '{'' ToStringGeneral.tests.cpp:: passed: true with 1 message: 'i := 2' ToStringGeneral.tests.cpp:: passed: true with 1 message: '3' @@ -520,8 +520,8 @@ ToString.tests.cpp:: passed: enumInfo->lookup(1) == "Value2" for: V ToString.tests.cpp:: passed: enumInfo->lookup(3) == "{** unexpected enum value **}" for: {** unexpected enum value **} == "{** unexpected enum value **}" +Skip.tests.cpp:: skipped: 'This generator is empty' Stream.tests.cpp:: passed: Catch::makeStream( "" )->isConsole() for: true -Tag.tests.cpp:: passed: Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) Matchers.tests.cpp:: failed: testStringForMatching(), EndsWith( "Substring" ) for: "this string contains 'abc' as a substring" ends with: "Substring" Matchers.tests.cpp:: failed: testStringForMatching(), EndsWith( "this", Catch::CaseSensitive::No ) for: "this string contains 'abc' as a substring" ends with: "this" (case insensitive) EnumToString.tests.cpp:: passed: stringify( EnumClass3::Value1 ) == "Value1" for: "Value1" == "Value1" @@ -666,6 +666,10 @@ Matchers.tests.cpp:: passed: 1., !IsNaN() for: 1.0 not is NaN Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 Generators.tests.cpp:: passed: filter([] (int) {return false; }, value(1)), Catch::GeneratorException Generators.tests.cpp:: passed: i < 4 for: 1 < 4 Generators.tests.cpp:: passed: i < 4 for: 2 < 4 @@ -944,6 +948,7 @@ TestCaseInfoHasher.tests.cpp:: passed: h( dummy1 ) != h( dummy2 ) f TestCaseInfoHasher.tests.cpp:: passed: h( dummy ) == h( dummy ) for: 3422778688 (0x) == 3422778688 (0x) +Message.tests.cpp:: failed: explicitly with 3 messages: 'This info has multiple parts.' and 'This unscoped info has multiple parts.' and 'Show infos!' Message.tests.cpp:: warning: 'this is a message' with 1 message: 'this is a warning' Message.tests.cpp:: failed: a == 1 for: 2 == 1 with 2 messages: 'this message should be logged' and 'so should this' Message.tests.cpp:: passed: a == 2 for: 2 == 2 with 1 message: 'this message may be logged later' @@ -961,6 +966,7 @@ Message.tests.cpp:: passed: i < 10 for: 7 < 10 with 2 messages: 'cu Message.tests.cpp:: passed: i < 10 for: 8 < 10 with 2 messages: 'current counter 8' and 'i := 8' Message.tests.cpp:: passed: i < 10 for: 9 < 10 with 2 messages: 'current counter 9' and 'i := 9' Message.tests.cpp:: failed: i < 10 for: 10 < 10 with 2 messages: 'current counter 10' and 'i := 10' +AssertionHandler.tests.cpp:: failed: unexpected exception with message: 'Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE'; expression was: Dummy Condition.tests.cpp:: failed: data.int_seven != 7 for: 7 != 7 Condition.tests.cpp:: failed: data.float_nine_point_one != Approx( 9.1f ) for: 9.1f != Approx( 9.1000003815 ) Condition.tests.cpp:: failed: data.double_pi != Approx( 3.1415926535 ) for: 3.1415926535 != Approx( 3.1415926535 ) @@ -977,6 +983,91 @@ Condition.tests.cpp:: passed: data.str_hello != "goodbye" for: "hel Condition.tests.cpp:: passed: data.str_hello != "hell" for: "hello" != "hell" Condition.tests.cpp:: passed: data.str_hello != "hello1" for: "hello" != "hello1" Condition.tests.cpp:: passed: data.str_hello.size() != 6 for: 5 != 6 +Json.tests.cpp:: passed: stream.str() == "" for: "" == "" +Json.tests.cpp:: passed: stream.str() == "{\n}" for: "{ +}" +== +"{ +}" +Json.tests.cpp:: passed: stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) for: "{ + "int": 1, + "double": 1.5, + "true": true, + "false": false, + "string": "this is a string", + "array": [ + 1, + 2 + ] +}" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: ""true": true," and contains: ""false": false," and contains: ""string": "this is a string"," and contains: ""array": [ + 1, + 2 + ] +}" ) +Json.tests.cpp:: passed: stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) for: "{ + "empty_object": { + }, + "fully_object": { + "key": 1 + } +}" ( contains: ""empty_object": { + }," and contains: ""fully_object": { + "key": 1 + }" ) +Json.tests.cpp:: passed: stream.str() == "[\n]" for: "[ +]" +== +"[ +]" +Json.tests.cpp:: passed: stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" for: "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" +== +"[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" +Json.tests.cpp:: passed: stream.str() == "{\n}" for: "{ +}" +== +"{ +}" +Json.tests.cpp:: passed: stream.str() == "[\n]" for: "[ +]" +== +"[ +]" +Json.tests.cpp:: passed: stream.str() == "\"custom\"" for: ""custom"" == ""custom"" +Json.tests.cpp:: passed: sstream.str() == "\"\\\"\"" for: ""\""" == ""\""" +Json.tests.cpp:: passed: sstream.str() == "\"\\\\\"" for: ""\\"" == ""\\"" +Json.tests.cpp:: passed: sstream.str() == "\"/\"" for: ""/"" == ""/"" +Json.tests.cpp:: passed: sstream.str() == "\"\\b\"" for: ""\b"" == ""\b"" +Json.tests.cpp:: passed: sstream.str() == "\"\\f\"" for: ""\f"" == ""\f"" +Json.tests.cpp:: passed: sstream.str() == "\"\\n\"" for: ""\n"" == ""\n"" +Json.tests.cpp:: passed: sstream.str() == "\"\\r\"" for: ""\r"" == ""\r"" +Json.tests.cpp:: passed: sstream.str() == "\"\\t\"" for: ""\t"" == ""\t"" +Json.tests.cpp:: passed: sstream.str() == "\"\\\\/\\t\\r\\n\"" for: ""\\/\t\r\n"" == ""\\/\t\r\n"" Compilation.tests.cpp:: passed: []() { return true; }() for: true Approx.tests.cpp:: passed: d <= Approx( 1.24 ) for: 1.23 <= Approx( 1.24 ) Approx.tests.cpp:: passed: d <= Approx( 1.23 ) for: 1.23 <= Approx( 1.23 ) @@ -1341,6 +1432,60 @@ Reporters.tests.cpp:: passed: listingString, ContainsSubstring( "fa " ( contains: "fake test name" and contains: "fakeTestTag" ) with 1 message: 'Tested reporter: console' Reporters.tests.cpp:: passed: !(factories.empty()) for: !false +Reporters.tests.cpp:: passed: listingString, ContainsSubstring("fakeTag"s) for: "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tags": [ + { + "aliases": [ + "fakeTag" + ], + "count": 1 + } + ]" contains: "fakeTag" with 1 message: 'Tested reporter: JSON' +Reporters.tests.cpp:: passed: !(factories.empty()) for: !false +Reporters.tests.cpp:: passed: listingString, ContainsSubstring("fake reporter"s) for: "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "reporters": [ + { + "name": "fake reporter", + "description": "fake description" + } + ]" contains: "fake reporter" with 1 message: 'Tested reporter: JSON' +Reporters.tests.cpp:: passed: !(factories.empty()) for: !false +Reporters.tests.cpp:: passed: listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) for: "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tests": [ + { + "name": "fake test name", + "class-name": "", + "tags": [ + "fakeTestTag" + ], + "source-location": { + "filename": "fake-file.cpp", + "line": 123456789 + } + } + ]" ( contains: "fake test name" and contains: "fakeTestTag" ) with 1 message: 'Tested reporter: JSON' +Reporters.tests.cpp:: passed: !(factories.empty()) for: !false Reporters.tests.cpp:: passed: listingString, ContainsSubstring("fakeTag"s) for: " All available tags: 1 [fakeTag] @@ -1750,6 +1895,10 @@ Misc.tests.cpp:: passed: true Misc.tests.cpp:: failed: explicitly Misc.tests.cpp:: failed - but was ok: false Misc.tests.cpp:: failed: explicitly +Misc.tests.cpp:: passed: true +Misc.tests.cpp:: failed: unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} +Misc.tests.cpp:: failed - but was ok: false +Misc.tests.cpp:: failed: unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} Message.tests.cpp:: failed - but was ok: 1 == 2 Reporters.tests.cpp:: passed: listingString, ContainsSubstring("[fakeTag]"s) for: "All available tags: 1 [fakeTag] @@ -2473,6 +2622,8 @@ InternalBenchmark.tests.cpp:: passed: e.point == 23 for: 23.0 == 23 InternalBenchmark.tests.cpp:: passed: e.upper_bound == 23 for: 23.0 == 23 InternalBenchmark.tests.cpp:: passed: e.lower_bound == 23 for: 23.0 == 23 InternalBenchmark.tests.cpp:: passed: e.confidence_interval == 0.95 for: 0.95 == 0.95 +RandomNumberGeneration.tests.cpp:: passed: dist.a() == -10 for: -10 == -10 +RandomNumberGeneration.tests.cpp:: passed: dist.b() == 10 for: 10 == 10 UniquePtr.tests.cpp:: passed: !(ptr) for: !{?} UniquePtr.tests.cpp:: passed: ptr.get() == 0 for: 0 == 0 UniquePtr.tests.cpp:: passed: ptr for: {?} @@ -2538,7 +2689,7 @@ InternalBenchmark.tests.cpp:: passed: med == 18. for: 18.0 == 18.0 InternalBenchmark.tests.cpp:: passed: q3 == 23. for: 23.0 == 23.0 Misc.tests.cpp:: passed: Misc.tests.cpp:: passed: -test cases: 409 | 309 passed | 84 failed | 5 skipped | 11 failed as expected -assertions: 2226 | 2049 passed | 145 failed | 32 failed as expected +test cases: 417 | 312 passed | 85 failed | 6 skipped | 14 failed as expected +assertions: 2260 | 2079 passed | 146 failed | 35 failed as expected diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.multi.approved.txt index 5b292da12..214fef74b 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/compact.sw.multi.approved.txt @@ -329,7 +329,7 @@ MatchersRanges.tests.cpp:: passed: inner_lists_are_empty.front(), I MatchersRanges.tests.cpp:: passed: has_empty{}, !IsEmpty() for: {?} not is empty MatchersRanges.tests.cpp:: passed: unrelated::ADL_empty{}, IsEmpty() for: {?} is empty Message.tests.cpp:: passed: with 7 messages: 'a := 1' and 'b := 2' and 'c := 3' and 'a + b := 3' and 'a+b := 3' and 'c > b := true' and 'a == 1 := true' -Message.tests.cpp:: passed: with 7 messages: 'std::vector{1, 2, 3}[0, 1, 2] := 3' and 'std::vector{1, 2, 3}[(0, 1)] := 2' and 'std::vector{1, 2, 3}[0] := 1' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' +Message.tests.cpp:: passed: with 7 messages: 'custom_index_op{1, 2, 3}[0, 1, 2] := 0' and 'custom_index_op{1, 2, 3}[(0, 1)] := 0' and 'custom_index_op{1, 2, 3}[0] := 0' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' Message.tests.cpp:: passed: with 11 messages: '("comma, in string", "escaped, \", ") := "escaped, ", "' and '"single quote in string,'," := "single quote in string,',"' and '"some escapes, \\,\\\\" := "some escapes, \,\\"' and '"some, ), unmatched, } prenheses {[<" := "some, ), unmatched, } prenheses {[<"' and ''"' := '"'' and ''\'' := '''' and '',' := ','' and ''}' := '}'' and '')' := ')'' and ''(' := '('' and ''{' := '{'' ToStringGeneral.tests.cpp:: passed: true with 1 message: 'i := 2' ToStringGeneral.tests.cpp:: passed: true with 1 message: '3' @@ -518,8 +518,8 @@ ToString.tests.cpp:: passed: enumInfo->lookup(1) == "Value2" for: V ToString.tests.cpp:: passed: enumInfo->lookup(3) == "{** unexpected enum value **}" for: {** unexpected enum value **} == "{** unexpected enum value **}" +Skip.tests.cpp:: skipped: 'This generator is empty' Stream.tests.cpp:: passed: Catch::makeStream( "" )->isConsole() for: true -Tag.tests.cpp:: passed: Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) Matchers.tests.cpp:: failed: testStringForMatching(), EndsWith( "Substring" ) for: "this string contains 'abc' as a substring" ends with: "Substring" Matchers.tests.cpp:: failed: testStringForMatching(), EndsWith( "this", Catch::CaseSensitive::No ) for: "this string contains 'abc' as a substring" ends with: "this" (case insensitive) EnumToString.tests.cpp:: passed: stringify( EnumClass3::Value1 ) == "Value1" for: "Value1" == "Value1" @@ -664,6 +664,10 @@ Matchers.tests.cpp:: passed: 1., !IsNaN() for: 1.0 not is NaN Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 +Generators.tests.cpp:: passed: i % 2 == 0 for: 0 == 0 Generators.tests.cpp:: passed: filter([] (int) {return false; }, value(1)), Catch::GeneratorException Generators.tests.cpp:: passed: i < 4 for: 1 < 4 Generators.tests.cpp:: passed: i < 4 for: 2 < 4 @@ -942,6 +946,7 @@ TestCaseInfoHasher.tests.cpp:: passed: h( dummy1 ) != h( dummy2 ) f TestCaseInfoHasher.tests.cpp:: passed: h( dummy ) == h( dummy ) for: 3422778688 (0x) == 3422778688 (0x) +Message.tests.cpp:: failed: explicitly with 3 messages: 'This info has multiple parts.' and 'This unscoped info has multiple parts.' and 'Show infos!' Message.tests.cpp:: warning: 'this is a message' with 1 message: 'this is a warning' Message.tests.cpp:: failed: a == 1 for: 2 == 1 with 2 messages: 'this message should be logged' and 'so should this' Message.tests.cpp:: passed: a == 2 for: 2 == 2 with 1 message: 'this message may be logged later' @@ -959,6 +964,7 @@ Message.tests.cpp:: passed: i < 10 for: 7 < 10 with 2 messages: 'cu Message.tests.cpp:: passed: i < 10 for: 8 < 10 with 2 messages: 'current counter 8' and 'i := 8' Message.tests.cpp:: passed: i < 10 for: 9 < 10 with 2 messages: 'current counter 9' and 'i := 9' Message.tests.cpp:: failed: i < 10 for: 10 < 10 with 2 messages: 'current counter 10' and 'i := 10' +AssertionHandler.tests.cpp:: failed: unexpected exception with message: 'Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE'; expression was: Dummy Condition.tests.cpp:: failed: data.int_seven != 7 for: 7 != 7 Condition.tests.cpp:: failed: data.float_nine_point_one != Approx( 9.1f ) for: 9.1f != Approx( 9.1000003815 ) Condition.tests.cpp:: failed: data.double_pi != Approx( 3.1415926535 ) for: 3.1415926535 != Approx( 3.1415926535 ) @@ -975,6 +981,91 @@ Condition.tests.cpp:: passed: data.str_hello != "goodbye" for: "hel Condition.tests.cpp:: passed: data.str_hello != "hell" for: "hello" != "hell" Condition.tests.cpp:: passed: data.str_hello != "hello1" for: "hello" != "hello1" Condition.tests.cpp:: passed: data.str_hello.size() != 6 for: 5 != 6 +Json.tests.cpp:: passed: stream.str() == "" for: "" == "" +Json.tests.cpp:: passed: stream.str() == "{\n}" for: "{ +}" +== +"{ +}" +Json.tests.cpp:: passed: stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) for: "{ + "int": 1, + "double": 1.5, + "true": true, + "false": false, + "string": "this is a string", + "array": [ + 1, + 2 + ] +}" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: ""true": true," and contains: ""false": false," and contains: ""string": "this is a string"," and contains: ""array": [ + 1, + 2 + ] +}" ) +Json.tests.cpp:: passed: stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) for: "{ + "empty_object": { + }, + "fully_object": { + "key": 1 + } +}" ( contains: ""empty_object": { + }," and contains: ""fully_object": { + "key": 1 + }" ) +Json.tests.cpp:: passed: stream.str() == "[\n]" for: "[ +]" +== +"[ +]" +Json.tests.cpp:: passed: stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" for: "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" +== +"[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" +Json.tests.cpp:: passed: stream.str() == "{\n}" for: "{ +}" +== +"{ +}" +Json.tests.cpp:: passed: stream.str() == "[\n]" for: "[ +]" +== +"[ +]" +Json.tests.cpp:: passed: stream.str() == "\"custom\"" for: ""custom"" == ""custom"" +Json.tests.cpp:: passed: sstream.str() == "\"\\\"\"" for: ""\""" == ""\""" +Json.tests.cpp:: passed: sstream.str() == "\"\\\\\"" for: ""\\"" == ""\\"" +Json.tests.cpp:: passed: sstream.str() == "\"/\"" for: ""/"" == ""/"" +Json.tests.cpp:: passed: sstream.str() == "\"\\b\"" for: ""\b"" == ""\b"" +Json.tests.cpp:: passed: sstream.str() == "\"\\f\"" for: ""\f"" == ""\f"" +Json.tests.cpp:: passed: sstream.str() == "\"\\n\"" for: ""\n"" == ""\n"" +Json.tests.cpp:: passed: sstream.str() == "\"\\r\"" for: ""\r"" == ""\r"" +Json.tests.cpp:: passed: sstream.str() == "\"\\t\"" for: ""\t"" == ""\t"" +Json.tests.cpp:: passed: sstream.str() == "\"\\\\/\\t\\r\\n\"" for: ""\\/\t\r\n"" == ""\\/\t\r\n"" Compilation.tests.cpp:: passed: []() { return true; }() for: true Approx.tests.cpp:: passed: d <= Approx( 1.24 ) for: 1.23 <= Approx( 1.24 ) Approx.tests.cpp:: passed: d <= Approx( 1.23 ) for: 1.23 <= Approx( 1.23 ) @@ -1339,6 +1430,60 @@ Reporters.tests.cpp:: passed: listingString, ContainsSubstring( "fa " ( contains: "fake test name" and contains: "fakeTestTag" ) with 1 message: 'Tested reporter: console' Reporters.tests.cpp:: passed: !(factories.empty()) for: !false +Reporters.tests.cpp:: passed: listingString, ContainsSubstring("fakeTag"s) for: "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tags": [ + { + "aliases": [ + "fakeTag" + ], + "count": 1 + } + ]" contains: "fakeTag" with 1 message: 'Tested reporter: JSON' +Reporters.tests.cpp:: passed: !(factories.empty()) for: !false +Reporters.tests.cpp:: passed: listingString, ContainsSubstring("fake reporter"s) for: "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "reporters": [ + { + "name": "fake reporter", + "description": "fake description" + } + ]" contains: "fake reporter" with 1 message: 'Tested reporter: JSON' +Reporters.tests.cpp:: passed: !(factories.empty()) for: !false +Reporters.tests.cpp:: passed: listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) for: "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tests": [ + { + "name": "fake test name", + "class-name": "", + "tags": [ + "fakeTestTag" + ], + "source-location": { + "filename": "fake-file.cpp", + "line": 123456789 + } + } + ]" ( contains: "fake test name" and contains: "fakeTestTag" ) with 1 message: 'Tested reporter: JSON' +Reporters.tests.cpp:: passed: !(factories.empty()) for: !false Reporters.tests.cpp:: passed: listingString, ContainsSubstring("fakeTag"s) for: " All available tags: 1 [fakeTag] @@ -1743,6 +1888,10 @@ Misc.tests.cpp:: passed: true Misc.tests.cpp:: failed: explicitly Misc.tests.cpp:: failed - but was ok: false Misc.tests.cpp:: failed: explicitly +Misc.tests.cpp:: passed: true +Misc.tests.cpp:: failed: unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} +Misc.tests.cpp:: failed - but was ok: false +Misc.tests.cpp:: failed: unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} Message.tests.cpp:: failed - but was ok: 1 == 2 Reporters.tests.cpp:: passed: listingString, ContainsSubstring("[fakeTag]"s) for: "All available tags: 1 [fakeTag] @@ -2462,6 +2611,8 @@ InternalBenchmark.tests.cpp:: passed: e.point == 23 for: 23.0 == 23 InternalBenchmark.tests.cpp:: passed: e.upper_bound == 23 for: 23.0 == 23 InternalBenchmark.tests.cpp:: passed: e.lower_bound == 23 for: 23.0 == 23 InternalBenchmark.tests.cpp:: passed: e.confidence_interval == 0.95 for: 0.95 == 0.95 +RandomNumberGeneration.tests.cpp:: passed: dist.a() == -10 for: -10 == -10 +RandomNumberGeneration.tests.cpp:: passed: dist.b() == 10 for: 10 == 10 UniquePtr.tests.cpp:: passed: !(ptr) for: !{?} UniquePtr.tests.cpp:: passed: ptr.get() == 0 for: 0 == 0 UniquePtr.tests.cpp:: passed: ptr for: {?} @@ -2527,7 +2678,7 @@ InternalBenchmark.tests.cpp:: passed: med == 18. for: 18.0 == 18.0 InternalBenchmark.tests.cpp:: passed: q3 == 23. for: 23.0 == 23.0 Misc.tests.cpp:: passed: Misc.tests.cpp:: passed: -test cases: 409 | 309 passed | 84 failed | 5 skipped | 11 failed as expected -assertions: 2226 | 2049 passed | 145 failed | 32 failed as expected +test cases: 417 | 312 passed | 85 failed | 6 skipped | 14 failed as expected +assertions: 2260 | 2079 passed | 146 failed | 35 failed as expected diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/console.std.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/console.std.approved.txt index 15d8b024f..254262565 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/console.std.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/console.std.approved.txt @@ -383,6 +383,16 @@ Exception.tests.cpp:: FAILED: due to unexpected exception with message: custom std exception +------------------------------------------------------------------------------- +Empty generators can SKIP in constructor +------------------------------------------------------------------------------- +Skip.tests.cpp: +............................................................................... + +Skip.tests.cpp:: SKIPPED: +explicitly with message: + This generator is empty + ------------------------------------------------------------------------------- EndsWith string matcher ------------------------------------------------------------------------------- @@ -589,6 +599,18 @@ explicitly with message: Message.tests.cpp:: warning: This message appears in the output +------------------------------------------------------------------------------- +INFO and UNSCOPED_INFO can stream multiple arguments +------------------------------------------------------------------------------- +Message.tests.cpp: +............................................................................... + +Message.tests.cpp:: FAILED: +explicitly with messages: + This info has multiple parts. + This unscoped info has multiple parts. + Show infos! + ------------------------------------------------------------------------------- INFO and WARN do not abort tests ------------------------------------------------------------------------------- @@ -649,6 +671,17 @@ with messages: current counter 10 i := 10 +------------------------------------------------------------------------------- +Incomplete AssertionHandler +------------------------------------------------------------------------------- +AssertionHandler.tests.cpp: +............................................................................... + +AssertionHandler.tests.cpp:: FAILED: + REQUIRE( Dummy ) +due to unexpected exception with message: + Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE + ------------------------------------------------------------------------------- Inequality checks that should fail ------------------------------------------------------------------------------- @@ -987,6 +1020,28 @@ Misc.tests.cpp: Misc.tests.cpp:: FAILED: +------------------------------------------------------------------------------- +Testing checked-if 4 +------------------------------------------------------------------------------- +Misc.tests.cpp: +............................................................................... + +Misc.tests.cpp:: FAILED: + {Unknown expression after the reported line} +due to unexpected exception with message: + Uncaught exception should fail! + +------------------------------------------------------------------------------- +Testing checked-if 5 +------------------------------------------------------------------------------- +Misc.tests.cpp: +............................................................................... + +Misc.tests.cpp:: FAILED: + {Unknown expression after the reported line} +due to unexpected exception with message: + Uncaught exception should fail! + ------------------------------------------------------------------------------- Thrown string literals are translated ------------------------------------------------------------------------------- @@ -1533,6 +1588,6 @@ due to unexpected exception with message: Why would you throw a std::string? =============================================================================== -test cases: 409 | 323 passed | 69 failed | 6 skipped | 11 failed as expected -assertions: 2209 | 2049 passed | 128 failed | 32 failed as expected +test cases: 417 | 326 passed | 70 failed | 7 skipped | 14 failed as expected +assertions: 2243 | 2079 passed | 129 failed | 35 failed as expected diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.approved.txt index 26d5e8f35..077b7bf75 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.approved.txt @@ -2740,9 +2740,9 @@ Message.tests.cpp: Message.tests.cpp:: PASSED: with messages: - std::vector{1, 2, 3}[0, 1, 2] := 3 - std::vector{1, 2, 3}[(0, 1)] := 2 - std::vector{1, 2, 3}[0] := 1 + custom_index_op{1, 2, 3}[0, 1, 2] := 0 + custom_index_op{1, 2, 3}[(0, 1)] := 0 + custom_index_op{1, 2, 3}[0] := 0 (helper_1436{12, -12}) := { 12, -12 } (helper_1436(-12, 12)) := { -12, 12 } (1, 2) := 2 @@ -3956,6 +3956,16 @@ with expansion: == "{** unexpected enum value **}" +------------------------------------------------------------------------------- +Empty generators can SKIP in constructor +------------------------------------------------------------------------------- +Skip.tests.cpp: +............................................................................... + +Skip.tests.cpp:: SKIPPED: +explicitly with message: + This generator is empty + ------------------------------------------------------------------------------- Empty stream name opens cout stream ------------------------------------------------------------------------------- @@ -3967,15 +3977,6 @@ Stream.tests.cpp:: PASSED: with expansion: true -------------------------------------------------------------------------------- -Empty tag is not allowed -------------------------------------------------------------------------------- -Tag.tests.cpp: -............................................................................... - -Tag.tests.cpp:: PASSED: - REQUIRE_THROWS( Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) ) - ------------------------------------------------------------------------------- EndsWith string matcher ------------------------------------------------------------------------------- @@ -4888,6 +4889,50 @@ Matchers.tests.cpp:: PASSED: with expansion: 1.0 not is NaN +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + ------------------------------------------------------------------------------- Generators -- adapters Filtering by predicate @@ -6981,6 +7026,18 @@ with expansion: == 3422778688 (0x) +------------------------------------------------------------------------------- +INFO and UNSCOPED_INFO can stream multiple arguments +------------------------------------------------------------------------------- +Message.tests.cpp: +............................................................................... + +Message.tests.cpp:: FAILED: +explicitly with messages: + This info has multiple parts. + This unscoped info has multiple parts. + Show infos! + ------------------------------------------------------------------------------- INFO and WARN do not abort tests ------------------------------------------------------------------------------- @@ -7142,6 +7199,17 @@ with messages: current counter 10 i := 10 +------------------------------------------------------------------------------- +Incomplete AssertionHandler +------------------------------------------------------------------------------- +AssertionHandler.tests.cpp: +............................................................................... + +AssertionHandler.tests.cpp:: FAILED: + REQUIRE( Dummy ) +due to unexpected exception with message: + Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE + ------------------------------------------------------------------------------- Inequality checks that should fail ------------------------------------------------------------------------------- @@ -7234,6 +7302,291 @@ Condition.tests.cpp:: PASSED: with expansion: 5 != 6 +------------------------------------------------------------------------------- +JsonWriter + Newly constructed JsonWriter does nothing +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "" ) +with expansion: + "" == "" + +------------------------------------------------------------------------------- +JsonWriter + Calling writeObject will create an empty pair of braces +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "{\n}" ) +with expansion: + "{ + }" + == + "{ + }" + +------------------------------------------------------------------------------- +JsonWriter + Calling writeObject with key will create an object to write the value +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE_THAT( stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) ) +with expansion: + "{ + "int": 1, + "double": 1.5, + "true": true, + "false": false, + "string": "this is a string", + "array": [ + 1, + 2 + ] + }" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: + ""true": true," and contains: ""false": false," and contains: ""string": + "this is a string"," and contains: ""array": [ + 1, + 2 + ] + }" ) + +------------------------------------------------------------------------------- +JsonWriter + nesting objects +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE_THAT( stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) ) +with expansion: + "{ + "empty_object": { + }, + "fully_object": { + "key": 1 + } + }" ( contains: ""empty_object": { + }," and contains: ""fully_object": { + "key": 1 + }" ) + +------------------------------------------------------------------------------- +JsonWriter + Calling writeArray will create an empty pair of braces +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "[\n]" ) +with expansion: + "[ + ]" + == + "[ + ]" + +------------------------------------------------------------------------------- +JsonWriter + Calling writeArray creates array to write the values to +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" ) +with expansion: + "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] + ]" + == + "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] + ]" + +------------------------------------------------------------------------------- +JsonWriter + Moved from JsonObjectWriter shall not insert superfluous brace +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "{\n}" ) +with expansion: + "{ + }" + == + "{ + }" + +------------------------------------------------------------------------------- +JsonWriter + Moved from JsonArrayWriter shall not insert superfluous bracket +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "[\n]" ) +with expansion: + "[ + ]" + == + "[ + ]" + +------------------------------------------------------------------------------- +JsonWriter + Custom class shall be quoted +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "\"custom\"" ) +with expansion: + ""custom"" == ""custom"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Quote in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\\"\"" ) +with expansion: + ""\""" == ""\""" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Backslash in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\\\\"" ) +with expansion: + ""\\"" == ""\\"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Forward slash in a string is **not** escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"/\"" ) +with expansion: + ""/"" == ""/"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Backspace in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\b\"" ) +with expansion: + ""\b"" == ""\b"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Formfeed in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\f\"" ) +with expansion: + ""\f"" == ""\f"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + linefeed in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\n\"" ) +with expansion: + ""\n"" == ""\n"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + carriage return in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\r\"" ) +with expansion: + ""\r"" == ""\r"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + tab in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\t\"" ) +with expansion: + ""\t"" == ""\t"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + combination of characters is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\\\/\\t\\r\\n\"" ) +with expansion: + ""\\/\t\r\n"" == ""\\/\t\r\n"" + ------------------------------------------------------------------------------- Lambdas in assertions ------------------------------------------------------------------------------- @@ -9732,6 +10085,129 @@ Reporter's write listings to provided stream Reporters.tests.cpp: ............................................................................... +Reporters.tests.cpp:: PASSED: + REQUIRE_FALSE( factories.empty() ) +with expansion: + !false + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream + JSON reporter lists tags +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_THAT( listingString, ContainsSubstring("fakeTag"s) ) +with expansion: + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tags": [ + { + "aliases": [ + "fakeTag" + ], + "count": 1 + } + ]" contains: "fakeTag" +with message: + Tested reporter: JSON + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_FALSE( factories.empty() ) +with expansion: + !false + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream + JSON reporter lists reporters +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_THAT( listingString, ContainsSubstring("fake reporter"s) ) +with expansion: + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "reporters": [ + { + "name": "fake reporter", + "description": "fake description" + } + ]" contains: "fake reporter" +with message: + Tested reporter: JSON + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_FALSE( factories.empty() ) +with expansion: + !false + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream + JSON reporter lists tests +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_THAT( listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) ) +with expansion: + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tests": [ + { + "name": "fake test name", + "class-name": "", + "tags": [ + "fakeTestTag" + ], + "source-location": { + "filename": "fake-file.cpp", + "line": 123456789 + } + } + ]" ( contains: "fake test name" and contains: "fakeTestTag" ) +with message: + Tested reporter: JSON + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + Reporters.tests.cpp:: PASSED: REQUIRE_FALSE( factories.empty() ) with expansion: @@ -12521,6 +12997,34 @@ Misc.tests.cpp:: FAILED - but was ok: Misc.tests.cpp:: FAILED: +------------------------------------------------------------------------------- +Testing checked-if 4 +------------------------------------------------------------------------------- +Misc.tests.cpp: +............................................................................... + +Misc.tests.cpp:: PASSED: + CHECKED_ELSE( true ) + +Misc.tests.cpp:: FAILED: + {Unknown expression after the reported line} +due to unexpected exception with message: + Uncaught exception should fail! + +------------------------------------------------------------------------------- +Testing checked-if 5 +------------------------------------------------------------------------------- +Misc.tests.cpp: +............................................................................... + +Misc.tests.cpp:: FAILED - but was ok: + CHECKED_ELSE( false ) + +Misc.tests.cpp:: FAILED: + {Unknown expression after the reported line} +due to unexpected exception with message: + Uncaught exception should fail! + ------------------------------------------------------------------------------- The NO_FAIL macro reports a failure but does not fail the test ------------------------------------------------------------------------------- @@ -13460,7 +13964,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AllTrue range matcher Basic usage - One false evalutes to false + One false evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -13499,7 +14003,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AllTrue range matcher Contained type is convertible to bool - One false evalutes to false + One false evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -13735,7 +14239,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AnyTrue range matcher Basic usage - One true evalutes to true + One true evaluates to true ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -13774,7 +14278,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AnyTrue range matcher Contained type is convertible to bool - One true evalutes to true + One true evaluates to true ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -14010,7 +14514,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of NoneTrue range matcher Basic usage - One true evalutes to false + One true evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -14049,7 +14553,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of NoneTrue range matcher Contained type is convertible to bool - One true evalutes to false + One true evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -17744,6 +18248,22 @@ InternalBenchmark.tests.cpp:: PASSED: with expansion: 0.95 == 0.95 +------------------------------------------------------------------------------- +uniform_integer_distribution can return the bounds +------------------------------------------------------------------------------- +RandomNumberGeneration.tests.cpp: +............................................................................... + +RandomNumberGeneration.tests.cpp:: PASSED: + REQUIRE( dist.a() == -10 ) +with expansion: + -10 == -10 + +RandomNumberGeneration.tests.cpp:: PASSED: + REQUIRE( dist.b() == 10 ) +with expansion: + 10 == 10 + ------------------------------------------------------------------------------- unique_ptr reimplementation: basic functionality Default constructed unique_ptr is empty @@ -18231,6 +18751,6 @@ Misc.tests.cpp: Misc.tests.cpp:: PASSED: =============================================================================== -test cases: 409 | 309 passed | 84 failed | 5 skipped | 11 failed as expected -assertions: 2226 | 2049 passed | 145 failed | 32 failed as expected +test cases: 417 | 312 passed | 85 failed | 6 skipped | 14 failed as expected +assertions: 2260 | 2079 passed | 146 failed | 35 failed as expected diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.multi.approved.txt index 80b63ab84..5d204990c 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/console.sw.multi.approved.txt @@ -2738,9 +2738,9 @@ Message.tests.cpp: Message.tests.cpp:: PASSED: with messages: - std::vector{1, 2, 3}[0, 1, 2] := 3 - std::vector{1, 2, 3}[(0, 1)] := 2 - std::vector{1, 2, 3}[0] := 1 + custom_index_op{1, 2, 3}[0, 1, 2] := 0 + custom_index_op{1, 2, 3}[(0, 1)] := 0 + custom_index_op{1, 2, 3}[0] := 0 (helper_1436{12, -12}) := { 12, -12 } (helper_1436(-12, 12)) := { -12, 12 } (1, 2) := 2 @@ -3954,6 +3954,16 @@ with expansion: == "{** unexpected enum value **}" +------------------------------------------------------------------------------- +Empty generators can SKIP in constructor +------------------------------------------------------------------------------- +Skip.tests.cpp: +............................................................................... + +Skip.tests.cpp:: SKIPPED: +explicitly with message: + This generator is empty + ------------------------------------------------------------------------------- Empty stream name opens cout stream ------------------------------------------------------------------------------- @@ -3965,15 +3975,6 @@ Stream.tests.cpp:: PASSED: with expansion: true -------------------------------------------------------------------------------- -Empty tag is not allowed -------------------------------------------------------------------------------- -Tag.tests.cpp: -............................................................................... - -Tag.tests.cpp:: PASSED: - REQUIRE_THROWS( Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) ) - ------------------------------------------------------------------------------- EndsWith string matcher ------------------------------------------------------------------------------- @@ -4886,6 +4887,50 @@ Matchers.tests.cpp:: PASSED: with expansion: 1.0 not is NaN +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + +------------------------------------------------------------------------------- +GENERATE can combine literals and generators +------------------------------------------------------------------------------- +Generators.tests.cpp: +............................................................................... + +Generators.tests.cpp:: PASSED: + REQUIRE( i % 2 == 0 ) +with expansion: + 0 == 0 + ------------------------------------------------------------------------------- Generators -- adapters Filtering by predicate @@ -6979,6 +7024,18 @@ with expansion: == 3422778688 (0x) +------------------------------------------------------------------------------- +INFO and UNSCOPED_INFO can stream multiple arguments +------------------------------------------------------------------------------- +Message.tests.cpp: +............................................................................... + +Message.tests.cpp:: FAILED: +explicitly with messages: + This info has multiple parts. + This unscoped info has multiple parts. + Show infos! + ------------------------------------------------------------------------------- INFO and WARN do not abort tests ------------------------------------------------------------------------------- @@ -7140,6 +7197,17 @@ with messages: current counter 10 i := 10 +------------------------------------------------------------------------------- +Incomplete AssertionHandler +------------------------------------------------------------------------------- +AssertionHandler.tests.cpp: +............................................................................... + +AssertionHandler.tests.cpp:: FAILED: + REQUIRE( Dummy ) +due to unexpected exception with message: + Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE + ------------------------------------------------------------------------------- Inequality checks that should fail ------------------------------------------------------------------------------- @@ -7232,6 +7300,291 @@ Condition.tests.cpp:: PASSED: with expansion: 5 != 6 +------------------------------------------------------------------------------- +JsonWriter + Newly constructed JsonWriter does nothing +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "" ) +with expansion: + "" == "" + +------------------------------------------------------------------------------- +JsonWriter + Calling writeObject will create an empty pair of braces +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "{\n}" ) +with expansion: + "{ + }" + == + "{ + }" + +------------------------------------------------------------------------------- +JsonWriter + Calling writeObject with key will create an object to write the value +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE_THAT( stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) ) +with expansion: + "{ + "int": 1, + "double": 1.5, + "true": true, + "false": false, + "string": "this is a string", + "array": [ + 1, + 2 + ] + }" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: + ""true": true," and contains: ""false": false," and contains: ""string": + "this is a string"," and contains: ""array": [ + 1, + 2 + ] + }" ) + +------------------------------------------------------------------------------- +JsonWriter + nesting objects +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE_THAT( stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) ) +with expansion: + "{ + "empty_object": { + }, + "fully_object": { + "key": 1 + } + }" ( contains: ""empty_object": { + }," and contains: ""fully_object": { + "key": 1 + }" ) + +------------------------------------------------------------------------------- +JsonWriter + Calling writeArray will create an empty pair of braces +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "[\n]" ) +with expansion: + "[ + ]" + == + "[ + ]" + +------------------------------------------------------------------------------- +JsonWriter + Calling writeArray creates array to write the values to +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" ) +with expansion: + "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] + ]" + == + "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] + ]" + +------------------------------------------------------------------------------- +JsonWriter + Moved from JsonObjectWriter shall not insert superfluous brace +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "{\n}" ) +with expansion: + "{ + }" + == + "{ + }" + +------------------------------------------------------------------------------- +JsonWriter + Moved from JsonArrayWriter shall not insert superfluous bracket +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "[\n]" ) +with expansion: + "[ + ]" + == + "[ + ]" + +------------------------------------------------------------------------------- +JsonWriter + Custom class shall be quoted +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( stream.str() == "\"custom\"" ) +with expansion: + ""custom"" == ""custom"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Quote in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\\"\"" ) +with expansion: + ""\""" == ""\""" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Backslash in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\\\\"" ) +with expansion: + ""\\"" == ""\\"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Forward slash in a string is **not** escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"/\"" ) +with expansion: + ""/"" == ""/"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Backspace in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\b\"" ) +with expansion: + ""\b"" == ""\b"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + Formfeed in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\f\"" ) +with expansion: + ""\f"" == ""\f"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + linefeed in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\n\"" ) +with expansion: + ""\n"" == ""\n"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + carriage return in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\r\"" ) +with expansion: + ""\r"" == ""\r"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + tab in a string is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\t\"" ) +with expansion: + ""\t"" == ""\t"" + +------------------------------------------------------------------------------- +JsonWriter escapes charaters in strings properly + combination of characters is escaped +------------------------------------------------------------------------------- +Json.tests.cpp: +............................................................................... + +Json.tests.cpp:: PASSED: + REQUIRE( sstream.str() == "\"\\\\/\\t\\r\\n\"" ) +with expansion: + ""\\/\t\r\n"" == ""\\/\t\r\n"" + ------------------------------------------------------------------------------- Lambdas in assertions ------------------------------------------------------------------------------- @@ -9730,6 +10083,129 @@ Reporter's write listings to provided stream Reporters.tests.cpp: ............................................................................... +Reporters.tests.cpp:: PASSED: + REQUIRE_FALSE( factories.empty() ) +with expansion: + !false + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream + JSON reporter lists tags +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_THAT( listingString, ContainsSubstring("fakeTag"s) ) +with expansion: + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tags": [ + { + "aliases": [ + "fakeTag" + ], + "count": 1 + } + ]" contains: "fakeTag" +with message: + Tested reporter: JSON + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_FALSE( factories.empty() ) +with expansion: + !false + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream + JSON reporter lists reporters +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_THAT( listingString, ContainsSubstring("fake reporter"s) ) +with expansion: + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "reporters": [ + { + "name": "fake reporter", + "description": "fake description" + } + ]" contains: "fake reporter" +with message: + Tested reporter: JSON + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_FALSE( factories.empty() ) +with expansion: + !false + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream + JSON reporter lists tests +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + +Reporters.tests.cpp:: PASSED: + REQUIRE_THAT( listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) ) +with expansion: + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tests": [ + { + "name": "fake test name", + "class-name": "", + "tags": [ + "fakeTestTag" + ], + "source-location": { + "filename": "fake-file.cpp", + "line": 123456789 + } + } + ]" ( contains: "fake test name" and contains: "fakeTestTag" ) +with message: + Tested reporter: JSON + +------------------------------------------------------------------------------- +Reporter's write listings to provided stream +------------------------------------------------------------------------------- +Reporters.tests.cpp: +............................................................................... + Reporters.tests.cpp:: PASSED: REQUIRE_FALSE( factories.empty() ) with expansion: @@ -12514,6 +12990,34 @@ Misc.tests.cpp:: FAILED - but was ok: Misc.tests.cpp:: FAILED: +------------------------------------------------------------------------------- +Testing checked-if 4 +------------------------------------------------------------------------------- +Misc.tests.cpp: +............................................................................... + +Misc.tests.cpp:: PASSED: + CHECKED_ELSE( true ) + +Misc.tests.cpp:: FAILED: + {Unknown expression after the reported line} +due to unexpected exception with message: + Uncaught exception should fail! + +------------------------------------------------------------------------------- +Testing checked-if 5 +------------------------------------------------------------------------------- +Misc.tests.cpp: +............................................................................... + +Misc.tests.cpp:: FAILED - but was ok: + CHECKED_ELSE( false ) + +Misc.tests.cpp:: FAILED: + {Unknown expression after the reported line} +due to unexpected exception with message: + Uncaught exception should fail! + ------------------------------------------------------------------------------- The NO_FAIL macro reports a failure but does not fail the test ------------------------------------------------------------------------------- @@ -13453,7 +13957,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AllTrue range matcher Basic usage - One false evalutes to false + One false evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -13492,7 +13996,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AllTrue range matcher Contained type is convertible to bool - One false evalutes to false + One false evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -13728,7 +14232,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AnyTrue range matcher Basic usage - One true evalutes to true + One true evaluates to true ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -13767,7 +14271,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of AnyTrue range matcher Contained type is convertible to bool - One true evalutes to true + One true evaluates to true ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -14003,7 +14507,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of NoneTrue range matcher Basic usage - One true evalutes to false + One true evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -14042,7 +14546,7 @@ with expansion: ------------------------------------------------------------------------------- Usage of NoneTrue range matcher Contained type is convertible to bool - One true evalutes to false + One true evaluates to false ------------------------------------------------------------------------------- MatchersRanges.tests.cpp: ............................................................................... @@ -17733,6 +18237,22 @@ InternalBenchmark.tests.cpp:: PASSED: with expansion: 0.95 == 0.95 +------------------------------------------------------------------------------- +uniform_integer_distribution can return the bounds +------------------------------------------------------------------------------- +RandomNumberGeneration.tests.cpp: +............................................................................... + +RandomNumberGeneration.tests.cpp:: PASSED: + REQUIRE( dist.a() == -10 ) +with expansion: + -10 == -10 + +RandomNumberGeneration.tests.cpp:: PASSED: + REQUIRE( dist.b() == 10 ) +with expansion: + 10 == 10 + ------------------------------------------------------------------------------- unique_ptr reimplementation: basic functionality Default constructed unique_ptr is empty @@ -18220,6 +18740,6 @@ Misc.tests.cpp: Misc.tests.cpp:: PASSED: =============================================================================== -test cases: 409 | 309 passed | 84 failed | 5 skipped | 11 failed as expected -assertions: 2226 | 2049 passed | 145 failed | 32 failed as expected +test cases: 417 | 312 passed | 85 failed | 6 skipped | 14 failed as expected +assertions: 2260 | 2079 passed | 146 failed | 35 failed as expected diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.approved.txt index 25129349c..48eccfc3d 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.approved.txt @@ -1,7 +1,7 @@ - + @@ -462,8 +462,14 @@ at Exception.tests.cpp: + + +SKIPPED +This generator is empty +at Skip.tests.cpp: + + - FAILED: @@ -702,6 +708,7 @@ at Message.tests.cpp: + @@ -746,6 +753,15 @@ at Message.tests.cpp: + + +FAILED: +Show infos! +This info has multiple parts. +This unscoped info has multiple parts. +at Message.tests.cpp: + + @@ -790,6 +806,15 @@ i := 10 at Message.tests.cpp: + + + +FAILED: + REQUIRE( Dummy ) +Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE +at AssertionHandler.tests.cpp: + + @@ -829,6 +854,24 @@ at Condition.tests.cpp: + + + + + + + + + + + + + + + + + + @@ -1166,6 +1209,9 @@ at Matchers.tests.cpp: + + + @@ -1354,6 +1400,24 @@ FAILED: at Misc.tests.cpp: + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! +at Misc.tests.cpp: + + + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! +at Misc.tests.cpp: + + @@ -1401,10 +1465,10 @@ at Exception.tests.cpp: - + - + @@ -1414,10 +1478,10 @@ at Exception.tests.cpp: - + - + @@ -1427,10 +1491,10 @@ at Exception.tests.cpp: - + - + @@ -2011,6 +2075,7 @@ at Exception.tests.cpp: + diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.multi.approved.txt index 6220d8e23..d270c88fb 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/junit.sw.multi.approved.txt @@ -1,6 +1,6 @@ - + @@ -461,8 +461,14 @@ at Exception.tests.cpp: + + +SKIPPED +This generator is empty +at Skip.tests.cpp: + + - FAILED: @@ -701,6 +707,7 @@ at Message.tests.cpp: + @@ -745,6 +752,15 @@ at Message.tests.cpp: + + +FAILED: +Show infos! +This info has multiple parts. +This unscoped info has multiple parts. +at Message.tests.cpp: + + @@ -789,6 +805,15 @@ i := 10 at Message.tests.cpp: + + + +FAILED: + REQUIRE( Dummy ) +Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE +at AssertionHandler.tests.cpp: + + @@ -828,6 +853,24 @@ at Condition.tests.cpp: + + + + + + + + + + + + + + + + + + @@ -1165,6 +1208,9 @@ at Matchers.tests.cpp: + + + @@ -1353,6 +1399,24 @@ FAILED: at Misc.tests.cpp: + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! +at Misc.tests.cpp: + + + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! +at Misc.tests.cpp: + + @@ -1400,10 +1464,10 @@ at Exception.tests.cpp: - + - + @@ -1413,10 +1477,10 @@ at Exception.tests.cpp: - + - + @@ -1426,10 +1490,10 @@ at Exception.tests.cpp: - + - + @@ -2010,6 +2074,7 @@ at Exception.tests.cpp: + diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.approved.txt index a4e08bd26..36b05e54d 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.approved.txt @@ -2,6 +2,16 @@ + + + +FAILED: + REQUIRE( Dummy ) +Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE +at AssertionHandler.tests.cpp: + + + @@ -120,6 +130,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -151,6 +181,7 @@ + @@ -168,6 +199,9 @@ + + + @@ -233,7 +267,6 @@ - @@ -1039,6 +1072,7 @@ at Generators.tests.cpp: + @@ -1389,10 +1423,10 @@ at Matchers.tests.cpp: - + - + @@ -1402,10 +1436,10 @@ at Matchers.tests.cpp: - + - + @@ -1415,10 +1449,10 @@ at Matchers.tests.cpp: - + - + @@ -1468,6 +1502,15 @@ at Message.tests.cpp: FAILED: This is a failure +at Message.tests.cpp: + + + + +FAILED: +Show infos! +This info has multiple parts. +This unscoped info has multiple parts. at Message.tests.cpp: @@ -1728,6 +1771,22 @@ at Misc.tests.cpp: FAILED: +at Misc.tests.cpp: + + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! +at Misc.tests.cpp: + + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! at Misc.tests.cpp: @@ -1871,6 +1930,13 @@ at Misc.tests.cpp: + + +SKIPPED +This generator is empty +at Skip.tests.cpp: + + SKIPPED diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt index c00defae7..c9d3d205b 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt @@ -1,6 +1,16 @@ + + + +FAILED: + REQUIRE( Dummy ) +Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE +at AssertionHandler.tests.cpp: + + + @@ -119,6 +129,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -150,6 +180,7 @@ + @@ -167,6 +198,9 @@ + + + @@ -232,7 +266,6 @@ - @@ -1038,6 +1071,7 @@ at Generators.tests.cpp: + @@ -1388,10 +1422,10 @@ at Matchers.tests.cpp: - + - + @@ -1401,10 +1435,10 @@ at Matchers.tests.cpp: - + - + @@ -1414,10 +1448,10 @@ at Matchers.tests.cpp: - + - + @@ -1467,6 +1501,15 @@ at Message.tests.cpp: FAILED: This is a failure +at Message.tests.cpp: + + + + +FAILED: +Show infos! +This info has multiple parts. +This unscoped info has multiple parts. at Message.tests.cpp: @@ -1727,6 +1770,22 @@ at Misc.tests.cpp: FAILED: +at Misc.tests.cpp: + + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! +at Misc.tests.cpp: + + + + +FAILED: + {Unknown expression after the reported line} +Uncaught exception should fail! at Misc.tests.cpp: @@ -1870,6 +1929,13 @@ at Misc.tests.cpp: + + +SKIPPED +This generator is empty +at Skip.tests.cpp: + + SKIPPED diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.approved.txt index 920c95fd7..a02dbd954 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.approved.txt @@ -659,7 +659,7 @@ ok {test-number} - unrelated::ADL_empty{}, IsEmpty() for: {?} is empty # CAPTURE can deal with complex expressions ok {test-number} - with 7 messages: 'a := 1' and 'b := 2' and 'c := 3' and 'a + b := 3' and 'a+b := 3' and 'c > b := true' and 'a == 1 := true' # CAPTURE can deal with complex expressions involving commas -ok {test-number} - with 7 messages: 'std::vector{1, 2, 3}[0, 1, 2] := 3' and 'std::vector{1, 2, 3}[(0, 1)] := 2' and 'std::vector{1, 2, 3}[0] := 1' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' +ok {test-number} - with 7 messages: 'custom_index_op{1, 2, 3}[0, 1, 2] := 0' and 'custom_index_op{1, 2, 3}[(0, 1)] := 0' and 'custom_index_op{1, 2, 3}[0] := 0' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' # CAPTURE parses string and character constants ok {test-number} - with 11 messages: '("comma, in string", "escaped, \", ") := "escaped, ", "' and '"single quote in string,'," := "single quote in string,',"' and '"some escapes, \\,\\\\" := "some escapes, \,\\"' and '"some, ), unmatched, } prenheses {[<" := "some, ), unmatched, } prenheses {[<"' and ''"' := '"'' and ''\'' := '''' and '',' := ','' and ''}' := '}'' and '')' := ')'' and ''(' := '('' and ''{' := '{'' # Capture and info messages @@ -984,10 +984,10 @@ ok {test-number} - enumInfo->lookup(0) == "Value1" for: Value1 == "Value1" ok {test-number} - enumInfo->lookup(1) == "Value2" for: Value2 == "Value2" # Directly creating an EnumInfo ok {test-number} - enumInfo->lookup(3) == "{** unexpected enum value **}" for: {** unexpected enum value **} == "{** unexpected enum value **}" +# Empty generators can SKIP in constructor +ok {test-number} - # SKIP 'This generator is empty' # Empty stream name opens cout stream ok {test-number} - Catch::makeStream( "" )->isConsole() for: true -# Empty tag is not allowed -ok {test-number} - Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) # EndsWith string matcher not ok {test-number} - testStringForMatching(), EndsWith( "Substring" ) for: "this string contains 'abc' as a substring" ends with: "Substring" # EndsWith string matcher @@ -1258,6 +1258,14 @@ ok {test-number} - WithinRel( 1.f, -0.2f ), std::domain_error ok {test-number} - WithinRel( 1.f, 1.f ), std::domain_error # Floating point matchers: float ok {test-number} - 1., !IsNaN() for: 1.0 not is NaN +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 # Generators -- adapters ok {test-number} - i % 2 == 0 for: 0 == 0 # Generators -- adapters @@ -1796,6 +1804,8 @@ ok {test-number} - h( dummy1 ) != h( dummy2 ) for: 2673152918 (0x) ! ok {test-number} - h( dummy1 ) != h( dummy2 ) for: 2074929312 (0x) != 3429949824 (0x) # Hashing test case produces same hash across multiple calls ok {test-number} - h( dummy ) == h( dummy ) for: 3422778688 (0x) == 3422778688 (0x) +# INFO and UNSCOPED_INFO can stream multiple arguments +not ok {test-number} - explicitly with 3 messages: 'This info has multiple parts.' and 'This unscoped info has multiple parts.' and 'Show infos!' # INFO and WARN do not abort tests warning {test-number} - 'this is a message' with 1 message: 'this is a warning' # INFO gets logged on failure @@ -1830,6 +1840,8 @@ ok {test-number} - i < 10 for: 8 < 10 with 2 messages: 'current counter 8' and ' ok {test-number} - i < 10 for: 9 < 10 with 2 messages: 'current counter 9' and 'i := 9' # INFO is reset for each loop not ok {test-number} - i < 10 for: 10 < 10 with 2 messages: 'current counter 10' and 'i := 10' +# Incomplete AssertionHandler +not ok {test-number} - unexpected exception with message: 'Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE'; expression was: Dummy # Inequality checks that should fail not ok {test-number} - data.int_seven != 7 for: 7 != 7 # Inequality checks that should fail @@ -1862,6 +1874,42 @@ ok {test-number} - data.str_hello != "hell" for: "hello" != "hell" ok {test-number} - data.str_hello != "hello1" for: "hello" != "hello1" # Inequality checks that should succeed ok {test-number} - data.str_hello.size() != 6 for: 5 != 6 +# JsonWriter +ok {test-number} - stream.str() == "" for: "" == "" +# JsonWriter +ok {test-number} - stream.str() == "{\n}" for: "{ }" == "{ }" +# JsonWriter +ok {test-number} - stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) for: "{ "int": 1, "double": 1.5, "true": true, "false": false, "string": "this is a string", "array": [ 1, 2 ] }" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: ""true": true," and contains: ""false": false," and contains: ""string": "this is a string"," and contains: ""array": [ 1, 2 ] }" ) +# JsonWriter +ok {test-number} - stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) for: "{ "empty_object": { }, "fully_object": { "key": 1 } }" ( contains: ""empty_object": { }," and contains: ""fully_object": { "key": 1 }" ) +# JsonWriter +ok {test-number} - stream.str() == "[\n]" for: "[ ]" == "[ ]" +# JsonWriter +ok {test-number} - stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" for: "[ 1, 1.5, true, false, "this is a string", { "object": 42 }, [ "array", 42.5 ] ]" == "[ 1, 1.5, true, false, "this is a string", { "object": 42 }, [ "array", 42.5 ] ]" +# JsonWriter +ok {test-number} - stream.str() == "{\n}" for: "{ }" == "{ }" +# JsonWriter +ok {test-number} - stream.str() == "[\n]" for: "[ ]" == "[ ]" +# JsonWriter +ok {test-number} - stream.str() == "\"custom\"" for: ""custom"" == ""custom"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\\"\"" for: ""\""" == ""\""" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\\\\"" for: ""\\"" == ""\\"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"/\"" for: ""/"" == ""/"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\b\"" for: ""\b"" == ""\b"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\f\"" for: ""\f"" == ""\f"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\n\"" for: ""\n"" == ""\n"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\r\"" for: ""\r"" == ""\r"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\t\"" for: ""\t"" == ""\t"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\\\/\\t\\r\\n\"" for: ""\\/\t\r\n"" == ""\\/\t\r\n"" # Lambdas in assertions ok {test-number} - []() { return true; }() for: true # Less-than inequalities with different epsilons @@ -2455,6 +2503,18 @@ ok {test-number} - listingString, ContainsSubstring( "fake test name"s ) && Cont # Reporter's write listings to provided stream ok {test-number} - !(factories.empty()) for: !false # Reporter's write listings to provided stream +ok {test-number} - listingString, ContainsSubstring("fakeTag"s) for: "{ "version": 1, "metadata": { "name": "", "rng-seed": 1234, "catch2-version": "" }, "listings": { "tags": [ { "aliases": [ "fakeTag" ], "count": 1 } ]" contains: "fakeTag" with 1 message: 'Tested reporter: JSON' +# Reporter's write listings to provided stream +ok {test-number} - !(factories.empty()) for: !false +# Reporter's write listings to provided stream +ok {test-number} - listingString, ContainsSubstring("fake reporter"s) for: "{ "version": 1, "metadata": { "name": "", "rng-seed": 1234, "catch2-version": "" }, "listings": { "reporters": [ { "name": "fake reporter", "description": "fake description" } ]" contains: "fake reporter" with 1 message: 'Tested reporter: JSON' +# Reporter's write listings to provided stream +ok {test-number} - !(factories.empty()) for: !false +# Reporter's write listings to provided stream +ok {test-number} - listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) for: "{ "version": 1, "metadata": { "name": "", "rng-seed": 1234, "catch2-version": "" }, "listings": { "tests": [ { "name": "fake test name", "class-name": "", "tags": [ "fakeTestTag" ], "source-location": { "filename": "fake-file.cpp", "line": 123456789 } } ]" ( contains: "fake test name" and contains: "fakeTestTag" ) with 1 message: 'Tested reporter: JSON' +# Reporter's write listings to provided stream +ok {test-number} - !(factories.empty()) for: !false +# Reporter's write listings to provided stream ok {test-number} - listingString, ContainsSubstring("fakeTag"s) for: " All available tags: 1 [fakeTag] 1 tag " contains: "fakeTag" with 1 message: 'Tested reporter: JUnit' # Reporter's write listings to provided stream ok {test-number} - !(factories.empty()) for: !false @@ -3067,6 +3127,14 @@ not ok {test-number} - explicitly ok {test-number} - false # TODO # Testing checked-if 3 not ok {test-number} - explicitly +# Testing checked-if 4 +ok {test-number} - true +# Testing checked-if 4 +not ok {test-number} - unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} +# Testing checked-if 5 +ok {test-number} - false # TODO +# Testing checked-if 5 +not ok {test-number} - unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} # The NO_FAIL macro reports a failure but does not fail the test ok {test-number} - 1 == 2 # TODO # The default listing implementation write to provided stream @@ -4355,6 +4423,10 @@ ok {test-number} - e.upper_bound == 23 for: 23.0 == 23 ok {test-number} - e.lower_bound == 23 for: 23.0 == 23 # uniform samples ok {test-number} - e.confidence_interval == 0.95 for: 0.95 == 0.95 +# uniform_integer_distribution can return the bounds +ok {test-number} - dist.a() == -10 for: -10 == -10 +# uniform_integer_distribution can return the bounds +ok {test-number} - dist.b() == 10 for: 10 == 10 # unique_ptr reimplementation: basic functionality ok {test-number} - !(ptr) for: !{?} # unique_ptr reimplementation: basic functionality @@ -4477,5 +4549,5 @@ ok {test-number} - q3 == 23. for: 23.0 == 23.0 ok {test-number} - # xmlentitycheck ok {test-number} - -1..2237 +1..2272 diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.multi.approved.txt index c0e0c4dbe..13449bd40 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/tap.sw.multi.approved.txt @@ -657,7 +657,7 @@ ok {test-number} - unrelated::ADL_empty{}, IsEmpty() for: {?} is empty # CAPTURE can deal with complex expressions ok {test-number} - with 7 messages: 'a := 1' and 'b := 2' and 'c := 3' and 'a + b := 3' and 'a+b := 3' and 'c > b := true' and 'a == 1 := true' # CAPTURE can deal with complex expressions involving commas -ok {test-number} - with 7 messages: 'std::vector{1, 2, 3}[0, 1, 2] := 3' and 'std::vector{1, 2, 3}[(0, 1)] := 2' and 'std::vector{1, 2, 3}[0] := 1' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' +ok {test-number} - with 7 messages: 'custom_index_op{1, 2, 3}[0, 1, 2] := 0' and 'custom_index_op{1, 2, 3}[(0, 1)] := 0' and 'custom_index_op{1, 2, 3}[0] := 0' and '(helper_1436{12, -12}) := { 12, -12 }' and '(helper_1436(-12, 12)) := { -12, 12 }' and '(1, 2) := 2' and '(2, 3) := 3' # CAPTURE parses string and character constants ok {test-number} - with 11 messages: '("comma, in string", "escaped, \", ") := "escaped, ", "' and '"single quote in string,'," := "single quote in string,',"' and '"some escapes, \\,\\\\" := "some escapes, \,\\"' and '"some, ), unmatched, } prenheses {[<" := "some, ), unmatched, } prenheses {[<"' and ''"' := '"'' and ''\'' := '''' and '',' := ','' and ''}' := '}'' and '')' := ')'' and ''(' := '('' and ''{' := '{'' # Capture and info messages @@ -982,10 +982,10 @@ ok {test-number} - enumInfo->lookup(0) == "Value1" for: Value1 == "Value1" ok {test-number} - enumInfo->lookup(1) == "Value2" for: Value2 == "Value2" # Directly creating an EnumInfo ok {test-number} - enumInfo->lookup(3) == "{** unexpected enum value **}" for: {** unexpected enum value **} == "{** unexpected enum value **}" +# Empty generators can SKIP in constructor +ok {test-number} - # SKIP 'This generator is empty' # Empty stream name opens cout stream ok {test-number} - Catch::makeStream( "" )->isConsole() for: true -# Empty tag is not allowed -ok {test-number} - Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) # EndsWith string matcher not ok {test-number} - testStringForMatching(), EndsWith( "Substring" ) for: "this string contains 'abc' as a substring" ends with: "Substring" # EndsWith string matcher @@ -1256,6 +1256,14 @@ ok {test-number} - WithinRel( 1.f, -0.2f ), std::domain_error ok {test-number} - WithinRel( 1.f, 1.f ), std::domain_error # Floating point matchers: float ok {test-number} - 1., !IsNaN() for: 1.0 not is NaN +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 +# GENERATE can combine literals and generators +ok {test-number} - i % 2 == 0 for: 0 == 0 # Generators -- adapters ok {test-number} - i % 2 == 0 for: 0 == 0 # Generators -- adapters @@ -1794,6 +1802,8 @@ ok {test-number} - h( dummy1 ) != h( dummy2 ) for: 2673152918 (0x) ! ok {test-number} - h( dummy1 ) != h( dummy2 ) for: 2074929312 (0x) != 3429949824 (0x) # Hashing test case produces same hash across multiple calls ok {test-number} - h( dummy ) == h( dummy ) for: 3422778688 (0x) == 3422778688 (0x) +# INFO and UNSCOPED_INFO can stream multiple arguments +not ok {test-number} - explicitly with 3 messages: 'This info has multiple parts.' and 'This unscoped info has multiple parts.' and 'Show infos!' # INFO and WARN do not abort tests warning {test-number} - 'this is a message' with 1 message: 'this is a warning' # INFO gets logged on failure @@ -1828,6 +1838,8 @@ ok {test-number} - i < 10 for: 8 < 10 with 2 messages: 'current counter 8' and ' ok {test-number} - i < 10 for: 9 < 10 with 2 messages: 'current counter 9' and 'i := 9' # INFO is reset for each loop not ok {test-number} - i < 10 for: 10 < 10 with 2 messages: 'current counter 10' and 'i := 10' +# Incomplete AssertionHandler +not ok {test-number} - unexpected exception with message: 'Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE'; expression was: Dummy # Inequality checks that should fail not ok {test-number} - data.int_seven != 7 for: 7 != 7 # Inequality checks that should fail @@ -1860,6 +1872,42 @@ ok {test-number} - data.str_hello != "hell" for: "hello" != "hell" ok {test-number} - data.str_hello != "hello1" for: "hello" != "hello1" # Inequality checks that should succeed ok {test-number} - data.str_hello.size() != 6 for: 5 != 6 +# JsonWriter +ok {test-number} - stream.str() == "" for: "" == "" +# JsonWriter +ok {test-number} - stream.str() == "{\n}" for: "{ }" == "{ }" +# JsonWriter +ok {test-number} - stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) for: "{ "int": 1, "double": 1.5, "true": true, "false": false, "string": "this is a string", "array": [ 1, 2 ] }" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: ""true": true," and contains: ""false": false," and contains: ""string": "this is a string"," and contains: ""array": [ 1, 2 ] }" ) +# JsonWriter +ok {test-number} - stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) for: "{ "empty_object": { }, "fully_object": { "key": 1 } }" ( contains: ""empty_object": { }," and contains: ""fully_object": { "key": 1 }" ) +# JsonWriter +ok {test-number} - stream.str() == "[\n]" for: "[ ]" == "[ ]" +# JsonWriter +ok {test-number} - stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" for: "[ 1, 1.5, true, false, "this is a string", { "object": 42 }, [ "array", 42.5 ] ]" == "[ 1, 1.5, true, false, "this is a string", { "object": 42 }, [ "array", 42.5 ] ]" +# JsonWriter +ok {test-number} - stream.str() == "{\n}" for: "{ }" == "{ }" +# JsonWriter +ok {test-number} - stream.str() == "[\n]" for: "[ ]" == "[ ]" +# JsonWriter +ok {test-number} - stream.str() == "\"custom\"" for: ""custom"" == ""custom"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\\"\"" for: ""\""" == ""\""" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\\\\"" for: ""\\"" == ""\\"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"/\"" for: ""/"" == ""/"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\b\"" for: ""\b"" == ""\b"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\f\"" for: ""\f"" == ""\f"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\n\"" for: ""\n"" == ""\n"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\r\"" for: ""\r"" == ""\r"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\t\"" for: ""\t"" == ""\t"" +# JsonWriter escapes charaters in strings properly +ok {test-number} - sstream.str() == "\"\\\\/\\t\\r\\n\"" for: ""\\/\t\r\n"" == ""\\/\t\r\n"" # Lambdas in assertions ok {test-number} - []() { return true; }() for: true # Less-than inequalities with different epsilons @@ -2453,6 +2501,18 @@ ok {test-number} - listingString, ContainsSubstring( "fake test name"s ) && Cont # Reporter's write listings to provided stream ok {test-number} - !(factories.empty()) for: !false # Reporter's write listings to provided stream +ok {test-number} - listingString, ContainsSubstring("fakeTag"s) for: "{ "version": 1, "metadata": { "name": "", "rng-seed": 1234, "catch2-version": "" }, "listings": { "tags": [ { "aliases": [ "fakeTag" ], "count": 1 } ]" contains: "fakeTag" with 1 message: 'Tested reporter: JSON' +# Reporter's write listings to provided stream +ok {test-number} - !(factories.empty()) for: !false +# Reporter's write listings to provided stream +ok {test-number} - listingString, ContainsSubstring("fake reporter"s) for: "{ "version": 1, "metadata": { "name": "", "rng-seed": 1234, "catch2-version": "" }, "listings": { "reporters": [ { "name": "fake reporter", "description": "fake description" } ]" contains: "fake reporter" with 1 message: 'Tested reporter: JSON' +# Reporter's write listings to provided stream +ok {test-number} - !(factories.empty()) for: !false +# Reporter's write listings to provided stream +ok {test-number} - listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) for: "{ "version": 1, "metadata": { "name": "", "rng-seed": 1234, "catch2-version": "" }, "listings": { "tests": [ { "name": "fake test name", "class-name": "", "tags": [ "fakeTestTag" ], "source-location": { "filename": "fake-file.cpp", "line": 123456789 } } ]" ( contains: "fake test name" and contains: "fakeTestTag" ) with 1 message: 'Tested reporter: JSON' +# Reporter's write listings to provided stream +ok {test-number} - !(factories.empty()) for: !false +# Reporter's write listings to provided stream ok {test-number} - listingString, ContainsSubstring("fakeTag"s) for: " All available tags: 1 [fakeTag] 1 tag " contains: "fakeTag" with 1 message: 'Tested reporter: JUnit' # Reporter's write listings to provided stream ok {test-number} - !(factories.empty()) for: !false @@ -3060,6 +3120,14 @@ not ok {test-number} - explicitly ok {test-number} - false # TODO # Testing checked-if 3 not ok {test-number} - explicitly +# Testing checked-if 4 +ok {test-number} - true +# Testing checked-if 4 +not ok {test-number} - unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} +# Testing checked-if 5 +ok {test-number} - false # TODO +# Testing checked-if 5 +not ok {test-number} - unexpected exception with message: 'Uncaught exception should fail!'; expression was: {Unknown expression after the reported line} # The NO_FAIL macro reports a failure but does not fail the test ok {test-number} - 1 == 2 # TODO # The default listing implementation write to provided stream @@ -4344,6 +4412,10 @@ ok {test-number} - e.upper_bound == 23 for: 23.0 == 23 ok {test-number} - e.lower_bound == 23 for: 23.0 == 23 # uniform samples ok {test-number} - e.confidence_interval == 0.95 for: 0.95 == 0.95 +# uniform_integer_distribution can return the bounds +ok {test-number} - dist.a() == -10 for: -10 == -10 +# uniform_integer_distribution can return the bounds +ok {test-number} - dist.b() == 10 for: 10 == 10 # unique_ptr reimplementation: basic functionality ok {test-number} - !(ptr) for: !{?} # unique_ptr reimplementation: basic functionality @@ -4466,5 +4538,5 @@ ok {test-number} - q3 == 23. for: 23.0 == 23.0 ok {test-number} - # xmlentitycheck ok {test-number} - -1..2237 +1..2272 diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.approved.txt index 8a8b55e2b..2a2c40cfc 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.approved.txt @@ -299,10 +299,11 @@ ##teamcity[testFinished name='Default scale is invisible to comparison' duration="{duration}"] ##teamcity[testStarted name='Directly creating an EnumInfo'] ##teamcity[testFinished name='Directly creating an EnumInfo' duration="{duration}"] +##teamcity[testStarted name='Empty generators can SKIP in constructor'] +##teamcity[testIgnored name='Empty generators can SKIP in constructor' message='Skip.tests.cpp:|n...............................................................................|n|nSkip.tests.cpp:|nexplicit skip with message:|n "This generator is empty"'] +##teamcity[testFinished name='Empty generators can SKIP in constructor' duration="{duration}"] ##teamcity[testStarted name='Empty stream name opens cout stream'] ##teamcity[testFinished name='Empty stream name opens cout stream' duration="{duration}"] -##teamcity[testStarted name='Empty tag is not allowed'] -##teamcity[testFinished name='Empty tag is not allowed' duration="{duration}"] ##teamcity[testStarted name='EndsWith string matcher'] ##teamcity[testFailed name='EndsWith string matcher' message='Matchers.tests.cpp:|n...............................................................................|n|nMatchers.tests.cpp:|nexpression failed|n CHECK_THAT( testStringForMatching(), EndsWith( "Substring" ) )|nwith expansion:|n "this string contains |'abc|' as a substring" ends with: "Substring"|n'] ##teamcity[testFailed name='EndsWith string matcher' message='Matchers.tests.cpp:|nexpression failed|n CHECK_THAT( testStringForMatching(), EndsWith( "this", Catch::CaseSensitive::No ) )|nwith expansion:|n "this string contains |'abc|' as a substring" ends with: "this" (case insensitive)|n'] @@ -376,6 +377,8 @@ ##teamcity[testFinished name='Floating point matchers: double' duration="{duration}"] ##teamcity[testStarted name='Floating point matchers: float'] ##teamcity[testFinished name='Floating point matchers: float' duration="{duration}"] +##teamcity[testStarted name='GENERATE can combine literals and generators'] +##teamcity[testFinished name='GENERATE can combine literals and generators' duration="{duration}"] ##teamcity[testStarted name='Generators -- adapters'] ##teamcity[testFinished name='Generators -- adapters' duration="{duration}"] ##teamcity[testStarted name='Generators -- simple'] @@ -392,6 +395,9 @@ ##teamcity[testFinished name='Hashing different test cases produces different result' duration="{duration}"] ##teamcity[testStarted name='Hashing test case produces same hash across multiple calls'] ##teamcity[testFinished name='Hashing test case produces same hash across multiple calls' duration="{duration}"] +##teamcity[testStarted name='INFO and UNSCOPED_INFO can stream multiple arguments'] +##teamcity[testFailed name='INFO and UNSCOPED_INFO can stream multiple arguments' message='Message.tests.cpp:|n...............................................................................|n|nMessage.tests.cpp:|nexplicit failure with messages:|n "This info has multiple parts."|n "This unscoped info has multiple parts."|n "Show infos!"'] +##teamcity[testFinished name='INFO and UNSCOPED_INFO can stream multiple arguments' duration="{duration}"] ##teamcity[testStarted name='INFO and WARN do not abort tests'] ##teamcity[testFinished name='INFO and WARN do not abort tests' duration="{duration}"] ##teamcity[testStarted name='INFO gets logged on failure'] @@ -404,6 +410,9 @@ ##teamcity[testStarted name='INFO is reset for each loop'] ##teamcity[testFailed name='INFO is reset for each loop' message='Message.tests.cpp:|n...............................................................................|n|nMessage.tests.cpp:|nexpression failed with messages:|n "current counter 10"|n "i := 10"|n REQUIRE( i < 10 )|nwith expansion:|n 10 < 10|n'] ##teamcity[testFinished name='INFO is reset for each loop' duration="{duration}"] +##teamcity[testStarted name='Incomplete AssertionHandler'] +##teamcity[testIgnored name='Incomplete AssertionHandler' message='AssertionHandler.tests.cpp:|n...............................................................................|n|nAssertionHandler.tests.cpp:|nunexpected exception with message:|n "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE"|n REQUIRE( Dummy )|nwith expansion:|n Dummy|n- failure ignore as test marked as |'ok to fail|'|n'] +##teamcity[testFinished name='Incomplete AssertionHandler' duration="{duration}"] ##teamcity[testStarted name='Inequality checks that should fail'] ##teamcity[testIgnored name='Inequality checks that should fail' message='Condition.tests.cpp:|n...............................................................................|n|nCondition.tests.cpp:|nexpression failed|n CHECK( data.int_seven != 7 )|nwith expansion:|n 7 != 7|n- failure ignore as test marked as |'ok to fail|'|n'] ##teamcity[testIgnored name='Inequality checks that should fail' message='Condition.tests.cpp:|nexpression failed|n CHECK( data.float_nine_point_one != Approx( 9.1f ) )|nwith expansion:|n 9.1f != Approx( 9.1000003815 )|n- failure ignore as test marked as |'ok to fail|'|n'] @@ -413,6 +422,10 @@ ##teamcity[testFinished name='Inequality checks that should fail' duration="{duration}"] ##teamcity[testStarted name='Inequality checks that should succeed'] ##teamcity[testFinished name='Inequality checks that should succeed' duration="{duration}"] +##teamcity[testStarted name='JsonWriter'] +##teamcity[testFinished name='JsonWriter' duration="{duration}"] +##teamcity[testStarted name='JsonWriter escapes charaters in strings properly'] +##teamcity[testFinished name='JsonWriter escapes charaters in strings properly' duration="{duration}"] ##teamcity[testStarted name='Lambdas in assertions'] ##teamcity[testFinished name='Lambdas in assertions' duration="{duration}"] ##teamcity[testStarted name='Less-than inequalities with different epsilons'] @@ -638,6 +651,12 @@ ##teamcity[testStarted name='Testing checked-if 3'] ##teamcity[testIgnored name='Testing checked-if 3' message='Misc.tests.cpp:|n...............................................................................|n|nMisc.tests.cpp:|nexplicit failure- failure ignore as test marked as |'ok to fail|'|n'] ##teamcity[testFinished name='Testing checked-if 3' duration="{duration}"] +##teamcity[testStarted name='Testing checked-if 4'] +##teamcity[testIgnored name='Testing checked-if 4' message='Misc.tests.cpp:|n...............................................................................|n|nMisc.tests.cpp:|nunexpected exception with message:|n "Uncaught exception should fail!"|n {Unknown expression after the reported line}|nwith expansion:|n {Unknown expression after the reported line}|n- failure ignore as test marked as |'ok to fail|'|n'] +##teamcity[testFinished name='Testing checked-if 4' duration="{duration}"] +##teamcity[testStarted name='Testing checked-if 5'] +##teamcity[testIgnored name='Testing checked-if 5' message='Misc.tests.cpp:|n...............................................................................|n|nMisc.tests.cpp:|nunexpected exception with message:|n "Uncaught exception should fail!"|n {Unknown expression after the reported line}|nwith expansion:|n {Unknown expression after the reported line}|n- failure ignore as test marked as |'ok to fail|'|n'] +##teamcity[testFinished name='Testing checked-if 5' duration="{duration}"] ##teamcity[testStarted name='The NO_FAIL macro reports a failure but does not fail the test'] ##teamcity[testFinished name='The NO_FAIL macro reports a failure but does not fail the test' duration="{duration}"] ##teamcity[testStarted name='The default listing implementation write to provided stream'] @@ -975,6 +994,8 @@ loose text artifact ##teamcity[testFinished name='tuple,tuple<>,float>' duration="{duration}"] ##teamcity[testStarted name='uniform samples'] ##teamcity[testFinished name='uniform samples' duration="{duration}"] +##teamcity[testStarted name='uniform_integer_distribution can return the bounds'] +##teamcity[testFinished name='uniform_integer_distribution can return the bounds' duration="{duration}"] ##teamcity[testStarted name='unique_ptr reimplementation: basic functionality'] ##teamcity[testFinished name='unique_ptr reimplementation: basic functionality' duration="{duration}"] ##teamcity[testStarted name='vec> -> toString'] diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt index 77f70a630..24ed5d988 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt @@ -299,10 +299,11 @@ ##teamcity[testFinished name='Default scale is invisible to comparison' duration="{duration}"] ##teamcity[testStarted name='Directly creating an EnumInfo'] ##teamcity[testFinished name='Directly creating an EnumInfo' duration="{duration}"] +##teamcity[testStarted name='Empty generators can SKIP in constructor'] +##teamcity[testIgnored name='Empty generators can SKIP in constructor' message='Skip.tests.cpp:|n...............................................................................|n|nSkip.tests.cpp:|nexplicit skip with message:|n "This generator is empty"'] +##teamcity[testFinished name='Empty generators can SKIP in constructor' duration="{duration}"] ##teamcity[testStarted name='Empty stream name opens cout stream'] ##teamcity[testFinished name='Empty stream name opens cout stream' duration="{duration}"] -##teamcity[testStarted name='Empty tag is not allowed'] -##teamcity[testFinished name='Empty tag is not allowed' duration="{duration}"] ##teamcity[testStarted name='EndsWith string matcher'] ##teamcity[testFailed name='EndsWith string matcher' message='Matchers.tests.cpp:|n...............................................................................|n|nMatchers.tests.cpp:|nexpression failed|n CHECK_THAT( testStringForMatching(), EndsWith( "Substring" ) )|nwith expansion:|n "this string contains |'abc|' as a substring" ends with: "Substring"|n'] ##teamcity[testFailed name='EndsWith string matcher' message='Matchers.tests.cpp:|nexpression failed|n CHECK_THAT( testStringForMatching(), EndsWith( "this", Catch::CaseSensitive::No ) )|nwith expansion:|n "this string contains |'abc|' as a substring" ends with: "this" (case insensitive)|n'] @@ -376,6 +377,8 @@ ##teamcity[testFinished name='Floating point matchers: double' duration="{duration}"] ##teamcity[testStarted name='Floating point matchers: float'] ##teamcity[testFinished name='Floating point matchers: float' duration="{duration}"] +##teamcity[testStarted name='GENERATE can combine literals and generators'] +##teamcity[testFinished name='GENERATE can combine literals and generators' duration="{duration}"] ##teamcity[testStarted name='Generators -- adapters'] ##teamcity[testFinished name='Generators -- adapters' duration="{duration}"] ##teamcity[testStarted name='Generators -- simple'] @@ -392,6 +395,9 @@ ##teamcity[testFinished name='Hashing different test cases produces different result' duration="{duration}"] ##teamcity[testStarted name='Hashing test case produces same hash across multiple calls'] ##teamcity[testFinished name='Hashing test case produces same hash across multiple calls' duration="{duration}"] +##teamcity[testStarted name='INFO and UNSCOPED_INFO can stream multiple arguments'] +##teamcity[testFailed name='INFO and UNSCOPED_INFO can stream multiple arguments' message='Message.tests.cpp:|n...............................................................................|n|nMessage.tests.cpp:|nexplicit failure with messages:|n "This info has multiple parts."|n "This unscoped info has multiple parts."|n "Show infos!"'] +##teamcity[testFinished name='INFO and UNSCOPED_INFO can stream multiple arguments' duration="{duration}"] ##teamcity[testStarted name='INFO and WARN do not abort tests'] ##teamcity[testFinished name='INFO and WARN do not abort tests' duration="{duration}"] ##teamcity[testStarted name='INFO gets logged on failure'] @@ -404,6 +410,9 @@ ##teamcity[testStarted name='INFO is reset for each loop'] ##teamcity[testFailed name='INFO is reset for each loop' message='Message.tests.cpp:|n...............................................................................|n|nMessage.tests.cpp:|nexpression failed with messages:|n "current counter 10"|n "i := 10"|n REQUIRE( i < 10 )|nwith expansion:|n 10 < 10|n'] ##teamcity[testFinished name='INFO is reset for each loop' duration="{duration}"] +##teamcity[testStarted name='Incomplete AssertionHandler'] +##teamcity[testIgnored name='Incomplete AssertionHandler' message='AssertionHandler.tests.cpp:|n...............................................................................|n|nAssertionHandler.tests.cpp:|nunexpected exception with message:|n "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE"|n REQUIRE( Dummy )|nwith expansion:|n Dummy|n- failure ignore as test marked as |'ok to fail|'|n'] +##teamcity[testFinished name='Incomplete AssertionHandler' duration="{duration}"] ##teamcity[testStarted name='Inequality checks that should fail'] ##teamcity[testIgnored name='Inequality checks that should fail' message='Condition.tests.cpp:|n...............................................................................|n|nCondition.tests.cpp:|nexpression failed|n CHECK( data.int_seven != 7 )|nwith expansion:|n 7 != 7|n- failure ignore as test marked as |'ok to fail|'|n'] ##teamcity[testIgnored name='Inequality checks that should fail' message='Condition.tests.cpp:|nexpression failed|n CHECK( data.float_nine_point_one != Approx( 9.1f ) )|nwith expansion:|n 9.1f != Approx( 9.1000003815 )|n- failure ignore as test marked as |'ok to fail|'|n'] @@ -413,6 +422,10 @@ ##teamcity[testFinished name='Inequality checks that should fail' duration="{duration}"] ##teamcity[testStarted name='Inequality checks that should succeed'] ##teamcity[testFinished name='Inequality checks that should succeed' duration="{duration}"] +##teamcity[testStarted name='JsonWriter'] +##teamcity[testFinished name='JsonWriter' duration="{duration}"] +##teamcity[testStarted name='JsonWriter escapes charaters in strings properly'] +##teamcity[testFinished name='JsonWriter escapes charaters in strings properly' duration="{duration}"] ##teamcity[testStarted name='Lambdas in assertions'] ##teamcity[testFinished name='Lambdas in assertions' duration="{duration}"] ##teamcity[testStarted name='Less-than inequalities with different epsilons'] @@ -638,6 +651,12 @@ ##teamcity[testStarted name='Testing checked-if 3'] ##teamcity[testIgnored name='Testing checked-if 3' message='Misc.tests.cpp:|n...............................................................................|n|nMisc.tests.cpp:|nexplicit failure- failure ignore as test marked as |'ok to fail|'|n'] ##teamcity[testFinished name='Testing checked-if 3' duration="{duration}"] +##teamcity[testStarted name='Testing checked-if 4'] +##teamcity[testIgnored name='Testing checked-if 4' message='Misc.tests.cpp:|n...............................................................................|n|nMisc.tests.cpp:|nunexpected exception with message:|n "Uncaught exception should fail!"|n {Unknown expression after the reported line}|nwith expansion:|n {Unknown expression after the reported line}|n- failure ignore as test marked as |'ok to fail|'|n'] +##teamcity[testFinished name='Testing checked-if 4' duration="{duration}"] +##teamcity[testStarted name='Testing checked-if 5'] +##teamcity[testIgnored name='Testing checked-if 5' message='Misc.tests.cpp:|n...............................................................................|n|nMisc.tests.cpp:|nunexpected exception with message:|n "Uncaught exception should fail!"|n {Unknown expression after the reported line}|nwith expansion:|n {Unknown expression after the reported line}|n- failure ignore as test marked as |'ok to fail|'|n'] +##teamcity[testFinished name='Testing checked-if 5' duration="{duration}"] ##teamcity[testStarted name='The NO_FAIL macro reports a failure but does not fail the test'] ##teamcity[testFinished name='The NO_FAIL macro reports a failure but does not fail the test' duration="{duration}"] ##teamcity[testStarted name='The default listing implementation write to provided stream'] @@ -974,6 +993,8 @@ ##teamcity[testFinished name='tuple,tuple<>,float>' duration="{duration}"] ##teamcity[testStarted name='uniform samples'] ##teamcity[testFinished name='uniform samples' duration="{duration}"] +##teamcity[testStarted name='uniform_integer_distribution can return the bounds'] +##teamcity[testFinished name='uniform_integer_distribution can return the bounds' duration="{duration}"] ##teamcity[testStarted name='unique_ptr reimplementation: basic functionality'] ##teamcity[testFinished name='unique_ptr reimplementation: basic functionality' duration="{duration}"] ##teamcity[testStarted name='vec> -> toString'] diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.approved.txt index 6a0d1587c..be57798bf 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.approved.txt @@ -1,5 +1,5 @@ - + @@ -77,10 +77,10 @@ - + uarr := "123" - + sarr := "456" @@ -91,10 +91,10 @@ 0 == 0 - + uarr := "123" - + sarr := "456" @@ -128,11 +128,11 @@ - + This info message starts with a linebreak - + This warning message starts with a linebreak @@ -384,91 +384,91 @@ Nor would this
- + i := 1 - + j := 3 - + k := 5
- + i := 1 - + j := 3 - + k := 6
- + i := 1 - + j := 4 - + k := 5 - + i := 1 - + j := 4 - + k := 6
- + i := 2 - + j := 3 - + k := 5
- + i := 2 - + j := 3 - + k := 6
- + i := 2 - + j := 4 - + k := 5 - + i := 2 - + j := 4 - + k := 6 @@ -667,7 +667,7 @@ Nor would this
- + failure to init @@ -675,7 +675,7 @@ Nor would this
- + answer := 42 @@ -684,7 +684,7 @@ Nor would this
- + answer := 42 @@ -701,7 +701,7 @@ Nor would this
- + answer := 42 @@ -806,7 +806,7 @@ Nor would this - + dummy := 0 @@ -2886,92 +2886,92 @@ Nor would this - + a := 1 - + b := 2 - + c := 3 - + a + b := 3 - + a+b := 3 - + c > b := true - + a == 1 := true - - std::vector<int>{1, 2, 3}[0, 1, 2] := 3 + + custom_index_op<int>{1, 2, 3}[0, 1, 2] := 0 - - std::vector<int>{1, 2, 3}[(0, 1)] := 2 + + custom_index_op<int>{1, 2, 3}[(0, 1)] := 0 - - std::vector<int>{1, 2, 3}[0] := 1 + + custom_index_op<int>{1, 2, 3}[0] := 0 - + (helper_1436<int, int>{12, -12}) := { 12, -12 } - + (helper_1436<int, int>(-12, 12)) := { -12, 12 } - + (1, 2) := 2 - + (2, 3) := 3 - + ("comma, in string", "escaped, \", ") := "escaped, ", " - + "single quote in string,'," := "single quote in string,'," - + "some escapes, \\,\\\\" := "some escapes, \,\\" - + "some, ), unmatched, } prenheses {[<" := "some, ), unmatched, } prenheses {[<" - + '"' := '"' - + '\'' := ''' - + ',' := ',' - + '}' := '}' - + ')' := ')' - + '(' := '(' - + '{' := '{'
- + i := 2 @@ -2985,7 +2985,7 @@ Nor would this
- + 3 @@ -4364,6 +4364,12 @@ C + + + This generator is empty + + + @@ -4375,17 +4381,6 @@ C - - - - Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) - - - Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) - - - - @@ -4977,7 +4972,7 @@ C This is a failure - + This message appears in the output @@ -5588,6 +5583,41 @@ C
+ + + + i % 2 == 0 + + + 0 == 0 + + + + + i % 2 == 0 + + + 0 == 0 + + + + + i % 2 == 0 + + + 0 == 0 + + + + + i % 2 == 0 + + + 0 == 0 + + + +
@@ -7246,7 +7276,7 @@ C
- + Current expected value is -1 @@ -7257,7 +7287,7 @@ C -1.0 == Approx( -1.0 ) - + Current expected value is -1 @@ -7268,7 +7298,7 @@ C true - + Current expected value is -0.9 @@ -7279,7 +7309,7 @@ C -0.9 == Approx( -0.9 ) - + Current expected value is -0.9 @@ -7290,7 +7320,7 @@ C true - + Current expected value is -0.8 @@ -7301,7 +7331,7 @@ C -0.8 == Approx( -0.8 ) - + Current expected value is -0.8 @@ -7312,7 +7342,7 @@ C true - + Current expected value is -0.7 @@ -7323,7 +7353,7 @@ C -0.7 == Approx( -0.7 ) - + Current expected value is -0.7 @@ -7334,7 +7364,7 @@ C true - + Current expected value is -0.6 @@ -7345,7 +7375,7 @@ C -0.6 == Approx( -0.6 ) - + Current expected value is -0.6 @@ -7356,7 +7386,7 @@ C true - + Current expected value is -0.5 @@ -7367,7 +7397,7 @@ C -0.5 == Approx( -0.5 ) - + Current expected value is -0.5 @@ -7378,7 +7408,7 @@ C true - + Current expected value is -0.4 @@ -7389,7 +7419,7 @@ C -0.4 == Approx( -0.4 ) - + Current expected value is -0.4 @@ -7400,7 +7430,7 @@ C true - + Current expected value is -0.3 @@ -7411,7 +7441,7 @@ C -0.3 == Approx( -0.3 ) - + Current expected value is -0.3 @@ -7422,7 +7452,7 @@ C true - + Current expected value is -0.2 @@ -7433,7 +7463,7 @@ C -0.2 == Approx( -0.2 ) - + Current expected value is -0.2 @@ -7444,7 +7474,7 @@ C true - + Current expected value is -0.1 @@ -7455,7 +7485,7 @@ C -0.1 == Approx( -0.1 ) - + Current expected value is -0.1 @@ -7466,7 +7496,7 @@ C true - + Current expected value is -1.38778e-16 @@ -7477,7 +7507,7 @@ C -0.0 == Approx( -0.0 ) - + Current expected value is -1.38778e-16 @@ -7488,7 +7518,7 @@ C true - + Current expected value is 0.1 @@ -7499,7 +7529,7 @@ C 0.1 == Approx( 0.1 ) - + Current expected value is 0.1 @@ -7510,7 +7540,7 @@ C true - + Current expected value is 0.2 @@ -7521,7 +7551,7 @@ C 0.2 == Approx( 0.2 ) - + Current expected value is 0.2 @@ -7532,7 +7562,7 @@ C true - + Current expected value is 0.3 @@ -7543,7 +7573,7 @@ C 0.3 == Approx( 0.3 ) - + Current expected value is 0.3 @@ -7554,7 +7584,7 @@ C true - + Current expected value is 0.4 @@ -7565,7 +7595,7 @@ C 0.4 == Approx( 0.4 ) - + Current expected value is 0.4 @@ -7576,7 +7606,7 @@ C true - + Current expected value is 0.5 @@ -7587,7 +7617,7 @@ C 0.5 == Approx( 0.5 ) - + Current expected value is 0.5 @@ -7598,7 +7628,7 @@ C true - + Current expected value is 0.6 @@ -7609,7 +7639,7 @@ C 0.6 == Approx( 0.6 ) - + Current expected value is 0.6 @@ -7620,7 +7650,7 @@ C true - + Current expected value is 0.7 @@ -7631,7 +7661,7 @@ C 0.7 == Approx( 0.7 ) - + Current expected value is 0.7 @@ -7642,7 +7672,7 @@ C true - + Current expected value is 0.8 @@ -7653,7 +7683,7 @@ C 0.8 == Approx( 0.8 ) - + Current expected value is 0.8 @@ -7664,7 +7694,7 @@ C true - + Current expected value is 0.9 @@ -7675,7 +7705,7 @@ C 0.9 == Approx( 0.9 ) - + Current expected value is 0.9 @@ -7714,7 +7744,7 @@ C
- + Current expected value is -1 @@ -7725,7 +7755,7 @@ C -1.0 == Approx( -1.0 ) - + Current expected value is -1 @@ -7736,7 +7766,7 @@ C true - + Current expected value is -0.7 @@ -7747,7 +7777,7 @@ C -0.7 == Approx( -0.7 ) - + Current expected value is -0.7 @@ -7758,7 +7788,7 @@ C true - + Current expected value is -0.4 @@ -7769,7 +7799,7 @@ C -0.4 == Approx( -0.4 ) - + Current expected value is -0.4 @@ -7780,7 +7810,7 @@ C true - + Current expected value is -0.1 @@ -7791,7 +7821,7 @@ C -0.1 == Approx( -0.1 ) - + Current expected value is -0.1 @@ -7802,7 +7832,7 @@ C true - + Current expected value is 0.2 @@ -7813,7 +7843,7 @@ C 0.2 == Approx( 0.2 ) - + Current expected value is 0.2 @@ -7824,7 +7854,7 @@ C true - + Current expected value is 0.5 @@ -7835,7 +7865,7 @@ C 0.5 == Approx( 0.5 ) - + Current expected value is 0.5 @@ -7866,7 +7896,7 @@ C
- + Current expected value is -1 @@ -7877,7 +7907,7 @@ C -1.0 == Approx( -1.0 ) - + Current expected value is -1 @@ -7888,7 +7918,7 @@ C true - + Current expected value is -0.7 @@ -7899,7 +7929,7 @@ C -0.7 == Approx( -0.7 ) - + Current expected value is -0.7 @@ -7910,7 +7940,7 @@ C true - + Current expected value is -0.4 @@ -7921,7 +7951,7 @@ C -0.4 == Approx( -0.4 ) - + Current expected value is -0.4 @@ -7932,7 +7962,7 @@ C true - + Current expected value is -0.1 @@ -7943,7 +7973,7 @@ C -0.1 == Approx( -0.1 ) - + Current expected value is -0.1 @@ -7954,7 +7984,7 @@ C true - + Current expected value is 0.2 @@ -7965,7 +7995,7 @@ C 0.2 == Approx( 0.2 ) - + Current expected value is 0.2 @@ -7976,7 +8006,7 @@ C true - + Current expected value is 0.5 @@ -7987,7 +8017,7 @@ C 0.5 == Approx( 0.5 ) - + Current expected value is 0.5 @@ -8376,20 +8406,32 @@ C + + + This info has multiple parts. + + + This unscoped info has multiple parts. + + + Show infos! + + + - + this is a message - + this is a warning - + this message should be logged - + so should this @@ -8403,7 +8445,7 @@ C - + this message may be logged later @@ -8414,10 +8456,10 @@ C 2 == 2 - + this message may be logged later - + this message should be logged @@ -8428,13 +8470,13 @@ C 2 == 1 - + this message may be logged later - + this message should be logged - + and this, but later @@ -8445,16 +8487,16 @@ C 2 == 0 - + this message may be logged later - + this message should be logged - + and this, but later - + but not this @@ -8468,10 +8510,10 @@ C - + current counter 0 - + i := 0 @@ -8482,10 +8524,10 @@ C 0 < 10 - + current counter 1 - + i := 1 @@ -8496,10 +8538,10 @@ C 1 < 10 - + current counter 2 - + i := 2 @@ -8510,10 +8552,10 @@ C 2 < 10 - + current counter 3 - + i := 3 @@ -8524,10 +8566,10 @@ C 3 < 10 - + current counter 4 - + i := 4 @@ -8538,10 +8580,10 @@ C 4 < 10 - + current counter 5 - + i := 5 @@ -8552,10 +8594,10 @@ C 5 < 10 - + current counter 6 - + i := 6 @@ -8566,10 +8608,10 @@ C 6 < 10 - + current counter 7 - + i := 7 @@ -8580,10 +8622,10 @@ C 7 < 10 - + current counter 8 - + i := 8 @@ -8594,10 +8636,10 @@ C 8 < 10 - + current counter 9 - + i := 9 @@ -8608,10 +8650,10 @@ C 9 < 10 - + current counter 10 - + i := 10 @@ -8624,6 +8666,20 @@ C + + + + Dummy + + + Dummy + + + Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE + + + + @@ -8758,6 +8814,277 @@ C + +
+ + + stream.str() == "" + + + "" == "" + + + +
+
+ + + stream.str() == "{\n}" + + + "{ +}" +== +"{ +}" + + + +
+
+ + + stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) + + + "{ + "int": 1, + "double": 1.5, + "true": true, + "false": false, + "string": "this is a string", + "array": [ + 1, + 2 + ] +}" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: ""true": true," and contains: ""false": false," and contains: ""string": "this is a string"," and contains: ""array": [ + 1, + 2 + ] +}" ) + + + +
+
+ + + stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) + + + "{ + "empty_object": { + }, + "fully_object": { + "key": 1 + } +}" ( contains: ""empty_object": { + }," and contains: ""fully_object": { + "key": 1 + }" ) + + + +
+
+ + + stream.str() == "[\n]" + + + "[ +]" +== +"[ +]" + + + +
+
+ + + stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" + + + "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" +== +"[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" + + + +
+
+ + + stream.str() == "{\n}" + + + "{ +}" +== +"{ +}" + + + +
+
+ + + stream.str() == "[\n]" + + + "[ +]" +== +"[ +]" + + + +
+
+ + + stream.str() == "\"custom\"" + + + ""custom"" == ""custom"" + + + +
+ +
+ +
+ + + sstream.str() == "\"\\\"\"" + + + ""\""" == ""\""" + + + +
+
+ + + sstream.str() == "\"\\\\\"" + + + ""\\"" == ""\\"" + + + +
+
+ + + sstream.str() == "\"/\"" + + + ""/"" == ""/"" + + + +
+
+ + + sstream.str() == "\"\\b\"" + + + ""\b"" == ""\b"" + + + +
+
+ + + sstream.str() == "\"\\f\"" + + + ""\f"" == ""\f"" + + + +
+
+ + + sstream.str() == "\"\\n\"" + + + ""\n"" == ""\n"" + + + +
+
+ + + sstream.str() == "\"\\r\"" + + + ""\r"" == ""\r"" + + + +
+
+ + + sstream.str() == "\"\\t\"" + + + ""\t"" == ""\t"" + + + +
+
+ + + sstream.str() == "\"\\\\/\\t\\r\\n\"" + + + ""\\/\t\r\n"" == ""\\/\t\r\n"" + + + +
+ +
@@ -9219,7 +9546,7 @@ C - + This one ran @@ -10005,7 +10332,7 @@ C - + tagString := "[tag with spaces]" @@ -10016,7 +10343,7 @@ C true - + tagString := "[tag with spaces]" @@ -10027,7 +10354,7 @@ C true - + tagString := "[tag with spaces]" @@ -10038,7 +10365,7 @@ C true - + tagString := "[I said "good day" sir!]" @@ -10049,7 +10376,7 @@ C true - + tagString := "[I said "good day" sir!]" @@ -10060,7 +10387,7 @@ C true - + tagString := "[I said "good day" sir!]" @@ -10471,7 +10798,7 @@ C
- + result.errorMessage() := "" @@ -10482,7 +10809,7 @@ C {?} - + result.errorMessage() := "" @@ -10499,7 +10826,7 @@ C
- + result.errorMessage() := "" @@ -10510,7 +10837,7 @@ C {?} - + result.errorMessage() := "" @@ -10527,7 +10854,7 @@ C
- + result.errorMessage() := "" @@ -10538,7 +10865,7 @@ C {?} - + result.errorMessage() := "" @@ -10577,7 +10904,7 @@ C
- + result.errorMessage() := "" @@ -10588,7 +10915,7 @@ C {?} - + result.errorMessage() := "" @@ -10605,7 +10932,7 @@ C
- + result.errorMessage() := "" @@ -10616,7 +10943,7 @@ C {?} - + result.errorMessage() := "" @@ -11441,7 +11768,7 @@ C
- + Tested reporter: Automake @@ -11467,7 +11794,7 @@ C
- + Tested reporter: Automake @@ -11492,7 +11819,7 @@ C
- + Tested reporter: Automake @@ -11519,7 +11846,7 @@ C
- + Tested reporter: compact @@ -11545,7 +11872,7 @@ C
- + Tested reporter: compact @@ -11570,7 +11897,7 @@ C
- + Tested reporter: compact @@ -11597,7 +11924,7 @@ C
- + Tested reporter: console @@ -11623,7 +11950,7 @@ C
- + Tested reporter: console @@ -11648,7 +11975,7 @@ C
- + Tested reporter: console @@ -11674,8 +12001,122 @@ C !false +
+ + Tested reporter: JSON + + + + listingString, ContainsSubstring("fakeTag"s) + + + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tags": [ + { + "aliases": [ + "fakeTag" + ], + "count": 1 + } + ]" contains: "fakeTag" + + + +
+ + + !(factories.empty()) + + + !false + + +
+ + Tested reporter: JSON + + + + listingString, ContainsSubstring("fake reporter"s) + + + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "reporters": [ + { + "name": "fake reporter", + "description": "fake description" + } + ]" contains: "fake reporter" + + + +
+ + + !(factories.empty()) + + + !false + + +
+ + Tested reporter: JSON + + + + listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) + + + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tests": [ + { + "name": "fake test name", + "class-name": "", + "tags": [ + "fakeTestTag" + ], + "source-location": { + "filename": "fake-file.cpp", + "line": 123456789 + } + } + ]" ( contains: "fake test name" and contains: "fakeTestTag" ) + + + +
+ + + !(factories.empty()) + + + !false + +
- + Tested reporter: JUnit @@ -11702,7 +12143,7 @@ All available tags:
- + Tested reporter: JUnit @@ -11728,7 +12169,7 @@ Available reporters:
- + Tested reporter: JUnit @@ -11756,7 +12197,7 @@ All available test cases:
- + Tested reporter: SonarQube @@ -11783,7 +12224,7 @@ All available tags:
- + Tested reporter: SonarQube @@ -11809,7 +12250,7 @@ Available reporters:
- + Tested reporter: SonarQube @@ -11837,7 +12278,7 @@ All available test cases:
- + Tested reporter: TAP @@ -11863,7 +12304,7 @@ All available test cases:
- + Tested reporter: TAP @@ -11888,7 +12329,7 @@ All available test cases:
- + Tested reporter: TAP @@ -11915,7 +12356,7 @@ All available test cases:
- + Tested reporter: TeamCity @@ -11941,7 +12382,7 @@ All available test cases:
- + Tested reporter: TeamCity @@ -11966,7 +12407,7 @@ All available test cases:
- + Tested reporter: TeamCity @@ -11993,7 +12434,7 @@ All available test cases:
- + Tested reporter: XML @@ -12023,7 +12464,7 @@ All available test cases:
- + Tested reporter: XML @@ -12051,7 +12492,7 @@ All available test cases:
- + Tested reporter: XML @@ -14552,6 +14993,50 @@ Message from section two + + + + true + + + true + + + + + {Unknown expression after the reported line} + + + {Unknown expression after the reported line} + + + Uncaught exception should fail! + + + + + + + + false + + + false + + + + + {Unknown expression after the reported line} + + + {Unknown expression after the reported line} + + + Uncaught exception should fail! + + + + @@ -15670,7 +16155,7 @@ There is no extra whitespace here
-
+
data, !AllTrue() @@ -15712,7 +16197,7 @@ There is no extra whitespace here
-
+
data, !AllTrue() @@ -16020,7 +16505,7 @@ There is no extra whitespace here
-
+
data, AnyTrue() @@ -16062,7 +16547,7 @@ There is no extra whitespace here
-
+
data, AnyTrue() @@ -16370,7 +16855,7 @@ There is no extra whitespace here
-
+
data, !NoneTrue() @@ -16412,7 +16897,7 @@ There is no extra whitespace here
-
+
data, !NoneTrue() @@ -18766,7 +19251,7 @@ loose text artifact - + Testing if fib[0] (1) is even @@ -18777,7 +19262,7 @@ loose text artifact 1 == 0 - + Testing if fib[1] (1) is even @@ -18788,7 +19273,7 @@ loose text artifact 1 == 0 - + Testing if fib[2] (2) is even @@ -18799,7 +19284,7 @@ loose text artifact 0 == 0 - + Testing if fib[3] (3) is even @@ -18810,7 +19295,7 @@ loose text artifact 1 == 0 - + Testing if fib[4] (5) is even @@ -18821,7 +19306,7 @@ loose text artifact 1 == 0 - + Testing if fib[5] (8) is even @@ -18832,7 +19317,7 @@ loose text artifact 0 == 0 - + Testing if fib[6] (13) is even @@ -18843,7 +19328,7 @@ loose text artifact 1 == 0 - + Testing if fib[7] (21) is even @@ -18982,22 +19467,22 @@ loose text artifact - + info - + unscoped info - + and warn may mix - + info - + unscoped info - + they are not cleared after warnings @@ -19204,7 +19689,7 @@ b1! - + this MAY be seen only for the FIRST assertion IF info is printed for passing assertions @@ -19215,7 +19700,7 @@ b1! true - + this MAY be seen only for the SECOND assertion IF info is printed for passing assertions @@ -19226,7 +19711,7 @@ b1! true - + this SHOULD be seen @@ -19362,7 +19847,7 @@ b1! - + this MAY be seen IF info is printed for passing assertions @@ -19376,10 +19861,10 @@ b1! - + this SHOULD be seen - + this SHOULD also be seen @@ -19393,7 +19878,7 @@ b1! - + this SHOULD be seen only ONCE @@ -19412,7 +19897,7 @@ b1! true - + this MAY also be seen only ONCE IF info is printed for passing assertions @@ -19895,7 +20380,7 @@ b1! - + 3 @@ -19909,10 +20394,10 @@ b1! - + hi - + i := 7 @@ -19970,16 +20455,16 @@ b1! - + Count 1 to 3... - + 1 - + 2 - + 3 @@ -19990,16 +20475,16 @@ b1! false - + Count 4 to 6... - + 4 - + 5 - + 6 @@ -20649,6 +21134,25 @@ b1! + + + + dist.a() == -10 + + + -10 == -10 + + + + + dist.b() == 10 + + + 10 == 10 + + + +
@@ -21203,6 +21707,6 @@ b1!
- - + + diff --git a/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.multi.approved.txt b/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.multi.approved.txt index c6ddfc808..08ff6c437 100644 --- a/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.multi.approved.txt +++ b/external_imported/Catch2/tests/SelfTest/Baselines/xml.sw.multi.approved.txt @@ -1,5 +1,5 @@ - + @@ -77,10 +77,10 @@ - + uarr := "123" - + sarr := "456" @@ -91,10 +91,10 @@ 0 == 0 - + uarr := "123" - + sarr := "456" @@ -128,11 +128,11 @@ - + This info message starts with a linebreak - + This warning message starts with a linebreak @@ -384,91 +384,91 @@ Nor would this
- + i := 1 - + j := 3 - + k := 5
- + i := 1 - + j := 3 - + k := 6
- + i := 1 - + j := 4 - + k := 5 - + i := 1 - + j := 4 - + k := 6
- + i := 2 - + j := 3 - + k := 5
- + i := 2 - + j := 3 - + k := 6
- + i := 2 - + j := 4 - + k := 5 - + i := 2 - + j := 4 - + k := 6 @@ -667,7 +667,7 @@ Nor would this
- + failure to init @@ -675,7 +675,7 @@ Nor would this
- + answer := 42 @@ -684,7 +684,7 @@ Nor would this
- + answer := 42 @@ -701,7 +701,7 @@ Nor would this
- + answer := 42 @@ -806,7 +806,7 @@ Nor would this - + dummy := 0 @@ -2886,92 +2886,92 @@ Nor would this - + a := 1 - + b := 2 - + c := 3 - + a + b := 3 - + a+b := 3 - + c > b := true - + a == 1 := true - - std::vector<int>{1, 2, 3}[0, 1, 2] := 3 + + custom_index_op<int>{1, 2, 3}[0, 1, 2] := 0 - - std::vector<int>{1, 2, 3}[(0, 1)] := 2 + + custom_index_op<int>{1, 2, 3}[(0, 1)] := 0 - - std::vector<int>{1, 2, 3}[0] := 1 + + custom_index_op<int>{1, 2, 3}[0] := 0 - + (helper_1436<int, int>{12, -12}) := { 12, -12 } - + (helper_1436<int, int>(-12, 12)) := { -12, 12 } - + (1, 2) := 2 - + (2, 3) := 3 - + ("comma, in string", "escaped, \", ") := "escaped, ", " - + "single quote in string,'," := "single quote in string,'," - + "some escapes, \\,\\\\" := "some escapes, \,\\" - + "some, ), unmatched, } prenheses {[<" := "some, ), unmatched, } prenheses {[<" - + '"' := '"' - + '\'' := ''' - + ',' := ',' - + '}' := '}' - + ')' := ')' - + '(' := '(' - + '{' := '{'
- + i := 2 @@ -2985,7 +2985,7 @@ Nor would this
- + 3 @@ -4364,6 +4364,12 @@ C + + + This generator is empty + + + @@ -4375,17 +4381,6 @@ C - - - - Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) - - - Catch::TestCaseInfo( "", { "fake test name", "[]" }, dummySourceLineInfo ) - - - - @@ -4977,7 +4972,7 @@ C This is a failure - + This message appears in the output @@ -5588,6 +5583,41 @@ C
+ + + + i % 2 == 0 + + + 0 == 0 + + + + + i % 2 == 0 + + + 0 == 0 + + + + + i % 2 == 0 + + + 0 == 0 + + + + + i % 2 == 0 + + + 0 == 0 + + + +
@@ -7246,7 +7276,7 @@ C
- + Current expected value is -1 @@ -7257,7 +7287,7 @@ C -1.0 == Approx( -1.0 ) - + Current expected value is -1 @@ -7268,7 +7298,7 @@ C true - + Current expected value is -0.9 @@ -7279,7 +7309,7 @@ C -0.9 == Approx( -0.9 ) - + Current expected value is -0.9 @@ -7290,7 +7320,7 @@ C true - + Current expected value is -0.8 @@ -7301,7 +7331,7 @@ C -0.8 == Approx( -0.8 ) - + Current expected value is -0.8 @@ -7312,7 +7342,7 @@ C true - + Current expected value is -0.7 @@ -7323,7 +7353,7 @@ C -0.7 == Approx( -0.7 ) - + Current expected value is -0.7 @@ -7334,7 +7364,7 @@ C true - + Current expected value is -0.6 @@ -7345,7 +7375,7 @@ C -0.6 == Approx( -0.6 ) - + Current expected value is -0.6 @@ -7356,7 +7386,7 @@ C true - + Current expected value is -0.5 @@ -7367,7 +7397,7 @@ C -0.5 == Approx( -0.5 ) - + Current expected value is -0.5 @@ -7378,7 +7408,7 @@ C true - + Current expected value is -0.4 @@ -7389,7 +7419,7 @@ C -0.4 == Approx( -0.4 ) - + Current expected value is -0.4 @@ -7400,7 +7430,7 @@ C true - + Current expected value is -0.3 @@ -7411,7 +7441,7 @@ C -0.3 == Approx( -0.3 ) - + Current expected value is -0.3 @@ -7422,7 +7452,7 @@ C true - + Current expected value is -0.2 @@ -7433,7 +7463,7 @@ C -0.2 == Approx( -0.2 ) - + Current expected value is -0.2 @@ -7444,7 +7474,7 @@ C true - + Current expected value is -0.1 @@ -7455,7 +7485,7 @@ C -0.1 == Approx( -0.1 ) - + Current expected value is -0.1 @@ -7466,7 +7496,7 @@ C true - + Current expected value is -1.38778e-16 @@ -7477,7 +7507,7 @@ C -0.0 == Approx( -0.0 ) - + Current expected value is -1.38778e-16 @@ -7488,7 +7518,7 @@ C true - + Current expected value is 0.1 @@ -7499,7 +7529,7 @@ C 0.1 == Approx( 0.1 ) - + Current expected value is 0.1 @@ -7510,7 +7540,7 @@ C true - + Current expected value is 0.2 @@ -7521,7 +7551,7 @@ C 0.2 == Approx( 0.2 ) - + Current expected value is 0.2 @@ -7532,7 +7562,7 @@ C true - + Current expected value is 0.3 @@ -7543,7 +7573,7 @@ C 0.3 == Approx( 0.3 ) - + Current expected value is 0.3 @@ -7554,7 +7584,7 @@ C true - + Current expected value is 0.4 @@ -7565,7 +7595,7 @@ C 0.4 == Approx( 0.4 ) - + Current expected value is 0.4 @@ -7576,7 +7606,7 @@ C true - + Current expected value is 0.5 @@ -7587,7 +7617,7 @@ C 0.5 == Approx( 0.5 ) - + Current expected value is 0.5 @@ -7598,7 +7628,7 @@ C true - + Current expected value is 0.6 @@ -7609,7 +7639,7 @@ C 0.6 == Approx( 0.6 ) - + Current expected value is 0.6 @@ -7620,7 +7650,7 @@ C true - + Current expected value is 0.7 @@ -7631,7 +7661,7 @@ C 0.7 == Approx( 0.7 ) - + Current expected value is 0.7 @@ -7642,7 +7672,7 @@ C true - + Current expected value is 0.8 @@ -7653,7 +7683,7 @@ C 0.8 == Approx( 0.8 ) - + Current expected value is 0.8 @@ -7664,7 +7694,7 @@ C true - + Current expected value is 0.9 @@ -7675,7 +7705,7 @@ C 0.9 == Approx( 0.9 ) - + Current expected value is 0.9 @@ -7714,7 +7744,7 @@ C
- + Current expected value is -1 @@ -7725,7 +7755,7 @@ C -1.0 == Approx( -1.0 ) - + Current expected value is -1 @@ -7736,7 +7766,7 @@ C true - + Current expected value is -0.7 @@ -7747,7 +7777,7 @@ C -0.7 == Approx( -0.7 ) - + Current expected value is -0.7 @@ -7758,7 +7788,7 @@ C true - + Current expected value is -0.4 @@ -7769,7 +7799,7 @@ C -0.4 == Approx( -0.4 ) - + Current expected value is -0.4 @@ -7780,7 +7810,7 @@ C true - + Current expected value is -0.1 @@ -7791,7 +7821,7 @@ C -0.1 == Approx( -0.1 ) - + Current expected value is -0.1 @@ -7802,7 +7832,7 @@ C true - + Current expected value is 0.2 @@ -7813,7 +7843,7 @@ C 0.2 == Approx( 0.2 ) - + Current expected value is 0.2 @@ -7824,7 +7854,7 @@ C true - + Current expected value is 0.5 @@ -7835,7 +7865,7 @@ C 0.5 == Approx( 0.5 ) - + Current expected value is 0.5 @@ -7866,7 +7896,7 @@ C
- + Current expected value is -1 @@ -7877,7 +7907,7 @@ C -1.0 == Approx( -1.0 ) - + Current expected value is -1 @@ -7888,7 +7918,7 @@ C true - + Current expected value is -0.7 @@ -7899,7 +7929,7 @@ C -0.7 == Approx( -0.7 ) - + Current expected value is -0.7 @@ -7910,7 +7940,7 @@ C true - + Current expected value is -0.4 @@ -7921,7 +7951,7 @@ C -0.4 == Approx( -0.4 ) - + Current expected value is -0.4 @@ -7932,7 +7962,7 @@ C true - + Current expected value is -0.1 @@ -7943,7 +7973,7 @@ C -0.1 == Approx( -0.1 ) - + Current expected value is -0.1 @@ -7954,7 +7984,7 @@ C true - + Current expected value is 0.2 @@ -7965,7 +7995,7 @@ C 0.2 == Approx( 0.2 ) - + Current expected value is 0.2 @@ -7976,7 +8006,7 @@ C true - + Current expected value is 0.5 @@ -7987,7 +8017,7 @@ C 0.5 == Approx( 0.5 ) - + Current expected value is 0.5 @@ -8376,20 +8406,32 @@ C + + + This info has multiple parts. + + + This unscoped info has multiple parts. + + + Show infos! + + + - + this is a message - + this is a warning - + this message should be logged - + so should this @@ -8403,7 +8445,7 @@ C - + this message may be logged later @@ -8414,10 +8456,10 @@ C 2 == 2 - + this message may be logged later - + this message should be logged @@ -8428,13 +8470,13 @@ C 2 == 1 - + this message may be logged later - + this message should be logged - + and this, but later @@ -8445,16 +8487,16 @@ C 2 == 0 - + this message may be logged later - + this message should be logged - + and this, but later - + but not this @@ -8468,10 +8510,10 @@ C - + current counter 0 - + i := 0 @@ -8482,10 +8524,10 @@ C 0 < 10 - + current counter 1 - + i := 1 @@ -8496,10 +8538,10 @@ C 1 < 10 - + current counter 2 - + i := 2 @@ -8510,10 +8552,10 @@ C 2 < 10 - + current counter 3 - + i := 3 @@ -8524,10 +8566,10 @@ C 3 < 10 - + current counter 4 - + i := 4 @@ -8538,10 +8580,10 @@ C 4 < 10 - + current counter 5 - + i := 5 @@ -8552,10 +8594,10 @@ C 5 < 10 - + current counter 6 - + i := 6 @@ -8566,10 +8608,10 @@ C 6 < 10 - + current counter 7 - + i := 7 @@ -8580,10 +8622,10 @@ C 7 < 10 - + current counter 8 - + i := 8 @@ -8594,10 +8636,10 @@ C 8 < 10 - + current counter 9 - + i := 9 @@ -8608,10 +8650,10 @@ C 9 < 10 - + current counter 10 - + i := 10 @@ -8624,6 +8666,20 @@ C + + + + Dummy + + + Dummy + + + Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE + + + + @@ -8758,6 +8814,277 @@ C + +
+ + + stream.str() == "" + + + "" == "" + + + +
+
+ + + stream.str() == "{\n}" + + + "{ +}" +== +"{ +}" + + + +
+
+ + + stream.str(), ContainsSubstring( "\"int\": 1," ) && ContainsSubstring( "\"double\": 1.5," ) && ContainsSubstring( "\"true\": true," ) && ContainsSubstring( "\"false\": false," ) && ContainsSubstring( "\"string\": \"this is a string\"," ) && ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) + + + "{ + "int": 1, + "double": 1.5, + "true": true, + "false": false, + "string": "this is a string", + "array": [ + 1, + 2 + ] +}" ( contains: ""int": 1," and contains: ""double": 1.5," and contains: ""true": true," and contains: ""false": false," and contains: ""string": "this is a string"," and contains: ""array": [ + 1, + 2 + ] +}" ) + + + +
+
+ + + stream.str(), ContainsSubstring( "\"empty_object\": {\n }," ) && ContainsSubstring( "\"fully_object\": {\n \"key\": 1\n }" ) + + + "{ + "empty_object": { + }, + "fully_object": { + "key": 1 + } +}" ( contains: ""empty_object": { + }," and contains: ""fully_object": { + "key": 1 + }" ) + + + +
+
+ + + stream.str() == "[\n]" + + + "[ +]" +== +"[ +]" + + + +
+
+ + + stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" + + + "[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" +== +"[ + 1, + 1.5, + true, + false, + "this is a string", + { + "object": 42 + }, + [ + "array", + 42.5 + ] +]" + + + +
+
+ + + stream.str() == "{\n}" + + + "{ +}" +== +"{ +}" + + + +
+
+ + + stream.str() == "[\n]" + + + "[ +]" +== +"[ +]" + + + +
+
+ + + stream.str() == "\"custom\"" + + + ""custom"" == ""custom"" + + + +
+ +
+ +
+ + + sstream.str() == "\"\\\"\"" + + + ""\""" == ""\""" + + + +
+
+ + + sstream.str() == "\"\\\\\"" + + + ""\\"" == ""\\"" + + + +
+
+ + + sstream.str() == "\"/\"" + + + ""/"" == ""/"" + + + +
+
+ + + sstream.str() == "\"\\b\"" + + + ""\b"" == ""\b"" + + + +
+
+ + + sstream.str() == "\"\\f\"" + + + ""\f"" == ""\f"" + + + +
+
+ + + sstream.str() == "\"\\n\"" + + + ""\n"" == ""\n"" + + + +
+
+ + + sstream.str() == "\"\\r\"" + + + ""\r"" == ""\r"" + + + +
+
+ + + sstream.str() == "\"\\t\"" + + + ""\t"" == ""\t"" + + + +
+
+ + + sstream.str() == "\"\\\\/\\t\\r\\n\"" + + + ""\\/\t\r\n"" == ""\\/\t\r\n"" + + + +
+ +
@@ -9219,7 +9546,7 @@ C - + This one ran @@ -10005,7 +10332,7 @@ C - + tagString := "[tag with spaces]" @@ -10016,7 +10343,7 @@ C true - + tagString := "[tag with spaces]" @@ -10027,7 +10354,7 @@ C true - + tagString := "[tag with spaces]" @@ -10038,7 +10365,7 @@ C true - + tagString := "[I said "good day" sir!]" @@ -10049,7 +10376,7 @@ C true - + tagString := "[I said "good day" sir!]" @@ -10060,7 +10387,7 @@ C true - + tagString := "[I said "good day" sir!]" @@ -10471,7 +10798,7 @@ C
- + result.errorMessage() := "" @@ -10482,7 +10809,7 @@ C {?} - + result.errorMessage() := "" @@ -10499,7 +10826,7 @@ C
- + result.errorMessage() := "" @@ -10510,7 +10837,7 @@ C {?} - + result.errorMessage() := "" @@ -10527,7 +10854,7 @@ C
- + result.errorMessage() := "" @@ -10538,7 +10865,7 @@ C {?} - + result.errorMessage() := "" @@ -10577,7 +10904,7 @@ C
- + result.errorMessage() := "" @@ -10588,7 +10915,7 @@ C {?} - + result.errorMessage() := "" @@ -10605,7 +10932,7 @@ C
- + result.errorMessage() := "" @@ -10616,7 +10943,7 @@ C {?} - + result.errorMessage() := "" @@ -11441,7 +11768,7 @@ C
- + Tested reporter: Automake @@ -11467,7 +11794,7 @@ C
- + Tested reporter: Automake @@ -11492,7 +11819,7 @@ C
- + Tested reporter: Automake @@ -11519,7 +11846,7 @@ C
- + Tested reporter: compact @@ -11545,7 +11872,7 @@ C
- + Tested reporter: compact @@ -11570,7 +11897,7 @@ C
- + Tested reporter: compact @@ -11597,7 +11924,7 @@ C
- + Tested reporter: console @@ -11623,7 +11950,7 @@ C
- + Tested reporter: console @@ -11648,7 +11975,7 @@ C
- + Tested reporter: console @@ -11674,8 +12001,122 @@ C !false +
+ + Tested reporter: JSON + + + + listingString, ContainsSubstring("fakeTag"s) + + + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tags": [ + { + "aliases": [ + "fakeTag" + ], + "count": 1 + } + ]" contains: "fakeTag" + + + +
+ + + !(factories.empty()) + + + !false + + +
+ + Tested reporter: JSON + + + + listingString, ContainsSubstring("fake reporter"s) + + + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "reporters": [ + { + "name": "fake reporter", + "description": "fake description" + } + ]" contains: "fake reporter" + + + +
+ + + !(factories.empty()) + + + !false + + +
+ + Tested reporter: JSON + + + + listingString, ContainsSubstring( "fake test name"s ) && ContainsSubstring( "fakeTestTag"s ) + + + "{ + "version": 1, + "metadata": { + "name": "", + "rng-seed": 1234, + "catch2-version": "" + }, + "listings": { + "tests": [ + { + "name": "fake test name", + "class-name": "", + "tags": [ + "fakeTestTag" + ], + "source-location": { + "filename": "fake-file.cpp", + "line": 123456789 + } + } + ]" ( contains: "fake test name" and contains: "fakeTestTag" ) + + + +
+ + + !(factories.empty()) + + + !false + +
- + Tested reporter: JUnit @@ -11702,7 +12143,7 @@ All available tags:
- + Tested reporter: JUnit @@ -11728,7 +12169,7 @@ Available reporters:
- + Tested reporter: JUnit @@ -11756,7 +12197,7 @@ All available test cases:
- + Tested reporter: SonarQube @@ -11783,7 +12224,7 @@ All available tags:
- + Tested reporter: SonarQube @@ -11809,7 +12250,7 @@ Available reporters:
- + Tested reporter: SonarQube @@ -11837,7 +12278,7 @@ All available test cases:
- + Tested reporter: TAP @@ -11863,7 +12304,7 @@ All available test cases:
- + Tested reporter: TAP @@ -11888,7 +12329,7 @@ All available test cases:
- + Tested reporter: TAP @@ -11915,7 +12356,7 @@ All available test cases:
- + Tested reporter: TeamCity @@ -11941,7 +12382,7 @@ All available test cases:
- + Tested reporter: TeamCity @@ -11966,7 +12407,7 @@ All available test cases:
- + Tested reporter: TeamCity @@ -11993,7 +12434,7 @@ All available test cases:
- + Tested reporter: XML @@ -12023,7 +12464,7 @@ All available test cases:
- + Tested reporter: XML @@ -12051,7 +12492,7 @@ All available test cases:
- + Tested reporter: XML @@ -14552,6 +14993,50 @@ Message from section two + + + + true + + + true + + + + + {Unknown expression after the reported line} + + + {Unknown expression after the reported line} + + + Uncaught exception should fail! + + + + + + + + false + + + false + + + + + {Unknown expression after the reported line} + + + {Unknown expression after the reported line} + + + Uncaught exception should fail! + + + + @@ -15670,7 +16155,7 @@ There is no extra whitespace here
-
+
data, !AllTrue() @@ -15712,7 +16197,7 @@ There is no extra whitespace here
-
+
data, !AllTrue() @@ -16020,7 +16505,7 @@ There is no extra whitespace here
-
+
data, AnyTrue() @@ -16062,7 +16547,7 @@ There is no extra whitespace here
-
+
data, AnyTrue() @@ -16370,7 +16855,7 @@ There is no extra whitespace here
-
+
data, !NoneTrue() @@ -16412,7 +16897,7 @@ There is no extra whitespace here
-
+
data, !NoneTrue() @@ -18765,7 +19250,7 @@ There is no extra whitespace here - + Testing if fib[0] (1) is even @@ -18776,7 +19261,7 @@ There is no extra whitespace here 1 == 0 - + Testing if fib[1] (1) is even @@ -18787,7 +19272,7 @@ There is no extra whitespace here 1 == 0 - + Testing if fib[2] (2) is even @@ -18798,7 +19283,7 @@ There is no extra whitespace here 0 == 0 - + Testing if fib[3] (3) is even @@ -18809,7 +19294,7 @@ There is no extra whitespace here 1 == 0 - + Testing if fib[4] (5) is even @@ -18820,7 +19305,7 @@ There is no extra whitespace here 1 == 0 - + Testing if fib[5] (8) is even @@ -18831,7 +19316,7 @@ There is no extra whitespace here 0 == 0 - + Testing if fib[6] (13) is even @@ -18842,7 +19327,7 @@ There is no extra whitespace here 1 == 0 - + Testing if fib[7] (21) is even @@ -18981,22 +19466,22 @@ There is no extra whitespace here - + info - + unscoped info - + and warn may mix - + info - + unscoped info - + they are not cleared after warnings @@ -19203,7 +19688,7 @@ b1! - + this MAY be seen only for the FIRST assertion IF info is printed for passing assertions @@ -19214,7 +19699,7 @@ b1! true - + this MAY be seen only for the SECOND assertion IF info is printed for passing assertions @@ -19225,7 +19710,7 @@ b1! true - + this SHOULD be seen @@ -19361,7 +19846,7 @@ b1! - + this MAY be seen IF info is printed for passing assertions @@ -19375,10 +19860,10 @@ b1! - + this SHOULD be seen - + this SHOULD also be seen @@ -19392,7 +19877,7 @@ b1! - + this SHOULD be seen only ONCE @@ -19411,7 +19896,7 @@ b1! true - + this MAY also be seen only ONCE IF info is printed for passing assertions @@ -19894,7 +20379,7 @@ b1! - + 3 @@ -19908,10 +20393,10 @@ b1! - + hi - + i := 7 @@ -19969,16 +20454,16 @@ b1! - + Count 1 to 3... - + 1 - + 2 - + 3 @@ -19989,16 +20474,16 @@ b1! false - + Count 4 to 6... - + 4 - + 5 - + 6 @@ -20648,6 +21133,25 @@ b1! + + + + dist.a() == -10 + + + -10 == -10 + + + + + dist.b() == 10 + + + 10 == 10 + + + +
@@ -21202,6 +21706,6 @@ b1!
- - + + diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp new file mode 100644 index 000000000..ab0960745 --- /dev/null +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp @@ -0,0 +1,17 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#include + +TEST_CASE( "Incomplete AssertionHandler", "[assertion-handler][!shouldfail]" ) { + Catch::AssertionHandler catchAssertionHandler( + "REQUIRE"_catch_sr, + CATCH_INTERNAL_LINEINFO, + "Dummy", + Catch::ResultDisposition::Normal ); +} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Details.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Details.tests.cpp index a5a43926c..d7175756b 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Details.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Details.tests.cpp @@ -89,6 +89,47 @@ TEST_CASE("Optional comparison ops", "[optional][approvals]") { } } +namespace { + struct MoveChecker { + bool has_moved = false; + MoveChecker() = default; + MoveChecker( MoveChecker const& rhs ) = default; + MoveChecker& operator=( MoveChecker const& rhs ) = default; + MoveChecker( MoveChecker&& rhs ) noexcept { rhs.has_moved = true; } + MoveChecker& operator=( MoveChecker&& rhs ) noexcept { + rhs.has_moved = true; + return *this; + } + }; +} + +TEST_CASE( "Optional supports move ops", "[optional][approvals]" ) { + using Catch::Optional; + MoveChecker a; + Optional opt_A( a ); + REQUIRE_FALSE( a.has_moved ); + REQUIRE_FALSE( opt_A->has_moved ); + + SECTION( "Move construction from element" ) { + Optional opt_B( CATCH_MOVE( a ) ); + REQUIRE( a.has_moved ); + } + SECTION( "Move assignment from element" ) { + opt_A = CATCH_MOVE( a ); + REQUIRE( a.has_moved ); + } + SECTION( "Move construction from optional" ) { + Optional opt_B( CATCH_MOVE( opt_A ) ); + REQUIRE( opt_A->has_moved ); + } + SECTION( "Move assignment from optional" ) { + Optional opt_B( opt_A ); + REQUIRE_FALSE( opt_A->has_moved ); + opt_B = CATCH_MOVE( opt_A ); + REQUIRE( opt_A->has_moved ); + } +} + TEST_CASE( "Decomposer checks that the argument is 0 when handling " "only-0-comparable types", "[decomposition][approvals]" ) { diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp index 08a579c9d..d2181702d 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp @@ -9,7 +9,9 @@ #include #include #include +#include +#include TEST_CASE("convertToBits", "[floating-point][conversion]") { using Catch::Detail::convertToBits; @@ -72,3 +74,66 @@ TEST_CASE("UlpDistance", "[floating-point][ulp][approvals]") { CHECK( ulpDistance( 1.f, 2.f ) == 0x80'00'00 ); CHECK( ulpDistance( -2.f, 2.f ) == 0x80'00'00'00 ); } + + + +TEMPLATE_TEST_CASE("gamma", "[approvals][floating-point][ulp][gamma]", float, double) { + using Catch::Detail::gamma; + using Catch::Detail::directCompare; + + // We need to butcher the equal tests with the directCompare helper, + // because the Wfloat-equal triggers in decomposer rather than here, + // so we cannot locally disable it. Goddamn GCC. + CHECK( directCompare( gamma( TestType( -1. ), TestType( 1. ) ), + gamma( TestType( 0.2332 ), TestType( 1.0 ) ) ) ); + CHECK( directCompare( gamma( TestType( -2. ), TestType( 0 ) ), + gamma( TestType( 1. ), TestType( 1.5 ) ) ) ); + CHECK( gamma( TestType( 0. ), TestType( 1.0 ) ) < + gamma( TestType( 1.0 ), TestType( 1.5 ) ) ); + CHECK( gamma( TestType( 0 ), TestType( 1. ) ) < + std::numeric_limits::epsilon() ); + CHECK( gamma( TestType( -1. ), TestType( -0. ) ) < + std::numeric_limits::epsilon() ); + CHECK( directCompare( gamma( TestType( 1. ), TestType( 2. ) ), + std::numeric_limits::epsilon() ) ); + CHECK( directCompare( gamma( TestType( -2. ), TestType( -1. ) ), + std::numeric_limits::epsilon() ) ); +} + +TEMPLATE_TEST_CASE("count_equidistant_floats", + "[approvals][floating-point][distance]", + float, + double) { + using Catch::Detail::count_equidistant_floats; + auto count_steps = []( TestType a, TestType b ) { + return count_equidistant_floats( a, b, Catch::Detail::gamma( a, b ) ); + }; + + CHECK( count_steps( TestType( -1. ), TestType( 1. ) ) == + 2 * count_steps( TestType( 0. ), TestType( 1. ) ) ); +} + +TEST_CASE( "count_equidistant_floats", + "[approvals][floating-point][distance]" ) { + using Catch::Detail::count_equidistant_floats; + auto count_floats_with_scaled_ulp = []( auto a, auto b ) { + return count_equidistant_floats( a, b, Catch::Detail::gamma( a, b ) ); + }; + + CHECK( count_floats_with_scaled_ulp( 1., 1.5 ) == 1ull << 51 ); + CHECK( count_floats_with_scaled_ulp( 1.25, 1.5 ) == 1ull << 50 ); + CHECK( count_floats_with_scaled_ulp( 1.f, 1.5f ) == 1 << 22 ); + CHECK( count_floats_with_scaled_ulp( -std::numeric_limits::max(), + std::numeric_limits::max() ) == + 33554430 ); // (1 << 25) - 2 due to not including infinities + CHECK( count_floats_with_scaled_ulp( -std::numeric_limits::max(), + std::numeric_limits::max() ) == + 18014398509481982 ); // (1 << 54) - 2 due to not including infinities + + STATIC_REQUIRE( std::is_same::value ); + STATIC_REQUIRE( std::is_same::value ); +} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp index 64e943f84..acfeebed0 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp @@ -10,6 +10,8 @@ # pragma GCC diagnostic ignored "-Wfloat-equal" #endif +#include + #include #include #include @@ -412,6 +414,7 @@ TEST_CASE("GENERATE handles function (pointers)", "[generators][compilation][app TEST_CASE("GENERATE decays arrays", "[generators][compilation][approvals]") { auto str = GENERATE("abc", "def", "gh"); + (void)str; STATIC_REQUIRE(std::is_same::value); } @@ -544,3 +547,30 @@ TEST_CASE("Filter generator throws exception for empty generator", filter( []( int ) { return false; }, value( 3 ) ), Catch::GeneratorException ); } + +TEST_CASE("from_range(container) supports ADL begin/end and arrays", "[generators][from-range][approvals]") { + using namespace Catch::Generators; + + SECTION("C array") { + int arr[3]{ 5, 6, 7 }; + auto gen = from_range( arr ); + REQUIRE( gen.get() == 5 ); + REQUIRE( gen.next() ); + REQUIRE( gen.get() == 6 ); + REQUIRE( gen.next() ); + REQUIRE( gen.get() == 7 ); + REQUIRE_FALSE( gen.next() ); + } + + SECTION( "ADL range" ) { + unrelated::needs_ADL_begin range{ 1, 2, 3 }; + auto gen = from_range( range ); + REQUIRE( gen.get() == 1 ); + REQUIRE( gen.next() ); + REQUIRE( gen.get() == 2 ); + REQUIRE( gen.next() ); + REQUIRE( gen.get() == 3 ); + REQUIRE_FALSE( gen.next() ); + } + +} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Integer.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Integer.tests.cpp new file mode 100644 index 000000000..fd620ebbf --- /dev/null +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Integer.tests.cpp @@ -0,0 +1,150 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#include +#include + +namespace { + template + static void + CommutativeMultCheck( Int a, Int b, Int upper_result, Int lower_result ) { + using Catch::Detail::extendedMult; + using Catch::Detail::ExtendedMultResult; + CHECK( extendedMult( a, b ) == + ExtendedMultResult{ upper_result, lower_result } ); + CHECK( extendedMult( b, a ) == + ExtendedMultResult{ upper_result, lower_result } ); + } +} // namespace + +TEST_CASE( "extendedMult 64x64", "[Integer][approvals]" ) { + // a x 0 == 0 + CommutativeMultCheck( 0x1234'5678'9ABC'DEFF, 0, 0, 0 ); + + // bit carried from low half to upper half + CommutativeMultCheck( uint64_t( 1 ) << 63, 2, 1, 0 ); + + // bits in upper half on one side, bits in lower half on other side + CommutativeMultCheck( 0xcdcd'dcdc'0000'0000, + 0x0000'0000'aeae'aeae, + 0x0000'0000'8c6e'5a77, + 0x7391'a588'0000'0000 ); + + // Some input numbers without interesting patterns + CommutativeMultCheck( 0xaaaa'aaaa'aaaa'aaaa, + 0xbbbb'bbbb'bbbb'bbbb, + 0x7d27'd27d'27d2'7d26, + 0xd82d'82d8'2d82'd82e ); + + CommutativeMultCheck( 0x7d27'd27d'27d2'7d26, + 0xd82d'82d8'2d82'd82e, + 0x69af'd991'8256'b953, + 0x8724'8909'fcb6'8cd4 ); + + CommutativeMultCheck( 0xdead'beef'dead'beef, + 0xfeed'feed'feed'feef, + 0xddbf'680b'2b0c'b558, + 0x7a36'b06f'2ce9'6321 ); + + CommutativeMultCheck( 0xddbf'680b'2b0c'b558, + 0x7a36'b06f'2ce9'6321, + 0x69dc'96c9'294b'fc7f, + 0xd038'39fa'a3dc'6858 ); + + CommutativeMultCheck( 0x61c8'8646'80b5'83eb, + 0x61c8'8646'80b5'83eb, + 0x2559'92d3'8220'8bbe, + 0xdf44'2d22'ce48'59b9 ); +} + +TEST_CASE( "SizedUnsignedType helpers", "[integer][approvals]" ) { + using Catch::Detail::SizedUnsignedType_t; + using Catch::Detail::DoubleWidthUnsignedType_t; + + STATIC_REQUIRE( sizeof( SizedUnsignedType_t<1> ) == 1 ); + STATIC_REQUIRE( sizeof( SizedUnsignedType_t<2> ) == 2 ); + STATIC_REQUIRE( sizeof( SizedUnsignedType_t<4> ) == 4 ); + STATIC_REQUIRE( sizeof( SizedUnsignedType_t<8> ) == 8 ); + + STATIC_REQUIRE( sizeof( DoubleWidthUnsignedType_t ) == 2 ); + STATIC_REQUIRE( std::is_unsigned>::value ); + STATIC_REQUIRE( sizeof( DoubleWidthUnsignedType_t ) == 4 ); + STATIC_REQUIRE( std::is_unsigned>::value ); + STATIC_REQUIRE( sizeof( DoubleWidthUnsignedType_t ) == 8 ); + STATIC_REQUIRE( std::is_unsigned>::value ); +} + +TEST_CASE( "extendedMult 32x32", "[integer][approvals]" ) { + // a x 0 == 0 + CommutativeMultCheck( 0x1234'5678, 0, 0, 0 ); + + // bit carried from low half to upper half + CommutativeMultCheck( uint32_t(1) << 31, 2, 1, 0 ); + + // bits in upper half on one side, bits in lower half on other side + CommutativeMultCheck( 0xdcdc'0000, 0x0000'aabb, 0x0000'934b, 0x6cb4'0000 ); + + // Some input numbers without interesting patterns + CommutativeMultCheck( + 0xaaaa'aaaa, 0xbbbb'bbbb, 0x7d27'd27c, 0x2d82'd82e ); + + CommutativeMultCheck( + 0x7d27'd27c, 0x2d82'd82e, 0x163f'f7e8, 0xc5b8'7248 ); + + CommutativeMultCheck( + 0xdead'beef, 0xfeed'feed, 0xddbf'6809, 0x6f8d'e543 ); + + CommutativeMultCheck( + 0xddbf'6809, 0x6f8d'e543, 0x60a0'e71e, 0x751d'475b ); +} + +TEST_CASE( "extendedMult 8x8", "[integer][approvals]" ) { + // a x 0 == 0 + CommutativeMultCheck( 0xcd, 0, 0, 0 ); + + // bit carried from low half to upper half + CommutativeMultCheck( uint8_t( 1 ) << 7, 2, 1, 0 ); + + // bits in upper half on one side, bits in lower half on other side + CommutativeMultCheck( 0x80, 0x03, 0x01, 0x80 ); + + // Some input numbers without interesting patterns + CommutativeMultCheck( 0xaa, 0xbb, 0x7c, 0x2e ); + CommutativeMultCheck( 0x7c, 0x2e, 0x16, 0x48 ); + CommutativeMultCheck( 0xdc, 0xcd, 0xb0, 0x2c ); + CommutativeMultCheck( 0xb0, 0x2c, 0x1e, 0x40 ); +} + + +TEST_CASE( "negative and positive signed integers keep their order after transposeToNaturalOrder", + "[integer][approvals]") { + using Catch::Detail::transposeToNaturalOrder; + int32_t negative( -1 ); + int32_t positive( 1 ); + uint32_t adjusted_negative = + transposeToNaturalOrder( static_cast( negative ) ); + uint32_t adjusted_positive = + transposeToNaturalOrder( static_cast( positive ) ); + REQUIRE( adjusted_negative < adjusted_positive ); + REQUIRE( adjusted_positive - adjusted_negative == 2 ); + + // Conversion has to be reversible + REQUIRE( negative == static_cast( transposeToNaturalOrder( + adjusted_negative ) ) ); + REQUIRE( positive == static_cast( transposeToNaturalOrder( + adjusted_positive ) ) ); +} + +TEST_CASE( "unsigned integers are unchanged by transposeToNaturalOrder", + "[integer][approvals]") { + using Catch::Detail::transposeToNaturalOrder; + uint32_t max = std::numeric_limits::max(); + uint32_t zero = 0; + REQUIRE( max == transposeToNaturalOrder( max ) ); + REQUIRE( zero == transposeToNaturalOrder( zero ) ); +} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp index 96c0977b7..bc8d715b4 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp @@ -22,6 +22,8 @@ #include #include +#include + namespace { struct manual_clock { public: @@ -154,8 +156,12 @@ TEST_CASE("uniform samples", "[benchmark]") { std::vector samples(100); std::fill(samples.begin(), samples.end(), 23); - using it = std::vector::iterator; - auto e = Catch::Benchmark::Detail::bootstrap(0.95, samples.begin(), samples.end(), samples, [](it a, it b) { + auto e = Catch::Benchmark::Detail::bootstrap( + 0.95, + samples.data(), + samples.data() + samples.size(), + samples, + []( double const* a, double const* b ) { auto sum = std::accumulate(a, b, 0.); return sum / (b - a); }); @@ -196,7 +202,7 @@ TEST_CASE("normal_quantile", "[benchmark]") { TEST_CASE("mean", "[benchmark]") { std::vector x{ 10., 20., 14., 16., 30., 24. }; - auto m = Catch::Benchmark::Detail::mean(x.begin(), x.end()); + auto m = Catch::Benchmark::Detail::mean(x.data(), x.data() + x.size()); REQUIRE(m == 19.); } @@ -204,9 +210,9 @@ TEST_CASE("mean", "[benchmark]") { TEST_CASE("weighted_average_quantile", "[benchmark]") { std::vector x{ 10., 20., 14., 16., 30., 24. }; - auto q1 = Catch::Benchmark::Detail::weighted_average_quantile(1, 4, x.begin(), x.end()); - auto med = Catch::Benchmark::Detail::weighted_average_quantile(1, 2, x.begin(), x.end()); - auto q3 = Catch::Benchmark::Detail::weighted_average_quantile(3, 4, x.begin(), x.end()); + auto q1 = Catch::Benchmark::Detail::weighted_average_quantile(1, 4, x.data(), x.data() + x.size()); + auto med = Catch::Benchmark::Detail::weighted_average_quantile(1, 2, x.data(), x.data() + x.size()); + auto q3 = Catch::Benchmark::Detail::weighted_average_quantile(3, 4, x.data(), x.data() + x.size()); REQUIRE(q1 == 14.5); REQUIRE(med == 18.); @@ -225,7 +231,8 @@ TEST_CASE("classify_outliers", "[benchmark]") { SECTION("none") { std::vector x{ 10., 20., 14., 16., 30., 24. }; - auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end()); + auto o = Catch::Benchmark::Detail::classify_outliers( + x.data(), x.data() + x.size() ); REQUIRE(o.samples_seen == static_cast(x.size())); require_outliers(o, 0, 0, 0, 0); @@ -233,7 +240,8 @@ TEST_CASE("classify_outliers", "[benchmark]") { SECTION("low severe") { std::vector x{ -12., 20., 14., 16., 30., 24. }; - auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end()); + auto o = Catch::Benchmark::Detail::classify_outliers( + x.data(), x.data() + x.size() ); REQUIRE(o.samples_seen == static_cast(x.size())); require_outliers(o, 1, 0, 0, 0); @@ -241,7 +249,8 @@ TEST_CASE("classify_outliers", "[benchmark]") { SECTION("low mild") { std::vector x{ 1., 20., 14., 16., 30., 24. }; - auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end()); + auto o = Catch::Benchmark::Detail::classify_outliers( + x.data(), x.data() + x.size() ); REQUIRE(o.samples_seen == static_cast(x.size())); require_outliers(o, 0, 1, 0, 0); @@ -249,7 +258,8 @@ TEST_CASE("classify_outliers", "[benchmark]") { SECTION("high mild") { std::vector x{ 10., 20., 14., 16., 36., 24. }; - auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end()); + auto o = Catch::Benchmark::Detail::classify_outliers( + x.data(), x.data() + x.size() ); REQUIRE(o.samples_seen == static_cast(x.size())); require_outliers(o, 0, 0, 1, 0); @@ -257,7 +267,8 @@ TEST_CASE("classify_outliers", "[benchmark]") { SECTION("high severe") { std::vector x{ 10., 20., 14., 16., 49., 24. }; - auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end()); + auto o = Catch::Benchmark::Detail::classify_outliers( + x.data(), x.data() + x.size() ); REQUIRE(o.samples_seen == static_cast(x.size())); require_outliers(o, 0, 0, 0, 1); @@ -265,7 +276,8 @@ TEST_CASE("classify_outliers", "[benchmark]") { SECTION("mixed") { std::vector x{ -20., 20., 14., 16., 39., 24. }; - auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end()); + auto o = Catch::Benchmark::Detail::classify_outliers( + x.data(), x.data() + x.size() ); REQUIRE(o.samples_seen == static_cast(x.size())); require_outliers(o, 1, 0, 1, 0); @@ -280,15 +292,13 @@ TEST_CASE("analyse", "[approvals][benchmark]") { data.benchmarkSamples = 99; Catch::Config config{data}; - using Duration = Catch::Benchmark::FloatDuration; - - Catch::Benchmark::Environment env; - std::vector samples(99); + using FDuration = Catch::Benchmark::FDuration; + std::vector samples(99); for (size_t i = 0; i < samples.size(); ++i) { - samples[i] = Duration(23 + (i % 3 - 1)); + samples[i] = FDuration(23 + (i % 3 - 1)); } - auto analysis = Catch::Benchmark::Detail::analyse(config, env, samples.begin(), samples.end()); + auto analysis = Catch::Benchmark::Detail::analyse(config, samples.data(), samples.data() + samples.size()); CHECK( analysis.mean.point.count() == 23 ); CHECK( analysis.mean.lower_bound.count() < 23 ); CHECK(analysis.mean.lower_bound.count() > 22); @@ -321,15 +331,13 @@ TEST_CASE("analyse no analysis", "[benchmark]") { data.benchmarkSamples = 99; Catch::Config config{ data }; - using Duration = Catch::Benchmark::FloatDuration; - - Catch::Benchmark::Environment env; - std::vector samples(99); + using FDuration = Catch::Benchmark::FDuration; + std::vector samples(99); for (size_t i = 0; i < samples.size(); ++i) { - samples[i] = Duration(23 + (i % 3 - 1)); + samples[i] = FDuration(23 + (i % 3 - 1)); } - auto analysis = Catch::Benchmark::Detail::analyse(config, env, samples.begin(), samples.end()); + auto analysis = Catch::Benchmark::Detail::analyse(config, samples.data(), samples.data() + samples.size()); CHECK(analysis.mean.point.count() == 23); CHECK(analysis.mean.lower_bound.count() == 23); CHECK(analysis.mean.upper_bound.count() == 23); @@ -442,6 +450,6 @@ TEST_CASE("Failing benchmarks", "[!benchmark][.approvals]") { } TEST_CASE( "Failing benchmark respects should-fail", - "[!shouldfail][!benchmark][.approvals]" ) { + "[!shouldfail][!benchmark][approvals]" ) { BENCHMARK( "Asserting benchmark" ) { REQUIRE( 1 == 2 ); }; } diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Json.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Json.tests.cpp new file mode 100644 index 000000000..8204e3c4b --- /dev/null +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Json.tests.cpp @@ -0,0 +1,152 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#include +#include +#include + +#include + +namespace { + struct Custom {}; + static std::ostream& operator<<( std::ostream& os, Custom const& ) { + return os << "custom"; + } +} // namespace + +TEST_CASE( "JsonWriter", "[JSON][JsonWriter]" ) { + + std::stringstream stream; + SECTION( "Newly constructed JsonWriter does nothing" ) { + Catch::JsonValueWriter writer{ stream }; + REQUIRE( stream.str() == "" ); + } + + SECTION( "Calling writeObject will create an empty pair of braces" ) { + { auto writer = Catch::JsonValueWriter{ stream }.writeObject(); } + REQUIRE( stream.str() == "{\n}" ); + } + + SECTION( "Calling writeObject with key will create an object to write the " + "value" ) { + using Catch::Matchers::ContainsSubstring; + { + auto writer = Catch::JsonValueWriter{ stream }.writeObject(); + writer.write( "int" ).write( 1 ); + writer.write( "double" ).write( 1.5 ); + writer.write( "true" ).write( true ); + writer.write( "false" ).write( false ); + writer.write( "string" ).write( "this is a string" ); + writer.write( "array" ).writeArray().write( 1 ).write( 2 ); + } + REQUIRE_THAT( + stream.str(), + ContainsSubstring( "\"int\": 1," ) && + ContainsSubstring( "\"double\": 1.5," ) && + ContainsSubstring( "\"true\": true," ) && + ContainsSubstring( "\"false\": false," ) && + ContainsSubstring( "\"string\": \"this is a string\"," ) && + ContainsSubstring( "\"array\": [\n 1,\n 2\n ]\n}" ) ); + } + + SECTION( "nesting objects" ) { + using Catch::Matchers::ContainsSubstring; + { + auto writer = Catch::JsonValueWriter{ stream }.writeObject(); + writer.write( "empty_object" ).writeObject(); + writer.write( "fully_object" ) + .writeObject() + .write( "key" ) + .write( 1 ); + } + REQUIRE_THAT( stream.str(), + ContainsSubstring( "\"empty_object\": {\n }," ) && + ContainsSubstring( + "\"fully_object\": {\n \"key\": 1\n }" ) ); + } + + SECTION( "Calling writeArray will create an empty pair of braces" ) { + { auto writer = Catch::JsonValueWriter{ stream }.writeArray(); } + REQUIRE( stream.str() == "[\n]" ); + } + + SECTION( "Calling writeArray creates array to write the values to" ) { + { + auto writer = Catch::JsonValueWriter{ stream }.writeArray(); + writer.write( 1 ); + writer.write( 1.5 ); + writer.write( true ); + writer.write( false ); + writer.write( "this is a string" ); + writer.writeObject().write( "object" ).write( 42 ); + writer.writeArray().write( "array" ).write( 42.5 ); + } + REQUIRE( stream.str() == "[\n 1,\n 1.5,\n true,\n false,\n \"this is a string\",\n {\n \"object\": 42\n },\n [\n \"array\",\n 42.5\n ]\n]" ); + } + + SECTION( + "Moved from JsonObjectWriter shall not insert superfluous brace" ) { + { + auto writer = Catch::JsonObjectWriter{ stream }; + auto another_writer = std::move( writer ); + } + REQUIRE( stream.str() == "{\n}" ); + } + SECTION( + "Moved from JsonArrayWriter shall not insert superfluous bracket" ) { + { + auto writer = Catch::JsonArrayWriter{ stream }; + auto another_writer = std::move( writer ); + } + REQUIRE( stream.str() == "[\n]" ); + } + SECTION( "Custom class shall be quoted" ) { + Catch::JsonValueWriter{ stream }.write( Custom{} ); + REQUIRE( stream.str() == "\"custom\"" ); + } +} + +TEST_CASE( "JsonWriter escapes charaters in strings properly", "[JsonWriter]" ) { + std::stringstream sstream; + SECTION( "Quote in a string is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\"" ); + REQUIRE( sstream.str() == "\"\\\"\"" ); + } + SECTION("Backslash in a string is escaped") { + Catch::JsonValueWriter{ sstream }.write( "\\" ); + REQUIRE( sstream.str() == "\"\\\\\"" ); + } + SECTION( "Forward slash in a string is **not** escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "/" ); + REQUIRE( sstream.str() == "\"/\"" ); + } + SECTION( "Backspace in a string is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\b" ); + REQUIRE( sstream.str() == "\"\\b\"" ); + } + SECTION( "Formfeed in a string is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\f" ); + REQUIRE( sstream.str() == "\"\\f\"" ); + } + SECTION( "linefeed in a string is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\n" ); + REQUIRE( sstream.str() == "\"\\n\"" ); + } + SECTION( "carriage return in a string is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\r" ); + REQUIRE( sstream.str() == "\"\\r\"" ); + } + SECTION( "tab in a string is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\t" ); + REQUIRE( sstream.str() == "\"\\t\"" ); + } + SECTION( "combination of characters is escaped" ) { + Catch::JsonValueWriter{ sstream }.write( "\\/\t\r\n" ); + REQUIRE( sstream.str() == "\"\\\\/\\t\\r\\n\"" ); + } +} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp index 8018b7eb0..03be6c9ca 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp @@ -7,9 +7,17 @@ // SPDX-License-Identifier: BSL-1.0 #include +#include +#include +#include #include #include +#include +#include #include +#include + +#include TEST_CASE("Our PCG implementation provides expected results for known seeds", "[rng]") { Catch::SimplePcg32 rng; @@ -60,3 +68,523 @@ TEST_CASE("Random seed generation accepts known methods", "[rng][seed]") { REQUIRE_NOTHROW(Catch::generateRandomSeed(method)); } + +TEMPLATE_TEST_CASE("uniform_floating_point_distribution never returns infs from finite range", + "[rng][distribution][floating-point][approvals]", float, double) { + std::random_device rd{}; + Catch::SimplePcg32 pcg( rd() ); + Catch::uniform_floating_point_distribution dist( + -std::numeric_limits::max(), + std::numeric_limits::max() ); + + for (size_t i = 0; i < 10'000; ++i) { + auto ret = dist( pcg ); + REQUIRE_FALSE( std::isinf( ret ) ); + REQUIRE_FALSE( std::isnan( ret ) ); + } +} + +TEST_CASE( "fillBitsFrom - shortening and stretching", "[rng][approvals]" ) { + using Catch::Detail::fillBitsFrom; + + // The seed is not important, but the numbers below have to be repeatable. + // They should also exhibit the same general pattern of being prefixes + Catch::SimplePcg32 pcg( 0xaabb'ccdd ); + + SECTION( "Shorten to 8 bits" ) { + // We cast the result to avoid dealing with char-like type in uint8_t + auto shortened = static_cast( fillBitsFrom( pcg ) ); + REQUIRE( shortened == 0xcc ); + } + SECTION( "Shorten to 16 bits" ) { + auto shortened = fillBitsFrom( pcg ); + REQUIRE( shortened == 0xccbe ); + } + SECTION( "Keep at 32 bits" ) { + auto n = fillBitsFrom( pcg ); + REQUIRE( n == 0xccbe'5f04 ); + } + SECTION( "Stretch to 64 bits" ) { + auto stretched = fillBitsFrom( pcg ); + REQUIRE( stretched == 0xccbe'5f04'a424'a486 ); + } +} + +TEST_CASE("uniform_integer_distribution can return the bounds", "[rng][distribution]") { + Catch::uniform_integer_distribution dist( -10, 10 ); + REQUIRE( dist.a() == -10 ); + REQUIRE( dist.b() == 10 ); +} + +namespace { + template + static void CheckReturnValue(Catch::uniform_integer_distribution& dist, + Catch::SimplePcg32& rng, + T target) { + REQUIRE( dist.a() == dist.b() ); + for (int i = 0; i < 1'000; ++i) { + REQUIRE( dist( rng ) == target ); + } + } +} + +TEMPLATE_TEST_CASE( "uniform_integer_distribution can handle unit ranges", + "[rng][distribution][approvals]", + unsigned char, + signed char, + char, + uint8_t, + int8_t, + uint16_t, + int16_t, + uint32_t, + int32_t, + uint64_t, + int64_t ) { + // We want random seed to sample different parts of the rng state, + // the output is predetermined anyway + std::random_device rd; + auto seed = rd(); + CAPTURE( seed ); + Catch::SimplePcg32 pcg( seed ); + + // We check unitary ranges of 3 different values, min for type, max for type, + // some value inbetween just to make sure + SECTION("lowest value") { + constexpr auto lowest = std::numeric_limits::min(); + Catch::uniform_integer_distribution dist( lowest, lowest ); + CheckReturnValue( dist, pcg, lowest ); + } + SECTION( "highest value" ) { + constexpr auto highest = std::numeric_limits::max(); + Catch::uniform_integer_distribution dist( highest, highest ); + CheckReturnValue( dist, pcg, highest ); + } + SECTION( "some value" ) { + constexpr auto some = TestType( 42 ); + Catch::uniform_integer_distribution dist( some, some ); + CheckReturnValue( dist, pcg, some ); + } +} + +// Bool needs its own test because it doesn't have a valid "third" value +TEST_CASE( "uniform_integer_distribution can handle boolean unit ranges", + "[rng][distribution][approvals]" ) { + // We want random seed to sample different parts of the rng state, + // the output is predetermined anyway + std::random_device rd; + auto seed = rd(); + CAPTURE( seed ); + Catch::SimplePcg32 pcg( seed ); + + // We check unitary ranges of 3 different values, min for type, max for + // type, some value inbetween just to make sure + SECTION( "lowest value" ) { + Catch::uniform_integer_distribution dist( false, false ); + CheckReturnValue( dist, pcg, false ); + } + SECTION( "highest value" ) { + Catch::uniform_integer_distribution dist( true, true ); + CheckReturnValue( dist, pcg, true ); + } +} + +TEMPLATE_TEST_CASE( "uniform_integer_distribution can handle full width ranges", + "[rng][distribution][approvals]", + unsigned char, + signed char, + char, + uint8_t, + int8_t, + uint16_t, + int16_t, + uint32_t, + int32_t, + uint64_t, + int64_t ) { + // We want random seed to sample different parts of the rng state, + // the output is predetermined anyway + std::random_device rd; + auto seed = rd(); + CAPTURE( seed ); + Catch::SimplePcg32 pcg( seed ); + + constexpr auto lowest = std::numeric_limits::min(); + constexpr auto highest = std::numeric_limits::max(); + Catch::uniform_integer_distribution dist( lowest, highest ); + STATIC_REQUIRE( std::is_same::value ); + + // We need to do bit operations on the results, so we will have to + // cast them to unsigned type. + using BitType = std::make_unsigned_t; + BitType ORs = 0; + BitType ANDs = BitType(-1); + for (int i = 0; i < 100; ++i) { + auto bits = static_cast( dist( pcg ) ); + ORs |= bits; + ANDs &= bits; + } + // Assuming both our RNG and distribution are unbiased, asking for + // the full range should essentially give us random bit generator. + // Over long run, OR of all the generated values should have all + // bits set to 1, while AND should have all bits set to 0. + // The chance of this test failing for unbiased pipeline is + // 1 / 2**iters, which for 100 iterations is astronomical. + REQUIRE( ORs == BitType( -1 ) ); + REQUIRE( ANDs == 0 ); +} + +namespace { + template + struct uniform_integer_test_params; + + template <> + struct uniform_integer_test_params { + static constexpr bool lowest = false; + static constexpr bool highest = true; + // This seems weird, but it is an artifact of the specific seed + static constexpr bool expected[] = { true, + true, + true, + true, + true, + true, + false, + true, + true, + true, + true, + true, + false, + true, + true }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr char lowest = 32; + static constexpr char highest = 126; + static constexpr char expected[] = { 'k', + '\\', + 'Z', + 'X', + '`', + 'Q', + ';', + 'o', + ']', + 'T', + 'v', + 'p', + ':', + 'S', + 't' }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr uint8_t lowest = 3; + static constexpr uint8_t highest = 123; + static constexpr uint8_t expected[] = { 'c', + 'P', + 'M', + 'J', + 'U', + 'A', + '%', + 'h', + 'Q', + 'F', + 'q', + 'i', + '$', + 'E', + 'o' }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr int8_t lowest = -27; + static constexpr int8_t highest = 73; + static constexpr int8_t expected[] = { '5', + '%', + '#', + ' ', + '*', + 25, + 2, + '9', + '&', + 29, + 'A', + ':', + 1, + 28, + '?' }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr uint16_t lowest = 123; + static constexpr uint16_t highest = 33333; + static constexpr uint16_t expected[] = { 26684, + 21417, + 20658, + 19791, + 22896, + 17433, + 9806, + 27948, + 21767, + 18588, + 30556, + 28244, + 9439, + 18293, + 29949 }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr int16_t lowest = -17222; + static constexpr int16_t highest = 17222; + static constexpr int16_t expected[] = { 10326, + 4863, + 4076, + 3177, + 6397, + 731, + -7179, + 11637, + 5226, + 1929, + 14342, + 11944, + -7560, + 1623, + 13712 }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr uint32_t lowest = 17222; + static constexpr uint32_t highest = 234234; + static constexpr uint32_t expected[] = { 190784, + 156367, + 151409, + 145743, + 166032, + 130337, + 80501, + 199046, + 158654, + 137883, + 216091, + 200981, + 78099, + 135954, + 212120 }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr int32_t lowest = -237272; + static constexpr int32_t highest = 234234; + static constexpr int32_t expected[] = { 139829, + 65050, + 54278, + 41969, + 86051, + 8494, + -99785, + 157781, + 70021, + 24890, + 194815, + 161985, + -105004, + 20699, + 186186 }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr uint64_t lowest = 1234; + static constexpr uint64_t highest = 1234567890; + static constexpr uint64_t expected[] = { 987382749, + 763380386, + 846572137, + 359990258, + 804599765, + 1131353566, + 346324913, + 1108760730, + 1141693933, + 856999148, + 879390623, + 1149485521, + 900556586, + 952385958, + 807916408 }; + }; + + template <> + struct uniform_integer_test_params { + static constexpr int64_t lowest = -1234567890; + static constexpr int64_t highest = 1234567890; + static constexpr int64_t expected[] = { 740197113, + 292191940, + 458575608, + -514589122, + 374630781, + 1028139036, + -541919840, + 982953318, + 1048819790, + 479429651, + 524212647, + 1064402981, + 566544615, + 670203462, + 381264073 }; + }; + + // We need these definitions for C++14 and earlier, but + // GCC will complain about them in newer C++ standards +#if __cplusplus <= 201402L + constexpr bool uniform_integer_test_params::expected[]; + constexpr char uniform_integer_test_params::expected[]; + constexpr uint8_t uniform_integer_test_params::expected[]; + constexpr int8_t uniform_integer_test_params::expected[]; + constexpr uint16_t uniform_integer_test_params::expected[]; + constexpr int16_t uniform_integer_test_params::expected[]; + constexpr uint32_t uniform_integer_test_params::expected[]; + constexpr int32_t uniform_integer_test_params::expected[]; + constexpr uint64_t uniform_integer_test_params::expected[]; + constexpr int64_t uniform_integer_test_params::expected[]; +#endif + +} + +TEMPLATE_TEST_CASE( "uniform_integer_distribution is reproducible", + "[rng][distribution][approvals]", + bool, + char, + uint8_t, + int8_t, + uint16_t, + int16_t, + uint32_t, + int32_t, + uint64_t, + int64_t) { + Catch::SimplePcg32 pcg( 0xaabb'ccdd ); + + constexpr auto lowest = uniform_integer_test_params::lowest; + constexpr auto highest = uniform_integer_test_params::highest; + Catch::uniform_integer_distribution dist(lowest, highest); + + constexpr auto iters = 15; + std::array generated; + for (int i = 0; i < iters; ++i) { + generated[i] = dist( pcg ); + } + + REQUIRE_THAT(generated, Catch::Matchers::RangeEquals(uniform_integer_test_params::expected)); +} + + +namespace { + template + struct uniform_fp_test_params; + + template<> + struct uniform_fp_test_params { + // These are exactly representable + static constexpr float lowest = -256.125f; + static constexpr float highest = 385.125f; + // These are just round-trip formatted + static constexpr float expected[] = { 92.56961f, + -23.170044f, + 310.81833f, + -53.023132f, + 105.03287f, + 198.77591f, + -172.72931f, + 51.805176f, + -241.10156f, + 64.66101f, + 212.12509f, + -49.24292f, + -177.1399f, + 245.23679f, + 173.22421f }; + }; + template <> + struct uniform_fp_test_params { + // These are exactly representable + static constexpr double lowest = -234582.9921875; + static constexpr double highest = 261238.015625; + // These are just round-trip formatted + static constexpr double expected[] = { 35031.207052832615, + 203783.3401838024, + 44667.940405848756, + -170100.5877224467, + -222966.7418051684, + 127472.72630072923, + -173510.88209096913, + 97394.16172239158, + 119123.6921592663, + 22595.741022785165, + 8988.68409120926, + 136906.86520606978, + 33369.19104222473, + 60912.7615841752, + -149060.05936760217 }; + }; + +// We need these definitions for C++14 and earlier, but +// GCC will complain about them in newer C++ standards +#if __cplusplus <= 201402L + constexpr float uniform_fp_test_params::expected[]; + constexpr double uniform_fp_test_params::expected[]; +#endif +} // namespace + +TEMPLATE_TEST_CASE( "uniform_floating_point_distribution is reproducible", + "[rng][distribution][floating-point][approvals]", + float, + double ) { + Catch::SimplePcg32 pcg( 0xaabb'aabb ); + + const auto lowest = uniform_fp_test_params::lowest; + const auto highest = uniform_fp_test_params::highest; + Catch::uniform_floating_point_distribution dist( lowest, highest ); + + constexpr auto iters = 15; + std::array generated; + for ( int i = 0; i < iters; ++i ) { + generated[i] = dist( pcg ); + } + + REQUIRE_THAT( generated, Catch::Matchers::RangeEquals( uniform_fp_test_params::expected ) ); +} + +TEMPLATE_TEST_CASE( "uniform_floating_point_distribution can handle unitary ranges", + "[rng][distribution][floating-point][approvals]", + float, + double ) { + std::random_device rd; + auto seed = rd(); + CAPTURE( seed ); + Catch::SimplePcg32 pcg( seed ); + + const auto highest = uniform_fp_test_params::highest; + Catch::uniform_floating_point_distribution dist( highest, + highest ); + + constexpr auto iters = 20; + for (int i = 0; i < iters; ++i) { + REQUIRE( Catch::Detail::directCompare( dist( pcg ), highest ) ); + } +} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp index 54c26a7a2..e5a65bda5 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include @@ -110,7 +109,9 @@ TEST_CASE( "Reporter's write listings to provided stream", "[reporters]" ) { auto sstream = Catch::Detail::make_unique(); auto& sstreamRef = *sstream.get(); - Catch::Config config( Catch::ConfigData{} ); + Catch::ConfigData cfg_data; + cfg_data.rngSeed = 1234; + Catch::Config config( cfg_data ); auto reporter = factory.second->create( Catch::ReporterConfig{ &config, CATCH_MOVE( sstream ), Catch::ColourMode::None, {} } ); @@ -164,7 +165,7 @@ namespace { std::vector& recorder, Catch::IConfig const* config ): EventListenerBase( config ), - m_witness( witness ), + m_witness( CATCH_MOVE(witness) ), m_recorder( recorder ) {} @@ -182,7 +183,7 @@ namespace { std::vector& recorder, Catch::ReporterConfig&& config ): StreamingReporterBase( CATCH_MOVE(config) ), - m_witness( witness ), + m_witness( CATCH_MOVE(witness) ), m_recorder( recorder ) {} diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/String.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/String.tests.cpp index 7a0b3b4ab..43c58b49b 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/String.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/String.tests.cpp @@ -177,7 +177,7 @@ TEST_CASE("StringRef at compilation time", "[Strings][StringRef][constexpr]") { STATIC_REQUIRE_FALSE(sr1.empty()); STATIC_REQUIRE(sr1.size() == 3); - using Catch::operator"" _sr; + using Catch::operator""_sr; constexpr auto sr2 = ""_sr; STATIC_REQUIRE(sr2.empty()); STATIC_REQUIRE(sr2.size() == 0); diff --git a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Tag.tests.cpp b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Tag.tests.cpp index ef321b274..43723758d 100644 --- a/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Tag.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/IntrospectiveTests/Tag.tests.cpp @@ -98,7 +98,20 @@ TEST_CASE( "Test case with identical tags keeps just one", "[tags]" ) { REQUIRE( testCase.tags[0] == Tag( "tag1" ) ); } -TEST_CASE( "Empty tag is not allowed" ) { - REQUIRE_THROWS( Catch::TestCaseInfo( - "", { "fake test name", "[]" }, dummySourceLineInfo ) ); +TEST_CASE("Mismatched square brackets in tags are caught and reported", + "[tags][approvals]") { + using Catch::TestCaseInfo; + using Catch::Matchers::ContainsSubstring; + REQUIRE_THROWS_WITH( TestCaseInfo( "", + { "test with unclosed tag", "[abc" }, + dummySourceLineInfo ), + ContainsSubstring("registering test case 'test with unclosed tag'") ); + REQUIRE_THROWS_WITH( TestCaseInfo( "", + { "test with nested tags", "[abc[def]]" }, + dummySourceLineInfo ), + ContainsSubstring("registering test case 'test with nested tags'") ); + REQUIRE_THROWS_WITH( TestCaseInfo( "", + { "test with superfluous close tags", "[abc][def]]" }, + dummySourceLineInfo ), + ContainsSubstring("registering test case 'test with superfluous close tags'") ); } diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/Exception.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/Exception.tests.cpp index f917932f1..4f91a30c4 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/Exception.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/Exception.tests.cpp @@ -20,7 +20,7 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wweak-vtables" #pragma clang diagnostic ignored "-Wmissing-noreturn" -#pragma clang diagnostic ignored "-Wunreachable-code" +#pragma clang diagnostic ignored "-Wunreachable-code-return" #endif namespace { diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/Generators.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/Generators.tests.cpp index 274c63b8f..f04cf4f09 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/Generators.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/Generators.tests.cpp @@ -261,6 +261,10 @@ TEST_CASE("Copy and then generate a range", "[generators]") { } } +#if defined( __clang__ ) +# pragma clang diagnostic pop +#endif + TEST_CASE("#1913 - GENERATE inside a for loop should not keep recreating the generator", "[regression][generators]") { static int counter = 0; for (int i = 0; i < 3; ++i) { @@ -301,13 +305,19 @@ namespace { } // namespace -TEST_CASE( "#2615 - Throwing in constructor generator fails test case but does not abort", "[!shouldfail]" ) { +TEST_CASE( "#2615 - Throwing in constructor generator fails test case but does not abort", + "[!shouldfail][regression][generators]" ) { // this should fail the test case, but not abort the application auto sample = GENERATE( make_test_generator() ); // this assertion shouldn't trigger - REQUIRE( sample == 0U ); + REQUIRE( sample == 0 ); } -#if defined( __clang__ ) -# pragma clang diagnostic pop -#endif +TEST_CASE( "GENERATE can combine literals and generators", "[generators]" ) { + auto i = GENERATE( 2, + 4, + take( 2, + filter( []( int val ) { return val % 2 == 0; }, + random( -100, 100 ) ) ) ); + REQUIRE( i % 2 == 0 ); +} diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp index 49e25232f..74bedf5ea 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp @@ -406,6 +406,25 @@ TEST_CASE( "Vector matchers that fail", "[matchers][vector][.][failing]" ) { } } +namespace { + struct SomeType { + int i; + friend bool operator==( SomeType lhs, SomeType rhs ) { + return lhs.i == rhs.i; + } + }; +} // end anonymous namespace + +TEST_CASE( "Vector matcher with elements without !=", "[matchers][vector][approvals]" ) { + std::vector lhs, rhs; + lhs.push_back( { 1 } ); + lhs.push_back( { 2 } ); + rhs.push_back( { 1 } ); + rhs.push_back( { 1 } ); + + REQUIRE_THAT( lhs, !Equals(rhs) ); +} + TEST_CASE( "Exception matchers that succeed", "[matchers][exceptions][!throws]" ) { CHECK_THROWS_MATCHES( @@ -871,7 +890,7 @@ struct MatcherA : Catch::Matchers::MatcherGenericBase { return "equals: (int) 1 or (string) \"1\""; } bool match( int i ) const { return i == 1; } - bool match( std::string s ) const { return s == "1"; } + bool match( std::string const& s ) const { return s == "1"; } }; struct MatcherB : Catch::Matchers::MatcherGenericBase { diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/MatchersRanges.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/MatchersRanges.tests.cpp index 05e11b0c3..cc8c54f8b 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/MatchersRanges.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/MatchersRanges.tests.cpp @@ -381,7 +381,7 @@ TEST_CASE("Usage of AllTrue range matcher", "[matchers][templated][quantifiers]" std::array const data{}; REQUIRE_THAT( data, AllTrue() ); } - SECTION( "One false evalutes to false" ) { + SECTION( "One false evaluates to false" ) { std::array const data{ { true, true, false, true, true } }; REQUIRE_THAT( data, !AllTrue() ); } @@ -398,7 +398,7 @@ TEST_CASE("Usage of AllTrue range matcher", "[matchers][templated][quantifiers]" { { true }, { true }, { true }, { true }, { true } } }; REQUIRE_THAT( data, AllTrue() ); } - SECTION( "One false evalutes to false" ) { + SECTION( "One false evaluates to false" ) { std::array const data{ { { true }, { true }, { false }, { true }, { true } } }; REQUIRE_THAT( data, !AllTrue() ); @@ -446,7 +446,7 @@ TEST_CASE( "Usage of NoneTrue range matcher", "[matchers][templated][quantifiers std::array const data{}; REQUIRE_THAT( data, NoneTrue() ); } - SECTION( "One true evalutes to false" ) { + SECTION( "One true evaluates to false" ) { std::array const data{ { false, false, true, false, false } }; REQUIRE_THAT( data, !NoneTrue() ); @@ -464,7 +464,7 @@ TEST_CASE( "Usage of NoneTrue range matcher", "[matchers][templated][quantifiers { { true }, { true }, { true }, { true }, { true } } }; REQUIRE_THAT( data, !NoneTrue() ); } - SECTION( "One true evalutes to false" ) { + SECTION( "One true evaluates to false" ) { std::array const data{ { { false }, { false }, { true }, { false }, { false } } }; REQUIRE_THAT( data, !NoneTrue() ); @@ -512,7 +512,7 @@ TEST_CASE( "Usage of AnyTrue range matcher", "[matchers][templated][quantifiers] std::array const data{}; REQUIRE_THAT( data, !AnyTrue() ); } - SECTION( "One true evalutes to true" ) { + SECTION( "One true evaluates to true" ) { std::array const data{ { false, false, true, false, false } }; REQUIRE_THAT( data, AnyTrue() ); @@ -530,7 +530,7 @@ TEST_CASE( "Usage of AnyTrue range matcher", "[matchers][templated][quantifiers] { { true }, { true }, { true }, { true }, { true } } }; REQUIRE_THAT( data, AnyTrue() ); } - SECTION( "One true evalutes to true" ) { + SECTION( "One true evaluates to true" ) { std::array const data{ { { false }, { false }, { true }, { false }, { false } } }; REQUIRE_THAT( data, AnyTrue() ); diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/Message.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/Message.tests.cpp index a5e695825..6367bf591 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/Message.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/Message.tests.cpp @@ -255,10 +255,24 @@ std::ostream& operator<<(std::ostream& out, helper_1436 const& helper) { #pragma clang diagnostic ignored "-Wunused-value" #endif +namespace { + template + struct custom_index_op { + constexpr custom_index_op( std::initializer_list ) {} + constexpr T operator[]( size_t ) { return T{}; } +#if defined( __cpp_multidimensional_subscript ) && \ + __cpp_multidimensional_subscript >= 202110L + constexpr T operator[]( size_t, size_t, size_t ) const noexcept { + return T{}; + } +#endif + }; +} + TEST_CASE("CAPTURE can deal with complex expressions involving commas", "[messages][capture]") { - CAPTURE(std::vector{1, 2, 3}[0, 1, 2], - std::vector{1, 2, 3}[(0, 1)], - std::vector{1, 2, 3}[0]); + CAPTURE(custom_index_op{1, 2, 3}[0, 1, 2], + custom_index_op{1, 2, 3}[(0, 1)], + custom_index_op{1, 2, 3}[0]); CAPTURE((helper_1436{12, -12}), (helper_1436(-12, 12))); CAPTURE( (1, 2), (2, 3) ); @@ -285,3 +299,14 @@ TEST_CASE("CAPTURE parses string and character constants", "[messages][capture]" #ifdef _MSC_VER #pragma warning(pop) #endif + +TEST_CASE( "INFO and UNSCOPED_INFO can stream multiple arguments", + "[messages][info][.failing]" ) { + INFO( "This info" + << " has multiple" + << " parts." ); + UNSCOPED_INFO( "This unscoped info" + << " has multiple" + << " parts." ); + FAIL( "Show infos!" ); +} diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/Misc.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/Misc.tests.cpp index 6c1fd68f4..7f06704b4 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/Misc.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/Misc.tests.cpp @@ -217,6 +217,18 @@ TEST_CASE("Testing checked-if 3", "[checked-if][!shouldfail]") { SUCCEED(); } +[[noreturn]] +TEST_CASE("Testing checked-if 4", "[checked-if][!shouldfail]") { + CHECKED_ELSE(true) {} + throw std::runtime_error("Uncaught exception should fail!"); +} + +[[noreturn]] +TEST_CASE("Testing checked-if 5", "[checked-if][!shouldfail]") { + CHECKED_ELSE(false) {} + throw std::runtime_error("Uncaught exception should fail!"); +} + TEST_CASE( "xmlentitycheck" ) { SECTION( "embedded xml: it should be possible to embed xml characters, such as <, \" or &, or even whole documents within an attribute" ) { SUCCEED(); // We need this here to stop it failing due to no tests diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/Skip.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/Skip.tests.cpp index 6bd4189b4..661795e11 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/Skip.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/Skip.tests.cpp @@ -71,3 +71,30 @@ TEST_CASE( "failing for some generator values causes entire test case to fail", FAIL(); } } + +namespace { + class test_skip_generator : public Catch::Generators::IGenerator { + public: + explicit test_skip_generator() { SKIP( "This generator is empty" ); } + + auto get() const -> int const& override { + static constexpr int value = 1; + return value; + } + + auto next() -> bool override { return false; } + }; + + static auto make_test_skip_generator() + -> Catch::Generators::GeneratorWrapper { + return { new test_skip_generator() }; + } + +} // namespace + +TEST_CASE( "Empty generators can SKIP in constructor", "[skipping]" ) { + // The generator signals emptiness with `SKIP` + auto sample = GENERATE( make_test_skip_generator() ); + // This assertion would fail, but shouldn't trigger + REQUIRE( sample == 0 ); +} diff --git a/external_imported/Catch2/tests/SelfTest/UsageTests/ToStringOptional.tests.cpp b/external_imported/Catch2/tests/SelfTest/UsageTests/ToStringOptional.tests.cpp index 9fd9d6b45..3671771a7 100644 --- a/external_imported/Catch2/tests/SelfTest/UsageTests/ToStringOptional.tests.cpp +++ b/external_imported/Catch2/tests/SelfTest/UsageTests/ToStringOptional.tests.cpp @@ -28,4 +28,8 @@ TEST_CASE( "std::vector > -> toString", "[toString][optional] REQUIRE( "{ 0, { }, 2 }" == ::Catch::Detail::stringify( type{ 0, {}, 2 } ) ); } +TEST_CASE( "std::nullopt -> toString", "[toString][optional][approvals]" ) { + REQUIRE( "{ }" == ::Catch::Detail::stringify( std::nullopt ) ); +} + #endif // CATCH_INTERNAL_CONFIG_CPP17_OPTIONAL diff --git a/external_imported/Catch2/tests/TestScripts/DiscoverTests/CMakeLists.txt b/external_imported/Catch2/tests/TestScripts/DiscoverTests/CMakeLists.txt new file mode 100644 index 000000000..d19f2f889 --- /dev/null +++ b/external_imported/Catch2/tests/TestScripts/DiscoverTests/CMakeLists.txt @@ -0,0 +1,16 @@ +cmake_minimum_required(VERSION 3.10) + +project(discover-tests-test + LANGUAGES CXX +) + +add_executable(tests + register-tests.cpp +) + +add_subdirectory(${CATCH2_PATH} catch2-build) +target_link_libraries(tests PRIVATE Catch2::Catch2WithMain) + +include(CTest) +include(Catch) +catch_discover_tests(tests) diff --git a/external_imported/Catch2/tests/TestScripts/DiscoverTests/VerifyRegistration.py b/external_imported/Catch2/tests/TestScripts/DiscoverTests/VerifyRegistration.py new file mode 100644 index 000000000..9ec42f24c --- /dev/null +++ b/external_imported/Catch2/tests/TestScripts/DiscoverTests/VerifyRegistration.py @@ -0,0 +1,123 @@ +#!/usr/bin/env python3 + +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + +import os +import subprocess +import sys + + +def build_project(sources_dir, output_base_path, catch2_path): + build_dir = os.path.join(output_base_path, 'ctest-registration-test') + config_cmd = ['cmake', + '-B', build_dir, + '-S', sources_dir, + f'-DCATCH2_PATH={catch2_path}', + '-DCMAKE_BUILD_TYPE=Debug'] + + build_cmd = ['cmake', + '--build', build_dir, + '--config', 'Debug'] + + try: + subprocess.run(config_cmd, + capture_output = True, + check = True, + text = True) + subprocess.run(build_cmd, + capture_output = True, + check = True, + text = True) + except subprocess.CalledProcessError as err: + print('Error when building the test project') + print(f'cmd: {err.cmd}') + print(f'stderr: {err.stderr}') + print(f'stdout: {err.stdout}') + exit(3) + + return build_dir + + + +def get_test_names(build_path): + # For now we assume that Windows builds are done using MSBuild under + # Debug configuration. This means that we need to add "Debug" folder + # to the path when constructing it. On Linux, we don't add anything. + config_path = "Debug" if os.name == 'nt' else "" + full_path = os.path.join(build_path, config_path, 'tests') + + + cmd = [full_path, '--reporter', 'xml', '--list-tests'] + result = subprocess.run(cmd, + capture_output = True, + check = True, + text = True) + + import xml.etree.ElementTree as ET + root = ET.fromstring(result.stdout) + return [tc.text for tc in root.findall('TestCase/Name')] + + +def list_ctest_tests(build_path): + old_path = os.getcwd() + os.chdir(build_path) + + cmd = ['ctest', '-C', 'debug', '--show-only=json-v1'] + result = subprocess.run(cmd, + capture_output = True, + check = True, + text = True) + os.chdir(old_path) + + import json + + ctest_response = json.loads(result.stdout) + tests = ctest_response['tests'] + test_names = [] + for test in tests: + test_command = test['command'] + # First part of the command is the binary, second is the filter. + # If there are less, registration has failed. If there are more, + # registration has changed and the script needs updating. + assert len(test_command) == 2 + test_names.append(test_command[1]) + test_name = test_command[1] + + return test_names + +def escape_catch2_test_name(name): + for char in ('\\', ',', '[', ']'): + name = name.replace(char, f"\\{char}") + return name + +if __name__ == '__main__': + if len(sys.argv) != 3: + print(f'Usage: {sys.argv[0]} path-to-catch2-cml output-path') + exit(2) + catch2_path = sys.argv[1] + output_base_path = sys.argv[2] + sources_dir = os.path.dirname(os.path.abspath(sys.argv[0])) + + build_path = build_project(sources_dir, output_base_path, catch2_path) + + catch_test_names = [escape_catch2_test_name(name) for name in get_test_names(build_path)] + ctest_test_names = list_ctest_tests(build_path) + + mismatched = 0 + for catch_test in catch_test_names: + if catch_test not in ctest_test_names: + print(f"Catch2 test '{catch_test}' not found in CTest") + mismatched += 1 + for ctest_test in ctest_test_names: + if ctest_test not in catch_test_names: + print(f"CTest test '{ctest_test}' not found in Catch2") + mismatched += 1 + + if mismatched: + print(f"Found {mismatched} mismatched tests catch test names and ctest test commands!") + exit(1) diff --git a/external_imported/Catch2/tests/TestScripts/DiscoverTests/register-tests.cpp b/external_imported/Catch2/tests/TestScripts/DiscoverTests/register-tests.cpp new file mode 100644 index 000000000..aa603df1a --- /dev/null +++ b/external_imported/Catch2/tests/TestScripts/DiscoverTests/register-tests.cpp @@ -0,0 +1,16 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +#include + +TEST_CASE("@Script[C:\\EPM1A]=x;\"SCALA_ZERO:\"", "[script regressions]"){} +TEST_CASE("Some test") {} +TEST_CASE( "Let's have a test case with a long name. Longer. No, even longer. " + "Really looooooooooooong. Even longer than that. Multiple lines " + "worth of test name. Yep, like this." ) {} +TEST_CASE( "And now a test case with weird tags.", "[tl;dr][tl;dw][foo,bar]" ) {} diff --git a/external_imported/Catch2/tests/meson.build b/external_imported/Catch2/tests/meson.build index f525f0412..58302b7aa 100644 --- a/external_imported/Catch2/tests/meson.build +++ b/external_imported/Catch2/tests/meson.build @@ -17,6 +17,7 @@ self_test_sources = files( 'SelfTest/IntrospectiveTests/Details.tests.cpp', 'SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp', 'SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp', + 'SelfTest/IntrospectiveTests/Integer.tests.cpp', 'SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp', 'SelfTest/IntrospectiveTests/Parse.tests.cpp', 'SelfTest/IntrospectiveTests/PartTracker.tests.cpp', diff --git a/external_imported/Catch2/tools/scripts/checkLicense.py b/external_imported/Catch2/tools/scripts/checkLicense.py index 9a9497692..7078d3ec2 100755 --- a/external_imported/Catch2/tools/scripts/checkLicense.py +++ b/external_imported/Catch2/tools/scripts/checkLicense.py @@ -33,7 +33,8 @@ def check_licences_in_path(path: str) -> int: def check_licences(): failed = 0 - roots = ['src/catch2', 'tests'] + # Add 'extras' after the amalgamted files are regenerated with the new script (past 3.4.0) + roots = ['src/catch2', 'tests', 'examples', 'fuzzing'] for root in roots: failed += check_licences_in_path(root) diff --git a/external_imported/Catch2/tools/scripts/generateAmalgamatedFiles.py b/external_imported/Catch2/tools/scripts/generateAmalgamatedFiles.py index 99fc446bf..e3e86aab9 100755 --- a/external_imported/Catch2/tools/scripts/generateAmalgamatedFiles.py +++ b/external_imported/Catch2/tools/scripts/generateAmalgamatedFiles.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) +# SPDX-License-Identifier: BSL-1.0 import os import re @@ -12,6 +17,8 @@ output_header = os.path.join(catchPath, 'extras', 'catch_amalgamated.hpp') output_cpp = os.path.join(catchPath, 'extras', 'catch_amalgamated.cpp') +# REUSE-IgnoreStart + # These are the copyright comments in each file, we want to ignore them copyright_lines = [ '// Copyright Catch2 Authors\n', @@ -24,6 +31,7 @@ # The header of the amalgamated file: copyright information + explanation # what this file is. file_header = '''\ + // Copyright Catch2 Authors // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at @@ -39,6 +47,8 @@ // ---------------------------------------------------------- ''' +# REUSE-IgnoreEnd + # Returns file header with proper version string and generation time def formatted_file_header(version): return file_header.format(version_string=version.getVersionString(), diff --git a/external_imported/Catch2/tools/scripts/releaseCommon.py b/external_imported/Catch2/tools/scripts/releaseCommon.py index 0d995eaf7..1ff4af291 100644 --- a/external_imported/Catch2/tools/scripts/releaseCommon.py +++ b/external_imported/Catch2/tools/scripts/releaseCommon.py @@ -114,8 +114,8 @@ def updateVersionDefine(version): def updateVersionPlaceholder(filename, version): with open(filename, 'rb') as file: lines = file.readlines() - placeholderRegex = re.compile(b'in Catch[0-9]? X.Y.Z') - replacement = 'in Catch2 {}.{}.{}'.format(version.majorVersion, version.minorVersion, version.patchNumber).encode('ascii') + placeholderRegex = re.compile(b'Catch[0-9]? X.Y.Z') + replacement = 'Catch2 {}.{}.{}'.format(version.majorVersion, version.minorVersion, version.patchNumber).encode('ascii') with open(filename, 'wb') as file: for line in lines: file.write(placeholderRegex.sub(replacement, line)) diff --git a/external_imported/Catch2/tools/scripts/updateDocumentToC.py b/external_imported/Catch2/tools/scripts/updateDocumentToC.py index 7b56cfc7a..1840cecc6 100755 --- a/external_imported/Catch2/tools/scripts/updateDocumentToC.py +++ b/external_imported/Catch2/tools/scripts/updateDocumentToC.py @@ -287,7 +287,7 @@ def markdownToclify( Path to the markdown output file. min_toc_len: int (default: 2) - Miniumum number of entries to create a table of contents for. + Minimum number of entries to create a table of contents for. github: bool (default: False) Uses GitHub TOC syntax if True. diff --git a/external_imported/PlatformFolders/.github/workflows/build.yml b/external_imported/PlatformFolders/.github/workflows/build.yml new file mode 100644 index 000000000..12a111e76 --- /dev/null +++ b/external_imported/PlatformFolders/.github/workflows/build.yml @@ -0,0 +1,16 @@ +on: [push] + +jobs: + ci_job: + runs-on: ubuntu-latest + name: Test that the code compiles + steps: + - name: Check Out Repo + uses: actions/checkout@v2 + - name: Test Linux build + run: | + sudo apt-get install -y build-essential cmake + mkdir -p build && cd build + cmake -DPLATFORMFOLDERS_BUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release .. -B . + sudo cmake --build . --target install + ctest diff --git a/external_imported/PlatformFolders/.travis.yml b/external_imported/PlatformFolders/.travis.yml deleted file mode 100644 index cad7ff48b..000000000 --- a/external_imported/PlatformFolders/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -language: cpp -matrix: - include: - - os: linux - env: BUILD_TYPE=Debug - compiler: gcc - - os: linux - env: BUILD_TYPE=Debug - compiler: clang - - os: linux - env: BUILD_TYPE=Release - compiler: gcc - - os: linux - env: BUILD_TYPE=Release - compiler: clang - - os: osx - env: BUILD_TYPE=Debug - compiler: gcc - - os: osx - env: BUILD_TYPE=Debug - compiler: clang - - os: osx - env: BUILD_TYPE=Release - compiler: gcc - - os: osx - env: BUILD_TYPE=Release - compiler: clang -before_script: - - mkdir -p build && cd build -script: - # Run cmake, then compile and run tests with make - - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .. && make -j$(nproc) && make test -after_failure: - # Dumps any logs so you can read the stderr - - if [[ -e 'Testing/Temporary/LastTest.log' ]]; then cat 'Testing/Temporary/LastTest.log'; fi - - if [[ -e 'CMakeFiles/CMakeError.log' ]]; then cat 'CMakeFiles/CMakeError.log'; fi -notifications: - email: false diff --git a/external_imported/PlatformFolders/CHANGELOG.md b/external_imported/PlatformFolders/CHANGELOG.md new file mode 100644 index 000000000..5da7fab36 --- /dev/null +++ b/external_imported/PlatformFolders/CHANGELOG.md @@ -0,0 +1,91 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [4.2.0] 2022-02-06 + +### Added + - Support for "state" dir aka Local Machine + +### Changed + - PlatformFolders specific CMake variables are now prefixed with "PLATFORMFOLDERS_" (Thanks @OlivierLDff) + +## [4.1.0] 2021-08-08 + +### Added + - CHANGELOG.md + - Support for CMAKE_DEBUG_POSTFIX. Makes it possible to add a postfix to debug builds + +### Changed + - README.md is now included in the Doxygen documentation + - Should now be thread safe + - Minor internal changes + +## [4.0.0] 2018-06-24 + +### Added + - Support for "Public" folder + - Support for "Saved Games 2". This will be "Saved Games" in Vista and newer + - Unit tests + + +### Changed + - The correct "Download" folder is now returned on Windows + - Now requires a C++11 compatible compiler (was C++98) + - Minimum Windows version raised from Windows XP to Windows 7. + - The Mac version no longer depends on CoreServices + - The XDG implementation are slightly more resilient to unrelated environments in user-dirs.dirs + - Improved CMake system + +### Removed + - C++98 compatibility + - Windows XP compatibility + - No longer needs CoreServices on Mac OS X + +## [3.2.0] 2018-05-28 + +### Added + - Stand-alone functions. Method calls are no longer needed or recommended. + +### Changed + - Fixed a bug in the xdg cache function that caused sago::getCacheDir() to return the wrong folder if XDG_CONFIG_HOME and/or XDG_CACHE_HOME were set + +## [3.1] 2018-04-21 + +### Added + - Now uses CMake for testing (Thanks @sum01) + - It is now possible to compile as a (static) library. (Thanks @sum01) + - Appveyor CI integration (Thanks @sum01) + +### Changed + - Optimised use of iterator. + - No longer keeps empty data structure on Mac and Windows platforms. + +## [3.0] 2016-10-08 + +### Changed + - On Windows the library now returns UTF-8 encoded paths as default. + +## [2.2] 2016-09-06 + +### Fixed + - Fixed a buffer overflow introduced in 2.1 (originally created to ensure C++03 compatibility) + - The example file no longer abuses namespaces. + + +## [2.1] 2016-02-22 + +### Changed + - Updated documentation URL + - No longer uses a variable length array internally + + +## [2.0] 2015-10-26 + +### Added +- Mac OS X support using Core Framework + +## [1.0] 2015-09-21 +Designed to work with Linux and Windows XP+ diff --git a/external_imported/PlatformFolders/CMakeLists.txt b/external_imported/PlatformFolders/CMakeLists.txt index d82991ecc..5ae2017ca 100644 --- a/external_imported/PlatformFolders/CMakeLists.txt +++ b/external_imported/PlatformFolders/CMakeLists.txt @@ -1,14 +1,33 @@ # For target_compile_features cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) -project(platform_folders VERSION 4.0.0 LANGUAGES CXX) -# Since it's off, the library will be static by default -option(BUILD_SHARED_LIBS "Build shared instead of static." OFF) +set(PLATFORMFOLDERS_MAIN_PROJECT OFF) +if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) + set(PLATFORMFOLDERS_MAIN_PROJECT ON) +endif() + +project(platform_folders VERSION 4.2.0 LANGUAGES CXX) -add_library(platform_folders +# BUILD_SHARED_LIBS is off by default, the library will be static by default +option(PLATFORMFOLDERS_BUILD_SHARED_LIBS "Build platform_folders shared library" ${BUILD_SHARED_LIBS}) +option(PLATFORMFOLDERS_BUILD_TESTING "Build platform_folders tests" ${PLATFORMFOLDERS_MAIN_PROJECT}) +option(PLATFORMFOLDERS_ENABLE_INSTALL "Enable platform_folders INSTALL target" ${PLATFORMFOLDERS_MAIN_PROJECT}) + +set(PLATFORMFOLDERS_TYPE STATIC) +if(PLATFORMFOLDERS_BUILD_SHARED_LIBS) + set(PLATFORMFOLDERS_TYPE SHARED) +endif() + +add_library(platform_folders ${PLATFORMFOLDERS_TYPE} sago/platform_folders.cpp ) +set_target_properties(platform_folders PROPERTIES DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}") + +# Creates an alias so that people building in-tree (instead of using find_package)... +# can still link against the same target +add_library(sago::platform_folders ALIAS platform_folders) + # Defines standardized defaults for install paths include(GNUInstallDirs) # Where to search for the header while building @@ -57,52 +76,52 @@ else() set(_PROJECT_INSTALL_CMAKE_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/platform_folders") endif() -# Gives "Make install" esque operations a location to install to... -# and creates a .cmake file to be exported -install(TARGETS platform_folders - EXPORT "platform_foldersConfig" - LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" - ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" - # Tells it where to put the header files - PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sago" -) +if(PLATFORMFOLDERS_ENABLE_INSTALL) + # Gives "Make install" esque operations a location to install to... + # and creates a .cmake file to be exported + install(TARGETS platform_folders + EXPORT "platform_foldersConfig" + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" + # Tells it where to put the header files + PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sago" + ) -# "The install(TARGETS) and install(EXPORT) commands work together to install a target and a file to help import it" -# Installs a cmake file which external projects can import. -install(EXPORT "platform_foldersConfig" - NAMESPACE sago:: - DESTINATION "${_PROJECT_INSTALL_CMAKE_DIR}" -) + # "The install(TARGETS) and install(EXPORT) commands work together to install a target and a file to help import it" + # Installs a cmake file which external projects can import. + install(EXPORT "platform_foldersConfig" + NAMESPACE sago:: + DESTINATION "${_PROJECT_INSTALL_CMAKE_DIR}" + ) -# "The export command is used to generate a file exporting targets from a project build tree" -# Creates an import file for external projects which are aware of the build tree. -# May be useful for cross-compiling -export(TARGETS platform_folders - FILE "platform_folders-exports.cmake" -) + # "The export command is used to generate a file exporting targets from a project build tree" + # Creates an import file for external projects which are aware of the build tree. + # May be useful for cross-compiling + export(TARGETS platform_folders + FILE "platform_folders-exports.cmake" + ) -# For the config and configversion macros -include(CMakePackageConfigHelpers) + # For the config and configversion macros + include(CMakePackageConfigHelpers) -# Creates the project's ConfigVersion.cmake file -# This allows for find_package() to use a version in the call -write_basic_package_version_file("${CMAKE_CURRENT_BINARY_DIR}/platform_foldersConfigVersion.cmake" - # This'll require versioning in the project() call - VERSION ${CMAKE_PROJECT_VERSION} - # Just assuming Semver is followed - COMPATIBILITY SameMajorVersion -) + # Creates the project's ConfigVersion.cmake file + # This allows for find_package() to use a version in the call + write_basic_package_version_file("${CMAKE_CURRENT_BINARY_DIR}/platform_foldersConfigVersion.cmake" + # This'll require versioning in the project() call + VERSION ${CMAKE_PROJECT_VERSION} + # Just assuming Semver is followed + COMPATIBILITY SameMajorVersion + ) -# Install the ConfigVersion file, which is located in the build dir -install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/platform_foldersConfigVersion.cmake" - DESTINATION "${_PROJECT_INSTALL_CMAKE_DIR}" -) + # Install the ConfigVersion file, which is located in the build dir + install(FILES + "${CMAKE_CURRENT_BINARY_DIR}/platform_foldersConfigVersion.cmake" + DESTINATION "${_PROJECT_INSTALL_CMAKE_DIR}" + ) +endif() -# A module for testing the library -include(CTest) -# BUILD_TESTING is defined (default ON) in CTest -if(BUILD_TESTING) +if(PLATFORMFOLDERS_BUILD_TESTING) + enable_testing() add_subdirectory(test) add_executable(platform_folders_sample platform_folders.cpp) target_link_libraries(platform_folders_sample PRIVATE platform_folders) diff --git a/external_imported/PlatformFolders/README.md b/external_imported/PlatformFolders/README.md index 4978a0f28..e988ad539 100644 --- a/external_imported/PlatformFolders/README.md +++ b/external_imported/PlatformFolders/README.md @@ -2,7 +2,7 @@ A C++ library to look for directories like `My Documents`, `~/.config`, `%APPDATA%`, etc. so that you do not need to write platform-specific code -[Source code](https://github.com/sago007/PlatformFolders) • [Latest release](https://github.com/sago007/PlatformFolders/releases/latest) • [Doxygen documentation](http://sago007.github.io/PlatformFolders/html/doxygen/) +[Source code](https://github.com/sago007/PlatformFolders) • [Latest release](https://github.com/sago007/PlatformFolders/releases/latest) • [Doxygen documentation](https://sago007.github.io/PlatformFolders/html/doxygen/) ## Rationale @@ -11,11 +11,11 @@ There are a lot of platform abstraction libraries available. You can get graphic But folder abstraction seems to be more difficult. My problem was that the code that found the place to save data was platform dependent. This cluttered my code and often I would not discover that it did not compile until moving it to the different platforms. -[I have written a bit more about it here.](http://sago007.blogspot.dk/2015/10/abstraction-for-special-folders.html) +[I have written a bit more about it here.](https://sago007.blogspot.dk/2015/10/abstraction-for-special-folders.html) There are some alternatives that you might consider instead: -* [QStandardPaths](http://doc.qt.io/qt-5/qstandardpaths.html) +* [QStandardPaths](https://doc.qt.io/qt-5/qstandardpaths.html) * [glib](https://developer.gnome.org/glib/stable/glib-Miscellaneous-Utility-Functions.html) Both are properly more mature than this library. However they are both parts of large frameworks and using them with libraries outside the framework may not be that simple. @@ -45,9 +45,9 @@ This project should be compatible with things like [Cmake's ExternalProject_Add] You can also follow the [build step](#building) below to install at a system level, and use [Cmake's find_package](https://cmake.org/cmake/help/latest/command/find_package.html). ```cmake -# Specifying a version is optional -- note it follows by Semver +# Specifying a version is optional -- note it follows Semver find_package(platform_folders 3.1.0 REQUIRED) -# Which creates the IMPORTED lib "sago::platform_folders" +# Which imports the linkable library "sago::platform_folders" # Use it like so... target_link_libraries(EXEORLIBNAME PRIVATE sago::platform_folders) ``` @@ -55,6 +55,8 @@ target_link_libraries(EXEORLIBNAME PRIVATE sago::platform_folders) Alternatively, you can just copy the [sago](https://github.com/sago007/PlatformFolders/tree/master/sago) folder into your program and manually link everything. If you use the last option and are using a library version from before 4.0.0: Remember to link to the CoreServices lib when compiling on Mac. This typically means passing "-framework CoreServices" during the linking phase. +Note that if you build in-tree, you can link against the Cmake alias `sago::platform_folders` just like if you had used find_package. + ### Building **Notes:** @@ -91,6 +93,7 @@ int main() { std::cout << "Config: " << sago::getConfigHome() << "\n"; std::cout << "Data: " << sago::getDataHome() << "\n"; + std::cout << "State: " << sago::getStateDir() << "\n"; std::cout << "Cache: " << sago::getCacheDir() << "\n"; std::cout << "Documents: " << sago::getDocumentsFolder() << "\n"; std::cout << "Desktop: " << sago::getDesktopFolder() << "\n"; @@ -111,6 +114,7 @@ int main() ``` Config: /home/poul/.config Data: /home/poul/.local/share +State: /home/poul/.local/state Cache: /home/poul/.cache Documents: /home/poul/Dokumenter Desktop: /home/poul/Skrivebord @@ -127,6 +131,7 @@ Save Games 2: /home/poul/.local/share ``` Config: C:\users\poul\Application Data Data: C:\users\poul\Application Data +State: C:\users\poul\Local Settings\Application Data Cache: C:\users\poul\Local Settings\Application Data Documents: C:\users\poul\Mine dokumenter Desktop: C:\users\poul\Skrivebord @@ -143,6 +148,7 @@ Save Games 2: C:\users\poul\Saved Games ``` Config: /Users/poul/Library/Application Support Data: /Users/poul/Library/Application Support +State: /Users/poul/Library/Application Support Cache: /Users/poul/Library/Caches Documents: /Users/poul/Documents Desktop: /Users/poul/Desktop diff --git a/external_imported/PlatformFolders/doxygen.conf b/external_imported/PlatformFolders/doxygen.conf index cea077bc8..66b6a4314 100644 --- a/external_imported/PlatformFolders/doxygen.conf +++ b/external_imported/PlatformFolders/doxygen.conf @@ -38,7 +38,7 @@ PROJECT_NAME = "Platform folders" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "4.0.0" +PROJECT_NUMBER = "4.2.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -894,7 +894,8 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +INPUT += README.md +USE_MDFILE_AS_MAINPAGE = README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing diff --git a/external_imported/PlatformFolders/platform_folders.cpp b/external_imported/PlatformFolders/platform_folders.cpp index 08a23dfc6..0c796b6cd 100644 --- a/external_imported/PlatformFolders/platform_folders.cpp +++ b/external_imported/PlatformFolders/platform_folders.cpp @@ -30,6 +30,7 @@ int main() { std::cout << "Config: " << sago::getConfigHome() << "\n"; std::cout << "Data: " << sago::getDataHome() << "\n"; + std::cout << "State: " << sago::getStateDir() << "\n"; std::cout << "Cache: " << sago::getCacheDir() << "\n"; std::cout << "Documents: " << sago::getDocumentsFolder() << "\n"; std::cout << "Desktop: " << sago::getDesktopFolder() << "\n"; diff --git a/external_imported/PlatformFolders/sago/platform_folders.cpp b/external_imported/PlatformFolders/sago/platform_folders.cpp index f4e699e09..b1a08745d 100644 --- a/external_imported/PlatformFolders/sago/platform_folders.cpp +++ b/external_imported/PlatformFolders/sago/platform_folders.cpp @@ -52,8 +52,16 @@ static std::string getHome() { res = homeEnv; return res; } - struct passwd* pw = getpwuid(uid); - if (!pw) { + struct passwd* pw = nullptr; + struct passwd pwd; + long bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); + if (bufsize < 0) { + bufsize = 16384; + } + std::vector buffer; + buffer.resize(bufsize); + int error_code = getpwuid_r(uid, &pwd, buffer.data(), buffer.size(), &pw); + if (error_code) { throw std::runtime_error("Unable to get passwd struct."); } const char* tempRes = pw->pw_dir; @@ -64,7 +72,7 @@ static std::string getHome() { return res; } -#endif +#endif #ifdef _WIN32 // Make sure we don't bring in all the extra junk with windows.h @@ -80,24 +88,29 @@ static std::string getHome() { // For SHGetFolderPathW and various CSIDL "magic numbers" #include -static std::string win32_utf16_to_utf8(const wchar_t* wstr) { +namespace sago { +namespace internal { + +std::string win32_utf16_to_utf8(const wchar_t* wstr) { std::string res; // If the 6th parameter is 0 then WideCharToMultiByte returns the number of bytes needed to store the result. int actualSize = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, nullptr, 0, nullptr, nullptr); if (actualSize > 0) { //If the converted UTF-8 string could not be in the initial buffer. Allocate one that can hold it. std::vector buffer(actualSize); - actualSize = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, &buffer[0], buffer.size(), nullptr, nullptr); + actualSize = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, &buffer[0], static_cast(buffer.size()), nullptr, nullptr); res = buffer.data(); } if (actualSize == 0) { // WideCharToMultiByte return 0 for errors. - const std::string errorMsg = "UTF16 to UTF8 failed with error code: " + GetLastError(); - throw std::runtime_error(errorMsg.c_str()); + throw std::runtime_error("UTF16 to UTF8 failed with error code: " + std::to_string(GetLastError())); } return res; } +} // namesapce internal +} // namespace sago + class FreeCoTaskMemory { LPWSTR pointer = NULL; public: @@ -116,7 +129,7 @@ static std::string GetKnownWindowsFolder(REFKNOWNFOLDERID folderId, const char* if (!SUCCEEDED(hr)) { throw std::runtime_error(errorMsg); } - return win32_utf16_to_utf8(wszPath); + return sago::internal::win32_utf16_to_utf8(wszPath); } static std::string GetAppData() { @@ -137,6 +150,7 @@ static std::string GetAppDataLocal() { #include // For strlen and strtok #include +#include //Typically Linux. For easy reading the comments will just say Linux but should work with most *nixes static void throwOnRelative(const char* envName, const char* envValue) { @@ -161,28 +175,12 @@ static std::string getLinuxFolderDefault(const char* envName, const char* defaul return res; } -static void appendExtraFoldersTokenizer(const char* envName, const char* envValue, std::vector& folders) { - std::vector buffer(envValue, envValue + std::strlen(envValue) + 1); - char* p = std::strtok ( &buffer[0], ":"); - while (p != nullptr) { - if (p[0] == '/') { - folders.push_back(p); - } - else { - //Unless the system is wrongly configured this should never happen... But of course some systems will be incorectly configured. - //The XDG documentation indicates that the folder should be ignored but that the program should continue. - std::cerr << "Skipping path \"" << p << "\" in \"" << envName << "\" because it does not start with a \"/\"\n"; - } - p = std::strtok (nullptr, ":"); - } -} - static void appendExtraFolders(const char* envName, const char* defaultValue, std::vector& folders) { const char* envValue = std::getenv(envName); if (!envValue) { envValue = defaultValue; } - appendExtraFoldersTokenizer(envName, envValue, folders); + sago::internal::appendExtraFoldersTokenizer(envName, envValue, folders); } #endif @@ -190,6 +188,25 @@ static void appendExtraFolders(const char* envName, const char* defaultValue, st namespace sago { +#if !defined(_WIN32) && !defined(__APPLE__) +namespace internal { +void appendExtraFoldersTokenizer(const char* envName, const char* envValue, std::vector& folders) { + std::stringstream ss(envValue); + std::string value; + while (std::getline(ss, value, ':')) { + if (value[0] == '/') { + folders.push_back(value); + } + else { + //Unless the system is wrongly configured this should never happen... But of course some systems will be incorectly configured. + //The XDG documentation indicates that the folder should be ignored but that the program should continue. + std::cerr << "Skipping path \"" << value << "\" in \"" << envName << "\" because it does not start with a \"/\"\n"; + } + } +} +} +#endif + std::string getDataHome() { #ifdef _WIN32 return GetAppData(); @@ -220,6 +237,16 @@ std::string getCacheDir() { #endif } +std::string getStateDir() { +#ifdef _WIN32 + return GetAppDataLocal(); +#elif defined(__APPLE__) + return getHome()+"/Library/Application Support"; +#else + return getLinuxFolderDefault("XDG_STATE_HOME", ".local/state"); +#endif +} + void appendAdditionalDataDirectories(std::vector& homes) { #ifdef _WIN32 homes.push_back(GetAppDataCommon()); @@ -255,7 +282,8 @@ static void PlatformFoldersAddFromFile(const std::string& filename, std::map& folders); +#endif +#ifdef _WIN32 +std::string win32_utf16_to_utf8(const wchar_t* wstr); +#endif +} +#endif //DOXYGEN_SHOULD_SKIP_THIS + /** * Retrives the base folder for storing data files. * You must add the program name yourself like this: @@ -44,7 +55,7 @@ namespace sago { * string data_home = getDataHome()+"/My Program Name/"; * @endcode * On Windows this defaults to %APPDATA% (Roaming profile) - * On Linux this defaults to ~/.local/share but can be configured + * On Linux this defaults to ~/.local/share but can be configured by the user * @return The base folder for storing program data. */ std::string getDataHome(); @@ -56,7 +67,7 @@ std::string getDataHome(); * string data_home = getConfigHome()+"/My Program Name/"; * @endcode * On Windows this defaults to %APPDATA% (Roaming profile) - * On Linux this defaults to ~/.config but can be configured + * On Linux this defaults to ~/.config but can be configured by the user * @return The base folder for storing config data. */ std::string getConfigHome(); @@ -65,14 +76,28 @@ std::string getConfigHome(); * Retrives the base folder for storing cache files. * You must add the program name yourself like this: * @code{.cpp} - * string data_home = getCacheDir()+"/My Program Name/"; + * string data_home = getCacheDir()+"/My Program Name/cache/"; * @endcode * On Windows this defaults to %APPDATALOCAL% - * On Linux this defaults to ~/.cache but can be configured - * @return The base folder for storing data that do not need to be backed up. + * On Linux this defaults to ~/.cache but can be configured by the user + * Note that it is recommended to append "cache" after the program name to prevent conflicting with "StateDir" under Windows + * @return The base folder for storing data that do not need to be backed up and might be deleted. */ std::string getCacheDir(); +/** + * Retrives the base folder used for state files. + * You must add the program name yourself like this: + * @code{.cpp} + * string data_home = getStateDir()+"/My Program Name/"; + * @endcode + * On Windows this defaults to %APPDATALOCAL% + * On Linux this defaults to ~/.local/state but can be configured by the user + * On OS X this is the same as getDataHome() + * @return The base folder for storing data that do not need to be backed up but should not be reguarly deleted either. + */ +std::string getStateDir(); + /** * This will append extra folders that your program should be looking for data files in. * This does not normally include the path returned by GetDataHome(). @@ -214,7 +239,7 @@ class PlatformFolders { */ std::string getPicturesFolder() const; /** - * Use sago::getPublicFolder() instead! + * Use sago::getPublicFolder() instead! */ std::string getPublicFolder() const; /** diff --git a/external_imported/PlatformFolders/test/CMakeLists.txt b/external_imported/PlatformFolders/test/CMakeLists.txt index a5568831a..c11103e5b 100644 --- a/external_imported/PlatformFolders/test/CMakeLists.txt +++ b/external_imported/PlatformFolders/test/CMakeLists.txt @@ -47,5 +47,7 @@ _def_test("getMusicFolder") _def_test("getPicturesFolder") _def_test("getPublicFolder") _def_test("getSaveGamesFolder1") +_def_test("getStateDir") _def_test("getVideoFolder") _def_test("integration") +_def_test("internalTest") \ No newline at end of file diff --git a/external_imported/PlatformFolders/test/appendAdditionalDataDirectories.cpp b/external_imported/PlatformFolders/test/appendAdditionalDataDirectories.cpp index ab83d22db..75d874c1c 100644 --- a/external_imported/PlatformFolders/test/appendAdditionalDataDirectories.cpp +++ b/external_imported/PlatformFolders/test/appendAdditionalDataDirectories.cpp @@ -2,6 +2,7 @@ #include "../sago/platform_folders.h" #include #include +#include int main() { std::vector extraData; diff --git a/external_imported/PlatformFolders/test/getStateDir.cpp b/external_imported/PlatformFolders/test/getStateDir.cpp new file mode 100644 index 000000000..294a00c7f --- /dev/null +++ b/external_imported/PlatformFolders/test/getStateDir.cpp @@ -0,0 +1,7 @@ +#include "tester.hpp" +#include "../sago/platform_folders.h" + +int main() { + run_test(sago::getStateDir()); + return 0; +} diff --git a/external_imported/PlatformFolders/test/internalTest.cpp b/external_imported/PlatformFolders/test/internalTest.cpp new file mode 100644 index 000000000..faae2c1dc --- /dev/null +++ b/external_imported/PlatformFolders/test/internalTest.cpp @@ -0,0 +1,22 @@ +#include "tester.hpp" +#include "../sago/platform_folders.h" +#include +#include +#include + +int main() { + std::vector extraData; + #if !defined(_WIN32) && !defined(__APPLE__) + extraData.clear(); + sago::internal::appendExtraFoldersTokenizer("", "/hello:two:/three", extraData); + if (extraData.at(0) != "/hello") { + std::cerr << "sago::internal::appendExtraFoldersTokenizer did not return \"/hello\"\n"; + std::exit(EXIT_FAILURE); + } + if (extraData.at(1) != "/three") { + std::cerr << "sago::internal::appendExtraFoldersTokenizer did not return \"/three\"\n"; + std::exit(EXIT_FAILURE); + } + #endif + return 0; +} diff --git a/external_imported/cpp-httplib/.github/workflows/test.yaml b/external_imported/cpp-httplib/.github/workflows/test.yaml index 2bf0c3dfd..173daa8c8 100644 --- a/external_imported/cpp-httplib/.github/workflows/test.yaml +++ b/external_imported/cpp-httplib/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: install brotli library on ubuntu if: matrix.os == 'ubuntu-latest' run: sudo apt update && sudo apt-get install -y libbrotli-dev @@ -32,7 +32,7 @@ jobs: run: cd test && make fuzz_test - name: setup msbuild on windows if: matrix.os == 'windows-latest' - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.1 - name: make-windows if: matrix.os == 'windows-latest' run: | diff --git a/external_imported/cpp-httplib/CMakeLists.txt b/external_imported/cpp-httplib/CMakeLists.txt index e8781c1ff..73de51189 100644 --- a/external_imported/cpp-httplib/CMakeLists.txt +++ b/external_imported/cpp-httplib/CMakeLists.txt @@ -3,18 +3,21 @@ * BUILD_SHARED_LIBS (default off) builds as a shared library (if HTTPLIB_COMPILE is ON) * HTTPLIB_USE_OPENSSL_IF_AVAILABLE (default on) * HTTPLIB_USE_ZLIB_IF_AVAILABLE (default on) + * HTTPLIB_USE_BROTLI_IF_AVAILABLE (default on) * HTTPLIB_REQUIRE_OPENSSL (default off) * HTTPLIB_REQUIRE_ZLIB (default off) - * HTTPLIB_USE_BROTLI_IF_AVAILABLE (default on) * HTTPLIB_REQUIRE_BROTLI (default off) + * HTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN (default on) * HTTPLIB_COMPILE (default off) + * HTTPLIB_INSTALL (default on) + * HTTPLIB_TEST (default off) * BROTLI_USE_STATIC_LIBS - tells Cmake to use the static Brotli libs (only works if you have them installed). * OPENSSL_USE_STATIC_LIBS - tells Cmake to use the static OpenSSL libs (only works if you have them installed). ------------------------------------------------------------------------------- - After installation with Cmake, a find_package(httplib) is available. - This creates a httplib::httplib target (if found). + After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli) is available. + This creates a httplib::httplib target (if found and if listed components are supported). It can be linked like so: target_link_libraries(your_exe httplib::httplib) @@ -42,6 +45,7 @@ * HTTPLIB_IS_USING_OPENSSL - a bool for if OpenSSL support is enabled. * HTTPLIB_IS_USING_ZLIB - a bool for if ZLIB support is enabled. * HTTPLIB_IS_USING_BROTLI - a bool for if Brotli support is enabled. + * HTTPLIB_IS_USING_CERTS_FROM_MACOSX_KEYCHAIN - a bool for if support of loading system certs from the Apple Keychain is enabled. * HTTPLIB_IS_COMPILED - a bool for if the library is compiled, or otherwise header-only. * HTTPLIB_INCLUDE_DIR - the root path to httplib's header (e.g. /usr/include). * HTTPLIB_LIBRARY - the full path to the library if compiled (e.g. /usr/lib/libhttplib.so). @@ -55,7 +59,6 @@ ------------------------------------------------------------------------------- - FindPython3 requires Cmake v3.12 ARCH_INDEPENDENT option of write_basic_package_version_file() requires Cmake v3.14 ]] cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR) @@ -65,32 +68,34 @@ cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR) # This is so the maintainer doesn't actually need to update this manually. file(STRINGS httplib.h _raw_version_string REGEX "CPPHTTPLIB_VERSION \"([0-9]+\\.[0-9]+\\.[0-9]+)\"") -# Needed since git tags have "v" prefixing them. -# Also used if the fallback to user agent string is being used. +# Extracts just the version string itself from the whole string contained in _raw_version_string +# since _raw_version_string would contain the entire line of code where it found the version string string(REGEX MATCH "([0-9]+\\.?)+" _httplib_version "${_raw_version_string}") project(httplib VERSION ${_httplib_version} LANGUAGES CXX) # Change as needed to set an OpenSSL minimum version. # This is used in the installed Cmake config file. -set(_HTTPLIB_OPENSSL_MIN_VER "1.1.1") +set(_HTTPLIB_OPENSSL_MIN_VER "3.0.0") +# Lets you disable C++ exception during CMake configure time. +# The value is used in the install CMake config file. +option(HTTPLIB_NO_EXCEPTIONS "Disable the use of C++ exceptions" OFF) # Allow for a build to require OpenSSL to pass, instead of just being optional option(HTTPLIB_REQUIRE_OPENSSL "Requires OpenSSL to be found & linked, or fails build." OFF) option(HTTPLIB_REQUIRE_ZLIB "Requires ZLIB to be found & linked, or fails build." OFF) -# Allow for a build to casually enable OpenSSL/ZLIB support, but silenty continue if not found. +# Allow for a build to casually enable OpenSSL/ZLIB support, but silently continue if not found. # Make these options so their automatic use can be specifically disabled (as needed) option(HTTPLIB_USE_OPENSSL_IF_AVAILABLE "Uses OpenSSL (if available) to enable HTTPS support." ON) option(HTTPLIB_USE_ZLIB_IF_AVAILABLE "Uses ZLIB (if available) to enable Zlib compression support." ON) # Lets you compile the program as a regular library instead of header-only option(HTTPLIB_COMPILE "If ON, uses a Python script to split the header into a compilable header & source file (requires Python v3)." OFF) -# Just setting this variable here for people building in-tree -if(HTTPLIB_COMPILE) - set(HTTPLIB_IS_COMPILED TRUE) -endif() - +# Lets you disable the installation (useful when fetched from another CMake project) +option(HTTPLIB_INSTALL "Enables the installation target" ON) +option(HTTPLIB_TEST "Enables testing and builds tests" OFF) option(HTTPLIB_REQUIRE_BROTLI "Requires Brotli to be found & linked, or fails build." OFF) option(HTTPLIB_USE_BROTLI_IF_AVAILABLE "Uses Brotli (if available) to enable Brotli decompression support." ON) +option(HTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN "Enable feature to load system certs from the Apple Keychain." ON) # Defaults to static library option(BUILD_SHARED_LIBS "Build the library as a shared library instead of static. Has no effect if using header-only." OFF) if (BUILD_SHARED_LIBS AND WIN32 AND HTTPLIB_COMPILE) @@ -99,40 +104,48 @@ if (BUILD_SHARED_LIBS AND WIN32 AND HTTPLIB_COMPILE) set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) endif() +# Set some variables that are used in-tree and while building based on our options +set(HTTPLIB_IS_COMPILED ${HTTPLIB_COMPILE}) +set(HTTPLIB_IS_USING_CERTS_FROM_MACOSX_KEYCHAIN ${HTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN}) + # Threads needed for on some systems, and for on Linux +set(THREADS_PREFER_PTHREAD_FLAG TRUE) find_package(Threads REQUIRED) # Since Cmake v3.11, Crypto & SSL became optional when not specified as COMPONENTS. if(HTTPLIB_REQUIRE_OPENSSL) find_package(OpenSSL ${_HTTPLIB_OPENSSL_MIN_VER} COMPONENTS Crypto SSL REQUIRED) + set(HTTPLIB_IS_USING_OPENSSL TRUE) elseif(HTTPLIB_USE_OPENSSL_IF_AVAILABLE) find_package(OpenSSL ${_HTTPLIB_OPENSSL_MIN_VER} COMPONENTS Crypto SSL QUIET) -endif() -# Just setting this variable here for people building in-tree -if(OPENSSL_FOUND) - set(HTTPLIB_IS_USING_OPENSSL TRUE) + # Avoid a rare circumstance of not finding all components but the end-user did their + # own call for OpenSSL, which might trick us into thinking we'd otherwise have what we wanted + if (TARGET OpenSSL::SSL AND TARGET OpenSSL::Crypto) + set(HTTPLIB_IS_USING_OPENSSL ${OPENSSL_FOUND}) + else() + set(HTTPLIB_IS_USING_OPENSSL FALSE) + endif() endif() if(HTTPLIB_REQUIRE_ZLIB) find_package(ZLIB REQUIRED) + set(HTTPLIB_IS_USING_ZLIB TRUE) elseif(HTTPLIB_USE_ZLIB_IF_AVAILABLE) find_package(ZLIB QUIET) -endif() -# Just setting this variable here for people building in-tree -# FindZLIB doesn't have a ZLIB_FOUND variable, so check the target. -if(TARGET ZLIB::ZLIB) - set(HTTPLIB_IS_USING_ZLIB TRUE) + # FindZLIB doesn't have a ZLIB_FOUND variable, so check the target. + if(TARGET ZLIB::ZLIB) + set(HTTPLIB_IS_USING_ZLIB TRUE) + endif() endif() # Adds our cmake folder to the search path for find_package +# This is so we can use our custom FindBrotli.cmake list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") if(HTTPLIB_REQUIRE_BROTLI) find_package(Brotli COMPONENTS encoder decoder common REQUIRED) + set(HTTPLIB_IS_USING_BROTLI TRUE) elseif(HTTPLIB_USE_BROTLI_IF_AVAILABLE) find_package(Brotli COMPONENTS encoder decoder common QUIET) -endif() -# Just setting this variable here for people building in-tree -if(Brotli_FOUND) - set(HTTPLIB_IS_USING_BROTLI TRUE) + set(HTTPLIB_IS_USING_BROTLI ${Brotli_FOUND}) endif() # Used for default, common dirs that the end-user can change (if needed) @@ -160,7 +173,7 @@ if(HTTPLIB_COMPILE) ERROR_VARIABLE _httplib_split_error ) if(_httplib_split_error) - message(FATAL_ERROR "Failed when trying to split Cpp-httplib with the Python script.\n${_httplib_split_error}") + message(FATAL_ERROR "Failed when trying to split cpp-httplib with the Python script.\n${_httplib_split_error}") endif() # split.py puts output in "out" @@ -175,7 +188,7 @@ if(HTTPLIB_COMPILE) set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${${PROJECT_NAME}_VERSION} - SOVERSION ${${PROJECT_NAME}_VERSION_MAJOR} + SOVERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}" ) else() # This is for header-only. @@ -187,22 +200,10 @@ endif() # Only useful if building in-tree, versus using it from an installation. add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME}) -# Might be missing some, but this list is somewhat comprehensive -target_compile_features(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} - cxx_std_11 - cxx_nullptr - cxx_lambdas - cxx_override - cxx_defaulted_functions - cxx_attribute_deprecated - cxx_auto_type - cxx_decltype - cxx_deleted_functions - cxx_range_for - cxx_sizeof_member -) +# Require C++11 +target_compile_features(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} cxx_std_11) -target_include_directories(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} +target_include_directories(${PROJECT_NAME} SYSTEM ${_INTERFACE_OR_PUBLIC} $ $ ) @@ -213,7 +214,8 @@ target_link_libraries(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} # Needed for Windows libs on Mingw, as the pragma comment(lib, "xyz") aren't triggered. $<$:ws2_32> $<$:crypt32> - $<$:cryptui> + # Needed for API from MacOS Security framework + "$<$,$,$>:-framework CoreFoundation -framework Security>" # Can't put multiple targets in a single generator expression or it bugs out. $<$:Brotli::common> $<$:Brotli::encoder> @@ -225,20 +227,15 @@ target_link_libraries(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} # Set the definitions to enable optional features target_compile_definitions(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} + $<$:CPPHTTPLIB_NO_EXCEPTIONS> $<$:CPPHTTPLIB_BROTLI_SUPPORT> $<$:CPPHTTPLIB_ZLIB_SUPPORT> $<$:CPPHTTPLIB_OPENSSL_SUPPORT> + $<$,$,$>:CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN> ) -# Cmake's find_package search path is different based on the system -# See https://cmake.org/cmake/help/latest/command/find_package.html for the list -if(CMAKE_SYSTEM_NAME STREQUAL "Windows") - set(_TARGET_INSTALL_CMAKEDIR "${CMAKE_INSTALL_PREFIX}/cmake/${PROJECT_NAME}") -else() - # On Non-Windows, it should be /usr/lib/cmake//Config.cmake - # NOTE: This may or may not work for macOS... - set(_TARGET_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}") -endif() +# CMake configuration files installation directory +set(_TARGET_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}") include(CMakePackageConfigHelpers) @@ -248,51 +245,52 @@ configure_package_config_file("${PROJECT_NAME}Config.cmake.in" INSTALL_DESTINATION "${_TARGET_INSTALL_CMAKEDIR}" # Passes the includedir install path PATH_VARS CMAKE_INSTALL_FULL_INCLUDEDIR - # There aren't any components, so don't use the macro - NO_CHECK_REQUIRED_COMPONENTS_MACRO ) if(HTTPLIB_COMPILE) write_basic_package_version_file("${PROJECT_NAME}ConfigVersion.cmake" # Example: if you find_package(httplib 0.5.4) - # then anything >= 0.5 and <= 1.0 is accepted - COMPATIBILITY SameMajorVersion + # then anything >= 0.5.4 and < 0.6 is accepted + COMPATIBILITY SameMinorVersion ) else() write_basic_package_version_file("${PROJECT_NAME}ConfigVersion.cmake" # Example: if you find_package(httplib 0.5.4) - # then anything >= 0.5 and <= 1.0 is accepted - COMPATIBILITY SameMajorVersion + # then anything >= 0.5.4 and < 0.6 is accepted + COMPATIBILITY SameMinorVersion # Tells Cmake that it's a header-only lib # Mildly useful for end-users :) ARCH_INDEPENDENT ) endif() -# Creates the export httplibTargets.cmake -# This is strictly what holds compilation requirements -# and linkage information (doesn't find deps though). -install(TARGETS ${PROJECT_NAME} - EXPORT httplibTargets - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -) +if(HTTPLIB_INSTALL) + # Creates the export httplibTargets.cmake + # This is strictly what holds compilation requirements + # and linkage information (doesn't find deps though). + install(TARGETS ${PROJECT_NAME} EXPORT httplibTargets) -install(FILES "${_httplib_build_includedir}/httplib.h" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) + install(FILES "${_httplib_build_includedir}/httplib.h" TYPE INCLUDE) -install(FILES + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake" # Install it so it can be used later by the httplibConfig.cmake file. # Put it in the same dir as our config file instead of a global path so we don't potentially stomp on other packages. "${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindBrotli.cmake" - DESTINATION ${_TARGET_INSTALL_CMAKEDIR} -) + DESTINATION ${_TARGET_INSTALL_CMAKEDIR} + ) -# NOTE: This path changes depending on if it's on Windows or Linux -install(EXPORT httplibTargets - # Puts the targets into the httplib namespace - # So this makes httplib::httplib linkable after doing find_package(httplib) - NAMESPACE ${PROJECT_NAME}:: - DESTINATION ${_TARGET_INSTALL_CMAKEDIR} -) + # NOTE: This path changes depending on if it's on Windows or Linux + install(EXPORT httplibTargets + # Puts the targets into the httplib namespace + # So this makes httplib::httplib linkable after doing find_package(httplib) + NAMESPACE ${PROJECT_NAME}:: + DESTINATION ${_TARGET_INSTALL_CMAKEDIR} + ) +endif() + +if(HTTPLIB_TEST) + include(CTest) + add_subdirectory(test) +endif() diff --git a/external_imported/cpp-httplib/README.md b/external_imported/cpp-httplib/README.md index cb4d80289..ebde68aaf 100644 --- a/external_imported/cpp-httplib/README.md +++ b/external_imported/cpp-httplib/README.md @@ -7,12 +7,12 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include the **httplib.h** file in your code! -NOTE: This is a multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. +NOTE: This library uses 'blocking' socket I/O. If you are looking for a library with 'non-blocking' socket I/O, this is not the one that you want. Simple examples --------------- -#### Server +#### Server (Multi-threaded) ```c++ #define CPPHTTPLIB_OPENSSL_SUPPORT @@ -53,7 +53,9 @@ SSL Support SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked. -NOTE: cpp-httplib currently supports only version 1.1.1 and 3.0. +NOTE: cpp-httplib currently supports only version 3.0 or later. Please see [this page](https://www.openssl.org/policies/releasestrat.html) to get more information. + +NOTE for macOS: cpp-httplib now can use system certs with `CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN`. `CoreFoundation` and `Security` should be linked with `-framework`. ```c++ #define CPPHTTPLIB_OPENSSL_SUPPORT @@ -65,6 +67,7 @@ httplib::SSLServer svr("./cert.pem", "./key.pem"); // Client httplib::Client cli("https://localhost:1234"); // scheme + host httplib::SSLClient cli("localhost:1234"); // host +httplib::SSLClient cli("localhost", 1234); // host, port // Use your CA bundle cli.set_ca_cert_path("./ca-bundle.crt"); @@ -73,7 +76,7 @@ cli.set_ca_cert_path("./ca-bundle.crt"); cli.enable_server_certificate_verification(false); ``` -Note: When using SSL, it seems impossible to avoid SIGPIPE in all cases, since on some operating systems, SIGPIPE can only be suppressed on a per-message basis, but there is no way to make the OpenSSL library do so for its internal communications. If your program needs to avoid being terminated on SIGPIPE, the only fully general way might be to set up a signal handler for SIGPIPE to handle or ignore it yourself. +NOTE: When using SSL, it seems impossible to avoid SIGPIPE in all cases, since on some operating systems, SIGPIPE can only be suppressed on a per-message basis, but there is no way to make the OpenSSL library do so for its internal communications. If your program needs to avoid being terminated on SIGPIPE, the only fully general way might be to set up a signal handler for SIGPIPE to handle or ignore it yourself. Server ------ @@ -91,11 +94,20 @@ int main(void) res.set_content("Hello World!", "text/plain"); }); + // Match the request path against a regular expression + // and extract its captures svr.Get(R"(/numbers/(\d+))", [&](const Request& req, Response& res) { auto numbers = req.matches[1]; res.set_content(numbers, "text/plain"); }); + // Capture the second segment of the request path as "id" path param + svr.Get("/users/:id", [&](const Request& req, Response& res) { + auto user_id = req.path_params.at("id"); + res.set_content(user_id, "text/plain"); + }); + + // Extract values from HTTP headers and URL query params svr.Get("/body-header-param", [](const Request& req, Response& res) { if (req.has_header("Content-Length")) { auto val = req.get_header_value("Content-Length"); @@ -178,6 +190,8 @@ The followings are built-in mappings: | webm | video/webm | zip | application/zip | | mp3 | audio/mp3 | wasm | application/wasm | +NOTE: These static file server methods are not thread-safe. + ### File request handler ```cpp @@ -187,8 +201,6 @@ svr.set_file_request_handler([](const Request &req, Response &res) { }); ``` -NOTE: These static file server methods are not thread-safe. - ### Logging ```cpp @@ -212,15 +224,23 @@ svr.set_error_handler([](const auto& req, auto& res) { The exception handler gets called if a user routing handler throws an error. ```cpp -svr.set_exception_handler([](const auto& req, auto& res, std::exception &e) { - res.status = 500; +svr.set_exception_handler([](const auto& req, auto& res, std::exception_ptr ep) { auto fmt = "

Error 500

%s

"; char buf[BUFSIZ]; - snprintf(buf, sizeof(buf), fmt, e.what()); + try { + std::rethrow_exception(ep); + } catch (std::exception &e) { + snprintf(buf, sizeof(buf), fmt, e.what()); + } catch (...) { // See the following NOTE + snprintf(buf, sizeof(buf), fmt, "Unknown Exception"); + } res.set_content(buf, "text/html"); + res.status = StatusCode::InternalServerError_500; }); ``` +NOTE: if you don't provide the `catch (...)` block for a rethrown exception pointer, an uncaught exception will end up causing the server crash. Be careful! + ### Pre routing handler ```cpp @@ -292,7 +312,7 @@ svr.Get("/stream", [&](const Request &req, Response &res) { res.set_content_provider( data->size(), // Content length "text/plain", // Content type - [data](size_t offset, size_t length, DataSink &sink) { + [&, data](size_t offset, size_t length, DataSink &sink) { const auto &d = *data; sink.write(&d[offset], std::min(length, DATA_CHUNK_SIZE)); return true; // return 'false' if you want to cancel the process. @@ -337,6 +357,27 @@ svr.Get("/chunked", [&](const Request& req, Response& res) { }); ``` +With trailer: + +```cpp +svr.Get("/chunked", [&](const Request& req, Response& res) { + res.set_header("Trailer", "Dummy1, Dummy2"); + res.set_chunked_content_provider( + "text/plain", + [](size_t offset, DataSink &sink) { + sink.write("123", 3); + sink.write("345", 3); + sink.write("789", 3); + sink.done_with_trailer({ + {"Dummy1", "DummyVal1"}, + {"Dummy2", "DummyVal2"} + }); + return true; + } + ); +}); +``` + ### 'Expect: 100-continue' handler By default, the server sends a `100 Continue` response for an `Expect: 100-continue` header. @@ -344,14 +385,14 @@ By default, the server sends a `100 Continue` response for an `Expect: 100-conti ```cpp // Send a '417 Expectation Failed' response. svr.set_expect_100_continue_handler([](const Request &req, Response &res) { - return 417; + return StatusCode::ExpectationFailed_417; }); ``` ```cpp // Send a final status without reading the message body. svr.set_expect_100_continue_handler([](const Request &req, Response &res) { - return res.status = 401; + return res.status = StatusCode::Unauthorized_401; }); ``` @@ -376,6 +417,8 @@ svr.set_idle_interval(0, 100000); // 100 milliseconds svr.set_payload_max_length(1024 * 1024 * 512); // 512MB ``` +NOTE: When the request body content type is 'www-form-urlencoded', the actual payload length shouldn't exceed `CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH`. + ### Server-Sent Events Please see [Server example](https://github.com/yhirose/cpp-httplib/blob/master/example/ssesvr.cc) and [Client example](https://github.com/yhirose/cpp-httplib/blob/master/example/ssecli.cc). @@ -390,6 +433,17 @@ If you want to set the thread count at runtime, there is no convenient way... Bu svr.new_task_queue = [] { return new ThreadPool(12); }; ``` +You can also provide an optional parameter to limit the maximum number +of pending requests, i.e. requests `accept()`ed by the listener but +still waiting to be serviced by worker threads. + +```cpp +svr.new_task_queue = [] { return new ThreadPool(/*num_threads=*/12, /*max_queued_requests=*/18); }; +``` + +Default limit is 0 (unlimited). Once the limit is reached, the listener +will shutdown the client connection. + ### Override the default thread pool with yours You can supply your own thread pool implementation according to your need. @@ -401,8 +455,10 @@ public: pool_.start_with_thread_count(n); } - virtual void enqueue(std::function fn) override { - pool_.enqueue(fn); + virtual bool enqueue(std::function fn) override { + /* Return true if the task was actually enqueued, or false + * if the caller must drop the corresponding connection. */ + return pool_.enqueue(fn); } virtual void shutdown() override { @@ -430,12 +486,12 @@ int main(void) httplib::Client cli("localhost", 1234); if (auto res = cli.Get("/hi")) { - if (res->status == 200) { + if (res->status == StatusCode::OK_200) { std::cout << res->body << std::endl; } } else { auto err = res.error(); - ... + std::cout << "HTTP error: " << httplib::to_string(err) << std::endl; } } ``` @@ -468,7 +524,9 @@ enum Error { SSLConnection, SSLLoadingCerts, SSLServerVerification, - UnsupportedMultipartBoundaryChars + UnsupportedMultipartBoundaryChars, + Compression, + ConnectionTimeout, }; ``` @@ -482,6 +540,10 @@ auto res = cli.Get("/hi", headers); ``` or ```c++ +auto res = cli.Get("/hi", {{"Accept-Encoding", "gzip, deflate"}}); +``` +or +```c++ cli.set_default_headers({ { "Accept-Encoding", "gzip, deflate" } }); @@ -574,7 +636,7 @@ std::string body; auto res = cli.Get( "/stream", Headers(), [&](const Response &response) { - EXPECT_EQ(200, response.status); + EXPECT_EQ(StatusCode::OK_200, response.status); return true; // return 'false' if you want to cancel the request. }, [&](const char *data, size_t data_length) { @@ -615,7 +677,7 @@ auto res = cli.Post( ### With Progress Callback ```cpp -httplib::Client client(url, port); +httplib::Client cli(url, port); // prints: 0 / 000 bytes => 50% complete auto res = cli.Get("/", [](uint64_t len, uint64_t total) { @@ -797,14 +859,14 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32 #include ``` -Note: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can no longer verify it. Pull requests are always welcome for the older versions of Visual Studio unless they break the C++11 conformance. +NOTE: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can no longer verify it. Pull requests are always welcome for the older versions of Visual Studio unless they break the C++11 conformance. -Note: Windows 8 or lower and Cygwin on Windows are not supported. +NOTE: Windows 8 or lower, Visual Studio 2013 or lower, and Cygwin and MSYS2 including MinGW are neither supported nor tested. License ------- -MIT license (© 2021 Yuji Hirose) +MIT license (© 2024 Yuji Hirose) Special Thanks To ----------------- diff --git a/external_imported/cpp-httplib/example/Makefile b/external_imported/cpp-httplib/example/Makefile index f37cc2464..64a35885f 100644 --- a/external_imported/cpp-httplib/example/Makefile +++ b/external_imported/cpp-httplib/example/Makefile @@ -4,16 +4,22 @@ CXXFLAGS = -O2 -std=c++11 -I.. -Wall -Wextra -pthread PREFIX = /usr/local #PREFIX = $(shell brew --prefix) -OPENSSL_DIR = $(PREFIX)/opt/openssl@1.1 -#OPENSSL_DIR = $(PREFIX)/opt/openssl@3 +OPENSSL_DIR = $(PREFIX)/opt/openssl@3 OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR)/lib -lssl -lcrypto +ifneq ($(OS), Windows_NT) + UNAME_S := $(shell uname -s) + ifeq ($(UNAME_S), Darwin) + OPENSSL_SUPPORT += -framework CoreFoundation -framework Security + endif +endif + ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz BROTLI_DIR = $(PREFIX)/opt/brotli BROTLI_SUPPORT = -DCPPHTTPLIB_BROTLI_SUPPORT -I$(BROTLI_DIR)/include -L$(BROTLI_DIR)/lib -lbrotlicommon -lbrotlienc -lbrotlidec -all: server client hello simplecli simplesvr upload redirect ssesvr ssecli benchmark +all: server client hello simplecli simplesvr upload redirect ssesvr ssecli benchmark issue server : server.cc ../httplib.h Makefile $(CXX) -o server $(CXXFLAGS) server.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT) diff --git a/external_imported/cpp-httplib/example/benchmark.cc b/external_imported/cpp-httplib/example/benchmark.cc index 8e300b9e6..433cc675c 100644 --- a/external_imported/cpp-httplib/example/benchmark.cc +++ b/external_imported/cpp-httplib/example/benchmark.cc @@ -26,7 +26,7 @@ int main(void) { for (int i = 0; i < 3; i++) { StopWatch sw(to_string(i).c_str()); auto res = cli.Post("/post", body, "application/octet-stream"); - assert(res->status == 200); + assert(res->status == httplib::StatusCode::OK_200); } return 0; diff --git a/external_imported/cpp-httplib/example/ssesvr.cc b/external_imported/cpp-httplib/example/ssesvr.cc index d18aed355..5b0e0b93b 100644 --- a/external_imported/cpp-httplib/example/ssesvr.cc +++ b/external_imported/cpp-httplib/example/ssesvr.cc @@ -19,7 +19,7 @@ class EventDispatcher { unique_lock lk(m_); int id = id_; cv_.wait(lk, [&] { return cid_ == id; }); - if (sink->is_writable()) { sink->write(message_.data(), message_.size()); } + sink->write(message_.data(), message_.size()); } void send_event(const string &message) { diff --git a/external_imported/cpp-httplib/example/uploader.sh b/external_imported/cpp-httplib/example/uploader.sh index 0e992f459..4382ae621 100755 --- a/external_imported/cpp-httplib/example/uploader.sh +++ b/external_imported/cpp-httplib/example/uploader.sh @@ -1,5 +1,5 @@ #/usr/bin/env bash -for i in {1..10000} +for i in {1..1000000} do echo "#### $i ####" curl -X POST -F image_file=@$1 http://localhost:1234/post > /dev/null diff --git a/external_imported/cpp-httplib/httplib.h b/external_imported/cpp-httplib/httplib.h index 04a552f0a..dfdd260ab 100644 --- a/external_imported/cpp-httplib/httplib.h +++ b/external_imported/cpp-httplib/httplib.h @@ -1,14 +1,14 @@ // // httplib.h // -// Copyright (c) 2022 Yuji Hirose. All rights reserved. +// Copyright (c) 2024 Yuji Hirose. All rights reserved. // MIT License // #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.10.7" +#define CPPHTTPLIB_VERSION "0.15.3" /* * Configuration @@ -70,10 +70,22 @@ #define CPPHTTPLIB_REDIRECT_MAX_COUNT 20 #endif +#ifndef CPPHTTPLIB_MULTIPART_FORM_DATA_FILE_MAX_COUNT +#define CPPHTTPLIB_MULTIPART_FORM_DATA_FILE_MAX_COUNT 1024 +#endif + #ifndef CPPHTTPLIB_PAYLOAD_MAX_LENGTH #define CPPHTTPLIB_PAYLOAD_MAX_LENGTH ((std::numeric_limits::max)()) #endif +#ifndef CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH +#define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 8192 +#endif + +#ifndef CPPHTTPLIB_RANGE_MAX_COUNT +#define CPPHTTPLIB_RANGE_MAX_COUNT 1024 +#endif + #ifndef CPPHTTPLIB_TCP_NODELAY #define CPPHTTPLIB_TCP_NODELAY false #endif @@ -119,23 +131,25 @@ #endif //_CRT_NONSTDC_NO_DEPRECATE #if defined(_MSC_VER) +#if _MSC_VER < 1900 +#error Sorry, Visual Studio versions prior to 2015 are not supported +#endif + +#pragma comment(lib, "ws2_32.lib") + #ifdef _WIN64 using ssize_t = __int64; #else -using ssize_t = int; -#endif - -#if _MSC_VER < 1900 -#define snprintf _snprintf_s +using ssize_t = long; #endif #endif // _MSC_VER #ifndef S_ISREG -#define S_ISREG(m) (((m)&S_IFREG) == S_IFREG) +#define S_ISREG(m) (((m) & S_IFREG) == S_IFREG) #endif // S_ISREG #ifndef S_ISDIR -#define S_ISDIR(m) (((m)&S_IFDIR) == S_IFDIR) +#define S_ISDIR(m) (((m) & S_IFDIR) == S_IFDIR) #endif // S_ISDIR #ifndef NOMINMAX @@ -150,14 +164,6 @@ using ssize_t = int; #define WSA_FLAG_NO_HANDLE_INHERIT 0x80 #endif -#ifdef _MSC_VER -#pragma comment(lib, "ws2_32.lib") -#endif - -#ifndef strcasecmp -#define strcasecmp _stricmp -#endif // strcasecmp - using socket_t = SOCKET; #ifdef CPPHTTPLIB_USE_POLL #define poll(fds, nfds, timeout) WSAPoll(fds, nfds, timeout) @@ -166,8 +172,15 @@ using socket_t = SOCKET; #else // not _WIN32 #include -#include +#if !defined(_AIX) && !defined(__MVS__) #include +#endif +#ifdef __MVS__ +#include +#ifndef NI_MAXHOST +#define NI_MAXHOST 1025 +#endif +#endif #include #include #include @@ -180,8 +193,10 @@ using socket_t = SOCKET; #endif #include #include +#include #include #include +#include #include using socket_t = int; @@ -197,7 +212,9 @@ using socket_t = int; #include #include #include +#include #include +#include #include #include #include @@ -214,6 +231,9 @@ using socket_t = int; #include #include #include +#include +#include +#include #ifdef CPPHTTPLIB_OPENSSL_SUPPORT #ifdef _WIN32 @@ -228,9 +248,14 @@ using socket_t = int; #ifdef _MSC_VER #pragma comment(lib, "crypt32.lib") -#pragma comment(lib, "cryptui.lib") #endif -#endif //_WIN32 +#elif defined(CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN) && defined(__APPLE__) +#include +#if TARGET_OS_OSX +#include +#include +#endif // TARGET_OS_OSX +#endif // _WIN32 #include #include @@ -244,16 +269,10 @@ using socket_t = int; #include #include -#if OPENSSL_VERSION_NUMBER < 0x1010100fL -#error Sorry, OpenSSL versions prior to 1.1.1 are not supported +#if OPENSSL_VERSION_NUMBER < 0x30000000L +#error Sorry, OpenSSL versions prior to 3.0.0 are not supported #endif -#if OPENSSL_VERSION_NUMBER < 0x10100000L -#include -inline const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1) { - return M_ASN1_STRING_data(asn1); -} -#endif #endif #ifdef CPPHTTPLIB_ZLIB_SUPPORT @@ -303,8 +322,111 @@ struct ci { } }; +// This is based on +// "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4189". + +struct scope_exit { + explicit scope_exit(std::function &&f) + : exit_function(std::move(f)), execute_on_destruction{true} {} + + scope_exit(scope_exit &&rhs) noexcept + : exit_function(std::move(rhs.exit_function)), + execute_on_destruction{rhs.execute_on_destruction} { + rhs.release(); + } + + ~scope_exit() { + if (execute_on_destruction) { this->exit_function(); } + } + + void release() { this->execute_on_destruction = false; } + +private: + scope_exit(const scope_exit &) = delete; + void operator=(const scope_exit &) = delete; + scope_exit &operator=(scope_exit &&) = delete; + + std::function exit_function; + bool execute_on_destruction; +}; + } // namespace detail +enum StatusCode { + // Information responses + Continue_100 = 100, + SwitchingProtocol_101 = 101, + Processing_102 = 102, + EarlyHints_103 = 103, + + // Successful responses + OK_200 = 200, + Created_201 = 201, + Accepted_202 = 202, + NonAuthoritativeInformation_203 = 203, + NoContent_204 = 204, + ResetContent_205 = 205, + PartialContent_206 = 206, + MultiStatus_207 = 207, + AlreadyReported_208 = 208, + IMUsed_226 = 226, + + // Redirection messages + MultipleChoices_300 = 300, + MovedPermanently_301 = 301, + Found_302 = 302, + SeeOther_303 = 303, + NotModified_304 = 304, + UseProxy_305 = 305, + unused_306 = 306, + TemporaryRedirect_307 = 307, + PermanentRedirect_308 = 308, + + // Client error responses + BadRequest_400 = 400, + Unauthorized_401 = 401, + PaymentRequired_402 = 402, + Forbidden_403 = 403, + NotFound_404 = 404, + MethodNotAllowed_405 = 405, + NotAcceptable_406 = 406, + ProxyAuthenticationRequired_407 = 407, + RequestTimeout_408 = 408, + Conflict_409 = 409, + Gone_410 = 410, + LengthRequired_411 = 411, + PreconditionFailed_412 = 412, + PayloadTooLarge_413 = 413, + UriTooLong_414 = 414, + UnsupportedMediaType_415 = 415, + RangeNotSatisfiable_416 = 416, + ExpectationFailed_417 = 417, + ImATeapot_418 = 418, + MisdirectedRequest_421 = 421, + UnprocessableContent_422 = 422, + Locked_423 = 423, + FailedDependency_424 = 424, + TooEarly_425 = 425, + UpgradeRequired_426 = 426, + PreconditionRequired_428 = 428, + TooManyRequests_429 = 429, + RequestHeaderFieldsTooLarge_431 = 431, + UnavailableForLegalReasons_451 = 451, + + // Server error responses + InternalServerError_500 = 500, + NotImplemented_501 = 501, + BadGateway_502 = 502, + ServiceUnavailable_503 = 503, + GatewayTimeout_504 = 504, + HttpVersionNotSupported_505 = 505, + VariantAlsoNegotiates_506 = 506, + InsufficientStorage_507 = 507, + LoopDetected_508 = 508, + NotExtended_510 = 510, + NetworkAuthenticationRequired_511 = 511, +}; + using Headers = std::multimap; using Params = std::multimap; @@ -334,8 +456,9 @@ class DataSink { DataSink &operator=(DataSink &&) = delete; std::function write; - std::function done; std::function is_writable; + std::function done; + std::function done_with_trailer; std::ostream os; private: @@ -344,7 +467,7 @@ class DataSink { explicit data_sink_streambuf(DataSink &sink) : sink_(sink) {} protected: - std::streamsize xsputn(const char *s, std::streamsize n) { + std::streamsize xsputn(const char *s, std::streamsize n) override { sink_.write(s, static_cast(n)); return n; } @@ -364,6 +487,14 @@ using ContentProviderWithoutLength = using ContentProviderResourceReleaser = std::function; +struct MultipartFormDataProvider { + std::string name; + ContentProviderWithoutLength provider; + std::string filename; + std::string content_type; +}; +using MultipartFormDataProviderItems = std::vector; + using ContentReceiverWithProgress = std::function; @@ -408,6 +539,8 @@ struct Request { std::string remote_addr; int remote_port = -1; + std::string local_addr; + int local_port = -1; // for server std::string version; @@ -416,6 +549,7 @@ struct Request { MultipartFormDataMap files; Ranges ranges; Match matches; + std::unordered_map path_params; // for client ResponseHandler response_handler; @@ -425,22 +559,21 @@ struct Request { const SSL *ssl = nullptr; #endif - bool has_header(const char *key) const; - std::string get_header_value(const char *key, size_t id = 0) const; - template - T get_header_value(const char *key, size_t id = 0) const; - size_t get_header_value_count(const char *key) const; - void set_header(const char *key, const char *val); - void set_header(const char *key, const std::string &val); + bool has_header(const std::string &key) const; + std::string get_header_value(const std::string &key, size_t id = 0) const; + uint64_t get_header_value_u64(const std::string &key, size_t id = 0) const; + size_t get_header_value_count(const std::string &key) const; + void set_header(const std::string &key, const std::string &val); - bool has_param(const char *key) const; - std::string get_param_value(const char *key, size_t id = 0) const; - size_t get_param_value_count(const char *key) const; + bool has_param(const std::string &key) const; + std::string get_param_value(const std::string &key, size_t id = 0) const; + size_t get_param_value_count(const std::string &key) const; bool is_multipart_form_data() const; - bool has_file(const char *key) const; - MultipartFormData get_file_value(const char *key) const; + bool has_file(const std::string &key) const; + MultipartFormData get_file_value(const std::string &key) const; + std::vector get_file_values(const std::string &key) const; // private members... size_t redirect_count_ = CPPHTTPLIB_REDIRECT_MAX_COUNT; @@ -458,29 +591,27 @@ struct Response { std::string body; std::string location; // Redirect location - bool has_header(const char *key) const; - std::string get_header_value(const char *key, size_t id = 0) const; - template - T get_header_value(const char *key, size_t id = 0) const; - size_t get_header_value_count(const char *key) const; - void set_header(const char *key, const char *val); - void set_header(const char *key, const std::string &val); + bool has_header(const std::string &key) const; + std::string get_header_value(const std::string &key, size_t id = 0) const; + uint64_t get_header_value_u64(const std::string &key, size_t id = 0) const; + size_t get_header_value_count(const std::string &key) const; + void set_header(const std::string &key, const std::string &val); - void set_redirect(const char *url, int status = 302); - void set_redirect(const std::string &url, int status = 302); - void set_content(const char *s, size_t n, const char *content_type); - void set_content(const std::string &s, const char *content_type); + void set_redirect(const std::string &url, int status = StatusCode::Found_302); + void set_content(const char *s, size_t n, const std::string &content_type); + void set_content(const std::string &s, const std::string &content_type); + void set_content(std::string &&s, const std::string &content_type); void set_content_provider( - size_t length, const char *content_type, ContentProvider provider, + size_t length, const std::string &content_type, ContentProvider provider, ContentProviderResourceReleaser resource_releaser = nullptr); void set_content_provider( - const char *content_type, ContentProviderWithoutLength provider, + const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser = nullptr); void set_chunked_content_provider( - const char *content_type, ContentProviderWithoutLength provider, + const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser = nullptr); Response() = default; @@ -512,6 +643,7 @@ class Stream { virtual ssize_t read(char *ptr, size_t size) = 0; virtual ssize_t write(const char *ptr, size_t size) = 0; virtual void get_remote_ip_and_port(std::string &ip, int &port) const = 0; + virtual void get_local_ip_and_port(std::string &ip, int &port) const = 0; virtual socket_t socket() const = 0; template @@ -525,7 +657,7 @@ class TaskQueue { TaskQueue() = default; virtual ~TaskQueue() = default; - virtual void enqueue(std::function fn) = 0; + virtual bool enqueue(std::function fn) = 0; virtual void shutdown() = 0; virtual void on_idle() {} @@ -533,7 +665,8 @@ class TaskQueue { class ThreadPool : public TaskQueue { public: - explicit ThreadPool(size_t n) : shutdown_(false) { + explicit ThreadPool(size_t n, size_t mqr = 0) + : shutdown_(false), max_queued_requests_(mqr) { while (n) { threads_.emplace_back(worker(*this)); n--; @@ -543,10 +676,17 @@ class ThreadPool : public TaskQueue { ThreadPool(const ThreadPool &) = delete; ~ThreadPool() override = default; - void enqueue(std::function fn) override { - std::unique_lock lock(mutex_); - jobs_.push_back(std::move(fn)); + bool enqueue(std::function fn) override { + { + std::unique_lock lock(mutex_); + if (max_queued_requests_ > 0 && jobs_.size() >= max_queued_requests_) { + return false; + } + jobs_.push_back(std::move(fn)); + } + cond_.notify_one(); + return true; } void shutdown() override { @@ -579,7 +719,7 @@ class ThreadPool : public TaskQueue { if (pool_.shutdown_ && pool_.jobs_.empty()) { break; } - fn = pool_.jobs_.front(); + fn = std::move(pool_.jobs_.front()); pool_.jobs_.pop_front(); } @@ -596,6 +736,7 @@ class ThreadPool : public TaskQueue { std::list> jobs_; bool shutdown_; + size_t max_queued_requests_ = 0; std::condition_variable cond_; std::mutex mutex_; @@ -607,12 +748,88 @@ using SocketOptions = std::function; void default_socket_options(socket_t sock); +const char *status_message(int status); + +std::string get_bearer_token_auth(const Request &req); + +namespace detail { + +class MatcherBase { +public: + virtual ~MatcherBase() = default; + + // Match request path and populate its matches and + virtual bool match(Request &request) const = 0; +}; + +/** + * Captures parameters in request path and stores them in Request::path_params + * + * Capture name is a substring of a pattern from : to /. + * The rest of the pattern is matched agains the request path directly + * Parameters are captured starting from the next character after + * the end of the last matched static pattern fragment until the next /. + * + * Example pattern: + * "/path/fragments/:capture/more/fragments/:second_capture" + * Static fragments: + * "/path/fragments/", "more/fragments/" + * + * Given the following request path: + * "/path/fragments/:1/more/fragments/:2" + * the resulting capture will be + * {{"capture", "1"}, {"second_capture", "2"}} + */ +class PathParamsMatcher : public MatcherBase { +public: + PathParamsMatcher(const std::string &pattern); + + bool match(Request &request) const override; + +private: + static constexpr char marker = ':'; + // Treat segment separators as the end of path parameter capture + // Does not need to handle query parameters as they are parsed before path + // matching + static constexpr char separator = '/'; + + // Contains static path fragments to match against, excluding the '/' after + // path params + // Fragments are separated by path params + std::vector static_fragments_; + // Stores the names of the path parameters to be used as keys in the + // Request::path_params map + std::vector param_names_; +}; + +/** + * Performs std::regex_match on request path + * and stores the result in Request::matches + * + * Note that regex match is performed directly on the whole request. + * This means that wildcard patterns may match multiple path segments with /: + * "/begin/(.*)/end" will match both "/begin/middle/end" and "/begin/1/2/end". + */ +class RegexMatcher : public MatcherBase { +public: + RegexMatcher(const std::string &pattern) : regex_(pattern) {} + + bool match(Request &request) const override; + +private: + std::regex regex_; +}; + +ssize_t write_headers(Stream &strm, const Headers &headers); + +} // namespace detail + class Server { public: using Handler = std::function; using ExceptionHandler = - std::function; + std::function; enum class HandlerResponse { Handled, @@ -649,8 +866,9 @@ class Server { bool set_mount_point(const std::string &mount_point, const std::string &dir, Headers headers = Headers()); bool remove_mount_point(const std::string &mount_point); - Server &set_file_extension_and_mimetype_mapping(const char *ext, - const char *mime); + Server &set_file_extension_and_mimetype_mapping(const std::string &ext, + const std::string &mime); + Server &set_default_file_mimetype(const std::string &mime); Server &set_file_request_handler(Handler handler); Server &set_error_handler(HandlerWithResponse handler); @@ -667,6 +885,8 @@ class Server { Server &set_socket_options(SocketOptions socket_options); Server &set_default_headers(Headers headers); + Server & + set_header_writer(std::function const &writer); Server &set_keep_alive_max_count(size_t count); Server &set_keep_alive_timeout(time_t sec); @@ -685,13 +905,14 @@ class Server { Server &set_payload_max_length(size_t length); - bool bind_to_port(const char *host, int port, int socket_flags = 0); - int bind_to_any_port(const char *host, int socket_flags = 0); + bool bind_to_port(const std::string &host, int port, int socket_flags = 0); + int bind_to_any_port(const std::string &host, int socket_flags = 0); bool listen_after_bind(); - bool listen(const char *host, int port, int socket_flags = 0); + bool listen(const std::string &host, int port, int socket_flags = 0); bool is_running() const; + void wait_until_ready() const; void stop(); std::function new_task_queue; @@ -701,7 +922,7 @@ class Server { bool &connection_closed, const std::function &setup_request); - std::atomic svr_sock_; + std::atomic svr_sock_{INVALID_SOCKET}; size_t keep_alive_max_count_ = CPPHTTPLIB_KEEPALIVE_MAX_COUNT; time_t keep_alive_timeout_sec_ = CPPHTTPLIB_KEEPALIVE_TIMEOUT_SECOND; time_t read_timeout_sec_ = CPPHTTPLIB_READ_TIMEOUT_SECOND; @@ -713,28 +934,34 @@ class Server { size_t payload_max_length_ = CPPHTTPLIB_PAYLOAD_MAX_LENGTH; private: - using Handlers = std::vector>; + using Handlers = + std::vector, Handler>>; using HandlersForContentReader = - std::vector>; + std::vector, + HandlerWithContentReader>>; + + static std::unique_ptr + make_matcher(const std::string &pattern); - socket_t create_server_socket(const char *host, int port, int socket_flags, + socket_t create_server_socket(const std::string &host, int port, + int socket_flags, SocketOptions socket_options) const; - int bind_internal(const char *host, int port, int socket_flags); + int bind_internal(const std::string &host, int port, int socket_flags); bool listen_internal(); bool routing(Request &req, Response &res, Stream &strm); bool handle_file_request(const Request &req, Response &res, bool head = false); - bool dispatch_request(Request &req, Response &res, const Handlers &handlers); - bool - dispatch_request_for_content_reader(Request &req, Response &res, - ContentReader content_reader, - const HandlersForContentReader &handlers); + bool dispatch_request(Request &req, Response &res, + const Handlers &handlers) const; + bool dispatch_request_for_content_reader( + Request &req, Response &res, ContentReader content_reader, + const HandlersForContentReader &handlers) const; - bool parse_request_line(const char *s, Request &req); + bool parse_request_line(const char *s, Request &req) const; void apply_ranges(const Request &req, Response &res, - std::string &content_type, std::string &boundary); - bool write_response(Stream &strm, bool close_connection, const Request &req, + std::string &content_type, std::string &boundary) const; + bool write_response(Stream &strm, bool close_connection, Request &req, Response &res); bool write_response_with_content(Stream &strm, bool close_connection, const Request &req, Response &res); @@ -752,21 +979,24 @@ class Server { ContentReceiver multipart_receiver); bool read_content_core(Stream &strm, Request &req, Response &res, ContentReceiver receiver, - MultipartContentHeader mulitpart_header, - ContentReceiver multipart_receiver); + MultipartContentHeader multipart_header, + ContentReceiver multipart_receiver) const; virtual bool process_and_close_socket(socket_t sock); + std::atomic is_running_{false}; + std::atomic done_{false}; + struct MountPointEntry { std::string mount_point; std::string base_dir; Headers headers; }; std::vector base_dirs_; - - std::atomic is_running_; std::map file_extension_and_mimetype_map_; + std::string default_file_mimetype_ = "application/octet-stream"; Handler file_request_handler_; + Handlers get_handlers_; Handlers post_handlers_; HandlersForContentReader post_handlers_for_content_reader_; @@ -777,18 +1007,22 @@ class Server { Handlers delete_handlers_; HandlersForContentReader delete_handlers_for_content_reader_; Handlers options_handlers_; + HandlerWithResponse error_handler_; ExceptionHandler exception_handler_; HandlerWithResponse pre_routing_handler_; Handler post_routing_handler_; - Logger logger_; Expect100ContinueHandler expect_100_continue_handler_; + Logger logger_; + int address_family_ = AF_UNSPEC; bool tcp_nodelay_ = CPPHTTPLIB_TCP_NODELAY; SocketOptions socket_options_ = default_socket_options; Headers default_headers_; + std::function header_writer_ = + detail::write_headers; }; enum class Error { @@ -806,14 +1040,19 @@ enum class Error { UnsupportedMultipartBoundaryChars, Compression, ConnectionTimeout, + ProxyConnection, + + // For internal use only + SSLPeerCouldBeClosed_, }; -std::string to_string(const Error error); +std::string to_string(Error error); std::ostream &operator<<(std::ostream &os, const Error &obj); class Result { public: + Result() = default; Result(std::unique_ptr &&res, Error err, Headers &&request_headers = Headers{}) : res_(std::move(res)), err_(err), @@ -833,15 +1072,16 @@ class Result { Error error() const { return err_; } // Request Headers - bool has_request_header(const char *key) const; - std::string get_request_header_value(const char *key, size_t id = 0) const; - template - T get_request_header_value(const char *key, size_t id = 0) const; - size_t get_request_header_value_count(const char *key) const; + bool has_request_header(const std::string &key) const; + std::string get_request_header_value(const std::string &key, + size_t id = 0) const; + uint64_t get_request_header_value_u64(const std::string &key, + size_t id = 0) const; + size_t get_request_header_value_count(const std::string &key) const; private: std::unique_ptr res_; - Error err_; + Error err_ = Error::Unknown; Headers request_headers_; }; @@ -859,130 +1099,163 @@ class ClientImpl { virtual bool is_valid() const; - Result Get(const char *path); - Result Get(const char *path, const Headers &headers); - Result Get(const char *path, Progress progress); - Result Get(const char *path, const Headers &headers, Progress progress); - Result Get(const char *path, ContentReceiver content_receiver); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path); + Result Get(const std::string &path, const Headers &headers); + Result Get(const std::string &path, Progress progress); + Result Get(const std::string &path, const Headers &headers, + Progress progress); + Result Get(const std::string &path, ContentReceiver content_receiver); + Result Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver); - Result Get(const char *path, ContentReceiver content_receiver, + Result Get(const std::string &path, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, ResponseHandler response_handler, + Result Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver); - Result Get(const char *path, ResponseHandler response_handler, + Result Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, const Params ¶ms, const Headers &headers, + Result Get(const std::string &path, const Params ¶ms, + const Headers &headers, Progress progress = nullptr); + Result Get(const std::string &path, const Params ¶ms, + const Headers &headers, ContentReceiver content_receiver, Progress progress = nullptr); - Result Get(const char *path, const Params ¶ms, const Headers &headers, + Result Get(const std::string &path, const Params ¶ms, + const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress = nullptr); - Result Get(const char *path, const Params ¶ms, const Headers &headers, - ResponseHandler response_handler, ContentReceiver content_receiver, - Progress progress = nullptr); - Result Head(const char *path); - Result Head(const char *path, const Headers &headers); - - Result Post(const char *path); - Result Post(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Post(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Post(const char *path, const std::string &body, - const char *content_type); - Result Post(const char *path, const Headers &headers, const std::string &body, - const char *content_type); - Result Post(const char *path, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Post(const char *path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Post(const char *path, const Headers &headers, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Post(const char *path, const Headers &headers, + Result Head(const std::string &path); + Result Head(const std::string &path, const Headers &headers); + + Result Post(const std::string &path); + Result Post(const std::string &path, const Headers &headers); + Result Post(const std::string &path, const char *body, size_t content_length, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, const char *body, + size_t content_length, const std::string &content_type); + Result Post(const std::string &path, const std::string &body, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + Result Post(const std::string &path, size_t content_length, + ContentProvider content_provider, + const std::string &content_type); + Result Post(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Post(const char *path, const Params ¶ms); - Result Post(const char *path, const Headers &headers, const Params ¶ms); - Result Post(const char *path, const MultipartFormDataItems &items); - Result Post(const char *path, const Headers &headers, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, + size_t content_length, ContentProvider content_provider, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, + ContentProviderWithoutLength content_provider, + const std::string &content_type); + Result Post(const std::string &path, const Params ¶ms); + Result Post(const std::string &path, const Headers &headers, + const Params ¶ms); + Result Post(const std::string &path, const MultipartFormDataItems &items); + Result Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items); - Result Post(const char *path, const Headers &headers, + Result Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const std::string &boundary); - - Result Put(const char *path); - Result Put(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Put(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Put(const char *path, const std::string &body, - const char *content_type); - Result Put(const char *path, const Headers &headers, const std::string &body, - const char *content_type); - Result Put(const char *path, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Put(const char *path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Put(const char *path, const Headers &headers, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Put(const char *path, const Headers &headers, + Result Post(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items); + + Result Put(const std::string &path); + Result Put(const std::string &path, const char *body, size_t content_length, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, const char *body, + size_t content_length, const std::string &content_type); + Result Put(const std::string &path, const std::string &body, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + Result Put(const std::string &path, size_t content_length, + ContentProvider content_provider, const std::string &content_type); + Result Put(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Put(const char *path, const Params ¶ms); - Result Put(const char *path, const Headers &headers, const Params ¶ms); - - Result Patch(const char *path); - Result Patch(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Patch(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Patch(const char *path, const std::string &body, - const char *content_type); - Result Patch(const char *path, const Headers &headers, - const std::string &body, const char *content_type); - Result Patch(const char *path, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Patch(const char *path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Patch(const char *path, const Headers &headers, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Patch(const char *path, const Headers &headers, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, + size_t content_length, ContentProvider content_provider, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, + ContentProviderWithoutLength content_provider, + const std::string &content_type); + Result Put(const std::string &path, const Params ¶ms); + Result Put(const std::string &path, const Headers &headers, + const Params ¶ms); + Result Put(const std::string &path, const MultipartFormDataItems &items); + Result Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items); + Result Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, const std::string &boundary); + Result Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items); + + Result Patch(const std::string &path); + Result Patch(const std::string &path, const char *body, size_t content_length, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, + const char *body, size_t content_length, + const std::string &content_type); + Result Patch(const std::string &path, const std::string &body, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + Result Patch(const std::string &path, size_t content_length, + ContentProvider content_provider, + const std::string &content_type); + Result Patch(const std::string &path, + ContentProviderWithoutLength content_provider, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, + size_t content_length, ContentProvider content_provider, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type); - - Result Delete(const char *path); - Result Delete(const char *path, const Headers &headers); - Result Delete(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Delete(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Delete(const char *path, const std::string &body, - const char *content_type); - Result Delete(const char *path, const Headers &headers, - const std::string &body, const char *content_type); - - Result Options(const char *path); - Result Options(const char *path, const Headers &headers); + const std::string &content_type); + + Result Delete(const std::string &path); + Result Delete(const std::string &path, const Headers &headers); + Result Delete(const std::string &path, const char *body, + size_t content_length, const std::string &content_type); + Result Delete(const std::string &path, const Headers &headers, + const char *body, size_t content_length, + const std::string &content_type); + Result Delete(const std::string &path, const std::string &body, + const std::string &content_type); + Result Delete(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + + Result Options(const std::string &path); + Result Options(const std::string &path, const Headers &headers); bool send(Request &req, Response &res, Error &error); Result send(const Request &req); - size_t is_socket_open() const; - void stop(); + std::string host() const; + int port() const; + + size_t is_socket_open() const; + socket_t socket() const; + void set_hostname_addr_map(std::map addr_map); void set_default_headers(Headers headers); + void + set_header_writer(std::function const &writer); + void set_address_family(int family); void set_tcp_nodelay(bool on); void set_socket_options(SocketOptions socket_options); @@ -1000,10 +1273,11 @@ class ClientImpl { template void set_write_timeout(const std::chrono::duration &duration); - void set_basic_auth(const char *username, const char *password); - void set_bearer_token_auth(const char *token); + void set_basic_auth(const std::string &username, const std::string &password); + void set_bearer_token_auth(const std::string &token); #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - void set_digest_auth(const char *username, const char *password); + void set_digest_auth(const std::string &username, + const std::string &password); #endif void set_keep_alive(bool on); @@ -1015,19 +1289,22 @@ class ClientImpl { void set_decompress(bool on); - void set_interface(const char *intf); + void set_interface(const std::string &intf); - void set_proxy(const char *host, int port); - void set_proxy_basic_auth(const char *username, const char *password); - void set_proxy_bearer_token_auth(const char *token); + void set_proxy(const std::string &host, int port); + void set_proxy_basic_auth(const std::string &username, + const std::string &password); + void set_proxy_bearer_token_auth(const std::string &token); #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - void set_proxy_digest_auth(const char *username, const char *password); + void set_proxy_digest_auth(const std::string &username, + const std::string &password); #endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - void set_ca_cert_path(const char *ca_cert_file_path, - const char *ca_cert_dir_path = nullptr); + void set_ca_cert_path(const std::string &ca_cert_file_path, + const std::string &ca_cert_dir_path = std::string()); void set_ca_cert_store(X509_STORE *ca_cert_store); + X509_STORE *create_ca_cert_store(const char *ca_cert, std::size_t size) const; #endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT @@ -1046,8 +1323,6 @@ class ClientImpl { bool is_open() const { return sock != INVALID_SOCKET; } }; - Result send_(Request &&req); - virtual bool create_and_connect_socket(Socket &socket, Error &error); // All of: @@ -1058,18 +1333,18 @@ class ClientImpl { // Also, shutdown_ssl and close_socket should also NOT be called concurrently // with a DIFFERENT thread sending requests using that socket. virtual void shutdown_ssl(Socket &socket, bool shutdown_gracefully); - void shutdown_socket(Socket &socket); + void shutdown_socket(Socket &socket) const; void close_socket(Socket &socket); bool process_request(Stream &strm, Request &req, Response &res, bool close_connection, Error &error); bool write_content_with_provider(Stream &strm, const Request &req, - Error &error); + Error &error) const; void copy_settings(const ClientImpl &rhs); - // Socket endoint information + // Socket endpoint information const std::string host_; const int port_; const std::string host_and_port_; @@ -1090,6 +1365,10 @@ class ClientImpl { // Default headers Headers default_headers_; + // Header writer + std::function header_writer_ = + detail::write_headers; + // Settings std::string client_cert_path_; std::string client_key_path_; @@ -1148,24 +1427,31 @@ class ClientImpl { Logger logger_; private: + bool send_(Request &req, Response &res, Error &error); + Result send_(Request &&req); + socket_t create_client_socket(Error &error) const; - bool read_response_line(Stream &strm, const Request &req, Response &res); + bool read_response_line(Stream &strm, const Request &req, + Response &res) const; bool write_request(Stream &strm, Request &req, bool close_connection, Error &error); bool redirect(Request &req, Response &res, Error &error); bool handle_request(Stream &strm, Request &req, Response &res, bool close_connection, Error &error); std::unique_ptr send_with_content_provider( - Request &req, - // const char *method, const char *path, const Headers &headers, - const char *body, size_t content_length, ContentProvider content_provider, + Request &req, const char *body, size_t content_length, + ContentProvider content_provider, ContentProviderWithoutLength content_provider_without_length, - const char *content_type, Error &error); + const std::string &content_type, Error &error); Result send_with_content_provider( - const char *method, const char *path, const Headers &headers, - const char *body, size_t content_length, ContentProvider content_provider, + const std::string &method, const std::string &path, + const Headers &headers, const char *body, size_t content_length, + ContentProvider content_provider, ContentProviderWithoutLength content_provider_without_length, - const char *content_type); + const std::string &content_type); + ContentProviderWithoutLength get_multipart_content_provider( + const std::string &boundary, const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items) const; std::string adjust_host_string(const std::string &host) const; @@ -1196,128 +1482,163 @@ class Client { bool is_valid() const; - Result Get(const char *path); - Result Get(const char *path, const Headers &headers); - Result Get(const char *path, Progress progress); - Result Get(const char *path, const Headers &headers, Progress progress); - Result Get(const char *path, ContentReceiver content_receiver); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path); + Result Get(const std::string &path, const Headers &headers); + Result Get(const std::string &path, Progress progress); + Result Get(const std::string &path, const Headers &headers, + Progress progress); + Result Get(const std::string &path, ContentReceiver content_receiver); + Result Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver); - Result Get(const char *path, ContentReceiver content_receiver, + Result Get(const std::string &path, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, ResponseHandler response_handler, + Result Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver); - Result Get(const char *path, const Headers &headers, + Result Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, ResponseHandler response_handler, + Result Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress); - Result Get(const char *path, const Params ¶ms, const Headers &headers, + Result Get(const std::string &path, const Params ¶ms, + const Headers &headers, Progress progress = nullptr); + Result Get(const std::string &path, const Params ¶ms, + const Headers &headers, ContentReceiver content_receiver, Progress progress = nullptr); - Result Get(const char *path, const Params ¶ms, const Headers &headers, + Result Get(const std::string &path, const Params ¶ms, + const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress = nullptr); - Result Get(const char *path, const Params ¶ms, const Headers &headers, - ResponseHandler response_handler, ContentReceiver content_receiver, - Progress progress = nullptr); - Result Head(const char *path); - Result Head(const char *path, const Headers &headers); - - Result Post(const char *path); - Result Post(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Post(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Post(const char *path, const std::string &body, - const char *content_type); - Result Post(const char *path, const Headers &headers, const std::string &body, - const char *content_type); - Result Post(const char *path, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Post(const char *path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Post(const char *path, const Headers &headers, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Post(const char *path, const Headers &headers, + Result Head(const std::string &path); + Result Head(const std::string &path, const Headers &headers); + + Result Post(const std::string &path); + Result Post(const std::string &path, const Headers &headers); + Result Post(const std::string &path, const char *body, size_t content_length, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, const char *body, + size_t content_length, const std::string &content_type); + Result Post(const std::string &path, const std::string &body, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + Result Post(const std::string &path, size_t content_length, + ContentProvider content_provider, + const std::string &content_type); + Result Post(const std::string &path, + ContentProviderWithoutLength content_provider, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, + size_t content_length, ContentProvider content_provider, + const std::string &content_type); + Result Post(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Post(const char *path, const Params ¶ms); - Result Post(const char *path, const Headers &headers, const Params ¶ms); - Result Post(const char *path, const MultipartFormDataItems &items); - Result Post(const char *path, const Headers &headers, + const std::string &content_type); + Result Post(const std::string &path, const Params ¶ms); + Result Post(const std::string &path, const Headers &headers, + const Params ¶ms); + Result Post(const std::string &path, const MultipartFormDataItems &items); + Result Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items); - Result Post(const char *path, const Headers &headers, + Result Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const std::string &boundary); - Result Put(const char *path); - Result Put(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Put(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Put(const char *path, const std::string &body, - const char *content_type); - Result Put(const char *path, const Headers &headers, const std::string &body, - const char *content_type); - Result Put(const char *path, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Put(const char *path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Put(const char *path, const Headers &headers, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Put(const char *path, const Headers &headers, + Result Post(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items); + + Result Put(const std::string &path); + Result Put(const std::string &path, const char *body, size_t content_length, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, const char *body, + size_t content_length, const std::string &content_type); + Result Put(const std::string &path, const std::string &body, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + Result Put(const std::string &path, size_t content_length, + ContentProvider content_provider, const std::string &content_type); + Result Put(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Put(const char *path, const Params ¶ms); - Result Put(const char *path, const Headers &headers, const Params ¶ms); - Result Patch(const char *path); - Result Patch(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Patch(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Patch(const char *path, const std::string &body, - const char *content_type); - Result Patch(const char *path, const Headers &headers, - const std::string &body, const char *content_type); - Result Patch(const char *path, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Patch(const char *path, ContentProviderWithoutLength content_provider, - const char *content_type); - Result Patch(const char *path, const Headers &headers, size_t content_length, - ContentProvider content_provider, const char *content_type); - Result Patch(const char *path, const Headers &headers, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, + size_t content_length, ContentProvider content_provider, + const std::string &content_type); + Result Put(const std::string &path, const Headers &headers, + ContentProviderWithoutLength content_provider, + const std::string &content_type); + Result Put(const std::string &path, const Params ¶ms); + Result Put(const std::string &path, const Headers &headers, + const Params ¶ms); + Result Put(const std::string &path, const MultipartFormDataItems &items); + Result Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items); + Result Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, const std::string &boundary); + Result Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items); + + Result Patch(const std::string &path); + Result Patch(const std::string &path, const char *body, size_t content_length, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, + const char *body, size_t content_length, + const std::string &content_type); + Result Patch(const std::string &path, const std::string &body, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + Result Patch(const std::string &path, size_t content_length, + ContentProvider content_provider, + const std::string &content_type); + Result Patch(const std::string &path, + ContentProviderWithoutLength content_provider, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, + size_t content_length, ContentProvider content_provider, + const std::string &content_type); + Result Patch(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type); - - Result Delete(const char *path); - Result Delete(const char *path, const Headers &headers); - Result Delete(const char *path, const char *body, size_t content_length, - const char *content_type); - Result Delete(const char *path, const Headers &headers, const char *body, - size_t content_length, const char *content_type); - Result Delete(const char *path, const std::string &body, - const char *content_type); - Result Delete(const char *path, const Headers &headers, - const std::string &body, const char *content_type); - - Result Options(const char *path); - Result Options(const char *path, const Headers &headers); + const std::string &content_type); + + Result Delete(const std::string &path); + Result Delete(const std::string &path, const Headers &headers); + Result Delete(const std::string &path, const char *body, + size_t content_length, const std::string &content_type); + Result Delete(const std::string &path, const Headers &headers, + const char *body, size_t content_length, + const std::string &content_type); + Result Delete(const std::string &path, const std::string &body, + const std::string &content_type); + Result Delete(const std::string &path, const Headers &headers, + const std::string &body, const std::string &content_type); + + Result Options(const std::string &path); + Result Options(const std::string &path, const Headers &headers); bool send(Request &req, Response &res, Error &error); Result send(const Request &req); - size_t is_socket_open() const; - void stop(); + std::string host() const; + int port() const; + + size_t is_socket_open() const; + socket_t socket() const; + void set_hostname_addr_map(std::map addr_map); void set_default_headers(Headers headers); + void + set_header_writer(std::function const &writer); + void set_address_family(int family); void set_tcp_nodelay(bool on); void set_socket_options(SocketOptions socket_options); @@ -1335,10 +1656,11 @@ class Client { template void set_write_timeout(const std::chrono::duration &duration); - void set_basic_auth(const char *username, const char *password); - void set_bearer_token_auth(const char *token); + void set_basic_auth(const std::string &username, const std::string &password); + void set_bearer_token_auth(const std::string &token); #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - void set_digest_auth(const char *username, const char *password); + void set_digest_auth(const std::string &username, + const std::string &password); #endif void set_keep_alive(bool on); @@ -1350,13 +1672,15 @@ class Client { void set_decompress(bool on); - void set_interface(const char *intf); + void set_interface(const std::string &intf); - void set_proxy(const char *host, int port); - void set_proxy_basic_auth(const char *username, const char *password); - void set_proxy_bearer_token_auth(const char *token); + void set_proxy(const std::string &host, int port); + void set_proxy_basic_auth(const std::string &username, + const std::string &password); + void set_proxy_bearer_token_auth(const std::string &token); #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - void set_proxy_digest_auth(const char *username, const char *password); + void set_proxy_digest_auth(const std::string &username, + const std::string &password); #endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT @@ -1367,10 +1691,11 @@ class Client { // SSL #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - void set_ca_cert_path(const char *ca_cert_file_path, - const char *ca_cert_dir_path = nullptr); + void set_ca_cert_path(const std::string &ca_cert_file_path, + const std::string &ca_cert_dir_path = std::string()); void set_ca_cert_store(X509_STORE *ca_cert_store); + void load_ca_cert_store(const char *ca_cert, std::size_t size); long get_openssl_verify_result() const; @@ -1430,6 +1755,7 @@ class SSLClient : public ClientImpl { bool is_valid() const override; void set_ca_cert_store(X509_STORE *ca_cert_store); + void load_ca_cert_store(const char *ca_cert, std::size_t size); long get_openssl_verify_result() const; @@ -1438,7 +1764,7 @@ class SSLClient : public ClientImpl { private: bool create_and_connect_socket(Socket &socket, Error &error) override; void shutdown_ssl(Socket &socket, bool shutdown_gracefully) override; - void shutdown_ssl_impl(Socket &socket, bool shutdown_socket); + void shutdown_ssl_impl(Socket &socket, bool shutdown_gracefully); bool process_socket(const Socket &socket, std::function callback) override; @@ -1479,17 +1805,12 @@ inline void duration_to_sec_and_usec(const T &duration, U callback) { auto usec = std::chrono::duration_cast( duration - std::chrono::seconds(sec)) .count(); - callback(sec, usec); + callback(static_cast(sec), static_cast(usec)); } -template -inline T get_header_value(const Headers & /*headers*/, const char * /*key*/, - size_t /*id*/ = 0, uint64_t /*def*/ = 0) {} - -template <> -inline uint64_t get_header_value(const Headers &headers, - const char *key, size_t id, - uint64_t def) { +inline uint64_t get_header_value_u64(const Headers &headers, + const std::string &key, size_t id, + uint64_t def) { auto rng = headers.equal_range(key); auto it = rng.first; std::advance(it, static_cast(id)); @@ -1501,14 +1822,14 @@ inline uint64_t get_header_value(const Headers &headers, } // namespace detail -template -inline T Request::get_header_value(const char *key, size_t id) const { - return detail::get_header_value(headers, key, id, 0); +inline uint64_t Request::get_header_value_u64(const std::string &key, + size_t id) const { + return detail::get_header_value_u64(headers, key, id, 0); } -template -inline T Response::get_header_value(const char *key, size_t id) const { - return detail::get_header_value(headers, key, id, 0); +inline uint64_t Response::get_header_value_u64(const std::string &key, + size_t id) const { + return detail::get_header_value_u64(headers, key, id, 0); } template @@ -1516,11 +1837,7 @@ inline ssize_t Stream::write_format(const char *fmt, const Args &...args) { const auto bufsiz = 2048; std::array buf{}; -#if defined(_MSC_VER) && _MSC_VER < 1900 - auto sn = _snprintf_s(buf.data(), bufsiz, _TRUNCATE, fmt, args...); -#else auto sn = snprintf(buf.data(), buf.size() - 1, fmt, args...); -#endif if (sn <= 0) { return sn; } auto n = static_cast(sn); @@ -1530,14 +1847,8 @@ inline ssize_t Stream::write_format(const char *fmt, const Args &...args) { while (n >= glowable_buf.size() - 1) { glowable_buf.resize(glowable_buf.size() * 2); -#if defined(_MSC_VER) && _MSC_VER < 1900 - n = static_cast(_snprintf_s(&glowable_buf[0], glowable_buf.size(), - glowable_buf.size() - 1, fmt, - args...)); -#else n = static_cast( snprintf(&glowable_buf[0], glowable_buf.size() - 1, fmt, args...)); -#endif } return write(&glowable_buf[0], n); } else { @@ -1548,21 +1859,106 @@ inline ssize_t Stream::write_format(const char *fmt, const Args &...args) { inline void default_socket_options(socket_t sock) { int yes = 1; #ifdef _WIN32 - setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, reinterpret_cast(&yes), - sizeof(yes)); + setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, + reinterpret_cast(&yes), sizeof(yes)); setsockopt(sock, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, - reinterpret_cast(&yes), sizeof(yes)); + reinterpret_cast(&yes), sizeof(yes)); #else #ifdef SO_REUSEPORT - setsockopt(sock, SOL_SOCKET, SO_REUSEPORT, reinterpret_cast(&yes), - sizeof(yes)); + setsockopt(sock, SOL_SOCKET, SO_REUSEPORT, + reinterpret_cast(&yes), sizeof(yes)); #else - setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, reinterpret_cast(&yes), - sizeof(yes)); + setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, + reinterpret_cast(&yes), sizeof(yes)); #endif #endif } +inline const char *status_message(int status) { + switch (status) { + case StatusCode::Continue_100: return "Continue"; + case StatusCode::SwitchingProtocol_101: return "Switching Protocol"; + case StatusCode::Processing_102: return "Processing"; + case StatusCode::EarlyHints_103: return "Early Hints"; + case StatusCode::OK_200: return "OK"; + case StatusCode::Created_201: return "Created"; + case StatusCode::Accepted_202: return "Accepted"; + case StatusCode::NonAuthoritativeInformation_203: + return "Non-Authoritative Information"; + case StatusCode::NoContent_204: return "No Content"; + case StatusCode::ResetContent_205: return "Reset Content"; + case StatusCode::PartialContent_206: return "Partial Content"; + case StatusCode::MultiStatus_207: return "Multi-Status"; + case StatusCode::AlreadyReported_208: return "Already Reported"; + case StatusCode::IMUsed_226: return "IM Used"; + case StatusCode::MultipleChoices_300: return "Multiple Choices"; + case StatusCode::MovedPermanently_301: return "Moved Permanently"; + case StatusCode::Found_302: return "Found"; + case StatusCode::SeeOther_303: return "See Other"; + case StatusCode::NotModified_304: return "Not Modified"; + case StatusCode::UseProxy_305: return "Use Proxy"; + case StatusCode::unused_306: return "unused"; + case StatusCode::TemporaryRedirect_307: return "Temporary Redirect"; + case StatusCode::PermanentRedirect_308: return "Permanent Redirect"; + case StatusCode::BadRequest_400: return "Bad Request"; + case StatusCode::Unauthorized_401: return "Unauthorized"; + case StatusCode::PaymentRequired_402: return "Payment Required"; + case StatusCode::Forbidden_403: return "Forbidden"; + case StatusCode::NotFound_404: return "Not Found"; + case StatusCode::MethodNotAllowed_405: return "Method Not Allowed"; + case StatusCode::NotAcceptable_406: return "Not Acceptable"; + case StatusCode::ProxyAuthenticationRequired_407: + return "Proxy Authentication Required"; + case StatusCode::RequestTimeout_408: return "Request Timeout"; + case StatusCode::Conflict_409: return "Conflict"; + case StatusCode::Gone_410: return "Gone"; + case StatusCode::LengthRequired_411: return "Length Required"; + case StatusCode::PreconditionFailed_412: return "Precondition Failed"; + case StatusCode::PayloadTooLarge_413: return "Payload Too Large"; + case StatusCode::UriTooLong_414: return "URI Too Long"; + case StatusCode::UnsupportedMediaType_415: return "Unsupported Media Type"; + case StatusCode::RangeNotSatisfiable_416: return "Range Not Satisfiable"; + case StatusCode::ExpectationFailed_417: return "Expectation Failed"; + case StatusCode::ImATeapot_418: return "I'm a teapot"; + case StatusCode::MisdirectedRequest_421: return "Misdirected Request"; + case StatusCode::UnprocessableContent_422: return "Unprocessable Content"; + case StatusCode::Locked_423: return "Locked"; + case StatusCode::FailedDependency_424: return "Failed Dependency"; + case StatusCode::TooEarly_425: return "Too Early"; + case StatusCode::UpgradeRequired_426: return "Upgrade Required"; + case StatusCode::PreconditionRequired_428: return "Precondition Required"; + case StatusCode::TooManyRequests_429: return "Too Many Requests"; + case StatusCode::RequestHeaderFieldsTooLarge_431: + return "Request Header Fields Too Large"; + case StatusCode::UnavailableForLegalReasons_451: + return "Unavailable For Legal Reasons"; + case StatusCode::NotImplemented_501: return "Not Implemented"; + case StatusCode::BadGateway_502: return "Bad Gateway"; + case StatusCode::ServiceUnavailable_503: return "Service Unavailable"; + case StatusCode::GatewayTimeout_504: return "Gateway Timeout"; + case StatusCode::HttpVersionNotSupported_505: + return "HTTP Version Not Supported"; + case StatusCode::VariantAlsoNegotiates_506: return "Variant Also Negotiates"; + case StatusCode::InsufficientStorage_507: return "Insufficient Storage"; + case StatusCode::LoopDetected_508: return "Loop Detected"; + case StatusCode::NotExtended_510: return "Not Extended"; + case StatusCode::NetworkAuthenticationRequired_511: + return "Network Authentication Required"; + + default: + case StatusCode::InternalServerError_500: return "Internal Server Error"; + } +} + +inline std::string get_bearer_token_auth(const Request &req) { + if (req.has_header("Authorization")) { + static std::string BearerHeaderPrefix = "Bearer "; + return req.get_header_value("Authorization") + .substr(BearerHeaderPrefix.length()); + } + return ""; +} + template inline Server & Server::set_read_timeout(const std::chrono::duration &duration) { @@ -1589,20 +1985,21 @@ Server::set_idle_interval(const std::chrono::duration &duration) { inline std::string to_string(const Error error) { switch (error) { - case Error::Success: return "Success"; - case Error::Connection: return "Connection"; - case Error::BindIPAddress: return "BindIPAddress"; - case Error::Read: return "Read"; - case Error::Write: return "Write"; - case Error::ExceedRedirectCount: return "ExceedRedirectCount"; - case Error::Canceled: return "Canceled"; - case Error::SSLConnection: return "SSLConnection"; - case Error::SSLLoadingCerts: return "SSLLoadingCerts"; - case Error::SSLServerVerification: return "SSLServerVerification"; + case Error::Success: return "Success (no error)"; + case Error::Connection: return "Could not establish connection"; + case Error::BindIPAddress: return "Failed to bind IP address"; + case Error::Read: return "Failed to read connection"; + case Error::Write: return "Failed to write connection"; + case Error::ExceedRedirectCount: return "Maximum redirect count exceeded"; + case Error::Canceled: return "Connection handling canceled"; + case Error::SSLConnection: return "SSL connection failed"; + case Error::SSLLoadingCerts: return "SSL certificate loading failed"; + case Error::SSLServerVerification: return "SSL server verification failed"; case Error::UnsupportedMultipartBoundaryChars: - return "UnsupportedMultipartBoundaryChars"; - case Error::Compression: return "Compression"; - case Error::ConnectionTimeout: return "ConnectionTimeout"; + return "Unsupported HTTP multipart boundary characters"; + case Error::Compression: return "Compression failed"; + case Error::ConnectionTimeout: return "Connection timed out"; + case Error::ProxyConnection: return "Proxy connection failed"; case Error::Unknown: return "Unknown"; default: break; } @@ -1616,9 +2013,9 @@ inline std::ostream &operator<<(std::ostream &os, const Error &obj) { return os; } -template -inline T Result::get_request_header_value(const char *key, size_t id) const { - return detail::get_header_value(request_headers_, key, id, 0); +inline uint64_t Result::get_request_header_value_u64(const std::string &key, + size_t id) const { + return detail::get_header_value_u64(request_headers_, key, id, 0); } template @@ -1666,13 +2063,13 @@ Client::set_write_timeout(const std::chrono::duration &duration) { * .h + .cc. */ -std::string hosted_at(const char *hostname); +std::string hosted_at(const std::string &hostname); -void hosted_at(const char *hostname, std::vector &addrs); +void hosted_at(const std::string &hostname, std::vector &addrs); -std::string append_query_params(const char *path, const Params ¶ms); +std::string append_query_params(const std::string &path, const Params ¶ms); -std::pair make_range_header(Ranges ranges); +std::pair make_range_header(const Ranges &ranges); std::pair make_basic_authentication_header(const std::string &username, @@ -1692,25 +2089,31 @@ std::string trim_copy(const std::string &s); void split(const char *b, const char *e, char d, std::function fn); +void split(const char *b, const char *e, char d, size_t m, + std::function fn); + bool process_client_socket(socket_t sock, time_t read_timeout_sec, time_t read_timeout_usec, time_t write_timeout_sec, time_t write_timeout_usec, std::function callback); socket_t create_client_socket( - const char *host, const char *ip, int port, int address_family, - bool tcp_nodelay, SocketOptions socket_options, + const std::string &host, const std::string &ip, int port, + int address_family, bool tcp_nodelay, SocketOptions socket_options, time_t connection_timeout_sec, time_t connection_timeout_usec, time_t read_timeout_sec, time_t read_timeout_usec, time_t write_timeout_sec, time_t write_timeout_usec, const std::string &intf, Error &error); -const char *get_header_value(const Headers &headers, const char *key, +const char *get_header_value(const Headers &headers, const std::string &key, size_t id = 0, const char *def = nullptr); std::string params_to_query_str(const Params ¶ms); void parse_query_text(const std::string &s, Params ¶ms); +bool parse_multipart_boundary(const std::string &content_type, + std::string &boundary); + bool parse_range_header(const std::string &s, Ranges &ranges); int close_socket(socket_t sock); @@ -1733,6 +2136,7 @@ class BufferStream : public Stream { ssize_t read(char *ptr, size_t size) override; ssize_t write(const char *ptr, size_t size) override; void get_remote_ip_and_port(std::string &ip, int &port) const override; + void get_local_ip_and_port(std::string &ip, int &port) const override; socket_t socket() const override; const std::string &get_buffer() const; @@ -1764,7 +2168,7 @@ class decompressor { class nocompressor : public compressor { public: - virtual ~nocompressor() = default; + ~nocompressor() override = default; bool compress(const char *data, size_t data_length, bool /*last*/, Callback callback) override; @@ -1774,7 +2178,7 @@ class nocompressor : public compressor { class gzip_compressor : public compressor { public: gzip_compressor(); - ~gzip_compressor(); + ~gzip_compressor() override; bool compress(const char *data, size_t data_length, bool last, Callback callback) override; @@ -1787,7 +2191,7 @@ class gzip_compressor : public compressor { class gzip_decompressor : public decompressor { public: gzip_decompressor(); - ~gzip_decompressor(); + ~gzip_decompressor() override; bool is_valid() const override; @@ -1850,6 +2254,29 @@ class stream_line_reader { std::string glowable_buffer_; }; +class mmap { +public: + mmap(const char *path); + ~mmap(); + + bool open(const char *path); + void close(); + + bool is_open() const; + size_t size() const; + const char *data() const; + +private: +#if defined(_WIN32) + HANDLE hFile_; + HANDLE hMapping_; +#else + int fd_; +#endif + size_t size_; + void *addr_; +}; + } // namespace detail // ---------------------------------------------------------------------------- @@ -1881,7 +2308,7 @@ inline bool from_hex_to_i(const std::string &s, size_t i, size_t cnt, val = 0; for (; cnt; i++, cnt--) { if (!s[i]) { return false; } - int v = 0; + auto v = 0; if (is_hex(s[i], v)) { val = val * 16 + v; } else { @@ -1892,7 +2319,7 @@ inline bool from_hex_to_i(const std::string &s, size_t i, size_t cnt, } inline std::string from_i_to_hex(size_t n) { - const char *charset = "0123456789abcdef"; + static const auto charset = "0123456789abcdef"; std::string ret; do { ret = charset[n & 15] + ret; @@ -1903,7 +2330,7 @@ inline std::string from_i_to_hex(size_t n) { inline size_t to_utf8(int code, char *buff) { if (code < 0x0080) { - buff[0] = (code & 0x7F); + buff[0] = static_cast(code & 0x7F); return 1; } else if (code < 0x0800) { buff[0] = static_cast(0xC0 | ((code >> 6) & 0x1F)); @@ -1942,8 +2369,8 @@ inline std::string base64_encode(const std::string &in) { std::string out; out.reserve(in.size()); - int val = 0; - int valb = -6; + auto val = 0; + auto valb = -6; for (auto c : in) { val = (val << 8) + static_cast(c); @@ -1990,6 +2417,11 @@ inline bool is_valid_path(const std::string &path) { // Read component auto beg = i; while (i < path.size() && path[i] != '/') { + if (path[i] == '\0') { + return false; + } else if (path[i] == '\\') { + return false; + } i++; } @@ -2074,7 +2506,7 @@ inline std::string decode_url(const std::string &s, for (size_t i = 0; i < s.size(); i++) { if (s[i] == '%' && i + 1 < s.size()) { if (s[i + 1] == 'u') { - int val = 0; + auto val = 0; if (from_hex_to_i(s, i + 2, 4, val)) { // 4 digits Unicode codes char buff[4]; @@ -2085,7 +2517,7 @@ inline std::string decode_url(const std::string &s, result += s[i]; } } else { - int val = 0; + auto val = 0; if (from_hex_to_i(s, i + 1, 2, val)) { // 2 digits hex codes result += static_cast(val); @@ -2138,16 +2570,30 @@ inline std::string trim_copy(const std::string &s) { return s.substr(r.first, r.second - r.first); } +inline std::string trim_double_quotes_copy(const std::string &s) { + if (s.length() >= 2 && s.front() == '"' && s.back() == '"') { + return s.substr(1, s.size() - 2); + } + return s; +} + inline void split(const char *b, const char *e, char d, std::function fn) { + return split(b, e, d, (std::numeric_limits::max)(), std::move(fn)); +} + +inline void split(const char *b, const char *e, char d, size_t m, + std::function fn) { size_t i = 0; size_t beg = 0; + size_t count = 1; while (e ? (b + i < e) : (b[i] != '\0')) { - if (b[i] == d) { + if (b[i] == d && count < m) { auto r = trim(b, e, beg, i); if (r.first < r.second) { fn(&b[r.first], &b[r.second]); } beg = i + 1; + count++; } i++; } @@ -2223,6 +2669,97 @@ inline void stream_line_reader::append(char c) { } } +inline mmap::mmap(const char *path) +#if defined(_WIN32) + : hFile_(NULL), hMapping_(NULL) +#else + : fd_(-1) +#endif + , + size_(0), addr_(nullptr) { + open(path); +} + +inline mmap::~mmap() { close(); } + +inline bool mmap::open(const char *path) { + close(); + +#if defined(_WIN32) + hFile_ = ::CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, NULL, + OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); + + if (hFile_ == INVALID_HANDLE_VALUE) { return false; } + + size_ = ::GetFileSize(hFile_, NULL); + + hMapping_ = ::CreateFileMapping(hFile_, NULL, PAGE_READONLY, 0, 0, NULL); + + if (hMapping_ == NULL) { + close(); + return false; + } + + addr_ = ::MapViewOfFile(hMapping_, FILE_MAP_READ, 0, 0, 0); +#else + fd_ = ::open(path, O_RDONLY); + if (fd_ == -1) { return false; } + + struct stat sb; + if (fstat(fd_, &sb) == -1) { + close(); + return false; + } + size_ = static_cast(sb.st_size); + + addr_ = ::mmap(NULL, size_, PROT_READ, MAP_PRIVATE, fd_, 0); +#endif + + if (addr_ == nullptr) { + close(); + return false; + } + + return true; +} + +inline bool mmap::is_open() const { return addr_ != nullptr; } + +inline size_t mmap::size() const { return size_; } + +inline const char *mmap::data() const { + return static_cast(addr_); +} + +inline void mmap::close() { +#if defined(_WIN32) + if (addr_) { + ::UnmapViewOfFile(addr_); + addr_ = nullptr; + } + + if (hMapping_) { + ::CloseHandle(hMapping_); + hMapping_ = NULL; + } + + if (hFile_ != INVALID_HANDLE_VALUE) { + ::CloseHandle(hFile_); + hFile_ = INVALID_HANDLE_VALUE; + } +#else + if (addr_ != nullptr) { + munmap(addr_, size_); + addr_ = nullptr; + } + + if (fd_ != -1) { + ::close(fd_); + fd_ = -1; + } +#endif + size_ = 0; +} inline int close_socket(socket_t sock) { #ifdef _WIN32 return closesocket(sock); @@ -2232,7 +2769,7 @@ inline int close_socket(socket_t sock) { } template inline ssize_t handle_EINTR(T fn) { - ssize_t res = false; + ssize_t res = 0; while (true) { res = fn(); if (res < 0 && errno == EINTR) { continue; } @@ -2277,7 +2814,7 @@ inline ssize_t select_read(socket_t sock, time_t sec, time_t usec) { return handle_EINTR([&]() { return poll(&pfd_read, 1, timeout); }); #else #ifndef _WIN32 - if (sock >= FD_SETSIZE) { return 1; } + if (sock >= FD_SETSIZE) { return -1; } #endif fd_set fds; @@ -2305,7 +2842,7 @@ inline ssize_t select_write(socket_t sock, time_t sec, time_t usec) { return handle_EINTR([&]() { return poll(&pfd_read, 1, timeout); }); #else #ifndef _WIN32 - if (sock >= FD_SETSIZE) { return 1; } + if (sock >= FD_SETSIZE) { return -1; } #endif fd_set fds; @@ -2336,7 +2873,7 @@ inline Error wait_until_socket_is_ready(socket_t sock, time_t sec, if (poll_res == 0) { return Error::ConnectionTimeout; } if (poll_res > 0 && pfd_read.revents & (POLLIN | POLLOUT)) { - int error = 0; + auto error = 0; socklen_t len = sizeof(error); auto res = getsockopt(sock, SOL_SOCKET, SO_ERROR, reinterpret_cast(&error), &len); @@ -2368,7 +2905,7 @@ inline Error wait_until_socket_is_ready(socket_t sock, time_t sec, if (ret == 0) { return Error::ConnectionTimeout; } if (ret > 0 && (FD_ISSET(sock, &fdsr) || FD_ISSET(sock, &fdsw))) { - int error = 0; + auto error = 0; socklen_t len = sizeof(error); auto res = getsockopt(sock, SOL_SOCKET, SO_ERROR, reinterpret_cast(&error), &len); @@ -2401,6 +2938,7 @@ class SocketStream : public Stream { ssize_t read(char *ptr, size_t size) override; ssize_t write(const char *ptr, size_t size) override; void get_remote_ip_and_port(std::string &ip, int &port) const override; + void get_local_ip_and_port(std::string &ip, int &port) const override; socket_t socket() const override; private: @@ -2414,7 +2952,7 @@ class SocketStream : public Stream { size_t read_buff_off_ = 0; size_t read_buff_content_size_ = 0; - static const size_t read_buff_size_ = 1024 * 4; + static const size_t read_buff_size_ = 1024l * 4; }; #ifdef CPPHTTPLIB_OPENSSL_SUPPORT @@ -2430,6 +2968,7 @@ class SSLSocketStream : public Stream { ssize_t read(char *ptr, size_t size) override; ssize_t write(const char *ptr, size_t size) override; void get_remote_ip_and_port(std::string &ip, int &port) const override; + void get_local_ip_and_port(std::string &ip, int &port) const override; socket_t socket() const override; private: @@ -2515,7 +3054,7 @@ inline int shutdown_socket(socket_t sock) { } template -socket_t create_socket(const char *host, const char *ip, int port, +socket_t create_socket(const std::string &host, const std::string &ip, int port, int address_family, int socket_flags, bool tcp_nodelay, SocketOptions socket_options, BindOrConnect bind_or_connect) { @@ -2528,17 +3067,44 @@ socket_t create_socket(const char *host, const char *ip, int port, hints.ai_socktype = SOCK_STREAM; hints.ai_protocol = 0; - if (ip[0] != '\0') { - node = ip; + if (!ip.empty()) { + node = ip.c_str(); // Ask getaddrinfo to convert IP in c-string to address hints.ai_family = AF_UNSPEC; hints.ai_flags = AI_NUMERICHOST; } else { - node = host; + if (!host.empty()) { node = host.c_str(); } hints.ai_family = address_family; hints.ai_flags = socket_flags; } +#ifndef _WIN32 + if (hints.ai_family == AF_UNIX) { + const auto addrlen = host.length(); + if (addrlen > sizeof(sockaddr_un::sun_path)) { return INVALID_SOCKET; } + + auto sock = socket(hints.ai_family, hints.ai_socktype, hints.ai_protocol); + if (sock != INVALID_SOCKET) { + sockaddr_un addr{}; + addr.sun_family = AF_UNIX; + std::copy(host.begin(), host.end(), addr.sun_path); + + hints.ai_addr = reinterpret_cast(&addr); + hints.ai_addrlen = static_cast( + sizeof(addr) - sizeof(addr.sun_path) + addrlen); + + fcntl(sock, F_SETFD, FD_CLOEXEC); + if (socket_options) { socket_options(sock); } + + if (!bind_or_connect(sock, hints)) { + close_socket(sock); + sock = INVALID_SOCKET; + } + } + return sock; + } +#endif + auto service = std::to_string(port); if (getaddrinfo(node, service.c_str(), &hints, &result)) { @@ -2577,21 +3143,34 @@ socket_t create_socket(const char *host, const char *ip, int port, if (sock == INVALID_SOCKET) { continue; } #ifndef _WIN32 - if (fcntl(sock, F_SETFD, FD_CLOEXEC) == -1) { continue; } + if (fcntl(sock, F_SETFD, FD_CLOEXEC) == -1) { + close_socket(sock); + continue; + } #endif if (tcp_nodelay) { - int yes = 1; - setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, reinterpret_cast(&yes), - sizeof(yes)); + auto yes = 1; +#ifdef _WIN32 + setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, + reinterpret_cast(&yes), sizeof(yes)); +#else + setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, + reinterpret_cast(&yes), sizeof(yes)); +#endif } if (socket_options) { socket_options(sock); } if (rp->ai_family == AF_INET6) { - int no = 0; - setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, reinterpret_cast(&no), - sizeof(no)); + auto no = 0; +#ifdef _WIN32 + setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, + reinterpret_cast(&no), sizeof(no)); +#else + setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, + reinterpret_cast(&no), sizeof(no)); +#endif } // bind or connect @@ -2626,7 +3205,7 @@ inline bool is_connection_error() { #endif } -inline bool bind_ip_address(socket_t sock, const char *host) { +inline bool bind_ip_address(socket_t sock, const std::string &host) { struct addrinfo hints; struct addrinfo *result; @@ -2635,7 +3214,7 @@ inline bool bind_ip_address(socket_t sock, const char *host) { hints.ai_socktype = SOCK_STREAM; hints.ai_protocol = 0; - if (getaddrinfo(host, "0", &hints, &result)) { return false; } + if (getaddrinfo(host.c_str(), "0", &hints, &result)) { return false; } auto ret = false; for (auto rp = result; rp; rp = rp->ai_next) { @@ -2650,7 +3229,7 @@ inline bool bind_ip_address(socket_t sock, const char *host) { return ret; } -#if !defined _WIN32 && !defined ANDROID +#if !defined _WIN32 && !defined ANDROID && !defined _AIX && !defined __MVS__ #define USE_IF2IP #endif @@ -2694,8 +3273,8 @@ inline std::string if2ip(int address_family, const std::string &ifn) { #endif inline socket_t create_client_socket( - const char *host, const char *ip, int port, int address_family, - bool tcp_nodelay, SocketOptions socket_options, + const std::string &host, const std::string &ip, int port, + int address_family, bool tcp_nodelay, SocketOptions socket_options, time_t connection_timeout_sec, time_t connection_timeout_usec, time_t read_timeout_sec, time_t read_timeout_usec, time_t write_timeout_sec, time_t write_timeout_usec, const std::string &intf, Error &error) { @@ -2704,9 +3283,9 @@ inline socket_t create_client_socket( [&](socket_t sock2, struct addrinfo &ai) -> bool { if (!intf.empty()) { #ifdef USE_IF2IP - auto ip = if2ip(address_family, intf); - if (ip.empty()) { ip = intf; } - if (!bind_ip_address(sock2, ip.c_str())) { + auto ip_from_if = if2ip(address_family, intf); + if (ip_from_if.empty()) { ip_from_if = intf; } + if (!bind_ip_address(sock2, ip_from_if)) { error = Error::BindIPAddress; return false; } @@ -2734,13 +3313,14 @@ inline socket_t create_client_socket( #ifdef _WIN32 auto timeout = static_cast(read_timeout_sec * 1000 + read_timeout_usec / 1000); - setsockopt(sock2, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout, - sizeof(timeout)); + setsockopt(sock2, SOL_SOCKET, SO_RCVTIMEO, + reinterpret_cast(&timeout), sizeof(timeout)); #else timeval tv; tv.tv_sec = static_cast(read_timeout_sec); tv.tv_usec = static_cast(read_timeout_usec); - setsockopt(sock2, SOL_SOCKET, SO_RCVTIMEO, (char *)&tv, sizeof(tv)); + setsockopt(sock2, SOL_SOCKET, SO_RCVTIMEO, + reinterpret_cast(&tv), sizeof(tv)); #endif } { @@ -2748,13 +3328,14 @@ inline socket_t create_client_socket( #ifdef _WIN32 auto timeout = static_cast(write_timeout_sec * 1000 + write_timeout_usec / 1000); - setsockopt(sock2, SOL_SOCKET, SO_SNDTIMEO, (char *)&timeout, - sizeof(timeout)); + setsockopt(sock2, SOL_SOCKET, SO_SNDTIMEO, + reinterpret_cast(&timeout), sizeof(timeout)); #else timeval tv; tv.tv_sec = static_cast(write_timeout_sec); tv.tv_usec = static_cast(write_timeout_usec); - setsockopt(sock2, SOL_SOCKET, SO_SNDTIMEO, (char *)&tv, sizeof(tv)); + setsockopt(sock2, SOL_SOCKET, SO_SNDTIMEO, + reinterpret_cast(&tv), sizeof(tv)); #endif } @@ -2771,9 +3352,8 @@ inline socket_t create_client_socket( return sock; } -inline bool get_remote_ip_and_port(const struct sockaddr_storage &addr, - socklen_t addr_len, std::string &ip, - int &port) { +inline bool get_ip_and_port(const struct sockaddr_storage &addr, + socklen_t addr_len, std::string &ip, int &port) { if (addr.ss_family == AF_INET) { port = ntohs(reinterpret_cast(&addr)->sin_port); } else if (addr.ss_family == AF_INET6) { @@ -2794,21 +3374,53 @@ inline bool get_remote_ip_and_port(const struct sockaddr_storage &addr, return true; } +inline void get_local_ip_and_port(socket_t sock, std::string &ip, int &port) { + struct sockaddr_storage addr; + socklen_t addr_len = sizeof(addr); + if (!getsockname(sock, reinterpret_cast(&addr), + &addr_len)) { + get_ip_and_port(addr, addr_len, ip, port); + } +} + inline void get_remote_ip_and_port(socket_t sock, std::string &ip, int &port) { struct sockaddr_storage addr; socklen_t addr_len = sizeof(addr); if (!getpeername(sock, reinterpret_cast(&addr), &addr_len)) { - get_remote_ip_and_port(addr, addr_len, ip, port); +#ifndef _WIN32 + if (addr.ss_family == AF_UNIX) { +#if defined(__linux__) + struct ucred ucred; + socklen_t len = sizeof(ucred); + if (getsockopt(sock, SOL_SOCKET, SO_PEERCRED, &ucred, &len) == 0) { + port = ucred.pid; + } +#elif defined(SOL_LOCAL) && defined(SO_PEERPID) // __APPLE__ + pid_t pid; + socklen_t len = sizeof(pid); + if (getsockopt(sock, SOL_LOCAL, SO_PEERPID, &pid, &len) == 0) { + port = pid; + } +#endif + return; + } +#endif + get_ip_and_port(addr, addr_len, ip, port); } } inline constexpr unsigned int str2tag_core(const char *s, size_t l, unsigned int h) { - return (l == 0) ? h - : str2tag_core(s + 1, l - 1, - (h * 33) ^ static_cast(*s)); + return (l == 0) + ? h + : str2tag_core( + s + 1, l - 1, + // Unsets the 6 high bits of h, therefore no overflow happens + (((std::numeric_limits::max)() >> 6) & + h * 33) ^ + static_cast(*s)); } inline unsigned int str2tag(const std::string &s) { @@ -2823,18 +3435,20 @@ inline constexpr unsigned int operator"" _t(const char *s, size_t l) { } // namespace udl -inline const char * +inline std::string find_content_type(const std::string &path, - const std::map &user_data) { + const std::map &user_data, + const std::string &default_content_type) { auto ext = file_extension(path); auto it = user_data.find(ext); - if (it != user_data.end()) { return it->second.c_str(); } + if (it != user_data.end()) { return it->second; } using udl::operator""_t; switch (str2tag(ext)) { - default: return nullptr; + default: return default_content_type; + case "css"_t: return "text/css"; case "csv"_t: return "text/csv"; case "htm"_t: @@ -2887,76 +3501,6 @@ find_content_type(const std::string &path, } } -inline const char *status_message(int status) { - switch (status) { - case 100: return "Continue"; - case 101: return "Switching Protocol"; - case 102: return "Processing"; - case 103: return "Early Hints"; - case 200: return "OK"; - case 201: return "Created"; - case 202: return "Accepted"; - case 203: return "Non-Authoritative Information"; - case 204: return "No Content"; - case 205: return "Reset Content"; - case 206: return "Partial Content"; - case 207: return "Multi-Status"; - case 208: return "Already Reported"; - case 226: return "IM Used"; - case 300: return "Multiple Choice"; - case 301: return "Moved Permanently"; - case 302: return "Found"; - case 303: return "See Other"; - case 304: return "Not Modified"; - case 305: return "Use Proxy"; - case 306: return "unused"; - case 307: return "Temporary Redirect"; - case 308: return "Permanent Redirect"; - case 400: return "Bad Request"; - case 401: return "Unauthorized"; - case 402: return "Payment Required"; - case 403: return "Forbidden"; - case 404: return "Not Found"; - case 405: return "Method Not Allowed"; - case 406: return "Not Acceptable"; - case 407: return "Proxy Authentication Required"; - case 408: return "Request Timeout"; - case 409: return "Conflict"; - case 410: return "Gone"; - case 411: return "Length Required"; - case 412: return "Precondition Failed"; - case 413: return "Payload Too Large"; - case 414: return "URI Too Long"; - case 415: return "Unsupported Media Type"; - case 416: return "Range Not Satisfiable"; - case 417: return "Expectation Failed"; - case 418: return "I'm a teapot"; - case 421: return "Misdirected Request"; - case 422: return "Unprocessable Entity"; - case 423: return "Locked"; - case 424: return "Failed Dependency"; - case 425: return "Too Early"; - case 426: return "Upgrade Required"; - case 428: return "Precondition Required"; - case 429: return "Too Many Requests"; - case 431: return "Request Header Fields Too Large"; - case 451: return "Unavailable For Legal Reasons"; - case 501: return "Not Implemented"; - case 502: return "Bad Gateway"; - case 503: return "Service Unavailable"; - case 504: return "Gateway Timeout"; - case 505: return "HTTP Version Not Supported"; - case 506: return "Variant Also Negotiates"; - case 507: return "Insufficient Storage"; - case 508: return "Loop Detected"; - case 510: return "Not Extended"; - case 511: return "Network Authentication Required"; - - default: - case 500: return "Internal Server Error"; - } -} - inline bool can_compress_content_type(const std::string &content_type) { using udl::operator""_t; @@ -3033,7 +3577,7 @@ inline bool gzip_compressor::compress(const char *data, size_t data_length, data += strm_.avail_in; auto flush = (last && data_length == 0) ? Z_FINISH : Z_NO_FLUSH; - int ret = Z_OK; + auto ret = Z_OK; std::array buff{}; do { @@ -3077,7 +3621,7 @@ inline bool gzip_decompressor::decompress(const char *data, size_t data_length, Callback callback) { assert(is_valid_); - int ret = Z_OK; + auto ret = Z_OK; do { constexpr size_t max_avail_in = @@ -3091,16 +3635,12 @@ inline bool gzip_decompressor::decompress(const char *data, size_t data_length, data += strm_.avail_in; std::array buff{}; - while (strm_.avail_in > 0) { + while (strm_.avail_in > 0 && ret == Z_OK) { strm_.avail_out = static_cast(buff.size()); strm_.next_out = reinterpret_cast(buff.data()); - auto prev_avail_in = strm_.avail_in; - ret = inflate(&strm_, Z_NO_FLUSH); - if (prev_avail_in - strm_.avail_in == 0) { return false; } - assert(ret != Z_STREAM_ERROR); switch (ret) { case Z_NEED_DICT: @@ -3113,7 +3653,7 @@ inline bool gzip_decompressor::decompress(const char *data, size_t data_length, } } - if (ret != Z_OK && ret != Z_STREAM_END) return false; + if (ret != Z_OK && ret != Z_STREAM_END) { return false; } } while (data_length > 0); @@ -3182,7 +3722,7 @@ inline bool brotli_decompressor::decompress(const char *data, return 0; } - const uint8_t *next_in = (const uint8_t *)data; + auto next_in = reinterpret_cast(data); size_t avail_in = data_length; size_t total_out; @@ -3207,12 +3747,13 @@ inline bool brotli_decompressor::decompress(const char *data, } #endif -inline bool has_header(const Headers &headers, const char *key) { +inline bool has_header(const Headers &headers, const std::string &key) { return headers.find(key) != headers.end(); } -inline const char *get_header_value(const Headers &headers, const char *key, - size_t id, const char *def) { +inline const char *get_header_value(const Headers &headers, + const std::string &key, size_t id, + const char *def) { auto rng = headers.equal_range(key); auto it = rng.first; std::advance(it, static_cast(id)); @@ -3220,6 +3761,14 @@ inline const char *get_header_value(const Headers &headers, const char *key, return def; } +inline bool compare_case_ignore(const std::string &a, const std::string &b) { + if (a.size() != b.size()) { return false; } + for (size_t i = 0; i < b.size(); i++) { + if (::tolower(a[i]) != ::tolower(b[i])) { return false; } + } + return true; +} + template inline bool parse_header(const char *beg, const char *end, T fn) { // Skip trailing spaces and tabs. @@ -3243,7 +3792,14 @@ inline bool parse_header(const char *beg, const char *end, T fn) { } if (p < end) { - fn(std::string(beg, key_end), decode_url(std::string(p, end), false)); + auto key_len = key_end - beg; + if (!key_len) { return false; } + + auto key = std::string(beg, key_end); + auto val = compare_case_ignore(key, "Location") + ? std::string(p, end) + : decode_url(std::string(p, end), false); + fn(std::move(key), std::move(val)); return true; } @@ -3328,11 +3884,7 @@ inline bool read_content_without_length(Stream &strm, uint64_t r = 0; for (;;) { auto n = strm.read(buf, CPPHTTPLIB_RECV_BUFSIZ); - if (n < 0) { - return false; - } else if (n == 0) { - return true; - } + if (n <= 0) { return true; } if (!out(buf, static_cast(n), r, 0)) { return false; } r += static_cast(n); @@ -3341,7 +3893,8 @@ inline bool read_content_without_length(Stream &strm, return true; } -inline bool read_content_chunked(Stream &strm, +template +inline bool read_content_chunked(Stream &strm, T &x, ContentReceiverWithProgress out) { const auto bufsiz = 16; char buf[bufsiz]; @@ -3367,23 +3920,37 @@ inline bool read_content_chunked(Stream &strm, if (!line_reader.getline()) { return false; } - if (strcmp(line_reader.ptr(), "\r\n")) { break; } + if (strcmp(line_reader.ptr(), "\r\n") != 0) { return false; } if (!line_reader.getline()) { return false; } } - if (chunk_len == 0) { - // Reader terminator after chunks - if (!line_reader.getline() || strcmp(line_reader.ptr(), "\r\n")) - return false; + assert(chunk_len == 0); + + // Trailer + if (!line_reader.getline()) { return false; } + + while (strcmp(line_reader.ptr(), "\r\n") != 0) { + if (line_reader.size() > CPPHTTPLIB_HEADER_MAX_LENGTH) { return false; } + + // Exclude line terminator + constexpr auto line_terminator_len = 2; + auto end = line_reader.ptr() + line_reader.size() - line_terminator_len; + + parse_header(line_reader.ptr(), end, + [&](std::string &&key, std::string &&val) { + x.headers.emplace(std::move(key), std::move(val)); + }); + + if (!line_reader.getline()) { return false; } } return true; } inline bool is_chunked_transfer_encoding(const Headers &headers) { - return !strcasecmp(get_header_value(headers, "Transfer-Encoding", 0, ""), - "chunked"); + return compare_case_ignore( + get_header_value(headers, "Transfer-Encoding", 0, ""), "chunked"); } template @@ -3398,14 +3965,14 @@ bool prepare_content_receiver(T &x, int &status, #ifdef CPPHTTPLIB_ZLIB_SUPPORT decompressor = detail::make_unique(); #else - status = 415; + status = StatusCode::UnsupportedMediaType_415; return false; #endif } else if (encoding.find("br") != std::string::npos) { #ifdef CPPHTTPLIB_BROTLI_SUPPORT decompressor = detail::make_unique(); #else - status = 415; + status = StatusCode::UnsupportedMediaType_415; return false; #endif } @@ -3421,7 +3988,7 @@ bool prepare_content_receiver(T &x, int &status, }; return callback(std::move(out)); } else { - status = 500; + status = StatusCode::InternalServerError_500; return false; } } @@ -3445,11 +4012,11 @@ bool read_content(Stream &strm, T &x, size_t payload_max_length, int &status, auto exceed_payload_max_length = false; if (is_chunked_transfer_encoding(x.headers)) { - ret = read_content_chunked(strm, out); + ret = read_content_chunked(strm, x, out); } else if (!has_header(x.headers, "Content-Length")) { ret = read_content_without_length(strm, out); } else { - auto len = get_header_value(x.headers, "Content-Length"); + auto len = get_header_value_u64(x.headers, "Content-Length", 0, 0); if (len > payload_max_length) { exceed_payload_max_length = true; skip_content_with_length(strm, len); @@ -3459,7 +4026,10 @@ bool read_content(Stream &strm, T &x, size_t payload_max_length, int &status, } } - if (!ret) { status = exceed_payload_max_length ? 413 : 400; } + if (!ret) { + status = exceed_payload_max_length ? StatusCode::PayloadTooLarge_413 + : StatusCode::BadRequest_400; + } return ret; }); } // namespace detail @@ -3498,7 +4068,7 @@ inline bool write_content(Stream &strm, const ContentProvider &content_provider, data_sink.write = [&](const char *d, size_t l) -> bool { if (ok) { - if (write_data(strm, d, l)) { + if (strm.is_writable() && write_data(strm, d, l)) { offset += l; } else { ok = false; @@ -3507,14 +4077,16 @@ inline bool write_content(Stream &strm, const ContentProvider &content_provider, return ok; }; - data_sink.is_writable = [&](void) { return ok && strm.is_writable(); }; + data_sink.is_writable = [&]() -> bool { return strm.is_writable(); }; while (offset < end_offset && !is_shutting_down()) { - if (!content_provider(offset, end_offset - offset, data_sink)) { + if (!strm.is_writable()) { + error = Error::Write; + return false; + } else if (!content_provider(offset, end_offset - offset, data_sink)) { error = Error::Canceled; return false; - } - if (!ok) { + } else if (!ok) { error = Error::Write; return false; } @@ -3546,18 +4118,23 @@ write_content_without_length(Stream &strm, data_sink.write = [&](const char *d, size_t l) -> bool { if (ok) { offset += l; - if (!write_data(strm, d, l)) { ok = false; } + if (!strm.is_writable() || !write_data(strm, d, l)) { ok = false; } } return ok; }; - data_sink.done = [&](void) { data_available = false; }; + data_sink.is_writable = [&]() -> bool { return strm.is_writable(); }; - data_sink.is_writable = [&](void) { return ok && strm.is_writable(); }; + data_sink.done = [&](void) { data_available = false; }; while (data_available && !is_shutting_down()) { - if (!content_provider(offset, 0, data_sink)) { return false; } - if (!ok) { return false; } + if (!strm.is_writable()) { + return false; + } else if (!content_provider(offset, 0, data_sink)) { + return false; + } else if (!ok) { + return false; + } } return true; } @@ -3586,7 +4163,10 @@ write_content_chunked(Stream &strm, const ContentProvider &content_provider, // Emit chunked response header and footer for each chunk auto chunk = from_i_to_hex(payload.size()) + "\r\n" + payload + "\r\n"; - if (!write_data(strm, chunk.data(), chunk.size())) { ok = false; } + if (!strm.is_writable() || + !write_data(strm, chunk.data(), chunk.size())) { + ok = false; + } } } else { ok = false; @@ -3595,7 +4175,9 @@ write_content_chunked(Stream &strm, const ContentProvider &content_provider, return ok; }; - data_sink.done = [&](void) { + data_sink.is_writable = [&]() -> bool { return strm.is_writable(); }; + + auto done_with_trailer = [&](const Headers *trailer) { if (!ok) { return; } data_available = false; @@ -3613,26 +4195,46 @@ write_content_chunked(Stream &strm, const ContentProvider &content_provider, if (!payload.empty()) { // Emit chunked response header and footer for each chunk auto chunk = from_i_to_hex(payload.size()) + "\r\n" + payload + "\r\n"; - if (!write_data(strm, chunk.data(), chunk.size())) { + if (!strm.is_writable() || + !write_data(strm, chunk.data(), chunk.size())) { ok = false; return; } } - static const std::string done_marker("0\r\n\r\n"); + static const std::string done_marker("0\r\n"); if (!write_data(strm, done_marker.data(), done_marker.size())) { ok = false; } + + // Trailer + if (trailer) { + for (const auto &kv : *trailer) { + std::string field_line = kv.first + ": " + kv.second + "\r\n"; + if (!write_data(strm, field_line.data(), field_line.size())) { + ok = false; + } + } + } + + static const std::string crlf("\r\n"); + if (!write_data(strm, crlf.data(), crlf.size())) { ok = false; } }; - data_sink.is_writable = [&](void) { return ok && strm.is_writable(); }; + data_sink.done = [&](void) { done_with_trailer(nullptr); }; + + data_sink.done_with_trailer = [&](const Headers &trailer) { + done_with_trailer(&trailer); + }; while (data_available && !is_shutting_down()) { - if (!content_provider(offset, 0, data_sink)) { + if (!strm.is_writable()) { + error = Error::Write; + return false; + } else if (!content_provider(offset, 0, data_sink)) { error = Error::Canceled; return false; - } - if (!ok) { + } else if (!ok) { error = Error::Write; return false; } @@ -3659,7 +4261,8 @@ inline bool redirect(T &cli, Request &req, Response &res, new_req.path = path; new_req.redirect_count_ -= 1; - if (res.status == 303 && (req.method != "GET" && req.method != "HEAD")) { + if (res.status == StatusCode::SeeOther_303 && + (req.method != "GET" && req.method != "HEAD")) { new_req.method = "GET"; new_req.body.clear(); new_req.headers.clear(); @@ -3671,7 +4274,8 @@ inline bool redirect(T &cli, Request &req, Response &res, if (ret) { req = new_req; res = new_res; - res.location = location; + + if (res.location.empty()) { res.location = location; } } return ret; } @@ -3713,16 +4317,39 @@ inline void parse_query_text(const std::string &s, Params ¶ms) { inline bool parse_multipart_boundary(const std::string &content_type, std::string &boundary) { - auto pos = content_type.find("boundary="); + auto boundary_keyword = "boundary="; + auto pos = content_type.find(boundary_keyword); if (pos == std::string::npos) { return false; } - boundary = content_type.substr(pos + 9); - if (boundary.length() >= 2 && boundary.front() == '"' && - boundary.back() == '"') { - boundary = boundary.substr(1, boundary.size() - 2); - } + auto end = content_type.find(';', pos); + auto beg = pos + strlen(boundary_keyword); + boundary = trim_double_quotes_copy(content_type.substr(beg, end - beg)); return !boundary.empty(); } +inline void parse_disposition_params(const std::string &s, Params ¶ms) { + std::set cache; + split(s.data(), s.data() + s.size(), ';', [&](const char *b, const char *e) { + std::string kv(b, e); + if (cache.find(kv) != cache.end()) { return; } + cache.insert(kv); + + std::string key; + std::string val; + split(b, e, '=', [&](const char *b2, const char *e2) { + if (key.empty()) { + key.assign(b2, e2); + } else { + val.assign(b2, e2); + } + }); + + if (!key.empty()) { + params.emplace(trim_double_quotes_copy((key)), + trim_double_quotes_copy((val))); + } + }); +} + #ifdef CPPHTTPLIB_NO_EXCEPTIONS inline bool parse_range_header(const std::string &s, Ranges &ranges) { #else @@ -3733,9 +4360,9 @@ inline bool parse_range_header(const std::string &s, Ranges &ranges) try { if (std::regex_match(s, m, re_first_range)) { auto pos = static_cast(m.position(1)); auto len = static_cast(m.length(1)); - bool all_valid_ranges = true; + auto all_valid_ranges = true; split(&s[pos], &s[pos + len], ',', [&](const char *b, const char *e) { - if (!all_valid_ranges) return; + if (!all_valid_ranges) { return; } static auto re_another_range = std::regex(R"(\s*(\d*)-(\d*))"); std::cmatch cm; if (std::regex_match(b, e, cm, re_another_range)) { @@ -3769,30 +4396,26 @@ class MultipartFormDataParser { public: MultipartFormDataParser() = default; - void set_boundary(std::string &&boundary) { boundary_ = boundary; } + void set_boundary(std::string &&boundary) { + boundary_ = boundary; + dash_boundary_crlf_ = dash_ + boundary_ + crlf_; + crlf_dash_boundary_ = crlf_ + dash_ + boundary_; + } bool is_valid() const { return is_valid_; } bool parse(const char *buf, size_t n, const ContentReceiver &content_callback, const MultipartContentHeader &header_callback) { - // TODO: support 'filename*' - static const std::regex re_content_disposition( - R"~(^Content-Disposition:\s*form-data;\s*name="(.*?)"(?:;\s*filename="(.*?)")?(?:;\s*filename\*=\S+)?\s*$)~", - std::regex_constants::icase); - - static const std::string dash_ = "--"; - static const std::string crlf_ = "\r\n"; - buf_append(buf, n); while (buf_size() > 0) { switch (state_) { case 0: { // Initial boundary - auto pattern = dash_ + boundary_ + crlf_; - if (pattern.size() > buf_size()) { return true; } - if (!buf_start_with(pattern)) { return false; } - buf_erase(pattern.size()); + buf_erase(buf_find(dash_boundary_crlf_)); + if (dash_boundary_crlf_.size() > buf_size()) { return true; } + if (!buf_start_with(dash_boundary_crlf_)) { return false; } + buf_erase(dash_boundary_crlf_.size()); state_ = 1; break; } @@ -3816,18 +4439,56 @@ class MultipartFormDataParser { break; } - static const std::string header_name = "content-type:"; const auto header = buf_head(pos); - if (start_with_case_ignore(header, header_name)) { - file_.content_type = trim_copy(header.substr(header_name.size())); + + if (!parse_header(header.data(), header.data() + header.size(), + [&](std::string &&, std::string &&) {})) { + is_valid_ = false; + return false; + } + + static const std::string header_content_type = "Content-Type:"; + + if (start_with_case_ignore(header, header_content_type)) { + file_.content_type = + trim_copy(header.substr(header_content_type.size())); } else { + static const std::regex re_content_disposition( + R"~(^Content-Disposition:\s*form-data;\s*(.*)$)~", + std::regex_constants::icase); + std::smatch m; if (std::regex_match(header, m, re_content_disposition)) { - file_.name = m[1]; - file_.filename = m[2]; + Params params; + parse_disposition_params(m[1], params); + + auto it = params.find("name"); + if (it != params.end()) { + file_.name = it->second; + } else { + is_valid_ = false; + return false; + } + + it = params.find("filename"); + if (it != params.end()) { file_.filename = it->second; } + + it = params.find("filename*"); + if (it != params.end()) { + // Only allow UTF-8 enconnding... + static const std::regex re_rfc5987_encoding( + R"~(^UTF-8''(.+?)$)~", std::regex_constants::icase); + + std::smatch m2; + if (std::regex_match(it->second, m2, re_rfc5987_encoding)) { + file_.filename = decode_url(m2[1], false); // override... + } else { + is_valid_ = false; + return false; + } + } } } - buf_erase(pos + crlf_.size()); pos = buf_find(crlf_); } @@ -3835,40 +4496,25 @@ class MultipartFormDataParser { break; } case 3: { // Body - { - auto pattern = crlf_ + dash_; - if (pattern.size() > buf_size()) { return true; } - - auto pos = buf_find(pattern); - + if (crlf_dash_boundary_.size() > buf_size()) { return true; } + auto pos = buf_find(crlf_dash_boundary_); + if (pos < buf_size()) { if (!content_callback(buf_data(), pos)) { is_valid_ = false; return false; } - - buf_erase(pos); - } - { - auto pattern = crlf_ + dash_ + boundary_; - if (pattern.size() > buf_size()) { return true; } - - auto pos = buf_find(pattern); - if (pos < buf_size()) { - if (!content_callback(buf_data(), pos)) { - is_valid_ = false; - return false; - } - - buf_erase(pos + pattern.size()); - state_ = 4; - } else { - if (!content_callback(buf_data(), pattern.size())) { + buf_erase(pos + crlf_dash_boundary_.size()); + state_ = 4; + } else { + auto len = buf_size() - crlf_dash_boundary_.size(); + if (len > 0) { + if (!content_callback(buf_data(), len)) { is_valid_ = false; return false; } - - buf_erase(pattern.size()); + buf_erase(len); } + return true; } break; } @@ -3878,22 +4524,17 @@ class MultipartFormDataParser { buf_erase(crlf_.size()); state_ = 1; } else { - auto pattern = dash_ + crlf_; - if (pattern.size() > buf_size()) { return true; } - if (buf_start_with(pattern)) { - buf_erase(pattern.size()); + if (dash_.size() > buf_size()) { return true; } + if (buf_start_with(dash_)) { + buf_erase(dash_.size()); is_valid_ = true; - state_ = 5; + buf_erase(buf_size()); // Remove epilogue } else { return true; } } break; } - case 5: { // Done - is_valid_ = false; - return false; - } } } @@ -3916,7 +4557,11 @@ class MultipartFormDataParser { return true; } + const std::string dash_ = "--"; + const std::string crlf_ = "\r\n"; std::string boundary_; + std::string dash_boundary_crlf_; + std::string crlf_dash_boundary_; size_t state_ = 0; bool is_valid_ = false; @@ -4000,65 +4645,174 @@ inline std::string to_lower(const char *beg, const char *end) { return out; } -inline std::string make_multipart_data_boundary() { +inline std::string random_string(size_t length) { static const char data[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; // std::random_device might actually be deterministic on some // platforms, but due to lack of support in the c++ standard library, // doing better requires either some ugly hacks or breaking portability. - std::random_device seed_gen; + static std::random_device seed_gen; // Request 128 bits of entropy for initialization - std::seed_seq seed_sequence{seed_gen(), seed_gen(), seed_gen(), seed_gen()}; - std::mt19937 engine(seed_sequence); + static std::seed_seq seed_sequence{seed_gen(), seed_gen(), seed_gen(), + seed_gen()}; - std::string result = "--cpp-httplib-multipart-data-"; + static std::mt19937 engine(seed_sequence); - for (auto i = 0; i < 16; i++) { + std::string result; + for (size_t i = 0; i < length; i++) { result += data[engine() % (sizeof(data) - 1)]; } - return result; } -inline std::pair -get_range_offset_and_length(const Request &req, size_t content_length, - size_t index) { - auto r = req.ranges[index]; +inline std::string make_multipart_data_boundary() { + return "--cpp-httplib-multipart-data-" + detail::random_string(16); +} + +inline bool is_multipart_boundary_chars_valid(const std::string &boundary) { + auto valid = true; + for (size_t i = 0; i < boundary.size(); i++) { + auto c = boundary[i]; + if (!std::isalnum(c) && c != '-' && c != '_') { + valid = false; + break; + } + } + return valid; +} + +template +inline std::string +serialize_multipart_formdata_item_begin(const T &item, + const std::string &boundary) { + std::string body = "--" + boundary + "\r\n"; + body += "Content-Disposition: form-data; name=\"" + item.name + "\""; + if (!item.filename.empty()) { + body += "; filename=\"" + item.filename + "\""; + } + body += "\r\n"; + if (!item.content_type.empty()) { + body += "Content-Type: " + item.content_type + "\r\n"; + } + body += "\r\n"; + + return body; +} + +inline std::string serialize_multipart_formdata_item_end() { return "\r\n"; } + +inline std::string +serialize_multipart_formdata_finish(const std::string &boundary) { + return "--" + boundary + "--\r\n"; +} + +inline std::string +serialize_multipart_formdata_get_content_type(const std::string &boundary) { + return "multipart/form-data; boundary=" + boundary; +} + +inline std::string +serialize_multipart_formdata(const MultipartFormDataItems &items, + const std::string &boundary, bool finish = true) { + std::string body; - if (r.first == -1 && r.second == -1) { - return std::make_pair(0, content_length); + for (const auto &item : items) { + body += serialize_multipart_formdata_item_begin(item, boundary); + body += item.content + serialize_multipart_formdata_item_end(); } - auto slen = static_cast(content_length); + if (finish) { body += serialize_multipart_formdata_finish(boundary); } + + return body; +} + +inline bool range_error(Request &req, Response &res) { + if (!req.ranges.empty() && 200 <= res.status && res.status < 300) { + ssize_t contant_len = static_cast( + res.content_length_ ? res.content_length_ : res.body.size()); + + ssize_t prev_first_pos = -1; + ssize_t prev_last_pos = -1; + size_t overwrapping_count = 0; + + // NOTE: The following Range check is based on '14.2. Range' in RFC 9110 + // 'HTTP Semantics' to avoid potential denial-of-service attacks. + // https://www.rfc-editor.org/rfc/rfc9110#section-14.2 + + // Too many ranges + if (req.ranges.size() > CPPHTTPLIB_RANGE_MAX_COUNT) { return true; } + + for (auto &r : req.ranges) { + auto &first_pos = r.first; + auto &last_pos = r.second; + + if (first_pos == -1 && last_pos == -1) { + first_pos = 0; + last_pos = contant_len; + } + + if (first_pos == -1) { + first_pos = contant_len - last_pos; + last_pos = contant_len - 1; + } + + if (last_pos == -1) { last_pos = contant_len - 1; } + + // Range must be within content length + if (!(0 <= first_pos && first_pos <= last_pos && + last_pos <= contant_len - 1)) { + return true; + } + + // Ranges must be in ascending order + if (first_pos <= prev_first_pos) { return true; } + + // Request must not have more than two overlapping ranges + if (first_pos <= prev_last_pos) { + overwrapping_count++; + if (overwrapping_count > 2) { return true; } + } - if (r.first == -1) { - r.first = (std::max)(static_cast(0), slen - r.second); - r.second = slen - 1; + prev_first_pos = (std::max)(prev_first_pos, first_pos); + prev_last_pos = (std::max)(prev_last_pos, last_pos); + } } - if (r.second == -1) { r.second = slen - 1; } + return false; +} + +inline std::pair +get_range_offset_and_length(Range r, size_t content_length) { + assert(r.first != -1 && r.second != -1); + assert(0 <= r.first && r.first < static_cast(content_length)); + assert(r.first <= r.second && + r.second < static_cast(content_length)); + return std::make_pair(r.first, static_cast(r.second - r.first) + 1); } -inline std::string make_content_range_header_field(size_t offset, size_t length, - size_t content_length) { +inline std::string make_content_range_header_field( + const std::pair &offset_and_length, size_t content_length) { + auto st = offset_and_length.first; + auto ed = st + offset_and_length.second - 1; + std::string field = "bytes "; - field += std::to_string(offset); + field += std::to_string(st); field += "-"; - field += std::to_string(offset + length - 1); + field += std::to_string(ed); field += "/"; field += std::to_string(content_length); return field; } template -bool process_multipart_ranges_data(const Request &req, Response &res, +bool process_multipart_ranges_data(const Request &req, const std::string &boundary, const std::string &content_type, - SToken stoken, CToken ctoken, - Content content) { + size_t content_length, SToken stoken, + CToken ctoken, Content content) { for (size_t i = 0; i < req.ranges.size(); i++) { ctoken("--"); stoken(boundary); @@ -4069,52 +4823,53 @@ bool process_multipart_ranges_data(const Request &req, Response &res, ctoken("\r\n"); } - auto offsets = get_range_offset_and_length(req, res.body.size(), i); - auto offset = offsets.first; - auto length = offsets.second; + auto offset_and_length = + get_range_offset_and_length(req.ranges[i], content_length); ctoken("Content-Range: "); - stoken(make_content_range_header_field(offset, length, res.body.size())); + stoken(make_content_range_header_field(offset_and_length, content_length)); ctoken("\r\n"); ctoken("\r\n"); - if (!content(offset, length)) { return false; } + + if (!content(offset_and_length.first, offset_and_length.second)) { + return false; + } ctoken("\r\n"); } ctoken("--"); stoken(boundary); - ctoken("--\r\n"); + ctoken("--"); return true; } -inline bool make_multipart_ranges_data(const Request &req, Response &res, +inline void make_multipart_ranges_data(const Request &req, Response &res, const std::string &boundary, const std::string &content_type, + size_t content_length, std::string &data) { - return process_multipart_ranges_data( - req, res, boundary, content_type, + process_multipart_ranges_data( + req, boundary, content_type, content_length, + [&](const std::string &token) { data += token; }, [&](const std::string &token) { data += token; }, - [&](const char *token) { data += token; }, [&](size_t offset, size_t length) { - if (offset < res.body.size()) { - data += res.body.substr(offset, length); - return true; - } - return false; + assert(offset + length <= content_length); + data += res.body.substr(offset, length); + return true; }); } -inline size_t -get_multipart_ranges_data_length(const Request &req, Response &res, - const std::string &boundary, - const std::string &content_type) { +inline size_t get_multipart_ranges_data_length(const Request &req, + const std::string &boundary, + const std::string &content_type, + size_t content_length) { size_t data_length = 0; process_multipart_ranges_data( - req, res, boundary, content_type, + req, boundary, content_type, content_length, + [&](const std::string &token) { data_length += token.size(); }, [&](const std::string &token) { data_length += token.size(); }, - [&](const char *token) { data_length += strlen(token); }, [&](size_t /*offset*/, size_t length) { data_length += length; return true; @@ -4124,33 +4879,21 @@ get_multipart_ranges_data_length(const Request &req, Response &res, } template -inline bool write_multipart_ranges_data(Stream &strm, const Request &req, - Response &res, - const std::string &boundary, - const std::string &content_type, - const T &is_shutting_down) { +inline bool +write_multipart_ranges_data(Stream &strm, const Request &req, Response &res, + const std::string &boundary, + const std::string &content_type, + size_t content_length, const T &is_shutting_down) { return process_multipart_ranges_data( - req, res, boundary, content_type, + req, boundary, content_type, content_length, + [&](const std::string &token) { strm.write(token); }, [&](const std::string &token) { strm.write(token); }, - [&](const char *token) { strm.write(token); }, [&](size_t offset, size_t length) { return write_content(strm, res.content_provider_, offset, length, is_shutting_down); }); } -inline std::pair -get_range_offset_and_length(const Request &req, const Response &res, - size_t index) { - auto r = req.ranges[index]; - - if (r.second == -1) { - r.second = static_cast(res.content_length_) - 1; - } - - return std::make_pair(r.first, r.second - r.first + 1); -} - inline bool expect_content(const Request &req) { if (req.method == "POST" || req.method == "PUT" || req.method == "PATCH" || req.method == "PRI" || req.method == "DELETE") { @@ -4160,8 +4903,8 @@ inline bool expect_content(const Request &req) { return false; } -inline bool has_crlf(const char *s) { - auto p = s; +inline bool has_crlf(const std::string &s) { + auto p = s.c_str(); while (*p) { if (*p == '\r' || *p == '\n') { return true; } p++; @@ -4184,7 +4927,7 @@ inline std::string message_digest(const std::string &s, const EVP_MD *algo) { std::stringstream ss; for (auto i = 0u; i < hash_length; ++i) { ss << std::hex << std::setw(2) << std::setfill('0') - << (unsigned int)hash[i]; + << static_cast(hash[i]); } return ss.str(); @@ -4203,15 +4946,15 @@ inline std::string SHA_512(const std::string &s) { } #endif -#ifdef _WIN32 #ifdef CPPHTTPLIB_OPENSSL_SUPPORT +#ifdef _WIN32 // NOTE: This code came up with the following stackoverflow post: // https://stackoverflow.com/questions/9507184/can-openssl-on-windows-use-the-system-certificate-store inline bool load_system_certs_on_windows(X509_STORE *store) { auto hStore = CertOpenSystemStoreW((HCRYPTPROV_LEGACY)NULL, L"ROOT"); - if (!hStore) { return false; } + auto result = false; PCCERT_CONTEXT pContext = NULL; while ((pContext = CertEnumCertificatesInStore(hStore, pContext)) != nullptr) { @@ -4222,16 +4965,109 @@ inline bool load_system_certs_on_windows(X509_STORE *store) { if (x509) { X509_STORE_add_cert(store, x509); X509_free(x509); + result = true; } } CertFreeCertificateContext(pContext); CertCloseStore(hStore, 0); + return result; +} +#elif defined(CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN) && defined(__APPLE__) +#if TARGET_OS_OSX +template +using CFObjectPtr = + std::unique_ptr::type, void (*)(CFTypeRef)>; + +inline void cf_object_ptr_deleter(CFTypeRef obj) { + if (obj) { CFRelease(obj); } +} + +inline bool retrieve_certs_from_keychain(CFObjectPtr &certs) { + CFStringRef keys[] = {kSecClass, kSecMatchLimit, kSecReturnRef}; + CFTypeRef values[] = {kSecClassCertificate, kSecMatchLimitAll, + kCFBooleanTrue}; + + CFObjectPtr query( + CFDictionaryCreate(nullptr, reinterpret_cast(keys), values, + sizeof(keys) / sizeof(keys[0]), + &kCFTypeDictionaryKeyCallBacks, + &kCFTypeDictionaryValueCallBacks), + cf_object_ptr_deleter); + + if (!query) { return false; } + + CFTypeRef security_items = nullptr; + if (SecItemCopyMatching(query.get(), &security_items) != errSecSuccess || + CFArrayGetTypeID() != CFGetTypeID(security_items)) { + return false; + } + + certs.reset(reinterpret_cast(security_items)); return true; } -#endif +inline bool retrieve_root_certs_from_keychain(CFObjectPtr &certs) { + CFArrayRef root_security_items = nullptr; + if (SecTrustCopyAnchorCertificates(&root_security_items) != errSecSuccess) { + return false; + } + + certs.reset(root_security_items); + return true; +} + +inline bool add_certs_to_x509_store(CFArrayRef certs, X509_STORE *store) { + auto result = false; + for (auto i = 0; i < CFArrayGetCount(certs); ++i) { + const auto cert = reinterpret_cast( + CFArrayGetValueAtIndex(certs, i)); + + if (SecCertificateGetTypeID() != CFGetTypeID(cert)) { continue; } + + CFDataRef cert_data = nullptr; + if (SecItemExport(cert, kSecFormatX509Cert, 0, nullptr, &cert_data) != + errSecSuccess) { + continue; + } + + CFObjectPtr cert_data_ptr(cert_data, cf_object_ptr_deleter); + + auto encoded_cert = static_cast( + CFDataGetBytePtr(cert_data_ptr.get())); + + auto x509 = + d2i_X509(NULL, &encoded_cert, CFDataGetLength(cert_data_ptr.get())); + + if (x509) { + X509_STORE_add_cert(store, x509); + X509_free(x509); + result = true; + } + } + + return result; +} + +inline bool load_system_certs_on_macos(X509_STORE *store) { + auto result = false; + CFObjectPtr certs(nullptr, cf_object_ptr_deleter); + if (retrieve_certs_from_keychain(certs) && certs) { + result = add_certs_to_x509_store(certs.get(), store); + } + + if (retrieve_root_certs_from_keychain(certs) && certs) { + result = add_certs_to_x509_store(certs.get(), store) || result; + } + + return result; +} +#endif // TARGET_OS_OSX +#endif // _WIN32 +#endif // CPPHTTPLIB_OPENSSL_SUPPORT + +#ifdef _WIN32 class WSInit { public: WSInit() { @@ -4327,7 +5163,7 @@ inline bool parse_www_authenticate(const Response &res, s = s.substr(pos + 1); auto beg = std::sregex_iterator(s.begin(), s.end(), re); for (auto i = beg; i != std::sregex_iterator(); ++i) { - auto m = *i; + const auto &m = *i; auto key = s.substr(static_cast(m.position(1)), static_cast(m.length(1))); auto val = m.length(2) > 0 @@ -4344,20 +5180,6 @@ inline bool parse_www_authenticate(const Response &res, return false; } -// https://stackoverflow.com/questions/440133/how-do-i-create-a-random-alpha-numeric-string-in-c/440240#answer-440240 -inline std::string random_string(size_t length) { - auto randchar = []() -> char { - const char charset[] = "0123456789" - "ABCDEFGHIJKLMNOPQRSTUVWXYZ" - "abcdefghijklmnopqrstuvwxyz"; - const size_t max_index = (sizeof(charset) - 1); - return charset[static_cast(std::rand()) % max_index]; - }; - std::string str(length, 0); - std::generate_n(str.begin(), length, randchar); - return str; -} - class ContentProviderAdapter { public: explicit ContentProviderAdapter( @@ -4374,14 +5196,15 @@ class ContentProviderAdapter { } // namespace detail -inline std::string hosted_at(const char *hostname) { +inline std::string hosted_at(const std::string &hostname) { std::vector addrs; hosted_at(hostname, addrs); if (addrs.empty()) { return std::string(); } return addrs[0]; } -inline void hosted_at(const char *hostname, std::vector &addrs) { +inline void hosted_at(const std::string &hostname, + std::vector &addrs) { struct addrinfo hints; struct addrinfo *result; @@ -4390,7 +5213,7 @@ inline void hosted_at(const char *hostname, std::vector &addrs) { hints.ai_socktype = SOCK_STREAM; hints.ai_protocol = 0; - if (getaddrinfo(hostname, nullptr, &hints, &result)) { + if (getaddrinfo(hostname.c_str(), nullptr, &hints, &result)) { #if defined __linux__ && !defined __ANDROID__ res_init(); #endif @@ -4401,15 +5224,18 @@ inline void hosted_at(const char *hostname, std::vector &addrs) { const auto &addr = *reinterpret_cast(rp->ai_addr); std::string ip; - int dummy = -1; - if (detail::get_remote_ip_and_port(addr, sizeof(struct sockaddr_storage), - ip, dummy)) { + auto dummy = -1; + if (detail::get_ip_and_port(addr, sizeof(struct sockaddr_storage), ip, + dummy)) { addrs.push_back(ip); } } + + freeaddrinfo(result); } -inline std::string append_query_params(const char *path, const Params ¶ms) { +inline std::string append_query_params(const std::string &path, + const Params ¶ms) { std::string path_with_query = path; const static std::regex re("[^?]+\\?.*"); auto delm = std::regex_match(path, re) ? '&' : '?'; @@ -4418,10 +5244,11 @@ inline std::string append_query_params(const char *path, const Params ¶ms) { } // Header utilities -inline std::pair make_range_header(Ranges ranges) { +inline std::pair +make_range_header(const Ranges &ranges) { std::string field = "bytes="; auto i = 0; - for (auto r : ranges) { + for (const auto &r : ranges) { if (i != 0) { field += ", "; } if (r.first != -1) { field += std::to_string(r.first); } field += '-'; @@ -4448,36 +5275,33 @@ make_bearer_token_authentication_header(const std::string &token, } // Request implementation -inline bool Request::has_header(const char *key) const { +inline bool Request::has_header(const std::string &key) const { return detail::has_header(headers, key); } -inline std::string Request::get_header_value(const char *key, size_t id) const { +inline std::string Request::get_header_value(const std::string &key, + size_t id) const { return detail::get_header_value(headers, key, id, ""); } -inline size_t Request::get_header_value_count(const char *key) const { +inline size_t Request::get_header_value_count(const std::string &key) const { auto r = headers.equal_range(key); return static_cast(std::distance(r.first, r.second)); } -inline void Request::set_header(const char *key, const char *val) { +inline void Request::set_header(const std::string &key, + const std::string &val) { if (!detail::has_crlf(key) && !detail::has_crlf(val)) { headers.emplace(key, val); } } -inline void Request::set_header(const char *key, const std::string &val) { - if (!detail::has_crlf(key) && !detail::has_crlf(val.c_str())) { - headers.emplace(key, val); - } -} - -inline bool Request::has_param(const char *key) const { +inline bool Request::has_param(const std::string &key) const { return params.find(key) != params.end(); } -inline std::string Request::get_param_value(const char *key, size_t id) const { +inline std::string Request::get_param_value(const std::string &key, + size_t id) const { auto rng = params.equal_range(key); auto it = rng.first; std::advance(it, static_cast(id)); @@ -4485,7 +5309,7 @@ inline std::string Request::get_param_value(const char *key, size_t id) const { return std::string(); } -inline size_t Request::get_param_value_count(const char *key) const { +inline size_t Request::get_param_value_count(const std::string &key) const { auto r = params.equal_range(key); return static_cast(std::distance(r.first, r.second)); } @@ -4495,60 +5319,61 @@ inline bool Request::is_multipart_form_data() const { return !content_type.rfind("multipart/form-data", 0); } -inline bool Request::has_file(const char *key) const { +inline bool Request::has_file(const std::string &key) const { return files.find(key) != files.end(); } -inline MultipartFormData Request::get_file_value(const char *key) const { +inline MultipartFormData Request::get_file_value(const std::string &key) const { auto it = files.find(key); if (it != files.end()) { return it->second; } return MultipartFormData(); } +inline std::vector +Request::get_file_values(const std::string &key) const { + std::vector values; + auto rng = files.equal_range(key); + for (auto it = rng.first; it != rng.second; it++) { + values.push_back(it->second); + } + return values; +} + // Response implementation -inline bool Response::has_header(const char *key) const { +inline bool Response::has_header(const std::string &key) const { return headers.find(key) != headers.end(); } -inline std::string Response::get_header_value(const char *key, +inline std::string Response::get_header_value(const std::string &key, size_t id) const { return detail::get_header_value(headers, key, id, ""); } -inline size_t Response::get_header_value_count(const char *key) const { +inline size_t Response::get_header_value_count(const std::string &key) const { auto r = headers.equal_range(key); return static_cast(std::distance(r.first, r.second)); } -inline void Response::set_header(const char *key, const char *val) { +inline void Response::set_header(const std::string &key, + const std::string &val) { if (!detail::has_crlf(key) && !detail::has_crlf(val)) { headers.emplace(key, val); } } -inline void Response::set_header(const char *key, const std::string &val) { - if (!detail::has_crlf(key) && !detail::has_crlf(val.c_str())) { - headers.emplace(key, val); - } -} - -inline void Response::set_redirect(const char *url, int stat) { +inline void Response::set_redirect(const std::string &url, int stat) { if (!detail::has_crlf(url)) { set_header("Location", url); if (300 <= stat && stat < 400) { this->status = stat; } else { - this->status = 302; + this->status = StatusCode::Found_302; } } } -inline void Response::set_redirect(const std::string &url, int stat) { - set_redirect(url.c_str(), stat); -} - inline void Response::set_content(const char *s, size_t n, - const char *content_type) { + const std::string &content_type) { body.assign(s, n); auto rng = headers.equal_range("Content-Type"); @@ -4557,52 +5382,61 @@ inline void Response::set_content(const char *s, size_t n, } inline void Response::set_content(const std::string &s, - const char *content_type) { + const std::string &content_type) { set_content(s.data(), s.size(), content_type); } +inline void Response::set_content(std::string &&s, + const std::string &content_type) { + body = std::move(s); + + auto rng = headers.equal_range("Content-Type"); + headers.erase(rng.first, rng.second); + set_header("Content-Type", content_type); +} + inline void Response::set_content_provider( - size_t in_length, const char *content_type, ContentProvider provider, + size_t in_length, const std::string &content_type, ContentProvider provider, ContentProviderResourceReleaser resource_releaser) { - assert(in_length > 0); set_header("Content-Type", content_type); content_length_ = in_length; - content_provider_ = std::move(provider); - content_provider_resource_releaser_ = resource_releaser; + if (in_length > 0) { content_provider_ = std::move(provider); } + content_provider_resource_releaser_ = std::move(resource_releaser); is_chunked_content_provider_ = false; } inline void Response::set_content_provider( - const char *content_type, ContentProviderWithoutLength provider, + const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser) { set_header("Content-Type", content_type); content_length_ = 0; content_provider_ = detail::ContentProviderAdapter(std::move(provider)); - content_provider_resource_releaser_ = resource_releaser; + content_provider_resource_releaser_ = std::move(resource_releaser); is_chunked_content_provider_ = false; } inline void Response::set_chunked_content_provider( - const char *content_type, ContentProviderWithoutLength provider, + const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser) { set_header("Content-Type", content_type); content_length_ = 0; content_provider_ = detail::ContentProviderAdapter(std::move(provider)); - content_provider_resource_releaser_ = resource_releaser; + content_provider_resource_releaser_ = std::move(resource_releaser); is_chunked_content_provider_ = true; } // Result implementation -inline bool Result::has_request_header(const char *key) const { +inline bool Result::has_request_header(const std::string &key) const { return request_headers_.find(key) != request_headers_.end(); } -inline std::string Result::get_request_header_value(const char *key, +inline std::string Result::get_request_header_value(const std::string &key, size_t id) const { return detail::get_header_value(request_headers_, key, id, ""); } -inline size_t Result::get_request_header_value_count(const char *key) const { +inline size_t +Result::get_request_header_value_count(const std::string &key) const { auto r = request_headers_.equal_range(key); return static_cast(std::distance(r.first, r.second)); } @@ -4628,14 +5462,15 @@ inline SocketStream::SocketStream(socket_t sock, time_t read_timeout_sec, write_timeout_sec_(write_timeout_sec), write_timeout_usec_(write_timeout_usec), read_buff_(read_buff_size_, 0) {} -inline SocketStream::~SocketStream() {} +inline SocketStream::~SocketStream() = default; inline bool SocketStream::is_readable() const { return select_read(sock_, read_timeout_sec_, read_timeout_usec_) > 0; } inline bool SocketStream::is_writable() const { - return select_write(sock_, write_timeout_sec_, write_timeout_usec_) > 0; + return select_write(sock_, write_timeout_sec_, write_timeout_usec_) > 0 && + is_socket_alive(sock_); } inline ssize_t SocketStream::read(char *ptr, size_t size) { @@ -4687,7 +5522,7 @@ inline ssize_t SocketStream::read(char *ptr, size_t size) { inline ssize_t SocketStream::write(const char *ptr, size_t size) { if (!is_writable()) { return -1; } -#ifdef _WIN32 +#if defined(_WIN32) && !defined(_WIN64) size = (std::min)(size, static_cast((std::numeric_limits::max)())); #endif @@ -4700,6 +5535,11 @@ inline void SocketStream::get_remote_ip_and_port(std::string &ip, return detail::get_remote_ip_and_port(sock_, ip, port); } +inline void SocketStream::get_local_ip_and_port(std::string &ip, + int &port) const { + return detail::get_local_ip_and_port(sock_, ip, port); +} + inline socket_t SocketStream::socket() const { return sock_; } // Buffer stream implementation @@ -4708,7 +5548,7 @@ inline bool BufferStream::is_readable() const { return true; } inline bool BufferStream::is_writable() const { return true; } inline ssize_t BufferStream::read(char *ptr, size_t size) { -#if defined(_MSC_VER) && _MSC_VER <= 1900 +#if defined(_MSC_VER) && _MSC_VER < 1910 auto len_read = buffer._Copy_s(ptr, size, size, position); #else auto len_read = buffer.copy(ptr, size, position); @@ -4725,85 +5565,183 @@ inline ssize_t BufferStream::write(const char *ptr, size_t size) { inline void BufferStream::get_remote_ip_and_port(std::string & /*ip*/, int & /*port*/) const {} +inline void BufferStream::get_local_ip_and_port(std::string & /*ip*/, + int & /*port*/) const {} + inline socket_t BufferStream::socket() const { return 0; } inline const std::string &BufferStream::get_buffer() const { return buffer; } +inline PathParamsMatcher::PathParamsMatcher(const std::string &pattern) { + // One past the last ending position of a path param substring + std::size_t last_param_end = 0; + +#ifndef CPPHTTPLIB_NO_EXCEPTIONS + // Needed to ensure that parameter names are unique during matcher + // construction + // If exceptions are disabled, only last duplicate path + // parameter will be set + std::unordered_set param_name_set; +#endif + + while (true) { + const auto marker_pos = pattern.find(marker, last_param_end); + if (marker_pos == std::string::npos) { break; } + + static_fragments_.push_back( + pattern.substr(last_param_end, marker_pos - last_param_end)); + + const auto param_name_start = marker_pos + 1; + + auto sep_pos = pattern.find(separator, param_name_start); + if (sep_pos == std::string::npos) { sep_pos = pattern.length(); } + + auto param_name = + pattern.substr(param_name_start, sep_pos - param_name_start); + +#ifndef CPPHTTPLIB_NO_EXCEPTIONS + if (param_name_set.find(param_name) != param_name_set.cend()) { + std::string msg = "Encountered path parameter '" + param_name + + "' multiple times in route pattern '" + pattern + "'."; + throw std::invalid_argument(msg); + } +#endif + + param_names_.push_back(std::move(param_name)); + + last_param_end = sep_pos + 1; + } + + if (last_param_end < pattern.length()) { + static_fragments_.push_back(pattern.substr(last_param_end)); + } +} + +inline bool PathParamsMatcher::match(Request &request) const { + request.matches = std::smatch(); + request.path_params.clear(); + request.path_params.reserve(param_names_.size()); + + // One past the position at which the path matched the pattern last time + std::size_t starting_pos = 0; + for (size_t i = 0; i < static_fragments_.size(); ++i) { + const auto &fragment = static_fragments_[i]; + + if (starting_pos + fragment.length() > request.path.length()) { + return false; + } + + // Avoid unnecessary allocation by using strncmp instead of substr + + // comparison + if (std::strncmp(request.path.c_str() + starting_pos, fragment.c_str(), + fragment.length()) != 0) { + return false; + } + + starting_pos += fragment.length(); + + // Should only happen when we have a static fragment after a param + // Example: '/users/:id/subscriptions' + // The 'subscriptions' fragment here does not have a corresponding param + if (i >= param_names_.size()) { continue; } + + auto sep_pos = request.path.find(separator, starting_pos); + if (sep_pos == std::string::npos) { sep_pos = request.path.length(); } + + const auto ¶m_name = param_names_[i]; + + request.path_params.emplace( + param_name, request.path.substr(starting_pos, sep_pos - starting_pos)); + + // Mark everythin up to '/' as matched + starting_pos = sep_pos + 1; + } + // Returns false if the path is longer than the pattern + return starting_pos >= request.path.length(); +} + +inline bool RegexMatcher::match(Request &request) const { + request.path_params.clear(); + return std::regex_match(request.path, request.matches, regex_); +} + } // namespace detail // HTTP server implementation inline Server::Server() : new_task_queue( - [] { return new ThreadPool(CPPHTTPLIB_THREAD_POOL_COUNT); }), - svr_sock_(INVALID_SOCKET), is_running_(false) { + [] { return new ThreadPool(CPPHTTPLIB_THREAD_POOL_COUNT); }) { #ifndef _WIN32 signal(SIGPIPE, SIG_IGN); #endif } -inline Server::~Server() {} +inline Server::~Server() = default; + +inline std::unique_ptr +Server::make_matcher(const std::string &pattern) { + if (pattern.find("/:") != std::string::npos) { + return detail::make_unique(pattern); + } else { + return detail::make_unique(pattern); + } +} inline Server &Server::Get(const std::string &pattern, Handler handler) { - get_handlers_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + get_handlers_.emplace_back(make_matcher(pattern), std::move(handler)); return *this; } inline Server &Server::Post(const std::string &pattern, Handler handler) { - post_handlers_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + post_handlers_.emplace_back(make_matcher(pattern), std::move(handler)); return *this; } inline Server &Server::Post(const std::string &pattern, HandlerWithContentReader handler) { - post_handlers_for_content_reader_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + post_handlers_for_content_reader_.emplace_back(make_matcher(pattern), + std::move(handler)); return *this; } inline Server &Server::Put(const std::string &pattern, Handler handler) { - put_handlers_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + put_handlers_.emplace_back(make_matcher(pattern), std::move(handler)); return *this; } inline Server &Server::Put(const std::string &pattern, HandlerWithContentReader handler) { - put_handlers_for_content_reader_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + put_handlers_for_content_reader_.emplace_back(make_matcher(pattern), + std::move(handler)); return *this; } inline Server &Server::Patch(const std::string &pattern, Handler handler) { - patch_handlers_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + patch_handlers_.emplace_back(make_matcher(pattern), std::move(handler)); return *this; } inline Server &Server::Patch(const std::string &pattern, HandlerWithContentReader handler) { - patch_handlers_for_content_reader_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + patch_handlers_for_content_reader_.emplace_back(make_matcher(pattern), + std::move(handler)); return *this; } inline Server &Server::Delete(const std::string &pattern, Handler handler) { - delete_handlers_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + delete_handlers_.emplace_back(make_matcher(pattern), std::move(handler)); return *this; } inline Server &Server::Delete(const std::string &pattern, HandlerWithContentReader handler) { - delete_handlers_for_content_reader_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + delete_handlers_for_content_reader_.emplace_back(make_matcher(pattern), + std::move(handler)); return *this; } inline Server &Server::Options(const std::string &pattern, Handler handler) { - options_handlers_.push_back( - std::make_pair(std::regex(pattern), std::move(handler))); + options_handlers_.emplace_back(make_matcher(pattern), std::move(handler)); return *this; } @@ -4835,12 +5773,17 @@ inline bool Server::remove_mount_point(const std::string &mount_point) { } inline Server & -Server::set_file_extension_and_mimetype_mapping(const char *ext, - const char *mime) { +Server::set_file_extension_and_mimetype_mapping(const std::string &ext, + const std::string &mime) { file_extension_and_mimetype_map_[ext] = mime; return *this; } +inline Server &Server::set_default_file_mimetype(const std::string &mime) { + default_file_mimetype_ = mime; + return *this; +} + inline Server &Server::set_file_request_handler(Handler handler) { file_request_handler_ = std::move(handler); return *this; @@ -4882,7 +5825,6 @@ inline Server &Server::set_logger(Logger logger) { inline Server & Server::set_expect_100_continue_handler(Expect100ContinueHandler handler) { expect_100_continue_handler_ = std::move(handler); - return *this; } @@ -4906,6 +5848,12 @@ inline Server &Server::set_default_headers(Headers headers) { return *this; } +inline Server &Server::set_header_writer( + std::function const &writer) { + header_writer_ = writer; + return *this; +} + inline Server &Server::set_keep_alive_max_count(size_t count) { keep_alive_max_count_ = count; return *this; @@ -4939,22 +5887,33 @@ inline Server &Server::set_payload_max_length(size_t length) { return *this; } -inline bool Server::bind_to_port(const char *host, int port, int socket_flags) { - if (bind_internal(host, port, socket_flags) < 0) return false; - return true; +inline bool Server::bind_to_port(const std::string &host, int port, + int socket_flags) { + return bind_internal(host, port, socket_flags) >= 0; } -inline int Server::bind_to_any_port(const char *host, int socket_flags) { +inline int Server::bind_to_any_port(const std::string &host, int socket_flags) { return bind_internal(host, 0, socket_flags); } -inline bool Server::listen_after_bind() { return listen_internal(); } +inline bool Server::listen_after_bind() { + auto se = detail::scope_exit([&]() { done_ = true; }); + return listen_internal(); +} -inline bool Server::listen(const char *host, int port, int socket_flags) { +inline bool Server::listen(const std::string &host, int port, + int socket_flags) { + auto se = detail::scope_exit([&]() { done_ = true; }); return bind_to_port(host, port, socket_flags) && listen_internal(); } inline bool Server::is_running() const { return is_running_; } +inline void Server::wait_until_ready() const { + while (!is_running() && !done_) { + std::this_thread::sleep_for(std::chrono::milliseconds{1}); + } +} + inline void Server::stop() { if (is_running_) { assert(svr_sock_ != INVALID_SOCKET); @@ -4964,7 +5923,7 @@ inline void Server::stop() { } } -inline bool Server::parse_request_line(const char *s, Request &req) { +inline bool Server::parse_request_line(const char *s, Request &req) const { auto len = strlen(s); if (len < 2 || s[len - 2] != '\r' || s[len - 1] != '\n') { return false; } len -= 2; @@ -5005,7 +5964,7 @@ inline bool Server::parse_request_line(const char *s, Request &req) { size_t count = 0; detail::split(req.target.data(), req.target.data() + req.target.size(), '?', - [&](const char *b, const char *e) { + 2, [&](const char *b, const char *e) { switch (count) { case 0: req.path = detail::decode_url(std::string(b, e), false); @@ -5028,7 +5987,10 @@ inline bool Server::parse_request_line(const char *s, Request &req) { } inline bool Server::write_response(Stream &strm, bool close_connection, - const Request &req, Response &res) { + Request &req, Response &res) { + // NOTE: `req.ranges` should be empty, otherwise it will be applied + // incorrectly to the error content. + req.ranges.clear(); return write_response_core(strm, close_connection, req, res, false); } @@ -5084,27 +6046,28 @@ inline bool Server::write_response_core(Stream &strm, bool close_connection, detail::BufferStream bstrm; if (!bstrm.write_format("HTTP/1.1 %d %s\r\n", res.status, - detail::status_message(res.status))) { + status_message(res.status))) { return false; } - if (!detail::write_headers(bstrm, res.headers)) { return false; } + if (!header_writer_(bstrm, res.headers)) { return false; } // Flush buffer auto &data = bstrm.get_buffer(); - strm.write(data.data(), data.size()); + detail::write_data(strm, data.data(), data.size()); } // Body auto ret = true; if (req.method != "HEAD") { if (!res.body.empty()) { - if (!strm.write(res.body)) { ret = false; } + if (!detail::write_data(strm, res.body.data(), res.body.size())) { + ret = false; + } } else if (res.content_provider_) { if (write_content_with_provider(strm, req, res, boundary, content_type)) { res.content_provider_success_ = true; } else { - res.content_provider_success_ = false; ret = false; } } @@ -5129,15 +6092,16 @@ Server::write_content_with_provider(Stream &strm, const Request &req, return detail::write_content(strm, res.content_provider_, 0, res.content_length_, is_shutting_down); } else if (req.ranges.size() == 1) { - auto offsets = - detail::get_range_offset_and_length(req, res.content_length_, 0); - auto offset = offsets.first; - auto length = offsets.second; - return detail::write_content(strm, res.content_provider_, offset, length, - is_shutting_down); + auto offset_and_length = detail::get_range_offset_and_length( + req.ranges[0], res.content_length_); + + return detail::write_content(strm, res.content_provider_, + offset_and_length.first, + offset_and_length.second, is_shutting_down); } else { return detail::write_multipart_ranges_data( - strm, req, res, boundary, content_type, is_shutting_down); + strm, req, res, boundary, content_type, res.content_length_, + is_shutting_down); } } else { if (res.is_chunked_content_provider_) { @@ -5168,6 +6132,7 @@ Server::write_content_with_provider(Stream &strm, const Request &req, inline bool Server::read_content(Stream &strm, Request &req, Response &res) { MultipartFormDataMap::iterator cur; + auto file_count = 0; if (read_content_core( strm, req, res, // Regular @@ -5178,6 +6143,9 @@ inline bool Server::read_content(Stream &strm, Request &req, Response &res) { }, // Multipart [&](const MultipartFormData &file) { + if (file_count++ == CPPHTTPLIB_MULTIPART_FORM_DATA_FILE_MAX_COUNT) { + return false; + } cur = req.files.emplace(file.name, file); return true; }, @@ -5189,8 +6157,8 @@ inline bool Server::read_content(Stream &strm, Request &req, Response &res) { })) { const auto &content_type = req.get_header_value("Content-Type"); if (!content_type.find("application/x-www-form-urlencoded")) { - if (req.body.size() > CPPHTTPLIB_REQUEST_URI_MAX_LENGTH) { - res.status = 413; // NOTE: should be 414? + if (req.body.size() > CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH) { + res.status = StatusCode::PayloadTooLarge_413; // NOTE: should be 414? return false; } detail::parse_query_text(req.body, req.params); @@ -5209,10 +6177,11 @@ inline bool Server::read_content_with_content_receiver( std::move(multipart_receiver)); } -inline bool Server::read_content_core(Stream &strm, Request &req, Response &res, - ContentReceiver receiver, - MultipartContentHeader mulitpart_header, - ContentReceiver multipart_receiver) { +inline bool +Server::read_content_core(Stream &strm, Request &req, Response &res, + ContentReceiver receiver, + MultipartContentHeader multipart_header, + ContentReceiver multipart_receiver) const { detail::MultipartFormDataParser multipart_form_data_parser; ContentReceiverWithProgress out; @@ -5220,7 +6189,7 @@ inline bool Server::read_content_core(Stream &strm, Request &req, Response &res, const auto &content_type = req.get_header_value("Content-Type"); std::string boundary; if (!detail::parse_multipart_boundary(content_type, boundary)) { - res.status = 400; + res.status = StatusCode::BadRequest_400; return false; } @@ -5231,14 +6200,14 @@ inline bool Server::read_content_core(Stream &strm, Request &req, Response &res, while (pos < n) { auto read_size = (std::min)(1, n - pos); auto ret = multipart_form_data_parser.parse( - buf + pos, read_size, multipart_receiver, mulitpart_header); + buf + pos, read_size, multipart_receiver, multipart_header); if (!ret) { return false; } pos += read_size; } return true; */ return multipart_form_data_parser.parse(buf, n, multipart_receiver, - mulitpart_header); + multipart_header); }; } else { out = [receiver](const char *buf, size_t n, uint64_t /*off*/, @@ -5256,7 +6225,7 @@ inline bool Server::read_content_core(Stream &strm, Request &req, Response &res, if (req.is_multipart_form_data()) { if (!multipart_form_data_parser.is_valid()) { - res.status = 400; + res.status = StatusCode::BadRequest_400; return false; } } @@ -5275,17 +6244,26 @@ inline bool Server::handle_file_request(const Request &req, Response &res, if (path.back() == '/') { path += "index.html"; } if (detail::is_file(path)) { - detail::read_file(path, res.body); - auto type = - detail::find_content_type(path, file_extension_and_mimetype_map_); - if (type) { res.set_header("Content-Type", type); } for (const auto &kv : entry.headers) { - res.set_header(kv.first.c_str(), kv.second); + res.set_header(kv.first, kv.second); } - res.status = req.has_header("Range") ? 206 : 200; + + auto mm = std::make_shared(path.c_str()); + if (!mm->is_open()) { return false; } + + res.set_content_provider( + mm->size(), + detail::find_content_type(path, file_extension_and_mimetype_map_, + default_file_mimetype_), + [mm](size_t offset, size_t length, DataSink &sink) -> bool { + sink.write(mm->data() + offset, length); + return true; + }); + if (!head && file_request_handler_) { file_request_handler_(req, res); } + return true; } } @@ -5295,10 +6273,11 @@ inline bool Server::handle_file_request(const Request &req, Response &res, } inline socket_t -Server::create_server_socket(const char *host, int port, int socket_flags, +Server::create_server_socket(const std::string &host, int port, + int socket_flags, SocketOptions socket_options) const { return detail::create_socket( - host, "", port, address_family_, socket_flags, tcp_nodelay_, + host, std::string(), port, address_family_, socket_flags, tcp_nodelay_, std::move(socket_options), [](socket_t sock, struct addrinfo &ai) -> bool { if (::bind(sock, ai.ai_addr, static_cast(ai.ai_addrlen))) { @@ -5309,7 +6288,8 @@ Server::create_server_socket(const char *host, int port, int socket_flags, }); } -inline int Server::bind_internal(const char *host, int port, int socket_flags) { +inline int Server::bind_internal(const std::string &host, int port, + int socket_flags) { if (!is_valid()) { return -1; } svr_sock_ = create_server_socket(host, port, socket_flags, socket_options_); @@ -5337,6 +6317,7 @@ inline int Server::bind_internal(const char *host, int port, int socket_flags) { inline bool Server::listen_internal() { auto ret = true; is_running_ = true; + auto se = detail::scope_exit([&]() { is_running_ = false; }); { std::unique_ptr task_queue(new_task_queue()); @@ -5362,6 +6343,8 @@ inline bool Server::listen_internal() { // Try to accept new connections after a short sleep. std::this_thread::sleep_for(std::chrono::milliseconds(1)); continue; + } else if (errno == EINTR || errno == EAGAIN) { + continue; } if (svr_sock_ != INVALID_SOCKET) { detail::close_socket(svr_sock_); @@ -5376,13 +6359,14 @@ inline bool Server::listen_internal() { #ifdef _WIN32 auto timeout = static_cast(read_timeout_sec_ * 1000 + read_timeout_usec_ / 1000); - setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout, - sizeof(timeout)); + setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, + reinterpret_cast(&timeout), sizeof(timeout)); #else timeval tv; tv.tv_sec = static_cast(read_timeout_sec_); tv.tv_usec = static_cast(read_timeout_usec_); - setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, (char *)&tv, sizeof(tv)); + setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, + reinterpret_cast(&tv), sizeof(tv)); #endif } { @@ -5390,27 +6374,27 @@ inline bool Server::listen_internal() { #ifdef _WIN32 auto timeout = static_cast(write_timeout_sec_ * 1000 + write_timeout_usec_ / 1000); - setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, (char *)&timeout, - sizeof(timeout)); + setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, + reinterpret_cast(&timeout), sizeof(timeout)); #else timeval tv; tv.tv_sec = static_cast(write_timeout_sec_); tv.tv_usec = static_cast(write_timeout_usec_); - setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, (char *)&tv, sizeof(tv)); + setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, + reinterpret_cast(&tv), sizeof(tv)); #endif } -#if __cplusplus > 201703L - task_queue->enqueue([=, this]() { process_and_close_socket(sock); }); -#else - task_queue->enqueue([=]() { process_and_close_socket(sock); }); -#endif + if (!task_queue->enqueue( + [this, sock]() { process_and_close_socket(sock); })) { + detail::shutdown_socket(sock); + detail::close_socket(sock); + } } task_queue->shutdown(); } - is_running_ = false; return ret; } @@ -5421,7 +6405,7 @@ inline bool Server::routing(Request &req, Response &res, Stream &strm) { } // File handler - bool is_head_request = req.method == "HEAD"; + auto is_head_request = req.method == "HEAD"; if ((req.method == "GET" || is_head_request) && handle_file_request(req, res, is_head_request)) { return true; @@ -5487,17 +6471,17 @@ inline bool Server::routing(Request &req, Response &res, Stream &strm) { return dispatch_request(req, res, patch_handlers_); } - res.status = 400; + res.status = StatusCode::BadRequest_400; return false; } inline bool Server::dispatch_request(Request &req, Response &res, - const Handlers &handlers) { + const Handlers &handlers) const { for (const auto &x : handlers) { - const auto &pattern = x.first; + const auto &matcher = x.first; const auto &handler = x.second; - if (std::regex_match(req.path, req.matches, pattern)) { + if (matcher->match(req)) { handler(req, res); return true; } @@ -5507,18 +6491,18 @@ inline bool Server::dispatch_request(Request &req, Response &res, inline void Server::apply_ranges(const Request &req, Response &res, std::string &content_type, - std::string &boundary) { + std::string &boundary) const { if (req.ranges.size() > 1) { - boundary = detail::make_multipart_data_boundary(); - auto it = res.headers.find("Content-Type"); if (it != res.headers.end()) { content_type = it->second; res.headers.erase(it); } - res.headers.emplace("Content-Type", - "multipart/byteranges; boundary=" + boundary); + boundary = detail::make_multipart_data_boundary(); + + res.set_header("Content-Type", + "multipart/byteranges; boundary=" + boundary); } auto type = detail::encoding_type(req, res); @@ -5529,16 +6513,17 @@ inline void Server::apply_ranges(const Request &req, Response &res, if (req.ranges.empty()) { length = res.content_length_; } else if (req.ranges.size() == 1) { - auto offsets = - detail::get_range_offset_and_length(req, res.content_length_, 0); - auto offset = offsets.first; - length = offsets.second; + auto offset_and_length = detail::get_range_offset_and_length( + req.ranges[0], res.content_length_); + + length = offset_and_length.second; + auto content_range = detail::make_content_range_header_field( - offset, length, res.content_length_); + offset_and_length, res.content_length_); res.set_header("Content-Range", content_range); } else { - length = detail::get_multipart_ranges_data_length(req, res, boundary, - content_type); + length = detail::get_multipart_ranges_data_length( + req, boundary, content_type, res.content_length_); } res.set_header("Content-Length", std::to_string(length)); } else { @@ -5557,28 +6542,22 @@ inline void Server::apply_ranges(const Request &req, Response &res, if (req.ranges.empty()) { ; } else if (req.ranges.size() == 1) { - auto offsets = - detail::get_range_offset_and_length(req, res.body.size(), 0); - auto offset = offsets.first; - auto length = offsets.second; + auto offset_and_length = + detail::get_range_offset_and_length(req.ranges[0], res.body.size()); + auto offset = offset_and_length.first; + auto length = offset_and_length.second; + auto content_range = detail::make_content_range_header_field( - offset, length, res.body.size()); + offset_and_length, res.body.size()); res.set_header("Content-Range", content_range); - if (offset < res.body.size()) { - res.body = res.body.substr(offset, length); - } else { - res.body.clear(); - res.status = 416; - } + + assert(offset + length <= res.body.size()); + res.body = res.body.substr(offset, length); } else { std::string data; - if (detail::make_multipart_ranges_data(req, res, boundary, content_type, - data)) { - res.body.swap(data); - } else { - res.body.clear(); - res.status = 416; - } + detail::make_multipart_ranges_data(req, res, boundary, content_type, + res.body.size(), data); + res.body.swap(data); } if (type != detail::EncodingType::None) { @@ -5617,12 +6596,12 @@ inline void Server::apply_ranges(const Request &req, Response &res, inline bool Server::dispatch_request_for_content_reader( Request &req, Response &res, ContentReader content_reader, - const HandlersForContentReader &handlers) { + const HandlersForContentReader &handlers) const { for (const auto &x : handlers) { - const auto &pattern = x.first; + const auto &matcher = x.first; const auto &handler = x.second; - if (std::regex_match(req.path, req.matches, pattern)) { + if (matcher->match(req)) { handler(req, res, content_reader); return true; } @@ -5642,15 +6621,10 @@ Server::process_request(Stream &strm, bool close_connection, if (!line_reader.getline()) { return false; } Request req; - Response res; + Response res; res.version = "HTTP/1.1"; - - for (const auto &header : default_headers_) { - if (res.headers.find(header.first) == res.headers.end()) { - res.headers.insert(header); - } - } + res.headers = default_headers_; #ifdef _WIN32 // TODO: Increase FD_SETSIZE statically (libzmq), dynamically (MySQL). @@ -5660,7 +6634,7 @@ Server::process_request(Stream &strm, bool close_connection, if (strm.socket() >= FD_SETSIZE) { Headers dummy; detail::read_headers(strm, dummy); - res.status = 500; + res.status = StatusCode::InternalServerError_500; return write_response(strm, close_connection, req, res); } #endif @@ -5670,14 +6644,14 @@ Server::process_request(Stream &strm, bool close_connection, if (line_reader.size() > CPPHTTPLIB_REQUEST_URI_MAX_LENGTH) { Headers dummy; detail::read_headers(strm, dummy); - res.status = 414; + res.status = StatusCode::UriTooLong_414; return write_response(strm, close_connection, req, res); } // Request line and headers if (!parse_request_line(line_reader.ptr(), req) || !detail::read_headers(strm, req.headers)) { - res.status = 400; + res.status = StatusCode::BadRequest_400; return write_response(strm, close_connection, req, res); } @@ -5694,10 +6668,14 @@ Server::process_request(Stream &strm, bool close_connection, req.set_header("REMOTE_ADDR", req.remote_addr); req.set_header("REMOTE_PORT", std::to_string(req.remote_port)); + strm.get_local_ip_and_port(req.local_addr, req.local_port); + req.set_header("LOCAL_ADDR", req.local_addr); + req.set_header("LOCAL_PORT", std::to_string(req.local_port)); + if (req.has_header("Range")) { const auto &range_header_value = req.get_header_value("Range"); if (!detail::parse_range_header(range_header_value, req.ranges)) { - res.status = 416; + res.status = StatusCode::RangeNotSatisfiable_416; return write_response(strm, close_connection, req, res); } } @@ -5705,22 +6683,22 @@ Server::process_request(Stream &strm, bool close_connection, if (setup_request) { setup_request(req); } if (req.get_header_value("Expect") == "100-continue") { - auto status = 100; + int status = StatusCode::Continue_100; if (expect_100_continue_handler_) { status = expect_100_continue_handler_(req, res); } switch (status) { - case 100: - case 417: + case StatusCode::Continue_100: + case StatusCode::ExpectationFailed_417: strm.write_format("HTTP/1.1 %d %s\r\n\r\n", status, - detail::status_message(status)); + status_message(status)); break; default: return write_response(strm, close_connection, req, res); } } - // Rounting - bool routed = false; + // Routing + auto routed = false; #ifdef CPPHTTPLIB_NO_EXCEPTIONS routed = routing(req, res, strm); #else @@ -5728,23 +6706,51 @@ Server::process_request(Stream &strm, bool close_connection, routed = routing(req, res, strm); } catch (std::exception &e) { if (exception_handler_) { - exception_handler_(req, res, e); + auto ep = std::current_exception(); + exception_handler_(req, res, ep); routed = true; } else { - res.status = 500; - res.set_header("EXCEPTION_WHAT", e.what()); + res.status = StatusCode::InternalServerError_500; + std::string val; + auto s = e.what(); + for (size_t i = 0; s[i]; i++) { + switch (s[i]) { + case '\r': val += "\\r"; break; + case '\n': val += "\\n"; break; + default: val += s[i]; break; + } + } + res.set_header("EXCEPTION_WHAT", val); } } catch (...) { - res.status = 500; - res.set_header("EXCEPTION_WHAT", "UNKNOWN"); + if (exception_handler_) { + auto ep = std::current_exception(); + exception_handler_(req, res, ep); + routed = true; + } else { + res.status = StatusCode::InternalServerError_500; + res.set_header("EXCEPTION_WHAT", "UNKNOWN"); + } } #endif - if (routed) { - if (res.status == -1) { res.status = req.ranges.empty() ? 200 : 206; } + if (res.status == -1) { + res.status = req.ranges.empty() ? StatusCode::OK_200 + : StatusCode::PartialContent_206; + } + + if (detail::range_error(req, res)) { + res.body.clear(); + res.content_length_ = 0; + res.content_provider_ = nullptr; + res.status = StatusCode::RangeNotSatisfiable_416; + return write_response(strm, close_connection, req, res); + } + return write_response_with_content(strm, close_connection, req, res); } else { - if (res.status == -1) { res.status = 404; } + if (res.status == -1) { res.status = StatusCode::NotFound_404; } + return write_response(strm, close_connection, req, res); } } @@ -5835,7 +6841,7 @@ inline void ClientImpl::copy_settings(const ClientImpl &rhs) { inline socket_t ClientImpl::create_client_socket(Error &error) const { if (!proxy_host_.empty() && proxy_port_ != -1) { return detail::create_client_socket( - proxy_host_.c_str(), "", proxy_port_, address_family_, tcp_nodelay_, + proxy_host_, std::string(), proxy_port_, address_family_, tcp_nodelay_, socket_options_, connection_timeout_sec_, connection_timeout_usec_, read_timeout_sec_, read_timeout_usec_, write_timeout_sec_, write_timeout_usec_, interface_, error); @@ -5844,13 +6850,13 @@ inline socket_t ClientImpl::create_client_socket(Error &error) const { // Check is custom IP specified for host_ std::string ip; auto it = addr_map_.find(host_); - if (it != addr_map_.end()) ip = it->second; + if (it != addr_map_.end()) { ip = it->second; } return detail::create_client_socket( - host_.c_str(), ip.c_str(), port_, address_family_, tcp_nodelay_, - socket_options_, connection_timeout_sec_, connection_timeout_usec_, - read_timeout_sec_, read_timeout_usec_, write_timeout_sec_, - write_timeout_usec_, interface_, error); + host_, ip, port_, address_family_, tcp_nodelay_, socket_options_, + connection_timeout_sec_, connection_timeout_usec_, read_timeout_sec_, + read_timeout_usec_, write_timeout_sec_, write_timeout_usec_, interface_, + error); } inline bool ClientImpl::create_and_connect_socket(Socket &socket, @@ -5869,7 +6875,7 @@ inline void ClientImpl::shutdown_ssl(Socket & /*socket*/, socket_requests_are_from_thread_ == std::this_thread::get_id()); } -inline void ClientImpl::shutdown_socket(Socket &socket) { +inline void ClientImpl::shutdown_socket(Socket &socket) const { if (socket.sock == INVALID_SOCKET) { return; } detail::shutdown_socket(socket.sock); } @@ -5894,7 +6900,7 @@ inline void ClientImpl::close_socket(Socket &socket) { } inline bool ClientImpl::read_response_line(Stream &strm, const Request &req, - Response &res) { + Response &res) const { std::array buf{}; detail::stream_line_reader line_reader(strm, buf.data(), buf.size()); @@ -5902,9 +6908,9 @@ inline bool ClientImpl::read_response_line(Stream &strm, const Request &req, if (!line_reader.getline()) { return false; } #ifdef CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR - const static std::regex re("(HTTP/1\\.[01]) (\\d{3})(?: (.*?))?\r\n"); -#else const static std::regex re("(HTTP/1\\.[01]) (\\d{3})(?: (.*?))?\r?\n"); +#else + const static std::regex re("(HTTP/1\\.[01]) (\\d{3})(?: (.*?))?\r\n"); #endif std::cmatch m; @@ -5916,7 +6922,7 @@ inline bool ClientImpl::read_response_line(Stream &strm, const Request &req, res.reason = std::string(m[3]); // Ignore '100 Continue' - while (res.status == 100) { + while (res.status == StatusCode::Continue_100) { if (!line_reader.getline()) { return false; } // CRLF if (!line_reader.getline()) { return false; } // next response line @@ -5931,7 +6937,15 @@ inline bool ClientImpl::read_response_line(Stream &strm, const Request &req, inline bool ClientImpl::send(Request &req, Response &res, Error &error) { std::lock_guard request_mutex_guard(request_mutex_); + auto ret = send_(req, res, error); + if (error == Error::SSLPeerCouldBeClosed_) { + assert(!ret); + ret = send_(req, res, error); + } + return ret; +} +inline bool ClientImpl::send_(Request &req, Response &res, Error &error) { { std::lock_guard guard(socket_mutex_); @@ -5962,7 +6976,7 @@ inline bool ClientImpl::send(Request &req, Response &res, Error &error) { if (is_ssl()) { auto &scli = static_cast(*this); if (!proxy_host_.empty() && proxy_port_ != -1) { - bool success = false; + auto success = false; if (!scli.connect_with_proxy(socket_, res, success, error)) { return success; } @@ -5989,13 +7003,11 @@ inline bool ClientImpl::send(Request &req, Response &res, Error &error) { } } + auto ret = false; auto close_connection = !keep_alive_; - auto ret = process_socket(socket_, [&](Stream &strm) { - return handle_request(strm, req, res, close_connection, error); - }); - // Briefly lock mutex in order to mark that a request is no longer ongoing - { + auto se = detail::scope_exit([&]() { + // Briefly lock mutex in order to mark that a request is no longer ongoing std::lock_guard guard(socket_mutex_); socket_requests_in_flight_ -= 1; if (socket_requests_in_flight_ <= 0) { @@ -6009,7 +7021,11 @@ inline bool ClientImpl::send(Request &req, Response &res, Error &error) { shutdown_socket(socket_); close_socket(socket_); } - } + }); + + ret = process_socket(socket_, [&](Stream &strm) { + return handle_request(strm, req, res, close_connection, error); + }); if (!ret) { if (error == Error::Success) { error = Error::Unknown; } @@ -6054,15 +7070,31 @@ inline bool ClientImpl::handle_request(Stream &strm, Request &req, if (!ret) { return false; } + if (res.get_header_value("Connection") == "close" || + (res.version == "HTTP/1.0" && res.reason != "Connection established")) { + // TODO this requires a not-entirely-obvious chain of calls to be correct + // for this to be safe. + + // This is safe to call because handle_request is only called by send_ + // which locks the request mutex during the process. It would be a bug + // to call it from a different thread since it's a thread-safety issue + // to do these things to the socket if another thread is using the socket. + std::lock_guard guard(socket_mutex_); + shutdown_ssl(socket_, true); + shutdown_socket(socket_); + close_socket(socket_); + } + if (300 < res.status && res.status < 400 && follow_location_) { req = req_save; ret = redirect(req, res, error); } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - if ((res.status == 401 || res.status == 407) && + if ((res.status == StatusCode::Unauthorized_401 || + res.status == StatusCode::ProxyAuthenticationRequired_407) && req.authorization_count_ < 5) { - auto is_proxy = res.status == 407; + auto is_proxy = res.status == StatusCode::ProxyAuthenticationRequired_407; const auto &username = is_proxy ? proxy_digest_auth_username_ : digest_auth_username_; const auto &password = @@ -6097,11 +7129,11 @@ inline bool ClientImpl::redirect(Request &req, Response &res, Error &error) { return false; } - auto location = detail::decode_url(res.get_header_value("location"), true); + auto location = res.get_header_value("location"); if (location.empty()) { return false; } const static std::regex re( - R"((?:(https?):)?(?://(?:\[([\d:]+)\]|([^:/?#]+))(?::(\d+))?)?([^?#]*(?:\?[^#]*)?)(?:#.*)?)"); + R"((?:(https?):)?(?://(?:\[([\d:]+)\]|([^:/?#]+))(?::(\d+))?)?([^?#]*)(\?[^#]*)?(?:#.*)?)"); std::smatch m; if (!std::regex_match(location, m, re)) { return false; } @@ -6113,6 +7145,7 @@ inline bool ClientImpl::redirect(Request &req, Response &res, Error &error) { if (next_host.empty()) { next_host = m[3].str(); } auto port_str = m[4].str(); auto next_path = m[5].str(); + auto next_query = m[6].str(); auto next_port = port_; if (!port_str.empty()) { @@ -6125,33 +7158,35 @@ inline bool ClientImpl::redirect(Request &req, Response &res, Error &error) { if (next_host.empty()) { next_host = host_; } if (next_path.empty()) { next_path = "/"; } + auto path = detail::decode_url(next_path, true) + next_query; + if (next_scheme == scheme && next_host == host_ && next_port == port_) { - return detail::redirect(*this, req, res, next_path, location, error); + return detail::redirect(*this, req, res, path, location, error); } else { if (next_scheme == "https") { #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - SSLClient cli(next_host.c_str(), next_port); + SSLClient cli(next_host, next_port); cli.copy_settings(*this); if (ca_cert_store_) { cli.set_ca_cert_store(ca_cert_store_); } - return detail::redirect(cli, req, res, next_path, location, error); + return detail::redirect(cli, req, res, path, location, error); #else return false; #endif } else { - ClientImpl cli(next_host.c_str(), next_port); + ClientImpl cli(next_host, next_port); cli.copy_settings(*this); - return detail::redirect(cli, req, res, next_path, location, error); + return detail::redirect(cli, req, res, path, location, error); } } } inline bool ClientImpl::write_content_with_provider(Stream &strm, const Request &req, - Error &error) { + Error &error) const { auto is_shutting_down = []() { return false; }; if (req.is_chunked_content_provider_) { - // TODO: Brotli suport + // TODO: Brotli support std::unique_ptr compressor; #ifdef CPPHTTPLIB_ZLIB_SUPPORT if (compress_) { @@ -6168,39 +7203,39 @@ inline bool ClientImpl::write_content_with_provider(Stream &strm, return detail::write_content(strm, req.content_provider_, 0, req.content_length_, is_shutting_down, error); } -} // namespace httplib +} inline bool ClientImpl::write_request(Stream &strm, Request &req, bool close_connection, Error &error) { // Prepare additional headers if (close_connection) { if (!req.has_header("Connection")) { - req.headers.emplace("Connection", "close"); + req.set_header("Connection", "close"); } } if (!req.has_header("Host")) { if (is_ssl()) { if (port_ == 443) { - req.headers.emplace("Host", host_); + req.set_header("Host", host_); } else { - req.headers.emplace("Host", host_and_port_); + req.set_header("Host", host_and_port_); } } else { if (port_ == 80) { - req.headers.emplace("Host", host_); + req.set_header("Host", host_); } else { - req.headers.emplace("Host", host_and_port_); + req.set_header("Host", host_and_port_); } } } - if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); } + if (!req.has_header("Accept")) { req.set_header("Accept", "*/*"); } #ifndef CPPHTTPLIB_NO_DEFAULT_USER_AGENT if (!req.has_header("User-Agent")) { auto agent = std::string("cpp-httplib/") + CPPHTTPLIB_VERSION; - req.headers.emplace("User-Agent", agent); + req.set_header("User-Agent", agent); } #endif @@ -6209,23 +7244,23 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req, if (!req.is_chunked_content_provider_) { if (!req.has_header("Content-Length")) { auto length = std::to_string(req.content_length_); - req.headers.emplace("Content-Length", length); + req.set_header("Content-Length", length); } } } else { if (req.method == "POST" || req.method == "PUT" || req.method == "PATCH") { - req.headers.emplace("Content-Length", "0"); + req.set_header("Content-Length", "0"); } } } else { if (!req.has_header("Content-Type")) { - req.headers.emplace("Content-Type", "text/plain"); + req.set_header("Content-Type", "text/plain"); } if (!req.has_header("Content-Length")) { auto length = std::to_string(req.body.size()); - req.headers.emplace("Content-Length", length); + req.set_header("Content-Length", length); } } @@ -6265,7 +7300,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req, const auto &path = url_encode_ ? detail::encode_url(req.path) : req.path; bstrm.write_format("%s %s HTTP/1.1\r\n", req.method.c_str(), path.c_str()); - detail::write_headers(bstrm, req.headers); + header_writer_(bstrm, req.headers); // Flush buffer auto &data = bstrm.get_buffer(); @@ -6289,16 +7324,14 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req, } inline std::unique_ptr ClientImpl::send_with_content_provider( - Request &req, - // const char *method, const char *path, const Headers &headers, - const char *body, size_t content_length, ContentProvider content_provider, + Request &req, const char *body, size_t content_length, + ContentProvider content_provider, ContentProviderWithoutLength content_provider_without_length, - const char *content_type, Error &error) { - - if (content_type) { req.headers.emplace("Content-Type", content_type); } + const std::string &content_type, Error &error) { + if (!content_type.empty()) { req.set_header("Content-Type", content_type); } #ifdef CPPHTTPLIB_ZLIB_SUPPORT - if (compress_) { req.headers.emplace("Content-Encoding", "gzip"); } + if (compress_) { req.set_header("Content-Encoding", "gzip"); } #endif #ifdef CPPHTTPLIB_ZLIB_SUPPORT @@ -6316,8 +7349,9 @@ inline std::unique_ptr ClientImpl::send_with_content_provider( auto last = offset + data_len == content_length; auto ret = compressor.compress( - data, data_len, last, [&](const char *data, size_t data_len) { - req.body.append(data, data_len); + data, data_len, last, + [&](const char *compressed_data, size_t compressed_data_len) { + req.body.append(compressed_data, compressed_data_len); return true; }); @@ -6330,8 +7364,6 @@ inline std::unique_ptr ClientImpl::send_with_content_provider( return ok; }; - data_sink.is_writable = [&](void) { return ok && true; }; - while (ok && offset < content_length) { if (!content_provider(offset, content_length - offset, data_sink)) { error = Error::Canceled; @@ -6360,10 +7392,9 @@ inline std::unique_ptr ClientImpl::send_with_content_provider( req.content_provider_ = detail::ContentProviderAdapter( std::move(content_provider_without_length)); req.is_chunked_content_provider_ = true; - req.headers.emplace("Transfer-Encoding", "chunked"); + req.set_header("Transfer-Encoding", "chunked"); } else { req.body.assign(body, content_length); - ; } } @@ -6372,10 +7403,10 @@ inline std::unique_ptr ClientImpl::send_with_content_provider( } inline Result ClientImpl::send_with_content_provider( - const char *method, const char *path, const Headers &headers, + const std::string &method, const std::string &path, const Headers &headers, const char *body, size_t content_length, ContentProvider content_provider, ContentProviderWithoutLength content_provider_without_length, - const char *content_type) { + const std::string &content_type) { Request req; req.method = method; req.headers = headers; @@ -6384,9 +7415,7 @@ inline Result ClientImpl::send_with_content_provider( auto error = Error::Success; auto res = send_with_content_provider( - req, - // method, path, headers, - body, content_length, std::move(content_provider), + req, body, content_length, std::move(content_provider), std::move(content_provider_without_length), content_type, error); return Result{std::move(res), error, std::move(req.headers)}; @@ -6404,6 +7433,20 @@ inline bool ClientImpl::process_request(Stream &strm, Request &req, // Send request if (!write_request(strm, req, close_connection, error)) { return false; } +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT + if (is_ssl()) { + auto is_proxy_enabled = !proxy_host_.empty() && proxy_port_ != -1; + if (!is_proxy_enabled) { + char buf[1]; + if (SSL_peek(socket_.ssl, buf, 1) == 0 && + SSL_get_error(socket_.ssl, 0) == SSL_ERROR_ZERO_RETURN) { + error = Error::SSLPeerCouldBeClosed_; + return false; + } + } + } +#endif + // Receive response and headers if (!read_response_line(strm, req, res) || !detail::read_headers(strm, res.headers)) { @@ -6412,7 +7455,8 @@ inline bool ClientImpl::process_request(Stream &strm, Request &req, } // Body - if ((res.status != 204) && req.method != "HEAD" && req.method != "CONNECT") { + if ((res.status != StatusCode::NoContent_204) && req.method != "HEAD" && + req.method != "CONNECT") { auto redirect = 300 < res.status && res.status < 400 && follow_location_; if (req.response_handler && !redirect) { @@ -6457,30 +7501,56 @@ inline bool ClientImpl::process_request(Stream &strm, Request &req, } } - if (res.get_header_value("Connection") == "close" || - (res.version == "HTTP/1.0" && res.reason != "Connection established")) { - // TODO this requires a not-entirely-obvious chain of calls to be correct - // for this to be safe. Maybe a code refactor (such as moving this out to - // the send function and getting rid of the recursiveness of the mutex) - // could make this more obvious. - - // This is safe to call because process_request is only called by - // handle_request which is only called by send, which locks the request - // mutex during the process. It would be a bug to call it from a different - // thread since it's a thread-safety issue to do these things to the socket - // if another thread is using the socket. - std::lock_guard guard(socket_mutex_); - shutdown_ssl(socket_, true); - shutdown_socket(socket_); - close_socket(socket_); - } - // Log if (logger_) { logger_(req, res); } return true; } +inline ContentProviderWithoutLength ClientImpl::get_multipart_content_provider( + const std::string &boundary, const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items) const { + size_t cur_item = 0; + size_t cur_start = 0; + // cur_item and cur_start are copied to within the std::function and maintain + // state between successive calls + return [&, cur_item, cur_start](size_t offset, + DataSink &sink) mutable -> bool { + if (!offset && !items.empty()) { + sink.os << detail::serialize_multipart_formdata(items, boundary, false); + return true; + } else if (cur_item < provider_items.size()) { + if (!cur_start) { + const auto &begin = detail::serialize_multipart_formdata_item_begin( + provider_items[cur_item], boundary); + offset += begin.size(); + cur_start = offset; + sink.os << begin; + } + + DataSink cur_sink; + auto has_data = true; + cur_sink.write = sink.write; + cur_sink.done = [&]() { has_data = false; }; + + if (!provider_items[cur_item].provider(offset - cur_start, cur_sink)) { + return false; + } + + if (!has_data) { + sink.os << detail::serialize_multipart_formdata_item_end(); + cur_item++; + cur_start = 0; + } + return true; + } else { + sink.os << detail::serialize_multipart_formdata_finish(boundary); + sink.done(); + return true; + } + }; +} + inline bool ClientImpl::process_socket(const Socket &socket, std::function callback) { @@ -6491,19 +7561,19 @@ ClientImpl::process_socket(const Socket &socket, inline bool ClientImpl::is_ssl() const { return false; } -inline Result ClientImpl::Get(const char *path) { +inline Result ClientImpl::Get(const std::string &path) { return Get(path, Headers(), Progress()); } -inline Result ClientImpl::Get(const char *path, Progress progress) { +inline Result ClientImpl::Get(const std::string &path, Progress progress) { return Get(path, Headers(), std::move(progress)); } -inline Result ClientImpl::Get(const char *path, const Headers &headers) { +inline Result ClientImpl::Get(const std::string &path, const Headers &headers) { return Get(path, headers, Progress()); } -inline Result ClientImpl::Get(const char *path, const Headers &headers, +inline Result ClientImpl::Get(const std::string &path, const Headers &headers, Progress progress) { Request req; req.method = "GET"; @@ -6514,45 +7584,45 @@ inline Result ClientImpl::Get(const char *path, const Headers &headers, return send_(std::move(req)); } -inline Result ClientImpl::Get(const char *path, +inline Result ClientImpl::Get(const std::string &path, ContentReceiver content_receiver) { return Get(path, Headers(), nullptr, std::move(content_receiver), nullptr); } -inline Result ClientImpl::Get(const char *path, +inline Result ClientImpl::Get(const std::string &path, ContentReceiver content_receiver, Progress progress) { return Get(path, Headers(), nullptr, std::move(content_receiver), std::move(progress)); } -inline Result ClientImpl::Get(const char *path, const Headers &headers, +inline Result ClientImpl::Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver) { return Get(path, headers, nullptr, std::move(content_receiver), nullptr); } -inline Result ClientImpl::Get(const char *path, const Headers &headers, +inline Result ClientImpl::Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver, Progress progress) { return Get(path, headers, nullptr, std::move(content_receiver), std::move(progress)); } -inline Result ClientImpl::Get(const char *path, +inline Result ClientImpl::Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver) { return Get(path, Headers(), std::move(response_handler), std::move(content_receiver), nullptr); } -inline Result ClientImpl::Get(const char *path, const Headers &headers, +inline Result ClientImpl::Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver) { return Get(path, headers, std::move(response_handler), std::move(content_receiver), nullptr); } -inline Result ClientImpl::Get(const char *path, +inline Result ClientImpl::Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) { @@ -6560,7 +7630,7 @@ inline Result ClientImpl::Get(const char *path, std::move(content_receiver), std::move(progress)); } -inline Result ClientImpl::Get(const char *path, const Headers &headers, +inline Result ClientImpl::Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) { @@ -6579,40 +7649,43 @@ inline Result ClientImpl::Get(const char *path, const Headers &headers, return send_(std::move(req)); } -inline Result ClientImpl::Get(const char *path, const Params ¶ms, +inline Result ClientImpl::Get(const std::string &path, const Params ¶ms, const Headers &headers, Progress progress) { if (params.empty()) { return Get(path, headers); } std::string path_with_query = append_query_params(path, params); - return Get(path_with_query.c_str(), headers, progress); + return Get(path_with_query, headers, std::move(progress)); } -inline Result ClientImpl::Get(const char *path, const Params ¶ms, +inline Result ClientImpl::Get(const std::string &path, const Params ¶ms, const Headers &headers, ContentReceiver content_receiver, Progress progress) { - return Get(path, params, headers, nullptr, content_receiver, progress); + return Get(path, params, headers, nullptr, std::move(content_receiver), + std::move(progress)); } -inline Result ClientImpl::Get(const char *path, const Params ¶ms, +inline Result ClientImpl::Get(const std::string &path, const Params ¶ms, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) { if (params.empty()) { - return Get(path, headers, response_handler, content_receiver, progress); + return Get(path, headers, std::move(response_handler), + std::move(content_receiver), std::move(progress)); } std::string path_with_query = append_query_params(path, params); - return Get(path_with_query.c_str(), headers, response_handler, - content_receiver, progress); + return Get(path_with_query, headers, std::move(response_handler), + std::move(content_receiver), std::move(progress)); } -inline Result ClientImpl::Head(const char *path) { +inline Result ClientImpl::Head(const std::string &path) { return Head(path, Headers()); } -inline Result ClientImpl::Head(const char *path, const Headers &headers) { +inline Result ClientImpl::Head(const std::string &path, + const Headers &headers) { Request req; req.method = "HEAD"; req.headers = headers; @@ -6621,288 +7694,338 @@ inline Result ClientImpl::Head(const char *path, const Headers &headers) { return send_(std::move(req)); } -inline Result ClientImpl::Post(const char *path) { - return Post(path, std::string(), nullptr); +inline Result ClientImpl::Post(const std::string &path) { + return Post(path, std::string(), std::string()); +} + +inline Result ClientImpl::Post(const std::string &path, + const Headers &headers) { + return Post(path, headers, nullptr, 0, std::string()); } -inline Result ClientImpl::Post(const char *path, const char *body, +inline Result ClientImpl::Post(const std::string &path, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return Post(path, Headers(), body, content_length, content_type); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("POST", path, headers, body, content_length, nullptr, nullptr, content_type); } -inline Result ClientImpl::Post(const char *path, const std::string &body, - const char *content_type) { +inline Result ClientImpl::Post(const std::string &path, const std::string &body, + const std::string &content_type) { return Post(path, Headers(), body, content_type); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, const std::string &body, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("POST", path, headers, body.data(), body.size(), nullptr, nullptr, content_type); } -inline Result ClientImpl::Post(const char *path, const Params ¶ms) { +inline Result ClientImpl::Post(const std::string &path, const Params ¶ms) { return Post(path, Headers(), params); } -inline Result ClientImpl::Post(const char *path, size_t content_length, +inline Result ClientImpl::Post(const std::string &path, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return Post(path, Headers(), content_length, std::move(content_provider), content_type); } -inline Result ClientImpl::Post(const char *path, +inline Result ClientImpl::Post(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return Post(path, Headers(), std::move(content_provider), content_type); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("POST", path, headers, nullptr, content_length, std::move(content_provider), nullptr, content_type); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("POST", path, headers, nullptr, 0, nullptr, std::move(content_provider), content_type); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, const Params ¶ms) { auto query = detail::params_to_query_str(params); return Post(path, headers, query, "application/x-www-form-urlencoded"); } -inline Result ClientImpl::Post(const char *path, +inline Result ClientImpl::Post(const std::string &path, const MultipartFormDataItems &items) { return Post(path, Headers(), items); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items) { - return Post(path, headers, items, detail::make_multipart_data_boundary()); + const auto &boundary = detail::make_multipart_data_boundary(); + const auto &content_type = + detail::serialize_multipart_formdata_get_content_type(boundary); + const auto &body = detail::serialize_multipart_formdata(items, boundary); + return Post(path, headers, body, content_type); } -inline Result ClientImpl::Post(const char *path, const Headers &headers, + +inline Result ClientImpl::Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const std::string &boundary) { - for (size_t i = 0; i < boundary.size(); i++) { - char c = boundary[i]; - if (!std::isalnum(c) && c != '-' && c != '_') { - return Result{nullptr, Error::UnsupportedMultipartBoundaryChars}; - } + if (!detail::is_multipart_boundary_chars_valid(boundary)) { + return Result{nullptr, Error::UnsupportedMultipartBoundaryChars}; } - std::string body; - - for (const auto &item : items) { - body += "--" + boundary + "\r\n"; - body += "Content-Disposition: form-data; name=\"" + item.name + "\""; - if (!item.filename.empty()) { - body += "; filename=\"" + item.filename + "\""; - } - body += "\r\n"; - if (!item.content_type.empty()) { - body += "Content-Type: " + item.content_type + "\r\n"; - } - body += "\r\n"; - body += item.content + "\r\n"; - } - - body += "--" + boundary + "--\r\n"; + const auto &content_type = + detail::serialize_multipart_formdata_get_content_type(boundary); + const auto &body = detail::serialize_multipart_formdata(items, boundary); + return Post(path, headers, body, content_type); +} - std::string content_type = "multipart/form-data; boundary=" + boundary; - return Post(path, headers, body, content_type.c_str()); +inline Result +ClientImpl::Post(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items) { + const auto &boundary = detail::make_multipart_data_boundary(); + const auto &content_type = + detail::serialize_multipart_formdata_get_content_type(boundary); + return send_with_content_provider( + "POST", path, headers, nullptr, 0, nullptr, + get_multipart_content_provider(boundary, items, provider_items), + content_type); } -inline Result ClientImpl::Put(const char *path) { - return Put(path, std::string(), nullptr); +inline Result ClientImpl::Put(const std::string &path) { + return Put(path, std::string(), std::string()); } -inline Result ClientImpl::Put(const char *path, const char *body, - size_t content_length, const char *content_type) { +inline Result ClientImpl::Put(const std::string &path, const char *body, + size_t content_length, + const std::string &content_type) { return Put(path, Headers(), body, content_length, content_type); } -inline Result ClientImpl::Put(const char *path, const Headers &headers, +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PUT", path, headers, body, content_length, nullptr, nullptr, content_type); } -inline Result ClientImpl::Put(const char *path, const std::string &body, - const char *content_type) { +inline Result ClientImpl::Put(const std::string &path, const std::string &body, + const std::string &content_type) { return Put(path, Headers(), body, content_type); } -inline Result ClientImpl::Put(const char *path, const Headers &headers, +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, const std::string &body, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PUT", path, headers, body.data(), body.size(), nullptr, nullptr, content_type); } -inline Result ClientImpl::Put(const char *path, size_t content_length, +inline Result ClientImpl::Put(const std::string &path, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return Put(path, Headers(), content_length, std::move(content_provider), content_type); } -inline Result ClientImpl::Put(const char *path, +inline Result ClientImpl::Put(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return Put(path, Headers(), std::move(content_provider), content_type); } -inline Result ClientImpl::Put(const char *path, const Headers &headers, +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PUT", path, headers, nullptr, content_length, std::move(content_provider), nullptr, content_type); } -inline Result ClientImpl::Put(const char *path, const Headers &headers, +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PUT", path, headers, nullptr, 0, nullptr, std::move(content_provider), content_type); } -inline Result ClientImpl::Put(const char *path, const Params ¶ms) { +inline Result ClientImpl::Put(const std::string &path, const Params ¶ms) { return Put(path, Headers(), params); } -inline Result ClientImpl::Put(const char *path, const Headers &headers, +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, const Params ¶ms) { auto query = detail::params_to_query_str(params); return Put(path, headers, query, "application/x-www-form-urlencoded"); } -inline Result ClientImpl::Patch(const char *path) { - return Patch(path, std::string(), nullptr); +inline Result ClientImpl::Put(const std::string &path, + const MultipartFormDataItems &items) { + return Put(path, Headers(), items); +} + +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items) { + const auto &boundary = detail::make_multipart_data_boundary(); + const auto &content_type = + detail::serialize_multipart_formdata_get_content_type(boundary); + const auto &body = detail::serialize_multipart_formdata(items, boundary); + return Put(path, headers, body, content_type); +} + +inline Result ClientImpl::Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const std::string &boundary) { + if (!detail::is_multipart_boundary_chars_valid(boundary)) { + return Result{nullptr, Error::UnsupportedMultipartBoundaryChars}; + } + + const auto &content_type = + detail::serialize_multipart_formdata_get_content_type(boundary); + const auto &body = detail::serialize_multipart_formdata(items, boundary); + return Put(path, headers, body, content_type); +} + +inline Result +ClientImpl::Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items) { + const auto &boundary = detail::make_multipart_data_boundary(); + const auto &content_type = + detail::serialize_multipart_formdata_get_content_type(boundary); + return send_with_content_provider( + "PUT", path, headers, nullptr, 0, nullptr, + get_multipart_content_provider(boundary, items, provider_items), + content_type); +} +inline Result ClientImpl::Patch(const std::string &path) { + return Patch(path, std::string(), std::string()); } -inline Result ClientImpl::Patch(const char *path, const char *body, +inline Result ClientImpl::Patch(const std::string &path, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return Patch(path, Headers(), body, content_length, content_type); } -inline Result ClientImpl::Patch(const char *path, const Headers &headers, +inline Result ClientImpl::Patch(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PATCH", path, headers, body, content_length, nullptr, nullptr, content_type); } -inline Result ClientImpl::Patch(const char *path, const std::string &body, - const char *content_type) { +inline Result ClientImpl::Patch(const std::string &path, + const std::string &body, + const std::string &content_type) { return Patch(path, Headers(), body, content_type); } -inline Result ClientImpl::Patch(const char *path, const Headers &headers, +inline Result ClientImpl::Patch(const std::string &path, const Headers &headers, const std::string &body, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PATCH", path, headers, body.data(), body.size(), nullptr, nullptr, content_type); } -inline Result ClientImpl::Patch(const char *path, size_t content_length, +inline Result ClientImpl::Patch(const std::string &path, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return Patch(path, Headers(), content_length, std::move(content_provider), content_type); } -inline Result ClientImpl::Patch(const char *path, +inline Result ClientImpl::Patch(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return Patch(path, Headers(), std::move(content_provider), content_type); } -inline Result ClientImpl::Patch(const char *path, const Headers &headers, +inline Result ClientImpl::Patch(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PATCH", path, headers, nullptr, content_length, std::move(content_provider), nullptr, content_type); } -inline Result ClientImpl::Patch(const char *path, const Headers &headers, +inline Result ClientImpl::Patch(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return send_with_content_provider("PATCH", path, headers, nullptr, 0, nullptr, std::move(content_provider), content_type); } -inline Result ClientImpl::Delete(const char *path) { - return Delete(path, Headers(), std::string(), nullptr); +inline Result ClientImpl::Delete(const std::string &path) { + return Delete(path, Headers(), std::string(), std::string()); } -inline Result ClientImpl::Delete(const char *path, const Headers &headers) { - return Delete(path, headers, std::string(), nullptr); +inline Result ClientImpl::Delete(const std::string &path, + const Headers &headers) { + return Delete(path, headers, std::string(), std::string()); } -inline Result ClientImpl::Delete(const char *path, const char *body, +inline Result ClientImpl::Delete(const std::string &path, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return Delete(path, Headers(), body, content_length, content_type); } -inline Result ClientImpl::Delete(const char *path, const Headers &headers, - const char *body, size_t content_length, - const char *content_type) { +inline Result ClientImpl::Delete(const std::string &path, + const Headers &headers, const char *body, + size_t content_length, + const std::string &content_type) { Request req; req.method = "DELETE"; req.headers = headers; req.path = path; - if (content_type) { req.headers.emplace("Content-Type", content_type); } + if (!content_type.empty()) { req.set_header("Content-Type", content_type); } req.body.assign(body, content_length); return send_(std::move(req)); } -inline Result ClientImpl::Delete(const char *path, const std::string &body, - const char *content_type) { +inline Result ClientImpl::Delete(const std::string &path, + const std::string &body, + const std::string &content_type) { return Delete(path, Headers(), body.data(), body.size(), content_type); } -inline Result ClientImpl::Delete(const char *path, const Headers &headers, +inline Result ClientImpl::Delete(const std::string &path, + const Headers &headers, const std::string &body, - const char *content_type) { + const std::string &content_type) { return Delete(path, headers, body.data(), body.size(), content_type); } -inline Result ClientImpl::Options(const char *path) { +inline Result ClientImpl::Options(const std::string &path) { return Options(path, Headers()); } -inline Result ClientImpl::Options(const char *path, const Headers &headers) { +inline Result ClientImpl::Options(const std::string &path, + const Headers &headers) { Request req; req.method = "OPTIONS"; req.headers = headers; @@ -6911,11 +8034,6 @@ inline Result ClientImpl::Options(const char *path, const Headers &headers) { return send_(std::move(req)); } -inline size_t ClientImpl::is_socket_open() const { - std::lock_guard guard(socket_mutex_); - return socket_.is_open(); -} - inline void ClientImpl::stop() { std::lock_guard guard(socket_mutex_); @@ -6933,12 +8051,23 @@ inline void ClientImpl::stop() { return; } - // Otherwise, sitll holding the mutex, we can shut everything down ourselves + // Otherwise, still holding the mutex, we can shut everything down ourselves shutdown_ssl(socket_, true); shutdown_socket(socket_); close_socket(socket_); } +inline std::string ClientImpl::host() const { return host_; } + +inline int ClientImpl::port() const { return port_; } + +inline size_t ClientImpl::is_socket_open() const { + std::lock_guard guard(socket_mutex_); + return socket_.is_open(); +} + +inline socket_t ClientImpl::socket() const { return socket_.sock; } + inline void ClientImpl::set_connection_timeout(time_t sec, time_t usec) { connection_timeout_sec_ = sec; connection_timeout_usec_ = usec; @@ -6954,19 +8083,19 @@ inline void ClientImpl::set_write_timeout(time_t sec, time_t usec) { write_timeout_usec_ = usec; } -inline void ClientImpl::set_basic_auth(const char *username, - const char *password) { +inline void ClientImpl::set_basic_auth(const std::string &username, + const std::string &password) { basic_auth_username_ = username; basic_auth_password_ = password; } -inline void ClientImpl::set_bearer_token_auth(const char *token) { +inline void ClientImpl::set_bearer_token_auth(const std::string &token) { bearer_token_auth_token_ = token; } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT -inline void ClientImpl::set_digest_auth(const char *username, - const char *password) { +inline void ClientImpl::set_digest_auth(const std::string &username, + const std::string &password) { digest_auth_username_ = username; digest_auth_password_ = password; } @@ -6987,6 +8116,11 @@ inline void ClientImpl::set_default_headers(Headers headers) { default_headers_ = std::move(headers); } +inline void ClientImpl::set_header_writer( + std::function const &writer) { + header_writer_ = writer; +} + inline void ClientImpl::set_address_family(int family) { address_family_ = family; } @@ -7001,36 +8135,36 @@ inline void ClientImpl::set_compress(bool on) { compress_ = on; } inline void ClientImpl::set_decompress(bool on) { decompress_ = on; } -inline void ClientImpl::set_interface(const char *intf) { interface_ = intf; } +inline void ClientImpl::set_interface(const std::string &intf) { + interface_ = intf; +} -inline void ClientImpl::set_proxy(const char *host, int port) { +inline void ClientImpl::set_proxy(const std::string &host, int port) { proxy_host_ = host; proxy_port_ = port; } -inline void ClientImpl::set_proxy_basic_auth(const char *username, - const char *password) { +inline void ClientImpl::set_proxy_basic_auth(const std::string &username, + const std::string &password) { proxy_basic_auth_username_ = username; proxy_basic_auth_password_ = password; } -inline void ClientImpl::set_proxy_bearer_token_auth(const char *token) { +inline void ClientImpl::set_proxy_bearer_token_auth(const std::string &token) { proxy_bearer_token_auth_token_ = token; } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT -inline void ClientImpl::set_proxy_digest_auth(const char *username, - const char *password) { +inline void ClientImpl::set_proxy_digest_auth(const std::string &username, + const std::string &password) { proxy_digest_auth_username_ = username; proxy_digest_auth_password_ = password; } -#endif -#ifdef CPPHTTPLIB_OPENSSL_SUPPORT -inline void ClientImpl::set_ca_cert_path(const char *ca_cert_file_path, - const char *ca_cert_dir_path) { - if (ca_cert_file_path) { ca_cert_file_path_ = ca_cert_file_path; } - if (ca_cert_dir_path) { ca_cert_dir_path_ = ca_cert_dir_path; } +inline void ClientImpl::set_ca_cert_path(const std::string &ca_cert_file_path, + const std::string &ca_cert_dir_path) { + ca_cert_file_path_ = ca_cert_file_path; + ca_cert_dir_path_ = ca_cert_dir_path; } inline void ClientImpl::set_ca_cert_store(X509_STORE *ca_cert_store) { @@ -7038,9 +8172,34 @@ inline void ClientImpl::set_ca_cert_store(X509_STORE *ca_cert_store) { ca_cert_store_ = ca_cert_store; } } -#endif -#ifdef CPPHTTPLIB_OPENSSL_SUPPORT +inline X509_STORE *ClientImpl::create_ca_cert_store(const char *ca_cert, + std::size_t size) const { + auto mem = BIO_new_mem_buf(ca_cert, static_cast(size)); + if (!mem) { return nullptr; } + + auto inf = PEM_X509_INFO_read_bio(mem, nullptr, nullptr, nullptr); + if (!inf) { + BIO_free_all(mem); + return nullptr; + } + + auto cts = X509_STORE_new(); + if (cts) { + for (auto i = 0; i < static_cast(sk_X509_INFO_num(inf)); i++) { + auto itmp = sk_X509_INFO_value(inf, i); + if (!itmp) { continue; } + + if (itmp->x509) { X509_STORE_add_cert(cts, itmp->x509); } + if (itmp->crl) { X509_STORE_add_crl(cts, itmp->crl); } + } + } + + sk_X509_INFO_pop_free(inf, X509_INFO_free); + BIO_free_all(mem); + return cts; +} + inline void ClientImpl::enable_server_certificate_verification(bool enabled) { server_certificate_verification_ = enabled; } @@ -7104,7 +8263,7 @@ bool ssl_connect_or_accept_nonblocking(socket_t sock, SSL *ssl, U ssl_connect_or_accept, time_t timeout_sec, time_t timeout_usec) { - int res = 0; + auto res = 0; while ((res = ssl_connect_or_accept(ssl)) != 1) { auto err = SSL_get_error(ssl, res); switch (err) { @@ -7146,55 +8305,12 @@ process_client_socket_ssl(SSL *ssl, socket_t sock, time_t read_timeout_sec, return callback(strm); } -#if OPENSSL_VERSION_NUMBER < 0x10100000L -static std::shared_ptr> openSSL_locks_; - -class SSLThreadLocks { -public: - SSLThreadLocks() { - openSSL_locks_ = - std::make_shared>(CRYPTO_num_locks()); - CRYPTO_set_locking_callback(locking_callback); - } - - ~SSLThreadLocks() { CRYPTO_set_locking_callback(nullptr); } - -private: - static void locking_callback(int mode, int type, const char * /*file*/, - int /*line*/) { - auto &lk = (*openSSL_locks_)[static_cast(type)]; - if (mode & CRYPTO_LOCK) { - lk.lock(); - } else { - lk.unlock(); - } - } -}; - -#endif - class SSLInit { public: SSLInit() { -#if OPENSSL_VERSION_NUMBER < 0x1010001fL - SSL_load_error_strings(); - SSL_library_init(); -#else OPENSSL_init_ssl( OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); -#endif - } - - ~SSLInit() { -#if OPENSSL_VERSION_NUMBER < 0x1010001fL - ERR_free_strings(); -#endif } - -private: -#if OPENSSL_VERSION_NUMBER < 0x10100000L - SSLThreadLocks thread_init_; -#endif }; // SSL socket stream implementation @@ -7210,75 +8326,77 @@ inline SSLSocketStream::SSLSocketStream(socket_t sock, SSL *ssl, SSL_clear_mode(ssl, SSL_MODE_AUTO_RETRY); } -inline SSLSocketStream::~SSLSocketStream() {} +inline SSLSocketStream::~SSLSocketStream() = default; inline bool SSLSocketStream::is_readable() const { return detail::select_read(sock_, read_timeout_sec_, read_timeout_usec_) > 0; } inline bool SSLSocketStream::is_writable() const { - return detail::select_write(sock_, write_timeout_sec_, write_timeout_usec_) > - 0; + return select_write(sock_, write_timeout_sec_, write_timeout_usec_) > 0 && + is_socket_alive(sock_); } inline ssize_t SSLSocketStream::read(char *ptr, size_t size) { - size_t readbytes = 0; if (SSL_pending(ssl_) > 0) { - auto ret = SSL_read_ex(ssl_, ptr, size, &readbytes); - if (ret == 1) { return static_cast(readbytes); } - if (SSL_get_error(ssl_, ret) == SSL_ERROR_ZERO_RETURN) { return 0; } - return -1; - } - if (!is_readable()) { return -1; } - - auto ret = SSL_read_ex(ssl_, ptr, size, &readbytes); - if (ret == 1) { return static_cast(readbytes); } - auto err = SSL_get_error(ssl_, ret); - int n = 1000; + return SSL_read(ssl_, ptr, static_cast(size)); + } else if (is_readable()) { + auto ret = SSL_read(ssl_, ptr, static_cast(size)); + if (ret < 0) { + auto err = SSL_get_error(ssl_, ret); + auto n = 1000; #ifdef _WIN32 - while (--n >= 0 && - (err == SSL_ERROR_WANT_READ || - (err == SSL_ERROR_SYSCALL && WSAGetLastError() == WSAETIMEDOUT))) { + while (--n >= 0 && (err == SSL_ERROR_WANT_READ || + (err == SSL_ERROR_SYSCALL && + WSAGetLastError() == WSAETIMEDOUT))) { #else - while (--n >= 0 && err == SSL_ERROR_WANT_READ) { + while (--n >= 0 && err == SSL_ERROR_WANT_READ) { #endif - if (SSL_pending(ssl_) > 0) { - ret = SSL_read_ex(ssl_, ptr, size, &readbytes); - if (ret == 1) { return static_cast(readbytes); } - if (SSL_get_error(ssl_, ret) == SSL_ERROR_ZERO_RETURN) { return 0; } - return -1; + if (SSL_pending(ssl_) > 0) { + return SSL_read(ssl_, ptr, static_cast(size)); + } else if (is_readable()) { + std::this_thread::sleep_for(std::chrono::milliseconds(1)); + ret = SSL_read(ssl_, ptr, static_cast(size)); + if (ret >= 0) { return ret; } + err = SSL_get_error(ssl_, ret); + } else { + return -1; + } + } } - if (!is_readable()) { return -1; } - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - ret = SSL_read_ex(ssl_, ptr, size, &readbytes); - if (ret == 1) { return static_cast(readbytes); } - err = SSL_get_error(ssl_, ret); + return ret; } - if (err == SSL_ERROR_ZERO_RETURN) { return 0; } return -1; } inline ssize_t SSLSocketStream::write(const char *ptr, size_t size) { - if (!is_writable()) { return -1; } - size_t written = 0; - auto ret = SSL_write_ex(ssl_, ptr, size, &written); - if (ret == 1) { return static_cast(written); } - auto err = SSL_get_error(ssl_, ret); - int n = 1000; + if (is_writable()) { + auto handle_size = static_cast( + std::min(size, (std::numeric_limits::max)())); + + auto ret = SSL_write(ssl_, ptr, static_cast(handle_size)); + if (ret < 0) { + auto err = SSL_get_error(ssl_, ret); + auto n = 1000; #ifdef _WIN32 - while (--n >= 0 && - (err == SSL_ERROR_WANT_WRITE || - (err == SSL_ERROR_SYSCALL && WSAGetLastError() == WSAETIMEDOUT))) { + while (--n >= 0 && (err == SSL_ERROR_WANT_WRITE || + (err == SSL_ERROR_SYSCALL && + WSAGetLastError() == WSAETIMEDOUT))) { #else - while (--n >= 0 && err == SSL_ERROR_WANT_WRITE) { + while (--n >= 0 && err == SSL_ERROR_WANT_WRITE) { #endif - if (!is_writable()) { return -1; } - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - ret = SSL_write_ex(ssl_, ptr, size, &written); - if (ret == 1) { return static_cast(written); } - err = SSL_get_error(ssl_, ret); + if (is_writable()) { + std::this_thread::sleep_for(std::chrono::milliseconds(1)); + ret = SSL_write(ssl_, ptr, static_cast(handle_size)); + if (ret >= 0) { return ret; } + err = SSL_get_error(ssl_, ret); + } else { + return -1; + } + } + } + return ret; } - if (err == SSL_ERROR_ZERO_RETURN) { return 0; } return -1; } @@ -7287,6 +8405,11 @@ inline void SSLSocketStream::get_remote_ip_and_port(std::string &ip, detail::get_remote_ip_and_port(sock_, ip, port); } +inline void SSLSocketStream::get_local_ip_and_port(std::string &ip, + int &port) const { + detail::get_local_ip_and_port(sock_, ip, port); +} + inline socket_t SSLSocketStream::socket() const { return sock_; } static SSLInit sslinit_; @@ -7309,8 +8432,9 @@ inline SSLServer::SSLServer(const char *cert_path, const char *private_key_path, // add default password callback before opening encrypted private key if (private_key_password != nullptr && (private_key_password[0] != '\0')) { - SSL_CTX_set_default_passwd_cb_userdata(ctx_, - (char *)private_key_password); + SSL_CTX_set_default_passwd_cb_userdata( + ctx_, + reinterpret_cast(const_cast(private_key_password))); } if (SSL_CTX_use_certificate_chain_file(ctx_, cert_path) != 1 || @@ -7374,13 +8498,13 @@ inline SSL_CTX *SSLServer::ssl_context() const { return ctx_; } inline bool SSLServer::process_and_close_socket(socket_t sock) { auto ssl = detail::ssl_new( sock, ctx_, ctx_mutex_, - [&](SSL *ssl) { + [&](SSL *ssl2) { return detail::ssl_connect_or_accept_nonblocking( - sock, ssl, SSL_accept, read_timeout_sec_, read_timeout_usec_); + sock, ssl2, SSL_accept, read_timeout_sec_, read_timeout_usec_); }, - [](SSL * /*ssl*/) { return true; }); + [](SSL * /*ssl2*/) { return true; }); - bool ret = false; + auto ret = false; if (ssl) { ret = detail::process_server_socket_ssl( svr_sock_, ssl, sock, keep_alive_max_count_, keep_alive_timeout_sec_, @@ -7418,7 +8542,7 @@ inline SSLClient::SSLClient(const std::string &host, int port, detail::split(&host_[0], &host_[host_.size()], '.', [&](const char *b, const char *e) { - host_components_.emplace_back(std::string(b, e)); + host_components_.emplace_back(b, e); }); if (!client_cert_path.empty() && !client_key_path.empty()) { @@ -7439,7 +8563,7 @@ inline SSLClient::SSLClient(const std::string &host, int port, detail::split(&host_[0], &host_[host_.size()], '.', [&](const char *b, const char *e) { - host_components_.emplace_back(std::string(b, e)); + host_components_.emplace_back(b, e); }); if (client_cert != nullptr && client_key != nullptr) { @@ -7474,6 +8598,11 @@ inline void SSLClient::set_ca_cert_store(X509_STORE *ca_cert_store) { } } +inline void SSLClient::load_ca_cert_store(const char *ca_cert, + std::size_t size) { + set_ca_cert_store(ClientImpl::create_ca_cert_store(ca_cert, size)); +} + inline long SSLClient::get_openssl_verify_result() const { return verify_result_; } @@ -7488,14 +8617,14 @@ inline bool SSLClient::create_and_connect_socket(Socket &socket, Error &error) { inline bool SSLClient::connect_with_proxy(Socket &socket, Response &res, bool &success, Error &error) { success = true; - Response res2; + Response proxy_res; if (!detail::process_client_socket( socket.sock, read_timeout_sec_, read_timeout_usec_, write_timeout_sec_, write_timeout_usec_, [&](Stream &strm) { Request req2; req2.method = "CONNECT"; req2.path = host_and_port_; - return process_request(strm, req2, res2, false, error); + return process_request(strm, req2, proxy_res, false, error); })) { // Thread-safe to close everything because we are assuming there are no // requests in flight @@ -7506,12 +8635,12 @@ inline bool SSLClient::connect_with_proxy(Socket &socket, Response &res, return false; } - if (res2.status == 407) { + if (proxy_res.status == StatusCode::ProxyAuthenticationRequired_407) { if (!proxy_digest_auth_username_.empty() && !proxy_digest_auth_password_.empty()) { std::map auth; - if (detail::parse_www_authenticate(res2, auth, true)) { - Response res3; + if (detail::parse_www_authenticate(proxy_res, auth, true)) { + proxy_res = Response(); if (!detail::process_client_socket( socket.sock, read_timeout_sec_, read_timeout_usec_, write_timeout_sec_, write_timeout_usec_, [&](Stream &strm) { @@ -7522,7 +8651,7 @@ inline bool SSLClient::connect_with_proxy(Socket &socket, Response &res, req3, auth, 1, detail::random_string(10), proxy_digest_auth_username_, proxy_digest_auth_password_, true)); - return process_request(strm, req3, res3, false, error); + return process_request(strm, req3, proxy_res, false, error); })) { // Thread-safe to close everything because we are assuming there are // no requests in flight @@ -7533,17 +8662,28 @@ inline bool SSLClient::connect_with_proxy(Socket &socket, Response &res, return false; } } - } else { - res = res2; - return false; } } + // If status code is not 200, proxy request is failed. + // Set error to ProxyConnection and return proxy response + // as the response of the request + if (proxy_res.status != StatusCode::OK_200) { + error = Error::ProxyConnection; + res = std::move(proxy_res); + // Thread-safe to close everything because we are assuming there are + // no requests in flight + shutdown_ssl(socket, true); + shutdown_socket(socket); + close_socket(socket); + return false; + } + return true; } inline bool SSLClient::load_certs() { - bool ret = true; + auto ret = true; std::call_once(initialize_cert_, [&]() { std::lock_guard guard(ctx_mutex_); @@ -7558,11 +8698,16 @@ inline bool SSLClient::load_certs() { ret = false; } } else { + auto loaded = false; #ifdef _WIN32 - detail::load_system_certs_on_windows(SSL_CTX_get_cert_store(ctx_)); -#else - SSL_CTX_set_default_verify_paths(ctx_); -#endif + loaded = + detail::load_system_certs_on_windows(SSL_CTX_get_cert_store(ctx_)); +#elif defined(CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN) && defined(__APPLE__) +#if TARGET_OS_OSX + loaded = detail::load_system_certs_on_macos(SSL_CTX_get_cert_store(ctx_)); +#endif // TARGET_OS_OSX +#endif // _WIN32 + if (!loaded) { SSL_CTX_set_default_verify_paths(ctx_); } } }); @@ -7572,31 +8717,31 @@ inline bool SSLClient::load_certs() { inline bool SSLClient::initialize_ssl(Socket &socket, Error &error) { auto ssl = detail::ssl_new( socket.sock, ctx_, ctx_mutex_, - [&](SSL *ssl) { + [&](SSL *ssl2) { if (server_certificate_verification_) { if (!load_certs()) { error = Error::SSLLoadingCerts; return false; } - SSL_set_verify(ssl, SSL_VERIFY_NONE, nullptr); + SSL_set_verify(ssl2, SSL_VERIFY_NONE, nullptr); } if (!detail::ssl_connect_or_accept_nonblocking( - socket.sock, ssl, SSL_connect, connection_timeout_sec_, + socket.sock, ssl2, SSL_connect, connection_timeout_sec_, connection_timeout_usec_)) { error = Error::SSLConnection; return false; } if (server_certificate_verification_) { - verify_result_ = SSL_get_verify_result(ssl); + verify_result_ = SSL_get_verify_result(ssl2); if (verify_result_ != X509_V_OK) { error = Error::SSLServerVerification; return false; } - auto server_cert = SSL_get_peer_certificate(ssl); + auto server_cert = SSL_get1_peer_certificate(ssl2); if (server_cert == nullptr) { error = Error::SSLServerVerification; @@ -7613,8 +8758,12 @@ inline bool SSLClient::initialize_ssl(Socket &socket, Error &error) { return true; }, - [&](SSL *ssl) { - SSL_set_tlsext_host_name(ssl, host_.c_str()); + [&](SSL *ssl2) { + // NOTE: Direct call instead of using the OpenSSL macro to suppress + // -Wold-style-cast warning + // SSL_set_tlsext_host_name(ssl2, host_.c_str()); + SSL_ctrl(ssl2, SSL_CTRL_SET_TLSEXT_HOSTNAME, TLSEXT_NAMETYPE_host_name, + static_cast(const_cast(host_.c_str()))); return true; }); @@ -7688,8 +8837,8 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const { auto type = GEN_DNS; - struct in6_addr addr6; - struct in_addr addr; + struct in6_addr addr6 {}; + struct in_addr addr {}; size_t addr_len = 0; #ifndef __MINGW32__ @@ -7707,15 +8856,16 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const { if (alt_names) { auto dsn_matched = false; - auto ip_mached = false; + auto ip_matched = false; auto count = sk_GENERAL_NAME_num(alt_names); for (decltype(count) i = 0; i < count && !dsn_matched; i++) { auto val = sk_GENERAL_NAME_value(alt_names, i); if (val->type == type) { - auto name = (const char *)ASN1_STRING_get0_data(val->d.ia5); - auto name_len = (size_t)ASN1_STRING_length(val->d.ia5); + auto name = + reinterpret_cast(ASN1_STRING_get0_data(val->d.ia5)); + auto name_len = static_cast(ASN1_STRING_length(val->d.ia5)); switch (type) { case GEN_DNS: dsn_matched = check_host_name(name, name_len); break; @@ -7723,17 +8873,18 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const { case GEN_IPADD: if (!memcmp(&addr6, name, addr_len) || !memcmp(&addr, name, addr_len)) { - ip_mached = true; + ip_matched = true; } break; } } } - if (dsn_matched || ip_mached) { ret = true; } + if (dsn_matched || ip_matched) { ret = true; } } - GENERAL_NAMES_free((STACK_OF(GENERAL_NAME) *)alt_names); + GENERAL_NAMES_free(const_cast( + reinterpret_cast(alt_names))); return ret; } @@ -7762,7 +8913,7 @@ inline bool SSLClient::check_host_name(const char *pattern, std::vector pattern_components; detail::split(&pattern[0], &pattern[pattern_len], '.', [&](const char *b, const char *e) { - pattern_components.emplace_back(std::string(b, e)); + pattern_components.emplace_back(b, e); }); if (host_components_.size() != pattern_components.size()) { return false; } @@ -7818,13 +8969,13 @@ inline Client::Client(const std::string &scheme_host_port, if (is_ssl) { #ifdef CPPHTTPLIB_OPENSSL_SUPPORT - cli_ = detail::make_unique(host.c_str(), port, - client_cert_path, client_key_path); + cli_ = detail::make_unique(host, port, client_cert_path, + client_key_path); is_ssl_ = is_ssl; #endif } else { - cli_ = detail::make_unique(host.c_str(), port, - client_cert_path, client_key_path); + cli_ = detail::make_unique(host, port, client_cert_path, + client_key_path); } } else { cli_ = detail::make_unique(scheme_host_port, 80, @@ -7841,257 +8992,302 @@ inline Client::Client(const std::string &host, int port, : cli_(detail::make_unique(host, port, client_cert_path, client_key_path)) {} -inline Client::~Client() {} +inline Client::~Client() = default; inline bool Client::is_valid() const { return cli_ != nullptr && cli_->is_valid(); } -inline Result Client::Get(const char *path) { return cli_->Get(path); } -inline Result Client::Get(const char *path, const Headers &headers) { +inline Result Client::Get(const std::string &path) { return cli_->Get(path); } +inline Result Client::Get(const std::string &path, const Headers &headers) { return cli_->Get(path, headers); } -inline Result Client::Get(const char *path, Progress progress) { +inline Result Client::Get(const std::string &path, Progress progress) { return cli_->Get(path, std::move(progress)); } -inline Result Client::Get(const char *path, const Headers &headers, +inline Result Client::Get(const std::string &path, const Headers &headers, Progress progress) { return cli_->Get(path, headers, std::move(progress)); } -inline Result Client::Get(const char *path, ContentReceiver content_receiver) { +inline Result Client::Get(const std::string &path, + ContentReceiver content_receiver) { return cli_->Get(path, std::move(content_receiver)); } -inline Result Client::Get(const char *path, const Headers &headers, +inline Result Client::Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver) { return cli_->Get(path, headers, std::move(content_receiver)); } -inline Result Client::Get(const char *path, ContentReceiver content_receiver, - Progress progress) { +inline Result Client::Get(const std::string &path, + ContentReceiver content_receiver, Progress progress) { return cli_->Get(path, std::move(content_receiver), std::move(progress)); } -inline Result Client::Get(const char *path, const Headers &headers, +inline Result Client::Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver, Progress progress) { return cli_->Get(path, headers, std::move(content_receiver), std::move(progress)); } -inline Result Client::Get(const char *path, ResponseHandler response_handler, +inline Result Client::Get(const std::string &path, + ResponseHandler response_handler, ContentReceiver content_receiver) { return cli_->Get(path, std::move(response_handler), std::move(content_receiver)); } -inline Result Client::Get(const char *path, const Headers &headers, +inline Result Client::Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver) { return cli_->Get(path, headers, std::move(response_handler), std::move(content_receiver)); } -inline Result Client::Get(const char *path, ResponseHandler response_handler, +inline Result Client::Get(const std::string &path, + ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) { return cli_->Get(path, std::move(response_handler), std::move(content_receiver), std::move(progress)); } -inline Result Client::Get(const char *path, const Headers &headers, +inline Result Client::Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) { return cli_->Get(path, headers, std::move(response_handler), std::move(content_receiver), std::move(progress)); } -inline Result Client::Get(const char *path, const Params ¶ms, +inline Result Client::Get(const std::string &path, const Params ¶ms, const Headers &headers, Progress progress) { - return cli_->Get(path, params, headers, progress); + return cli_->Get(path, params, headers, std::move(progress)); } -inline Result Client::Get(const char *path, const Params ¶ms, +inline Result Client::Get(const std::string &path, const Params ¶ms, const Headers &headers, ContentReceiver content_receiver, Progress progress) { - return cli_->Get(path, params, headers, content_receiver, progress); + return cli_->Get(path, params, headers, std::move(content_receiver), + std::move(progress)); } -inline Result Client::Get(const char *path, const Params ¶ms, +inline Result Client::Get(const std::string &path, const Params ¶ms, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) { - return cli_->Get(path, params, headers, response_handler, content_receiver, - progress); + return cli_->Get(path, params, headers, std::move(response_handler), + std::move(content_receiver), std::move(progress)); } -inline Result Client::Head(const char *path) { return cli_->Head(path); } -inline Result Client::Head(const char *path, const Headers &headers) { +inline Result Client::Head(const std::string &path) { return cli_->Head(path); } +inline Result Client::Head(const std::string &path, const Headers &headers) { return cli_->Head(path, headers); } -inline Result Client::Post(const char *path) { return cli_->Post(path); } -inline Result Client::Post(const char *path, const char *body, - size_t content_length, const char *content_type) { +inline Result Client::Post(const std::string &path) { return cli_->Post(path); } +inline Result Client::Post(const std::string &path, const Headers &headers) { + return cli_->Post(path, headers); +} +inline Result Client::Post(const std::string &path, const char *body, + size_t content_length, + const std::string &content_type) { return cli_->Post(path, body, content_length, content_type); } -inline Result Client::Post(const char *path, const Headers &headers, +inline Result Client::Post(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return cli_->Post(path, headers, body, content_length, content_type); } -inline Result Client::Post(const char *path, const std::string &body, - const char *content_type) { +inline Result Client::Post(const std::string &path, const std::string &body, + const std::string &content_type) { return cli_->Post(path, body, content_type); } -inline Result Client::Post(const char *path, const Headers &headers, - const std::string &body, const char *content_type) { +inline Result Client::Post(const std::string &path, const Headers &headers, + const std::string &body, + const std::string &content_type) { return cli_->Post(path, headers, body, content_type); } -inline Result Client::Post(const char *path, size_t content_length, +inline Result Client::Post(const std::string &path, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Post(path, content_length, std::move(content_provider), content_type); } -inline Result Client::Post(const char *path, +inline Result Client::Post(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Post(path, std::move(content_provider), content_type); } -inline Result Client::Post(const char *path, const Headers &headers, +inline Result Client::Post(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Post(path, headers, content_length, std::move(content_provider), content_type); } -inline Result Client::Post(const char *path, const Headers &headers, +inline Result Client::Post(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Post(path, headers, std::move(content_provider), content_type); } -inline Result Client::Post(const char *path, const Params ¶ms) { +inline Result Client::Post(const std::string &path, const Params ¶ms) { return cli_->Post(path, params); } -inline Result Client::Post(const char *path, const Headers &headers, +inline Result Client::Post(const std::string &path, const Headers &headers, const Params ¶ms) { return cli_->Post(path, headers, params); } -inline Result Client::Post(const char *path, +inline Result Client::Post(const std::string &path, const MultipartFormDataItems &items) { return cli_->Post(path, items); } -inline Result Client::Post(const char *path, const Headers &headers, +inline Result Client::Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items) { return cli_->Post(path, headers, items); } -inline Result Client::Post(const char *path, const Headers &headers, +inline Result Client::Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const std::string &boundary) { return cli_->Post(path, headers, items, boundary); } -inline Result Client::Put(const char *path) { return cli_->Put(path); } -inline Result Client::Put(const char *path, const char *body, - size_t content_length, const char *content_type) { +inline Result +Client::Post(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items) { + return cli_->Post(path, headers, items, provider_items); +} +inline Result Client::Put(const std::string &path) { return cli_->Put(path); } +inline Result Client::Put(const std::string &path, const char *body, + size_t content_length, + const std::string &content_type) { return cli_->Put(path, body, content_length, content_type); } -inline Result Client::Put(const char *path, const Headers &headers, +inline Result Client::Put(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return cli_->Put(path, headers, body, content_length, content_type); } -inline Result Client::Put(const char *path, const std::string &body, - const char *content_type) { +inline Result Client::Put(const std::string &path, const std::string &body, + const std::string &content_type) { return cli_->Put(path, body, content_type); } -inline Result Client::Put(const char *path, const Headers &headers, - const std::string &body, const char *content_type) { +inline Result Client::Put(const std::string &path, const Headers &headers, + const std::string &body, + const std::string &content_type) { return cli_->Put(path, headers, body, content_type); } -inline Result Client::Put(const char *path, size_t content_length, +inline Result Client::Put(const std::string &path, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Put(path, content_length, std::move(content_provider), content_type); } -inline Result Client::Put(const char *path, +inline Result Client::Put(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Put(path, std::move(content_provider), content_type); } -inline Result Client::Put(const char *path, const Headers &headers, +inline Result Client::Put(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Put(path, headers, content_length, std::move(content_provider), content_type); } -inline Result Client::Put(const char *path, const Headers &headers, +inline Result Client::Put(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Put(path, headers, std::move(content_provider), content_type); } -inline Result Client::Put(const char *path, const Params ¶ms) { +inline Result Client::Put(const std::string &path, const Params ¶ms) { return cli_->Put(path, params); } -inline Result Client::Put(const char *path, const Headers &headers, +inline Result Client::Put(const std::string &path, const Headers &headers, const Params ¶ms) { return cli_->Put(path, headers, params); } -inline Result Client::Patch(const char *path) { return cli_->Patch(path); } -inline Result Client::Patch(const char *path, const char *body, - size_t content_length, const char *content_type) { +inline Result Client::Put(const std::string &path, + const MultipartFormDataItems &items) { + return cli_->Put(path, items); +} +inline Result Client::Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items) { + return cli_->Put(path, headers, items); +} +inline Result Client::Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const std::string &boundary) { + return cli_->Put(path, headers, items, boundary); +} +inline Result +Client::Put(const std::string &path, const Headers &headers, + const MultipartFormDataItems &items, + const MultipartFormDataProviderItems &provider_items) { + return cli_->Put(path, headers, items, provider_items); +} +inline Result Client::Patch(const std::string &path) { + return cli_->Patch(path); +} +inline Result Client::Patch(const std::string &path, const char *body, + size_t content_length, + const std::string &content_type) { return cli_->Patch(path, body, content_length, content_type); } -inline Result Client::Patch(const char *path, const Headers &headers, +inline Result Client::Patch(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return cli_->Patch(path, headers, body, content_length, content_type); } -inline Result Client::Patch(const char *path, const std::string &body, - const char *content_type) { +inline Result Client::Patch(const std::string &path, const std::string &body, + const std::string &content_type) { return cli_->Patch(path, body, content_type); } -inline Result Client::Patch(const char *path, const Headers &headers, - const std::string &body, const char *content_type) { +inline Result Client::Patch(const std::string &path, const Headers &headers, + const std::string &body, + const std::string &content_type) { return cli_->Patch(path, headers, body, content_type); } -inline Result Client::Patch(const char *path, size_t content_length, +inline Result Client::Patch(const std::string &path, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Patch(path, content_length, std::move(content_provider), content_type); } -inline Result Client::Patch(const char *path, +inline Result Client::Patch(const std::string &path, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Patch(path, std::move(content_provider), content_type); } -inline Result Client::Patch(const char *path, const Headers &headers, +inline Result Client::Patch(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Patch(path, headers, content_length, std::move(content_provider), content_type); } -inline Result Client::Patch(const char *path, const Headers &headers, +inline Result Client::Patch(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, - const char *content_type) { + const std::string &content_type) { return cli_->Patch(path, headers, std::move(content_provider), content_type); } -inline Result Client::Delete(const char *path) { return cli_->Delete(path); } -inline Result Client::Delete(const char *path, const Headers &headers) { +inline Result Client::Delete(const std::string &path) { + return cli_->Delete(path); +} +inline Result Client::Delete(const std::string &path, const Headers &headers) { return cli_->Delete(path, headers); } -inline Result Client::Delete(const char *path, const char *body, - size_t content_length, const char *content_type) { +inline Result Client::Delete(const std::string &path, const char *body, + size_t content_length, + const std::string &content_type) { return cli_->Delete(path, body, content_length, content_type); } -inline Result Client::Delete(const char *path, const Headers &headers, +inline Result Client::Delete(const std::string &path, const Headers &headers, const char *body, size_t content_length, - const char *content_type) { + const std::string &content_type) { return cli_->Delete(path, headers, body, content_length, content_type); } -inline Result Client::Delete(const char *path, const std::string &body, - const char *content_type) { +inline Result Client::Delete(const std::string &path, const std::string &body, + const std::string &content_type) { return cli_->Delete(path, body, content_type); } -inline Result Client::Delete(const char *path, const Headers &headers, +inline Result Client::Delete(const std::string &path, const Headers &headers, const std::string &body, - const char *content_type) { + const std::string &content_type) { return cli_->Delete(path, headers, body, content_type); } -inline Result Client::Options(const char *path) { return cli_->Options(path); } -inline Result Client::Options(const char *path, const Headers &headers) { +inline Result Client::Options(const std::string &path) { + return cli_->Options(path); +} +inline Result Client::Options(const std::string &path, const Headers &headers) { return cli_->Options(path, headers); } @@ -8101,9 +9297,15 @@ inline bool Client::send(Request &req, Response &res, Error &error) { inline Result Client::send(const Request &req) { return cli_->send(req); } +inline void Client::stop() { cli_->stop(); } + +inline std::string Client::host() const { return cli_->host(); } + +inline int Client::port() const { return cli_->port(); } + inline size_t Client::is_socket_open() const { return cli_->is_socket_open(); } -inline void Client::stop() { cli_->stop(); } +inline socket_t Client::socket() const { return cli_->socket(); } inline void Client::set_hostname_addr_map(std::map addr_map) { @@ -8114,6 +9316,11 @@ inline void Client::set_default_headers(Headers headers) { cli_->set_default_headers(std::move(headers)); } +inline void Client::set_header_writer( + std::function const &writer) { + cli_->set_header_writer(writer); +} + inline void Client::set_address_family(int family) { cli_->set_address_family(family); } @@ -8136,15 +9343,16 @@ inline void Client::set_write_timeout(time_t sec, time_t usec) { cli_->set_write_timeout(sec, usec); } -inline void Client::set_basic_auth(const char *username, const char *password) { +inline void Client::set_basic_auth(const std::string &username, + const std::string &password) { cli_->set_basic_auth(username, password); } -inline void Client::set_bearer_token_auth(const char *token) { +inline void Client::set_bearer_token_auth(const std::string &token) { cli_->set_bearer_token_auth(token); } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT -inline void Client::set_digest_auth(const char *username, - const char *password) { +inline void Client::set_digest_auth(const std::string &username, + const std::string &password) { cli_->set_digest_auth(username, password); } #endif @@ -8160,23 +9368,23 @@ inline void Client::set_compress(bool on) { cli_->set_compress(on); } inline void Client::set_decompress(bool on) { cli_->set_decompress(on); } -inline void Client::set_interface(const char *intf) { +inline void Client::set_interface(const std::string &intf) { cli_->set_interface(intf); } -inline void Client::set_proxy(const char *host, int port) { +inline void Client::set_proxy(const std::string &host, int port) { cli_->set_proxy(host, port); } -inline void Client::set_proxy_basic_auth(const char *username, - const char *password) { +inline void Client::set_proxy_basic_auth(const std::string &username, + const std::string &password) { cli_->set_proxy_basic_auth(username, password); } -inline void Client::set_proxy_bearer_token_auth(const char *token) { +inline void Client::set_proxy_bearer_token_auth(const std::string &token) { cli_->set_proxy_bearer_token_auth(token); } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT -inline void Client::set_proxy_digest_auth(const char *username, - const char *password) { +inline void Client::set_proxy_digest_auth(const std::string &username, + const std::string &password) { cli_->set_proxy_digest_auth(username, password); } #endif @@ -8187,11 +9395,13 @@ inline void Client::enable_server_certificate_verification(bool enabled) { } #endif -inline void Client::set_logger(Logger logger) { cli_->set_logger(logger); } +inline void Client::set_logger(Logger logger) { + cli_->set_logger(std::move(logger)); +} #ifdef CPPHTTPLIB_OPENSSL_SUPPORT -inline void Client::set_ca_cert_path(const char *ca_cert_file_path, - const char *ca_cert_dir_path) { +inline void Client::set_ca_cert_path(const std::string &ca_cert_file_path, + const std::string &ca_cert_dir_path) { cli_->set_ca_cert_path(ca_cert_file_path, ca_cert_dir_path); } @@ -8203,6 +9413,10 @@ inline void Client::set_ca_cert_store(X509_STORE *ca_cert_store) { } } +inline void Client::load_ca_cert_store(const char *ca_cert, std::size_t size) { + set_ca_cert_store(cli_->create_ca_cert_store(ca_cert, size)); +} + inline long Client::get_openssl_verify_result() const { if (is_ssl_) { return static_cast(*cli_).get_openssl_verify_result(); @@ -8220,4 +9434,8 @@ inline SSL_CTX *Client::ssl_context() const { } // namespace httplib +#if defined(_WIN32) && defined(CPPHTTPLIB_USE_POLL) +#undef poll +#endif + #endif // CPPHTTPLIB_HTTPLIB_H diff --git a/external_imported/cpp-httplib/httplibConfig.cmake.in b/external_imported/cpp-httplib/httplibConfig.cmake.in index 4cd5ebf72..93dff323d 100644 --- a/external_imported/cpp-httplib/httplibConfig.cmake.in +++ b/external_imported/cpp-httplib/httplibConfig.cmake.in @@ -12,19 +12,19 @@ set(HTTPLIB_VERSION @PROJECT_VERSION@) include(CMakeFindDependencyMacro) # We add find_dependency calls here to not make the end-user have to call them. -find_dependency(Threads REQUIRED) +find_dependency(Threads) if(@HTTPLIB_IS_USING_OPENSSL@) # OpenSSL COMPONENTS were added in Cmake v3.11 if(CMAKE_VERSION VERSION_LESS "3.11") - find_dependency(OpenSSL @_HTTPLIB_OPENSSL_MIN_VER@ REQUIRED) + find_dependency(OpenSSL @_HTTPLIB_OPENSSL_MIN_VER@) else() # Once the COMPONENTS were added, they were made optional when not specified. # Since we use both, we need to search for both. - find_dependency(OpenSSL @_HTTPLIB_OPENSSL_MIN_VER@ COMPONENTS Crypto SSL REQUIRED) + find_dependency(OpenSSL @_HTTPLIB_OPENSSL_MIN_VER@ COMPONENTS Crypto SSL) endif() endif() if(@HTTPLIB_IS_USING_ZLIB@) - find_dependency(ZLIB REQUIRED) + find_dependency(ZLIB) endif() if(@HTTPLIB_IS_USING_BROTLI@) @@ -32,7 +32,7 @@ if(@HTTPLIB_IS_USING_BROTLI@) # Note that the FindBrotli.cmake file is installed in the same dir as this file. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") set(BROTLI_USE_STATIC_LIBS @BROTLI_USE_STATIC_LIBS@) - find_dependency(Brotli COMPONENTS common encoder decoder REQUIRED) + find_dependency(Brotli COMPONENTS common encoder decoder) endif() # Mildly useful for end-users @@ -42,10 +42,19 @@ set_and_check(HTTPLIB_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_FULL_INCLUDEDIR@") # This is helpful if you're using Cmake's pre-compiled header feature set_and_check(HTTPLIB_HEADER_PATH "@PACKAGE_CMAKE_INSTALL_FULL_INCLUDEDIR@/httplib.h") -# Brings in the target library -include("${CMAKE_CURRENT_LIST_DIR}/httplibTargets.cmake") +# Consider each library support as a "component" +set(httplib_OpenSSL_FOUND @HTTPLIB_IS_USING_OPENSSL@) +set(httplib_ZLIB_FOUND @HTTPLIB_IS_USING_ZLIB@) +set(httplib_Brotli_FOUND @HTTPLIB_IS_USING_BROTLI@) -# Ouputs a "found httplib /usr/include/httplib.h" message when using find_package(httplib) +check_required_components(httplib) + +# Brings in the target library, but only if all required components are found +if(NOT DEFINED httplib_FOUND OR httplib_FOUND) + include("${CMAKE_CURRENT_LIST_DIR}/httplibTargets.cmake") +endif() + +# Outputs a "found httplib /usr/include/httplib.h" message when using find_package(httplib) include(FindPackageMessage) if(TARGET httplib::httplib) set(HTTPLIB_FOUND TRUE) diff --git a/external_imported/cpp-httplib/meson.build b/external_imported/cpp-httplib/meson.build index 961777e63..e82ae8451 100644 --- a/external_imported/cpp-httplib/meson.build +++ b/external_imported/cpp-httplib/meson.build @@ -19,7 +19,6 @@ project( # Check just in case downstream decides to edit the source # and add a project version version = meson.project_version() -python3 = find_program('python3') if version == 'undefined' cxx = meson.get_compiler('cpp') version = cxx.get_define('CPPHTTPLIB_VERSION', @@ -28,15 +27,20 @@ if version == 'undefined' assert(version != '', 'failed to get version from httplib.h') endif -message('cpp-httplib version ' + version) - deps = [dependency('threads')] args = [] -openssl_dep = dependency('openssl', version: '>=1.1.1', required: get_option('cpp-httplib_openssl')) +openssl_dep = dependency('openssl', version: '>=3.0.0', required: get_option('cpp-httplib_openssl')) if openssl_dep.found() deps += openssl_dep args += '-DCPPHTTPLIB_OPENSSL_SUPPORT' + if host_machine.system() == 'darwin' + macosx_keychain_dep = dependency('appleframeworks', modules: ['CoreFoundation', 'Security'], required: get_option('cpp-httplib_macosx_keychain')) + if macosx_keychain_dep.found() + deps += macosx_keychain_dep + args += '-DCPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN' + endif + endif endif zlib_dep = dependency('zlib', required: get_option('cpp-httplib_zlib')) @@ -64,6 +68,8 @@ endif cpp_httplib_dep = dependency('', required: false) if get_option('cpp-httplib_compile') + python3 = find_program('python3') + httplib_ch = custom_target( 'split', input: 'httplib.h', @@ -78,6 +84,7 @@ if get_option('cpp-httplib_compile') dependencies: deps, cpp_args: args, version: version, + soversion: version.split('.')[0] + '.' + version.split('.')[1], install: true ) cpp_httplib_dep = declare_dependency(compile_args: args, dependencies: deps, link_with: lib, sources: httplib_ch[1]) diff --git a/external_imported/cpp-httplib/meson_options.txt b/external_imported/cpp-httplib/meson_options.txt index 6f6d9240f..e15847d42 100644 --- a/external_imported/cpp-httplib/meson_options.txt +++ b/external_imported/cpp-httplib/meson_options.txt @@ -5,5 +5,6 @@ option('cpp-httplib_openssl', type: 'feature', value: 'auto', description: 'Enable OpenSSL support') option('cpp-httplib_zlib', type: 'feature', value: 'auto', description: 'Enable zlib support') option('cpp-httplib_brotli', type: 'feature', value: 'auto', description: 'Enable Brotli support') -option('cpp-httplib_compile', type: 'boolean', value: false, description: 'Split the header into a compilable header & source file') +option('cpp-httplib_macosx_keychain', type: 'feature', value: 'auto', description: 'Enable loading certs from the Keychain on Apple devices') +option('cpp-httplib_compile', type: 'boolean', value: false, description: 'Split the header into a compilable header & source file (requires python3)') option('cpp-httplib_test', type: 'boolean', value: false, description: 'Build tests') diff --git a/external_imported/cpp-httplib/test/CMakeLists.txt b/external_imported/cpp-httplib/test/CMakeLists.txt new file mode 100644 index 000000000..3cf2c24d8 --- /dev/null +++ b/external_imported/cpp-httplib/test/CMakeLists.txt @@ -0,0 +1,106 @@ +find_package(GTest) + +if(GTest_FOUND) + if(NOT TARGET GTest::gtest_main AND TARGET GTest::Main) + # CMake <3.20 + add_library(GTest::gtest_main INTERFACE IMPORTED) + target_link_libraries(GTest::gtest_main INTERFACE GTest::Main) + endif() +else() + if(POLICY CMP0135) + cmake_policy(SET CMP0135 NEW) + endif() + + include(FetchContent) + + set(BUILD_GMOCK OFF) + set(INSTALL_GTEST OFF) + set(gtest_force_shared_crt ON) + + FetchContent_Declare( + gtest + URL https://github.com/google/googletest/archive/main.tar.gz + ) + FetchContent_MakeAvailable(gtest) +endif() + +add_executable(httplib-test test.cc) +target_compile_options(httplib-test PRIVATE "$<$:/utf-8;/bigobj>") +target_link_libraries(httplib-test PRIVATE httplib GTest::gtest_main) +gtest_discover_tests(httplib-test) + +execute_process( + COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_LIST_DIR}/www www + COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_LIST_DIR}/www2 www2 + COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_LIST_DIR}/www3 www3 + COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_LIST_DIR}/ca-bundle.crt ca-bundle.crt + COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_LIST_DIR}/image.jpg image.jpg + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY +) + +if(HTTPLIB_IS_USING_OPENSSL) + find_program(OPENSSL_COMMAND + NAMES openssl + PATHS ${OPENSSL_INCLUDE_DIR}/../bin + REQUIRED + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} genrsa 2048 + OUTPUT_FILE key.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} req -new -batch -config ${CMAKE_CURRENT_LIST_DIR}/test.conf -key key.pem + COMMAND ${OPENSSL_COMMAND} x509 -days 3650 -req -signkey key.pem + OUTPUT_FILE cert.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} req -x509 -new -config ${CMAKE_CURRENT_LIST_DIR}/test.conf -key key.pem -sha256 -days 3650 -nodes -out cert2.pem -extensions SAN + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} genrsa 2048 + OUTPUT_FILE rootCA.key.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} req -x509 -new -batch -config ${CMAKE_CURRENT_LIST_DIR}/test.rootCA.conf -key rootCA.key.pem -days 1024 + OUTPUT_FILE rootCA.cert.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} genrsa 2048 + OUTPUT_FILE client.key.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} req -new -batch -config ${CMAKE_CURRENT_LIST_DIR}/test.conf -key client.key.pem + COMMAND ${OPENSSL_COMMAND} x509 -days 370 -req -CA rootCA.cert.pem -CAkey rootCA.key.pem -CAcreateserial + OUTPUT_FILE client.cert.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} genrsa -passout pass:test123! 2048 + OUTPUT_FILE key_encrypted.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) + execute_process( + COMMAND ${OPENSSL_COMMAND} req -new -batch -config ${CMAKE_CURRENT_LIST_DIR}/test.conf -key key_encrypted.pem + COMMAND ${OPENSSL_COMMAND} x509 -days 3650 -req -signkey key_encrypted.pem + OUTPUT_FILE cert_encrypted.pem + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMAND_ERROR_IS_FATAL ANY + ) +endif() + +add_subdirectory(fuzzing) diff --git a/external_imported/cpp-httplib/test/Makefile b/external_imported/cpp-httplib/test/Makefile index e75ab5b63..3b72d209f 100644 --- a/external_imported/cpp-httplib/test/Makefile +++ b/external_imported/cpp-httplib/test/Makefile @@ -1,13 +1,19 @@ CXX = clang++ -CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address +CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion -Wshadow # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address PREFIX = /usr/local #PREFIX = $(shell brew --prefix) -OPENSSL_DIR = $(PREFIX)/opt/openssl@1.1 -#OPENSSL_DIR = $(PREFIX)/opt/openssl@3 +OPENSSL_DIR = $(PREFIX)/opt/openssl@3 OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR)/lib -lssl -lcrypto +ifneq ($(OS), Windows_NT) + UNAME_S := $(shell uname -s) + ifeq ($(UNAME_S), Darwin) + OPENSSL_SUPPORT += -DCPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN -framework CoreFoundation -framework Security + endif +endif + ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz BROTLI_DIR = $(PREFIX)/opt/brotli diff --git a/external_imported/cpp-httplib/test/fuzzing/CMakeLists.txt b/external_imported/cpp-httplib/test/fuzzing/CMakeLists.txt new file mode 100644 index 000000000..7e416c7eb --- /dev/null +++ b/external_imported/cpp-httplib/test/fuzzing/CMakeLists.txt @@ -0,0 +1,10 @@ +file(GLOB HTTPLIB_CORPUS corpus/*) +add_executable(httplib-test-fuzz + server_fuzzer.cc + standalone_fuzz_target_runner.cpp +) +target_link_libraries(httplib-test-fuzz PRIVATE httplib) +add_test( + NAME httplib-test-fuzz + COMMAND httplib-test-fuzz ${HTTPLIB_CORPUS} +) diff --git a/external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5042094968537088 b/external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5042094968537088 new file mode 100644 index 0000000000000000000000000000000000000000..0325729036eeef76902e138b0f0edad8fe884429 GIT binary patch literal 516575 zcmeI* Lb>?x8R58&7qwYsVmMVRbN-pFVOyW8nAxK3R6%k1*HnT9!C1aY{){T=k zhy}A8sYv|?MjEyM0P7=mbk(YBBxcclyJMDJc)rJWj?WV(Pfn0ee(|sizyIgMj}Bit{PE$>55Ir-=fl4pZXMn_+&sK__@~2T zhx5bV9{%I-2Zw(>9RB+7<-+1RKul?}m`Rk{zT)lnu2RGlm@ygZnx1WFg_*H$J-`eBf)bU&JVZOEZXYc=wzk2!A zA78(9@#Nykvp+kzaN*9~KOXzsH}BlJ^P_9OzIE;P=P%s-lAC+_^rf@gx3AxL^^GrH zJh}XvU!7dOc>HVr=go`H9KSq$<;srapWJ@@+WpZ33@)9>E8ef{Q*H}20qm4E&F`^}Xr$8Y%Q>A(Np$0g_8$gj(=;%FIR8fdhOod+MoXFZ_ZvjdnKF4PEP*t z_=ile!AI*nPpML!GsmD*hare*1;_L6!Pu~5=@z2MP9RGZ;Jr3Oa!2|DXIm{5O{$xgXPyT=@xvpH3eB$>5Xu z(+T(TG2P1}k$&y>BbdxD@gFAa-bdp7f`>jnpUkKH694`JG5OPMviV%jhyUg5{;$6I z#W$bJx$n-q{}S*1!29;|$^0rlxzIoPzJG_G#DJeCKBk{1j=$IaMg4x4-|Ien8=uVI z>puMLe54J5IResX`2 zG5E%RibhaR5PYY3)c@oZ^-yo10_qKx^aw^!?;Ysmuc-Ig`Im!!QQxy4(J$=#Sw?R@ zutvQPT+t&LK)t$&UZ5W8nfnTpX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq z^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs z3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1# z+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lm zp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU); ze203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{ zx?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2X zX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8 z>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?B zIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XN zdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4 zpdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOy zpUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0; zuVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOp zFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203v zy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j z>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eA zcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^ zS2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;I zM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)> z4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX( zlM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiit zr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs= z>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4 z$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)Q zO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-Z zlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^ z+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOP zo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#h zhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9 zUZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+ zG@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}= zP_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)F zxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=; zy1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU4 z9_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c z%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rS zV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTN znMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClb ztq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8 znUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0O zsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWG zHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV z^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq z^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs z3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1# z+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lm zp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU); ze203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{ zx?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2X zX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8 z>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?B zIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XN zdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4 zpdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOy zpUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0; zuVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOp zFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203v zy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j z>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eA zcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^ zS2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;I zM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)> z4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX( zlM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiit zr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs= z>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4 z$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)Q zO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-Z zlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^ z+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOP zo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#h zhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9 zUZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+ zG@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}= zP_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)F zxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=; zy1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU4 z9_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c z%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rS zV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTN znMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClb ztq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8 znUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0O zsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWG zHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV z^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq z^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs z3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1# z+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lm zp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU); ze203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{ zx?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2X zX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8 z>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?B zIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XN zdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4 zpdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOy zpUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0; zuVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOp zFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203v zy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j z>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eA zcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^ zS2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;I zM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs=>Y<)FxiFbV^T~XNdb+)> z4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4$$W=;y1lIq^-8*4pdRX( zlM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)QO1fU49_pEs3zKOypUiit zr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-ZlW8=c%y+1#+uQ0;uVYs= z>Y<)FxiFbV^T~XNdb+)>4)sd9UZ5W8nUf2XX*8eAcc`b^+v-rSV^=lmp`JOpFqua4 z$$W=;y1lIq^-8*4pdRX(lM9n+G@s0OsHfZ8>QJv^S2gOPo;kTNnMU);e203vy{!)Q zO1fU49_pEs3zKOypUiitr`y}=P_JWGHR_?BIk_;IM)S#hhkClbtq%1{x?Z3j>Y0-Z zlW8=c%y+1#+uQ0;uVYs=>U|2-d#{^__xj-behg*acQubRK$()I7bx>7P^N!}nfe!% zJzJF&kNP{iA87RE18da#z!g1`0o0QNc&B;Phj8=8?Xw%VPhYrk?dB`jZ@hZ>)gNEK zb@All$+JH@xp3jm-9H}t+&Aysx$~oIzrJY0-Z zlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^ z+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmne zo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx1?r)mIk_;IM)S#h zhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>A zRihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+ zG@s0OsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}= zP_Lxx1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)F zxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=; zy1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~ z9_pEs3zKOypUiitr`y}=P_Lxx1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c z%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rS zr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTN znMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx1?r)mIk_;IM)S#hhkClb ztq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2 znUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0O zsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx z1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV z^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq z^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs z3zKOypUiitr`y}=P_Lxx1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1# z+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIh zp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU); ze203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx1?r)mIk_;IM)S#hhkClbtq%1% zc2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2X zX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8 z>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx1?r)m zIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XN zdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{ zqaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOy zpUiitr`y}=P_Lxx1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0; zucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOp zFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU);e203v zy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu z>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eA zcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww z>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx1?r)mIk_;I zM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)> z4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+ zlM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiit zr`y}=P_Lxx1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe* z>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4 z$$W=;y1lIq^*VM{qaNy+lM9n+G@s0OsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)Q zI(Ai~-bbO{!#}A1=;04N^pSsg=p!Hc1NHr!#k0~?!w-Rv;)lT5D;JJm9y>Yt!;_O* zy)T}75MO#w+UggTenj8d{YPZ<<^yYf;`_iAJ(2-_;;WnJ1?r)mxvwypM)S#hhkClb ztq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV^T~XNdb+)>4)r>ARihs2 znUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq^*VM{qaNy+lM9n+G@s0O zsHfZ8>QJww>jmneo;kTNnMU);e203vy{!)QI(Ai~9_pEs3zKOypUiitr`y}=P_Lxx z1?r)mIk_;IM)S#hhkClbtq%1%c2%Pu>Y0-ZlW8=c%y+1#+uQ0;ucYe*>Y<)FxiFbV z^T~XNdb+)>4)r>ARihs2nUf2XX*8eAcc`b^+v-rSr0WIhp`JOpFqua4$$W=;y1lIq z^*VM{KWg>*cVG181M3fU2>KY5?I=ile!pNS9u4j#jA_5Jo) z+0%ddt^V%o(Nm9~KK=OVHy%Gd7Ej*&+gKz7(H`$^6NKm+&;T;`}Bny z*KWRY{l=@8U;Xj*TNh6*o;>@rlM5H_-2LOR&wcaGojX6e_Ul{MZht=i7l|%h_|D5O zzxed&OJ}!lAK$$3#fvAGfAg!8%NLJ-&Huc4@tNb7r;l>|*MI-?Tlc?_FTZ{3?DV^zkzf1#?cqNTe{lHM z!{M(FUq1Z9;qNZxPQUi#SD(0e^1Z9izxtP#fAHe>{_N6I_rGJZ{^h-qC%*c`{m~~c zo_y=O^8Ke{$GC0o^6PKDcKiCRtLL}B_QRX!ub;kh_4d^t+V(0%wMr^FOTY8K27{S;-4(| zLG-A85IrDt`oGxt;05TGwN-%bPagaLIaa^pzs^2x;1{(I?xoJ8icjXf)HiRZ_^f=o z;6rSujv$NA)*Ze}1>h&-vc}ZTz>dzj5p4 z8`p1Nzj@>G7rt=v;LF|L<;xAw#Qz`b^he+*hbr@XuPE&dN^9()y_t>2Xb{Sia{wSfmeyx*(3e=iSytUUdo z?3MnW?R#fGJUc%-&w=;*^j&}apnf#J+W1O+g{%MW)wA_qbNTX%fAR9AFWvhWAfC#9 zN8;u4t2f>_F5$tyxpM7)ym{lV&R)rXdFAxEC!c)gsc$^{%m01t$>Zar4HDPyc@uheSF6 literal 0 HcmV?d00001 diff --git a/external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5886572146327552 b/external_imported/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5886572146327552 new file mode 100644 index 0000000000000000000000000000000000000000..797165c50b2ce9fd62fc71f5ca322aeac8ac3bf4 GIT binary patch literal 974479 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 literal 0 HcmV?d00001 diff --git a/external_imported/cpp-httplib/test/fuzzing/corpus/issue1264 b/external_imported/cpp-httplib/test/fuzzing/corpus/issue1264 new file mode 100644 index 000000000..fd53db5c9 --- /dev/null +++ b/external_imported/cpp-httplib/test/fuzzing/corpus/issue1264 @@ -0,0 +1,19 @@ +POST /fform%u008anoÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔÔãm%u08ag HTTP/1.0 +DondntGnt-Encodin€z-daExpi%20-Enëv2PUT@ËHTkP/ +Rcnðÿÿÿÿÿÿ ,Cotent-Security-Pz-tes=T“peont.eµ-Typ ènt-Ty@n/***ww-form-urlenc…Tÿû?aLO%KSi@FrÇTTP/1.0 +Cofffffffffffffffffffffffntemt + + + + + +Content-Length:dent:applica;tion/x-wsw-form%`00368aogrlencod368angrlencoded +JJ` +o + +8ÿõContent-EncodxNg:deflatePtipfo + +8 +9Ö2H2  ncod368anPOST # HTTP/1.0 Content-Encoding:defPOST / HTTP/1.0 +Content-Encoding:PUT { HTTP/1.0 +Content-Type:Range:bytes=- multipart/ \ No newline at end of file diff --git a/external_imported/cpp-httplib/test/fuzzing/server_fuzzer.cc b/external_imported/cpp-httplib/test/fuzzing/server_fuzzer.cc index 9fb4d4b61..3c0e94802 100644 --- a/external_imported/cpp-httplib/test/fuzzing/server_fuzzer.cc +++ b/external_imported/cpp-httplib/test/fuzzing/server_fuzzer.cc @@ -1,5 +1,6 @@ +#include + #include -#include class FuzzedStream : public httplib::Stream { public: @@ -22,8 +23,6 @@ class FuzzedStream : public httplib::Stream { ssize_t write(const std::string &s) { return write(s.data(), s.size()); } - std::string get_remote_addr() const { return ""; } - bool is_readable() const override { return true; } bool is_writable() const override { return true; } @@ -33,6 +32,11 @@ class FuzzedStream : public httplib::Stream { port = 8080; } + void get_local_ip_and_port(std::string &ip, int &port) const override { + ip = "127.0.0.1"; + port = 8080; + } + socket_t socket() const override { return 0; } private: diff --git a/external_imported/cpp-httplib/test/fuzzing/standalone_fuzz_target_runner.cpp b/external_imported/cpp-httplib/test/fuzzing/standalone_fuzz_target_runner.cpp index 733737bcf..e8bd5ed6e 100644 --- a/external_imported/cpp-httplib/test/fuzzing/standalone_fuzz_target_runner.cpp +++ b/external_imported/cpp-httplib/test/fuzzing/standalone_fuzz_target_runner.cpp @@ -5,13 +5,13 @@ // on the test corpus or on a single file, // e.g. the one that comes from a bug report. -#include -#include +#include #include +#include #include // Forward declare the "fuzz target" interface. -// We deliberately keep this inteface simple and header-free. +// We deliberately keep this interface simple and header-free. extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); // It reads all files passed as parameters and feeds their contents @@ -21,7 +21,7 @@ int main(int argc, char **argv) { std::ifstream in(argv[i]); in.seekg(0, in.end); size_t length = static_cast(in.tellg()); - in.seekg (0, in.beg); + in.seekg(0, in.beg); std::cout << "Reading " << length << " bytes from " << argv[i] << std::endl; // Allocate exactly length bytes so that we reliably catch buffer overflows. std::vector bytes(length); diff --git a/external_imported/cpp-httplib/test/gtest/gtest-all.cc b/external_imported/cpp-httplib/test/gtest/gtest-all.cc index eb8fa17c8..24e669e1e 100644 --- a/external_imported/cpp-httplib/test/gtest/gtest-all.cc +++ b/external_imported/cpp-httplib/test/gtest/gtest-all.cc @@ -1912,7 +1912,7 @@ void AssertHelper::operator=(const Message& message) const { namespace { // When TEST_P is found without a matching INSTANTIATE_TEST_SUITE_P -// to creates test cases for it, a syntetic test case is +// to creates test cases for it, a synthetic test case is // inserted to report ether an error or a log message. // // This configuration bit will likely be removed at some point. diff --git a/external_imported/cpp-httplib/test/meson.build b/external_imported/cpp-httplib/test/meson.build index 293ba0563..a83360d5c 100644 --- a/external_imported/cpp-httplib/test/meson.build +++ b/external_imported/cpp-httplib/test/meson.build @@ -86,6 +86,12 @@ subdir(join_paths('www', 'dir')) subdir(join_paths('www2', 'dir')) subdir(join_paths('www3', 'dir')) +# GoogleTest 1.13.0 requires C++14 +test_options = [] +if gtest_dep.version().version_compare('>=1.13.0') + test_options += 'cpp_std=c++14' +endif + test( 'main', executable( @@ -94,7 +100,8 @@ test( dependencies: [ cpp_httplib_dep, gtest_dep - ] + ], + override_options: test_options ), depends: [ key_pem, diff --git a/external_imported/cpp-httplib/test/test.cc b/external_imported/cpp-httplib/test/test.cc index d7257ee7a..64fc8f289 100644 --- a/external_imported/cpp-httplib/test/test.cc +++ b/external_imported/cpp-httplib/test/test.cc @@ -1,10 +1,12 @@ #include +#include #include #include #include #include +#include #include #include #include @@ -44,7 +46,7 @@ MultipartFormData &get_file_value(MultipartFormDataItems &files, return *it; #else if (it != files.end()) { return *it; } - throw std::runtime_error("invalid mulitpart form data name error"); + throw std::runtime_error("invalid multipart form data name error"); #endif } @@ -69,6 +71,15 @@ TEST(DecodeURLTest, PercentCharacter) { R"(descrip=Gastos áéíóúñÑ 6)"); } +TEST(DecodeURLTest, PercentCharacterNUL) { + string expected; + expected.push_back('x'); + expected.push_back('\0'); + expected.push_back('x'); + + EXPECT_EQ(detail::decode_url("x%00x", false), expected); +} + TEST(EncodeQueryParamTest, ParseUnescapedChararactersTest) { string unescapedCharacters = "-_.!~*'()"; @@ -109,11 +120,11 @@ TEST(SplitTest, ParseQueryString) { detail::split(s.c_str(), s.c_str() + s.size(), '&', [&](const char *b, const char *e) { string key, val; - detail::split(b, e, '=', [&](const char *b, const char *e) { + detail::split(b, e, '=', [&](const char *b2, const char *e2) { if (key.empty()) { - key.assign(b, e); + key.assign(b2, e2); } else { - val.assign(b, e); + val.assign(b2, e2); } }); dic.emplace(key, val); @@ -167,6 +178,40 @@ TEST(ParamsToQueryTest, ConvertParamsToQuery) { EXPECT_EQ(detail::params_to_query_str(dic), "key1=val1&key2=val2&key3=val3"); } +TEST(ParseMultipartBoundaryTest, DefaultValue) { + string content_type = "multipart/form-data; boundary=something"; + string boundary; + auto ret = detail::parse_multipart_boundary(content_type, boundary); + EXPECT_TRUE(ret); + EXPECT_EQ(boundary, "something"); +} + +TEST(ParseMultipartBoundaryTest, ValueWithQuote) { + string content_type = "multipart/form-data; boundary=\"gc0pJq0M:08jU534c0p\""; + string boundary; + auto ret = detail::parse_multipart_boundary(content_type, boundary); + EXPECT_TRUE(ret); + EXPECT_EQ(boundary, "gc0pJq0M:08jU534c0p"); +} + +TEST(ParseMultipartBoundaryTest, ValueWithCharset) { + string content_type = + "multipart/mixed; boundary=THIS_STRING_SEPARATES;charset=UTF-8"; + string boundary; + auto ret = detail::parse_multipart_boundary(content_type, boundary); + EXPECT_TRUE(ret); + EXPECT_EQ(boundary, "THIS_STRING_SEPARATES"); +} + +TEST(ParseMultipartBoundaryTest, ValueWithQuotesAndCharset) { + string content_type = + "multipart/mixed; boundary=\"cpp-httplib-multipart-data\"; charset=UTF-8"; + string boundary; + auto ret = detail::parse_multipart_boundary(content_type, boundary); + EXPECT_TRUE(ret); + EXPECT_EQ(boundary, "cpp-httplib-multipart-data"); +} + TEST(GetHeaderValueTest, DefaultValue) { Headers headers = {{"Dummy", "Dummy"}}; auto val = detail::get_header_value(headers, "Content-Type", 0, "text/plain"); @@ -175,8 +220,7 @@ TEST(GetHeaderValueTest, DefaultValue) { TEST(GetHeaderValueTest, DefaultValueInt) { Headers headers = {{"Dummy", "Dummy"}}; - auto val = - detail::get_header_value(headers, "Content-Length", 0, 100); + auto val = detail::get_header_value_u64(headers, "Content-Length", 0, 100); EXPECT_EQ(100ull, val); } @@ -205,8 +249,7 @@ TEST(GetHeaderValueTest, SetContent) { TEST(GetHeaderValueTest, RegularValueInt) { Headers headers = {{"Content-Length", "100"}, {"Dummy", "Dummy"}}; - auto val = - detail::get_header_value(headers, "Content-Length", 0, 0); + auto val = detail::get_header_value_u64(headers, "Content-Length", 0, 0); EXPECT_EQ(100ull, val); } @@ -400,7 +443,7 @@ TEST(ChunkedEncodingTest, FromHTTPWatch_Online) { std::string out; detail::read_file("./image.jpg", out); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(out, res->body); } @@ -408,7 +451,7 @@ TEST(HostnameToIPConversionTest, HTTPWatch_Online) { auto host = "www.httpwatch.com"; auto ip = hosted_at(host); - EXPECT_EQ("191.236.16.12", ip); + EXPECT_EQ("23.96.13.243", ip); std::vector addrs; hosted_at(host, addrs); @@ -453,7 +496,7 @@ TEST(ChunkedEncodingTest, WithContentReceiver_Online) { std::string out; detail::read_file("./image.jpg", out); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(out, body); } @@ -473,7 +516,7 @@ TEST(ChunkedEncodingTest, WithResponseHandlerAndContentReceiver_Online) { auto res = cli.Get( "/httpgallery/chunked/chunkedimage.aspx?0.4153841143030137", [&](const Response &response) { - EXPECT_EQ(200, response.status); + EXPECT_EQ(StatusCode::OK_200, response.status); return true; }, [&](const char *data, size_t data_length) { @@ -485,12 +528,18 @@ TEST(ChunkedEncodingTest, WithResponseHandlerAndContentReceiver_Online) { std::string out; detail::read_file("./image.jpg", out); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(out, body); } TEST(RangeTest, FromHTTPBin_Online) { +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN auto host = "httpbin.org"; + auto path = std::string{"/range/32"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/range/32"}; +#endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT auto port = 443; @@ -502,49 +551,49 @@ TEST(RangeTest, FromHTTPBin_Online) { cli.set_connection_timeout(5); { - auto res = cli.Get("/range/32"); + auto res = cli.Get(path); ASSERT_TRUE(res); EXPECT_EQ("abcdefghijklmnopqrstuvwxyzabcdef", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { Headers headers = {make_range_header({{1, -1}})}; - auto res = cli.Get("/range/32", headers); + auto res = cli.Get(path, headers); ASSERT_TRUE(res); EXPECT_EQ("bcdefghijklmnopqrstuvwxyzabcdef", res->body); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); } { Headers headers = {make_range_header({{1, 10}})}; - auto res = cli.Get("/range/32", headers); + auto res = cli.Get(path, headers); ASSERT_TRUE(res); EXPECT_EQ("bcdefghijk", res->body); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); } { Headers headers = {make_range_header({{0, 31}})}; - auto res = cli.Get("/range/32", headers); + auto res = cli.Get(path, headers); ASSERT_TRUE(res); EXPECT_EQ("abcdefghijklmnopqrstuvwxyzabcdef", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { Headers headers = {make_range_header({{0, -1}})}; - auto res = cli.Get("/range/32", headers); + auto res = cli.Get(path, headers); ASSERT_TRUE(res); EXPECT_EQ("abcdefghijklmnopqrstuvwxyzabcdef", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { Headers headers = {make_range_header({{0, 32}})}; - auto res = cli.Get("/range/32", headers); + auto res = cli.Get(path, headers); ASSERT_TRUE(res); - EXPECT_EQ(416, res->status); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); } } @@ -594,7 +643,7 @@ TEST(ConnectionErrorTest, InvalidHostCheckResultErrorToString) { ASSERT_TRUE(!res); stringstream s; s << "error code: " << res.error(); - EXPECT_EQ("error code: Connection (2)", s.str()); + EXPECT_EQ("error code: Could not establish connection (2)", s.str()); } TEST(ConnectionErrorTest, InvalidPort) { @@ -637,7 +686,13 @@ TEST(ConnectionErrorTest, Timeout_Online) { } TEST(CancelTest, NoCancel_Online) { +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN auto host = "httpbin.org"; + auto path = std::string{"/range/32"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/range/32"}; +#endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT auto port = 443; @@ -648,14 +703,20 @@ TEST(CancelTest, NoCancel_Online) { #endif cli.set_connection_timeout(std::chrono::seconds(5)); - auto res = cli.Get("/range/32", [](uint64_t, uint64_t) { return true; }); + auto res = cli.Get(path, [](uint64_t, uint64_t) { return true; }); ASSERT_TRUE(res); EXPECT_EQ("abcdefghijklmnopqrstuvwxyzabcdef", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(CancelTest, WithCancelSmallPayload_Online) { +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN auto host = "httpbin.org"; + auto path = std::string{"/range/32"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/range/32"}; +#endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT auto port = 443; @@ -665,14 +726,20 @@ TEST(CancelTest, WithCancelSmallPayload_Online) { Client cli(host, port); #endif - auto res = cli.Get("/range/32", [](uint64_t, uint64_t) { return false; }); + auto res = cli.Get(path, [](uint64_t, uint64_t) { return false; }); cli.set_connection_timeout(std::chrono::seconds(5)); ASSERT_TRUE(!res); EXPECT_EQ(Error::Canceled, res.error()); } TEST(CancelTest, WithCancelLargePayload_Online) { +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN auto host = "httpbin.org"; + auto path = std::string{"/range/65536"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/range/65536"}; +#endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT auto port = 443; @@ -684,14 +751,20 @@ TEST(CancelTest, WithCancelLargePayload_Online) { cli.set_connection_timeout(std::chrono::seconds(5)); uint32_t count = 0; - auto res = cli.Get("/range/65536", - [&count](uint64_t, uint64_t) { return (count++ == 0); }); + auto res = + cli.Get(path, [&count](uint64_t, uint64_t) { return (count++ == 0); }); ASSERT_TRUE(!res); EXPECT_EQ(Error::Canceled, res.error()); } TEST(BaseAuthTest, FromHTTPWatch_Online) { +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN auto host = "httpbin.org"; + auto path = std::string{"/basic-auth/hello/world"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/basic-auth/hello/world"}; +#endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT auto port = 443; @@ -702,87 +775,100 @@ TEST(BaseAuthTest, FromHTTPWatch_Online) { #endif { - auto res = cli.Get("/basic-auth/hello/world"); + auto res = cli.Get(path); ASSERT_TRUE(res); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } { - auto res = cli.Get("/basic-auth/hello/world", - {make_basic_authentication_header("hello", "world")}); + auto res = + cli.Get(path, {make_basic_authentication_header("hello", "world")}); ASSERT_TRUE(res); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { cli.set_basic_auth("hello", "world"); - auto res = cli.Get("/basic-auth/hello/world"); + auto res = cli.Get(path); ASSERT_TRUE(res); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { cli.set_basic_auth("hello", "bad"); - auto res = cli.Get("/basic-auth/hello/world"); + auto res = cli.Get(path); ASSERT_TRUE(res); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } { cli.set_basic_auth("bad", "world"); - auto res = cli.Get("/basic-auth/hello/world"); + auto res = cli.Get(path); ASSERT_TRUE(res); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT TEST(DigestAuthTest, FromHTTPWatch_Online) { +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN auto host = "httpbin.org"; + auto unauth_path = std::string{"/digest-auth/auth/hello/world"}; + auto paths = std::vector{ + "/digest-auth/auth/hello/world/MD5", + "/digest-auth/auth/hello/world/SHA-256", + "/digest-auth/auth/hello/world/SHA-512", + "/digest-auth/auth-int/hello/world/MD5", + }; +#else + auto host = "nghttp2.org"; + auto unauth_path = std::string{"/httpbin/digest-auth/auth/hello/world"}; + auto paths = std::vector{ + "/httpbin/digest-auth/auth/hello/world/MD5", + "/httpbin/digest-auth/auth/hello/world/SHA-256", + "/httpbin/digest-auth/auth/hello/world/SHA-512", + "/httpbin/digest-auth/auth-int/hello/world/MD5", + }; +#endif + auto port = 443; SSLClient cli(host, port); { - auto res = cli.Get("/digest-auth/auth/hello/world"); + auto res = cli.Get(unauth_path); ASSERT_TRUE(res); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } { - std::vector paths = { - "/digest-auth/auth/hello/world/MD5", - "/digest-auth/auth/hello/world/SHA-256", - "/digest-auth/auth/hello/world/SHA-512", - "/digest-auth/auth-int/hello/world/MD5", - }; cli.set_digest_auth("hello", "world"); - for (auto path : paths) { + for (const auto &path : paths) { auto res = cli.Get(path.c_str()); ASSERT_TRUE(res); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } cli.set_digest_auth("hello", "bad"); - for (auto path : paths) { + for (const auto &path : paths) { auto res = cli.Get(path.c_str()); ASSERT_TRUE(res); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } // NOTE: Until httpbin.org fixes issue #46, the following test is commented - // out. Plese see https://httpbin.org/digest-auth/auth/hello/world + // out. Please see https://httpbin.org/digest-auth/auth/hello/world // cli.set_digest_auth("bad", "world"); - // for (auto path : paths) { + // for (const auto& path : paths) { // auto res = cli.Get(path.c_str()); // ASSERT_TRUE(res); - // EXPECT_EQ(400, res->status); + // EXPECT_EQ(StatusCode::BadRequest_400, res->status); // } } } @@ -802,7 +888,7 @@ TEST(SpecifyServerIPAddressTest, AnotherHostname_Online) { cli.set_hostname_addr_map({{another_host, wrong_ip}}); auto res = cli.Get("/"); ASSERT_TRUE(res); - ASSERT_EQ(301, res->status); + ASSERT_EQ(StatusCode::MovedPermanently_301, res->status); } TEST(SpecifyServerIPAddressTest, RealHostname_Online) { @@ -833,7 +919,7 @@ TEST(AbsoluteRedirectTest, Redirect_Online) { cli.set_follow_location(true); auto res = cli.Get("/httpbin/absolute-redirect/3"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(RedirectTest, Redirect_Online) { @@ -848,7 +934,7 @@ TEST(RedirectTest, Redirect_Online) { cli.set_follow_location(true); auto res = cli.Get("/httpbin/redirect/3"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(RelativeRedirectTest, Redirect_Online) { @@ -863,7 +949,7 @@ TEST(RelativeRedirectTest, Redirect_Online) { cli.set_follow_location(true); auto res = cli.Get("/httpbin/relative-redirect/3"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(TooManyRedirectTest, Redirect_Online) { @@ -887,13 +973,13 @@ TEST(YahooRedirectTest, Redirect_Online) { auto res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(301, res->status); + EXPECT_EQ(StatusCode::MovedPermanently_301, res->status); cli.set_follow_location(true); res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); - EXPECT_EQ("https://yahoo.com/", res->location); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ("https://www.yahoo.com/", res->location); } TEST(HttpsToHttpRedirectTest, Redirect_Online) { @@ -902,7 +988,7 @@ TEST(HttpsToHttpRedirectTest, Redirect_Online) { auto res = cli.Get( "/httpbin/redirect-to?url=http%3A%2F%2Fwww.google.com&status_code=302"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(HttpsToHttpRedirectTest2, Redirect_Online) { @@ -915,7 +1001,7 @@ TEST(HttpsToHttpRedirectTest2, Redirect_Online) { auto res = cli.Get("/httpbin/redirect-to", params, Headers{}); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(HttpsToHttpRedirectTest3, Redirect_Online) { @@ -927,7 +1013,7 @@ TEST(HttpsToHttpRedirectTest3, Redirect_Online) { auto res = cli.Get("/httpbin/redirect-to?status_code=302", params, Headers{}); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(UrlWithSpace, Redirect_Online) { @@ -936,12 +1022,50 @@ TEST(UrlWithSpace, Redirect_Online) { auto res = cli.Get("/files/2595/310/Neat 1.4-17.jar"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); - EXPECT_EQ(18527U, res->get_header_value("Content-Length")); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ(18527U, res->get_header_value_u64("Content-Length")); } #endif +#if !defined(_WIN32) && !defined(_WIN64) +TEST(ReceiveSignals, Signal) { + auto setupSignalHandlers = []() { + struct sigaction act; + + sigemptyset(&act.sa_mask); + act.sa_flags = SA_SIGINFO; + act.sa_sigaction = [](int sig, siginfo_t *, void *) { + switch (sig) { + case SIGINT: + default: break; + } + }; + ::sigaction(SIGINT, &act, nullptr); + }; + + Server svr; + int port = 0; + auto thread = std::thread([&]() { + setupSignalHandlers(); + port = svr.bind_to_any_port("localhost"); + svr.listen_after_bind(); + }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + ASSERT_TRUE(svr.is_running()); + pthread_kill(thread.native_handle(), SIGINT); + std::this_thread::sleep_for(std::chrono::milliseconds(100)); + ASSERT_TRUE(svr.is_running()); +} +#endif + TEST(RedirectToDifferentPort, Redirect) { Server svr1; svr1.Get("/1", [&](const Request & /*req*/, Response &res) { @@ -964,28 +1088,25 @@ TEST(RedirectToDifferentPort, Redirect) { svr2_port = svr2.bind_to_any_port("localhost"); svr2.listen_after_bind(); }); + auto se = detail::scope_exit([&] { + svr2.stop(); + thread2.join(); + svr1.stop(); + thread1.join(); + ASSERT_FALSE(svr2.is_running()); + ASSERT_FALSE(svr1.is_running()); + }); - while (!svr1.is_running() || !svr2.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } - - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr1.wait_until_ready(); + svr2.wait_until_ready(); Client cli("localhost", svr2_port); cli.set_follow_location(true); auto res = cli.Get("/2"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!", res->body); - - svr1.stop(); - svr2.stop(); - thread1.join(); - thread2.join(); - ASSERT_FALSE(svr1.is_running()); - ASSERT_FALSE(svr2.is_running()); } TEST(RedirectFromPageWithContent, Redirect) { @@ -1001,13 +1122,13 @@ TEST(RedirectFromPageWithContent, Redirect) { }); auto th = std::thread([&]() { svr.listen("localhost", PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + th.join(); + ASSERT_FALSE(svr.is_running()); + }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } - - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli("localhost", PORT); @@ -1020,7 +1141,7 @@ TEST(RedirectFromPageWithContent, Redirect) { }); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!", body); } @@ -1034,13 +1155,9 @@ TEST(RedirectFromPageWithContent, Redirect) { }); ASSERT_TRUE(res); - EXPECT_EQ(302, res->status); + EXPECT_EQ(StatusCode::Found_302, res->status); EXPECT_EQ("___", body); } - - svr.stop(); - th.join(); - ASSERT_FALSE(svr.is_running()); } TEST(RedirectFromPageWithContentIP6, Redirect) { @@ -1061,6 +1178,11 @@ TEST(RedirectFromPageWithContentIP6, Redirect) { }); auto th = std::thread([&]() { svr.listen("::1", 1234); }); + auto se = detail::scope_exit([&] { + svr.stop(); + th.join(); + ASSERT_FALSE(svr.is_running()); + }); // When IPV6 support isn't available svr.listen("::1", 1234) never // actually starts anything, so the condition !svr.is_running() will @@ -1073,9 +1195,6 @@ TEST(RedirectFromPageWithContentIP6, Redirect) { ASSERT_LT(milliseconds, 5000U); } - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); - { Client cli("http://[::1]:1234"); cli.set_follow_location(true); @@ -1087,7 +1206,7 @@ TEST(RedirectFromPageWithContentIP6, Redirect) { }); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!", body); } @@ -1101,13 +1220,9 @@ TEST(RedirectFromPageWithContentIP6, Redirect) { }); ASSERT_TRUE(res); - EXPECT_EQ(302, res->status); + EXPECT_EQ(StatusCode::Found_302, res->status); EXPECT_EQ("___", body); } - - svr.stop(); - th.join(); - ASSERT_FALSE(svr.is_running()); } TEST(PathUrlEncodeTest, PathUrlEncode) { @@ -1117,16 +1232,20 @@ TEST(PathUrlEncodeTest, PathUrlEncode) { auto a = req.params.find("a"); if (a != req.params.end()) { res.set_content((*a).second, "text/plain"); - res.status = 200; + res.status = StatusCode::OK_200; } else { - res.status = 400; + res.status = StatusCode::BadRequest_400; } }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli(HOST, PORT); @@ -1134,19 +1253,15 @@ TEST(PathUrlEncodeTest, PathUrlEncode) { auto res = cli.Get("/foo?a=explicitly+encoded"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); // This expects it back with a space, as the `+` won't have been // url-encoded, and server-side the params get decoded turning `+` // into spaces. EXPECT_EQ("explicitly encoded", res->body); } - - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } -TEST(BindServerTest, BindDualStack) { +TEST(BindServerTest, DISABLED_BindDualStack) { Server svr; svr.Get("/1", [&](const Request & /*req*/, Response &res) { @@ -1154,16 +1269,20 @@ TEST(BindServerTest, BindDualStack) { }); auto thread = std::thread([&]() { svr.listen("::", PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli("127.0.0.1", PORT); auto res = cli.Get("/1"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!", res->body); } { @@ -1171,12 +1290,9 @@ TEST(BindServerTest, BindDualStack) { auto res = cli.Get("/1"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!", res->body); } - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } TEST(BindServerTest, BindAndListenSeparately) { @@ -1213,7 +1329,7 @@ TEST(ErrorHandlerTest, ContentLength) { Server svr; svr.set_error_handler([](const Request & /*req*/, Response &res) { - res.status = 200; + res.status = StatusCode::OK_200; res.set_content("abcdefghijklmnopqrstuvwxyz", "text/html"); // <= Content-Length still 13 }); @@ -1224,24 +1340,24 @@ TEST(ErrorHandlerTest, ContentLength) { }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli(HOST, PORT); auto res = cli.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("26", res->get_header_value("Content-Length")); EXPECT_EQ("abcdefghijklmnopqrstuvwxyz", res->body); } - - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } #ifndef CPPHTTPLIB_NO_EXCEPTIONS @@ -1249,9 +1365,12 @@ TEST(ExceptionHandlerTest, ContentLength) { Server svr; svr.set_exception_handler([](const Request & /*req*/, Response &res, - std::exception &e) { - EXPECT_EQ("abc", std::string(e.what())); - res.status = 500; + std::exception_ptr ep) { + EXPECT_FALSE(ep == nullptr); + try { + std::rethrow_exception(ep); + } catch (std::exception &e) { EXPECT_EQ("abc", std::string(e.what())); } + res.status = StatusCode::InternalServerError_500; res.set_content("abcdefghijklmnopqrstuvwxyz", "text/html"); // <= Content-Length still 13 at this point }); @@ -1262,9 +1381,13 @@ TEST(ExceptionHandlerTest, ContentLength) { }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); for (size_t i = 0; i < 10; i++) { Client cli(HOST, PORT); @@ -1272,7 +1395,7 @@ TEST(ExceptionHandlerTest, ContentLength) { for (size_t j = 0; j < 100; j++) { auto res = cli.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(500, res->status); + EXPECT_EQ(StatusCode::InternalServerError_500, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("26", res->get_header_value("Content-Length")); EXPECT_EQ("abcdefghijklmnopqrstuvwxyz", res->body); @@ -1283,45 +1406,47 @@ TEST(ExceptionHandlerTest, ContentLength) { for (size_t j = 0; j < 100; j++) { auto res = cli.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(500, res->status); + EXPECT_EQ(StatusCode::InternalServerError_500, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("26", res->get_header_value("Content-Length")); EXPECT_EQ("abcdefghijklmnopqrstuvwxyz", res->body); } } - - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } #endif TEST(NoContentTest, ContentLength) { Server svr; - svr.Get("/hi", - [](const Request & /*req*/, Response &res) { res.status = 204; }); + svr.Get("/hi", [](const Request & /*req*/, Response &res) { + res.status = StatusCode::NoContent_204; + }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli(HOST, PORT); auto res = cli.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(204, res->status); + EXPECT_EQ(StatusCode::NoContent_204, res->status); EXPECT_EQ("0", res->get_header_value("Content-Length")); } - - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } TEST(RoutingHandlerTest, PreRoutingHandler) { +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT + SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE); + ASSERT_TRUE(svr.is_valid()); +#else Server svr; +#endif svr.set_pre_routing_handler([](const Request &req, Response &res) { if (req.path == "/routing_handler") { @@ -1347,16 +1472,25 @@ TEST(RoutingHandlerTest, PreRoutingHandler) { }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT + SSLClient cli(HOST, PORT); + cli.enable_server_certificate_verification(false); +#else Client cli(HOST, PORT); +#endif auto res = cli.Get("/routing_handler"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Routing Handler", res->body); EXPECT_EQ(1U, res->get_header_value_count("PRE_ROUTING")); EXPECT_EQ("on", res->get_header_value("PRE_ROUTING")); @@ -1365,30 +1499,36 @@ TEST(RoutingHandlerTest, PreRoutingHandler) { } { +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT + SSLClient cli(HOST, PORT); + cli.enable_server_certificate_verification(false); +#else Client cli(HOST, PORT); +#endif auto res = cli.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!\n", res->body); EXPECT_EQ(0U, res->get_header_value_count("PRE_ROUTING")); EXPECT_EQ(0U, res->get_header_value_count("POST_ROUTING")); } { +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT + SSLClient cli(HOST, PORT); + cli.enable_server_certificate_verification(false); +#else Client cli(HOST, PORT); +#endif auto res = cli.Get("/aaa"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); EXPECT_EQ("Error", res->body); EXPECT_EQ(0U, res->get_header_value_count("PRE_ROUTING")); EXPECT_EQ(0U, res->get_header_value_count("POST_ROUTING")); } - - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } TEST(InvalidFormatTest, StatusCode) { @@ -1400,9 +1540,13 @@ TEST(InvalidFormatTest, StatusCode) { }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli(HOST, PORT); @@ -1410,10 +1554,6 @@ TEST(InvalidFormatTest, StatusCode) { auto res = cli.Get("/hi"); ASSERT_FALSE(res); } - - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); } TEST(URLFragmentTest, WithFragment) { @@ -1424,24 +1564,65 @@ TEST(URLFragmentTest, WithFragment) { }); auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); { Client cli(HOST, PORT); auto res = cli.Get("/hi#key1=val1=key2=val2"); EXPECT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); res = cli.Get("/hi%23key1=val1=key2=val2"); EXPECT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } +} - svr.stop(); - thread.join(); - ASSERT_FALSE(svr.is_running()); +TEST(HeaderWriter, SetHeaderWriter) { + Server svr; + + svr.set_header_writer([](Stream &strm, Headers &hdrs) { + hdrs.emplace("CustomServerHeader", "CustomServerValue"); + return detail::write_headers(strm, hdrs); + }); + svr.Get("/hi", [](const Request &req, Response &res) { + auto it = req.headers.find("CustomClientHeader"); + EXPECT_TRUE(it != req.headers.end()); + EXPECT_EQ(it->second, "CustomClientValue"); + res.set_content("Hello World!\n", "text/plain"); + }); + + auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + Client cli(HOST, PORT); + cli.set_header_writer([](Stream &strm, Headers &hdrs) { + hdrs.emplace("CustomClientHeader", "CustomClientValue"); + return detail::write_headers(strm, hdrs); + }); + + auto res = cli.Get("/hi"); + EXPECT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + + auto it = res->headers.find("CustomServerHeader"); + EXPECT_TRUE(it != res->headers.end()); + EXPECT_EQ(it->second, "CustomServerValue"); + } } class ServerTest : public ::testing::Test { @@ -1518,6 +1699,17 @@ class ServerTest : public ::testing::Test { std::stoi(req.get_header_value("REMOTE_PORT"))); res.set_content(remote_addr.c_str(), "text/plain"); }) + .Get("/local_addr", + [&](const Request &req, Response &res) { + EXPECT_TRUE(req.has_header("LOCAL_PORT")); + EXPECT_TRUE(req.has_header("LOCAL_ADDR")); + auto local_addr = req.get_header_value("LOCAL_ADDR"); + auto local_port = req.get_header_value("LOCAL_PORT"); + EXPECT_EQ(req.local_addr, local_addr); + EXPECT_EQ(req.local_port, std::stoi(local_port)); + res.set_content(local_addr.append(":").append(local_port), + "text/plain"); + }) .Get("/endwith%", [&](const Request & /*req*/, Response &res) { res.set_content("Hello World!", "text/plain"); @@ -1530,12 +1722,14 @@ class ServerTest : public ::testing::Test { }) .Get("/", [&](const Request & /*req*/, Response &res) { res.set_redirect("/hi"); }) - .Post("/1", [](const Request & /*req*/, - Response &res) { res.set_redirect("/2", 303); }) + .Post("/1", + [](const Request & /*req*/, Response &res) { + res.set_redirect("/2", StatusCode::SeeOther_303); + }) .Get("/2", [](const Request & /*req*/, Response &res) { res.set_content("redirected.", "text/plain"); - res.status = 200; + res.status = StatusCode::OK_200; }) .Post("/person", [&](const Request &req, Response &res) { @@ -1543,7 +1737,7 @@ class ServerTest : public ::testing::Test { persons_[req.get_param_value("name")] = req.get_param_value("note"); } else { - res.status = 400; + res.status = StatusCode::BadRequest_400; } }) .Put("/person", @@ -1552,7 +1746,7 @@ class ServerTest : public ::testing::Test { persons_[req.get_param_value("name")] = req.get_param_value("note"); } else { - res.status = 400; + res.status = StatusCode::BadRequest_400; } }) .Get("/person/(.*)", @@ -1562,7 +1756,7 @@ class ServerTest : public ::testing::Test { auto note = persons_[name]; res.set_content(note, "text/plain"); } else { - res.status = 404; + res.status = StatusCode::NotFound_404; } }) .Post("/x-www-form-urlencoded-json", @@ -1570,13 +1764,12 @@ class ServerTest : public ::testing::Test { auto json = req.get_param_value("json"); ASSERT_EQ(JSON_DATA, json); res.set_content(json, "appliation/json"); - res.status = 200; + res.status = StatusCode::OK_200; }) .Get("/streamed-chunked", [&](const Request & /*req*/, Response &res) { res.set_chunked_content_provider( "text/plain", [](size_t /*offset*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); sink.os << "123"; sink.os << "456"; sink.os << "789"; @@ -1590,7 +1783,6 @@ class ServerTest : public ::testing::Test { res.set_chunked_content_provider( "text/plain", [i](size_t /*offset*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); switch (*i) { case 0: sink.os << "123"; break; case 1: sink.os << "456"; break; @@ -1605,6 +1797,30 @@ class ServerTest : public ::testing::Test { delete i; }); }) + .Get("/streamed-chunked-with-trailer", + [&](const Request & /*req*/, Response &res) { + auto i = new int(0); + res.set_header("Trailer", "Dummy1, Dummy2"); + res.set_chunked_content_provider( + "text/plain", + [i](size_t /*offset*/, DataSink &sink) { + switch (*i) { + case 0: sink.os << "123"; break; + case 1: sink.os << "456"; break; + case 2: sink.os << "789"; break; + case 3: { + sink.done_with_trailer( + {{"Dummy1", "DummyVal1"}, {"Dummy2", "DummyVal2"}}); + } break; + } + (*i)++; + return true; + }, + [i](bool success) { + EXPECT_TRUE(success); + delete i; + }); + }) .Get("/streamed", [&](const Request & /*req*/, Response &res) { res.set_content_provider( @@ -1615,12 +1831,11 @@ class ServerTest : public ::testing::Test { }); }) .Get("/streamed-with-range", - [&](const Request & /*req*/, Response &res) { + [&](const Request &req, Response &res) { auto data = new std::string("abcdefg"); res.set_content_provider( data->size(), "text/plain", [data](size_t offset, size_t length, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); size_t DATA_CHUNK_SIZE = 4; const auto &d = *data; auto out_len = @@ -1630,8 +1845,8 @@ class ServerTest : public ::testing::Test { EXPECT_TRUE(ret); return true; }, - [data](bool success) { - EXPECT_TRUE(success); + [data, &req](bool success) { + EXPECT_EQ(success, !req.has_param("error")); delete data; }); }) @@ -1640,11 +1855,15 @@ class ServerTest : public ::testing::Test { res.set_content_provider( size_t(-1), "text/plain", [](size_t /*offset*/, size_t /*length*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); sink.os << "data_chunk"; return true; }); }) + .Get("/regex-with-delimiter", + [&](const Request &req, Response & /*res*/) { + ASSERT_TRUE(req.has_param("key")); + EXPECT_EQ("^(?.*(value))", req.get_param_value("key")); + }) .Get("/with-range", [&](const Request & /*req*/, Response &res) { res.set_content("abcdefg", "text/plain"); @@ -1697,6 +1916,40 @@ class ServerTest : public ::testing::Test { EXPECT_EQ("application/json tmp-string", file.content_type); } }) + .Post("/multipart/multi_file_values", + [&](const Request &req, Response & /*res*/) { + EXPECT_EQ(5u, req.files.size()); + ASSERT_TRUE(!req.has_file("???")); + ASSERT_TRUE(req.body.empty()); + + { + const auto &text_value = req.get_file_values("text"); + EXPECT_EQ(1u, text_value.size()); + auto &text = text_value[0]; + EXPECT_TRUE(text.filename.empty()); + EXPECT_EQ("default text", text.content); + } + { + const auto &text1_values = req.get_file_values("multi_text1"); + EXPECT_EQ(2u, text1_values.size()); + EXPECT_EQ("aaaaa", text1_values[0].content); + EXPECT_EQ("bbbbb", text1_values[1].content); + } + + { + const auto &file1_values = req.get_file_values("multi_file1"); + EXPECT_EQ(2u, file1_values.size()); + auto file1 = file1_values[0]; + EXPECT_EQ(file1.filename, "hello.txt"); + EXPECT_EQ(file1.content_type, "text/plain"); + EXPECT_EQ("h\ne\n\nl\nl\no\n", file1.content); + + auto file2 = file1_values[1]; + EXPECT_EQ(file2.filename, "world.json"); + EXPECT_EQ(file2.content_type, "application/json"); + EXPECT_EQ("{\n \"world\", true\n}\n", file2.content); + } + }) .Post("/empty", [&](const Request &req, Response &res) { EXPECT_EQ(req.body, ""); @@ -1711,6 +1964,22 @@ class ServerTest : public ::testing::Test { EXPECT_EQ("0", req.get_header_value("Content-Length")); res.set_content("empty-no-content-type", "text/plain"); }) + .Post("/path-only", + [&](const Request &req, Response &res) { + EXPECT_EQ(req.body, ""); + EXPECT_EQ("", req.get_header_value("Content-Type")); + EXPECT_EQ("0", req.get_header_value("Content-Length")); + res.set_content("path-only", "text/plain"); + }) + .Post("/path-headers-only", + [&](const Request &req, Response &res) { + EXPECT_EQ(req.body, ""); + EXPECT_EQ("", req.get_header_value("Content-Type")); + EXPECT_EQ("0", req.get_header_value("Content-Length")); + EXPECT_EQ("world", req.get_header_value("hello")); + EXPECT_EQ("world2", req.get_header_value("hello2")); + res.set_content("path-headers-only", "text/plain"); + }) .Post("/post-large", [&](const Request &req, Response &res) { EXPECT_EQ(req.body, LARGE_DATA); @@ -1897,6 +2166,11 @@ class ServerTest : public ::testing::Test { EXPECT_EQ("4", req.get_header_value("Content-Length")); res.set_content(req.body, "application/octet-stream"); }) + .Get("/issue1772", + [&](const Request & /*req*/, Response &res) { + res.status = 401; + res.set_header("WWW-Authenticate", "Basic realm=123456"); + }) #if defined(CPPHTTPLIB_ZLIB_SUPPORT) || defined(CPPHTTPLIB_BROTLI_SUPPORT) .Get("/compress", [&](const Request & /*req*/, Response &res) { @@ -1936,9 +2210,7 @@ class ServerTest : public ::testing::Test { t_ = thread([&]() { ASSERT_TRUE(svr_.listen(HOST, PORT)); }); - while (!svr_.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + svr_.wait_until_ready(); } virtual void TearDown() { @@ -1968,7 +2240,7 @@ TEST_F(ServerTest, GetMethod200) { auto res = cli_.Get("/hi"); ASSERT_TRUE(res); EXPECT_EQ("HTTP/1.1", res->version); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("OK", res->reason); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ(1U, res->get_header_value_count("Content-Type")); @@ -1979,7 +2251,7 @@ TEST_F(ServerTest, GetMethod200withPercentEncoding) { auto res = cli_.Get("/%68%69"); // auto res = cli_.Get("/hi"); ASSERT_TRUE(res); EXPECT_EQ("HTTP/1.1", res->version); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ(1U, res->get_header_value_count("Content-Type")); EXPECT_EQ("Hello World!", res->body); @@ -1988,7 +2260,7 @@ TEST_F(ServerTest, GetMethod200withPercentEncoding) { TEST_F(ServerTest, GetMethod302) { auto res = cli_.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(302, res->status); + EXPECT_EQ(StatusCode::Found_302, res->status); EXPECT_EQ("/hi", res->get_header_value("Location")); } @@ -1996,7 +2268,7 @@ TEST_F(ServerTest, GetMethod302Redirect) { cli_.set_follow_location(true); auto res = cli_.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("Hello World!", res->body); EXPECT_EQ("/hi", res->location); } @@ -2004,13 +2276,13 @@ TEST_F(ServerTest, GetMethod302Redirect) { TEST_F(ServerTest, GetMethod404) { auto res = cli_.Get("/invalid"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, HeadMethod200) { auto res = cli_.Head("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_TRUE(res->body.empty()); } @@ -2018,7 +2290,7 @@ TEST_F(ServerTest, HeadMethod200) { TEST_F(ServerTest, HeadMethod200Static) { auto res = cli_.Head("/mount/dir/index.html"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ(104, std::stoi(res->get_header_value("Content-Length"))); EXPECT_TRUE(res->body.empty()); @@ -2027,14 +2299,14 @@ TEST_F(ServerTest, HeadMethod200Static) { TEST_F(ServerTest, HeadMethod404) { auto res = cli_.Head("/invalid"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); EXPECT_TRUE(res->body.empty()); } TEST_F(ServerTest, GetMethodPersonJohn) { auto res = cli_.Get("/person/john"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("programmer", res->body); } @@ -2042,16 +2314,16 @@ TEST_F(ServerTest, GetMethodPersonJohn) { TEST_F(ServerTest, PostMethod1) { auto res = cli_.Get("/person/john1"); ASSERT_TRUE(res); - ASSERT_EQ(404, res->status); + ASSERT_EQ(StatusCode::NotFound_404, res->status); res = cli_.Post("/person", "name=john1¬e=coder", "application/x-www-form-urlencoded"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); res = cli_.Get("/person/john1"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("text/plain", res->get_header_value("Content-Type")); ASSERT_EQ("coder", res->body); } @@ -2059,7 +2331,7 @@ TEST_F(ServerTest, PostMethod1) { TEST_F(ServerTest, PostMethod2) { auto res = cli_.Get("/person/john2"); ASSERT_TRUE(res); - ASSERT_EQ(404, res->status); + ASSERT_EQ(StatusCode::NotFound_404, res->status); Params params; params.emplace("name", "john2"); @@ -2067,11 +2339,11 @@ TEST_F(ServerTest, PostMethod2) { res = cli_.Post("/person", params); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); res = cli_.Get("/person/john2"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("text/plain", res->get_header_value("Content-Type")); ASSERT_EQ("coder", res->body); } @@ -2079,7 +2351,7 @@ TEST_F(ServerTest, PostMethod2) { TEST_F(ServerTest, PutMethod3) { auto res = cli_.Get("/person/john3"); ASSERT_TRUE(res); - ASSERT_EQ(404, res->status); + ASSERT_EQ(StatusCode::NotFound_404, res->status); Params params; params.emplace("name", "john3"); @@ -2087,11 +2359,11 @@ TEST_F(ServerTest, PutMethod3) { res = cli_.Put("/person", params); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); res = cli_.Get("/person/john3"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("text/plain", res->get_header_value("Content-Type")); ASSERT_EQ("coder", res->body); } @@ -2103,42 +2375,57 @@ TEST_F(ServerTest, PostWwwFormUrlEncodedJson) { auto res = cli_.Post("/x-www-form-urlencoded-json", params); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(JSON_DATA, res->body); } TEST_F(ServerTest, PostEmptyContent) { auto res = cli_.Post("/empty", "", "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("empty", res->body); } TEST_F(ServerTest, PostEmptyContentWithNoContentType) { auto res = cli_.Post("/empty-no-content-type"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("empty-no-content-type", res->body); } +TEST_F(ServerTest, PostPathOnly) { + auto res = cli_.Post("/path-only"); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + ASSERT_EQ("path-only", res->body); +} + +TEST_F(ServerTest, PostPathAndHeadersOnly) { + auto res = cli_.Post("/path-headers-only", + Headers({{"hello", "world"}, {"hello2", "world2"}})); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + ASSERT_EQ("path-headers-only", res->body); +} + TEST_F(ServerTest, PostLarge) { auto res = cli_.Post("/post-large", LARGE_DATA, "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(LARGE_DATA, res->body); } TEST_F(ServerTest, PutEmptyContentWithNoContentType) { auto res = cli_.Put("/empty-no-content-type"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("empty-no-content-type", res->body); } TEST_F(ServerTest, GetMethodDir) { auto res = cli_.Get("/dir/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); auto body = R"( @@ -2156,7 +2443,7 @@ TEST_F(ServerTest, GetMethodDir) { TEST_F(ServerTest, GetMethodDirTest) { auto res = cli_.Get("/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("test.html", res->body); } @@ -2164,7 +2451,7 @@ TEST_F(ServerTest, GetMethodDirTest) { TEST_F(ServerTest, GetMethodDirTestWithDoubleDots) { auto res = cli_.Get("/dir/../dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("test.html", res->body); } @@ -2172,25 +2459,25 @@ TEST_F(ServerTest, GetMethodDirTestWithDoubleDots) { TEST_F(ServerTest, GetMethodInvalidPath) { auto res = cli_.Get("/dir/../test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, GetMethodOutOfBaseDir) { auto res = cli_.Get("/../www/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, GetMethodOutOfBaseDir2) { auto res = cli_.Get("/dir/../../www/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, GetMethodDirMountTest) { auto res = cli_.Get("/mount/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("test.html", res->body); } @@ -2198,7 +2485,7 @@ TEST_F(ServerTest, GetMethodDirMountTest) { TEST_F(ServerTest, GetMethodDirMountTestWithDoubleDots) { auto res = cli_.Get("/mount/dir/../dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/html", res->get_header_value("Content-Type")); EXPECT_EQ("test.html", res->body); } @@ -2206,25 +2493,37 @@ TEST_F(ServerTest, GetMethodDirMountTestWithDoubleDots) { TEST_F(ServerTest, GetMethodInvalidMountPath) { auto res = cli_.Get("/mount/dir/../test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); +} + +TEST_F(ServerTest, GetMethodEmbeddedNUL) { + auto res = cli_.Get("/mount/dir/test.html%00.js"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, GetMethodOutOfBaseDirMount) { auto res = cli_.Get("/mount/../www2/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, GetMethodOutOfBaseDirMount2) { auto res = cli_.Get("/mount/dir/../../www2/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); +} + +TEST_F(ServerTest, GetMethodOutOfBaseDirMountWithBackslash) { + auto res = cli_.Get("/mount/%2e%2e%5c/www2/dir/test.html"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, PostMethod303) { auto res = cli_.Post("/1", "body", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(303, res->status); + EXPECT_EQ(StatusCode::SeeOther_303, res->status); EXPECT_EQ("/2", res->get_header_value("Location")); } @@ -2232,7 +2531,7 @@ TEST_F(ServerTest, PostMethod303Redirect) { cli_.set_follow_location(true); auto res = cli_.Post("/1", "body", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("redirected.", res->body); EXPECT_EQ("/2", res->location); } @@ -2240,7 +2539,7 @@ TEST_F(ServerTest, PostMethod303Redirect) { TEST_F(ServerTest, UserDefinedMIMETypeMapping) { auto res = cli_.Get("/dir/test.abcde"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/abcde", res->get_header_value("Content-Type")); EXPECT_EQ("abcde", res->body); } @@ -2248,13 +2547,67 @@ TEST_F(ServerTest, UserDefinedMIMETypeMapping) { TEST_F(ServerTest, StaticFileRange) { auto res = cli_.Get("/dir/test.abcde", {{make_range_header({{2, 3}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("text/abcde", res->get_header_value("Content-Type")); EXPECT_EQ("2", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 2-3/5", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("cd"), res->body); } +TEST_F(ServerTest, StaticFileRanges) { + auto res = + cli_.Get("/dir/test.abcde", {{make_range_header({{1, 2}, {4, -1}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); + EXPECT_TRUE( + res->get_header_value("Content-Type") + .find( + "multipart/byteranges; boundary=--cpp-httplib-multipart-data-") == + 0); + EXPECT_EQ("266", res->get_header_value("Content-Length")); +} + +TEST_F(ServerTest, StaticFileRangeHead) { + auto res = cli_.Head("/dir/test.abcde", {{make_range_header({{2, 3}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); + EXPECT_EQ("text/abcde", res->get_header_value("Content-Type")); + EXPECT_EQ("2", res->get_header_value("Content-Length")); + EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 2-3/5", res->get_header_value("Content-Range")); +} + +TEST_F(ServerTest, StaticFileRangeBigFile) { + auto res = cli_.Get("/dir/1MB.txt", {{make_range_header({{-1, 5}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); + EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); + EXPECT_EQ("5", res->get_header_value("Content-Length")); + EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 1048571-1048575/1048576", + res->get_header_value("Content-Range")); + EXPECT_EQ("LAST\n", res->body); +} + +TEST_F(ServerTest, StaticFileRangeBigFile2) { + auto res = cli_.Get("/dir/1MB.txt", {{make_range_header({{1, 4097}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); + EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); + EXPECT_EQ("4097", res->get_header_value("Content-Length")); + EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 1-4097/1048576", res->get_header_value("Content-Range")); +} + +TEST_F(ServerTest, StaticFileBigFile) { + auto res = cli_.Get("/dir/1MB.txt"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); + EXPECT_EQ("1048576", res->get_header_value("Content-Length")); +} + TEST_F(ServerTest, InvalidBaseDirMount) { EXPECT_EQ(false, svr_.set_mount_point("invalid_mount_point", "./www3")); } @@ -2265,25 +2618,25 @@ TEST_F(ServerTest, Binary) { auto res = cli_.Post("/binary", binary.data(), binary.size(), "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); res = cli_.Put("/binary", binary.data(), binary.size(), "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); res = cli_.Patch("/binary", binary.data(), binary.size(), "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); res = cli_.Delete("/binary", binary.data(), binary.size(), "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); } @@ -2292,22 +2645,22 @@ TEST_F(ServerTest, BinaryString) { auto res = cli_.Post("/binary", binary, "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); res = cli_.Put("/binary", binary, "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); res = cli_.Patch("/binary", binary, "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); res = cli_.Delete("/binary", binary, "application/octet-stream"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ(4U, res->body.size()); } @@ -2327,7 +2680,7 @@ TEST_F(ServerTest, LongRequest) { auto res = cli_.Get(request.c_str()); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, TooLongRequest) { @@ -2340,7 +2693,7 @@ TEST_F(ServerTest, TooLongRequest) { auto res = cli_.Get(request.c_str()); ASSERT_TRUE(res); - EXPECT_EQ(414, res->status); + EXPECT_EQ(StatusCode::UriTooLong_414, res->status); } TEST_F(ServerTest, LongHeader) { @@ -2394,14 +2747,14 @@ TEST_F(ServerTest, LongHeader) { auto ret = cli_.send(req, *res, error); ASSERT_TRUE(ret); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, LongQueryValue) { auto res = cli_.Get(LONG_QUERY_URL.c_str()); ASSERT_TRUE(res); - EXPECT_EQ(414, res->status); + EXPECT_EQ(StatusCode::UriTooLong_414, res->status); } TEST_F(ServerTest, TooLongHeader) { @@ -2455,43 +2808,43 @@ TEST_F(ServerTest, TooLongHeader) { auto ret = cli_.send(req, *res, error); ASSERT_TRUE(ret); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, PercentEncoding) { auto res = cli_.Get("/e%6edwith%"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, PercentEncodingUnicode) { auto res = cli_.Get("/e%u006edwith%"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, InvalidPercentEncoding) { auto res = cli_.Get("/%endwith%"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, InvalidPercentEncodingUnicode) { auto res = cli_.Get("/%uendwith%"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, EndWithPercentCharacterInQuery) { auto res = cli_.Get("/hello?aaa=bbb%"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } TEST_F(ServerTest, PlusSignEncoding) { auto res = cli_.Get("/a+%2Bb?a %2bb=a %2Bb"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("a +b", res->body); } @@ -2507,18 +2860,36 @@ TEST_F(ServerTest, MultipartFormData) { auto res = cli_.Post("/multipart", items); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } -TEST_F(ServerTest, CaseInsensitiveHeaderName) { - auto res = cli_.Get("/hi"); - ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); - EXPECT_EQ("text/plain", res->get_header_value("content-type")); - EXPECT_EQ("Hello World!", res->body); -} +TEST_F(ServerTest, MultipartFormDataMultiFileValues) { + MultipartFormDataItems items = { + {"text", "default text", "", ""}, -TEST_F(ServerTest, CaseInsensitiveTransferEncoding) { + {"multi_text1", "aaaaa", "", ""}, + {"multi_text1", "bbbbb", "", ""}, + + {"multi_file1", "h\ne\n\nl\nl\no\n", "hello.txt", "text/plain"}, + {"multi_file1", "{\n \"world\", true\n}\n", "world.json", + "application/json"}, + }; + + auto res = cli_.Post("/multipart/multi_file_values", items); + + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); +} + +TEST_F(ServerTest, CaseInsensitiveHeaderName) { + auto res = cli_.Get("/hi"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ("text/plain", res->get_header_value("content-type")); + EXPECT_EQ("Hello World!", res->body); +} + +TEST_F(ServerTest, CaseInsensitiveTransferEncoding) { Request req; req.method = "POST"; req.path = "/chunked"; @@ -2545,21 +2916,23 @@ TEST_F(ServerTest, CaseInsensitiveTransferEncoding) { auto ret = cli_.send(req, *res, error); ASSERT_TRUE(ret); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, GetStreamed2) { auto res = cli_.Get("/streamed", {{make_range_header({{2, 3}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("2", res->get_header_value("Content-Length")); + EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 2-3/6", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("ab"), res->body); } TEST_F(ServerTest, GetStreamed) { auto res = cli_.Get("/streamed"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("6", res->get_header_value("Content-Length")); EXPECT_EQ(std::string("aaabbb"), res->body); } @@ -2567,37 +2940,40 @@ TEST_F(ServerTest, GetStreamed) { TEST_F(ServerTest, GetStreamedWithRange1) { auto res = cli_.Get("/streamed-with-range", {{make_range_header({{3, 5}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("3", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 3-5/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("def"), res->body); } TEST_F(ServerTest, GetStreamedWithRange2) { auto res = cli_.Get("/streamed-with-range", {{make_range_header({{1, -1}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("6", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 1-6/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("bcdefg"), res->body); } TEST_F(ServerTest, GetStreamedWithRangeSuffix1) { auto res = cli_.Get("/streamed-with-range", {{"Range", "bytes=-3"}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("3", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 4-6/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("efg"), res->body); } TEST_F(ServerTest, GetStreamedWithRangeSuffix2) { - auto res = cli_.Get("/streamed-with-range", {{"Range", "bytes=-9999"}}); + auto res = cli_.Get("/streamed-with-range?error", {{"Range", "bytes=-9999"}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); - EXPECT_EQ("7", res->get_header_value("Content-Length")); - EXPECT_EQ(true, res->has_header("Content-Range")); - EXPECT_EQ(std::string("abcdefg"), res->body); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); + EXPECT_EQ("0", res->get_header_value("Content-Length")); + EXPECT_EQ(false, res->has_header("Content-Range")); + EXPECT_EQ(0U, res->body.size()); } TEST_F(ServerTest, GetStreamedWithRangeError) { @@ -2605,26 +2981,64 @@ TEST_F(ServerTest, GetStreamedWithRangeError) { {{"Range", "bytes=92233720368547758079223372036854775806-" "92233720368547758079223372036854775807"}}); ASSERT_TRUE(res); - EXPECT_EQ(416, res->status); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); + EXPECT_EQ("0", res->get_header_value("Content-Length")); + EXPECT_EQ(false, res->has_header("Content-Range")); + EXPECT_EQ(0U, res->body.size()); } TEST_F(ServerTest, GetRangeWithMaxLongLength) { auto res = cli_.Get("/with-range", {{"Range", "bytes=0-9223372036854775807"}}); - EXPECT_EQ(206, res->status); - EXPECT_EQ("7", res->get_header_value("Content-Length")); - EXPECT_EQ(true, res->has_header("Content-Range")); - EXPECT_EQ(std::string("abcdefg"), res->body); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); + EXPECT_EQ("0", res->get_header_value("Content-Length")); + EXPECT_EQ(false, res->has_header("Content-Range")); + EXPECT_EQ(0U, res->body.size()); } TEST_F(ServerTest, GetStreamedWithRangeMultipart) { auto res = cli_.Get("/streamed-with-range", {{make_range_header({{1, 2}, {4, 5}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); - EXPECT_EQ("269", res->get_header_value("Content-Length")); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); + EXPECT_EQ("267", res->get_header_value("Content-Length")); + EXPECT_EQ(false, res->has_header("Content-Range")); + EXPECT_EQ(267U, res->body.size()); +} + +TEST_F(ServerTest, GetStreamedWithTooManyRanges) { + Ranges ranges; + for (size_t i = 0; i < CPPHTTPLIB_RANGE_MAX_COUNT + 1; i++) { + ranges.emplace_back(0, -1); + } + + auto res = + cli_.Get("/streamed-with-range?error", {{make_range_header(ranges)}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); + EXPECT_EQ("0", res->get_header_value("Content-Length")); + EXPECT_EQ(false, res->has_header("Content-Range")); + EXPECT_EQ(0U, res->body.size()); +} + +TEST_F(ServerTest, GetStreamedWithNonAscendingRanges) { + auto res = cli_.Get("/streamed-with-range?error", + {{make_range_header({{0, -1}, {0, -1}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); + EXPECT_EQ("0", res->get_header_value("Content-Length")); EXPECT_EQ(false, res->has_header("Content-Range")); - EXPECT_EQ(269U, res->body.size()); + EXPECT_EQ(0U, res->body.size()); +} + +TEST_F(ServerTest, GetStreamedWithRangesMoreThanTwoOverwrapping) { + auto res = cli_.Get("/streamed-with-range?error", + {{make_range_header({{0, 1}, {1, 2}, {2, 3}, {3, 4}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); + EXPECT_EQ("0", res->get_header_value("Content-Length")); + EXPECT_EQ(false, res->has_header("Content-Range")); + EXPECT_EQ(0U, res->body.size()); } TEST_F(ServerTest, GetStreamedEndless) { @@ -2642,19 +3056,24 @@ TEST_F(ServerTest, GetStreamedEndless) { } TEST_F(ServerTest, ClientStop) { + std::atomic_size_t count{4}; std::vector threads; - for (auto i = 0; i < 3; i++) { - threads.emplace_back(thread([&]() { + + for (auto i = count.load(); i != 0; --i) { + threads.emplace_back([&]() { auto res = cli_.Get("/streamed-cancel", [&](const char *, uint64_t) { return true; }); + + --count; + ASSERT_TRUE(!res); EXPECT_TRUE(res.error() == Error::Canceled || res.error() == Error::Read || res.error() == Error::Write); - })); + }); } std::this_thread::sleep_for(std::chrono::seconds(2)); - while (cli_.is_socket_open()) { + while (count != 0) { cli_.stop(); std::this_thread::sleep_for(std::chrono::milliseconds(10)); } @@ -2666,73 +3085,92 @@ TEST_F(ServerTest, ClientStop) { TEST_F(ServerTest, GetWithRange1) { auto res = cli_.Get("/with-range", {{make_range_header({{3, 5}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("3", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 3-5/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("def"), res->body); } TEST_F(ServerTest, GetWithRange2) { auto res = cli_.Get("/with-range", {{make_range_header({{1, -1}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("6", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 1-6/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("bcdefg"), res->body); } TEST_F(ServerTest, GetWithRange3) { auto res = cli_.Get("/with-range", {{make_range_header({{0, 0}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("1", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 0-0/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("a"), res->body); } TEST_F(ServerTest, GetWithRange4) { auto res = cli_.Get("/with-range", {{make_range_header({{-1, 2}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); EXPECT_EQ("2", res->get_header_value("Content-Length")); EXPECT_EQ(true, res->has_header("Content-Range")); + EXPECT_EQ("bytes 5-6/7", res->get_header_value("Content-Range")); EXPECT_EQ(std::string("fg"), res->body); } TEST_F(ServerTest, GetWithRangeOffsetGreaterThanContent) { auto res = cli_.Get("/with-range", {{make_range_header({{10000, 20000}})}}); ASSERT_TRUE(res); - EXPECT_EQ(416, res->status); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); } TEST_F(ServerTest, GetWithRangeMultipart) { auto res = cli_.Get("/with-range", {{make_range_header({{1, 2}, {4, 5}})}}); ASSERT_TRUE(res); - EXPECT_EQ(206, res->status); - EXPECT_EQ("269", res->get_header_value("Content-Length")); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); + EXPECT_EQ("267", res->get_header_value("Content-Length")); EXPECT_EQ(false, res->has_header("Content-Range")); - EXPECT_EQ(269U, res->body.size()); + EXPECT_EQ(267U, res->body.size()); } TEST_F(ServerTest, GetWithRangeMultipartOffsetGreaterThanContent) { auto res = cli_.Get("/with-range", {{make_range_header({{-1, 2}, {10000, 30000}})}}); ASSERT_TRUE(res); - EXPECT_EQ(416, res->status); + EXPECT_EQ(StatusCode::RangeNotSatisfiable_416, res->status); +} + +TEST_F(ServerTest, Issue1772) { + auto res = cli_.Get("/issue1772", {{make_range_header({{1000, -1}})}}); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } TEST_F(ServerTest, GetStreamedChunked) { auto res = cli_.Get("/streamed-chunked"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(std::string("123456789"), res->body); } TEST_F(ServerTest, GetStreamedChunked2) { auto res = cli_.Get("/streamed-chunked2"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ(std::string("123456789"), res->body); +} + +TEST_F(ServerTest, GetStreamedChunkedWithTrailer) { + auto res = cli_.Get("/streamed-chunked-with-trailer"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(std::string("123456789"), res->body); + EXPECT_EQ(std::string("DummyVal1"), res->get_header_value("Dummy1")); + EXPECT_EQ(std::string("DummyVal2"), res->get_header_value("Dummy2")); } TEST_F(ServerTest, LargeChunkedPost) { @@ -2764,30 +3202,36 @@ TEST_F(ServerTest, LargeChunkedPost) { auto ret = cli_.send(req, *res, error); ASSERT_TRUE(ret); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, GetMethodRemoteAddr) { auto res = cli_.Get("/remote_addr"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_TRUE(res->body == "::1" || res->body == "127.0.0.1"); } +TEST_F(ServerTest, GetMethodLocalAddr) { + auto res = cli_.Get("/local_addr"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); + EXPECT_TRUE(res->body == std::string("::1:").append(to_string(PORT)) || + res->body == std::string("127.0.0.1:").append(to_string(PORT))); +} + TEST_F(ServerTest, HTTPResponseSplitting) { auto res = cli_.Get("/http_response_splitting"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, SlowRequest) { - request_threads_.push_back( - std::thread([=]() { auto res = cli_.Get("/slow"); })); - request_threads_.push_back( - std::thread([=]() { auto res = cli_.Get("/slow"); })); - request_threads_.push_back( - std::thread([=]() { auto res = cli_.Get("/slow"); })); + request_threads_.emplace_back([this]() { auto res = cli_.Get("/slow"); }); + request_threads_.emplace_back([this]() { auto res = cli_.Get("/slow"); }); + request_threads_.emplace_back([this]() { auto res = cli_.Get("/slow"); }); } #if 0 @@ -2805,7 +3249,7 @@ TEST_F(ServerTest, SlowPost) { "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, SlowPostFail) { @@ -2829,7 +3273,7 @@ TEST_F(ServerTest, SlowPostFail) { TEST_F(ServerTest, Put) { auto res = cli_.Put("/put", "PUT", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PUT", res->body); } @@ -2837,14 +3281,13 @@ TEST_F(ServerTest, PutWithContentProvider) { auto res = cli_.Put( "/put", 3, [](size_t /*offset*/, size_t /*length*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); sink.os << "PUT"; return true; }, "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PUT", res->body); } @@ -2864,7 +3307,6 @@ TEST_F(ServerTest, PutWithContentProviderWithoutLength) { auto res = cli_.Put( "/put", [](size_t /*offset*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); sink.os << "PUT"; sink.done(); return true; @@ -2872,7 +3314,7 @@ TEST_F(ServerTest, PutWithContentProviderWithoutLength) { "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PUT", res->body); } @@ -2891,14 +3333,13 @@ TEST_F(ServerTest, PutWithContentProviderWithGzip) { auto res = cli_.Put( "/put", 3, [](size_t /*offset*/, size_t /*length*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); sink.os << "PUT"; return true; }, "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PUT", res->body); } @@ -2920,7 +3361,6 @@ TEST_F(ServerTest, PutWithContentProviderWithoutLengthWithGzip) { auto res = cli_.Put( "/put", [](size_t /*offset*/, DataSink &sink) { - EXPECT_TRUE(sink.is_writable()); sink.os << "PUT"; sink.done(); return true; @@ -2928,7 +3368,7 @@ TEST_F(ServerTest, PutWithContentProviderWithoutLengthWithGzip) { "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PUT", res->body); } @@ -2947,7 +3387,7 @@ TEST_F(ServerTest, PutLargeFileWithGzip) { auto res = cli_.Put("/put-large", LARGE_DATA, "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(LARGE_DATA, res->body); } @@ -2965,9 +3405,9 @@ TEST_F(ServerTest, PutLargeFileWithGzip2) { auto res = cli.Put("/put-large", LARGE_DATA, "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(LARGE_DATA, res->body); - EXPECT_EQ(101942u, res.get_request_header_value("Content-Length")); + EXPECT_EQ(101942u, res.get_request_header_value_u64("Content-Length")); EXPECT_EQ("gzip", res.get_request_header_value("Content-Encoding")); } @@ -2980,7 +3420,7 @@ TEST_F(ServerTest, PutContentWithDeflate) { "\170\234\013\010\015\001\0\001\361\0\372", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PUT", res->body); } @@ -2990,7 +3430,7 @@ TEST_F(ServerTest, GetStreamedChunkedWithGzip) { auto res = cli_.Get("/streamed-chunked", headers); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(std::string("123456789"), res->body); } @@ -3000,10 +3440,16 @@ TEST_F(ServerTest, GetStreamedChunkedWithGzip2) { auto res = cli_.Get("/streamed-chunked2", headers); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(std::string("123456789"), res->body); } +TEST_F(ServerTest, SplitDelimiterInPathRegex) { + auto res = cli_.Get("/regex-with-delimiter?key=^(?.*(value))"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); +} + TEST(GzipDecompressor, ChunkedDecompression) { std::string data; for (size_t i = 0; i < 32 * 1024; ++i) { @@ -3015,8 +3461,10 @@ TEST(GzipDecompressor, ChunkedDecompression) { httplib::detail::gzip_compressor compressor; bool result = compressor.compress( data.data(), data.size(), - /*last=*/true, [&](const char *data, size_t size) { - compressed_data.insert(compressed_data.size(), data, size); + /*last=*/true, + [&](const char *compressed_data_chunk, size_t compressed_data_size) { + compressed_data.insert(compressed_data.size(), compressed_data_chunk, + compressed_data_size); return true; }); ASSERT_TRUE(result); @@ -3026,7 +3474,7 @@ TEST(GzipDecompressor, ChunkedDecompression) { { httplib::detail::gzip_decompressor decompressor; - // Chunk size is chosen specificaly to have a decompressed chunk size equal + // Chunk size is chosen specifically to have a decompressed chunk size equal // to 16384 bytes 16384 bytes is the size of decompressor output buffer size_t chunk_size = 130; for (size_t chunk_begin = 0; chunk_begin < compressed_data.size(); @@ -3035,8 +3483,11 @@ TEST(GzipDecompressor, ChunkedDecompression) { std::min(compressed_data.size() - chunk_begin, chunk_size); bool result = decompressor.decompress( compressed_data.data() + chunk_begin, current_chunk_size, - [&](const char *data, size_t size) { - decompressed_data.insert(decompressed_data.size(), data, size); + [&](const char *decompressed_data_chunk, + size_t decompressed_data_chunk_size) { + decompressed_data.insert(decompressed_data.size(), + decompressed_data_chunk, + decompressed_data_chunk_size); return true; }); ASSERT_TRUE(result); @@ -3045,6 +3496,59 @@ TEST(GzipDecompressor, ChunkedDecompression) { ASSERT_EQ(data, decompressed_data); } +TEST(GzipDecompressor, DeflateDecompression) { + std::string original_text = "Raw deflate without gzip"; + unsigned char data[32] = {0x78, 0x9C, 0x0B, 0x4A, 0x2C, 0x57, 0x48, 0x49, + 0x4D, 0xCB, 0x49, 0x2C, 0x49, 0x55, 0x28, 0xCF, + 0x2C, 0xC9, 0xC8, 0x2F, 0x2D, 0x51, 0x48, 0xAF, + 0xCA, 0x2C, 0x00, 0x00, 0x6F, 0x98, 0x09, 0x2E}; + std::string compressed_data(data, data + sizeof(data) / sizeof(data[0])); + + std::string decompressed_data; + { + httplib::detail::gzip_decompressor decompressor; + + bool result = decompressor.decompress( + compressed_data.data(), compressed_data.size(), + [&](const char *decompressed_data_chunk, + size_t decompressed_data_chunk_size) { + decompressed_data.insert(decompressed_data.size(), + decompressed_data_chunk, + decompressed_data_chunk_size); + return true; + }); + ASSERT_TRUE(result); + } + ASSERT_EQ(original_text, decompressed_data); +} + +TEST(GzipDecompressor, DeflateDecompressionTrailingBytes) { + std::string original_text = "Raw deflate without gzip"; + unsigned char data[40] = {0x78, 0x9C, 0x0B, 0x4A, 0x2C, 0x57, 0x48, 0x49, + 0x4D, 0xCB, 0x49, 0x2C, 0x49, 0x55, 0x28, 0xCF, + 0x2C, 0xC9, 0xC8, 0x2F, 0x2D, 0x51, 0x48, 0xAF, + 0xCA, 0x2C, 0x00, 0x00, 0x6F, 0x98, 0x09, 0x2E, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + std::string compressed_data(data, data + sizeof(data) / sizeof(data[0])); + + std::string decompressed_data; + { + httplib::detail::gzip_decompressor decompressor; + + bool result = decompressor.decompress( + compressed_data.data(), compressed_data.size(), + [&](const char *decompressed_data_chunk, + size_t decompressed_data_chunk_size) { + decompressed_data.insert(decompressed_data.size(), + decompressed_data_chunk, + decompressed_data_chunk_size); + return true; + }); + ASSERT_TRUE(result); + } + ASSERT_EQ(original_text, decompressed_data); +} + #ifdef _WIN32 TEST(GzipDecompressor, LargeRandomData) { @@ -3101,7 +3605,7 @@ TEST_F(ServerTest, GetStreamedChunkedWithBrotli) { auto res = cli_.Get("/streamed-chunked", headers); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(std::string("123456789"), res->body); } @@ -3111,7 +3615,7 @@ TEST_F(ServerTest, GetStreamedChunkedWithBrotli2) { auto res = cli_.Get("/streamed-chunked2", headers); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(std::string("123456789"), res->body); } #endif @@ -3119,28 +3623,28 @@ TEST_F(ServerTest, GetStreamedChunkedWithBrotli2) { TEST_F(ServerTest, Patch) { auto res = cli_.Patch("/patch", "PATCH", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("PATCH", res->body); } TEST_F(ServerTest, Delete) { auto res = cli_.Delete("/delete"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("DELETE", res->body); } TEST_F(ServerTest, DeleteContentReceiver) { auto res = cli_.Delete("/delete-body", "content", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("content", res->body); } TEST_F(ServerTest, Options) { auto res = cli_.Options("*"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("GET, POST, HEAD, OPTIONS", res->get_header_value("Allow")); EXPECT_TRUE(res->body.empty()); } @@ -3148,13 +3652,13 @@ TEST_F(ServerTest, Options) { TEST_F(ServerTest, URL) { auto res = cli_.Get("/request-target?aaa=bbb&ccc=ddd"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, ArrayParam) { auto res = cli_.Get("/array-param?array=value1&array=value2&array=value3"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, NoMultipleHeaders) { @@ -3162,17 +3666,17 @@ TEST_F(ServerTest, NoMultipleHeaders) { auto res = cli_.Post("/validate-no-multiple-headers", headers, "hello", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, PostContentReceiver) { auto res = cli_.Post("/content_receiver", "content", "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("content", res->body); } -TEST_F(ServerTest, PostMulitpartFilsContentReceiver) { +TEST_F(ServerTest, PostMultipartFileContentReceiver) { MultipartFormDataItems items = { {"text1", "text default", "", ""}, {"text2", "aωb", "", ""}, @@ -3184,10 +3688,10 @@ TEST_F(ServerTest, PostMulitpartFilsContentReceiver) { auto res = cli_.Post("/content_receiver", items); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } -TEST_F(ServerTest, PostMulitpartPlusBoundary) { +TEST_F(ServerTest, PostMultipartPlusBoundary) { MultipartFormDataItems items = { {"text1", "text default", "", ""}, {"text2", "aωb", "", ""}, @@ -3219,28 +3723,28 @@ TEST_F(ServerTest, PostMulitpartPlusBoundary) { auto res = cli_.Post("/content_receiver", body, content_type.c_str()); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, PostContentReceiverGzip) { cli_.set_compress(true); auto res = cli_.Post("/content_receiver", "content", "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("content", res->body); } TEST_F(ServerTest, PutContentReceiver) { auto res = cli_.Put("/content_receiver", "content", "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("content", res->body); } TEST_F(ServerTest, PatchContentReceiver) { auto res = cli_.Patch("/content_receiver", "content", "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); ASSERT_EQ("content", res->body); } @@ -3248,7 +3752,7 @@ TEST_F(ServerTest, PostQueryStringAndBody) { auto res = cli_.Post("/query-string-and-body?key=value", "content", "text/plain"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, HTTP2Magic) { @@ -3262,35 +3766,35 @@ TEST_F(ServerTest, HTTP2Magic) { auto ret = cli_.send(req, *res, error); ASSERT_TRUE(ret); - EXPECT_EQ(400, res->status); + EXPECT_EQ(StatusCode::BadRequest_400, res->status); } TEST_F(ServerTest, KeepAlive) { auto res = cli_.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("Hello World!", res->body); res = cli_.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("Hello World!", res->body); res = cli_.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("Hello World!", res->body); res = cli_.Get("/not-exist"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); res = cli_.Post("/empty", "", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("empty", res->body); EXPECT_EQ("close", res->get_header_value("Connection")); @@ -3299,14 +3803,14 @@ TEST_F(ServerTest, KeepAlive) { "/empty", 0, [&](size_t, size_t, DataSink &) { return true; }, "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("empty", res->body); cli_.set_keep_alive(false); res = cli_.Get("/last-request"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("close", res->get_header_value("Connection")); } @@ -3330,7 +3834,7 @@ TEST_F(ServerTest, Gzip) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, GzipWithoutAcceptEncoding) { @@ -3343,7 +3847,7 @@ TEST_F(ServerTest, GzipWithoutAcceptEncoding) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, GzipWithContentReceiver) { @@ -3364,7 +3868,7 @@ TEST_F(ServerTest, GzipWithContentReceiver) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, GzipWithoutDecompressing) { @@ -3379,7 +3883,7 @@ TEST_F(ServerTest, GzipWithoutDecompressing) { EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("33", res->get_header_value("Content-Length")); EXPECT_EQ(33U, res->body.size()); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, GzipWithContentReceiverWithoutAcceptEncoding) { @@ -3397,7 +3901,7 @@ TEST_F(ServerTest, GzipWithContentReceiverWithoutAcceptEncoding) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, NoGzip) { @@ -3412,7 +3916,7 @@ TEST_F(ServerTest, NoGzip) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, NoGzipWithContentReceiver) { @@ -3433,7 +3937,7 @@ TEST_F(ServerTest, NoGzipWithContentReceiver) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST_F(ServerTest, MultipartFormDataGzip) { @@ -3446,7 +3950,7 @@ TEST_F(ServerTest, MultipartFormDataGzip) { auto res = cli_.Post("/compress-multipart", items); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } #endif @@ -3463,7 +3967,7 @@ TEST_F(ServerTest, Brotli) { EXPECT_EQ("123456789012345678901234567890123456789012345678901234567890123456" "7890123456789012345678901234567890", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } #endif @@ -3510,9 +4014,13 @@ TEST(ServerRequestParsingTest, TrimWhitespaceFromHeaderValues) { }); thread t = thread([&] { svr.listen(HOST, PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); // Only space and horizontal tab are whitespace. Make sure other whitespace- // like characters are not treated the same - use vertical tab and escape. @@ -3522,8 +4030,6 @@ TEST(ServerRequestParsingTest, TrimWhitespaceFromHeaderValues) { "\r\n"; ASSERT_TRUE(send_request(5, req)); - svr.stop(); - t.join(); EXPECT_EQ(header_value, "\v bar \x1B"); } @@ -3545,14 +4051,16 @@ static void test_raw_request(const std::string &req, svr.set_read_timeout(std::chrono::seconds(client_read_timeout_sec + 1)); bool listen_thread_ok = false; thread t = thread([&] { listen_thread_ok = svr.listen(HOST, PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + EXPECT_TRUE(listen_thread_ok); + }); + + svr.wait_until_ready(); ASSERT_TRUE(send_request(client_read_timeout_sec, req, out)); - svr.stop(); - t.join(); - EXPECT_TRUE(listen_thread_ok); } TEST(ServerRequestParsingTest, ReadHeadersRegexComplexity) { @@ -3603,10 +4111,10 @@ TEST(ServerRequestParsingTest, ReadHeadersRegexComplexity2) { "&&&%%%"); } -TEST(ServerRequestParsingTest, ExcessiveWhitespaceInUnparseableHeaderLine) { +TEST(ServerRequestParsingTest, ExcessiveWhitespaceInUnparsableHeaderLine) { // Make sure this doesn't crash the server. // In a previous version of the header line regex, the "\r" rendered the line - // unparseable and the regex engine repeatedly backtracked, trying to look for + // unparsable and the regex engine repeatedly backtracked, trying to look for // a new position where the leading white space ended and the field value // began. // The crash occurs with libc++ but not libstdc++. @@ -3673,21 +4181,20 @@ TEST(ServerStopTest, StopServerWithChunkedTransmission) { svr.Get("/events", [](const Request & /*req*/, Response &res) { res.set_header("Cache-Control", "no-cache"); - res.set_chunked_content_provider("text/event-stream", [](size_t offset, - DataSink &sink) { - char buffer[27]; - auto size = static_cast(sprintf(buffer, "data:%zd\n\n", offset)); - auto ret = sink.write(buffer, size); - EXPECT_TRUE(ret); - std::this_thread::sleep_for(std::chrono::seconds(1)); - return true; - }); + res.set_chunked_content_provider( + "text/event-stream", [](size_t offset, DataSink &sink) { + std::string s = "data:"; + s += std::to_string(offset); + s += "\n\n"; + auto ret = sink.write(s.data(), s.size()); + EXPECT_TRUE(ret); + std::this_thread::sleep_for(std::chrono::seconds(1)); + return true; + }); }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + svr.wait_until_ready(); Client client(HOST, PORT); const Headers headers = {{"Accept", "text/event-stream"}}; @@ -3697,16 +4204,51 @@ TEST(ServerStopTest, StopServerWithChunkedTransmission) { "/events", headers, [](const char * /*data*/, size_t /*len*/) -> bool { return true; }); }); + auto se = detail::scope_exit([&] { + svr.stop(); + get_thread.join(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); // Give GET time to get a few messages. std::this_thread::sleep_for(std::chrono::seconds(2)); +} - svr.stop(); +TEST(ServerStopTest, ClientAccessAfterServerDown) { + httplib::Server svr; + svr.Post("/hi", + [&](const httplib::Request & /*req*/, httplib::Response &res) { + res.status = StatusCode::OK_200; + }); - listen_thread.join(); - get_thread.join(); + auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + svr.wait_until_ready(); + + Client cli(HOST, PORT); + + auto res = cli.Post("/hi", "data", "text/plain"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + + svr.stop(); + thread.join(); ASSERT_FALSE(svr.is_running()); + + res = cli.Post("/hi", "data", "text/plain"); + ASSERT_FALSE(res); +} + +TEST(ServerStopTest, ListenFailure) { + Server svr; + auto t = thread([&]() { + auto ret = svr.listen("????", PORT); + EXPECT_FALSE(ret); + }); + svr.wait_until_ready(); + svr.stop(); + t.join(); } TEST(StreamingTest, NoContentLengthStreaming) { @@ -3724,9 +4266,13 @@ TEST(StreamingTest, NoContentLengthStreaming) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto listen_se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); Client client(HOST, PORT); @@ -3739,28 +4285,23 @@ TEST(StreamingTest, NoContentLengthStreaming) { }); EXPECT_EQ("aaabbb", s); }); + auto get_se = detail::scope_exit([&] { get_thread.join(); }); // Give GET time to get a few messages. std::this_thread::sleep_for(std::chrono::milliseconds(500)); - - svr.stop(); - - listen_thread.join(); - get_thread.join(); - - ASSERT_FALSE(svr.is_running()); } TEST(MountTest, Unmount) { Server svr; auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); Client cli("localhost", PORT); @@ -3768,61 +4309,67 @@ TEST(MountTest, Unmount) { auto res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); res = cli.Get("/mount2/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); svr.set_mount_point("/", "./www"); res = cli.Get("/dir/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); svr.remove_mount_point("/"); res = cli.Get("/dir/"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); svr.remove_mount_point("/mount2"); res = cli.Get("/mount2/dir/test.html"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); - - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); + EXPECT_EQ(StatusCode::NotFound_404, res->status); } #ifndef CPPHTTPLIB_NO_EXCEPTIONS TEST(ExceptionTest, ThrowExceptionInHandler) { Server svr; - svr.Get("/hi", [&](const Request & /*req*/, Response & /*res*/) { + svr.Get("/exception", [&](const Request & /*req*/, Response & /*res*/) { throw std::runtime_error("exception..."); - // res.set_content("Hello World!", "text/plain"); + }); + + svr.Get("/unknown", [&](const Request & /*req*/, Response & /*res*/) { + throw std::runtime_error("exception\r\n..."); }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); Client cli("localhost", PORT); - auto res = cli.Get("/hi"); - ASSERT_TRUE(res); - EXPECT_EQ(500, res->status); - ASSERT_TRUE(res->has_header("EXCEPTION_WHAT")); - EXPECT_EQ("exception...", res->get_header_value("EXCEPTION_WHAT")); + { + auto res = cli.Get("/exception"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::InternalServerError_500, res->status); + ASSERT_TRUE(res->has_header("EXCEPTION_WHAT")); + EXPECT_EQ("exception...", res->get_header_value("EXCEPTION_WHAT")); + } - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); + { + auto res = cli.Get("/unknown"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::InternalServerError_500, res->status); + ASSERT_TRUE(res->has_header("EXCEPTION_WHAT")); + EXPECT_EQ("exception\\r\\n...", res->get_header_value("EXCEPTION_WHAT")); + } } #endif @@ -3839,60 +4386,102 @@ TEST(KeepAliveTest, ReadTimeout) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); Client cli("localhost", PORT); cli.set_keep_alive(true); cli.set_read_timeout(std::chrono::seconds(1)); auto resa = cli.Get("/a"); - ASSERT_TRUE(!resa); + ASSERT_FALSE(resa); EXPECT_EQ(Error::Read, resa.error()); auto resb = cli.Get("/b"); ASSERT_TRUE(resb); - EXPECT_EQ(200, resb->status); + EXPECT_EQ(StatusCode::OK_200, resb->status); EXPECT_EQ("b", resb->body); - - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); } TEST(KeepAliveTest, Issue1041) { - const auto resourcePath = "/hi"; - Server svr; svr.set_keep_alive_timeout(3); - svr.Get(resourcePath, [](const httplib::Request &, httplib::Response &res) { + svr.Get("/hi", [](const httplib::Request &, httplib::Response &res) { res.set_content("Hello World!", "text/plain"); }); - auto a2 = std::async(std::launch::async, [&svr] { svr.listen(HOST, PORT); }); - std::this_thread::sleep_for(std::chrono::milliseconds(200)); + auto listen_thread = std::thread([&svr] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); Client cli(HOST, PORT); cli.set_keep_alive(true); - auto result = cli.Get(resourcePath); + auto result = cli.Get("/hi"); ASSERT_TRUE(result); - EXPECT_EQ(200, result->status); + EXPECT_EQ(StatusCode::OK_200, result->status); std::this_thread::sleep_for(std::chrono::seconds(5)); - result = cli.Get(resourcePath); + result = cli.Get("/hi"); ASSERT_TRUE(result); - EXPECT_EQ(200, result->status); + EXPECT_EQ(StatusCode::OK_200, result->status); +} - svr.stop(); - a2.wait(); +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT +TEST(KeepAliveTest, SSLClientReconnection) { + SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE); + ASSERT_TRUE(svr.is_valid()); + svr.set_keep_alive_timeout(1); + + svr.Get("/hi", [](const httplib::Request &, httplib::Response &res) { + res.set_content("Hello World!", "text/plain"); + }); + + auto listen_thread = std::thread([&svr] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + SSLClient cli(HOST, PORT); + cli.enable_server_certificate_verification(false); + cli.set_keep_alive(true); + + auto result = cli.Get("/hi"); + ASSERT_TRUE(result); + EXPECT_EQ(StatusCode::OK_200, result->status); + + result = cli.Get("/hi"); + ASSERT_TRUE(result); + EXPECT_EQ(StatusCode::OK_200, result->status); + + std::this_thread::sleep_for(std::chrono::seconds(2)); + + // Recoonect + result = cli.Get("/hi"); + ASSERT_TRUE(result); + EXPECT_EQ(StatusCode::OK_200, result->status); + + result = cli.Get("/hi"); + ASSERT_TRUE(result); + EXPECT_EQ(StatusCode::OK_200, result->status); } +#endif TEST(ClientProblemDetectionTest, ContentProvider) { Server svr; @@ -3911,25 +4500,38 @@ TEST(ClientProblemDetectionTest, ContentProvider) { [](bool success) { ASSERT_FALSE(success); }); }); + svr.Get("/empty", [&](const Request & /*req*/, Response &res) { + res.set_content_provider( + 0, "text/plain", + [&](size_t /*offset*/, size_t /*length*/, DataSink & /*sink*/) -> bool { + EXPECT_TRUE(false); + return true; + }, + [](bool success) { ASSERT_FALSE(success); }); + }); + auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); Client cli("localhost", PORT); - auto res = cli.Get("/hi", [&](const char * /*data*/, size_t /*data_length*/) { - return false; - }); - - ASSERT_FALSE(res); + { + auto res = cli.Get("/hi", [&](const char * /*data*/, + size_t /*data_length*/) { return false; }); + ASSERT_FALSE(res); + } - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); + { + auto res = cli.Get("/empty", [&](const char * /*data*/, + size_t /*data_length*/) { return false; }); + ASSERT_TRUE(res); + } } TEST(ErrorHandlerWithContentProviderTest, ErrorHandler) { @@ -3946,23 +4548,57 @@ TEST(ErrorHandlerWithContentProviderTest, ErrorHandler) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); Client cli("localhost", PORT); auto res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(404, res->status); + EXPECT_EQ(StatusCode::NotFound_404, res->status); EXPECT_EQ("helloworld", res->body); +} - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); +TEST(LongPollingTest, ClientCloseDetection) { + Server svr; + + svr.Get("/events", [&](const Request & /*req*/, Response &res) { + res.set_chunked_content_provider( + "text/plain", [](std::size_t const, DataSink &sink) -> bool { + EXPECT_TRUE(sink.is_writable()); // the socket is alive + sink.os << "hello"; + + auto count = 10; + while (count > 0 && sink.is_writable()) { + this_thread::sleep_for(chrono::milliseconds(10)); + } + EXPECT_FALSE(sink.is_writable()); // the socket is closed + return true; + }); + }); + + auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + Client cli("localhost", PORT); + + auto res = cli.Get("/events", [&](const char *data, size_t data_length) { + EXPECT_EQ("hello", string(data, data_length)); + return false; // close the socket immediately. + }); + + ASSERT_FALSE(res); } TEST(GetWithParametersTest, GetWithParameters) { @@ -3986,11 +4622,20 @@ TEST(GetWithParametersTest, GetWithParameters) { EXPECT_EQ("bar", req.get_param_value("param2")); }); + svr.Get("/users/:id", [&](const Request &req, Response &) { + EXPECT_EQ("user-id", req.path_params.at("id")); + EXPECT_EQ("foo", req.get_param_value("param1")); + EXPECT_EQ("bar", req.get_param_value("param2")); + }); + auto listen_thread = std::thread([&svr]() { svr.listen(HOST, PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } - std::this_thread::sleep_for(std::chrono::seconds(1)); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); { Client cli(HOST, PORT); @@ -4002,7 +4647,7 @@ TEST(GetWithParametersTest, GetWithParameters) { auto res = cli.Get("/", params, Headers{}); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { @@ -4011,7 +4656,7 @@ TEST(GetWithParametersTest, GetWithParameters) { auto res = cli.Get("/params?hello=world&hello2=world2&hello3=world3"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { @@ -4020,12 +4665,17 @@ TEST(GetWithParametersTest, GetWithParameters) { auto res = cli.Get("/resources/resource-id?param1=foo¶m2=bar"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); + { + Client cli(HOST, PORT); + + auto res = cli.Get("/users/user-id?param1=foo¶m2=bar"); + + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + } } TEST(GetWithParametersTest, GetWithParameters2) { @@ -4037,10 +4687,13 @@ TEST(GetWithParametersTest, GetWithParameters2) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } - std::this_thread::sleep_for(std::chrono::seconds(1)); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); Client cli("localhost", PORT); @@ -4055,31 +4708,40 @@ TEST(GetWithParametersTest, GetWithParameters2) { }); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("world", body); - - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); } TEST(ClientDefaultHeadersTest, DefaultHeaders_Online) { - Client cli("httpbin.org"); +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN + auto host = "httpbin.org"; + auto path = std::string{"/range/32"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/range/32"}; +#endif + +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT + SSLClient cli(host); +#else + Client cli(host); +#endif + cli.set_default_headers({make_range_header({{1, 10}})}); cli.set_connection_timeout(5); { - auto res = cli.Get("/range/32"); + auto res = cli.Get(path); ASSERT_TRUE(res); EXPECT_EQ("bcdefghijk", res->body); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); } { - auto res = cli.Get("/range/32"); + auto res = cli.Get(path); ASSERT_TRUE(res); EXPECT_EQ("bcdefghijk", res->body); - EXPECT_EQ(206, res->status); + EXPECT_EQ(StatusCode::PartialContent_206, res->status); } } @@ -4092,23 +4754,22 @@ TEST(ServerDefaultHeadersTest, DefaultHeaders) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } - std::this_thread::sleep_for(std::chrono::seconds(1)); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); Client cli("localhost", PORT); auto res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("ok", res->body); EXPECT_EQ("World", res->get_header_value("Hello")); - - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); } #ifdef CPPHTTPLIB_OPENSSL_SUPPORT @@ -4126,12 +4787,13 @@ TEST(KeepAliveTest, ReadTimeoutSSL) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); - // Give GET time to get a few messages. - std::this_thread::sleep_for(std::chrono::seconds(1)); + svr.wait_until_ready(); SSLClient cli("localhost", PORT); cli.enable_server_certificate_verification(false); @@ -4144,12 +4806,8 @@ TEST(KeepAliveTest, ReadTimeoutSSL) { auto resb = cli.Get("/b"); ASSERT_TRUE(resb); - EXPECT_EQ(200, resb->status); + EXPECT_EQ(StatusCode::OK_200, resb->status); EXPECT_EQ("b", resb->body); - - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); } #endif @@ -4172,11 +4830,10 @@ class ServerTestWithAI_PASSIVE : public ::testing::Test { res.set_content("Hello World!", "text/plain"); }); - t_ = thread([&]() { ASSERT_TRUE(svr_.listen(nullptr, PORT, AI_PASSIVE)); }); + t_ = thread( + [&]() { ASSERT_TRUE(svr_.listen(std::string(), PORT, AI_PASSIVE)); }); - while (!svr_.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + svr_.wait_until_ready(); } virtual void TearDown() { @@ -4197,7 +4854,7 @@ class ServerTestWithAI_PASSIVE : public ::testing::Test { TEST_F(ServerTestWithAI_PASSIVE, GetMethod200) { auto res = cli_.Get("/hi"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("text/plain", res->get_header_value("Content-Type")); EXPECT_EQ("Hello World!", res->body); } @@ -4213,9 +4870,7 @@ class ServerUpDownTest : public ::testing::Test { ASSERT_TRUE(svr_.listen_after_bind()); }); - while (!svr_.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + svr_.wait_until_ready(); } virtual void TearDown() { @@ -4256,9 +4911,7 @@ class PayloadMaxLengthTest : public ::testing::Test { t_ = thread([&]() { ASSERT_TRUE(svr_.listen(HOST, PORT)); }); - while (!svr_.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + svr_.wait_until_ready(); } virtual void TearDown() { @@ -4279,13 +4932,33 @@ class PayloadMaxLengthTest : public ::testing::Test { TEST_F(PayloadMaxLengthTest, ExceedLimit) { auto res = cli_.Post("/test", "123456789", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(413, res->status); + EXPECT_EQ(StatusCode::PayloadTooLarge_413, res->status); res = cli_.Post("/test", "12345678", "text/plain"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); +} + +TEST(HostAndPortPropertiesTest, NoSSL) { + httplib::Client cli("www.google.com", 1234); + ASSERT_EQ("www.google.com", cli.host()); + ASSERT_EQ(1234, cli.port()); +} + +TEST(HostAndPortPropertiesTest, NoSSLWithSimpleAPI) { + httplib::Client cli("www.google.com:1234"); + ASSERT_EQ("www.google.com", cli.host()); + ASSERT_EQ(1234, cli.port()); } +#ifdef CPPHTTPLIB_OPENSSL_SUPPORT +TEST(HostAndPortPropertiesTest, SSL) { + httplib::SSLClient cli("www.google.com"); + ASSERT_EQ("www.google.com", cli.host()); + ASSERT_EQ(443, cli.port()); +} +#endif + #ifdef CPPHTTPLIB_OPENSSL_SUPPORT TEST(SSLClientTest, UpdateCAStore) { httplib::SSLClient httplib_client("www.google.com"); @@ -4301,17 +4974,25 @@ TEST(SSLClientTest, UpdateCAStore) { } TEST(SSLClientTest, ServerNameIndication_Online) { - SSLClient cli("httpbin.org", 443); - auto res = cli.Get("/get"); +#ifdef CPPHTTPLIB_DEFAULT_HTTPBIN + auto host = "httpbin.org"; + auto path = std::string{"/get"}; +#else + auto host = "nghttp2.org"; + auto path = std::string{"/httpbin/get"}; +#endif + + SSLClient cli(host, 443); + auto res = cli.Get(path); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); } TEST(SSLClientTest, ServerCertificateVerification1_Online) { - SSLClient cli("google.com"); + Client cli("https://google.com"); auto res = cli.Get("/"); ASSERT_TRUE(res); - ASSERT_EQ(301, res->status); + ASSERT_EQ(StatusCode::MovedPermanently_301, res->status); } TEST(SSLClientTest, ServerCertificateVerification2_Online) { @@ -4328,7 +5009,7 @@ TEST(SSLClientTest, ServerCertificateVerification3_Online) { cli.set_ca_cert_path(CA_CERT_FILE); auto res = cli.Get("/"); ASSERT_TRUE(res); - ASSERT_EQ(301, res->status); + ASSERT_EQ(StatusCode::MovedPermanently_301, res->status); } TEST(SSLClientTest, ServerCertificateVerification4) { @@ -4342,7 +5023,12 @@ TEST(SSLClientTest, ServerCertificateVerification4) { }); thread t = thread([&]() { ASSERT_TRUE(svr.listen("127.0.0.1", PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli("127.0.0.1", PORT); cli.set_ca_cert_path(SERVER_CERT2_FILE); @@ -4351,9 +5037,50 @@ TEST(SSLClientTest, ServerCertificateVerification4) { auto res = cli.Get("/test"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); +} - t.join(); +TEST(SSLClientTest, ServerCertificateVerification5_Online) { + std::string cert; + detail::read_file(CA_CERT_FILE, cert); + + SSLClient cli("google.com"); + cli.load_ca_cert_store(cert.data(), cert.size()); + const auto res = cli.Get("/"); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::MovedPermanently_301, res->status); +} + +TEST(SSLClientTest, ServerCertificateVerification6_Online) { + // clang-format off + static constexpr char cert[] = + "GlobalSign Root CA\n" + "==================\n" + "-----BEGIN CERTIFICATE-----\n" + "MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkGA1UEBhMCQkUx\n" + "GTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jvb3QgQ0ExGzAZBgNVBAMTEkds\n" + "b2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAwMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNV\n" + "BAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYD\n" + "VQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDa\n" + "DuaZjc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavpxy0Sy6sc\n" + "THAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp1Wrjsok6Vjk4bwY8iGlb\n" + "Kk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdGsnUOhugZitVtbNV4FpWi6cgKOOvyJBNP\n" + "c1STE4U6G7weNLWLBYy5d4ux2x8gkasJU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrX\n" + "gzT/LCrBbBlDSgeF59N89iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\n" + "HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0BAQUF\n" + "AAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOzyj1hTdNGCbM+w6Dj\n" + "Y1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE38NflNUVyRRBnMRddWQVDf9VMOyG\n" + "j/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymPAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhH\n" + "hm4qxFYxldBniYUr+WymXUadDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveC\n" + "X4XSQRjbgbMEHMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==\n" + "-----END CERTIFICATE-----\n"; + // clang-format on + + SSLClient cli("google.com"); + cli.load_ca_cert_store(cert, sizeof(cert)); + const auto res = cli.Get("/"); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::MovedPermanently_301, res->status); } TEST(SSLClientTest, WildcardHostNameMatch_Online) { @@ -4365,7 +5092,7 @@ TEST(SSLClientTest, WildcardHostNameMatch_Online) { auto res = cli.Get("/"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); } #if 0 @@ -4378,7 +5105,7 @@ TEST(SSLClientTest, SetInterfaceWithINET6) { auto res = cli->Get("/get"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); } #endif @@ -4412,7 +5139,12 @@ TEST(SSLClientServerTest, ClientCertPresent) { }); thread t = thread([&]() { ASSERT_TRUE(svr.listen(HOST, PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli(HOST, PORT, CLIENT_CERT_FILE, CLIENT_PRIVATE_KEY_FILE); cli.enable_server_certificate_verification(false); @@ -4420,9 +5152,7 @@ TEST(SSLClientServerTest, ClientCertPresent) { auto res = cli.Get("/test"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); - - t.join(); + ASSERT_EQ(StatusCode::OK_200, res->status); } #if !defined(_WIN32) || defined(OPENSSL_USE_APPLINK) @@ -4484,7 +5214,12 @@ TEST(SSLClientServerTest, MemoryClientCertPresent) { }); thread t = thread([&]() { ASSERT_TRUE(svr.listen(HOST, PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli(HOST, PORT, client_cert, client_private_key); cli.enable_server_certificate_verification(false); @@ -4492,14 +5227,12 @@ TEST(SSLClientServerTest, MemoryClientCertPresent) { auto res = cli.Get("/test"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); X509_free(server_cert); EVP_PKEY_free(server_private_key); X509_free(client_cert); EVP_PKEY_free(client_private_key); - - t.join(); } #endif @@ -4511,17 +5244,19 @@ TEST(SSLClientServerTest, ClientCertMissing) { svr.Get("/test", [&](const Request &, Response &) { ASSERT_TRUE(false); }); thread t = thread([&]() { ASSERT_TRUE(svr.listen(HOST, PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli(HOST, PORT); auto res = cli.Get("/test"); cli.set_connection_timeout(30); ASSERT_TRUE(!res); EXPECT_EQ(Error::SSLServerVerification, res.error()); - - svr.stop(); - - t.join(); } TEST(SSLClientServerTest, TrustDirOptional) { @@ -4534,7 +5269,12 @@ TEST(SSLClientServerTest, TrustDirOptional) { }); thread t = thread([&]() { ASSERT_TRUE(svr.listen(HOST, PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli(HOST, PORT, CLIENT_CERT_FILE, CLIENT_PRIVATE_KEY_FILE); cli.enable_server_certificate_verification(false); @@ -4542,9 +5282,7 @@ TEST(SSLClientServerTest, TrustDirOptional) { auto res = cli.Get("/test"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); - - t.join(); + ASSERT_EQ(StatusCode::OK_200, res->status); } TEST(SSLClientServerTest, SSLConnectTimeout) { @@ -4557,12 +5295,12 @@ TEST(SSLClientServerTest, SSLConnectTimeout) { client_ca_cert_dir_path), stop_(false) {} - bool stop_; + std::atomic_bool stop_; private: bool process_and_close_socket(socket_t /*sock*/) override { // Don't create SSL context - while (!stop_) { + while (!stop_.load()) { std::this_thread::sleep_for(std::chrono::milliseconds(100)); } return true; @@ -4577,7 +5315,14 @@ TEST(SSLClientServerTest, SSLConnectTimeout) { }); thread t = thread([&]() { ASSERT_TRUE(svr.listen(HOST, PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + svr.stop_ = true; + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli(HOST, PORT, CLIENT_CERT_FILE, CLIENT_PRIVATE_KEY_FILE); cli.enable_server_certificate_verification(false); @@ -4586,10 +5331,6 @@ TEST(SSLClientServerTest, SSLConnectTimeout) { auto res = cli.Get("/test"); ASSERT_TRUE(!res); EXPECT_EQ(Error::SSLConnection, res.error()); - - svr.stop_ = true; - svr.stop(); - t.join(); } TEST(SSLClientServerTest, CustomizeServerSSLCtx) { @@ -4648,7 +5389,12 @@ TEST(SSLClientServerTest, CustomizeServerSSLCtx) { }); thread t = thread([&]() { ASSERT_TRUE(svr.listen(HOST, PORT)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); SSLClient cli(HOST, PORT, CLIENT_CERT_FILE, CLIENT_PRIVATE_KEY_FILE); cli.enable_server_certificate_verification(false); @@ -4656,9 +5402,7 @@ TEST(SSLClientServerTest, CustomizeServerSSLCtx) { auto res = cli.Get("/test"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); - - t.join(); + ASSERT_EQ(StatusCode::OK_200, res->status); } // Disabled due to the out-of-memory problem on GitHub Actions Workflows @@ -4682,9 +5426,13 @@ TEST(SSLClientServerTest, DISABLED_LargeDataTransfer) { }); auto listen_thread = std::thread([&svr]() { svr.listen("localhost", PORT); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); // client POST SSLClient cli("localhost", PORT); @@ -4695,14 +5443,9 @@ TEST(SSLClientServerTest, DISABLED_LargeDataTransfer) { large_size_byte, "application/octet-stream"); // compare - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(large_size_byte, res->body.size()); EXPECT_EQ(0, std::memcmp(binary.data(), res->body.data(), large_size_byte)); - - // cleanup - svr.stop(); - listen_thread.join(); - ASSERT_FALSE(svr.is_running()); } #endif @@ -4739,8 +5482,76 @@ TEST(SendAPI, SimpleInterface_Online) { auto res = cli.send(req); ASSERT_TRUE(res); - EXPECT_EQ(301, res->status); + EXPECT_EQ(StatusCode::MovedPermanently_301, res->status); +} + +TEST(ClientImplMethods, GetSocketTest) { + httplib::Server svr; + svr.Get("/", [&](const httplib::Request & /*req*/, httplib::Response &res) { + res.status = StatusCode::OK_200; + }); + + auto thread = std::thread([&]() { svr.listen("127.0.0.1", 3333); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + httplib::Client cli("http://127.0.0.1:3333"); + cli.set_keep_alive(true); + + // Use the behavior of cpp-httplib of opening the connection + // only when the first request happens. If that changes, + // this test would be obsolete. + + EXPECT_EQ(cli.socket(), INVALID_SOCKET); + + // This also implicitly tests the server. But other tests would fail much + // earlier than this one to be considered. + + auto res = cli.Get("/"); + ASSERT_TRUE(res); + + EXPECT_EQ(StatusCode::OK_200, res->status); + ASSERT_TRUE(cli.socket() != INVALID_SOCKET); + } +} + +// Disabled due to out-of-memory problem on GitHub Actions +#ifdef _WIN64 +TEST(ServerLargeContentTest, DISABLED_SendLargeContent) { + // allocate content size larger than 2GB in memory + const size_t content_size = 2LL * 1024LL * 1024LL * 1024LL + 1LL; + char *content = (char *)malloc(content_size); + ASSERT_TRUE(content); + + Server svr; + svr.Get("/foo", + [=](const httplib::Request & /*req*/, httplib::Response &res) { + res.set_content(content, content_size, "application/octet-stream"); + }); + + auto listen_thread = std::thread([&svr]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + listen_thread.join(); + if (content) free(content); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + Client cli(HOST, PORT); + auto res = cli.Get("/foo"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ(content_size, res->body.length()); } +#endif #ifdef CPPHTTPLIB_OPENSSL_SUPPORT TEST(YahooRedirectTest2, SimpleInterface_Online) { @@ -4748,13 +5559,13 @@ TEST(YahooRedirectTest2, SimpleInterface_Online) { auto res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(301, res->status); + EXPECT_EQ(StatusCode::MovedPermanently_301, res->status); cli.set_follow_location(true); res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); - EXPECT_EQ("https://yahoo.com/", res->location); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ("https://www.yahoo.com/", res->location); } TEST(YahooRedirectTest3, SimpleInterface_Online) { @@ -4762,12 +5573,12 @@ TEST(YahooRedirectTest3, SimpleInterface_Online) { auto res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(301, res->status); + EXPECT_EQ(StatusCode::MovedPermanently_301, res->status); cli.set_follow_location(true); res = cli.Get("/"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("https://www.yahoo.com/", res->location); } @@ -4781,17 +5592,17 @@ TEST(YahooRedirectTest3, NewResultInterface_Online) { ASSERT_FALSE(res == nullptr); ASSERT_TRUE(res != nullptr); EXPECT_EQ(Error::Success, res.error()); - EXPECT_EQ(301, res.value().status); - EXPECT_EQ(301, (*res).status); - EXPECT_EQ(301, res->status); + EXPECT_EQ(StatusCode::MovedPermanently_301, res.value().status); + EXPECT_EQ(StatusCode::MovedPermanently_301, (*res).status); + EXPECT_EQ(StatusCode::MovedPermanently_301, res->status); cli.set_follow_location(true); res = cli.Get("/"); ASSERT_TRUE(res); EXPECT_EQ(Error::Success, res.error()); - EXPECT_EQ(200, res.value().status); - EXPECT_EQ(200, (*res).status); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res.value().status); + EXPECT_EQ(StatusCode::OK_200, (*res).status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ("https://www.yahoo.com/", res->location); } @@ -4802,7 +5613,7 @@ TEST(DecodeWithChunkedEncoding, BrotliEncoding_Online) { cli.Get("/ajax/libs/jquery/3.5.1/jquery.js", {{"Accept-Encoding", "br"}}); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); EXPECT_EQ(287630U, res->body.size()); EXPECT_EQ("application/javascript; charset=utf-8", res->get_header_value("Content-Type")); @@ -4817,7 +5628,7 @@ TEST(HttpsToHttpRedirectTest, SimpleInterface_Online) { "redirect-to?url=http%3A%2F%2Fwww.google.com&status_code=302"); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(HttpsToHttpRedirectTest2, SimpleInterface_Online) { @@ -4830,7 +5641,7 @@ TEST(HttpsToHttpRedirectTest2, SimpleInterface_Online) { auto res = cli.Get("/httpbin/redirect-to", params, Headers{}); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(HttpsToHttpRedirectTest3, SimpleInterface_Online) { @@ -4842,7 +5653,7 @@ TEST(HttpsToHttpRedirectTest3, SimpleInterface_Online) { auto res = cli.Get("/httpbin/redirect-to?status_code=302", params, Headers{}); ASSERT_TRUE(res); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(HttpToHttpsRedirectTest, CertFile) { @@ -4862,7 +5673,14 @@ TEST(HttpToHttpsRedirectTest, CertFile) { thread t = thread([&]() { ASSERT_TRUE(svr.listen("127.0.0.1", PORT)); }); thread t2 = thread([&]() { ASSERT_TRUE(ssl_svr.listen("127.0.0.1", 1235)); }); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + auto se = detail::scope_exit([&] { + t2.join(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + ssl_svr.wait_until_ready(); Client cli("127.0.0.1", PORT); cli.set_ca_cert_path(SERVER_CERT2_FILE); @@ -4872,10 +5690,7 @@ TEST(HttpToHttpsRedirectTest, CertFile) { auto res = cli.Get("/index"); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); - - t.join(); - t2.join(); + ASSERT_EQ(StatusCode::OK_200, res->status); } TEST(MultipartFormDataTest, LargeData) { @@ -4914,10 +5729,13 @@ TEST(MultipartFormDataTest, LargeData) { }); auto t = std::thread([&]() { svr.listen("localhost", 8080); }); - while (!svr.is_running()) { - std::this_thread::sleep_for(std::chrono::milliseconds(1)); - } - std::this_thread::sleep_for(std::chrono::seconds(1)); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); { std::string data(1024 * 1024 * 2, '.'); @@ -4934,11 +5752,1158 @@ TEST(MultipartFormDataTest, LargeData) { auto res = cli.Post("/post", items); ASSERT_TRUE(res); - ASSERT_EQ(200, res->status); + ASSERT_EQ(StatusCode::OK_200, res->status); } +} - svr.stop(); - t.join(); +TEST(MultipartFormDataTest, DataProviderItems) { + + std::random_device seed_gen; + std::mt19937 random(seed_gen()); + + std::string rand1; + rand1.resize(1000); + std::generate(rand1.begin(), rand1.end(), [&]() { return random(); }); + + std::string rand2; + rand2.resize(3000); + std::generate(rand2.begin(), rand2.end(), [&]() { return random(); }); + + SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE); + + svr.Post("/post-none", [&](const Request &req, Response & /*res*/, + const ContentReader &content_reader) { + ASSERT_FALSE(req.is_multipart_form_data()); + + std::string body; + content_reader([&](const char *data, size_t data_length) { + body.append(data, data_length); + return true; + }); + + EXPECT_EQ(body, ""); + }); + + svr.Post("/post-items", [&](const Request &req, Response & /*res*/, + const ContentReader &content_reader) { + ASSERT_TRUE(req.is_multipart_form_data()); + MultipartFormDataItems files; + content_reader( + [&](const MultipartFormData &file) { + files.push_back(file); + return true; + }, + [&](const char *data, size_t data_length) { + files.back().content.append(data, data_length); + return true; + }); + + ASSERT_TRUE(files.size() == 2); + + EXPECT_EQ(std::string(files[0].name), "name1"); + EXPECT_EQ(files[0].content, "Testing123"); + EXPECT_EQ(files[0].filename, "filename1"); + EXPECT_EQ(files[0].content_type, "application/octet-stream"); + + EXPECT_EQ(files[1].name, "name2"); + EXPECT_EQ(files[1].content, "Testing456"); + EXPECT_EQ(files[1].filename, ""); + EXPECT_EQ(files[1].content_type, ""); + }); + + svr.Post("/post-providers", [&](const Request &req, Response & /*res*/, + const ContentReader &content_reader) { + ASSERT_TRUE(req.is_multipart_form_data()); + MultipartFormDataItems files; + content_reader( + [&](const MultipartFormData &file) { + files.push_back(file); + return true; + }, + [&](const char *data, size_t data_length) { + files.back().content.append(data, data_length); + return true; + }); + + ASSERT_TRUE(files.size() == 2); + + EXPECT_EQ(files[0].name, "name3"); + EXPECT_EQ(files[0].content, rand1); + EXPECT_EQ(files[0].filename, "filename3"); + EXPECT_EQ(files[0].content_type, ""); + + EXPECT_EQ(files[1].name, "name4"); + EXPECT_EQ(files[1].content, rand2); + EXPECT_EQ(files[1].filename, "filename4"); + EXPECT_EQ(files[1].content_type, ""); + }); + + svr.Post("/post-both", [&](const Request &req, Response & /*res*/, + const ContentReader &content_reader) { + ASSERT_TRUE(req.is_multipart_form_data()); + MultipartFormDataItems files; + content_reader( + [&](const MultipartFormData &file) { + files.push_back(file); + return true; + }, + [&](const char *data, size_t data_length) { + files.back().content.append(data, data_length); + return true; + }); + + ASSERT_TRUE(files.size() == 4); + + EXPECT_EQ(std::string(files[0].name), "name1"); + EXPECT_EQ(files[0].content, "Testing123"); + EXPECT_EQ(files[0].filename, "filename1"); + EXPECT_EQ(files[0].content_type, "application/octet-stream"); + + EXPECT_EQ(files[1].name, "name2"); + EXPECT_EQ(files[1].content, "Testing456"); + EXPECT_EQ(files[1].filename, ""); + EXPECT_EQ(files[1].content_type, ""); + + EXPECT_EQ(files[2].name, "name3"); + EXPECT_EQ(files[2].content, rand1); + EXPECT_EQ(files[2].filename, "filename3"); + EXPECT_EQ(files[2].content_type, ""); + + EXPECT_EQ(files[3].name, "name4"); + EXPECT_EQ(files[3].content, rand2); + EXPECT_EQ(files[3].filename, "filename4"); + EXPECT_EQ(files[3].content_type, ""); + }); + + auto t = std::thread([&]() { svr.listen("localhost", 8080); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + Client cli("https://localhost:8080"); + cli.enable_server_certificate_verification(false); + + MultipartFormDataItems items{ + {"name1", "Testing123", "filename1", "application/octet-stream"}, + {"name2", "Testing456", "", ""}, // not a file + }; + + { + auto res = cli.Post("/post-none", {}, {}, {}); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } + + MultipartFormDataProviderItems providers; + + { + auto res = + cli.Post("/post-items", {}, items, providers); // empty providers + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } + + providers.push_back({"name3", + [&](size_t offset, httplib::DataSink &sink) -> bool { + // test the offset is given correctly at each step + if (!offset) + sink.os.write(rand1.data(), 30); + else if (offset == 30) + sink.os.write(rand1.data() + 30, 300); + else if (offset == 330) + sink.os.write(rand1.data() + 330, 670); + else if (offset == rand1.size()) + sink.done(); + return true; + }, + "filename3", + {}}); + + providers.push_back({"name4", + [&](size_t offset, httplib::DataSink &sink) -> bool { + // test the offset is given correctly at each step + if (!offset) + sink.os.write(rand2.data(), 2000); + else if (offset == 2000) + sink.os.write(rand2.data() + 2000, 1); + else if (offset == 2001) + sink.os.write(rand2.data() + 2001, 999); + else if (offset == rand2.size()) + sink.done(); + return true; + }, + "filename4", + {}}); + + { + auto res = cli.Post("/post-providers", {}, {}, providers); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } + + { + auto res = cli.Post("/post-both", {}, items, providers); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } + } } -#endif +TEST(MultipartFormDataTest, BadHeader) { + Server svr; + svr.Post("/post", [&](const Request & /*req*/, Response &res) { + res.set_content("ok", "text/plain"); + }); + + thread t = thread([&] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + const std::string body = + "This is the preamble. It is to be ignored, though it\r\n" + "is a handy place for composition agents to include an\r\n" + "explanatory note to non-MIME conformant readers.\r\n" + "\r\n" + "\r\n" + "--simple boundary\r\n" + "Content-Disposition: form-data; name=\"field1\"\r\n" + ": BAD...\r\n" + "\r\n" + "value1\r\n" + "--simple boundary\r\n" + "Content-Disposition: form-data; name=\"field2\"; " + "filename=\"example.txt\"\r\n" + "\r\n" + "value2\r\n" + "--simple boundary--\r\n" + "This is the epilogue. It is also to be ignored.\r\n"; + + std::string content_type = + R"(multipart/form-data; boundary="simple boundary")"; + + Client cli(HOST, PORT); + auto res = cli.Post("/post", body, content_type.c_str()); + + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::BadRequest_400, res->status); +} + +TEST(MultipartFormDataTest, WithPreamble) { + Server svr; + svr.Post("/post", [&](const Request & /*req*/, Response &res) { + res.set_content("ok", "text/plain"); + }); + + thread t = thread([&] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + const std::string body = + "This is the preamble. It is to be ignored, though it\r\n" + "is a handy place for composition agents to include an\r\n" + "explanatory note to non-MIME conformant readers.\r\n" + "\r\n" + "\r\n" + "--simple boundary\r\n" + "Content-Disposition: form-data; name=\"field1\"\r\n" + "\r\n" + "value1\r\n" + "--simple boundary\r\n" + "Content-Disposition: form-data; name=\"field2\"; " + "filename=\"example.txt\"\r\n" + "\r\n" + "value2\r\n" + "--simple boundary--\r\n" + "This is the epilogue. It is also to be ignored.\r\n"; + + std::string content_type = + R"(multipart/form-data; boundary="simple boundary")"; + + Client cli(HOST, PORT); + auto res = cli.Post("/post", body, content_type.c_str()); + + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); +} + +TEST(MultipartFormDataTest, PostCustomBoundary) { + SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE); + + svr.Post("/post_customboundary", [&](const Request &req, Response & /*res*/, + const ContentReader &content_reader) { + if (req.is_multipart_form_data()) { + MultipartFormDataItems files; + content_reader( + [&](const MultipartFormData &file) { + files.push_back(file); + return true; + }, + [&](const char *data, size_t data_length) { + files.back().content.append(data, data_length); + return true; + }); + + EXPECT_TRUE(std::string(files[0].name) == "document"); + EXPECT_EQ(size_t(1024 * 1024 * 2), files[0].content.size()); + EXPECT_TRUE(files[0].filename == "2MB_data"); + EXPECT_TRUE(files[0].content_type == "application/octet-stream"); + + EXPECT_TRUE(files[1].name == "hello"); + EXPECT_TRUE(files[1].content == "world"); + EXPECT_TRUE(files[1].filename == ""); + EXPECT_TRUE(files[1].content_type == ""); + } else { + std::string body; + content_reader([&](const char *data, size_t data_length) { + body.append(data, data_length); + return true; + }); + } + }); + + auto t = std::thread([&]() { svr.listen("localhost", 8080); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + std::string data(1024 * 1024 * 2, '.'); + std::stringstream buffer; + buffer << data; + + Client cli("https://localhost:8080"); + cli.enable_server_certificate_verification(false); + + MultipartFormDataItems items{ + {"document", buffer.str(), "2MB_data", "application/octet-stream"}, + {"hello", "world", "", ""}, + }; + + auto res = cli.Post("/post_customboundary", {}, items, "abc-abc"); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } +} + +TEST(MultipartFormDataTest, PostInvalidBoundaryChars) { + std::string data(1024 * 1024 * 2, '&'); + std::stringstream buffer; + buffer << data; + + Client cli("https://localhost:8080"); + + MultipartFormDataItems items{ + {"document", buffer.str(), "2MB_data", "application/octet-stream"}, + {"hello", "world", "", ""}, + }; + + for (const char &c : " \t\r\n") { + auto res = + cli.Post("/invalid_boundary", {}, items, string("abc123").append(1, c)); + ASSERT_EQ(Error::UnsupportedMultipartBoundaryChars, res.error()); + ASSERT_FALSE(res); + } +} + +TEST(MultipartFormDataTest, PutFormData) { + SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE); + + svr.Put("/put", [&](const Request &req, const Response & /*res*/, + const ContentReader &content_reader) { + if (req.is_multipart_form_data()) { + MultipartFormDataItems files; + content_reader( + [&](const MultipartFormData &file) { + files.push_back(file); + return true; + }, + [&](const char *data, size_t data_length) { + files.back().content.append(data, data_length); + return true; + }); + + EXPECT_TRUE(std::string(files[0].name) == "document"); + EXPECT_EQ(size_t(1024 * 1024 * 2), files[0].content.size()); + EXPECT_TRUE(files[0].filename == "2MB_data"); + EXPECT_TRUE(files[0].content_type == "application/octet-stream"); + + EXPECT_TRUE(files[1].name == "hello"); + EXPECT_TRUE(files[1].content == "world"); + EXPECT_TRUE(files[1].filename == ""); + EXPECT_TRUE(files[1].content_type == ""); + } else { + std::string body; + content_reader([&](const char *data, size_t data_length) { + body.append(data, data_length); + return true; + }); + } + }); + + auto t = std::thread([&]() { svr.listen("localhost", 8080); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + std::string data(1024 * 1024 * 2, '&'); + std::stringstream buffer; + buffer << data; + + Client cli("https://localhost:8080"); + cli.enable_server_certificate_verification(false); + + MultipartFormDataItems items{ + {"document", buffer.str(), "2MB_data", "application/octet-stream"}, + {"hello", "world", "", ""}, + }; + + auto res = cli.Put("/put", items); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } +} + +TEST(MultipartFormDataTest, PutFormDataCustomBoundary) { + SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE); + + svr.Put("/put_customboundary", + [&](const Request &req, const Response & /*res*/, + const ContentReader &content_reader) { + if (req.is_multipart_form_data()) { + MultipartFormDataItems files; + content_reader( + [&](const MultipartFormData &file) { + files.push_back(file); + return true; + }, + [&](const char *data, size_t data_length) { + files.back().content.append(data, data_length); + return true; + }); + + EXPECT_TRUE(std::string(files[0].name) == "document"); + EXPECT_EQ(size_t(1024 * 1024 * 2), files[0].content.size()); + EXPECT_TRUE(files[0].filename == "2MB_data"); + EXPECT_TRUE(files[0].content_type == "application/octet-stream"); + + EXPECT_TRUE(files[1].name == "hello"); + EXPECT_TRUE(files[1].content == "world"); + EXPECT_TRUE(files[1].filename == ""); + EXPECT_TRUE(files[1].content_type == ""); + } else { + std::string body; + content_reader([&](const char *data, size_t data_length) { + body.append(data, data_length); + return true; + }); + } + }); + + auto t = std::thread([&]() { svr.listen("localhost", 8080); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + std::string data(1024 * 1024 * 2, '&'); + std::stringstream buffer; + buffer << data; + + Client cli("https://localhost:8080"); + cli.enable_server_certificate_verification(false); + + MultipartFormDataItems items{ + {"document", buffer.str(), "2MB_data", "application/octet-stream"}, + {"hello", "world", "", ""}, + }; + + auto res = cli.Put("/put_customboundary", {}, items, "abc-abc_"); + ASSERT_TRUE(res); + ASSERT_EQ(StatusCode::OK_200, res->status); + } +} + +TEST(MultipartFormDataTest, PutInvalidBoundaryChars) { + std::string data(1024 * 1024 * 2, '&'); + std::stringstream buffer; + buffer << data; + + Client cli("https://localhost:8080"); + cli.enable_server_certificate_verification(false); + + MultipartFormDataItems items{ + {"document", buffer.str(), "2MB_data", "application/octet-stream"}, + {"hello", "world", "", ""}, + }; + + for (const char &c : " \t\r\n") { + auto res = cli.Put("/put", {}, items, string("abc123").append(1, c)); + ASSERT_EQ(Error::UnsupportedMultipartBoundaryChars, res.error()); + ASSERT_FALSE(res); + } +} + +TEST(MultipartFormDataTest, AlternateFilename) { + auto handled = false; + + Server svr; + svr.Post("/test", [&](const Request &req, Response &res) { + ASSERT_EQ(3u, req.files.size()); + + auto it = req.files.begin(); + ASSERT_EQ("file1", it->second.name); + ASSERT_EQ("A.txt", it->second.filename); + ASSERT_EQ("text/plain", it->second.content_type); + ASSERT_EQ("Content of a.txt.\r\n", it->second.content); + + ++it; + ASSERT_EQ("file2", it->second.name); + ASSERT_EQ("a.html", it->second.filename); + ASSERT_EQ("text/html", it->second.content_type); + ASSERT_EQ("Content of a.html.\r\n", + it->second.content); + + ++it; + ASSERT_EQ("text", it->second.name); + ASSERT_EQ("", it->second.filename); + ASSERT_EQ("", it->second.content_type); + ASSERT_EQ("text default", it->second.content); + + res.set_content("ok", "text/plain"); + + handled = true; + }); + + thread t = thread([&] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + ASSERT_TRUE(handled); + }); + + svr.wait_until_ready(); + + auto req = "POST /test HTTP/1.1\r\n" + "Content-Type: multipart/form-data;boundary=--------\r\n" + "Content-Length: 399\r\n" + "\r\n" + "----------\r\n" + "Content-Disposition: form-data; name=\"text\"\r\n" + "\r\n" + "text default\r\n" + "----------\r\n" + "Content-Disposition: form-data; filename*=\"UTF-8''%41.txt\"; " + "filename=\"a.txt\"; name=\"file1\"\r\n" + "Content-Type: text/plain\r\n" + "\r\n" + "Content of a.txt.\r\n" + "\r\n" + "----------\r\n" + "Content-Disposition: form-data; name=\"file2\" ;filename = " + "\"a.html\"\r\n" + "Content-Type: text/html\r\n" + "\r\n" + "Content of a.html.\r\n" + "\r\n" + "------------\r\n"; + + ASSERT_TRUE(send_request(1, req)); +} + +TEST(MultipartFormDataTest, CloseDelimiterWithoutCRLF) { + auto handled = false; + + Server svr; + svr.Post("/test", [&](const Request &req, Response &) { + ASSERT_EQ(2u, req.files.size()); + + auto it = req.files.begin(); + ASSERT_EQ("text1", it->second.name); + ASSERT_EQ("text1", it->second.content); + + ++it; + ASSERT_EQ("text2", it->second.name); + ASSERT_EQ("text2", it->second.content); + + handled = true; + }); + + thread t = thread([&] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + ASSERT_TRUE(handled); + }); + + svr.wait_until_ready(); + + auto req = "POST /test HTTP/1.1\r\n" + "Content-Type: multipart/form-data;boundary=--------\r\n" + "Content-Length: 146\r\n" + "\r\n----------\r\n" + "Content-Disposition: form-data; name=\"text1\"\r\n" + "\r\n" + "text1" + "\r\n----------\r\n" + "Content-Disposition: form-data; name=\"text2\"\r\n" + "\r\n" + "text2" + "\r\n------------"; + + std::string resonse; + ASSERT_TRUE(send_request(1, req, &resonse)); + ASSERT_EQ("200", resonse.substr(9, 3)); +} + +TEST(MultipartFormDataTest, ContentLength) { + auto handled = false; + + Server svr; + svr.Post("/test", [&](const Request &req, Response &) { + ASSERT_EQ(2u, req.files.size()); + + auto it = req.files.begin(); + ASSERT_EQ("text1", it->second.name); + ASSERT_EQ("text1", it->second.content); + + ++it; + ASSERT_EQ("text2", it->second.name); + ASSERT_EQ("text2", it->second.content); + + handled = true; + }); + + thread t = thread([&] { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + ASSERT_TRUE(handled); + }); + + svr.wait_until_ready(); + + auto req = "POST /test HTTP/1.1\r\n" + "Content-Type: multipart/form-data;boundary=--------\r\n" + "Content-Length: 167\r\n" + "\r\n----------\r\n" + "Content-Disposition: form-data; name=\"text1\"\r\n" + "Content-Length: 5\r\n" + "\r\n" + "text1" + "\r\n----------\r\n" + "Content-Disposition: form-data; name=\"text2\"\r\n" + "\r\n" + "text2" + "\r\n------------\r\n"; + + std::string resonse; + ASSERT_TRUE(send_request(1, req, &resonse)); + ASSERT_EQ("200", resonse.substr(9, 3)); +} + +#endif + +#ifndef _WIN32 +class UnixSocketTest : public ::testing::Test { +protected: + void TearDown() override { std::remove(pathname_.c_str()); } + + void client_GET(const std::string &addr) { + httplib::Client cli{addr}; + cli.set_address_family(AF_UNIX); + ASSERT_TRUE(cli.is_valid()); + + const auto &result = cli.Get(pattern_); + ASSERT_TRUE(result) << "error: " << result.error(); + + const auto &resp = result.value(); + EXPECT_EQ(resp.status, StatusCode::OK_200); + EXPECT_EQ(resp.body, content_); + } + + const std::string pathname_{"./httplib-server.sock"}; + const std::string pattern_{"/hi"}; + const std::string content_{"Hello World!"}; +}; + +TEST_F(UnixSocketTest, pathname) { + httplib::Server svr; + svr.Get(pattern_, [&](const httplib::Request &, httplib::Response &res) { + res.set_content(content_, "text/plain"); + }); + + std::thread t{[&] { + ASSERT_TRUE(svr.set_address_family(AF_UNIX).listen(pathname_, 80)); + }}; + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + ASSERT_TRUE(svr.is_running()); + + client_GET(pathname_); +} + +#if defined(__linux__) || \ + /* __APPLE__ */ (defined(SOL_LOCAL) && defined(SO_PEERPID)) +TEST_F(UnixSocketTest, PeerPid) { + httplib::Server svr; + std::string remote_port_val; + svr.Get(pattern_, [&](const httplib::Request &req, httplib::Response &res) { + res.set_content(content_, "text/plain"); + remote_port_val = req.get_header_value("REMOTE_PORT"); + }); + + std::thread t{[&] { + ASSERT_TRUE(svr.set_address_family(AF_UNIX).listen(pathname_, 80)); + }}; + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + ASSERT_TRUE(svr.is_running()); + + client_GET(pathname_); + EXPECT_EQ(std::to_string(getpid()), remote_port_val); +} +#endif + +#ifdef __linux__ +TEST_F(UnixSocketTest, abstract) { + constexpr char svr_path[]{"\x00httplib-server.sock"}; + const std::string abstract_addr{svr_path, sizeof(svr_path) - 1}; + + httplib::Server svr; + svr.Get(pattern_, [&](const httplib::Request &, httplib::Response &res) { + res.set_content(content_, "text/plain"); + }); + + std::thread t{[&] { + ASSERT_TRUE(svr.set_address_family(AF_UNIX).listen(abstract_addr, 80)); + }}; + auto se = detail::scope_exit([&] { + svr.stop(); + t.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + ASSERT_TRUE(svr.is_running()); + + client_GET(abstract_addr); +} +#endif + +TEST(SocketStream, is_writable_UNIX) { + int fds[2]; + ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, fds)); + + const auto asSocketStream = [&](socket_t fd, + std::function func) { + return detail::process_client_socket(fd, 0, 0, 0, 0, func); + }; + asSocketStream(fds[0], [&](Stream &s0) { + EXPECT_EQ(s0.socket(), fds[0]); + EXPECT_TRUE(s0.is_writable()); + + EXPECT_EQ(0, close(fds[1])); + EXPECT_FALSE(s0.is_writable()); + + return true; + }); + EXPECT_EQ(0, close(fds[0])); +} + +TEST(SocketStream, is_writable_INET) { + sockaddr_in addr; + memset(&addr, 0, sizeof(addr)); + addr.sin_family = AF_INET; + addr.sin_port = htons(PORT + 1); + addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); + + int disconnected_svr_sock = -1; + std::thread svr{[&] { + const int s = socket(AF_INET, SOCK_STREAM, 0); + ASSERT_LE(0, s); + ASSERT_EQ(0, ::bind(s, reinterpret_cast(&addr), sizeof(addr))); + ASSERT_EQ(0, listen(s, 1)); + ASSERT_LE(0, disconnected_svr_sock = accept(s, nullptr, nullptr)); + ASSERT_EQ(0, close(s)); + }}; + std::this_thread::sleep_for(std::chrono::milliseconds(100)); + + std::thread cli{[&] { + const int s = socket(AF_INET, SOCK_STREAM, 0); + ASSERT_LE(0, s); + ASSERT_EQ(0, connect(s, reinterpret_cast(&addr), sizeof(addr))); + ASSERT_EQ(0, close(s)); + }}; + cli.join(); + svr.join(); + ASSERT_NE(disconnected_svr_sock, -1); + + const auto asSocketStream = [&](socket_t fd, + std::function func) { + return detail::process_client_socket(fd, 0, 0, 0, 0, func); + }; + asSocketStream(disconnected_svr_sock, [&](Stream &ss) { + EXPECT_EQ(ss.socket(), disconnected_svr_sock); + EXPECT_FALSE(ss.is_writable()); + + return true; + }); + + ASSERT_EQ(0, close(disconnected_svr_sock)); +} +#endif // #ifndef _WIN32 + +TEST(TaskQueueTest, IncreaseAtomicInteger) { + static constexpr unsigned int number_of_tasks{1000000}; + std::atomic_uint count{0}; + std::unique_ptr task_queue{ + new ThreadPool{CPPHTTPLIB_THREAD_POOL_COUNT}}; + + for (unsigned int i = 0; i < number_of_tasks; ++i) { + auto queued = task_queue->enqueue( + [&count] { count.fetch_add(1, std::memory_order_relaxed); }); + EXPECT_TRUE(queued); + } + + EXPECT_NO_THROW(task_queue->shutdown()); + EXPECT_EQ(number_of_tasks, count.load()); +} + +TEST(TaskQueueTest, IncreaseAtomicIntegerWithQueueLimit) { + static constexpr unsigned int number_of_tasks{1000000}; + static constexpr unsigned int qlimit{2}; + unsigned int queued_count{0}; + std::atomic_uint count{0}; + std::unique_ptr task_queue{ + new ThreadPool{/*num_threads=*/1, qlimit}}; + + for (unsigned int i = 0; i < number_of_tasks; ++i) { + if (task_queue->enqueue( + [&count] { count.fetch_add(1, std::memory_order_relaxed); })) { + queued_count++; + } + } + + EXPECT_NO_THROW(task_queue->shutdown()); + EXPECT_EQ(queued_count, count.load()); + EXPECT_TRUE(queued_count <= number_of_tasks); + EXPECT_TRUE(queued_count >= qlimit); +} + +TEST(TaskQueueTest, MaxQueuedRequests) { + static constexpr unsigned int qlimit{3}; + std::unique_ptr task_queue{new ThreadPool{1, qlimit}}; + std::condition_variable sem_cv; + std::mutex sem_mtx; + int credits = 0; + bool queued; + + /* Fill up the queue with tasks that will block until we give them credits to + * complete. */ + for (unsigned int n = 0; n <= qlimit;) { + queued = task_queue->enqueue([&sem_mtx, &sem_cv, &credits] { + std::unique_lock lock(sem_mtx); + while (credits <= 0) { + sem_cv.wait(lock); + } + /* Consume the credit and signal the test code if they are all gone. */ + if (--credits == 0) { sem_cv.notify_one(); } + }); + + if (n < qlimit) { + /* The first qlimit enqueues must succeed. */ + EXPECT_TRUE(queued); + } else { + /* The last one will succeed only when the worker thread + * starts and dequeues the first blocking task. Although + * not necessary for the correctness of this test, we sleep for + * a short while to avoid busy waiting. */ + std::this_thread::sleep_for(std::chrono::milliseconds(10)); + } + if (queued) { n++; } + } + + /* Further enqueues must fail since the queue is full. */ + for (auto i = 0; i < 4; i++) { + queued = task_queue->enqueue([] {}); + EXPECT_FALSE(queued); + } + + /* Give the credits to allow the previous tasks to complete. */ + { + std::unique_lock lock(sem_mtx); + credits += qlimit + 1; + } + sem_cv.notify_all(); + + /* Wait for all the credits to be consumed. */ + { + std::unique_lock lock(sem_mtx); + while (credits > 0) { + sem_cv.wait(lock); + } + } + + /* Check that we are able again to enqueue at least qlimit tasks. */ + for (unsigned int i = 0; i < qlimit; i++) { + queued = task_queue->enqueue([] {}); + EXPECT_TRUE(queued); + } + + EXPECT_NO_THROW(task_queue->shutdown()); +} + +TEST(RedirectTest, RedirectToUrlWithQueryParameters) { + Server svr; + + svr.Get("/", [](const Request & /*req*/, Response &res) { + res.set_redirect(R"(/hello?key=val%26key2%3Dval2)"); + }); + + svr.Get("/hello", [](const Request &req, Response &res) { + res.set_content(req.get_param_value("key"), "text/plain"); + }); + + auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + Client cli(HOST, PORT); + cli.set_follow_location(true); + + auto res = cli.Get("/"); + ASSERT_TRUE(res); + EXPECT_EQ(StatusCode::OK_200, res->status); + EXPECT_EQ("val&key2=val2", res->body); + } +} + +TEST(VulnerabilityTest, CRLFInjection) { + Server svr; + + svr.Post("/test1", [](const Request & /*req*/, Response &res) { + res.set_content("Hello 1", "text/plain"); + }); + + svr.Delete("/test2", [](const Request & /*req*/, Response &res) { + res.set_content("Hello 2", "text/plain"); + }); + + svr.Put("/test3", [](const Request & /*req*/, Response &res) { + res.set_content("Hello 3", "text/plain"); + }); + + svr.Patch("/test4", [](const Request & /*req*/, Response &res) { + res.set_content("Hello 4", "text/plain"); + }); + + svr.set_logger([](const Request &req, const Response & /*res*/) { + for (const auto &x : req.headers) { + auto key = x.first; + EXPECT_STRNE("evil", key.c_str()); + } + }); + + auto thread = std::thread([&]() { svr.listen(HOST, PORT); }); + auto se = detail::scope_exit([&] { + svr.stop(); + thread.join(); + ASSERT_FALSE(svr.is_running()); + }); + + svr.wait_until_ready(); + + { + Client cli(HOST, PORT); + + cli.Post("/test1", "A=B", + "application/x-www-form-urlencoded\r\nevil: hello1"); + cli.Delete("/test2", "A=B", "text/plain\r\nevil: hello2"); + cli.Put("/test3", "text", "text/plain\r\nevil: hello3"); + cli.Patch("/test4", "content", "text/plain\r\nevil: hello4"); + } +} + +TEST(PathParamsTest, StaticMatch) { + const auto pattern = "/users/all"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/all"; + ASSERT_TRUE(matcher.match(request)); + + std::unordered_map expected_params = {}; + + EXPECT_EQ(request.path_params, expected_params); +} + +TEST(PathParamsTest, StaticMismatch) { + const auto pattern = "/users/all"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/1"; + ASSERT_FALSE(matcher.match(request)); +} + +TEST(PathParamsTest, SingleParamInTheMiddle) { + const auto pattern = "/users/:id/subscriptions"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/42/subscriptions"; + ASSERT_TRUE(matcher.match(request)); + + std::unordered_map expected_params = {{"id", "42"}}; + + EXPECT_EQ(request.path_params, expected_params); +} + +TEST(PathParamsTest, SingleParamInTheEnd) { + const auto pattern = "/users/:id"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/24"; + ASSERT_TRUE(matcher.match(request)); + + std::unordered_map expected_params = {{"id", "24"}}; + + EXPECT_EQ(request.path_params, expected_params); +} + +TEST(PathParamsTest, SingleParamInTheEndTrailingSlash) { + const auto pattern = "/users/:id/"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/42/"; + ASSERT_TRUE(matcher.match(request)); + std::unordered_map expected_params = {{"id", "42"}}; + + EXPECT_EQ(request.path_params, expected_params); +} + +TEST(PathParamsTest, EmptyParam) { + const auto pattern = "/users/:id/"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users//"; + ASSERT_TRUE(matcher.match(request)); + + std::unordered_map expected_params = {{"id", ""}}; + + EXPECT_EQ(request.path_params, expected_params); +} + +TEST(PathParamsTest, FragmentMismatch) { + const auto pattern = "/users/:id/"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/admins/24/"; + ASSERT_FALSE(matcher.match(request)); +} + +TEST(PathParamsTest, ExtraFragments) { + const auto pattern = "/users/:id"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/42/subscriptions"; + ASSERT_FALSE(matcher.match(request)); +} + +TEST(PathParamsTest, MissingTrailingParam) { + const auto pattern = "/users/:id"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users"; + ASSERT_FALSE(matcher.match(request)); +} + +TEST(PathParamsTest, MissingParamInTheMiddle) { + const auto pattern = "/users/:id/subscriptions"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/subscriptions"; + ASSERT_FALSE(matcher.match(request)); +} + +TEST(PathParamsTest, MultipleParams) { + const auto pattern = "/users/:userid/subscriptions/:subid"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/users/42/subscriptions/2"; + ASSERT_TRUE(matcher.match(request)); + + std::unordered_map expected_params = { + {"userid", "42"}, {"subid", "2"}}; + + EXPECT_EQ(request.path_params, expected_params); +} + +TEST(PathParamsTest, SequenceOfParams) { + const auto pattern = "/values/:x/:y/:z"; + detail::PathParamsMatcher matcher(pattern); + + Request request; + request.path = "/values/1/2/3"; + ASSERT_TRUE(matcher.match(request)); + + std::unordered_map expected_params = { + {"x", "1"}, {"y", "2"}, {"z", "3"}}; + + EXPECT_EQ(request.path_params, expected_params); +} diff --git a/external_imported/cpp-httplib/test/test.vcxproj b/external_imported/cpp-httplib/test/test.vcxproj index 22739d60e..b169311b1 100644 --- a/external_imported/cpp-httplib/test/test.vcxproj +++ b/external_imported/cpp-httplib/test/test.vcxproj @@ -116,6 +116,7 @@ true + /bigobj %(AdditionalOptions) Console @@ -158,6 +159,7 @@ true + /bigobj %(AdditionalOptions) Console diff --git a/external_imported/cpp-httplib/test/test_proxy.cc b/external_imported/cpp-httplib/test/test_proxy.cc index 941b74714..88a8ba963 100644 --- a/external_imported/cpp-httplib/test/test_proxy.cc +++ b/external_imported/cpp-httplib/test/test_proxy.cc @@ -10,7 +10,7 @@ void ProxyTest(T& cli, bool basic) { cli.set_proxy("localhost", basic ? 3128 : 3129); auto res = cli.Get("/httpbin/get"); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(407, res->status); + EXPECT_EQ(StatusCode::ProxyAuthenticationRequired_407, res->status); } TEST(ProxyTest, NoSSLBasic) { @@ -51,7 +51,7 @@ void RedirectProxyText(T& cli, const char *path, bool basic) { auto res = cli.Get(path); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } TEST(RedirectTest, HTTPBinNoSSLBasic) { @@ -82,7 +82,7 @@ TEST(RedirectTest, YouTubeNoSSLBasic) { RedirectProxyText(cli, "/", true); } -TEST(RedirectTest, YouTubeNoSSLDigest) { +TEST(RedirectTest, DISABLED_YouTubeNoSSLDigest) { Client cli("youtube.com"); RedirectProxyText(cli, "/", false); } @@ -108,7 +108,7 @@ void BaseAuthTestFromHTTPWatch(T& cli) { { auto res = cli.Get("/basic-auth/hello/world"); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } { @@ -117,7 +117,7 @@ void BaseAuthTestFromHTTPWatch(T& cli) { {make_basic_authentication_header("hello", "world")}); ASSERT_TRUE(res != nullptr); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { @@ -125,21 +125,21 @@ void BaseAuthTestFromHTTPWatch(T& cli) { auto res = cli.Get("/basic-auth/hello/world"); ASSERT_TRUE(res != nullptr); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { cli.set_basic_auth("hello", "bad"); auto res = cli.Get("/basic-auth/hello/world"); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } { cli.set_basic_auth("bad", "world"); auto res = cli.Get("/basic-auth/hello/world"); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } } @@ -166,7 +166,7 @@ void DigestAuthTestFromHTTPWatch(T& cli) { { auto res = cli.Get("/digest-auth/auth/hello/world"); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } { @@ -182,23 +182,23 @@ void DigestAuthTestFromHTTPWatch(T& cli) { auto res = cli.Get(path.c_str()); ASSERT_TRUE(res != nullptr); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } cli.set_digest_auth("hello", "bad"); for (auto path : paths) { auto res = cli.Get(path.c_str()); ASSERT_TRUE(res != nullptr); - EXPECT_EQ(401, res->status); + EXPECT_EQ(StatusCode::Unauthorized_401, res->status); } // NOTE: Until httpbin.org fixes issue #46, the following test is commented - // out. Plese see https://httpbin.org/digest-auth/auth/hello/world + // out. Please see https://httpbin.org/digest-auth/auth/hello/world // cli.set_digest_auth("bad", "world"); // for (auto path : paths) { // auto res = cli.Get(path.c_str()); // ASSERT_TRUE(res != nullptr); - // EXPECT_EQ(401, res->status); + // EXPECT_EQ(StatusCode::Unauthorized_401, res->status); // } } } @@ -234,11 +234,11 @@ void KeepAliveTest(T& cli, bool basic) { { auto res = cli.Get("/httpbin/get"); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { auto res = cli.Get("/httpbin/redirect/2"); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } { @@ -252,7 +252,7 @@ void KeepAliveTest(T& cli, bool basic) { for (auto path: paths) { auto res = cli.Get(path.c_str()); EXPECT_EQ("{\n \"authenticated\": true, \n \"user\": \"hello\"\n}\n", res->body); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } } @@ -260,7 +260,7 @@ void KeepAliveTest(T& cli, bool basic) { int count = 10; while (count--) { auto res = cli.Get("/httpbin/get"); - EXPECT_EQ(200, res->status); + EXPECT_EQ(StatusCode::OK_200, res->status); } } } diff --git a/external_imported/cpp-httplib/test/www/dir/1MB.txt b/external_imported/cpp-httplib/test/www/dir/1MB.txt new file mode 100644 index 000000000..f5a9c204f --- /dev/null +++ b/external_imported/cpp-httplib/test/www/dir/1MB.txt @@ -0,0 +1,8192 @@ +9254835974458887629672873635789957411886024698554157393849494864228024962939550688297074527198420261051675205999609689838587412 +7948702662533481896767559573369920938242346354580061545409242090168773727371802699309443935396635866263937828773324526334321892 +7929250312741837331511829643632683169694074912332726993582394725302853411901337696207186358524323117172520907433878952968176465 +9486937364148093931718552300016332142708943190856638524388888569011747617956915519539025796115901484762122047712200094207683584 +0703675740855407318047361595661595146837376373951978537785605481083388906490085533348547865459237835407372374738389274773789264 +3524314516560200536698529022539598732463389124803873184044464663165630452635665559603483233341839268186056673186867104904449866 +3388466377320953222057779182433549144340237502432464295061371141084500222833875925546082542869030852833895137466510262849050187 +2359980877010447170873386178573828860442255448874794721230413368694441497441338856684036949118353204002591974711928301953002372 +6372613557152801003023836434406997863096739346637849381675791163293956729985652182807911615231198696051411047800847064484769940 +4555399892730282159333189930818248844009737851281434494736943722577947684829017806688345340403991974811107725657399196027995602 +3976607710681047393460981746843991626375149576917517874980586155555711990727221948467045177979554215577477183785345135535682148 +8981224019853812859833307577420310576654838103212699667682513798088777109119729024038590682109547975734687407898816774007038892 +9017123764104410282402525387418186790830943654104676998756681754083664849203556615995024922746652778319099999725942494552746687 +4602993085345245279681119328539229356959910969065035141679707233267342542524482900839390718291823532073464112692162110160887576 +8646564120617234541914353449310981315044240998894442066188871011899825887695202156119273906958004776559173081177243291448706570 +4866033151494706872899672197703352421058356661105030485577210664650513250767511742264039882291373723618030276740280451621184372 +9438899492601727676139376045138079061355198567322008270344297244790265795845160675322685239683610065522225253070076549915962270 +8389935622999431104891971065250599273560270041530059453015141663393829191008304620453278274234791447194116642959854046669653221 +4390066870930359126190473237338490788280116222078414392005864878004044572924012489353108185972058375678318527434060575546457283 +0571024164252835918003185534087097269093594036226831977994875139354124615791501602629221816855731144878875700135493432353006251 +5927821910139360288795697248742701824779517711136895716699422565064551330393130338804982871980774254446227613970394730940420871 +3742377272014443550088749485134437400845098911378170974616143540710504172620523980130687874417124218036934374655684373965565750 +1478423915766121994159683752043056020433068572256778826939436280481378432842397489866548450027752963017529841096517341127140258 +8566764493817154363962092792522076892737665735147823735202597353071978920287229637466345140359899735477359400126088124931881468 +8940255760337363163978793913265843793885760290540433771518954295210648595347128727773745692808704267887587662204824695198843990 +0899757006576147578169404543275069681042994730814241204020586377450354179962282687398746645565905502250948590090052580759060254 +6486974981051360582508378437652320531515639324364424491392656403886587101611394285202791775180181840494403192370521504242888310 +0832863857962097233772304981176182241414796661234070317886749751979535621508014316193777356696545211120669034308685700669047575 +1601920560631092775469657814901382577801938745924198963515833985856042317888652481510158158143597978988591350058772254540887509 +2132235148831014717469033542114409228818750252221985002159849994061876844567039235968616101425307518401162305005282076459564485 +3749005491254116003221964938075605607977980187695543266859111481060871108661145469674590183816636520815523589998805144183387552 +3454557776795930937812464849331806246436437524220402821725671887519345824588678830784061509096255092713692879753496348543679698 +6604711892156464428503873379368266697844691398807542828869396127474509499861163107833096454590997165019449027223124752455672795 +1464056065563451406292025100441586772081609300298880665395988771146415490692648836974652685280576941091682396423173897267646839 +0355383165630525414486907132932207574564820206814521900700480593494653392345246480522618317569197186894847097184780188176595384 +2234714652935409724403164799544553996270776652429105659472464101488105672623286713328942045106946821859926624587221567145826782 +0309935578008890373154226142294034025862773115052182464935233315361839771441799453095926400038395389556682588458216003237653863 +1061156071932484650516913321439215405043703716040614962270232640142284681169472791577978618224769535957766957086206741391709970 +7647351716205014294072195135184469100518783539374945598848168573993875333505334011212625117442647232720744618603822330582078365 +6190042304849971211815384939288709598033150233044255711655989057889996862762413082297341687788607689416591830790638752880761817 +3350993967482666602170935703513835999165561197161777938477157925978429670778105685120890113130859239045083522459241247368307415 +5460081669964922086720150722963115784946235169601550836667474277946931369187925788894576312382075479577915204545165252523196796 +9483728931707116749644793319165741326903913011722074179317419072713429472369240811255731316334667969479890293999075667048649131 +3479265891282260862086967904220845208360231245372151218473448305464967324382299780822943482467600298687513476936031155077963601 +5358607166888753271639287331221882667306965170073890751994864930247242443182503197751744519602399141153643026523167858853130538 +7454234112327473005509721991333469328638161495819890863131852055720398755713433050343878076412540696773945682790587599473898772 +1829500286670935139918198012253669665196719074234685642111242009658467409729732638466770339415767564217863874440642300491597266 +5585497029761221358413402963546931530898077983556347511671398790492531247609197801647309393017719703556474420667077635431137035 +8446511749461154540070308470454488783535318141900958816289412388611370858697615498746416636102261400237788596935028958347787028 +3125589335242227429164632721324285385335478344437654660712476162463759322956724441170491898597020350367163787012219584863841888 +6802337989299969519242898184367047999251583706804577726542893830886334416591927545136810611568115854449708934129157129519681281 +4502536799805954583144549032621959969753071050956941684132891200046324576389173182566153807220810192479638581311891427849367417 +6325541021938064574977797529368876421571303611445571554655335842928934553745122110842178236045825160364424732178843094315127909 +7416551206319999579172591987511489686313571898121634456963111089610744020435972487389528243640299599133169203384400119064268257 +5942558924368052900576494867848083529988242331335385049200017447913990221665638834941940132033114280719741451021709322013495656 +3034267296680277379429583962288582457402893052674209528241394670330734634693333770067544918231098413897817493181756172191761769 +4462568735945386723562623780129364617626340957792264088426814103842409805756856047587770203362285297182877719759239486173167134 +8181657858983878076788365457679611406051878073922935400724071002626732091440173091689286855430601190105542880854867957669944342 +1682764258327911438109776589215105175058720345720016147450773913501679216877023673201387960875767306750352156509386560915532694 +4168453046768399507263930483191895109159119018724369742162771101927944398681984030667327651300421681200981291741743361136642792 +5961214949092908589726506803431211408890378633711553535211419472586275853572210445315467622414789208830684013971300686277675328 +9269710543143964341467182430089608998710751826481978504336310277969086698368677287182389959721242273938854619109417313330166529 +8486459999966843090378171773263091325696386996545517566407679424699279968298703891528397394384066258625248890398189881141241156 +1449849546688513154852662654151484110306993368687380709636409815697889872688403677017676988174939843342948688833489247136945501 +3026821425662283243215241228426396875362999466310497066906176240972976192127107346129568606866349374029240104708104443230866441 +4888599832610923002904596161762304764008702325429097763470366526898011656507069583771589908698710318907474941536590688671464002 +2187786798670885931014137550230451723811271617853032443909991254363190383287294838940424051082728434647528986018234698035977262 +4010150476565439429491060857277549534561616385054516756344772776300804281913985317098584407945908254666687113999982299034911916 +9543106789274635042741853569705907409683466986445551664737067041728196021666244823741197574167419992584104093228192902092720801 +1102588771206288521669854794170734776396759389699841902844928003578465247527168100807066013305698109312645455547945036883046986 +3363256734764708042924448420459037705906529627671525144633382899415555101340497992824046104327698365969273385304329013580634534 +5814024400502542484138080303093675479908925878015957334513036393579080542663814740530799226052633254072603206379019404756963615 +8568459878266889844587337958272179244147420281407959235700418194754222652142770182396574372220705526302797889629403089542338729 +8226364273353855713782831639652716359809735693921459950536413341806490125092787610897542413754704628839004798504470781343226879 +9564108089806303912196187245286576464060313163695650258929860024346682416259472890719900060340274063102211811727469052257146328 +0723807096388817245239864356681843226170736144832701238842559718295427226555369395998370081796589238415142792914737246512392617 +4241424816471283201248965000004171003042756134627995493041482479770591013182623840449510466593158465328399081296605282376713554 +9973513220590332519460381924338347505856779256581376567327469745338170108702340101128824216183825500136464452346025348049667485 +8383897971629124447860057453350337067099519586684049058435585462779736095630666963739484221218567448740285624710665297561214099 +9964116268591382706460872763874878534297946361217165257274977145088020502651470013064060961213429959898581048432243027406481577 +4824315082578790346775943088343852549806522479147355182415674805204204673847884219703487656256651056490611337757236524094938348 +7062382447597254598729362880233858271292436951748099256624309342834053225940366427538355199347489811241328865453894894705029296 +9735693411211619628088603452483215272175364970550497151583596541206523461527332458408984429879086514102509879665768932131692226 +6961688387629152540756216546017259642317857065168508958573052496210655276891659756089714383999813015316305245290357709870563638 +3863034723721495784723589237391107262786771026496285596990386769945707595340965195448259401890929565886615037974745228156868323 +3287577904832967842610714371567414265151412481754216777139400930821306278453396427971928947503983582862250196984342590738386627 +1791128295449101351282899590128118669109794265058849951756999066974826947872800232214872176234126177766951584517353226892319930 +8805052099840613606036822579273082344123139982418321238213526119536401574939527633217151490658267375799590895845553195225375174 +1355928510541796297379079857922955866076933929404227257481153317061720856509437585235189609477388103725696248255380889259925943 +1402201875930840177564779603131963190398447445546273482826943610197406605496467698637182093544726028048446184407465904504733488 +1834037129267281181848805100644706716446934703366578946950288560270548606368029542736413168537166947783032181537827321728818305 +2399588088866368871684803227983829485917501647912319399696731866908470118289600881964063135888922021379521028829404789266368968 +5637489977535077950426899162426475829892339881113388204978816994197921201698140466319573566765752657389499556451516488232245559 +6112692169213605381302831305889438504096793315962284966459192757358537426473374519814657784899843476819443537896967951107338491 +7895505461382759098793722523795396339534176000429147383719128841803883949006205025948100090981495836498310874463726230844486437 +9522042614500829901321795525603265978871144309432521198633117362072879318547949126425751870262081563243482328537146079314556599 +5093542621599279420676140514142072884094585996707002095359240117940447064308608734332029368110977503867431654445743620282821742 +2074818355004815481495949283111185240895061522427508730372487670815127557063465146879286952537668866636765956480834805349247418 +0982616183770170277896101663961256388046096956303414645662042291995673037815635718874781061367093483701372208717092453548930045 +3197990341408426456860501773717322183556963874016603497159407408857792270849795326742052795163483613191779561704529979153717213 +0442381165605136382176204027769856937910886725474913822447353042136166362618403395513606165988761350028767809916274534709139581 +1546533500647539778292217072989397950692244341857345231008319214990106951110301762058019968223873956867021450221558460837271796 +1089583682950702039719953402978240768135379617758154644301927987331573523265837746123630494418924793748993674977892210713791382 +2010498095473532597719948269554932451554991652103201520706494302534512806373772862577948592827967992187111665796229241795272327 +4495947525239030494005205359163320911969546009892986032715554824732415447400580445227801191434206229755544175085033640445463730 +5799343664533857261737308836915890943267341995945607000250119768647338018370977116150224513412795224930773162810128318361091070 +2845165641335198012087900200223115487995666447653144922411381435396653532150893427712002942030941647409112450887593516206623257 +5995936189970345951128332927675055555031225056766626864377451946716279426300206796784320339236602175243416848009874418064376734 +2751388225971927284674719275737386426623723915170272496656834116124167598744380632642578314683658323664087930294748983479134152 +4463890675024338744201454760164930410895360686852249316115526602608580347281230566360947860956394767605509297995646286805155429 +3902535272296902694906404269870261097232828009262961508419387381919670436136425912908116240583462930917866834873246313946702767 +0171550221706917129701789274673785241823132172160837286626181116666263103300493781986590027327174868610919833041462749008446670 +1233446436949798212579086729206735034953949556045481891487880919889748751337486349345808929953562851746791383784762700811827813 +3273320169223863915019571833988285591541029709234409949795661766708317004888223115613777281294607726043777706813741640111212754 +2476840221289778122524588163601454015024966289209119530584971298419043747426874336591254749329149388984462650479516131162264547 +8321322112340265706034027413610131445579234122444443539849216325832257070066442940612976748450142222873158683339615189385385401 +2845301295555610107931163495080379964949955895954082606347174241430747973616106979000794362756653542557197433894470866065773098 +7002289110540946230118386265586199860767183813803128176222583812066464632835592487506968002253203796340562076570806978606547027 +0518614265711371822209002835579969441398099868205035333550662371029236766960492501859441092496004547436756442048667962205035734 +4662742623053069471722274771033535333247780680117662494001501801076484609461801093095512629224389725470873708072969419161134986 +8879423231727024904174405990021786946862967043559824446453539979244586561718968470449066018656109597862462444251052806647222165 +2462868109247823087920350263249330583062507248433983310105749602411182363633125913535849740456631462938827755069526554867046297 +0556317986368239387236732047607114173950737209007825151623731055762898522619516377121452352573813859619423710420648830645140602 +0693502619716624171936460417629499350461603844160041861287075322351538559343745415528939056080652464222483749575581089457335292 +4766904028429523888256867990946783862212788485169555738269492360138212802976905819698072914952002888319407814152289904290372830 +3063149485419553279766015944554584134585112055860455417890621924246024514671960271622075351843821409825893454426591239346175825 +4138071925467858356596514010874840756148724225545969356853427243328235466057330927837715365449101436095007553412409485033663473 +1718208277388066697955637942282188804022877425156297722332673824998500535568426990569492133060260476735245935911435663031104540 +7259896781146483425619092546253937377799155709431757305830799439617510543866635784180461435471514956432054478723110546701399601 +4212208190748800869765878332993087846354727233690197986460622890272309218632979045510485708917467310543076772888886969650697402 +5830555875156620379814707898244277917838097196097913596741388644704517369937389656755811401456911697429799824431768975340394565 +5218384019129708961023696421751573471619498755822698446106554346210228582416782419196987283985815988033363104751364948821321736 +1511408675805990625863697514171112598891753956197059919478438005392395089087719396999097527167894172833319566356364163919692543 +6760864061185222844062388472607262118669410742190580800609818458141651702885176634837319000673951554557807668749868767849900633 +4624693982782044541974663953840367719217355838087352148000020445830027606519679992919499646684217452676557562945022247829061975 +2885293059896283301736153794239325555898371313303885556968069349802848506212069388120502744705750493536808390340479824477084109 +4742565846910523167821445663540712005957374896244507720218360942226085109738527921622092099772083368812073433747682045449511884 +6164131243427554092783794384838205105688550227514505179310025715143470000166045228305059905780171994193190773288044579516190413 +6196746209214286300600159852801523856096528659384736317041341206058064233216653841144231397934288134905891354902685060365011048 +5888543435289034798476752259935453803961756168693460157400272434328483248778988626059542292033153708506682448981834226044225475 +3520105979519175798851693163134966793094384503981145911295918784323346445102768597120762535638265452619900970085082259502423098 +6023108133594199401032707688284772080067633191011227704160888217224741219472651134131857620995953537078628999627600457859691029 +7135355737374006279317910328897677569526320656280275576870747086734764513800879537763010892690268998504415888806085447064856828 +7067645951048993310751362481424429404370974532580270127897680271443323793244595619510531091473812713032955994538657114149409819 +4429631547566328842887647552139562050329710358137821590185444827892759275367380722401524911377817064992340751082835810723755618 +7949457580263990600187866192739809055130641391600646169338376355962933757309772135951086682561238922534649604316450790162767470 +6778696718174528127426896010544648198065903564137512038147927254912585276060875391066341248912566730098691603844487954144583289 +9567988530970013733492869819764508889770837509952069384446637448211216157716267753953316429209184585653933599673133926099458608 +3413492966631743395005504952764856687552734825362970605800032693220033767913422924066513158712050177343306017113090503548595910 +6782760373416377101401788671756172877579108677684185994928623883970442286211028728581037425407354811624955553337741266271223038 +4228769569080076083693265874897262718489495320015615486943453828550003614854151710616339504422293141400194809493593482338761720 +1275749976017493214306625272092330580872354604747422498275624636561377503079831465248194508227879655351358840776762816388383155 +4044611547062276323077587550347056464054608166550263311750875441257836393920920323092209759398994038142599127607649577377981910 +4521255521824521693676238300467676986666555950395922139641083951517880343036286546664953201729241686129223651162600610883998263 +4053431348518058012397818472045875672812077824208246071436792077005700411785602017912645840401853632467140385402691379589989961 +5296228207351306866595027867237475870719440724477597041700391443928732836085081541635185416372585087892465757549359102233343361 +5753047891155830333399279611743974102446066339908340811693445790222472707295688908858729491663915472040238337620182908302697924 +1508699849153464593476010736879669905272623521348097908417836104685217230447793112158735284635375208948973376371517941685224649 +0333224377446486130711894052961084313686306998844675785828086842465862992758130724435712277355911443550657464532883107599718794 +6835605634916383199967953082993703931572871914916373072477880100548805151438790628235173925034028725412169450381473208146789756 +5647596797800233744008641095874820885871714922036190240494729749620603436690380840330661337877272707920476284213555812599419547 +5513261332211064956118510684223202485323331553849116007081552356506786559518794150443263231676076605407451231256028775857402194 +0513233346964413426058663133294017428893643801135629939987380889256710071523164000264715556002787400893978524476668487881682249 +2238557041006601823583800792379249859430190860772025645499651325329407777431099926158122243379494002959281894688702064542524790 +5329597914788889055993063859757359411515855405549076867209561054324585069797183524577493085961561532791013967475565456058906425 +1727267651465421481105710991587303136944086691165624660300683125601416772368166283177444892976868345022274558919475820725390404 +9723590243421203442884921434798664645968065479222983928276913077586527562214486087189922112591555037425227530771384194025142882 +2491150360749458092334991769156796313818947278756674701926505201943095015129003490350920079450451251986198697962197375931585963 +3288323311745586996701741630221983319300390047571862205264349777484027201608059718085154305903308263735198400749807369566973087 +1513669962911297058622557295345513797998471626294474435337069062590410594233688469673875484253912558586263976338954760252676149 +5698941909248281308488717883921117273305117757034931046904729563167368375307728972002962702645828488935279252804415118514787991 +4226862654077359109954473957002792990601772994320272543965433892756039129932073592057677191275583708907760929447157089919000104 +5013015202975115790118348806423060224599193301855272198220793587287609415484559416236588999749109103840932649489845113026318936 +0096212754630289886604076288072412229982106747320501739034720205607227829189554712104511341545586461792092663001971581276075105 +1400830012525551115910295470153382076377587383792342868236429581401216573706230071139732339253271088253819425521718399148426972 +8130329129443141149308342972871751834898890054061408002066328617017958243761248655943163660366018684672224076482931610024551435 +1612470444029502611969134698674683976299405806211129021898957209691274647456212891723004609478869086828079731180673443147282673 +2207763612557030174078525394691981763423880246207823469307642881721011975478949627177448531469379452033830830547116487954748579 +8943550014526152971159374128630625318393391528677655228099671641521821415999666028671716937719971706453115362098995997004338463 +6633791090761145650463177053061879817237525424207069349153087084514135819202898699531517360951263097509259970351913296855368085 +3253556229437227815840782322932038842610282009077575504105765620857277275220518640524545781112378703944765595787111117088536490 +3612778048987899240807648365404713381232983899393777316948941796158037305227415310986733359795685540845368139757679718651388721 +0329656082303032301035960655149116897998069813522388783445067885544697734848160954106786926689147778838221235161040983098545023 +4949145925422482842946072091038603570358418034882170359973918018079551251028978485799644769497234033416966830413282850538365544 +9688715528548523732988559882524759509039740049260246259447423254924760566724656561201075170029641287177630144231062011355479091 +9326655743860681005816798142139776662356020296561383131825601205038606699757827396575776760705487871722516625005501108342115046 +4862493770761711413231246894538240278199950440029797832691068222332648670966923316771267216815856555063431665762362373752681261 +7759348913324715341816977430054410931106803880118579894939051307627827449748451051704548335839341424354678283555009009093334643 +5035504534504599464259968803145065603468459325562475588547886212145426779673200191888479107787688352706387961887120658923163596 +7064143605981003619608323632499268464142806140873807593464533126484595249138527994250140164063377300752448939069709418760740581 +3405460804222472492156715297971710492718005664789725902179902462523655008185987881883912400930038752420707768027434069222517179 +6201754337957471374021641947490208688904315801118730053700597398632018696041671232277781587402859428981324544384470959282694488 +6581501955752939978682011949909110724289175482558070539947143137365139752819830357605189104362596510417675677952395485738392629 +5415386438105335984223237131949793153812658394744575126207919072784736846230789712179591745207901814607314375532066326818332653 +3916132472388884065768704630042622537625667251509691545801542090771247404318802955070620862627476301969800427094218570764969521 +4673296443835065767694158631727161041961301871016507435883528289555722603890069782368970629525870136617529702747543702356107980 +3969736866659860369283152300636814307559050510391015595957669034065148689817184431746719346979216411505522453887905503375134993 +2033209673996359127998948182294581452192221728807476998740417776019537129643269360367751767407520936424856588589036363660084548 +8920359577043563701436228560312778025314413146903691717334802285060730546542075837699964573276987471415144914980259764316759773 +3627657012409360919929372833162804983136382545072275729679633045374976939117136265913209976809144657411039862524163682772934353 +7062667690768603813766580397495981633020198031283191319322060508875443418955017187814158494951274114076243932640382433951906100 +7089164714588749807180199878456232640504233132283953906601030144605887922753172274055475279148519962245834295034899100856266109 +6314588522281633268271129575999011547246790816567972537919142521521537511380072338334215014034228037819143744053883142669885047 +1533466041592069230562893355289214460798489775583299853132986367560533284715718053651634282346811547110422080041794519104713892 +4512970626101824923414591998781160477443695022763348614143799819070327746195782058463430126505518264262282025424239196981682678 +0616389983515682792619586855106396642118585620436668809283536133165065564894495800101984339481469054418070569566522216534870046 +3480404934288007401354060197932800798509063792079011642804930003377191431422069063134440047889535881274567178940747418743011151 +6923077833597121569133964233884887129884707102983051918568192593065049229148460460606709813558966649828440283419826988551789494 +7928629618912970441223379654942167876674509009329326197500704752789973531185610595644942798244043453568923441723724834770288101 +5686916225325175369639383018669733714398867749909229151589872339897763998251848983094518391124033198227341074940345064217565274 +6976813108342658294069521014494920511978448452850030848500379855545152314960261910035283177013574685072898109220517966532820914 +1235440485859974578507661524414185881273494203471328032423655298610228309217218895796957468358842309363210353318874365415441005 +4775757215064448647761305923181381380005564211124254441169985896444461359377488533806177746993363765363744834471832298666899659 +6549502546484198000053617666533373457701974326516846596770901748191355355442117405686714513545060992856554971022392931918431672 +7550521620433789157641377352042796699563142807992890238677899811145361588800069593324309664156547033893582449253982866608790396 +8335832703903786234598337454771069254394148676210696718885661839587950139009136903487221685179093872236368600881697661914186761 +6081423646547430855633909798819189360248786532594620983774708429259122445948885539867620755942089483824811916664871291112367965 +6763010129734054857751250818823088329080234337202140258490696882947562857997890963039131549439624749888135285626495741851799125 +3823814359862336359300824370629334246257087407174522366323576913384874982113357872199582879993086251942490130349296563220714459 +5201936494493880745125428463676510521663426683417020693977788479860674628237207703884747094987717754212968764024565059007572287 +5656800692578264688131164439239627529022443380780216659445516384845610830241501827976377913518196568744298647947111534785980646 +1465035810576162949068709350012676100595272189178329025511241633720229686245517256992739629981296918245960598907587127807526613 +3498649092457065189914681277177637039326561250640746889454833842625621406771442705555721525931725554548176228818511280348712812 +1526903631217370487596090586369687092431736602852047414002552907015226570166585529226164536775440508494117144839832365340311216 +7172800070700446830268660237981558246985408200103623671258540515214258800554645764441093416997150958224932045592907480540349584 +8145891984169127686107656905169532154735243264685794264058843466267191409417280492627793038318403119617408184518297221316412215 +3733585102819835157576236492205872180664881259553134950516961350305063296415930019908542524245430548400901559537444244647471710 +8919107817519795022023748231546623121376187758240479239499900553296636944913506176758776881811178925344276782657634277574411018 +0087408240115194690559689367771085179492160150159772172117583670772068640711181227707347785373406551286722418977845204918371862 +4087671496873156369239006050995430210075877655341012369255927938969111714405072240508066221092434986016434496634246773638497705 +3997764933956408083465951727938645280914517402927065500370134817839436837421504452664821784855528363909858322652715776945384928 +6358034140171396799781808478643680937510756584505346662094931360684566558016245219693809041873394197337373027746374913052226841 +3523525169184690915788330052438367441556380178099903982632705234888141866441214930597392851790874812046196446764134474357280196 +7912390044622498326943727559828557263667260605437809865126129166669886288145038860031004268429510310452514645934110806061259377 +8350389661397820495902304825219183306686077590455378114318515252557794852940943308375379300282537760761994418165168215848774199 +4335948571309322083199073879107610257555821153883090762370374143145191005083410872058977433580493717339726072170334542991808382 +0741068478360850873822704930167309345230781173492590875420659162725013692793497218747184011101436665668426379299561926131540226 +9684119382210299933488533355753954403421331470099036025961973755235128720357457186896140454721156015369426494838464841418224574 +2606550410151415944627360045368428365343042196701567415760981599314167562524281114850783881875311867997694821988388783550617647 +3906118902121264712371873625367711895188485445955724568729752600563482629569914020509331709891753567605376276818895453947988485 +1946035303735634882855442231649687139100528774921727985325887697840697252312164193587116219630593036960739462878472488751794288 +7553042934057050700594030020764349497635594011506182646429625749401961796662698874719407015328877341348471848266936805626731614 +3965083773308342246671432838925759649742042738645731254867213711401607696364783002153346490446057228458139827872431818981641456 +6290917282609648173484002432007182859707772380995362779354118181323028872604689080381882966273198128487451758287389558544864092 +5135412345654409193398015818933242323380089276961210614666090376540312839620184116491698184580875294639581135409937430385452967 +7814752714924949029739912516676992468879575093818117912716084850528773868618697654019734174399226706840162753982136880421595798 +8344230549785765490790122830425599688553302815508985004520791080241214227127540251939234623642895839337504147995870998311297157 +1312261536153577576475501063559792340822581967430971162124952202625290357772475691141555237352878643256411801046597748593662978 +5420113078044378326245454890074054926337548530109656935414953837202844128511917486560998089330806876653700112974245139455110655 +1446316293204894461498438056975498718142802987046646526458433588790266320884188848067627056955062757523352642280099730639892974 +8768410207973700878297712434460869178087366365740643368423050061014329802628323539796504787700469737820946806556379851425348409 +6903484946126406722104799612810275531016737884354336960835748710713062889887930835389522081146458095107803234373499389860789149 +6113798456809198989364723468291582407592480139088852307707256783165897446795918270682937158869421622443360894104220836046672216 +1297180429334742843324101908319081257574325368096788573404226330238491288173549545719251363488582787945804486932260991191153289 +6310060489009039954463983763054135671085760401926391779699811819750329003225671390731075907159344886944959170333579705985011394 +8928332308562582665591113793712076278529561597438667031252620919756801258278599576959931680328088876910755153375346545987026059 +6122799394738485298698282219069449469308864175448069521079405422190290510333027132055402559422290946776150886848955390869348557 +3298127120443406100122108547957183131539174057790900079286455780159808161628252012286085211125545510059619150351442374519647873 +7895547723969636832110890595697353438517639756208042458909186966958825057542753856885651750056062715953653156961335641588198051 +7242277604059435612451710438360700839539630420328128639238629662384680381167202360792624305492770524378775130253064094350170239 +6328910744252096963453975544360333319092492567496656064841933375445672717827688660311871137666274201081402086421470543791139037 +1263075806974163649200998435369614522606717804984408053096263479824896274273438278637073802016955266073407127338686266295417138 +3380472791463934939167548524939273036820154830243043930199471181363843017057589926197441097934643398001941245455025305275718778 +6053039097745341259474392045998222000183392630902077243215225896980913571132934688432219430448989534298905581203790323081204451 +9398618592749592673582297312578194153271726432191886003886455601016177152460729663034185278967994135744387261240974218700552874 +5660578626067455796320901716488860867842597868415619043285914590213707161427735661103212503097888685177044222466862770614738888 +7523554669658437443860955048187147707950298396691077287510802686031319997279006079308577219459278947413769480723164988814047848 +7728230896579900984081254526628677638403672817908586482917564357430378814260695955826428360637353362697491648099319657648279806 +1471506063396451021205086178083016198973053283515072407397794280863574093292850961361893442271480652011908263493969049518154719 +1271663389268841465526530211516124798508874084299647641127612963439336172485890973748223056840291177210000865573662838724859865 +1558003045612329244947071838328209194658672648215862136590055290358556159847830215232765640226279624286079243381635121169856392 +5235686772055013347630127336838697764880220575101940207293906989459723943700375632099865606791689918944793971999840022845627855 +3362608893556970872086765317357229622168187942063554148251194799624231946317410456787560024770536041305554794440402555379048363 +5400711312343982155393978124014413441498824140561950458826861214386401267011236483424009049988004220217832202185519723172983734 +4739966966771226209909624912450025675969022747113454805529677743180928548967947375791545038561055048316262023987945828187738406 +8806383430961455857801815047901978280522034447065757458634887588704123408758546678452281010485610787173222519794754395918755668 +1313032694820263690081002684124072214508820793025272277314613304407858220279657882431787747545642867929558977205831435007980692 +3821423807029286765485523471547535800355065560255771366935624333716101960889324812432465967939307158664437101875808531730514686 +0552828401027435473969844207309352000803571913860014776373394805498998489404828887974801011916107676224063398083299850490285852 +3252785594630414326772320135663653623232974740345887923006984684749440127689169558676316478796812920656203083787608388272541143 +0886829100701462879464273672433682081314775699581471366939184918943997271841997863805609882688632845996559926289731733309941773 +1588621110929737275611330049699746179538000510503020090443485760166202124848757232989323035029655555830280894064603577880623924 +9460393092105077041540924186306320293949908924617136654677663794806814239207321566509608838781326729111423409256038330560254768 +2457234134203393682333223194421969884096521962196051357781698196280191186003044231263105047089066125824374037625184294564841726 +1139020355104202113948476242624526315291276395095210708873598278111336130644448701938653730158050834519082575031500159059606323 +5508845274116902540996666349891489554638610844733883825695366107090243640688502082955261760220172087743405531646494097110373564 +6139164128879727447485151113660365410811051772254913947601863445614936478465117644061091010800284725353254306320280311126282508 +3691867968556520735423213939515627425003649240791159831598564334907098275550400308993911728901273767070664323401959466199812550 +4385285527314360012494827503644449196670340936661875727271329351754418864846693134514944138823292825239723190822861243721969511 +3358507325257641984977160116136111658256532073729689685425144586604492783647635836225848095839938544002404873700622644589011676 +0802250613087293781581129847507424374630865942136402236774163044580066760450481644654868348223850714885941401523519942001370346 +4033651642172702525694267019009943272304377112789600524789052835595443304754361088227651039992096267114223436584457492049115625 +1008702122009370555007456522799161340685826326521804374437361823776598365128302875870953921955751574077453333491368066562183540 +8297016982983877478208126579509560908805708870139177751490524014204560610778740303237644832086788493774257972604784310184677682 +6595999611158451837934955382339066842486744152636969464066220937412139592293869816659174158028425151865523439443968468476337116 +8189453034430471397425280708179774110697730501130625090567026833440338110187758034977661201862518966699911402128869207946665922 +2967301009332385012982602845125958037212145265901920840751275900004234804254302792404413397360100212415586648851954797337031843 +4621309795646253111797549932297844132545282162620476457572874699573469126157531277320612819758228011208417228396419529928921453 +8015689409373876308149147646698419734053674168732622753328286778805854267784590171527922720365829353861437404497654095122385810 +3928532819894452405285805315911246752486216644456327155370715615309647716023031992277092232949890587556921144870096925641170977 +8706990895052933118940892301863446619427769704201470123344557113277628075518257745853511560735206426541219526593186205677069195 +9323565048038756996967463636608859147371871703253988562924960678047445864387523330892542610569708364248757858563962167618047606 +7400110024724615888960177029937719273668926142229826804752461957263527604940620456908940268767529855383328656980509173310228171 +2961079316835291946492496420673777366632570317335815018560521820389694972648667220189874230520964455139599084822803458488491752 +2053325276467463411017022059798270225751157375504499399426618848961341529109405849259510473132610506746820731096435354555540869 +8022085653261752864363248353443911714595466837953116893617432029480864961559617145874891482509931363773686667586008577729590619 +9511531059462330034969446429670396910393858411286019648142180898913734931062268324002479006487407711948954747504728441451817299 +2402899664016344765585783952968436864461868976736500943447165022135283244224710415767003722013469693233516880183011359108783628 +3912070384615994999455640965424049848090544713337811655011624123059617272139004908000480810430015004300019350285545631530421459 +7040129421344930471792157420616841533490962354840490248534268666426427664847776443733801972606800005209711387678959754783758169 +4514744752921544867887197341433819468485319076219844212297689345457872671062595496333380534044033301910072934964202067332750929 +7744301249953061021059801665718252827169031698368805857673827901657376462120738712603816558346872095129968009454819539063410887 +6694959951385441493938996005094705323326365638007625755937236084671116883434472854253964886004560210329640317017985931432992507 +9830755088107356428137960573336610521897465624860840691251416368635190221352342520096074021567053917840102300469951496094532646 +0386151915867137989482068036180096232759486104299898530934407665433761886348452364475713105652919177827149093478062390353337982 +5026237611119968967543921268886408485214827943839163757065518470886816959612437396882015040264309844556286249899479340530273455 +3790585606726228419436731177762295480034329918020969162076958086843994331135466429174339242003665276457867681590462499745066166 +2010072822988771442333707800353630624045735130580706054631404185963369356383377732515576219388977808173711224814572042638811746 +7799862036041836103498954213010085023304912197271099528776247085017591855736447939941510010043072233516636490128682332435837718 +5444031310957599380550217779540801553000957068137470959947071825380695799288846148959315246034349773291226461068837384267657314 +2720831922046271298345192916201975278989464655822747470522487119845175483171802764985807888092086888555468865508558747670561030 +5037268239030155207644532217893862758398321608270496665238719184860604497280537678204406616537105359104541182047680859111844623 +4406453518829809819978030558459040108565356220631255519247977687593573153889331324518157228436273334635625807524985686484922311 +7999885151695902136577261421847256015439589971601084977870060297320803728853045230722764838994142711659330991658042253610623719 +7149325976325848648664235796296763337498794913699316628172271388813068172391895353748736320858783488531575015143960860926515250 +9988100123929774124197265328008141820710758495752123486181540545695574140507942678614702580850949656109084164982037643220132234 +0375655311441060929515636645306301671876166021260474227545267428349070029167644989380583812184485451805574601129180998157634256 +2128590561140195400524100610776393812855470570049174388092975612532917892277799041074366790055894057834557983976227857050864930 +3547444389508771568810075527864526064121655767293193457033048336615284399475478737509966968763107403398079684015244980874035979 +8519927849602061794266560801914694036469483013102023144973737181284943231700919734522079332185384045910178109811932848109276138 +3567893790780435626536700059643971391023938979188277544418757492427060624484762199641583855650960393640504524655219454811384399 +1735108417168233650163860054247929680595797171838825452321119827231787146560622246912322232224942016739093046379276365165998295 +2756695873865903361436041234030623662053438358924238813701743016813195378135003338279782291211315013357508842537428877943825850 +6550701509812921278785065189524058197762485207459987155095767921276575821627138362297358879947692406013849533700244092475658064 +1746417294003960060064872265575781963057635907396407260460748957479942537372418296161245217676807862873866767635894044939661427 +2752800199195253529712854754798642118106991591404644917342058968657791030752834046050164301961614256798982226629143783613672100 +0156432932446788502003627727688728508740309980174215347673828299641766130526832968939502574943042109833631744090112189289099293 +3949539215662926707735521667894130134427486982796357220482855624651559957655963754443694394481228836760254413314867991125537370 +0833694740794893624914563726494064663925162779653035815936273173351045298468454290966312347207985664544908635066940292067018215 +0068104260838913669470167249521001975928318786418160510709377212045134485178004263296128628173776672447600907854928188803969244 +5213186606414124173974080816812650470078589656434215381413340547874523982782714789910645183938314140377172417321651847315127943 +3831079213870153648590263375611549325132489817138611364392701108960231363751036773655982850004119077364131468986709426279928740 +0816735516514168218608953096598217254388061619583961807831532937684267549690578384517226873045647249368898189499267589557763196 +7614683199694761607567513771357320522896560891215582525317620218466204798420014498841517198000714225395529432437408592988810647 +6493791813371800888731383040408467219612486147146096499615909931691397312978653723829961950808111958324158561777510444489457609 +4673680562966535580522867179325650694242060572148395328716350087210015917993916484085808071728589768362522840828065262726854285 +9484597285206848463033004828740831651691831183702931423669671299973340807479819361399029066256705512283915649297270684923293120 +1714285317558703325551063623439102862882087552524008272992080310001454376923262343097189280399813634553559119888320098054640112 +6878492562141548781762151287184309582512789444294394903670308453724775992147414690794148922865626436020007876554089383158780819 +9151911784071444893456939300122542765400868095022473582458690303654492910301968711120089416900205538880607052645783814509878005 +1882377638793327163743947324933816937365677683669086577608915703348630259888777501270806753764247220631643679580537815123548411 +6272056421434812628524453496821198676269890972424881983781819205395093370536909259477553372703891212584194254740307122112225533 +9681870026283102041075727337579428100736459914910652574617863758549452931286799490040297351890738617979595875678774646214173033 +4185695124550535533485860637896723654154834853472854068710912474987668413470803105179616610921355620666097149488574561869489797 +3333789216162396397679204330436931257560768258425513267401621836728579265694014546537584859527037491359360764924746663506919770 +2081504393567373511045831331064517139188352171030907247345004840816407938277996907076471099879274974679268216987024065310558333 +4237450865130692858281322184224268516039222037739605355087614033374925113958908332718451900205100215886486089988991485524969556 +7929075290163499129098877300162688469599528046726233844196457006510599251899484746828484574667591829570772351512078305736672654 +9048657921163013454470683806356852138380411128268107788272256300715016144618475970710912738205043728268553865691241054834233600 +7029431095139361764456603528202380622931434502522594214209499225882330762428652317267948702623321489577844016464692915246359712 +1105356646640216883904536505154508223476242075189032231521222657818953039915135319911079058876034135094530224254031516149971890 +9040945596327638323723931073336767619159273652642403035784821558395849500879059623038153539774239738033911626241510146918039749 +5283073188137753905883236902928531799079492225443087557262624838420087547899455213109577396225125545248301841891417389453351792 +7168518951278682051937542342148124215459196543677153007216757499379420036959725544058917170458823956258437616459586004329579552 +5203183504391078070063471026373757432195663011756522268894506479810617330340549685777010011742133881536309636471645529762659089 +4854999787239813251707701121392165868052289429676407362096901868531485589830231940346048063593475645736706551014468995600111842 +4955763538748975069385515923948951672972674499411759026560381765340448515748581186486358853253830173480680063909301824002408127 +9640228631714593257928903905827590703526290377038235443447387587380382054598578561742893844220053769466029427853174638397427339 +7206862882358947361070854137919196014699723353543071743024301192848154276186984110546320724917862537765542130378492262094573104 +9132037902884622149627426018038745128067438979528182768862440252858820253995972446342211888009471423051493159698724414795710825 +4044729478097558603438562691316366082632115863305337165834502683246949426265600257894877978230675496217762990369003197560692400 +1914819988622085254720645203900712417397542695171367605811941681178792903669629925720096971822910923986744641852805301639652708 +2489879698662595408916009150319958484334649360641536805110449468835050783501013718256899380316883895243102069697127104742796718 +4988423693542042725154817443015091705766869067613353141088272355694386531680806067437655514967029170154529196712934789617792274 +9999952996574987268331116423939940247569869095269736111023291772144901858552922926558494336795934151397996022792048113880115874 +1453279672186008281192597269984891593458554070326190463606379023362133764652707672957322700161490484448540753367821464532839504 +8011800610118047251507565848810514239096971840458570325653839372359200258329325658866372171001058138732560340444368314621028592 +8193050742913890615185212677939019076499475354863399017606329114085259623153218920828787136128272822531407941969673998134066236 +6165032662878134088891598296730315347615307351518186514382605872591152954913301540364688295560996800081490449469152762525841628 +6574519924837827479315694440706135165231391744110344384147108151733208482344899812368417803491072197299164648305134049390042783 +4020778253016163495293946067531529520938183648436344477015365877950549136205835548741134429268197026979922853216037833912140076 +2560367110629307999607135522026567041549325633921424597293236948045008668100091755427842685667533245402093886980655601060106544 +8546203408136109675436916166218885966337393842202215612854795887800951672240495314500504099192631873269330473780375743830861472 +9788815056490265802740571039729926738317636325182129335295512619052159101153870121975439793577984106855088335077085584239297075 +0607830196004382404188902942190311303589870612777737359147435465863424442529799140567063628056860095478745600686399779891523221 +6451811221617351847394635729026502559474989696391694472537910902735717543356566711060840045900392940941333171363021277998101010 +5131780001821762931334985227662541898093578808808129086254438607279239181340438600040947973426848418990057822839591824881359023 +1781431927220093804299065870243095263893435123368341056371775420733487563878765425465471958566683414339834418118022714155686281 +7855784526694976383147640552245153733193000678558101047345867400675345449097722230036412101539440443445801673442840764573276547 +7277064664195765848534013590019916383557749169375559963951776576181466602296914352536749809247940247872302329782226925806468043 +7192135649991318277247808266477765244997880386860464765070023950465490749600254005312168230797058556941811885358619067264540155 +7745942254017380214048240376624237449522972214173349323588251697136718540827110673334670762835744617609275818957162829921297194 +9308025524075793350930587214905796399488049433256186463627589329393236892726854692113712455277309297788479077266643487682416715 +0884436213404481146144542589017779230742715119840784000653264872459751590076369675379177572780987987657953814990135600852985178 +3730124530298931373240431341115710398974380360265132276809345755075936226833617497570877144367390338090832665519341170114016004 +4487614165841966483390809601332500844989818602599615930254525814591372642009685306021109318297597415196166334778397096512192919 +9738135052767202788355804851260065753666213740432424577877433994081030576175406007197406894692674226624886870624390536370450115 +4972079333970854412711805268652812255100648740561624233549801666164086630826247751458218621070591048081789263645429911196722042 +6264477153602121971771346665126521727114186506364463613567938860398188315590497953212091430368302124372365408850328299694402187 +7096923163132078408222622634338258654575603652287595704602066710353019363339205986259588116309830845020074124235604674290929803 +8620319232582906151287500817533307221837336344013921731345438451489042597967502976685688377786979657248449082964352894633940456 +2338290774645460787964275902190755185934483199622353782037807590665967507775691698706742149485822727584225845398159573488959138 +9690411512559467787285374715845943612220011261976368220307963458032917206195128934924351124238497339947198608551639030163894645 +2522942273087160899325601687017261599086953489151039944965907240532011926664847298253352884442034273091440472287878013270485552 +1149024375555901235741559582840384810679491209306220816791833779666244374445454015124428345163452944670223052356961455086641846 +4911582198911887147216938492382715818668300238279079306283822841054803949022104243393368739761683072273825914099989412306146198 +9386705286204083264591504191247314048641049210231970001783669995174466309042384199881382505454205575494098905658585266777083412 +6597181522016787958122306510209743227930379650431716531860926286813430719462209935654406493573792531684209677728726902971780496 +7454713877871827759953186012939103462107245349313356776395316754209733644734837949073664445059496108161795213098031298387675255 +8608951097824554197185243937211248657800767047324365682759725200979621123783045604563185385990004228189141941283634284151650878 +5110742662179788336448957887870922104701629467080657819437644833165127617594897707891497065965495615130086622172410875337801320 +2393400609667414757827986008711153834467770780863121443973568354701559598965757992398836770293536284505657099974035105460765424 +5696578078800033701889220099620389665546740070731873354278406253021517777757298261519059116566359233204858968015644380662525991 +0719487243613892918578289524307174160805716406329931625803050285847534463223682481335815436403441752588538391995273084423051287 +6507583132575286651290896026205391515246827860101127710478694329951379556419208073957900692792049817183622267407642643093594278 +1377392380718866307096826670910831948575020464783957275980748872622490677834200043136176315679139636646826582155786548373039619 +6270395893591295820132189201839068186418319333704429754904087462921395570639063307809781688462251183623162844581418406608429879 +5043135604579355727135840436265306254474995931628655768285052525690960177800386175175072542969753822246288489006113161219380471 +2468870042718971405890990067722938578347935929978019468025646064389136067817188723296206441343678326386730657242344326326352583 +4850753963828793552300794217123706294629474328454245842829452531896699931041364932772984481884556840376569123447688057207356583 +7057042541510451935323810217032483925746383540989928451101483213770975125680075200108338616874937924879361446516778250185550748 +0832810498555353548220097752070786325088219810053096162098021215047558250904896030368053916311890910240442204298949146112466005 +6040761853883330139655359121858985041009457655416978338162675746762113717003221699855200571002086517873586911211646864010901906 +7256461701161490507120388412005575681572262509069280090655692691681966297281536854053796037221572903258227405845942489932658062 +8784119159896217889610742272823513831023300901198251714365380671379756902059751391678189474782942687418296669663414454093527211 +1713004342725426977027637006978967397759795215758374886596544583647960566243025979142738914314172995528789806147213520151545065 +6148932160477331319836946915602714548850688076504811022908366977684207197869071392739615383347277286078886115107459496844571114 +2443445647690017845788068401719782165485185661849045242867722200580611203950026796072201135775981201642969396670605705878495845 +1294371619212953132417647548708472622197636506856370676160451382994700324005284453279834375908065277166478082791508699598722770 +0053575986014268796134989286247216849523870686352637864684792640382519878279886269694672196689841813884729761559800125789968281 +4079017492141445585825743793710894771763718871198578437956220555470157513268225528361787107561094227364687598864249537846090985 +3335615421853085612471428388452383268898317706526014807014690533942186796242785098624189594771605450015209158202436565395838528 +6313851017796457232684831975868577197008285743175695149676285515896251363246115689779921987378115615609824156064808941150859547 +2765806218554516717364886537785391971358807028025829434420213828068755277959823238847926003687327479957197440099922200245318093 +0743837871847609090197592779267491068691643664874076633968061486254606691482824855693172784961663018432092989740850414577990750 +6025684120312451259686658587433694029989987324349789159690905104220972232002229613273265979326232104213906084669828970966380427 +6946689887211552778830098495751925653354785324514999092963991842666284889259310987400348941690948665027526678850288865496058905 +6762732711489921976841952967909655635081188142889946182277259409310226741889437458160117435942945024450654816897944448992096154 +5422044978529069360644478126257492572807446085424868838210351520631277115650603746786970481265582987466949165123354295111201812 +4211276624640084315612918421177060204230299421803486633824592006573340606615889580523464227765304350439006450951838160825473751 +1889210243603037535646067281045805960008570285172891727145769267831573879630019508324069996866828486890146852983707941528252170 +6433944896458400005722683036542919674416232401927258992043251760109983309622060221449241884161395267285324969554809613236559401 +5926828496890530602862162152396620975722541268836002211191264684743325984168877494942640619948750726132999624105124012640906283 +8437529190279374121273890161340277025282882572337700420322280964590810755716568643364840307879983400203857287989101011632690781 +5802276041061620122710926329386353739806320420710281218622737558209391349689462899753335081329268758815057487656715890733084223 +8915069186666442083922633115688459542249351209368361689010535548757066038294153139851377020698884275592572198938097053313533421 +3618393873597153740469607428584632822338908997205070091595456519416863149036488990139674096344263132753025929808588767591996177 +8414765535715090848046152050822658084473018911692025473276058620384118863100457752482347145023516317250246454398495927754913591 +4409298010504839698734131748484717641239465901635152376312170896985346043211365815426588368753012122770591860188057761705660735 +5937603186684235090583457539320837412342393238618817530913846014346149555309319385019839106489932216877734882102311404478731716 +7896182092904946306296521788524236999972318921384942071102716941043024956484573567729385887708261561271188936395359650621440543 +9381772394748371157597820184835066654518409316544350915121960781236322808659004922335381181699829103134517372303100027463245782 +2615260350961768130102419692323579521155005867350775325462551282112894826272075572040191002407099324856614539494210810480930402 +1838597774381264536500359028476517592435681239463143604712064430411599943084702827260512914320943321785685269655653280527187527 +6303497221483801786682166005068915785511014637493079986822276972242808097676862236960849777047832121671397043713182928176830651 +4198254431094795957177601291882860974299955452519675630067202852553365287181631847719984611318356336562220811004590160639271651 +2089050062014249099555113392986787327862396528284354504971691665000330719435672605372528268724943691397193582081997337212460855 +8717657741330116057938366732697730717547522872552360477855457981234742653137379848417305649320084599648948083741462795882532206 +9986804236567371664160082803763334644507241277854017370156980387812678877717978239570818728942909512587707736901227099845780710 +1187012467446764171881903676699687486363209718049359334271085642494010609014855350532206473984262423560106107436149534409159662 +2848539362765385732985316450544140366071147981646641820740677994697597799634870260463776941968992688323272637389950097251845343 +2181340059702615616436136969810778034448257219485660110664564303142589278244498041564775661983269433643752893242421364842071587 +6511475958145031560867412663572535560224504744829799500512261131519166232318015397419472829178929843115481631831351152969869230 +5907563295429072630722334129008428981723806690819380400545768764609783317272102244876794754684900328466037092277858030276039049 +6371121545042724094475375695524854871280733127714683231595927748253222937280791764025222016369882957071507439090065827190758754 +1326490274618829941454831367643360383905788459550667904893538378442057279259437234426288871318674319032806392619399812416955409 +2775275011488829091588325070565060813564196841900611728756018532857865700574781000487644896468359788252916194701281784442869238 +5475404321259151425741175250657761031096608313986258427026901467928877964154516924617882931075782136380173762818340243425882456 +8098506275539721604499982773326806644420333816118778369209316210417120818431663778002427348509174034183157653013145092651819004 +3184928471078890543345386093573923680647427432807794321314997911033358058808825224490515008557540951525337845495688169454435522 +2663993815050031607786993170355950506772886776860845172901406916363156294602197804936561148186445731375733299997098917913770308 +9652206542382536216286608096098963262843138133196068261154952924480494400928138047212132673039123404498669742532274932056703877 +0803886057269071094490544437295692503919136095718722047240291609927251689451657849380414877514143018375735518559305335464120670 +0151936480170888759767939879997438315844081206201757776198680712499035405650084830184555439755477818487911581690050566831394218 +6229367230673286153903588882341483871782570684557378319370079577894075314574849976163949953230620503498800993353619885098682722 +0775734990307483598683533921005381003594918538823910337693583925400749988570440308274068133400598419503446320537735625031687287 +2279164484478563946971740937436182665660391281989609876479617857522997660917074445342075564734477309946731477007826609533166522 +3758123683039815493345731508244661356741376276550143129350958441510802897891765417564525850067802663207435432004216770694226804 +5619370786333060777254420771287566622455383721762137194440628363338996839313233289419808657699323597544032060605130001017679348 +1117350732097568268814555936831091979923626150476679569711035279777989299558634893220687598099570940599334574372587146302188862 +7465078440908857228369280211059007709404158916443923372217270156208307015594931088483508995735817533317081734115339967063512432 +0277551433478001259984748926007853394677528181409165584238991766092184666080139589261333280556946872045412337141801061054086949 +0700754560549557192840941960533883683916477333049889110496053434388836650044089728945956844381845980096615663986249384912038818 +1729833498846421646108320742580046475400334773592611265395391377127688594599285540845684396076777993728243626683212706942573378 +4323511472129830807288869567946309250674678068275114664508496611904796208234885435751853338278854135085398181237686024172180393 +1312943548505486065871582599174831836548648084308970713256187466678464307897110260321658188877464727357499093515658589884692245 +7139584610276191442567513021000360376560327542398104492743671139951823728316211591532169872633220764756742780779371664542606277 +8013300125828426771757381146217871760111879193645766888697436656318066675243280906292568248974540959337990973627561398675008197 +5419373124232954726590126551016645137142696380830673731392642951542537238565961064580394978042654467730915963421765890733361548 +8922925533382884854249653772799918390864697404746308525228860651400300505857310156341812355891928439789989969029099008533806665 +0128219411137135309941467559688405403979836275303036131774092714874831957845954239946311223981403764141665925425006138193699503 +4023035360745761142363755560440975222622652382698883967356728120684964102122995320575139970015373461400690787473496703365503109 +2193654449177213661881030975620088565679413977376323484863510871705861613106991010472484286534395967108522932664799263272973605 +1651932770511765948726250021128129739307128956256839990590743197977037091662728274789578774568077274689428101918180304889077378 +5017924617218629587957879829522315523692604428645809008208520226544692314383658761425382226132125228054011492055441635314272210 +6749666157481037578188762106676697225815856020636806090419991079970372071289788209874954711658011019178097283297120172931963024 +3867624578607959056494862536265389313506274108084087969185322137028561490827818437756426384470803080867883480797295503488443754 +0266755732085811371635896735784706558323514361613693558482118358007540674486152236347627273339110326422500120960164943514979392 +5851591583094022546650594344855608619956936942520965617453776819147723734709318492888126759979035908706037791854416714517089588 +7488779820804386679237327683610073367094612676999550051056279635818725821831859618176236859057491859294403215135785905001415728 +3397867405536078184923760377846341551636533657104459673180071634565287960125731400588939475716477977856211995657191117602660471 +6368419292461966253403926350187375212915416793685707098775001247308325202429711397391995493844090131420300451991006099818565158 +3171884061798508018743336874067220372374917564318502076615548912819919624484325005878069566693150527749974672352053137075239471 +6765298415501192506923578604075674679460732604669110708523132941578157177568853063216936080050749029655642031375231708316371762 +3941656184595817536876952668926168956461631341364895778129612449325569155094729678326528659230305783051788455638170048468709384 +9344704062107618220092102502671070488066523904860951808964071896990152691743696929206393427492236495869384495623953241985933433 +2329954473357680885309244441022618801570174231106127708621760839070677029891079166854592191885991850284207932518637882898896696 +2253197905988134418498970803242763736997197997987724202146481273276883471048373064146605033007993208986500108914474101742235859 +4471673346443282932636516218151183887721959139730007987788845685281052854907139082610271978365656275535187015151917676999391516 +1490454357895502187362105850833658593130025904397280081248261243837433753996643256759896119495710470799362993945917928340275859 +4187480193910225053682324326478852139878506761849860931936128187212907303727615513834095500089467988300420504891523377586019041 +2552835341088538861109696869815032626256269959324139802181242249722241877212898021098564840649196902417063584333206994390607317 +1538928060054617317449920025668989345408124114562616395808759769278572186743963855933221653177548947045222630757626854233433755 +5185848360760696218717214816135397052477034052026614446970415328439572221368707488898468973353428786860987024947961924953899839 +2985590716831731870038599668250152561736463733069492744631154471689685148003517537536069537952391933185169671069870236035572482 +0858819385615354860719000425698572982937868475649379251912477519089804489107469755432874178918458772943168929318750385686530082 +4333886362870957848081259613648289163828064171655224322239708870842553708643760011978783227657321411272976905508646641961780912 +2833169683733846355069467452629978104797868384861004576520122658047677739451418977045812632716306848990938028931383957425588061 +6045777379942977654526927417023844498064089452756699867598470436037381168815462649457696613017471951809000988548875034178737874 +9160331824383077463591927113486291567227954453778702317129507491730495740733772073822607464672707613182092741352901404225499494 +2171629178354382148962537134449119312001738349076684871759101972177169632459401670960405086152157843086489006781537667287047896 +5465718260392150704046827088996611582230320415786650066647900151553492798388495126103785840394545507668150495076747239741124643 +1419544523318047856148530079232229449051190304992694484547233964026124081035121194889038106213961089629592355710172833338936041 +5735074574334557161220421706612819925561806730824425800383474349667304718298810588448596848386045836391940535442755152772209476 +4477743831927353467775816826229193246462805293097367869721250682503407993182691455177890744118461259199550137591872314970843570 +9614009267031215091375702771630372739884751484563943485109876681877458872527820916316860531787616767154557713108421464243252888 +5725244451595751926785755645396186934606833650722629688279447836080615920686865486122499155337740847620671316549690747377719416 +9886724243384291436035548475563689452903302006875551792856774087989888845839795026561561511158603968657727537570783565987096483 +4338269257625836943750609173139824275314999458619895874921046346622761766613817248643045610302260828228899586867769128173831852 +1927251435241586742325643335703829021262110618516121300640702167056777723519853174450793473043913595814696522118527504244796457 +3599578411448167894106533981801012494310659214850381649569414007781396645447499689729938374104814729448345077680781325687345087 +6129529633831819171439689515282408943585760656344118595138870514119273973014358876594274788901442968142994742135926265337385656 +2522744449484255252321589542733596606602045925005526885282459116039248444399754430448309551058351839870771919853241700908753171 +8095397674156020153025647112643503525783203561945051043117484225509753196255050991995918313572389826508756030729780202503607157 +0514732746209410237098921106270758705122238404358107693018072790601247661147289735400790334022315641411924147791473123654604067 +2183481353624169330708810250088442996270202852800382852132922090252387617856118236197486397057001588957700864557493511482566082 +0159554686938426672550427425422201760923684567404107605954807954862252513544057244716697622930133085009155635119267747535809775 +1603870374074406842079458547774759610733574985005768921583657069449807861035511349884403260777475545081121567326386609338253275 +2866478551802452645398860404273568244013340206033503958336009745540839717584645607628126532817660071722429335530485083943886111 +4372806755879104949087031501622642625790498233747556727536449464577828956704936323795941826197457122033168971930280473743209480 +3510521745467987614604622504324811929598409501462197588604391588467606320835512728358214802216357643065451820237801293132895101 +8869176817884529359989957422435201680723727230870849702923220814297956988224073755455624237386035731957272496882413670632312027 +4987041709615070926110617696999725204352784063869478762637421619822949085893727644701242995534552198616152209092394050930669848 +7400973738218421741284556096408600962957422728138542260382229658265717929340410249216494966480842797114656043729408022372140555 +5357622280419421430680077268491817179160449030679507850055675685514803114136633487732178706581280425610186327901499849008080553 +2063614935667238312237638365326101007587181929899519898020565403780654677915752203035463564958973934599571280127628650025231204 +7510339610097271890758575355760181313472729121504677949019841665976993380277166759244310422659174282752504901557558455360101043 +6704624590746564335785852066839780043541376118703961641315331313655337920280405840841448353766789935381787637277026193365826955 +5718584531080420228299782199614112550723022759714938401551695221278973774269123526563402857239118115571007974128747966574892058 +7406616537246908705363274038771943716880888382315653131428051669734785136535017075892856676521312977758275400592055721561155447 +8191030503034523458658590430731690106155340044400945735308786298326190302983231623869556707507267012762969572969229893222326020 +2781627756283482808592633115010135954787388098836449433663074354764942592857302479394320001436105974173300167981736974256889069 +0749889909665269146510382674032370824445149525831032970035921874308716508078712017288693000420564774687445800320014347768102977 +9500582955080504298493442003839451470653349230762999448413032412395803444854529134420395637374428892260393652466859653474793248 +5578683404816116099839255848388989533623282136956100112356341602163894219640627502458957004434668830525937659394378712613593339 +1328818081682559186294868249152029912791110338139114004470380993085670292745974492137182403037306610656137695392960137614180452 +9752978688889728250401766859342517990190156836045937377483717028864519242478723992053825465496992411244434140736698055778811865 +5764034558119091657996034001136138512460220698471156208113839665880299241195462026376651406117658603193270831455055313097779290 +8887190533917978952783942478895262358255953083684956216049958401478271139454139129915935858174062762845986202401574727546757519 +9965112384492455902741039666831644918325589401840520355227650968749201419553213336728867559952057316374095495633674649247673155 +6547477349678905420240149432846633096396537735337479158019850832661246628844505249719392841713290257003652108726047676880419068 +4709595063724483081528398865202332209399887790016225322294096330311019868576291990108551198704968033034014495019187100300731545 +3677983555491782274707240632393630038558613476413675438434221141668472183743225033730344641440692723378405837243484642959062746 +5604991163272359834040422515862505640037839519050818603112192411600677144216422234215431187611787844494127075718764452791848799 +4854476179924301594123281798645361490338402536310431288082224776520403651635476604940174850365038818289755315902382966023203577 +0810744335357702561567797304986145218660883831691187353402861163846458499952189536879044115452318681728624510324860015033788398 +3979771283995380891938289539381044182171976827997056764348788204187193621090041996206584024348644400402675325221299998818648561 +8560553235856018013965529605400965645682933039991913219712272084018424710938107420465401522172404020985846364794336906931979136 +4463662321945447989909156167276620401617659159053053338198477063314745749076987397606793494767276193523264007206178167936213596 +6945045570777520341473278974105523918485559285787445842507870137014286454851350178004328369233461521852484045058748849569462881 +7175394733133381132769602280613000317015438488548919976504824538838731947546613872200764083627777984989422833194236427886436510 +6841401583932488101726607361270514543381198032082148492961394207816779730163687527133913837138426969504533356370971942113680465 +7438297763442758000905394998453798098283316097089007654200747461809281986645383560583766595972712154827834692097585224878349332 +9365726487547590990433290508632050107564671461069290060500347861396555664994103630437491491318643117772003180597703910105848664 +6611643426610581687045714856705413399193072506247927181637882082436528718891021527134176567154185837899481317325358321239700678 +1557904502034099580005949862058754523860889792700842593217321816597173581797908357156234792521428404814333336278006477527454771 +5551300020237036342120897324580866490216118116991149735001002790662102209629270626643498774459628186650438561401066616780089887 +6490963755355736580386978526346909059361347064280111211229508805478817906115930155049278075845715671257641653870466615953910939 +5214778972551839841667874021257601195235129654518890488743898996335333591775608284908553206841411120044347642321931257964395096 +5963500480745033263837415489981452116756935833729630104233601643805643301868453891208377454731826714298746739883158478178624208 +8078825488224820778954240186836158374373671746556003072588357835036884385547573916766540198508057742745190671930027702184464479 +7807519854130748159210155879811678899722270728200599689770154189194726372412310007746266228667023082290285051427818296004435318 +8849779730758648974379073101178990211676693852201291929217145528640734853429497077571161674011066495817276757324157483849716817 +3827352998411927949530005101476246283441759897176637008058185334546170312583858564041585383266413483217734023667361663656510262 +4989459887640993845875939547459055523785574975836774839383442442772727790780196274204446558595371067248953971633261788681833422 +1430260652446882399259326117845029992780579944482914613560754920430392419419801174119306529200876322246749783122971752437529985 +1073402550916699040362018956704245437401832452382196705545206547444352132288265525961915924743830388330363555452775455714221746 +1446616034452999060536906307198084433181209978784238878045014349105221877679941993115397416711191417693894301857690745032510836 +2955390019036983033546377278387952218996955027373523655965784118029086980123579985775681000785897246210289721704232358897262443 +1116899333926038276430989136011993311064835969966384464160468735201645112827713375177166600414004561963808951457633980244174631 +3365167597668328545027411315066184915713562624842225290359331084124729347322094220584503855828183282959730835678676639554531692 +3703132630286521554741077336255711977522731641435705473997030102644612053700886241315456330580773390018414386585814426113751822 +9217494111509421272989272558690493322060649433443466464859990829891612802636240902558280843106767641519024486333577210250455758 +1991150751561946927232491146002439007601543254992434751580119323409611022604175456900099304707614992483865118197257172247468485 +4718289269042762658615396540607439436267108037664826892947523927247548349191063673761417193077849996352799507438421286155035753 +3670003174685490297784963434080516316824119943018705327982929605778412196093833118187456471893403114829335230172542023511761918 +3530299462397538994353624879221057016014513591355266971800473995195599575301873296387357918288523036075230002667564181209941862 +5652465756063919538830640228613516853681348031923008502389424015416629283480087157633179737963541694567718976270634283296698772 +0628398273786061322495772855081114777882254155541640367813109541283460927308493462443462004237680494256941289350455650052190389 +6530923425528750248516830645859529161548508001636146477492907827739674571658452569696309864671893300056851989854105052764500328 +6377838408857911124605696723808145124469491655188029699697020610066790779133275460162800601521823852930699312176096876169139587 +0939964825101402137367079294180090650010316165686145129739428563266232844352675969324123159076365905057635263730951535508592474 +1811804823447992196520518580949056544426238843325335935996032408627339563545875884333166832898448807558706376176980463476019811 +1853671195949445539340843650229575714750539986544526174232405759132358558190475375028485355385394868549681406717987759935904458 +0905656451763972780540932190579104438556329939472118207647554428546869843074735432587357981463196272333295652269129883611649971 +8081235587163561191593283995607470950948702816215035438010567011848029435878836700192088876498542980088266248768136664360732349 +9048395346539903256416069243232533610069691095414640231288922049229368354092313481960519237230458713935632653201847905841902926 +3586899375981532151071970206889742452371614510846757239619094223086588901204291404135214382914427118575565088049023826713070734 +2259183814776114935570816268571424671175423119794189492522671432476564901966405647187984087627618260356094922535155595764746633 +8775939779211866982932257974707044029673787248018990390269181484731175023868082868637570701885688930003111950730117366747034776 +7292037040878433775921745075599110933471784681597260046655966261287697859339714368407310137037826533774841074326027111292219013 +0255740507228750627788675142293353045696200562639503837065555027761345191438643278181859657112500994447007605647817675710357329 +2976075331061106900800437561657304517961915727589721564040507512613786451696450429048216474153539650176719572123959448008900012 +3408433706045747990792868143612079234278596536479367304972783738238238625919742682436942402201332632706821698633101418726786131 +8375660756604324838036937822438189146692980841058943655646096987446498055875487503182581651007976496878268593478897138465125407 +0302161625788138941756180586844882835162635784547013096553214201480525116709804815394793585124634598219195269074280104207728072 +4667838900407600665351205946634451166183916253892825653381319301710998507256107777186848085957403008238368100522944303632213848 +0568234978451633682200113830676859774853569376506354250671989943595147694543341125278943952146653132296950198184251693558754266 +0837997184654618266464229835853893240382511414642926848175904359357425914225875122515607126936089890130506925127703951001817058 +7698607971927804322206607636649779969047920064098738740542516881736563449825854806194526365935192809082449412467250570813092077 +7597321887811111154968364298503454292989382990719881362442172931187037500402048057328677657705369081382090672410230632333022578 +5702691344767100466202486216169170905325756285673048601355109036801723677816257513289352210067825399512675664902709627155754391 +9534899164623786842509061739505443727104012615679366121874758009252764781464695793453679090140639672566086270483355150124722338 +3629599380125790239429932208245186801604452556987851483665390481177058173633973798236252529147955843797090679456499291551397899 +1654839141753372209578242837530384383897899016697607163271741042796206564645006293555562819243718356635356102675076651792712069 +0330578183767799422174048823749345411130436371482070584047136107077445803065143356378310883097325525812461948426463818958359831 +0535837083229949247061916351323305805073161284351843348700635104127671026579915150619625693973299904452300157134992421628495782 +9135533592025422741289488252334208635046166354163256661447685205945401888767478319569656787569357811074256962118550453119004362 +9301751134736346294356523345255306657038167822211402293117443464784840025659169376501953957672727051530179579688902595680131766 +2105969846665539329882900056874716520798786759023512793122449365556804018453805656203040461898429839786920406056455733868681013 +8994359707951012841246179634189829024194191300675090705148350390247850109295388787831386650321294752877084504137894482370739618 +9241947230769626839032573755018849701961689378840022528468670515360403514925600595045782712624516468191893178057825723173315417 +0398704518600034083166938112120280977963993296425790225059839016038745051472686938943167918298644018861694001602670324180907739 +2829253174521666979009820015551029220993105373115142695444414232286946938928961493390386858301002697320226848958500348592987936 +4933376341875898717948810316592654389756790528913140902980810511129982071300880573916140408222881362220907631175682400695211957 +2728405831786952505365442116971677026094675638127255014104635321119617454191227198408175192550442007477181962648595382032863011 +3335513609023390087365324523236604049358730860336918649941016742564809500323096143070248679219333226141951672644858949079743290 +2564143013685722767288600853878709769356311565059463598251742499173323941411533573854915762183775988798690410191696639340413240 +0493448733483595346076056156947860868081377709049727106924154044343435604871736849228001533150906569243527614792377672885378205 +5757247991130415486385859064419869200094851432494013487858837812428585929428086640566084149796652609672519627454844564932256297 +4669558478660881121021903646645372020041434507907448258764267056511994202274610206718051374682457426295364768694292186976277202 +1564360996091464350826834839280932166253903015206256531264131271209638480781609315412345487344374301996139188255108960560840234 +9176534815648639973257109408451729832095062649822000160147163265683826755303899059727567592934572490764864402347275743547218198 +1866055495605517210298107031806201932208987305284317169767415130763125409722583393741250961695800822861253047933789380082578910 +7563809612558319699283127796207634523042191451596228205984495682290513031662522019531400901314878626864267750108819514332947951 +6013217317646435086018804719571761416592333129643806900438788455325630320446510012694647580590342912656641492584092556696246675 +0844610636935384963725961540456988648961187114742364338486232200258126457044861826644153851981432318719173242496404738484829592 +3080829363782082227074488901159023270312983944302028828324523976099006110195688729810726298266450333348633619065288392022236229 +8005690472921247866581261895577036104640057531331680489329654614207889686295106419176764455962025382611644995861348654828098933 +8502321967575148172006469677676125932579572402208147927471694132908710196626265784804209764246638587086749717612279459712731943 +8253507041283227562754413288994720899007749153170225893148651683553291625294974124954074490050789574119491844797138467527966227 +0130509196073119104402816135401821552059355465255575401457469499625193746950815086568670490180348072693785487568778765124602003 +0665248124119376664057125582265850335568981888916788294854156077917276025925880496268355143677289608433935345978812154208855268 +8995137970182597573167629723687168196388018417038021858197249313810312106750976993518701591284371821222304917627037046364482239 +3380163047424234535936046961259910243886634603953810906816744443879125914109276466757734603864050055610106148478096732039481501 +0050863632424997195774488430947153709833716798293363139764056905080948883372556055175360309201107604690863026027029304809129018 +3159045522676282622055741762907017038764983291766901157880220174438440331565498671114637842462602216932285417970008975756029800 +3552237063449291059014349162828946704972597219745549772402644156576458713144836954411568696563098211658803621586740322438123527 +8553792749167921622407818214329886287689794104816641507269131593430918574387850051670847355476478466155909359159406347347073422 +4529077230987714405406119382703861571668341576429308147647968381984164008665288474312273798880569173169482210427510225857144151 +6873466267196323702969428729542596817149488353193513581368049814798979078196465830515246880993440065883452528995023407220294628 +3423764900702625807926494346022071251875105005653050523263476206366063134157656968651581937910705560688575444683225925304492434 +2952113637739291573792177591055762311484591345740602655920022962868733639951191003783483933798477891209504511076833970415208477 +5918285063915228730571970492875778946493408022023485280196322884176264848374770469091671934052402742006902024842930375953314997 +0188283754328437589051211543538670804314085522712102214064193375644277314824255259794129098802312806481056628400349306174297818 +7400374465412082001463306963438819366261869661341067811137716763449961651069723995940239925017934226230532596999220744932707685 +6210672490680638537370704393760193333970297977253365672997212980801329671424210333810500664050546692669173806880821364438329547 +0441850655848799432631375117017035628999017015487913470494267041654835295714453029034648907258088418618148803149605119491595378 +0667709470097778550996561398901373747557627918533058120957567808028277879620594852014529739234370013800886373620787541449928329 +3125515897530266841998191196333295200100578758020333846745697177799969213733901430202219148194889600422499239512275441137216920 +5650415027342249979224454839045392096843643602822206652387425455763721764312986203030589819856297909492941454232871627676382600 +9334860923952422719693805188600329744718934283065130982713900165662458916981874159673444880197331666542991521443060535788337790 +2260464469972488038180467803562022523783671731570132720326212442908194344858555602668263231905684505806559421525279834670049624 +7792295078720351079690690721334629651981883246931635344717773193932081371713539221551527543695110154112122644215377568071412160 +9195473483543180179899660415512485164196998646076213127620507751563271324222304453084630241541418631528227182134165081602418516 +6107199131518105376224811112336028754695240510430182476876463353393744511821873843541677824666782764783493452855094114804483949 +4681701662176678506643507046144062278379351438997367570137464357422720669913574736380880061893275748247043675527436431955366100 +7149553832033242764660394022295041894654956152213899886346680985491273200086975419330405272293533518246991447255727068177450390 +3655198436587622677364860349928319378663047397528676907239140945275682820405657108502041392682979560846597921188888907265931036 +6476533442276806500783053564071177712515831376234094631885310570178318133342242810813665266902989059805523937906419013727894188 +5431372487274298724777517697230193875880937677668764659986523658830811826735084723524757461022654674192380627828684371745612348 +3820846618376083469895407196241963862417850743410179248545973893510278183277393709562656195366243761330452232662018800107769440 +2069720833072682115347026542393190511365870201586051736004598121210837565385863777323843786272509797134422300430192141780468920 +0442031082909423594641218252063553777303614020588281829250848330051744891712248697144729676289337492695365177253047051776547762 +7268639820077382077506959745238922291525171731315329144119549984484846531136030620064784882237444115815092112452964098100945835 +9872606636855509027099907122315750101939814965155251567403611737103452272009598076995597635176083234788901670535978209531433759 +1085327638195333244518594079295886331726523118261222009427508754702667381643585015276186491128806622593525832828640622269002176 +8000558812466886549021793247340135947691306446427709528028498200426365682563584527832696795214569479985794618339152398807896264 +6187988847312530289136504030984674599402925257102785831329312431749794271223626066515601194350356075536808657593446997124519277 +8221593778261506773470868068030158332034878924556789236087379527748372902142937754401272228850387450354124993708739623158789162 +0522225048132576688432285718958345124544338046135042578516691967468794904627442698787375554323557096004260191198734997094093259 +2462493092358156921232365706546429643442698260566011347797207644508552329524610339812245114706710736520675636593241151933904714 +8168806409481440220552654041925492552985114821706878419857282323004033916474011864732600044228285384350058041710798941857144196 +8456183927145192331984325229219292792322346278563254801756089348717336352552507588302857665733398806159165657708323657950532344 +7959027432654889449179694030583164431534165468437531025326379868797173494533488353046359898220027884040904102921916878818230634 +1572671474039612214962772842653777925720919829404267236601529791378862012346769450214240286963754895280462160430824808649254296 +2713235643749557564532205594282964657763877791499599519104896455051738725475670902079776954156280521778944415643098383791627273 +6105964254598123007279257593697900824845572590247120355844905046052760198392683039070579501029336629655707492386250995234644336 +2615762358163929247483738668566291188631481608731204506773561888479176007728316484171079619334578564058039995926257045933155309 +9915284962226636771930258072321745421222389817234966851925987744510291810977458517680205953227386190750476782698954854970577352 +5673578687374046860672064496277781044455548859373704110716891640260365042726694184132711815871762240294031220477588483951772686 +8668728817231201425334885333412781573848400038328099971193361147160493544335456580227648349461318031327984792185171580102807503 +0169567182553246331404084202997183149669206523460201655479386533242862563036582654644409484005992680312894606697548079677284436 +2408634459821807360135371085559754639951676453609356475891807606645289547821918227592956096670383760258316085039325249167270345 +0639753426126492725051857242781368140995333223012553263382165242568922620303770347983405643905206504900791961601071942284936427 +0871588895354801816598052309754202243843057099627863238724184518284044817748295192358320828895054008513930794283973928514112196 +9798654324310664456635488952439998180995428408476235283937134417681364575355417817510233366035067348678178856527757300827180944 +0038123007290989063863175985592778519488056333171045377703085872568160778246582018586168915869948568385646644298618780983546355 +7869384600764512734048062223566504717806018441987433044570169614606144975153300488119826197625737171672582011169222743563965980 +6977293818241046999651425289984525444775996710580402650890897413638457082477468109575400763448366802872239506128418904706794072 +5799904603862986594106662322483455329279349540532965537255861860553280872874108710364305979053889159756036410545175996560632213 +1905113425852351684154357685504469533745516493501062212340862826870385326709406031686063551224557399310052952422838419329227931 +7546871961833002037605725905779115533289685288706841277287949763530450546184456445185142124516259820881277398739985868903009290 +5390552777664596373149764240028438950449670876087502765011571015373476441820757391918243018050536384628502031771242890575429423 +5602898175403670523511959645093602460733826479169195731008780332981500631244059144423791577718260284080812356359230721779826632 +0282070388225563293057775488479437333861437827295440192975141284220068554470734762243654683900921775316128776798676828649464561 +7044919729960370651911034098935618095727733916533962937362197410606374931103363062973825850629444853848346339446960413652519614 +7923852433886365419446901963455158024361204561948757781294971510735411634498000899993250692952771388573089449720039510778006556 +6448339128502198442312788117252393804187619178631365039260121533649897690132658417974431016238776431953884429473283621621760928 +4796673454480093007496675559950785558242785307210144883418877108437084521237518409035829359990440607609053004656855467826840969 +2539967222010309449705096804270772495367746726394308555148839954759386392982542739753442093370829925036983594533194718249508227 +5349079635800249074525176724894658939051245265345143033311987922668779171808073614407324686649849960572890952798590407394876104 +8881074380416317599148271017700792806364855765066986663556628051754736630602571628284291106232498605571402693983906331712030753 +9874937506608818776772074340810498838067037288381814044995123846119534641571274807743575095446827709625774292925956993651483030 +1351712538266765203986454072646816009684736475838189392745470191271779327758375268068178391759551780428792430541942252314370156 +8407859484892460620078868667802179357348492180685724246644370230014476781983275135684947107880402240406891839259873980451085903 +4906163533191850256268583682454988749837419823578079473319346296433799092047235338380155019552271132115175763259341940167374009 +0058465924482070913500147064727037054124622100326796664614046484792704959337155884709332716325316023891570424872580884952438266 +2436800291590505288180953642913700972896437288014085488105811040747638787748114199225450616098949678241069300416404785919318926 +1934599170792002326313718708164205938810092585230289681773510059324899654472028348104884160918328871998687720554532160558923223 +2833310668093246151983045850009608661418327316614685260920047242208439507520352050936476946684777115573214252016051709311522733 +5806306154432125296361988853844471579270461201267503074861984238054921903008010783021332277527690547871326604862832931571535476 +6953887201338700880983597387777946758689636635028887005208234910693065403037992011989492126099118102129494636864406808581750418 +8449828487903174265578895543349223421139970247142747092518020699819810023484608128979286359504168816826179123882092074937458466 +8429190917143583035383484835202769619898592015997875633392860989349020465819040052129531463007708159553740489427112502433350259 +0015541288911157030703391088218525575081861192862772160417721389983310098584001488671913042391958271599517521875772879817883670 +8715721723667422477987285388090627370795114420296274720333968016528373376502351404697409435351445641183117232448408900877983999 +8085119600169893659072473239891529571989304915800525658372770589231187553832358134049724486998092398100951195327740893124363904 +6825971614998820258858203237294363381385260403003703481866209020749805588161211696398124406863222077112906818160524737133236376 +4791287439396340287050946270382309108183116290058907007033269789030152170762597022242414148156450382489069745048352057183456698 +7699407910303700018163871163387977417734630895740976320842794125644044206230844211892365927545147294624099819954065586859396532 +3131672188768311610064467750350104984282723151135474654890501043106825950749943883966630006426594607652504022624213316206819824 +2381097970942205624530028578508606408894416081148567879895026246182144217645044116693226312513033539646866882479709987958089969 +8906558060289356651604127285059333055318644242901255378341192868378040612451560944688746385088366187655524363293058496259834503 +6045783943499511329380195312503328218913377235931966010737751685331040259612353101709972563764048165640905281453608759750462107 +2697778235378791219808122722229257971170129904297461026446932149333464400232434190909889478146390656698937276924878791295257123 +2803907707992452534631676946969649948134841465957319668276815925648168701088565169944440306293458637327427324437179025248962792 +4731713616143649458304003973798123909714421863335575637937266819992047643342146589405067966192841049385855050988705354679370809 +5372002945727744156997261317197525282324231196500161732336217784763019914950265863384886596392669097800628799874734609235337063 +0503789478310331174915570738552836640716185310681333898360502850585012405514745303614418697185463616197057663173866523087604838 +0675037169916204490298120588020089851962810662807481941976840354009840553886735946987601156791667665686995459100468477453975696 +6834794049663185275577105102245452812771387897018848470724588835525127031721746222497385677737902506111966509521044773531500357 +5329174285407427305661763207997349560549428910454568831186538339414510256938492615597532037011523362904523476314189986503671291 +2718934812220309630578226399896956440076865897466517017205703733213982937662658920267819470286608114781834913036578565065677437 +0292082835411024840424424503720769844545589088751119682651139453690649901159394940442554457210310520610468908232856172200322893 +2168944494860484191151489757452268440986053558799687398611861491809004454116677153114993411395893222172780575772632409234094898 +0022046237220608888434835342573839194475118566063006131560443847533169495969846042538404623478526559762435571079702487933385421 +2451919192203771937523596048769324041291130793137730493766482430142235410357050813575163787479425148259744336129889104511577631 +4142550759732390528563707063152034344178846568888223418447224601319163578533878251799463243956174732623278426810354689051255154 +3970640202120158350260730117870456696154229567633606514596475612129033212370234978048801831781364493706668262862093481931515716 +6561924140099494620364526936808552193114041143469574838371934269300545161105733392695711211423415123016324534422409169998476243 +2456534483029530345127697481939835893243537886692901492470290039455511175154304300500928667293566968811328935461117311498383274 +7770989718625939764088550940976599710169478296655836026852130278698487150688281647540447530622442916288092929799874814879443957 +9848763764198437026743206591847265528425238321090574928951078930719540533808196681934811602035009442951951047723353414154858302 +5787946077159159168774450433330444862738778849768023490388074911496672265084989382578533753038885946437129868548176233233930301 +8580017107399342108923739552269357825947129658651850931301283981215557531809779053507136238066452267893979878894161383251981836 +9913766525707178278575810543038685579648619267169136094328824697618419625108889858389235878109542078438921757522374605654744287 +4829229647563208502985033637245591132219509835319418276937992741995767258780935271942567981080789563695276467555561800638017448 +1643138233933525491385701115282638884356620775214978523597941747167932566311974729439511528404991306505854174907409034566035713 +6143827997778747391148759316186369744390378766441792907186485522361511087226349625577289271875444080879557771349971812896783921 +8151037464162282243454432112145953184331053916340169687740205103102595400733446898088691425582734935373310066807019088114280263 +8729904943075565576008704186063345542320788733990798433124383054387825974302546390620173375209936756748717665874520884924479185 +9888909645307351789982700065033105216388788398262734159940626037880383673919937047828435841493103609687935677331602519191613414 +8850737384099163846794178899558085730334694261907207404022320796803770107876986360807427894048245601008966306481139963465178636 +9603978263464022093387313902323305847024620528667574592309994157800256182557220046954796119376040712963053063896476690374286989 +3405947975994172973640043088019552492100802303545308377567580689104604977659913539104938989315677959717470803854511462658064563 +3191162645413432233404183050706031855638390349798393321645475424393193065096426473922012746067572812705091078572123464528104522 +5754070330806062132016998542325199869791387417374085617357171312577717425296247007640670351991232446756043415004205160478899347 +1725194535387949369475223998736399458938442651506418282232173272224426998356393475616690357433350683532939697909185050724112276 +1531609961298179460965979011464443408544699180131732903518616680630569852510445519164321486062756903290742218453214665562625462 +4277461038526097907874522581743597670466704734455633690080575913829222964025366450929288253518473640288917518499198469245997685 +7420143434734074307744766434941598412413533864920547945213441905542326713457623437002740516606230037868321117285609425877483514 +5509703411252690324400121230820675240247540075031296148576782911392574907974824839505516956261324207298130826703943230789524466 +6235427271350178310739006810179034776823843871399578101065895786301705049659021548642844679899589499916930305008178597329009228 +8708376738514576473422684695199014327164139367786002985515660277291737951903297112627302613852418677997201436504553518932602363 +9576506417537859055584148204389221076679317163739081159093922729562344633399336320523856409926599959155324451664857304036979342 +7821519375657055506931717396389844553686714012907465431386872822303418480617283652851337727643122589592938283893016029851450741 +4046931470136635022512650864971382510668763279223722442081085741561189482186827034926915081819290103926309450155161557982601266 +4715454308438516658794722092196206636934007267582801367477453071665674490724227142539801920570519231994847446963269786268119916 +9168041401535492095223153393392138627537574429611826175866774713151956729343684934892542983754029148830727112711391973335239513 +6515970901191127073416539618442535739664555006336299291335206114647465786032988393861387837528101930282563813184667131516357399 +6965025115159934457674823672748261872585621777883115554117585206762204650484234255271173958058407125541367807442514328611570278 +4831064230665616198380860322957982656881003885916660535633639193463684058409926839010861838915803748651536627056017889319571392 +2850377483892889368048618651662404196455568541580082178826055899571765132140934322132515590245447090853398672580050380575567268 +3835035801788676880902622563977805200108581423258706942731469718506605351522050771195525463348620059942550507473397926975656075 +8170641249931936194409801838731827726032358290235160889838261562910412201128942409820711534658779929527668900047257962358847821 +3914141889006189906618830872826326907793134446571712010041037077410013305523598603376182060668984447359850821728080727595426748 +0524288363005399115153078597028593878897064055724890623451683531614421839812503951731500983120346087995189240459208148107096125 +4155453406508028056687037448768955586471685200246991147018630064209861444093780513311415335160348800209398873165630411940689888 +6507947702834259046810555837139361937816955993601288388902706347465220128545880169696095175041923698015462911423095653174399855 +3762547022058799188111929405215622052455625552628888943381861262479627747983891009023031983537685246888772136743333720092806316 +1214549690057757944760791464294073960482795674578197576015074847454616235022841464586043262062684847644609779311315421146732973 +8541338437296411555067873828147460205050118794445175546707442427376724688646895066999337376018755680130878200128406968859847082 +9053903102817499105181101245913670467308052365562812081988351351621302283720868904030918069105268441314194378171102376175885834 +7390879175657202991792721024454048282348887367327525251428650799473344325817058656761335824140200255463527106801978883972849023 +9114858631082305511415208423205161099795092979957887353079774012813446208145355233313207283275642795951235302177270570702859527 +9437270466650300884205636449007422609778006468400075137707364599220020468818147412256802671321760977139033664343323597425197602 +0302618076580610803854795974063518981909366239035024103586093127902225268380234904318024257226627138837362185766291678782029207 +3947830739969480621126671162942463986987058328256455824368521897685045168203062702288692030759860685197940546125045250168790201 +0514803654436570370324022741742361761085767189089724981006110323674867393784988265456553747645514420643289677440464150052019123 +5223236088122199447858422156052424410894574207990368063564291905403412016110145065374098953504598451976662453874666981008325424 +8373293703798267046749026333095880042002196112554036817370313956674653924174972808775910245525212215059736970917924397257890308 +2688275927997288192485396746573266295779844438202521819272050705543165472702597009969819708658965256689368204413111379773538064 +5084094239742086467203807611090720704742678798346329233433650521401666169943202745736920597870661200400002701183019652790391816 +9022357095836768187469229301323281507939417769215045474272231522798590708421786910823915726035891376298601448255283206715063088 +7293988737791411397897393109492140546674166871313197493347838700746175919251207836436115320719048184023218823514733017767389387 +7188783211699643174822974868235729901402276203893157987109644622416046761772620967723823455916506713613144614196470266830456333 +3793370001173936142455344055973062003252783611956485218268240522116090384604646513391487197827194186399975132117817107687082668 +3534299426891086746037016872943029880008565862091417500370811850667508670706496943938696062708498042156433801209832903518387378 +3612904603444715041436728628573199366360323396870491816934924984624193337784171063290043144432026274325167439913901462851257791 +8301153338470277907154944290430893973748596163892611069628643761048471308522954471189690031882490684526895423581669049412645780 +9532276724709021001315582137581907800630208033706211952374871095930264465397182584969831143514075753862615083949416688307055905 +8388236378283440896890187881320950399116639874885181013806820276432717798539692296166413239097562927693580121835296266376329989 +7227163697631743317865706478603326970676879690725149096075601615664615649563621319796915072035936935656249230727588009066864898 +4030193127531435008439718127581289588778728561167418433131262502679346011703797827534339742404719888498611315489306325294200918 +0822596041854995877122241367357937629640300673554434225279391124715516842541288461765835730255187409409295964047110843143360218 +8020810762143625695211304403500380226297593451193440072241550883222759127723312388393491431821749019440262383840735943032001195 +8318237479489554100626369597427649553987985282444811016365279010859228891440704149689826185729924642137537603090218575037482996 +5366847590778547088514990246112762636619967032116058526965593868078207507263589910269699995373744003756645473632293041062685541 +9610845056170949836472700450287286628803643135098265884778110832410350875689137416100768678349522724998316556986352522714663266 +1503726130267377258411268772164465860231491482249362263232011498460531343555282835085236658598989040170763967052694908347332552 +9494811816089738912922010509947751572303760145536902984045309394480942411502821839970060527331347541450194445987076121267053844 +0578064800062529101700072602908332148334858119123936457716348054959136175842817084891684097218981249238233949488256020176601607 +8655837084859592004656876506460130727405913211331057771278893395802267144808219629460783237220481671207469404413079770236276202 +2474357024202046544233057042050406320202093782109005795759352430295741395906001878748884723478079164300747108788119563090468194 +9729275772864119080887672349769974091030926766697899488139685369926038289554489717497100438993101868557613700320201349470541544 +9690121476368923069792412981332423045488814436625785624017824621004713254286195984412682695459029135822031307061078889173619865 +7378777371791906660635984844468930766958298884404755753328140351948727806677530013266236008432182713748064589578467419387451399 +5958115863312505525587296099572988051567717080297066945899741469832877228284562546192870097158128338501540449059947967484049806 +1525360297576645372782766370344139731393001666478941675207716176663153356185352097531952067180451056483850877049391450796637643 +0957180541118429393622724140553758348088782996643755097821436674434023381251140872906157549968145359578492278555879752671991774 +6216547228847936682579390485586625009476953902113956539812453553726263850745606267922068236416232274799633682965858910518609181 +9364762411101864870815658017284551581396524871993598349274914322101521556813705161096159781789698091708777511072561306773711005 +9372502462001712636254133123395734859574314940832644465721405982847453658518168263698099694805090947049141539874161892364044592 +2081215406680382103751369362572309567943724594570823605875011736925225634106628852644577321897191396835476563249653975626106030 +4349971249994089684132392481061788229278189139063384564147513903173876133019427848009965641301113400947275878225261721625731279 +0221661121010559617008273964451895647239826707650461656354872916410348912631911913485548662828141859786059545072528125011374221 +4423053386826713852263693496635804173362348029571154806846975163821408623542798104298751000786068795017683260714515841078366993 +8161127671355970070573405532186939626037976009760161070135615665381704277318637283166773287886342633146869956929128780714287331 +4724406673554759228867043031026142833731777584308969100843251135369865682593955020981079390823701606661557011686336153922127671 +6320174341401698137531688064847461308245007114188039688579142931690284251799997677320348583442367762054912291140917964811725137 +8202757825011219494192886746445679726841310275929718330630078072572216660349917135633404881654966136524906313940172149175596901 +4973259052196790674213907468121479716985489021755170094314094085515986880378978689367545392713051595516162518064260512413271805 +1589006020451052603264805726624921702203140540281094471735610296632014298925191276086205769087410850492910589262019474771202876 +5301512438781961299615681939122770744864098845659058825055415852695585895078281739508660406939859772275150311279745599614771126 +4288153404604175490400855789649207035885124038840820254085618553577028061229192741635233861987354455133991517534727391845052478 +6258955556704090814031626148938140929500657324155298474719121746871071846048890688770977276676240866370191127535467056926311394 +9986426460698287989606477786579619338308357811140009068302509875335795457387693847614672598016435455104290716649294340111672025 +5987575195605597807571132149058303080863960035941811196802177359118666488648716460574884370433012992324776906424681910784438914 +3212828929093079665577584834614675181147027766122500255332258719353578136517199306847607401381636227698622152320466280962873067 +4298697726297500762842637031315949284066464528353792900058970168170276550530718742305480231641988165044232612666352048235992340 +6528595274852601267138855685497658048124785482783676783853867479073934060681129115971059226209525138395957477851256838662435594 +6333253678417649760854615241319608105505866305579272971991684020242948061790638726814427247631657265086447512599362760504729659 +0050552281101516551597310571530814588813676939570968218933911952205870242379775297989531959401920856446210979962385790387518282 +8767289958783485919140054170755933223361121752964753574235200401049015889601531517259131960751322512615901642287582440268512260 +3451721805339224609531183820195682695971871204396323817335046115539455320833063731322682287797699412707522241064736997253801427 +9838095438421652946093122030638044112929662006537527680294782737078006325003341225082530500978086841673076833294743067222781678 +9343880589742192946487883613246357871516859764774916328816004546765194900049207055237803648799342279688804719689248327413730472 +0721971662815930264205326239766135366858450956630362245585637639859898001993676716328053273905567456704608882800064784850223773 +0571787432542029050900323916790197508546510517976343882254348928206749045986326975042209032481347983325984442399998495068210198 +6252008138898607709468342620809002496223471138515742069863151888069692871096460617937300581107228988473399264367167623204729419 +2797770513682558101443641688720044042871553905410373246365721075390692021825457052959920292945148726156660506042073326859993576 +9943199450035463537495910614331149365062244685626306093678223057245690588586113869249388996930139917906887631260478153521760102 +1950460426985566320913113822097771379876492753786278737646554639417059453209917138732302032256017931681335738155323404263671794 +2838332702415027792861677040542052438018840283865010592299818970494138350530560217854544968425238656792859418734080761867272852 +6010463746369529626569768506440616846423788144981864845682008740038225629815725166282753185272670640607060429451038753678650440 +3603428316928538153550803942955541314085414603075220414550257874931378714081625009020301955524753074400211685480928675879412454 +9843069053870715332522840750526561812419932672015609424516373833579891793837439080150576601064726524016745608185730860593580037 +4790338120349419657809887950279987231778879709683733319593125286240898651454362025515251496405484678061036071464115462928635106 +4812436174990135339020055889098969606774850114068102256726271424987296420443648067709292253692100724695627779636510134753572039 +8737165463831035630144985978697481580718872897801411679391604620458063323095158841009595789901639579062186093555920948550517282 +6684194497843892923374409974962663409557384721186689597945008117535697913915795350771799536776499659499378233933827449930665824 +7081582116471192658574426394048422901610749624872891986363877792779389085331435286663561611309448994925468965045010492951543901 +3680646340800173339218788077063204059241257097481947777145409084202800888856762009180382127277534304230302616826742040805136435 +8971885064485253090204122142512764196490013452340872579790701372873179615012971724582237981895972101835369658929642000295179467 +3378697466160221993719637822345980287088027594206423215053076460092623235649859970956549802453476198188280999027211336510921505 +2652711751748836279015697510746966396333400935969997511167766407036252126460465825405459671454621493581082715193532241502957665 +0853017906034458377960386056517204258262136080721053029202866891152909200067791240221407899628896204792320935757942824137109755 +1860549007099165197284140872678756594535459353075535851412365063078974696027557562375802944288504306767016261985686187927040312 +6976439902255838121317145194266076485068757990450059106045155783172858632535344129113251970702093415466811410640476211193415639 +0223864295074452283847305560600110714424512989818888930888094361164360320952698546375108408821282297940103191521862113682311023 +1062349856533324628662077342594233105268417141054370232872638557841382516201012169119621084906023902818960772903834214834404456 +6774964345965594961633616650657071025352025214474328041017041037485163730502274877992356272868337521422636796698369213270452116 +3863759791559426852045781221052728648632252466126078672480213084512794723010528131976170544126507023866299598547784848361822975 +6029193859923289086357438220756059069241393076481467455226491973473927966812070493726378405565631775752820893408930243604143389 +8322645429369121872596731546622494472770504292226778137537611049076304139170096181584862462563435300455143882748092410271989379 +5326365807733260201580801629433084263428632745627040818781791453399164548163815232430786017320082301681273560908524949863305250 +0127708812120756378948747377847983639315742195284498126386446424753766099623540522826797908737477298768890173160498925727449025 +2938525448223494002554985481215274772014195861665818544594199880542548809977177276693721985173829796357491362226406805154130568 +8969218337326188250536163628581836759650127208671515917790854163363077352794417610106050375787449708519147175922505361662892084 +9818570904194161360123724397774706465600642465735373239577049512865171271762814912171304543676985961805640424586977875904966200 +5504575938770959529220023577243022588499122259144158193746005510614090936240126010183628014128216077152330048541538274583951558 +1040854914239994126791549056393295346381943572230033663200164558894293446713116407420635913349055999596494259230893231105260703 +2206196014061006612340848198814409910794456229071521204012047591463330479752534343609457402515951279901699854399989958952429475 +7726196843265136180636204555752895156585913253117092477574090168474904085406088453119889514918675712220848883891583790692329162 +2932979781809321279966736276684170473868093894960203921581294390763273096543783962941941740885305313552176422059326344349963187 +7716303606885535604492911546074803956458411462697046763121884171908019143640932002882802971285171891988638807617682091180833424 +6415461043036191035529625558425951185907448251833755623616264167570352631169542482639741527208649286390063877760359771911261699 +2470130258381358062929085215957585938262216089039199788226601264737025509814505817029779107756588940453410080897136093992799084 +8707632659399021754985431789449236853018112947892026429638184953314257900880019675773825490255337783864219014358786450842397851 +5533932851049276649253727477601106534672571299541307151668502286973847937896722437084410916259029864044870523541806218077954614 +7765554877085157744714903505492619912731173476480412564678818534684847115861709661320561820994876787782948571629974821128726525 +4958648468242228861341995358858962307381366972784922066788447146487993304134477988625345942386711833780639553271598395688961584 +1195610154724201767373227499183087873970044260009821201260837039944092568903479517438262374212926002997007192595185854104973828 +1619364472726153539242937799692428699593667255284692675884347709702639988899768923848970457805127213116307471608615036594270036 +9983245059851562634241554611084024908123182475839572134087792577459483664336562817481606414919540980247553055009390347181343478 +6678203813070191242843917525205623295811411258351922528980269188922471356248950351834938277372740881478275242174992792567496074 +4143356634732380642139347869145766266914672583108623737574556686979737703412637109328384991661662700191639112734811399558605096 +1208518184191671627470570937029456222980556566946874634805220009038965108642318793927711482497435062563764442708954406150308502 +9023312095876743701169506435873830799968604505754154998579861924311377960500475654542205202570979796896262463835446621504771900 +1307938351217139321342488304983730107947723886674861520928741265078308049241789485663045316829261201640722069914290181463616514 +3662774552959414495906707805907185396346911240417542898771207054497319717662592108767592192807181086654802759806348618578837674 +1314737004679848142363776160351558775692327407524329957179113590512266999745499877585915362625510835561292623778541138597816039 +0237557760056059081432345998516737302912533244471786164779569231630397999149258259824248258872090314272651220971111732309368883 +6627477978424025488072609778273019056422203214910145966781125727030515618065001832071393756745595983343475497495207623260839724 +3342966216908293442342817978848639488604191273604917723840719378411000753792919755939336669416561658839344042868764649850515740 +4843734023345647692176295441180249482639581287413972097837107583698158034620661397371501344888180961705583629809207419852455696 +4443380077789857586353070023335893700728665808003439355680624696628418230215872552816714310195766329481088338871468994321119252 +9699439754749964974015300163681954912050318298048480045612220669380962262620582805353459791375378214164628533298845978013550599 +5105714350835688155081910384711576767489399113130569825483778697383765314872304014753426304269107388256780976698871683305123430 +7876749639965180153007689268468639912304158853044482532644498399416286758021429281245070574658924487014301816203665832428101533 +0785808281226435244861112112960701400035860271883263300268756398080488577467688265527817734331234380039587960227981962626600939 +3364281430281513574894870100381156896475296131097244720576919647275082387947394192830802845871083057512101147458345259973497437 +2352548478260815071941762637203003924467368412816659772061510861905396984310747338352315940227937768901334141297190271981978620 +7421497155149250772882271160825127041610751435166048440557936723442915599683580765855387190581730147042311189334715395286473607 +9469405090355283185848987802133089556363626275612421572132540664555746805117424373802421917096772214790891162942671883468819382 +1589417274385691408452755936967864047060787328586473526198572660582234669906554955441129992972950187613542002387015080229290084 +6570356377915672505761938151404215475617807815543585573009407518371861507851745477702147309937407690084987324419699405440825645 +0612011361559116532371585728822626979903698606786712794256913394582020905043090461211508518273342883931278463866340432838401156 +6760882395086214518227285005993629709889190889508417455761844997600135276044719721514847763212602718036483323892756763864051034 +9188515996754462022639889466629680669832215175040501200558563344456278764716592388326318156786971890684957626542747491478209927 +8987779229113917038185012511339563267826387201889188999106457112243660191988731669456871109523244231764354533555547239773405699 +6489667993193399907320056380302219372587627376810666191791189051092938301013845696380002825207303265588504074647639636023424359 +5972299897263342080767319345606033144822159869746010125714876643532020183420706758750193523599953077555495726481141414611132824 +5084488926501974380578938135730935789462111699625550813110845128956753975680460172778115855586076226024263960948204752675321380 +2481196609759725214010722486828189087368975741750919937794099496934509151874334791821893377695611203497436421390537165843568949 +5731231776297026471145248406339411301301972034255825750883890535679456779763247607668575953175369910078981695492172415999716775 +4579188403021146726016160128342968838235818738719371073259844121400672340573224465598262036627730489472180977859344538916635018 +4072803135751982897056486221080699066662076832459383392956264311706786163956015331215770418998634239350534320417157397046765970 +1201062381226118587752910736476250954770728984407318744902312031409265281863798225473350200683876473994417794886956931818743554 +4970302735301544243501924330552682090042743013078749961722848840311456198559231934700094783625178641374367971636230883796585194 +7528520099930871600504738859526542685454459947737830229008160696355714649737859829804718726706633142812661022345510571151124118 +8421496990755255433515708880870288195255467739826209142506221198099596830401844825962275951060431553735295340571732198670724017 +8936767354220444343191661460546264683941090169583805460925893859976635128662736335459378982086771782291262296836018682528094985 +2091822408378038044344571653062122443897076701230437493508375904957950547708046448886825832044918141237713293307448531246301325 +3809577056439308352524023850120731400555497421961772257434416551729487887916281181723448155709611102047050048200739035199609339 +3691135325949817192195090067443211343266627775946016712851865749742799362777412328641698096396095788341581675313236780103509391 +7728571205866997785438131913054881617576104163904406501238204339704104937888486853321561284077020503299289883355914615218277880 +1111888880906892863133264981628224969781528602979570581183128605546822078255116005933260161155631478832277334536041066268750461 +0079412603436706091984459336642210703864450821510237108480924013766858888811236465849216492858539373276328300134023520401083981 +9032711135936968864615808603415924938529404508326233015998723558019026312135753805702013665081865026922455487474085399902382380 +1925270181168851392094205156290625337733809503843149282248914199479920984244708969137863994130437975788618973591803506088013062 +5670224338144189138135191184201868809626683864671529567267492650290228767102161777058656146469480714765930525720049680179040530 +7230690280352425636146176530879993888167423730080287061127174186402752375468464868170738182852209838339454679149339529988407952 +5792512066685362806154726245973930382853685512688261188341000372263049656702777229779863118583825044769296407053427341340382043 +9064288699746230367766305172967912478546347888349770026780079432939827599619309710342120385387650986045115258506762134679333064 +0440596074705090759141142692292577561658123037036520266673482910698027486128518652316613594364723726387332531338654819095216165 +6586405699035556181676379611570196812319147084489164717015394853295535428378692362698265567241807453037131148384149957093387466 +9613627657031243653069021006489437859522461371334813124213550061172753326963975967858093098270917873153645156857962187738174651 +1136920419639517807349446907609250529925657860858085930986434051082566457439789550530915328824048952555143480521491002977432620 +9723285190605612751574356382595987410097040493290287438645066768564593720132821343589116869402530302205558307160327389977244390 +9364492329019171456987187525681281472110463501074399197748223709921114091308897093844593961700969890959904837552334397994454560 +3052838056301761186571362672662664380662089189821373489289767638693120179754848616628936578638481820222476538767896516701765186 +5650968841999476243265351662185220984505585094177664675790716289996388896832182868460012463094065416068468660526498381293391126 +9133890615055659775962704691788335028541094043193982847019337250184246131745395473435608325229593796115617156815138186553076713 +2129458246410892733861841029801352092648607760367150219892460311630359921628868730343711772190656001417014669173768985351029224 +1665772830534776231474157241609092342166046079774561656411248463883336203142778691223352454530469529359343352214726777533890124 +8331713345182730719576279806483123633260411891324365421657390996528436543606816818186451009421810586108827795803801756029033502 +1364037207944391495829014284717167206349222584053304291053816472070825719135329033244226893785498596526306122826589748158594087 +5166290726387661882217520391175991236803942524737711932725364262567914513184343152964650814367428507369519194246642124353850820 +0827084375654733169383428093676562471650179031999648254047083978351359301318312364388282400723012984805620892215650029052432539 +3941456090006715583530315193770635520541951076921761324088412023106545476103418543330517872032796586561611105128147089091776975 +1738857734263197422168561159954861725900337109733462635773133902960240600973009046170223803445433108730659547191448827977753217 +2930699447354813297267803165810088809944869393780407968089194813574507757841359950100327174854511476594508709317805723583889020 +7143123510044372032973820765560757174132206252079849711539375893206623268969901549499791778646394614259993009419795504303081399 +1805751816651443729216778302694093259724338799262345264750249439983832664270852123252647682716640466581767974713902148881103321 +8726470726559295990593930464431140413396151555993515614244807290113117258035592083195115356107951148992883803789239385817695980 +3921614672869622892796645795274584202330027636891305986908354816884938844639467554178364479042973665199423978535726526806853994 +1879696934764137925030122852767473404168885624623810742903886724883175975872670995314600387454933128918537822599476294544895031 +6035100939350635436051361083289099777664034736094529995818610825799950536521416106176327389907566363175789821848187634785837579 +9000534727303607788183270598866205796784604375642000912263136681354291802540390456321071569535579301082240092546052754082125140 +1036718094258942656960699558474884940333329012199962569808690163604756147670835128428656230386743308384472157735698077816035891 +6071364091704432824311172611510490775020204802190669441798310247002139209451209194509056421614671635249279135552841468497623698 +4388935023201010068076632458613446034376062184128689428896319432854524321580911853120662708261911385263651607882193115809188251 +7169742597495615052582018265793684790742777650121858370707225197495242787747124696863007018741360971574027831332907655096436810 +0422401456149077117264566129183248282220685815602963735110673297177754943137791219212563311879171990788150209340116758159767140 +2965862835354985730344339045722772376955873793360410786309094363480176270871774839639924049136780870709007238189898961666868275 +2861817902533679195525000340605947416733205573982037034681250485524002724047643727596821058644083422061496633576063860945664624 +2693808963859011255454082437160794171986401169181404558686995397058453911479501396355062702756373669284391335723793677898504528 +7653550559325583799147678302921854984957213549656349312970370601725315750255349048113259251600824306253788257181726835044331139 +2669198588461532129599972595504488308041821964826043635029559596161652526633086414778498340817442875389328897830361220046753460 +2464008866849845585427596306460289186014718930150794200485697147420894155928351507966633760981788686260275637265508592186109230 +8485080800308772606343366155948976547130610312843499421865489766584635822710314441085925235277117540126323440360094147819765072 +3284154124684872982729898726330863362356401302174583854830959819131037571458234265917476543549149369136036055331113709805046443 +6448518117737425864310082406263081225358862769781154236900286043306718901307704827192440877547054996291784365092391305036785917 +6937932081779624691771675203207782587255392167526245881985222450132700822827458180664476166098376639952639111122762216172733126 +4351428226863320079499951081487882664115198758192473811033557945313783704183329712942802900894464150489698398293843181571708391 +4008673285830233165375165239225902635382169451174378889470574573298752951780171507430341658864697744996790183195739971709305547 +3512291497844318467447674406573948587271898370849211096489030445902905335005315909627516994616160913716819045790842998532630215 +5522629798725110629827671497041697233370597035945650285606531591280806838835367751631589755667302233305861288279338186531242009 +4038072792258238775154639697267095650759428219766235775721809805667537846787229698544718121429627243715285966487077144477541907 +5934583620628679989854657650575271470278836721346368661646073065566282621355114101575479793022577251192819889432201758294108462 +4480564984351469882094948004921988867959440174254223793056014056869119031094103106976186436427858310194322489736576393894678612 +6908132113303990201784965196474475898344897609537622286517498106001289334026874927830753197509682053509801560482547631691338408 +9319954675495203754314132567507992211027517777636008035159464490278748417535817989110579370702464528694578198640300697978306801 +4761479515872183180982458008106034482409223233605055754850233921649363735633967021409784641062684672780275455212963103609820201 +2564622328254102204752883685136476152747302286902963024211546476863845751873654900973840371931652957066788857238841473470464835 +0397866053032166080589875219701391296400993039583315649582052801128849941725263617220137826074241870851980225112051857130648469 +8173011294494728142605327204039773210726054522101869637370867240485919811250566145341338527471719086407653593120324797075262800 +9276563059829040598662749592867289249306923572562392127787551507493862417784430100714677869547866344355462003505196714057035937 +3281114518664069193538073304543737277406653201799960331850340753228936196208065150992985287938425817855366760648223669372651097 +2101840795886669078503855800666686104431608113029414404488344962534581805317909553125776693807861855300451192405993773968098583 +6961316934095858314386858284332606626453618369372169846037717301254036577518610498824984225850477019844523165578520651885370736 +5674574044356298030636615794164061879134353864364329335297710010416084563498871752753647964277918366926080825456181880254954413 +1539836063070409136278143569348758593204080100329208721008698517483741296128676983168524689365145284941105915339931290444395066 +5870435438526474510831874542069716476806976094126759545431524918894521691790318139213265279009865120135936482961615836310836321 +2764563926650270576320235999861005882574146665848294584476765322933617549606955812826398821817999980232276039438569048353472002 +4681622264311366983045853037646736891614380849223091345272419576321258005567715693518336948951455962926248349277346106557405718 +8956877856487148384136234859130353374642270367915456930125213227196134161996004529594088595345226945903651779962975528996861250 +8929969605933523152819203271238663371252277051363612117118809528465712440154903065164514629518743371367297353604095710696093004 +7157581534746462952501632250334837099070591121491848742704449306300549604064489388204805910975177833999231196480535164260229721 +0485019965651431731437912577838502867419408108382589212055345268265256532718527981331506279373063176342764821347791812231845829 +7209745175723014456091749043194092299024100594164185069424964912279120968460389124726898963864775282217153874785467678332297469 +6065725443439620053836394925815928161931638271242410865193688681337289422879252019985383178533022928491349413174307090957339832 +4700128875271375466912640968373319232662860319940601106545249660353269122104137983304514576260940899048020820371598690778056227 +7730285573414592054013879878236163258148114953801223831916249666510471398921760574945529246282567489263612670937049902168944246 +9130285817898813367964618316152272977147568779205131506356566544347370722993791917334237866531951886887339933938523558239665651 +6324176517408834364349803908520408107012550850560156082064698531696664057881361151779666150135225685603149038329558618588277296 +8952307375129199935262885586527056730554419885668513403462367686079193825971303716999017662160537275706617381132201851911575059 +9097939471326158030329763386527360778246814576714519406324120582675890884898234797792200042538307916074737348191079713801271431 +3543558395840050080153435933135880595590305720081325097084551423268599148459068228435603649060705649929053840511309887473304515 +9764838954490408335606543556024437767253488401288444187782685927977837265995938637882104106333802927203512151240662538609957779 +2886694819124240943375973107339251767858923004989669776842476259662336587537006376705925903350515688363082070599436191295014286 +4373652465925317661858189411340138062597385913063993168012584788091469995881494867908911062927314918797351706279530078724029778 +2064997451678388426343449295809472909654204980492286328038224332702407992526584281413262450071832225709127884717383554674100721 +7539736814358108443787011442956856478411159063433502735600777534624427911961386455371172130290891500709946519469882478498227746 +6726050228227536316385485897543745820479149980410361188284581130022635250330849613983713225572081803265842903422696226592604564 +7194667876267325769087238008916325523655281922437602110657822708321617107090571364990182422106391457560890252879023326941272951 +8084067244599983014933199534424787256031530896533024441147175887371345390886210891424383817784357384520863399170708018540336261 +6756491974545573085147283999623619067108143004190487704098038956692693217789059190015343978239812814528286370354978428552071154 +7449780712548692282752907313327411787266027754878897309843460775599392567392973717717866266635813723308899529146352109375925165 +4589899290541494280337702591008141258629373350544520604291218705671399173981123075630121451176103241759370092474254377359262199 +6674505740657078583031897307527013973936077370107324719073133704686647880878285508608449940595668407790459295575945823755660650 +4398342537751131171214988271811959189579782716426212830903406974442463464257365397952526980356187741927953055943122410685033921 +0094907389935032343867848721405008172219352354700721989014087040463745373039712419507660947640188922848825854691917677041514246 +1508958586684510982818262867790308592204381251380001158886369026776930843982561684403451614590888186936500388011892045824866501 +5793657116945434882250299286723935630635472763043771513002492162136250578168782159984593375232995341440779322489270838200480406 +1528263927376996749090311110890532617677357745138138771708962614857985706783193215918275341078100860497124422089882672715412665 +8047862045380193284671628316345513578527766132655289631199372572297400350940186548315099505461109159626804827405877434015762079 +4497649985437114106619275583585240709212568170308750996103273375973255643809512987167799126855604592582070720993954457629607433 +4115202807426887388976298359856110123402007311986746450130132490988863002251413157990023529650615874660044346489668889392287152 +6927862701563682169262409452072639909156413247108366389659864970583248090206725794860315733927719571533833830245401473668394282 +6642155549542044431836970672852504846515539364245490047433571110732970388069323446548403285359639096781185191635964711812010789 +3758505500262572544806847683378518452890545811878275350915244958015902281380798955282380990829046266914505428380626717794710699 +8543173740869008063671194651581188030729498726094049008714991031352383511909957936902571701241692397622133551499445586152966454 +8558201709766887626106558682087493174247508346751479027758498057382070135663052096489680200478789301589881335174285636803583368 +4021046412548985259286576563116974009718144433360698911802741759233868394233863822972297994024437477811572624976113883122932672 +5381918891212001167216621281602456221735226414991801854696667000136111863626404844152191631832767778925457352443210000412625595 +5545489652781686362831418324972755141214447870296324256972282335912548489681306938005662008761939913552064594595349128397481698 +1089524707879456280414931183450523776892076608328015438392554074880142678157014194242067164456688702421957600153913700978618426 +8305117650117364060258714900356625435051024551440455926273115470939757929013176898347131589373525848240533670222323888613399302 +8471548092796793462446437655496090111004563242834114582368336961549825665258690557364306703617109594457055331363141186121145408 +2838670852038846380823335210551520468349670239701607224866707358833084563155287946007354912983177147283657585469121005219622389 +5789402261399916318681167359698620197070246205566424633235135391148334480479925501535906551354569207810065959398048065712057919 +7261986944279592176600370192037825062903228830667505762121478097517284917101606104242575975523312739096999493662697366954853560 +9155879998783130488358931786153797296783212124287955652349632245457365996542148509944356865191456587886152913113892875578626974 +9514039241881963923397516312505696923391431643577404694192615351139994947842245479233801981061807552927418310904314043203688694 +4614887134561403862531573523675942563015366589167507205886559178959551755768826801165790017789960028672209846259757000436195062 +6712756378314975481834508159845487505561014170818191973740730433116802799842074666829329785272494733308089058087919052323067808 +4343294134478763284253795500389053885558601278822120237277266312668433120502431917455874080753529426382802888951317455320771924 +2376278290758786366787499337556544479743289945243171688237218372051181305516529407353834157305915645651032848895215696121925178 +3277461207520288197080048258823569914990769314412444872094153856107817656040287107340131396038173497845042121242427193089822818 +0292406985223320173089591545488895576256166382750650552107291481212988120961054843360076945546651513119822979777064017606102333 +4155585975612603215642148373485509667928447809166188682093526614287990594479841858693261264552895318696996233565563963262273017 +3435051958110889869116245172555488932493678104217964596210912258968214519860568648927109250277169274770553939366194092044056400 +5580589234840522431968399852060022338678890148720329696753155804394492049184529967776995091977565256891476404577309506725891693 +7335500310521157522656023934693183042792687707804385279531540473816692277059506917018062802407212114266734977379325447178574076 +1771613660964024539818471437377426571013833744798577093945387086328616540439686380471290881092187502982926867793090143460960995 +2854310614938011180157233734163443946405910506035197343508210254223120818772340019254546366421372519708012585990732220553479817 +1257049653581939929259306981138171825335308854774522129783756061113569283775667916315356572397505175426434698580681752134340583 +0335808023777690523056395860773496290527877864032944037336174082899748170635967157534100283308552217210895819668943595660390141 +0793041940236886441234025927232106929006722186357450970274155143635586525537995503752589941375247670685666954666533793877981889 +5778831921482018016340449172209749049865029154730502990831586948434948616688177219302113345681124510479338999307531273610240254 +0006855309162866716967524960032543880915882390415328777432560766307982993890466192334347172872288555702927609941028091228916549 +7852480060739012387300892561223523799609034777867042713542472004721462831725545348869852796577495340595446292276187383478785958 +7959977096587753530877434044450370650017598273016702141156049535064683872702373865885204993323178473693440316927580843350832264 +5711255434828429627433858416873855046302807982520306738509536092504233877047237492422270856933123651986965389822895956478482440 +6861826464075028721520622101929991628946998804166738863536077306024363695385475918930843524639833318710346078946645157384213109 +3481268732060383732986016495680958177849607099558634081654518008026716403239770966732475944721762791451888118885285069414233963 +8027947110287197529845522807009685886470194904262452476975443162530080660974564750582146126181908103247560999247950332233807322 +7124796294345362297022824568300955114164662928041497399401450052218863148267186902693402640989732333727359655944286809966607247 +6673207022195790654496166749745020173181219341922393697843282922354805033819231485054350962234180921218558256719281039871046137 +9465616068877625982160091084356867655695114307535279252535857794074660077470905649500203254845487633889884403918357791957962609 +5439735864176545493786682348080515776951063552894497267405045766639566000474520462761676673185451169867195127044329565448901474 +4077128683528317505947720920671307017612997849640361880751590889728513950754717072470243203246494346250198972938371059265537757 +1744350487793132663117639969909905883135140378094636348689423577493817809958662291757247314354678873465246383300244542531431911 +4940086036767442787655065360411221974038277063722727918083568388107313711402640446340277014461054034344740215045925518041320283 +6681118829208967331321877862087707476476072276521025702668676229506021840555589912885589031283416146794110309804988142636941186 +2405582757418961820523544833021078187732693088350227346014916968640935524755515218365262141583526578487828351593275991676198367 +2826944841325179084380122395615301242526065149184196022148551459509194360014728846066978997793718470140240650758184827065285092 +2993193263125920746329597500608467852384071869621346018318097029329594882972558366328973665134862355812606060309541457130668022 +4276324020092753413044519728088179483413580580809338027992824022071273342649903541028827269643668077697566268171224024282173079 +3298668219738409681902878367215423318085688425654045440812819269643490157963034537370434474347979142141704582114328144364074548 +3331207723416487218945222041751113899922244456772815194220564328760009807415143846017951460454941724943113249362066483407691380 +6952116171208702291147492954583173797003314720166450613568401114973391179929136073418264108322111138297086137222772204563421106 +7600975435069311874768177860666996344740802287521757586619300995824931951698677022696322801985871429773970218124919477206966901 +3780912628061324155929062282119787356103921261553217430966183645130255649596951891774470507549609157651291460007364039518971745 +3378164561008341242097804088752883493567850412617992500593780122329644848355808639540910546811625908951376798420135130564695711 +1010690664052506424047390590878204998037797666671722315517689809912733797153349697357764209138638827429140983606619452818262145 +9300376547277559089699722018353829113301128665766029981150643108015654465357713345760938255089553063389045170395343438086345129 +5388574617722177598048137212627225252667251794017646238607267836072085293351506292982031628145496634572585511875570432312724337 +2949102931084425964911707872142235444671368657598878661624977383342922503912907622387561510392479663939836372865380891249214191 +4125450850629924708967370485579795410196136664949644795471576226816969360966521409006096786481214505471016659590219454123795063 +1052876846080196429866636468392224678653280363636952881423630013978399548705549755495939234226751546533383899311389616571394812 +4742555980388054447437326569075723750771475897619661025765632486508214470920970384046022812610698865095434736181621465694089157 +8053089116717921661140443537567547341019450706571788438437303262785839761518407332728972316994708287799676864196511854612689905 +9729609228443111962917503361177873795233721041675657438816948255161968110343038443890530223545306466481706693430767571885086143 +5688308264781028505036247702821583514666470671292172916350280224873269657299593653174145005772915708578064978186214186153683267 +2204744465132776025498386899741825318473763441099667987231878067919021578886769657107832299974638025812458213339029056421384587 +2941505567992035598339903647769230684834003209355669548196807243023989038563917277881744820709582631259852618961087166384306292 +8258024223124059927265905619693379087206675705618331236606891852566067360854244728445479329673501981619440816785961582356678690 +6012067901366243313604096658402361049393912691496270752442176761357212025454418262374116671287518874273805796136109140975751742 +1773101052368269774971707329316287503544657412042811119480548137588711677240886794469483314479010931714923252443537409707971115 +6673163431438354320152064250744844641052080216051967752388682876816416999627859168211126178210239748498710723469312339914116142 +5806996877521195102255361656866436538966669931939141317697197556942791721788110932577145668299881351690980272915197702021298156 +3837290410389303517128116353347856259353484969554892124616182205192313287433755106122400179494690010200326668121477882253979202 +4517266820218197081941589722796747209204288657893693887244618207431797169277035145695561271253339157663193312460041285285239201 +9619778362364427885644889878069243475033064627573715740274290928496163757241181156603865800841856421952950186816149922823346976 +2573799739461267334017539893388809186322465134575561495883735717608135099991766507451755547789018617434096932254961072365198882 +5105319049917763260343536285268328841500875349287045804710455434303605043562842410645690374572514107603618866501621709959657187 +7151556358315357415841531703618215410583915203575998268810030381640117079961254114904804786046065507943854733690644791284850608 +8204760879007736798651157366669090166543821998311590636584404376075249452086719646757979910467231964531015916233682304625227803 +7147573127581292166990486442215222962358403851938571275150035153036061725108691622876773795056511233146161151053768550862751540 +6784559304983902886590174698622574195988266824149602039534916660889368814614010342767085921580402597291566274193343471685906410 +7880113249001482900851888199979393787162065292926067710104923584703156779327643300580458887132435255065678627456912854660490039 +1350749751135031413626228320025567623412283741939627729115634082906593503710519533248918652855496972010878915554543211009367225 +0004322455171197190670578109680045148889288778920452116958832375230435697820421502377733900228528866659062527967209953101213734 +2911494504322931801753348544419729543749078880072226980969166346711819931480214331433779640233877327672317049984114641749562870 +2396528513460618041259531318301991286281693049268735199694175803321673323893916691134629842475605991446026813330356086230228330 +8981164060702124227875449453939249569083280933393885800497807219622718057632147355043854391102180378987437281964171835261740700 +4207084959173122310540889440071390175078165835125695056930143838697501277302913507401666310496334451392319525169760616015349520 +1210081234448921940981378280200458404260945592669718748037205896059223823726981351910671794263375996276697272684781727338912271 +0029168415827572351727213122061796310780992187543596747141643738703113178475108090159020344233281790182332311601803329178285993 +3777296404075934053174216751857062118469565443797038517380817156541529651488369770373411767683949249420334108704951789531604654 +0677478972172417855596910438873967997191564526032435944553932413671467038312980120163881839182106666575810117448701361229089668 +2906070251543291085920125260549397785656115356661440571177943054793731483489419102892567240649669779614310761600563474068066656 +8852394653036692892038076417261650066148179764783605637155006560905389777668215992491194523484007340075319390767759607804494192 +5467138831557823428775541689197797741887498255851810682591799669249141593216801183262480761866825456541084229589715596536290776 +7751352765591319462216158866914539056239902442050723154683435064019845231969816008347645334022334350198037412040594819924724593 +3021915992015948439763471750840891829476672656242373621059864369709314486194930162083489346397306741461969474457136306652660884 +3810149798323432950565012468358334053474435740399651150333513841619654716521117976746459459286758520929133377210685994781661011 +4783431510440557379639204082385220913253340902177656244399207972984745234341006126872839573292250089207868222847639289722379753 +7370438575710728204326451494061012215276912157251877502908542289047363288154325283991522374002173371912625950441590135539908011 +3066350412780717315157416276543477507139338679594873856557881443518665559120844101586947952288770461228629756299270909156776058 +0225437513080408599402290104732039265518603222598728765215485627157659513804399230415740373980117223389491501554877516067224969 +6906447098674865317783282853291741419024882827886344308680586123738306172623618313185104401579759220967002703474556768483264969 +7905688354362418737693115373990150326675244455866285863285017259126406290824772728738190085605025791061658351412473817132182003 +0647939692176384124068167344966453433916156302209336971942526032217331539621915101096729732974008611758025821638418841239335586 +8207612011209373495228760846993905535758093646702045474203894639020884032055233069612162464709714659219943117947340234145019206 +6685510574753704984128082407027684573335104766797904438216667655851315902097650094638260466258758906563426639941626773728838182 +2859725751851113943873234212381842264933438665075493160334098268584252964692288511136721035397358821669241681360772178239556283 +5410817225831141636647896001039576920297438613631278187702231335198482845481821124632157811564428311298381077638390915142518664 +5603082383902365441423743060726658870177085955695406252400018823076710944733837738608757044351867174051742821082475300834328708 +8478410686281696423470828758415498795393164508886616098722313596122431017415306773664281061410625509783895380848928242909573156 +1195618788186485122683528679683670597289650244657656876407897279500115335276331331011520690820997358881740005917663903217514124 +1469313024861648921401247135353735958071127626605430535836717325791385228578496115248025350543355198105506645012545576867598396 +4272483837056013890177205566878534986867897273483516131338967706119399325076036529394304714161849476343886942682280685872295940 +6971223873405564611431588388181753597862284579604627783908270991876509853907693857394999066866716324481756490631331601939564088 +8692753456851589867469578350330459046916706027508903379244973723114291207510039578602992677933126396343784500936297228340222600 +3596764762533798756045077959160866048043299983905049607435425529900440769757414376919342785743646389458775443875643589233861301 +9939277922617044929198368291152778217422406940588205287822196961674791811253436361915620783243520085430696637802610907731339802 +9987990017965498772438500667174890865212624587022291536612477503056361052627799082687991851074848222861818981269823302761583997 +8147838382210431535807715103935094271794068054691587562868334683152631170314268604516246803968415953907592500669227061338962852 +5229815249263579089803694020966160885001383014770540554119854860763174611534378849807683267399405523325826175066050422465261245 +3718808810539902175097435162693814660278935973946526145133557384972950132995651178561319774914749271123710684959722970432994100 +9959643168956842935132972702456973644474462349184166563719137832114600377784944150813295076399096859538689536653676932352320454 +3562313742471254053603374767998733448940422800590796399248016870732131873285978468485675936836421845482343165519443520207502472 +6212070810123317420939860915076451492474105989853395883410582273920108061505858814970010182505273303507369510379631126623445635 +0255217936242316574157324758578917396184805700986741727460755136645033816635143639164644674079087020280816581372010788765004026 +8089847944137656769780273194285160566134507215012061013579883469551314461311271302478380193931275275686279445049118291696625976 +5717365181365376852569097535965171977412985242766246364289767242179344339616335652390309582781287529277190209039953388689399517 +7041440160561255381091312862643936475613988744385378977312543669992877553324112750381702041222192086102659343479767405018249915 +2110051683946677346707980171411807954606467103478530131043035978033107947826868347943468663705645386376022529329242653151632937 +3379574154524802337331393517730441276946707038997138141465007355281465799683250899916025487713716291942082244114027843952458642 +5030312724644064165890328712593254449923448331621966613833157539215136234997090424298061395610381815885285290455631522924868317 +4994969373293084869354149476773798201740005462072247291096910619119410509333790774262072570461057954016819195195682237016634823 +4014617100181465701775054953697719420102573860376968588430229723536957418028396409863878695628364581200214130204435051219695552 +9995923662150908682939564279380158287700441111607726222291472481672861788611478655050339588555615320984584521234687823576281254 +7451463346941792082220143976579354392136627715379752529027471716966012381538802459409604897867012386933986500209811720725405141 +5447700282385988297313347229401494009078606483625633850809103068410968238448493407439403040224936061985927544263475630989480459 +1276956495071860259959641422731621493130581830343261790000300846232499293476144299954615667025912420799180581171607386310558493 +5072567626180671481702538305209899197776259094898315797269647260887831166441294066368414302707370453117631015362578331461379694 +1152681127657219064376008724117880126055071670561685874051473152694654802783634954044854697360607744867225915714681210070391625 +4963921877303857727536312369203728666152509364270556408792999159107647346567121427484742607873371889230959069964077737186080579 +2539117036539210376394880318723799879677288248068497337514544989379323165067241670457629058952981263712005132132192204500173772 +6813760519782616773952896216661044250831393786872842763541388164566337619519250295645333112400558661044316307967715017816016933 +2537593940009216399181185307950727066601997003943463162691283637037387944868769661465346762713541328987499170590124382561225808 +2775885197315288545943935069058879566010060299863101752754477420864624440405321494564586899592105748495227288314078895511070581 +5073590254176183749859074321316849201765757369989203202482670238574028719679448337609628523768999643298161243528454637871645997 +4654524903507892912886995134469509913539767744116890388991007614902224668150391846827264198768560243067636303891131378158227338 +0324734826151939630626306117202466456571054839140771329647402994885021118469683547773949974151585727386291916309232652285623776 +1825578079957905035730446040937650014976367810409736691475746813209385827351129150863065044732028040265416217520597270250595073 +3855654215693196726130528392601924163490164258356468808028166928343554047073423362885338439044483545871577569335583661986547054 +7793570955613127244841652451443245937038624291178210631123294830620894480548406463322651814043971289378075631025886964612359732 +2535751039273171851827163526482017707846468207349048105786558968816006070754676314714316763865097547820424829616783998998577881 +2844480806501005182020568712353744447818200854387376634450572497810731969576672980314852204195217762355809650187750497828976590 +0779679209849300532787708183193857610170295918273464149221680774855800423860839661690361920242424552243626034568783063475060030 +0715723560396890811677256708000602036818903166537471742271498254161510038321801193648871563911124555662395779532361864351019488 +0796637275901473841659277764647010680246421160415288649143217531307967149087210418850695712273237810379507829287822942082290828 +2503374558287484037225872566037347531382781922322502069198289211129714070730191986360007963273941619249637438751324038507743444 +1257552500220289953409007738059857241268432142060119245938800646680659562080913958426385782354999183544917531229451796428251407 +0627725746927523912542272514587614535547975158991752064909670083277315643027595358743280831654266470167938798514468394097718636 +8318980485800264189777412075113224818829974167411737699158537404003402647667510002613635249834073904159437111364326870286724933 +8736390761693005617348059895960699070609999931133577397987040270060440645814471436005094800905267014783073740415604380803498206 +5542024002024944354928529036523594800851472969896531771028010643441490945234844042008320398276632902810470392426566175025658836 +7031032484519885828134561441713514585691824451116624144085217816423547864679125010423917860268671111391465300826171047260397179 +8220783551779338773320989765886440391559510492663544076020535514257589749352990988564034320388602959557187208585104844145026439 +8020438087951116022977373383495534674635129594766601601387483705748972280627013851396530590121458524210171753315286548207527820 +8153810125605918943918826453140421737748512940456044065444292520385926730447939082216173702077609971171912049413332448203544586 +0886669881112435179401237673978622874656264303143999122578352317897806033193993865036799045024203333380525337357889563568831448 +3748676570310585965679075167577833926365276411040601559021494474638574451420952356408036362315997810486031449429712897242856220 +0680179178809075888645900355703866665848623566100723748395628721560414660071214664781095082893581316152736759533950009932003975 +0830073511229116156443164078334884149650348116571315260656550335371524295132896582152314795929439939447827419494358066689706173 +3038785789686019127115381229380791436051546935860047229508729818282744657378118473627065099573727853891404083449592265655152693 +7387679714798835215773140865910355708661822160467627107526217765214393654304740207983760504979185513943991488603347106187504836 +4959345618457216694880885929572868404119594959297665383045694122211724921300914575522725438253647266552305439505601459584619177 +0467037747326795908961510775114924268777468775918327644966642534544042676564308146590029193764372898938024544197186375500357840 +8285890907673262212647988009259010379723054727978121814340184295658072413264615156697842474728575585169324914900743103535246719 +8911662589073033021628854642652750279152366994152376376433694906661951714454207190114956328995857009825646477784015810868978338 +6105850627169563438884040914539421660727931317710596144077279839188308966168911142486835009941100149861369756674171355191560490 +2993431983320455272922883788672722733898158280538086533775288120030297726075605253307507669239723828996651212708874872223213527 +2383871203918607138972250186349539349163142546547549565946027359258489597478748862408648058675393278207850385093331126182621573 +9149363763947487276724850656041160743708661373179229186384365572255499194358074217364047819850970764281787263423869876082053909 +5827019270739581666492975342346328261479975112685223225619643483040396563898673337995672909483700478627244101352870984979237732 +6998285824391825859392150613924432428270654497491969804735086552708299672203935039153979762171440238901122660133544046138761976 +9253330844439113156612382643124565174653829532487393981769888635312756386927331059248556801164857640315799609889660186200071275 +5612390497528583434894505132668347409216226770741805847223173711771542665456899372500390460954330204857624315915587829701045748 +3597132578062559495102590042788395347495253649400865738509995118091093608521019322954235222572297567318636643867386469580449507 +8425515407736939284693677162137557410259923224830338231554842919234034510500493129925331580967001474100531060588153614511993338 +9601991297057389436503665001505251866564553593237174176487901010113004032749058341666775216970685449376017846133214652240838962 +1863773381844384208184694104858797647539515137932214592371546918752008772143433088976967184397882651789039128762093118018510138 +8436667156247339295567342218063358078249911156583296510351786615409192064411950727914656163850098232887122260394676405120111886 +7683313388786537579802951656666063632278774842670516448032010207156251926218292168775800210222391153956472045994503212219850049 +8209641417161775663979384085179876713787424866821458112247475298894421880117371699371735285979992519666751909878379569083863705 +5145614759445599831570000861590726100099887859826097034388914355367729544959518374514940678332048394297378845981970826760413852 +8761767120217732947982706113384060618324856798940745761981931692821487049372786616858603289668185012412091827806837321112104047 +9255297129664160944098264261547065105677964568103165093339743646349513755899758152316922927563473869566225326724560456097296052 +8120768832977744822631836021474402079390526097477803448973026451821196612519143995594879311933463926655409414749552006489267940 +7017154772060236322937445448043347707331947096778317016923510498198624836901896034874919545286197554142622789268469355512048260 +4180409321511968885143370514200618650235742405287713769661977834572569077057120974054874981770237845015640851329981775003008191 +2674007147813616401003929214576628097932821870524475792725335810151140502429235053500438517449175945097953478389066531072308154 +2478433215760250770512406042154394331540911914042172939884164584979797404189940441889258451913067147217070836370940898306980314 +1416691061574950251933857581530784660502363969157027453652188159283670553356947339926944472421121743170291855577403109297001923 +9846364489252978228078702013876774947354134510165101268064021721322665802683013959144338916544348159574015107727356473797086745 +5487580365242793847184389294498037980764980441864399341257536426029899353090372478661527651346349015000812904186890490170512422 +0317001187750772629199900746610544979042670580491329322209673449299816557793150957519344382208574308527216206006597313873698350 +3641287214039996737900834675182665853779449596351604582635503134884649233644728626688852457677654231608768591360986911023898427 +6414868015450446904060895609231719309486232701910101120865147273052264604064433289410480856555673255517305129013544577242362891 +0524147637426415811762515415524550268148125432394280267631328443360400295790051752698236429135771292548014257090019134991791562 +9227410989021340348714125220582535723860559138846179511512191891037914244234245126229571603923532773311387103298341477228375501 +4041581080402587294355936437638145699274625343476210354812865278292813236740766242635378473283614144250925302804707242340663339 +0724867859827673965725683173043844289022888248735884487800477685080844896245015920731492673699852061747889861151283779392092379 +5909276888786182094219448158615991460321912732697015860009933234510620643391119454097956755043612428806923128306819132701862789 +5863973408297121204616907602368353757254965361693796331036727921299882051062544545347637276552415740930878434572627384251645258 +2609867181490019825132280383807303218611438271972259358234476006167125808789720811193408861105326321587061359193074883011503250 +2053550365140441314774770422273440770268402358845803831349391590570354084402287239858709867448417600167758148787965827714400727 +7156914133575985423380170082307013620095209686338890246264669241382877333719091759478776099336392938215841439510174135934515390 +4831194527648288858829733221197151800308714018772578642206404911045931696147282373784233544435117870290316107286565703640910861 +3300965303400428799995252612196866095687126018105212822125411581947708785019993474053195560005697252054488325120896486904066095 +5685043938431323336868482886553258817526871549549389321696880672458619872963868160503420041705844727261813948644337640127844475 +8437858633093280150489850618743229089133908480393577494682517449743840953324665700848231841040716763791338769325607594504384201 +5092632498177396936492730922026153200701191354311511401621705191001018224605697557158822145660532720002740219521243300566753090 +0884695364629948365817606370132571392316227842180869160712531089788912972870842630687441550199592940590099216041036498458331435 +7030125885795773170445439886698551870214797580800884149092936799091801845209138388276070168782087225547258102113578759536143915 +8807215865608701057987377248776702944861046260230342503936276411275965656745488818885694005475308409675094846381271540973613956 +6869008153507650455021791206721217199858946589909935757514740552973399919912521587008600090842850454930346920106313925959869436 +8747302342382237757458390343882591560184411401946674013753631245032512422678856746902092711874356365404625893572768808561925896 +1816616401614372016489584185015076832989812362352963164309054653174766477426767816672229374164734973950570074316503361323429424 +1677262729710288413972124464110274430459973064690910792449284824422312855723898793069294265613363135307936039462077553033385323 +0904814204574628728334178723557725337676246503641550973591704771295724843533583760990530372617065538876854581885105724368370399 +5318034405787225786821497050581659615205871549939335953839157390829611482749151979571742480565357809673956661177238715716708421 +5050974915162203984880371984109598616980412684284404767484126024659745317958728060034806278671739980663056141392010690752871879 +3910704359349884254016812391071406772666793577154924194799659346664635964157482006918898999240501149700799097400684650477119203 +0922138102426301243886965897610590765176893150415296968278489084200960754236095696787157337789651225430707548067049568646321905 +9034532106902339573322445743023271918597056331210862099117907113669633072759130199009133076195985791779283506809079562559701881 +8961339360352958868430789580169262538709387737102199957461921100064868143051486287683576990974108237901843716454745741895109283 +3895519300319620380905559168583475674843131617139726705719237185238119833221024548683898215318859806049104445070815116282206901 +3205107673082159654286800880087962054713784047147807335322961266542952563116519811400145837980005316237797804651103815235446781 +4645211086556795731679627686638624553276782440503123281227932461374131645478394881186841410205689089468850242938656791425398127 +8527652116361873059872046061450470630778597394637649835734537239971727675715042761592888819669786191505268650105293343814467234 +4729851960520632361339165114787166123924351946142914574237488059076517558856540707604936767815825051810582920267228276662907034 +4922524498676764577221603274496474839043188887553906964245432382389882944444308052516105844797654740378920402689234115734188908 +5209597697295900954976185802188459574638626316316754990028635919463918798002460967253179124238772322245122243876066379489508079 +4508289933039159505453489164861720999217265104842659882479905333119333431390108947303039851217725991104705191344280222412086293 +8069168568134508776661939124641765187854999589971548041638843098203486147656735371454412494419404765242018465434846607552127178 +2927086453284193065980223266739988186690361081906781869605569767794118257589865157784413584255650425147523732344110338440580815 +1748049647890769557692421227727549481557775151410048868814718985045151061237011017099100528551045245586497019590105694556854099 +5925541326979395577276086387515399363166724218914221343444459910602377753889752768375789640169881596578910501727353216027189265 +0670300499827706283025120061244353545380543254798985391943205942681540582832008582661334249048815794102101737939011541318568554 +1807401946172440506670841188965007674553832019157741404977051650612570825055419487071388288683499429125090172081236081328128795 +1574208400432062514192736694804153587958619698259830513687209529110862276181211516095950235354568516040903749851761677661305637 +4121149896620030430814848794433445919918770329319490730619096312332656236065824412598168467443676868836685315118978623516376785 +7498488621509709129976594981432727530944618723741457356588286547102533914121132990321805599546945869002131411100756554367181741 +2582026542886480869734858959495104201677107827620049653093381222272376273695750172303884972292405628020932588645381010082785621 +4289447606077369793749546092089501817143072386741950941157247080345113014329756464038358626070033871947884567651488044623905631 +2542825564877135509885226287724296817068865459213301536696178082552402072123707396192496897302967815948042943248544343979991813 +2226470997115317096784601264496380718265218871198752715837658374418501244345114451866417686910079224568758319235433015428196960 +8662720543840647608329817530425275416788291903848716280076563958924728751343578053506896388100895823567897044421928057610378475 +4719351914296817015503837199703117466548446025449281302558021903566930798786374684451211437854302542934198900108681526080958767 +3447640954611982803365820977016952430036387460526610055495899354375691830575753318086903113772624764685535267168082007345740305 +1797213012073375178436558221355605782112077809669165249433528557235690262339894762165301931035587761808175461223039297448962130 +6950060736132243209446984212914140861957832417030579738364918001660026811196800334571314378298274260059705895036596817108824926 +9243829747951735931284002210476722019445511064984030772651417194277223668272106134988724834976681779756839767862454568373306618 +4177035873387789691442645602142232402697759139202124087044601161733861189197322918438352811683833924407803890384828993570282474 +4594126055178872656922618774167034354795564094725497124745719061896909861368756961278327080697512762579612758334700763137442983 +5295668887669717485226390123467973887358507953479829153694623729169375830523050788966597377361980793027344718171019365784257200 +9888285370457729318303943315282858750583399490083047557333008218529891417381026015175475841289968239416942724745429537867737999 +3215943066766119309004524839024701086312759322446215895076113158100056596170634794503064752363481133827922180405978563689758589 +5959944414411467463305736849422386192090664596675188756343645002538240622043092367067855848705606619349233737685916244645398642 +3415921462522850660711019463447810831161516098186857649733922254277645246597288489872824421913456035668900907466154510857353878 +0820770271351282269897729773480908180216209552917101530859717823023591831191252679348064887785178954716044181664367902784712050 +4837078657362119194233933526772924288995857318513107274934487922952892071107573280347076419494020490239809987105400407903583211 +4566520950673320089105623215464822027247924240083971798563728505499902175676964769999078225165976694000667473401833118202304025 +6860738161875565205941822290237567447513259073024464364524976929966835518792473395436546988594137222229184152759954076791794830 +3322947265984158060992158624663708425488918876383348951122905125836522038089874259881383269124957101134232722838965307585611944 +2514815461210894795746476799700740431234580399243562016925036790171527515771508119826976806830254109945111480181093741053447775 +5733504011133442490826886677777865571712956442700084777358932735387221216646199198889278425501261656719619101527490023033629983 +6816820665025994462583833453804933866931009904653183983658207938144775757074429801900721418490709180940459786270732207357575723 +8952696642268346283355069787962809893365964014926493914452473794524489554221368619837559042723108457610361497745820672215991860 +4686726618791630599619015305428791046600757619220375372642195506961581791667069381025833026424470965152344317512976704970780861 +7817535100493702359961847958187008692676255354707895369219620793484182638707169828174557995935583658475438688352992259510602626 +7874029548817067666626239631331985390475404826024086339339243583071276348104332609325698630718922399423989995185805657290031135 +2250809137006081215712604683009748641626154723738138936917095298080941105465629041740614734952469019573555032467949707456686827 +9015780860040863502309304151201467772727168204445161990634325579174702838004535428730659838209979201561616665321137059277802195 +7650185512550554196643188069669262493680280748343975919639135449289335914799374871448334387269516977974949025899212288538454112 +8893662379603774306702720358700430713868475310661351513479439829552220384722225613968805831874918699875259504799262267715048953 +6970047041565543406988313458814942522252185061892588920654751003945616453031191382091583403673677641380943374412110595010134653 +9871101512999920825593895837672777862350486799080847951285270490204712290524251977042420133385216867854292673426124017430550114 +4761750275074356557669956909154179090706612051478635506091941757942400068895124161242203046266249256221284982009220935209300242 +8708015446206142670623126732884105024418284851295914904738375122444129503796268180002105711502782904456582492253779456800326918 +0613210293625239057781585677639979950255289284707390038337154693725678298193172844000279478330485593483147704265272812526895779 +2716164189514060813320272610067774089300292554132648786501937337701166054949053895064937132503546260829302791728809439780621266 +7313188607076954454240146509025347232689443993903699487707438769611328865209183398377855897661913914996316621615825549781446347 +1784361684093575880030474001414660619024654155783784777347697077774197795864389624206377564266630250281594010870492871026068899 +1515638387019036333906018359538519902111800466842577317066502746814101599618916383605825219038858550204877062732542814333739145 +9220084992150752811004335287492444508585899566926596972214201784424729857471199982968054884285888711269768545472118962801716609 +3225729665605184922610258057387753797602084282592399424014307116412082926636660405157448703031528431483170813038850013412917589 +0896837209572767267939653527113544043129466184693048843785638628896239995824306624383959725609177449846462355536652421863726297 +6350549459745687058464464835566280558244152696093628407065101518502946110700562358545869437041517797874386126356678480069546762 +7437438880206605630925397821472561939196877744334362718590301519068712375301433711985727209285202108430567240861306104506294438 +3997013218626793371442945794751768102167128014691257491799130532817890787884088430906840628465718832537193051422942089432586522 +5767261809159521411906210527732505137517003452232973525892796163942363843586179566469412536807588910846358095073973053136806664 +3610420406657475104037145580225980872688624964111041381549594329404718245302720059446156211318636072750134363504069278172819616 +6203445793416289171078116228949526537345367573758934511473904862922585007326728074024526181186924979509692268351022430367531902 +6396903617968213357545062076755915835538061764765669442173658896006627193712410945197598872950553456423579139305216599382954077 +0380250815827704962815549731957552434336266476872009617222288199268494650352751383734703683895685962764217150385921949138345511 +8687569627504118278687806727964146837523838460065586633962532325989849682060922414609471208083225295893531164710651416235932804 +7419608622045901350837303269139752477969857182975189849619797931283834755645259685017775129366698872709262322484867769237487261 +2446574648357299934768068561355356119075191099390351323266829442188920299959413380468532819783426950868690325166385302101461953 +4690378580819708064900475904899019106498140395743178471011674929320871266333196561704778715716963538368801024314408279647276339 +2089232113041890885410086998151297290297216269518414003124742833718798363559663862672468722436254498875698485622178498338429914 +6550115139019878137719854465346267455296956376622672210869101826618943385242099068657285404811000189142469975735597865828978322 +5550336328979484745931555695487878550858216320770924583332798110114879836414978841309407295358874518788123614542792919395667790 +0067101966073227418786203809533671075851186310058420930636457857938955159488144881158165188969895896949949174391923269110027161 +8258211496051765933329722240348370716824091139227581167499651455166693356343053246387421021603939871942981451611393932490380081 +1143232998448167618984488431281685110452032295577636699995232387576558530063365443650214541186195345336376561664260667081107636 +9153874053518331378425571758003432585952239206770799268110257888073536748287123822972824857968518689632999374391956653833541643 +5746454771428065810576182766708428737462219904665952012954717596322305804801076045993811560187169208752861306869132853087960769 +9312948167988600676884786283729313554222793557251794907465964089218336400060941052967060271657136677975942167674352571570304004 +6999898093303477247632176216594681728525645905467929567402604064471637964034911185817952376210008390273053006469300379255866531 +1000632388106711156678341302292429215991586500122697419661097904387224375829260375948304920442750157857268831027577641937349960 +0561600453741069995026478401094735925203677529242298315347820295756013844421038599646676315356655360880496025651231310731701615 +2967967299264819933654047107088552569694325550743639578846283279457367587777819171468331383302126179626852498959303153806267304 +0993137404276474214149260182488025202243237418254946278036864473980040065830274036040054866953015031416924556900973301250401325 +0611401987313671825312920644599670850377089684826838922442681491359233283306670402386279700142617583474055662080523345059224691 +5939710996631567268204735821745742750433473750474145824948890280584535509141301239485088599010310179272128880118496394992466934 +3357460688499765569727929892732936606129832020628130664357730146150594561279515636082352905831482949527411745350155774277195108 +7138561333287682465057643618887421608272303910896561253448290571853039520359195699641420904384787139962581486218527455895010235 +5098065276517497532201660511210544476729427289544804994012760004734407796257346283172974549503877915741488118551582294732680387 +9918245303994525211620190522775746453648980603544567886385199869862202445674868474533709002221515555801308081350907650459178667 +8721390287975913893819238889792260446828081274233551710328471981963516819510944667867602212793558775770710289206007250029862895 +1280952122455041043530594319244152931145497436315530258653194357643115496210565410757613267156777417895715618326341142914815577 +7155758483619829149138641241642134167637824757268284393191488835351550697663275036059641871170325362834558782380774852273848821 +9812670602301209189800121141901793479005817704022886493550881027819499284489381378125534965938777548562514868791510874667018247 +0362874203793328000664031717659796956361927785166994482222033051420000873310315385500469809294516134684467763731164514267312822 +5076794324739899424289073581881385172449093717540058394689713271226423655501988369216296397971568827556688651950460247532081671 +2211691279142831153117347297369818334578478434502829176759746633980926915557525626263924160377780019382684610945724739361356924 +9219339881449560885105533284707871200679261887421531149034514599874409542178946360778835736536874753087132328398630153344208176 +1738323078966650030040964282424869456011617229198020575179773319844636313591780039750411848469791355249483448877218482996481058 +7662725242856974627520011178425574682734942204257582618062074645522175607162830607624141450906516065750218377963070171888324843 +4118042284044277227029777215730052173836438075783336538165120621022353806541561734384066342123951846452650796265263415816226504 +9577454228253953925531431429190317095770965424733462598360193026659796995068726322946365945449373804244913417484873047389958047 +2530447003714965976379236094037411278014717964765934254550861704945379408174897820528178412885512242072953354276409893858269606 +8161920683332117194434729439905850512943519462231619259091383414069915670154194411541846032268055950920748136328515080957772524 +4455001394112823835403683958904433147118332238523201500644925421808301905477707785391327088921953707802405649821266420465223561 +6446522347006213132203935166470869874136295692811490433897687621265910913874552752126752166818595258011990560857727236113871905 +9408818174849694926607806886600067803753381428797382723099805698620415041534972953179055866017711870699147517868454045402246335 +4135626065428509052074741682443536368971147858952760160985560880547769122981012756994845114634562103177568847660082033374741355 +6629483302659977998713743227246471116209038004192175569114510152669193408163108052671223081581651955384894038833735367319970945 +2019914369819713476232512996482094786229436696697562766992595975532622307992117773104105916821954959122045124593739046172932273 +1444770368011659028126820519729159232409884803442212877208399135578736969682832974964729860145229172744181374244786183467104294 +5285602663449673777986234552062489192832103368544537902433053581936823853505740285888319749907423551259460167786803225430704894 +0644806832972865011089771228494426041526498427256197014809301589227000243312341210098122668991020924989347084902763173739593342 +8397927825150753855181618641584202156450292633924809550510911217351590362959737037094558684222129548773410325105794129798697578 +2130742130526719507540424131716191473755652175799405630787752600339151530661377691130274509280084673031861647779131553466473489 +8949445645797314751748458206320095870152672752275260151260265707878555413048057771903238190200758654160960860864191150393477626 +1150155207111417862229200794999414320488018094694431946879621916439109486610009948685634866137188097525670175207351289611083094 +3459879841467541763732336521769192414341573430800023957612803685733924880739274791648569413015334203212412056584388583105695911 +4207107909576145869607620085461426361544959409669769028641359260476393776996951928885197026584290166920423018039379739461412804 +2471437021597594937922441016847924078362096363319644062767483944790539470640965768192086646725793415577156194561524796709562342 +2281835051710898850388364318434644955789879751829726732802303436684019874264646806723409567549761608858039525219541663231620839 +2007932711287625313296243751903200023005400873291491556838807519342296983784742524733445763971687078693207166472588686547509634 +7628738900800911617227705711930133205924637233313615650647097515124961199263711780307927527262674727498690057241315682922136505 +0493387404859274797132212785618181333173806092520644500400240017059008198178246301124430115868753110589721037771703980382573162 +1169775643061410030855660308847307357939679557417322697395889694976054211267593984893969933792226845025198715121269754643254572 +1728088919686607770305974714811474045083911324960307426887087611368014116902540202262357011208475439646884185432232498389602471 +9413509858059972641349538923181108900150612516616095667778909942463828217847216087159443807284569471198894585206492715160193699 +6728843665008266563029199158801993529576549886997200057517865461162768723429256920925422142043184781462681238742660537092344889 +1931599731390297037090231505612731169969829636622229470099002019655957459951531223643763907113518395449915860761987492535032339 +5034107674301251502545019517381773020837552557746624579624919732008873147762835295630900229992866373514578020722517390727520774 +8983019600230774694685639778625463724553591351398381775880431832781553934906986888770789153951456721760712116772577734503027958 +0722579888130638672105073329597090462417149082738030373661949401575813793082783579270436569787902655097641040401368636813371427 +7854245354370422693429496181630052949425191073877308843275368739572310979470712820505147110988781661197587183674125970895995542 +9743873036934859621564820909920160132335721185173809848423866981847229831790016569684947679721801847602901060080188329396305906 +3397337816832712119749817143233767742905059889912076656163289731022283191890667300707504214144077245819520343407565716275839778 +1635431146179533618869624816029047896887367730042516939278216433734900869272992829571445669607086349418935403567352277456520703 +6762725385281999872315155129365300727718531348063401770341896591345777984146395511533572557918080490707700609701643325567678181 +4555558906784569913680220888302706502231120206554070127879841389783669163314482027219519085496782129580409038602612227824819543 +4625553964652973015688630098326028308371988997070002772661734916972323600534194087341555003249709049635157603584665553841867805 +5469615145572204179649517877754736243473051237336198742915870594247954290354530866927776592105619674425818013502199456960100742 +0688295929947456127268347042202884584629259939771429635850789571181349570944477662818026788804604769581716692572546910654441173 +1781053017263760670442837500622338443773255350157040419311002126378320391255428265011649731680948453211623587016944241093429272 +4424881884807343597741531983608658269276205760340198024603987236049280398955549067330598233254907076437393855435114528768763737 +6402747544261459973943024136936806092529416389402993987239813694282531255632557296852083229095761340348625572700195393957513287 +1528386320984169104784676953231416483588713316281109988780398093348714641247346320098277064757682809088330401558069087928359793 +4836620934876383780592087107373057072272745160875663949786761387509864704698529847777036861011698566433232612309834845364039380 +3575337583851040701388845815054721473930456788213430385395140774983959957647809720764167375524924858966015899435919948180069180 +3727628368963430480869218342563326331182798677393171005831460902561217359479597768311004931085102290184621530025879576836660947 +3475800984573188366693910563609274312878602294132115102801727644998770488363543862638723091471157432089891694987852322137790631 +5023683657353497036212732071088147337120821028934424904568945720202766911488162370473709710449329167955152043455364639983165681 +4313458074953427422966761496213154547288857367926863109897916806997328848306557928981283734566043834603735209469550380544603011 +4769534552591442528339142072463485535584209788041390319662187991947284630203143273451030277553655546597381665676996289780792291 +8029659403865541723176070298858179302484672898090770785814054293418165410123040143090326214914018331298053460618863938939353357 +2504331261837289138046426704519324433487258219679900506483638261532541113835978749947580235779347318410118894160450785891787503 +9154332931976583483472163920590162126815140207546760699499178902132160947370072538150136322051659957346811166868803166980109050 +0222142484013400331297859576897114613785020913334195683798252363342695111135735081039945217905782047137997143182303582893239120 +9813120425348259494442258981684713118897639132890990099359593568005985530954284388860261356040562648449500126432442951864251191 +9491055336614888264152467342246996843863880300943314768116172425467094897669780084992632583894436406804533915530813948074710378 +5125880262000217074108251922916601396846452955978383367381037097928649700928330600429463193168987527289334840125068384753709726 +3250963913544985283516074025079436289530032965000091704733601456641384410110473920750483277883697522865698072624602352586775278 +6909533273650494192857472271669762600062165210442469141500817398520087420757013742072500281461753556164642072928308813935348280 +4807129228896091173010215184046472764333315290810434138260279373142369497015166184160402673619706065463269358547161491925056454 +7992119117554165493880872181423830045252323577778753354174393490633929436643377607848377532573742197373252323683113537849603683 +8841806293434459100805456108210596607134914383853585818153512788887296784056237782465358856155449499271949927041469376892328564 +1632152697497520229603928059316997370226452543375632335002549957119486189260078571706186257203470953055703949967851861921520731 +5864396596718182058160283419308429964136934231008821382389697128204242562370820069167753381761875728312424003987892871207159646 +3666084774918882500462621483992172725824109862896378199142479129987559328773744933469602552905906375001745899273316469658254151 +3498338535962144862096688449703329334091149790999664223656029226119319000718124150843673811902580542556051470065598276315050434 +2588642538822153267060185463367170199110995449008021906678609426788891572594252587471982661988824671301251499893937578926745391 +9319707795744627065170409664872689583830132047201026242383522246999299133923376128562725383185342894837098008031828134646969110 +0671702811161136021518386108886822361915633677386996222331112492876474384896788653692739997207795179082317779078270838374606210 +0529680562308620614160670757652951824510508056181488035417621544956335930822186390269360882386498654576366806627786546389748223 +7121344007162987446407144751532917923911603613369296361423444081791345960568825786153422255467670330488573438324604236300940295 +7856126749900534423962976560155869500794418586760356971148877729423323229897743690930063998855496652306786264023420507384957613 +1115472217398806310578221635364703110916537667405172225846214402717552527160481181622222803507823937807179294058810167262993525 +7733396618045594337624445678237438829647882527257597412143681872681853625778555809127382419530057648275810262641644934924071181 +3613929384294435871056622853422519700112176582857461049491276578382237331260522744886532614099866550813707901946900039411643678 +2471863854966531804604197010815017888282961247506056635263741803813648407515388558830396273074055989597305977778886391310447068 +5772682018682680181055188634541777077934406094474845232952841473576584969574909042981622739932442934509311768673906919851347223 +1971820335809415226886329944736554280331033759806916931583970783266805147633904060778157532814909009520404718412464333929846412 +9304789467519446866413824868897777103238294214707967726874145548954743749977770022421296628566823077488711722686581183789601459 +4520829387352906480220193366391017100275344244933837568936172706668016811057327408759076674979685576296077953383462420493700931 +8246906431343919288012465266462141639350962646993227082304804964566869105156074039984736745415005176673660764795387467919402546 +0186162998111273052854513690953012281012706484313894676418003816742150384731546652072390520748548343581415404883693106949598503 +7407453409468893649012012693295080963235028162714227398127099455397823529445343521263605978197734068303737481555026299674237511 +1229395187707069269668822522188040767339600015117257223444650130799671208076697307072988709360546665590067811729152682754853792 +2543283984004058807502208094435749036903952553879602762556029245920852075326946498509084553554503835502118795067551626235164267 +2007797747581357604343336945727914338356814330722751353631792234077965818274628997502349441503414970786616526353391356822676384 +5194656346701670632084824377074289402109258239302810982753490912710811175011533673266509733689435108026608580234617657393376969 +9037146495591802460947583581948869619219502922722697707400434384802310554421740985009894719409552319891457897233615461251631720 +3990697080273078766162376909117528749470352764935216917028329174981312070290561402015804824976866738329336998564205666524939715 +7848352778978178394189920640395834604512765967920164240559275230242580756053219581598506048812354481467677378211973577424576951 +9532477816991813127692436491685156204938010748592475096875883131377908630365761647389532075843048673325944084338736570456096797 +6164242821944626959915759190590818947629953857895701779138738262444662644883838599728736964664029753263536337011632748825080378 +2817015241236739478928849304183816788634913242150862112550226668153792859950263630837585979285928908928017849179569989536100198 +3188299380080735588065637018955883708261980780287989654193640067585824757814983887808561472404025858752559638368589207857289458 +2148159553153805396206627740954877447246881212999958661604167091735503989349952300666940107138834649908131455364478740204253214 +5183812867943299697018327767670320460762394440257519747758147645570356514775758990004394658301628734229570022912960712413921130 +2264795742893091605616321707447640168594382931899898384410937459110317820561426704161424031904340033048159158399357351652777596 +2139572365125527551258839222311219599103367463992672950511023648604600231272790630354961828455031402437496547839035832950304233 +5563173043827945218120288721053385228256759107947287607765533263965688120561373605092351078219345874822210656978425318969319770 +8518350618323036588967937820117667974812517069373788130975907844737917546000454481446588184420492343516807727330574227463796535 +2208092079415381688598883619322045535433174373692220944523386140424053570720154062384759984606718110454232154813303857905183459 +0403764445312406400743177177292964855962834587085077838226697948324657642954983884229554291774482754430895940798928630071520949 +1218078030268093244894387180566099112644808636942463725970271185753041625812549630461585448271241111674252623627152709755765524 +4640249030477405125378434884747349008061139769305596841781606951188241867017869136729477063722445205619856063985162910427240398 +2909590245662898324814954125183873527735419113049232565629860534526664160220755933343864533662307471463902405211409478015729764 +1532024154051612895466466141175266647835257739963433595273778351297990606120134172421391748505385924656782899507982823237116066 +7625676430217706141880242765715903813773188383257526213002250997251341961521914541749167347954676286972265765550795698115431540 +3971204449523415473814450392924406717851351635913252062373246080376997499866289003353070967905385783507116089156113219681812229 +7080951492315882179871809720207741914174481310077398153033680591523295504167580131795931815413662606081970038126846874489797367 +2964040579217611595547760234190477290346436427835968877980338437548172752209833653855504469466390943293257324156532489625950388 +3972616808815375498057586682316341344883202169607183819718037286789995473261003288017415010063837288806976576286819527639032681 +1290138051725002391039102512231630818525813814320415691425261417707087230623051869853213472687397101016144678883680930245168423 +3850834662586016207855419987088023334696460550057253060411826174208076438814838201928582833181083830814307068201908029863175971 +7944749902703521228274612063687297856087416799604592533936372400167341391775276233906976252493497295192482610468181988345091916 +7011096175582468584236690812621406307216715768647084636075068364924266221366474623044001441060540006895424513815585241978347109 +9612362696533734373153334851655466254197093486211639205861389987966709302035551682330490724447416578042696870553662285651851441 +0111552534765233442760444257765948564305822466469203165903339169326584537556214779726091179725355707166736526121645211226756106 +5885039259881836616302187141071464709494663689251644989212209295897461744225634984400183422383926438027326803031066696585257111 +5396579069429715251643225942479087285188610492026082322649552644481241838275988175206718743351678720472794668564948833054357449 +8688233606386980591001497882755114729508367160997540301693192893291539036951478433163921320714186025327605130043325851253234451 +4872214673472278544834646890891722960548978190052377730643946484747055518801507106492936171927846554906068388153908514485343068 +7214840374326612339276352609419398397127314205763710059777054421447567554750695002090543962570373028396055745121721373269382936 +4524482436241914482911352925071095921316760701089039169544052169552093783128384931032814298463081577630793680822839743941613795 +4223734008339327317027315036935919017365387705335808468598641390301926191406305147914145568155445735877807426352454856646393111 +5101170944379204574558835956241764204898906557725918071785044288986731351021322301083120247570462572136590876553271594974477165 +1498954940338463049076496039744592188429182308195708965464178219513192666612550201124332096109168498851228361187923717360547190 +2838593784210615507907908324852279814008797652951109874718831612968151452611605913542110950712021617053098075818112497307624799 +9381906333865113269293243176861228537211612376105763917319466803899016867981408631123044887142147183129506705177986309824780722 +5409043531218283220619747469806558139995337403975277796517573718341286548125289716392847076083882092014379916668361163684338425 +1904893321014375227674131798347455361695847285890504332145250525132622615658888584205703776156043946440538442055020240373771823 +1351830991497076875181168528408533516757044944191964801761366476485666222599596030732870772285002472325833568217236712614883027 +7315021210616605619597435420913698876375528968662848736161937624720303296895982028335232063555260929924269983942028091369465040 +5072200871530059327653441988927547294080741487165355628851444397293608964873155978474929308924899776875776153220999350338874781 +7297806144047991652107617589673777407092234699017295323732250434070279346790076112443512292202647551871470787944370705490593514 +8338680194506251068070541345811382066184901866943035469419313397753521282182668152084983612781310002659403231835343007351253055 +6114581775690037701739519471149107309520083450078485755172388779153808947468636573364766942355736298359796132744647242525151199 +7574059840087355237287159427555431111919013708861023222908038566164641505519732443177083128309239177653941203870945389834998157 +0673474392377001399825892148070125779937209491690893896089896421739180565135864053866800087116893052683453216209088258021309774 +4693630023596081716394525302256706650097913048822663453433130852833930985337805085115332988734054335391426675730296735748012109 +1093024463171151726057935490277564245957695353097684106836395483499057575855912524860400186656839768087931489404973303617192884 +7635877951810419014091014411375539957398983529537012020519286943703105851379947162885419241335326379003488660213681674994537920 +7313912009934610962402221459721660669217906503605255214027757570091733853488694769091622366303142874602414314687218525998341547 +1566050559171006939210753283371737704974135991991141945660050193578931524036467433476181347487862613613591250793557188528520720 +8176429431061693107924500762483197651311460029641913001176379201100638867103309766025948024030323914130084770751860668764418979 +1729648696441840023063291425166270194908270401060650039064514332458826292034060316832564595611388754933869606578691497545240684 +5096948893204927421293649874213362565576773971352082850459718459918977951318599802521678656926223913450782713343578245294043312 +3086541714606171194181739777107223773075014101828171109460641650405365226657056099487143258905930679574237317845176027548390939 +7740302926757091096782313708390498469422515280866564744352174072524950077317896546008807496266670386420521998084434771204151893 +5027934064208470666653625072824590692528078583512194513874229573957257382460729248431045517338285948895199087965965424240384379 +4571860754401274665671127939865476298997613160622025616980368067727347277864838846767268485621173877779887690613158095362529635 +6944876714447267999239762443038959101083236381747476636643523496718859843462703424789350147757356429745707937022796547995361159 +1608685279655308172831370710312433300754386599666997983340912162248117716366440489547493562293368632280675661325251959965144367 +0470115155279779686716584895721905617913807392365128663764858517955975388392843450401077964641050043314321327171303982059553970 +6215103349524529478271694130462996515027440018395285605756916821272681672383831564950333676633547276622946473458222960324229716 +5752661076880540890733587009248458903926085507327954333035749203073156883894621881819872469950016600034383209674501094959670531 +1945586770541986321354980385963397070039734408942633942296911586196737659678600361467268366772660352728384921986880900512427348 +0224298460720490332231265716874929497392701347632450314627063512555464017409367105505507132766860559659364230297395631822230539 +1702023132625842749699356356536784362975613947059773629978196487288877402990298821674431326788769352305708774873068640207819256 +0837874454109632180336808361233189153201698197837194960277668995755988025271886650717010166150668262322432532297058508033324759 +3169311626099247379274799980132948823347592107280599635475818048919814215035606030291543579920124429871014029266938736200412702 +1914619565140979302991699155094170839054951976790499833713849411741065459327090513567799966465721776223514774008243762437394273 +0284830262288056137733605741424808121279641702537891966081045603173960192239888264018200262442793489277094386722616393425116590 +1173151387211465492751444105592198529015440250049757464822160661232074007786672709170841572180341360083386765961004042180282066 +2747834197332941363146926817441453515366505571978984487189489275517487274745916049268403158626553738640115381387510687487708488 +1958762131814281375452347210594453320648975262319481726099981862965271971390001963271654018154213822420613244796687794506233768 +5861590138913305751605474142329109238465204802867089486028021810232894377402829167243953763417451369079334074531476305390636648 +6931736509544684644323440543056340368361669695138186889701847677102848670844548402669049251722131793379128120867567738961962646 +6821092152578736586590175476051687813270318648206546383329391485549308897384882743702278026541948728683530021908873051239269012 +3127870261792191598343155115866595959890760429348459173942873213248004394755219777755565345896164898508858847846745938219558572 +4104690546998169355396414252792133064383123628337383872945199098541769741499506855287626343383400914652705990644014540006261236 +8792100596328961741396764802811919634888917999468524631681735602589600555328679349075778614192998476904702613310979642799638155 +6734793674993705010403616483433595873080508573310753327845752574399663353072797746592366100412052447212721125322772808600316385 +0099515723538668132596125963466202152817452490708599517233532239221132293841708379481396652887673374586403485713968074564071453 +0083805755888358130747915433250146084164753782259744459712819051842998158461581619972310157769421457011089633907439164606444507 +7652876608005273562462370933960187647117519619868786042595158425921249718553500241273244226393132978251127763667423654542879946 +4405249132813172389850479368504130884719811118887711374371841091799443512801595585892341132692059703325567321860246290919547167 +6941199045895501309914547487559727954258599982156757774973817213033640726217789962907551298312065690327505399614397188477788050 +5358645453073717607933338901589045055393757684759513577031387645637409945004898936885098068574782470685593557377991753572387018 +4706013177574137609818422036943485331576839280415982210652357962891328244924452137995064340517319656166353370990119146719861836 +6329505987385677903166233247184756000826411332850477352758018273420949926789280244169127178212529891658087198774279941207714390 +1511370436371213645604523617727839098695940567432172783593724006252095799407942743832278211803447800402891197805298593983426545 +3022464264863164058488714249339098231034997516428008392896433897781383885524218363385806736382055438093644340647396074293733782 +4501101178543767329620885826562169899606635544112652117620964836027885674519772391619599940633712271697963657935450955634525900 +6375010018855545330452050093482150077359764898798182405456683026765532905675606074372556178229924063905296358938093169081598198 +8483257277634207523851089755598501951207216079577367620523344599612671928857960638762403403726285770712060711385777082614045533 +8256451384331378443868986535492407706512110875647453641525322621598498933275339800741719049869908400644823204415096675208523961 +9398321546440720870569872262936542811668490033035472870984698676634686438176528523891161540254323161470512628073841436944062388 +7797071423711013392162710663609589623668119033549706301015274145920933018984092472146696838533855941884096071158160204252589379 +4261414209517939560365542448209082777049757262017603674203052224119028323101718025778556206926756191607192650438859403548542695 +1466289085237622991161102650836935979121797669268051582725264475273671975785294342068745493084363600896894177743687712147368123 +9181597431483593985916614200861015600827448233462428138664038851972627461175903260548893373194383862378492912625568875647273959 +9257826929421951643418775488431746425388390160227055490497812088985726596130954189607412047036836095076045019637105980229125135 +0051088814685847441269344262748461773674703937437029964258894662753422844953047676499113437643607083551852374126649110465539183 +9719703193787962011022241398606941751940065229976379345648357311141518661729448144028369831751739729767389915436519514302519528 +4754705205114290966030322546625592332320235853494013451121235653943274561055976709436804717429731588488742125670116982095506624 +7915307785043160782062481393173682663021526076353055172054644485732609943157735268019683657488875580064373381138013382280006724 +1348120551409342824081918999927191374394809490457882851229963796819461455853157081977254041113267197827298870478281259789531341 +3812065821388690082091959389908490155933727232741583927718485507099116748923648769090644447688804257458798099398350465758474495 +2937863476645119756329442458144939324030284617554341982278719802555921010666415523070911564773110585363083165465312366738827231 +9179756558387423308702990244249813252311594585173041207944901196092166608366163256489844497165091829615643175666074910233765563 +6459378049219057988171618077989915820678435345205197081776728544947416949166191536837274889454949606246062308000247423136050336 +9590694274127077084581072678020481871509177233838867384578103147792423645131300534630220077747270144036126808318115046320973761 +0633314308759908977900550446703882605141401119276147159777634200043370016079844602659915203435729306675829065339742126589258345 +1889317316284541412519941066954231638054475095114130395821846044209964998882207473650227876029465587838652109009674311273487678 +1491201614697119361909884499515016131285970573442170426537294317539659125369759905519191669796894139802704690179128614455530965 +7312991894729010255958350913145958890797364015827373553097639087944419042322472672141767845335817123220952073258598944857610720 +1824787410780276399243095677626477613009119292679764840577779945279669981000204638159164277233130499426714911295485793124165881 +3599221696151384019695918691913331345308102473844702422853474390767392532790500021180165318933884607342905862054572886894689533 +7797578535955366187957171752724494492272818965402286074464704517072955420112819202222670121573771410655986788904078893257371168 +3476992235872213742357632857624847275225481432286353014243838356580086497628026465199448029895990288276361657184717108337186384 +7666621551208709893696388991140973902647787737649797506777580191326933697405674502023865297304974748640809764705859758691017754 +6544825495307606554357924631329747091007811292348124154567821317868772060770803350068486092232254680993513246201748613742385991 +6866165375349816659160016479507285079045466715841081115993221601429358066993308321907376618487248492349626318569998572862307928 +2954124850369537534496609519161469912394832203382444510628904117251662671751490677012621979800464348066614680001698354593940135 +0193499508454379205949576005154484505543366786538069430200252986165917146991374529470556848495722371613024998552648030029385354 +6300091436093722524653066330745577837674427424963685925900231612998930766803747751089009018089480544176580489192755004987058784 +0521904612577648015929532704786690696377674858853171421019639025087849558650954768145265982042719739087464082587058116910545924 +2995811242507764873679857631100733041164546962708369112790103328792294311269786039292022283070742012101949352297665947227182231 +0598910805263795572231168128611351576632001399408367899641814748409013513401170040370795100905848171920487777572798457368620639 +5688904469919555388263250672582090539068694827337359228605791133091700320455439594271216798892203930514646320638691425342088585 +8515424974655688512862245643897078195523156507477939116050565619183311712594098054858317849757764852624936019665610738326843069 +5113156995533534391502169817952742278838176530218998980784387996273419179922080679783505603663683376521615832986618021979492127 +1086319824275441488370793880965889728722603318901376609034648244802721809098732997770252918945517263258021059460064891744542026 +1590099478966776519298307952043122519324124336024594288380180094489716784777893529727657815697554594607079223393500535902031225 +7357641282650721485620638312466056185406173433791953981763404688139736645500991900862738958018055032882772556895285743906215162 +1650489828204176805947705046005072475080530548765982426627534295084219207983407930870882583588364915870597364960371942080426209 +4961456796449042167841011430036294492463136865448894885627513655748299627165496853898722132001299392052298889154231937053221092 +9292679093929935825812492666003758036634836903177775163898869080980492856814299385978432904050294518519563887081873640579238706 +3011512315941368814678516363524198263828364895022582836616309022291899256400386653229758118495144379060943664767132561955347093 +7994582030787878507087359159314617931782658556072425334054967106060186618004693028010903789497198319676911594575116984344480865 +6353605238667338186351983657599555627480760430658384201616896420757729940462911589836581183482303716623193619087127242146945823 +5587627832512661518234488087236957525879895860979271923639746468639388295216331627000259398878042734326931204663332399636686573 +0672965511904852366825996694902980930309250905369947812120763277890579450585046143580711709629358309790006863408567461111578107 +7579999047873643551313574662014234072727914277127742448350969386406545430650595860664380236476144348769728322529154001617830780 +7768720905776990806878980911933213548469388055876623124525549575902760321680062870410042191450149173795942693780209583496274718 +7500581851674961002356261345542689400915034872242480502581980604450197467020488142845109390383270729947278076491900579496982299 +2129690101587171429651661009917402506767801016536968984813683892465052790569498753467876499730105980696506174974591421872344509 +7047018820490212289369541715584056487037206133357581281018603240803633328043751106808274944483601431153046581012102597333076902 +8327884098495349573228357110403653478827808473415101824363258200250596339218554185491862934594792362506926494486378909931564949 +1740056330174856891125669279294923651309763604203532765617783458152533228430452541997637109088581841891669514331609715059758968 +4197367157825328214419156751555885819747937310581379204615061923091469679845199014292435432070508700023932922581376409143095993 +2165125379005342133424590972755612895768392827051354709297231877589314385116008084334202246281649011825694669304551295469244979 +4509728839111272144692019658264673559690649474179262646699331625117318888277703635865926266976720285188867979085670193580891875 +7275477166128052446741208082801962510905074668975005769114065221711777393514237422266031434604625793424024653464475330291262873 +0817046411197027445752205700663441451626769878011224256767794721900542448009071309280703954949009199107668829370562168637408040 +9787763619368655981881242490879775693879040221802840519661369579710229328600940826654427779387311550329699789056384531195194998 +2723448594543172549888888596962814780076107260643457934204621584814413545214573904777806106803313154411323713368897701260407449 +8000951726014956095448794689858919573269714659606606617498924039765372767236447524498222062645212525371056330185170891625286898 +7400634580995643373473457408678165048789850829161271772842260046851336944770097590727744202976687517001530085639423877373364847 +6131960772116097152434381501203781193864171006504601138647645912125860654370952251962787439280635180850121164508129160794934976 +8194796768491845741394186667260815254416308027847649620467735109219757947751470402197659639068665099777922925932497275155739813 +5209664008657449547795035193830830788192397569777052795318568835532699855624203558168754541268446171707037486010417690857467487 +8377976554519991606329945190868959375772837211176688945495596448296939525690240337764633216663866800325009183616688088580000528 +5192787146614999641495067302066620692218333148024412938301229255333067720338121642154391246693289222550082295681213541896998006 +8136852204722481664059335120578115477689164853072624921786692464359828604653937695373728935390680120663294293493176103289690254 +1144435038869128719771735108732844672639943553994309593207501141582954078007058121278827020008994616209652065957537243296195065 +0970656298377136326223895516660489631269402730038663872646787518014244370067321464425302758563853474605729399708299081361238244 +0240779629525661769222180612134943092596901392802155389763359378856115803129803025504659400407739325825079102512268146609621569 +1920020849630289059227598433172661405103577932866917079329997842631426173495463282180424424558897910324932519322784595681717233 +1144193327801538649747431966846093543676528159861420323208804005782998653152702827377592130780075570401214786834816747288844424 +7672000694647648348909906701159130777349487715893771185782393615180543175659863092467698777377397102350383295634648499503885338 +0495630306491592179663093479474155305629241895069310776977867647781537028272341913619281785471238537339471770501056143359192572 +7308837601725546836619910084602280257935558569169920782961917685472285154488319168403367545336906857013748237755825054290532894 +9661814404701500878628706398803486793202614438164625925828662516099882010742067149392493627954571934045651513234013334682059852 +0312168977557161126723210896500911203207572745509229840888786198868413208045541779692684493190694384662556740715047630385587973 +8520266389063839477339561111091620930884162729262785462465146299021058533677470756448900131157092740484913244873616221850614852 +2366892600338849323238354679971377016007007696850190096980341739336594207986799037588279474367471064265784394163814443326245256 +4911325423638475961054407270474262985635705119625522856108931080012973303196967168739739944802380176010145279834846779349851937 +4257810389850148158544144932315012034020829622092429506782620637342284858172415547207765264086812199822149360687311593339577078 +9708659858477940738903030251204629213359548332123829955153191520032561522000846708640602917979387525987407975336034837147466054 +8086930623135121532860695594083516763569498334428501641151038532550501591735570621442476271723263173645629791905305955098548029 +2777352200022791503781001509067591047738954816120020121065054036180446105221458464420759433938919480637654297994424050557216733 +4557327979787779116307153599001198923403057470538783746410924085722270113118125208362788921890249447415394699853853075390237309 +4365884384429048241521760483369109759203884801440475321881130286288789565265074980716663859447668954490193155283240957032437631 +2400761044210689572007006009552492603834440745618264315468884643834376009957185817870038205575856137576307667033965516109840180 +9737040417279915834911486990827520959476936502177184234720809847197612305989565105760154340868284644203521456078055612096029018 +9781808678278846885397125652129297898882169803910679237997846224593685450165476495607070948013373905740079438009246883252169515 +7739852920294363425633218123401420673829295163516060432640021373043583962110762867984429100483394773437741380363822754539046324 +0883431115446791272406513984118239461183841794345923431236238292749873478934884995894017966307053473725524062094771916898837907 +6139386014396316197310075826416043562421564641768733346779156742528616231256212666391070181857228107399708720583287723130892055 +8564495834035892079724353995520557131026025067703760714350598180164418444716168502414005579666385014431317699567383147791141861 +2311406885413424305003701677451722846677377710768986204839545491722958560065098823523147478261771908820851989126482817082569115 +9602340226869859614696378992497033778548537442058541618817057710375353486743749797455027651809309416058045995383235110379798461 +9628709222162680949961060074815226201933096277151174310696525731658668144988286362519156716805236829848685383992849148064465103 +9735346812240729849346428396581006547963793149866858949294858741576251512791660305611651687839731531035722282235292660633788691 +9538042061855430905977346502656421504814621398394569363683719060626568625659708532699356988708790883640172621307887407813836364 +6305019984976325257337569429166547690694053229542307273781369534773313407694544352991644928363693848808898178142342306260087117 +1805704646504085604801764484506100460470712673185793035853367748681894021658904030806253312188697070560965442489042489792077571 +2490985236219600794455119570755743690829793064352980492197865586952595298856978623488801799239792633697972577551080842006688049 +4451839628325290929728145285465077829042998419941805433824084767085375358192064592570165051059371791323138480645291403839150350 +2979438318932849641805788421308077401361414307061802172300131888869924632094305534351210554801463479850767128364891176166829465 +8872921500436141106816138238492673770588860037153870977927285412564501357209059187194899313386454964167921543412282921398037659 +7636485131279033828460677166640282160440679145358607334279812434544494120552175807283800350790566307285400625724030248887429340 +4680751592769547019498010899871228144441828285042700998685644394131763248290312908027689367430340488843863114128754770298553903 +7371408142591796865710653973046215109255786437157352313924442478531290092820677548020730647005559727973069973416903159076053104 +0296204614919758433624657596498376245793058852298819735885655373134544548701918947319286620768915718576221199382936906689136966 +4514861015660728180490886079334753171354215683899059435960727947953401618302867137487819801076786142685334483700384896695954037 +2862199178730357056510866292501440152986864077701674864131708177930481209373944027435441136206079828523990989033623289788521958 +3232125855905003070647322986167904784829417211608519129888545490992306400854811324029764732798696566611533605039116218287211064 +3328048087467522304174357185558580322486932881453149442008314359000540253074863751401069345083176437332910631591438430165816043 +6086110405144344067589331082608930355326779125945673110136783179380891079747539440654925994890579005806127474614509336396435324 +7215091301714414443069868776064064504395207482808517829405383379414684365187710912963053526301972343897304816484149722894728342 +2436471129882505774580140273945136647748090634204279933544155848974105586771383680141377892142181597367201114241681187884944773 +2048644482475865853030326358622959819676030401734261133906361439604280224652350627125083350512410927294034793877892580606553735 +3602935472072437248748601211519488988169731855279575778400706577254567463123219123896535430970244921999769114868734160215986062 +7783657628040022836086246510234417653915945131795351860293548640058155931582229824232337815003665382949403984933860425849161499 +7472148054410673792713655531708222900140217409627089428063743914621052166172358563633841329724840401144427912925448192355476917 +0347053733535476550133949622008506766494989314867137093489295258193336447136204549399148001892481820212852414088927422900419709 +9639078047884835538046942482094804161605891002036742318046907668105442784580061293938476627159719249453272549683221805416505790 +1032786228200415283294994910054729118848671075845281886209463073179728081317785205722424406468440642562912784973899656483223098 +6968595178017412521208376863115552570593292656764798517030930445070380603195697501931025439581550142699705302804245618724490111 +5453654356413064906966652124099905267347821364144623020142756809037695527255942562866173971391249170311659304510623511853516154 +2732536262071170918681622064325048337837520111884271935643287214208402090379942906531363266640024631740298714867728868944222573 +3147285446615157276563228822132897878376378847350594831988142529113309891139340761458000809351957235529902167556281922497506368 +4354478919601617063477169153215969873898414180925342349186710519974948744199229908589593712396666250201617868945303106857533139 +6882511013607261756622150246671069745871933132400620002505947164316958006187665439907383822926483113411891198332966708317599278 +5134964407461253261959522854559873663187547708050982034442691200555341283933873911454057728258698109359806239057894517156699836 +6450666103279081547887551782344908272320062944069880747023544207556937435206656509659651679103507702121341392065845820245893429 +0369780371537429488949966165797604230927289652620569227359744404503741546226260737989821878745670653730192856868459952515531054 +3093345869807819730548713734544643718538694047498494322996726007960107180939172720629651622711868833028333458719243526925076960 +7989599203565850572942150442657633965818968052176208211383992661670496993990824695668976291478797155039216428981397014999174383 +1307119242405531123217610464790254600437026788611070015681427406612197589802556879143899518155467294982590879340815458735590885 +7771734336463859132744468610337712969586326511610847632572701236574882685603506834926412287387742247547804989759024383729486919 +5271411219228882208040644078382620627789689028134461694434130394862996168758457553833289759810275955726724366779012750280404286 +9512730467284947060387240979546511277358650894416265360099607348235188428440048072383761268322342324845297508884228837212297345 +5520192598997086640709924048681358015575115024163991652287513881247554854286841200564378110057343645081513230448973403055902132 +7020240592700662201858752560247475343913953666111892278775820432145603140381127320826667055090149454135269196723432849201394471 +5046712344141591199667738249797803701007407397593500840656021101416075518278507896267944040576213675962509419570331142339223528 +5009173314040221242742971167778009936788547416346651832329001334847054317513290947080798012432976916063888435394522306337209156 +1366848096908460688950147484431870925661107449748979391978321496249695501280906214711588783547789400280700153426360634008817145 +5032320677216082097266187853807984797656213614647275198101803139086954569491022740666386321968921335192817122277500443048900363 +5004785469025981206660221297903847696398366951138307001168655587727211921402639926973173862035209940308951165885978641411045411 +8785398824958308479147867520302086574154227898640917802025901098713415060910391722736844682709559806414137007346900318504025652 +4829177039724412998798470463159506613910620057768809973408365008034259886542242550978070824664073713620021235802691404413458167 +9261226904113620784725763761828029554734562287674270893824453948307773514334280989553881807221303459863642843519335273228474128 +3311573735232406552245381370523373424363177967581228254334269537766809380288366330679697723673023553333593300509406940840178257 +5850353980111617800710390835159343131583882096987317262767588967118575624615788759557354550955443154249258491730584290096574346 +6058742867661098727133777961247323273097355895095662383648934730004254372357455111922489913009492093823561131792526688980983778 +7068373836217667990225856363415691473206022105532884987579074277226993152918608006384495892970483440333181267244554192632887695 +0375929236714973683664267906774009903162875936131255110025871545553310661098253000439303508717945000859600253447780364023263921 +3589236909622208939924919255987333064134666511205037102476749734554331712415072770445515704120917930961110839990243914307170158 +6795584768746356073781978623124211251870230688353778395309754364333319536742360245765209901147398777468379230149142523181377411 +2729948487677410474357762288343380948554393380782338431844676175646578459942584025062978984890983296713845183696219799180782039 +8853156389861615819589926505138052323380550759364020828050387019448769426662074170464533329827565869171293278882331249180195752 +5354617268287092363055229579924827016859348547054043349609066878817933385065188678139799271936447212380584467570750380867131343 +6669574812003056132820086160683395897628895296098843871784268115803999250621428898234509785779912888254113882189729913124138323 +1094710833263258542617692112795417986473641110466966207723302828445199198995397058382901854029835381782441946019335577334721714 +7084654187809403875061887873785967514836739155665927380077234732823032340675248478794617424267309726934964316167994411232825813 +8586810770368457480021270214945101098418804122645991758117744041940927633232985858835902473466474854825024480648895385708401183 +5596898921066046808429836093228050083092077217562084369964360104846761170405526779538921555848456229448715495096371173722462344 +5660195590159993019077789825004164832246820538076625410586718868028600352830449932992980717485232030870587444549082470943172077 +0821935416600837395349048851468072663127356309332941980901438793730151587795962214031501434310617749617534269164881521735791175 +3042072934705160703532059769445721283937901499649463824595439982424043872605434635393216517511777007087089174560510963232009367 +5464155662396168936608488040261163576038165196682279135320764015816698209508887367606848299565138365679605265583581996112669276 +6753095562768549798586933346781184629087517744898743057935941129179204236737611864578907720852163937289062427955626269555922129 +5716541079272109791401178359438691238957049044014297693164836859127158377764717929820749372762244199830728156908190474636597721 +6048348633690063166546832299456572409599753235001536610146572139811087134501881675589119526672410909520126024302026020371798099 +1171674402450497762501699459068107617561003253876215131387056282446344211385618131395030296408469586922564210025675216461987907 +9312371022806876440175927558224158477356755411023006311819103124252221341547172708634888791607917037276394431911343613744399883 +0922159956723896116809200304280546821592880397796462717485456950002852867129487923589665229233372270334774238944990617682919310 +7658709241655408916654408381196074058493866541161875193933692025333882777349795393761970679827330490202099389041851596493234215 +9234545178442642967566968436599668141535683259923279950462781030512766827071494181783393026832191674347556257505316419663487762 +0041257342453564273568929735796453624713683399848511617479340816490608890963355058355974856413150349382759095918170362098854394 +9592779304960316507865578967321355607760068698329045954497816675023927602619347677723250166350520531047186145206536424990428337 +4299316161376269795506896486995922307501710625151467203920818965364151628354223037516185750241653836563366411298238504451597789 +8841671421275735676647633262528681899530392131503705721695449652045887039670882496194478043622621695748874619557992717633215233 +2073059696519439089739646800449388322820261958926389800326850308700850275001529873409140035288149114816334962577827586268363961 +2490360047432436143344657376283381577226551875079136121637392911221073093866166045906272906769849919522908370281254710635409730 +4974848754591262059988003622570276863287575164608170178580822963208162146400835022943896925242423440936618793540028102479004702 +4372126595413379264526984770633204109208673880518625238463206225086878596008443858616399507133771134539070683384873925072702058 +0639171273649854719051709551224607779261350414555233764709993649110326667200717789312129165461963429321431418833445603440663689 +7186962822361873750181210266660607397813719262382253059434948056476254707273143420389570046116876618519383113357898774377253891 +4319529017033432347952439153798524883464591210553274851928717915148566352954737293867412627976883192261494139098284868083014649 +2622939111808623590774562258070588172127827495395694013730379591966886930134915200669202327099882207686441261515920355425526638 +1200973651071533307294108492132851108586204275141332635739794068695424575790972361088170979623763207458716935295604008671317983 +1251374850775260697268191392326213755565839271682628582402356668458562455145193885654924842502488021956636839087993338831884363 +2092679910172237700017761223090447686346621171455515944807634834063707579619074178681232780539980362324148874096831135359068248 +7059799025589703414119220067452626516006331839767724497907056535882707433149950178268364082722639297792594500281095862497786970 +4542905544332920101592075397986385645511891063856851014878633174032148021231620025882083670673312205077519194573640381350698919 +1312255205389657370322617251904525722465432117955235178041221031184821368449334584954069933722375723026079372281725777733909489 +8940234530803425309074547064952811642951856360280155612932727691967562499759113316867977300723413954039644096858319695187621995 +1667713304364140592650059312268785120415368020836414159057787321290823207568631669529330852196553357371986318924246623685192637 +0422089184234642438098080557484372830069143118691288742408958852833389685002956551956492581208496774233386094905265339874099483 +1677835356907666147956557529262732608196197501168021350247232245111279150809917571509855702652690905689682229523319549019678024 +3645155615476272052329623583943381582821256380614894465459876556622453836730749021655688760168012160726745987877981868221817319 +5647755640891329597098392215119820185325320967799221680909508299218493251878104661039386657485694867555315346235424508828545406 +2249500944046395955203873004372279572553883458895334843433140571043474669708074473381457065865063499709405786900325552248426583 +1230511579171467602223112925195512272958191569060831817009891427720423564097069405239471201694564617244826682098552152177059273 +8469866721000791525531110152439789939013289745066720962189402891838096512969001059723536174778699525713458075138245336864075519 +1296905270266717168150361331577154511349585629938472384230294812334459038517468323643620870384471376627488513753063864443527971 +8484849516117452587091720711551100043539596219785764133452403530020825880462282298393651618450654255243582938022557870602084123 +1944353914349184905366261486479354722961723711488366658700425467290309892874206605011693831609609440448499484127167958439545979 +1904342525350793098590501390656028964534129323617049186915074724786886755773131382892183343708636631327982725884104881408443775 +4047731221209068512782993439144246721190758070966515666060478086425710216870076434550244885851035049595368742260028400195490338 +3375747312957348876639595293489234210411377963219380216708693519698209655124852272292375830483071612875799792380567345928238534 +5110079232697543396393866568868109799067673989898575725771625847005572590499345721422620239447760726870678880204127450730489419 +1892883230935369730591390745517921975081616548082333381141791553938700817410468926449238904528671037503779324573001732065035519 +8395077376884962568002904176016991329810132526312963614723727626088091850321489438757392596606168596638103913778878129196298132 +3938927636631738411085232552592623008752473475775738216360990000223836611551924314564820835426069886741001153829625505334993487 +1299692449183332553204542348863840181665273246414104121624684776356638436277872632132123576236177751436546351690643540205371844 +9194356489958293805818668234623245496942584158879649161401045859846964460358471563904833418667460716546730472435403875780613403 +9275256836090272445757731146730052254532930338266683064726986679677894399506235508548851649563290194895324537517696553037056936 +6401315045565945782629076626066813595555038611734944119511046358367624104666208828448443470577765348785145599426526721185590575 +0586738484454531185743029468713911469676776854865676690022624209621140076731906638884334409090253652724218159918793965233464039 +3171209020852465810305033445747086308509991604961680580404820907479024353374887015602705890939142087700418451581794807689385348 +9424311150932643701645157338987499029528852262438813754400403069738023146915551968014972578206454343730343122265559473474927849 +7742146609950233423816671939328483772283214892322537597846916524424589673152890736557038920458731659652032921748569241119859976 +6687533180189782962288035952098447575892236672807319984532899523336137857362773056256776453970744401322852572058367357860586750 +5112973080188345114036362904396465766939815911981737447433859679102909113460170044475876180448426521815838110280974934802651453 +0141366660566071877771992446357332649851216791119528638672163150044856967323023760152081614645879961910911227845879654515023475 +2214123760185353539707121031098580866690882823675580600794715047520486504684525675655152270550399135886572417008928998130462848 +9223973656232181173590003292639341133004977532862200821270596930208889426180465089396056658959981954090935260888619248916061940 +6623578698318166136431412779326115216613003933902509874343492190835346614403255698238178964137991654202739789058288364219841871 +8291158969189181550110191401002122993337707939239499805961356987899937471416091612952104089354586248344316163672726189677077009 +2569911973118347742318591298716009672334442600647034815935927622454202539592391699029450660978546827587095337413939180709898411 +0899648100113650188435064875802395140965508050973328163902047496526339571954451436627138016940395531683176282436292339394573885 +3218116539223354243511329358754444736017570099304122222814440304223163469524526595019625005310578387024223128529473465323727623 +2903847495538482030544840551895363794476928236443136637630260470246965452066473119820100467512281726986329810864283236603867046 +4226586385557184936270267709088518321173404628666811633771213904835009960571786348833009556180773685058946093743512399598902672 +8536593915600232712348175092402812063615932808932457150254760365196790780020038688785606653890320304533826035350207715944668272 +7207307332779658122899268750088169215451053148485733154400660830345046074837509653982716901490942833776007996597381089382249055 +7354364139715042807616100729619187431380023428907586266528433249618278407719620456619422594117403277614144426686677487237152240 +7463017222778211045789643242204755641148330540930800826901784405753146374489626927527265867849180494980902054821139633747003818 +5151230162674659769071431499839596583910959703956345024479063722159584629356540852497161935430481786349464090482420412307760810 +9834488101241849496636150547202745300929538510953947644624667132590235877398283748992791388091916279125999482122365178401663101 +3799117737061812716778711014651789301773605485731280987694315010080752800132070053513995645594283497896886041897544784262244652 +7787706667573783951864085352707088626343810856713494836743287556709150843482692271254078127357988781374166954894723733919964351 +3850833609175684557920955809259004150766406752693874551692602542748508158101511651908521148570349768720243116655926752800025156 +0542333256075861408967459343438031423694963841751597298639419078331767590705140401244001636510150856151990464720632445051520472 +6303430699933496407768275797041897577889994294810383735293345544688537126863233465001327982318529841153751728223029693637728347 +5397568768462052741831355049132795323985421528118062025164276988946171985642590654143451292287062379578161283874235728279748519 +4640901822963272018953105436900070403241616145463711907565248533620946580204196365483196723416387548557874992063706490486368853 +2187665586968675889547896116950223441017696539693810802819756256217188102291391477467930773393197219210849036472348714939348493 +0530870138541801269405772003173391922440292694411582576482977240988452402062182324365937231322664832700142793000599915699446377 +3232764179605713808662558293727950897506959582972158149863534091415959234408922619772945504672047855130269189456164558749700864 +7976387712997851037838832161690498586021679479533477214488890351913481087239877288703362839723676811186594991567854176580725967 +8767096970476797579593159059506720944428573124512821132135870916546309651522551842044412513318859523946351494542237948488449896 +0718064204159475781113170590472579807866358541733298234646266805452325502205676982790448617382183104529620072495546016035798369 +6656888096932816475747398102488120987337320254949271905969490909227960204913812078261626642629009104843808070570261399892364887 +7197928827518406319220242665874355187232953000643123084932578105682719648228431872207900564999025910692470162420939628457406240 +9390054304943829673541677221189814900027963471043254648597886086990795714249446234111674340418457357710907778877224567169903636 +3047190706971324195888140547475741620358462920833528017528636158028581644462796976018091635090361132164631234849610385434473088 +1299169151001233913629789222426928990506746164121889744635941525381099603593944992448532482489564134843216370953945058018816372 +8022886634541463283701288620853613352158026264893049477075544241214340204041747957155846007535087712499320675089565208063975842 +8518974453812680488184297781261482966404248280615326837256707090751389480480211355208009414536208955423929547041219391948623885 +3604467721690594055924832819820324481035373705830034807313911053016213471052470202123999030910736617997566930544442854033269439 +0783963633104292458209399376532444272248160361826344666316224873723641667255667675127680227315908535163742986352235015659049712 +4004639628899564002311837850986616952858773518487977784208052701702476955042845648511721265262737849283604073030798668836277183 +0862408653011082563803132060254754932254909982790619138767168477417959797920610077885997837256974272446346326081237570982197007 +0940886136952306043500899870090754863364443344376526643707265847999796477272121932881155662360934605500536289044543909420287159 +9325468416880604404675394196786101658805312863903480479928341990160539724867416343519113232899201923506345096672360143197907320 +7602604379899247751883206653536848520843218205588950289513511227638017895858870330990465204694386615676242643330003217066315632 +0851199846447079085502271034855714656668178101657497639831079366789502032474686387227843449343312220724903806454747746782689424 +4098848471040002241791388735422021963275960354775258076923928679254165040693087908221190070756034164623860222301010088075103056 +3055192757629057465255631284293545235726639464473675957498678493846951810733281325747646636144880693592596312740548434768830767 +6731474905682791005984276464714844713588718904361218261812425686803684106123652431919970410078795392818111582997268429659349585 +7924410389518202685905806688713577803625532077879713115752972677622209346192681858566234259911076164694414416704969551453021886 +9355683562980634479815919874568756218379958083872036318959815690363034752884522901587704723069489938561066700856799286608658620 +0543220462343036193244858851552821480362000689940188453022451557344919396300863983139599553360452940548134852258624017234867371 +1067014527356580183151961289434647684360706506035600010429135039073802230973345888131418619960777100132646812026883383699827970 +5359069383361932605007503288578185157851793814788353694181498218990573049785293883804780055838358139459377587968253742572072043 +4573719136273381835268729540845328454994954362222395612112318303745157807658681724375200294326161779060096534923740884933625708 +3514458846264455850674231783280205705825729759163794635971944702176098831501306476593168602881301267771422854514181550204581778 +2814589926430879599930014687698610766303495462811227979670379853246555977897078815634814137435467174275073493314846601851573261 +9109412328394243903990091864894855454386078755925003658916610663445020722891205775398782367407839761338086985543481077581229638 +1491723826525165284311575346657279958318121038102570973778417404071686643040506005133105712555305338320966176072017676784923629 +5488218241739200538202629320385686355121297434909655261539604247574676965715827475716615737941607238002608903015929093309168488 +6222350309549145806267049598652344478433516262239158892817022906333942210072994901250459132730572231739319182532518293889630019 +8044072077285353283240535057997955717161542654506209603492744952552847242899140500411096612225095709028876598587942929972397072 +1885954490526928165806858149219735696470308645981279734404025197278823077339850867123073835557226495747843398970587652389656636 +3636990744440216604699149114584326945110057025978680402356462092308935861145193409488632679598241716104734129398885084544095857 +6069902893386332364062130016921517943943574898468298687528180638591233629526536463888804022514538460226447545474670300837773440 +0715242925233223925302043184620521073165032928562060926764419538572558168218946544243657541925010495652673050247406203961490742 +4163377094941935791929068796922863289449570870715728363127254502097952823099544701660693419650850191571787642058768071578191335 +2362149372830570291861457450525257727016337864275693314681112878356465000993320675510813633779009823896594571255519867010367760 +9335339409871128425332395511671431500329529218909754194982323897857550540930935004728114503428724192561034251245345901549129065 +0756506273973719264925319448914314432556471353593665242663682345436151888535592338801660197397976918922142540903105362128344221 +7296939654818049488767067190718755957947538340790260392001857532393622868997477129188922872359726386124323878376837617352814907 +4078579999111217939011699307760285871218819333972182125286903838312055662520500719903656687016759241817857273468272683917688574 +8726333004719198815434960721386959090224338905967680668744954339106442434132414526246207631805974218944345895924595868424575128 +8809968439523768418749746186037611280882890683322020074536396621763557542013569567593054212148112921735580176883820120783267348 +2537069038616920940158973428724068585048795501013293376681740631186566951229973336427931288891824421015980577224523633941036996 +7974808176187279818828936860482106588007126950454089943602952411737485839990023098877207814888492767150658782003308086338815157 +1588659669715002646102364063331711646691061797936643322785359527528662208821134749050337274899095692843563066296876088924734707 +4549130202526685872258479111021810868210332005793914145311147798812593113617843971880716197778981371491177307945521311901222788 +8560297570244477829694687977784621455987068942424983136944870380427057052887779787702603030649524780263375021654142024115901877 +2048774313776039429808088171712835186320571466269472744364892701622816406146475324290364012640387008030349061922998372137187474 +1958983930518040048400877463606239970518078952389442564587925608445408847664043055091202257080066087803944336882062127350978604 +4065348283423540496042896789726757274478123900698244046915478972359449728574613924262102889566496871444268574144572205450579978 +3629438124450409423602990222911509881985430704078927765904795404045938118161221397917848075421341126252805098426191320837834521 +8085534923914835313209677375813349364458599796275600866316693139878003025545882010477316042716780306226946838431532163667037127 +9898915134568321964545103764074604849670802062543079353666823915979509779221620608508897413582424170944308180311897168957048017 +5385323115399849956058889239701492340513864492761797303099763383900112373871513361204005145800948160917012448658958645510687464 +8637322858113048873422361029279103210946558131854412009103898341572774795544194370639320402689943405658836056138282160542993169 +3301482949893831756487465487869018898293856072780727019945397657149862423574816057140762598392679733606145316506298182753363157 +1989885295563430148607778298379580655148124775805236404809749482897588166275331919278290911157248463196182871139898936725797368 +8850340804158989499571102548588275214111587736824329752538481445797164191835592201791780416442465525643066854658921528683230761 +1421812723062059588410998478367550671697961940333154251595442093624642651562126033425248558504164225223871598921143098979968917 +2477995193068866106116650832975646638319811948342255800290956070421894468168681224145709091760495793451121243995417375669474096 +3150729646482352886032550446062928871539222609285098660402450856512727724053427921573737445175821849100475781418189174380995632 +7046750620615596575236877490285020288321290904270312430965440858488622217217317102253600290127052465317624607416177498383288106 +9945695686299042380678429305385240697039293151977430358157956385467140053019250720885367675692664936064594234820657654969335744 +5571751022714308898152825948152037875574841245733361004625842517428626308101356793475497881525020804091668118665745094943275801 +8608762448666074656196662829963227928222015907465782465504699762597437156318531429585635263586424089541092855892902609967867982 +1978685830753176969518395838040278058667840236176435782603960672407003909222439483538760352906908927302768494238355233209217253 +7074071920319953536604510843365153876170171633349491568232092272150542222706006804946809770825099582766752656052960983718114235 +3280496115751440895543554193849398007467023324006497516116534251153591572725745514291959829061315518724947165745450390160259001 +0601737046591989613120616719919874653529282948250689745032606820130735453268070027901333295387220734852357272804293331117523997 +6136958737937467562116926228263651346592589988767235293060122410789132148757897567424381946719333849272080001742385628150689944 +1891595701639675010992493605507619576155702842803896050077803395482631144748035073236453571286662875633494080865014296782405059 +6994138350962374748911276067098522195781999897499082597900135054301540799702368264182765273926228557006482725202228009397664985 +7788023609935244035749201882811852725625300846793646185552122933557882704452555648205100150340311907075711931570895497802594450 +2197653103798752067286172607092220822596982226247423576487125070944191009560709583893589326623076734376750057424185701225493266 +8863132327252007877822761700057804325184406486939470443703245734365105772001424789573894937476178130538608010471355446757855177 +8174190110749058109791874932401725786307915411703003043709908238217181652029602262116068758446055873309569311805547464496642142 +2490958747068677929992898459199669839140241121204680850335549077174567238373970308977898462513690749136086901700597984427253536 +5982357462083434284507903055152940486985159078049952746161034961672224995628192794860546561549979398991180455860037140923248338 +8926976775587697462174304166383030496921336111150196335640267063653243971405939737115496867091474614902122111713955464436671112 +2328015592752422584686538755738383160041067711192111211555671470860520931401458590260603642848665758765427324349701633338120285 +3238367054704111120178059574962944110115171398341904274585267575082605150464279484097073060481753901121878225454945359042570553 +3450237761306126967240618521993384597368444622149529677366929462149782561575513795963740446321127465963106959992420775690369312 +3448814725588587245567368751607825271329254275986408132599484784341832975302652140521158378926626072460485474580935278488412601 +9150780220021887436734602033408383688852530542191765389359753381850912455739194414678686576674855611507802645590418679170889751 +4835292344245385826099978982021385208338079311915794842181613685383986799333650292340449601221579759524765161463912861431586003 +8364091375971775721571844301438463624297900164446658688640976105663184901553656708363187917609334998277021278755741801258289094 +7084708048206234641953289421943297010794421803966656094223814335341165874897678668246105857901156960186097878571917343164253048 +1580091826012825586670694920435572709977363754508123881333362672498821977048126176623956391025928031884064853593246953559407401 +1343143393297933839473552543351834063051545756389274017156011730389906161525821950360013682370064447544881706475110217230969461 +3302514538150761859786668968377489515133804300482090273478961905590177116881654275768644498073647264106408418864420104945624333 +1455642109436975199690456185370628722356663838058282076416293074142932077562024273500214654758558303856335007961702080005015078 +8063031532965823241531821249811544926127012157501395220835632529512891602224510304171587094059291180949555426978545235398053558 +6792060710713434110654251175014016166953632439786838514140951524356192499726146571336067500056531834668571621898017480292338282 +1437695510093265077864080367192602710341444418961408220405302548941539890702354912153612054318858614633735009858764482449040861 +5181414865532338468286437374705876616670683310417100729198121447458573292151625305538384979133781114543503822301014850960361423 +0442509889959385737920714766510641471461284309092021412176656794047214218226892073311469169814612693044014585717564971417728218 +2325595356223658506960436649084028083363095352384800259697237546709925440654926883086116058532378827751785516901620186132035077 +5272017869427934924377297497212161665902064352062568107159660976294283182349751217848859566575424801083760720335160297859673425 +4927647302447341405487506286250768152116103802235113601574433911840768325925117428685709060725568588745725091307806563183578704 +6009173829226300709392490503960716312095637543299322573027471284752881663572097511651811613598957587604124624018835545870558611 +9874256128717490827444943646188644499417848153072863603454092200052312279880710501340245614763095671533551439274986414901802322 +0712116664532492284027602515056442554560965687688409213710573265303359796914199163349296608736358741384041138558244053035969858 +9693983191087651982342027390681525334777714170455444776207288727295047097906322701667199571113890318007616548536163726817679168 +6706523778360875477183129443881169868743369990013775836046887154518569535610947164990958856446973388802060554267647855673512269 +5862057420569669693068391429181291253874208771601116624815603880238130385298427887023332027652265710135551985724073597417285974 +1151313997638402328677281725415458206631525714244607205307139347412188214659490398369065819541976622293080801350270699351750349 +5489131825943276548129703872359273308252153537674522058679810049913479398153870812359217912596783251244700635734540612732369203 +3810123181289945953628771451906051867522552261199661987069529884844103683969181491185606510174695973406830793843872394354042162 +3346242314263710422512316433607417431578705396179309838772547308651613774189871178285455805352015354652802479496815910335754476 +5032059944587174601615131788722847272253927881072336845872496308794095355330608135957953660775615970673613290442946086962710905 +3407385896995114869865346803277241560730078573870063366755416777507927736959074993460049742600768481558296737228998922109024099 +0049052520096863687692070927701978011226142548782375715516453178031755305702747877694502859869129537906539333534520649523091710 +0991259574063512483397592194908683392249793361680299501959035992654866098958575700878621835330177239453007223378603834381079687 +1103177507554459538813745204571902700244177530864339036101223775180048578597548931452670546251696214644617674818880606435247986 +4019388020763636749355438098141001952281422670022244785922521428313256185545192914769702955966048643204981030086298329088086717 +1549239391810219717095199987772454895177623386763902046734720379092060908409042895882464384442634362486868518995850543330943745 +5263274887172899674152253042181056688293450964020128773142784973127071891058343458622006778652971493625047746423062870250661196 +2492300927820520335243072396524887229850551524757145264574209619185242101186100663595852135831547431534587842715149723823788454 +0239821705984933412196203741296576026949577895980132509651253316722691651055934018399445089497754941402505430183658650264000569 +4454480470480799484331207273048645656468167612178274351303856622687362159020726843169180682079344623827123515453025370828135970 +6142817374030811769491227966611452974299687874240073880283247099440633899922286466254504368749938286010203764066551001971357963 +9169371099648374900400474139097217260717487967105154156622253602791903705738661081630850020115390238371457432815879031763979788 +5560591117813511863922620504148281644660212448276865905578433181502848473767100143776780656617049797235772123812344362645447507 +7125601127543091335948203843174929841142906765885076202058923049770681372235738838189576737300366872775686393117885907972185950 +3813261893105186097817193647097680347436595910522013775725325978428043833139417789267610377229028363642103442485430761044994912 +3166100516390908023193075423476442023657276364366869002050485177701831320339505415669888608102030204859429175627661908828955978 +9494583112215459385851845969134725676775320276319447511947728695272882901489693777569547667119292451041697329224102769821139225 +7691777515996491255498611230620011375291757353871825879292337748953866037150788019954259501731583992956846734646612549716437169 +4674403391449814677760084246730522440833433795684947826674440906657230316614951017230444639014782979009506122819959837960185292 +0124355369267161692186629219979251945207193338015531285271750882020294586168274943975716404048435047057151424920598922068881892 +4259039872889979839195103377532319383985569925201669042943584292754218542022884377759029683915124413393419307275904131879991019 +1735669223208908684334277224397343396336961848404316449603849894027168642444303310792840158007116435560970914275701222063897926 +4461905512399641675513869110628312166872040099906116555152852234330620387342830937229572832948858700069818699059571737043133655 +2317566091257832110561031578973018527337285656514910017567896208598685109912802746001639928928505435442403312983994465299665281 +7100315234971800925514182498331922330287575769352512401970636582041663941571732261396082519132641394516031353060487765740093218 +9334108345710950934819716799864030596011645738530063495673802842261253827926601866855793893356025796840470669373855061371630452 +9938632519142602121728449903028585427271086908360215670337654867014624403654411514574585082225609074457979619906343109374814363 +8543685485409092161128411354085800792705928451605723409112677460751012429082851977989992688721655128865875431794910678786635771 +7286092726668793850700794820169050814700948490519583438078010079869324333131287831724247406778611721612540484173599614481822185 +4574626770701467258525092815137010178678255624898097602082268698327798870150981485054197815103745515005378748184630266101601233 +6996566956298539914158437280054873330111337840249130739283399579411421525420812145476940206933841167306808654076518530796691101 +8418268977140865314494741099167445020028244920345037125932530888607409097769183652295273473400544354104335924214164055029523702 +8653179301531871439574603212631671179611383475494609355467328013854637990353997237551580336715104250041179882078593885288177498 +6757096834181706624090949791934584516326051126444323415129234296822035888300651545387936037901447054120865724936805272897353272 +3719471070090385271298581540906250911443020297189549719410313905300350268160333497598330190662838247612158675798074496367653467 +7420546839654007142424912212795950734732168508855699265941182387494625335487354878640173067010282119575715050167662820992299427 +8999971488927790060730948508800281979058687995045352068109470869864835768781397747295222955822196732634803342790733054201967597 +6576480323890189237090109618880316708942469888066595108911237671288781962755118036472198419023002661197238821372958077703913188 +0030541257153278168215715641021711922462243607936192442241352641161941478602829260934238679472069149540374325351015851641339748 +2308535064234691761213175923993413124441933619616103905759452431159366446936203305785164404138919753229165645626046227853031827 +9274311478528593074600453989280243110143811549871941292371158642466286143077576823957560727090752083042241440289345317446749500 +1173344584450748636805732688311608479601983149113524409946668094326431976475189882181347248492781101482302481266734427266149348 +6919145353409181506683417908661000530570384104910516382895650835980412723990294313264588477866084060873540703108364930450237118 +5325748279790493246685409745464007302387808804042056122442284885720787803880628218787879564860434934892913815793329423983574457 +6453232382761168189611119093517182812167138336965744983593436983776900497001902946217406040709180061277827817549237791463409689 +5084186690867471312419665514325307095801242831316185457562663155798586037028408988187703062546161289787145296742552136882463426 +8870611874224684584815641540909217473850820482485529973916085066540438294865034479488663791703681082228740535939513197426568394 +3829342886981207956995705990631766515300196466846957375041259104048073176049856454632700433183856168388096468289412653196954791 +5561500767524576355366009997865394697845244227185393733933754620619491997202491015533470742012384145261633852618565246889880329 +6777844984653507188325486982839438152297369628419739121210603276755667853986365800165693953505799574103492924940759456778294070 +2214788746856145315547663790110177531050862742765653751073730521273798413515040644084618990342819820992718598911810035213540952 +8641245540354058813605493935866324134857506571449379897541736929598327494870227097960497570120553215541706501704428439721082223 +1700972466803583171420254007427289345043866532653318330426834471075577492940413011600530531542381075895357213715112384747031546 +4123673880740060770118806009141779021375877044026069684883815887385967786493701519196377144556351001736897028481481645941513408 +2662387772790420942409426074953672031980544055539694698764834339968798663047095391766181294233657281432203121874861027827377503 +3000685337077147654086746625753896686864534986031835702363775205640514651662788785826457436508900020141827996232430281971022030 +3024908258360292259670809665500668877816383415506517420287409766113445399746700536527732408780456759980633419485517682977905050 +7609884167715679957397855272558744514159873182477148797463658401514781751802711120892880095270644173320069885204433134067923423 +0014100455158046473463596055055311019866188559065450226001282429179589867255611231640796556419411721523548855378235369309657647 +9633011209397874287442661801560684815176053929256216322999478244794557838852723961384875065741787167826618848105863793521919749 +5428219888294008773249094303237486065991730028127620139643719301859855449270217745813940272539972852306476328220561773494939103 +4521537632739898925531910531504909038824924540851609471635849282948417316063275786486909546139512668787750779344864961591530650 +0285764732059028849862258838048464137495797174589639632732738487543884739338580280553036435526582504329979148309470441850901993 +3193744331770081476790157034764887938574991726583896870321256839758584043852505285610942913104942834651377543523173599555843275 +7417116084257040522072018694176431604709041564144995596676144624737792695410277079523480490262409478745371723464489814999444924 +0087200564277539488709914626916914001557170500699327915642055990350944184767970585140183066326636283502929299531353689075738930 +9142572663076266551791245195307340496553949814370587843903642543965453293671993338189766065010527351493298615638788367806472270 +3051117521339185890745759762693550854894691691802102995243849634880012010573871449566457109934687770743470466412945533888196288 +4158491602681925772695910708467090530134341332595220736564785569416215771589193350272179369165509097131151416084829009479740145 +1103853287929082360008599627015884781258703830958532256506076724299192350494313751000293453841630584783094561339455205657099017 +6669316988454995197629701325242327637911706551201433838323166461015137492273818007712193923739461699066479249555708713191227011 +2113634008934694195638896909191311796132499125975665209093925839375449400491235035672664100786917876149509780668632265414075514 +0126792384563810279878665722622429577480527747103593555729429055584348852183674740137123973052149872227487163624179929217676754 +0429035865573402523285948804441336965668748085575713483346016033116457998360922288296258888389027618101688101669309692510329301 +4327425318090553450075452219201170395108911828576562899226660479453870050953529030012653173886753094327406771671224243820895023 +5520772008782057192477714645125967892355088889936328957302124838926954775059515639556003228522011635026617680256545865946919398 +5091701805891827972817338370300267783615596474978619035655959815481776653782092336443749908777349150397039742672328322075757599 +5790089502501043722549854203882262801131152082075103693079735744546403353282880501020065196803852275180952587214373981006637291 +9796322418193084084142426874342342820014220995329829353218013607479946651207097461896332568716316883980489998209799290426511423 +2380307550005537574650358548246683232060877572246000949898947779365886734692122861965160733025000170093436288569747823376036955 +1082935962455046112099818942036953428151667543776795511944294244788427450015296441783391903107987172541886534905100146388519657 +8380489382633120509090625034073608336127658262734309778765867742476489991527857117594934853404329609845740341120593238746572358 +0633586457978329098387174811695256037738146638558272816343120362030421967763476640034051908578551893496813666553354240880945358 +5373098216766144042601726925416970539214195693276289721208185447267076741060153916852700809475592729479267755151190925441394762 +0437558873199426030384531618231327018631366219163826316141114912440580402838580312314548478509711368795320884000345769917178052 +5639423930316613774685180001977671844817204570499797609653987640525926925309564084656003072725353558374445587925969239833796829 +1210135977251946489323174272650887900867086890978166723808871820517325894679293066521051888521481265231417131690626664853728495 +0539462898410401286175566033379657439604282033567012883413399478842279156974842259796901368805265470365140797961756617874554244 +8867613639089241484274514628778139575529407010929548231466056716290533770512410612299882134379199476168691871070113322417352240 +4833451141363445314543208606007459133355986460223413209331799936622495058516670427933156376684533870032838911569984108849259357 +4227813092685468088212208364841572112496680733745196711345105782294865361331232982776705201607924522572931046426758698077037314 +3298920484699256928312414816543062270280813072616261084031990462638788100585936907797010649601422888227353971911450080527103430 +8677297821634129486433214400771371293863980023792460946229497228182272173859417196509074761854532992353908622744248599410546426 +6781620363930103389596792660725581404654123168036180688431615736861252151699433810032668453228299140054818608750957825124796595 +8122906022184441989524946520995601380863784338127264956306250128205898953341684941467474429559908562531894365353100792345598520 +0411240004527716081891095406341655736648076045216518268298111043258024354531159970495009766409513979584877788837540685928510096 +8110610731150417715423694936324187409013994345563727775716872413402896219029394300366269945656385788061342489896665541029423618 +3755150141442065122724114186286854845339699980415816422951602029278923264626041281480497555316143381278936597056953084064028022 +9997198501283363781790158682287440631540353151583792163912187892594225150451760679251039984200332891341466144376776153588743411 +8117278660244194155818259161232321467141273951036898758016163015261776236723767428479024530348209694127274271155128147667928805 +0936167378563389999940015556970429817708525142859666613441735283201399969921725036498088504412772933143791841603758820099231969 +1224164983307664154773003073878449221074064106296765689183370554165942272977254560731754387603794592725273703193699452227243648 +0945223186347621257574665017745770814803043072264123465865881332861490934432664674134678310921895127370062396231037904388566491 +5578757540264948131008953288936928142006135647005490612913881156326258717861846071301620618495929699330750590715333343381570370 +8766152138213724166896984751062466183413369758646701425025924527217037621942282338912065834670044626031344011383552551288896568 +3053487311706357675549287442389024758844523549667853410498690516184480612259764698839374235801509026206625335813997095967736808 +0878702145089270046099454388880300081151816870001049594773880813882330822460954086402671799804568587855965385027526964053573154 +4675804956846633737319204649690805027179329770063541964923158992410097311744090492573918964775287855196910884200372242948299414 +9493162547793763389979831614732404846665474684277822658912090008789913594349007683276852208398902139951370774691434150042517692 +7345730422542157756414350209374237744157462270676494668123673800976571405254566784526649041229590418069453350314530822807850416 +1964598394787617389494252382959463826235528571672258679974212194662236832005305369294264438079751870505403383373187745093885686 +8249944446042573821740194113388700642890510755384482816288425486723007601353010761537384611960083168099219424928983664383056396 +3337126174819661239061831213486837993026986769690178323635308622147431003839607372786324521326222541843059384926020501381139876 +3550125336344588588098791695947139914704682212688259894589141433972450950443922835504195392482891358587151935390940488550833886 +7749712101826086175922145824388719830543614893730681609524662863877518177721578349626789661635402530736054829364302745002369020 +7052231140791673822400576065079175225485411488088090330405642998541294857834801823806307475957421894499261138427284899379872160 +1843292586638145520787104685467083303977045950130084986120058743550949902430669077350548793220932862849879063881005931348774482 +1487754184031131275500703273842524528318488976791651801275003631033587218395976230647938697685183895874331282612016119932243681 +9443865463893265996646234621765924400556069796282223873874118161895663217586723720163197972926787252465189277090874867985305943 +0897354453697180183636362963351299526862015366834373289147517835099724224465741319067052046603751698502499127219361448464402391 +5704747041899601180624074915530540633028597706644514489974845238123048510465569828429534100611326273262355319658327363672387706 +8316996307878784269659645906887598359322978350217418291053466278096200407791776549885681670136754711514051366460206315185892069 +4722848610616728633370187439001656108169740264355894513804107426599369076853462061213905264840303368831514494760256744683488217 +3692367810726295806823047818393633700597950772879297341267237845287738595298116096169937443486203130496785989216239853131904645 +2667811751880900529395751251780403233472004508704751605995052039171718893677809009851286227285227934697321953881347551922850785 +6909280644240056221753293916337855667825910341176418724960272141306897770589964342155201798900696411923242239316269753447770119 +0999650808847959816984860421127802079006195715319055574680057716511026426618826912583374854994252722086849395905477181959336308 +6682428165643537701794115175085151859549462586484758294772142985146427091765603916714315410145159899524436580396471513525615313 +0287601495196877948543109041275994870460190783889596253917385102642407519701386785758190101150573237633840832279432894588540853 +8953039640516871936098610139590123074456039528834700886251621001651688622097083336798736244961699802438533721144359429291546962 +9090712409265567652916908423800558494486073728012853735882650836864723820428807816418262790577395429269519877994493798687893365 +1660175388130474812877157640023025667491901812382385258466335889928876299301453437354017152844077297406456989761054934994390342 +9934657654239690864626478281461559020855371564678749001531999572350068313050489634121119934441378970500982348402296361517516343 +6359086489575862410458280767790738382982543594459454924194612177893193423779790100018577922756855011303081967830570557786235066 +9627300155446988370785806212844429529453154177930814144914555470252140016234923123986998575098139584073958387735640106379021856 +1431322355214385540867355391544675004031897330982334142717560574603867105320387323557316017902469957357722433291210791176477230 +2894506203039713875024969465668820869708991702780944843854568441944017095189870471544531770235169544173059692732034123691090895 +9985087463071783533894010510378579436608410386134175083499511116916575290748570942191993555978994826375337547024070760036740444 +6261306132531269467443124232293674590069389935930085698373191334535132795190967480627467212037239181698443751352939224782894445 +2120942222786996279924477488386308186164427794112389492451650285444010405583566731254920895180572589153915684428013418667038463 +1430800636064677716455907326084896393465425867531959255704442690767435730899236888138775592453451717734356391997983296892276722 +6245887023168571979343600695324609549057431178812999538431044619282851448174071578424122279044132430998592688952289021834131681 +9674276988668745718949139392247616305459443871778443070291211471809698194880071407948810420513382171773670397147925755783987072 +8396960072488524616931349500116793025065793132740236508100883299116095620726458675309257154864629749532773543158061852267047338 +4708002781694658659895872218532749075225884113621393683821853677375696999740077965880387656889715948194663339565410394344347289 +5555870327192777337829881158886331270254424879662205835411641384434648950116158681537009743933205450514200494453854527945997900 +7477629425593340948832945986684831020436243430891488737957650425170704516063535499519492960538931301090427592749932503236484184 +8423876423875909116240287411777889735748877901032042101830839646783823015629217546200038215020201848216827890202734808048558954 +0807456230133883710789676060781653192722644571250120561750361830812875165496905115518629620725251203869040049714454953862738741 +5303451865971911125648060457840129182131488705975454818569283523145391216818437057554152537823305765736049257100852046148635621 +1261116302127532039373528605959266607418243283938981652100937053779793268699698358833723678904084230346993115051100507293779300 +8426944066403361349421019695464969608724905091684569968020665596067769625988182192985084507208329554219894020546830342373194912 +9836620096551496246720748973842622026481410313119306152287268352751048064398407415273133860155815754408933010180348795503748753 +4609338756911699625776639967309034003047928015509904888467025680057353339055998784262880963136510735792422530687128803685177960 +3794220657491630690779260465220147420857430753103256706506076703567632175129351004805264212916552247643663829004772139169350940 +7434241221131032055118140342385838086277269231509234123959703170231052929402882172699084758826526485094213048561191825363736939 +0904036155468367437756029547852649525568053491591721559536888529587622171812488273446127650656057211625693401063929504404510727 +8594239813337093390867462989975908087174105244731466049861585875653241923202495711120654077327719056153590078128352003621088112 +6550980939146114945715655019872060022635651047970499718424015515740106255804720532248662461951505100400404921280927158680583839 +6741404050546354494349489969507458195999859785965336806692031040435145352201853821004643353403220778871762826594034649052903693 +5050161106286616149825562707832775275340760357578872487646716309800665185049903572794595588208600449320559114964177323489795050 +7988668426398349050514452498533331732900030359537800440340518464659495823291497139184592287414133272356549392805616744235453149 +9266075338762306748845630416478232159198106165396768656800162018036519950819645985549720852139273704724379986117806399232175170 +5556988932197330115132604542704979085477903108338527639954740461587257180160289420796745117217674397152069207476864049579397740 +2173348172420527062990485233356407054265180085263061116024667765176353870469789794863489543966815025332527451848905334447400043 +2653295629344700441742575198328366052220017722996829827117810780652298604720896185508927603921863120335461979927552660891307644 +0066285895594775046166427188466940243950248922228033222148293913898651489477743932715196100030572189599370661700468278120150796 +9557220581453859816276169005234368536133383160153382159372481458293494645221000658600106273797363754949138070903261376602472730 +3805492311138707905865671027330890704509145113408439234581134791375788711343962876719164349282530634198140214550594966178264550 +1436926045326544742314469119616902325996600826173849367078861191857896132772006881206929709595222480758410968732831090627983535 +1444386260983859263563013696700221044836992640755935489313754181471481261753184503838050091200730279031416065367564840157446166 +2902149047863838396186395637335864504592375088936920775765866174611877001827681253531321463980847446832448377620176627133555161 +4791558390249335499772225358752569718358080171845842601137108723166037557543519329054572216953276760772287383669070062122544693 +3653096889815826831439877436629034472435210543189243295673175535474384447647824085044069839822212271287638158109858092072312186 +0748574544351788265285261914954044165932622710335856937231283900552445994528620171010664109729214838117784033934235805145199914 +5275894527081180465946457660332530286653207667782652877623355615488795343761394166684000047525776778529177571402318083997867530 +6467109418857304686760026137696284413841248686101454431645726165291910757652786986378480149853820055715870646485922893256858093 +6676215878298696393785441082359744916852977084427450114208277030042915360587042453548139647735771416607502451093388273522788649 +7671054706470997891661682369520143839129305382788490682363534839812789784359519127806453517900921204537766515545890569275307893 +1361042207361371441527086792533736691205317414847988400835638938786015770536113548366581806919926001472840811854920801842703777 +3513103534581691803636903931367504112887620002748826537288400922168108606124444688399865918353400722960622289440592437281395265 +7889386408564819031497565924192895193912656422791697412472168255473833561450568882333025985344661645666990267705103860364236866 +4138536431654239332667925068305482627915123154662709208870044077990559363503200410357003059370208164876016094801255094919175222 +8463391696176344840026735185830036495571599978819527559041511392555529527154011417043582657075386914403021244017762572439715299 +6162318218961162791019379824579408557803275130662824155987476456514181881477682742571553987831058318649000691189597142635269772 +0762970133488857814721372272166424064692356325030921377174309564434883115428450738561984323237757935361350713032425828308741123 +4714351982559489932236335028957017819906944707422172680018267561533474486226912008423131335876195206249325093723564894293512080 +2816500946584950779938046762589915909515704971018715869504032011106342871269261795583577290967260307340084652876419981696310087 +2895004364486838513889537109545822827678603850445221912466809759993491507875666091568956682275842225830234855225383245575493552 +2650099647818037615116956954341655646634963643235750472739733468509790968870462418042203958941068786618484819431710507936599802 +7533481270625343830151159727689285867369942408696652407015806894633372367355011778476566950994358633971847804532262002525341326 +6932860309305588424128816753568417315152512711756820693574982607856846643933251360676478873401876049759834996395397442053366771 +6368418934202491624332453410763014824694322271983857287392943327020965722037743354197029665328443075456374222598320483575376742 +4282586458471797802238473382178433687724169447427314412337761093512867942490521429740324461721167516599618126259885014134320111 +6677394682606606653900300409179091142196198876169170096213616729601352901860163965806655227312385454363306654134273762118341113 +7643573234932937551595703701897895283801028602846877296702625125220327139117379468939484216431057135643790896852072143295568124 +7835389220407382114018498622358193237717282193191181508848234026347203068182480302817923964772670420825100195578203841958774014 +0034680494236515185913110737330886189937723492058708152408147979713114102686546086347368499582981596157232052021983733385897893 +9959931900795867812310134476649406402976231824404571628106712844354935633442704883886435745579659139240624317737165693276684021 +7687653483916295211948300957846886688394120859824086212655110896478780014654869246794209169764271870284569926071280986536129686 +5389201304796699165935771717834181664385244359824248801827481372360749339940576454594000410357902778074011200874064037958889186 +2726930691205319100949599707692925525547420349048657283658532712722412081334373160958039199607974848481872853703890943042973921 +7254087398978104571457211604241039805468739560240953011032729779871018385163199958508492807104550542120182914215024552352099374 +0577915788776618918085672242537299536604399259342051743390425673863630842390420280176568564228989365174973256614738413491070038 +6830892093137210682654019600696831217364160874783778871977883927322860408992703263164973180938595498029716242874574648385670449 +5774283228582139254923100205140724149936447963980034063069342493084827233283799090727386532026590721266521634433539903773672657 +8489342339836233604189107412549422519166707342446243631744337172427688799797300485425305108241084447320396355017099790987982304 +5579039086144583780301772101084268454284211524135896968194358624225126732215388025582474957280102865197930121676550220972263090 +3389908879281737422526309759732063914252217622801815648828128392852505613143446838612931228798897371072027044252222238376051988 +3571583131629499703290168358948884937302565954157189422433659984916252703476429662770576623285862465399735505261324990848316694 +9423186355018278041568884367207433805709684366572651006506138520185260823230823570755489649379382727052958581331266615555167678 +6126444225712076374139461277391085492256424369818965208777930082776462483927136117628590877335005615182912506580467844672001776 +2323186582401204627524733122349298471005163415025134564249126647383086521203590734419048262603709759435997087128843414545136629 +1421280371866708001926278928901318288694248295906455469958649830300570517830927222281187526547437638030692046413330135004977193 +4201689423423687675024635448407327285565295542200018160703811061939134316388397382336397162201256369493787936488029791585101767 +1265877778847130342563633758037018164444481581498122824054055477037485608751037801526946223069038643514687690116234164514587643 +6465410554863527094647350795029177204941109231775452235798798372912591022108733306213831496272836341289051922220644943607370174 +4555709604071919166868299016817656945294419168762671940808165674695761877170460702219178063962280901485563918842254363745508105 +0013210837712837766354170359690869396554185818181209225721015219925108353810498389109811284979505591805687297968690234266672264 +3540066879463905504617792447842885657986052603128773981944573151451301111933677250259888942146768184470087035596773903177095378 +5526250295384032490751656419926139482444274162610961490517202317645513359417017299610996672882236901128269120411948696682951298 +1147928498844392902179227619628807696892271738030552398135463750372457058220840887917423404648021366673468670510142397314290816 +2022158104950164034675577261500173802135526124382488977804744045573154829053227880877248106935421683250032295002832455111826392 +8408395848784043250462314109208469565763023368052967204488715596813441318603486322106989843882974610129619714497130039489786739 +0214994088989310972413925550111779902382656332396702390689823464515504633177056625665996413210331231059059122014949611785985118 +5638643037266704666895115401268842632588292722777701463135298698439281447394022408579092978979422708178801226855288373349007705 +8326215915178072795379523340039085009563169070517125775679474479863606678664704404360480187047960485640111421757696617713004548 +7011793090984794876958820884434550749243106407550272966012525399145703465211673094494166304978135466245182409167311669917812035 +0646616697055433264306514791141300386873739412778313053422926573847874849306566154499488632029298944379782617421929711377514401 +9297384752555069074761141370510516463922575237795983591479132397584337422724053423993525662073888857524562744276272922807488244 +1675900193060201503933483483504265157956265823054822690157216718534136770295979836197494827206847083365905242438375193125219057 +1431083489513661032602020638770515681536739853677363483613015298018233407875797334225693452983166033993589897236847768729569036 +3412842920266990322594256412420427432972591970945387529406395749977856430023496367881365081011414676715347811993981995507454759 +5814144158348481510698013052752762134884248303529348153673229587940320030719465454064415732294560941869034046035698546780721067 +3694293937312762744233869259702927434016315955447360677690945403418821029256532787548058243155743890295919743842535871205350185 +8704385056392271497806649473016369833786145282019863224686988090496033200166054190979749241314009880507707963024916288921654292 +3157093902990992972624660747840907228349704051194371097267625916545775966277296334446546102566702460108399894331979790861994643 +6211141708601791603941445199717151439636201237385208163393264036156546491266459438443028650233309419884755515206198073403412631 +7609935217879726233731421923555596716242460372189351557516117275999330506730738459524772217152788164129973955538645698104965588 +9847824808961328798019186709647321679530290047204083126132050648182784705034270305452693472108814807665149578959595630309221057 +2336424726766825888588931956562955321343032371214572623650620016457504060828907233038750693736196960807811513112341914628133531 +9997503724107344142689181995651896815056436454295876248977561163594537358114242360861284248276610577578928061231272901007371912 +2013755472268039887671228509805013770238575064767125406070391538875450803622634669600191763159687914916440803301533482646017516 +5799981996920369911160876482866900908859555470100550461338722440379485926728401393736777675182480925560316384661340355950830168 +4131746820931543634876854491169439418699998977639325418048790558796894160516876451374044889060607036066881936080985211558198717 +8071462893187814119459304307555930509471933902061826760709069595504601694208191737856286699434878770893482761009503838844594596 +7181730908337307386590819037242463777795080011670425589895801753553643404874388537396185083285326538843075531064088612600268485 +7874226918011033625880877484768842271536701038369116084490113476976040281425980324472775723714911411152630252812320962593721057 +0414263983887707664017378501754926805713789236380580564348508099662975168539697702344553508537455836440798954696577079098427990 +5498272997168152869729083312401990047724554350008563240202328869525129660589507428406050419409546123885174117080636577540661417 +2321805983098426879552953451815149973073351984882483766093075912871745174124737636496091875961776384678278562342333189413446156 +7532047930885191527458749856036064187500060909405487710845907268217223665450938676158247000950256593423837838865029236735406065 +4326287344295297838879679103933460283015103512394382866450845885799711951741393486898208614864273534333346921541450681108663424 +8567495767845161425037712088656492510273651099963049803480674659806775332933320452431001042997191274150089937218301268747409008 +1892491166044214033213915009098534855928106088594182060850901874215590307570900626843004514029616915218847005161443909006676086 +3105173474201156958194039816160955452881468075916368040511971709028208813038518932050264340243550030216756906608101248802881284 +5437478863331533890468364414134511741947560918971502005022258558696334726057777326125552089511046269814814736730962698056311073 +4951554244048858298258123156812226947705933314291630536799208713986095914743504621255604040168912151175487398095913442501527517 +1612279415688868683265625113331706654838561784474685978138326507909792993504451472859581305912676732125668231491237540161852687 +1352117401098609459260904440848555453118498774861101544577811081137171667682199549961162875051222443028292136608108908775783291 +4668566015341904293075901042719184643021339885314119600028221153413672044545251474917661767760069310540295768155060202109602728 +2520334200236839012091693839792035322503068072072460065591632021254758742371667902074341537861212278319285847598815912703706243 +3175268051143981660033747106123282192419159048635214903634052864839951778255031756400562020446144172393222917501787673701002700 +6674523291734748122422773809147614700484318146175088254981107335895144969807349660283900516719746118645468637821636061386059378 +4188188277626583767786502184322569089569789412892621297176431619545847378700138574560707680259428721989759555839556974186233480 +7390532896972001905316907714622971854007628170763072962479615247643615622571558632228493177244362089074929594584800973845536848 +9849264610200952816901406520106384682505741852721568226048835135789532787094701294801848704745256861395407908649513920150263639 +7854370986367091444291966220372693018093730764321979930716154354135718272983430773038337101141108835455952869661500155683833074 +9808115836250545782744528663456612751035343126746511715032833222650951208562936847133894670903159578406935434899681616157157677 +5449933772771897148631641377562540641640474848389783754029100557570032554566006191465792063723092795517702238425793412416470001 +2937905058909924731783049378468003437910238645835264792097079136587087350442777867813702093887200643761896159097869017005937395 +7717133729012763683884090295651337537034023162131283487583227409327777370699292346651312872193008211062413650051860746533410200 +4095695950110108518764643338298928366182339223897361738328378044503564041168430011712729973754089101835569129650304327287404972 +1174584897511466194183788253926349029362049505536254582209201338252575420290164983455933289840278231035884030712260894346134552 +7761765877961955439161913415420485543948776016504802146528406434389546215574979243086360938551004600037990661153084242444222743 +4353062554304250531566068529474211745999775668076123932253052153101156786485645664269792342453816897835171506547074839704777091 +8193385707206057241016991296332616186095885707895014417445978963635638843413167453713147741250557894417823842378892716883564383 +4414701258878541571780503656512173574547903536405524255843710113697817741762054938128322216548020454736882148058230445988304376 +8363544420911047180282206501238156287142986596377518728647856328365181602387822102287895774281073353368828111014956911375392578 +5780430022747871965685716392391425352083934583867099701698503567269032511748940082003282777645389137257025389413017452674572537 +2606024393701221307694529871431154164540614164993497271619958131424791186768644684669356636777831879397734272673335705649633002 +4789715983933276471694982923444249864558464851612286765926229253919876317314926011029164829296322542092827015562884359904206642 +4213428153587165381335521523932052241841163300973801287138253226845490672931816978773941803990440278669979647051465348624079105 +3419168581475572983260190361701934633564914249990805271700921787735379441310149748846950460105295646015883522763651311765718139 +0643017584581435034370880134992336308617187531872808223433939732921528795419567765739615646487503731718827467059811489514462708 +8240926821672036119484675230474136343520006840157742512260506574754560864426113591474981060698558545401924390339201368669580151 +2180431409945375285121040004138946753923265119496541829137171528887590486854621739462433884861201148650039065347599969036034946 +1220794484575763660002325630268586558185893116790653322219525972500497727914800636242536069684827121496593553311794674511534108 +1435781606190730034271758074654507450242292934136120417582018758847558210750517197211614624177861297537749923102696299059068262 +0472496196020370020276610485121224239313415267755759579734483426439502592786733423472402917351281201878422928096327388672118427 +5664545446808704741371688000935805171339458791507069541059893057148797349299303009996748288669321167515451714205892864440743408 +3539189653746007637884781151821846130210806166359445842675385724193537198834368015119520365512286626859121785638758771673116936 +7228747311262908816869990638505266862436414983330364594232199408818881369887998094729811275091341031498735810192826600585848478 +0205817711643909986528303579098875467050350065610591795091066174715779956393527864740830714556714738435192795203670003124014759 +9197293866434029742096641108142225947219962019182256790387923893087254917713809995074288755692595202295289706002058647970706318 +5801028709225408662416729985040929435165270531028696258985082752391299922713342941633843800570338856731347298583819618303436452 +8554584149353583626116529209271190042567689752495849141906628210792514969913837494587223513509196504949988416482688661169416704 +1402557567228850127015457900783688564010064141030969351494178978419198543363884975731636660451573493841983931009293074401767946 +3030096749835569373371333947576923588432247404291305005146406298391452901679290153566364898274791521766815033709118309495674776 +5711698251707518922789190956913393869735623141004406498318629780886567378932420667481352170410684788247915724815490088304482484 +3076891999474110399724898312925906240059216711193634437769661170118805829580169752019184852464954183024109801959695130678652316 +5549698831705307512844145517641207234201273500862193514468462342310564088815360136277681192006596458241962992029526454841238730 +6411622599480809121036108851843289420809827360922656655734346202711742438003990222191272251022816208079113097900823895134384085 +8642218596518127375568301272202091207693967578318544987425186514107159773089906580986790334784827799489119999185876094206749612 +0920817351118635692704580562112859516048707763068110821230955827967708140350064043987570026933663880446183554485511010170742288 +6208781018246003491238792622187493762169792217017386868912187285653248963115594278272915569084370195923738619149855997663765716 +2725282513427928049648973662146630492856487618068183730067763515357833597788940914019736675580475997314248706127026547890194380 +0912098065082008833983417148631289829848433926717155189805055489641556714887595710925279228500591899600062727405015074732933183 +5895616117549258380703685066950990019495929210886386708101945826998030626417636766877015647925822567530097432835311405452851781 +3061662816058323226135782103379493145683394691280827163116839270882202901941521202335712663514020076981153846416619848715503675 +3704213022599283410938645199398840870678548274677230864636710751729466573816253072905154246398964963820890925958414003660031502 +4630926004977081614276851598024033198734821505047735799361816301169717640380369512425102474864033576302498992022080746889954455 +8300690807062719013236716321873014112140959900671073008576129360776883572345888774946590273926184154530838752149268349654124927 +3447912234767016528327462063192808290048544233618790028527492173810076784214345126091690768646666027973848294720038771161886178 +5457890600658613094704911994422834789695852986406564746776631261869186614541778685993675186223192485017919263967183543307324819 +5220338990377375643418843097310570471194246573225298484773451484736001523372710934922163010657077255170019875356114982042678628 +3627624529201855124798528837400884425278033564368552915095248122583917121126951781145851039073704399808416096566055979179720996 +6138215215437842405346946457258803271828305596332127664808930703097188386621950424243497121232196129953435128118553466623324068 +5920381194124220091735356882290501723032521874921419228504863143247804084726835859796865644318358484363167764149683837216715113 +9615036434361215242420376195665243628638184799766269042140156331651635843944014951375098750172039065463946417568449326243598402 +2848169979084951950982695318867752277301100025960923376831113692149385936857810916874319944880663028251022532340529140647508871 +9496200698078244875645144567349529530108679183666387943211721642572053750534478253516851058589093730399207634528878897274151362 +2928780676487223500661310045048476864951396027388478482164226318809641027170548978608486524888062863065934362652787878241515138 +6280140376322091582258435509210383633979192424770386485640747341583226684971908322655364759264755383681296473387197771187476598 +7993834385710389281257683754961049197160221786960013125265044154150064439440391405850545737192660609079271627770663100625583357 +6072190114323511020360786591498148692349156157375850747362774972374185937176303811511475665210532862701141979885066767496308496 +6809986728266957224821129384937931767139546739620244968569547174693124128355961928311295430759387663715690541708892900136725621 +8713302194814326105418406542612287987228114780045964567511737165272440568730052294690749670110950977545749571399774020053301568 +7216372973252354647766828421771297596834262561708247359782436050128141372353679212726164448161015103612893738264244644610968102 +5490158565324437536585310937019467679460278414170537463829112562515850928229747475007728895628087831498962809803771938282971625 +7508575669851979183836777758657815365989035447083239066619058708444094473391492540134970134555418935400444033568972945852753572 +2681051665685441434594259287440247146082524888648989023037549139977692642794573123372272447282566487899476245382067369090850227 +3516664349028783594652935471979981657724225297147289075312362875423752912404004312370632615551263897637065247961679885605652690 +9466216134195188009940680229231563219004828730503835830166900891639648098483491041893870240357033427709041628218884025561211450 +4848574180102172215721912201870496816515688173491866267900855346017402326765363320124474261873980008204988494006538252079431490 +0175523216285771758146998384814407339456495403123042145864725622594607160861096627528216923235632801268714390775921555811885643 +3472489136602420352765486727018974617090254641528435634640334942425890346384541194932965110314503859645146781896767507525832148 +3797532143892746774112201800929601204074380314303366575611389855222496601937222584569281001864863917059035591510412512996095572 +6540831912166873834974788036724952907724341969947205585823842409980011722639587514582627960169448155988074691268777322159243577 +8665277823830969067856126267665294223334216725032631778088124483157924821285251588520602045895388804877588758409591955378022156 +6073508435137376529408576041907918073738449051031545977935509368280423831551346121480713109837860058648169729195905582970167345 +3067341878979134838523394919669124325563435281537910461171499830549480992384643061189946199980549578258740383418503347009079843 +6535435940186811905537955923044494920097170641355108274375772163581055863892145187878626476077935978473720854007118125956368393 +7039488100826115931812511833016243383119511518291750301509797980336012158668128482275262947277553272940357496952990711563149829 +6786417640541461059254040553435360397444650993725507452127477820766859236159070974204514281362156361495968903161994222700825800 +2231234046323964842602361033236684311038633571563965762668970125159431168316364793191351729000958068187715242930876778118365126 +0967020148060045963966458121640283348948132407097784342111426011211692372274414489985481236783110642969061229593384194970583663 +0518863000584387454760957529314643812512823643579550158516331617073251164731368407116086238782619225015253603821594850218277314 +9500480699512272865605970060364505765826990178852739273720908237913877224017867775678563171957729835114722642208632758208282247 +9138815300684460564222550599375232818221500256241474012816587003367381334232108533309664763635997507997023730828738583077664669 +8788277264997082732015978733262501251796460091814731315709354222338224334551918351172940509755714499856609104221032539934398062 +5201268981606265439495692981057225390935909458631770334121087316181673897848115792408678690299457980695904707677321358225662858 +1753894444989509786731779001286291244699622264775676367978135041545186928742736879462156569826451402964970455781449463407937916 +0502111951096040580120210611615484977765606052460541731989539917916976249725653281972573849533515652151626503088059881052346467 +3880078154575290219658231687424062098862063067654268460424536569017374872824177081255701341783967148208402475928724455704261768 +4392256036256639333393028072709593018903870460743710545351823219115495656631234924513636506499865017761998475934414247147614073 +9879823269518650692917107025520590107178762204459762006129828636469652976104262657652867426597078219790167485035259125893130526 +4491505097353181156857564911252591317148670618490859288558887139051313551147429010258650026546020137477020225229299116254389267 +6985649712270923660498384674089852650962875340575045596604964662128408959309248980968270692814095597628820086983662450615030773 +6856393844414418123694511010327503283724147879193562418774164993500731367874976787177535887228795026180482876909284579667315939 +6933319890504711538399213021011090982613851985557386817639509779738587337666166285748238443831950809951451700040304637246662798 +8972237565184004138743415214250280650420991574154677063216686873786654244381615346208802365774879184715316421935088510122029692 +6620712954831004627906209308475373401688370427674946161939930227860450185388905612087218953668667006558048824549749639289702982 +2252979368901033426647735610872049783979382409247439935969647741186385842273253355085952551816588123321471149874812539836048112 +4296535534263007024565979896369915411490254323267398694533004344505948807352166933785377686738429645888455485219163542489241753 +3740204196364178691705296568637646938043711157073683455458837069839389554673644717418013786210053159123354215579725572298341488 +9402853270709855032434056268150751702914142055269816941745088351607954708943354365301302743628246326922883750858759728646811815 +7702984283703968225748705248163911320353463996186650929366431271533557842658056577524133407573715263399635592058138266058468047 +0714364441200044139354320382443415251209148277388628504182113543224388038221246572844030594506529807381529435302712895155562998 +0439249856337395882945730885613068512496256701244515252923706394988734280606704794447812748091162906835016774939625011625452587 +8701684848748737861671752322431955447724661967607517009813604790923987516158908955881849157986515334551799664962438730731109340 +1331695486624815425190823239475277990544123745272288937823732446789801006674641059010522745250663013852871097862751638189259629 +0016943722810447477028299392663967547809929491638369830715943306970577569121839921705532284065788504261357162084070598074698898 +8301370408134947453196729774027640676030589016291539644959237246218491449189371838582480346507102754824929019477369849852385466 +2141296007314745921128534279212951822200061786556429858733058886029876384472876002241385397319110771995753216118435172891077520 +9778033995372614700099511429265411943800576787023724043391866778854759353346452408608492285235768924255415140931221126895275706 +6825951183619818611745057594180574765846145064255544523604725057011807870654883273137368630387060066151211603237021909384345606 +6330524686796934177420756525152826921339672339044318925623881985016143335928837573713885535605018904858579244102576335089585010 +6476163553560279805504121578981537068558170447489713068606370855078339092366601341950660196338341527489856914865088585338744059 +9336566578276542977779339876759708356666986167810967015943735975240831465492474205336898814725322385265950743359319117386285955 +1003736656415305664502391530550831810874960043692083942495595913831106487788016650162073804988081719551806867379947943364891966 +4573789346107222063252149996048100164143705560186510044433851243141510350751823081763496713992637129016266999061673393254758192 +0532366470306788734368951439658028825164454629260106890282620855033982533015451546843353901652120510130789111458392221784617757 +3253852880221087799999614626290882768972817659832607861376923098885595639154736935283503251479471872499871522284582447822302040 +6285682722317206257124522813577367514121775302484636697810948128394195942996079881830875566043123925277038343926112033315427349 +3775226925665315936530276286731605375257672911376828473612175726312446039948354980701402997357293119532073936998664168131452515 +9033989479402366425600648174316259705202840220576987680353222246016330572206033521947195443476632332503203414941943726000075449 +3497459952076058462828783375726894554577596495151945532419592454939988268844456907659575363299273992966202955633347460395801503 +3425070812671430759768577458384150050234482462127557226191091262303333548668785285283704391650036078067518873006221217224813250 +1772566105841430765131974198596141137685703304393653624186537427347991201369580105964338526460016536799639038488848966636423096 +6770176829068426450217510320589346020757715335312260267538371974073805419798173049507293562584393319422383700569196675270010649 +8817107380879373164458511189191184591118659927137093795839429896643513855977855984835472389317216929700259038397397174527984545 +9182176191236023496232040243155433201447895622909243154991531577802143936144665255362367572046313372242799588041424257757065202 +6776868876338528332502171518394602792217092464624165442452676081627495348032268487133922812426314590277917132179444733559137458 +2894505940700668608956696393712351416879091173479440509500831009675626499007967467374789971290965256917798968433095199887640804 +2933556414955828193417995654373126786599609721238527340939127371332396349156901995803794360944816870450892560704118441975220867 +8553706670591731040619297656286157301262507708170329674504933402137245881090232925455937213553504830839742590855235282434383116 +9795978189578883639204205303262814903090980902741535992637415797011196591002116065669674171784371634354111486560182744790314795 +4119132103638186216017314646897106719838984255536083613903341238051086509058863316947216192276628486590741349320633205188806897 +5670698885913664671019828424294908157556037863822378418679559826760134301152250392322845741422553340998938758664406467756180798 +7800330341660310724142951110753435998016854748165017611258286920601003037645494210716339815788133485140202482683448446213209716 +8180605035942700911937960726293062276511453378796626425148211321573098417580088171144007867547815289216240544844126601589466966 +7821272307041782298994133562164496850666805515425583415056198384421212580796187662587737326754702942280674718201253410570348983 +1042240816866808878998548317060777151321655529169893824595029339588028328148179827446446643616423322057981572730612868764050015 +1252481771070461052389437601673649482439048233841755345725688472923079857771939132303119904339949419801565589936559095363036112 +9690992931777916802696331919514208983516033826094247916936120742724743873182994969726283601645253015955852055017097669830871832 +5020330232719825823684760306159154637346729706124058199917604069885798242234996370123942691457916122474221663868046994104598933 +3075139912987034850456516141324884611162536977850304751997334983975217864864834605427571083113425269670859785386338318467147612 +0588929507981854517277972648054247858977149919377574480251256787460673116218337687478964763305472549592601599187647039007311159 +8091499973422866102588159323886136790375349337327388200287148626779716184548302459458465936817938524771802569873742301251650117 +7114931231277684778417144640504976098202413303636808727117937611520910337365455884518757181692362707318939628346107928380267487 +4950235887683950624565704360578955553783208046483127644086525832912071037741169842458625817412278583829306158758057435134618696 +8199425955265652644399992914133529916068954186792582922740480043066932022166380883075792995446339961281184510898029007416993672 +9600726548050421231768431078919064425306219469503912968092554459127359674333330276775477837154780938957377807571696713004700625 +7295599369136487293154800206051955319915985280570186743302107975100582206721744471004980480977594771538574498512856521123216578 +6297798457301239668561079936581574605258366525996359269984364801565322122584365843225724581654618783605926367931879918225442452 +6533005631078137948109852121400341144965267577414971222703110484819122046478368287561575133762804019638669026806894198861867537 +9875087635268237028446411260770380453643015454432015279985047995719605753073640336797720945754884595273185611911133456865738261 +1289442162696753398201423924491482730765830984320927644525084976853458311031303193411990973143614781325043459014068347046089289 +5407587059442212092113638721767282263392344800170580359252927060347500966261590384053868270413268344224069405566567860000139705 +8360711621827142923632844470555921440996634627172367848310520969393805873503222609811062308946619951688125101610027026987846081 +0944723049476073716566027637737569127176067300129222186002435041592350356420231369282460258580648007773781925508162225156920162 +8475983626059931171149310298021646566523963848825823192493400102745845807108661239544077702836139330088359628977689491846874286 +9167471361458822389556369913209606973474148790242038515231761016355472551050907573614312829544645064709238887157780557241782741 +7014298247554687536486236050770971039248187073536082362810060976896826815113357515444053263548215504897920396644014795535941249 +0560999088691723682614108804238530988595549473233071643241045493910124491974900926784898185428410219894939857122959475910314078 +0706992135879838500099998224229773341412566822617554024599579881313516475013871821845580144033844736871959630619808210884015298 +3257284534077293882786787542863570138992146936142087051892058183105267975351672517356758026095332624891123361507959805527300464 +4074440343205139647276844490970010808052229358468787479224053850708044118534407822903344480715673998402733320764968913814756460 +7541792444051749131437550370667287159419463038893712135130829128921018730253201583423068101308427818790061823168162915307740555 +1517558628903132612936551305596370414201320454890625631435775037687907085643182588609436062805330988597026150223859036793476645 +6591140085443467002438387440547002194892167702007183254656681949652141186889776360123350307460795672547510863464622633652798129 +7586611318404573147896264171755514255213812732114705872658268827371541849326158561820698871403138855140301594042187495345343587 +8296969079616469879346007981374601146907653922591351081026313152884017339179855411584129459367820354848581380738645777750515335 +8731520753126192088044684618604970364839081511006806274832524720914395021711036520236353757973882463981033460910456305044738117 +8522729809358153390546384877141395094866223397312997581315815377215593011496352023911920483284381829852239261360027871178466434 +1761342609588366253125631150586581982113849076981180786682830283076537811478367306351425774976563602440271445970009753618288192 +2190966255981782407270090701820316391321596233574351800067587131465490412933509752425381764960420707947936543904169527628499764 +9513655081411394282745221856716659032453348163674130701896927299389413958771625248039619427975826651601280801943472380714643137 +0617514295978753057337209914173385759751936634152085643157967813155609425512280471102235144051790721763863647958187237685008587 +3639355491023500583172147594486316367021278514106274611239107265098592491987675254836995000835549078267373162122839134981244694 +3032030608995234928881439477961757003027720355891764881759463215674265954842081986273329762678139617217680974433220699552082278 +1162323720318256232198753258939220028085022540772566418699150206741508982674558652349158167206478285853624098497667218452569282 +5449383863141380776369123912608347050738601579475359170938129811063143046219515664348459639566915361115334890006657006031842097 +0352577524785516785715741803748070461694324222115473415680064156677430016348738412256655844328208932407174179588633693022145069 +3240824351920886083704779764410813380504193208597077988968552959949184540967132284829781189340533621232738907229081350464536533 +9963137564898255760485048365009768861444430624328428769392562608655048396702090989488644412080235346086820241525013306324575413 +6313120896902229376551555163469139342705609183907471905448131939609829452611107992213294654747615543541094148280055017927542670 +2193326928610645174628017287211712211408683079421721839813537852939457890561997238125898536070007981217325358023811789787011723 +8243869736268481951401784440593310926754240433539070013976127357814953175386685024013642745787559590618261612069606519053423542 +0179110493828168312231149822817828204338127248358983471224771340698766448231962762617835559498180861959832229135237920163613151 +4787386815157272287656433720722356482569671165537977997843012106191355180546649834098738516604856452092754246704403258051505371 +0634701773994997694376147550495812360818423051628930021511577756465075343321034591427451854134383867627150784580620161049855432 +0766676598258381037189024267219785521248498516810290597640526034223344261052531930836169758828566004912961881921058343147697444 +6482511785125094948376527886610692241647293945078604787929517099856009510498982203730650348969745313708621728477885759515338493 +5205196085155489849560658125068733947071196666550006357643461400687947338189762369344420067691692171235090223284004207347050790 +9809626775201561107404043309301598988061425083419682730787633868247584100867048954636838021112840948572297116645919603622359907 +0822943415366943321888436141210445288839456758217953163265370657515497810970631795622846252681104767475177503937782564413276889 +0099794234571476050102251924980186262893747705880229668101192044145818046711997376029940219465691893053496893208450200931362078 +7338980161503676399103395907119988361285887220551606875942870878016149229490400212073840391368478482151725734739290023095487410 +7899326915683751786630813196982092775796371026481722729931635095642264999233728389534905015911812126591048864589797672830096696 +2751118177471534985294175817313968889734356500489672942275914873801559720503551024017816293024629330339229860581633938440765263 +2579409952433198069628120504384999886282779583918285844878077794508256550262226622072460752726666294025165627679376513073930940 +1557518549380248705140615993858146675367318700594928368305022009826106738355680320673267541599976659073767016002316705812605118 +0706655774414337358133841048392051795234166451755892548200847217249090290629891786004054678210061272314883459040459769608941760 +1894242091014594788195514987048397793320863358408872612791768967887371355399390803287124928045545098723504490408131463760999333 +3060272094521186414251733828941054176318890330197109603090531231771409739699564694060282342629340263255630493316904735659002049 +1028815907660526325417480678219858187627208188992524766305787455603486273947607751634385261335594552079352038645485771077029993 +0683468157651545576501200944305620051155390867906355388005127965874177601579306536442110166029928489048442610212141268455617318 +0988081700313980006604864032962026305268670102163784987963985127384885587927642407664223367758558519122248185218742873483956807 +8435692954315269375984976106264988536738299966701776101047442064080401887709348151446333391726616352591853741366988778921917957 +8956328839854159854532673749984321247777028190876411555620913589749860701945785300696279975495557163768982684990843868186778431 +2520325381475441756157721367873710939223796803781885424158254911912476533014496257166233162377942526340788173572154209732321202 +8180099306765466453860728219641256442389031828386563717730489464926442454808958172470108839488494541309400369186661157251374638 +0628247148382602252920534144240581556722670156430583076620252695866327968997749969112676595494827895760196984828212360640034869 +1083401588117745555669152288505435653771338944376475705488767101152826312238533625308441022273664874833693060276780849703095095 +1156085057274283778724094356821366624982478225088443694900412624860954703963723162086763699442272343649549404340286403255643105 +7910121814653271873529362722249047841930063953194714561480180469523505989148782328178679381325533730833709002539304255163521040 +1625855113537607234401449098110230513476322963277630854102799933050565678807805089239388422442620697922678611315082884292068865 +4371620713456528072846857825011777710835705836437187394614071662418465730864540826899869210260117229659041798505650538477261368 +8985576750846387981996728278040998786610281073838965731512714567426037576813755214228497693635971824751946973019990502558550741 +3401249486943615979298276104790818107736649764729969044884395409904447217117866856126816079991915988836153438356752147841144170 +4762938795985970542856369222277414531064648102624695688826552014393694646959714635482411149329964264665288374841117934547255987 +8266183745098026650707351627828760547702165330658530132998099760473617506446329738701905894912433667123567916471538563863907720 +1749733602645901685261363936495062217041689057898136406969925562689807608184144495204588063954048062251421026224871438707736424 +8548102168448428644279598842714118177587767821370906237000294038845928905112282335030976267725288843840126116450813362024012439 +5938499597145637343173003399875431713125443282016722261731991805628239317480073706051380874344456692406363674536084190692646142 +0730500561374089587897509875647211800809704761282604727960645054003482860298243507208373227297725664305984934399424216469588628 +8419154111597746163254112932894914530620901371133608712199806376981269451117389112518987662727134188058972066300128519445766440 +7937806580759161251998478953470159484262859343028238192145225348422179576900021837242945100592904945106701907680168893307572302 +7516873429370795478978284132360296301129718931677825172903818753611017830921544550227392257770205145640364461713731347634995836 +4812445494938381664839724186613091405433366166945041207304600303147241282114042034521353097954231266436563888803937496834589712 +3378087498752524611421562976032943128888258876939559646852575538636633313807640898785156463287303741217790696080003514700600687 +2916828602935343245489574829087284839505734067476926451104496434541582983914416281292812699388088495707067652976139900162078153 +1962925444708479245069456050692574860960690835458249514553536707157865617717301444683893731781098151767222498616081872995504896 +8173903682609218746993851247188524280631112843215665762250628484523471921122641923241385617676960635551184550463145418449684690 +2919933149036430836155770474842583951453613631150982113752681626101371527818957365564134323888669717562193735500885632774199608 +1609040194815030093545138643057865379099082109649230423000768558709693305039551156969735710643672277845208035827493067182565724 +6908049177553254273158603203912637795720376483171212869602699514186725461068506421013630496115516175113680573200157037543353536 +7096806396941038667344905110986317666939904573544009284947400783005195693194103701914010433669991415780015087815639572682791514 +3680756978168727352707707927350530897842094443052210887958488018513662258743146529661558086974070289076864455883890457256934114 +1990854389059420349848505548169668954938843880071111806085356892226974097003547436768393216697877346132002814225746150600875921 +4374492277982018508835930955357380285574652568017468028145914088210165891776161047538281175076369924948661559170128551211440651 +6393090046195615488795758266312386404911848462625030168594274415704463604586947949625250757933039912135660379167156550736214014 +5728243934436503311699358540925223297549609990942386098315769782770878982264993140803173130768644963918006938211060093506696811 +8242993502087208931436768299544970974899425557012952209431499521399155627662162396837380424393929443574272383673835625796387465 +2907417733054963303298412175669470571774232019901402324926626651661243360954715973085766036500273697051651414938093042950467378 +6785894337286818807967188916007632157799934091531302525882785328964971157321099749451607078727217297793573097237856806946698841 +2698558719450879861393803875387234736047009367170703129862250880475805397892793129358764218650002148641764709592993056227677164 +0081971305438865752091446464085352177755237063190907377734114566649793616356658589817576855323559323530686449621884731840150788 +1826939540243947080817186653825740075444935631469715645767626335326860305087307127848152820195439244125563274241365606473310540 +8086243883958240578268878611599696204485799969418845316458163879163274209827292559109804125366908746820981499563030997204003905 +0386391010049409963011357239704626669689746915426124197111331235480408669200583724344735150698143659880232480059746405028850204 +7070621356175994235487518719187218494861976025281218293612423462113181646903473241591007825352754630207984555163787848738511210 +5746214941035113394857005157649321493185603337720914119128667915231061424163637568324581504110784614852811094476768652380182856 +9112517888906528267503001049949573135127874375506725576149307826638851599758326023611417494647191891545342374452874064341534379 +2427813650814077661287436979575407398921688136831196702246080880472345267198382221158754713144173467705458354166291752011017130 +3427037443878854401716449891823089902160247151232344993329995686205840347612271617101573796125148445827775208799719717001561364 +6663271105359323644532079372626792834540392816461024173260479629489907065371009161907255452160867279588979514640773444750654047 +5973386387254971355387042682264494417370956942797373987206113528047687059080572493246240752693790196755839336183495531383520500 +0786113322119991260636829390212550532753074849695602064584008995135867708856455125847634381213436388672553141147016113632022246 +5315245540985412852477846866194175059739189599584743384794049685678013782286205098025299864897730658726559776885622145372207093 +2947046237055804495388214736381241294012375243250351412075115454784594240484997746146442841037234277389231586332048832314609602 +4940560326735767175083614737052886039378277408442894735731934794992054788139312451587128497131293085948245032106415584594528368 +0132772291233611554088929401128017045937329980274933241381990578374018596495898631586186020586965351932668997510872004538098971 +6387651070790112849045385204698059096706128798635300671169181792420546539133767532896269735055635232257735434930885609585584847 +9016459024097607724588041340562451108743288014737496316921528251742165151671257409207041532182399287641327587310586187223956817 +7534883738445463926481692970148340291005837757179973259685921796789142441810657257829230854362459214897426800925224271446152113 +0560193061957298132549489635518745231685759631661778699250394638322691452161479836232887573811183208096513244778566157714733211 +1547430295477490963534296984638628258877576273566145152920369666682577588376652374130208299869130148553971805471715526321961195 +6131510592032893543765491267410178707297913936975805122290905928404238596549066769665229727337467790389337961037867643489553699 +0609065177988688342181444376437189336384085173474299503743870199156371216381879438127542687917993261590322648797772549606051885 +5486486858037007564853644084702405129390388809213365108089374357918264647019430516503970264903210163964653753490047274772902330 +0461300174226405350596681300475321223682365336534045385167141718398138848125986935473489411898994178547406946367385725330213907 +1293509274626976153463652826393079169386713361776443893666230924263947932847701762953659799461100689690446626123374959253884277 +1306373580520533113454583490110255646387329350405309931889447247185635126485724261288069862689556565591921946727772549017471108 +4575946994632942954732825619796920704805541065043930109567542878956936210283544264617080903536339854736947121491562648913229061 +3705434044613436537344272909123399762720035093491390444488810776264889843570633561219106570438196072991495500597843887820183050 +9436774296203905562085230110417550251074216179370977223886873788396051869595539699599654175540263842606847704783570758848289347 +8739544541060559735321933455321086474549444477666793232318769795339438758735396350156993223591143789407202109979058296632555075 +4292457420547255026544250001229816943682894619632431862491477990869504856164569154248439119907994750443837979614731379296026483 +7759359950784829354681821925764141180511597239315053998175532245470389364554510124781233539932768390441633522487434841829277108 +6460068597420725351564334958788443977520626552046510044910725038151710003467025913052244964411427404827820741380296783360351862 +5211054158075000733081570753562084145801231533068994378093380973748015206056523195741701721944088905307131000364624646104412959 +5581089920926259625216459931700561828077094118449960988240945610479754976194870306805076133937666171790939426378434449418282506 +6039057527913534217575393813423847928955750038761332266774182283692275076570170104686335201401167177077211434292507428463611621 +0405115165537284758792010216853186661681734615099607405177733845109910013152569350731884598363743840624814198617754273927011515 +1407618016023682414983073935592618659194377480743081488662206405541839291934958759003119610099774589701968015068594030177949217 +0790315691986911016674475309797543936300728937674591920985541138152579574295860682375269717640514911824203818306809998011275060 +4382117983381412972994275528147432373242673418215434465602805780063289348278856395267652713597654578622689358031371373016193682 +4971203890127140128708179164505005602256484886747097346823610758765747601150832737555748482400760746795103492345268624660081193 +1238474101549902789927134668369786012288633703563425355984226013256465916402333622807942597885223175366854363298056733781480165 +2475056989181989715935840837103963570756393472493139600699839539995767516688497969127775142807367604482540314805881080534085920 +5110483916952128964226635567750120557932419254741576165448818621280817929369091427028028668168593266857526132988629197479499338 +7382097529770364245616319813419439630747996451787212372784898440040645194051307376865641947314145623284843530906118562837024282 +1180719306858134644273288620402473339088866088558646666749328622134176944113672979075244216767608666882416653166422367766359934 +7454692494850748528168077614552490356358640467830959916873691009192683520419187156489031520981784955116022176529954332656159900 +5703126531777606205672012335960434796458742284617167876316278828807209603472901804370309819783462306443611963348173237324352923 +7622935915352142387734818536448742013947936195902370636105913778439778154319304174619967238291501475263405722167671985219327033 +4192469391918128902822325360387297654953797790226858555687025028458729211895927349803665945095655786671449147679921097155626406 +2780677237649339975622761955036413080116980723465856549727438471457957358521359815258203894427475417964365478268462653223640340 +6384355742271287800278025268983527483432389226283229170112845354988683227778986191910815226499442938779725664362022274661446656 +8983529286956750153487719136198257278584599062333134754547317517831680020077715886321603644059583997509690986046227389994861108 +7329782796097322937140185361853575699691754834694652931632748528792770060065607908729085140248378226282625852546158156687855610 +7542858690282896923167331772353246169388345238738453225427851985834084721866947550098641275435407170332769801857389664211235898 +5799583185812386717849837795175430854770749931463501139883970148364355569591352178627597816164651268936590016366615235430971843 +1626691744466309451182517845050907803525893409042451069687831523577743242687080029262942742968372360368621788807914146915526880 +5318459023686131069631243003764992320489381131276662425282581511713606116289353391248019203404378565007089996278162834011328054 +2940914263304203321901619997487124198689066488749388375440671721678381773728920019056941032982814050260828373786697860844945937 +0935106263610485636127316359361586585062460943315331019818757835533567856247177900197592421873824025425985298148601575872003838 +7678845567273084139170475285839065925039600025616987691701666903861540800590513965950744386259900437461673353720707990879400851 +8954549187260534626790030686600472676242184422173770737899202674956746463128211733652450269429272431346452882295888511514249530 +2678743312277245350760231139022995628706226321476561623183303095250671287742041881664219630594695703026351221927214229218759706 +8754746770599874955073426285210045733061478934256278154824723752843570542480374148666553082213624470594178380618511944338556770 +1258342170448502309847524118053510267304683961421264512188294654208652383435713573419843151024833136714917076044792376946554552 +2686790894179727162588194653073820095034068415445717821765878768235572220948743946189649565838289653662296142578461681042115408 +4979975702994756010947392018214486397764251254586716632357033001934850295130508675410334819960903160411122706650159720668896818 +3588969475934951426055953320940144471459990302441248110905750552714828775127383961567862284258836730043491152173444309138622805 +0885835602018492226235865580484440117123283431801851414462459989105042310153202450298431895243159623304698553633960555968674076 +2495404637338396778354332975443524901010204103490577360377282407257576116606492214532864036869380580423420924036214250605437552 +0273823801820228766960129999040441972228765926389245168282516822705610151382079832776017382538534107323345050070717318572440468 +3719693296470114077607298610532514071278447231443437795910351532332738448270051379404482177889663554053263746637709700053641967 +9828951429348008059079973550469791268813640030847883313731919419849614743360559828672182938947231250356355114573949483277719010 +8160147790535337222916241165963603517851503563087426894556730214593005608351479878086372777584308199478067490440060949884647159 +2948684894394971841029364986618911826288588400559264365297543464936912860908849309130216792677280193265598685884468366012698447 +3139146768567604514882268160880542261286448423327913447026774946542138981930662613526814753066924945383435581070740645979592320 +2648770517875200683345474598491811627153093170689853703611806314466352414707945002443742160480066256003350127740349411901099140 +3308592816806695381210143529051488111319581220479904092647583948868369653515446635908476209492392955841254295107008775348098134 +9546057832057661112548846778480873064251831646186943320977718022174333455691510572548784701482794043711785251965805930805124302 +9797598220825240487337675580868560618123083511865310119111306172185132317065154479238514833175902325985968356007574306322665172 +6169700545459665615556940263207457415925074513750097043236324790451429771342105725243301487094857682554118664272164353388631072 +2065773265591123476370674843120027879502951065822173174917589895449890375502164860452910893685397468281488262706240927914630538 +1707471421521563472417257512298478800552951214730430454446551411959701879859928077389843110236600965268158074916952323108191254 +2504020366275453319690764881376901720307904782764373433647976640867427413961893744590272111954111461916745192557787193817126040 +1588579151481338108756894573873934357158704669830936720767495898488860812251579113152660788061419535504615986627104261122375990 +7331623622011754370645778091243569467777379728540842719407347993337611435365175147413009114962875879124181378102542276566594108 +7484609326756980072187285780841286543812762762534587441056462410575222582806689121646585229111979073490526305371963936438467919 +5706586317647554978296224372749817614542161459685489294484897802898801747536653246958762657311576344225567199024088879682797895 +7982416710167868709570332702438980645861985176457876981357976675349506324625350574864591977896798566893422693217353865223434242 +4612810517637816971256206727690640808547458195070320671241318078156152911173576755031013652809873321281227880993755057868636257 +5869566853914426396407700744200965755799089377206196772845889331869496057116760154715122075783787728423594874902542137832225559 +9589225721722482637458883619679136109478999500918895037360018469933679740571642521146059558547268528193088694289457407297389417 +8114608149302113225536168603740452239048816211285413122470267658232185443153634579198429078537401989102386028340268733889611123 +1658771744647637356624539664960206812688702241127922503053926273465214516451739790546967335354319444825617690989800359892589856 +0053465651697302095039711511050038742810220818349852842019182724663703883278427036626489847521335203092583455303768771456368837 +9461783935995459315552854731516681231226811974225458662840484653357703794689886592991537310946084831023202899386375997693481512 +4533585921481186000403378289480817856084298244494770175994273545179036968044114231324393781909984894250047249639320078105176941 +0088337423065130496692628858394850230047403024636567775158827661121094757863694577077324592397639708861018849419374525563390572 +9433907825695888321692655143225283986904641901823924591220365135713855259383744336203797993519930945597887702113356326830645826 +6988446116797840398450853279454162958768243775646820798515687585868046231740714350466068297160555230698894793181661331483900976 +3228255598385373641636782196372646263654896275851591790742732186929071139789500558984105284755563028281035328678092579289714000 +4681011094010579149015425103883784622081638214345888273901960768244903621448040859732301956914911242855175944393888342553563087 +2560980412018398873410432462155957943116348971819529996430919042949095207925589612393187400930103605496273814170584912659092382 +9069469616610979589154787060025562176784632650316733720274832314981371020706161084351225782272365506817110974959084699634535788 +6765587755549143676480283034752182178980320308874937062805295265849032617917049285075020134633510431916668093086266525800515736 +1987129393090049213521579473208927794007157494973792406906256045288699283419276005662236119067885571670938877198469481410429981 +3722619269607651225319072582934109199126677644296125933160645018724047938190291886105626593185859522559253131444513872231301882 +3878903450400959596968323921819162239731394330071230682797573061816799122019281619186466630116704421984435128057686311537024574 +2171772674581440679441147914828465322671796713303729214917204516452594596558898159147461291026535836576291138961274078954494387 +1278996875658664588862768319875101010284199226028473900312140448349990579106956212227946883352757991736474264479730037979113425 +8251737524782800721142346398693390112514424073577724343296177123905498209033583895128953063498814237667366732979745537429555278 +0896743149526940034664390783553213882383502205749882093466354195761918368893140199641725113693740413564898871253806941096124190 +7796854830589872123486600630498401268330698814798157768931103798808711643064916232366065296644778046047073412187780619253278677 +6500537503531609708551372800808683958268146390074367413801774325497534682441389495398023074938743544207866592122064463211672009 +8374007659269318743410884141200642883663626493756879447578129358932170292700541285549708569643545027306452528039696051958912164 +5461313220523803049639223578843432913631643532704665479011316367050573380692644563882130994146341345324086855525040200238888685 +8089200828994642111859047971321583377842360402699515255215765930754030446170133309029861283548123601950771958367816928039501979 +4921861981592932540366839797291842409375656173168252866766746284441002285941098783812692417408647250610811303546299712956961745 +9167799975366484899208629064327399424255199740686280222254809555146344897012896217389558240697588684347940576269967072665683864 +9259388885200851860744997606520800745929512006692275733677005833780389985037437438896650034386964970221299725643606029624930990 +1923555984126235140744073661251739569863134027553494228555366490941034788475845541690058986834251129830243447779754071605873640 +8546321296959618681680784347875855095908171158196021873844044080735403609307093046577378976184646301996038465275795577308210631 +0292841602799520083981301964025702228115813520124006499666068950846030422607104364257191751077960220252620197225981403964787782 +1502322992487049171872430148257934075524270686852895414785698734102981748355080650539194240735935759095611779799454232906920170 +7645673745116807956634247517521534891766878215315481669195796109233157590171328181080639943010458633508897705148841450600988472 +5372622766288568973430030404326811200585106334044292931194542876927622884286129265334479806408440904927200146880239590676743160 +9737852886366125426992930022076166695307759649277919719824038921587655496096287480936269368326605698820270793854355939980396762 +3180790631743853089037422811844405317287386545411386410379668362987107109358079426452748318127402761332147799830440163526016129 +9051792458167155549317710812956107571797762247756516089487421498534083002847984096816239076561386593955153876706013822381927681 +4173095560231171732875361485159122658902814416236442472154640300288401422165407659115651941434514022078384640403200843998671972 +5966470556331046673745430553457883526280940892044422560744252802816860579980940340917982940500224988618235941234788610789509168 +0789375239650015659257828854233372959702664651151444414363942452653680312005125741160555543069598467797693116222658921071003474 +8906623899466461239060702070337224569185523906567051838309830757794131815206179504935357263945463042333252081048931892858013514 +2565946185596833054040544913117114680329109501977878093743966290348734278988799428312347727405020457211698124070822545220367599 +7887639027440626642608258462581197685627001806341140783071773706310063459682140433859377089948217599328491885205500920242752765 +9105042785087589492163764806502467978793005126850254340679666786999523605304678430709511644540488408967072195820451312364898977 +4806602335002501148210169758225301946374240051070758860058332659173580299590222924023022260764063882929324416573334085874519685 +8860484115578005776711551777005731510087855975894724843956874006078066036507250577776451260714027733005242056180700853839120022 +9972510062716845450929888769682540876602068670550887529330503339523242901354677312818632650357341649500497585776441604969459550 +2623606137079639076047135393717143616094073824102105929404170935516181957666178130675618698894069752882863773580174806425770058 +4036671892720176871088682314351824213287902597131301780764439176800136663620269901795969751693427552587437595932156820043424392 +0677294124292240149296066696637747776445858679559483174535961774585189431151122220911414705647847144029722579499169874681984001 +3515611659295600392682520429928899147250410034409210806506732173247308027181439461299331344368884698174936563300497600474483708 +0063773420552619484426050490136425686777123343387056930411442496315945289353053161802745807953399447036489317450479861853401831 +1025437802898670603956439520711493780674154126180902484921242469929281393551385642769157018539956452797615106532069322627218483 +8759796578568398063968102679425317647163292357375418469803494058822777510870684874739268000355169575539187937262850844553141671 +0520130761108166376660600783005143635657232142524978468353606381401953088627097253750920455395288123559132491257402067683088919 +2890887289996966535342242107315365601206035014159576380219737883962373302977227719789793402712556663655879816814402801231940391 +7075049290134330330911964129274745947329781151686133509827045508476840011833420977165532815261601339404747681713954176358695787 +4190862513692697255977164180664759574127822507052658315853043337010650269787647027656260221445450941719360532423677717036461514 +6908155746961875390092893184110336543104604423996158420042649680420697682015958655453176718660496277341803127921088518280061343 +8331309328194407889735199978235437818800306669005429636917360222653217191676841870581785131998034245906906399415366961802496511 +4025301862689940996141896458524993405457637230423945068131717803505952316603722440206101338781745994056920279938566008667957974 +8407156560172061727221211500538117499687747789630891734019549331980906693172176957439813668311313041124185359330130579817813671 +7466416959132373028000515440426004927338552129675365950832267054293724597329240325990928091976976797329108528262309484406803795 +7029882344252063506996455416881601769204928489785629548747090770306190718064516950313796925310576174715934481881905681054628070 +6880642279419324327941511209000580929409891074059158709439715032933825582097408872913695012908119133558817540571147731630417054 +0450976304961807996926719984418185237945644387146277128118939816965978556618267349869880710186417738649005061794411263100794703 +7430304052534898545934660709004803179571319216041424124846029027406133093839979267839656729246840664461817790155804024698154985 +7645544772776077953527747512204638297554270388027111651502874795299134795410937797070656228161921719694817879801901345933313665 +1313410076049663998827811921356048583498283359569530324863158193199961087225704771561935232487625934010979224924950123845221938 +5542450907649094312430747916423053695607417672358828335758664117685424978394617325307248658166202146920547925646776725087468720 +8125710483678181819120321493187443931435742819361342552711290450551262872707443639793745995943576289709507020621251828473114770 +5808995455056792083922234742431742082106369821885564948694790039533752228468465967393391425326441602867483086230714643155046641 +2407915004627569028579526596926110527896052886334582385573230907225818330304996992697006735418150830862621130034997989250568103 +4747836691209220024929494385208567863244371223110054782899030754719240501536232821233744154670656379727685527957774155672319475 +9632183735133215405359145903218054467186662532650851575633645907886287911612022173510068469813052313582577723168904869118582615 +1758443894147315526858202229285381300192667883978558926059924490571584269631902778078169815289434853467255533171050775547788250 +6827379725903576619807972215479471705793002981926808670091729392075163455575073588508765374074600361763199064144608650998814612 +1139348883195112842120618191199370895634072657781661691958053236883789482321308598352679539450892103726749423679416567117182472 +5628380449503846780627597266237186381426941668768981275727365655268389180764025467621494196092237996217033830813378898293373834 +6249982118767143075646051931844250281862161753132641089322013640269043322260625061753846454820580624883961230554153956989845603 +1506389246361534372134008198497771836659467625678409854914006570144648661265229365915719554541771143877999578976720337073985818 +7005263179523699177762675340194056182817188450058666203568903779623473238455975919469726862072009578002483873154457672262756142 +2974648493466373909300392298493641388947991203930909247567333382267233769728042131150238686456747730553128288781731025800074389 +5103801198075821222369482103926218823537252278659224466101143285542928579893855240568803378461857010249847636234366813910593321 +8255444368358914408018189587539831385866661807993390145935560791507824844153502737089683973595182396850151415917641412882278385 +6994623624086457510788033568938511176649748143257081559534249807952079088004873263643117220080770572410226081636499222544341556 +5868861827549149829709753995576140261303291609060728919357591890769431437067208298630183272025511291993873213366101172628545169 +3536668590020988868465523872067378130539719812107645831862475320339405404292929655894962610265222780223832442563481658864747632 +3855559579815655284020206856324714890689773172461142431850331038157366681406979208119201701019291754639995462477549126425391350 +8450291792039621077539436402960450989801386738795258875543765926494042577259109968714035988972694939518009619956412673656801521 +9433075795122748111293126771649210779744396506362417079033687912993766618349565561906099136133480366162159291355560623721579187 +3378797875509332216281558051343681937584540368139917115626876588840206579792879445323063696609803160334574023091211019696117960 +8286659856511129135392256673984667705469454940089344874655311260297659378259031305125448870028720171028350742267966605006358033 +1559883131888908511800248016547342952257309383028102249271256078844439208862517563884780187208616611438790446776997799461384713 +9213000700276768725565441947730287329227888200262127732583001595805481558214719061412862292967561082950848644790833398460564723 +1237463356367627789252505343790157426584837476951882453112990120548575795054118752744721410491509448371890573822392145256573546 +0705282244277315586839396249472907788988824858086668101214804950902161992883203183045693099700874860748969961552066568180233875 +3649804362910298143091615106831740058421008356128934335979284102172120855125136327683861035088765145754792315464262726624806783 +9434730144784579817482674138286237679514020123482574946846405367389289759453442305761634017866345369865209680919734485563877769 +7735810389258589718835809442124950108708303704945904199371845065484839372522859566124912994258804441548671551838820818437896075 +7383779025406555287701082383561184897642996999173556341153509465466385364878232088945280693653997350128318569872380406482923450 +0873625836034957145587001580511059464110231294763738687292419746897783167632026738408026265866915946594910670670203196220111099 +7591072259741426420367322902499121885937012842290323842004604562106110626665272233088406003591488022718144482545987747891823870 +9175117307974364573779518417573849521480439605413624062061689756346227400155445091604379572899069013192269044493766848399848392 +5240204070345240378009455038862456326732346785249576960346569277468135720674493354585769115025511723751059422380004118585409709 +3349173998694448270286501817135410477702569648480525937208264068896413487832339295364105296137401893118290448960552591536754124 +2721855377073042117183109540215181252714104113649070283807754222580162122302324470826848007123339852921541117150545915474905734 +4442237467667117475961916917266329385273400917266015718314637687934575915917583933649989627896013912399205012102463085560527584 +4091026285900629392132231811067909337191049861336953793421590084466340471776345574531068461460044327698926685026108185944785273 +5202568174541673346987530914965105932805689677456919213224331168071054852507039901870720345655716025476685968559834858758422493 +0614858796890361150654138608860068135509273139791153876597516417474596470901950497034522305572817639212080825359999795816120790 +4690019462662785935463711750437540580321430169890806355137538513325878535253326703788253684313085653375194280379587086774403636 +1192297531414960747356858854539457018921020998476941206542822005080405209643807598603349026957600933047420780702135587594220420 +6385879114957936148095665992720513226197859511089355764654052901972661068207137358088876405026746758171573905075146612191621724 +7225256074560068850195651541217829216290435321680622077492940113765770295891334808874940394348277026794361425754981697514840551 +6579386119350941004072171940171520374772062901476128261790580552298150743389764668933362002827319670377285437400224631386514541 +8225060930462866114265671430768226751533399557663700459188510439035058277166158167696828360029527807376628848000272330091576713 +0060985472860653127812993949032906458731116791182858234879179245998734711417931089452148679024170798661176089885161196837664106 +3722805008939449259124307009136610112592018063781886320098372656598331954054355261215122816645348365251690431718100984807641151 +7671563753475866652087409998956658850991352510305691362750704516857124752942784347614592502287785972007339688267613862027066735 +1058283061155393934892259910225706182663785747481861117691921311446649045132526185682558542054377226003665649454406375422089246 +9732227956822666337303879201449758438032098745926653063569926833474234804332766368153105341066282800778041496886005184241210550 +3671076559003594556531982936604847786145732585941552091406028722895252734130685947197552543811727116647815405252804851390263345 +6932108260738047486627928786730592183240725916073436786293871274003576099287405402166418657664483313714856186223383473022466647 +3109816045417430083537878210451471667742535838802468841651352736464574926057073048472886864367560530408263557356129708697457730 +5131047990674797494394562345612521219564146779615283892037401029449518064490250135341621616256327661631926681344727899774392825 +9793560539429965156147946048811944830887554283992612919784433839525971829092056423046384752108153956186882584119526879128063725 +4848894438740997315189560856906795393017681147097928684567412396811955257068230623390617279746246419592475583485164533349133972 +9247196347885177565475533963701634576057917406510305607776085697222055528129649096213092034549229625900854393776713393006598014 +0895574299458423626122169092017122327940337399418681543962293182652716019527292869659349372977261887962838657423721599638764034 +8069818312801265892359056947805299813404068292205524125399036272188934298155723014962611157660369164361085013693243392717540968 +1746313469892957608005716135870516847580996237870651257913684437466577959076954626426758903637186057505535214913540381448786350 +0826130380070802481888865468100577235559992056039751752075537240976306665243883422413804381659448597324700429367218879041686316 +8783969310605138136810926575209117557352903553802462523920408350875226887462880478648547408932195087998226093346126517623953622 +3655963588132204550439064715232312197339282921758181601943083078440247650220106399066615678880555199248431536315260442825292972 +2898418712339146920156618115849473564647025888554958680753487875973131958912468912448106432964749351366422577093050105438712807 +1852498129286540733225557917645869957332090278845330056842464816843083325044360873406582227952116884337704935341689726805650922 +3976284069253193914079828201683985526108157492968673193265258027640406409120387997580216531505549000204500196895696438933985023 +7344227386409800578949975082890327124630045606308364332447462178940410322375677488036092734345158152279018751575711953710675611 +1365860719506143953539467521806358327791893587420884033512557356449628421974197081525171097681451739962654458105945042338824044 +7339951041651291336434788317295707347631976285149811926440821662705811682404836418364754712250487175296474328282212659994274238 +0212161973979980092408896174977830808566631947896643996545492647236993898876722578200269918604906863319277003087190525085408577 +4872695328272197013637039406318385585335721591609046713028487734545081008963689929406578869624586103965589484238888590831714070 +3093781382852235095749474972285903266360882836791963595009076006750220113661602476802687021999748113402446232401462878936110934 +6435034693320558902105688910308538965196623309949466683973971294957981775446228096356658904951613108961843850602970532678592796 +9900412913465232057825708257994535036127184304885007026505543104350741668197223958911527343764741682299736861152999772201279599 +0514985184283479308437214277006973884479296109534451984897036545588323471166529442587769709637302971344236763633165248653048272 +2548677505362732783025625571327094753804197898599649990120724885114160782630110803234921618274764179324553264262464188071111602 +1490102219572319216164107062405778780633273426833137366869390517112371874174117264586848123441331500645236212846316718716883477 +6374557134532066647778099833443353940716636987739316642710720220881882944339283639205849477871629369917099561362221287484469397 +5537933700604880504714026554029166587597577826204845542181354963551493735767539318268321221914383282788245529093887530478824907 +4539736948571324006868573970323898689460869616752573795437663232396854974783326373421982301397494963660135114656842200560632231 +5417628879269942844019831356484605118567348015685889718110291011794547506306795984565230200245047127434730978214554859175571386 +5244295129306313578981901753289283565322938724988065200258490956019375699629296714989839545066652554067148655850643910689520282 +2971836240187409511885225271973597558472371014435493899110877817281998758924278138897958733963027723716372919312791817550414257 +3718036377547310037822620295119160273747183347935451508155041258644862468137971759991204189248362267356043409939280563151645203 +2059403653814048643066476915696010105560937121353588493219472721117585709084500577027269061641086537899045745026346755806963182 +4321247098580397470005864122314116779988792921164422171095663365610591552259489098505982208555327107941284015766148898178511334 +4129075760977557106793231123557041651779523250483585239932004312719534628408382643294636229121610127684366632908893383504173184 +2529072874533404417364878145806482135038499775952105421793815591456627903830117948809720387389717200574623969207051170720940841 +8319746694698707336604137199806790228573013581807699678418425604568242103303802544153333753105945256725487631110225791990763711 +3880160358558853965367146276153313624158725831047412244380280879089394407413109649993209520904697096729360273647396579418687376 +2091906829462709596208568404663223009844823381264480008433097662223468678702122339891481765380241818468489069582210313140199504 +7634167069455911451763369770809802453049016134384625283172635485682336911180471943157282346432504400241673963332048163371168819 +6945528084709716553738011980160563280642542751055915815221655609127228922438332498633425574184424076324567457335614537707491118 +6855985221224698806898182154405013337026345633363958698774698699505064139860586968819626692305575161911369355200549282693239574 +9661995161189339321012455875057211575581587182476156883528607442238967236926672903199283225630412167629967841892682077069456544 +5556977126081270383421853880021926196747677623279360503448724398127284807443362608046943892392030345708092629807650879718315338 +2008556770184273576766805643194174770708191017610672185545130733621276522353464775534219302741371801405182864900478774809576537 +3865082900785088869003731961311138273432940384506242628178208362272250891137755623037615929981020628600026015312604846649871045 +1810271541153370013506194385701474067688519311563701121092950023460871685900667973434789085894353689769155959515852286976707125 +9220855281244525680311255117572398240118776083069705246489217127641378521494501271090294888487837045515780398860147999941580644 +7341485956164711767365322167960284966203049807458284565556017984048646824943506319395879136232290301571995491168074801397213067 +5371405547126368328180403806382396944697802094247261778722922120527093199887586224288144259646007747572032786762234373440343768 +9641998676406552363362334096338343938226513712459780071504106769464358782102176567281764333076640338559714360625098972864983029 +5780224793125175832096440772460219675603258721147649221639684097269727175225573293185628479999177881598175668238919939024400140 +5871315749737173437146622211284749783435729572078139529891438562616324259909214610231102730312223921245301659630109254504380334 +6697637358599635782137313649853967748604644159075078379860391872979880640358744386814475406235163749464766557762029498100317344 +9260432917913444420430985635427292687992391436924828756222785655924726309271829922076362876173530631675597755661167920958784469 +8008272163146127952220122593079694523591964786341879588418492633364085713190449203278430539536800444410958318893570820694596913 +5865771428552651226808077349460469511350507824410126508014924137043903316541107301501243645730254790431504727160432598689746741 +0797866504326277547835398517451743711623314102885283925539211029404096358855485908679412360891989483761400122402649553985042303 +6315338269917337190802305575034003552890761126872174385267928282692687307003769845400327640284655468895977857113820663582843212 +5883143761391732179613778683464000760776952507578651405618216504779945736760856433526347237980076786027307666785673805176780505 +2608019170724255979187609288672429113478903050968752935506997075853793110328285209939065370268834945095553185289660445134585271 +5934178091636548622002305410563118241322636012045119794891759960583808782939464117247149044590174301040963274743429124451974081 +9822212841254646950102433569804383682318140936706127266382165162763534213426673482380144302560262856995513292329891211427952322 +4939074943058922639133209628604240951813644498408022254626546671648111368884617471264005460319454857408802054462873323814596304 +3567851550694955955743156890344607975932611999373517821856035756405925438219730313496771878294219292907299376903706456079314724 +4355891716120089571168867921156570013309057339164893294310027619061553640293850173132141828093723591781265620877693908024633891 +3432150765823697928455051347308237232788126878764759364421680111689906395962403729413891780224106047993476140159348719814489238 +0234684991575714928121012708547654894568292786765465546202194583822334911755447378931758555122045328265456840620648627956740582 +6213762564459648735386518381734716590458385722741140951208497160837103126054522292981022939593107580769282971517719856277138950 +9795430658880195944561326976463238641719113418421451290008508454179670774519228875316092692131997401436104108663905564902246214 +9652373982485787988119955149332007099514930250170109206849474570844779657182243727422415156736246473756296181666403081597210612 +6363221919442807657179269261813196315614323943076172547080772762082497876523976444410926957078802241443845971487934887307740781 +8442538716705496485993660458983193034639571775952652456130115624584796446966906201307091498198760859970990751619599499849168922 +7540755071266549940783200519568012630337075342163311989445430751720634069245959298519839175642543857453232073106471321794307960 +1699245059009156264426959609151370644710641713396754020166970217700932248280718651485571836633670709702375632170998942628345680 +0816396190588432801059693946646313280382672711087244012208759747817406868034578850546787526313820913242493648577159472787123381 +0759322746357530465987827894614798343895157467747058744481984104257507440485290934854164189380366013210043776529824930881371048 +6385658080000822018084506735695449199723297410443658699992360702264595362859622022028092450523165950738306668328519968101921178 +9290969633149036611961423129438616262578501454017560337962795366936304454531175225394994520495848281893733418969823834849646325 +4866905011511861701376543806753349151579844197278285044705460570867283644779510401658626041128258372474841328027560368075591684 +4097340967374048459759351247293757377219970623863320131555594933368226711740987383236414710324945367020743532195606500683770435 +8777289231702354648686196142357855572861820397757772835817870476148855333166772599103631182225390962911857675993162562793056451 +1643701292272316612682496492137369576459996136135417810378930005125534965897227946840522877611416279622753205256995171831362038 +0366738891350724663780781742018384952618867530073606447030185424566647732433327301660674858875240792034393577096349757765316310 +8289591408206074373434407333542355057011414872348953466323958988208406535831896578204946085981588003478321397316316325936083627 +9704718565559121039339280928457498417206123777131839564784077774260566019404908403357317188872113841441577298919813210986548633 +9293886303171570837540716535349361584600602170148405662530496205079833641395026663688854207586823003823193883976384903470625532 +1727675041270249998973772127828169098733155135266069947499638944765750528948036161984830730668217006998355034769138526948886812 +0092789759212121413625842309085282315688319684507180858726957280563112424218015623004324904038907228951254860936129174811193610 +7248502251808372373101361237612617365642190393287142805878594705588056326330546884029678052177636399750149538893582015648656691 +3367150919108114535725714981888781359653934702237037159199343298241562681613327166427987327289684634196866794561168570101129576 +3376393226054192039386172081865991731275655717454440752850294664224843539838937920883445641690602345087514795742186569107517414 +3623971382393048718491241619316545941650237621831224965329865224908967972818626887372855949653336237529478398264567160685068577 +4052813893095863733367924664141451148648087387776942749014403408537141959668060633169208644494300366994545481397333067992909358 +0667669402093903159518564734675653958529086910570255872008713355774046040785518290333034404789497402572158389475386895486868259 +7468963766629011848413788837165962853506507117471181320045844652746289086413801588758664510368868946415159144280007188633881726 +7244685543653493127669292847190750279258471265994953355225441242455255911176450067019362851931161106818923851255323971731656588 +5234890473800747514454607303289634698091529945347698407177688996229422965619449293992367330399443066079751703944482713291326343 +6459044264277571164204689989304404957960666476059760392612837445978755062781098058819661144475485054149528425812865761888665230 +4335062014272927898970122302854052906295227383275313276798239957308395793035503825814636802802824167294443473540831595897555019 +7272548964073946058176039524239703608785612474858328053422538963447385787828187985994849316214926394617015487472147004996421715 +5996250931763812814551030631847429127490485716717613966608339966170653265360723312151608339298980087240888475983661731432872181 +2297536852364764322872184823063403907099469015512172454623275616030363118664676670421610327708607480232788374190290021972622793 +6341746181410744070773088966325798253704849845010112635545932402181743821794042899160348845322610793015131752714444557452077603 +0974929188283489944704823132680006629007254931129889666199080416689925517182595848963795936091170595822025233402048475030835352 +6345563891720858751435127759306670956633219054037703933137927110019397801896389210768937954353107771885376564624836527498565777 +7406605189056950050564580620487220225704555865872099535962165458171814654057503675391062376917680202395298499820248250031013118 +9646002186451042668001138188414741520592517338749162144757726571293411846579111672780359450504540363461450479439757376293399965 +5620887367929571798109873216776069586763980872092222280624201174614361433514239488022226011723867237579885237366697226018636145 +7658816676965243906096876039909445364177324988679848256414790985301032302828151276736018655718069421805321528401722943260148087 +3504531887253350368429518151187892137924735559724530027941664978322897818820489478004391185810494126054267658700325358193119630 +6476950573687760010199531144942136546086284325150545828401223666989902218958065517474495615521528611225439578736181496123291235 +8141273699960775743878136458997315091877968088833966155435545803714212437024032432947661397098373986850161208575249088483734667 +7526564869781879172205819920641629162261070844597301726270751056013595355206013946667713217060767795442616244184317275433955181 +6807778755059399042252363801724898729347456888637350665052001794960468288523356956423878794195125458046129085019792922364372832 +9606605635909164393346308754559022246397895156754911940817409436883533684563312856180585298884265000503280045621922703129043223 +1353282688124152832117904166784884443448057703427122162928095824570260033806131301099883014390489674198929314751517488130229287 +3941712694041861559776002423763440625536805158907454771393762216105225325673929237051966211204216493810015246774275044495594616 +3694132772158289887311123798026659094603586436166517150338257882694213224057803554027693325965893134619716724281180373864668897 +0965421930380580362871564338408316626579345707567981028006568747619015807088576948951469852219385041334895298633260796214042764 +4365061209195177145333592267894941789748549729388820653503884365772532158665492262305741107905299439181875779535940222413616201 +7002692668339856374514202085788525299569973429859432424389034479629705876996023622182434169328690891870930429505413389490533136 +4295933444463189433951574721728951160043627069745406122977006157620687110134601604174649175489421916452229565760756130297102064 +1960368933597422050626608328849588309269037647433491188814133197810733941601294848194060829957660144812059760171213031036827489 +5163673581923411040228773859014781426438397455478270422462230943695383387244412044104565525899545629313341781559828594738866880 +9340062964014870509227099698887936675774112546104074153547361150335199188541340855227153532746778775047019132401967059701871242 +3486224254115155530038741441994666898680466167832566881940775772365423817200581937154559007068187829334117784945473428671685916 +6007443619236946702946484250753989318115938165448366527641686620981129998037010871500824063178061129082786722904909804168031283 +5077049104333703032159256335893142225775472800145797927383645074150506549583979834771372332786212436563421519736302401896553214 +9328253090460566002578048864828230612968529907510194421722878024618561333479693530779323192843841998003032594026649617397117033 +6902940885468724446328665796554679901999854957523032465138455983570952184108442966984143957137952183112915545991326476857170678 +1147940566264959316051371696041947904637481710293264721589819021588178200143221071704512368347198312678908673679523259812561827 +1664627873674389755627490418493705966611982979380988314739579220409030725477944088566536789756067951060713524593551031845158984 +3598081566704365022254984411009080907751257030857437625615151390400729972784657938585703465777027605245686537246903748184890274 +3743523412032108137414706768919475408652123860125336712812291505493576913938367683595349130153523703056997225766687176144402340 +0831940301479210349558229457276992358900461281585291044594812536347699257011182959431429011534075284989504481274394019519138849 +5294182590907051056305209676408046536522421503936187377406071503791132907536141109384530248717758304915645762984125835020638228 +2925263782209751558565689180869492270244285946019041108330056058905348740666223484108200048676063426609063511425234359377856803 +5066811579460770402822516077692569897555102184861090248580603480179709451447581598869819018321983813091599472628576647298283510 +6074763977940235151776420120127969582510026900568916108091774893522283047922950769687105424389690185426520673414305707753060144 +1829809239775426957360751626081187328513913192137296926783947378382044283754109795780048763911203026361961183033933012273700578 +6256148707335785289325167505290076615535370263567053348838880542975561767345020465640090418173271179915907484593965695502745441 +2416400711412329501943051474827325196149637971289654356289167838113336024091716837472756809029018726324544210527893716549434408 +2077670900805210878733285491095692143052856294682669529394939361462198474814099442765549871744436963471806447226559851872954947 +9082929602325709346337243734095265641562540772131425161193766826203999287761238275537747088073534676484013517045928815906520421 +5721840157618684926859754448303249283214882375060250302441861554867804071849460117284782240184817225436567120551507130457965054 +3640323862784940017360312940091490694469989530945043763136591022334344797040629558445856236949010602808244365211211804494530091 +6701192226260174575156745632984043284760428280836716963199179332091776863302070789290228857289693019520852953529236479717683160 +7117865720410815041230240613271283107726446255341876904224653305719269008887983911844926604802435682901331270611392890319564523 +6692783449614566649026808017316150504276465383033625466313163064737973819404507236614011588134611220037079763294452798973884759 +0914820111491787540225084826895277018554164459289529667607470230351077932208310255555375301186238522549530796497320559115264320 +5836662613656654780353360816866098001238641884282152191319830259179620144977780872729828947449487560906147944637380292807461055 +6561572680280173994959056296932010485999239763428796091258639640337313710982242786240160248574519338042692530967139936885572234 +2825509566854748807330632140109077953768464116764873006974740017020211637781546586566316927017884251448954820201170637677959988 +0832497323156260043765386414739221132824464852853436205409279663532624738981652928962852787063322728977472723705113895939816648 +3887836720640005567311856937351200913471468555895780989932698604802967755682558413334239668009044766569135994431992317817193615 +9488541867758126379374062288207207762501971013768400508156207999323493728384215408284344930017408986904527951285518045057193770 +1193456086093196883061110691053041347131507623254475732487481683124957212918787096719880296652189465479161772651216902388161935 +9023602670135872848924155417498176225830627494225163432154996996459879170929691453342113731711303819248475466023815067381174572 +2080493294756115922317931111866355542145263306791051695700043555158422272380979294286809277064163627702612725392431921737967789 +5506584820111354803017904304944193794950330337626863953844116710622843699200721933361001889997152111163384731679702997569228667 +4453953407265344555661480951607569587119336749659238396970668832430048807500071385571032957421002113212240607304287845329689873 +9400568404300352678168177542306869394633571699501805048687025644577243527012594817839631515308187464636399822139186673563109194 +0383996386779379889997394025888104236940479474160100383602505977089098334042031033748699121508022116963448387393566265472288965 +0847531693445140037287515174964594859379085364324835476807557964238229721804605800683718605401718393447954937423707976551995646 +8901279644569224520056558762822223149315014455057454435980383798016264269841766056870811144787284148299586773970705052525539895 +0256120889703056267161520334600912740468642740690884187820554569479971860126461193414499951106260376564440623032634236822171234 +9700910582776001785061958742334821043319568168457980526939228569330951842352229610659307009566518307187068255993195333178816924 +8084009439471986482548298108494644279210299285939700414080731141355145274821687079465639330167799278714667429384500519830074150 +7502762255088959326392982513450122047410180131292434743496089993750128169949631240918611287380175422097126458912263961350683605 +9825024574318602570230904976205086057242856859840660113304499069379218541308171998260227484149937812807157987838492362751492073 +5236013621279011602439272005713397632062733928777510296548649421999353087528124960783236699168282936749555076309059950538448044 +6316174264399599155501461815935271957641181470379962431535756895151732821144407472754664303419949275610161730902538833181412620 +4057262138394989003315257406621046570918156102356055537411042166653273066886196141130782850554134831168704085162214611295749827 +1728494807516097505065593608124398864640297391491113562997206711322054216710834884111534067711304959653237337706486015754839628 +5402941401919360128506367871554679221289967323748328989926516006333132440966780154068277893259475878724270654107817685397502294 +5331749302510962305291613004333202326722920832094875206002590142911609625146433305314091631233538797653208605364527924132244946 +6532771118816432093996083328883576769019322364788699903259151365484388584381218032915424365355589731770063912720956702509258388 +3882789530639893098899335537330679624810372563783381211488557543067129370526059579061942074775015254040779746533167078485769900 +3805020437690986060459807837031266916198079638277454221416718947378635541609908151334933790442634344916435987118766221380030868 +1492873283652410067454455812350782971829174602968575413579966330593167559586103530053302924740897504468176712345572924410751989 +1402681422012394852214397745855323854981769611609240399129690457712558487768725787104039715649959552365787249656873757201153712 +7034615208236270834171130441362610841044504351389336191409989539270321328989800821619371048375553928712514470949748975085093770 +4290878195796201049040671016672715493368576254144716365945552067883559930088219118750514982822693100430367769784775351909372687 +4911033872681823931983855759969195568792322301570737362071175550474999508803728901587248248809147697357896852570255543589500900 +1706971004869558605860088419347382200967993695904618287963224847080176675951145483137675636512072408162582506993137174472960694 +5573663486380813348973168761749599259962367833751791115712074445847171992391927789752756447549332777671869328971664763925290830 +3549115232652328982096333522858191070453865857146234126898896140406643330756492575988127393599824952457257137615690188707592890 +1525981890012719417710592274397314151142262744434946961995671692595224961001445969622314797497698000523423663899015096913051877 +5058249696800337974138653960205886721218275906496709288754537792787671454609339328245451684579097878838116584542322616579053187 +8462720851869420776547815997374420654356793047547706068426425982466357700923014078111329124212863212450480733486009748682342594 +8687099289779458763026259506520765785275805315714163404563447144528065795533004752634001703743154416316364697795177031670571395 +7862389886797621228571167458335190181377137309906389411269247283889070732381228453233824760431622453252798014077600435024553202 +9884611862481302466807813924732912660462964877829202613446787892509006450191623119538981968974508042576824347741032177030382425 +3275371888164672951716608075300420614160898739974183834737152799222716640347298255880801705875381815950138367820787575063612645 +9756093031018363423853254508819810837905492342390007409090686184553436757595124339753724654015162734521998021981012802729263275 +3427616385168365599989752741868814273183927471411894804297652680678085002922251517971806076560284843234235639397961184180625624 +1126099034992853577542894567722591646934072315106827450408752081909824273574814734547622072209980280969251694858199479989346866 +8324744163428589301098203537736106384602289116499145216551769186060030444438336222899526023763743834415207190662514180019708518 +9860319477002084962218177584666884101089885263708103715532250072465740590415811526551340778700948662719303811079801949032990730 +9442895797928578191430950680716135775881506952099465712614129706777971670822951940768332168877767587109595551931372470789023062 +9676406861977772053008009279919036888396717196766804819265649832410502497794545528956267262992497398344695416980354321065043902 +3430450368036376703613028439245508507778168871582511449294099014869582746432398446542812126358198966694091267937409209466063739 +3928978146389085853115437005111689057451518521401216175319263947818787743509560003599577334399518674836615112723186476720359894 +4447676769726440097553180938842032872197723469668279942479093598413513198335476789357764400869873866217837103053672831807359964 +9438439139166494727711797686854076602382501450775000543946895474100528401256910882752544466058353451178988269998012104071279388 +6796506900519353467866660536525382267232333410870940350598284296015115345501330091034294987205096937204489666809908368374224287 +2156069024262468587697645236488193119228612123037868983120993219205723939445417381491095019098927648926035392978843470867760614 +7821524721406495642677263766762922840188657758664683038649201210659149304382137313140079079190066786903508941027377579459577045 +2846438208088991099137843881611431007996513901288343001595074297103385844197112994321057890476648269334831505632974358825733750 +1231729513446989718094794150861322831069880594276720936717092445853573977523050237490193119260788535329095088882720971495287598 +6552792304258966749461747651069123750999083956204720301600561922121624443601785058830034234673249878353748610370038504030736047 +4350618220429461920496227812205841572163867546971596032105207072905191109123570652010474485250661135080242831754570708916683989 +3648963905128198988374985403745574043149005801382728738825016196793544318399117519577715497903566248991289200713376389062963733 +9079224255192675318799042558252967439629275533715026478752109034505102371733784051667760885774671501306079109448761994271014212 +1512159183483513720286072997122368280567403105173759926916954869853277451339001028186617037332009159449259382498277868408842981 +5560323178755830694146107056035341050323807669577457330458808700666012312546070466530820114714620579338594279601664840585122075 +1503852393417110615057020185323349829356846940778480270527833679702648854699330937650632301666517518142397830288536621388668145 +3710500442232649775196536006291799614616427004022039024161898799546077671371127704078583325133930080437162856065176543455363091 +9667028302235222877392627005222715604718844825560371250888081705125248380997161235203510947690674677658525524540413177350345055 +1651124581699981562124791312861972388295643691956825406823017359302629847041679857625842731954319702741028762561310737659882575 +7234973146912955319568057648697281752581304980681832088301794847222733894976160526360976917273669474157112988773823160903919773 +7236452528456462658486826400719408745377253190375111579049732814880300278553197889206203166333133501206064778109147665779882391 +7682375338032730875672864027350071637472437979382544031201751667224513438710165103834022186623616196654886225240056588996350179 +0853897451837131243025169955161135908558413022976148659863288496875873894764829106676107357256982339087954980489000376844916919 +8360603574420141848805577433559168689130304284043047944444385048148193572183817853604188280975779635124804366554607129505815592 +5620546941760373757081442569363535705009166704002199788324439031196454334794954999272772623824166956059123197810751221134756232 +8439866566091270892187388961159863817415914847036125600694319372852752155914048990490541073567566380258061226260248539927574844 +3029318850407273236073024405659942071591211229297986931569472429177060698779317028894343293006454758184946754805713329630249820 +2687678405796666588388227397973494711846620655765600330508932225839545844068520955016865194693435829894249625192750034081363961 +0826642719445444861688478619229100303043863369218122546764063288271554588608667295145429271395132923307142550915748046259216532 +0468573883399305338589054269280928735368128284996899601120318736730996079626128417354949909634397399033464297120851931573621836 +3410567460401768661525344506338831729399382001213762232285178082217011433200810491330007874531405259479829710109345021089321397 +4652171379208756546308171186440327278368902304830062446989533198226580273246735128676055302820200408293662986737676930578153746 +2150739333645551554065559172680067798805779396460259578671413082802669062176930977818789038399646027209326563780688854879437364 +5947149323195596075203471654735880096964253215673415065855952449622950653788545812330777657299303345667765138612882163698466977 +2308935140239438613941108953213493640813697893782475635075053824082277617694735156671731366529539638010664196515846143425205110 +8579861845970706058547725114635120976593327222009873742050798971923964666256857891243866172081317410728590091574945331275284201 +6824605749924142731964725200957618055202505975317938345133949930752079669713432776367891693447902213677009365812998801001720273 +9233059182009261025428591058709759978362385968915457411652886788541048883340218037203772730667179361924214082717915090369829831 +2313518106392278036401430877932921941234750269539064717318812526416633477902124303231275087598527988161235948020286385526463743 +3838476810771838510370563675061364260967203242139687527568417240328961372800287193798489828795160993501686735937478711295496291 +1519858055532723186083206022574209495517859134830555261865370844903580200999194798031588523243896559267197627522165919682799739 +9373974604821907639636032716761671130085088834596447375314712571767917652624045445822422980937123575808022402072804691330745798 +1179538903767384713618264919378659303577920743409425206952169277638505227558099310711226481165660388253070855325241107221381882 +1789290788643749161623308260296145948321831584631161915478987224126348775962249568727630631570400533850489485693171250304745466 +6433974998050768158826396562741859990471614366251286876757878787725794466582791436968613297526831824776182286993388108679611273 +6110623308937612049537824555231489221014173246666865428966654501963681680683054782880195354576356714786682961340119163196471017 +7065396261977852039518801715732959486507529242741135438482938793950709913003256496248997903954928882444470989824659787821204683 +9252764834270969572461432198412629509667322770306467304657216423067070489844755342237360066917220335677138645076622463524222641 +2863822477918798068216749348395676325852006154849615936810666235080045937062299799315963185719888255745874252084645488043646414 +7004033498629565919058730350299817723186869899372617107591275993421694639356397475575742082851089041949288607800654160534708316 +4190299271083535674187523239133194914262331993315335908926599556351517813335151871562105201268635100775530492262605262924734429 +9412474523205479108160235037378746252342301320435142535429384588026050874475919119800213524490595720796240406073642925771858154 +2913084106745765525951041794109785827673640207212541754087108553407118981892598453634040675583256537303820724542193091642590800 +6534476025728340988278166932729090239881218889572681282009000341783806869952125287383734393447529192404697677486779298438469322 +2829214412991708861478313576349293840205174852775802339069812401323737815710652651384534932732051408295532745074816386764349267 +7099631393624915897100017625766879968866232677413779562258136847735611193368355358377164844416154018729080207420593111993431521 +9679117084184583456113996444214687961259734088670459741393316532022602071869803421115792325270648228861169427886111180946003583 +9793622141632553469977231970499144123659775068372909299552862631976151882730222347477076919808461706462627308819362671717147651 +8286017842303147776294340423265613507963077365773181170674484922475010476392279295555883161702991597407378465228254838715678283 +7139981166981912432328248939664037584747665029041762831645786266577343138070260044935844528507385472563673503510303215480074901 +6952789894317576895242795097137355300336216988450939924501915977563360873810170551299455217264567889345472118057178061331257728 +1694193485067381935776175208128377412895577843695434073687471815717642677045054952476930977756497488385115713913555764776948263 +2231234433522295956531798985522781927112508008839457523109337600193193052076325806292222155384767900607744680674492935529295805 +7875818939048046279625548208487559794494231792862975497567734812838016356460114239167085114060525364762528245992233228644094327 +5021327908105698731349894818836329218148701613108177279681910593746940136925470307141167410364253643713010143547929247739518061 +9070977175221547245640857484222877237472955055880739878012461158071643167060432840330043982130511367475881160956788509827952621 +3413847694252380420294340031416724229995257917239755969134460592475590887547733435481300484633477930736275363875263891668995643 +6581430213176248276716948697514387283511867935196454364984608140452221982505162813367283133818168866214263555481101556955727420 +0078360325719735185976311476426092189177189796469613813653608015870137963763116020948507804890688620493269983909621885486957143 +5618073667256477516793467657312199638612399475873899685969826531992817695372605952175192740133201709617218497592077143464993595 +9686528263740598514413702973825670801929614448327903726180967797157579946183718568106283503561970266617924646393019216381949796 +7239480687825534075396618625255444191589146664116441837547061247242846107878949219756732241373337771333630723471570758001480280 +2126415066562760335451168640052256439621013367706107505889219639609857343988288214828754545448713238798703235273922756046005812 +0281498418252644767093639973704165385252675952065796869316299823450944375075913221341612192647317518382010547568017829174497579 +1057968057525848488438423398887379257534282986505898261044295544509349907137424691109525427205047296410961152317113953498675027 +8037990675600906293845109738467043233236225877257801109348395466430705164075214123065322814006154190811607337254708305938085250 +7210750787555252394437778367913891376849871377061775971887348544361550409572803722815881181222850658661431069707417398802536368 +3948215469610248733031315237243553696794016591253408216711885250561262516305255457076505242344244633141474145222490778655694723 +6617637025342831507631846476937783337058482960397621355078541340935495458638237325584632545957068938913331687735591931648307374 +8523372206558862816505119548118888594916440410353297374883874035661877591624592793870237386066600870369847319996357899821848884 +2706665246531670922861049993051412169291896643639078882262700663889473964251112689202969447822598990637782956377227324903867608 +4848299459820567898610921948177867341511272056149848749209193175952272681698383112955078617288403697439760095671946801857673079 +1356542472568516852079785586485413072353853487441642185000260635680413178133480855130718255056119475830508178140915142512386038 +6695877448601376560251771173382757011161242171039619918232438391997384640483554361477105518555170292200647684746099630559477876 +3728050473071484393708670159181207753885192509059591605951929761162380613874243004953769191772521075466929499282741107419333117 +7606734018487546777450475520310398974869459655169606480072758933265326533542081878074199816338268783853568241202511239916973258 +1633835831994903654810299535109070687398984404650301845605445387393310102422388713024846802629758902868815270339924811537344859 +8928571046801342106880818013492293682607259787490363620233716285093685649713330924728743681650501355104561967670012038426873625 +9125730098479474089046067867529096250921613432172766348896492595710398358975815806788579245423344223729093128465048555061302778 +3282236766431701005576011421891586267683372954054171332350103840612998244535378427127331925639537865313201470923709392166490250 +0060953065190643840375181038485605085116833098863859869877736596835368776079089936760138916464834786551291455693169964704950417 +7199761056487159527818318808980388404160177710661891595418127883387542011797165555082211982772990941128288012248134317959535274 +3151702008500412396300814816932022272142827209737059555958537947102106965289850740478085447869942031637107833939492398930644696 +5466978918720768258413199259613003866496795654264247159666752558539556973496507886748391341566752558990139978324598436936793928 +7875629494705039695595741518975797423129800053333398650746169290789301147238968164288511049704954808998463415048261417058627843 +3675014761845381637345570687526385375856012330298649384510964329070850231207976330807099687112778366295062201878036276787748707 +4186642715813159153197640948334883431130155154184492235081536887094317988019087470651733545171824399201735161775652002448517265 +4661100517204949080442753518341612732523752379970048081237708561434446413436675964518402865361477156495973338379138615279891674 +3104047228288563492721376497746751756302186258285396146017997376211045579689813619459200950120798719227167890408329425880640799 +8361120737152440781721610389840480574105404073477545436637229579684528270718993412816918987324414005130598864358095704485655816 +2635022304411690520549036888248912012839104866750669849182202670549996591599148236127250813538958602763034624939004690945598644 +7161693686069093177957527866565203934639363610988615731752113714098234889877144865056494208717095238090181742851725619039913679 +7926731919437873880030756176008264549114452715998481120029937345677673326677605995613852123446385084312717926880869469763207023 +2138495852046091769881664603146562927499752742224823433380060312750362684368906102817542844818392822621059272739767561472497448 +3487585927757204836571198808541456058695288628326581580540815649602826692062251298954681717253220499784757374087955966951533070 +4467286406109149470022526422047665420981641926169730080064026643952810388751979407214952628713107539097869076094466606508205808 +0329251645328585224993793572099403208481085245076448698022757086335438075955415420248533451214205820043135499362946801092902796 +0976117055234786919615481110380099853162437989837673156044051970682580784609511428623279845514623277521398030431160849037450740 +8697358783561542570626868871304762629606530282055602229180460161462702998318108546783149370269213126706148977779508293460733304 +5685401232626893164468498498310349947377219975132662081047738432680920912627837266028376099158214591714411685177672935669560017 +1991014855525662209159171891334726717439346791115150429082237201563017187579488089876803702248258879215762021955798945536843228 +3358779497231258973228903279307787602968091467986183211284685640196892409994105852728310998830904989480714242762651865855421586 +5348281152141939663360571564939207399533427205490276937846050282692131755481373457167966144301656498283646918663467663563230116 +0442219576879355438661813222738756969322895770177941048443578213219939881424295242319200710244313116242014329915750902609753298 +6880215129386746871145799105266743824027120004725079746962555401718867449525806260178086747751584880447035314395435465651034570 +5590819486053989106201536213480377379276227468376756122798396628016810991489235173054754920663273388709967201645610835786499004 +9939124283008389379680409146709896607754411605235108861950292912142332714272148567105156028757875660670111321491114463297009230 +2097548826892083113543893580713808393001576983724545670281722041343097928800752617116438879952016563025042978404320211936405203 +6082731184886898638758782020161455765775544117220425974704422223842521161418889571069655363278462600259872240060382048674290190 +2889620681353481574769346958935531281292735580442822115141047535414968598234054161580569343948696497621906027825367798221210232 +0975609392326975398368477771498401808897612300017559800926232766502316691201583773217274029458304062931758320244725915302928993 +2656060793106179140097207671393073878144623719159743370358884637219392258120064605880204498430784571518779561821815030688040645 +5261532754299991261842655852754335348627643855237017342819255089240352732014055394202970458645445920979909498339363437891353307 +2437642062562451324051185886722830951326647012880268770841964036842838215823451274151497274115272960818748924818830295293023164 +6427726746699539771500247174272715628837777269348318525014112099038948379809971189523179740600410427829712055609005231760641337 +2123549160662241455227582001148252334968910254759170985955722387116765936697038502260200822286774138322324033501219326909463806 +0821193700130194457116090490985590394866182284594574006494500813138155877966705322490599457628280712279954157952750704655060385 +3280391474844631197279842080980749627555722515522776772617462578270115902754706089142103829738218939451926197117850790818482759 +1294311329582945102206118794968530880988413255047180804846373165792608079444603588122636074961065406623564621335429415769062656 +8977139076449153307860216027207885939587708357239425724499000050811065643249463642868728678159848609219920477201880783130814232 +6033248813331250043643381559597258568598550852601730339407737331740193572873459479638405202147132462334764720678461849283231967 +5244706826495860145056785602766589976181173320167438082817365766859974115630195914700440671364272919565408159761417527099133015 +5244648245024168084347025892989203801674105350823195087890804798433093162301085522657402786073312465657131861678950736152896502 +7020998265858326008838932594312667517103689364315007929663379806725932670838335332530002316590322181497959301133051038639381171 +3173858772156448895864459261457987925785493055610741437909826143835126197998316368571824712159171580331713288750535891179500215 +2461289349520625956975133669730507522155477555105599302736241191876700580974296813158063100071375109901417730679844357856593047 +7673877787687493268983420698315905381260558449663590054448103444553449366277579160597491777336624754840213430260072450113764481 +2114017564926717940676432504294232477129802350412122813350795229854770687737407776153546967564248142801354985562159014016660409 +7639567903574424627121988012936196690968952173335045547572877439937623104537739475753166073603089257419976655666993295754279243 +5512010810515840583007802011584440810442039388430026796415104195890917308156926213851922793907826473532250186114497099571038088 +1090443322487112398586196562777035714693242567109619766467418285811180453954969091778067062185341924208029182725946749209676264 +9663462321929487207790152045012463956298339314526151434668136673612071349597053270833334450801647517402244793354108502290993012 +7465047517200443480317342789716535487720038254767800382013521445375492608318405493546080410946096145404154482214436078102318897 +3241343339884810074493047134584332154632775327907375423171218727031001503885369275032870180181698599353279959939076928392091092 +3566208126745756363429701058439360596278930537654250601183842796400352091131220495755538686838579076983412474092980588063067246 +4135280622573899686743659033428766204732217042537180031329938266218979406566474637509065330050474399644477629470645922989131608 +7243489726801527985565622807882110752891684081535249425920277363697188485817835521822988850811873532635201983418016593214492469 +8143017528502801938786431108109170005870927726570176129291655180782741998755590156671788445329312481442984040900285747284336895 +5565100360014106030272353666080827357535103165363399802552515662750922553611500390854921288593734087100792149327574407938377815 +4240318921296779247997230590857031671134516419731819431863267883435154179769593315054293181367248263035923946261410558920492931 +3065344926131172598974832603770803242453631170305261893085619634353617662701712503317939637731383890741691116709803904180847998 +9640635307154881695674450558215122808610162087865073261126743708282066313632270460083280371892143332906784831299555537946109939 +0645039315913940793949968013785570770789031780794104310782057130859521600859343415595288573910289771410236190253921849657190998 +2817116940059523621717397073394274259776453515913607417038665482821641102656240840561075406926383495205691566077252073640483438 +6876828215210014803339974347992473188369840859181281062746399956666218336920552262054357048613213862945863515439475503711072752 +1206178405392180823761458212656703549891855527651389518191357531805984535259972031066177734136716154598488260571189715523538978 +4990265766954047391630449528696946350646833442858182431131915610086870866589089866607870181211091256487223226710174280311854030 +6161821498017905298626518871081902325899313379230902725132275803649959728622670760552023317532682229232464170889758455581169141 +2416184842590677978922625659052895162548385411298782741233394356631320019382233371212037232115448059660819419247622831630454503 +8975030577721689746153882576268854827896373568358085985637110827886139292888578025729952622899410488518168089967179203288999038 +0077221628423351964468120440528719933928163566191359047160562478933063353123985611799118577768774930246047770557959247998776831 +1721135782157358288734205102478591394569267133297228431858377971925993589071779657700502192679741782178657102555324869244446359 +7869917278483084269980405860197759252589350638010408763257025389708116328761797581159680452123249311643134587279719495772936617 +8130672462738712860454774853313086658312258840823449860002088944658955778609509469061098214154416089413962879973327200377762688 +8704019840879290058261002736123709853095591291334597972059260229183193853550672628813904508834589255323455601476677738648315934 +3234707347670711573887321944356094703845291499731243740116195333742959154260950396149564697796845304852992191344817095433298019 +4556001053283765367945967785584518418747873282740299536406596053579536242035383267115157980628785476579854884310834210027387315 +3952399660098012461635956108592408478331533765191761940733106633178973207757390760027945616808844645166556348572120907508405281 +9620717181599113391181876705169833156639227504083941308593882555592005786644351550764764616222603704206370090556397818828816448 +1082150428965180471148236660642979232846204673076692680655912004876027643170213363695294926023526278443457817518033465638673749 +5350172689969152071949149368789531895369178652578561324968877842847433493285130074155790255799028895045897756190837543509860775 +8482306198938020753154634340975595193686061652677880586337892305604321362120530299145893988789835870281018804163394448979511499 +7488870885383052769468046156937025798795341295237597526911841052145121608390932943180983640617731865473642038426653712735002335 +9011612227214170561522052833657180847394409367216727282193072678838450183604374539578667642858779645471672950276478435834423943 +0042627888400396166577808028511674909710254329416152368725303977021338640330576476481308582201268866056584880471857573435293178 +9268879578435020158729300163317051184609265956929202720052876516659404370185319984314639348524347471621091689443144604058655054 +5852357719309697687694316961668030847489545691322959818739069805501234210837740692288860145679956618287254425865421435945272722 +7947183003454715593442541393266684657719476151125892217474788448864376694397034056195614730803146207684810002655419508268188406 +0212392708824827732017576889397138488570370042723523923833128481673477500325568912519958461261978143669880070457987816169424188 +1965090700335288348865794109082688653306331467742286624350702924857750689705564771477934006408695884251431946386364556639034176 +6475202723487206164676214732339055881658522754087991356304799053722702797567004357975452415295767243300651018833595864642447417 +4933751846153559955643592816488612142322342560545913045826692544542626150928640726729092043333739064265750508139974673275834713 +2427576527067163076789990338481516933446902541780767233056948866977560689363984682741766823172377515643032993191346658956321461 +7240324801931427740710853207105854320415521035336023346171992089619399728628105888007254180361185035803733126321368733856723085 +1503702321045090573654976317248889826950138261936742489712456263150062608622387827772363799121813242734818379753299053724286228 +5076095412377646585652542244868299631686826272014334350505998081702990345584728215380800687580035780236658004071510394469994071 +9933250676927268802066614172669848689165401909644815070604643321993975291059605403370117318954869373816750869659405704139511279 +1490487519262534395623800813247168885091994099496258142463552140723866858712657283749576144012562970919330051773400199590563572 +8265606609996094143464919138293434901647769730550988047626306005465014764814728223656959001378552960458572921902571777313119856 +0301901698751025073371353819870024706444286250847057963018585025053110220589734085318599463450687736352183212884401020231957087 +4456959908526601850236631528599915374848039675582388183944917813443948321814362879113998039695208714072018715891598727749400184 +7983572039054110543265312946188122716587941443406593149730482849110607363599698686119685785597056173835119438876589991354302327 +0157777305454082280716591110467065838967277498987788761274920512893356487762316080383017175970582934458813655903151031833258038 +6820568297362586686149767416323236376371752928724979488399337093603770184434877480032885947231535650930077949030676059598788698 +8108972963805156390445400882624903314064494634772981427763122632358977184343156109534055951999238879890515883719506599847044143 +5178486334616508289086769240536520705517396788807705586482419714104331671474772634945045486037353039747544411584344166691513962 +8343543694892040940224135766807400138072678909751563547074645700842179499138145819361180694589974178543789544801347334713872045 +9708545131525935820756667264787954116125739691093797584888706242100925330533736446977764101332858478855148268301440155677807429 +8363906279880507853775707450188819239306527160717217937065519073363784713378967477694756526571005707114651691767780955073859818 +5651083308096512159550753176200623584419958971162109603579598590262428369134046173758247656339396228143231420340091898293104843 +4302402395996304257050404831355580727247848379655438560342120245630874884033522016540414633929586663157231554069390318916865498 +2822530065271711681487170629161962249557718383135273443686990757846857063424817696146359531243469019949939521304535035359286967 +4074330918579124906980668220696463605660380759667033381676449310911291881680221895239419422515427861193964219305035700436309668 +3698935243696912496491762756802269973014707849066246048122302860046406677238810686973357352423777172732249145383686882436002629 +2170964033471347644711273905006241361125626168342597916481066003694402986372839549149179850327741026797871619199281396638967050 +3740578777458341247832731137954141104761544067127564384269992513879476807275980026551471675919580563967451050762083496336212971 +7234069436162575416758566662736313504628826119312240011212647893254386199394411434394192850902621006968244175625150393585420756 +0819505443586556219267270131584242241933754418772049304646166400049758424842433111724173775260453475529050201556290830854251309 +8694504279853225298817987700209881068598742151871017058490633074185456825579641586256200310473031416146096103034054724162968499 +1678422417003132262043356103744836118876129032014712571839148276942048121918851516621273265839886300177612597618998212159348375 +2526979362189085413641977979132635792430656327264789820332281372901762624494315668746921549021511066663733746233883697857770994 +0998995661761657851385372991367035240872501467476816162857262794643509591735415040438155899974797001865973911239317650890930815 +0189734426599237495702149267240934080052773268635893422129378135841786547348314154856133018855495625125449892981908291205858083 +1077322089308800545276469380562276682750368988122928137210856581036772006900205486477908581832538965073059726766472615915649559 +7595664231420716081656297104542741477179939201745233207227457362234020070465865805626851389405073254933773440235630530654929440 +4561326689796974026193323140357607026602878702428514108628434286473624453127013395116455824218643518830181373377505009554553648 +5175104916514700448781338224183451234036582197678358641053766734457042147404203339056493172875783393464733980674769043154128903 +9625053130166787806916253108452498110678784874573415439254136465274322837153616892957540974054903367967131773174510386204520192 +4708907023698793329968287054491892003035884220479471761449794976142360667172403302792534515419470234070842851218805657152102504 +5165815294615880424810698811972894519218327570376404414484865603951627216319921021460205245622341179697179353800333764741713858 +3375832459808523959735342163302977206974789134934574309888193442489681770595931407566150654834927560855722717629843449379732533 +0696873250701946777504053721122628669489758761941472800177248115996803185013999823071443413470671100299081264402635064626229095 +8025269049201568533557667082941257090329107268081485134499591411578665111542402290969079825247733361568938034890137999482482426 +8413571137578802277713985161717245739847221863546744280234586017009016274669615970285654793200770322063367655004275873714400764 +0799707402410991916198286689965775278824664119744877317308731118045964149958722032731308079677323234905411311426216785693702443 +4397846375057495792019955808977919911307473873070308655227892822037825751568866737076516050806909779275729314309462325310751161 +5878515311252357335941687228452716020488777361851148660668041257248641752627888839374533734775241618706657533250097255962909759 +7924103963089477116974416014956752830485444377913838660792557425488769129517146048639663168698011387132583363962130759916380103 +8854627858331158799334753893263279859800213644437374816465531701511843970386899153300191498875238863924442400115037208900760391 +6931077305054934679510399257137017692212293765671016977117885559987800112104522229358688690556795828786584220491722127422607686 +1161689224772384204986305992766453244735906304538266466175104130240871760142886069723737054629941552777930420547825827115890782 +1184882323411827620265622192040661772065557335415769691870166844416649885380327832148533301202237904520864333379649271453239928 +2427936123038564183450762355240415926776086706660362490151633725587501086167861442974904906015877742003232322938651897499721504 +7575735828907721001810713381085000197583517056663976862531026160720187808215284714716227545242555746984605470134836970810868686 +7690274030579086519662066594780770842382679015250578750543674207604336237491570959207826549369435808803521562398005006071237827 +1591235570232351829740515082573934645171861807176059621044839781347865804129548447089911918892970375115928184446756254541226685 +2615960213766977626603096139489045595459731295282305420627566186367919926990597793979775395219871115824222384407322704217828184 +7269890378837649922156673232477845852726935996940584696490442582150880559450498906939124023442999694271016368614887466665480687 +2492299648986452580995323839604907135499552296977074591849011346778726414701224990442027943081442825619102646860492552917507521 +1791849743502515995886083914654782544108637930226038487802556564179211481768559160141129157276978288393204371047755590042629364 +2476979194376897909780308753936290021359131405027064825271771828980164040364357335094434041723555965477129434483174161190644661 +8416023154844136801169958073248822091441560069684654659045233353502161929981208692256561137140555110119558013208216615513472071 +8088260724856516409808086622373800856820389920242427841076949364650960501816473316120878023138924750918248626057879988336142195 +8686116426096280530843620941389111299655341997827197141570086674404151699053951971920289530070752071000490045958486626799786432 +6549357623845124371617655875408646869879278421775346320373177073222854384021377119568271293703313232299103659136776571632693838 +6591886804108118051730248844194375009874244915537509136047158661056246282742880964703031154340229700891206754898355101039366979 +7268446901106376070498745112524561027602391892725887518917435705098580461006376837385629028194839014124169131891549609455012171 +2285131899533028794555938374512548939747904214953588004250694538667660139983891321230034509152717542342156366790660293952707870 +7433656872059365457021513060668191880971221287545847083471271690608548455879533083319220177538857519457319889888751900959653068 +9242848205306926609548172769597825608518368367889673409305233019839916718283755877093610440755381268416027885226989117854626319 +8543014996495123544046729990961256012932771211075541381188839964005105738775284593953696325073738652709607173130510895811417458 +1100281056074250163495442070917233405800039282178047058927490789657980634481405379098411400723381012395226453993698124096414583 +1497707784106353163476884094382224594079935684207379351580860836917141337699813295106036949622008098195962892923132082743352822 +0227639803444432864090266134712772762851750164363159986164200332551145986599690734005702172852457747000704439537884708919681464 +3297805927942628853699179019515733067501114704121488080361171310117107236329567894778609250864163044875868270159183178936230020 +5632160100910553597455671868785895773407892040726468337688933116567628214043646404787040937392191211462332257825317687874338725 +2296104873433207092085115555734422123208784998029195153841807872132818719198275132977492788603520666575735728468601968901331765 +8507664661851267844375807200747151263758160914796423476220162799279781135476440706809418288627923653896822426541736985486808537 +8804577755163112469882477676592666556395113447285604375941404675578061757730014398552781158003833295830499727417346600077947853 +5831914326747916706642066586312780276779650520761789440673709492335505292573240738337240722730985752273930258542997960743098240 +0068020053146252182779250786628431011150801984991349353593228652822215156799328870412166924618702218796377703357100331644399678 +8109188902158713215146842638263856459757440491023323555585167449490157093903282451159411558188534514053282926080246371635200972 +1083689238510925211444565358062724034393858074119865447872227462830480815166007221130324188970568012551002420122076677588668537 +8348566408824119448641450955381151117598257925347235252204110951120532544649854733446808547885490496232547849386772180981787081 +4560676276145414580213909440734926632475864478909927595616312861612204269485671554044668485757818928586611911258131650112268582 +6442754729881254198230970045300311192828701003356370115227215491493010569367089158620723231028014912810350816540331381099940995 +2865041663295338237509904105995789610569727200605222728767332785967873952215814407401152907766797309671425581760149058652925760 +4017820912206849712695013871311183547029336150750415340954915312119753021914893470116876327839429907255892388374033828544982922 +6915440546354439943941953788638484102813214756761743923515532313884486004173505190595536349294404018810183152351908266279594331 +2928244470990795144278024903861617956853603900951440210459677120550845092043556188794480813102688176816346489991301120405759270 +1186435866287315352826686449165308561598819563912734578580650689933009781657638259105653726859937343022833693021987646952723005 +8712542566252718904406054272317438859093977264257379132707981296910101101713844533871886378161442772031073848272459192591830784 +1058110999534770164492882010801967465978671453250245066874219221865094533085057504007502380425647847612715483754244102708112443 +1742666667868535721098914454487184166505673192687612783065836658057498575235907333228055857705494275550823062941047285844371213 +4854496575428807093051119901176270909165842784911651361479733219811770760153017103816762799215219103460967340988812865617828044 +1917561105792307812885764646858740340976693913696981626941718101122829669609931847477816007131803415395929587982744622533841587 +9667546614449025826471505952967761841638682554759010436234535597997076544716136876213634826200883843816631177929989595634824997 +9075236896089146108414434690485647098336762127620316996183949539422311636347004018452729032082455756224021955521110115243171929 +7022352504520236787549133408418756692328586206498166126138700604093881377702931259764322041155662852059678496015745189492835117 +7091800587591451755394603236816915477651467511713772374848670866752841854518597403280700140135675063538245814642015579501650431 +3475133641567131461159293976535068676192194831897897611380261311134218099223461446586431446131415308645022873899564559364425282 +3789965382702942084656483383865958903699057640653956948168423022124988840895696969117651267238844593486453639829783832289036588 +1651772364049655351227109534629863148340655489696054950189023140607819232747963074764923819690470465024081626771998338862194589 +8535421442026745607190566634422441543153174467912420591988970152959270609189415618141521453452531554132027545470737271909694248 +4266576066028018898848004953928316732798903447774832407967130237423961865629656870579836679541833228863492849112635373253768730 +9318620813778397458907750295204099889575365028367626038475757355404525059311775107234951920852829456542067713455662881377001712 +9660563316063581065664074432670545816492979485719464785114250983280531864483884025594604925138921571079067953012249664289286107 +4733006686229685087965270923863015490601420365854224908680910247314401508516820945614321593880289181386292705522860502467700146 +9595467875394655716250868523623848001720836247002935008259127820208612390799061964695134992188932480652490964335096936081240148 +1812489955447149372964288932685703059456499125726325849419752698359991222537673326627718506868098338620828381688669635638529284 +2277365318750471576552640984213353147488350298228497735938404810800516562727031985237579073707417430708173600319624539956749453 +8558865515990107426689500711926656694092773040192992037548490908808858324669008603563963750417300374317505710614289622964156217 +2457409596680804630516887336784028949728779145781319560216200606134423822190318186800036885710141555957030479473061434184735920 +9100569805069607595713477651532945125488629510591455102444809609662844669593112401315706794492448332303051585825039449951564890 +2934068975480357331702373570405176114572488785747724819226534222897314789801301206100799457068445592290174980265109976510186964 +6974436264361115896790352170073260547419486352304459996628335808264941225228110927615548124284539746249063361590443246656233810 +2022987197590236256417410387584617910709314684989417286318087666015073752226802244527631727840148104686143554769788772100971964 +3931314203567669848668014170818609543271827823841957939988437792149776879965413983671414699512124596470803895106449229017252962 +1646897058572253319802460817369397398067528887800488520057974357980724071070615260303277654527720835652573050782049698374251316 +0612949136289175984348022991134845911118529208723293255584972808307452158666230105816460375784187988904522880654792018341929152 +6230320383294577758148209875436786980246088588555018398742402423700033755813061790265512976391765915810238317924960933176044915 +6724326703636717615730930803229989144709304487765743249773045992631205387565818549594275877262188712201760168274734486308418567 +9793449160017973876181891146468573134118620184336387033315592292444997748610681437980592831049932965491128002640896459624743912 +4292773888056347657265747923515456543197563688072118373801968694939175467616839381912904118459023550508906592936405878500629369 +0726575398511990054804247570050536297610421442312874646372000460857738421341575986454091454129764640046210072544927787587872609 +6223497359073574286258812426783136238045789247117981734256875260415121593723556039489844073919163685845325053278772517808357882 +4805353931456319684552807410713836603840908704132137938671395582768618313934438378980539779778185823334069713366782891327854771 +6127074671224214243978383308821083055917752075116334068237357481944923919216084154202678626979129283869929664457025576182992309 +9095642603811777857467738034071749226163187428061948529437320054852470403172207781014210493833697169288095448800181203251014035 +4736481344099852996408105951657679269262847981157582390462101509329835494113215114942443801348682136828613264161536188227115466 +4003055863718708771225642500990071025833297545571403747979992978828908605722348616364122656556369792934466258936918430294297508 +0884716108700884651920742851823456839844922966806960079344733214332219603718719129110850475334654765668025057309956984350345154 +4885236271502923816983822161323233481126598003985902081480145736364185121032980985643061033399360057443356862260970037248156868 +9095109506937315402103438551736664529148909771957666146775454439817301965157339466426336556934667643823128218330998524081566484 +9554172468178139926024925040064147501158211448170728837042601105476806693933691272219558658718966118313273471191896511638062325 +9954369358233682690458005171274421730241048095790588467590844502525588085948164312745806267036443692262270244497152879755376313 +8540761990884030057918282213961331175575293790886064372121411245265558611444044299259702033859938015653338871057063134186390567 +2937295853774855369815055903708691070046531641376115545763368983982874877046797588826386810643172084809422213611867667864377575 +7456129086242673800167308357557286842740029636829456648911252509981444991813390655015368895052836323823418477931875989888413494 +7619903401290202996353920197163165845104216512134977822317453208086977782938058360962563863616931222677006031494617743246676098 +8619837607929254793532399964916863199570819754247459608169557658376643077622610923724449371091028101105519894212018425361113161 +0198232737234871539712619394554173033293046636313472444724663228704935678432306609229598127499957898688691002287353410535746129 +9160344825935915883479808009630827527538308033068458669327511758149831271072074138691690968888119139014429832927001663077896093 +6075520157463461341098226057137016444093714810741234441217965271334334440753561468859945005901907007749818800609799068435785758 +0546092246435123497159753904346692263278071121042508101131684892541656872975812647089730436015791483195690674123772749878087282 +6758449872382291050831212201949792798424861556134983601310627614120558124555112900385099751123167702480059628861813816928572678 +2294380967592455168636104873737766456888729486890507823276579714836828251933669783531511408873018452811541618386657467835047578 +9771964953738092240932562360117185595020635073758269035209960005817272212266420970453644822258523689081214708732161974226486482 +2078896042427351080221479050978223463317038184395717248909464597626365437809427793625231151897894098417132582150723722131356816 +2733651127665461066112679225653017158187022844835577848138599970119201959393371465576981148627618500453766449113619920556794832 +3098796406035170187586479893078215549068777188615428168013041309627717475700524281634638706348659216956344427373631234955931788 +8266607652077744997152631910857696622624195835857414262086680438204284388121731692389911117940177851680318293050972437430080491 +5263662912508589659968304863826115756592152285582835871560573052117732379831943224939230850768149596127803763098910581308889239 +1399259544384714811458348148272122374447108528351486026748375991519038080289258112233626298579932128994892803010854830711867003 +0120562601270662181088525907457246972630366755109340652778459673777734310903812432648671068725042051752322546900077059823883777 +1071975377081858251465844724729282629412278512504579575631776161691808267150394386844729953211628319505799528227342615586982667 +5142190253907427483211782117002935160362621628506088192922092212154140185826659904555543974037176549370222198088358512119912742 +7709122677369521964052899819214134971313049580616225982506654419124826044743127724976092244678406630989264402052401911579629855 +5241083294500875288635504487164898666527862404520007162909767182104068330196614730977680503144106835763690135404371824827295654 +6210246422372066059297630639990103921525353988425004032130811899385175353438423745075299078297982811812894692845392714907314914 +6639687154171290857100923298064297354897427312066201467165805288117452112109293854180789331988821851079333157010919824197308857 +2725453575267288288994357675260613771455378866560128031996095809604727908410382843600101001039972876558637948184365207490031492 +3022829447684501701771651529957077694566855215179433255048106574130176149607854191690519660804326926806696105896923466573489014 +2276500150756721393101309310240889850130747890241895231090329328679796493201088708899083812272168509412763541079565359287160502 +0441480433094880222135017379174984153891031352882663477623197838966247123264644246447696041370087767283894667315757217159981846 +6600209627389381111032923919248323966625789375205223637463959729585017236548352912218466643214096190786355523902607233701011308 +0879209770503108176937425508560832114089876275039410069927508813642206128497418765988069857902212785710790868994707145334746457 +1573213691519886100372421851125709104684878670999887084420803400476797705625591520633797149282934213606570900108998582064311163 +8676807063736715112005822408555267407647050728641117839753641320386536310057649950460984214505375532528456592558681408856748600 +0458633214841398749014431880145127111888700604235741500367092065118505389545560189317863466505700948103428117858933891140917600 +5132202176401630576193346962510769965520088034746560321030328807272795203005246723655044384670879356197070618995577734499503916 +6506939563329550580672846170456665825955418030610189100857896112174782009029170826779986506077333681379230762539236049071683000 +6370393487113254502942284063528147627172601717639450424195980075047464787096908959060881173708540962987133431304917906118868338 +9267746888420071021500735075663336736361717345091433424161991124952838871022030399503645263408791327784786086730026429717318657 +1672147391408891002327479016767689503494648768717682253138108661180075426978036916352251329255918145397491166698770599594009604 +1973656522713866421729264353952482643307862403936073686775977710379738331755646451684387173747099995521827339722863619385237499 +5408235756969453434913224193378329404979503566466468217232986076880098924660185616188785089771941834979789440134998311199906069 +2232778818840350786605080110308895419763433233707234872571290509162878857914634432096414764357358087088039057924071148091731175 +6015400792410124384152213047000568844879712268022351230585299428537516602169557527154990684330404034064121063393300034030430905 +2306055374539312465651241264233074065955242079361211680462145344554747450796349210759636113482252702608031612245403353997125476 +3803253691034432130798363413192595243576410393487613462409388440991106589264853952016023685661448176427389232941666704057678369 +8628747721532797463638681268551173019525973277356279608142072485533442125834239673920151827309537064739870526314899247429664781 +9025827660968538606553886333865132013576294269585884802265251611104643759277860774328243246331432389944537967831541391858902940 +1930816587488360252688732499160213070813273038333861895643529140656993608246150830322861238139209540926180077253222099793719072 +8959519042048720068153629627140256241685908963439182993973204720950662335620899080859042503691987552467007737450276337233761755 +6288965328635383011799009079228464765004787324704548708119617161002013632986577780042057914052383556753286042031709306907755664 +9921350932285357024268612614215975988614776231803905241441720250462994526451363159473639866331342141233807338499617054943944238 +0578049360816576019800945237402222592171684814088734743903979539564400529178521960883785173251341874550331866956766247772470369 +6083904254700701911630159329372053705191987684688500636724033475465777760911461588784110437867357713431148790643538763108521995 +0296263770538400456769346062348737783795801732870097577376952964730500440617573963135158364912865598645263299913463769215039071 +9483488255991073328145731534454837990839423394416473517085030613349147333787972449423197209621559003595529788900553100012406747 +6566884594766054381929553636693829055015384572992260492476307544253448277903698366356427152189807274375674035466963843196695551 +6323074679661834194813723642658721376145252523971723277400835325217197190050897668239821693181091121061162219401288326146881306 +1808318984353930429816050257400279035517547964016766257303295002919848213345027516727642354899576468006486504355233740324100211 +0373421583654094261005790222006220690243740321608605292144463259644370384862300052723119124037021639917903672109294422220446746 +0968367458627898019517765631253210766036998155063276402536135475040822567588712196840514962484791203840216962030611173316284918 +6730753402413401318179055308056338575836289967262947906669540139949663260817034924092055901733213326920487904492973772740252118 +6813399504142772729322264698007839309738863435169195740088479397131114450638902610593694986422730992468798340242051077542153965 +9094257292692469011371694239749935666279240094911204646416349941755315640280190692332906803301138668428433338486284139761451437 +4927696735702519573953727266824755919361553550569177388087634691983381789617481807188380885676894329271297374663349552211867549 +6214976348118306656535007501010457882239285954427884872811741042673638154912694956412208130004776408704809831151781445974935728 +0120629582751291565009219505554682954747176012178127728953108970378564330824283571745236870527703343674549433801104649142185888 +3235814158776446629647585300745371840827518705724793256416163401064594247074494980560274282618040988687418212805930332830675213 +9481691238337366800610093527436128723725108303743340453678113695806808341554588638276662497395500403037304969340369996972707032 +4082676737625354210464419813293767706297361241754982481007296169725698649583516782177058747437891980516222464440989464874961596 +6461961406394849542189779035893533584829634128015156718397540384299215958366542622049511074988966488475073248255117221338638960 +0142933164629079463406544918744481398396204306933357431841214352733485790844296470933212820449310522157583393441447538375216436 +3436698506912676403242337919492000906428711269510381173399936468041047249569064777837314598565623718618433285256806067639636763 +8460415932660725184337524946121929924205499042071794021186039050613143778222559008526610557979170270365704047948250328090311884 +8815703597819948360630939744751577068004694199231149936335126538352407733636909351409964233765563167198074923729461436493523959 +0713926842635856417640343723268323797389202591360887205782568996458244122502082280450763638212538223700620622044815212320168684 +9492871418408066338755969200124883796242190267635257673723366249954282292979482645457308347074754036142876356477739278675875440 +2183538168589813954235091042917215997797441009968993171615399263341109892414323128649997905799043937988646881424204624530006049 +7733957096488341212048475007904035717627062565794383079540365496869348281433928986222996400495215587152772750589584231009322321 +6967167721546910451512704467642578730007590171739084668065616508498732163764275594573615283985791091469103384452900988352107000 +6807413612465354023458660940481659053886101973060578770973513038430471528121342377174140575232152423951725002933862875035962993 +5491625968951170241792359320698419197951622254963187269169519754789130928703155856710378168285319433421425146672702276206900357 +6582314544521282948303668171056488977803778991914594073284490075274341682398796202525053587573368003492350674264590216915743030 +0229180917308822559423399370500197589688253700875858499871606888817412759424516191276640847554118760685723541416666202243509736 +9274208984682823732942979222927492539292245964003720945726994325795924579380001664666341956208236538074900737136200088724900215 +5814292572624892701632682972030886871485930705868231267185916589385811869703139406294452824977282139608709779376891002163708313 +4033763100173660376690182575379995726083861081926510802579785312647154456013703372795547129639766049095465742696104516613357933 +2568315805640894925038031436747677782703800879694535494046794349191040639680313707242709239136167699797774023104845097743799234 +6763080953224487156488442945555613963349180931811315907436001825754710792409694328952798340996992622252003347436512459358128857 +3954533989335010638156841066648473526011867397359480295694595402042037502438174479721797977373598413288286342098814213128179837 +2396433612158432510452891115965816912823381888049756989510546093247222344511226918341455435352327199403241839439420506108676964 +0795850610161143815844607948060775881656537958435083754755508315612517655376939244238451149176008256028242905067513932423707050 +3517402986146524008574508829340726577308717530546869694363472906429850377209335971237767032862995433224020904386089476753728648 +7922151222682324169544546785791039508552110735905147311483313421452486749631056709157326288104257728264776617306059521303067262 +9433265821676424821718658733270406951796862690935463256100330389699577509374904038151899940074906081844482171701461900939078601 +6186077218855804555456232441080881439587655776678203701080218698681846807414980313213113823373021577317623820418853903404980853 +2057729858963790488672801591735476430626710017313638370400064539747700089967564851982820372204387613607305955240060602392589527 +0383881550897793438940267029950019121382581949345028853214775595378737481122241954444306274659828618843592228475107234699152687 +5284798962706326315885441962112759776606317588723708150855167126722288961236786090248841992912344949773249220873179712041971922 +9678187960541674562218790198419395947752158216709587927827286969325482868753908887434457039802709422399284864987575179916747347 +5327838914777072714692085263368643404584146218804037383216974773265161119155906542869845216416813947477024304569196702936579095 +6268003933265575972147374394617649572960257762413423428779104569461013465964897200866208582709538990234194911357542427621601938 +8074876525846270711334089333528645517621667077382560706349198812216415510664481057225472908752257947691952856523071940619013694 +8017368030459649790293701927587307177007662644838805113977690349437913275410750363651007980050566471766249753077608880102272532 +1982797159364965178888531580373430260986522031868350608333752657707407931000254944024943348168140524874484514493735113742249981 +6288538584949755098193652659249807271937205648283720864311553381239244146100739200355642491916783137202534161705603274089556521 +9354739749045138253043275273268328367815186805183694069007675806235940663397422177024952828447038786641822001541524569479714913 +7698528117160783953905420058390896481011235446749390616223922774275291430828661119528466868454607218473820114505896776059375354 +1619019266174818706077047840193129831420498197596777970098691437675408999864116292704117680089265101055969410774137278714249866 +3704870678985840970113166302795462489950063082099943547515245655672648446079824717316402600594084559028770660910436751665528235 +4429408197253611572221699160867353954702111945889329273311821911416970564822252007768702453855504730931208682912670990901446785 +5056501125351085290367349611566587022633517744283896529455313187439470673480194626772000636195743336806541403680260332379718964 +4062991551971333412504544251310884322830607074386974123640580284992839293238984564989258127209764459890435786526862148574118080 +2625522665812777011614768650094518338934467618573508691312860257788451631146950375887371627144471854275002143114396671788841878 +2226696461215179698643658067033045890658991544538880319431666117259518073995053382607108900045909290904771038098705696699068324 +6726532088338857549906950143621062126429461929145317128221035122460444306074528944822699784500814789341052158726046904507897034 +6793037164285887325166583356411787362893236497739544799385622176244058491240539097656877256235845151279052346581850041111149908 +4093573044381701004333825958081420923185855648955716595548583153752167241574306747073123301312447687906770815027018933422227596 +6707271839374572454938209957923490292030537274459728356418336773458317286912917431092307541994164910938497543069009665010432516 +7241600538166073336929364870095691302789706058064621204209320909673557421090888354529446748882788614331747011940455844576764284 +7137143302702161225320499515565654830535431434870632910006167776519433451398361978770695152191140156154509207190258738746324525 +7177837461622149136708945368215880972643302158259696018853584758017706472295497707280871705217770629770641478542481671610250773 +5554013978114456033660343221358867604345109625580200393288313536168463029481940254044728394046188030569648323861618169629477000 +8748988786120543881188413407361779739580428614335192009085939766971185616502526635854198592751325209395171686208426924544564152 +6617729010736669611153048037379873649289970538055287963581277014784710903080627770559078145423490012308690390159447385760636617 +1396112919025930755072794022535421762089970913319020087082933809741223660404657644541118861471741622430838236195432385726159361 +7249197652757615950334012535738132798576509936889286629270864681020298782574659494783085110319815705595177485744225974776618676 +4858557343521566530159783491610288461205535017137620369901510860776505101408698469561089138749268742702921025433191359814405089 +1405508073047405874902803040100792069570430571449445778558936794822787960786336616853548170322337310425822658832018643837559079 +7255075818431908394615699437073631405701119134607024097267578921840611418622682373870814723883284591259922905738590072345115516 +4240694967339735201081972989105259182809574142617805837465112261091318429255228721568810181664317538777929819157212160575829023 +2748237669200464565992816533713130419647283186413179673011963172187269272224647869974262327569585442612854368077691269344188871 +1222760335817459965853292578856201576938118519312855304508610105281112231513426234814422228921425942855517206703964421120719762 +5224765636718330925202872259803187360837016560225525039097597027027310508724003400835919326880989701929146674585353105826375662 +4608686356759945389820261327877835956104857982859971343770150256738677287345081654437248462809898624047205228119203349515135144 +6762635128848980939500701402251709503914581106728361156687648893186497005364492516596632908393739083848785619442884628144162198 +9408219837678921746467927680318487696309519621970987584546154535257273988915610716263345779849862915767049642549659017655936977 +2878461866210176159858735856155729710212544372367962529421415383498942572742627275020994117127943578105501057737118382232121164 +6202970140395425040275648643808519609153095822076099220917958127812733404125781257612941188098229102786208245263355552763155862 +3412899983063072356219645639174430993848691176774827540248823520470123385464397586328853608924297363157128484769714643392030260 +7516335187749776239975100738544129195651952155894618035351972235899711941435830137791970183095848641340212385537760526454996975 +9326117473414458915105300842976184452176417489508025383214692364884363250764059076859137855740438113389750789393201920849913143 +8213713819060950631004232834986002902474872793703875917119551478078092258435100422531909399249521481966638648761188280089875780 +4759150755939784604117474362263502288999681621525995527689733138120086197663894427404346527959682389904515329738583325486736756 +9325978425209872464237977527958499931962722888446298443732493719892549369851302316811008601401750818556435135705126450083049922 +6347121675883203194927076244218929133933870815129366063255106247006180593262999464959953693728515646161688550961478583928288648 +1770297585530292141472219789662846895032928913171250259285237148388628954759446094661658933173846573153793706711301693991850474 +0792606603197595851399011444059807607822829889531316870539398964731417122727677982590799094547174678976545309066723508642538395 +7542251187115005568283732133757451228935803355815247833157647444961116649664568241618566131440468159056245333148920222556848970 +1686590915600101341570938724862037843381611006851337958368672209742162426192678307570447318588843817286911928534762475716887889 +5985898442600265569905129276649109155018541224177922670883691334985077196371351903258301592600475229763499481236752268688794381 +9908334038229937596478744640386393429233365920050089472460888907538665294038594595567391991275514366380037563916695381509760722 +6697176988394487279550132960940875716670256744139528862226095599316038741474608986574869723524996958686407456560239747388319182 +5272345146409276991368562911742268892736319679968918454777104809692672080906197146972033144703725807051487037561295160467451538 +3361581138752178146561886363234614574825214993383047665369152075131490893168140965966229773832573946751662445845244243875117807 +8497747825333018837277204487016088859935993376161231128402571833027091271675038762646104326773996163504827534262519513030402352 +2850247104178367791237021165640248127529302018809122924281078393572312164207913339929888292707995450264033189457174311609184073 +8924909933371581642458243436549195910810805622486372258791244747556044533591204446068293714215938334798650520367000310196349472 +4508128384366452869820524778886955415968833938807781198993008689473057745756213279992800316467476453813822465284911857999907387 +2023953430847273884483235864052375615320236609720705596526699723117087569499174093607783752368506950667179330339328300764225536 +2114055767363508202672868934173997107264743852817603394956504753530153541861401139621693806395357957937922300502759889840467545 +0621018093521434841220357944235687355230152336239627344725027296978480489999738827553268628247847786834042126152054295485896741 +1728177905254640772617413047936979080771772313470023078251325162582234445493894126314939244900306139362255151328277418578396047 +1792422884816727055970087290849551106652457784152258102530082023142369893647618177451355631227247379577671860849853688299849551 +1175037347149672092098074310747361251964753674884333700769847744830036555394374700856740987145924794681060765600644641697283847 +9174589667717240975144336198616364140632445180996668524271118863864525314244946497799850056518633949293612226613509484575056441 +3024489420602308444377762407441001512681502589345978196662197798484057230208048085644756143263157845710447555275495197040972213 +5990095737215350840694710792788564049039561363466293476205766559255673678361573392948770517450420686662337759686497763541080151 +5536095650185550909008740808818202276021308469567387829730017248451381382214473271435330569988489076831395673641296020100168963 +8691489605876605176450990544960425812802030262532258796192840475047025803288315858498575542856190938582743335067317105863072855 +8766959566097551451268355313989562707945501704157509911384107284566676448181401117485715830603954518469086610851712800284373857 +2622452939630203014872224939693671859800249164641618680985148159351811785234412541320836473437263872332827932949209391274805175 +6798235720998149184680985250493187047397164050502295623889415695762080775856311836882958794525078302171514915009308220188324579 +7404140736104785086437030648484406734008243907361526117865122472043884228991384547907143497695706699559582484787176857952820522 +8804256451428134606481551907263647977538193140987930551038510575189609463453621867637464848455610801693723759700181203650436839 +2454914648531519297448584075603475998203868332048006750382533505496359960760723675619846780966293281981298326598027774066580197 +7995861529357273876737015678397822856184868318896981667361295506177063218216975663372922918478316465965515092121524544927046347 +7075516111646427841984461388320881450094372462158722036978724530408790912720869813138049436688811195541657354372228803333585071 +6429445107361977048898774220057765467210817429170612447918756002833100352538329968035564836996813252177717820091122268457886430 +7174078917945962391527335388096356842601813618444449251961003226992399982772853124625379285502923443657958530018722098893816397 +4966136548214340660067711135963960273659031432856630667889996071606345454141323196469871177597395097849304859547230071866679596 +3726141431238995322616590363658851982624885785492321657227849247981548495242247508727680411775990290110420891478204977360853532 +1644317907061571688813615690182418379232646792079005297020445585096706983621152261491067330546246215457831060764875633375743540 +0260037498619368766791619780583839981870124397870392302778118229013764892065306663721631976910781105530817819103416467777655922 +1257160865985307861172892171513923812618825522832093610372208245587343312911128848417617475098350804052464802003464019493811163 +3766028847159301257741274325560482246090419451830573366629957679849625493927009484554531296839025641820596875488169323390321224 +8232388226007759579919663974563407506786051531271638328419810743863932368666194478382016978871056258046863096095307264426924960 +4549834654287891305590680957281622094960361243150054432811463994295196664383435297694301203486327605844830810715344529812950660 +5753311902123482227347291010505867923405362170620911512612976729652957268599586765352146177919457594239032123428411979879139233 +1756522666058959488542110121660842887596621268641851969762507171503624064440144225359791257651455405971257235743672383114242117 +3669744927951794530124706132421697781115421405857509254735757547057701496218013526040546290811670945415111481766033696065077908 +3743986898663416455838782244658330408591406810811925113737418608085893951934341548820971030074613077943621026895167359064570606 +9471978412930979202834282673808363212715221979769900548835760002508328425519756934140019511728229374555172954389643589129389588 +9455543651731906114795743817911783078297338344457513508249293073101170733009370971042675747320086133963697038647918247059612888 +8987238012717473365026512535048463787033301244418231940438539856074603360903070483058902057658066015083363248256775852399567354 +3364502373064620236820638615612559600453180311037005397530277541350185917242503038852432559174885033399595723295543954546558084 +9899331087165498351833150053347482195081440704956752507876144131532942935103436324218551370249739155812929164520262875021494783 +6908904643032400627041773579937621950623563067061899745276566450404645141582156514162192031414915906603166745603027411059622640 +6495757281070400862553880509625330137059949973388167457480215447233006890221821337932185784669081820552176614865399261551583475 +5214987707999082292941559306056717820096495439266384956685554643672988468125971218644583921446293636673793845912080991022068721 +9098075542650837679681095355197850211686123726685262897042587789900344672369748441583193738857149324437982999889236683375639656 +3454737499177458611505297150687929879276146562076664745364918792408073476880967147036390541767431864129948395331642282070602239 +6878237499611110425456520778926623547629857959652095556385934261653929146175223058776396057712180642186976052559776640567287939 +9117825842497962507655739795549675536045986355442960959176637564697703951624943028930326642942379066897205661256857648338706258 +5607249824040048715831055763915681630425710558796489860046207669351392908027930067134903067626066854044057840603625024212216072 +6132093035960157469992103741008683953459144927130308314821395510817197195888871912314613073270790771658400690547770532514734857 +2289766523163076031024159344583085122839051296194651927355671209701571188590931542840886950235609126079848243347538568462648984 +5766639281060869652151900461538022230554309323803322083408453315192390160247383316259588161796028371801133887539960085255308323 +9483650441565836194775795637439945189737766569777908677905305601319160962603730861873961369931413625520373523170442339205096446 +6397277751314562067770288602692729550017088466152598972362685935373861021657565974015373030623318967239986491125515528075018887 +5402601339014610197678055292860126657475597634829577844878918241260173909075027791997352414032212153167271561905364752619385786 +8491863948995147633786778542070447298998068007279647829967199136460489001972567744945790789456373114064713748773853626265799228 +2370209092117301003097542080527068882722669167429990641325299940901538545419032212913930826834352316812337709858765794889107909 +1398631884718147949515763634548480975677014453715972288924837802795200463595978496786857308537512388719226166051585776739717368 +6941189534316796817726911487247546420252712714875639017653467949442416805399033991555627055669486555645886651826109264153186819 +4940516166674720818220542130511334825103331157208156275492549414655335399338455554953498955587141484886410449146234826660024826 +6659792948006838082450272697160209259339168888357685416533244048793279607628259013570705943914832132649302220555803191155769678 +3450607770354143996892622745433805449122734203977711922327068576407370897444833149206827486642681899060356549533970828759001934 +5727275520263633514968976110225542746359061074870472786303946464842833869445090010825025879958856002949152638295200941043841906 +1327175710840731608371208629917959139504834096615996636184118498113010168900528468440699292352911245996048410672241669829930509 +5804872329617982647538232786144744032881485213965459136524837612293635959247462464117508493059931748287964717902656930987863246 +4277723315738568098484054986328302182182023008609946701266751039890388797338292226205365731416488922689962862442504898912370823 +0169167783207015850910326779335592201489472916428336283983741331168324385837589731443211700684040249551018329769335204931232483 +5298537282274168905097783252545295159931996045324669229561719918373117774516092756810950028198012718738992851067743291059615923 +9444851345487696935698137109913963152214976022384665735269814043959675847649595558507091607437770303094115672250928216923641250 +2149472592686716079768844857346451000286201002122320769034758020998927559101579776094371380910427183625784710226757782544230415 +0647876642293735785152692483992423954470320088754545909378609961100700126777198798362991474951795873563734734785888619665299138 +5849838488444430649533263787538811331357728938722568950445006777515651519234515285808516388251516110101450462227962034131202241 +7276104739525907372419126181186384546119321638501786879645354354875497667502927550069197442007577146458961731206493061524033007 +9422217503140335187736221742892478886207544102369268483447607791356773560830807813772377547585429918129160635826252418480968692 +4951724274446263780114357613049442315030582695389596800003586264063614032462365896162651936067640252887621519671734335954108739 +7454566191860852039559843736923834077952568697550937244831873949705841445761551247253789687164216518186201016215799884228535871 +8439893371971012000885553951535059948361302183174942319645796198457357286423328894929588756597087846522596101434099524110623679 +2208231333330844864465745363677908966068876448934931718761801046807820975248234034617078513450119384012451530340905431793537946 +2305572597375584599916270867173159433891169944691281508143382202813205881528811308590035206333627177252785229699333403132814188 +6581817307307772248849032636830370028521484024024459152842727518740380359881146898101434552487760886134249651169919754088451088 +9972253499037895070298514770518285390402914258598519025675691003304065496834156654347189749182550625905099172508363395356804877 +5758008808025624632351941198979018660594929305107322792450818499652772086629264781844489198081813129733546688788720899531192457 +2745675328488913480621264293304705435951452309540398654081411328496424730516137398740590505211615977997709945823736263422098774 +4319217301030265407335508264753089155109074707762624338354639950177679811707826932551029618948153019495825747590381756914645981 +9125342547489286004121333337059776054538539726153714180036823804029952720452919240063140345998373975940156807239544138619226508 +7242675874264000704878339896544038336920890771642735504973073959953113142490324395737352393349120127057115852252907686376626747 +3473321596354209308933007945651010752129252885281924230373167976919072240297072208573755175225599946410500654362886750707794528 +5727589543974524706691693259117706864773673979587751324354353742658357813584415514973239116989629743388388478173856874552697761 +1142418605095869987288446285147568178401344806595851658792922110020211362874700057924021743582095514290749364426026381491938886 +7017216586801442390706943294273005287782115442259090512088524168970016375416554459606914186390125156135455842825317699271637907 +0211233315441242280840462166926685973850749956345775689925242698347596240183158491250150173733543845430700552741593194555804750 +1797724078344241125893042060239537330994558786922162379383591805537659608535521283089375039292199790021670953442916099772863332 +6130652679697033488878720295305832453720948952785209088953761883766005724826476556165454243473790630572440696210857988190704713 +4744821686581324503785124383460438165434233854467259677279955943920755162775872557500679297287992727542016808831027373389642811 +8818850180176632238377551894120301699425047464434209428644888921239546400810384063448594908229208386662084553428371435016786566 +2565402723149127183692936818466510584042955514361987237908845951130503356391102529543147109435545190864583265738886354448729716 +2555888389438655691918145095510314610669012618591908132566801282747594112804817710376968735883323783155393749243633468461076212 +4037970808854790499072817736929400553034907676890898900783090149602127450205466513482819048073679969106848951996174948205730701 +0816030875372524859030697931442206128673990318458281042368684773151576092499288971063578724086458233384930941299441451767263066 +1664521612180858396451529620088930659358500352782541669595817923485051339758066634536721977274523994998146473981701939017205602 +2524104027099484717563367769361246592695182470261402965977193164101572566284710942794698915634141627566609476347965721168530986 +4359025426573155220274777012266852482447049345363636421786714781355224872652596955092178684933842367455487342490049229104686636 +1405127824749409497462184480237538519293466992317964479311951604897323056429690265101169427550747026874617333157171121236924703 +6018076627013550295381656119236991061160617457180144979226462876301063552180250667955529552359828561142316939674528337208856344 +4374830018868998904944977293261195517662546966324518234611103690143089662138017933662034152841911712239931096922875112835748433 +0236447221655510600424621887641222992324877860049632049076965940501963553949996895966286320389211270787434721126820780971624253 +1124118658886218410732481795333541469161905682578320893049989427979158879370075562912903672274463984603712619157580009287344826 +1490073439715132975375184719480763004789606934374075237219980119217402660147346676094869754304392997432951402325274930204871342 +7507088153751893726167389642050254715794421419546083151335746591084804700733010001661585164038391983336305667211157845088930512 +9454605864819889656904342091511833717539963300409957365660591244004512939427858955522107791635547956216918186634105330346773979 +0658593516322846162016300446203238142166026181710436615937557978420890524597354295972144917810824199008158678995080211427722929 +8980589661160288330719076634082892363742482807739228207426629330991685667550752678607146578792931470069849286956087928508404855 +0981420843325337105199162550260043516249035154228170027681913983488364730292863723816365277728171439162179656110789246164875870 +7235989772218476249654125554327002628917857770756363184283174214585030441232386973067535578285982100385381595377232095167172355 +8531968481709055316167180990447601481938541581517577911736493317452245372585792259012856477270057051421673563226983021870172320 +3966519268023261060863087111821082801296148611252172465597370204173800451852480272015584093876590792853690848377385063421097933 +4667059194375637666825712724740535719642601441210189891690016272378550854485280624499553958549215837331920055819015130335235748 +5180652276625067336617174370015460185337302241346649852510792894228685353669611675801310899772318114006268028233834332313504023 +1941303813100529733477333374209673305915978659212933725574700988773740701325826021523545062039757705261878074707241548966802269 +2746067443336418197240323253838643666106109625323987238695096142699993722607024221029583744572542375113816178166737688431737737 +1790082381839115387609873262982695752275538347088304949304931589485737690198187441832377091589179048950816796427590616885843542 +5552689266955858826481326722121453449315123458065490624658389457610909531278210069460670951157478754958271396713130819467585412 +8161144774814776141255994752061769287038765060690866140571952344698969957192475271081186838639007943816699743960034503332953194 +8789192141356424274503562578603345033063547574284980009602843989229909463071658256259561315235167835094522110712803401150014304 +2269120125327746733199585385420581800688978135760399189023545691870920243025811096318243711254873352522759304218250492540601301 +3220660009367443347579325094663071621014417170436158246461857082697811419327408184450532404128001876815109034413458694764955526 +4236810019612678173215181621403086283786465950563987195979676317579127299901400746488219293603220797858502005948349760508971512 +0842456999754267165377711495312735495780613161991580964945616998690779002045181519007002606802172925174094502143404195978695837 +4416749583760585438101952975396064089728080431113199590836008764153005621794368480547875309689843049490843783015113705286745691 +0795274682904383996694242263473123412015847505963674606830368047427506205910859669522416907398900276339485220277009294111636658 +0726660439712285671104280059752886748116228091939311944983809111670167487220776456879193368274819545300958924106260054971842623 +8150764216086897115298219326429987785009191738597276238467913392040684511353140756968540557235239878544391001829270153861846092 +4383222134341106409110971398373626248863354871646454326385144812872101996077996725153807549596115873770116755372384144360289549 +8170673501302124114120744895395545744756695363267571023745570418014263093634951684729982428233593809293841917967048459961199699 +9763136038244743451806991825890314924556837135102471133555361059824564665398157293669951119702184740695499289874076409711970682 +1422421956968116348857989939957276677533229421063047970708284154758036180433546990214632661390471026182712000805513222171655488 +0790454789270387069048408785812014404576158995323548751958890039523932351478622587142638056133836919868045535455845844392024399 +6828229983228262659292226957969701095193296498963956591476120614340834793473477949399153199148731691820887892496627505449096093 +8624492093374718033878604413583151815223479591147786368391299257097621796393142945746725700896309907581595691253852161958930992 +7107729406703783687280485106218574382700030054257355689626925093581880354626104182184797971451190514868852721286584413091561305 +8741987234103316893377380144344514006198840745678799814654988835056150781397439910157073114301452768509065135515533734967678598 +2735043292667576626222020726140529203825880750760734206750175908534901067729659839678099054130592189468939769616706044680647240 +2763006819383647925527431911808115681683993973822624367816274873450252222984650251537326892288304742295886859351709349425297650 +7134753100395351301348083365117683812003850761712390745630056031799089854945233811860729771699517948808663082113548033370410055 +2156718353193091760663949540389192861228968135157606923907872289234299014121301709409557692508414639141148641363055713300497167 +9323046502608972228620000366263176485575290223984881067717695579312796433503231136630486297616245185739116228913473000321724069 +3402413948021099348085449161508115950805641814124236561124067595528674925736958070838477983849773356429271615279624883406948406 +2586362309829746055325863292755259087415528960697154410026073785183365372343620398551768197389974234910915413966255239135166137 +6948141006945340339297784658800718813009858499271702100629421441689482806248257882748211373263608811093415305500022007093455945 +0842258683716404942736428616895358695656655266518974938995151040768012671515151979466768515865903424648012383400333040320383895 +5049269512019956300105561497239010604854186206683961343893764070138734690927147819767835829400814779254514025647466904224213470 +9569948375696342652641662102284605174592869950745185014008552719701570802715911338264166097617707320465336842190177333964575034 +9428680684767284183633020532362541285325879314896297017757679938122092115670160403478099811406505218708402491047782860144041267 +2048668363875460097326211666406188941409324970507852534507916458181293600129195542233794471499710031501087442970014489278431811 +3405993437193068750979763065800204417948705854493241428660974718747020128492308645680153785966021095932035295060527677641892559 +2814589083509652662902787080397228682431174828014560598681492336798258054680671382857806718386021239491601389601875295478518945 +5986699496572944083337074930929834075993621216590713141225309670719782429561351058677320246208472110574056384475102009208825158 +3701143845992716374497567663523592738178836225177899343548036997338523733500001300643656167477000925420983129066143726434092701 +7423291379038754262185514882391794604313384501082737513845672893062736061561920457702887522180551612186897189287428790772663945 +8038882462960387008399150903931548842040303337569963977574310341965170156166264463639669524288945874943197641758694114087360524 +6755427287648373311476510042437767363082433235534497669444705172475485394287772438817148371693824101932257743465051113814804574 +3302584529244780057393036854445554623243089576362550605055694156880682183315829897197741778897975736012282052319045886108088033 +8087176493289867561968800923375092924482419715512093174473694625106772042668885277666098646361898523510402733964872800445131037 +8320007995921770348498605128869111626930267035943426816435809551556518111290098800524644244409358410267473862764842446130048523 +1436098828025610017328979458386153232076446194265248731690143382189291992244935737904603822794261840119592775301158595671929956 +1859896675014716704798696047818739852245706249557223427847334266658566082156593745460337399765187932861285602937611319183698837 +8695387218535720582564065835479455701900416698839376472323627804365945785468346621682197696163783828936362978547295808542269445 +8279752484506847142094417985544033613129823835703913986703044915444548737906032583690923865665220094573089105884291792454719678 +1316169725449877686068579181522410565098719766530274437681078973112896904796812316498589687674134438686508004774642199962324204 +4690063619499878869524791692206588255254568407388459022366711747832387099104508881401463078787110967721065394141648606132537550 +1451429470869671002057789223158518659342906175930490990163086609677315590447420960904216338864582531646704745882645257996753003 +3594769224483393076962577578336775804994360716705648101110515582304099946203974654110102114903083901640907564773113403226112614 +7842811390980512417623967516307862595714647209118659868698680060437058188686064362842966029195804418885454481156401460457680810 +1353730331240432284758809177395482784888827256712163440645440749728289433010840369051942073911490213001477219496896397735829211 +4601945158211709423733169616586120219445506544455684681994448828365740758425856347182450418912396580393258871768216932273389644 +7546606883962070377792485250777570864737360035965255716590780907370097846008363755114568550428189781279182714576817370377989913 +5909871699164748481388103916215854782263584875652627145927520783000462057342075067627629231607264735052014948668522278967261465 +7789853062938105623444363261994088544665616630390123445507860288440231593034911635167838522597643333127458708364830418263896184 +1286144438352596484065325500754944308173042437315362632781599996019422261591416810474894175619846059414717720198222378370653571 +6971462477582470633206125394932199429053380382783796898399516803651438673139498531736021776634684941580638746309619120992683170 +8629432822993724963855361987882118654589234693568266212440633573606219295689682039033133123609808063033145394447533709295411896 +0281594967652261579794466637274919984182923757681634332365968310833409307348568763974412665592870158544818035335013012421932763 +7655826860692715418764005666669293766929001138134358352328235302135813053504743107776878655717896623753934484760219931500298692 +9290168663678775972562133999711785783179036668870829240738642007250789936063529444287722257668245891843786516368999364205453698 +1388094089899362163718773572230079214466119375080348978705038480095898940916060131319234067470176587422484787467679366538347868 +8017293664803927630769729168954945146012294840940686008911896485848777037133106837925465110245874730110174759001141830380040038 +0120439722450454617928179479243857705288134086458602893871161972846537382451740227055242495699985657918659780373398590814158015 +9185549346791665800883510913273745072991047690371888044204398878541170797025220849684634548447569944177523688037116487344544844 +3983330147768673814424552255794031561316294164196820680509267685360230979960997521617397764375675161021883986966830273621436840 +5559819786199323213875219658620019627595340113429135282821726501703289978583492131096279542835050405087347140325687712807079487 +9787946090092230362250195573096660493646419587912974580035697132589473417918325240116393969464922906025196729087774385693764553 +9860355320714920060965670358032280168554148297437945180860387882403591842300282814921233640661490871801402207762626482522032047 +3097025361491117451005377278198487212237099544908247111077372764356886263791448989161160949762415522639831639294698581458345985 +7119461403366321455704765813404706513096376229662175435103856904757065360840168635845572631764671801632765978886309611217770123 +2355725108730791813146700353437818727398062989969964100944171032459233591148110740093249920429111285758187817891195538479372333 +7717147589069034365041184332554553609756818941590171329038369697464604453126540943732615622700321916184110353125350100127752260 +5400719243883713007355805618610788516934976237500923767706894033322172234355015854525038569883308926393709084041999484656996753 +1283666031444516796129629651038339271512674202354596553588525167158551065999313761923723647718179391480101442800341777895133996 +0753973775383179955400385390016380992296547654995782315767306424246762945687075752145691419815405005932537449947304486849576643 +2979180958396224767297581462043320034127704743702992357878029772922817116999851784773690688789215232089766369127969016032601856 +3851573261415488209314332793330099314068046066211719044146103127781354079770099732602779302176734228288014045681315375260376275 +5613084622744138175415292879907528314309988380989805830104342547726499059288400078772029464667932988421246953056079406071204771 +4586730576036740853854978952480253788859203002939257757392716256983049436420156853771221502897572109716517239674204969203181474 +0982119350191052441755943123327258611832950316806139591389360751863567226397368531779203766930988225110737707276225086269268083 +1166609927459152345242074308503846915870742513191815496448329154263550697382001973332037653901875197894977220232463712982961473 +8742250538546251559619529217497793362557849446641056066254726761640756859174902719692841027963345440941200289292587371677456563 +1787473730619074666648808301286212846168364513813858291223488226257956569272198811926719725754005926219281926579718279777830444 +9964885779070155802556863992597887379404305287991864566420006473195804170299129414259096081893003248613986369776375193541122827 +8679261717535638702784929128089835277682571491318590535314932208130153018789998592505582846756436233025096155853923159667457622 +0064101062279216730164192200983393569735835140706754353527254528463606619322108164129797836707319607352924077829068257856221565 +4098966914598730293864163204728437998349124344700052324246741119119244973881766239805489297351925527481613098094358252765642656 +3256631812453399632987567720287450907847236484423613740997675264597104916297183865029408528402827703543717537820987540612308827 +9763193844988062420108359297687488837148328286540087218373263127565810612066788312087172343604520200144217517124505185828378183 +0839169941798971803467138716750724876136916222233258526467257984594030393990037357389464526262272705365500201964650768865692587 +6552250604997641261294087071350242489522328429130222914193744223497369981001341679952214443941383946458063259049876349424028513 +2213974436158368636025109248174911312580051245505113315795959437260475388392500593400331863318219524296806654096778830779216940 +4878685599516319690797457606707664358483790224825508827231099632903629838432588023623129489722939201221165328880348763488094404 +4425772854689128756512183299147748549960529805463272504802739617344094375960651486501133996216955411590283887952698362709773340 +3400068591062085249345178361745959828363146278918068111168494145377017234716441154409189698261322125169944980545699464089750536 +8846865398199885991570109728269877331973845988335052515573008133676441111176443077214835337189028637762538757833593083011292020 +5146028640720658045073881058022137119722140728994381646856170548927402303281330627742305686994941764560406751703346767750713886 +7209258975092391507951817856714755923161856176501059139093203502102911025009832983122251947751287786516716014787221574638939756 +4031047248735708744857275535082996528246946792080390060989384866585501142477546435169883331570932498501313613151748523824910672 +5636536308963660510951867259797466984603129916969819578084787382312187680895777499152465628258228314680156051454804934741689251 +0512085879302345402847429395015269085320583560263939898103230391420972595529857458723736782481282792113866713373594735837816637 +7989131244460061235927200538684991689192443600011394251966967305334141431951393722271395226793607939272662478632186079903315157 +4105861225129127048237596511466748710669457275423951266966241892139141936555720690437418563605034436351637331842274069357984239 +7714780490538701008702866992517751463558344819912101444037343071198346617249265664311758101747127784897043351442589412949637554 +0794058900554049165331519254294841158439399536633260010261808293322453935679510287405960977887161196498223064393352481611148599 +1300801876528225731545729262391681879452425698425569733040068970789105907778300649408653356394071182530765139660697696280006682 +9500403460028711452841481826687628011337250118712797471026118134978473459279189369396543791538899643830373887355243212938105191 +0873118171200026341001915337132116843336126642682077009436271005094613931653248785836179383736770204896797782028704969977499350 +0015763840495758341501065058600781266869591393444306380925176998016954972799133300711081355008885083487358653288976991291458433 +1182038281534129680784410839850542254891681906855217404657576532842299794168911463577129652659153953666202320168343676218151354 +4489515205537483086890747806185147028159038841561163491305751443503026033718219551299657596422184541173585136713789948319572208 +5427049518844513938239013971033113865769356316346953363872557559769111015332419532829697997722648255367995610629118024243751562 +2407474388820183495631279695253839995841338363502759887550630065930650395810552864219034911688436057782562693639597408091177372 +6597246835826333390472023469934087393575305915386587464255626374910540525559513620612895257369286541372428722814356277369790926 +0540482329932732167361734686964636330198342028336626252732092257904785101659859937597352536082164206650257784256989122547150860 +6958569549047812907458129176134743095874743438183862052347741885494624143736509130890665487847350948675120079666371405006768737 +8780431675373547960195603385932928721012510177772630104840609721475744144915357267790854338213160647630650329373129575638594956 +9496521524390891252020171500116808958864975665633521384560269916937417268750283135245520953900937858745308291830904258244389317 +0015367958131832930196538448945414897381505579147872992058659675192664335486653438990141847260783598099119731774723267313420147 +7668586967951300028516829535113315808229408687973080784960696295388250987543953394689424360452251573606982659417899250410280988 +0855610169950498351316129660470090096789046559977941298373823170600445713232790694833343261118257499105417238723309775430866295 +2330553865870284141777533356762036585595078938692432368606760459748846645365953536258322870084801797022785593339163737467833147 +6997226216417469287126591633487052682393389785830401431520389186301156111690874765557617527284900760279233718743071166517225051 +9560345000426728260399841368953209835209100487337639538936954570820031680886090876109665021023200759147113373797389077298422122 +8175155068276335352679806117326566700814346009488428499581701401590558929437455938924635624938224553855781741120788865291783407 +2295536946679503673362429092591476438921243024065802176610048872694278802256805275897901963915809617356852239830206442834187860 +1980560976965565165140981488552352620248220002599581191144636050647934285203553865821505084561426414945738261567792216102403148 +1151908591260497769379834919810177114427370448525005415075150280396616811812913926897078347185577604045023394052213732465977204 +5152624009308747654657296667409633669797187558140762249677298229159695566185953786763883703575683368256625993695568514289670471 +5898396239237604417219674285036697981388707533386023577734556605753254850219222927862511398982564982295186931657039590148578018 +5932796785525089331274908323688642021701636412080489905006446995970747450915290182470813258134915840332610387871533886024451368 +8138194206803987511384906150527820013265474338857553899093509868964543274546783521373587071739152356855552276377502435950664343 +6671221923018976396144288089085545597962326938710922261699996323322275457923099268605292778087753199123847741515682942101433343 +0553836973054122354894964985734607674790792609106461042226839499946875666977767744836458472114784382708675816804952000351499560 +2364997010884637465860014885474868656892220025469289156670808481103243684995557245150848863996066555128792257705475749161690025 +4110649532154387762250909130921439734079690118528643911754202049214907597563788601359791270067268169269560624171237553348861595 +5940616224028249469894892261151683448506705471885912971357007128279832881479611563158245452847817654715394431167451576558923691 +2701950548115303007534807474569747157173002064876638265966317419898895957065042960548048125830083650783906003217529190210069108 +9448438509033254495362865744281724512323137198768884725254104680523096628653622761003126111128301647813853623032837646549389708 +8800961571279179907403520239170262557803310568213744508717356574441764473623277516011904000012404016704294869157929203333991614 +5621867976685621217499877201966531190154493625522363719922688125680349437187226891224242675375445798588375405091275415995993660 +6776602064451444697704536229609651834393352676778641614610712731028707328894803760218379598569050464723477953936124087430950917 +8609350069628812265374110081821823052163446196500492527833170210965201939797385205224718774402651526872691305286672629217382035 +8488697066441224751559631066164022076293716903983024132971083317225244640782734589625800094058649006568726351629980984900472989 +5845746441409288197669763941632849306888745439411555999404218596367981143977695990224865577494042079971012624349908586273448094 +3944731944003065116712174476397673714373918870846441482703374457072218866041336694655582361341131880499845103050687313792470342 +7857292237476195260600973001695477364449307421802939526518179464787823934178232688755800049682688090660718430541383983270572304 +0611341821464316878794523833266573224644012837504558841156871904475125652999503438286924058574554384509785291956022252381864357 +0405626679943651292212678664558286589975871490755359605369624889948784641951887207653741241486219388021477385980747033128784838 +0349563685997861866328510113314436119201124870929479544327167409917885140426561670911266619220856732660355093308773694213795936 +3842271417777258599324767675283259950186722960735488702869088413460362934496727774403713216022454808579752649987147082209915211 +7262086846799716572297263071380322488276591389406786696601706848938742607301811413241169596156442149745813064652698654676224030 +5774876540806221409456713575924968982273367206175097023050483195829231424480633395579433434537883182331511499750784779245974304 +6819745509357317439429415625378554567362388569070215909977624507836378437106698876357999443207523376055325643289588788312580731 +7833148656904363694334569121139758945904938915660261426660062808527488257575416983895078937523942074734502850315306918181450849 +0874641305830980547277712020017148651915548171250649493853510014278214375521776229277631115079740388430042785920214556466053488 +8302249778400205215684880334891997915871809162392886542987069548288428411471154533517912205528047987025944754683578880543791606 +0358320982227642668267885208147099122293592290139450664586369209811129197752858004803010616081626472750567559363814707696436535 +0313506752837594147209139665385131531998918025147449755897149885365821721038971422038604629058413601987368885444084132780675032 +8698373618661979252204221364880007737028947769589369624595251994724054095272484618585409406539000761630748495654887039290015310 +0800818173175869261167775704612174999230343952148568401102639665953327107535357309312915124706207238389207300777172747117401698 +0640073150863859675544943154734483059715378564796905159762945298307365280446171698542814284025032267504158534248530901828343035 +0873201504993233632733239057534034773053022444340692497950449652566396669145334447109018793398061041589027430348848568737315985 +0702523531880691374404054678759180464956226260133696133658291458560416403819468440250477647013266610552428012647058409477074911 +2679888054788444461424298005407130238905755507645631966764120317200939342102226493489457200513433158963725232826211305616759400 +6659241756332251314783750854468182797311328498121933543014291040088680657858265588241030117849346100683667795040402222839296842 +8277427249362157833641670896337597700968219737912856460330555628526942419632625557211562429343845027815601523792180592076379859 +9754404607631948362062894438912954500557072195072644550642458309860663622333701157823267362150209715197912528880882392701349340 +9392967484360182578733939528902161701930343748675665636284278981486199253820383071398887821347218338053979003089742707812914379 +2904235361284953393462862403685101898073830804299574939556200135991635904384199077467177409693740584708928799458835571980205648 +8121614185438088992376830836290018683875444583668400234525664787649173577729566744205001928280399848363250846307170382670891227 +1379156561645180509829419293369128655964653490776933715927876086576622995107120980971557236204092369803081979966524323872401105 +8210634652239640140303181717302977441319086010060056823202877048062527278336721358234059108992008083109338742139836036323492605 +7384031376893772770300054085703713950658765604751229388016547464754511995220292088356538057488534591958960218276518555883565725 +4074775956662864334941163174462487475635543748972688834049926463696503634025310758502751556398690346342648412837461668031647927 +6365750302288055740676475554487791055706610049861824646116595120976061102018119073494765991803213702717674747175954421813209939 +8009331937511328151001411154015547213063838109162601512214845406533014265983012161008264010599651427488015290161524354573353234 +6470978945561557225050621564665550894387519941185513668617316911095236397590508616848692919250154411755818493336504839734750031 +3525111855377922515708294426372763399105358667430235504503228627410198905334837234851992023849271193012460177555030458178964902 +2832205291216922852095126506355099210740893308816704635379794133382523761361826241501772732710458333973916837834880210080414250 +9084082447350749526849475397900892283815818083030975632291741303292925823304366055091504295072069505478412237935230243114270458 +8733240614953524515745727759843129756538792646920469274157284227528661937418719037781765126256474601006075476554791323844619684 +1035243868690685092085007530104395247063420667025726455865466535541087734271159372906562129287612463548495628710375386966180600 +5440542501876451157868698528285357586655663503645304099842630588650168915815059917415278238955617758631802903768822104984447821 +2018849475721498910886528030895133588236820109040257215930892013189827568406433756483461049360024443491773721292902184969255790 +8822875627013591731684908728396697952056849491038175568000507526035874582989907019189676297477355884544173196568562596540184740 +6207027832469439408465681825635058880584562540284002435337574271598044807397129809411607354965616450909115426381853724556891033 +7221658030059861817521753782741366902139395897501991336285575875528980544038829626149666345302799699624831576475243396464744984 +1649540253799052538081391692469181324705607910980425515252483873483980593877409055481936471747872491282539042199279780879543216 +4236145733824367590860331474571745015558798839670826761096891349398910243527132904379844441054007921880393265550231971508677926 +9325201276405157061556423958329163005949768823959483768715570931105074676418085399720398268434277889429566019457186074673651582 +1556755082109554008455021604947841187746491317217027281220528571996910808491743715098726471698066342041982149950618417860098084 +9612051527440619756444098523237719085720236857461176953239899550769256325996619384467815272576473677824512425753715748473823644 +3293706412332532029368150574309147409666660955800738909802362577371939197344269404239579009973609254902956047445459161013030585 +3889810572293351817285095560307955387570122899356894847953368306309169743185951491528192204482516204225431961214922057114411745 +2466537795850541088028557343809549480793529110899163252329393397207265339963882361084755962562912216879860134066671514387618346 +7860354854395803331508980945959835169783983572284248855654573657487835485311040917221652836888254950796354469715116733559514443 +9649687850645361629683896013084952406507914922578933911589068814423571506614639956792270631464418346423540206296752844238915237 +6020288012912630828121914201273847417936995938147436941121877369382021368921214557882494996867880498498027992143690818597132057 +7464732232055318247290946075477625177092427701352448918522702341636498386700884661390140882325113012278493389309349523351396213 +9696483275515491260944768055252019253491922403588385357522280969636691193420388846988546363998678336385777443993831313531774583 +6282522032399446565965739736752150396232120722412203505719106262036358824681398508892551567229346012725815333843066908465157756 +9407628149379572734413508114861082667244920525693627019900560538557779908157912341364139167913811711711544677292025506854245811 +3464634373606321375959043076084467134891991975403488809906777158185809859079955799214529934428440394715803296141747865907907489 +9423993889790762040142434803114305323935291193328498665927373291227929076575533913306444776443880643225751481031179680675214923 +3368470912062297700011980465345274304044785588310672874869214201316579834207228249128013243107286248089143869069547088156308777 +1414590222708121116814503748513196371955339806257298864789960510451079590735116383580469454857965360874314128844784304143454069 +8766678394720390254448078037404671513243310605018703312189431738938607517130277658972087080448195787216475306011123823302381254 +3391550184839202307004590614178501644771630600861096494601392733266531850599404613838770697571965897048614790913072319558856284 +7803230787138777594218452988887094396749088370117209351285801556001096168575241228759515079363186428923678980339871398190852582 +4019696628533985636279505759337532628472390302841917324608852947709111244515112700445738982371253756187679740389512024539739520 +4770847899134941839230668652175028834007538603739876886601634289336067458758592877494727624461743546957277223347887135182085175 +9704365765485920770156655545282270424007413902597806432869012806155483311798101235310454409760720811406614955012826140011450968 +0313480515097495573412839063893028999786645804567919951099814820194282264604422806064547777371073192487100289094441987847150568 +1657543112009039941765308947835121413396501421019711136903259340105124014460634621836811024214292779775980478293474663062122820 +9705767650372955367904858685510440746508331239334572782478185604370866609254504064506288513924921428844442806366648997093161941 +3489214963851233247024856358669087681654387218345765317192165484089902190489810844772030255183904855574220071570304690043795231 +2065091959221855386411960322245401320421129454685844655947550889456851989959823948526569728196088066488438899595441765150072821 +4429114819428348855107669954324003559235452502739679008927728613312163086830142833511895866448006257958165946765071157730382695 +9882679827690443780755577550740154748999710142655073573245474660654485200341800425388615819101330831466686148830980748666684090 +7163405135812565179670235235614927720441373285793867065291904861238349709700184831060873375476942470039510660809272264903320798 +4462917767939061046448018044214701368685457860623889616757211734619696932095108903120448131130054208365085745531785639497736359 +8218165839330532616994196742532527473553555966673141549749982047712150106818828620285541917373915693522694719282613944281399835 +8674485087809037160526520795860814268331241546826667372648249043039257847644579120849321232434718628926179993145231262359579173 +6402705380929919120941181769537062173912605142768108201761013755197467816367902585985810911153925853453654100594647121313245913 +0666872833826033632401371436548685693080139022484100159022033636174658329127466366162032910540421919446428986161784748017789598 +4723199613767942411247930612753447325541505390129994382585659648148388692327147276519250190560063905452973361339890280400124358 +6913416888336681958297148217827338479648390575317941960750631878321348332412104016113215430987661026879407929196484877377640061 +8494663204235300224243052398541725825482919073092074355975063032796596426605495082752541621103997044605964809112021627153615430 +1932408491193512375077001954464823146678231602554522550896013165127235920096414910813761330938337552089472955671775628068540474 +8216732019553272236739723100215131535386354969462704414412180804694918899617675023795044921436432605559415902678545425651517812 +8025247190590822148102225680479409002058106823871348717740963812585351667254545007307100968605826752214724522314039708032085185 +2898242245907570507615621864533672777989484514162394933849338212142607118088404798508269488444104500180113716320167923336719325 +6087711919535546884547342110103435389748847458344462232091767124995184518172878034781269231230242533893228603793308922587510107 +4591474660599204864799066811331150365409997858447042372594886218949250820247279474918230135657009456785941687614114216570961562 +0712145092385555182611993058740320634997625075753366666542910024626577807784857468873721417913984050547176339602792705731039726 +5904226911569176720780206777188612328120845124057780320649670149526594811111907198960857717925291216166167928639613716137663067 +4307416456452371611701931195073322788105756639763524372948315105493615715372579618838296610933712476520491005806495650421658587 +8328103991782890592563008949384942150246156275152343753139757736003563406755966669814359044466955928045317799518086337670918431 +0138083133435376046718367707916060720252112445257291714225747183751131216668718597844623190537189131972377334685833227229634752 +6238721382625606157004023423898943602807707672999152909288657052128785368828226605301253816178238566671806542598902348311422328 +8320139586923410723937149546492213794676826048701166669784481756530412597915193651538414740148097847037639468257092287852640305 +5479022830982203377478476331811758576901670233527290215872232363518816501458927070562308753377018843087767143244104321568604135 +7369186061703793181459759961931363593408835426106781211446368072605366366571248851597783995945722926222426820630491316650527779 +8828573417201809585216027386210261861298732060253123609864528252840272478045882739663756003736716392199489082689850824432511971 +8111646983909651153366476446390221276039522740932580204249319217339578537772918571217444956420257260371077236650618481206170288 +2935054551970379324008798030984106801055948226939968902171687217907155340893582643366397894579369212912093597160438593641683669 +2485378257568528389277310889609277386833678172566456312002344737328227016110453362502908568225831332260414575845627976066579941 +3482852162228716106007258452673841400279159876124086723321209861347673279139378292982201754962295388660515249705755465339980807 +8586012495756212505119149505421333725699491270326513988475156468533804482583378661782959257850441126447111003717332538997317723 +1776086627675735007130894098661445494477133237650830139159997474669449285984774365441233470966013545796673243563388041724650925 +4871204375981896728514583939521811481161849278118060344334503543763509824336823270998963842004711517359429526921820434423765506 +4949119417418804810189631493303008698556136954410752013975187350631734375598695358460132019129899037320268439555839944615572946 +2352205983666568424098911534581381260867463768189900460175744875437666192115066390019086651996365032553554531097825841729484867 +6396761821871154925250940721334814793716957966097731930384514803099552848004844714015522077211735687647117734547230837853524693 +1596031648179998000220637673943792334209148422484797868537888852196932416293373918035158752836265069893009384789762509582269339 +9695024706050496247098862490788952376578622083442656866053965079277898118236124486093149364786379996025483226916387856904200464 +5207178534801739733741859262250257717063345689422848102283865760573174574242830519134626672907219548945944321186449133371889496 +8091522599148708961675484538617588113615426169855145369191110338586586013267131819054886276010519517578355159744969858769754154 +1409888192657898889323633959345553144675637666158270953101126274823625732454329591205013981131246606853736622675628645701807371 +9520905296639004266979383969455080705361676763621326243504360544161563837353776252465278766865244727756979870759572455920688699 +9581386171160687133121725147597447299189214610587624098233087649334093755829602691095533964193964555227483958747057992036054166 +8721053344317784071933338712749304229416314171955616978192540365793299631623144229526476496982594982691261090976385827573975900 +7821592310703338108652726889016577851582851275588755649801212540201927028394346407971389167170778763825909054893860501536766294 +1680216758688189041294684581042122535978201496230771039365667061380634389195094311357702877874169983055267901138828354564408227 +3161070157288336465271541894601581266294703722546655378330486847268915166615856440605517140340676687703279431660743947236511822 +7741994422834194190860106225475557703581613419594307564273066500384493526007784089212735294217591917854424698645245431154845570 +7453435530259083182485810144347944810673614929556646679467919668579911140259730381818980942598880746925296760172341499274790409 +2328005309406832991426090784212693827689769275846169654962563240745452602435209585710235753460014401490458336687380630135023071 +5366592739312999644456849006548399917819901894358497737731098338943033079178655254808256654806548883980302404456845406302737523 +7903862311453131512315977712627346676478344399846058399879029101474967706599628983635802084695117268292559579897221003598626395 +1226042367447825280036345293351132154926212820976803484997329381495188404459278925205516668444497544901886948777923893344531981 +6856828147900151315527595804653628550631963940129883617356848115429626055627960941822258407367220366681493979858804129725050531 +5342427449777364357294403483728929672993293331804282077540029002773232860603723492768689779320843055290078442091489307669129440 +2646993961014124319764296539370434958358249722078956842849671467698536721940846395173191197670777284048312934901527571955362838 +0198542559113109732314309858412233715215167131228324026800689688315670022802995393900835564840785241774828835077665262843753444 +9550183762744591451958276893980778053478437092327149970098767098796188062615518630585477187237482484844353645352242801527565339 +4554133259430221270883589344804016824319680145988501368070988742027201586296359667866696516024912143872664381709357471736498210 +5093801098192097809224518282804541968783581829389873304181998214634779593308644761544892301474532546795113168811568716153209669 +1410860371073926432124196875939453572716037044352794395231284292433400177009767688979893244784882963302195811252949131002020348 +1963827673323077855623143768105648991600618303185458508264555147286917125868559346485583695956446151749324530132278047444739067 +6874456031627491486993438537612795741124963717273593326065380547768578196708046010574823669488232340781667689355939847002297664 +9059011156256654537948571823030159169978023672567790424242785131594034312912382632898662220373433122635586320057460971136026042 +4324851680908243245093083193503431558790765585803419091388697495752260988154385332510991556891584925155976792883412406678432776 +5169890219592441180988843355694784180780002217839745830787310928598719082559628331291213329365294364549008762394123896795514907 +4029304916499522070046006091292088087865888798317559803991873835903034439822636248876206336683085957754970026069257438125567024 +5122833726152490145361691490840338977240905109443464507374230617046450541939205551391476680636725777819582830317640677472291259 +8887879121383290774133008351057610071339235010888965861277804156037797773751958774639837524541250075316907358014661336099985243 +8039061153806899718406603277773464956989757949717475056088907096202984062415028201715624897091896396812284772715615886727140592 +0697572299245622972158982736674917157478112408603912440899066443377237594315710291599368603222944799827489902803052151032150505 +7013603271652485049620063445001242816749693945247727354086779497318820787447165373787134099987577277741625609459410605718145900 +0792184428093364028147126779227116462983472771162905140500152025984437549037622220978921623538498863508150200422542729027788614 +4411728159030287378714419332373354590292666051672346415137756916116829485503628039118411108736302251425180386282192968531233608 +3508034331771430567756401746605566004814192531598982097023747313496871602413228109505959309225451717487757635602112764447022631 +3428939513944422073187530514913804210377096901814387277664055693937327821063211837805670103207586535472844416128884599982345779 +3765013258236529201610750246167509469405857415384290132571908547691847116538830356937781623544344792657443940779980096189839626 +9024565602139835552337325332903285437411134785405743434839219379066510469685518924233636921521087402359934033983973385991471002 +2649847962568274167726165208946386788572121523811142222528040146116227215917720262618074588389904637062666528544746561556536935 +2620030538510199023964637151697713281829456055441798954059894139613970616409824903577033806155241943903044175681019965795785283 +6461188416880024087073825761424480883587286299792763357082205040327994699188993856940062456204962545880583868705703598889787721 +5944413986797134250694896844973795638537262177510549522817774683727110576630405084332924025735617088037709220742387561124513292 +1615973751057225002195236737059699517585264539200525680337988614003524501832730480276366257598203042140690301023569755795697899 +9008200222469601333665860661780983941015300488620597776980944258674129973552734738060885268066420909348372616142102733523433267 +5003598890783029733738430164315966147920008508177297711130783619606431201578483617231981134136392404255762575061631480099367673 +4714080230392459893569173674100327560113467502678424574866012722633975629063693151545366570327641280682622355521718987259238801 +4739385038824895235096103000674296240229268577109938375885209481939108319170129231324096236414336990925757528939018270228944966 +2361210030668060864499350273214477998565800871680472680681932947260121232176894643185754378295528202618772690219192407686919753 +5156059412217536746848726448056144396547837914584560922069735882550291341190213498634134528385275982127813806960692781201779053 +7966885142214723811725348168549783205309168240872140544601559983829401790243561220385975487819401267336194223205730538148703619 +2086985085185073545036414851529838204481235650803097024838796015231330542654233028002529608154776678617456164886732320375739646 +0833105952434512974899609076351921948939569136092110228925816092118172001373677700416412487399777738494320581470807407424704877 +8185614688665309617727123329966574828512583312557787490171669059879359795468437113583190694186011613831079902014081217754134725 +7131783601536200912167420913195076409694857630710552837087267662216383925992631278943851251589580445676689967886327863559646484 +9888310805734900531289699098784350167801387862535778038559729898236704661594447329313866535642213694637004811239940871137589762 +8123715241748226553144892581245052850529932097715696995932059624924557269075540247991049472713937530723957720713793716760718395 +6093034172460809629440737053209815131819638726936540787299401716655839213840485847609031890782549934060830350478366179240604434 +6633327894940509763972045245237235718323112502675490128278367355639972323817271838806709048068724517131782516093900913433491465 +5582353019666679291426183344951264862654895560952921265198755899160545875749490172299073507227437486882523588711701507976499572 +7489002650231525223980434094738594856401532028510616419177773329613390523750901433006132084090755184848290450781826037290985462 +0539323854296447671459242043430937704073386171637825236119340677027183609466820564020370547139050173937355911835070350187485451 +6965582154750741810065288181652685394941853476132562873871859640024361243300296805283748325817168878484565585632754351908511680 +2886210467566660836736517150078351812871682359935951946868379376912994012664524203941072154686353570579681603704825530456774626 +9665362335544365210262820037867343620764616695075643840510926473275049084133707571284177399685539645626628023165977084111958392 +0177820463043321585863992470028736425683626513381632161117010851699245594406701811450201210813697392240877275493182279748367019 +7250981623715632368538564967386387747576695271655268440119068242579103997269027655460321699463398768768277613166901925556040578 +2730921762116366900155596821064099866827590787028023864778747307107976624095851829841563684215591447795700215410952638220148923 +8642501753068607515960160175361362264643558443610150876742595480796702902130477857992388072241713968623856298400849938588555032 +1187308644994319305723690746675187962892871980887310999328792568364489164541385679772588717510375815217942384186220430941913143 +7605854751867100384861067666196612302899049367936234596159545293447341885894031370313641111815396044152641244256403303821921174 +8006560725678932454993887223171401960145271946857211912769628951507047840598467703395747670926287903550867839502877316151413748 +5747061868485506527664044246509977629632520838572005928929416857628593497937173916677705472302579778727680532363758751491026938 +3023153622006915734476058970896478596388304728569523091701672491484313935627044876208043141561946195882862365574965158147452289 +8540852691422877019070250316861163162391778272197273383387116022030059687803664857766804536240988573448290819394431972776651275 +9021443311810736715901066501558981319880316837771114344162148017989800388690774710489918382047318311988709068050500771418272212 +7599513906333939122554708100671399521304710290565461919067937465641955962609388316053120501043224440969693966990639899533003437 +3190313864768728595063193176469208637792413542897116168001394022157595453909893711585707042678368387735204900683732630413423309 +6043003917729256108805619361421477310316625655437814740309514638761344462517487426501249646525209961899684542352037279524879981 +6813035487710494491438894246146083397270552071559892438473910394670225142289451782904407545380437720612171136664498766583513111 +5704425501897608539934816199146825064755643795555188152948142674213138361295684789361927194878162187162220359319096077044697338 +1170042273866788055113160203247185045523345121557337349823787766288071325865947069357672811750151752362658390610542086745537803 +0182650295086344086825098102966797093995388649163271139864646408250278380402342942834021881070263294572807189069134900984272374 +0906668841731928141540118014775032666661994283184008007242068962044782267000273516374045366478779586459658472979356032532424400 +9941559950477797261120283165043361871515058911345852440301289987592080477208449029732297262652194811701835630896804400526302181 +9586422168434769367306983212903836891536506488360440148109923788291834492143450307170521991049310812325101209435949795579328604 +8845618327364168114007785559410459235882830447965260478796725064238526247677648804067848274177910485949526784938820751326532317 +2508842138180368207641530038974478572707059622379262380563191970615374835570345785749767510398007047615953484581417608147080414 +6150921916969845997446844026937752931358496152526223613349123080269156525204842351030887676736715854630790139383298746726376238 +0031087628812333418550306049252849828620365883770156880965318518371047868891562748685920081560624079882621440888924178323074068 +8556547813934656680983629186991073869359264408784267940961601835440468005712703124932656473056207782384291231611143830784642169 +4764006946356475094019331519107580885428818699148255825445877812529420751612646315832517900095651843319599421976422128038327435 +6209251031135205676846184796239439073588798115331056299413787815047447544760251266043212878984345103105431840273907195809002871 +3654931993884850780377252970969582655676559449815451929264323578834644743068604576736541418957979028943061560532360261664725787 +1145330876015831126155307819990268909839073491920596329763420311698726840745194869089228905040694957988171983477254803375572985 +8257437969668449439729079801079379205727147223003815670652927114347162605507272520770488283403449339977650008075057150876981627 +8526350745722665602676982911174850303165259851752432760991481586280102205346134401601648981884690319798225175260769925489404224 +4638271898447020123724423300538195550321048052825314720561544239062181964769986570926083174181155377779882057584541395809301918 +6106817249634524848855511452769182264081765291797239837907787970553958190403210902425419707216288535844322802242224844682625560 +0987012833422099095295557450557916850795807069003361331869709388270541973078686998103429124404642889230735965872322730527661759 +0637705394090134454432592452488278594036085049343720666733736875565892704518648963039960363828210137149300479545174722900885474 +0438909745910598389431226270312843755719991811348892485728211852221096700168476622881940496574796916264512821293932878797623865 +5429545451401418793893535526425687987849470147455674595433976709030225358630706349020692453458568350635883987698939555558472630 +1147145098629672646090540159437091576295858909288901226882948677153091610088843747423989951237804279634707873305141146001310035 +1453067258355914230711608884942303119909820139748995292741299997309447939834224950618749891034712331269306844559292626045946290 +0350632260797112269078999525007760708741928859358707432624911128337604559525225243942115958112015615876335010570860522898738781 +1402978628312279477469329446037732401120697968328000813953667479029085290308524043626235410022744559135665074491331563473370347 +9337757755044278436081677756600946862635252212939271849678018763209718297572192696470355304192247185638719953361091249281203364 +5405880207322161294391822123973103190408090878564615457135856917654118957703067143223083955082019279925860379183853717628861577 +7799366841975673356259200026023839542055869990618462031135739235438635258865047764693545067810235010528954960166478294307447628 +2027467028086256924839310527875817129214597755080392073496545377860632428440004957401492609606750537328284161904594401425287572 +0946928415702129545673169191304792948477302426781915513863540380482590408165885780307409257801864775225156808756934724074392504 +6885597618942836774284752567772379904321306380471869189416734595292130350179577547119957964477389742383246612250778027835962842 +8375378564184742787926400597138354486910116541106048723078444753508902260690644823241797242756355368838174606975331846084479482 +3212968824505986851162688090961261899834237009593445525206396148505570975743205626589129717163778397732428341839974826649188402 +6250784433605236331523177619946160387836454523224441645894992796160653797716355919979290100324224314406791061386652716371890152 +4400989435392530316607884601954369502551234892963245103254821300716613610559994576020035792556553491043544497572846045958494663 +5437689141597501417826982456539318735177994543195003033035189307876601341936559142966278723819207128349590261078232012690448383 +2240565515565951781099043148895044873938264025267367187036427905278273314523689584565134739736805096906657362307932608184624022 +3576329018410785775670826940638079688618282322990520892260090365771287681416891560096002562633570097542699787911417555916230717 +2453291822907103982064112069025122300625453433920178638265846617355201994938801382944512864303440296743023682910689965580508346 +3275346241221900813564939920509014369583021411699796257800366335780055834288641882272217012847000156622653258224710526325808198 +1761823047477639207496107226016946214853880512328754599996142453344143869395811453079561049784458849323538032761380820785136205 +2258773098932947134988484220635633194802789720564239663961212480883691013756304617477696306260192353528126108628749643695576613 +6833244981505084786837439890389565039428783638198451342774797405426073205683183254178026538685346206428799444442723636136435573 +9080842459252171303872018490896413638818633597602353810855257937546412235233854346618680040369752485990328489156699457496819504 +5734956183309699603857071255358660306282081929816419207249476965467352584050195709593369245076183392383809049796820142290983389 +0663950400843838925251438784404925348605007257769726864605575147487057019983649102686292523010863667700171976798290888401737766 +3133554911232814826547253321321519762370231796859406653514455605268584403622162920523841843001241629651167179835787795168834729 +9915875102181929094696545619337694209374642713183714372607433054204210229685880508097695696888633628128273726076768020385810595 +2987095117021662238907432053186678763052465613665295736124815230360572136345177452861949998291445717212884676001873754746660396 +2589155650613427623626563286829473395485125944790254164155482476888221798281733050713864337019212875437294907722695910181965531 +8195108479458493218118347693154287549401864008165971140576262020179031350059154171267408221692360825699802778787719114529741055 +2994227854778559135194271668156980433699910463754412118741685322605625614010496732911474348010716497147621915462772990056635740 +9885103937597375812527288674502022238204092589207503781840088970784707532373479354579114899440649532568358342845263798451171893 +1120400390759648596081862269355864764100400822617213332109125827310532445408926542692499006220714769552811438530408840934868695 +9637352403752939344901814991765254063329438135234927589317161742716459240954818619945185528105201605559036407476820639345279573 +0967725725520221343652248725994878515580037117626550685849684690414565200284452932891511103030564811419601323232328459974123969 +5151667166514928638097099027082126182546856178488195923185506331245117707219875304117100373941938587261574361349595466933901648 +3122056019614029244775838489907181693402454194031630939340884628769127341314464687448572665248434305566402372170442289658220344 +7261444332642187051262725693834547125915901896179000263992637439997458766108204237403853459573909864356641282495892771557042023 +6977452997091657310159593635773017261586291897746068707373152247429150821576531204588421265308077483457611680883539505380780214 +3922860418447742388907173493206552834918162458673611316176697519544920126038326376534410690399328547067085820148163398020288911 +4131844303372153660043567296613439825919900174540571926796003444468128320273120297033737036976412016725245066800816469650561843 +0565592489986925533018758592782811877964316768421296500160427160146511217146432195095933744734673635804950107620352420106654863 +6645406729317349776240373018557665618972564221260681309297356903494539710063100566543717860365197783559220679304253096607594218 +8395581134093404449211217585032937525052183907591091053649490577579801329664352206258963567937765723904612138153463659172391420 +2858367788679710677058155486700833423902690944634848842142528244040019800469662248189870722506296487688337321695524703236140988 +9562335938642263288699025637860876864417622879634601222106055965060418025394207515941236354344664880329773638937529679471456359 +3869629127425084307826072099872319475018151572502025420028453624372211412720817771154291359747053407476074728284771551844057529 +1190185706672366345077026144989614660307994733718658435474012628808621940611349704306495070342196599139286091306151010932970462 +9675509101851273861946201556462769919002921112388488480221448504521451553534147109710141587683279463216951321945573166307639217 +6672697005271871616738575015318763914957713525828413258526916822948066768551357315714715932196912191677461856418144576263544333 +4907150429612203297659855554908990742757537394357200499303314336795187732766056993269698914296065846201908473023132752908744956 +6150083396086150456609926582054844276634569272470435640456573226419822868710777542210573165448531019738194685407995076708226492 +2678786284405544977160356904372320894983311525398796027674382539921414318300162458602130818377816924569056780073177178248997811 +1585303840969268907598807940355932272770894001504038659615940425154386157294260258784536698627961267225191113300660353374029144 +4866449090853757246935294981633041248861600653432843768265539085865624263955878975774708775312072236190746445124355521953038339 +0619885412382828558999175920193016334591402367369763220140054897008235791975355396141026004273210423619062237213937060537525842 +8976484958039104695613723977251336268561215466702146950426183444969792826975925369611735319989524615202694816932040830397174311 +9564951821673710247264553143623225237946783695563652359502341538660577772441234930760198015851060420035149363908475167289811549 +6152784468367404157734119802017549287296220448855141063864170092034156049229526992205564211402819767239639089903951267480899195 +1084349314003385023967647400823528491190700765335630550586981662116778098851626565057148602128362406840285312235675524872617927 +5940674859942896006453306875133525569054425493267698876245403823203215376527985578976643008721792339745957322665402353157011446 +1029563432263058113381593903721587363928336506888785654392441615160711392515188910321841843403492466442469739247826795396883496 +7172639941661127457144015058984534581536740542737103665437103773621233103380626067034160263026558390443198760839727420004712631 +9914873013707039718441199896815680469326923849342274027255430706708553663676894461369886145860075954707988128252410758852549672 +1551922530995012072301491677655182006822391780785787705916872826260151900149221019724939267128249948853451126842232399605725462 +6980483373104508461112547210954800274259585332622017453698311994963928004018795768275261593898964198667538969022507330787533788 +8940619208645823836214853361748146283829606466502798396069751370937123229891589445495370452889766339397264192786388083894708555 +7956574006856378561036342289467521536334236359576203113726730817643632648603038458281607027513534064039819509732524551295593096 +5939647576077639500586029620496592494701352335060993013958711501324112331829653462612315976140447947573865479895456805542744172 +8296423959232512165579460974983453693457497491285869113279013506974543084139634238126476293873284263151589338438860044240330996 +3782355276288558083473518137834514003242038994143031796041577911531844210313799581374155317783854201414730465792201716701206550 +7105406465035531748842630956573813909293101829709167100331101814849787778408887961527614275809837033921260676349397115972110690 +9643615107680266865840715334731751157919061855580521203957602157773380969437003086918579100512932764454793288187949797876169125 +3320437252833110321043772044039248321368660878095814104499448998676046985620748260108371162632325229365624907230743947154301806 +3552088981131531046172808385452694435204741530370783735986679874877536428004908486014008409001068550950540888673128998784481805 +7440503329453373467657006789991046671852958451887155184801369224781302834630349870843861530093008719949904514151022786314021716 +2709390621195321800279652002200952192418979261420927427122958490897500556999549527116421814590121223682055231817153659082402135 +8861992826208042869383343763880314283402643395875744203109296333659792215641368608715044344315779183133340656043459727198349780 +2734853139703811794155039071217208536677070354393864907407146911703003457454092806351920281851834356124440898064979131802059323 +1762234053491518617088128044036706357776327020285634889111113700954005526394521483443227952188980642686375398780347144135711592 +4027397751732022026309364751091606371427768246571192961054471672221120559486812200168063013361795376094462318094221786026438363 +0392038021743121561693528064882454352142444617962196680006981383051817202169379782864384242280286939946138589599414498933359730 +0182070858522164858867574874421689046928982559988292189961850204180007351631664423841067686122468503764793368632417463823286265 +0700191191614031195459835157848968083002627564348814468750050055060620960050671214092145749062318287857521361265309131257106421 +0309993332034066779054757057884677047198784197094514566927373158826040214788501636945490789604082561095662632988383214277496388 +8146430655840989789550968117320096504739356599535135443521661785643633703575650679430439992282453217709233862686803968241138826 +7498984628272507825242938050646337866580174070972879570659031107873223367860364402212183428942145402115290592836227443279445979 +6978276114539892419020829624768340474210713091442435775100177879638010349673639613552216581396012901447719087628078745824194120 +8522095336564609176473140966826492093656451125709888847406519188859548795021576488451306844892007565711047730272408121668647900 +8524767921694471514347227180326839537161579546977834075174921433329341884828393393398191832645952423890037661848882505051151043 +2944580067530192277404349067174032715610611074091485944569506105415953050308842454649185132382815370040650599793085560858695708 +1141032332340176333446374984947231196716478639118202128308413932621313966803046203929215874583358851861354789012133869833074749 +9480985593249065406361871874582636508161948209786505592954264261087303579799611153927773325602584185048591266936288024303976476 +7322835259534879703369663910307964057121123765236316839734559189401161415410496300232441653039670294405632163031483814775087095 +7887660928641822340331849719497888363217187995951806289777062854449559129016492535377000453799053164705981391283757823729876400 +6020813393115291018308864451756852473844549771230553274019875173525511163873500444811237248088951714603052752360262642567865853 +6201967072308522428055969416019910663232530141827188975690227560728650829855364963013282370083361622353100870401742620986225707 +2869802657723987122733883328526226736949680510879014974422147235169606191520933028844627505009715152702759247026991603640320467 +4241131697918560404418795016499808486429648304834823604182336854359989655705275261891160035233666029073733408580774645759107173 +6464198087662041784095710258475229347049766003901523983606673438365749432588484287371422883288614656304912471987516429205303532 +2029089639113957845701115097046043607676790299218866434022020078360708383436488957906770062559366765186955585351813372430895635 +6464504289920784076224333417714908863182256990967502428628619515039237321418833968508382684390570422398059844256244914931448759 +6529784435502409492045275382927262616866859838773431100600230894559679830532230924353989524323228472158682810144077054469603044 +1378563204070129032409938042343154208174485755861395799608824865872543930138962034925792279431758568493941395394754047686715676 +8867499345143102872671197738475892292486346568581939250404454964808538362896520373387072413955104371842316500056740851235207639 +2274346030168140429762079586632175197653839654847793978202115595048824365507532766797058257757822432716594523867292474757570615 +8116418268033688475580223253494948603537184329744599083311334953737050247127839879240255833527455107807664847505065047983484396 +2629458032033571400314592548790506246485500676837502841162113579334258598171571921210523629971864377357109335285657941548264619 +0524276024669364832317266608416143775893545796330992023551256594493130557067547024156422646526989759981543218213803553279470269 +7049845656048970965053022592938828183548869262256486091586477018991837255857719144475359084653581143521408001578287580561915936 +9529610539570129132154472887914287431871889778678946943105713104741010716248000242330469610192173796870030679714772937881344366 +0545264556901297919417188117578751509627881737016436472816406518703771084849520268761391513510275790321817000658619656930708957 +1126630442325657535785952978581421903165028332745161812379117711348541046986438165712940213350699237254925482467553006850919218 +5721411832634196862603413999653849373180502518946059378586343176647830400545625593156677745062236816423794840646924829283523696 +9566889818345214089079695756528442838502922581513940730675014653702918250796815796276266282500947845827720283326159797147319082 +9317560741024728849503640154852784294588264197172188120649331980986731376355567665746330692183280397742589194244588569542845631 +3577828329965372354724624706136258680035391223875847298805321085928193394693686066077198681054782793606636920380474314204706128 +3316822771568615892652610314018713244424614540516258058981790879447066097870072989300359291800915299516058342141748356513095635 +5061676595203394978368391202469283356586340799916518917181619890218937093078654617621002548811013022192072875054917226111499567 +2293159175827100175340065081112035701753220885751903235819929349733241991099088182499008327172200193308932710369190557345577793 +7287877879088510408061450710486988984638957628372307246581657037353807145126249736162916823230146250853818942298633104586163230 +7832024984477944259180948598164959684871867948848537597567339850852013498502229835859692193114794153895539003144519694217709429 +8852158774260606249546637223424939759148603134570091996953512424441839401422606873114052812717989308319825300637980593162367504 +4443868737007280155976070920335648272365458102007219456742917706885599061474160397874769568586074099945991122357965710810304405 +6905794745598083595623675442819199614676323588131811003338385631872023890221085694977414242799825541355735846812034684719203047 +0457011399186690441251124301781521567240706876614307067167646882762698974983127872249705063133235031055532098528898796399551640 +9652581539551646223682272835407450811885069347498654352393131589816331647166209087054200913809824196442611900896852634745826036 +6159069172552131589074592658415752799244670288018595097465086916954714517572062029793973193555030320732773860687445556056374048 +5349001165930930982732148212936887040004758525708856986464739067246746909509060364496603927468208068059374896651091078566710130 +6254982141720413268677308357696628123925721390150502950572640806864637896561429156063059840807574455370484872143372214422469569 +2175489787129382942852202790241971823638922108920609980574885762787573196139571654120370722438096597478384547338469999448759583 +5779677161907195059713244890541696081649739347821725617254499816041573948157136918495996244811587574062062152794567408848302587 +2529817818204143798110200493373689828340608796471631850589769739013205825657411890682974212480864416875107897957894840172709126 +8663943826538718474564967927014748693701498556781723819074861406711142155938775092841806948205850959520646877840367557220520678 +7792447422465445177106699668289442956655097062959653482152033676820332098951332376110889269353539366684304599313150351375802284 +0121046685822850120961765570267263832452267770816505513149214924261156051159905321694021977473033018289683251782668439030324894 +8869657128937432079954235872959567283205921860119040052090516147170061627077989260167387744379514761600478703309504193576305611 +5381561915778733491108127139487324618000049052071735127115368151009776782599438434551832876965146125033956869670863387976299721 +0949362683385697791271115461446907297573048650262795825751967646029677499691298037462050809938530416641818484223928338242122429 +9766820839983470977275951789763019956067562051439591397901411073621068841669094149499180916451056538781312613407170881646764399 +6524347269748594984863393554929474287488214701192085748591350202439606866037583191335302568028741994749726846505035406608976877 +2807315518903493816008029815670675803410749049697801438415798820359073479308467800153777926573033244523898966885887408576598556 +2253435971693966005243248611373406144205306206628977772254035623423592393288603285157497164481644751059433660694427679833172764 +2802621839144263944769655055452576122669485060013276462140874654840615169333830556593045220363613387004343762888697682047116295 +6079893975072940528060570984236651746363761678873252309931727588216926947288076839743652207728678149523270862367475616321714661 +6924992946415404337508448250054422067066309322273329866764351438985216249046429085623842949432537700067268248539671410894502789 +8240333706088312915806196572306355577223650119535205051323962302240268709606481125217437426747720173549677961990418013172593155 +6781963827534077258276934309689853954408488415498885594714929736965951139633336078246485722224486449322009472875775669311469575 +9358007010281073437748629060353526682504603164238126641900438090676758229061250503441387135871208008336678965627603224246244049 +5356708068957856933330346985639541006539430131114293957097055267024756313531830324556261486697384925986987181884646073628504968 +6088781492829096627570053299366443750840538654491246720498646497885473443660031433479078885663560146413659899024021823265546612 +4698755327188359177076358836200498034389012684305157808211750883923932482111066086636126223845187785757048164121301047675382008 +4187475464845783395113764420886751702440050366103999318308171948006157647282740757274766917041519563322385269555023048099709528 +0571195389552617367126852668538451980401879674162973150705011024259186076369903231002763667511763488135226006543931654677750804 +0619275562362999032336486727097255819748979447931027384044606019902431591438640635467977566427621673095319535200747603235302696 +4867604449981342383768009732025809614182230646572537976384930951101533738349930256172344711040076994914315737263468451025930022 +9527865696943210023342715736597334765710291291516121893348495349788313734498145749015674214471321122949483123539062028956769641 +9765176523721839937410174251025970316488964877877371126040698433360574265827174483074565633308845572364434646203497713132542776 +7378651477723436227947997821691317672343016210083663443777377182287912898006288444888091959123188074922030160615537818420033213 +8447189492947088531974966589067358589089364485475991918412867217338548681050492469752464750298772894247076136639226285280041834 +5454360318746876235873485912565983134779435530640178745325450114100396790737296942281564432762776663339965033474759509011312252 +1273643557029602462258772262515086262035743506025601400592823850215645680844288819770466248021756708616474262140257830085882080 +3749316335624058049683001015861489646556394155367973498744773935515065243970160613827515488862189910777219950612111041830333142 +8451480666232257772267491027370674681436846933893722515862731717525412660342458091112720313220482317659721562206466780128741773 +6590252632454850440238194247507400433748088629955607174486085725118788995595732312569896819608944355538496441101640124949497789 +1257684894384392174484251124503854845960148691603301944875996738800826596693185375085047729958430171553740436704869195063748372 +5735178593590752060263331193146970071579446804835972630866651058153595857973419849597143669821080829676089777998056446703836684 +9360907310859244502541304513473974522087020370096397612021384703925636952795854616525882877878108950663963286923299046586524224 +4736748114460524678435616682271235781989815828869520783049700875658488695718736121600271316948975177628944650186309894116256839 +0122265134749874764508072046641714144031116931952372994620287753392883858943809994533079487667165865233880719017940897178306317 +7314139776044966808676160030164847624119585864721750026892048897546015469276703858536945215709271741054424782569701147500084232 +7758065860697872155705967293772173137656465001477901257876428931468366029449777184812467116641975319314916341175480998066511678 +8213787357873005347083763974187729721493820664650580516006337664286359010259386041876040802392491656717630783835571533641496104 +1539726264552952565436503783866624559510200362458151625173082533487696535010112807775556729174429917223668593210128877186508887 +8321470309679685999475535888469479559195982218922599887296055650137375133750432460874145869352229391171673429325865805622380834 +2056541359048531447828515960692963929079449940672170706409337197174760052966541653050946881379320800572898168412293068662723053 +6860373992960297640329729816572073853997874011764757398797944036292846733897735820446934726176024024757470895603256455220029335 +4569926110072668348278664329257941057438032693980297647417188505086076585913708391932628924011735966680243663432137597450444007 +4011230494392556854932236273332089389934747612548401261998294903567663125297736568382740395489945640372131150054623072337132335 +6844595318925439547616931848005923901307170686601327728283791660587722758968622818978597514280133292570491476960507397213932185 +3642313707941792113315508020910489195204450745180517492522873324890987317406946100562361363175345008151634614618218325839525506 +2427692898230648928178646301964171781644216637535917410571457842164951317391990752953058484915364895813865613835337731245388877 +7010431184482412816244666073504621100130866578971286677458525711336280431605171233723698610913008947422033976946085031938114793 +0877515916454772093488878527862660314336276524158489551235818954456016892617227185085470522620693855915519816376238143161430319 +8799443736799287358483938545063592502641553678820618531061987381595925735003006045937462381053795139314188939327005235192961861 +6759340733723316487592044207138087167698990178309899096979902164464364089126370344350744470572331313727851480014896363857798812 +7052560097987652474276867365814450520379120040581256992867022098643876725081745248682691582583629292763400638018100065591005268 +3106774405492401515494177672517042073837303505772295474776502959089196445416987270369786947855131616223965006450641692994332025 +5855582574286277020845503779828089079164761761910842413066849248818854888626393445367304058754822066188520015897444131019700263 +9198472044843711981048071735258326011544302082682349755642269651044020224003915379747598044212429909878394016016714106491656407 +7815377808589332772544290119723706266101079820396212755543706404343739006942558946534655221133089320660150834947988585978442816 +5845893139549225714132593150193123229669033684893833205775336633241518807901847649594321897137880458298454663559120194776464523 +0400879116612606005027575801357996533825782630360057558670923510328348895013335023158934967383007297478557740608358705255176983 +7266683495403368714481550525556638200455893453737443660389337826017810731088543589057015038655883579293647540385262180527785917 +9515154749550773405200793344557941722519749405852747512969927332977178984307036495472318127241347248808326472175619457986406723 +9518368191888409210468669956186116750302181387390597344128917877355951593149853095697850106850745402883068932235000062455347402 +6771238670568019918070196745624606843885430053371888544619960477580892136283363206743364325496202732003423537704812210825777485 +6482929731992099113054720411204927077100453390882438863808021020983016716953161187024589380636187873278841457216002930842647147 +9086580408882584727439595283961649388079282398490521121307077379799427026353954996467076132654318458754445407020982965846766574 +9211933498567658239813690464315557516873798138696846826984940696375072209871675004339676866312551085733908702422475770451671522 +8116601759554721517887607233127079564923984623323605008410478991117346586220447102577578587384958136197341044972808673740184098 +7135146663669772129679997894669791690347234150535985440597324857772792781041329129123706810764665585549577867626836104138395091 +6171338134734949666403237923355751356314985925381428193696582138260452767497882006262979715518886220518431969713213052164146287 +0631430030464172255146123719714749762611746753803707576735960990848350628824677285326419791772891874510486806367078208015683527 +9792995724212035781617488647953282247761468865566020082106220151676123008979512284726786406279413459522157229217252165905352918 +2536766618340462486482122665210247152075138704341907443423031644884751559830028648873890163595496896608683668686938870179657834 +4207985050934314372862959059606329918091261977012574425026916852113090691158385845006538026326042605485030114114277066770366995 +0403083121980863784638665369135497943380554934143397132755814677874063414921737247611566476833724738395380308234640207731607371 +3017035318366003181883008020161130977715784016586015636467061595058652062869875350107267130020471568933409734170464250203156306 +7978597058687788859694752086622825044743069638461579429486476003366615826282892684888720644513019714307671128574626623134255754 +3225178060856930853571262377435203804205020419212526191171244624283460959473575918723283729545170705498401123341048944419740415 +9391613362743685159686501403436221835235931626375947101387495019232220333271032937655938586143908770909065649064710101953494614 +6134742532053652776330925214492259910738874571044952830222662538392022245336085949987893286559101791675451325204933710093660895 +3150091954112952712726674404458997796890860249938694466648235513572474974162093062356467502005784802581269257972393197375619808 +5518818055326965608441276354480052128774778908643152331498791242682676747511171669510551698928872813137576082004507231113018234 +1869442353797750668263237704646436989107574039444714294394574053634166211680018322567901718394177095139221750525981664718345874 +6533895638718548550755018968962814261467954303937753456123595613702977896395623181616704065331577434094624992851719491928609615 +0190398690201868871739512766894228210227318255924906586297140986714101681237768762073978231156784378903908446734627746278198818 +7031625744207762150055633900029138852849133531239672839021846058540394772383588961074862090538883314417964060795273709151209027 +9458808924606129446923894166510777560369040702494184195952257501705875876785777050661631817125173124207320372163502777664965913 +3571992627283246607384090417534713518631913006344389649603958134572814682981286787015904497353080342805307719694940285614675633 +2468021847965102322233545270789228088801077254585303970545296705237224231512698609584385993582329483075661032700231251161660423 +0192713398720255736106913269405387578211504390721637672765578917354808072397586108294538148319234789867624965197532780016350565 +3634551422633123938462201786680417505451646469018713382722643171537409460426340292141021655461958038710203141816197429713424286 +2547844227738650654059981449340163279595536790994781981453043554676804995664853696521066106987131049223085671186846778658607485 +8528870512517578936416926762107480564174061090150629794502095506665701012457777925443164598343164919674568006002249856403680494 +2627259489744462745552373437029184782032929858142986221112288622061305496355657681071521590855144706970497835664724912122006599 +6545391156443312660152544214378226475642958908136790116192718647739147551525217967757101506789062053773824320749961986081365820 +9807243716856995753119727006541625638999515827040154011379764506202860312616961954158869599676568905867509226176218277805150630 +2073942766462908233406965969896132634247796801676354098426177499898295515362604488579021522583028021857262554533983809115858178 +8347131968232485092731301472083865394183193666260253997648555077371404915951205500140212998582177455804377214724298329527661383 +1594405101691517143629153539833183982495777310394687166385933138800061962945009756356701243200756906586574077923344666352145020 +0197245967822981167194710233250484229803417371108743341686105467298388178153158024123847938905011673366872874417478036778662336 +7258512385396982458981727808434299320938547592708453258132441101938548683407696744955847650770224320115020029123283233005466171 +5842172497719189784583681309409508840094316855599405125810349460717428156132068389884811129531014665690641559952450142631134435 +3120882941134196144363251034342986015603525881548802680508329909569735321266175483509995349121263055144465010373367684170785550 +4158635639323481056067212351252293942485312028596582540399759383658505450921291350114073361212206891492359937785370602986743900 +3248674367436665982259747983227106329784209726320992248877150489251570771053020539956408865849029873307934125408634817191607873 +5454247998356721456240658773994350865596498454154991883699218368604475173834985657275975908620474089305230670921518592231403386 +7351062162946891390363227270397968233004651810177775309863584286429947693132180002624305405957468154601633114090431896806560396 +8578733043161456354664012245929168398575757646163138337526746639222181428391936995137008559247216584486677942670927998985802859 +9200314360845834380351667184778736242928721806415925103242410837162869501355174790557366226463713207146043374288777068201363073 +1884840380691470035098733943006470724355475360919052895346183170077857886208887006329282319454011758272954888828936243319780379 +5906121108044999002595816055500975401842454091232971454535066145382445630442880279299409925299375855072691591936952415415855608 +7427547736672177870270669416923472904176994726042270600865769556468182342137641250127961474267696372215125069986572926580684930 +1283565631209283359581543095011894542058022145233771315616803743285668523226044837411757706026740916352039927306329889089649349 +4270078841384513763036784211367232205576108266657423596077336951308763566593324577257390215814671195914760219863020884678789417 +1094797252284852472558752948074017934025826602284347674097641546447667688812462875419412834529814608042996511263599028929742238 +1967645060681138182820884931078366878249535027007771792225806188604957386423876036386080705880427884926800392921951044407013636 +3181566611581199324907272529442720663293855144200609139564151757908337725071341353176155541142076746946246524270499526229012582 +6539374062743440091085243475167651698361455560983223707251591133463685518000037795208788191244350973724875956194617703899137414 +1430821502040369247348912270128694893351423782952149316135243013570919313886614565161358637079094402119428463930234964822013013 +2907845492061431274313604396416192334514224786448855288597321564420931438182778758210128537309848899766746069430202195659612336 +4975634130177816916191624410591783555638901610254745557743055701024321622685828565315892206810167787457147305784539222040470909 +3426187794037654633853814952285180680406547839298481434679476618025289610702493051123252356926166123963245694601391065308079166 +1560694708414872555648575097110162943981198563540849019446854403562264846931619983425916923587136273462584821828465235074422917 +9261979271695865979574032703343588466946379682055875729180379739323087400969273393174411780309814669530363099378105348978942035 +6060070323917526453062047842877465074776912567111669196792162790002591482979059554932579116312700674668070694919873464603223754 +1894071532823340571620020715489409265478540234593867913381245139145940908648942949383027523114581382713294341230059675979933347 +0475001838386962980608799805753326787172142674741106499743819708928855603482127536974433291922816520616537305575646417283646800 +1407873654137191433607314317494815145886982224527312502679184216570574189580738684704012553837521804108283635888649341886347674 +0746298331021251518403002440748995086111379224255590828431961727677994867561042572035686044830391992128329363200090117946273786 +3394767633292754355096521352490384715569381533683416319072637548165685703657478638050012390155682264692286629389917053497837436 +4659095138863302858042866246863612004771584058240848977405503610643181773657781348444480569875240316081167661626347187543347285 +7911879124009359945066105568437670726515538210712672838972140937144499494198784053146413298370949806905102557089313540518536047 +2387001299041180490187017325756798839893484841126540625119691321202951445764540357103908077323391792392357443606419429134662703 +1311387664343269938420538390428981548672980222893983525849983661962674897972783374663857036358464131799985348402057774789061484 +8274461005931054626156020913275021215007841002783185917701579638808358640962009486666957046897388731341995785176631521816719220 +0104967747699292212229371707417874791998945791320492326714053322534677090261456035102963665329391198512545240166335302214953529 +6438295329258114463806507486440728873144766916788136148990852634546220929994618127547833759089567150425084541257262887419748944 +0763510822819190844430827630471119922358130707131670435790654181644862502449964467386506947657809851105256327118765427086936245 +2850131634530202363427136221800593088389014446941597649063703366121196898996686256705732620416208851855006823708510518951595042 +8751603030878422139220116631069675693727662503215348707642267571256820475012856064445690912370994140681017385311381651837184429 +8337808674514385942347760110022916345088925240957432454452424792146056100857933925448423669501901023480223134384961261737051238 +4413770733662528673309544847059059161282542697670213119975814848684886926540572546980353008826625285683672206383376561174283585 +2470179376522057019705141639334564346002921054122405868536589549939044185327352857788406922050956188186959812914331458433168181 +2179183768538040087965101925166314083741211822328135691819236749579736222030235331381929418960851621953749706426251383153679388 +6697638737127992949029219495456980219928837272379992149835670720157263752765848341694925460132961677719444757263352390287952092 +4093217437367696270862739890376907333913414784572650839225342564140670817115158483271922969611210426005659701735005263854191680 +0504868284114293941201391805305848644129473248052919285116546768968370400211720819698688057290313111673099410825833594935299522 +2193387285480585675810105037896679125123370546559641586098343943853768828725430307316784909701983568646060993578149869405653861 +2934591075689506327550526527978208181872636707486069235044785075612292358262482648814374144402086535106182407978781842722397427 +3764043018357659628728101790307107498150768318990432916850503907920600389618490690749145152636599605594698036095369786495988258 +6957155927715716313765479257750780421880426026172174055737331392383266819616843853222801559499877374057106670897236097150948636 +5427827682310804721340200045877249335498355065518235785095376215323629999016684789788057540796773407165234965827360566567682463 +0931247633662980846735922260231265500967979148521116776842985570907612389971711829938070907548905323760203422391349321697221760 +7882789193682587165711403864901445874796286061561018238012019307540878080647271091752229028944021330264150343818926048069144244 +3829234846305757977743751433953176195429230057570537421684266250781148509555390682508579644164157541082064669789683815095364787 +7604939164496265670478495045765555257915418238903189606069500034604107925625520169975834751123093859423683572718773062691097465 +9536565688839857043404968751102502068918401627692404156712144798677665827278179931457967293092502383995754188611043728483106278 +9597088053951878542145390264364113151329590157432302502341917977233379257169202042072712802096599668573120272798291944153363375 +7607153187541747861933137718609189822023639083176590969309128534131402001720049300131597786926920331444518080594310667529269598 +1927075329456693896562301483770530596686903351047943440879405951056391325510081534440975417269136288862213745763314617080452571 +4793088300460286258221203503876214260288694619740795021100096527276740956582412254816142704747725930689538001063488725674114094 +9964651944235263688993656306565044507502459642744800444126035956827838480470927964887269362894767336619648517065502062761621016 +6129875810846273188094595526245494198400294797450838878997940481886389039479255372079045644823922532826285987109316717080651452 +1158870497644577891842220310991400298247186591687353490986090963675370236688750155704648708257105452733670085922368068618952508 +3951586474153083065442516047977847063483146004542723388081748533379792081337808607910165722930346295608653437371334690508592931 +1348798137260798951844725481726752185101778730990513125012632961668430932041485231492712161518123487434868038690945449294611190 +6621726374054578571840509185550584952608718450715584685612358931363303426238432883301985179247942967408291991891183249754595852 +4638603540391846589823234253913403535906012903538328082937776681713183362324668976651509798060188640593955628086698902190682737 +1314136004568121579468174164410670114683609747309631647110337083615027244209788221757184880343776037559026360829925134683110860 +2743916110589248861852284646250771021137678508599837301158835778690463663553082493519868901155377573114305779992715972859595723 +2324106156194950900453760356879741607730365869344607490682695136931314492042609961479060353962654666877592314030242319785217157 +7037168535189901999950898708785124945709252827963059451445136357835564541820565609455192709322939082485154440865255543678569770 +9896528396971770400160528156211153078421941311469208430939294234515837583618887123400678449175339595403746664662044325400329517 +8261684885541466594581605303831216257932122772017718190045767780517645346911853652853978624682959833140344555022435113362676062 +7591075563360347900183625940068873872381827943795851765368024187038497412028598183964746465300474453614206176090307713158346489 +3374371123832409332000144159517441149498304308931146086397279524284139118811410468196667079250510555507523645907234786379143531 +0501327353064942573752656984727083020738199901757943687656464477159443799349546909245912076525128236088399431523118269843367482 +8613396151458427790408589367894556692924575676708650976493092298687011565830641071449135943255849354462437020422889320020232241 +9743887743932345248629409670762729564753828800124861494449000192569258881214737190612239921652995520457700328791744959299446113 +7181302058928852380763877100101757115044093853940723929209952955676211472249441292704903663335543383186649963257659728968301134 +0388255348661563721653151594456333702528830265445870529546222473972548233646402200780627751622560467191291529956825231887562559 +3526669851709736895997935055319638614407522325558293993145073133898821442020970359820377176459127571138998803488194418913023474 +8960318055715147737928173496291103297340011637615159200331936657806625012838282253984371770704650788787874077528191805071976481 +7124181681951361717176138891836878456339953961111533220751215226320942283255447821785246102801554680118941275936544271258524058 +6005709566240667298294089625210827175355499791073268532752944587487068732200218887976443970173147332812756704491687536620579417 +8523733324824779870890616722944885692254782796148238417811553337420218355790067774624307813310722411932853894530043351212104621 +4208314480849782328920489549263981924145677154566910149000272410262683233827903445768177081248117495913152923052663893776265183 +9942787773857699223811513925994334863462094677096830079955240744467436994912827703793978101340756041298804409547081408298801222 +9436460738640015479585458718857778968516432654013043215917075749663128588920464616671554576564466134592276012302780087016944245 +5682263919237157166619832653999221365676490237394196490562353201595416072759662040168607378605240879904649331264075658653944374 +3188760460625654041085468641256306887215807672289682883500357801180231951265973876967365453175824452139544361480252271534860563 +3489612971636788170285039991175495323686795856259626029428439316305263410995491370010061781397716962628385590075791887118786041 +5311327330508694662530309261695611418858308192623059112240071130884198746415297821301302430358551661316850076909001762997643991 +7081644935973288072050639441580584025029531691351232277986672643518925684337072256344249262810387549624475090299911463668556533 +2269997305729536278296569991307939885225827949212711278683260974334694618965859001446604029046584493463719653785353337281283459 +5669018591396191702482439366148219818778884802332484502882028894694251543216632761518648364549018220678109701293026473478656784 +5216611642715035439533559692613121139357309471021194983124318134640525984115565217254793009252347891534891058775512107043759248 +2075136627102497321632846769129196363043810766007725332614332304423370092169449259610020916402169233919813196199842388493441962 +5246508710864902175515674209765293421695856922741891032048768583212886538286815573096956696932708558353574597425799726517739782 +8036312671737074585001040104552777443725646270711497123342871845885341214930320018750607319709014145767035316932229927380726251 +0928548556204438876091471205246192546298228533150898999146677973522875037893164503792472130409496157160476844265385841682474739 +9233703771903675834839283547585483443926383504808637869079921199402511859863654798938168359018632590649252624952570683979540091 +1817221547279336881324191918747916105439761395909101897519754743532665651720607836479601826466707285601138161807075561528644357 +6507813758533570073431536118758351858756886547831285242021547001802317103965340085013359438004591048652288218222633904693766526 +5939230267672950104631374960137514687520839197558900123956846637455545802654473302741665702939840951606373658402834814254928601 +8899091999774572904211301414279903590789989799671058329810205159495566404297154849221520843334449344645035156970528552300030222 +6795649886498390391442973828383660673784035290138239807079635557460618362207456840361649348840778636144683493328779008559160150 +2312967328418841937893181097506584921132253955130661944022425054340098558673444397656011485902801524597729549862183491017801616 +8364392130149044788968141245875416756772094094121947877022476352773253705820364822300001844264751712000950605882778006252697459 +3173455702957684349309232875767407323242741753471239292204928826580888927330167241766284958168551480352850879501139241966892452 +3677753858072439789438100033278254013052115660199724677408997086225534466921024361672151595117485386004966423349406051295735713 +1033555069901179500855772626876468463729168610634688507726870943003645664213844575844814874933857419440136881531279514876328051 +6902431911053955232595350941009434993084829394137562877137241909400659809326832785642273291709998822359902244140526746390924526 +3598394230231172238038637497155035177663453584383356974229908339909881383831792443286626244348781344679035766390554002582686748 +1986522033280153369322100953745103819643767567342601672718065640720320991063977205827436045236651592119137181084201370425284749 +6005671239600468501156161076186950720461257574394357624099400895752471978287422522141370855745760936595412914180235254380961690 +1248432656688783102677099988123915947205672369413239452092262942922895352363751338938332396260328925306803441684111264080959934 +7043361968005295354938534781857472787124249512274641194624952254981027355960086055922235901916884500390183949326239914435749876 +5900769760705257904732141569222453308536443186947518812790214535222294555869866712002026766787105689583023017833746154510155688 +5602689240796761919744677404697558271913792067417789140292202440216539736230658588620970781000844620550456371994946471279052637 +6983815257060123566373254198705908764725007305820906210985164414734561111049679088421536404461082246253221142258100082860407483 +9787291977224975917546280204714841440857941451156318425600052380180319358748436390813045531423344721155836168161085909646309385 +4242317405737007113338681399774018133792533519976132559943781717607228562711266632582303687475696334211416518106220430942562440 +8001103370755032373531777436355301854609759653124445242732075706459884158212645376386153155459030396899392086527430085304137547 +7061352207839212087427452963168038388774060848015551117972221521512460122751953993512403134647980990954916284061921026824432536 +2639034110356917513777636397443311536328136804898636889890450733741495575783711662670202058347655591164148410498512181752116112 +8649347704311634713230582416874077536749261618798919119607870454970552954421518115988625118329175121493449500857931770229652333 +7998158841528743978260913418602919615786831528127648656825638874370061930628233997562266898051264651939263641927874506380487439 +1169319905978231587648398211672101766334393172127691275996797499245406750863796639040056909542250284633880406494091612313210866 +0317572128063301907416088057966656497607301508200217804677889135103287897506118599601843251561058377858126583470533794642274814 +4690147674695890988264540020570125563698789420115878750835681272646540842126992805764557197985389253255527910197264650144295636 +5798557941192958990661384529989091262630978788566879170732007097819131006336590152363030155153413704404260928053167322809868601 +6850987001199817141644762090308087270676753863496477045191783385382914059759989907264265980509298271071343239640773196627310409 +4389027546704283892663222266104915372633460042956234973983464977451929104395584092104280081159181521725125037452942372440981206 +6675905477554320026243055974304148345728455542853879050278442548087322107774875373656985055242105650999387599625064478196226162 +5421451962648003632206646262643905337837657920982111146977004270602922886008501562566012949545116457517171981566495094457953170 +2653749527617823956383177123455781619052217065408026747322738616321944929384445431993242259268884094539560852964142946672208945 +8593461023191475746268918563613277494098559522521079968069246435865433845367704112809898386514701303501214965468624316127309978 +1864190494247307693037266993358200097794635502447995520938928657994547718890764619887745240985736437934807473704761456024575292 +4959121097171972205063831718099245216438006228886790229146916547085014590026042332430672777678300137100806650898573540666242384 +3655898393459642632004541036291612193425851747783279795401104056847304510228417238922574433467131806129145867390315264166063875 +3665579208506648402815517926487551967245716952452342336509872884242496327353828450388024010049265610889985970803926589219237453 +1676400095916770050334175293677803863116549153471866784271105726012628596876429530293900006500470621643237024986843048814960581 +6303887230138382981362522022235864197895867379102358980372057655831897690287262572451017096062107356032913949946624176978299116 +5005151176823509060156202781958197462286719252108370751542425598689093613819219880986961622340717811406826396835254749852492414 +9810879199072089316354376552239141698257935918222963398002559226752773027118660428719265494441568442234264661966547139854597318 +7873099218250455002270603753696336287379126088262705830929170584620542532170428705348694262962278699570554235741942919271113853 +0853097378201921331418681617335834926523454159799372408812168044016229123296540289846574743942294543985242874224122532498334672 +1490594866688679908867416614545427520723745911612132408696699789261886952468259502210832466240663473598353736119026236378375966 +7870513434223037902717553793135590258545562641705185546860782749440609431080399391577848963291799745623426666134231053217546405 +9446201870461219368892707181895875357863356844636097852807754420432074309846001997057609966109454410826649254380546761753175861 +2761057480832813584246237846523502525922933474798627724801784019360724008460215340269094831023982649184534291701279975122991786 +6747259709148196213568727070749193520741364779274424639307959421349714799461578583982498969579857164144199424813392167578660320 +2903178417498559526330742642780679790900780361831699904848420604973586382034364851787093357442413598696765925470890327590522104 +1850819839601928427102795504066478105300817488452603819717168073205087377109510653761519361878295067555599575161123548496116519 +4527800014440544203257680309603709183834604758224679743597378438522340853371773245388147497516647805604078269186299047096706230 +6498133304861002880698895980139890714606455707071690798907848409609045542981039802321508092873754941535671659985239738644320953 +5988405032666743320254142929561597654494413403431947291535930103688912359712380841156852022207805099821357330225186728532082090 +5547768444839618341918220237864475011631317876613320699268333350020360283617553420136149953194413589978795210753934389762807735 +1597329107893662665482951708145282526843200385584016605115945831916977370397498490572333755725067314085934032787782477551454989 +8425608912417288932359069001529317862434139520899814966998471303722622773872512411876898983545914085663888123444680470167948505 +0434379133165396213883414761877309648582182115178764180968488658223225128338783723464562383576437566308911246233632408447704048 +9663996367177301008227471941256368607999821009483324708241288407336982656214907935931597532047696000543001055538357367423684843 +1080054249718909513852149584485289714580193379500564799748250805755830508642143351393106365614646908548224506838553676335276275 +3599779694595660288226660287150289204263669082115248096828431008225170485272045909181946378454893228880239576553739907190878426 +5885850036699891408378122906193395367309415591691241926759692588330412581784093438940668271882079466692153184239937668982303474 +7878175454828248795271539884473981581982185106585811627218428403581816331240364769920118073711196193240357920319448764087086718 +9383157433735677366088538314691739001878394272868474296524756761536638899101995873845026009993980779305151574599223381548532836 +3668859832227797331952981131294963911962283005597571432352599223356213488863688452877543275627906341710804574808946808990599277 +4561238331796792049632393877616772107198692076748218412457533127281687506143050581347703755397549089646358464889763941628738646 +4287040673613995225940479030356811166110299081667864088662964809883579567473005653984288637714354335572597312336813053771357145 +7067167172790181728147512916597493867072803164173683458648511730308061884633961295638170464699169569357249648229427546009552241 +2411562579887913980455816507682929933659712945876292627871263596090842188654178242939374681016381916432972311121058175582055725 +4171582020877122298082911042822107332503076877376941726903575210668249614607891518640837866322224789915987615341840992350582413 +4400620040237405249285698955673350511161843009038833792839643496604322064832266848854377214512824709405806535993728236489108631 +0795420398459113177519012283723869747981824916722015034363766243369266801152099213940570568038081676315926730528271844090048984 +8736235449371678977947912073661875499227319547901313273871106645387069884378420956151320072268281471236296252518071417869812398 +7190598905022008877003332225740349664805580192380729307470319849086922459614014566654582713365646665851557294353631593510036953 +6381552204220558217529826167930690334372579521383903206328505035888174852614555542283456959315756641772011982607288085297853686 +1349874783384878827773365548625629981523061054390679273761674753812182403462337719746346989770142792526923785272095298042279054 +8890444037528702976987014556298735324481383261103576223990679497009263015064472090831542516594399577027449370238294863246623636 +0336415324118608522678012840335823229090847361254516690870558705257294993006716462941193893800422308988102399798523789694443112 +1923359529945753787122624465725573807149022119989195390997561541611804328914617110055244794800371476974622186846094996027068986 +6556505900937451676724626863029277508817962303859724405355623034880805936586542708527460464895044273023827975806326940478307069 +8592969583414428893231495897818982129258755657382413367672348099201190652878055544751096757376276397486791497622706985221853529 +2908214067134856191896613437551307015999440525676444599333628882928075642102806483213033250837448355509306721853006604031173677 +5140214739575524129341946985893116412008106149871779041808900801409064849278864166852383463573647719274024968463791254976359299 +8847571119606652336355242986018768524604507411735194803338041421026584303361841828532589747052208612636774062068296366532983021 +8655354613872561646045351810915955927958378666435016019460717328781560793954138282423423334855186987151419088975164710160358441 +0049260799204162100696414303845623303274803491195157588921793903647526766706979672202295037308810197036167390246126788340972486 +6425819895447745350399433314412535917516434906996482513931003678441923085763619185652238830813722611071936854791527455947241273 +1522067822697883751451720158852174772439898925807262503934468921130385503850561421474472046621939053613032754307326343494446468 +0373529669975958588899685583408106767873002561071952257411549791159364132364256139331134266337194556486549929770686277721381623 +8699593258141567800940600698126100601323395696274203924322395263563919165964829715731584976772134953809087705318959395613991572 +4912970610760196588068419702343479920035578132234944550622679160245214714573304402887577273891607583288099465093463035431694610 +3905758432785910691737893861264914959634002377051354781210095863851654985098474884630562136246052330525659496807184083910344772 +6004796506916845030772132724200525430268203485146341239363234592583508467825890468047631822102162429469995405739029446103026786 +2936254882880449606977442748506803270167246097479977977827447584435796513203817330397221813580364844509174311882193765156654656 +6587840516915974691152625347076034414185867253449830309514472874859872212804040804281552578684775759016088925401886242253588410 +2136162082678649695650433358835719979490577896244051036608023014229544782516370023231616157535453095718156293168346470255374077 +7531511647981041419067438947595659704304601529630424537788677553031920743289991068705064547597248153946867352942473723492529159 +0056165493810107660174271077633956520600765977621759777545425851195592595759244720831020706108951012298629188421930844092200174 +6642191140454110070088900972029229475358599582028206307088525106506003848087788102905904900131739063517620939825620312143365317 +0312737363283798477941966380713988316123472457978241774897278441026567305606285826664686434652740990763564567342068867452842418 +0562084816143782025599524978888894444210155619376771675521151554796594041637061218094181094152665322539245369886205219847245940 +0029405789079825038952711651290857359659229927344229997950428696846444420150303484487905236128836752670607196713086924265912777 +9562937968844743614454574043893713056224816312429825464738549426759328345347674841205841958347360767579803402491577142236137115 +0533906692397009484027899629862953135204910641799594877569760336943034406380230261140675352675702660262675371335224685084951739 +1782949915965578201764231201307179274400901440982114344774078855036237671988151622145580473895458193522528339933303018706591388 +2624100076711766326191346479084275280944607050965314374143191066314104835834695035041295363869510686680641979042639548470149337 +7092183008459177550878010123635992307868170928762105253223870251579666192277376903965022436031647547645865700232025464698571152 +3958091554628717576397311569044621708700856680671753736603162545139430701751294444844592994780440200375396353670083705904818899 +1158314027781793782715830446196630725174972102720930236759032571130842037840584037988906905557214975416804249578167992887315936 +9206031432141826113994005343808438088835006886050009647865275969654889753018433197685269199002634601456210696285807629459472336 +4978328489062061200804108082671938204870858983057488740461332416429168822452529945581949038775475758752323372301506063733079805 +7738055653647518591404108351211994677622659177154884456890162864455435902069510745121823508583748140331565330826498449431014143 +0674653178829590152076432119041481195951363053106794226287750227106636545367810520707295978843237959311321898828560534345440055 +8038620990007430479290370430002421271720574168054663731040351369363896772189503927548376910184417619479114290519008175905383545 +7118330213438952390733597389988833345665275766596109498963112726494459652684601428898616858980054673653547857404417055361966561 +1587037091185968630608431240360245295772438686943763646925036642543820946055469856983284464996007864493360253900748905383563580 +8745104358873817076497065734218673552778861792932465886098953358042048623712145278501699290745480384052380874247143800362538370 +6251997645750683187872814541336341689788360883547457593458471177846675162375769376759272289262293759496680413378317765946726569 +9307054144320271279835934039640502070988256340708987512314880763049398513262419383032058404111149286657762258132166819869740391 +6208679111601546062938461491996426928719837110414091479969117767614499297075986816870114797028327349760763930021316392342344670 +6195338739848107103644806413130142942032473433624064988762100818410644021199176248704887358790343589713845228788844183335779186 +1206612776301905227273380391656909985775786692526546380296204581461396277505352115889617471623174433491331255641939009226704644 +2188221413330256108594133828534885890151834345250541767462459786862391647167810214086311680548340646481922395107065550293841987 +0422053725280997492804556037165046616311376881740818579026242231815216233417949738101116086586716392810175144442461269235250030 +1446402688506317648015492449267953446562377233978895904366659114613140191253374875252211719488638375761957759777329556920444079 +4742234209552120961058674900214350131325585573620862943651827639544267432934381233345762116672659741592229252195548093031985971 +2686838533752676886446680927399440863720061868372851834815109578907201299828776117754439315722227995606329153759209194448678185 +3375830903591078788002755338696975595441586005976260188707036346541857769978992173498220429575524475532930877665817876092460756 +9351987353933462923395374235495972847763917223789357531623204700947268441087397398182190787387926517802157283116535834305980686 +9492332135897364643664989358260446062172464533880475533980243165095186005367740562491795933632109829107385087893207785894397713 +6433768862702582156901779207532027093153001807004150434114821705300991777142257598550961217676112326241485864463713890885328141 +4370423630135664116118217486548726531069411489498186055038679029605744527511210064431632487827249384739496221986798075711280160 +4424010886610887880437216748921409021429656729228727372446155715321241952848523185619209556774687672654909818027324033748491821 +5647085557243826965464774431484515106691575517669395491646712200606275072075247550415886971532904779039992053369051837694948246 +4648536696394853995288135284563546131345084094639405448329957974626886591260968153163248670156108903690012016896947562864068947 +9335817025706673645248672808655206936988229988506868855512246059364735571373658692183981236508753893624162179393300884572562525 +8454550045708811850843967602772364889207411447386933113146884803720821905371224276398839301167373376393299604166530531671536817 +9469613971479940226446065344175803391558840869442680476409858979317446638566865770776832153252927434674599753345041690804354354 +6652209314699751202444785726308628207785053079762876873537555813669271605409315256570040001991644970781331622466129179499281915 +1961444894849498696928429106294385830964606511500699941607840002024216695044414216800293243595307021832292431154543081449089313 +1962091622249577961316459709116638715944104552499484128514903058588880092425282180366103208523455810521574844650965568635887113 +4368421159409460609897114428104781398719260897374658539676968461604386468189383954460163078825080336107872167576349496495408685 +9649536539795842583228826048018046721092374785553431643665884938389496673231436870435149786802809160883735413992798925929876704 +5235671264707293479931013726706891341489539237837731840177933783526465474894432047982015526419973235553573918270319559547403086 +4039735888376366609018757028506161014783678583356813250677778613982578318008203758267120384291005999279443777316382864592311739 +1217739163779382661260606469702245656794710548611797988738048091846590739807732824364552075368990683393959928284317293320069867 +4916615035875154768600732328677330949063202236875210951540534956404960395079564144372822026855682749788976197007630147709880516 +6877745432713411450666647170018266444463633969867263093231179811756276204043142296040101066040921365338143870829243201412736978 +5181332217031028793650384590762724542630876907198977592730043310368021901782721530053394250577461993296684728562642042745578204 +8059743569954838104598948856222744875810352375978155248926213114786009876969666524615446586588275065587752809296977777941299366 +4960623850950107986976011274245247425368704858396317272530283837294761704449561833295704741998045363670811422098828233894939307 +3391941685834457637274247913999521308752675840541536848418544996656831007389255133631777457133457716285009673478699826403200309 +4519130151833287959851246691876615538787874185186936205145712978930546123861640155395430711723899715676633532061887829247109590 +1676546877970973940392277995447472865522499015178996256227821980732651914936762181112328377073844485649563827098289006561421904 +4935465846415256812459944886042442740776629289289624483798607070666905637221701286036356829140962976615020452048228461943046845 +5324252244416512745242538847575585469682159371913734134263569496276780441518422322618507872746192259540742513974372774167973337 +4061947105362693262133270759088934938816594942342421443896871674922874493598103930292152723174036554995062078161445343075609331 +2764956618470182052214734830103729160245043907968784028181813618886443201986039333396356809943270121754709713915646568740151206 +3370863211220134665256513439944166456784396566762502427753466744044215577692010267595936563128872570057590311781066772952724628 +1434093271982951335221748052776429614044261679575670437872151960576974124250079774604982905427771724749469647670243244251475834 +1955236107353798168181042526280355939682930522521300010742221556820749544725933966041624888393993154502962490618839145486969576 +6290416028546495661266540757687391083370341491184427521635724821327522535027514382783824919995740288516481937621675853899158115 +1271233716574270260984632585239413670925887252984501086126979534236923438493445631129740540692858583194337904806381657298903618 +3300535021488010384891010505876121956740827701335944021678777354223576529240510607458801670448052514469687591418109583216371899 +3485417441989301906542262637698405742722722240100485896839477201597733807155335120248775000837222824525999750714790729423644465 +3411348746879651113262757268624543364109755847832677598538228869268434533167862688737780726486206863057323257234642767012961381 +2165814758833781311422742619981746792464126525574786109619341095871177233773859607236931880493129178559812250332066463408514532 +7726034975123054527871123751165334996022991283473243555448093241244802428165706217812562663617393968824053366244173854470750856 +6095264928940472527983481330401867205683258753243162756860090551147348417813873221392674935402798968661528287131244490650915944 +4846998428123345187768488062434480479219313046695253889842680691405315693254169660178067961065703759896641710892485894972873800 +1685615608144031413476448920807056587474093195656920132969415782126007882727463216577625078022336565533036012495150175153154793 +3655761747568001155088833871531145294046756206587264284578974630056937095900549928662096625015556765632408742933996850251895951 +0111954704076325038375601656210245491836721039674987643056715722213989286056097567862156918863302428121309646750177612394901330 +8415584072851574023474900634488379027144152280913594573298990276864512420566377677406310761330579752357658832083046689763512425 +5360991991088493887837058948075647761797269956784924198250160336333432026534756149206974204145691725795668303825556473066440146 +6308534942697410882776557732300657800112150355078878291669302663342797528117730903433654703116183867380240849386640798032108726 +1472159005438778436757327262797064431019220263757862409221343714482887707767271424863105342534371712556647665588514796238299461 +7911386503568215258552458522450938485043355503569972624134133652411157539448177529209200030556438822689089819514432813580599189 +2365679543813190286281972504483805742897733392239676734466218958339246807222637911353738424980809257547217933600526785327528737 +8206666715147505843269892459203855284050942439891047557154055608815102510800979065603928242478158845237310517156379667384978425 +8564365639950704666389094627317673103441553979461958229265682055180735168285879029143428791049454750378104825426147990982959332 +4829102499976584107337249497306375535937865662615510579219221293219668812136853030161705938471830225621587949094705819774556069 +5123783679768692703321434015951275136482214434898378095577232958805557078721200098045359198446613744587543829867662788092598136 +6929950567989350660377223378484336709625123004431484409297585830087971734242391343301362221372782329683381841402343240854937627 +3027430314645534840941417243615965839776590781088050407903488696621208213787375420065466391992905505392720776395628578270203968 +5561557545896908531566696290176040220677116087315281719465429326728445015278079287297460019260738872427151255654689514071849986 +1828538379287013993210377215462458395873947138158932974395044262987261065763556796656318930386507150893214229366028840942649836 +2063121041445493166725834460800448260568700963104181570946402318291105228818528098805135391601388005156357001178185451101272800 +3370800872347836800855502143109732296211615709327616533336180819117537969874343031967516246129400847851680499950308763513532698 +2261251707986576560067694894090522658489287994163408241552992222074332750687259975120713193581210288235466997453538082950570613 +5547333609592722700682015971929817349283991994515812388316385424977175852402318951978198762120074865379726347089860459367729850 +0402544338102912384265553136946539662518389179790301064640333604344279296879018653656722109731114774692564467347146643170192535 +8993673525857276993127971955065805434826324155448624528360859774191561165506877746667502530039089420897916681025323026574636061 +3901599392791219781553830625484740571991825540511807354859441733493239937466053566374517381465227962291796387571020809725382544 +7574422026948740113868646418886560822423385797395522913481336942061412395775696211559412859927044430059903817069457531153931671 +3666927872751409403909634814246127285265889024700225210198280286825210509773750861772507551910169158603017385059974490577083038 +6432266277247351230987806521470687675699096976848067098507903096237956371518053276015484587153777797643144785970196659271124201 +8805175031746648720776866745620376390338985825396413633102505797368825729966186841638401277578013322523402620704692665720430906 +8623786671348700175861755678175427019767971457395145977447813890266721740858466375677681653108760786751356531141090929913781526 +3195648380237469630693855838585465684458789117617495694729011729035913248141836338293691788762707190185659273515849140203833275 +0597402941284234251455344083137079916499435796408338558567042346638713911874856299057564768580158647502818908352952487514100356 +0970868650564875484386825809898953941148685658470222784359891344183429634142985332602653810091182805015332286021467238333362385 +4744217325804259157671625823323830396696824326946849733799160663706608011805733632306227156863544912264884279245494044730337851 +0084125575216079610672037870038502647338343776533232876650551512543864312081271558094734273891229896844012952524148474639077490 +3953838752044271045872553760612072547541462596253868540540395181295139378941954659771594736894686221229277026890071243182491089 +1570455075037097901528554345355410026197839647129067342374536771901052967778273115724862482455356615889491970844930623438114267 +1113425143150646440502818701009316634243943336310155606852136330886016200376990719743484314150050963993583980070237708157561869 +2850497678307680310432965409960545878246397108725852340253836659713228648432015357639072103145170515437738478376685162370275788 +3326664187179079200022042294919767104163644624649594061308737509813605056856101998334843842071022724849290393928923994480353310 +5498899160503467457596940573659595416916940383633806231810327042150722695852999362605105557507669885448657908253818192962915295 +7340742801283937313388827545354690848045358633204829321755059875964474925792234042792682433581007092726558257928146358188938017 +3788737611929951605093399738060446796551970972956586328702617346062935531918635358396384018139217900704517134300111877098173771 +6556088236400468643295262663772005261144129747959817416429151644418457406109514416151746327186627985567345268051259611187659664 +9265455725916581745797982714801820234080260053210177213938914050671185571980281286595729366143889579286214314682943150406601728 +0316466611292764222191535471075816173597528297677167091929792260801201488249926367457821134968651224754973624583045814966898991 +7240870813182642979734405654373311183972717838426383954790596720674570866884378092938010438980361304392635321123093916926377699 +1098769261784660364965755629864526449156402293650490776352458745073647855811975287018649518441512140869999035534937655163547223 +7318570673563180482204840468935262794048795191854962451038993504158655689641517360974735911839513301305317748540458018312631163 +0444738341332226086089060414609016104084271113844087095538006211914540457624942221411569773470678982159365460154412977671269730 +7214452687225977763650799051005862709711542484791447215218763058978813997928801482608042879518784727437915756166238817248827266 +6180378877242192988083619217841832407955378736448569454941330027911152317402955093457538120111385592095583433817050629741079340 +5629107620334905196700840557766414405147144002648539402508824797133924214385476958587576623195377053042403089302692454844253984 +3318554062977863170044352262420619308431178765567333623647941692615442475752129139395428889369180754179899164103774056228855177 +1724684496632837895268448877487345538070342201067523252247951553639414362390924781555578381060846820725528271757795755177666280 +3668536899528123873671104403554809934477255454000919778770432207141030247047304569687086172422809626838419879927821205317757198 +4281376208790055629568334266876725167967493231201019877577819781783383068774238210201096426961674885308966481435486534817275888 +7577712459257967273487604669410934219901389126865013214764147583539515778668315529487762810385482472159142915583111160208903283 +2092476036780853093515438486821087167147843243339127524062892009959789660882873649427006559335981769826686296878365166850602867 +3343172251567689761041900651298644580155321777412234282871319882978374041565615637937824367712999898962026386244164131814440583 +2523107617535787966332348997625949033914601433430397210697903069041012073594953603672415272693571514416319482962732360550203007 +2354311337820780136418582226046355285087018441007811818178174630131348892691010862349686382003869512529793089372921566890105315 +1170999065500729991421364651545352790769082161371433138736113416719659099975772914182032395782369105406892855739430280792570755 +1474708015575641879072739292610329996968899496702225715923818519908679748009454327877467225863186123383312506444593821059541320 +2519230317068471671990663024614062738285094805102560284217361596105049865919692357067522503590280759438003713619649669926160819 +8477593117311192072667283113407927363527106554972169624278711433088640030184820529565097341512033077210672824164404101920707697 +5928625658638382607550288328629457639763193426953494665267869864411489469568811023649446369996193687172148618677078694284120641 +1646459774821145583534736023501469753322215654392655710781868598002276354678420510784519315703507997622744075405271188494799548 +5604976454282399594837769165955324714117059445288436250408738807427315530171196984735484375626981702836635871509821590209332491 +1535805646302302016352504827863133089568000814854822798689081283591430708834238105002833054643250911507660006657799194089124227 +5554971708100609197716368094861383459498089313293558900360605415466184945588159656825590482066432370186681671169454435798038380 +3849073431364569441656271420494005561747519609440641325324675204133825604638188550112139476449622000662627992498117594394096623 +4191048491581987672722516757004987334900086209495744999112552193520096404679809481469054957100693375905822779214877756331765654 +3967826927260531495518865955487463010124395050606347758705435971911583515293152693887305102817702226005465633434328368776552721 +0431488077940753541035965504802229919911746684489825460131664577839381215244988219702491643455403072485117531612606199932108314 +9410075360076281631174487118204030545727872004911310355915647215932318325233997786962419782803117783722823043531791703707719546 +9979899286512850189031098302495325193753351855488331350658951722090011555997930787556662797780665452620638874492236108755984250 +0652520709290586245394513350104966676213533639227604453023649959625928591554435452582297988094318689720723128469217871904823318 +5154138924950867908591044177967760020371009497593629645137446770819235001454567589699623753759581616298742234368099793781827967 +3473470305718567484348272233839660441345062709145235638650446308235096448960992127705010353860654270452060145032963280540290644 +0926811026419214969150491345419181845874142492157134486078145329290631845342202476471135442659122079092431512088292118497802805 +9354612782399796245605885928858715130206027789349453872862552261402417530015360315458931199778666063128483794096976323329377872 +9050549362931470711847062862659110650055274307045585443522892077774880073956334195774718662309192081402741882514069042809280212 +3388599022582995822369209018970901943500870352576118339149315315976479926966165136544818295802570738444044829469770910136539354 +6564372944547448237407512632251508379320872549342100765184348768929229061655816110427490635344170087149155652249787176557737086 +9304726910793034348084164624446844756267779275838929154374342302538079381563499255177774157465080422281305646532991405754916981 +5079495135477953063596578815549589683659295982170939553637877137130071575921564130005951724009912627770427858856970687414583660 +6190459320672966822341653503087470382689354052580606552329874275327388332913948910878502521194902477705810238260537165258752153 +1741863988657791139389205030367955495311579034712194218460880036525975053623461402320730996642095747448443229185546281279794016 +4885628580837209961221029576497258511104739050257941549091025711288015307691459924906488083252587010968968824529177652581775801 +0763397108119317156892696282929270919177456927168774057189218655020688126030914415663313590555442617356391166888501048989509961 +5152773773826793584772678203560374056030587370542989568481592013810907285435722199937156448541686535030998055918516459522290076 +1305239048493423602262076973364789510528152271858803400583562336066393859447415629511735131940444974630579121650398527184965704 +6991327733592729480669828930382613428226140528036104065114673331048967012900401318314500711300298883332334369070527930012816139 +3452427216705740390119289172699570798671134046758624232397496740015824965414235594660630239994200610360038450127723765597890208 +5175730522105055786800808015853823181610779386663930878893825884556056314059074930365519187914921351319328315180621551748091601 +5714910102916106131414571159732353736678835156815504392107562506650484480968671954066774178137781734638792008562430877641109527 +5369362810620715036409904025968522864824364325482506902964133711312038294053559282742499233287959154156854383883148516152426070 +0230923585180985083743915234845529953134912525464096240500757424789301872897111680226897303301395426146920411464973830228585960 +2828878183082532630135919486366960583430058092282156338048743819662184574743797715878229822611358535700802659064501248149009579 +8877808967697355352896283886616902601338873980280498803907441157295597934158728665206373488691687917104704283343745205639622462 +3315755549989540644308207351384163575736340700335343877848915517455194885659684732058284726257857232622941934453881121004726782 +3002928241602670019659934407449689182082678896433504272332382719662522606641231869982252041696766531509399818750721950486163498 +7932472000788041651204426873094409270765907861252426634561030946897515784875744395710037381070458145660220907030271894709835605 +0606375828713960156150750275120802286593052131450659403286977242629895839703700510410871815684746087294738637398861554742127265 +0927164114710800842124744207418934599056137681039495980981311410777428870205405129624149605463522859752503128770836084491952252 +2931015631747347657009129018143774038849625686108045440606651923845534431071983109500879593401459457270781303275371634919948465 +0387570468949867854454498257661547651091256802128345749601432500529628510635061338338862610989893855279059054348321900538486115 +8602609964344200881430293688135456245345432239342905412584133371544661893209862399991442865006457440325878578391699643241518820 +0476780634258919055579958686158323045730786320160920071950074973087521728400869220442510810405620758553467843454120670874658001 +4611389884432116865691971525430161735365815156176932740053507703667082841676421694566703484160697073157865364859324160407900243 +7848340394578239725877088114075619051748487906575872632940285638137907126466280399912812673908953355586620975122613901023009092 +9989300098497815617534003740634757576144040056489564419015441642507944260710401355749819839918602861170379515547533183230261689 +2978159531889967729748526061427217809996789425967856884930963977509421860822261926488518659963801830737928324899351448743506636 +7739373703546853709971163541284486539624807396328266253157406157316793793115843617866707276779926556010088380028395990807722966 +5262595518780890084621315703653759393744008415536932695809891522083236025326969192829600448033930003810949789949558452866508165 +6709958307107045609075677759152351429582355756238261042407300818561928024091909129169346687529817528488405441096301840942497835 +7939846806218683995681953891663100594898796616302246789629809345268814966245162531052163166438108697094692065750286916247302592 +6376737923232528630569024819762238692074089057479592609265302063789788269041103846131589957468529143458603367428237467202691677 +1164704135075482622437354706246898083995113224930951841406301203169957259318901636559771075096487643893444519082342460614778341 +7571486167299822050740707597065176588093664070641995447134130614103674235649546121137008292829783010870775335672457433796269838 +0786000364088666248224822824647357946129181563136369891309362023665749511277214956791187825832905762312557124459238096857752088 +0224756578418586950260891776975306306690545499717256072289157907934175802791666439540405671709869057148319796761025632922961188 +4317800666800783644393485986576298736917563650897164304571720738720115271226750820847348337143207594067034889090129746637573061 +4992035733871695023603260755794332051946719932307664611429871720394241080075351265170984927835215008078524349098428854934511014 +7791275210894880460866040577708447085440157107534047266197077167838868317086743808903866856598023308194718747427381845326367182 +9440053603247145332820937897067937394376812799936768352012215925676355028026697201409962671443788824047418146714929473243964178 +4694097429621088759426437344831944205038778311615485599880533035443309753228841592516038076111818420993913946554412796041546011 +0591550477943256220239415601324460355602248522402154416815822080226505160015237485088369250676462054718340071691237191715854643 +3754782628510988470286589139121850755775569961153502324797466418949716647077195388880488321524207926209705534645689175931304390 +4293579894293631845176289384983754244067774813502510037057302019611329180738850594681778906215406264239719011424001198377631320 +9407877792875650325539404181214900230679005444970369243950847777718535539213759142124477926938032002586130641694624396314012506 +2378295522687601357905408069624354294555654221781438340067666919648970200524898545019520189688682193849864964964428853699551465 +7923565501350073769051751525297874085786148453411032926127268603914648170142127584914619282268063761170983684501064629044484389 +9840829700300902841805899697228329095218443610475399628627070805326825976451593789370050027841655892248443960659103428515769018 +7131899325280315528312838930296738263099442057104969325259438333829573217299432626262718217616786664813337230788868035555543551 +1613365891642882106953566519548821305418260262459032678151796367238313756913498686906585565640299870573937524634136703149075431 +9289249177275626622021358990349141206245802827466686634188302681734388914438573274476670571970132658340810522019108097685976679 +1999547679043388007539431538024419806104005321474063902499212939182657952169737390109212206767202350076020372910741798343053860 +0796380798378956338026387089364560910203624767639137927998294096484424294854533260048523991232484163916572752125119143647479084 +3312139471300109845789877486922941094495320192955690413961709171195278169767812527830359720778178037462244636938901054061989359 +6446495700380140348116004473224522745585963020017740642418321329101387653563805874445580561212083040164396327873544239022001568 +8221316129071405562026280838341093594207054207388991782744751735089766826502781865742057843922709134454840546015717044077633360 +8884079984504038495190808918953678045353356097676798230492279289061735280457857280913457619377057884683523850527395740839623992 +7553178237304616708890828475106185796221210507905405468874982714460646413397054645663825587287675092464040250385703334315092608 +4773590965589763472535194103574470410955536365729704648777555516672917330870335268784268577673152078292448804242825553568245947 +6215819528050303270969774851839361036143312160025453398613079612450766506304878967542263517886001609950018287965333798559597461 +2170641880151969257726247627112079520687196427192459411452224132231427774555020194976266757454256306589376845325708061001674166 +0808706168526831621497924679232450195651965661724083005213398910330404632324992737223126731122399064939390308377239660504899222 +3551818900906904056676616710573047283299775444456072812898768689067250392820375890588789819477340760813736549269624861064751893 +0906163675906901070688176210778473069828249578452605511950224714556564390138087101450788624170738723043479291100038259738176381 +8078282667536765535434830984808011662048300628237758542292327990288591220497965448597597894673766538440553768610799486540893085 +4239348796188542060619155351521608241401936444825596707153268722768490308653700045149495791462321531911996176024726025953987339 +4599085925561530429435581768120454911625188723603840101001827808010649207159239374191781479981311865586606666121770067310616172 +7104627786436327756821840719455701887978236563257187943017156401785911149438142292942970899875188032869983742209547431350943402 +3524068403178617373975067637980111980036408360680020858787573852832862969725456560160112278450433733839443039332972392923338691 +7361417128175114993261450629674608141894725708171510038678649037487846100911817687890240766440318417379790915067480509929873884 +4192563045095005960884279637612799513276543500165975164906153877957210268650229031342852943158004290795716146485254485943610979 +5527495850605424448537975358841328894172810067249914112763981461492106207569150714303562508512966364997576085520454249415595925 +7749567920199753428291369733514893066123672937987655345561072264405494064545300253825630928142777746597418333809686090132329222 +2347190729828800374979423249344630750463633445579902195914226451238506679798785890126552693482294276302768079721653123608475225 +0152265832264604743532240505688517479981918489770686750786602858928368893549157302414453807821089110756269039234757397043529808 +6533482130565176488100655388961819118126865617901005108218775489706817843329452026358354168685608881349897826461107138466301657 +1298673036456454794414764858082769061588499493558362877721489608505337579335664200621558841720543957496547716133300368539580407 +6422724558120550176442233652100893764139597343252110471726917934375351595018103999311490022927771281873120822851829841201522060 +8271532119297676915199374389042651216528118441258413260870365096855873207948565556782103615860771982841168346920959540519710060 +6184875439923588759440136066343058630113336838104030510817176224460276957688775424874821399346650313045479118572616668489003296 +2897490483936533080760701381789308980122333755911815060695347160990990030052801534871717538234667743972256918252210649169228903 +3655303333861985799802708736697214310308014845445976122762735834979387407451810326226050509201808567673064245381176975037733147 +9657194682720093768010430501297373816646166065617291768151706574173498067197264972548166688571305758669319121229890115185819057 +3103510865220902456203344829140970552995511866958564974902239021728149583173073409170941518663482580344763138822732758130711321 +2350688930344799523350604942490602629624759567547933020887009924743050812335493964555189623547661668513628841842940808414417517 +7886476590659571641831046458439879022628434419829165109717986460127979081642839919400368933401267954441646768446103515126565637 +1110171943300926097143589488105661141081024879644220948038639183302967863702059520939356184545779690411373217502283638534283105 +6427345179711846867068806487631152636131101160079927489950186169690439565446479010213897921064107507425078506360801250554414400 +9449471539328516576998441231176991412965843783160858329264144663894049487064693073174535162944480509103362252131259963289347661 +6448977729584408680822098278848838996541448014927561863895692613238880261580223887644439627676547583170203035028358611234118545 +5113424393568423046116537671317616837784363459294529414397028767453793820041115557136079295159075170242753593066820395440768961 +0357417280340583283641050541304196888459267811242609025317032935293813444330705702581551660482757892548218860632259447912758396 +8759325176891928932295819377731294216097307260061594553902071464538665097894582707057397147529275324299057601238957576630914051 +7741473646777114825234899359211272805439289189063644808522711602498268477174042815308766568204260129647306647359885729554656976 +9309329125552267123498982148765832181281490321112798033562587148057414223743472931562572470841497241968346307379573830843375864 +5689803719011022683494640589564528393539106647783122400405858218032186185463041208001667912281578057825422723357469418158669943 +4135592927602852287576618966571253116928765233133651892018881037343848794704599894714843595981667962009408311650894622157342917 +4255899203623494824224271003677968232634091967503097880844441755720576147137952557139636719564772738964156856519335241825543143 +3626415788714735175257556917344733999894086186508542273673131627361802049868502277018604195271807930087879067221107134172074310 +7958546281467926023449343568661101832138815620051349600621939712639392675220715111033777811540451328852498746778968470255323001 +5507407940398075053567751242109569783310327198481187906287038704370431459121242392319816826310134418784694594320070284603132253 +8500952612124145512973435903996934578404485074378319984371754538530064680891506823775364453662506914230333187130946894042814136 +0265665148790173017555028894292865406694173385138855281737615651927882128657965562089006870021634293021436977249028055567123606 +5915024874219893422458723773331806018064564044582475437209765195603359789772265483078502778595048000442697079452809908661825491 +9974005988977051807595272626225779862046223804794634926553502843630881070875123298869912614128545778960915871587536819171698115 +4134066090737503736509722416899089791584075227377094759873530554067748069082533106208531237181423743510501202120010884006504203 +2130661127717575197825945847274376219456565491166146558949366985214290031939401399735403160414646904595040915898139346351713694 +6324612167251656207707087624536097155449639896731425226748776831598133504224173609907231060039276944120772510687900080346884581 +6779168745096711200457711019042996058420593520557512225066879514823155886446534991145884583182566717602534510076749929656585763 +2645365584973687585388329644555202088022989110607367050144776537693714417352526613252012599647340542087230486009799844093446266 +3564846704113295525583758182164662009216216712683832484187612989237709031101278092921642250525269665257513687371728284688457875 +4269555170494408895577906466689197972679804550565920918614809933468304708581306933698168463484178291731316450813136298166976686 +7026547610376955852909877173580002842485362728362791349023862313373489864426541187364755041770087263084268647054320360965911322 +5647079585282992247752748756022346611926842984561046976951468976647765336240687959117772104657541464074764281634923169020133548 +6986017692163536989579104384975828200486159266813636401205178471888697579916647226641294586286142850042407781409124499578432265 +7557633520998487338874304841131912835862129914096167258884138035045133191763280844957441725806050932560746430226219247549692154 +2059549946818227720943211781526111003981250924876459433602235222747377311088585283118957625555745513105052583294040713888376552 +6312790236548842295363447664682859100743206688687480099078223631017589800121679494388116457487107923554186562511797306252062729 +9341961249268388400507893558690543848588537117611908256806356375473026278316829039260672100995233732139958201591529357001905122 +7622440629036046952745648171252074362090378664664601861125598525510174413032785951294400218362705244805632366004605852186841943 +5591402799903315324575404129541681549710964981665090508369906992078809669693743879553048600144250375936726479837822625004211533 +0078063724382242661885925388201522364426479724179540766386042648425409841158873221737967588237291116048440934261723138640261227 +7668975572438016377259095768317171394189060199749631603972553612209575383312005377253743770387375624576792404785414546299669225 +6702311775340274741303788836209727482858012234498189667215083952930215080983474097496335600683835003845218991908331419228161974 +5844861014709438146848025778890120727743982063500046236695299463240688553674143271469625051120980545361183599015488717404464199 +1417923931690244544999340897859985367002505948231379127672256195312588278402509195472407043750082438215262579893876014989408706 +0852865918577980935645894147403286685964996381094297648429648506192278067863183038777421574419694387317777907505729693297708412 +1477876485508630104652801640230580883493634454785840756974806839665717736338880683347432665781835143575902380330089255654038083 +1333574195103318490380293307280457872559202823396902837942959887393577658742570521479101307298105809134466724699237489092865507 +8231986011655928132234768712876079867027010505901813055232448036254614645338353115984374755578779894249199293331904818734171378 +5291198257745669262198453729172996916240029288161181812810389503650167962679364773038871747909175248874112616641407342566234542 +9827656930274121781454100476261391707245667711266140909114058056141317855910068833712824192869630959336254369672357008292856548 +5323877306540282063144065009953089367459505720096157841731259977506672262970125862602619551379971955654409939177527714243403057 +3533286954907536500237907021493132000340867715658050587581466366920687545465498963798769329374590369604149184427380755601882748 +2772451245387121398103687673837186367345979531432828052838695364605611707914643359500610696276887453665009271796449018655863587 +0698238146791660163022661497107232088142858713995181413650802098858185207125972232613318849001183174321522406825869523281989408 +8598554632732565974534400037249824032956321514858885348539735224820260572526802963756049116642833599682551125312131721936464816 +8777244479719589766354029439548567013317807112981262942768196141952117452742612964786718669561362298781178596889656657857438059 +5923903176580798552139931019374192553986137461354795191944498128759243022494357593594711086051327159717361960027267213667050902 +7713620888965717050672864796196500874403820011858648932283473719914877636081597753296264071668416201048071423687724652867885227 +1226026168424754948160701743250583052114587429759744035821120491264623002950973529144113414105707200986835221503669020815368719 +4301615723202468195623453039744894794833018107887889921748034816356630393443669846540007477652862272296203141137911353369865567 +3701305132741529846291547614776780687562767296077648285050793745319685122361946265802267010089656480989090754766793951985030256 +8873911333836369977427224870430320356503521006657767633627578973429639446804587551411591770027775298708856911679457385890346605 +1569544828599021231532143176442191013631066377985711192575263159095165119051577468547654466026788861257476052155683756383480477 +1570683253965182842006010673097287497172850525327662453055182206979693937570550092128731857505346441332074707878996538911947435 +7826422261424373910786428920393564290525228206911026303685173218951588837324122530045948404629473803092607834231045937648966971 +2638900097751822798368796230240210897707934867384226561665436456581464223307579261127638844885560109562036790807667670390644417 +4192581432555251427389363044896326951734847648428400345150360499669512737809145524003991223977279428592712065139442479960445332 +3942282183806384991949767715266661401310060486291440972343510267352817495541237489262806877081824812836064827724828303648923419 +9223072015234086234796090436383818568296143232241955872923081786551697504279591818923391084950971313678554302938168053766302337 +5040295146817500973605556893314901715843407186937767008367308307925199801486021624397893053770707845409279496052311813731054362 +1647014082822566848815080638989025226353949427396868720941862068805915405636344175116957293867502515550210403185422186297987101 +2299194118400856813156210708210682041625725297454205612569506042325388570654000072012600316753710747599029554756191357595113351 +9406123252615695607363852828573549803486496914881699175306276755265739836369938313041363024110056929623864023133434302918217876 +4012400092952627260881136088985623398889677549475347950880378929158923209470729028820934081657587476645444580153423943137551662 +7552074556799764537114289715930906335072549730926411552458159805302034148895295264056331531618830126090300007948842259905560480 +2034810936658458335936482208711459668407533754842615732173788255099444966005654249703291665433879743623245887203502319367176453 +2055826854912228554738248289886125490164761646368783638608966701408500405439745351176591154838568604792386814062201460103196028 +1704883259604470302949798965476058273811653448846315941108597287428362004683627667421915628743842382745845960365444382205614441 +8276093407998769926806805283999661528492618490261728950220171409852969042576745011296912080496971648424710213822281461166346433 +7954055459730823465679899905176049956104235683646988019468094197473567154076726095028250041409673376986848760985312614035795365 +3541288526820871183022785627606776202868249144458419432875958263707872906136295450220559956136362126175679096582857639739948725 +4938942457166622758688764402917253914836669353169972138509951712963418233559611193066044779423979184123891151058275415387004481 +0186693532983400032989768484986211599974215771878040648121115240600011282719832395142348174280309789242173034859607865458058836 +9693011226500711160574222437812022981161460007590617976243921827767353835606291414448435195278815539213466555449489307049996549 +9509118537609881549110785870137427018215479109414974529881125038407426313589072435487055670013225428915901526956102119247020213 +7469585110154725916486236087220807528982687428584047123899577899339622871539124688449741918490207266633825962457784296958609358 +2301098947514645707894405697878233655395086728296961354861714139621104988822145498752087551938260818588440041204929785479253335 +7195002791628422640170129886701270065601981205842819128758172220230767271007555891989535523140754390046908600193906165109046248 +2903714800754690075212414752414239844419261581404644710369810146988392192489474219249291646325601976712417376991598429990116224 +6657841194866308789835186691755481781807363317310203480516610021219245717136441915610841540149737012207330154276656421683007775 +6496393167312732418345038041143115847682160487308598451735321809667649213873941020106124895016322422646066096706495173559340273 +6190352286444996698010567042083025249630998980474746852300834243586692391358290885793710964591096599205367697354040455225748995 +3808084112830212575642888231806203048547309288414193348028410780142000603799742289999737003393558049032105240979729430950416734 +2055001806906934446231057752350125761310442613239626005937018173389749155377417284662314193484961591256165582045826903566815287 +1770910475516651085946142895420353886980271498962773028208448011256576219469415630937607816862320717646276543446021775437024856 +7317728070174544541281155663261784538153312462326658626789839195595942323601274570763560759947639040733318592217361764664122267 +5163497922629734181478583586735139172337995385407882365183581289857390438660661367597010604158349602523776584737697559311077546 +1232290524053006728473192557288773310853272463002083064021874545276391652038777534156787659533007696087737660972241935746823998 +4820797373925070252089423136204599368358477176708061478789645953897583587905165644362770501568086914083487441612509546270070041 +2710844937068669762717114936914428075765570984673461573362652998653398467217253506007120061287151708786386990808903587499291676 +1722239692416177387037629004556867021409013954231954955946248469232703827805268278720272112690685704443311442687874485358911812 +0696442461522918873003473056316397138103158503920758588244927506442635208935867088943853508413143951321019830428306333251201396 +5237490053651269730925587281174140512120043151663340911938612562084343250088788816613613533254540244890538135550921235569055235 +3652159735685467737870844804342436795620955533935479356452033442056822975104591188103222254197338188275216408256009062112739968 +7134994798879023357613115067249723046493042657115745023241318111461450746096281739377465898982050597074346498759749836646750845 +5435539953004427145646816313257688146440880667736243466005411373421754461366941715230523658976477672479751504847483760926576034 +1189232066364746161715297654667683387924489405288055983423309925216635045159783671997425077719999713937624968743960815866938439 +3458042402161473455431554634378956977066496820341904422146434258908727947177474383440746332129391825690966243498723403254667650 +8583588769346353411734495459871858141713721510897174001175951449320360912321580651780695549218819369972998610310409490019288172 +9334204527475060600189111850610268775609506754404225935699578359127242186303638934810994186504201384645847184324944047027889017 +9180203944559928543575350648779851174917364441299737433952437533215087774057147807226819191868491441590442039396662591808502513 +2164065534579878437699757090955883471447031879403082053258427608568820018565147466627486801491876503507730663614122066321703246 +1913587358432681308736116815399127159387589682764288441702400713256228014611237877207779478537639968530764623959147519370506561 +6235255735630858442517033591935698933960554844760005512206225607812740106611830794710056776637176558829867814913080368920324943 +5410646760661322485781048142156629014814968811323925705022272475371023640394527122828545405831491808608741154836760565505004928 +2033787078461763925201661733809116559798197426225447373091087213252755823492809148960852025727421510534412088471340160144342242 +4053406317407103820908867515275579307068390637321468991384194322089645112923727349244540751951979469134053290718220589958599078 +3285805403257089050405641613610899794397383496324785340103859171172319440876039603408630922409574370487373867533449326075083340 +2983815868763252323303322070522064853273357744420576029234853609842229699640881843769482230526051119476446187157115583149336835 +2361402646872012433986880843871560611945683230864891757700569780134284216871106221826645632387373922861192629580123373279881156 +3429998671996373176825887742582100895464377776504251588052739302345778540285554961799280437565093922440989079226166655301999596 +0886198944491737540229136497483278400920360475905860689648388002698383026711966163612310598810941558644533048630182341670726792 +3224790998309426141510868353814679975103849323867287287851298934668662832191399524482143116612939771691776186144211021701423317 +4793327096193585617231688937441621332297850907599875602232326960040073326201864681000919760060752937975322888247984232424151851 +0809471069558103959275275538388584472907830398322459954494433179596574461777867507710018713571052848608078849868820600263934936 +8295056327643509778568235977901421687599218957335038414287972297917509776356464814745628543893936365866982215021206066423916526 +0069175389099655621827463771703163016234772278712340002459468537149630573879420643113985870282366118625694647368265400040980694 +0185330675548785458492267177712810772887558224559469934081174511045410475070695699952516120170917198086628352522241811643698589 +3432240470257950810314775679834800845473620978487244838484905235351184086387166599707527028976915030731776500593580501517198631 +7221196580395629622683771151068414253703527355840765726766691589948635031125477445246126627685840897423930890628894585553998214 +0691851299476896761562326144030082656664005132402228246129440862040530711922127884942717942941321981606132599740710622690829340 +6387805954414104944165651355643971413515987568344486496225929165033526273702557885861628429072595508259134031569932407466556139 +1855370060311355098279801028503699206359780131940779590143641110125855998712927294283001777864930865688001454553164651367990176 +3395026397066375956526282504048669461521946610830298850923781230518236171386053536666469499692151678856847055919172630657325178 +3046849923385707165827109497171128710135811605592578271326373856764418443760349195924655728319788343802029428671675457416769456 +5261821042279220321036999746346900717107895012894353289951489320917708733388530368251182473743527841343292751660664418023250390 +8824252317744508579970406643025576979363288136493464811540150480851485119103480579103156985795448940762007262203877811330652870 +3204055616321408250954812676138625194951030184386810613892670161995606664768252471283913135456955545480933087872315934450481826 +0110599619290339021324056958678493559294456117665436489672772960474962839844256174658530179997209334133515553960451214172384426 +3123165163841681474367010429491835679876709672710839983993762107872490425945162980229932665274102783110995818120564672709048084 +2232035395926446390712487234338471590552947684994788621710474575654186707905435367680711475885293815543060949577152083169955046 +3350028292251658928286123588620947938740352179851517866242963626384508167950485172272074373493999323206780786225244298185666999 +4138239667749081340443940138823062129167164095346506708209137890234837357780622504863833649209158347489730999565991588612008781 +4664217286110698633018092758084011823559493288270590581425742146586929149871453186482768470820080489858199024057046533515257475 +1359038127174952081563588721035499113638671173404164924825530484539148472501653910385502837523160916070082537168043390775386612 +1436923728210391122200372504366645991744778858443244990595402772009992024820412617754275410349299293608939703285522116131987750 +7070475686255460177418547021473687579971194688396164244442299931146128832803904423667313289561781005593542663645306028982529133 +8234121263247251924212841508107137520536152642698580769661242285329043039771966387613256643214231439403217580461965950616775878 +5413104246474816660429811639531866004425878342745986000581091374331764631199000564830359002609727849512990017018293163945873976 +9271235506027321498393346844536657245544343198147802739604119444238511848559098921026630558834845589124777635275843923942487146 +6915026105020117228571904488841353205308577369931061433915716936274811913573096342546878245443525669417786920642396110509919680 +6739657651695868636149376334284237799146008295879768907577994879004415279621922483186516644311320818173589692203657526672858471 +9876510782436209693056682744986249105883882516043932138260023370268816469981968622627487020614107433825722570906101692145161092 +8947476576936475757290736092762279169953016586726757242391235235637432154172158901821960951603571049760362400377076037216546585 +2735502157822565784279289258228694712999190257163908804541511707522385665999422960150232894155188313507493238330302410605425296 +7940101946087505879550405973067848188833812225296523952905032878875050817047074123446017999571197850004230072472112763344801201 +6857142063692961406887982913011490273637829211932192499375592176104274764580285681098203860236999583984675192011342612589287803 +2211465020826460764614937570329924717346527293528447660776999654426823206473097384092520163892337570587601913303602876478051786 +5272016532080322083507311689593741698084734458418980219100525429302190098183573551213250917695957795596851135451614813138939428 +5194225250639639525068156399214932189538746207985167145356511964074580667075083175359149568969997574350520456153735083289658446 +1455560636188297319680331471565963722123437735473357325582592487841750254758281060767877781711667628353861132757458093517522296 +9590937580052253974622159164858580322392765535712215396895455529996073185392085906968002802221878982904887664044332656986715431 +9536212991471446618363328764237863492326635377747715439634427901843465449556160996406079848698687609807559175166455209276718369 +0962150554158891455114948237812845566152678283675857088563676954226626094608713709080121062121158536561703886898127526222898762 +8414892749163551177217490205399965970236826061221918459810953818518538232318451456451553658102845761329243527433596909757880804 +9825158812532083534774503272169600063323718458433952873310136391419269694767849055513012348666684447456130828029837154887287827 +4062509382360859964541627147185929761392475832974190883249337770970320052156457280268514718326951417528373787461693447362886601 +9802384514195519930363615938594105163103928246792737359775050266251933928460657553568168049147890604569802307087230082628479583 +5935332407364708394968146809867463424837289762388992341535259500067286459397511377634976747563308326968703921946360640378185893 +4569961338778055670213869684862788995924625160473819440389284613604453202763523485241482845106528449769880720371645531620509281 +4202560683681703431369153262516802980502196714639887848169937613326674387122996761898343353693436995583214395894151975156893071 +5332713363776927366695888962587179393484799105075109946348286416315933464459810857879632369155531524704654845441581407617245460 +1504145331569763505220832523847632508529957830567158287689592530569297300966404712183597770247546234814056520028432048220079902 +1149483717724666058290549158624685899733135096369862966589441778195807957291623190196664952975922610237417399523101511538417768 +0036082673459241242094083136368293175771615652653244493296672289353318399016588588663275146926170769838811055155231491519921092 +2671555423322348703897548437846131134228893160392027737396758641632859270434645917320325207654186499204544521705733245689882718 +2041837354468721403869880661989984614132154115011011100068745419042193490192096797533733270459341389726436281948139045659902298 +6287265676207191576589342058985373273830354712920659876843903556929428288343172794038913384089049546744993546672999661244015504 +7671119447680097893124176344032941210873441607294204020878536819662836852561652631058964593184756766213107639235733279668108014 +1503597944873319896726432783506968518844581130482208284211813252594573116879179483819354129815885419312761420721174077013349076 +2090575099698794920755209276799477214063322134870825766478922887601572992873375806104725864045048652936083491870937541080699093 +4276983494146036588052551210478424032928358829122542012906258904015903858342990969060460111480318597431250609578131562003677515 +9113189915457840484343399644582165727880755692052210886524470220995792925869536099894161015143779391596346691130912281801612173 +9319631208845800137369253760266414764140198516858735371828537522929558300406662683159046086394078157278265484925694452296859315 +8349237034176302850857262350204638637311808275176159745110236526981407472953488387189243977498778789698586980560479570319641349 +4582085067641332005668306046922050438876194786256238539902378554139808224133740244623740910175342259941720827473284689401445459 +7345697903120299815105938454414060402797077914470248272961589951135290709800128402376384567445478103311791196342258909767408438 +1687450542289596593441156541948105976556022804241843599203672068561696047317558154471118174352593930389361496742548511304322359 +6498489819476221747377877067530863799486747795199009866503783070729160667495759546595972752749803505545796148381282603736838562 +1116947692218975950285800049524721556053629253858269322416639882955425601685355611062823222776368062359326543474366782696365362 +1876190167722031024686917347027779070009896358771654643412669083054810506078866218417271851286420021860907338434817211204686529 +7526344148737332091666585836660697055361931941977353720336283268157952341498338628673162826343734542380046878989163995116270895 +0881257474139601407433704222324056930283355591807454770810061687372318085122818010133000433045729252354366007849932042280735696 +5414676249451280636930231638752958380804768673433252210159619334608464253621441055450445428123593855381938626029786836437726558 +1472864902858611995686957469529408189014561042091105708978737612763064100403995245584630738467933358860436751349270719679653915 +4154741684647123464440327863242393005522818718477064168160551024239993656696764829360125195215986845682299044548790324197334138 +3620127277527314655388754016922253350206555973782560191527034271929722748456430219013528002841930398470078939445946816067765376 +1722243978849829693580351795930973604730338879610427564825410468950337347468265193351290232895574144876817631258161159766300943 +7560827667474386459711757237346751568066838129529407855307314365209698298457841298119589066095648716960974765231576411494919727 +8647954673176727645450541867878958992452684388452058871232181090099976607265059152633077058376469186824930991444056731009872982 +2534991973200933430036026714058825873362205723979737750638944916727241098322793656977758591967127159597583155643556576943448135 +7155096296084695428953865082662825849460303226866978634425536379072621988021237204615220061198468810868414563936757985215986294 +0328355158636181420325206501518296045012302259181045466662110690600154986730477840865756276397313811576274178347247630894639601 +6488666618858920723988680761139802965152715427776544103393791345032803457282545151397254870010332315293514763142030945537580212 +8490792796508337321795619849060108983218521200268617175020002271232501077412217793566906763151880182142093233096870432790215644 +6497520222357920618391446425720257029473583117356819552842063897560547456381395533477059429635070000008137772848031720176668971 +8337012837324253697188573699623123203170708166950795276999966009577648906818828342730326847639721034032786616971040641824194318 +8936005757600971054320025253057644372313238443033194219596927715787049581460393528422411161050154583706800554645719354006707835 +4215727593152764210346931899527305466845340439034432649923099270817579403876601746194619933095404333412889852431784452755466843 +2088097487158522551752685495115047141137278634729729587648195891955992392424399063377394353752520259570862609415201408164480501 +3544474831228092443689968228780611679861586419457086393251353177701671796943515744580842421181721325756988105402798156643588821 +9778536795257051681439799124663145890473401144931092912457976024515106053860305458288529123695426810921506064347775651216836501 +8629179794286699832017474082041208054529672919556607496647432513709724969762646139135868191228785586347557306843431128687158014 +7106456703557605702232569911033196736598272397024373712296482733842097318351505429979256730289847489156750506335880609744614597 +9660558924487542734143121356331540689398560467085012517453390341732092436780513934245365179678624863881161450471818695381011735 +3612453516034902143796136205048511802780802772294479133906585232123112871839607661282061340027850740910859483338299107807956460 +7138724118583930096084405139356471004624454913317962414308274669136174812224878197906201370412577330455805945128690650516949333 +1730291821726950196206552159924266720782365385611242853448279354949948923432277012453511172303822029259754519038931979427529263 +0548575047242616318508715072515332204278272517306960109310804996719916332590161894788700070468159978743034429043329057033741956 +6780889499085964528861899269034340070621419803779139024411147795371750105312955245739852543595775978340360773771494478163557276 +8779458235824687171901362922249920581085853186181780124486013927395708657432957030172044779093473433280766667409407392636463029 +6492579411705822845905066201120652601308459859010659739650561022388466983198156117882306744218369432413488854001765063909641296 +8476320260631331607201248389753502857961661494677170435281685503191366884817616726638971291309647117085069726218509290967362859 +0810139343653776833125734038676243930878414416044335363929863448842581458674823745747264416650503948061405425537368655356993636 +5246772266327550199529567399996744188644213516458735587639817991224447177904904043235549503266714688854194981790228117033924563 +5461999291173972450770635507697104176866762020802521790899644748842731393628432841194003711839701487245460386154522697276378209 +5508101058683508523829079387008807816663732920071304290119836347773461806818814318630035261732455767269492882409702742637950576 +4599609444549117705097045766405200220153090927581307100167391516722145681413981100426906534790499705750570830947858845925010025 +1009651634984508835728715571045793550385433404603846489058904184111368085059460823145504327889561854662565906194985160507019989 +9357881999324778923494272780697498659881414033472270442304085245770043338219929173021287371666801815069695486701740310076529915 +4608279080766236606674170110085478654830337635040537744779366742642067739517988003498779451425063495418123468371481260706586708 +2700839483986172436829409192485873721128692643705335631914640430691426436305173498220746572777225402080014675196382731227699368 +0086136702746607717078625347234495013215002090165872533540039551264212687781885399476155438281141614343873696580481400589706298 +1705902722746414058890369373242227296762941970919549616605978259694120130539911344963309277369189903126883321693536398430654697 +5704737347400443449757566987270236468633966314353505101478851263083176174429030344023607680553018559157482487272502931014168203 +0929253853547791644998906236759598501768018124990991199353184644473283908513254590068607924929473380232470364424573291631346278 +7114456427076321654054593005258016944651062956332800845969220254804995756234489111294820165405880256529733135691041245584370134 +8553075127747556822577563288536391683930679292906640525736392953226223500696613649419343205087984527799731174525862937043354377 +7195787380049689624114711568372766827743368052980829823446372539589421589808988393401756593651612425875577606936738214349475949 +0181544697505469142362834711903740140759734959010974977126438624042186356553593244884210506676336566524109269413687671228874205 +2896686735795141476730158554607522934103668703053995570782216706155323744964613382384967846986182100960586040580173953854307263 +0286768549279297394586785263108063892918942908459235186623403809969114153282154910435594392237358132752498428484045697160025994 +5955615832427009939764606346259378692931215536161617155986791397037887173705219219646647075071165536665651942885935717666403172 +4276536421804556864922554676992233459439755861177568827029918375612999063128068548901725736512083925758415949098712083242055096 +1725062474106111957956927114735687646594918046204634711666975260667778901437761819647914937715436330233142512856404865653199627 +1291532637755334170692403451392823323540177224847012033326608939686606026939972956526341007272336243309559194347525857345975521 +4741600004754011316928740091902596508371266808717732973936254941000335221943249074812743110404969466723162046697491974991225004 +9085942759791031775731739206062635146158396893656161608173687371708987211298821225045306367484626014700868922039873009889166761 +2541340395518961317950998826785729636172355473248648132541946680948357368185423797382627281741493372551999786014593359188997484 +5815863362546532185070737662568520327034674676319716730206859041401224197894669598892125005912741187360523778711460345399659500 +5019261584110255017064950229895215051849707546749811603776445037494938571872346104053773024040213974077890562979334359709174595 +8333959703819799129975411673347762248495046754138982930023526377690018754531518740079491735091275401960400702618787889510076010 +4581333314409607030057543494344952121287231730028937956224706941567517833092451729648212810249480493474654543033507398453170912 +7852221502784071535646166335599143402394637641678513241517161191111016811759837825114453186940577300367319815188600287295217212 +2010730508881189649006207896145313350898015140508068016693226343978406558747353752836658017965545008809220423091595161424950648 +0496642867065050893136545829132837570390366632826974250747266589629788809643453838849392317508541173149110672931572489980731531 +5044656574615736195246481865299114510211631762807229391764826087155637720268154669986339615396192306621947657967460512382581862 +3895441416167225879629472693046552479446299590678533650004819143386099678646479751244788463147638567925169013110241886917506841 +2313203706796269432481996570645174678020808456857425673026366797683548661197668493887407113195800476443548512276825541513285096 +8842881585797604763305986235159142379357301472286513544030211227645270193019240287343188528847284806872333232004379253392212209 +2688409746134847438143178885250323822851284371547861492401669288415720100963691981973327453125586959600245064339903637953701615 +2157845883601129857682095395770985605599007238545319703595004924079346833281510603116153010794429037127659368861617341676777914 +4401447994414721274888256152671021736338924549726141907269816501834171190194745666679544881448528084111510223352357146390678748 +1598441987414496519030297478102458680201205753852279934039229453001433839642149793337137629917651258040708764206181523433254292 +8502235049697025555092849971402076674867464110183607528142090872909056796241616598564935589465706229822069262366265937628292137 +0055816249709410284431305701461181450452686881595061600026629505373443676670339321519731346337868758756244867546936430600344835 +2653221234894262976174352794968903515069018957828772393070009300269049849197795885320787480595346792949215526978359438371233230 +2573198395480105527983836130766181207518943018866225650015829519188519988960108721260257064720088842555685468531102293009893766 +7692694226464861550196190446675400547348832497307906496613188251375658889565533214610868096123194257835553142178169804139054021 +7725637998171173785445603097719118044612631181543666841703322233562489202164880099839601175940461517268783567897496005081890093 +1623476912740353658966890439792885600281612076194740147557413318421891935617196959684345685434629547787219047616918564873155095 +7025393340892141498709286165315521796432685307146924561201314330411100254047950443336104515273461423562157427134079178986568513 +3037051173501455568382307906695636378996155638857317043809314274578391987572790382804869815651855972786188467330565714827922500 +4074893387854201023525918388726764794855730871461446351512218023803177488574497502040250654764531910469820302411970861290475346 +4505685142400586418253034395353236203805450253479017801928704774791824048811941055335303586560686324885362705510247805420001343 +3089154219080968310703760534064569831009505236913263817236675143668487294264949278958590434251398242365729091805726174530517140 +0036394729791915199963247134854987262729782792900430729405932713576759938708525288045097625035200406357341027793528833641758308 +6352067888617175431411674423431768301646476262241768575619045274936408735985350498083851711439785845206739316196883719103192098 +4796246905383107193048562525408958439687461541231738438567101188983088993969984494129981508412118318349184613817013959589269737 +6278309646817389075935268193490507135536415367887824086765490270943493340352420279233033265958209197334685770879485799469719026 +6501644826983757753799478095020135205854302975462551896895597291920140799672078608383168757287535179491461326280401680688209269 +6878526040144420355891683769364803589616260114471471935609824723068550467740012749917856656207461894693384857525476785223522600 +9913533038664755944016342494625355616351591218888135528544319832829890186060691211822484503271002284261557646472978467535245524 +6548210843247451049422320528853823425570998217119732063096360026534131251690098102596630502775298567714836475115745947762170767 +8887884056401989307352068428168695321737823154308274924885994114161224059109503941221400198439058269599476104839310697936760947 +1499621302434101869959148741723191678491689696644090274728115214408462354277075304721665902694379966811617179086736989510478453 +4472180192689505631132593579798684787021607827033405644669077356547531106428251322335834054519860462918400592332567647993370324 +9048351300356674084399149618697303904545693491523593398209411550081390607196236295352104843258693200555492607047645055200473684 +3904033119579621911938196032662442953927339169769049079015529114126726770405396769752836907821633197786728940414757447592836029 +5698177775039384194905994353296325732870874582783505440992449252246418852133705888017732270642203555475460239299507823556669568 +4584762886535479770675275444567493237009137069030861149601485784515963297935895153471843170037858613325007001549210631837023209 +2986230798529869904729567059889517914570160421964137879893497645563877292347055745496295096825111567999357916375574494934291205 +7206470066816931559279891084092643447735267681920960477832257393262206090265312234429580381825327805715755696980240563671249333 +4975196191021868367044398019078519059684387790904063324517862970957096304027938042892083911602143438683752393325035772333502998 +1316065614559478287404397163400580119624302865064035828659428240183667221604845265166461282189820016614382937134407772850983969 +6172722824726265969836224691170018753182037736393837492582066024393428721754417142086323296047227886511163988288746175386143366 +3150098340574634288363424590978979671688129464997330011306067549875063142531548626552657667362582081599069751262734236839198246 +7320831408674583797739325661435931815687746601771458516299735930183747747803369077854960129285952199586802721391111341133770000 +9781649076575876416834626425635920411598588075542620127671675851163249442163030188821293485762987388143543674662920406406559708 +5939935563329383384304248329695829758747483676028520127505271048590567171170009956748249750276404393523654234793402435394531559 +0252668408043754647206021991183069125065854666835585971567158743285135342908676173306885768974453965943775589652707957703958897 +6941205372351396701250517551254482102589310971175662401605631499693168133844709297036538928165453987035113124871313193061665449 +9276802658913609967848115344605249848453532699908586062377147315012593156326148344297014110306443933718879254374138651819351013 +9358073205389217401007942156414789371666731131537345827743121944929460937083473364444624266082970336996459723671391030112788573 +1765411908158890001229050208942988203575712050271091972655376675898080722954958732806828573013490785204118792568609729781493352 +2380302146221749454886974990613671789801805162408638634096879268990438108120689272991357553079627023448340790990962415597084280 +4048096687228528057040549427950909321059124104059954691594133361792928522598487445722858314871353602305792037504518403367795101 +8791402885580812697264727719699410880547796108771833960539902147827417638408675493518018213254819498104814348795878620396366601 +0903924261354725492168290232167217374559865613331033632981304605379493456181688182582298294804821827770454840207003173905889439 +2319227785834038175693137220680318778454701304164120192954225359327542167556566637258412033259709183354710843065358146305555525 +8673917622829080548174920911891769587355766435165634787328419281721579009044997104872530471989859299305155593643127267879722422 +6682290955279007939673997760490906289041187907827046608623932479656002087546101920096135789193088482019418559812270396482968185 +2423495240985101912282160197226440146044901932777702865325863608790152621900419953459804469566930950992382020196553029673452779 +3436610407681610128962456711300906610774647139359864663150800708313215865508716982334525964257676579485350065609743793059790523 +8492723526317024179966715344536215615681812917282255110526575184184812878258269018344255337700911624857617809339928700208173945 +3637336636381056356070802698487403636259922727330027710606038599582455818066875278487848716217844022297313070587219989978367370 +0060775392327016214743079646392570709223503152196217613938079763344036433088567530057235155273916070612559581478927578508356337 +2980025169096765222953776328674278356394573802596587538549701911336821174109269755308129020228887624742741743790423872778133411 +4050821812671715448039700197323622949979651733365312936187264385591443824448095216098907529899820693216629857601750862463957125 +3142033473651787251598564785166706147991399595143208797800693772522221250290172822723884818192653997830457442015732513857367482 +2434227934816021841461320189923052035591521089170168079786149675686974463633607305584810474242944486308070058500812306124076610 +7715099107942733927512136192299373968619398158672679676087995950860231222104112656659877314698556942502196127845551909712373108 +4069114461731658732633727592893010579600135097271095735648535688306732518715682620335083055144068477571815102417990371455419096 +4513648336048758526599148974167943082379478315281923441623546714332454634302169701041016212788185513022911448815223921787570792 +3624469067047527512170727298754069896031789622645772484827952155406739967506695954077541651367850929296976343602998185574427928 +7941267068022945446692718780586230511573764935339043083147537297266971720289420223564631007244922385010298582167405543731618295 +6806852318072988521804655880278600099719660787055120319799397720389095148995402664025461591174050670273042539667806005860061500 +7207008027571345636661751333090766740919387017591058445443344334627123396031143577924484316316865139392646603641126628696936857 +3077564139261564206167503001531356981773542928052096642681673223984499732941393025220000573381152245673838328811500670802459159 +0948542799001533682410297780373013799791748346265940949566539377367731087302452174028989049580452869089162990037685957268273937 +0880681561126138584261480022891283215404751141789014380796409952816321543905013512146286826522138659411899727000462608467450535 +5880091566261256557011783504868257620770129211977999169370084785384096209807922714348396458806443353193445034311369641072095970 +0556656033549253864960039890721015883335372132680590369609602226419085993403091634173432095151442616233244407104672122152816903 +0104165883408627525444104591380562545622183558159751831249938218150151310276941351661814981521482974647621742382874619909936820 +7313501231477817301767451446702735705428503662442130539627888646852578831768325107739301527824363969429357121983438884878755269 +4393819179422351389843662394835319603450398553466130430331252873486799616761474948216299677793061438633632338236018231007238273 +7068094772817742176160590443426997804722265949259567119852638283512544860402755698118178658952516755701578554245375512654131546 +1929058509678608173068953824208364147161581285515961193245483567752314654578018433833005722739540799467152027333949229966280869 +6336730057716861143854645697201406300653307680945816167555425942108475384088151314617817926634797063108952284581676269870141278 +6513049997339587705695549544072595339278305253913271901919825663866146612507671581432953692087570028664604274026412331620371074 +8287494858287111672511595795429201499531492727612182441663719617940686643391436311349735908431637719847434127985592417043341276 +3683439281027866311263196237695664936547654237370870765012602749829825808040000867227133823847412406422822451359747985192576292 +8080745720999988790691750589159999510681935221965279452806039652949988754070864815196625235801191787296756531552141564212907151 +7193959478339407643118308465039555507133342674876808586706138734909756613087265895500010160295176435656450676824231321652261709 +0364925287385399527025737739685585498448664221812361858587254459582955070942164513804426958941634994463722930608065187062143205 +1510248350334956246451724384468817066713416535078509857129529545180481755289335535116009464206553367625156566677354615817653859 +7881465671702288772143540937915254400157725015862757578041600213873551218117006116952755764443062859739372284691117745149958234 +9088672142145404730278835893039966187590126325943635642412358143475145374782213403246198035026788070070178049812453881844272867 +0338668401687420146135473027030982411204915710337406365921420685513130184588295184291465724202435316806267038332889397443572598 +0839432579664022013756612378573508309364105293988945101718659897497738253028464952712017100629220365209543091962896609529479679 +3205960596777307708890129013560513946330763313564335478005273643120628824046289255031118424365183741647820073945909472936879735 +4620269579622752421433383654982653678424583328146692271652411473449919421964392617935515652881545262048907644967697133592449864 +4910971218311134291321139032124590602851436712963785978946343853100496072075735946195731359706831946181264874128557978861454843 +1011713617018211148846555458691095625992954032111035185714620653734574566700313717404927859717431081627049246861417661324499234 +5786110524543942705885896839017534087003537095772880970962648591315518710892525409209474091669813346069319857029093908507508520 +8853954861830714292944628596393329384568570114810794672937003168548384708307820733820193722197605410037476744326684584534487320 +8506177470614128104032179365484641505802789779285846461790237297261018747968281039195118146388862647365824837138881138267868859 +0627387322960768524871037409484459085875896325439489116621528742302285368082254073124593119410595219290194886865353532781155425 +6809698357496328576273024691628485594217747112697681983376999200098136183929376787562599199562809870612840417370015973807170130 +4180345838072561608049345847198586105129570485513244519517878528919531649387592676465860801665435795014078048815567745274248672 +3354246532695167434429089502120887783749962531689888071529106417054905309204892456124468634666345233412562908228212778433482865 +8025350198646920310690370174859009390241456508358264258699021020277939851249666503547743318751810595431556900870080845029269395 +5024287042925036023658377259430412863334903203075207016434236014370755084100466996153432751138550920390967655897565334875107985 +5140055633415509862050689677756134057716739901647883241169162784527852235725792016297971735177502489661133426961482215258022336 +8037402896490266221826083726250897311919802495381754225581047474087034884706618427848292889662240224463663278752931604522244404 +7043755425948194930791058610151488175614282166409617670305934153837246327320668633959913213103337798602482509159766659520973014 +8270324793209592396753604357772106280615543278837901728489074421806486555551552367821526140160754356205673704266414947144922428 +1799358966488711764366695558613904123247231097498677269788824167860157320461004934898696811210735916673092405907643647942161633 +2879051334510139198581358891368404052755328890835533066541217913121822938905792625249238474950146832344471977043224365781135389 +4792241156268785166424579695585412116561708898561202729978503519790831983242726846466172154727854320602695467825448826562117055 +6892572380716177090374320438112277052543379149328749706362112028296715205065873069869487739216648881329625482801871208985853567 +6373214964682547847971295488976163394711102004330268920420740567984995588029489900437674583804505907280376076761512694288533949 +5155665472119733684583254908202345934203146938766729952819115305923223221786312083916415057710647121628060022705929366547804604 +4979219068691159117673733260174579718275355270622127824048810725346461586407079827993239800649367405496829848031012026874839047 +5453326819721439241285068650662264327283806902040744362117833297041970217611203752467289267570303110513926750426867300123044678 +0552826491452886926336136137608744868267813981244854176639767832954709406334434073383918878421433694185303125198608436174948723 +8232804838617139276458679276053642834353480357742672915996943482707728711707722990226821986645110256211853787080947091570985448 +4530019597199416503606666321373773776661468897805635174486648284631882284913728030703703554479870389738113486662451982640555230 +7993338222145807140991352100542338400006637591961344296816299971822252698512532704506078851263452743784059409504687946969377470 +7050536882923788373466054136459774772814292349043369279413441771827357318562815124739087054575308713882488227553010491099772197 +6089909596225409017825449105685851204483516303044569069782656841637982677940745207225513250507661349031619934115869792030545534 +5623878938475449105483656355950820776480123283684344289877071474158657289092937164564108821983834915760732145489786160801928029 +4816804046415869731980026155380698391293302660706933603124933543082802974288753245590234004708950597141938648083597306991959548 +6285742091945356496670113754904503990748375484181907762641311090270050878330341468974330973619534202556739616012441626266016429 +9943182264167678058972498083665971330560261159232616995578303066019814909746442924781284268163340228187122534568268386331093065 +7152421562633124939028810156815250340969816324770306713467508016775028986746579511353296216202084745909078793312626258806625843 +1270211232086431110376182218366306020098067244906289836262668331857252429211967620796216066094322098532350592071668917821894836 +3845983140880841145716906938062904326623489852177531923802141898083667738472813358868563811996856141869924840103531518902763682 +6718003149619307421590918630236184183948486678786725981990313301354204177947073223184765980604578217913950986068011309908008603 +0928467335337181093723613708048071495790652643180583079182628211576154222901059273081503840088736880283912228917857747961420216 +2166551801482676965109266503314605693500879290753119500152110927158165273225738493344045059814681043424105403563256277265130147 +5602984870377735940956944951929383106107020907201382858387070933315397423879633043403789726957228735509198228676824257307906832 +4033785332705686886894233935205324983504447579271074658738235607798108047836471901273736322254888901735575902110174004577938609 +3402493343952267342344754443371491773245869528553143427384549726736187617570093360565939837511071410896535571400200988988962479 +0467384270228802505542012448307525976842449031499613137353277852822620338697586513075361354863064717799164245330603052561106892 +8842259346260183856170976867586760896719736933276441816021638614978497367736310097708762890208045248689587229972592272876387473 +3259167318440772369838882122021007960375389506141034220872992638686407702750133638151910546511598120704345383522282582904780462 +5442641858108090041720094339574637116216554948307838544047344475741751117118100567565238848037532377180455225898883679663375089 +9577142779120614628627441392665993338561362305904130927688924256501300629907368310744468665785794738752761659537261334710214003 +8036648554081009787955952496618722107214483438085877494384608581966978660817589075759692849806559360759821555215575625537328994 +6018332837847583031691963477349319171451400074031373390713717042745436212897138228273237021196246257873177739985799453366628180 +2105213797394649680881845019293842601907281739434203168302170068885354441461289080251599722778415734193180238772976142195797481 +8846734820754645249343903444980443492288225807913782286509632765370978666435328327850741457922220028478728899676269184885886857 +6241211337754447826883159708571545245319208827655835686933251362672810423079630739434073408653288828495537708526658804579257936 +6272761641480084516721023070052621557056643754854336674557368573875689625068313256900499409409105292963555938180247719262631692 +3370472297661265053196085477234369632895929368519546792630928565306505801718550038387422423219452220411081683199640562587649457 +3951837878713231474233482132735598466639480024677257398672432796607337555329635538613813318615303256000562507502749357845826125 +4701181391450803850270234592090970559917694412710413114961034587689766035663731463069166460549538653431143701866309605231883521 +5130066101866721176356898240445132440597653755333619647577387320361484004480200635865792415170670027337193740214918631143418262 +0808586953125247209833845490228639118624854066699258124848785165048528440583631961380212929557758370252911013779599196305478822 +5521493745858166529682225371969453760228060851280399420192708176554476472315839318021751905690807649055065100259488774569707365 +6158697507308922777896716663452883986126333631244914987739404979553039259206951208801722656773710392910263349735278566679339104 +5235852402635719195587338866742022182421541295397761869128302452896058848115769056351269147058952464962337808384290518791915445 +1541410356265877277120453080537595028913680044162125110791583969590059857305994592466475393255534238742387386696685456308459612 +0685998205305456113478494375669069867507303172663122574416432766684294168665147860680796606372059541989820238442687325132846277 +1106867923762001975234815885590982053876420748926951108789589029118783643675464846081587064829483161231369554788911064379449191 +5812396650186976221479400172298188629572727898176974211003232401377793666992976058114854815038333629709686365618467427463150786 +1384329026943982531591592399085803625354634016228493888015194258739954993856952956641410330220082208258103940975869674221124275 +0959625394390538490258630101489160874897384983747423071388118372125410613424612801559234232776779480366009970965890340120701045 +2667599636961907870724269931710369308622554291093494631427897956168577372077593727180133140549717498300507170013965255252092132 +1737339475235603869117715688789198413446311276950893765017909814539886259628403094769733766342691082854440546058895772248646612 +9197218961185262852748275379196855788331061390003979168135259363646749693751540875250641291188297420332987544882702271806564544 +5155345846357272505381130365306178806560153732924148036950818502559878423925856638459435711194956693467002588044226649914787035 +0339515088331009475687588955523954567747189933073011102332237830656095392839856108022616789694653613303860633782147528467869258 +0130375935586298049775383191407798098669127243484570035128574481514435908283974501169023065679639597582504503336586846159045241 +7077631278309415202815413204154287337150040264985085284229097360757947744868068694211304208527582045828778373828218901884299318 +9750268301116713110151838109753966293343621088077855224277949045570521139532153236249008822916991091102238861514323117478408697 +7155195645472829181908341253643812659814915997068241585467987778740169901860636348467280424257966646686476472265113081410661304 +3489215851493494198992712587668351276298911212514851702684901497030382245009336388185220072052801963314343348536393431861793824 +7433750102437336219240711853055477575713689475760799540383502439038522399381791672647025184537779822386053913810580122038174879 +3818754166719135070632269620576055650986227950584996452818776818068696309115722467830916362575260788613336625118633863774586835 +2178221238069038687341161131798367556148830622561463128345189400786005116148867892392990638096974925106944221425159061603022670 +5524790379877915422325982255364820388029995625235481186060304010456803568052174332647747736403777805245458180638361448671813038 +2561932270943099179760490101865479784716200934807733561691561384108933097340199742932516818080682737612322848740218966854945307 +9080116601255117121383041648878380955264484146894062161454022932953200141179550531168588724355886537447858132714146647197563370 +5582470235237288151308759910566681678927176948236130886004032182125845977161600117740547183580925791449145036400529238606663420 +7837033717084727015977259234033008100455368360038870286352550514822219714510463917848677542164460976523276256801252857727025894 +7130094419267655355009949375142847444276972876916939298289507233195397404513990497114810662137361054915518609388753530456478940 +5388394232615483120266638817714522427995662494049561316381620397442848359037023023824190702655956805505137789130807808295750670 +7728487145979981298300914926600023112696314252375455071809186812868701327870915067718357028716612327551252066278398582389353164 +7289773656445897637637801900198614044295973498998341687324987147175709042706190580765940871231724558042584698396691392833921161 +8657047381454227627618374146397069336202044856822409754902332810974380485722671719214725867693990943072348305834409116868276317 +2768386266640115552548464265203598491327266098674766891714414339959283543826573869249667218521183972556730897770799418342118136 +8189160219232646049490114563802577964294955901129433201250836705921020927053769046687178122894793267915461627258608458791264898 +0219476902780453916709467789696795567878369111867867605857135264741583700268708214119151342234570678050700247598575853332533925 +1642635008587172832360657829315478456525706956941480551250122576528755981779071461911390584857611720174162647873804473942063599 +4967685799379026281672422049403080588839491839093762962697369896023527084701530700159221622072624944257435732610627292851813751 +2044450251147619884660437582513822729870849508689036347657931033634388064328200140554626737296767003665386040440053850111272335 +9965191238699562685527207327106427173242624391995490667681457409129351701642801367806048618652102824703936861574242876103982267 +8167136500949575593721265813173669081199030452059803613088300447991271804667292549385675921231605005292459008477827396828396980 +6509840801282604124983554742769070687886591529251914833953844029743868619125159895774188014042708540332420119945175514865123729 +3692321786307153306613998657737637076488435978265420180472674598878806315670458550057067811482012301407908299677656750462270208 +3553454561634700149917505664871758279230385607072819176680565522193204640320948453398810380708601224770333475704117532694153974 +9739801831118688634434296635463933483606562392700839399728340475392493400599816097076262424865867680957927823749646379318466788 +8207485786494651396331129651303688013258032982874538569357681541288542572016965208057337584986821728683984473782485195031290559 +8109594698571552972881573904540885927360173123269475341745160895931951290769944326526035760450300948152494775976334153020903866 +1739268973385061826289687149889229189956753685868472054090051279828873221786295847959246538258862203254463138510475016160891729 +6472588945675080220223551738194925153786626106262423384260557370130433634861152559973124770729011313810073811203315002214957767 +6317904094534761856637133735479679945651270156668746266850573869850630241143818143990553888552953747865302101114447970138765661 +6050111904910844217007312990287283030132792651432799525258590083326102644255354794948740529248987597130140253327270495396985608 +7218279207220544832644649289313013019030346375149234023654949206605352146548635130815666273562950986058561700625454917451118233 +4591089295985815819108775507988478501559092837715809067331448086286924500664248339776158516774620654659269297333948779421651033 +0402389695369287676425439165311946884646996933164719659142031175373351707836712648952147263228223229642458870791042562919539663 +1663280408606348818705021370639699925355411336760403455952690546859354756234316710656534265824067538349235703012760994218438928 +7331947252166763395452202287514396143003916184577374680861816449247026988630652041781591100537950521820855164931956884346869156 +0167992341341885278124354492799177573677966259864026035120911925009272011711402759093945175436356249669782240856162554344304896 +4307297970448548637044676901410933338328417297377294558704310254387943692431491233869228400552419559003867252598836554809147959 +0400912691036342469718967629054695345164844205186330491298158594966799688436822836744333087245877645780438275466738783338029984 +1522719795609161172147875781283157496792619720043728981895906145341666050986634594495047649741152246939806507306609930123284981 +2105358148148398274033567712304765375367909977448660123752729616799410712586037852322616433905738649313626209308187391551045434 +8184050603718152729487919051152176341217780682835043432591401578282222377677030156609712538101741280977544353648960619498088312 +9780539921497865045552480951265192490326869876857256607893887668594821322177012473373977135212994227092237257692716960309499930 +8387530951877561556746885813088050059098237284649866946622347108029066952894002584214015925808803683837814966224683534722188788 +0980315065961365338422640630321175434205379462185984915822930473041804521924781482514510231643402826027992447752984590090815631 +8885215984427616592965846360943654237762984211426187791836287528989189066470173789608783423601639354776027707428728361921725733 +1713545761488733797112097100438352878478186093850974631628293903780866218943733017611561596620119895299713346283509695880279900 +7056694123692100328413045552536384469910897094450012862955826233283495356986105417266885152765210669772149818027501922143072697 +5044288331991180937483810266252299436099022518584143328384527105505463981298174129945339074070183868941494344473296478243433481 +4945558387028214187495664309036767910507538072289226775563326183770144119596728765797237537898375774364456608274929793323186859 +2322622760682958787774419794236441627708513520567224931868094563846705540632720743482044172976408519449985880794628778392723979 +7704734167762682724779119792543440260650654515136102295412021984201525761889238911775278953009856036983484297176809989345351898 +7538438504892134535588424111693601136717057553968849287415515571796218046474942306436018172239215803280193264125771352664266396 +7105221455394922182238669063185805229847494225913363125711170315190206996126469146603174629254473614090501455991736786538113046 +8157168667432314271904818365481089200297683424381896431649087725330131885687876217074390326660020019876852812089717929283102567 +5370154297245853419804188360942032243192631168128880436140877705786486797146832449934263947276552080089455965696884234934971523 +8611893045023888017310198960086212752413461499017699656702018998940525757023063840379418108573223175879013713671744193748767015 +1169024393509843272061563781622978325016779395605303924999369153283788827391502842037817134058668089767959752756676201396896441 +7712715405049463369575317556974267677998279848759269048895603544096481338768211601218741510541248300317436674252540127015114391 +4834430831243295519098671812863396000922057166207709070811235493720931115916983299692520931163380069504267039634742271991229413 +9287385557045725218161176454965763264083042136444478713449129334549410452033352200798030615759042237027156709457224173930955024 +9440754327156472541302944326043902553561785824204549770748860453197398189036670911169331773914895138408417009555757899645501252 +5832453847611197719596117303718224745254716796559500451686231076822545459079358621425609803998655831572289152307921157534370594 +6716617297863540993457906819123068181321563782640587142663699479729095230755403564453694626863314955875318305864016967285927449 +6751752585208130882471772146338918033811645841373896388668212294917320582400645793013617832138799866544853495551795042553770974 +7292062075462511235154219336433250111030971448383048960076039173673865773457243289124490997622252180509835724029497464904686356 +1703189532838988444479300672213603786659157307392869303094005510273480520540799882625565441527626460538592793551679614793917597 +5131469474921792991086626550504407821816558283404370799177646663722782715758886649389166252871185413421418269585717891891693033 +7009640276492618793739187876608008054508113875022453329081433650929497189681068056166559133270910556458288747450052550799593778 +3775026817449250262071158797005661647517869545017156045641434181332078515755353689003930497030264487465467676524742489128433074 +9510101337115987091584562788637829217924129844325702143952753831115106454935897717213086048464400730491846668741988349250815009 +0460642398157894924642248578767274436367563791950971068099635643161955689433389352445513881354534070645863359289997626236597102 +7422701275758347504612869999447090197900987293675125648746188541872170309069628366658720207642452150511782301406643296921604925 +5722148742542704368310731836532013521833785510008023772247459847917061172721772791747731176316362682231389997934194900072780568 +6833294401022288062004523032063979096666714062815023108654665205678873446818506366372748896978903704125253114795333767006805633 +0409503844899480726742485372066289542014116663615248040053134473634302073503009858583019797024883588714394669118201212140331049 +0801167094699960082079962007695468661043658656967418331551197267388919434693010620339366679098731235659707521841235334772751876 +6325143950028159251006278830542343903327924750282184108026273734472327418765244935721260982532015689685569244807990908472766627 +7594072557268049752783928609937336033485545218183637235406635759394992632389014311377829965838907592318760198667367240484412343 +5995370105199099659966025879437447340499996959986818273399469349454086733538293008250823125200112169460372394345464200255398128 +0278006855752348475839798168839058164956107248521078548181749550904031782397298429598863198195066959241173235250539525076363890 +2434406818995447305231609382502170967538696884871023912846712870860599713914006479152902091530717543673744437190057705732209450 +2049303158709878586595288112356673888760379702189055053773161541139894881284696826212357934526729889089168985110486922861784281 +1480496657855804936389615128385812000095228481966854328817796490269872553734151219601055960998715934877799282526137718284428232 +8638224569717329657108787802886111345753795000064618991042853502960039658407299390014418474102137277340588865538873397922966731 +2915504391345921079597753766165614369426311302871553494239227907927104755401277811135239511652090480469130728548314080193845714 +4662543498990058418814498281187250236958894998429926084397929019382124044722273292092351973221932689481754974738766719140738353 +4190409245555651289372817877351684664080842342410487693494611165285252514427042631380484145603968868053004939443493512729765220 +0119636369629430093021488300230179969441757666478935315483114992540843688913867607317956666306088259979412209337113112892142162 +0522344915049743379719646407210766405374162220565183535557053495876729008927029380341012939110046953015244548503515867668213581 +5545277258914067549098676802369675716209629211229823278440028400844384130766676038181293025311537464968008032689589725571813893 +7241917831784954432887951874113610869422570389407469506150472467208362227227524708480496950010505902724279188045395824562149045 +4536217193131427845613009167815485956442321803951137596941709381463070724725318338865720453796245623311051568325407640234609643 +4950000863730017668562367944404823933355943718044346155630933481082791520987136962663882167172001786426520967022022083855046918 +9948462347102121864710644896101448735320408682918327475914042821856145185407258575043429392954988610306816855047216892742882375 +7607463192368539597117886391111127498537601742711656094819081284338644518509840706151881140781291037342960935079170415736099697 +8170547034180787962131392617751093115453333934584190242119875787080041916215989194964046994229463391170868877473670939015394600 +4967067863801616048208692428984726982425267929231942089387972467090049190181520316912402532109719978404281158192349591335918000 +0182827511598856652325488782019351042712700704721955971553105284410000877214479216605042256842199795133210940783113951447780445 +2845448586343352856456977029480170139895515001400772533947791028664521178270989590999530566461508232129548565121491303912378773 +3186958087525040737796735368369363073980409705399259078085185801788329795473492605756831924612159181775569516279264645527914405 +3736227582287369825938099577236266512057139246043733096797986415476742434871074557767615701953628932757311718425644125724233706 +7173052386737821682078985950554267597062731307233678638341260916391599502956775154905191238402444341035490900454688563799626952 +5147641961470238255748645042116320141678230506441721302812017771332190399762353180889095100320685446894708468194573746305094928 +3469096230652662675602711465325424276546888133056279141284661309882996606616677713056958440903862720614419241163546636652676601 +4000176045790898594283018168562878609386243501149259496688481941480198035420169390431588952838073985685288362095448469635565752 +9472291341301030094187025146867336563674988987757598438413852630025766068250538948297399599973328446303590662904124689712678759 +5558918453683884045568116648619640982031099812596210893142179251292478971547413993326289821580230193948481450670535256195029562 +4928975689440726890177460501590676962108712941853309133182477027909307432937071388936253714931106477057738446899643424898539007 +8940244387920877438974129853648880036120882337129881652544245505645048735775452951748876363983239868801033134946650378020657016 +3701058033103724656733182793045707161803086804756890720227008032425755334349001190669627279911430274518624636020186433616060892 +5795048614649402340472644254299779685615196268626556186825992241948964494636129874107575230767378691185971658847979564205979820 +1236133846548113964258787812605512858795064801453710507748252434757524711761598464790831987938492943750974650361247007836117825 +8985069765244610015917016588371467517920803422724008738355002305222843175513547415525425623310272808519127269635589538855868669 +4866637881580384758530553032050127301271010383021829168699459836736308865544704254424297016793922754172114529453114659796809124 +3421197137282279783180092595776656118340512425979400729754872785822827951114365899638513626864234673281733350488813180030409671 +6116540261589173059806435182727298140303534088364505375974117730218290182662177594123794279119735348291936701406861588485281875 +0383388028538445842643371054045990749985217056001543711456417105050188186522673179186319252532355654228417953034579705914850138 +3589398737652268493665223622209314271095213796466114005222254738357264490629049957974234088293478306962011737255628545244120278 +9242006644961491221804556688452952473719954034253935879343918188942010496090705258446852742963029458182305909452754390287793730 +8783068031607497439341603800503578168008017096526972920750091440007773022446775696934539156855822636256531074692478856955931965 +8800823547223548709312492609422799167744315137636030763502283934241170303284109496261288800964950861563894408561284405190045969 +0236871653896771373931349637525093015261721424149322538581449425146949187109336492808412768678305259961228548229258526615055933 +6808296006076261647807027264924130647898638203490518417736498838185026931804266322409312178542687977048973852811639981510309567 +6711783212313531503601350937924384067635440627869411288664439772524317458074685185346606914709019186196743715338064452022403271 +1329461726620692353133812940387503225279782302791789101276394351197294472993751698133198738485236134603208512597461992464092534 +7712409812790062450698418919781788475967301395142101015147156004348821394973951402124816517835984222889123201533407163528809483 +8878866193884252627688867520926767781102452754391877549372235240772045942305940402248699505448319900090404392151869967674502128 +2483008370299951549301955588790277512316664972307031593695383033586616221934522732614016251454351893271188672805879216575868904 +8930668992950485150931537517355790279447532793020359504907584544928499659083716918240980733762266979363328381222043500384239731 +5449783313063957701679502215046202754515996947849788011011244404372242125949053935941173427778943061308870747330558976279745268 +0087442866677315281344307628368254568290685263159851300491709072441620656219856549470063530059686910247545618397733080267966459 +4275923776467144475919672663054261638444876359385278313589184049205522647886045588220547740175271213225571694335593813888699266 +5631076970562565479284442184748121529273149320713280238168313146627141356684124916604998541431548094125068927278902251637629771 +4049873854233479495273404123122985718709224211298472591495302249456292201698069758048348513785824572699432884088465158829077277 +6601450724720706904135791943277181797939378581152182984849501639363583354753791712537234399122836156611327530479415218232099189 +5823047280117680731777259023254262177630139266484401163220777646941723211983561493087099972956890435877152661438838138706007958 +3871525096685339470645850417153350859644241363604522957863652066029739101996436761253594694922069548250943637910124220796682359 +3789021225120290908842849945791566951268040039302726617891236371450848884685584694857899475642048623621033883942963333740640913 +3413392907322042998743788130668642581010260731658079311951196515199970920919298587850590756579979416052745401954692899254629962 +1834576186290812892686277778078188491493029363265052305832102758282145333131211542287672262899869561233857209736661910966320185 +8640618069436548861856298762841794920426604496493168277782652390652529026370866518863711574378563335650089395301480857411365309 +1062855694706861343683613721473054277513151272875708166067829305351279095564881057460121748427296483260938003342506900294399166 +6708351271129793412643921214770696882147428525507519544681246954889801321262715754608536636546303081680171501901796848282715773 +8170065360748835664225539865399039511547738151434626699419911223518847738407528346693417347838281049824633463358386526323379557 +9773283803239608948889044323843524447778250704201869489766199362127854167469574262448141201863158740882252497005327174568985690 +9629170341829493159540502281159419978757497174339132063688621315745991750554750919122418499757801567167615195540686775308036772 +6813737486648360157997154949184994770910737848857708594705159108226498818076724620595499835896899658135344576077658527954169440 +4916163367448740109143119472115171909713176429892100499193749017654102572161123098799425438195950481418848253249246794538567213 +1943648585194380435794184207380836831419456414164714608475465257187830071751668999365832434059345210749956754565801799757863175 +3687162724713568040156043932976576841434569787909011626375244300886516755159434297033774573216110685196819615175124148320455479 +3344419757198679638351706919063941845054040199124828713172593196435249592482470220242606177271518431150127043364815791934444495 +1400008065520008098162065199768125759577818782918099045365313282741980846275621548204708560469294053250492025107214712766610441 +4165080021198705915210786508550601653226551217888163799551833017968067846988341804528031533804959471453060256667445828562593413 +0316539921143167379344751397929218943090424282667061717675506492829683232765044382831375540458280475310930354270466628024378573 +4617204749069035253813713597661824629929473681227979210717594546338035842018470292109616982725985026372103084242143325201934501 +7628437040946835252535863570081482725836702391432238382009021257963849956941583278276159017021059243802411805222128391491555532 +7118276592277047948538579672067937116293934455417400255981648387252807293008272125197089405857447395662820745517911550198420495 +4817641036360381588057889324736649206689772293316553388319983835732003282890192751493367420760022776216834345866178180918425947 +4046762929816361002114402224273088310438847474234192226897299571581711857975564268312621600137920668387355607049886008638057179 +9349209580226030857313156556379575691164723527464611358492523658913876021766102463374095835678962118324213355237312840525047153 +4458386832215216090846608267034928117933000209670619365236847239547649406543272314067052926849866069213065858041288568227157782 +0323889725674406704675299432615839196837602006707700866051572397447613281818928460518366859474985370527579091269025122957262918 +8693066533952054034279975214015256982660363796184125831239795876267900616583623647519579472331003311428117914837252346650454796 +6978896914173575690746678387000060698232734806725458177123404206650082946025871125219582890983005045333389163168584620102734094 +0208343185195645077429621338459120990032615146936965171481121547620265509203707449471143882951101626839387108073423291107985197 +3806694565547588080124701297594558579857621291153844744163973871845300036486064506978169189349641947450555475680771354116721127 +7571370673293744335868791633492268450482890329783462471218711903016708619390949407758233183647172103050542587791975330523548939 +6895867004702083992837053115350359081392183348123057432804437516085126480426796559419343457573809103554769814374422319272987621 +0493741336702343083547043049060106406621621423866156744878463280624931631638757753907480473151395705318815364246326098575320029 +6546610394497897246218305493409122075422636049647756434404729742804710870898441487104017723846320578576625101570540009682146545 +1011863982645118776769923031005075048502898177517353081584252680645039932448249490068383719149012492191034530578466311073324350 +0940022141946663679361628444591959010381878575634668757912852707910261260983582304441366347012174417975464831931140858093450475 +0648068206853955526969735294213923796512233785864528730934169006767896899020079186828212231303729771906306615698951701782896040 +7705404267837637281673906483600597132329707232579985805240515664780686649377686946124141035632716982723408330472426681691722063 +5719449931034079305356439666263973565128713593058013796099786122163872295053911196817120195135137786906005302955333296169099953 +1565007759742421563846584208111412785562612780177121771600395311757381072903942514964351796547320888609281738762831301074727155 +4840914538717807330571774867536594427640229999158918266573255879619306849868398528582717693006558964074770743956975947230605506 +8434170706163547151705112191666162854461320116071520338539133193324696905732424568076770881016026396766250345270611437134977029 +7078829392513262023910437193357139649522860536333445198136202621793588265321546711781743395796073320028953300954811115494631443 +0358109781392845465184944557313417160881340633391419971812545527651450314512749202620144080637491419201752326439158460989691315 +6502021443239860929638929077452949976769441697009577432157105021271893283919677666379901876413440307841861569738215346309784385 +3775582600443257869423701993595504734055924868316007937741523410145241997102735147790121190918364977637486443176097526249923371 +4637116062887697972788560169232687166734847960365006931173635513798426534363094553967229788862861423059133919581108100325100963 +7530945856385218994386045042760138610248296085030904585153248074916348965900743636913197206787899808540051760130445456596005975 +0082651589864980975976353455996961471089119847766125021188045871260940417581575204228376995886410553255809049908515562710519369 +1760176651046607404619158827695196639809040360410321347276093208667279377323033464221881041272072298115933348047136279306992189 +4449900653089574942697877619922022124081013931968320543380925350254859461377805018823478776678186127822712476112142520129506611 +5360537273314488942383696459647239094488670283840872805432523968819547360255856276619301822761467290415157270983258323381158842 +4069470180647648022724489031315390330623675246416531426538288357194889582860078070141817901349890459635960185352818352346101741 +7844251807909360860529020528005655952345376045413861757127236316061244993838373872852044455049706576181912407467785016013363013 +9052782242469623627138305243693885375972159761715793565717369599576257075617300500868041008633881912456191819467065232604757474 +6257367548773919654525538912712606831341580701967173140576682703453195979358288347264315572356542410824096892368844905848969800 +0225531033632269859821449136659749178099595609866207288912288428688139123199517309089785003185562015618879502978274246919977195 +3412420395378666741269488926730591786905587902546167052955793049551854045851796515140844301739953615780488764468845360750173095 +5314569125098157310473890637519564038989130593324658307078574903372187794019987998391252363359372204089006276213106238012887639 +6663953749875926737127213800088216077686383881272422931892106536521390323291590624983492836817664288184016273391511477345251544 +8638673096407867791116469531963581105938614830552680798696429006418115851082700139624263097469936097502648484256024821946642846 +3261638416472717635495620507090713763983290274773473746283045337514051847664087913092670813304318998742601034170158553214610079 +8880759198069479182867513797991706527425937623927208476182273090404608783390855357409578977746370113730628533384722500327769010 +7964841863629197861004282115308229708980836184692237168958174288698996726561927516939282475998327300490824455643829853959878546 +4078550144875137620442196894251820235783690433882002285566789090860837373159507997956136455505729693351610325429624900264497493 +6050282912476085926950954499140111563620447106769829012752567207785593165136710295523078591701424407957863045561973215300362256 +7166661176552788865443610475451627720514979209097163741564119254519710530732032781304320231265321064373366029789454524964576034 +5731838949398822830420671258681703806386818639376155723888774861742977966282701086517327314375297715355669245126118723701881276 +1224558805186365369295742263213010659311742471260411491616914473284160243356280450620150570408750609913288411042993040473195864 +3965363040687291139829734658431286318462224708522925124414942719604612215357576250193871596416258769483377169469309016314582237 +6893425774786606424591335564336597467021697313261577560777519605605111465025332099784940659090512446671447989183060023172745349 +4463023117754025492704298169088346276715292811942385607520313996627188228077675005968319409041724080200894220147117291796736469 +2838367610734769148543248796176416656292040941138404572575878998139182976355595776291061040689581132913463002164503763638521768 +3585007037968899533646050958305472231296473689572926896126127396786068936357337467731293075452760614111507010520769025993887156 +3025256134722351463444782906552873128386686368275305328178049328442606382059696387241124580313700815579068965097895955058791706 +4888785355196252887855666442682481926655016587897905441501499624695729356509071382797002137717002280304447105900656692938689937 +7373767636755443505506466024295128010399690845976961083809222125377563226037530095320414396885247587842781981216438439176626761 +1467040097296217610154727986310524824930119662672041177376733844872215017687323322767179584613934704188382812120901100084067248 +0055261010703792927114582278798343530536332871891286962151403775103518820096790537756954678439988840466572934380472009105374277 +8745186553258777370952969850546252235196298235316976663904366268611878480055244838332857644576178557847556193922108941720480963 +7310291886872239579954842039199219595404202222951474277713284211951970030467647252785199038918806323250107496561396165925992981 +0269739665100112200470147709926216131752562563116766321854129961314938822821859829783043904077776487245854331065090150597583869 +6022034598022521394602277250974332652859372516801989113143038045232940829875622476147452690929605127893923207935810728978176813 +8336719184987758081413476270877983896287998313373933528191759149653154025750363065606417948489184358633308380877845477894994394 +2211461131853873156810302948765499385999974459433061226146423964769287619911252503115962272972255899290410107199334224556606196 +1402532784763926313823670409002705225482185592078872442217786835593632982577282903273472588503956076522785281354947952227775013 +4429564170373891691353053299293858952840011672714332817264920331107567378250030393312486800497701640449816183190591793478209061 +6696515680454660415306312055092012435204898424655900246268144415272389485588150485707845045690614308427142660270754614963190500 +2858971388307084324374434247865554208042477256400063151868591675576690659860039137955754547923321131572573666015058716528677560 +8082431519645786853787074095747644469767343409908775777981556502295146873300678603062293673505033125364497124824045616025095406 +7796338540952910648733467788030865929612271961440794230689497348772551503718356824778119200166125356293580937006896521596909494 +6623286777262305838866280436574493459341503722464731387299068764367690003490556552997864648359791608273875942027789979081747901 +2820762823681177751588883983434913077317012385982082727245344446265775140411273692313089468167013918322825570599659499017461253 +8261747834117161824733335000918969440857899686470868022119901936951959497914248555296472517607486195543086996762943719289544222 +9801799673583374329577712601117604429044210658931033348348701101269055569381455391166077387776701104476767458640618577366620088 +4812671524372167827325442166901095131227009588677251478248615586184246419258110774327904940522040756539440861199193515869861850 +8664636186261176234317788607818904273283245654628256017166703040583397980518196864696741148650137946657712844496351414683354360 +9233785042626900594870398424394786589093845861107111076865742457098507103631392813148996022790966610376381301013746723765671101 +5599585345939628248728616861490756773613146232759270658252490655694524473642364799716984131253156192355158951050342077829511934 +1018115413367504225955575347257464735373797464835594482025360169817251469418319729479090655145106287600720398462808509722342523 +6277929810316831402715379663360019513470321307271888286707156176722601290897267704973159272389968049881611196311224142002818283 +3935507653397356468132051961271044279593473480413318195705016813924079917284710536189206698836513833423232062305170527285530270 +5930541214728728710514258849354991541204981028873011695299038161284051747700208580498162480391834623057628739847088944321070540 +2131178112490366896971016249779880442716420462976316622931349965957507940779710818286842266030393060843328131735676772739856028 +5339433698747921036431228649318038784378241814872129036313002907877189828316605458939009159662654429547906907634851960924867766 +2725144295031618884966653121214453016640389429569724950019640175004023672074204183536974715285043574870846234625695507751624691 +1101023040899658835128880208200979236233784480432079242348382094125974376887755928733596001730428491870299057160651502141598807 +7529805201863368482438225714843876867695794742159176187308623091428831090441762886002331398279108448588579520003248961018841987 +8520639531359520492110038481387012497220545183327686786319255787574425654228049283708164761318908288816634942299623177967850311 +6808287068903794688768313922352685578188040716704660250946776133077382541811421559714303292759615754217647905753791800896114429 +5661937959933192849164004778980526700005624355990312125795014118394734147334017327033918908976463421944496702296931260093163478 +6866390898079223822127023182717821447021210719486206672090868302561371850042810557962915762631762160188811564644765871940463260 +1983784957124576912722518060888269293020694751991232003856484645400501387457614453894654158242083061986108255912461168024044362 +5023757063288290577909452112558045920010016969071712896564748738667312129264760935144195712725562634643903560619975222875598092 +0140266427651227095088902077296483470532188392053269670883135265668245606745264278532552540957167938303029227319042084398428852 +7212818706985477890259174108784143029357600406814727037979412733984989889987109358055090912357026404921211609781959966663957665 +3885309358663398776897062600124335478996053317484403001725157655044282776168453835403175508740651996708988152698983678588345737 +3549561496006579864153172902480324325137781423364931522958523431287424861594425297230970169266435951937028485126756644018421959 +2100522734881499893473520957404272588614489603694208305341205355969403603944823313607027770883562580199458807047182736184431355 +3558566826776678787162145637003470985297896846344237649664211727912542844807936273529611661291547660198761650362176216275159276 +1697273051970401823436818435327916444246809126780823246257873146180484087471375537086616586114897794676638646530157453530809297 +1877141731822379123458355749374949833686834219493808460922026220049948042459289931477172440353720942293259692771867444391010663 +0596114677690135744062023310258035439858771664427542203238516588128327906442218908975480077474481540939986337760369812161668739 +7140350695399428116941903267710113882542083290951701275369344655927910523637037185426739245384522097331905044898640671070017500 +7453482207139204385313210256702640687353020750058344407280878423180101848431141829884177527114462939147014281506261604724365378 +5747051408867537658614820169384534962462911220360124367460201651929905485919878430356918185750947336103425001412723806012420037 +7672418158298677361496394053891368709542765466425399242228084774006250993472472890952527381058062695609973430135097018848485375 +2721910797057123953879416244095325096151158592383520642643416351496904866623597785985406941433201519864328401275343395705908857 +0642983563496035432630122777955167888076028823131047975325063367604577001605053104073667764503079932854743114362110563627584697 +1737450520589955785122525243234607141022634008326290553045379074437558301788691892914015378729774742647378096844792864200227145 +8049477947243449894011256046326611511617306926576503154750985615770186729781372043096871431456514521234719945343529143211616132 +4060930164560164022219102032312173710730634459253495956116881900466752536260684001258460015562183214690371015163609148581576715 +4339672054138260157605312889148304084301210593319661500758836115820325521753635857005220500312010112221791048318710925629489360 +9098118884517110952549620567550824645268745886275953112452963794466205654973301959016969502644339312155829940467386423970146851 +2030422710629305679756784568188030405053813130034967510951876362126306529129246017456183221963883892572064857246348841309902207 +4014325197777088687588337561652558142332091500654763031260105487352116429628561906919380099545877339112314250562226830515084041 +3366554959465306038343578751837494403196208574534790117389855546409717054044483042532146409499847066640874035730246190276785027 +7784874865116514506998867941821004659533959527747303526874272093224628939120659783314979799979608075209344316698881835617720838 +6440603777916554902557821762272317634207749152011454338456295029524399535728380230269435936275288518444494136138485427687743672 +3697767429372731488197371169546304182440802429138205900920907076873491237616407487249087243231746614255961699354564621444166710 +1737116215657118949418096366707426664676852506304031637797388892083081543972250240515279155087924413491083737598642466601038186 +5943501997584026886556269657780895221836455524956899348998644491412008841758015117023754182242908647650511196372757530427844200 +7126098691386230123347928604422159107062602585844839531380975985325229120484080904014468470157441597070403077589128617082084491 +0277414078111008949169676840880976444791578133697866086476338429943906280786246925904505101785927908752510981120731146336711732 +5011921703942318242688882518650473013576715256957336272842712546671709676486379489552317943731327342059730625728957322661925103 +0879272542563908841343149899911945430473689164183260890378649854294324088836226655479509126988786763035689227450447066454969580 +3635797692910230406460094517526461454920959082159212413377990917407487877377494660930246389887432321322711771671714018210018244 +5496909568572645176488382324921312621177838539677336553279411765862833091060541060811106495286938550448561214644311877956532326 +1372848285800862888898722477263959718622329488994306400315469392140836614515990231729283982778367781183582185203884353672168533 +6002585963544294141850925971586001726265376264686412361898087738304610666926697454083310088708743790359728974336913706461189057 +9544994601782264143680659072037087516325897282651078850550946582804440990613134903404213391711941451230258293606634693846961977 +4294296739368718314807261871407488388139897913896057193551518458028526780686105950168593279489650803151515173510050942218207014 +4440222769538547178501749374936219442687195706297985586916321673062155148432380676822216859833618467359812508595764374585042802 +7090291929148830504311787542972555491835675686001439326827409601590115100758667523079283454747571560861565934370463671494879471 +6306207613636744929606340131323412825985507087453258431275338612289333774848983021189785244607159387364635876091430264215902551 +6978625947059991073203270373760209952614062079324674488242868605448441131389947105750784088354616643566884781392969415722350013 +6876895254868693830649346298281314621651851243964761424180528331393082774872122268180557991527876049313013835528942921722633863 +7994555257251266617368145187318488777925218911343096210380569645729516845387191015748935661281511118325824054860678678241487526 +0561712487759666786219959935849355827031795611802441457990195006279656115907452353501575006228849649556626967066612451740817401 +3065700444272921097020103095032561392189274167240364636985217260309148382438375007728649942200430100798750588348282135626863041 +6418290958339960432209597429802884987767056126860829761197583897408153172039938420304452769552704862796110442336483929988890230 +8411149220304441269312528476234638082926201849344380193272700895522547783655344727512614476846755120115181365390739989354909216 +0361827006206843386504436443633849307138803846456656207910374387223474485947474439419270873842802147250905121223284959187002960 +4561901942869500550331725452244098638243866570298342595884556094097612128702524209824571526031229091793929079092201659156014426 +2569784663225002575851412395224946857021846888745089626571792624047307039913201999491767773809090290291368272189546699726924662 +6874345054057523806453164208085928558404937408086499251394158950058605789150302667994062909598865360566447853006716951800116507 +1806892347177795837940597487685027448543886249836281858785204813002880073746279096873385938335081449362375954555853598273582800 +7280197984136582079744511307894765629896405494228558457447110951049222331477610433641974978714281803792968381573777298819652746 +1797088044067027854938520030542484156979879022746379761147066454374087806486473993175758842146367406488679492927645706548068169 +7653106688789014002295870215309142445613718219291306854675259348422471093504331308963443794325054200760084750801107789128152322 +9003923022817082834921721240788410357242843286036977355497738812382673303415071169601837346379966066053060156517838544048108090 +8927903196351477482460887787174517966173931425526452434853205934174795153124436599267973662874006233354646357728472499860554504 +3649137050137288600334652169002894564926317935052375328874723351133720379648102007752831671041946276927861278960706248758820299 +7881676548153486303936365019720006418330263108526672450012829414081940012783530554845066547004930367871816825750941800388750747 +5617499751970255706526710234532717339068075364068621300856559435412791685014748892438638038434662792832126729610856601828058978 +3609505162338640897172019393757051075698357002384746777463891780931828353562474692966266497051217520058712600221078906316845512 +4218942164849049619324701770389240864171286359070468568203895572380950389773235867347931266228357895243861158024586703415416725 +3286877811857113758575603255834974713137243819997694752214133530728139390482439967896436662426005413536915227299430206070281748 +2197090522718698504657769582076344098155286933671656794750871593655253531647336100969432683359373204499872727545324036411875127 +9266329520011965890398156813860326403682885444460637962832683571266360623432333340007962893574859386016733773045469648300215724 +9360218780816808197711206028145267393233058010562551036732947883280144516446467977991400621686114194941533328336858706301853920 +7975466727102526807928730597288066888928449183473417942716701022737828267407136547666947638756923213101355014521544864295487342 +5529807372773853881156331115996145600478892095295063408262502214227819442322854320893250029815358897498644974831455098851752144 +5217677466571168103885153319146030362086428120742099054171064034691470505077333070394007756131235288630142015715989289401952345 +3238751872112411965525172279795754140090657968922574492232135102357083597107656178253770512768121887161690539858563177051498031 +0621143235328817027584926551312004300826256116914067938452329926333908173348351478521275486940271058902772821984682443421901374 +8675029994765542582556780936437230200725353322681947577235834861538086815882331325782379515826004655685444830286018743065534290 +9009226484124905023296329465126310425464799999137557622919308471018246198151834136297559364600044830857980861753679005100073906 +4026810600660421971978121050945152770853655639964897333811108395111596792046176724058242259398267547036042717629901672105588823 +1701174760060091817941457573061071686086097383906657079983926029247083644956175901708832562604741667581501354921250883246878076 +9360121868675405580012858168094642670756925814930958722345840360155035939830719501362830202256115680429221284715437831407183230 +7627384360887381611002122676157337577850291681707758128451482725333215128574377639863228270429176470896652784523071172226399208 +5924717495388805188609979501739528551778957144375491268555383034743525334962407264117945701829683575948250702090310348063964292 +7285038571762987494406954123411340680613165769286304746181220668099890216085869650378284432589286853709759806525223094629118994 +9108371459503424585162428035918267612861106220506440110173672498423384456764491877643881942033565719022603374698498258614890281 +2119544835856779238923121210216240209691871364625727861760840643200609817224777039142791222829730821468075117365482012776292615 +0287625006985324113383256843550124431381565006783532108722669073077586017057966762263289920449445173729525567088605286164318499 +3802234646726929017573814267132203009806257343348973659561216577528599490870752429375293883854127262090614163544620710283467000 +7574267833171812189998339587827378487203820258567218738257171370030553714438406356225807045913475052445364294909346459733645424 +7057209974818106332836072380332490777736818456915022774135091028181738711236811811377666386715288877847647340595585098875240481 +9197215476954479756497624010576859326493604058234153493216522641384431342823687635555610194191608220091909666730522341780147856 +1119537820044774998504706322100346395055393450296026673688711639572331613882591716507869222690391102545737433635859812821586270 +2028121903848368987212538442391618102128444213522329584551212886903253244685970973210284229639689302832127513289597893485709871 +1139101840913818162477340055623563542434178020287614160741421605723686784042526943742745792272929328869556547712709877327596063 +9107408768006237961652791681788083610784715577214377191666576416371990600318918309907846332307177843177765073709224406749447169 +6733725726008450978073741092474719053157935773438091672305982444490248804288080650618594239161482780330596854243463318510550141 +4618707611170337857871421415147893285747404164961249246066409955331826510336908541776726066361511390478520619795261534651528646 +0029871423726184455790317017373341560382122160829511677232857909382425970016570928985722750518023888742942482674353399294113016 +5851677764630543407742209257890179166834894877003624901201481696534056706522332095998210032002750686323425734736641298781343895 +9906317458124808949504199178481097664951999312281141056844360268819241235749855328929404804574246937697891911753442746410513511 +0301178939436270473741478421267690206733306236983147974561800903978683929049444127508643906957999471564453966363638317098479091 +5695590670680910148994003236516725327853434675592633044599651978504490768012904279502213144296250305384458215615813612885360699 +1739488113025246606429350291878905105006718514335177675021282668693092738324431010591942084632165356255063331639570681777622822 +0452464599884896996261376953519588463160916217402746423924422154683861260191652961898971705302933158251417160490178433853439776 +4496351983750730650624656965901956261109512227868877661440793378743454026849129576683511149685514643006637302234104714172349199 +0650873766138283576167959756442091757660353703079228843249388294567585567331488037468607523624545996431350612623181744202876623 +9217884841612782253645748182653936757610046223059439143748083525756745987386187135434504743166765496977544377259895573270803669 +5233343431863155649799928568730055354198316775389815272387174921789883067246402571006054994197016258947251698092729387460016002 +6222471188835586754619063338314127078684770466144889169048987130424673328124774962008878054843463980934491177848530073946295466 +6092983987521059016788973113331515120050882840886284842856803861355854867424082016223127983920367739842939341557083529339357539 +9152847423135593002663232861455632334026991039822394086654099188131348343461957860123922177650787602787823148319677335222779269 +0688837540315420699495154888659745629289164825587079409113672585691726485783954257060693018031835646491154074592682796993759642 +1560331745546205131052821650865965767504353088368099838110467887791087910699782310016063819056506494246788726522788847044002972 +9843063757395851013539217226262322774482770252168515327930783086524549572291277963238718919614771432829552926078930464389873382 +5165503350814374626462147517304790280393184056104578516266158383058163824599464967401146483647756651293496532192439439145458877 +3334882919381143165661074051363092147447735703148534066554968559573383084492917940343234309775642206678952812922080261015609561 +4150090892422827778476783958648862075260361082863595155851728025658354185826522324370827070485157038772970922137249416500335139 +2270729610239360993359408455484013545432335012129825782822705159183112780581412024925958595707332590452541348227573704213342055 +8812698543571227460191878467610741003808872140196791243938096775905061169632652370417102797369863591037024610630210903737953654 +4650850571724314687005845773201562588529522607481288290365062000530992710204626283641702861862037299641210309359904939817933700 +1541143632255817063903213640253364698002930217355939377060114361273809860644552941254027110592936933650281526566113066201345129 +4904443218069061051090074486584977672087200091073688866301081198367118241651115030647481869824608967401802054144740280994709964 +6714819600988123781424031251846423957142678675252652218273564424036686308763026328451858255344930462603371376203101104448466961 +9509079835837547622180222314290215064732353288206452347849664411672496172109171750484558066698591320017336090478613367662057930 +4411722606999341112288605914814611482715323396030160357274723566603030739104369997016486251468461541345322418772128759607222696 +2948183785699572384084816055776039138878581148811752092336317365102276231176457487558011884744609026187961229782054619496985034 +6425095624545385534119498681567553265889108179726785664829530547971892685921754372850536788921833807429343926950424016846919855 +3908326069100657803588698889883675042505627231337237747168653314558267673583632726264839565017058848634863075879312565153073799 +0321367266050720934662774520376532661682212427124263069420126600109509081952403933716651001460064949865799766176759028464538738 +9741038058065551330442704073919666652946527397570055939551345839830820648016177629571594906346803356773604688620184511211636838 +5025402557710775296650014515224591309232698067998266520271098024189399721692010614452489061642157793190304607388980065831660161 +3865371756663396962706440110406172511579502225888432146828231479035598172810500698253040173626514931478221885791112009689705108 +2972286823839979161832311952971045738890113686974537517223372452946515286365656547601871718080007574659696313592727664057554794 +3671238913457833340723922452738592109309375009714705044237276003225833183922594035143870946960395880735557105535062577056078657 +5639824224660978396027300014663032753936090244783494976851962014859592152013834741021570506331633866559318037963618148063022083 +9565507482964988994686034476299289689477300610763650942914931588839058915298408270882723496065586551944274748829842524532900569 +2950174215698554483745941905548644387438215825109435969023495189379067472134512077000118600012988374494816155364721054534508820 +9518525904194943790633186346738672276318778362232864095452323156494968062204689793145701834333799109246633884847638921045253621 +6777489268860937675801194897856962853781999286279373198884776447439334574892992495036091872659389999472183722596570197112840487 +6940178173947556103657708676822035069381549630078448878860057242455764188710473335746627500154960475546070307022636234086868814 +9329686102999304427635999138246997518586345169303923543680994865014159368545564362656579126189568984209672180187596509411904289 +8400290546843033015441275084455799605870040808860666105081155326036596425585507607789010815662662324838353003534213828215099749 +6262731155067666934829202231823905666280056341904107277513506385716411353609764416145090669300953084810469016331307248958077392 +0982572667217714967858091868055542854621721843072461742877828288780619596753823464439165581485796328231801786913442847252641526 +4848655976411335420584575046674979122655105315200347515565901735274063028061587092460808297171218521824980966675211293241764354 +2938658446761945214970070404972488238286005305727629688975307477962234711112158327154676636619409638849544823620779316735831746 +9233723105727772276287999774922758635916582468201648663126732610340191585232715185516172590941978497752196971596838962424314214 +0715690795433694724565717518703035300373548926507910938888351542625042732566820561320308097626791527666632661894798286702091403 +4964320219506572216963601199129841376254539941692757336784083929771858734782219556315822673159169808692321828354292775097642159 +0335559611733921504268377474272853207366325430567729920137620204884173222566965027114331948190426982554186105784631841860371363 +8033508558384267940900957170710292773682470738089554833769290979485707252598489360936633550982291403202103393568639544279214517 +9104033203529399347159766145704434677301867369574628242547881760927798205454869510642633732888078982477565192220841911379788216 +7987660031763621257245807669247102344394837687835695594169011679441270384265326170270019240149525684618010449694008041756350062 +8151902440733357075969965129856431003770185569733670086864031515027203169324745948550070082363039150127359144961399154724592013 +3790327961179853157835883754649149214290489479319422066362773172577179735157530589191336297098156970651227770438081844185734307 +0727046673630137406560803707058042940068228879956058420026237531511228698088255979495039662974032046384364026969019919437568764 +4204578688546460366354226690592321231974552743860907666913839079477111780605991648504857092410645662298682793993079551732419876 +3756294405429570395559614676089322871628319405115443082409818445213875343993774082306018456892013141571878129826624772129903802 +1915879655542608031603048228973067523323417771894628549592585367737979812887089684899398996853836990904295238545782994463736003 +1862917064901509743356712523964887969381684280627429777002084722985720739317294453681605121270099743339673719320682461749376518 +5235629358000506017419756442938714321316730985284287276160530781176188912088650998156658168743552720877268116184356043543445755 +9443882656574676998601479646029201608533720364834332155558897088411735201080867283586900504743773546108777074700728937687647870 +1677493272605889337983961765432999426943110889282768474699096119469883217687878946342929523139815961885455260346054616901453447 +9942749715588817104901581207188857800673119328816832808571244811062495461360073125883981969697016073423707659358263862951164461 +7589849154636259255662987558451236625196817855393407896633655975124730683842916268495164065502043203437031707489979618651602416 +4877537573726160052953215845080536556910640218250727320033197474127755187683283945624270057808449225177808596236183681916214308 +6307674309759482316304083895463219733480617515657742063182272951154632706337489064696789783685482205360435876431996285794642684 +8643739931017169670588941204387320679922643218218094561807636190505893287798227669018730741719908408353128973453099243266062517 +9595878873331613803340153742041195527735780444717553915355354609332848505998881213100337678158719821578770031967558080136888152 +9826258075448305567391906666815695574763625260042694682673443923778013491658161518721464450500242508138338760627120693213553580 +5553946281220024617384962807582191448987025563460515052097885240434443584003120884005027893320006209592895012188176773812824397 +5351207991648894581591662853877103686069327469518295438143903554689747912914341445196157967066587607931175822601224101946313543 +4718020971952950496510335972370616351651238578779144226177776993578212091520634237018822715136461197024637982739115303152147863 +9502456279815158271330961578383078627663170821879138142148906444928946168505151984176109046790336568113096829851051335078064246 +6953240969636903319954311768057533966261755313567448194782711138760563765547507739230406557393058730942539222575666804143511119 +2069936646276438376676948110321617772893399556260252358509335079746651069969820285929369016951090713864814429938558082689945968 +1521371174145731236232976467624651809029170086344894245707746268123154057519935873219521049882236870962226595226944947282873198 +7819821085451992801895188229558460134173236266804505398682944828070031878272264470195089873005628963880175293100970223151449714 +5581893838568192200692899357118035029378571475716773858918510887575125236858310172913692992079179964473799145336381338174573764 +4769245956084317711076182507252518842194925936437279722455907758875435914157274173921143663890367325067229935879996805150485626 +3134946076248319258593699700301770098983689499295660906642311982752703674969335911328913636983282731424392564971128071529792186 +4653454953851844259383149899336223085116998954459207141602572224661191223836954928657358541085552778110770329785385935394034672 +1848527104180913477755119395683294511819189869818050532796513348646616780772576901429766012659310230873210004958312011164035296 +2958092156871189322732011639055425235756904126336215793291675441374713359747361020499385226744232860514052551561041374928704972 +2212834863497329670476581032210400927271310708293108228424935554688407632484416285274174812931270321948680850009808218617859705 +5759858970411718249018834966145654061840913712087092866138009251429104683711023685469060131756225674409696442152891897372343886 +9744590632172501257249804338242668855862458498369585009073080663432870189779358421204658237236159348444067179731646552147785093 +1487302286960634890703793800583916358993694233181958170067964772301899115902690629049952516027344747956086526751455372742400915 +8338876525824289493587802849949027999302785007312125533604872964433845704867828931952315117389601715858805797176205231916978863 +9771708561966315440823738672686475996359300091791133612159610896088743156170335643885163215910168604808694162494306049091846493 +4260246980990607411798428730055796631495823134395302589335824515261468702425017396399121744052394058025204383900792732372609031 +9971700068769073722960546542881880186840993544233005529300285659415785115249158554970710339057479784757811267863305208596232681 +2366740530644754206054437467535946438364093779279894170145358386159026725061074970741778654202207224942319105808241561149108640 +2131299570746273126264570482316141085118510380774029845237350007337531371596475771574171940133305454244596824947855809667756017 +5149174518393308544163272712602730988826876495407743839625377436405836969824290538418225557277170446225596736304939253815552458 +4121823510749511107366436348094783330267428964699228112245771169272372131739184081655990835742337126629817378548166241761588650 +7681892302838328396599913751062470874471102029977403036886581893796472818466025775981658918091981433719370508505357431231485600 +4066251794397726082230815863792863498887502338665772599923859722198014368910671442996024261604600584351270667582157099044750647 +2453319243126941865196218141928398513931210505017908632678271906294188175528244273588712226403525451579574075491526959814201424 +2165992720884571403675858895697135732268260556618466022757708781513389984131289376166641651464163701439701648503883511692095752 +0809953098069693344801057772787094818934098518685172639722513866511171301116371082267224802273430384579466957516125344869179896 +5481982401939122614289521472353637017126771394148320518526784723238206085981641590886685015768028048372274104457267692145673344 +2306442226244080959840391166046824665212018683995806330612693877379188175903847065416666586796553782166003940513860649019698449 +7839622245401117642004314710277578314230150041129278793586315748881510113272583096733556513373523207978534603403670731996254473 +8688617881383905361473235374450468814839809922748795968256897565635364988983320676159901781893744135189821124712699202769736139 +4654535121453878305432208653573696687720659331945282280482164376466643366264403854440410004602377849435849425047260830549050573 +5901354141130553186089991532215523080159611047438619487077531580624462005235622602720033994742060589665151566143947383285531360 +4404189049080879563477017517544794830939312853525609682809863259313640891722874703005379977055110211171023836236430564193209703 +7229494566794585131912570254848123871703487763830158261455284479338860024826943524410960337002804517176829321597236274083343832 +3895863444104818475102160062282466733057017625695711453552783055209411033854956586687106898952724582542873871156820426292736090 +8900114835631317986947314833806014993742344316565623294563018259706162592235301529753004421871816938486470617127313453996556895 +0571759514976034692556387423658377978720336611483511537576020419517170544073326612329641870061597096528288442406290336718658618 +5351965547349291678130305501394296379111242594063885471825143788366715324130022316640730177505334429253870301505302005277723169 +3916717817342560503418340716556896773392571317597234277462755462162266315055085507027881148045053452399408688937434362014420860 +1395787899840181514485743703752177228078579014380638280483962491760489212783979634460850686798659390084425828810746413759168217 +2135670387347630269927889910568863392759999570308499518950101510541542088393000686133918165399672601047703855590903413630319231 +5402756885639965603367270976348755948712799599490635951531639604227412641095043036804481527401401591963544493042050777198305908 +8529853370862945970036024025436607369800687358272778049961830381455619066198750162208786259673987188349784621840620855238037708 +0287160171661419657676846666977667625410411272514035315874978763125830094141664498713238305106795904657260444752711842879767089 +2429466318667908141926838367968922957966923427083942277132655834855250930739506120606993470384477050842837546690187842884625651 +0859078343456062742869073421013869747003592646292364644445549193378529859368317830004107789688729965524376290149979489394466571 +8035239664854439337661491633430612363668270550373199092404545748888325504908156365529288450637845828980854077097067322982777549 +3141023341289995552305686646515529412648513395018325323202158482204644747543553961230472458295893311161675174437937559470576749 +0847147233703839410907356117466248368234947493218430919253855840473886381053247491509943700747999091387943188137392889875056078 +9027561924408681103294230082697546064172946790782404069187548612190839473120786175725940158419889526634026805571973842865999326 +0264435567708660940819192568711718952454625290701063992984178907184987617554072919582117061061638475508286749372288750484810591 +3758876219081855315432362136232140221117526750802434000370402808679995451358803624973049460963970344708478212627401394392324314 +0737438132749076462394577606428117744360361527711020670066707010174337101948368515240770186600234895342764130573542724774509423 +9073624026312594849755836859839861773390790206872160912057185754009883091290659157623485315161215679742322663821620022079418138 +9512292856680689427009039672717710424584681275009917377139164236516131951125126982668253717705356666975977684408510117347264524 +1614244135791303269397434529358056292497647554306953362312956458703923199969180084694524758403500654442416064508250070732846804 +2519174085201627296034372830011366838603028175377849633378995386798621551863828217907888881997187873208215147973680227021049086 +1003834843003895903348617625671797354229539053440753237068065646834526921585552402882071062806329627104734866652786788079565348 +9629790405359972301542148043545627855421437234097522244411526361848299030888697549739412058687417924390455152178947938956747613 +1220334555078453153775416863741025226449115088431256895031662080047877074330240958104951191074477627437218425259277775462127879 +5330046177874455391020429152325102772616525806909792370732670726443060748075990477694277944732782581654693994482617923050984272 +3673634429035216620140695806733909073383802026068407079504394523147664262305135669486209989893714484828370038683949845972371071 +3708115456116104837959577481370904415573625213784335620684326306607428751455492651914598239687297810388689807875911114963544682 +6275078866641136241403805509431449819259498303907303571719921144438991991012377399643498948247855847742996423485083104296357966 +4819771171509939007698439213480827086866218725106376148904562704537146213203839362150271333692094168029380425896012121918182027 +2363813324380838896838697582331955348538206296702138518105826516120031079298034769024454364560040544650658193748994518844922761 +3584004325313624962617797426518359904557846265454464840046448902633251444504148633006804302389871871448461320891471777760471406 +7015140209188781023966520963877943044151556490498938297548114159848752913311985584190436463500622710986698476383835553548754022 +1839528400463687701674829536257273749291910270980698644016289075485436646251865330303505791679775487148849253452040305315948402 +3145765566550173415234672570838174821210069239627979798684879235063388281638855085067234894023172727303768990495108093511731814 +1483336663514861984292197260930161194717688304395281475857151745194230301582456092278030099203677396095385627051965960418965869 +2854504524032911241727059077016541586716790096641727786446371669834231656716324311341476302384390592511402123780357675520817756 +1896892000036214095213174483595939108751482199845439848320000109938495152786801921343185996467957081886861283697079441114823751 +1013835470696140967938560803552257866025556771879993212750495494783316985507407134125075415195171213975980403552113090097922014 +7515529295471634503543767654884408021479006972212507337901526368761975637401627838535557010674676502841359449244736451534979277 +6386148785910089568558317754358991974549956833481352102962872492406026696207774586778061183616357702706148878186924821100084521 +0786007793408177523760641643227040330556706874975301831960943949711205745890553620154847773954039608277686547389729917607939287 +6601065186724585869718286730900507361468222773067014813540248318802263981782312642062065066278538284353552795463948608367617264 +8710458632884006689061619016115234211820116439477889276589203755014121466655765492211482958675286327074722685854832241409593748 +9721061962175462432000129864627652688757814948302475172688435098625740068901878583888711851475071264973226898929358873311316683 +4174366427344989068552152924708427538956427143878190827546384412926545762544478791156448578168011030464548344644597978114749995 +7360922452061081711320164728509310349083463549987726136205083770590452623618881507969241810844776231293351721107321616807591790 +2550845118266461695500217220306235111000226441822451555820123914245682646337932826709632824811050296875427929721177340139400066 +0537242786569134793043366211458572528023713869510543400208763370329672141795438795279424345734151680580842314157723144187850297 +3691971167907808375655388036762185591921761050859435693988855587355710680373549562866421201047569372572737260475884900803372055 +1007691946206878968978529598838997374929069152901229662680626003917658157134099448777326028788327501120348629153653344792265032 +6789665338488546383152814125714262232923477122140534949024472459646083579525928155625268840134301323030935772657800235228310313 +4868298684968408834649240926318299142611007662477773878693177513443928825272512719998804017438032952107625783388477428012876908 +4309202213419885445857524725380221565049288409243087159437144931986513177158450201360308556789291053726105045930369784581421376 +4918602058560708246713982614793257938660065153424340512931090185661823200932451770267967499779255156975310512692435013776152000 +1110183674703280644653992907629380068789930715341891132020648458097673681456412608084277373854376969813158591776142390000280900 +0445144418946628205657456424237128264942955311965086380583598212294732021966933151948426543613378750502788733253601313302851775 +2374366628960975291734051077636704217339955444337088817734748627762386830985963672836557693273405067738105684469127912825361938 +2027506449534260776940737096467772483868296281393345078755987162674894542324936567113913899614190563606092238595769318736510014 +4601609459626193748838141934701193459914056226332390088463312165368986927729066528661188656389710831973546586554245180984726395 +8820641417137341791284188339243013012221967809583302454529489453970560570507033795822714618813232104921926392983794422966946716 +0917599289793082450351085959141123440985146982836878988204562375158569611940037966919396385952791842444219407364739497415459949 +9477416265026706394163032606799526520617258416558453349947010427060666346412817629143427886670549081801335758913070396959720115 +0666704035859146354165211453275694040361967505403921624893044875089069215309652369723945012113209887458307287755360555234673115 +0255440161315757825615697585801039525106439960924827488627325282298838888854341592966844608858745754258454784788330547612148950 +0874980077738428750262349348089941932765130462263947980854368723919615602845763694707934084120416138718231554631967803081258409 +8981164868907222146030105839525610946849494940635627162577865021292617220051659027789888586435753051650333546661672096178778980 +2620946901150871449077949420947077759285135192780733116251997439655441528374111538899479815498280668657556929167956071921060805 +9030260608320606358567118378046750979991657572292125217943471649264668431650823749458443029769965695844134676138947512285494656 +7911546964476705302214543959264572361084543166660831362636246720337948370592526588629297565497381903059061404007654352003582699 +8922075574627020723499343655693848239182605712427393497956424335482790840429881008002039906918138130808630673506435738463196394 +1030007563952008786387120762737476786971644512140825923263748032598127575949995761019498818566016398257609354069772389656925099 +4044422726596923902940860834745051450250943536191821985629944194928632102239101274072099618807513448554296724965250996986364924 +2354577685813636309146827729776859816069210424412883327405297035176569137490665953223528983078628177275666747947529655966331575 +5477299131598928984485290428357889109417137134680518227595002407302611193611761790018230013945563583265000510580955975339191446 +1619521324601562573756521193045609645344126519940152032470378539517720502293336186421186366939997498341179560168270447355950110 +4230306307869293075421899272149696843537151044956328729562855283491975528896006550623263787552206307775364239158496535813468780 +1611641802461249957884380478543784809385839965522996094364642447223105495756896318541934272292804367584843894271046287233761298 +1709756805199283313621618096481348781674012787506990084789188511001769795898381723775624988249883268986469361054705514036409475 +4042054305280705588082843156563390558519428096353822906407664058875561059644605482196547535261726903242582076817607377960964154 +4253860999746516433043460107715275174182573491654972680242324213294530205657678192111601960601634649905585928529798955700154076 +6676179068384501343541631038132044675296273720164020679619589492139981245074167783663095317254579357724910508792547067262588017 +6293884180622784793929874980896521285454501177558249542530377203281315652064795385736617567836645686619617679168909645709168097 +7743521550856066318163410468235782415369091035062393314878499152138458241235674642599783367386177248502506902767835896501146443 +0483794093371674252980588779386498050198274197464907995529503130294921702208337296889908183028360175355797035085155032755797134 +7360019231801705667141478490298073274830800662389220682649304818227754575701335947775670426238672520023046096705399683924718657 +1560373958818879850684156471739380073353650802319300382801718291634025935869130174150899754981641558303334317282125650661935271 +5092493350585336373714086054348812631829949972662091014907535609939068169965945723736778889287001972766703372105697934518100296 +4734257102525392916687039288087104774233931626636454683584533774360103845888157407165794111547584642769928525653912147278806542 +8822290823497972283964354496248019949369662678090787983018405519062148805449317563743875081526769207312318307346979280704726453 +8280283626279949899078861531461602097441638970306234787225062938541682486544091938804453769368426982357391305981842832099966845 +2217356720554468128605404764499852161966456502338368106620715847133295711653095826628517163144372167241765382757784888551945323 +3293984824292108860635484259719926152739335450946748798660592468126259449417195090268999500256639254414418461654750409028017288 +1675306289991237206693384004427250238261655808453706438418460194044272886240166511333039026240609926117492662156547022216935277 +3798683710262055280473341604637975853707715733359848491914615475081846941708688479067522988710484836724298291195075742855018190 +4581874216800089134728449476207100847781237572690983431502108191722970308605570690039979318708286697553630513952137757229594209 +9413803628857147469961583711007745023208883952507321209502032469098964348049914806057645578293300641835023243516073565578336233 +3421265017714445796604621284137835957308268098924387669789495349357687107880833828961898545436375036341306978848338980923182467 +9343222636188028392447876071807038373006670961664292112334770077234449906744690005047749541517081971030139237186089097495754677 +3197112368581263984569948101844452284212008325999133835851189833940770803601768180655910037983634430639371254776873860967944989 +7762428156063656052457140048976461668407455298961839410706956245596539166362271685772723545123147978715000469199290892122691240 +4878440976953031234401260269958754462435834653516282136155912652234992770322924693740152133726104201502258366755195941397981349 +5410566039278422394352444668313290032035427902945347706947962717669034134093986739640503933965401015646443482046077453432046184 +4739388878693555231586220110918786353416678121114400297535390976972658914130824675010539898056712966138526147925359029678913230 +5886358316255011245098615464017615182438190446564591019394412368509357681569397482568515821423340665852760995420364289038278484 +6311541503127681976206070117236931568310981280275285971795790489631417369196648946460067342315632515195328396495936094906795027 +8224055001487992245066819015245704964683485501844381492046566836373072408682020849321689488337660828971885175876650163928646965 +0254578793821590283140178222280457619069765363934967602749676534057099985483967828656474230988014165618526645571684624945648693 +0109665916508637725280874977575865530242997110923401414431409335639376452646452851515568924163798404754643876369338378812431753 +1218315801760060263870530314784967603071899867258461326183988209146000243519324558810891158838383484826158948667409186010480817 +7903203377696988414945216232421892536173370183150633896237853253925354364816894136252089105545529048726749085139508534886223860 +8148078797101770523716078377874332667044042558325146665083596936734559299430024125955358519934955785765198216278595449870598677 +1116539363983086722722201448783346777178486858969772190694450961667734803002682120934093453206868817575132463247817949468716367 +1637275206589839665316460804048412011573846372603155744795091025936193454883889805228527990919468358500076576823231506244498699 +0027621847956067398935694606560509614067216464874695482321462823676120479915649013012054108931749591716879497574932046754706928 +4550965358813639986179681154209780873107404530149950214180601478806568724333935291072801881538682786052141302073521529721130768 +1636835808005913985865949033373364692120504151732972595493618693947796782831116462924175961942781719381911750675622713009187832 +8144555119970713260660826605512619993205968791014438812251863090080817574324870955751027471809521051989383021792494139844493682 +1585931821612292754292414253292528827165768965683611240737666722015320896218326640019860760530517054982970340862863680710846055 +6536681595996347954437568694119184759342070677456835801973881107420392523103849305532249049602562479138323295711575175876515640 +3486443061013741439479986438866229511864021882422370923187276377158037668029544320414759066219016776345013936686773434186071692 +8652668214037751054395752355562459984977103091936105931037362668574357365575540736744748684242434859190554622399068882473374610 +8580093375714553964201167764812992676992679093090175449230495342109288752328986692009639151993677096258635370756684860954291469 +9964866699458956436463452444822527184213143978744043079921280767307287341419726065990023057954791661193301961189038570454182768 +5099791381798674690627429376704901489902412978407791536768610182213492340739402802196624950327768967894658802241237435134810216 +2644824029820305111520479567245295948221720974051912855629977767969256584700072624737697630748957013069006968156707232150642177 +4694014156265815259320275858444952794733981468869946419687206201356067556770447737925027827372686022309398793525531551762030508 +0692322520193661664579545021783669513925271024381519716157761278129858733071273401229450196329877841294994307214799190419756421 +2529925924690763185785959066401191385349387731434107358942442763904987402826148766868356311114428295259838898928666272489020921 +2079494677073945124622995106365273958525412410850501502163733379133554803716983972906533166904636077433873959124786425510691812 +5600448283577862312179623155268824754692832396408303848264207707120544301021495705368104362648456117090809527815889327217546635 +2343977389207774815138566905589371213682572216665369482458860895527700507201800331270809726620829481769123927780354816652809008 +3857604203317914309286408408516621032904248756858927009945259813983765983907916658284682954733130678932128039594166445571290526 +7783506576165023166951251072092917407173251744876214934915430447355544209919802690055207660666887916247859978935839016078615261 +7480703460843227445195199879222716960672528809567298037159358077924188280933697924269515298429095424116709060884750185401083226 +8717064476124069485152260308142874514219920880901182710267169211713742088964956637523570820108183570127357202528608391772392065 +0183762641286324428853776063863402233453633712505217167155150999046272831538702513532943824820006210590058738974696140094824531 +9112496681140545311761452054846654072950289614507391281868179377997604366151409215985425553727631766796511079991043874131555557 +4848466672408480575274846878733482332783913190570793476048801496992752228173129813319287139570412963303092066006377899503587208 +2004264846825219154033402067536124920004600149381068226608766267724446119288301005499297409144197426544971420258082942394022997 +0140320078386067723015618497818762945156815014583969278200840575341177014900417018827299383394638626203285185921061940008032865 +5962478195492396384491797383201234602669716423445444477699550016949258636112731978273213688262995924599283114955724957765374843 +8311990015515249068920407871121923281094596878515199867380540740586492915851905851867276732161963585489156521545932776243150499 +4592710682075197276504754152068206668838563346968654451648904363538719952128821973082368544846718432978965867108316589932428817 +3552163482893373255049569753046229304178905562057146740570805257427023711941189943044300807285165026750415508222049580394911287 +4596021173135544782173915901528349195173147664807647330846216356295629295015969380040305219923049284417801673254103299322068397 +3943524404368165203936926893260166313850279802117822440456770151714171409778904837544726372346574716859663114202887576413543801 +2969116285326615235890680734637608834483184611588075027596448992877129841445196831709848480423954210927050978003235143506132046 +0153071245386120635128957595884412738484038627307517440237760302728984006580096280602129668935036883924996553872412205753013658 +5621357475787817996023091217050008449865559719579810787563038126520104376758261418798236153692393962370203265309058313384060120 +5031974571476436448786217419749048851015183003367752606459920605017140928435866977820091890996541266633748940714886983142086133 +4562696779266374687250665129144508120768763103068669726719903362264420017240549417302081941962780048493798236161080017811934325 +4744441027688831600256636793504579543928756869184371127623452884135869811364793667736493944686083992892480103958881983194171487 +3993112528998853349337977120649249691278774025202103634228484270608254195748299845801769708524194520077695532568068092195962254 +2329576931503118880223192095103946522402558163495818627264589763485690044385772668639064805859345298816707780560479994433943363 +3218849814933855133187785331003935806771232881004238706522431511966088657254108552621744793383328388740747036182217129765309790 +7924052825089429554499360417535494167874442982520963688982831955472793462543386236218475310833559387701937594241052466519691317 +3120730387098471204669336934308519377296835486747153400369971745719675185172869103202802955453713945706425356726081359191431362 +5436861304614177525957519069526164638577548380287496823470807113570761415650401959363470580496567502232543408020661206474053266 +3120249944908567907826123413136257067078494146549111473184473022022655595636232845880738387277254397911665634549126629364411401 +4035843002062617386757564723259476788690970258752656414372739557004284974159497458955655696811845766981760932359601002427208626 +0779143969819344348002577455948300927630939121921547040685880544649850641595729872650264658050333293212488609440422250520307515 +1460705203029148369614787086632962281691805758071437499284040866802949156450922963941143029043912074471289441815938231327288667 +1549240739672667607945860219999638499322190035348564953406860715951588472937396572245559080251322668950418605324345241657646723 +6681600989234088565629106267156100053645378516406056877177467623317919074902879430656553383602319342476881970725454244483233156 +0192568263169645194866570376494013537343370202553601755904593727729559768993904298684689230055250228064310566719259142616384584 +2226698070135175270997371657677443976168753242911675302780266617573092075405498205119010526964247236701457645067756244640039560 +2411523124866541301070099168413071292074360672744530325093983003307829914552999628543032410966968534244029432252498124255869721 +2032148958117324274615176859919802414958436537913396718375158773684001583339324493639015775574550405787223527127839505198335838 +7873829779466960857655228261450384972633464601331098096364008012962199690499598210503782863578580915221775299630382906076523471 +1033617798236208613493443460691499481184470043787180389655899698166528830636916915480716417683921961582857940369278335021557721 +3570877773431086041166388678403654768190776468384892784896107473099172280071916265352211077124176187206981633533447143541466428 +9162337956051462461244081308639454192982414597589520706270659960902459420484545944118766172576927213645046647438580806130370976 +1679386001024741318115842266812215689927333532837813069949968390429571894735964678235628716093113797167330012932695772923859921 +8804168783787089493714870963570663419696958001331927763315516123670935571014222651056237882407840332672169785104960709919825245 +0497455776366854139775882322268590872937081090128717394425875756408043314452495438785765312873239203328867278937236653265323056 +6042409906538241575209979144212026252259767618647784026916367882392586982801406891358315499203056053321982052638011533498889270 +5665573721287635790869699668106163302621832934471963587290594671222971786422361537494624465628017639194877871599798228379718225 +7432584741479817366719910925645646541846360875945358928938495570674893693392242341873215005147647843928108951666723535877703443 +9626429137239096178611195842928172193314671253797016055524388530347610194243157336306488458466944807366840872517364192307199510 +8872554743012955139567705170988677634651238832225827058388116110755496007697973600003490415480515644505946637930188314840631970 +3992491991103767989877164315291928453885661238942961179632807297112992978760631966972677658662459086278724019257889314597469958 +6669007755891601840756776309575869340114031142955328946684465711503263349456097268207290469828978418533272473362080110971119500 +8033630970428066315841260643530102154382783569132687157611513276699429626479061706898110708339849619210276811595853043955446869 +9768070537230217029438684537825935225327148348372819431279340284261370618005491965480298943126300044774337991256135794900355667 +3657498279192720768668603975934793465689868735015232170607621866439453389115795388712792645934981304662545764256708338815562273 +4841652997648921227154354900004136760485517640549167386012657306424618486993618255961405066483542868908453734101505226047480448 +4390654153631921147807124887078770782524389315313338172327932505555766712042126014521672948387933863420403298182271156860089870 +3083699675349781049946715849913203260143681249018875435801318149856990157414011015651215483550403032096067120964528627647289771 +8136660832504574374548878451558509361941048418373428464399511971079202695299106137651197289051575362091446283996841312766684810 +3676236989934685487277460614965631287879882167402767160319121856718994264197563392677953816932994293095294646864998371569945650 +3049112960977618674809680978004704430920799039334511606915199457270782728770389854739859266964607398443304578468934206463864162 +4020319901840360451062762075624924661391286802372025413278593393390727656336661248466535685907382226627976102440776444559861524 +0166268182450996578449973258577137477283861283683233635300267518223499975003192269667287508860009509128730943175015750710725727 +1027094337033962463834235326303117245639527702316027545974140882034976571260270032549979726479017186330571896766878727628563084 +3735720519280562035416027535373646170800608954405500868661244053278717672230128154298018261865339340499855937060742071802179228 +4620909442780453001381207438741771581539126274686674694429903202199824281873555557550181182902700089108021432193493732079872184 +9458342180011256500005493355500078007350011604607303307732963471459637499551951642174991940916434214889720629725398539493831562 +1757418742866953045608344774690257090125548479597625280633090790836185148048976878560947512134108931123436802430288121604450838 +3439908217353866705662826605127180864607977834354266960510252404933627640585873170058624018410480482791416937234522273135497031 +2172788248827330880258621512418568877495834091216163584166603056260778255791670347944634914745463656259805211952460022859276063 +7062821874356395565274839950114991325558841496177484931811683058289009845398038339874364587482418953564120109998982642304471400 +3698346712015383293895452263862425925615594845734737899372976339855075694671913339207356770288208509103055437248670557197975416 +5731723926926739876475885511154531945948200793682997616742493659519964588297814245753251250515716831733713917292045440536017047 +2326213034490494256432217527368652272393723129996987975280491971552239548286262875444742346718137588580994530639159848308302488 +9664053981063208567695237243202681506536792559295775868533828506782791916794818915656227027388965683683700700077078525885858163 +5667625010472277345606381058073451841188387271842197689932469281333817846476853011214737420944488058943262260113307982047560323 +0376867635943376210756229949512175221086640268169558374511241311647850185329038766762763270981601390818540680562189733654333764 +4491518223112590691196826611428935302844272864063278173063473168207705976253698032183297470010465109985370388667131449602003018 +8802699827748011182168113988637297474486522040228085650948530427329245143454181410142916723537434758973564869412497956238710891 +0653015424586307910784932154517633495234468902775642895621562573878654050393509111804824221865060266482583193591594511748836623 +4094703884414114132180304529532880233548615595688135936066808466092184620343793991343848249436804401054149903884653644876865628 +2718370374189505315521628763517179672356494682994180239553818915110898807872150301279550476267769560111595428023012737770277809 +0983429088572418894311039932871928790123994971756838750348015397853262244219489154464202472581023076365814977799205726076421849 +2244581657719291754700709306659618001196719303854922152332583798578459941542447742263613733064435246505660395020395510382351759 +2371191845917148718985406337649548363315059193935226677398831831786300690640380203874437098924585872141781137278459673035181084 +6868095538827304671263059227883616117642085424440799227282508929248920781388666797060697845611588551792908329555898460456707821 +1192043306305230972108032344493739345654505538181410336224627870081996078504793311999388842368948858806146981869977786056189228 +1263564157432629856155576816827336520937607635620996781728277895852539790604285849253279394716497232033008275892868545867382681 +2337190119883945387644191032300914026172189976929618448527119917727894462635110227775485639758673866947701176216601761844984677 +1541725580846818676211322948610609824222332361334426723507920844056410476870968277509960759021044456134551342168799278225221031 +5808026746515835625867232790523509089624770846326913802756163972740615072842822135746471264238978131846218179577994033108366459 +7209194492748333961784669338759539252535168061991620450390411453076684475148292681430958283119646863377618784660018401847206388 +8164592842234101218973444204368622348477154717654721601252474279965258123105673927507866232148031414671644959483263113289777725 +9536506697075295060127905565119738004002490249111193299408907722018709064690369235720344207608369516256550493184611556526526774 +4560017960261564009218990204461419858845480963206874732488142599183336196461705771053123771553268404282868440226650446328616213 +0784979620602852570679351917990832385632423349482355239911158425540111723754138128518596135522138872178079847769857439148437200 +3065506422221326046922349934844525141835749289303921189806839691414799095653902814723672937020068076690809012734952484971091424 +7531639556490305149862508189711238391327019426642515502558468392326082589336113833462268524671249515158066960751008937821736410 +6252414527138677204351141055246475557495876614593229376289610072418141564580640343324426668169327302426458833085549654617933468 +8091658367794443766667336494599463493723421496560610375457662742614878721712215614199388402972271203457264117746009414601292472 +4908066830822438120188614160836549308604180994779262747990121233555704249867768081188552478880193430879502515548138613493765732 +5079293880539371206967935767115987717076965982796395512686484284292191272158775216705810765026584234552773076439527278292069704 +5164216628992440501162199298685532131413675395537593848742057924552014924010292705113677909421661221880801679108009584398377793 +4121418969859257717214261444608216079650826208617995799712962734646420115576080668425510442736110574190180643945326397724337600 +9884581544962427545759780318699856274991305713483502351242287264905051143111943618139482715140793163760250713362251924403750737 +5001181429052612807248790060512136898354370778167327719757330132811615985502470639866207141577372460429670627788129417134404406 +6178770653157619944192283152223652702640541977712224400210339303510432403323032560310805508239002669348396267104479169736023331 +1565506146888751623012576320991779119855864177643274705087893960131150916233068282254723459661688282729513190349028463435804527 +6845488200397241399013882436401994250911820745822241059508913459645459567274421896167243282273985655453126249904632199335837792 +6040683797579452107027216845343063524780614029426886935760791257030864245182939630838108471908303610357161096840181118609152193 +5867358422344899058837359139467062379239965703229659786120062948805736192330007221916713426793575162507137089954539396331620247 +9120519760679588392286105798236021559061854045122019266108300186277736886734969411204978788065566311792204801446141473355188648 +9729762487738362702158800023376627553944314549674371461896299198497056817939283617350417487984379973531521250384859390378780952 +5278728682099899168824382639886768910340224230494671557124611921288793461227571446099109231672351187529971910075105296077357641 +1730149007222759960804235202582288759192771252526372328644840575023003569331571124411309306137954892577214909905859437364845514 +6359722384817229880817656694157685568966235098606153131789136445509767178564237103959982917552413501317717319150118113725281168 +8331881891680259180368288807257087972744816443005083134263401722243486734946708091896751081947017218318643507133088446490502898 +1564672123742228001093857696640500357335628593848961899541997547484403147074041514838330205353223636545525633021798226061157975 +7577934224848992516208537526305362086756191009198436224096722971843979917310448903629548517759776409320845391838217575441202030 +5842023675100545856824292093806577194777854067803726567456782139496624136800515010149246416535077787552986449619329516458032493 +0373167808153255052885634740314278397690578953752487856466779556596486994777425942109945709709335720717497273570846620327341193 +5952530704523306889233492671665454303269886039975987299656234612350738474857467451882170147036566336312226535534145167519693735 +9607859559588540690534618223279700864577721437927651039992456828233467681820892987538385235563873550538138831743319323285816092 +1624406727909111147099641441681559414299104318980440722709754783222151032344202663364762643657625463452804121615256537142718557 +4340315496406729909696728430969897055002939519672286841554008064322610667892226345008617230358420658804502966997298469146129669 +0210625023915241926959138868143886129423564883883556915150345946486026490910420790564346970440390087533686122782420012907572301 +4721491005031549006749404748103949153294842924575427991607317267682247725581223721840333859898813958860082395329629494670433269 +8089333321693829301610669436388430107322213493559809633043551047784093889175488034859221042528763690657356439399119706918708269 +0081737607011167672164816311361636636595718748621290008823635691873373600228901339494989909273621908199424676593460415730887285 +4160520455923507310701763781457568843470746581847988497318956296776248312754405407533119008905656107514741346097573287623338123 +5386718227154603611476662828982111704301478482540378612558078862521675877095588029121004214011721936617184276464093409939658461 +1979208081789258362592059412017416272899419903367802069424612928998858612300695288310086571610845555893261171864325093713786916 +7319139333841813731995304531194319105663469219744020376897814143833856662869242932535917521586466923358318419175396557400347006 +5043921771833079685531325825310432807800223715751775658072562091646020835717475241682115604301178255769370561929846716138929898 +5795009540103191080406839616053879828656176434583781287476876321448232920090228345539065457933826027880057345811966575002039185 +8576153060956850521311077608763009793771506275720974549550420722202837108735329754654396372138014747847396055096136010954168085 +0509043015950572569270166347532451603412568949379675617083809175396443490772874366901432037667793377607725671409709046037414839 +5757807520296047868933446233650750653295440658940733452331643306076758589809542688132352958487696630197185077693771148210415488 +3493366273573202706880963127674882710949035853748406509260478202136097703296547394474710548706092731416204930859887260446245253 +1707539941222225775800658254639655291940922607284340086831234164821348634212665200587884346716985605251686416602230060503804746 +7119373075229566064030462457605177717171013246215489918839015056056006164706313041702800263980277171617607329962257981016326162 +6663813052725497188713444974040320318581428866821251405183260930030389032259911879414867761739508256774997369921307923003380224 +8543233997255243697045277479565692227756699494957952164631865806868110331658332715068585534381871375140656787606232565908699795 +1127161017080656837915924804407883971278108801828959672411183897706979458144168384325785293840525608900932906069101189576035960 +7746884054099676741518894156142307630763897600710799726835033615686726465390861737711082117067758069961050536090277623500309130 +5637631551447663652036022243883777403508274485804348060822361386569981574710776219228289288499523332852532323527986372935987772 +4799128874055082677319044677884361786887526377254867769810507962743180135340211433750487850964619355570684078365963703331785531 +0073682589254914802156389462761084682583678912826358978335933715271645287806405047356166648799977142475160038979372628423949010 +5037559719886724670132444119093240447382541873564218599313650731701908225623880448841585926824993839038111972019595929993742491 +3846935441857871521862191302228658206156991884533871767438656661539104499878809823997230034119838267962065754111334791148146756 +1506245754838722163589450414720903186576980445131544657545019758753225527419416112605350003805887953770147934624442363883801265 +7711965724693431682894274811945992120534708309601562503539815868676726704850890815034768784240539682384600476706665486329906626 +5956050270087533659778978762952993742209890928275529257391035690977242967921950083594415755279086778292240063613624273000623384 +5061387982251874414971585573609892535056862802605728035065909921406395624271235709374930413322182966464210152496167481038893673 +7793264955081367428964822852138933334974506780923885826935088471472828950440677885279984646325294353993045156334916727728658382 +1917731844388737433964393775321834810791126648863902100900130682254900663770885502300591056044829585219310561565900983432788348 +3993621103753371559559083065225969001381490024230870158740460349214225265354617541796726739208926003200650331011617584531364466 +6446975200293349558151403162258385505474942322796455463090381985898884153879810666921247678344495019592171989327800934238087607 +1116773012813841761179870425820266292137052144431441290909627977940969824030291459806507439794936788928214828707352139273391574 +6029232735235425403035383736905446200540026716844974571516139411975848154720481565143793111521425975198184192780712740114138327 +3438200310045736349450654856319455355471806503450945057852390828051199118282010495739738213447341204668213941183921897766832892 +9512957847613586351781261772535091586107882959218997758350989715296118346024725200133884012765597340862400507624462524830866480 +9478843365776113648646455826476363854336443473601804016310466451767185956320296981753166811182992550179769973329037834636002638 +1745421142947154461000688129964181745046963595109768527672990383210124171587972151958957748633651595231193536560491908213623383 +8381825139460307549572877031135183947681591383140425137518397676071788098018785187454915609863724531998066262732015118963304139 +9818630925621801216199389879103728134389152002296761687336537102178195168590959317811012194485775439363610537061412149495648268 +5576817033233193054333141148999572966012541792116109714940451926593836005748304065707002129553500879663495665687664101078961830 +4255249811578737819490016920102133439336759727576849642889727534022902117660385461887412305323198051682727105599743797538768483 +5664318936157823403995526721241574938566862585452228404066914834889748254113822291330168260243598542768358287033612921584775608 +0493408359374626915181620402845179233550927620380852963377274566085358451742815682206366209318504599243115355217504587070160767 +5099926458337087971802835525020183140934847289656680603935783200084783016975906879446974951582977123093907468193624294378414602 +4993211036037539293757401608261712055642333911428904305517543773653002323722539705273891988338327482438288308063770111207012273 +8875724448927612453412899117913683062983270974383158999932195926949387111141855398745328636343443301765332909049991525667183004 +6179446485196106673286301271613059516541037127280321853066460858041150601008945716021915010720764523897185471929927560029444239 +7849437984569538042541347312104898444874295714765888754190517892771505925662567504469022216257045253341087785885957187833718309 +9972288762936380366686950714951282499790474803745721728891585856096753079311064364081796195123806475478622506713826868777638697 +5194143783169339034131894869316961917794611019135131983101366014715857076410377619181633332553598229324447853163042312520962414 +7850854551539305001687198329060780010579189214774936469033426991594801002823836027328068965959941131816419243666581830678041716 +2062179831972241107526467338284038440066567441767013516710832064119073030278681905009991848241324570216334414105094116172288746 +4795251857046503954973485018229646234695366724410250031504983138843493652944866619750102836093665932368212191653037534272918686 +1825362974498797050137125577095725107017850998954189361286965048355333973664280494182300562942448127524039989758648090694962142 +7512994410145549835156679857014752505125401506747737470958447208937721056830032278112608932324610937928836512547690813007773206 +4386958625254464154906642431853347789932184826155599439488217117827733831342079710541861559451261895702289359997911170346503767 +9160582845194443225222601665399912946931088757458941216770145834719498890068834370787508728005299127862046720974369218083539582 +4881031377785621947067985825999914746359269429111016243690638440462655472434228579718379181809439967478754245522265321625889814 +7583391301685587265357562950095622866121830355803288828241373074939869852539741493888550714334780322503664271906152272539287229 +3706056275918240737054417094100085374094932331005897520832184041773254725650156202489186855782648043533132404772816727073155235 +8593562217884076811451277453364735377701544569033315203869164836320799479709306444027657854268527295924524538225997862678112859 +4570537859634341717395527618756161556420569519217630387646444203036568601265546935410843254883517475649241288633895824882290087 +1279603976070610116464640212199310166444520867245963242449012132718994226744403248200981139871780434324112903659101791778621066 +8744850384566117283317344846157583437411072049976031321951124766354609384768681179440522110424899002915456603055956128713981139 +2086242661312485180876173221212851654741063402662853918748324706267356051777749583559232529239969008936507197332763290031477120 +5741215520375853751719868036345389495144698592395029595732821924732143612679143914116460149908254801423378398341400612840255578 +3112678009802694849286559093313827681147182296039209347542924704088172807791962585025279313952354773038812296501897230865202710 +2464335074070148432312036647984428094369519448454963043288725321796755075626414550577697084871002645789785381682654641241100283 +4946700365473689782081952042866282556327651210752194953923594323433725250140138447685850292340132652464859222629234697220377811 +4116813834263078090553178959891950239969717708797371397856902146227502290357214553371450093318491311749632101080525636146301695 +2152016442288947698443136330933042135184223974200115803798042702098262975256411368585240157169341361695851434355296732786801088 +9469700239580500443632308541309983452163906017765379912144038775472527920834490565234287360219977902823838503195349727039831496 +2028576502159755428471922748239092215954614499408923132851493814161260002491760119779606365853853991681827617094579573055586297 +3640678920108595929213187711839271941417061119448282180155978731064884982006841462863880420761509974612500984423805360525276222 +9057118337335912039094779552592972943649024122835147704439083152493402341167911887606112405528052285968546122798145084807566159 +4304613049097528789015322647077710992450848025235239429386820053371823148160964657760192249248892087179211556970604610852657330 +1245963067779593226119382101475675796217312455063935339967592594066075071514347181089457321147516518204553844378465193273590500 +3560863140415397624008978961463819965678362699058645101497391867248986869781266285523093686811424022579360460735505488281520907 +2803810314481228865478572362393166113955034570401397318410902932552817985751479490450351950758398971928389088057335245044158094 +6904347745025056517093981246275608711548205826384671869194152526627350920208727208140128575295910227390194690418706771705356517 +6784445719916791606648643520294851397681933118673503958741728387886357271190905065762821681465016058740202568162846967243295973 +1820495748778970925066926664077661706850366307799032827973753165199895444172414611070770446635902894354703969177838887030507999 +0792366480532040444153327711554056488308633552915589047332411364711058132183546270866868018652349880999177379420796287072716088 +2231884404962985945388134094475613555762253572694848559208422137166239633417739879274457716224035685193748560132590653034477542 +9227302311116220471908055555125965124068362598930072116668063472712158786276348904469695948132587468164071579543544049342283942 +9611661683770276849635190630772488322125598419492636769106569145188958898006930644639421498885045868655337164693651551682789719 +8113170194159795409724804157277970216585110875118496676005194638884485314135820103479833056690555003499859437927213123666961409 +6776248629614262117061005539488708741664752240716973399951870993215840911122617246729216135676971155075389185544568368200715006 +8136621653681348621828391620654330376833126244814473075974634681828022721817501734663865372891778488609175456672709780494092424 +7509035477896901683836806362847630551058479464889625032860924968434340014421918549778761662492676219077042005549667470710873708 +2649270641258444022173705146602820338815565069036316996296828717613516424116147690610506944602495068800321856748967379303431711 +5231537094318273489411666006633698888790246462698166129109823556983405782712006150780252324827311704109848150151626541203089319 +5293239066624699492800648051071066181862007268310279648019183315312315154420858012591159812489763989269552995744386956174038764 +5180720261104219765835445462051189983679962609760132661239453035110340712611783326617205712026077627868902275865901764502746369 +4450386186789754245435591998462910276602998139642701382886884245787698610667584456364442583085157908011542453439257529663938908 +5226947020891494666123742174916211157087031239651884379910014927950876644487562604700114503798045681730239237952766587287565756 +3462320891328376981719619778327669975981463699579856289946252639770341221258397441894692753073255239973756891174514808164393544 +9266128730309970612623389424292152551017956433451773715730990286170012828117563840968654996015507568606746254308032751484010172 +9555122523637838569715536561794279389081447703619598960381475663155959964617699927258813445644496349054324074619586132556815203 +5221901221258703935673357600398356681976947446424967337708716326590353253394660639230448040100077013280765926948098493319213488 +7738313289310543436800301466124075949448435224583670124694327098481119456888840896351512543815188557251685118660772588456625224 +6115002819234894874533900222654850689485882307323315708374429887345170183105778321445910604513739852020875884337203588872923125 +4481043241227156956639553841037732426965917364470043436075190174090995043087977394594850901991029121373900633832712403510778230 +1122190232976475343331179295988355035324572960682589565916578492624347219825791452145522290660285362795514899273106419997278153 +1419535386080392454227188259532485710914908620105317213100011817889875764632911121751593887025644393163109071422951719422847110 +4026612711274029089236246041114948354793310083266181854689070097597525414068795108775947050469531123122537281180760454160254035 +2729212202223251132035733428110959851887971832113712091873626429082924950281013969697115103891338579818898846568239238607918122 +3944336153317752913161793886424178237035722936447760222478425805766217641600209813232221230340238786982394323446453582721990048 +7389193916919980057221104426235427350670234767999865432553198312811347361703697530913350075859737082487587469312736993623735804 +3544483515704686277538264527506961791275819582201516681389283444580314635355964056417380225809498367162186604237676145482322561 +8044600252747925830317760868421526571377975782889497428302869692743382713250361972424374300944696385157823203594995989063758674 +3762181316198228161833937930845505733610147834846550265056669736693282801787541130363631664735877621678425882651996823896571197 +4895759837384473598984792357851123553619562828621778670882704444499813426092540279529447104250292800981220546692084253328082420 +4664284555514464728238600094152484535233997991752935740228264651440639886242409459644164822259574135218995760166441434144147387 +3498021732532747332097779512063273078194846290742584872890698856916194513341236677884416300942002054144602101645686192153654576 +8855689629475186087358536061769600329981635356231999344927571715122048450556630571843667383074529954198709235538731487573715687 +0984316998018946399866843104618259659452795653432490384229487374720689309493558506727485555071518696965289338830868013877431679 +0444954460337393289812378506420855357215741077375742703669752012654590715324153275679920752247842054109194186158654335712157841 +2806861505564373354176276173563926841713871053400626160801979041772088503472612997224598155147542728678254353573523697935567654 +6201924274245126686318859488923564788418058568530778365444195042057133158737326264356888205129275667061366349202778458019010774 +2825177079603097543301363195546845866777243546459927001122927276132658961336248692066215766333309788747162494346240324193946246 +7328522607444197904276536531669234484641234327006749709725328245867037809150903161226855351918234564454937188245329779811527397 +1625377992337069927288579727970280388115743434164021261444485502332859966787759877144357204976585729746356637542057830900380879 +4756314028565636147037500545330319143265189233753100563686689461353510356901840785161069243491300815016067752040583292254841464 +0425017333645387838654294817531355494569985613245897735076448718279104158222119913920255342054852667882224523660815046839280651 +9062897569747184612738179958208393387812077029581124581459197624411283206076395360970022007778409057996215320186949888642491834 +2577588591174250273899408593063983438617592453792302359558473005206418002455294336176016723332413815891373160708758731967049062 +3790766334026767123109787766877375184100806711868340730414046922950551256206928850545228229670325982658231736019892656930961551 +5274543406306956723055597804421123472449821052046299950205504470231963135543548703265039753201973863356153745730092781664650899 +1020617263114480064430348590768589835423732129147820366131428529210137664442462332795234431300140813802687903923031421483099298 +3305606503022918455845722586154193433226668761115620627747430416848925633688922763380741392673785175993422375485098655310345526 +2853130953848078288453311632699255400113689129756388559283548184844635112023417531659479267970268571040812683475165664822794180 +2783222167931397034746003825257822695087707764404029816076797619920932960124572983887919479900468345097640119343412470086673322 +5063459185940735886394343828328918625032505938760162817991123725871771735016474675217009872180054875341819281047070252038306775 +0743585397605286027482664572990290216960312219499687628442325704541075906118067163819053997876546874075941147761887253181403133 +6865060056069818696891296915545023370983419980885799857058396262667622091719201948407642987224698259796247084724028705854417594 +5103827826152310417357275607217586307830343393236258610369278200854730301259212109525027296782910788706655437239982908254923137 +2959652192735329005701145454769790852470342092444456431448859896236135922540005403226570654335981197446157556763871319983952696 +0906069491801564153648838254163601062811138002404571553190646376754817601328289018602749191681199089353060650264442584766903530 +3785962322135501816792718661619323345882587573641791662855806452191640690223489872037123172150522718319643946771618053874607301 +2342704599377336428681571005102144288192803466969307063516540780329331225964749753260124769353818714585772490856102378132713276 +4346236542835966635872778222659462346707942811767870117146806978169322604045750387880280187005012616459999816635343308178563646 +2604219260434304257671433967264369756269802345023491459538543248359901859356108205297353830910989444923284454022447613985397264 +1822281949178892000423296707942037651472365683251029280064728588016134363373058610506594311454908111460545368768742973357987311 +2329670499086760430314104242828210716854904379725565610986919473143807393666799098016719544449077169306161547903571473642324181 +8934928646320239275117990276319738648757543739070170895539210951333884142223117539519009532014319073300363829125825739466521964 +5363386211310899141728954217940413318460520197666536176317994465965648033515827854532405714333529319178360920611572195490491843 +6452281693971710923703852296775814957821367584399432406445144322839651572894248840082293918339020670715780310479909368596480688 +6791949317913799774656284904153563675547018432823443924016298235065082832647707880299401729868016947630432394689913082273372425 +2712968598557679357916581334926350397464524640833937031346811806334561647348253048938805411658427143226876519485429485016393766 +3501555543617126115194082213265703065410803089224710636262686284845574699295863975355551722711478618786950261560124771603773061 +4778106677024357003045486275897639115668057170330533010873096634039731123238801834051871842868704307554039712015191582514954442 +5218459195255301650149970279364690486331464065970810654696223977244841051824600951397161627678662117382548039349844217280375193 +6369806374093253248520031657537241583648618465123745039819043766572718344368140639003289414418211436811709774570097952888487167 +3212569840247911007598018387084803647762488058555511319640016886915147136497977845568137947542869347226726490373484609221240787 +8115733543956480787117884715874295702599005706164646884593210924736152784838359510894224199377258864940900115663844969555460182 +2035968818201814843503316301816877369650620471604903993852843829395302301918155158237168629501277731356144310878037185323999107 +7016895419441126229181619830275636225832821520441765441532992753638148826237793875874434736200782222141244213180375828740996801 +5879711152250078980107885067914386728437059276590755707069830533352692084569773933300266007591174281283361187767672358396078896 +2103537195144138796197574043874859185879649977538344432422677102393984939164145250471907596342652013494773096173424264207508962 +0637450827987698515011845992398093937196147180755217329303542644463406470700019971836100495535322254679390620873420862364850762 +2242509562912546291760696517385259786276250406593124098460913531494124669973775469757781521279236307631066606896102762073078153 +8737688554624301439839538446862017884613896797755819281023174101498754986747558403862071766932594675733495440363990431783540137 +3643542527592425148722339107873667468772709136145667446671572809454163340131116640859776867285040887038441378816294697995941474 +4072206008606547388536544456067257224875289444010744788037863160664893445070574937489602184055019861155649531412106370948013649 +6183624181311379076807905566573341779391313360549851142539899794930473883081910943750299100861533261211231956101452244671916467 +4790552691647255291761946345206897704211085378644313837821311423673070233392146600975258580259558879486034230540380014801626096 +8493966397430159495762611418791059378501633459275242578770822154956094389019127421733416568122031957966837378624113082091125501 +0539497663700011903785013114734351822728368447618541431249895153026462750771721023669565811790420914410370442390790070707245463 +2527965030066432300857015457970368291786471653036513592059650961230415181073725654607900007084498257528783224577191374901431098 +5466092963804647249090725375187844347347973252108137441562290526430827908072841935677879142427224945383497721669674256500195118 +9408447458584058076150017650238543964665522204847767119461148283020725314993208318241105785737923682521127890161621980525163933 +7752816476751548314213662757572297632611588857400086488089795605852388674435780461993562784936271707018785480608983595358835686 +1627393802741824989025898363620676709684659912421866285079664625171969200262501658717867654051389804050637814037774619076628490 +9122449665202107140311875578301366613855230050319765976709818479408721612162782387682958793989254712472790259401394162587792903 +9264559273820216137804057886666471549044481178190332632113699758788705141611700544482989913381964978281793867160157791927781162 +7442806842403069859300613325533104981898816922110133255013384334075830779759933886533885733793824024671542171085144755776119332 +7374346360629846250873248611855740390376331086859870274251856769041575442564535703086946429812945653348220186072122845016274001 +8100158244663714389704533217051390472696914158612218153906542802690978033894796544874039962095788720080152937661496672600961913 +8620241055478925684985952252838411836616234675852362577897905957450930653087681187667293254151875334644179085362678160756183911 +7978254875299875225763061871403474457110245655385719997304830996169804380424203018555208820048813202142753962116252594621406974 +1364681806031729655441460904058555518845771287158086951978113218142925356256811479736849256168552051145501834683683179144053582 +2064837061784377038174422796078941972546986123715738128334902017019689407784830561790843652346745495974010607663653352384636987 +9087616048769273749416367719522093035127707930211676277159029972485006678648961483209994033836189245748110099847024086616545737 +2425064383233144306141397196556964739088709046393835346029594675076399505634895487000914867003535813058158157320486332684663652 +3641097021982425901903299759975001000185954507785071466003606303822049570876073457705939373716255467071337231807741213874106729 +2074354309025181421785407070622306037112442163872375219312465679573739444271473076859615411141496918260111756219972558400237414 +9209218175245343776137887607783882100053568632353169828579551734386860768832081473967959877027533280331064368843953279403791000 +7265829914895705780556070716875430476662014009364335116363868273301526498001345684876869560767489114942311375190271613882803603 +9073891388696315073189212242611726526377243973277573301675482213008892303352424672983354043608654230919446999369674504952411077 +2313808555572186833151976371065120343070868637724954931470642187595688232146689299510744666262728998553432846824564736716304195 +3769895001051711590090397709284289543423142627611293076964116196325536683515731394758243179761144577336943990391686351744541117 +1964012423430274286597296893918822905314758106425920575603004465793377045724816176059995632780349523671266024041147016652652055 +0559141307894322726836380567121144490621939523042182901839217710526781776038951549469639294413748250130589664480237146063632821 +2784427615240187672159066907559581170138189996990499287132279332580644422377771338142338877270406145886924306247277891647319839 +2650622840124168882146785089864582520075975814107450314378337065910303739372347881027629224527453006767239445485125470798573294 +3280112665923668502905138798645913537592166171499662307256909576761808318862002890184471250591748083711310397550032446473077789 +4839123297739060737950671029462682374736375690549900393153725695518603231578972526440776594614418742798429193873047497505681792 +2160244025080490634108186799676843921536142621408043650219395075800794132235618687434126288996783749492148526728267890467762275 +1151778651927614305188542555589072273825319471951036866487051470913760762080070986450018226884129812856690672034368570260461972 +9126667808863381235489349849691246557114377306076458702232805159967351257175416964221955677360994319567614203175199799743819984 +2789442446232943685597991603590204183390799819475475321518636276804097467590827293001641282750302064255269776064371623832516088 +9048597881455099698450226466082784483581892839976853703691711348479752784919013613635237082895964344395914096977829703979539035 +8807651873851261763689740610852384724724967281185663138373836249447037268804159569417135422054907833329936731832253007919797504 +9682114913920055259992108818897312911322686928213632559659016546514207889796765657343025470035022686294498921433293889021982807 +8817906539189722113102359692407543788732651010055394962852526688290033541790486992705883840600079101359528027208567808930305163 +9801041923433800395009066327257582729179435202758752590945790035180893649947139262456916818609204478389874916889421571462394032 +7712450051093466464431798727528046026835894856944238434402423528849559439733559946888997104896406027931037956349309616326923736 +7381318701427430852131274547674285844624653982181746045743742319196948480723763005752758284784444958915729789741525394299696626 +8012218598270213765952492120607042939337977067878086380794314818747633639449994732495580724511274417714861329582888877331906442 +2523903559053376560461999356914800460953183047966595580074070441846526092785101396532452282664986312641571216344907286853277587 +1243980803716723402043316042450038929890705999070870015541470833748745344879737850504389676782666386423839519311757255510240006 +0284528532586136580475966266604417479884520212063362364900502892825693493079279816397630592037794996982087214380723458893748385 +8491272727902175551882935376152929301347887913314101691264776996119552678466629354884721510455050616404890619695271496162337915 +4545341965713318896843475698632445949069586135305533687841423447686352614650216106958803696792920165610566274323872801678178779 +8253568664915132158211550322533453124118327929548882623091786963905677622475126883200587876894319717512008420758223683547396925 +4320222323998014931144025979173468123790086139354433220062005544015035220976182446830891814234515809043692298378909223491021578 +6069959232219660879097232566121384126364624848136634056377125102029351039021829959177114631501219753707218086851316623762802248 +1243816089430429483661271140945607300465854350055161784219266668283907250544685294916674983006906835039612884905549454140955379 +2940117682598404016293743763452820571055836767681621549318648097809089905651411870200800086998457828557152804031061902717793951 +0887454608619720066585775426385076124950271424460822511049331848391671487328356192926497422819817241814088663154002962024098217 +9444111199203225196678001748854632792810817288744330344130819478809411416720197937516411714390009340089903953898652786438479523 +7598508564858904067093707855688285940754985295788676773297431147947757643127210193954685014018553421494459901761944702436530765 +5554085843289054481441810390185341385291272744398367506999297552891321596456006697431455499740285520112057597547672427356435569 +0013578994633080338189924814677511395910036898885609486453589361725442884886155382037285922038189976648035996103250646536792347 +1883418355117695192895288397176362340054382375638457044029914555409870529840507997093953867543753807297378240486101911704147190 +2990020394219301141282427939313186733000711509741075546302432127423255702951507832353089573401235669455023017949653420450062207 +8315834094959817998047438269545055161942585493293325815723771181252407447320553420868080424394122133699301368250012158017016770 +9114429395330391270070591803725103499827663830583921855069504046749255370339126443177002479229837662039928889147633055859281868 +0939693955047378469672103416236905988750384823305338476710533963327706820167318110473623797427088982971507090747733464699600155 +8097749323633489883895572126941411948413387610953411492455863784508332803867377054591645781447379503035057961144435257072818355 +9192774536491861553570480071143726445650506118482951514380572367117987602662371433431531020944047345411439555055616659122572444 +2538272673224446791161100046059076794348690288664907501420986291128393194698926073716590796828226666658940692534781574652080599 +2296719356672708630298340102476096286223198315529342168688227248665999468122934752834636542066357602969267253948955801596039200 +6907553929212877794229661239340340054507529389112502857484240836627584226292443778415389852020999685448069205241033372399261985 +6092552080660661596415004237982747843962036754844362941207857067711980933061648692291784758051313128780610506614569982941900763 +6594390851938570829005416110125258734178056235062424322731777215369780823020661620803238711218728587137816612075854867828598400 +2369696331217866566447853409278304508453286888356285386844080814982619783652943626843027594633000036437577975836948042581832383 +0948885007237584172710171695745820012612068700229335944852613395850206862454317862915465465928827325249777743488489409096560811 +5495911603990067019527969794975740716100732404562122420639048240417867412633964511077857983711654955131598842753406211465747911 +5938576990907415666730959973171116867930776870120598849297289380213982472240243585128799882672536952585668000017332908127868142 +0055033948608802263653030525631019632385167453147504582749896613855370979829552517051177850239757173815628192095505002356755838 +1575006377951552426189315697593571157901434403253801500948115475871805154047796850271348643125694619380221648554282326550822126 +5246972276283601394823321357823533983734860648197127606415601325852813899044500843947933650765212255657169653289842270182408561 +2963795283400693969427927841410518920229478373496996799858803689356286312942605835353285929732637824507016592351551689198434905 +4524116354075005325609861714463374588743076763717669989113993414649241279740839454455938573607498636902929162122468763846383424 +2179849115762842803410844590988059861418931490923531363860515702620355825744742928541840867928398829472206209785674120570623101 +1132410047750617625576007081275570045071771592714539836172004355577617397790511943990307565673693827096029990088810389666652957 +3079203667265148591706387956264742397674809071114000619637965798572137055721279282178439992636758230593462657176883252897846130 +5344900606236775949063632708480760988922321343844454792539062870953446557548709705912512202634518627191679599405320534739710674 +4862620838291477498931509821859436769537924979388766030614053473312195673928520927507333262772931790461823017698325114264269689 +0377879474949535999373402143435358728101597553950835828260875850446040578864121150552326559433858342085551900119266465442357108 +4145382952202338626169521528905963930174893641795335885386219002691641231007259917968036502863440853204735639598211642320126801 +0053580536687636415170048134719028636721663473814357492351910729926031799390889508364212752500797332425619171871273560570543315 +8050888999124989277531284920879308536986968026163965044507397321505480674446271580916011349473678101309289578265591746813517726 +9127557909914237400136577868957543371638044740008283166851799275961511059368672159330761617818453900045874047935222126146402161 +4101481561011635460925901510238481810190290058999387022386961480571796642806735909558855831574016730200955930521599776711652022 +7452149234766310409197279968867850647491580237728049077688692166936015804308350068889158066597960097627065379539367797830770392 +6879895654050303365324517468233477011666079944449521630351405739029720149442284020545119121309386081120398471736260643772075320 +5115668578180735659993042798673877885823921120201277569914715190894516855160960884928665814998466370463245773786729580361126788 +8473676321663825127148201234179810956242584805477442480418075610556509294721684997709018216961441699698479559880791844442850980 +2548233794760268816189190401306088756408880212519056730724214290704225280819394151931727397286420914387903845669497115561372625 +3358354482836700948199493625980064917823071542164808097350543961229800125334834517703864655364546055166975880935305435123088821 +4029969129548193511513014303632741396672093205336941776475040363815521979058565558783096959704099250216961508907068930707743800 +1178228259948098596059380680409565881553234195364086559565498076952409655440130991639052974945372324956190156780171629355058755 +3717169015464986627001032179838523927735142460855957466743630432390818286505306791995379349323709241837876168544133279436428880 +0351514453291951960472553858319673428002898082287147987459621016579844258976392337653325512601241626465492005157367458123795393 +9131757913676253650480410533013952331883655576543674109012844727933443442812463625615079052305206439748070329783436962037461924 +2344960044770585240104572826430912626099098553793285442582298302002106108601045902079657749391794040816491373923940544837370962 +9188063701594180602103941124399234673973525989100931802175158910488942922514429931243842291939057260146437903218286048586526737 +3095726475590315515951883606439041451987645791724176078005404488548116509110488969805623639698399122683827452715501916665020036 +3403203657780121846439527513421356719526606981096988845264774034545984754667811956286997210908649753612024363260420418331459837 +6454363503953069085653959466382547762654112282647446898596667543948487517796676159860624750118940186171824534509979950086899125 +5534857215488234005757824538224541774649888325359087056984429790126545819871211147018201409980430263764262297169187413523924493 +9520167452539794941218775260774423444492261204451489938948286717754151689428746487424118400020813014135629700319029471552190487 +7649753857278617517384047446362214242830920706961544783469693002591616096695611398984815665331683937899607935227857197308530722 +7670636468635321903676766861271780561993826318676409654225250617146887843176296360469702345236373355189175304203166464435492803 +5456942248296553684603690989598415553795292969337585462669697131930121000520692716176831920728412650435826182698878423955991084 +2896202227362420166816298936702205787111522693592087473120377589659651412246131193859654870409149102874068068052947526362484606 +6206499177988103420772046456006763763163890633653756586913836205106440292257489426046140931638490258992453397047593430476263734 +8271727426541847240045919975482895895407596972876222349935866226855009736203327632117757403576107132386631830517560425145954967 +4982163925157138555939635994371164500846077564198212229817459032427881591645290463697023178851238007473163893076170963474781460 +5340106261127351887331618946742533731988940154583287036382074049074320856289664772105865760586792346984849386692407381048942810 +8539587910802062328556477423232706345676834247983911515809748455837801552264721412722228887311117555317778442883915233779797479 +1727978384302123967727306531882414560603798977850417620003458650086712045078303090511550979287673387880893466154163854646269635 +3674694578655904749986580598395421685146833662087197374056652325798896836233778806349388223093547068287833955056912724333066803 +2847637229990901535043145484946473452323017593046078412652932709449735113175295374406245481235052704111601101677970510368326922 +2791471564967916436181421827384161108238141389611296884460017859614820709694863977807620407661790121758211278587753750388535470 +1311682212671438808292446213587823526675524926735249896308087156166254699859676499961522597030531906137578453887072208144785351 +8861987970713845651946125749765842589051394459161283498525078704659636051445265425124710568264660637581231331333166906616781773 +3433773030784699549858220921642631039795495279596839707512577767723632096893086622754554818674187555230885034907077860457028892 +0456580053379968368017945695164763479833506838952019851181545387562584359601036032261663315698690958554540494006314322814695152 +0089934480486704619783110767294727013349926542271497056296250118282426029001430520413060977864809649544418723152448749796245164 +6374218433638081986774399897692332350976246009622586461188714603950733284096247572024844313234627483374886751903785440297788166 +1964624071497448806005939877571581081852368682713329198774704389508439970356078811686024907131424792844471710419031994307710495 +0920647722499203428391025133284362175932945797352824069655533852410541721344987923656955005597638885921881748026281505225146701 +3234051414875467310335184839402728147911090604477636334326355603404083470772369446633927746336105082555084803709873030579813182 +0797776807854225896647327655002411099428092825155001834564019066984990634531216819521296497699004639732085677368728818595315930 +7917485162442064658421046487728607879599371289976088757626588362451318559683586821768061531908102225442474938214076282479553260 +3281219759953705660325535461460598775637270570011648848817233301493712654518786509665608881437564458093540417006933366539835720 +1421309961668710980725741781573712344943061720229290458895090456489735933725778071381711038599743236066437961925604705889777444 +5346018484213473348778149540609702140487404833149084935132956734625173249282732560039608351835971014828152667004296001672327334 +7640982015534543149522949001287972675835062998825649759593191032854308472369740597155188057572429051521288244481472576347709112 +9082197142126709759172581677046792938596869866773476159806997279087695007866672568094682918889951065921351285356324461616422296 +1936662836367636814393593918150500159197921407091608653457518897602784067757706017281722377124420704953813373267377728149707235 +6165532554189463034890275736530147346375384892741034329027227244542906540148716547806611470041759808947343102903725834811540237 +9921590940060069893953324679767980790622906014798953371116800849894891003273141853411016879477894602450403366892842855960933978 +7315523767557595011955152358473653019805790165086637876204849356737581570450280098237545014539966107468231674446113357850428012 +0791096311925956512226765013630421811573099687378388596324590465120594475232654312603704526616319090075205150090415360289991719 +6209585520294606187513003055352209151687938901113926217849214203137326771247519247105616300171713950372822794825746012319922943 +9070419207282434237195104895273960005868745134822958234433238365905514670266360172103212277318139495451964580465731804042546085 +0338167338157532972668177758079386489083653270128069387600686406564818006155678752863600080494279043355117187180589834925431100 +6075857929007054805987361298779916735419742025429402324367885856941288459616727309405216361897524393233989298288583563658786859 +8295608945048628864124667559446303925571884604451666719475562297491635918267804843940029802361638899118153382320671609177821037 +2582167131471095203583988388775565537112236568527071226697464466863969482609071992299656322827744545682290545625251014139439495 +6711594101773826530320065101211025715415340393938808536071030195055575879765597974028194836866850448633781263352118203830334159 +1911464166497757327229347266491166768994040887477045432967042061773419808596553435219059712816623298485611786304164577509711093 +3950559965553312195375204426888631697136007142008473612408896359608938295800221018496826509159015008898585495437881710932385623 +9874188189105976892158996129334251306053998794609627074731940358792016931428037315501950874633599120688188498035110487709165641 +4173410887164627415991784444779118017795312676797160939963018529923226506062126935003504945358174169319649592822030532548902364 +8585536437904001642599877592181317351676828771494354438414987542591562928890147892012194379909967644778402105597291718886776458 +3150820435297838229930820366686733000243384455249980345366643081949584071763731857162948259797374460060553393333323596509856155 +2746510308210106138913961915766655928022321725147254596535903741506128248245569457512888067134893515592196316478265340857967148 +6054837822399734332369250046782008884610626357811684106025662192613352002782118381922758419491552146516596733810475017566505975 +6253444244691352274570036070483313882748278795425532524034702609588633374333913295809727607310412619066512211586460777396607177 +3167935626890486882612342937895694862011472784369829386553959207681859657350791878067764914715082125859929851130735487337849909 +5973912099248621614115761320919410184939653960557823675647875630413749948258747675478750350454945866579601771984960798194388016 +9736525221109913891380740014791803647462175891768280453619965529263318350088005137408675181210618289125588737889391858187625884 +5353369021308107059796622691343010568879776199002760578714065302617216068310095438159704609241785014319825155619864292170880710 +0495180914933316707105009248960814921465681956792191416760665299694180526760284922837494706424443747428740900047510907222820027 +4261167178860446527279234457781216359164057184535569399549566971774741437839602392078186827336187328588770123788484074481402098 +3638667122645479534954458961543608733857643210245423464371257036918768143627288762652953247716922315676522443004771243444008790 +3924515546743559568892457871009003770852048769643235894176832052809028875813896140562020415910166599360845331504914716199418304 +9539930208848580218543922990732130838884473458954810662182599563214576790823089949536669626168272941913640024171496275351316441 +6014586121604715045014833563011298445249992633905973084716393755263990314978408352185626630254184110544304520462563363100889663 +1480056209827971737404379030390423810733649879094610502529510552900145205746169635070607870308190199905737823014183804945008242 +0269907341608215559877018486447313197581053179139277368261940240899846162645640750726730556726252880111678045833842135360488520 +9452683639389882051701960541518755636274003173728067144992243393027569642308110984514593826650393132965688544590683455796310124 +7380252617100440281579567534384005518334110526934315682916800234325208500512344342386934373532140277510905603770493859349394883 +1640841298979540048287075269187639921568678590871873233480612103263772909669941767642148108401983790040311768132667513845995891 +0797228841202589730512673576721011566549518209931565777081305309555092032097475454967752699515363312040210695622598933787975405 +8668051227922162902176856358741680893763627061240389531754672702747011947735221029021238076999742096989024601711374129582948446 +1940517877834907351003862153234670764674347412348064152632718218140233582465116935278604919054339813155764852687263384383689198 +1258507121750424356317899666874328759136117897322624713333775442411946490404548479399911860814088039900005338783292400154353212 +3215026566497194921100428678498475477212368831513037002482731701747625115899231609161962690257412946823057745227816040916263135 +5553936624046126710513840693074241292678003250027162357678547764315313001417556750343221645935609713903330012474781806462752509 +0087160096352464233135718030584278086059148140723626725159134239250134423251753319043440628036779710209805517160099782393064078 +9318218498563579335348341700906218700126032521018782542069807548617891695409073329049001835630809969460708500370067751685336992 +4208076385552541906663566236770990347477457147392506695455104977958316161334777343709329582406111068678972797895379263213969728 +6469519015224118923867472889765223881558607274601638396572334489644055785283085612422941306760043896876352796674858662547224493 +7581545382840053688960159322695550231110088020621219817091426507061324686155465441741816208389678694769740607167732243171488972 +4513458865704194161496940570841680853750653077515467382681747134693802486964790650970100691348806372555667204130083389487834234 +8611747863343669889389552604708894518837779002018609033906535124466043777729170830388281007572831090596749539330676454829092268 +2614980773184238784409092097541705502166871511835967598046040179529035245968990886914099394023190993075959231506769917989928255 +5078404017663690714097396036195442424905417384596337491669874839339606038090162958546298191413554764614281624619030688715839038 +2641999347004416078674706237266340276545528202969242926658631976187485588763571283416465910176657402769591804490385811120607894 +1022069138109039758566977843736614783843237277066124548095396035264485535383579339344672494958836028783883577568562124831488748 +5036220302308126851203910148295691777409108647096999242270479109438402097077523126876642469999412297820631461204592271671208573 +3765990012871705693020962224239694872611037068970786438641717866334183625110030788667653078611800346467240202316395411589819234 +3782933301188992583378339987527190128332463154672014687853873904582770103495961273158433396887983077621367280840979561172209874 +3749199929332536186794255922364823419316096604597225233951718116228041916547239168206812159635533832324993459328359641335851160 +0949078067861678051433564861906686233060038981581529250289577929864989790385982845786299381823508035058298434160670694386088772 +8589603171909191258961043702444348933790044242468360895051180975009846570524502293795875915077460542906777905339916008769533025 +4696790001285278712597004232911565273828035212555295118585512821803987256554356248161862945364958160311031123882054615472804301 +2136763839544335242427199077661794515629181187002289822787279783807001282765862055208820154228904904403489678312786030757766407 +9614871264207972090235920749815254428999808582182551807788105640461738443833466880592889986393806973211194934814261892282034345 +1053682892737737957362804191027861071649489484546703968499730625323764928679998205513025454613668271807284174919717885935584552 +0107677739834015517323287238318659939175109001778305487593186279160892671682768468572465735391214037913879126299875773890935302 +1453192783717188719965961795655288342172822178539274975297334507529484119848624649135862288188339473719284880061285948938876451 +1104549929363155396273207050870222760506597442331198500643525825130190102095717730285667006432704158844993996831311067931052472 +0828794534801481162296313627002145147495573308897739685396596733882610495059540555269595443659894160127867987587635803471525887 +9824022973580621392509031573913634949593512565298787398230994893915219176490569710003371534856099636970419816555736516423169506 +9878869772576948330900142931880528301401489012367453237909670821957956278129934157555287021598067976133621454184066239649408611 +9449658706952732276667554753119961137301412966671524990966931464264571223338509226807775956572226631814170860570478467598493299 +6650524655470467246688640367290038855618731841663664529545949374735107916410687959478366394614227095766286594581538618985047713 +6086084723895749993359399578577946854255073324766404400181960974843071723540051597517023301307855898898894953430083847202358708 +4753978848939024247917094291054930385042551054372444060172056724142258138979831515270370976027807892767076899036493276499539268 +4888375835344223898032733332908158386194226863203069893727606532739301723911436149446573440019514355993413403576684311443713663 +8296174705195869577823179373277139184472357378750746123040139737885926265459733919518384739329034183096218738593256149149459218 +8744604285228489074099091055498838353604537087151030264581202847750393201247650508352763633370859358894270796201667489608183108 +4803757550419070833057341387873914307394706611793081307683075761521436160450412298883575182283341357874191269212976379223012176 +4435149804710266828206094765772134040146772381477199506975830561360349698395986931196641173574221626045221904844792851097031410 +0140901477445628979104022134212056527853288372076077175566962012356161842830489257088195443545165486451856025672191097292162212 +0064993358872969642733510540028442337052528489493327308542431944612538748472046808937048692371405185247438306806803215040744971 +5863180250517768423942955033295423284494978569038179153339219650484893674393537942959738721683811008504606623434622402463074587 +1057835094428515977317637880823368056821605598124838652727786262421298250352722448869673429472764531868054225289565474229567344 +3983238067434669068143443350182793359210352492378691479389127933138449974060689160199725860332928925347596191014918077016053014 +9909206404814481317875154662284644158413522012241871567063512207157398398808577747347614035401411443650498361772558269985219726 +7744531085141281581884696688318667987388073192993652661160923279555067568241657394706279105517300977887168465546838484164576246 +9611748410338839797298552575152326071882814435353560145135335186607329942289657269580962404267932188572721339477733166705898691 +7946378873728294158344802516673294879896454520313415594420541327407109273815189756012820920103635963852069701484919842956064247 +4874591841062298195410390631359369161750834793590724525846541010552709961171248502344146476896644307714211419632056930049968152 +0852013636597020207693222771451991722621240083418836922565030460173149090294177983564964216327697927947088353859239269055188074 +2400549504774664967997419613371907388057256285629514767888950107220270166626488534296499500671373046737811115964349503266901011 +7846949189277918675793279134349974486913260503583373441600579959916070999842932572749268240452265295033063113981992389359199980 +1807261813286492446582855762770791231541210822077548388510880369998042947014204967053843960432445968862263380028288322991265906 +2762645433260880544005259370505499891003063278739034550726117946384596067905756389481622864019774830490639904899687312014368603 +0877598939078117695418432932115534755404639291467885726434445252435059379183430846339103652602297046524638381772417363883263654 +8359730049870608112690328069372460928467332597727838745244400830648941526818883943362511766258737811338084111308530830389543560 +2410247474136168092178004494614768123474893065682802068994067272461583528237284734448787471492174143726629957921201303786784836 +3419244084207146670255645738668183101897287707313517219103923810981141387894446864639750358126083692639837682548305250192071549 +3436195357834369331471914469743643722462664355231433520254139779344070714371148189113613561574794491575113019678653016828154505 +4439128393642435861391888228862161582205771186938296499633571218847225435482241772976029740807151825694346388408247223423817081 +4171338859609192030035030504936231948955422469935021643277709598491047020926862755743386040228384976638566676326191183360208322 +3510862362886970176404175491659583359746924395962009940383204211293131363439339555697993521569537948812781342292800263161257581 +5726969821251892647951678196842942528264097032325730950425154233756415408461741348237674984518538018983212811201588754756679009 +4778823499024627173529601893322692810338013854983738107737211008580929848242105038076828712411467725165215358148210018424891037 +1496776225022474894349628318466731097093204838845621769757160832213029122420309244726997275518899114578190401052089674878889558 +2150627813505105989559012023523240177523105542484058646465606833626398767902073791909228024464129808047176621447241995834760361 +6052017973982660323612282677894938232580284277106494794233888932365369180563831962638387127741187828046331415436706723759407894 +5180894648613337149931873741726031450761346316713499884971063033267583243155357639761188673059015634957451632776491096066497095 +7359097724129074389636668836328680896804756391700054500433769926703593431467797993796585602417512809374217324038244052246360155 +0320127339112689809171849857331267778192107524355671645529083978652864384633410979534318842451250352236642968028403645196181521 +4118883887076525329129847815663385510560303081843081502700312066224535446821931779450723308317216723461024137619749777688133771 +6860925861993428345905718490095572908986315074234835981417267582301259888782018674341030424958141289788351602467046638469818924 +0143824935249223588362256342022083873670928848969341583470612068807101099916137780686058304339569283167254333748135808339800772 +9845042645815548051061661959342234028016893229602886364367950621055704775648720419681077874002883738984453187494339471937282961 +6185757617018491828131168967624272567910874050935111978401025105754755523134728391834040088198125315748002405260114662632225537 +0001356522238346600683651153474644012974963965580249070955634679932657691126596449770936543341015260416997826513343646145044283 +4828874167962259991499503673600129164632862005208870245173240873585329607224314026307889603968799682624300985376989091014318333 +4168596789573195113960639290119776051474016854378309232971533989042184885619296187870057410925857690307120789952188315701548184 +7815816015467871136014863206025674274535612873638378381437080759117487117954420502148760971346576864484963796596882357424854163 +7278776070084196458814159988413439534481041061939764299982929635630954177993909110795537307351830954498765311432170571984412940 +4866643127910829515007652463394937334032003939291631862785106424516937511685939908344347334073225050202328398177347110978277589 +8801678473026832588217149008639268101698714830248585119117348101801713106570301483277093069752495633755950440945309944552577536 +9617526174545226424763055218268088790352736241937230497521917254797890205799826169553805927031554132395993133419267021828416925 +0588595739388380595646159745519694245103070425108579498054959496392270944865180508024017295767451162258748775694293117545535076 +8702772928743292051022384687311462236447455075709507160040356608423402093661525464261088741775321017969842598962589897299430978 +6237136476697160214138655273076686746008630927947783830802379210660809805387482347921808311217785296709410669748246476297410657 +4956721962293257951828094615247811594706401567441027963919853253912294488061757086648296894406025064932611868738979275806148213 +9236140986639524620047147846000572917224921424609362686790157846221057427556655153843449488971368941339909014048314921826442675 +5366378038534835924469785482056822213525701444985254633404597205774596447015868437597513680309327466710395924280351223623339183 +9261759487436784234076954133371789265925256106206142125748755816777807349896143234487553341181444300315188799020606387261852065 +6449231339989879656134113568400091770993505914272783860814830316499113207580889761456971111735531955653301180535329421263128180 +9593132987957417462820592468596242875901632353771559986709766159903387546786798526051530972235857175987208754226458183961092508 +7166010270941368051527588903270384190676373547534758318035208065713808112773649467017099455130795910402044915843292687098488409 +1937469715418217414858420673158652244798733546985659728265347906685952080207655697652213278741491999837300249957163250199620558 +8228542398195856592161847035652366519403982135370687548941385579105164032051119406009514327346290711302155896619001736994882959 +3637688922930586118891425546901071630399830689323382607140358997300211646909715463890915726479319114588493474688432142961034974 +3846092487931514115420051603659542019430636869539365331821500084544038227936250365288930517356505814134292254191756084661422225 +7491630641568207270697424777290522332626816338241009039782131614678232351819731901409187134000842000166738975995925878926795417 +7070750968877352578247753117115107850387026880348329157736320326010941179590211312594408978595708610843851283204781916328035469 +9579425490712849875219973084577346692279033275981940434988363957383909743141776369454560267346747976256694629456374012164182136 +5715566001611830336152118124700907641876141203182109095013901373890817946278609009427237417191831719001170380251629245333691467 +3777911831700858846402803605902436628175309291503492499557547037759922326055839219601687167716391664999501580752878380637519910 +2345655297190543682328955031766959976133728834616422943753268441547260728586436316967787919247613972239277147037959837372479832 +1264917138428370036605146743753527478105136932962495735773676134552135849746496312485051160777893753074748519890909181403083444 +1019752269689676763134331558096188560591351764633604225395078892173960817806638672836991960044167937282088675278982806967963563 +1646009447412568269213391779579827953653829284427738902923460839464242874336523939561058096952551188341759036552715805796071087 +4514073980834947668053426086988984219335479873558292410478690803080693664498437799009591988658726439726875547569087833595254435 +9375888306479510358575648650751703046541164954438171217850843228076528589259852655316343249086105052230853543970799873699798265 +0497165101239642555970983822927664186264700494353584434852254137560612395432178721562325965038387864052788810184396252265391565 +9637587742861000445296706995627451301787108835157787393998256171661400401789319408568582769562951011299994449045177879050273430 +2769638085862574311449284998834663396793439445498698446119611616703979283028314824805123683773362437290195603306996434216889157 +9746240352274295235857973544138134283682808329702423798784675201114018293748073782256043515882634590777226313897991318556273667 +4701746730536780180098002090253702648694901490740529266632381315672027202981413355374788940709298520432491519903507229198264330 +8070148149525433117389602780506057744721609297582112109576333690538110175139908485162827329907610365996630627743121137187293998 +5104791573207818901442004558359267736381147580646586301522698902268860041597652832411905302035950359208853670857974818287006889 +8341316079342584982610662915730694074266548963632208359785240542883719157226848170269734749166834340935627403531307648991671361 +0980972555646214322144321439065894684434469993258702669138171566031352957356377641038155398195278908409758982420498643103410893 +4371601001168990355540734973104369357289155288304862691393888938344400557230712070949783924178880475136899894295722616103660902 +2650480054074532640486048424756932242389804525662345983096982594522899748828272298964877383316038674083325253436014966605240140 +3856519566975050055663208955514019483009113366052382153385562181732228724721105677879336134186949728875130780075511950816508916 +8078373724394599222427487550133729616625008462045077201670397039714132392823230257154531053190372696559721189464062559107218427 +5533555275076610788085420797340154399319379967237990930040901555785674670104205199936906742420190549652702261090687000720033243 +6220111323366364001766649253557628713894497231901067623752708357435827393686138195041002675760831950319558894058730884453262921 +2672277003207147557184524907281442713352109540367339513087567600977008089227949901291846746947778742548425956666175882640922513 +1341364992092721464190832131115386139839119999152547728030982443332120739263533376607896512917871745789498861904805336640005368 +7658494769549719799407250503812834345058648333149043237321838262779633765459673785919568562329102220327192186018538985265090758 +9891469225677893167626557199385256479464450147340948798817312917938176509424351376822942297600700655298360387396846679746727135 +5585419624514115780086956162546737430419445855772977848266264876064891998070796161296726855803937113862539594644902156882096859 +9369735292641205270247208512449851304357935258980017450069350537303506725253901558161348011161752800022469320895146408450548005 +0250792460158595347750598522833094847081172052676835161342784300572879217498951077354750791561533069799550859447965317570533329 +2215924262194811929293333565918894008757945953561673129802085846175034801490539407544733104736094736753035909391436637603434211 +3003828547025999647155773214469770001753156334255534694689533941988376812539304881256890976599139258146884644045613614613975749 +6800289970404751783592624836999186310592737935219914459902710041374388930994677919752362443845898391179354567028930335795630336 +8505759963363966237797610984127231223565214326257640335015223496586184791131912377414208061741646388077399037761412502229212389 +2367769534630970786705110465175915418118488516256049569042500049966228999665875815493320452276993289094558376973109778079159470 +6740493910513290939463082366133739451516673396242163998658427933891438988618879026121788841470475041492666218138874169322768351 +0357303411110414929271994301686020384849443986791255124503432672170825267728337655437754688169388290097504447359015466216468554 +8192240142847884347063706580178899765888936207019662263339819670804657575316021484690040614562949295841542317355852873318646994 +6622263158780477778507038872483270954479088649415292887077869603719840994025710565546888311161500807362774885446004022146890733 +5176307819234962298055575706826929453118700498832781969398229886642207165799263179818071674130902753482145042794765741675062383 +2751302275326116756435072977812989216925193208517438463427139377868288067976273977283764655073728859395428187073500573181560080 +1845833119022235738677681522695682631533441089840982284202257527507809093077654733824218731845673599302802574363126193666185391 +3166900131346963127277355530406427740614776135936937104096485949875917688047955787215898240293170537866227146364747857832752126 +4669645223062976703005533676266421855057200556768903274559944244985743499257659816488004923631139517399183550005987669212203452 +6297157628559223790562907965128004350109267209905657347407682698178194211365899319173140023292544735908289515011446104226422300 +8502054721545809152280155719799579471628904200160322267901551608506906168294064129630324866997658363940456422902104004108177137 +8611455694956943077268590839116881863962149614279260195002902444128093061737269752861412765172102748566330731758569318211290162 +2118077432186424807711637317365270035214176328074110410477259086405158562676552653953649314850972984909614735542131768665131395 +9130318975369645829745860603018652270421321400871933193989890358079853776989047665775272263249474986926107253991947206182591757 +4325629926598371530112760898633445089584186304063488458578614511450976053503391266403574144006236271752461276059535144816112805 +9310962691558816998084824217608875970240851404516558899699931821439837002656912679683111747809512293159335274051955163666587739 +3902386789985655245291475443305453851903636698632422663873769701394003436882941095444088054500028643416504275287739285414766428 +6731684059779922460344447840778233714899809573570342484286950672469381242333715669289828470432847009362616600780028432025743033 +2276600041430073716292091375271727222342465787797822281415644677410001912257463959430983836963509288786612692459635796134586826 +9782224784159961526251458006646854715817922665126779115397720973464372703397941849152840323345005890646175543131277561028472366 +6526167561528291467123805366888888939086346365110568387291388627679455761130295567840390067905361907699677554800553539940686367 +5318634933920742765367288875699774586510799452591417236786364826083325845867157040527831875773026806940962750032015566117391953 +7493598975572064199793468603272146721884132503560554819191261369489899329392181449153306365084506335645635211479940033483680033 +5666857577286998209607341637144223997808492861427974015972123407497307671199006287616123632355515817115708130939568369663610192 +1205647133800994070282776117664323692713443344045889466640364601504907846992739340462456897562574412472399343745023522153250853 +3330319212199788930516095800858918371890861157149091660451404495244272634139073531985568539542425087248882661841548689414190274 +9339962909966865014181214015249254327772461905399600921043142492498857240896128334661531817157722725029302364254696461600120855 +0275915123664954327692393323944686811113159039391999178218124646929218008261416648150717574114279175738099624550954907847794987 +7571438595941848638134927452374529897917662628583906227103605014116793319790628080501185855732090732338304609688113595225239617 +9130230309512350610529542991215174872450882806867068241227281773112095423160023040208987280292016395893990306260033588936149291 +3745658203217218584383948667226718968580182712181973947156555599253392240064780457939033740602796118129681262618905670233538489 +4412418271808065273371380680584774737632471892264742468899650839254371362867805781616736426407895133489629389395846145646724319 +8489210495984684333844268191310832723383161085211929007986759567690696951893569242504292424131665261321552489038411809330750578 +6574010925786704765333558400961864682658986685222505394734228960816617397028634600968531515638569668302469579752350128387282475 +7078834237219808682337835724461339925697109440081470255808977861161896407485691000442893960515108700590859410043250399284457162 +6826005017559754965121660973424054878627050600950197534543970583792709158920574211453104472613133226055927030752116724686804441 +3714997658728942284217722016417944347609973564690519305766123183125986230197933675112901682033357194516255841107152642532141304 +1057671755594723253182271537993425618933500230542903348744403011513962182314508888904498037845069539547674219152154472098348463 +4167698979868847784276420293320039606112408368549434641654634849595716003611837153708427260322734964264330233981684490094968636 +5842205187892994596332543353231430273153910962730263311288493948447613898642287416656513718409931065308355871917064045665758537 +9483067464396684153711784947324331651250593602460374159868530726671454450164268258494437853338327466263116015842104260460184775 +9918327983152500807062535153855232542858746567492036007943220587038833257219577445237712255513226337182088357385642452970244677 +7796979178949646284046620756567408638628381588842960380640158418933607236535455721736245193350129856456748190582611676103108397 +7474868470568488770868160856619425486013084529184753412392811134951027143914884376770407337322922148422893409126222728159404831 +4025970172900887552972543571216650363430374550536726543515591505239084581125341961497432836939375430662456975979411649814396281 +1376673671354389313333179969625064091561856231653660770117134131024861451548997992193443491241771601133879416546391689721119253 +7812382563778834433247309068407407067582779720037171842393136498269365501469642413788690972515921121053433102407538535462479581 +9706575053071949026852790205126415890557321745536935615519559505631029223517371185086529237733348358256190743027438758336144576 +9006414531022472111125196202814342278375571427110180645405421603811535358205031055882679708681076022342218218061708622772715466 +7014411937404524372862470846165036293398376604107823885481595132489354330681978934995519374885800444029796119672180751145597990 +2217635875626883098820646597303117864519547801664674186453314965253480085119898512655154794357106383983041271503641895125251110 +3512252235837181461231288315033867607629725036297297118913502488196313074376766607719647753171764776345290627421411392489636355 +9367329989873888631983207743830247822211335192876356701620415814984875713241717521999471919347104942898869901044085358319426464 +3886932632919049176756333953836633255259101098478704964812325499313834184343270599669768380535271527046781188364512125103089728 +9085400532850996923140563913725057699601728324308946983801623506065312434754540522710960789580013319731801582815683477412184104 +0482120489559053393661539069411739064074531226478250805786509477678364657275374151794004014104036094940006833641747026194721664 +6223030054108461763808112515000136243498515799834948548188322786124370768805042850586372228996897524679407164853720521651414447 +2045659821087414454414430804224189873085215197748925231475200893842348103097879724089151789730563882183249354356129862099874841 +1315828776287414001746118239879779806183081196189658013775774856212674965726153082362347461854112895332344854176341904165597409 +1213515137476784596057537684608135941219538557595828609988436459029859804112595309586038750020095414785054256852539919216535980 +4484140865975650257767631970278524142097436320367062170812973468859967284286099661751054315067110058820945519136720185944895374 +7742692644036659798892433853855040190699363942257261289132684570773772398269153067661790938476854192452194252168071064023197248 +0852041937859186893599452942342756186406516322350714595377388609314520833365297395472603829432190992959559426685189491282347057 +5433185143289951693194250541689460837628217616946850778491455755537650206858581434235195035172795441448516354831307931147174885 +0450942348007827481803050062279398301950579282155758680606572572109484512358059858330484516434220157350961537316843651345720503 +4380803663067690067136823238680695720389449212682650668097530448778728543739620300359368766106338322729357455486494754904098461 +3264642960305581246967575470210497486665490038206044077023048630121578302316138939937893860519106763145890200076403810118822241 +7107639168089983991587862527040150737165433796689810859573435301169366192576251898692883826389304101824844158348543802249127582 +0669598166832510431109943775944521732861864105283325341271770704933734103372804558821648326293865298432780241079718755089452707 +3568107971104085428061715527742724933050823192969880425640410593395489624255402189258495659521212800172822796344882503818407485 +4194972547530169348356862971069263077075953903800152306693089832494384056021498593498576727061441507427007792270872575143948044 +1172788991936383893646302947517752222941032857029795292428946787677455477081292410506859204482638074930525197495818984377516119 +8708727404823062734669585099177621030117278743659596151369099005394128728746425149879168020045121622056893025422397438542352826 +5536557575335193916360622332260209029723091397745281648820143235533928946294383911963312581783465260511469849131842805230470062 +9799128949323644060685917638538635211442541566486657515013727896653746677089071768007544683389875228688476415065723679786222857 +5615573863935839938823973115950563644124889855629743447770458847381603667537087961954383608440966294356327727154342428403717584 +6135719365304945156195903748702135001035781887797234160617684449358873860897697192990886253607384422197173334101390229305548708 +7355386834242660296627412137907269283682869702323709426719706244145140528071269497974044139621935732608883353990706800769609401 +4117824188478783409286690916041542923147052848706784080198351893505523979781915688089182588499549735693880215954821551279637108 +4670168752285459430877011145545186817108898834243886734027847064654587388165854257852169040893626949216503073312235415138548138 +8311486748387427946913806861679281620866414231742557923760474181682196182819449180979395793050862114181314437692082443568986323 +8048322367949325657177291617359572925594555792044926031542356556453504106573058251613848469630469333674263842694166478603019606 +2241419420107086119951172130953831261301246015464350985640311185360710868324911647982596380951605647282292847958812174415734380 +0207875370509633314857109554449234589264638078127939118196136645009058962335018366740029205503954796978369681506112588271652726 +5224125202089733016629542238144949897132285324338195131993745529968240465385054246763922445031407439625787648928055552616882109 +2793536617404132317781661381899391556171029177272445009604125493001682989300317084296686416290208482553512764370697922889547543 +8188433691033017668731418898412943576673580084814405684350547059200277266867531820522833168888834691511550304066275553413432816 +6069781060072723977215798057681530374205235352090719032425665651313169145801463663003622748057443073337332287692516062915866474 +0991144941963456299854456491439712458220412985735998277280486665724362417204461793739331274746630407706323572187551658131522029 +1128985384630705817449509424373236680198643102398192723995214101875334517122923435752591437827690137749416921444994412824571229 +0933149859869844034267514737213635247382994476023098139584524288805316943149032915781109345152673212416893459588048333327424649 +8431499800476711779747358632413776057189971388402676768615975922425552726845845057116844980552680355154340958763735731899549226 +8999746969039035522234132566990886859367771300359825363759150761208120895977530444860283076544729935781975800213516901282765869 +8578384564148446021966192696855640744733543364607326875346561423047230035981121889907856300901288650704791837601613641976512860 +4782737185453902550739147496508870329447551421595794641391271174654998339963075546317914475664543351090858707240517793471880344 +0532832780888888968522715514533732512924561999915854959906252640056974250958067417634581049729155174966017949852499049433553005 +1013570953208696598838952288133824762193269724513979589866416713036164401176767184475902330276700096926543877198993766233942302 +1558731482683686439823710758826362624215320659618968974586082717778992330445630506757688512508423035162517304559268454636939287 +0350643207571320038261933704850349754594287810435189119965241800581118358691680807766625340717143030794170306528880710869836401 +7542021244067320014248296046012617744009265286583021536650506535157160764351137973007620114482584140630719966828687210278471738 +3972594767241483050839240086921327315906881022442251582254034730627668558044239515436332898375100074941146541911588915186647677 +0697122022586499143860386882839929813751234590790881003673047769341255221587898768035294711863803910391010620206350075218304635 +0915512582808181894140392610882201933416172227163788895549745243551406730258634514282881847090763083210060265428731131498145196 +1501512625884967191270103224021116637844888067197984181082849059840793925774486252348044423174920237439188586936474269289045183 +9546757728181045784907692074408445085975750656689918729547020741600264958315888287557582915125013916814828453001978125724956413 +3762013269830490722798916645093224443451891592652341999436840113601558507630551284115296518475712532341410529593546552381421688 +0535075660768315265313017230395001783344059304089071262026544062275821507449160749765605530180854702975356649517426392492153632 +4462229922158652059017569592409947967925255644154395071833612619360534506981545280294824268624971434641426791536487863590137885 +4122860079882835156235088149203967906043976190683635109983922591971046404170885166646247578979128875141127938069850765269247014 +1129866849265718274907637855113066201183196338524085201233097892015346569822121339489136356302467977157281536251430774161642528 +4989929495806193845801738597980701228751796772240750395477795189154079611747433960930484756810247462060407330702869333431213592 +2584408285550889731205066850550890247663800179003073740079409662955268984464235081016863796902152306425169108972643255331837648 +1846495490902027499953838660575831876113795963871581292212984733841932116361051031722680807069640515568611052917719380714508500 +4730368154761060853591867016650935034777443474265562879400822197268954342492544791524055284219250660710445080227842874954141063 +2999165237216316240588784731941187402326266210523501276042349025855852110771327522344504598981978041650966736224822421754899433 +2237345937661408885897695793709671176319094949111986436639240560063478917538944076082940836147591761497957719533329126550091001 +7598999755791735199200904311392506066249434460145555306422386713523721542555336766166589674039359217816140532997872100172694264 +6085462229902194135463330821695657542854346332891821785703935541518889566865952336969577854576497261635473651422862788436766766 +9330926718781006335569837395334762725138935227106710853342363931868717426383038886351253414292607302835343171708502682390162568 +2759725885383603903963134803626246023341697535265756560586925977858745569648871684971845885034365173610581864076735566479105747 +1316975221277998480665738247654385735782940591833339656446094875845628844928541054371377477189441032462815404076598890156931227 +5084047857098057061549088214576495134500797236087647217879151791731034614882352668503598335757353547259171118367223224526235321 +0797097525215466425082977546510079918770199122108187284931098479825643355771575695825936128687263528517399780086601002282738464 +5882108977367740469432474363253310136350409797015594231680654761034810033039280285322415385168502267113255563957206593967018787 +3765499022319437900072126982943230712423709856742749800481145115762174065774560039072882469409389283337021169962653600686979665 +4601581997618072107980461792417647044978305789885381659804666757198975786036139854382381412304035407153678163339829269303413079 +4804720639771780250811522331538529037693400650190090078194406321327819886301852415216493527923345326577327202798642624789731981 +1262413264233591997549583133381940611046336903584987787247990058376502498817637376736904140547566821566316367905947287384644751 +5776817509537024183629053964111738625804577685331848301319393405578215972673272833105126341165662081776587402862223607527237841 +3028857137505052452119497280084550108942293030946862851209526606327291674235480503744471700882929025765105260116471991605614081 +9340100683840148792620022922546803909003134351687693370396127613819896251128556322124687119185535407506368947843781106277912265 +5837860085277971472343245356960717599185735265281223333386501908378356024658012834775741482445665420888316355875215276412206400 +1493889817668204302273257693995210600140074382228307911629842034054862116792315868260039297702147104111933826341459504324514560 +4753667010660505615221578575743422389046538837003732162433830910088895626144829160559920876420293005201234062697339903600869729 +6354021869352141987691776069755076073591529011311969753213483772524805097648788519425735403544963778868397356812064242294599252 +3007002284988957442402223796792807680185699679494949671140500739304141518373349678385232543712822588498429151363366914067465545 +8768505870421737992314357883218463757749966400771061631074878673057982116800200818694276568644501192730861238043718483873582182 +2517111306024948547742611078204983908881805478217286398022649611447119014425201196572509914583877236045184752832586045682283149 +1376425079937583047628837215348969478849396716756967260659465804416943561566523910593617918317955498182529845524570831173841723 +1739036166752846450279902298627287438597800774942709861167238037011909085160508767640035085875297386568223167138576660874567993 +2749444684052418908020211162253183694144723421354516311236418763218072849726536005435788876083510665834462678112083821685346156 +4979778261313034734593447279308534789267778320343662336147199781647935359075816167778411424508493052174895307203375091235720947 +7206632108909493796814807157234843620292819404196257674170712616419318834035027854762640349933755746419728237290445935893359476 +7972523340752476063451026561953128800722191374241698295085331249527419993680680244353440653002242129183827478637542127263140061 +6106361246560664390746249407209413785337414934577733325155578012914242942249188259728108681483189855141297703781608717770284437 +2459983080689617774602481236618573771655193699359105459132425259318658958293509205828433466503731104595644550263940782605577596 +7182234637562052669040625972588934688697821675314146092726738283785184154736418695256280074985786382718815935852352072100348316 +6798709996334119952629721938215622401513286500076236957073743607147857811179119661766817565585334251822559283874472847953361475 +8077368484549177973605286548826253514295310845993496549862916394171225254015547467894554807332772219846678815481086218479850253 +1557723569466563274008492657223419903746768944164337126986375831639044695750746490501676088871281694494821017358352031765251392 +3419994305802489285895038983304368890483549511884971605938842543322203428568381657097437964153561863023468226697072309642108698 +3155924019915150179568158859379848450337436841515789553391587979303261228659176045375192003213895824215877498665997186076059865 +2999137472267175701076913261675494050812219217526275916261893447733447516002165559492227300890776947227359067981526656072673696 +8601098495166116027734424221556221472614130194797807299983947972112789211510616421380969053402247170620773625487954585201101683 +3246912051329707460282887222043348831157339566467828142441386949856139091307353393247884498427787480035549002968948796358423112 +1150576199110861158548115562719716941558388002376600504843363323295796185489468606412792484061811432762347078760084900402466948 +4752997880608034066503743367113742314926769742881109939696550927489876774818149369014784149716022391683583701555271412269098049 +4122947315189371954201913791790379829165934721428116210038908501041491200253464990161405881080768468552171131345401309484164251 +2900730978305956981781132350165898118101889333020350831669690402919195278513062935410969054110767363793161548411520509850489790 +6317140142444713262780353377445709754525526526100220931420853524029521161445026020859823577131205174501439000115119816705181410 +4499991523210057790779337069784661258008182657881453125037535965670105347302421579889956188914279278573529309721593121892469205 +5508146256593369763940336135259800659809619929794178470062048041370071430831208645554427627646035391559292722312680898801625334 +1648967526716449029810215023304697906807519889979105852637730516484206305531886474058371893246706713362439898050285759339179316 +3759482577410685684593596493926547017312369150876917333521714609230709447558843397643743851645851153700140054595127571231949538 +3562024855350127743440468170916592187245116700044293261821848456699166330596624128415577062851344089770503995251522564366175797 +8477766635255068732724822778949890633417123111391309938080502220545229819981424955190249946666498348138015162432180329219887241 +8326147305998052694691664218432203744648063166741259109591553998325744681167769329433557902221338261010505326465825260282053606 +1089081066369978288230079958586716934294819087031912657105656191281125863299636207713663767265987214971817617524167760055475985 +5956659161052521449892118359418646820302358805073751690270525811449427458601574354728795417080178749838253936083489079736869589 +4756040554221482987126925729358987605986625930694194674956898248814661136244491613548633391179640626903451535330197156879634503 +5269657254348772763363513450959859105237330221730828709908803147787150002260299247932869706456162552333441429917744946610133738 +5165094570822740809419687589443353580562603424278039485215120717937567901150913213688361129548604982677760158365547321585786532 +5721986004191270987440236388972839714531938869537328769699467486823118683325371541953906389947764104960444262942308606574783420 +0825423274999976416479179163665065444342056794814403615470874263539258759123358841581177125724615901000777617590704389294753780 +6742419699812742131364238655136167729098672287631443854160975671169256136755724718145831652290376122821890697634805848496276496 +3900848450956356316829187800619138955746586281240305331127062820418337136267131988611645101253214320267600642044789378308027813 +7768142101816225544376840102775693516634889161775441232950103285109025549587962218777853283361116377890977393111956211092720773 +8166062372469258701826599477785259752674604446062893635372304334593302933414637458058589360745838888558751703330971096452276811 +2564850420537564339701047323195837094030546459418840734199428562634836997313660393990033302759129375346102025176996197579767609 +8872870135828449673289983810960029335233706075121561262257287764860415827304140209641297619500143080704997500176861691643727930 +3523914550868909381989245660265536145050317774721868915147125702074806836551953216452075481799528663908105214114354861340552001 +1593559589951778598427586959614078571783195940556392469576085221648989891950185568932203712798348499019366215767685195049047391 +3677450698912939130282894253043150590674429032380702463421683822229640128060377145549638924052619130706857319423374607432012118 +3201722283329551818782298921051193764095244804825793425784091160773607662095205922340014721050275267634431286245410339294369403 +2407761928636596422414810603411396624762992445889584536298033386878386163466235099237586521069756385945437909851885956052776101 +4551892967264629771755662186507262378960508623998075765778878560332855343021946501189553259398537769291592769103084773248272732 +9106997275950792264693136508466046590049216555344492329753333502148103978681698340982507624277442543719542272924397318970160593 +5003643337652703728951291818235842005801228735393820041591928726474748137284662169580644065969190131576241311478203049648965040 +8986752392715741495979561841249049222033021019539768600866686767034142327899022898431650915325022449300084738502689817549514938 +9360763437700859982761849014720209991738148978736994931574590369983794309597034958260372656270656787930070334337332515206838552 +4451175037964641122624713478708404279076794770827862704532161639277525181767823672699083856308324336587319988741595847500500923 +3042463864865181170367979354550819973787820266099597727415684485159423697903917044701020373206808416942704276522208882269559354 +3048080200899219985092787175219925954199186801590258882778436766885446862979938621696230463254471930200991285622531815432909506 +4494465194385245878424876179842789271630946260267264275467756829223006003558035998437034034758226419782837401641627699056717218 +4254906820448949384513753027180628971432660348348526219339979967375196656324459448972917993637121707012531419527163028051764969 +5795056709264059459045347065077313003930925374715251843125468051992798115117609874425243624614071216341941951333443769594712905 +9786422961702175763231201440570153261798473160575498751716552119467779736203318520988291431980397558340560735449110931384906041 +4425505790631864513694023511858116075339628625002969403915799344384754821079679161200533710912237340094421570796695940926114650 +7558163384552078162151051048460153091046870543482529259775071328325205703384361917997334121827387863984861026567298429845774499 +7024151222382954834390823993921385978213128615164507102313528814208567079688499912070171914927156859122712993045849060653099070 +9429307166946990362134229731057708239430020956417601592711428461279614801214510176796114831132813782448589275144006367262952407 +6718941975166588281116323921210724119843734085559061091993083658912394337924185488399990441930203011310984521684045028699686488 +1289068200800732284238439423123562064066343303384293220311845805205731603115472146721163687728630207002750751276592100892794448 +5346713601139175262412572458619231213504622828349869740030359059521925593845499598173510818770588358689016443776827808183107359 +0509643523301353915236067697449265692352443278187907371809463832094767055096167823904552345535023947977150405485951950799761287 +0296312146861071422545805752124301678869184550494728174693762162879350214577985621448093757895707899661121270041521839117379026 +8409726864010205799722565483699810469720898682668219634727965108320651761711145638969114309423068089263623838477654883333920986 +0701982653061769206880551891091640218809670563459796391962611157072335109465122237619770084725609181414534082646884976727487576 +3526106930335563839568672131933814040405238902124634964052890265269753914225841472646860370300002991439661062411618062909298184 +5489284594499017553239845981638823575689673477128445661568350850251951827238826810782941625211567718831490113495662231409070347 +0761858518186015339779421490664354210470217380607247145985104277374945800693689645130689632481933731656998223732805590077884069 +9539065740290512427091282228814664586680546652097563995149483899551962642839270109575078586841792310434801955703204357001468021 +8203312934682104375075307914019684558657139598128081066927393125488596174624606696359883862043330061635166484866461998328167370 +0125977272761404461319903866680344397363067561278546743044165247263103505646656505183679223334371532724158953424891372755170794 +6917119468055808943262561786048361427010843965462318965409483983665658166958859076133376429071237660115286920877219457193653148 +2210582961962854397595552344204221218872408837841098089244290975638461916790216426889841183579823514753626176299268639366257142 +6938938279494808076759108059141376006848614180404742864748925105751439953802762622388768762467629341123548099684486115445621424 +8751508911757378238494838354486964489105407120238937324611137021997266296685725619021335556120419627792798600024754767811910130 +8942964732151281745754352094851080075271176779020939272053185795856508342400932987956154784656391491859464794187568016580758549 +7093803490558017110343856896961686184727738060163871518042243290379067462803909424058805017311424240997471204900355661374314140 +1566736119124005628798032033275204642554171747963659618881718232992872787295516246973812659316873285663747257448232242034285446 +6562507237663679024109994426672469847713139656813945226527911495634070212834050520202668179078431355382392103665110926728808163 +7163337093376914471075674332970801236470473885515009415164064219689152465011362048740380213961234696943727976782304542628115287 +3743855222420028553131853842508021542825305338712873483864679766747424043976484573734764155416545908654414383080932700776375519 +7834242892295013548785979422302177591758705851513681511359120504187140172485698646885346881713211672798953029529425679446990175 +4633893183134377338289855331963450809211760110920084232081216223646405738494934518180959043407239414117561447413964700328518217 +5433662660787097930154056128793373805525457327147412372094936236754711564146018693671222546348461125048100620268398154557791577 +5116486674264823893675387799935762509658389400995246436075653037631158518006706329179420693907432583221559739906432889568752110 +1646689708083793966601961846963380825939768409816872372745312253381435289673316700861369097472435861788080748455563750632269991 +2394913678196583770021969391869849166343366172108313828891776494450171319520427070741615104344197304147604907461161478146821535 +6970220265997137270733854244424832298730380713169130932100655564124041223879414671509531965328454187192449944156019761861229509 +9043786409994994408835814038392730289274231805044666470305971162880140578631950679277309655392115372566040718447348800220519568 +0260472202194716089247619131312603168906540268723365507831041804698080034582459501938467511494620080710391206340388730610940838 +7326118518322238969330571001468796819573761190336351214992854388628577544497438052708919701742914513344327189122670316147267946 +6390506784888882547755768957113718192319906860888999507544967824165514074944084153555022322181782516106164395236293833936377054 +5714641021392941796626276072711028884736425391454865594302431453743809683815572479844749782164523410744380979378894640742103628 +6367297859579910614284261237130263461592389581599593438725404642412171244089574507753692124870352648825973497683300706972608091 +6528879643690843406788232137812536357500339309765626622435903074816275044864634059559694905228929605192781404349845940406623980 +6885914653705063359510874305420852766939519431522048421204491529430787666838710231728773489324489696476746687650429532899868255 +4233440617969212981294448839630057962261459110072028596849512767604956758310477460111261843845740348872559542671712436710774055 +1508618282454022497140169566835479909506224026572100667557407598641042136865104440157420255694196211078208396396117860451776365 +1507239834904105526832362883413042406464314583874137343256081467177503191240584039921334732134114272817444512404536172921303844 +1462051089737008115697275867129401567569051007638125298802754342170903145796642346081652330045536281219892265708368809837219879 +0453685864744973901237027525243434738854537803039815016737120599127474654581496567442710142699846446910049480896669404203340348 +9346689990227089014642019407223078337725269644715473933462904642091284492249290308972584444368741981346317066840314608857364424 +3692842182371137943388889815198380579665396475153546930512504814795832691928659417816231253704717088404598973194431677726441667 +2526815319204901006066476270701860537782781626529137506566276977867530476935375522834441559090476111355166836264357254224488482 +7009126058180938597916312502300245038383750490075362057823728327394777642420436778059817272275806207554818391187127829756177915 +5110816584935888048243109800031765306763187568267294316288420157299418121619714954580527036028226556975389796598626288986624596 +4019814997533165299992337612192568036796309043358811887855691200355299547444919142751489527995336846485123932685995757878474429 +6005599839728025790953582536623365308961400544193243119538823245141014368431208016452105852057876883877763572171550179791872562 +2500356597670124887859667877622171934055903916486360738831160634956448169247221568037938498171280531058898708454833291828495747 +3109569215216409575065435532987897643346725582420896049058159554867798859087403090846590114662541568279219050551516019161353868 +6185483127396494726368946515385004646852626975268477683334752638226219119476553266373574505398051454753329418244962919295715945 +5344724458607009080560091971792387153222793929070066348570583467465266923727598378490443838259560132593811322661974372369019403 +8458407692595863178782843772482279508788218196221474525584418608306184633515880367399229446502766746947115360332883675953446527 +3121980707768424272697486172479450164639268792099956499632892432254994295106673987928794494946432347077043928557939886000171261 +0577050269924549664323393933836052936324274196559262739026908246179444460993650264121746529145829029909925451248158087279201429 +1182711132849414035693613289891027291528838438771406387710865605582990490514444755922132927296236610194750925496351082081251878 +2109102647103389955876851996958955042517697886815050668367645651505615553003883543425993431580868653965842109551601532047774323 +0249085151080461985544466651926919056622702235431604488689367549402288274733008707563604434799848038664792491456040962095929365 +7278999875589390549123015596410656975040860435505974009899756364318118677742869501641184521884257988494124371969275324199080350 +2143525889485226056728303512644071737922673006177865168448238248795782597126416756968158704999395137061079007456174899879867776 +5408947704672811574519430929617541968994408425732774912564950806181733784295540418756875998713610000715279835936333399272549796 +0046618750251923685648324487668060245166359869535034556031423916249395766390348943983259976779662337330101459084587467420377611 +6066406518226332392745642377882173038406100184159399300600456331777383902825125059202230966872433187523955621780460854740743440 +8412271363530715396852912523334867927661153444730211881314493834485030033457029175684264387115709617680689679312093978999879040 +9657869183165570826073481937962858496613310115706782423102371799566041214554100144472536538085009196821977429400245149738069576 +0816241320499554734167424446072196247447636657341202004109886635882777290094614656786148313850718338218604613751038747577375251 +9117319836426478794488912868694112364734778843674655117850629082666869083673489067903986091210347641126774671760575626609401765 +1008118532396406153376026525242599592034858556342525818569312902010080131834952260460690347206525525021427489641699256115948329 +9403478796471636735520877378951136546880804020374976748551718084257630575582778549740221982719791953968237118454633169542490322 +1286802823239946142833722240859834876694232965252258418975725767245437772637447581851118844815831626565504328510567619469003430 +8292609187732000353612944093829468343729520826414837631688769850723905562968822078612443055462285102551209743540366646373935564 +6195307285792520347832027057354006551256656817339152300843201008404344101735346974655890347210090580920518304844457209111402489 +6224596631460367862650134161563558944936031773882670339156933695467888462978309028912902276648283451994600576418116774756356786 +5472438323418087607827579818345851863545677098783823512135936630219825008658803838212318120192887213931109375285743757983871070 +3462295993623789324823077363153428519235539388072977171154971504655245868325675529422838022778549930317329461099449011610221962 +5200838592621585186795894021330350557903923860725207306860907835414568816984390887997385942459848064357524983387010427408109850 +3373256185275744974070989354450321389766066372305525693275351316959271980719451196548752519719437550201627682282540860722912254 +5801613469773755028551251430496692677302091408721986707132740326731209806971448849117149983546378567141073671063743582525928527 +3697803453226110613863663691507092125649804560354539788548901908917360870034087584677937779281144785927759366742473292064354073 +9963717672138768910209602639579145502161357030053667109664830302862052329208650435316813897369377235565986275115675225384254363 +6761344873607397157287860030945733938977023836366529156220217899463330627464716487783276767734588772780285540219618726811099276 +2472361254288850026102274317845905290678407546967989656293686796378605109224367092391377532276351514638630925654015471910946545 +6893284960359512924679289275759756168128756913637757439682764283483027618435659261867805209746618113123871290501000298928987223 +4604230631532001258913408929361874112508575772563457725381109205712576762498230243782724863115387239822706836827854691589225919 +6353180226120522335706585585655463329450214403091956830465201717296254555917557791034667593584676865134148740185250129625269812 +7681527901091326113048786722462348325784769942754780702258059604458735745233803955056030921585788629283445553041509260093245352 +7309220586489676352977698261496440058970947266199089765873965038198042811288461602506269407874212537834374031596895817266480252 +5671380781713371554805278200673327258182545730441250958579106569242653773093761570049297046722445961242199585137608405012572007 +7828486850550976212754252064205756489990487555478160661135559387233240543781534504267534308047400112433806739577979094229507603 +1735652617764383585639984486995149658650155492118012228612717608699086389981358293860866276067465797190676060353147557719908880 +5809608466540093565672420660893504333126497209645992122475383330847359820073574627113129012380682929130905963299348891171922548 +5002869804918377770158242860178234038771989441187910348213084777623351555039769099812484337067510542127104020429900993982081671 +7709207109088318832932845793851072838104821066587277352066221192004565750065851231562111055731251503571280787745188052871173891 +1300675988020851714469995143129598445432183378365444739669948446307812357058373524561004834384315759687175675721550162755500065 +2986343436898030807360652672895860427883496016032784149587776588259863806298337541233639409877580883769111783951961729854269967 +1601823981755766290542611869833989750039385604668769648848238807861573337182702195579127745245081404264493592362053024115769418 +4107102716492675980158632893016973041072334043127798725365792088221597132425309628489541173280546793641323966773146909247868755 +3819683658930608253697914654878640066261793324512623727802178114862630064529284630973855427311675132424529284212748792990550668 +0736093271588205855246000014782826243591602482151161574269309829561758900770381929089531747951679154943426373942743857678907201 +2579391599623221851200754933465381040789651168701188912204464482208095449667962715138795642341183881460864419304811104815352329 +7570162647614550188694961496075537449438462429576197619766568228578156257291119319362788331980002153009584790725962518357588642 +2867301400919047583578998934993306274019943104502333712247027666654628326692485228040996686989047207277332133939435024962426111 +2800118335388070264161106773949228910777957160444174345990380796529948251126974186339060998840435346432168006747571320370538154 +4476893884627071583698402476874552862205711529686822374264860104226019597554331616506435529408791452032863624032022777509172662 +2387360521387922188586138212711962601419570169405135474539424296757638201501368935895796012267512214174579198583111876438042196 +3207944223864976640314026742675529342045001292563111065130367748865114709153385711357232421423093197866403543774881366812947410 +3024015733350974607130082705448223007580421749047845265584744661269361681112069541859763264352543531462633691003101294808859592 +1169692162436061367720119759930066692678060291627161481443668541634202666603165593913992477700731194838349007676531720171279849 +2751165267818731079924541076614810221037738242037928099580658966017244137214097278777683446450716576425458106456674343770827281 +0396856995901845858069688500739423611458585131275613789773338642449531843526049135797567793850609374983112677866381777610197584 +1531087534395262206112602286543697479767208631357778942636385138053327121554947922895001619615466561594121066079313165604153569 +2093692637556395792176696765614996657813671032355821221008345920651772816571893227375691474134293122057079026746734194976675858 +6656377492316720744820927448196522955924434793647944766092359157144753759050894426200065451501628415477521405487862719508590906 +8342026934212011048128231645702815266555959471653323962526192450377377432253217447538860983839942343996469379287531744331673799 +6119650763732836889688973448048471041648065382987440098529987344461076331072134069257926150018448979279801859696456939951283072 +3364756734455969829310248048507921203362218977909063710162344883654504743601191459570909322659994691353369156210663856657262211 +1878353636597017372001364702577584897453891661198546393569651046602221858825228640216854117340540870937305588763063713204215566 +7246416818039080901692045886943289879346943533530756863194707455582283075691686089441132581902594229725501704594144338085541945 +8508829844172609725721048474190455937918008659794137613216237230265268215971845365542440688734702896182248548131537748110574617 +9749837159931616345230389269791318525672049015765330922830030005687071010042562156668767526231766645728311230400611546831340883 +1042438692813477410787838927504883371438184111986343392632454033632895691282059130126453347410816312739668264804223203706756562 +6361009275683200524885847104957823290376975509915625274519396770442677593644815139040216252662268629183385844801360269251220612 +2229763646114181877287927118379174699532585850694835097303121614336315830870465640665166803477820913104310061050902102789844598 +0133060603914382154852269620976632642294770629603193082836985616373167078617561223317446714275063351779922957184196466970884767 +5219496051735919324804049698971068904312201333312370591154056704186542719979874616042547422134608890139798422893654424476506469 +5309445174646633737921041425428020908437429638540244462052129439971214228921839562115695079069371301404828066341916732725724068 +1929599109824380789046935363381838679112048207357698712063450869013602851026654755608800829647182811384855047709407638244169874 +8711156655539521674331213489806723157012020673218852893220562275184063123762927470825532953422135931696172529627131694897868313 +9146092529763359061139625016856546857269473202244951373230403084240273596615596144680054956193346943461881907308435567570589732 +4427806006379233157431109769793014446131865605460452718401487086503103098553754737499082181376863362004474070049162679495304786 +9908319411586467759323529251895892937674894302534759585448543523471481019079407250526711177578259561097423457479183321229451626 +1131371780154610377491766557592293428206914537775417828678921143427727968850975607814254333398412178045797967112746828184963972 +7463947060005178881443883529993444944563705484864960478232839522887114302507061077267547873033859704180182478601068253214443547 +6363654733262110562720880713693267188885990129857236073837004378034866347649760844198517835526780984480422568814264124396245788 +7422184144089713717140409869475766686474514248637954570906655127051840364408955207306296810118720773449322716315645914875117890 +0847277505961582786741295462154437342373825998662718119420520873688904858163025326891259732777158377960920534957757187301680750 +7127332835591365255818677928303920688285753363566564622227243735455708574607542891965353908456436608550001451776173990862992161 +3829054399301597187964270168808949938169540225900414534726047012413120885338161369990845308813286961059592718025627205221770817 +8092148297686870086401035932812080011392424084497972356658952923082172309746025699168011915919281009722984056602687718337362402 +3027398748877048907651150695381083835937725004446873842854430149618594741819924214123640276762016797602129360641044263480412772 +3710143070992584709931252199044234825397803955966283897640299886246679348943101389030142066287790993761176511866201467864299707 +8525777612726675246376342834401281272453399310074719106459898269090225065025922311415205451670630902470074176854745326883762644 +8262544278833799829033118364917993352082125138925496717970983928091600634758984244372250880458595883955890831596406628913521186 +6897853799297275638235876552327431216883341950745982036695977282177864189708565950522537254131161076036929940837531981536512451 +3213748658129585636531039879081929302798794268346651462737129452506002968774313717689240477017446831448952135158407313634350442 +2055874845167569647361541785365745319937172123917988776868257061731415878495755011208403654576322652419771761741735204486134128 +1873586980474608471307789365974467503495691071252149719435658541818854563735190343177059527503193288117651496365565656653307241 +4168177432498780914163093904219938645313613562804544457122557236850377399062589146156364240794704626265205228184552480787389528 +6002548119488363978641919486071068284491204688921592270835983882131004647117906646204653024128798598225163921424999116659512574 +2157407327085931030684434640191280950835140906873052295703366686157391470840100604628128222870118102675339834080247719766902753 +9516075696286688385617312294770633537786940805769023218236327039881513937432194699645278901401806327344576080861704678059497048 +6871189362548323056223946109945917378776965980493422695153032621053464957232674797346887230723234348508681395275248458966927875 +9336780663866116286377027773514857490216582712388958421219481975628619943979311778012113187699153459212550397452631591800634557 +1884225357321516913996913776484184458840279457439252830670922733976854064570789902403772321837879511792814698370553104269506613 +4608342183802630938543364752477985342180204673563980704638103829760160093636516325877632052705116775395863314477370432360214625 +3293602222611238360052445923968119215574068058661794694301159396049393023879006675439325347420522015724464971518661959121953285 +8043528468318108109054413534510021714964009352370382732039845180887830146914560592175998791412497342760924247174793888155615218 +9953136600515251517270114445026178472065320103271749951560132315486968402879259134348096557033081980214662985678737805295776016 +2082425869735558279582276249486763021868424618618158613101945224876744522204200404218768513612549469324132911065247448884834161 +2715300790048270780472694746992029478410340286154036701148546125752257415749783382221561686531788228065371707859970836437758369 +6586934570724918966767618089617174929582836792685611937969070528242452974277966964414407164887044841543253218406757856518905749 +6701113102105341541135759678684819193668388121785636742894877294681466156143067331027856246686661690573758062813040020779144644 +8573371736029851148801112116958518768083768805313811181481300256743484459392633904102235738743377368774016975057841718194084994 +0319902874585606893329741100525933056084182554392753427931707044407179198386674603799910970919558297811591565044725137884178871 +3211448717893811033719443147078575334620516368575812396883003880411447512133976398395409888756416803178312866623025053382610669 +4561353382089346913344316837392847914820218419836561651969690056195804908190155708078402986544580149409461279682788447362287221 +6541324108089851136771616890125941444979071358059045831564141967544312392874032082755961068514362364886944531733042486972382351 +1947537457345366294923388536623305727166280503481566200274732091551547741549840732121496504900782994752246247415294786133670139 +2790662270964346469038082957923935596601670431239525874522807293008957620170868585946546458722568195100218646703049798761457890 +7207291855021167963306163201383620528292099344156171536132565162121580753163039591601562538194503052311054883261440201088776719 +7081508994123346370534091387062163390235318525916429277771533969354167555829004274478142845946719915110847480617275074050516329 +3008933084371763781228021375479207498806120584984898188493731541257384657224732160257247009445015469067201744844463068899016846 +3400853085115213814503196501389761175483359326430453738990669485692964833263969136641748087708764716019323095274097377414065683 +3262060508094820191682139681063256834961825192399541866597766579614721818676700322392895466758698832928065782064894903472978312 +9760920512587884215163543988536526156574865982745337953096380337326849623081010538502752692990846114093305595114511445577198415 +4534258782640418619628264506406504403447005968106774436451122846867047076694261073542029684272737494317052196031968617018760037 +0005723042928179923030772189645554654702738582913437716383318676665447081003973531059059732707456286646505439805283337167567513 +6867755898727425848664558154624878031288945357600827739272457697556698844756274091214882872082839937589030308224565293706216309 +3727537228724168866963116807318580861851195574160478712150379828696545006021644250770529425526279645439265900826286791538135930 +3153997389799559939607422587882124977791743840140703583207584629133167628782910497529520542920062933572958127405711490497737856 +9067474435390875739488758031979945416769209293461704806750415570467527973320692921500611307072408238071671039355350126215323195 +3397087786775809367683818985726713074834263187298828458889483102002512283284602983872325517586754239568315454503146853407356331 +1156217453455804570907455838506537271360924924818686966590633031323668379608702859282734283827376245634390166587981939981633250 +3412106433453184147582934702569648764561354607002098617356742259624760387826342970038831595863063739528564750876654025034114351 +9541719290749487737141992118412804491779799111981476193385533300689670528815189491502637221085072487226634588032661043056759668 +2892064967147629869694614423619676513067951679311770744515022309616589783655846699918308471661872732172650395986258940991120106 +5144184865919978928920815222171229181997238748998964019938552954342118630154574987629428918689878418879411760377091395290416344 +6885105521575830610256425097707534533542028808834255387318107287078639558846084308180272966744285679093270081574095013341117481 +0825712842225983699546990461215024477130525988490880256409773994103713908818390693122587907689102651005737105310805023272218302 +5661584786775396459681434880691492087318430940497979741425101788956553140338175653002561188152737818909816437963790481976018401 +2333796064755969606150287094100220527676969430567702969130345130599373183629780646448254004373148786027781444947828389799036231 +2370159800594514645060430450080996614777495906387714719376787944968432214762676658329959973122495250133837956302119421564977403 +8812738504000258149359611948440268119800977088619535948947126735318099451090706379617772423943777604512120621890539370786597632 +1363253012488373680482054568974446439190725621429231276569324135313694462859720454323916583978487818838914751980359776090418942 +5309412448985837938866251311974802939648013868273488976753659392241870912692861488024484868367836148433592247524575436350374927 +9969514974899115014452925807661936280550953879875740514792224284344537632692977097082883985126798768022555743127429841568583436 +9127480468310694537875735497900079126170848463529624094796935948030072227221587835070990509651876620138981087391650544865276910 +0663274772751898865701481848764433338510687274568588217413099134231887382122648096865873338497066278774094796953376828006000126 +2223991886894820013487780739895880221686260123953688255289857284508367990146047269272253817887508457566736245360372546074724620 +9022913659536358863270572069247332195356175380482645548420742634480093147625717187780842180713151897503373416116801897541549813 +0040126272697263557284035143648280938089213881029883862911870694532327995219687847437429389232425351493591671711796587562791256 +4017430425461987380494086228031466897556783584467938250558585791601061306591861372175583299944343371927286490389555179774602318 +7872955211264709896492762009841470583148357109101357998512705454425930076065324016499469004837167664624659717653859578461687235 +9667310959423600740682018043806968632350609113790915003388710593533872466670325086871976600837835610439552558719613595783702236 +5280944927395295859052540423240381366808883628148042644568662154130067762884915257137995873057791352572012021048384019627522811 +6995106927652578556591681036413486142384921333996800868230237202393167717311762878194321699747706337864446498735182883503516810 +4894127087101054059360113153040095596503789486674685811347198640008673703554343464924312512011781208631600506972544379180978661 +3653914862578195810106428140030210938175294156340298752901536901851573154592330206774109827394766622168822827213223926407598523 +1752287994131637967328932739154812431240663561508299992489581255396838237199970478414918524473397520840434054432691053868383392 +4475254299662836002489198880413157763837585826054191105485073144949660180125415108179810953128183235091235263489809711965370068 +5618413924400018858280428271296438533254641173714166471746748160577329614446433367969692047250196643164558060988866789634419083 +1976673569829377798715474066924169354140929130742194843186922903877261219583485904128878654906618865153383966440192899927641018 +8533161119710252096705226091491715680664590252842043928311396400578644885931777054299394359376613317844464091496561469756448904 +8685184190096699452877940339075889148354699442923532123110999704074604303853725375307368452619373244845552599196580274471194639 +9829578543429362536437207266353476212156141077734490396691958840205815483098775874456262295189398128556239354143693110486242701 +9970409655619169147931181826146996933740442172396548865369872311637351974239103479278809874040155159335694067867509786798916993 +8934739229131395268686186934227620999682967502345755750450754377980375485746895673108969778424574385778481433357869228670933712 +6403853140387575318798294898252560753364466868740386419346298915926350400035543680556378607221479519818692502368546406996064171 +1053081251212324305626596587814428006013451031378599825941680949090154726066128761151070261252589982556578267160212779194125716 +2889755089191961889036525987804900491217472837363091046321293846058934856253393138783914577483067599584740608242898988136077107 +3871240659195668412257855781781704566864660291767024614816347476774763467463583115867939922590382680508695307915014840948963808 +2822134512303137695995007841922537885648949227095598324952993245073100048846948118672641286579492473549786447729014913418849577 +7115799710686817026544023974604506965289044028358314166807497671714007777434113787389629694840769613243261303424414900494011898 +7392257640112536311638754807439431161718219269700164766558394503991923942217206220355994391249150834799995352874004008637120732 +1738169836253384974782709569139552429502554327170357536474522232448622509720551967534903770682965229229310748674655279819812001 +1013488426299593714852536878758330763717657950972685023529624029812092380027913386862035092137102088651474613519196497838916967 +2365712331332348797178741500614741133803176085015200716152828860157706088237891249512432828832383523202673780925247731837609823 +8343543339820274706718254393402391405027365642281414672601521735599554959777377014041823630157212633295524276413560148004499161 +6041268421639300061742794731401962219148955309257726102832738599350862047986714418077392903665425072627420761149419742624568473 +5903163798089327161860705456299199357142261228683379549747158444438483324626130181126533716219751215937033507622299908730009529 +0388816251038799487192843352437014500990877413652618253793690269472286848421450299377527429839922951807455986611893857644960410 +6747097789593097432933016398117542211434597285816625911203020562919342940284869769635598001370921459163969583961849156409633978 +6058253598655377264266980145151402530578841715801191174134703632064724433621375404185347776838645447066321662228541280092856110 +8706460045506764337863851824656889505997963004840404222919355019179623835893581428684583324979366713626899343900308968866457307 +7217115588869155277775561876870949020701337732105962145058144137569073157203270186719489063643062743100706189008644101702506879 +2134117466607949382162669449831544904500037626615605917490932121868589822502449721652777432598078974018800021624932345792700743 +8772537472143251033025302537735317107162425743475413816038506301465925279856675607449722802889718409431120703912286958510209941 +4868004080038983558128526716248086993854257004538122139718459319434617070817759239833696965506062568522567601751636677225399970 +5772707421791629107161650375371738241195109244751411366251362152446624847548801413381446956815082676765934768156267696685640257 +3337783332137332131442737895629161974159375156476294489620941247396447219121871778030180022268049183913926389862808328015747496 +2718665162373177306261228085712460052227574664675638031209424855973371465310593845908878207798419801473033533102851536608498988 +8594650062259102571664509669089099570629940328720500583665382040942904077679708565306833479512196713193874213822763114277561821 +7763922398020531727099680865423760176807414153322182938644853758445162559723450312367220101572741122819976006288279862925391533 +0609418074163954317311535425632639460543917210847556877142776065667429208580080239400632276304974925905306867007809952150307911 +6324798067968629831501975773028726696101515750158909358262168518496428350181893495977033603403728917956907772455104980623840611 +3585603421384321409739580272281986370246357840985885096013164036482124665391931947880815558360671475167152552411643258730493458 +6674212278514790724079384829207583320586965949581600859999150201711417012504831581096750857003895316139028753798041233239967350 +0724838602272073110730847467620546382405164306488489590470927625949743749910925230346070277479842393578994351426637786933239473 +9758486324598916254826474547605389356962763994905059896268073096288839687527478615702716618454224618511400537520151578922366430 +0912492025822760544865884599694514920137845684369437041888556762598262707248611887100015044910247510922363893211117566916277207 +4970896832680655065722060515676245073680441413700428191825160119923053062012241474629435368642857468208602093702394160800952368 +0401643954061460061469538963715677841733067884978557675498904356226239814257513498478706711931106662782912959490144875688684392 +6427801429230014330280067244320390813250002494116054667882575684276220510978170909405937360209445943389405620264406898441269151 +4513961131947927648793953864754056606418638015682203461287515973198501950396575668694970608763112445843545620657603445132209084 +5756001157040952762796856519600056686459818285012859365932754153307811718432937457957972840218047257233193928872388202493970468 +5745171294650962698731398420701143198082563097452816181021021324846599968746630383827244381072653879098831871344995918422668994 +3440697357810684087609635992103602934958412129332726402190737073092334237927797275626663021730679412659760103153021222137031354 +2561873488408007135940986273685629006346887762950502897998328704241551747655409051903344700915847431066705228403387636950645457 +6677547618819900422307650673816956131536670246263056210725538571359966918216630406962626983531012334568659195035619701341684239 +2420112802529724475156900639848021386946999992189525298915178531829794178899375316321752347503745229384277622075513609101448077 +0978966580118766906719339709431650123507257526495690738543102142511117335171869720713914484644191091368983835287599510980274549 +7253035688826486175835885694607345249760996565501754434755643707038772708239856393717371875268895624588946691881982666455004955 +1229157575767360965832607989363181678043448764770403987112238108580504462888836301106969202711436540526584606392030520555629817 +4303800215068042550679859587110369621335305905151798020996167677493237088394878180209234115765088470219122388293468346691575131 +7160108019683761926270404198160152789263213718306724711634865022789627807005870451606075994736870542860235641292939358601690892 +1281304446363067443221484815128597038007892955460785907630142069752866701460026126386319238710932447939095864553352289508365136 +0314065667002957866858488765937097697311458242916562733459459218151551894102884025238852720369894804551004088501646041028776937 +6071040163745909418176019453877965601147459065352750105116872007917183143758403418504559900007858465882670700927317278238845262 +2057864431401330101261675645065867887669270980722933655585800822914522258771084932227437807465603988558837727049424395413086192 +0838403065062402417019069366493917705353727605973078124319419683057212743574597310780151384502291168595626908520023754345467963 +5237595147390251950945857498093768496867490339391087595954081288707206848402637964670896124834883491892023218043300933428536303 +9038575918527245239784697127935511565993493329345587370301152888215360283868124687096008034911588337723498130857892917083893566 +4326309213195337889918560482484162052931169753291241688638438611871045719430309380350737659700684663483713556511824284273648934 +4109675537859830665204217999322330504340383531423575355281348688917399955785319877102842092110480808916641344634371327017518067 +5976571379562477291805315122658077767583602698526304594638663614898936945525476463455648126285604724437435096863798048639029149 +6805684460338235182637901097297785029718931952225347991353757161498388530429639352729227333463916470311358261242265252454882149 +3713554069757475756235174202220726685159145970448234073615786797869189321230621988473892723703610057245772568034893831333824268 +6384329807418457095553971699330059290079181553384702995369891469896964859336812164228972258241580918221240870171611342340166996 +4238496467737330476039022845048701321182330582443048269767680094107459509184801830653831569366411726902088279531793681281083241 +1389317145760821195180078109186551396173257466092123382087137757380977821227017398905747777928583603397479220222412134551964141 +4172433396133877482307354312025003410197620920424049031355359918529883398507939057731022302176139038905017200234464598134643926 +3776455852500808911518410528880591214453698534859661007977301367112639128608957724121376845610991533136565527742397972171004531 +2169236758277228509207094221732914621136016542832442557119974462763405873279434363734315812872035133971702886820591857401769365 +0469858184126033613406108887661308724723319896168974862654713098974773391394034562612379275030863451007736429954454094411166680 +6170337864185847270755623945219598905895923685556701346236877669819713556924060508835912462997027984549870490684576221788467996 +2684567926478205893568909529013411584469062508988939792621227026970772272619563307265559984083650571137624804538833124458965412 +1535835911469765914801129303385752847166878267150358870063623206823946840223186885612380869419340578863726545596738437580294661 +1159345796279619020659424502037780228138063084481952522217422192474814460650570150288813492963026126513178935693001157815213888 +4115255308469968312956667592729481570942886979872098274544235236610800153069537830562688683755471055934166523033112817689423559 +9188936491751459321231439471707842349428821745374698747871010980962280880750506886802895843191246598782044554283344177438872823 +8347722755763795357915434510354216096329858917788023158970394599943300789945002208151468416849121549451743359325575523192943247 +0386458822265636778073946364464754663546374429692132747455551460488109624863176490317455770854516391720009905789081791014745242 +5441057113825577288143510443291415701276478572336349873718556812697918623782132025707841689574266907977935843620901112527314879 +0138974051576176017602134330816942995720273624834286549509110307443436271222852721817459586302582019304440451903755250893098006 +8714580715983710618302573323538613568787984646210126690769977327196476888780472811559022322326994280966501214045283109750894159 +1238724204438864658817267118920298143255297575901621515081809762078906592560699017605054545611366055292052387838303773046414151 +2117880548683675747162798543936995265803158300313026522266732130084089973850929862579530307924250791678839458713648131052866542 +8688866589649054666206289287368847639201089110726068276561807440633436849032550737263946103998593920752309241137169715090564726 +7992366978913349109203408811669845313806318145335482602504586472079577960741456598112230859758567892658655917499886892820156294 +9269289344377943028314943737975747440225464454099585770665233191895455121597963497469457088101021828673050970000696324467074275 +2620213720505096912466481021388401048520027588680889621938076715558063059090115474427731634806419367474059903683493740456083416 +0419258099585668206386510983923399175364308512576355916179825772896253917529784626455469847416203745543857585138629447495124687 +4926957394763419387802807256844093371043881188012601196274750577103452141865582262123425456983325248975618318937642166941469448 +7745531482212763608085822252151342022701776876422939982991937310338710298056659311711100694774221511805463875602371671771107991 +7622297042918195524581284988624821755976081656742322232878212092814401063399047757727446586120047765852193643525978220488403806 +7694553355731009082341963145016321622315287166497298675517840848325124707270827181601834343475566034855078916693975601380159131 +5691081048224248376219969516692299552551684485812747394911625377626308622713328149116932634160209525550974738125918251287523859 +0467965216958213222976523551707473542482226303543330237484038813545187688169900375790194437313184877958505335015185533760569003 +9313388170020500404223350587859029392425277844920011385363704844190916888907282100497715918895587428711392085764058004531043856 +4805593106127448601646584342013400666164278454947086863410933724954207481882298946080783397578430480735942749099815836074939980 +5829488935963766897295398693976065473334615080031996490066697080972996155867227149556928263586779745098746381741955988476480256 +5145688238158921108920160861540066499070337742408273263858244236306539277333029376512623358171655471201632148566471544471879593 +9921214229435926996318797357630113668084683534980450540625624914828693276400997437801995497337699991160179152196384869788686202 +5452970283364847951628816855350106161884215992345914720345452469417460755112437907196741570679787585797744951997013243245883760 +5291067302501955637725509930308800308821879902449540996764882569862895237545484938003965194362900224359317192536398128214213941 +6161982577027434530385173942460521391267875161999821213546453369930955209737128453903802184733420666743600784696394324963677611 +7259796660195828763104609417030954701404550411856256961919298349416990278446333820166279192694569999689157318159650815071786127 +1409252775006780923895660512761218733793242701073753044161926851887250329246949307610371367921483913476091276544943910212219648 +2024883815854805620725646102396569531338296559295702755514936293184048845778213281077499032309766928238274933799920207837132838 +8210747670883127249029109720500900846638073842072735692712299242482036224417598293305373767651397688387681839834164347629159924 +6849912340362293051521285112884702937904971535989594393302698489020568178389718625627324020502329354706893589619173731210032692 +7043789553739208010357759707009160597258827438739048435319844873364203025319025627611147486361041079291073784131340379802864271 +5630517567000455573262321447961724157507366377593234074637396775521413915860857523966422306759381837353927621547514858375348648 +3907374620037626404876010563369584978900791842626728009855287567645993864184962785602670934980414501849977057712840353440946698 +4146385141059123870591051497280881668008298341992956096236493101498703482256305064373982480667690632647788868461225656591267014 +1968850563894509480587740368883124473858275653505054105229249423142559298770511499954927552803754424222038587228379761857441343 +3593066522032907759239532950409720855609763959255411331452747381650146615224156577229227092417969990679672022642682488460230666 +4777284684581020086703554379926122352924845140673649610422757744893763657846499512591483929572896919893136740342514388775709356 +3278001195584405224574340518455727489287475412287946187833805383833415237459010850315390550944653852931708140442412147400013062 +4193626826135963841422031213601650476649922753686929704940497664287967482680127644394472418039840709944058706759350270065888771 +0496707764123239353916969348556102234417341754509205481354601177831190831135133718891421262586922485229955848858284322651713550 +2364211115463126546765721277139380044647678205497997698025656179147544409871931320460204274120159204240964415234469912669043171 +8252385686403049790333736390573303996823129984313927885511658858105668489196273816414521496403236288238282761677474764476093781 +1249545053006377773498004690990118213356171931577992909398589918937522320753583797192061779831406344206481621920250152295078939 +3709843278222111715104072968292537550135689257500851260250849491755576197121702408117922267107801447424437466479647604658838505 +9854374828488017805142065771759506637983062326803172669751646781389776006196509659848336558123328010610366919010236885546271093 +4449279473317813512456203547757437510023295240020059908269371826627596476653671730054696042131496333128833416321765418914320719 +3406255777740484368806154865989716577772954696365667763046622581695081667791363935783289021366520297269972594689838903064379670 +3971992965532938884360604600128828768832371480402617473079458005449743185395881312301575878592825423836990732749119210579499565 +4964414428994770524920627355735483099389790803639808833122768311697123316450497548024460387672711368021069867385676748771138907 +7272947208705814863061836555172890754692453812368615959884812383294177521377885043762530023437311935454983526848574910569784985 +9715236460972266941105456775641088939352379849288420663874812734503948765928906653066695278788734445614220395365589281481052985 +2219149571492569121653088856413977750911860290899252411873082297287513781665034941515671551141663335672214686872998009233611673 +3252445083210515790502427230581525204628936179674886617751355536540130374691771589975236704266655393863956951833668294842751553 +1066643170812591610511115847160870442604844517253754311969780356590045310298592533473063715395834561034249527692096332630663031 +6094678693574789972643719059293336351890222699519292906160704354339193005774875964485745420773135852897610846364640226020416376 +0078821325017540745977661794444919031229533952549930041702337654768594140134838827623154832919375367293846998623573154781662214 +7359805369711475680734455906157477769170543397898162106347663466476684547058977605857152935135397794083854436364067424905370520 +9053319467618246985715935346228519691376765059011804822695041370567668817595587435020117179808441224160004516561911764361051760 +5279785887324494559284533174001913906340668600486179364934683183133265522486775587610826495582037876134991475823478304604306409 +3941979376926208894324337577802341103192284179207690346815460983649049917703085665853453770292030524017689837132097566609313622 +0874696648882529341619751279943169854047021416531564941329234495433297775450795376776860235960754121606226960482122943806912723 +4403142549129181418798689888112583174439363438245360666469436690361242515845002333293117928704700704567851599171947638983428803 +3086178172887575667595570158882926151846562563832038255451988723965663322118638716096644911129577785347672668155756960077259260 +7016060211620447349613366392265953857687262706207804671997611538526738050334785125634177152240160503249217159499633364839660140 +5489512175142718110444335510020717260552562939322469369407097546446468340557730058147393474938996409762845800786386613781180803 +5316893398694618358236834304108186582233111640280225864142166804368748966281116139163914774116490280764125236118841244780654205 +7528194334785274348270807743401184076977359005808989097790847628594537909545137710117536079654129720175240043680499382931315617 +9670385576675265565821666921824539041489513174876467496206200652157451658908879498586135223489695875901066307973744711118179562 +9293554881752014067237144247792025493783429506129044867060712220683356640982811741139549073541449462843252209357539966735713385 +4766042719100373229390546845449462827735583320023428894346366740071025652090167656518273656932135482003817661060458673642777968 +6301526335239349282461856549816100522037177673330915447520746670914149246304276129215650553527297720437502141660843474787824161 +8981954968443818080133345527259601739419841565729583936192031325311804839597158161812415269217752774138988523259895019553556494 +1375817110090726843596408461202879175175450080051006863993971804570798947994555625585878024069026053117840656838335462247825434 +2951238989342425774096587516368372195370856662387116086488893532196578602234813604266303300411633704142608233959411992656817117 +1078366109359744038481314864313226318060249081213275603047710120330297564750748020015170091244280923403487005151336327967793644 +2590644710984063836471814396137903631095128763841800600303330827770204519245855428525596893191150792386804495821205935562805056 +7587927489845850917488079723623306056569190541982982580007185500509384196528055437763768159799054085157690272308144066104571631 +2716691447638059359782976991714931875589838509515317643963169052633209626064370311932621633892908726622398410656122098501462508 +2187341550744516068766043103052788709422923668066123030675357066234501008353745371362353282261896383609682551818558419836467474 +6386821883063127753430057004971408049021180273353275003607608462963509731380707112452702494852068512020333193164120541304971821 +6414619855917522699462290111082170337250489881403447602549155371621815281167692543542521085921503446688385053019234090686216914 +1514251753750908058132963706101498627247758343884090328099690893144318542740931341743091728225255850843917610568152776796003007 +0586747600603620622562637108763020672642036425806055677095355709416205188154703219135342081900691181922293308472380603914641966 +6943882703466448671671347942866066071729197097929636191832480851465967168936588557508460013143074231989501890259153468168582090 +5106944931177904690443492972535629421878279108027478056702348421231814228319595001969285380236108675594104178148223368821682505 +1013423077468134180344202453328649263556597230333389978398486618230751510288831048067335293062077986298410020248356624260186784 +9609742549854821633067526470397698241682366743287992123678759953855431672859515457048320102063982700799641338555460645670603233 +7227510683690963888209842085118318517866633639207568611885740247627869030070367221673493120062595703412511430540635725690733531 +4166904720216643652362019185541125336279973971095473810174484610634739482031555699998920445667293351815342116856019765913024721 +0204685598907595748165591866024787377707833163733227729761204199756529370097242687722444149797918578951904826714174399654373078 +0029695243252514591043935308120948291772608227171634548103690625246068887952914933102467669452782090604646361027594958463008648 +0606043910237689889945195721316745105694059044358961433889516172023390307325162841023925000976730946622777686367139699337140288 +6532770425227279669614506342121365572660042996371513972011473090716295756052824631404973053818570282987235859556502147507091296 +5784383703297394066201455976072965897350946662861440804630035111722516300582625065762906422553404492330383168345359661866546635 +7755352359361297136322168309187217709956128684689901207140385336402261861792474715981622821266358097679527860080999492143093132 +1766368206837633471921145548103904997241216165904015409300725066451342178028580494490424756975699571333186681161146526160888637 +6435676017243653308531673583521916536301571057843651379516536378840317706213255198563089909258098489728121633860286779010828363 +4431604721944445862183599288814310892377084499055111017374193726585680550914726436314439993180521094601524845475777232173548652 +8838913044786662722923315829866963645973025803566829523066407753524509752981118743428995908031509623037684132020735808440759714 +6831533201518779101708294838185079163952906812726056828622166710833228863087344104415454342957894082410432960146722394394312810 +0026750412265305432804678135281250107474394107101163961158631241381326874456825116424953228542574854725058161235809819422717951 +0530095666016377728309821374273950714947770494099333703734720428753672558560341529622248519497385032763976784920070775745998492 +9988103492323582802831123529566020729884479858348071107686123450154590877464099472518837056085048970237891379355375854402767816 +5730632914573233372640655739395224654373166501801926999740491530052469701082483441902155873112176686047852502749353152358488650 +2570177044053910045946498496953083595646140791798652856797075918041625426521730745013108556438270557756261535076617672897082024 +8070822196216776547306746987791806776779912117872036753101249436897151550298686891155685227497724326515850755173992122017730073 +8834834453446142095731369167693716173639921382555584546233080228430284169771661090869805523170856183199180807458939980812347666 +3374034628848110181967055896853894757362330956181597331342944383294532319770922905892283292682026888125967189041997170645906930 +2816796708896328193169753615809284330192400628212014852560752820595983573685822703155361815716715825780349446395688288981323009 +7068534005360767613192042797492589713014221879034298952445175191916602695770589539510033643533276163270684273301159972772079846 +0851847960381648176955810985408204753982844887706344041815181406997985867444440863020286602964269777581948956459433973575818007 +7244153065545137632239977736639101263396745129055793110973443976621943425823784182900120559207556057714294191011934647831514642 +6220112071917364308442903062123692544853904143920646475613405698807838684964691297033599042267911174717943845099876701146499041 +1997737579617455507368079950355247973464185824287192636611840482334933626092039322468638416062106707636638684831343949569888001 +9056473674062962705649948566947590595122246493016055906506275120659977645801864949778640366697230510631836906881678697914437413 +9851293934933351435860731679561845700615460829332071112719063019501427379839759911846192375852475742108532990355637732868083608 +1981670764831163220456625777162284911174669042984422665330847096514572430663915704539930674009046717718308791910081803605092076 +1436167228645743999726495063433059497403336540806399989879727825522625780324646087140141119024144101040594738802339934675234494 +4511331339256646611464785947970006064997210981736418145964184001849876673693526718038480153571548117761471182638795979792615062 +1795579829237064976093578272496505322533909223281608272636931019121795380635442871500788593701642237770643966129586714071750006 +2259558543726883196265093171148297545202455060457641437680621020678468079454735539167389894892674876922877875836968284903103240 +5190322659532635977759442475453937445078305277952610411039017125942798503797185204729242079034555967093953206391753749025286545 +3346586896166410527904055884469771043579999692960199777847808583456813215611676699557144873569764821207184084966272170201919310 +8492812746065013433267691323002027533207826063607337577540310499920611687417123621076705455447051576454279273880574231655581484 +7963980271743134112154087260650334248257065896933807620141668762775373128572470229135441642876072741306062133796013873900656717 +7155588355012012778870617504567123068873574015355543463865010611682540901252618661459039457810933495173848721472502301449759789 +6250342428228956319030041026630301654869718238658413832351916020529083012909954188736775565330222063260635143292678318707172682 +6306362489099506339243174369018743275045301435603437084640257826344578993743886263071878533536813315686531934206065891475930962 +7256078764576049009416184871748648772794832357694303718710674780587401830972226331756569564368514137449167545781329158975242668 +5137011302637382277771122596368810380574982751431852882121643844964841634725254405565914232138014950212916177841984286676442765 +0130766950573613943351861223297588274240988343477886895038747758639966388317215304568124673651393253970716618528199527580176531 +6359126988671940758748887099156058290162393017636744749307547677028026325587696225823070273928497980385751428178855356190336058 +1262747164602205208071416052898259778064629199619315166088744120423992672210748461774575909144208599043872184758764391922991513 +1637777143251220955861291729128344859755814246044289400356284088474702731048933137147907743901585132956196475715784684303014662 +2779656199507816022148661387875419531355613321583333187996164541556836852609250800638246651009398874732599973734012124894691052 +7354320128684821812105410562348993616339745664287363950112497961551242247169256027249678322546929448755022227225938009677843721 +8972855810687812606653074585753478301824708270260970161604946179349054120962204468271996990113102973342165999101606421899608935 +2427496334389700886512192278170872300796174251105207296701976843139085003204747190192754643836301630137058164840301068688355227 +3959418860712955101125551436177454788270598656333682307048221492143694319890230219738438292220497263359673419823698673057872078 +3013408623490314068776627587135426768753482653895410991590323095157887499728772798489129923069618646593123822639438579269538635 +1908216328408109211109195709992731650405613610224189255235529994289098765621895894667201782074632616819297670322225038809119550 +0817943537763128333901984566290468707429051150902489063403888015248830107015875323502758058360302496764604163625874755344905059 +7334562477121670573355518606105354751505482715112941146764597746549856497547302376364513456936736713783904762299121613461158516 +5283407076162674672773440443861453333470684691925760891504089347363035836279580135355221825821573398468104182485287843330909617 +7205284306122028970211792875328746564733992888131805747056055043004240391649557442465694153748887961289838987106491544764907052 +2500872325568857502281229098611844366313487869502518915819858430987626410127129066096878146872919622682973073559229804271266907 +8295782206872660046903141337058447164373782585028140797785111578071196136068281762757693333793450310851105370333208052458896958 +1725889330426145518489875923548346134621897254499345669060138933732620752098808224545684009099318550221718273960774029508377011 +6086360263760539829227685105382480409473035021789956560069988221518928563686053953426925951987832850158619577369793062706768043 +4352919017742582830329403068368693550555003865896903349651288061511525716234272382256062983241592888339539171693959034050993111 +7316775446918119981332285689855871890517757525471516688406003916733927585058269512316355228173253797483394637476145877140830653 +4449523419101039158408708904430347733804700552814623747680680614331040890499889250979677397459532347731846180044631683772954511 +8775927277284478472403620186389038850970249719140155845452372844321949705137084066166954690611328982193781479003940799798395822 +7036309001309751772232372080817838422988947200353430157955341599997125428100524596360021893214442902724490483771053395386266905 +2526553722458751882973801186174660169500936459737553375965211051557068305755252365586897544315025598670454207459745656417390706 +2637149880243542713228217652476736046313897745886197441813742086881967480415661410956495847064049122729695529600136287474175290 +1793795271658672504903869428016853432949018555098626397052181786382888682206907544219009649133780351002110388824693692103301828 +1084255129975610497399774428514444229695501619744314654316691842636967058501657387850037557822192693461604997872810120193484078 +1690635325513958119210187262311486075808664902577687177132226261921963946973671413085629761815694454894584772804358916692902290 +8584983060051303667121308176671074873807110361225378981139031261855126176018462516372607208578426174357538994152717337719252523 +4278036428830763724403099207458044021754910574858908048715320547117712294990028756794510860977637952837840922253254728458600984 +7883825345262132475931206135018623229949112586397174487649066363051114417355320278795734783658869193239014023523778761960029033 +8695026444117478979408146585926902316341504795145288358653821833800650855569985787340203101735816503203866669795526287437002033 +0245051742430260486282155254132179648064481192529358125651323989892545661828432074084630060930677773108561342125212783387281955 +1156534912244337917835348237158665382209292463641851049571853921423174805869049378131731211644957860891749912005458383867541676 +5778772564492822262562399502030821202632651082331648596186198421567114506013473886361019711381249854838415342169443696628858178 +4018937636066081000726527827443126701548588875106206226537909295887328559668190334839725133746234608966652449462868965060152769 +8173777546154775498367210355738304841393638757271541666703324260466614672029573295838066643359099243819511379078208545782984277 +3894531584135582441443997552974471433572355979512626259310899921004753808626563585592085956971397408889173848312206978387162122 +4249778224435541775834672279093907849532605623442929414275448734738794025759189569362602709330104719867391830325898742293638318 +5618458472230917207115381643121156657396683440299320861523898119230249426608095966989749077626813445096806473183743262392826169 +5141443017081978141752639960290174384446691905687453519079674615609648441987212131402698830771368709970102768419122745998384912 +2946562140012561122001343127839838295167741172616748608003211961781629115805578417306196780198449660660896672943032048541196007 +3488478058250138575080356458275864826075120035949332139371412714212223138848322951784969631050003335580101622399775487873990978 +4317860282593236100733831872685638869277432762005042347567404549772458118340256499688632865717895145858533810557576307974444603 +1928173630042126038543686101259940626688530747112695018229893249219604395612728537717051374474126617790845613836004135628746556 +6994181584676204860202674587876078621483635083475446039294576324194007589602377577833162510613729896861820149258590200450670657 +9591153201889299370958865743889668888080847094554165557463441635078117012681280739489741681606506751718013927402701136203548044 +1780167360508315641369667116901861812842526826720765686979668702075706357523197794146674984683061754983908320058757429657215020 +4621260027453785113729584439569855185620374311773708057945213037359358758689719104605870656508325190409944963614795797144191442 +6611412529823091494357371703456481103154272600004279607488151916951301067639113190114505272247774489140541745738078452548556834 +8106748866753253878302577929999224844368660368702977874939897082451513356653811013795048262545973632043664542271741351318143337 +0778069182951962287178555694626059563658908945272131830094793792647180018850962827338479100883010796179956428416377824203799082 +9473023880877077477396337686061036427727779399244945597262198872743579391652952681609513942805826872165303709494805916573728492 +6294092277154179951451094865452721844277717466377028709711650186357899779470166784063622634966195721705046717157464710442807466 +5804785796886616339545161571917895816310538794711393196665470438339980915686578699904466139950097093535760550147855823745768311 +4727439998296384114816286463820007469707513836075275400610242782096499770391027100262738743742494025582717951675320717526395925 +5770688225429387772370873623458820190254941682623110262393319797303540835367273621810830554446149103975368995431078077876936297 +2405529175616664747550451981407708416427503988134127731468009719622521436517602196339409678849267725633683568413854707742239684 +1747116986005191343502956460687122356601160408668274191052227378815062922961362392926820216609198684542476134407735883221896780 +2662260497987146574078784874203657867733135048405416920171958838688884627100473968981627006284094098910015991752992842055879818 +7034398681569535649106832499610645350629642323049347631261095876814181084980886779188444300173631359422796869708950194760718387 +6836733703618557086120703365229061728453720426186389529699692510071571231710123347703658534972106524417884249218380254553097325 +9819799847270574690752534052463450597318916271469886310284525865231260264874522733678980911253701800076986898602579299994595517 +9135488779985085378045629972341159746040904128068784460666062698063117787215014912137720162075250475265414449002077183911431414 +9809851736195297213683107966811862847637535801414773082875296684360754325074703853487298740359726050853338447561139214515571992 +1029599022890794387902179784268370369360935567144903247409435981421651841889958031240517172069175107596477581973881408689860362 +7400367259185579353010164869469689488102231791643828135531761198096403804156803391787688285965553218505121457658933398225058406 +5220283029470788325194233641742163486977117357701064964101876499830666046451739488161844284719262317454589282938926798508893597 +4856368375624850629404156042966360434746200563963426632219247842217835149470275034357811087591708435161482657165228727592100816 +6253772836778061529203496032750827006398455227451857109564867169437129073006140463432201664058302222335982176666409479667581160 +2936456922664809261586171438046311878472513284135606095783748274074803411461233988794425470611010249655925624921046206975885663 +7903340067868061097623144373319704434575514501755821812557204930865063397777392798291309341112700415633886191910088310537801960 +5573481392684970852911664492959855735295070104374454536083712417507044706607037494482191236686504544140731669546789850452790174 +0904993356742978486159542255719565213826027717277534463338027027906360296595539148861118855418724089346480767402189286985762676 +1005223076106599446960454896515318564456413560395537757983458843931854126284677517864393826744115625918435152244510791809692478 +2164405990650873094086602365842140190819719314893955030230888932507331906676191911961689961891255808931785984896260979975690681 +3253727014960636085246150995307788585817654532411113862158610700251523142672098671368947509829930523262641611496136611155754050 +5927873322526687970315921879739844277763573086829985560339421326548635360045717801382027508629836290928584431149151932663653210 +4760858192547745555268997678117732829237567270192822266668837972286266876280740550930386549524048812443132805094528566843643923 +0552200604353097511107833851418517885398565041104987050582967853637644070929822812409158588536557876274185029987107810161351297 +8488557995995493390642962339468082402922946581115285486581085810242830297673687274512734725802547502660334048415579446341045330 +5709356062023991965872528242196958896198910586431524813751700975464715731688842846588438403790663597080684309160359805580967928 +1809180118084899386382440090650505696513340627765123157216132637785703218992306349927445013022757227491085193637218705876572392 +0750092974015461540416097560544979024242793468547428554110331500932107320102022511854661891492261408877458706999860502548130498 +6089719190070430700600786193146021409101280174362984471307624705342744373049193769815102419864609660529369826990237068799451547 +9880823550824400406858764215681272127616403736552454898294728046365136835488231881807123019108941139138735003722461424915329488 +7529037321181887616470646776506017170053425836736636947752180676382271801340633168596956291990586642144447067879824547939050775 +0702265125795249993652978449111254341598591409462513412644706330823597010310419837016366205284525093508925291114478065520543206 +2486005489914656200352331842636430195667576175939710807407359823751196926836356542172998603833007594132689750457318477364742581 +7540614426291493245957654051180243018629278083258315716499682711339148507426602166172200768552170520220563426401305349960660512 +2404338617929580850851496148983728094122155851959629735499313721174625488662780908166750428714979229469660586277142190041914098 +2734970584167413642829413555542927092036718157943315563661250374551603827984602155759774285156429894221533968500275418633637182 +6560220052859607041833971976550951076186294969188109531953615241005064465315852535875503380591519469842863315620903120851882868 +4362109461838990069490474891539380133820330011017862518437725479693309451782697543824505868730424985500423739583859994419014638 +5084805381905175100929792755321577290419383142651436157340596535511027236705949268189435276570853108955493181266234603455114274 +8408563281709145363110504396918026400160693545535873614031123523353385515760396989543124701606521301192906747319853776998158894 +2312458699599599230972023213413420672303278131983854442962403875724144311681960596932014490316204359247402654596736629024793653 +9839221740989926513947745565345687824749236841443758276831531279631822480088615812410461505184335496692743570654981097859767887 +0148513962240941032376953093608164659349988907238073209903158402845914764726830224719377417036845150993399330628686012123441747 +5919614485617148484720530134538022911021657584302803306902527053421247675384565988567910916387370777305148589468626006026739483 +7159664152823325316769176118475149162428707398939203649766531576459678350978394525441052205823105345184421463902500121849981000 +8288659993085551546441461743163304405139009826361143974328223331967419739647241073571212327801960556484524118468883764120169524 +2246338306775029095975369446186770386599660011384020498379465046982275031718873753405808637548601707969197710675661519594764281 +9599700671171430778834023658375047244787074487357323294015535711745803913257607799601446000833932736200689998469969708376723008 +5081943791810860552689101511523648202214658112058332928346393590013555144813066914194030280115978731407804149764646197662984115 +8801177359464553557557965020150275317953374369713023241680758235462889780964894972416089799047047809594791811478533742030190073 +0665429844750818754679057503636454736605371676903157540119156106676570191787583727649819947468340786574584101743147082806534991 +3657977605543416424987117022654696293608374996078959363230667155054631271871981115488592293902083994811357408917297410729122498 +1862650934481731910956432936712254764601612734362801048040108459535230079759939514256093409449391542317896091270323008227781776 +6653398313274972684240408723778161592189390653041468423088421653090661249171357282254451145484842067919237970412388771640682294 +4059821256052393643115972017853583376641290368154419793622859038067932722073228138326697082834080833163668963795873824307443161 +4885945116785653293180979216652517189039102100870721593874386070396567484340764036310998065513336640289679790609291581823883333 +3428604720660372157112193405611757297738411485553283296939642822708738180393410023516446689646065368009275111140421244624003704 +5562960052258931350563961074454414104687746794788022658055770332756970270739126216170694306943534685894930524814764997593650416 +3008384543733504706776478261526614225467564069116098586935957253917385357687398588155803265872788670839186222042335779464643037 +3618994828725096012458832876031499829184389279845891008599618731986280732307102787004526300770299430819579608003697211024173693 +9217086377524454012913218100708405723232921242597498783314818967648121936298190307693812351239182876627690699979858904402641018 +6156985750875948360548164905855940506817600324843389599811157633619677210306664432514278405659673075559217581592839918628085400 +4764772987507938088705673246656764726283775492007659316410580014942504090614797117731679264296150069410102991752421283871178501 +9088021494611622294962362961658529846402973311983387998125910749644155422299932240783260368601058914444067830424352644504379196 +7142168355025888186137900382975205885091374237093915396552747486547739152007548268368634296637427030850473757422944218387854757 +7616183325502874293153395715965826837360328123096242771948215374071981140320994435687149135694129364024023152186261051421982087 +2832792230789485819847349814552874874835409931161612591863141976920380812857719621635320076324767599038119716738981834869773741 +2754959867605262800904073710237512445047870616662855713005574347858126481109562377143573312098011061313182520482126994274243272 +5944572495216446034342198294744331850728989442478427239279385418283344155306850003896073771784045248648249808863649089110085745 +4935039678346741118281854023639235666178336524231495974905785711915838245296715638301791203620715851604930385744033263165263809 +7601373980902035512868636064609722029939023536705525076519976556652492714730630698715244783359777077548960439099573621098774644 +6788103237769355632318040401274560065924878241545893694505228598734431875252964572555463844283713282670737691866931493869606535 +0416187164312031460323292595651046052380878338516759425813027437945468646970166296000101963391062426079829338723963248745406623 +0923089990664161924027191610177696764629811421643542437939862866986835556859764272302075103487218202328441244550298063164681875 +2019867260237068480077811032787819165579411546914115220954604696377168121100888419574969311251245311564544879246746582842436916 +6868613732260412990938531237301911324073055318005385120355972354500615925738636280898984348888758911483752216818128353784893125 +4877207978980281193491650735689287510067435635758992016711009033554062927257985428856499572775171602494384045603122508003854191 +5729531014485818371423575856151555802439384687195667542811436864469460636476071341511650757925855405897036006697261458329928553 +5460991959983883494783035364470651652782232918135295761659407906592669701830570881217510435070790362298581095301898060905173789 +7646351028988526172675924552809872541181626761125500157109077472362508995981523449708391893239705562284235588614429905027555758 +1619134181392874715654091932556140391724453901036282239744719175838602787922700433547863998561669814541630538374359332841359124 +0642132589359772875036014752032306706353508991088875094683831897858049315214902256977825841683325136398731544129046064024590934 +8005838235188541103906355513876550842936138467720245485620712847710339766152168792765762537490548824247757795430623230546063661 +1739498737086961685166983125262113774813358028871712079307291894391835363168962025939984050181882718770421839433587670806624476 +4755044069459609604971745446900378189205860081010611662569670882836262612421135453240273781870602310532514360568130085933991129 +7924290416111768289187834903766663006016528601174525638099383915633909474617753311810491476284105443999724682875652267118724896 +5850681695306617855936614324554272763867627188224507120915540200480120428647332751636414058742508052557803594703673781795569627 +5161939368398633733681924028671740682293310854421624725144685852406527972897380355105818239535806432392343196805358469063293155 +8819559114109771559602841216196553885494830284200973490048941610619985614867118986891106961906280843338752508763555675909702206 +6241566490588598271025864796744098875607062200785043619624462705052447512034382219094774621478633751781359662848610200184361678 +8704633729839925740538038689681271982506814499991016892558765319948519205733093865854380442216165127136281006009985719211033451 +5874590475603382790640233559612673482775953839089864470737210616394894296028059828241641608622138456309335058488482647911816483 +8528577480552717173959823507749229677977069134280953275629509898562844929982109573639706635205828305920402590508711781395835713 +0089930344552012906619817966789113931607542416094931145768127062728799915073397115668423507229674038044945322045301649766598530 +0236619236986319774758924493517372212562285619369190213778360087721105343106507409406716723533090029620699768530871602210981580 +4900295631035231554608058112293217835929574133906243363911069130644679986177379278388410792340109628431007635443781281483062060 +4988368133324357435318270787600078029431686121284484541827394881261897104701243599451161363480613963194743733844807088688115634 +5178871803932196297861340370803170767481272576611956494376594793113965439245117335478620700378039639755713637510132362926267306 +1973846871626730910248052978143950536530975380151232887509932339881071793647054810578672393058114957563604971882394961817835491 +8978209292630747251522017252062343300917165930874691119490642832557026684811610939173618238354559097444010525631775837097840951 +8326182506155413337881369137900095820346248710691175947937982923048432643166491650906416257503450243786283464120124419550826667 +6090914463028322098876359782808759824243499333411218847428154348072847658504046701534863522297418259623151406625685618209367317 +4253745664431692653592530190665547218310374995530293912340336697232683775175851639464892393461388136647485464789810252552522056 +9182156878387604674503124667923684369744370052287701241975705851689429509464670883347575783846313229293967680582071694204051095 +3321006971958449910630372247668837211034782309154572655303854890011708581736868651280877351904031869989741999700057554577154390 +1273067298313752548096207203603148138418750927315375729523637857281549085842436944573932481003443446922848528006413314412427332 +1441821872672191871420138772481289303458305298682170739045298765824678050356023853590500427850176428627107627730008396343350473 +1052326101498218606100898713263447573551827490516947668567656571319040829379674136592743558516074455124317265474909140902458087 +7834541971992916704455016525869622512851276565353916338983507230882585013003793323808346566693345857527479053033593116284574877 +6838252895614149905894777313466208709968773989472894570857815422084908815232548928189324969136065895039808122393702760781384523 +2929303794620328740393974372454877708805842222813897741603177439187185228877406834374147233014054610369299556729412885884560745 +4370856078387921623155622787671852014805409807299060561419288539719819906697663945124473843579383816264514077377269614977581685 +3394601383138607507974293429184042736065549935759370359893007688911547744095191909676349245026886870781533913476330551278360831 +5351259816322765307961191402595778339300322026355376338266384698585109900534462235764152505801492032987502080039176402011160649 +6015860540766825761905783450339596728965747988413885573654798343784315606643443103943694670901175274103478596479365688106195479 +9733596316022892971509096088392032363480840038385290255713310540683102401152243848292964926264212842555582110823197263253672828 +1062515708221923559386659794495097841198809034454364525085442636233669203446069926961726048176600711294973993391741061849180079 +9806127623797585819585111237146636415904332057123217989550966977692535517011996512651123910136604576120833852264076101548649068 +0894752723723477938861483316019471992063859736335516787664755140329957520633060255798252299793172160680450787189861312439796670 +3913142052442456614486902320774033281367626065329089488796925098543116615817296515061149179999137691128957532263158924327442783 +4918858536678070436088759702284980929577025191565900433342638171236644159755504144947154030057873677997786393398810399270491800 +8872734106335380929798217774610094691386997739307412068494969134661496618521118209935954632189343140189392135323738890270473225 +1245647673515237131109490917571703008777281273557596852732435015863930630266628924061119974383584899927931767742330245961719796 +6852379757973100072309834676038484260260899346508201154263890305770366822928200041404900931901074539015449894481478124870846606 +5288592940348602075775045536917167753748198797428454287343716300518081003013742004598309648467119358078992444950790157070897622 +6178224434793312241397484872165819485491096197408141733026367177440768594738187232231600889719889461459739097869779145699996070 +2192775687835295828387187709692569714086691619295450894879843196267448458847228413092057333128571855124524447189613776196209305 +6242914540023653075456224110675459930237745861318742551814072907467664681202170417286866153184100097311858010110265935844444511 +5209497239417620919469741474768380931492201661270471587341653498268177621359803201248700031595849957309397980724999380306103922 +0556894331856087053327675958304000445533946185075415894264871473185811965493131424842414390488954096468377128994425485984798739 +0196159676818515225003292466076872625799134390488404188280002687542570342770954127173812843410476595231005479765885421327808255 +2605242865388848411850848235973559236245406311003883744452617685164124063273300160172061005325886640047067612731170493761853684 +3723865217540793835273126631505051186346898929963194134815240955269409964826180214819749886514216356192979128714223656587784030 +1612652380049586827710856241890765244152817303616193799144244842589626119110544403111366867458976947676427002814778923808924618 +3631721504060950588384351554676808360758437911729833313655406741373502411393332262640744499827573245395519111703225362606878417 +1363409383247041202382518900846037480203513170344097014906470642027432914804792692599759592956926861572014354287205548305433650 +9938363167455625445680112095072694438021204263665499289036436205115409602435745285690360330318532747799997172095972559600945294 +3849224957526742255789376070484796163223388025899309472042686406132560940455845848040737742829859477224469824421878404438255777 +9153640594267832855398773722288983227094747426234571630063269545219291207342356377829705537624593717193629488670483397161337722 +4742683466675948276596206085950351177248268507712030644980189541847011659976997997291786802803131893537147312873666734632318013 +0962031832358588577470495716330583413563622072795533159442347186921867618325791765612531566938977664106322136330634216330706485 +3562792846227123177501866289549655646263423972314841727623087546398961182987448990222751356418413165373556965561892665216006475 +0506481362115739578595809306613922949438046074388531145186498774188751322860892046433870735773039483261252104554347599292426213 +6629076659887419139215806756640799939588104500582964705062365481405718348479866775939471858338157222844571173771380330117254323 +9427611277124624517129218643055712610406848999072749557192128496185603527876575966140152280783898310639896801498077008734557576 +4949349263979842274642964286301282439502057095606102606822710846752651420038445554041921101778203644249576817202379962365236644 +9000537778793090403522534841735088671708809700351632320108127651758914457761194719832533167517277944390073544087779452376879039 +2179620974987315833763764525622394287879156162214632089232065378247731638836108414730685627306496030775755582279275263164338314 +9850178620109230660864047257606734366763600031327072575073099542439779650618140023637464021494877439885488556217335419454669846 +7274436451730146692806124202594474275423757115268107978580315116832524063995327727093500514697813597360878942124695394787220781 +8077050800020141873083229149343719418506939350096709806686454834234546620350690053797423042331890117409969910833834635664137578 +4222569085314829230694422189066171115029353200770994620763730497186499678980036529016196644500138184587387164123266827728301061 +9140763168998745887384781477877234025340780171338591152461030018239430263211801503428946233869503372300942372235304400820946852 +8437399467538616927457301639250511729312614497619431195080809960619969552298634956256648869707957943168309430154835637684617202 +9927888920815679261894236713565064562156846670872463967287481642034739020192858148286147625951137420641797396365115772980951219 +3655403238951645285818609634851118279549531888817205406539748497770277166060720853420241694457643803188820531391415953932633187 +8096429698574955422724412934129163958768439154851606366794537099440778504483170647334793461803467077456150095540043989710581777 +2365201968161103470136827409580883843970089911974172408580391996075540014445987053836291636308746569551411995558157351658739831 +6950345059892537018933018077820506883809089865363951638996552650340293111131388149509355326175519823347067351884531383182623006 +9729692983578755541105852708900437725294440871971817004794137742625651321002377622365955498287088740364399525852759257372235252 +4593851734614428386795483124618557640086184414899615960895693770722697765927766996280493365204591488466719654529288305662919475 +0122479598904859751605583470001521191650223688479671370454989314043303051942287523649808609527628133476925823025842389422672084 +3056608819600468295745423499468437706122458751753728982506585826980159252966514250379765257256312249132321573973154317443215255 +1261003464887189939919598811711885508553376196973665253914113359871227784508364309872766800569364687529405313394507842277777341 +3335595614255964343357224505993110214988297629416503148121404268247459966936550735839779347369294370575468296662036041463516505 +7279136021331762991558929156754763672783232261635376259854674650491435829901582103560659803340084857348232939069746185793481086 +7001312755863777334623418958360382433258119385097977803059882470820602915102809159265450380632894446941317444541503087066649605 +8796169740654134032665098260784549928283316353597416172219489498769356834724310846396610790766934291348253075369200618334478026 +8802831163686839169667839421840117736653893219551959966388948111069365662007487678001136916755953605936920644573768537311349838 +9739545132806507773311726139940569054566559814706558048797461242055138311352937387308888484537481230253759123043684421386096698 +0953084370435253065135920609321712138864781756707944630525539032264477854921495176982483322151742604869890730064964430072465893 +8563889642871990807691809483723365775240608384031148556634799934500723149755352447233079304887498827996963939978814660785015524 +4422068594927829463105462477608520539620307156466022889708603842952278355035865136962605151617935839688034493508879959012432457 +1797597440197984699879058451944014171742351115567915351330880426124733117964473476818687526048324044778050824433512831279314278 +3544880014006914530017330247894174199038635755809673971423695196336512713364189925640866570283506889971990951009729565756092473 +7989020444450139152190142450813270776908916050703362005761467814560672206433992898775383186508883181569920382329721780736328572 +5963607248916565843748383716251646836534350100847190837736559193434644723784998135363197913246364668420334826697708573880522965 +3263484959293045146013061177283236124170085863131765193651484251463844732711431227375764646336930721004123585223994485289918901 +0583029668150873954157367992526151571563606918837234329358185868795166989340614129979830550547132857672143145949742222265113600 +7440572366306644814358767338023644569585694763643144805041668167574800647065193962831865616870056333413559981420227280146948103 +7295355536699420073390947523011459995035076225978883439577116325646324872851036992256964558891639573786018094493982547872559135 +7129457262838894246866292831053823350947068553550051302734533231301531811721807950765452389323781067242015285235015915373253500 +7003661686534989695171145431734885832337556123063280208162395256598378269110597151277334587048349487450140097618803853206266757 +9082217774055830430004211027285925285344275476747121049534781396260863522010542259349559050699781590339007899734612452403479287 +3191667292995301649109040619271406402727834137378627737752393244791408796163577067403946973388491815614922007647090321324522320 +2949712664738909367012483650928320008049914477514031653686312257788502415066119921871956279807885221949190218605724017500310920 +3169525625766817202209440542641629818384859195018848363928308881901815336912072399651202491194626625193357131514851165636605801 +7255316665553834762495164950088245569336300767957000036188227515262775800565384194139225891768802813443198621045801692291233140 +2574872647913296219947966169138393924496399035916640976364671914696565353222749621284958305509352891507065537978150518314618840 +1953749417768878991833661315137426428652077503145679920658786397955780176167247358992933014357557538701378753423037285649046608 +4668877807427263578702242652781568611601647436182495270690516771196062145719412914253392449657363828299691513193636571040444936 +6886803557429783411232920271165325523458164084362409904470754437138270784982746722601116409545759719688367256037780110379647023 +2300356518881462544550334413932731049376257074071686920169237332025867743966470152553906187385400688773328478685498436856277618 +3440412356699057087611095963196908710039931495043446625996426055839433344899946522222609944936452224313579344290272586318016202 +8993953982184479368753437594218699447584551919428710623167603425460525558734552005471227418138809891695708393142992004433396157 +1641364290874900167201473644758505077028954784718448987507776152112958786620272578580374033281627136838108776465262593788494546 +7335791534524477898748563122556395894974284747735359153516999217809354333772921832279669823385048414976444462237355621384907691 +2772845418405555209223672772048928810050444241654554863085813477997024445507615114437302354148041362541497074784257678291599777 +7178588655224708624898385615582303156928858845044700179599109039474166324676359828675085010955238472718587302252391630153958817 +7714350463980300266933000010667914572625520828229727411680133017980270989103849220980928606661613727680746076907445089175447948 +8959804988970943750240542329725780454835670277149205665534383835852603494258686925800889072070906952377561912949333090450610435 +9127584427822125708186685340454898072189100248623017561567872674357247419856515640720894591586135918230623264124957308938825903 +8565660274882658423962595807578322116479785809616786494557353542161430392650520437776730973491703217016387298185714704526578560 +9055899627055835280579204790473134990779700561942294557075688923514759353053304752653692669704340622777026507467115119994712711 +6401990429555126633982558874714554382951718476795179895512968275571839503381782370343773457772170386412634133151122279458473043 +0293309378136412704813380987793756861154395548470319616928895806731980671468030021029452883570696897386186564749939824907170573 +1417717547255789991707004411151265689787923836241613415526707758612724058279277154586299713815047231145490533591839466123670638 +8468716387126244026336620863493031193083664955579994896168486675960587844522828676215258682659462698160621004514607084416783102 +1449640886898263771104309544234611139764719954279503593908340282487665393419611852384397377672021450701130079538845214864162053 +8048887383017701836654298226594900075026630240187365178333016065699848058831083230977644940244574444820285738121188435273257549 +7734838976170306869973081121181660448148530318134255364556117593964696552501147168845028313551613495459270535042160362667658266 +1546639029308273692114824601121738207436726090786353640928151613146720401120659236951025944213817893334993036938357931276755092 +3794363877794105698247622335925064622343924657500773158672876932260234127197098205417204884907008074223982761704004122962430390 +2332227732674259579606138447783556533770663844706548255581644643545209413054398521429945056259218551425238380035190336407512204 +2377559578117061565563176922758264522313042429970112963159461355099505172026291216364090521544160711259708331105724128544891227 +6832428920554567726830569490691102432470549042227057932067103955101428247157515420358182404777567376342028775513115385366928419 +4241634693879583625259038169292585038330173637743744110426172931636984875802849325805759410994995655688205543970012859415471525 +4435409455307673255925091284402380740900794676435449835586381572908519616958395334196299914509777009013685912584824599000928046 +3987500940366892833785739644668889848240740024168650731790637517228616861342434915208852629849188021280517196274460956387434019 +9025408507685643206458885320228075047871187183125968258455419735129168110055303698970042275578099161589116560991845557669784646 +3366934559408606275260397226783303207383085083713447307195484607017198247596814686470103165356557218941037264416211493596219700 +9986983198296827970312097410216841561044999906047830934706495494099795173682393665158233220314878778675703926172446242051213291 +7327936388263057744394340969867975674336916032235104437222484250956772949755115175068343392125983148796915268153189466560134516 +4505129238068974615562203042384229709458199180125982048735704933556566236123385106774238252165050271569657572461570289000767894 +3255121682739504137653843468184029546420570010142268916658213975683507187608005044348538495082520951103601067607492368878206287 +4806852545996927533787451480123813559737763425204966730971472301392243492249231539770928832609537982396509758149828504617903683 +3852759316339548366895421554002413138488562983328873969801625973328318967409411308340716647240522981188392227872470754156065273 +9712297766053304902554018245083167928441148337025924749085910105658941917341095233228980927774840543348243226033787592995988515 +5229452832882947701986160360761878773430032426431930521890318903440689202842760168592576826646125537090631410703061420763990796 +9492775501530308620829606600311339640855706549659904872171618766544922435708097161505981598338090549562866490651446857290681656 +1678808597459616937537502211249586561665053229525645425138896011542471614595178170509581277828163045626690556829964393718215591 +7053324203154477437019031580603162546890080238913915157646559489429803976541625693989468806549155901365763128179885048681463067 +8903137465669354155616857417689085085205927330249024040964205952230818210265737328326102255377329508350857922236822007786665553 +2734904576394968648887628638128862963608976988414917192020797115239688653336018428937106985737003652208275177709699892675605393 +2387808386702882349280874532643852585858561738093225119093657885192947905905747402618285721157837466909047447734685099503267111 +4222155360968520550560237616569205752212233789555461181069785768415048417477169723562149137809030351670058489971512620085540222 +4298243051299268952240909211177826836030583513734437502197104884602882464340255753900393068054947046141922743129752936688868680 +1061375462364377985228292590232948700810225069864185759076897910654198361668411325978825417457852278989472721657536588031658991 +3940469338205826791620626804680412258933163753767218044848985297248760060861868407223928680948167632232230076213403901155993516 +4300489987649264460199719443525675282990880539122997731272161031062934060033770185574543151609533413639501738216215062848675971 +2177118188977585453528133388279985990921229278769939253605657684059131396416486258985713207176129279519783451725740599907936598 +5468202247459866994978249422059052436184697608003427416719037990135361500297493876720017894883453685240892163318994013086288251 +0775391987748089844439257445352687468561143051750745275017026626096588861151466861293340177217020485953364933966278607508804835 +1628141832107584076506487704333155316297016420320945282094351104594402285535278391969212402643994113779520387919087141691462578 +4568389047366302665905669107740203378971862242851210284195394536420153604497510004787197852478898999690840962496286253318550921 +5915870003274717803413556085627698745281531034825477926175968946204463905051355885851004345422507537344854894128229093755738123 +3106488353902440267975241920861283331388536648597182081274348906670754514090626662608509624737135193693712779860188833406087992 +7845555194352577902505815561879589158643398041086893321684441920278495085775044919835855368307051779503838399479822915036806084 +1432352323824143885623247262050454612927281487774810795510104248803405617391180050263987964438216016361064912733157137057008420 +8930414578064185485247400714821333921221435324501439994244285682760117301820424406392510602828280562393052749013520039103061655 +3173670884438194788166911165081056822054430147218290866655074231005149200684080014396687574505239932587314443974144267617007284 +1527450743968461168931869720925121234258369083166801029927251949358618661922498099466741377608784560458426370545741910023312926 +3234042028371733121222497619662259149254047701278276017559926645765011785573767542697475259020390524937117767929011666715323342 +4704564242794556338739787095791826301668604024597313082723259898622680965079684337190731792129157208207454560161440807617595099 +0586578102694447320030978034126807967366576180034644346378206991116172450484663474175770472979363179024738326934451423318607575 +6711140559239053730606360957739329179929007703740765446432207582934464258439308670322228705839599858462219965901802441668368441 +8135099406701400995240439771871466473527799329781080913941715241663698683730014850012873125772974693072458542177139084387995864 +6568179602365017697198231075678811557245910639538778108917663715366214082022315024791477373317009595760696873073681125441512291 +7907116539452577187506381898980888332568593365733396512784485641208492339371509014105839017197673863709466309379039960962534849 +4750829188061091962181509528044851805549096285740983094887975885868844208625379458016822827359147295255429793714493083753502809 +7458122759750053134279494636824383187336514214679539541415555708799139748870593845560799552363619897719534116667792275265497323 +5164505983084622666859401822913429103147582979952129213026773147211467590148787858747588041796556975884830210299871356341343674 +3017622046748766474496658478936400050960631692047289817971683454103138868538745678486924385845403439475522996310311537377432294 +4414433427221551082351019813726625491301604743637648323980649889708459225496111765515476857080238229389480546313915805440388154 +7128048414711368158025433805098117535633079017719775105234085215317610434688668866637527464933292899758107458405969861125706230 +3650863400245738680980130673926472854780296246906056457846071189797804208159343552552140320987399388241880735463419185645329289 +3725491818789741913366698889863185159632846810598378698135320769928269090296785595628838126516727088490704926873118733305049981 +1156989564178115063843077403158558596361694573121010738084003904783088187504126348616809589260761446819325657369704310082822306 +3039078554378698516122693013852039986103065748081512292985255853944982748397274910996825923066426171066912792454508578589756672 +1894849971820554276778681262205130604407309897326530536792905116831412406644096303796353324894146354102174288891383230945427806 +6519430441043631674771677332934701069341868125297788424647970576482950339536231483156528606063230103167532910086072700422834732 +5003294909621810744051481544451641763277370208048653102677095428677725528287642449117886584959778219864346164599848968697364087 +6751096317004399279893854072583230132666460132819591435600170059086840170914605351655306551416965997517899522960511150518237562 +5960953398400790636904166620422410033200069198453455057858306095484024517953196610901762809189095112424175853725058162186086849 +2378590573214575182954920757796313474094094261522041549359071498710995391605164191319908953433331128043052410209542459403183882 +6967512166626834760387377091334566417667045028443096775043889705526174743033818006933449908412813794430186357687977532151972724 +6459437209781961727829502811704779207375810741393525593812033931653583330049048561114949732748301604240502210577065589268424394 +5485945220569893838677587873427380906709988368671130490257845675526326075411511740051320570135507392241324306058959038656611327 +9867804575762976412063217986099462524791020332282964702449941371619543236717809914141667173375719858685004628965511347280443141 +2110798992334306839358051076527899985588107686694616660268331099137978416904137377280100977825535315137051402200610861241845328 +0363449860601942956031660094586702469467050513998615147930502263169980700379643465968570908871332692146680759419252634341789329 +4178175171299653546801324512595807182660716928201014996433033979566075147588628538125142107342090640143892070802843256418010103 +0456138779092213905930697158012877976499848878257289818896704580464918962127445564050766970246810568260512090191166877529968532 +5482828669997339487166576516726609979104834674845622909875424783106655102257236764736990686408975204793086071837965911886835119 +0267535380044835507754251971519271244598217325940244403179333727723642934577686643739339224195755654907218801997476469074206459 +0065138464529181013506268966674037435955704351830301533242369638335168171139259359713958529701206344946001165594755646272160394 +9247709545287060822576712084519151900147438436096859182537437687606226004692040127414633767616557761740535046385163645108196795 +3057714321815816843173779617852754091940306380163712243160807705160943819438940855547343479788687898931661575785126108832716960 +9533193667848378687611829528479562728893899352573352696025950207316753012731502558223567081292045437196069989946207141541601008 +2746003049129497733856902406986044430147897422219852413496236136281848127325893646312380454532608491203709112537348345922832907 +5956088319437370932773128721138395583820924421370173711672367829016504396575639303752597289231640106298414733655039838766441635 +6180360982212734271044173784836239476693843516863507994881855803639383910953492384867775507310386199169825014966152355545690080 +3474612962133776522839849256217894365224998226219581308883384099107152737580490415337430321380267679764659802341675603080689884 +8385214883553973286697705130178868327520836907858212929553123995458539418552809580075802670275820221517432874193060009661810485 +7635870550202301972338809565930908660230248958179738819097744222123891965883613360999839391218647211336772299291193850385713932 +0223196991899819000674224598203238140866873922543961390070945675722542943959098310960399662895718004978803705167927661114684329 +1353039351866220611077365279049149758286033094828313328435837478853295648033377121231092341833142961745552118705722131187887027 +0630837254454720024736805497864487627874608261900388501662821043624883721807437900259240409899471051510920617085099514167842832 +1988240186121860008928979530309334258534723646976027619874403865209331775508112215956780097468860667994721263707215073620406836 +6148969112241707992551262221756342003961909547272415999992255159101022681539848421608837594935060720460495066842999521680449846 +3457737254497423194650056810264127963010085423288394333781451846227050135758357730754076741230565869445804248143832527389323252 +9790762908682747953438433738621860423268309500095630988326150834401786630708761812852217486714179905608190957461442085387864531 +1522476382145618120242675473759696978079648715587754580423057134915914494338656294472760447616089310947302406703031809581038470 +0171535968526973835184507085581755238300981407341777890096801351412273999921818828858705625413157216884807494772810429053662454 +8619996360469711195123911341155232797961140155492488752604043466908848244534955186766472286479836154777737654804742176595782417 +0442287907416054215425872961111123258314536732740500399960690027024024360050777203631279476105577959878524421999307563248792796 +5348313098484066077132466864776966488466415145151104355092278471837179740560502130988667962911672913331290100002597980514807384 +6973148695771873711809347394667364106588642004523762177909283034839940053425839430616152779752491636974036365528618662576277264 +7738896628379276240988497456223829719984420682404133841162697625994660783140799400756439398245883415372300490612168611754778835 +2968155785628016494964773780830380372616577140688533547628672148913272007307142811840952334174750520152544790354169079912774158 +6160810488767205184519228782587106677087830138711937806611950216229418417002136640356986986424817853470899640679854298647927259 +7389645808720792658628388654675620007991152874617887911936239398213102595897949513877377839509375811277492184373982237380291082 +1922598786894089615133138929724905768857077536113336665514173213408958842847812824030198485744051056380839435865339196791176969 +2136038443877769241444454895223211664298720250012371885167260344691881420934862218782035849576910341176642258076960704001222187 +3619101830106431706477720342582912973276053324213930842322321478885278765764844239473581443510550046154371836075105045519367692 +6632620878175338782391713943229145276164648915620343082760668528508249819030769842115080099804055533615175586509178038716739002 +6375633941128896351976814553047937414266141967344986676911841486068926852092747499580940682140408121435982416523093436110154753 +3222139045759943847229548540511800241253979460730316619733573541964096618975921352811299052448712030457862855059140594007137487 +5542934473211875603591035637674955693033630753758706551752052733350020451305012112157194134893565133530552290159364523539238466 +9616750069420348886409611437053219761816707838644591613686536212537661191394262393089971240329521480448880783267163369576343597 +7663178436164222857814082876400941903973450706396969842174499622842764650335956819817450043712545807776915977745377365681672284 +2935635454175721831517097628434415466056776136240049950596242823574086540015840252558304179235526092054789562977490616481745276 +2672225222323108279006574534254983148801337991382313626787322270855974712894468368216489102586460739019744587910470428744488347 +4456074219727400675373619105257416175699861456100136151468602175897841754789156021282927447724373220233266891662271346817093855 +1945491471112632720796456775261728821202881302996527116048267476118823402662922873934255261349533307722895013671219044843545536 +3793064262773487395195026532854447589979023796935998929027789654646824047287035198327952786992674028615601422606183219879793442 +1630579923384492024946757118026605898057464509351571155868933384841116903091820066294965297665314366667361460313869589402652652 +5439801899827848778232404947415524928188533947410081530624338414230329436826968163987544645598294181482211511249572440955572589 +9020302797433585342712570197932059030880158484733343798115491391574065623327717092645488738835390428206014044345059915068656197 +6778633319862050630189473515487955936852231827578947650626369925629640725543661083890077620427798703103241551925751730707081567 +2865799458475868282589650599779702798567688820803000453419899694057649460056145012638522245118862822941880894081107383763766480 +9848357801406244621888791600769552120182014301160477310095737436308083268418063998275870777119923015945538580745005505737103338 +7945415897343252007659617183211493332054610541474762203740026194193724624943127621999433384183901217893204226254420212426063638 +7076158492133875552332779907935346207685056687613427451355599366014714317865416656614209291512293922523145859007589727797381122 +9946333250403836274494116934757202951674758307883028448572093526467181950556672615580772027423711017988838817957391185266051907 +2671612744740733351071730789204383122286756475831821553120581637533315869945628262846596800538216358815764391197830622296989405 +6992508792590965425974849365498446258624365117468171476061738700582645427331625361075430086525639161565604855405377972628830548 +1767000101633223839049666007882398066097691088797110243675124836228262533287561681535331091157763899063838214576189418367103407 +6457110670443987985620843280548984156731527065461755656723700576735027138342545097213504695717743645364185206786138748271882473 +1596890724976137980689991632152444686110535638170408866300049744279882252913535065665891060859035882361321345023887058337830307 +3373623078064203672049256820541947607511438489025503639693977760706696248117065715718091918113311545970967574977708709494235026 +3986923221612406956343410179388036231285096894778891156497956823154793926342464675477516471934158222112337889492119504249964378 +8383359661494890362436075780531143970408529612575647080037096675346333712031003814298042719987791032534165077846901212886629083 +1031714454907840175775311491859630739967098843327841882994334085317927475102526174618259645090436553276509976956833748682136561 +9064443423702201811261101290439334315411997283217810869669829733471939988609585312109817796812433049198581074521140984709783531 +1643172980645376942250431938106354165389537074459078140489244293256765030797030616074547245248075610258161012282504441637098927 +1963449744475973480042625489273145165780544076999525577661332442838969621507452441516783367746336168024894911875794707697541031 +7478540879501049129571343735300770536436533927260315165717247241849652331693508424305277324109605811185754598081962423629189840 +6683599827684293037220931133813347833193703737280727037200969748489983084498274135581120006138983726589125846483814619896382039 +1059986341689241962791022654106008362005402932907446471177268388894146241093638783546170660638544503679877547754823916693779241 +6066567318288101759879455792419222471083652734422111018558539534478864130071102091839803023165372816119391124984955696131849946 +6509143418752724874347225367749147359005862337831645120532349014908613153135844609402649987007336422813208143055617331460906483 +3354213199998376189921305928077126664201462525396049040175801721488556837349266500704234038852235700461088952452452884233498199 +4256488814582093977539133655050527294580364706253926894156976648375809383013472871520377935537449640402956782630405195205364082 +4477841383190587477839953144802218475017581377483593956131465077901385252056389226406917609350544701283827958845981175691165035 +9675317500791142255855936241556896374576355116352110763482014692288089584642987642868701466081788634493767773533747361856594926 +1789275548140948127853887574961649444778475578058016075475638253177323030087374164983465707068923303558558151943477905316462894 +6521653020185636533316557444077296865023590390333185648729621716717902230175881569862122737390334951189041533339830180227274093 +2241738740799072036341573074248811436322223477169424669409308388622966605065590062245566692647119962939155999944641570918974529 +1928105019305194521974392400885274260434232105024551451106931113484210411868649822559924165796213171984543031754090678126105970 +7223691850432923916423525460668413682740557862272946646859452084367199412001020057846809103738751744440123325432522452656213927 +3644451389904659220831784890291126628998096321970481352017638587386823902603865110497499248782547323024785254006989249949637036 +2368125490914853885015667449603549765164883918157991257417554348691174190395500642639268158971914968315411160008374937535704060 +2009275459811984599922767470947284560232970282990047819179940733002227635796160576632463265974978503386125557611307429312063703 +5284668210801338637743489600143584813073507148578726973558859500688227447435508050513188287747750741584385175252456997688110085 +3073679804770516059033436419747376347125944073396261678398209865762812539120718854779696622769273119321506920635555831381282691 +7090364017219499874566644997354338979508197792775841533060988865177458368657219876491035282278982441665265219245626731000939486 +0475155794230569303711742143247875808031690475413279208626652350784369479556492756708347931041817323940692567675398118277710202 +5987347394026084150071478790424131834854554229261815024383846088465079695373324503305612702444122591068763896541604539174335033 +4436269510455092220918525983424623113381645210225340601560482106077382634781965165780342556554085651205866195116920957396275838 +3995168889104032757269451494854524514321628575817645123299310077893411388042092201792884422861886303896708749182469953549119697 +4535001242830034769362884028681925364864771844433940737375296944979919237869503095436572944940055711115231301447509402025904715 +1800925216578304292056694261819970660613390371844516635237968892926502845404165792819051199273212724458326926182758338001776015 +5370775490948607047730587515100674887605918594533934598837391246334643161422435117919064366778561014958058716726561922586618810 +4628995498127197780734498354535034114170874670064085395510892816542000534421254922356138052258209965701576585535292854686090278 +3177671938008077658853731628156335766651218454783739782004804667103681002183460703859644141290605438413899770795832449230476552 +3025608055188815266778993615750176656164484757488579062995887277096944086284232725973634996318024169760316516668522315338538984 +6602875499695059755336245084768806035216324561236127708770615233130804510875618781547430556541215471796577953669434492812681721 +7882550875891690926234268000498082339514970368440072348061964280285302475222074394484586936518612822244399239424272459493452968 +5181563270479719492880854609815755784042683606603220498202601700410969538595041484423412424024708099469125521786037119075251369 +1248580037503075406711823500465872772309344548541150892813671393177549861436277865197182621221456420646870403987260426109411933 +8643731351640151069976036541617610531794845092323107755413601880551863223421905943669090586959614825141812500194544006658912658 +9742463384500880801343550699245637258131793581488832729126778269174701627529245091838528797596704702724365423027345604418154777 +1491976930735419986039574314558277854162840810698202905470921161004472351694186257157283632042119485754805929863758038770286999 +8776957710513013252382046879914405882388509080000643024892306629178763000752942096488188622280178608686752194263930907107345039 +7700223390484500013939160057722983340948636861897585123716556883603506625380447610584051517968188462287828774879778811063488262 +2795184513732482674790613434841545867779716565739406351364662664736206685645328526381352909903916053024580749353932896630696063 +4740510819037498201511535054658680017511924766740460699058893969064394902765714052038187304179100787141754044221407272788215435 +0593548885409678785621622325583756109305462458590848222639139506641697602853829884986982801690179238753218240401694408881886033 +7410128478642788707381845999570686789659413433178313527394929430353749262597920022866973734073910557598880611659693295671936482 +4050137980096982959463694663632299864309583041246448456720658864445243964035849113054975666938514766051492807225377478267946248 +9230953430893702870077668677812927912187053690817849571057339797969486866950088035191626753948056471063994773880460982770051756 +3412034824969056166032815703553100561028200933063775986905919463873509475321843375830242381162225467967586471609115452917543492 +2276619135566337663226716925555717587888015126203959605452287702197704113342129180746061351411545746680564903503675372305630554 +0286134594910134037086879568380122070111392862199290853114304309332761209262076794099989915249949904726721530928297666077629849 +4661032688517145326760870540723245614758880946406315180541283633369882854109153204199703802230512566561461752474068428161370873 +9985206963338598229560272298952476210547736996017303976951734650959079279082066159408637306110242916656383381032701493580216738 +5913923322753424774114001206375448829014685918194637698592895629614872898525330558761701771138709572823367430917528581806962699 +9424883011486160624035588850742276732199499002202807230209412116053419259700106808447590894864084149744926170960405759460241951 +0111713605391910548623870259046900302961074850779853822097709685279966809633918351283533571183917553534326378996150978977861347 +1050239621857569309671883851470643478606629045329299864518009651449122046063366124913574153087650803586812245327770871382994089 +7338464051366649209011968493386794592783056535912533194525947811637756396164788969037121048254365052840678648300844862166030403 +8244368111563457237764184604100489524090599993135317160344204589670504422777317128963386304474615794833181756194674508984426359 +6271679168658661069189900053139794326069244916803991726466041535821018909664293827288937825025439753702650278433431356713529954 +5346852690092871593686894605405997962260976572140748476453131018042391268683407218753909113662935434807662980531252367452071209 +0705634605741863631683627483540085543041836023190103343436641588904884705166081263630037435630150915106908441737355700766586129 +2154922713467232816471312647563953292047715226865590918846184574044421063130666383320555928376617359704955430293171097080231031 +6735370005980738361139146789749484206639522950848455336267649778629028940168072161013843975973729190308856690607301961044761977 +9897723534911105404785432577277586147477026587182509778621368216939584671433875920453602299697242616307976245807249371547062253 +3864808728722705732544842322660134226278752025136368637744919793216576700939583871247088670783610602247097814787263304145508390 +6389663947104499816842871432275844541634180937582381422116532840275365272420061136044394514594368541860114545782560162829849217 +6461508204689611076377900958964324912439197085219708917353896453831247651446957118893020342996847989755084869372230374673491989 +8433851389135866749479827490565035784654953912616746305746664585754447284795963325019971006496729330088735987747297399102902166 +1771497470275815103247219843409878702558703790756432271114114625912471360708464566558219993340028146304118900320024587821960404 +5976617030473732204037553918438169303047012033263099608437162902327180494837554619833899125897762143660304278719895133912883606 +7761343244919347585259429796353568917054332343654064758967248953925035366120514799510920191615767532119958355777106600079597516 +3095394058128591553990850297147880385815415033833458376807751479083131186229720635268920776120415936997418185983635572280182597 +6753076258298533536576760943150454522971260918131318703703785217592559654671733288977408306810194844570204346184368392179063403 +6769837756043399718259982003405678775173052005969429887545845745194588303371446514765027612890020128811539282517812340583382742 +1145447512453860943574015365970108349103036202936884373965378227317332374230149559079576915215507294569467043944303098203606050 +8331961563901986606916925958427127071602998579210529763507751756811409645017688889813292902535048662887095342609935463489041490 +9736668802244229960622339427799905563413901438749725163782080129777353814116461004513305940715905434522181472880934497720795747 +8089231465924779558459413345521275018800849869822143818873965081853887737597561843190118386215028657051186337416427295963183576 +5419828194392698210106536176184087551774670922454148544855468554475299499312061306599825835773673050247207685913286844665654322 +2029050617375681673334265164512497368276347055093268045529145666800867914194334235145959975127160210970603920222624846997715913 +3338289728310358326423356618856438897910927180875153967318427145237491006914876971227986916804404786999082347353908985698677388 +7003592673799641258705037230618030712653838166741113566125031462959628644295056269826492276245790120809269461415827782914919523 +7933808111352753578305022191116925704616734794703884497922451694274860316351759525772713769181944674741861315056661705956786856 +8984597543198443392303548683602615735750098545443867287028649374064105213301110278127297110019939173598045760404284726471910865 +7750264118815211285409646722851047280505065647360902845736489925465867330208651476223128001763893620074546763783343802324668030 +7948487261322735741590287466404743224701011374099821413313798593806289098955840277566381979282309078179393391191764372912784048 +2031963937573607333606298955675833689352959686316425308916957187087489102352532079680910868716368077096336327451835608150057007 +8744303746009770077282182559273953960324245388355803375849588763883535017206175431068707914836359928021715134879810455899706000 +5908433402194706392948327209167569206279605516036898586828659659699407482487006764800996251885333845684403771593097852947347762 +3484375963559500648211146100726353736952008101895174614070329067925003079219669004928157370633196400836866091467437872364498774 +2081484205640426298611707106538905461885148824043568864528394387116332857339440668358439402474410629912663441714724196706517933 +3644343088909312558175950443352757850056547896271926536743829402725583986356025290388997593791573353364649376090870755738159871 +3017618967565343354488657372318982952747583634309941675726567297969538505603943497976312767045820564276791044673865996984930840 +6755211147212352533715490737391598930938409102322563339784308800982635726297552669891177376792489264858203303571448544969284885 +7207413969560628720009738274631537646543552986672220301640499255496422838738773705028096119936179105477192211718065255929107570 +3952347918324244189239309810051132796520311457058379135751168560732193370931728585607246787585935133034431471433154073599431184 +5948122133173804973271249039138486246462418117000640467153032385374427588683813496957187641107568040808210363510174360369854945 +6331834561201934486343354906308493614367011264274134644391474781936706762560771237417922164625963715633624786284367782142544668 +7058988605827353891060874777352863740110376065711990117582066617633614262447752203022541270469488891576938820572417323582324874 +7650494373012942929901692837674976301695625545739424778268284160337186164992467580080040539595408395037645199431241659430435207 +8656919176134694488026966726643058582704520649434961668466021566505602068958240292321141423966866142697100141650705135865554164 +6074242737126300341900975693876422564450176547153341379638414445501488034596312318816964962988094532520846350286682968373824742 +4534503855120241805255426868718961329975641710164649957599487128347011734954984504486944932371682996864451326051197976215900771 +6630007989276431575068445405328391722701879448701430734576747641331918162377214794008905979133776103351215776077151862759310804 +6329412106193202180915032816114091690804553056071102324935636935651606678882718350090015499101515918794964067433252126478982521 +1507488089191785086302341745012119227252927110062837567351191646939013086128950794430586208439605756178768284242079693463131834 +5134585587442274519690540303774472196006421738851673713532054649167344075465437753885506375501473079004259777595528824429150142 +0167920777588082886922742091652852786107461336681294679615598036369318540905949328746327769828031291675250740935570893774610363 +0038129096989223899832722064059115068115632289006675498997130267266081648211647293457692956590546845542631469315045748487379716 +2520900382745986244596184110700770194581607346454171538723932383294827821673322365898338493511029865949821494463508742106545267 +0565722884026288308442559359348206336146522003909225136977382087745807490609842307769964489536237904153503877870475885643050177 +2879720936866676112852941496983745298612873646677215750883429056007867869583163799946103524454641087004812983861736126233920563 +2682472400392268500328620582825275316785330033129835929951831594780666869418979561874633816166907302039950903765570878767521214 +6000673278648346135978034734234778737168645117288730828023574501322757674622590092065551189918194137651428146720102471591456653 +5327338501961495043879408610895757013526179026139024561532644668711391863557108491473051168562266679950416482721536337117909482 +5138678303997976985493577927432562758408369467781462054517017307284536794110651849922852301352432225552398279721808418546811336 +5942090618633537593070786933293193872947689557210874049534803895058142797994756021217906395785182382696435144831868446840701054 +0805866230785777399683174946303367253262058687100298157860323746012789121984620953083069679370163347105957163924550067110548159 +4041789012854867563385153833627178486269852350526357948901776390770563029842109776450416321004402898078350462398525384367774030 +2665510818821145216742821558285899523213916502258403631925403804385199376750878427488901928524046342897043307449003184422505729 +2048478041171475190266068119919204384149581828382571880806118238802367751477551342088588974943077841775978105590373879036044712 +2582550167003327483543334770578776146465326561660371559249486818965320307377862762238777770099168908851119806663382875070424505 +5444680706893164832113072218288281376031594555136022935125966599054561592735752631698479935094668438169179747421550309847079353 +7876386229779167984882703960774028877296085268097204654180082218579776041301150186998163564389835397054336008319799363495236122 +3595623959964323543031266473552625582982574960453793645874949571464306599166850005238654688725079784506108930071723727021644099 +9904805562100105780931661247162991156577135587825115134266116050943890998432158388576995701892214120245792294717827415173723116 +3198902109416772023345787207073949684308452839612518670096056433197360112721221131290963458888501686457236376124484894557704239 +1439923839664744053843985184599889045003833780920311682293838839176055898856807867213644378338290067096258257324765963896543835 +5700918940980369141639579109635400284102047501766736959067637462699617150713985354772825179670276479720622682613542577452843978 +5832673606644924997743952540484980626339060224968813632527031664879549813855034184500405400404100621140495713672255224298990414 +7192889419886464319914820529555240869091567523179106161721958129392253172606561099507740238957725006168387598704764060094854671 +3309479510962185342022955705280901753250343720767822070179996628541199963151640899372621594086084748660799272108092321615608962 +4880909425016446720046143938905942262706584339160340379312192206890240470343647456683169242925461208146677458242299921836024115 +9112782389287307875231265914118831295892615090298799256818943475243201711378213965480178556028607894090008691361256922857338305 +7878997196220126636517126620736341433150726102479409458917297307599211520723041036260833938983460239182766740060701211352201191 +8683094774314359941970056128495804368612258860699432526379799515947600345795062224586289908023772808639146020665057226162935485 +9660235891943541046373003698737146580202165968722595524291168751596799140752064994627768069683240083731174671310320210501136516 +3952299801633659008575843631974719807086212606583728034228268635353770341290150958327244666611228164923899770204672751927925499 +1681865396625682674685451758504759903079794185779114689381923935911799262023419094458049787998569136087163049641052695527707434 +7051981372339577512946597699315700689964039969082898958542940125278978182609047860935808672479205043611404976983579300374284797 +9494276685604001130980581987978951663125638076896908522150813094023439651488500315910058707670482621722763754582892271598798239 +2297480620143752383199993430862475021936852109466853279971476608874530008450195147642064323768140191491557557914372058492369456 +3210874548598055876505562103390094444210433165591830328725710043504607452200463576289609058990598342445857989436858490154233543 +8132507672542987199374049904308113523835831443354290371614453927015873910762212637250354565826616538395197156337073925141693484 +6828640682510305462478950222772217556425645114511993512248969567524785308290443499084010706135805334321921588360262285590883409 +2594395457778771868965633838538089838472114546447151674569430202509411063873470113459762471547280714167783037132473173267526307 +1601839698883476534179701757004074668031433379390884724016658551011492507080285489891017007383477491584644025888213433125759305 +7523532561560703539946099285117454732843364985652611667389407913314960693543811095755855340427962780551780192610470189512825524 +0348247544916136977309530119407469259627024645454634138436438519986158560867875479423449700625816301245511994796229708771223160 +3917296084877555076938742844381232454610347414176454495292235478841999037736204668770470759408859717947445502249268193464913498 +9942815514474689741504492308012003642347161752400872994567873248383495234578303317585084447735662421098893789187005435875125952 +7400181919019490047282686705057224403673442901199627215721287263528829739748034312624985655044437343710362758307470148179539661 +8008829134593470730958751998114225068506458584106597781009501241738039124829892755451932663527484529522803117480503191650035801 +3220127286757997144992978308357689318213671314902934383221575508818519767526663815112777913873690474000419949051472231014820267 +1399894109901863236068753449286869832068943284626949416147238270002784106062189067937811371979896380361397172738949505933506481 +4254902873234171699063619785819122642732788292824537159169433666069361612397840595910726633660384383938078177403483650975568259 +2209368179438159444309719519784098123505334554409147220881995692904711982790135929098654648473758048308424437091906340638974131 +8784927854050511928452505266509077489186830632833630361379070849447072741785156478899585449175370978549268898176795868437582718 +3231975833056135924558298656515294400028803078329218944207863428380011023399283981167261222531969361122301223500410734344217228 +0958925958615134583645559459986109673563012970906230471133763988818583110841341249599399387466204289301186261815920165156578985 +1991110694748693828675086932988793084291818416422390423728768580762059411945640551530823790024178761601499474873560699371792162 +5361696020245404957765470178767621215479647553935020898244576640893571391546565492142211775010405579641149396961911772636411704 +5933641384834122776049822258585947581244135364908556513226296636775905866481756079367435635748095205281573764949264635941006411 +5041011491795017405240846374877784042033437774313006536528316953327476960247723830386371163515353865121506304361011426783525735 +5488997063517475914229301557438267886673740763412117613628897204796477231021684048588313466034859903879245472327441120566103502 +8530760385580859337137628786690355170400764087907594224462686544107056072485919968752489909254263413225447887894153248109175652 +6157903578937685041336967794345564722166007100607239958562466608483279980200607600350161886932405833906442195659498278360919430 +9828873150674702059652960737024831945705458855872859591267757719944168191278626072224244567244295799804168245158850647976515767 +6733614592966966657616990010769041211313964384427177615958783894640954404002730067938048093833284287697173874637222402450231077 +0815239310564450548270963278380227549898803833625140660969258768879529883774142739151346026790443492061196604908528916004363340 +4528891650268490704421594911777184311417838640306057034638291330148034732863406008674812263692977851302665645685305101437279625 +3233475352967519524983898638596372885741145463145393518228460271054338502613983364910024616107499752355701791207046590492672193 +1607766030654760272868975035371747266369258074306005268123601506826295532939956628851683606599198929232644016608548496393286833 +0164998823596400554560038697981327950512161089142533974519294883428101099674224630562022297926592367086936345609705271926077768 +7913025882622995728679690258052758137385077334095212932668418477051379462440145509778953697224292738907994604706710137743620276 +5951558921066718365814901585239666946472249768608440652585316569506390348051275814890810652375791805564478189249435436637972574 +9602716095164159166038408316037910403855288603710934148506742938423062837375851102966449162297207365844156933403348477083451353 +4627498098319599205600533412615626896664838788638148524473652142820739172777284703948483540298530565794965460580139030303425684 +1565284739336025065162908150482205331120001945515224141600855715524039864305366369748820024483450351626491054274468986093516231 +5340418952181086209554963565801571626818882174630725995663438985529129315572417340527118943747399687973820656682726051844769221 +4320926831481382140838060220194555123790396897025705923345941235597539508677805522059012930976097312217637965288298799051778479 +0908830534451543414307140854781014820685341080782566962124152921948070095677549807088847640541631088209567823713325266131951427 +6110373879023562027503964302970937405830359276112650695138428936697834271328145752116000081078410010751317037848623862138058557 +8822703971093401247422493922044598594234342733457558225718617586744418222085876701060696882821515543129744401944915912235798465 +6594559520819849307838207390295967732653907650649027886332594421647601798566341345946992510422578734064164433073111139225071621 +6354737391657731503659719583497860062575481051328877369003533126272128322177145084735337788672157007937391387995919117571678161 +6945608633872227095639320829071216249131553642307083427955811490415705093929385003029105106248578633207939138356220965510578956 +8875904572434922005652897358604531384916362396100014485333372047722658292461442588088931849935109173016445065149146280103138497 +6344250852997852406467930596512109372720069308708153172074632971208643949842907827125891877283714403480777088075917332714430078 +2141088112696908575603884902935424862191062652660730968192553423838776572288261313561512545353202622522229101786236940604077536 +5420581455921312988453042096323962394005097705232943223301112814607176607418563604729931333417412031473023307632699354685035657 +4904931609893963364651740622632458671635349731291306084872673976452365611310080979515796567705432384020374827307261624382593308 +4292701172515433578998040448234672894273087795215109333668233787741983605782088266764474905796649724673659270602807201042559641 +0405892711593975173584006410022813365106426354541842020523033260675160988528765885253376470412464249071597201808795790920249321 +2969506372363457771265917606965665281965775472879910780113511573805868748553670687571273946389007257215130433994049155446244186 +9422294818781445710760638755747391659377594672815933259737267891227254986222671631563563954141355946614955207418080860505944166 +0087286626782644309557643177400304492693387991339358406695023215774476540471075851900070969889709559625262772196723374356067617 +5897279697608188221125456894430238474410213921346239465846675042270793388259552491229704041982502727376305057500585797419096572 +9629126678093091084216993559586337141715599917690951379809444249525710962700663884823083705316885810747054287541385125785199583 +7595346119985543253389563272070967517963948640714499895302628870263490256644647992172402145011433583359949875045014139097383990 +7523156213061115787711878716816595972617134587220608008483487762219572353605120083032766155082751752855610567994430397014253895 +3701919959515768374982789437891830642750960645657994589236832995980797844253496076657711645006752860088626834982056251575040225 +0979950855271929320767873941275718754278787090305240807928650242101643623835476811933436063479233606315724201732634520101994785 +8113983065740845934933526321338302277547952641828910682131706421618856976337728051411744765715349602385454916896966865817502458 +3541043147303624444017398708391616664010004834339935228226187248791543655458437287589626370079460316930365464946671005586907844 +6467142906481062672351612846421358624595986748030105764102127849419935691001942740215832120384833855662335231988116688960608695 +2788530799703761722379561161257911074841314957231380008835616333860526518888348729384930186986891972631716493196919384541563044 +9960151488910951179842583784111062968107086150565586865326760613018375413860020781154310137687104793480739369654379775885629180 +5757125618091793590015555342485911625792045336449768530669665131967481618933921507464033442861020327590807013639300157233850794 +0108561117599044904729443235325450727345789731582292014742872599813512719247096059598721914318005872025916402947088829272312140 +0248866797650825595958204057508507830807476195084664283762933417519142347075582529326241506715718869000199121666869916905668032 +8723343677864688450245361288384636252992454056026441166941292835836423200070814147349431308408145782824860695919605646719597656 +4679974361161727145100641660878503281476844268161393833161261969965276371391589006952925603728082872969549646978882403423923010 +1471039994683623569789873331804012722815466719684852070254837711074357511238693361592620597284807521864906755820794891745584020 +0746324287724173135220206601559184495263174825463472438325932765982783597938536871848298666533763661034332204209283999095134727 +8847622479138729829083277482843135313544249094572861179333595590622772221061675396437819003622647477864448706978670376179646671 +2102601933270120920559135994545418775337484717153198432612404295706149728016561442479718981277683958181059597372600330224769132 +1259053282379608711992970881977405077810774056106800273103144031624467658496517236458989974966732962924668833215016485379965273 +8337096778081104941132624055977594869352911917306275484469902456879306916808789684303864335821138065913931420528939044385046271 +4299368276599609244497481316123376963837008957992736164808101728168540138407838646916364855310221850303575133697274394091619868 +2713682765289699129061431150379322274699877403663503040025037596762253721290401208216082436415144118858632156119324419976312546 +2881609371673910343032291044465003849815028985591391451188131927898325558643746240832264615980161723347980750483187867525894824 +1267916226042826987257806754004440337824069605413162886825139485042850988829975658205470396562194892003670768255291562747373670 +9234220033570807048609309912547070817083287541492891357818324994480536846132188820055694019487542207004276192292369053562016777 +0261127578143197454905032632100124793899615216318941692486325853609952184783830755458121912666549923939667928989436426770649961 +5323045993412285553048451071174802746049476412795340271320920389475261483664749025686760199917517732942380222819936015551403774 +9891352074356975839408670998973900071675970495889358565662068888386887973659152279951010618083877084169404988201568384833942255 +3238050166229051707803832286590198074734858215255713288528844554284335600396367554775218985201346513397387400209397068796825742 +5728107211476180762511967972657147473012924183544027968479506893336809289253531374220504641466496667214723927677602095165464315 +9011192930379184487659969643233786997863887173759888022579642343995986799605176120033884333316312893660726740709366636155465721 +8537171701432226276253255188614622965933151059377811653184802609155191205285178705789524447418786231655055288040171432169049130 +2707936970837574068569629371931407362409248401030806380356720552870356587923391333211272591561747393382939386843280495661244314 +1175509422804438381892148322240590701277543376729396595323849510597370466005945680426336918977914561211300792916203174309654171 +4042805192423544654158411198004453353597731647696727421911837745446359133507547657475484034048732290037678198364742205283336338 +9337695707833044354501853716373623356235483326284612569311911355595616206369186001725088755459930335959640295675396477063274478 +5056639209721879485672408789757891131387617511313947970994081160678454602320697412448491839531065552976208944273555314142041880 +4822378866853898824086257862623541730929040197220702007762078231078349736989651940081080724932828161588263934616036801731107678 +7042616549110273896023934480613769270956663187245804271172698934235574549161064775406631472230169390486643998381840493803484843 +4432695989367708020512810012276065008453086786966931783819054126557051679306430656639833606398733688366162720200084451796967553 +5350105131227057106985599834342048762794186401151883770272342638155104883645396726235498798575148882718582404327490926780130044 +5764192533929612390344710894456047465905143834205988681215996081613514814903908502795919703880401811242594826105306055481784823 +3081736917550671392293064759141270028494719167332097201455667940386826052104961288882027240309372922868375595753000121957263246 +4989894866974583276238356566258521642610551259726323252743986766553600472233437943119765905133915493843897768279428421555764861 +6801273161353076961494549671635819940275013580673219344227796480147357333556424794612960445706828140206119824948840749240399787 +1573785648039077385334262023034272384935398204989144292167011651539471971703585283557377107933951650497678725581455181207346698 +4874698339219730333194095651462069186623435369684882832433815952523247766685863473588031370751632910706819521148264821690235129 +1745856207579350369947762735836875634021204626000569901414064309006844235664625468595115296405455194740314530759379861609679354 +1263339035301388606388533163722497011371588322482095769750979879436887231718408664779720990691297703089437248834586600555339842 +6251850491772376275294393458209471528965471290147918965218220499155230361216164967212789860144972751525815583122397986208096706 +3484214175754929920259118693783510869997218078047468018854269713219002531566539459352397848678904622285083238008575450746485192 +5035485477939887603964624838580376893177633857009639663967781579876337080786152281286836780643711497334038142643551235377859312 +5770990490009748551131841465407612077195558195928231585911499648608018583508169531801015305515399706824738442071885239921251502 +5505962701249607762425096231287734763141665342862391398728642501706701840207749211087529147723821274132607543767155647569233366 +9531752996646776228330405381959650186056935054844849148234315573131250892996644098435195362019426286916985576819912113865830014 +1606555436659451432978242703284043412347220692073799660822918397493666695089541486316957331014765996271479614514099842437809535 +0289392478723841946498232349165923942701150815142311799644394965419544149980499852640646717021478951519649059011872310248139100 +5511032978947425845575588456445816057377640214105339473284188761415785249565799756251192934762389301520020016150949209737931857 +8405804800314504366659749363367231268121943183966514746661384830649579675620136873178912503421474419998605051121952540207826204 +7505457456876976664571641545260379929258562329503538400546169325488895767917670975295980264182906923671943997046060564087753548 +1274387949977098682446892314563863257816052408410571422114222854885606494860672338931736657657635104187063013087549529686451859 +5042755850832972022663213277248439000831269961224227718932272498745376713860758630276016079020855254056636945995345396441383249 +6344700532270890968181465829707309620564725384105716449055864407328703719779390283415257182087348958918979888739066384714906447 +2478502268884223599964876320836160710993832544375139942095572555604343446400261859797019349052899588226956407340248510969084412 +2858479499626608853379284122587510516464864248784114135053508629608620108109543831989223100900685873301894882329747241764687394 +3516073975240799285196283516667224035786957693305024409405170967493899593072209653378675045399225752043351688237909816464332488 +7045960591955279992811051225021192695063962021956994060992139199430008815112575669363055918094781304106258599283195179624447775 +8303548637737456436395221856298882133107004338700669993457647426042442520873552718504789607522324772936205923889075833787877983 +4528959091848677214793256254827374251508317477836642431769535470979890535339665561280184226951752824749258073794415152803073480 +1459998553825438645486213601892946519503789985188491129629213533576249295139024141113828276369687768834808863007813942900737363 +7827507025285847290454033855290419493832906414032145098230761761828468254431382777807611448800062745765313713732689219610038574 +3538625159483449646940178756166257692080479081424585343862543469052182432934925669284445293824171233112956439604122644220734705 +8884093066755275809492142335471176239144329953772128474695403479470145379846983260079920680227191033324315471442379828977213518 +8161874018859891048210600302227335518426279312266158906257386817733776024570411483770025016852705510503728654494429243801612182 +6746947553453295308964010256393213729923189009745905892535754926116629620973613924884980514744338995975237628963272677038960017 +2316979912101253225038374374358240155041996499533280966926264100171569427093110935120513047386276224147665309331079377719563345 +5252039218101191323619349210669314090591183299132043388783600602372822313158646436097466384432429894279310347011205483804258365 +8849078102378497326534646727789474466302897639756078400720546541976326397706257168948381071970398216623030217390426497155999023 +3271457271229858454657827770335612567349224212240695221407152662225083082143775459834013524692150107287815992741275927112028076 +6697268153473360409230969649314429281006253608637773637800129431557004336600687209561833649108523766841818697796052616713524406 +1264023927267188505910887476294511895228887727108862538027310305679469919872644028196540981088809214448552558389500274219570341 +2341820289505149961074855375132511787200836031120337305514546465652487797619606591322268017233923749079200060539286691098575276 +7095345917502068750136490067362248249806291619173145831611517423916491683475780750592775740226681145459237438975249038494918255 +5854207316691383141245954956380735287065353365324788816174156724268585661703068556010195412645633774843480772404581791184447848 +5983572806554767884384691619553163176913927916522767085440008009887977162986441335924089064521714048589756802500400756006764546 +8749074908864079527865640561432569820363365495585933467014689209329639785755338623694144042638210864919006966920756182400308068 +1488418928276481402385931315882264463640479342727038934158474806015143604448429971536086762337574137961555181782018130291223711 +7647631250366260770657650732694263292505761395977741171841175592881623563088242488954360090722844918014816525013438918815206919 +1155451667283610662459850201212152183408308503418856279359708202057227744768180593554527508439246428232801124311275672977637096 +3703563826897681685685127020250312031591544945988953353941140195645214477592978106315927871524898358121653801020581142274555566 +0502532594831295067422782714984502485832073390165137849670240378837997996971720348493993863606290066187249274244662460276318689 +0152755194697776938435286119441290637386200629628199446127743622173851669645911455169432495002024405765718643210153464143701889 +2562249212763374000591086405147643148598332714850654045728093130807693494090674026473297812238167578278207216049055667059931109 +1802942091998951751764726262310843905210614073350123667768202638105831131108058708767584753018377136585264570210097378501497188 +9619747156993809984322106521027559385156110152742577368251988283361064503255508785410345421538190771023025825991060075397692057 +7975279398046115700291300736456549463218759811012712333893946746580558137896237287869240420636891089058025806023431754219781359 +4988421426405962855719392598321200928497349040850013918965781094541442225330283536616202634976088463128589329235150833173556905 +8706200507172140856416642848813849966143817717503023224834106896623433469273328907429832511563972309658830234487588093651045739 +1804318877742597644565913208808319750885352430439083436497378247283858616368363127977363367800390625897013789449450637875537399 +6640589174553589654051256599633381120024749952650719727219130629373315456037578535279963334633963259335915488696463449646684320 +8032272830450718870582856393550555068150335019058461099968557096935808325051772579016403379075019846185741776197086257884683319 +9863845517847573376326098832507232200317675290516210661300649571154879306959674077908278504743343209243187243262639791806186829 +8260961262731301702271912238265956345814430445731867024044874570864287595912998480366912356847572447005441275362156399624494941 +9393142035376317879394642824057024278760474627041377093083443136837548371844421180440200277690935722486852916560800667873141543 +2707649253179074679795746660619684282278565191941032558500021642302377918384225264159606437430918854686420568233535916210590247 +3653446714468860199818770176822269463628134871277975181151133360475139855607198727163601307481114241837610243765527921963130342 +7740886414228885927181817969815506430494309276878003524396743847692333838266397442280441863182363662933711077420022986422070281 +1048387053761801939044385077721021658809540040018134673396554017098633248966461113346771441179046101247543088625644697892282167 +8354720955462557218106068480057094392968433715936618376234382444557134795213907950353329761280756136821666440990155365084581402 +3688937719186699342108738462217437423679733279917547383863629404136782590007047571508080094271518356483515978166149181632884691 +9910698753207335191315666777695731726998145344199523600464027456153460564479006998462380767579651598842317204792886070420998182 +9896983218119310999564732404427002821382477892511011450905458994448002735795600011464506066851494867367124445888153203962666112 +0874480478255387464724872537442210377291532518746867402289144019512477208223281547993390653821697806118478800205575150577662857 +4918888004811316598554705337363884151483714153627256672377291874950758530975380513235648385297027498654040181963476939202925535 +2944953053399838723025577285199841577289179795119166022276762443360574684698180143394617215098184693212410119796009072687729739 +9732016373361334253176297777291060712041712200359193577310902701783613655008446771602140682798342306314527926659629849329119883 +6451043591004466592393679872228794008130850294984708968342075888842891418002758594861642712850414025146690654543853793479725972 +3268929657246764345075224814644064768187234583627518324258659649632755014931180023989253455291331973610627056888949488127145955 +4261926089033087120812284628614836440477048559583788705295941729615760122728002946792084729956587080892613331345225489314812847 +1986796721026437522158295162217239471552249715846680613750709615232262912940447904521346670150883469709041492285328187488804299 +6628012528405245613161440847234508491425287943434287101928325272535635664307751412665147263964282878231211570769131706300759265 +7377088066364420743764402212273540338705138073396342307947494852950818207406971919647576428347904811456431944019834650692515506 +4705138654618320095006319217530505261916581737627651424491878629844356338877632449493703212698711863106207638016952512058495841 +3297864919576913522726817303334406976314952205292550373391722910736512885151802773872849953849211298237482028668331950499038336 +8974669281536290012748118151506739167431258730634523888446083432703773451432089051580445107667501300580071396777438663916505890 +6676388335245038478835892287014370527286751599266433016127479958260673956274510190770236842963946164980795747343439314929899367 +9777763357901635768971296015139054097237772494695148781717193551641896481882800982585569826367439263979611639005318235314749057 +2006174408272512048656262525906502452313110102817338015892638328650570498699472308145823254807565718645774486952361348150134146 +8820513608849516349458467726176340280776183307750894733331062785346417632047203675211923303269854905166452369376623717371465515 +0487090344893360730368974812186113379856699749061983876927406730979994152222167896194935782650684486995334925005887216364226178 +4428212757677682587368912604936275746129828292671231661463255473216528603314371364809318568990891647756504476074694167225494387 +6438298664776502895176225722692218937876815974395529173364685280466577427859435428997212680686584089016477667080112002827762955 +5372837358048305432426520203755641518748461432567909426155727245524828496289926253694681592910381964428484012886894327170000564 +0966786693488185832806410657062413915673905612790978639242251067404941406079608751238017548545457392976940768385484687626020964 +7081334569477079676309855956739406608641536536529136201573794386634730088085065014162237881535086131012737674806790302926845508 +3849506256608406770319555639552727023819412680964197246748248202159679944624779483651489821124252171233790787024388338169387126 +1220350189747959004534763654451835109235619957413590127042747161319131890755258681890420398880573552502186079819673130304226319 +7793578559294710797103985830517016163667215076322029333261233893714376644214340079810529332625249572639110330515277641165833848 +3375779071080037456833323971305312807921291040172365572121296035080033198190386403786992644365488916964829938879099337521148544 +2151885079681150752124200634430960212055491111062153428630936693865872096334814997531820067268121582290646921550422149642030109 +8613181778258533141158145972750085504588401393903967265445772834337987637418600396630528732934239316047591685154760079805548066 +6810794208813864500809678470319323448087878028803605043954670396669190693495990898866714597544374154361810960387728955757997027 +3780694542345726440651447280692129044592214402723296549397501233597057657590741164054767713089063618201384926245188297986421050 +8252358803202927045538322743598848427122577241918805031148056119515867274399187693181758263084888023518690338982779085780404769 +2424326538477152923084594002081423911440158206786241827087394911592939363042513317947630468078474296989628062484584400644343448 +6293560419015354447114147053377323271370974957505862615433195073799026219744354293045028357502721448147460831465672262899873109 +7387532795839583928982541818961799651808690944192536299119649406867938059084796080728700163640618737891537102681397327040310310 +8646371766907348023824656340748360066056892200614557523317897955392332090329097835097131487719957799594533173582638863081864212 +4986100049536290446290958993632891990045407747006838784207732735249166707023914891375926737812449203630774188546578985599909811 +1084402346707970131458723746814930784514195757804466199671002857316090262762516878154322011683754629425143857675752082486603247 +8761838577711280264766083372187992430863964477324546898292032760669740251929185543394862067810777754782525582117312630882437464 +0771509220114585291617227270613376384799093204219724418023916278133523270037263368542243169870229505561283586085433377009674011 +9820385787390786107677870809083528732710164474423943477332838364565199183957564959608617849089060421328797474250989472544417321 +7919326323563029775076417955118634250595776343877190502902725431786697484594693383405493496141691115991728752796848704617855725 +2558255581109821405634179872876958166347174474348761073684217931689004048682704410888017280103004988712033725528911209075578017 +9160863221896162516421424469589930231499714756713528296148018288586763465400454214603217797926981201646940396481239125062147650 +9840316514604720267572846195066141632646978531870664811024154364403354983561787177052598257504070314131100093324913554509718449 +9311775701841172266095504345180054522901312438857477399185382790126084433098439433269362739881218978298243657480689874068996355 +3022781945908762278768811002699224365141074026805076790548873962428543441756247033480754889441799694147133688175673557083134054 +5661203741867036406194178717036861247199166773801082533375613708479585773697108277538910907988050442661518792070910621436071059 +0690138478379736786396005725249615711997663990048585261495921831819669914145515073403200894318211855461357229650824823305525133 +1751585791160648049215935161043755494836647727651069321059714784747155745680573976254930604344088093264307898664770655705644210 +7624145261014687805152488774841289678583856425221410365164555890159519557132962343799732888357700797774204345288024762788982261 +7890710552868121263477187455194185399264846143513087916598365744278210315488246993448630198352186843484020444533061474327432896 +8206909625120146564482691781469049022430111838502858582644125909195387775957182358764356323550045553074686821737193044914677910 +8204337650424296695493149708468179951960014630538528111508141341188662936175939750414398867506644825258652647525390439239752201 +1219359010151342200692679606063626284788399861632782010310804100495631217242235430375489322644648855854345633079496117764048987 +6653697464408607985860924202927606340854610960203650555980002938739009437996650927711204711526682854187368829518663287620378635 +9615765538591556297112167827891749863300345638363300995749126057833117511099109253123549891887992882557489784541036449471882403 +5919028352049694001658038819829671235731815415745829048231249060308117257367536285634944658365311943856716917740139982945041953 +5779687741861700152585779009366027675558545586949850924189709461217199740749305528005166461978008407813915390937008493360553115 +5834977903061566139099870190655547716966444068581774636647968617674813198281268006404303675453751976888820043577600761967333881 +6972326585063978838443446520453713997506879344217941897803906052743968972254016142258731934881056702957790715642228115030783951 +1362425902796546798395679404782769752464205460307818179674687205006891103510168328363308032810297518997174255427908231022445396 +1509825900031470252867573280977984303757520410764668672441796612789584482854046983756780462029600563288455226754517497700564660 +7759844224301976256343546717305935453950775711909213261546888518009701479912670689049983757648821113680742909226880646315005569 +8295567234561669944338275143058695909726066802894545455268764288094686590468443329734647916141835949923568889966174907115365925 +8847804451408263609187211738763773284048172606546780028907522556324927271519705281526806470352840988271648499699486513703844773 +6679160425612818347335886820513491773906491628651444000288856405322740614920289642723221399498209432232637228104522990852837747 +4111012689294616788593607591102956684483592350971102538317426326909441395344097833084048144520705500574792401000355907792380226 +8347617047251388711302856164567942061715329050448779661635598992241168749527006373179435024773116055832951174916423963970112173 +9055087726497472517559694026453105136312139238988721622285684818285622456138820844308772825216777711338810456475617988242424162 +4197863232696784218000746661193362219301917851338032677667264033511098062281872897803087758355321546501532794013889570222549856 +6115749894285255554690322957000949336927917916709996337643587065466062558943015944180187981070089004992789679317730749848395116 +4787717685054333694149897473720745326568218218182852236278365043324649884567032268831086174748464582606382556519285049880278120 +3971535819215057024510844131306800637142690099398881617684362973207491682213220003762765264571054110883901103595485168757504333 +3733461701846483183011223494998710865469936261566419212369452729547931045469934427223536598514620405179798084202385746863975487 +6787515125117652836269017536232648894348703796120091034388135038967463209181552965632410604353037772756879239864709539921500366 +6197228209653401639582453147092770443022867307115583008238408014093437109999520308757528533277994723967340185717046004119026260 +0327403058251198538854684801262565688227840370906858688450070334229654311591524491257725374686504434311374381373826709761897189 +6320800720313217016667089641041343357180293991403820786439200978809209918586099663595021544518755767970175732723433500537775215 +8586605557740559261081287090127076957830333678084994220662406403052293892606977228772765289631860524156764537528844813070064403 +8457029064238615286786107279460798384585105993306593540395560420933072225512825677840166549704827482169925869109982598418898944 +0346460363516674840943211123653705144516811133167773396076974206411386351987012791478690845256647926914987854519697980693850902 +4071039292859550793054081697582930309815712485519665021072773643984757349601035844973218854642152867868823320985485836576692696 +3566944195916064023455915853671413519744116499257428302391059795726588226281448949481887857567458305547585518788070366283222643 +4475630384874509141748841479483575783195093285020751153893790442309506156006253308563119939383816229293457633418322795791651798 +2534236711768923060748330398823973796625511107263972895904532310389295669901143468746002992855700338033513519817927059960082258 +3266833442506157497412341209730995861476441931081314990884968759007025722755350805078872002993770048685210269397083340942969079 +3325013293836474893127556216824859727670678446693115589979109778870903809827936806876988266059842178470200459657153466761585276 +9339215768239697841992780261560272323641382940735693971437349481277136632058838727826902049882698280374121176916226254815769890 +0579266322319718076679029381516879866920214093645961826097287139995438556892638562807533592029177968784950961959651824138364712 +6905593271581094882293836027956049322801541013654133342099776388830151131142904625837046121178740403372359293970069573073460036 +1334657560229091661514767192486484034874814804158436588838115645203542626667263606421481459341052191296393864355597357106139612 +8983996484498008491962652081920903788269022697096829121085293173454864230335343930546161539206227982332409686050424799265682960 +5979943191308039044837616371196377606973368879788064283861010090419804092295381096855027541458106648574572073809903498794247525 +5748223869403535883463902896159174890497470441638233019825678773597770107171367867175754297335334571074534607008535043181405194 +8795353535341345876592035589428503364517129250540037247550521782811791666374510791517112671288737422099652323046937343991337828 +1845836116381331085732349956975527066319503790930145646064646988078457512408200058689118375881261700543344729871472397774510391 +9908840174753246368222566017712326787176851291551010131314349894185604484963390215007002796394968662213178018411586445058609354 +3648708782366479438386590662421575557958786432758515733410030956830742717789884410593667200352894830011183921069426063462365103 +0863636445701114598272155058937842933641739192649108654968863927721554489981493578009581287965498827240184001075889430327826948 +4493294744917241293353606762738125798775389304371272784848161045309965481110981617696456977856845295663146310544856961560395701 +5828350063875380289041787243953420472517640405923728557572182762701021146981223831971084235740009591348792854248246191617472390 +8142911427486019533916938360973756294199899650632305767565787069658787674361642673323286198646595884519076147156672045347769575 +6919034458315451231488534732525157456948587079445950850088410378838535977516348080551775162637211781455681436512037018188409356 +4896222628077283599302550538329307529265839416312577475209070966536398530653252477467412899117369638571925172776374288534229909 +2854126939661606237890723618332733028245947026454912620083338662672080884075389624244778233027185136679702658181696482687520771 +5486768970237811447646114465006645965128132304833174901323446834886512598955526763233636026886751282286763353050412483339880879 +9146149867375327619762240148102487012789152939324347118132416925423213349620444217738724989375651879154078406666532230695010261 +6432289704281535683765846177747137478857199113830933135896448323481180075359182281747819927805855289891296771338965010648932514 +3498778884149977137993362603088225708342761654666600988476000304267323094698652989046529561743798096047380169014973930605911712 +1555513950736376520645091335370846495268353191373549111643901821633347913274787967705297774512956543219272395543943905097818713 +9824515005207942672277682844175672734608049189360837751069564229080983682875340351162730595292836110710458156809584248318311829 +8644392801319979903321539224060850887494189887888933968978507838319574610389051812420770840579282228222004146980291262806411960 +7170669714045362254284955377287230002812263383500586848752066007279901210618595185664394253569437180949208007446172620486446640 +1197418824383226696240145317846075038217263309407432715400718235690780656588433075117078422196797078588171900080472556706089444 +6058081175983404316870378185108517992309376387807189465675421456144616633676191879370638648087281836756096354696164358804958793 +7175300097350528879964995120589418404250514397730435804307880003642423238815219743208925752113332762492815676234753855313749687 +2216821005143022212418811965038884804162533171952178272981773050431225972337066809470007006624527746167477143326209744916009321 +2874879795494394023670916234680048368860577149936343642623399857065876920729230526286990908222249218870734087284012928821855198 +4892669237695278094261059350844729450055740052868656916863083244548039117228735586420221099748057054754127348342899320517500476 +4913533064284953905878883623486045020791418669162484614426142342087782118817607434327885376004285685360966673400518425200903095 +5236853047264130432207807874987854720636307899392809936830966680235406253508899133299685304059306299982669510153104336419138281 +2635729217127660380760950574877790788724558832203965184259818062945607402185371541729168619518031385767332811305256686570812707 +2508693777459660048221434065348386546516873503781056818039736884680690592725066422073878336659156014383855199604525567079024098 +2527847075125720859307217125972603526269724367871881994978039745425984811500976939283305909268477371136914408464862183620857832 +0690848798245605847434249059051242459537031098176625887386313497201621005955291382938621297556760277294613833001841927601417783 +7028637829951952641999762601338035213911204478792655772152455046625599760300329777350980475951284319951538433620056110253564781 +6305383937871208842219397097772665248616270756493102017303010524320362272253687689906320569651514870191751716750048983549016387 +2503753802832702119325330648883246982515086513140942076923304514033686102637700160768687271319427097046984664384031053585769263 +8859227992404387206024381418823288245956367455432601449940099288001162654396819305512052575309088805570615034227083337938687529 +4650804026596773751781171691707686499798853858855531297662807643678150070418762900082986264876734988853277036828880591174772676 +9388499761915323706082278918760363181675840316081077581226482199990184463308418161663917171550066696858396843063924348798640785 +1339519437101345180144205804260788988338143185013195486237509665528555982435461459049630103016492555659996037806521222234571639 +4775406178328515482958996000719481194780201067828314313954411507309766697327602402398592936844052573242705274081653994583193860 +3528381321380368083594961454997422094241837847317957074543832643804670074418168234251527826193469648447514505161752970468032251 +5644398364843284455563221983222109730803753471463129763873997470655511240512635865533704491564823907699160432034740568090163512 +2019394829622861074339274739867648100223183661088275367604560854273519173101761322314118755022999112270121442893766921444175618 +1024961245677370458394203192048216519899540056189972652416007572725591801341729111029393594712226889998156435621046992279746041 +0271013842729391960551828591764938026380238772791709945105208575380084459912538928688891874547881085895537996185248760341022722 +6443644163751965239785936903668129878996022934136734635016147841655906985263150160687560568016130320940069489352717984945617017 +3980979401244807308375088961101007696165282732048547089807678715095196311609438432458589671418362252711116197050123998645160718 +5029882228039159089170628100687054725011048437854579104323727026278151658455314659996721845525056734089399419451901797673293081 +6285409273407838783004808714400055644398911907669583936293776767386307697838130877184976183405711337976463042849151509723365986 +3789116449777854153143327216807443418065067164460291516731014023725079965308205893342647719238044202553135045734641879985943779 +8298817649314977181973643591691453651364965447794449764965615478663842601481733390271221156996231579991946480360911957202482419 +9923477919534528913583979154285960230181626227828624997322864558028580882337999440750509388244247586570466385544276236851986673 +6266991152224272268084343794242067444247144028060688211987908624847699372423422643841707689624467016900013832905272766427426840 +1355067343839251713050029297274635544953158759007585898844352763675665452680269506694090597773786276467200134181329183129591894 +1203185079814519449730972616794089846681228932967991544425024262788862162483806670387321965112895932667954720701857303315356633 +3010223406691406448732071777784917670640450961064883921707223591238303897553076936064137492313930301276184114003498965768546700 +5055662053584872171686392213754554115803665951484341184481678793730256377197108916198950525496472627926989148952673813222574403 +9135301836957832126464142557708338619444651703425091454666943559384577035607172295502116858050756179608799326777436914985064677 +7849895476822416074994849352092796372963487124157171056152173017480389097568380804863683908585558640345480249639539155208814003 +9261731284405809837137712563712141454654064296465941789875748814378776568326711784539691121352690345339673695586510989770974288 +9504548640513288992288616894826847158596027709105403654435535528958145029279713253496007210603612311147571118952157286120765811 +3172019293671644099810154685400878900781863310226630973663196219151877477083273521217193649999031944551410361083160211498456657 +4584835039206895266033291139088493090671186991332152100943013968139485825629047583367832339953098893263224674847060194281239454 +0086703131238762939716791409510475698044261061184491246815071586146930458568320808697308895974335329174951890370629879266697586 +4531479959438670471013925537723663881523195629756820131576957595320119441034946472734403049979337927590688920672812290238838992 +4555784600301091463114748695085394421438230893318590726172334093673394223159678897396878630225087240466235943323892469006400425 +3181295825258212728965331361945064921751996326740368121061708410146864334211196041567878993280564094949434554682791503673171658 +0842856419453623298809261289857239402872945556557159985688775020115214582384781860334689651493902766220136835999359515682473907 +9925790212755349035787540271290598847673187935010889467948737594198142964082798741209190025028872359505393133888993203341623719 +6881035084279659821037463368291359288972809796102439700962259394869871767171237148065599497261891353342041591198086826562479936 +3071229176011336182119446125694433597177517266017496957596892485297788477134388949109492032269677674633006492819820954408939636 +2158505696670981583492100994722239785061126885782859457540392078035784726890160616966602169759722004423370966068470851220475055 +1608442432121043588281125489656099832629914426535320512741673998725277196703980523715247319219104260826637474643734228192860916 +4370675331345005605018147797477139808981239675873728794694700612511771169428567641131258023552337644203474230406734637422278712 +0072859216860622480346667080043679784914202926542586524758456470894276035984569755855670540260788837234221463158700441389231519 +5908942320852274627106540557811105888610228644494103402263750822407154871367868699882023311506835501899157241704189414346964284 +1936077419723541310264634055462791796583876957815065743467706393867078774982042343936087382789908364464848533080889495741496533 +7254584486083999860932338903788745031776193198150907253247533783144266741445178920158676792459480942978555519260352341102863868 +2324388659990555102109355727630603564463003730580206681960957998377155433799099008210231393030776738444219722412702108302468947 +9926613338642730749665937063588945780266089547872794933113744630542358661411190558266352099886620858549171525338223571617167711 +8986318093141580580876428982707764579287478469073583981696234648037808185140269756651566921560785874161230201920488349770275568 +1902800771331526181562098287158829944843731017880219524960324079005886150803168559590390474829249427791824941894802034999528722 +3088584384403360990907891602519470935005839028378253171884990772710302832296914348751708792698002306050160936562533914379396209 +1408310312115069530150233048818331378284637723150482392301602795737916335332815872089409379843010863320155338585218615794879180 +9677693345069319403701934383954872660888681515065440356051840106884171038792426226463129841417745680354406721408968771559961954 +4557539513449236642758101806291205473048350296831633561735117237579593752211878576489139742035316348287283326781007355249045447 +0883189604094854361797387824593448971971447378881204753543909216846733915206018358578418844775503490330084862478510316277108659 +4392550432502243314906975265564518025479113098902169136391369512817565837562370156090165943691065253900876426946219189578736203 +8435865573452195078786548417341611434423772217538030617156223901185493595765324312422048299670372764076523094427788078350076588 +8758192779916285126332006796232045283091922027709795938540004604312898200544114013208612412744965934919541932903174519980041254 +1905758872835083202758499042134848212716811095613617523820839042848090697442064092232729193928479222578050789364469898951584433 +2042272602260087723772848808702134767220173723358646135775389214656797340171301999623954978758165595263461874252751080813852370 +6274949154731112794816216220066048303875986872572001517499070940234617966182507743418989487331756345308613913050407521686762445 +6252730979488500452149052167583298496816203113490366754560247487872848255355376484138619549701240217905711665471993273764649239 +2281622687072260169420599936083131206454896277499378500769391609676460024680767553958496006032193910593446808391535507538458599 +2191010913898494379461759294973512837440625801801770581499807998348601134363013493664904191350527640096566620000395093356134597 +1660938804470213933500623938584649317535645503810385086838104030744441292813013981381095457570526776722828297499568794267530527 +0049591878181449823254506571309609592366697654558586847111232650386057621118329999460228856081046031697258812551653592183584022 +6258688415014551491572224840400910043380364244249549379338382107530054462860121947719561782286604468083436850199239844591653106 +2286199429292183729722721966817924988059655688863458946473056847154314312282407066615331874808857982581754086039286737461422747 +9602373046472185399409121350660074121130363291629972502459350277036971026440212505022927430609191673069989761094096992091670991 +7527879946650183351260678785085159093046180958175365176059942440628342275638429735328061936632746613485734744234236065653841137 +0853905941635849403951594887838110573652181835969202362039487221504242797299698627659839204874816529447544114385531980406666739 +8062623009337523311886378539061039298966733017052114071143987228104904834551295397466673191503750551657795489921304516776700376 +9007862096833941572335165844081198462047136819292917564132567522715598859947138927117299956642745110763969251319858190814717852 +8138958664951405431541453825461330550794221363483549976099721937150607149588852431715285804748382531904426919820630714135461983 +2082397885435139903190314072146037819079478576247984221600827812796545457214101194496220097049368103574832514769701472385466387 +6896832416290927778053721602166743175733725992261187904101998561355457754417056692268681305083190893002118259512241765998122185 +2636968504609327449982531058224266443456972154252698660084884189652857349507395676672582020179531698016039374573532855093674020 +1136026577034357822803043248989730467073666295507784903395493121839773911132783532427651934810756742564183961335402101819870313 +4917099632663820977131969667158301701831087873930909603855469814730542409624643679930249460380846245995843352815176947927777445 +7319944731827475004706218777611396753968431393783636860295774463198452128755272715443101250558014321901313052738593050746571261 +1707391395815003284391913583753339859531852184651610466904418403752429242924142601415582143805388089376849781779454300111958363 +9869108151029888337540428241180238714963181644033868424652184814249832670934245802862990793758097055499023243559198701686575666 +0187337650771748598070996214382876748717075026419386245187486192182726086987036097255846930650043060886509574171932845313409481 +6310275245723435456702127325230222604362757109683102954203602714184216564293906952316506569915992137104170152492029578927512300 +2305363922251604346990506838961419388192179030700159072409204210540634525740072656419492493606787180195424067534096459265589672 +9014680664163948601215499948895470475969838465633327315676059364457476028555130517706511356929094761498786703750352514595140558 +9277484889618105650227338993928615130344847104186489285414725102606461111639517477747291575877009412511989063198428666104065406 +5967555124952181729420151522869271680843682059283488086279627160865021360567069797183031645357984651583784813809428355166017913 +3607122306789653495447270140672966362274565501229973599229667563911606772081598572491953192767189192005766778789005815828610262 +2082222249317420567583150769393704141643717042001944511315146960110297197944325284159980684280693676403148609684883994123930097 +8731372124960991940185405379357412214932260280623846110357067671501251533776628907031655983387403452673941318358548346602760124 +1976021347697640428375581819297827333264016242688348297392388997119461967525771833238891591593742490277240125530759579876491077 +6072466888350935400785328899402008544459154165636826625026958037650740601926412225205263947146298128779293383020953022202454362 +8044034560774166401511114766914479073842481064943729623980836043134237110449322364783254518711575480004977127696613076710220521 +0564017571074921724777748862479718313010297525498781712387929033234996773668361156592993020275412793744070740135811199115493778 +8419964042103133610587792208097044601548949029168486670192222439144702607241592021192461521821947279760550828661220709620486303 +1088814982734131440185884327578226836944316287501836068430921447613687229952034388566585290882851495307655765844223170274340586 +9005799435401477659962899657617685769970912656575731463413483835844226203192655446200112583102919467583122082891247399200176783 +1851901588702515045318382295536798092875597244431065042731697266394552848998020859370638943554279437980607960337319274852691748 +4157648096188098267490705839256314766006302678665206847589272557754575914579199683296869793220703658904894112352768597742132369 +8723572441033421822131850984144065793127526826673880856427241209325971643349588168485181604003549286943794523645867631822180512 +9961788999122788832400015923298335447164102572685865228181427272076170219015236471640964326542574283167180040163937092128142732 +4937228274511747775697611764578391450794749466871545726021901964860582325608076362650424934625277209649989981489750831225970741 +5984541310271980053712817247539372152339967892775462123252335196274653874061592183413734875908267266920758029830479031847869228 +3871371830143074933411065987051697909188835376373962685096571028998970101211924718499411402849248202339306457377199877126871389 +0586547099952007576979285722825771295071780721616176263387445055392095793671230602073249233658371312728279604207471382798903479 +8923577166944872998618492077791653391106848257807366227129544881151900203904339062941439729248722161475876280041042987870134297 +6237224656556330445619379055992474217471454724969182529987949872722998015945413515067495314489889032179791415649686011073157477 +3003735334796840694489912665109880649358659073702150516968523096869480344821929684468744926264579118587187974938771984262183130 +9005753590334142936036827167253181517255166676962390793299722321456204920350620126047032582007457817410580787154332130609567063 +6768747081081207028623866855036005032042045118427663709885224327750939144410815093506371403873404919815687844934325487062884410 +9939375834444884922802271908890569123942112471025359287053666892829043053920922878243233005965596366467035614279935114942794959 +4228677728256796231027207112191813165638914358249269082781564785198933238543379292199026489661901488181239514397059686005148486 +9858539705692720243176916548886314393535919032096542151105543882501065636878211469917818253828853172821658378951042353768012326 +4422150194025015880156761058170304509425792379790006321176948407538912546088068547813798000277530779888405928477531694464231990 +9405650213736879289008838391184069127301195712710013925801226563743554996233482554161918019454022970208565224871459380574639835 +9130794172100568378934252595907690555743933712658951585006391044055921485334952756122241280828770097902109351842319381201019204 +5387985013440379266230518099534711152536460959269911655397255034626367231069408969413762813968064236154692333107664286960252886 +0837118680763800551465069959598175835527467398611671504215567143391659195926190188250898459493898805547983688580472819756799921 +3903220661160023222988830014776994424185300024466935537043911148899196047568212527843430862631973366330579525805431481011727438 +6908486037368642919233388174527626955887348839535505480142124695672332446751550909649591921180619995217291566458925431968029596 +5922782959375057616516378703156580986104482212435661177276107010237081047649806919032851751263569965116169589560831643100864715 +9530369870366296156375956282332841862206458152569867266578623568655520592049072587837930649946891321926334502571392866551701600 +2244120737959672078726164762991283327806243441107419508409939471693616693409630730506528517088302223393878360169050233927904848 +1173648771365582895309968552846929556758030253414605906336548466169612035971381029462786542081116525705113252983939162686385109 +3234155840835288921699357747660762996672264982174457829675917923339715647526557875639742064383339589189545825487931401530995501 +6887665436803180794927923177816956708553785264323074693008344374916559316617894764427215802134641031792988573701240438184249750 +3839539179042881405914564139952865952209303008409731497507386952470654995467985010268759732897359668659271914262252626200604099 +3901076984640950131960333781644223983532267536121313347358475229440208418673453842347657506344090138736051557656821297434982077 +1623302641135870181311409682200177224901019997404700215147219379739297672524540935209651730504196225871915072497095486880839456 +8525315354478812852093356397223120386907828133392270722811606375757983394361481913342296750609970915686272616757634461450159831 +1758237483830901977324883248068822612744747099358422855339260889327800667524049577373525949059825015390160043063670312221072626 +0817646239152869131112173902854770980862701701464607169211772950069653293230684510278012053087035337608494974396015461535406222 +8646346589715796030816122730522353992998487085588488148264344066530587174128544229529685414458831257128748560990578804587360715 +4892783957104711928531643465336739867007712821809759300577073458900066680389265377353301997705565938884080611069388312576416304 +2814927389151100129042633757615682635990656949553591616128856450443418496471442467646240189440950521511107482659253501599167684 +6135116334119022986012296077975055833220297155080260438551907096128989879928867449175546615606752828933549694825257606317586967 +7016532424149169529714586507287588315821039767281860867212525388739062009398857291177966375322314074508942295009826535646980545 +1130704846522761465358987904002837038112315864342341500267273512280490182439691698104185495677754466174462509539951393350430049 +6239545452060864474289817540605900770875649791603624701849860428246844860967392240963173839859434643202570338001444647069601535 +2892256768296868079082781775690843873409200886346998104928582896183217369070621962623861890767458984640863725872163427837396161 +1015987233236680540127175130575507867333440719260832000405122222181144252353002520085749044160442813319007733231316952017735844 +9207122991749764391450668652103974356514593013095625877412964336676292277200308352297929615022995501002585354045748416214004090 +5010570807508645991981283973843421015013551379801238469792061968346208698033924105198332080219826873915414042770997813678587105 +7079764317445013461353198084076807018884451655619023138435629015461147032511308684817994462582990789356614515379970417351047112 +9725881506883451817378068264565401988152381111185798791532824098438029254469346518084626414715068349480830207550031462251028658 +1504691090829009028694497048664643697386279163491642380984787314683252474807267403308118309227599112336474348292331546087385709 +8374045238326514850352601439525770150385106432876360117179641265901618172845807500617241643296725102357385086749024223414320695 +8751924711372854963768655608131773099674117966941670496696797649406607434691461307943445287152706412809962107879642575743136123 +0303974873561466480968743445273196900705427451656962370162651211903195479518829395352847623644931113876694882674530035776397562 +7062275706646629882491960277069009716984996924439240397590784333436313250958554553224460478301293892351431447612983420608299779 +4021998564670601304459878729468539224393130081394097452696802435298562203672631426231047502881058781296871522825905804208338252 +6603870763394362689777694406864771464497251023441752146535341971346977029094361489321326128197028616266687437237475295317363781 +9156020188117437220553660891624641158468448699614504995148457693527457205903178159270764484168386506020072977552224361333700137 +6800793585132251294965485406539737210356860431874461572263005112556102550605119443415354337340356018964066943951864924412299915 +9176918467253843792621229869758475550809947953676328982327607776920014653501974832672677357939313552991103607402118582223524673 +9686597280549256712036750220654564584483912204263497709158167656617008449221355316543489486938189978195357412962551710086697028 +0388429487175354035020158054103632924527177834523214082900849111108930893956355794346651605160826522047668675831813135358949190 +4345101694469873179969332042811556018423606297108948984557961826035019597070396285751114257989897953296299318364378614357933290 +4949793892609892089229851776026934561460317731511255552266868980253783700717106802153694611663582999276204920297363252094371934 +3674663375108601609896202396621130718019413744942494222052103933540452779973933501106619925311069127219850907767043719608829470 +2702622493254040904859153876396184987380395898007693621320399251663876437827374821903867019473977298529862021085159803043642262 +7628804430192406674682789691745692230306369379190920544277057351743344722619473702262372514469670378356778783948762245486971339 +0209360041654178829792127599208780855624409037374530019447406585398770659754872987726192651460619482209256452092276066423476738 +4709783672042319775995641852494077105915433063897114034300326610462577068371066683331006070063551265931785531029670403665686700 +4587667003896460717120912220270889981167563292172474600789871114756272885374551741764032376074283701965139574996577462686971467 +3848976224442081690472022609003207496720929495444016043645809920259850317579964113261377231461428538754038582648249855596427337 +6172335672098748490848298205075949543310509985651798361629655073050078700179132155025462638010290501496311312192593367695422649 +5726384573393389957861087954363684393648224844030047057212547523809090733733447320925926719918185564312722906061784825834541657 +4665490918503684461998203394016725914244105391374685986007968106627529172068516391306150797382538751326421691707344779240051404 +2641961236056444783029513171308212582932163735856854734301365261361011265730957017358847540597925397759304056715637265630175924 +3143119314616534179607705689766936638499515116711864605104806787742064610741185862931157231900890917045797092416341390041404007 +3447931172643093407899075956016941324761309449689246711224867235309324518097331543836073039264012951510199018054862544697302228 +1563566785164424421738528286186718541346261171578886688118979569809183215506908080307606078120020216388497864724764057557754295 +8570889786931244194585660557574434060147391448332058484468219132867607862446662006468299620134301595151046310252336800694251427 +0217713452224504960721091364387786965013258053103569599886166960333008816549340813042469646283329089138949995982273574974215868 +5241363057936964400802812697301682184281492778601196784957952838829973528993067785327299171845639921011068758599950934223980914 +3238619506166339720940794008445086813283016112070588367871958447351766426343723002443074101469688320695818179265745434758910694 +6296789680362763149161376071869217199662771928863547592423030630832336241218625794010606091635986342053359908043568336874619758 +5796450483018638379674081988788071939094611782491186354599577562913830254367966241420426194905385522339051453836242132016154075 +7739106134294761084702741107955615651072406250165155261201936784282832131480551569227393410480076418655073059966098939360374229 +2971567365547701845803783070635993312664824380381023912535236337973918393748125160984639017693662692774791712740599492208482304 +2270720904622266004044552929046382853488397030569658054130832432158967100326401536494483965188041727224259066348964879067583812 +3443273270836744114169351145812281297836105568675664537098362750380900035541986757124762712416133474277811013584828903165701857 +5742987445704693742780012691654778768416076035850059897986267208927114643299349752186944079949266040605774961616317552910045136 +1240573283641630694358812830029096031820509750547875205950719721469746524236951030334909216603563649107173637973757255912252238 +1182181309135378156725140117731218230316055150298076621940456444204177883491865113883523054776801063888819486505485385264913416 +5069068146388574137237425212952037225400371744975152454660711335647864580574001943714998326035983681508282903233341771279568745 +8467943310622656536228892538026964919357667642832630682651110048817452858559725652837991052187308635773654812551494387013316194 +6440134083862480163392226300450457593962112666903507568451147153007397865298280740371802995538252604177619078977124651051346524 +0537206772933648445348418297957633068071300723364120286017796847418742109018037795201017609886014503958468715621463005263787770 +3432430202920291906940764640954727327787760258258401409130943189103009317398784374181000619017547537895364515789076658241461815 +5914935373373404632064261928025631881068410722283620043865276873695737002786518062855969064577740316535280772509182462064465423 +4663807875203623784262624547123565729447932492414543360035449489544264792983057557527120665531457725601958452570287012086637115 +0847474551270439717567791117916716520890209772268515126243374020404961236068669964591032312120458856151122774707229179093256702 +2728583785414355071386563956562688209782901746373262288816864290881579324219562028197868974414398025024344306680144426091625030 +0910829767068265611067617086376443471268114912189289789288578161296371552096260414590275441364898692653660772972831143055685254 +6907552020126899986435407709381912657932246467804972165765350364308400598137400904853881086873855469475626923756560878726730206 +9692227748520363042215131444256441345425607520902904049752565589636006403442938604002826527897011684910364030121356648587505405 +4764025506989776287250936345001157192241256998927684892678268726606209680040843191546472014984020704327316352200558172668843000 +0564503985848436331698791790813182963520559967441699554268886929254925633860614440306175833628563304317763920599751129071094309 +0175566287557279025857970584297243285600759435104151831150200001725607992873593941524916608511725999483859291253760003734973775 +3039168535120967789573627753936889933310390638519872912077737282540474993630496322839461848810678646381314301370434612679202453 +5290955424609618789728513231303753525180260090737043547498273247450093929519045624882089783253628274100484171694237532423254859 +8186844862044986653314802892230697717326617551815053423012041608272398516591496440428962043914698069230013270892802838135287280 +2942112717174269473287862314996229628874313075502005461595688743732840097634991389852224318945641142059923309434297254976695326 +2444525231843962298275031069381314438305678331941237253189959661616931936428403908777740475422459580996785256969423138340880864 +3680179310627154010609137293613898326769365871171324366981855057912989303388559760676270131578093527806064422528032847530674921 +9355461118722504639190973677696806900807813249020915988601326357024391608006515894656601520223498473406143763133984605551760635 +2692839783034034225135191314183486878688437669767719161941937422862653760924569831725084821460846216076710658987697058689127356 +3364076178555288032798058397361297765867389733546080821420688209714329880465424718281983378741966307965647446727248970877582835 +5097154920011309551648620026419749934729546113147672841385317729841476832905993191729886098778334663461209723905553676387326787 +7544038203057755483948118938898802083672133837458011190981229303171157034238018580240354203030584798053880317332961525265980136 +1511152526450600575245224610801100379737911240153008627074626764499468695975779959724757934622234502314480579416277867481722879 +9208761275469748679977983637248710137550354113725122267268928582906191386758550109656015747293931779066403562806751200098816649 +2774371960428126935364571996703554555526862912399267217503390978028481995519553561409174881144281743002477593997449474113614320 +3283118387697337618913008345214573134792212133551845640272542182183565756097005950085429574121104212579366752791246087630740431 +2251626647794796903046417171601708089033102353726791435541243544024082843362831636356376144988414260766152555993385246920667885 +4120430579803988192186052185336786436260523534744839109920724061087523726726856003315563861271636470368332064799342319979701963 +1178460847308168095740461067148790390275190816124283621727277092177096823111400887004927669450338704196432823728793780107282726 +6147466566392578561700534815888328209861843963585876273190658740165656380640111544922854734365367040797352367883442096872576161 +0655254149992445465845820920429897376775083347655359252308973271695549200271712623988532809944592500421544522541040542744651771 +8895306524774577797925949127567789976094837338117657136712633080384090456221881872243825996086082147423517476054977573177854050 +4943011385246149882784947556915542478920754812582717541224558316858308474902436139789610336015128572291595765038163819815572793 +0059519490142292292642467486355644357871443222407272677363258010549846343690410511589487255437861629574221414317395258487976995 +6701428890977392343133134256358135045673673123158832116303929634062094950503008501398110339118434776130231986975400156621462276 +4809112204042804726404274446015570840535663272343219408139885535879522105193162064034829419212674983141334515042809663864776730 +3339872236842534294842100648778519220364381792736266281427277880995347117460315427394400908444602067720779504370559025897150525 +0666515892628240976196163023835072227181720931267205367481763695114784962335391370607825220441784558120081030826294430035145825 +5990171621923618467399400881105334235398291318764791324436841208478784739274728174080402657482105706012062680090302017358495564 +5800215155555227538662802534678916888507797284554941341847639680300462071370712985768701847640442454877861723356457893345549450 +0044372835991682943791367236860846326267985956993372513320157207230356385776345982286545530591945027191940491720657627496371424 +3896431871159669144163572836324937737933585239956934241358540063356296466656555165061326841756648545874963895216091891197215432 +1150436121846416639357239779525130732656046114770001886098939931426129354428928259723637803567803101198938817466591948073654097 +3680333838160206864509221215320873122528703603282455751545397796927467717336094169326962640299653768153008615924472102530867643 +6770050643269265320774249712789524649226429216132578192388680218997460246361157967129125548877818859824163987287642561738796200 +5254046150685030619784205850259746232647288005274167276588953501245671262327906633892459399349248665683674586756619925085832749 +8138659441098017401153449742392984232024716079021347321627336986000612605589176674195767657558188526805373912850372987580206973 +8191739475819996816485468724355025309335206345790673864079265551398839303546015301031614690697079405116794058344817857751170058 +5907733664187032783992586304169841870946162957846844623230375351751398150941213221188521406317499729525031329275753209552972135 +9176007624492506072188440485436086995355405038611315169617103420795642254487038087275622057368505174049950711687063028236514019 +2054382102455304130470152360854926810408620809647732343016107388521668970316223874173994646760209951211428665814705542349614124 +6010507266966547829863386841978029050310064720150129583679215294838434102788460967870976228374996605588773396271433676057289822 +7051841412308687295953020826737760628903413518500966433370038504670238126933304749517485860557144247313921158680957030845329616 +2360033770199629503223807832521648961131842719239878810835014788911969787608442436353630358920568228223028658040834409931217202 +8400997693934004696590555410764211165674028575041130093079293183383749718414250933932351869983505392135593326730456694681893830 +9601966479081797142729057700273038016579775812303462568369987589932810195102540708796028133906200420900692102185183676170434137 +3162497370959471401670744764602103343725945241209609871641803759642428128312023652491828868062451307296471228615569464816843941 +8764436487815154921343571706294950245330020417561336192910050884197950522678946771691143370350696790098631293864395203215663546 +2103973531056753606278933160819590888661208989653023859755262642075600795082475977389553769715231157147229187302967554388198370 +5511263147464601148510010944839861149087736327442223343582633059022202904665113422199247896714934045390179111585670544907398745 +6503691628140930095878935309503466424485388886339832328600458315631288162890181616057639363435222140281269282576385033650710680 +8454254370393439429040009560609022779619788056284224520991161927353411842168395626223590494290282053470410540843450407987926472 +1336825679355920509182270187363852809609898538144457557442453481966013998014732868105005901821373796606751500831791325616529203 +5075118330341336536977717509239821947081842843667207368538939749602952519028901304254002381236022047524790390418089280097834547 +7087002693940685994858725839374363930880942852293359924965925052590869503751762743229260822706873201650092697209849276502693145 +7306083000612674447155484200177291509744727003567573915026132438684216504412932709214471251820240604475149792423248249870477794 +1828750345492089414352178700274996717656637631789061874232476374372589026121784200003799632748786969419729627555600483655428983 +1419038605582900945308948756881180557106644399148478031842482768934058982366460243721966998715761966320233275607842960609086807 +8995674775072395937621113944922442969450956475559169579744736615353848691595206952225921509080923588771792361528472949801095259 +8071164393093218807836177998870397618178243287174730595843254576188688725044187468313573761652235487642008727514328298453902298 +0249472421551084408818726321837167660068433212182140863918498142778473568559604363644028430498972834010437189971676814372359835 +6326215711122626023900879284642848379045342532983675870120785391214889560676166670449442675798343547201651587376372310330260972 +7721128349367234491190961548434288775058240627555576639847795303346657927088312538298685663289068965153779510427872075661840307 +6404054826004851129562529146035965093659305313594131922007840749997852785915480413483418179403471734301385082608331943522033365 +9733723661694274986939415998932370600151791965983225598026282848806043753357041009447678948117256393500635321688798336983220809 +3023589135170563869561312040343087996767334919517638058142422305672311345678035221436322642357974773060658747505711133889241231 +1715152441111565992971519735514891973779991073609482568950260394204089469526267416519043590653468197703445241031998318436540928 +2571161687670398639649025206286059219618343667065497532146361041751088315806996390315937024865023472982359206847895714744923905 +5104856285757044366877940768642231044057490201353054349716001939164041109356173546969025877651803874584635636362767779008126317 +3656921864783698643075571406752016536758441120671704957195627803118074461526120679475816346733176098378409722349965248254591396 +1131443502066788861338718815939549028179403039813213172777877033453234020243883715396074872970863142546452822669185069959899184 +3828769910844736669658151259692028871696603091005326667495981150974845310134146991259645265882236097619326183020932698293809389 +4299190605742357746915386971343055529972124390299804481008342198376182446383261925929177219506772125075974364335839610948010146 +1147666764087177430198110110312435274731031579695008275499991697667495238558041459480531076474591001063866865437151222907417625 +3118583599222787818632900781019308738830040805599161996484071877144944130661026998282751748208682924005109173737574254051272267 +7248376535827628635806240316333585049198937287552863170331727642858039762809709721675292461634836370227092107000659180675306750 +5306506627623780068062337884640840561088552876565604494700675337745509144650468822636638698294453362040534422173031206225551013 +4252579308534696009946359817557643262143167696605231236359117810698816646524895198187607892477097108960784373761400944824549798 +6045449932335488814802338206074710052382801251742328755176048705595171441928353779134497634248965450262069632636038949744898591 +5048702418591439721957110373280102402968469372594873031440576890966279374555142674908990757259647232567240212811527932452059539 +6445116473158402926922663638150560761537491240522157144544441504700466911488897981059188305240921784775901100861995605851341634 +6426302952753103378949324692632848243080208624864503932730319385221633332864218296337728836033257029589381148577572779689079838 +8323351033213327371073881110283228611521471023685177945561596153462821296338506612181495253533007296541471850977144060198153791 +8612240193336900124220751825865213792796718254928148410457543169565765686381156512821242185857562689521331372459681870446271120 +2190046770619246800670427384048126037985607253433475697587520496744179478706647309818755439429545326720329201172200607765064227 +3736184856673482672738889087427014657874110745468152414492168023597661163943017362999706603380493625843592458433287608755926735 +4182865681401614720438201427164757077032257161772988732629306857669039790289782177374506368443513627759379215518499475202046737 +0697566863573366009839193988358046426820897141853585923998497091914817356341676241151406963597520055377063092845547594101697448 +9770510287164808256026738019695567751276805483623280478598925336381177794945569958800804342768914035606587017994256909693642474 +7259755154611086941695255874435534803016372667978524879504844920733928636400671846029963027849546724083520281554956394251995619 +1834558695670914755649864898844629047200426021450454765139131674876570357846943407935142270035129746721137853801869970041785717 +1163596604514706992103337640896730977362836499853948987124318776421720842943109071494096297915872890046802390417171851693498985 +6696873506860390067654571204036998680608912603658516851469732917336706912396900863519518863153116679969409193499475151912748965 +5772630153097284117632752487886616553301227224710840592032831301443809681968538716385350119500103381352429438906070006049324510 +7255320449590155185339594353774382542901912346562333365165993746566717810379624006716063017965110258762932735063223456498216112 +6248309487192090873881009634314790029246770378814629258114526635202683322798948006269443152846896870196478753064865917440440787 +1079237303256511529274839846470858035223497145513826461412560940325017754834231423361883666751693338383865225187216612119160015 +4861549012935871901840283860561328549067295489644918336638431557892707608901138017599623121810750153111482390969696067122547247 +2439131148441383234199376711842415663942174805857098114579871600691759196917341291603802573327405138562282722593414751206457843 +1973359935209045256671529911507316084304214657632392500349841226204006608244837820483129185333807659672251730206136609040933140 +8184943256874541309753395121370721662620513066937352652876771594490437810449353276322830929392380590748672786848276069239565457 +3348707026381104836690412750227080237859968000391150025633563394577801401905026748085615086352851413067595432050498561008571529 +1877075667972855586652155165911443897166143801340467259805712033287524340520335275436517702758812944056177253493418193171478211 +3774854369590560985587771159245595691913575127970445498501177157738494672527414527162836050852813684096791146417973149365483037 +6704552131555310027219368793280881514598163193897955852905718685913917573430057096937340959824715120372466589909944315684960960 +1012314375846207604646749185426484171598374093369935297204972798525329648052886568477644707532784462941904877487489747098535818 +7985674284714583813663198777955800874049562438949351977791559431711873042288148908962573859023348239888106006645129281470473018 +9254850687404139400561382825175974131012329412859199274634520950110017567085977669352012785318630525841745235957179742713982397 +5097303689162257167085390435448404263178199429357071875772715774544733708487138600770119134943129539543347602041901144161660698 +6953181183113203630678272715731094392489433607360104735402092320971396494926265205286840279679199637087859730680473846380532205 +7565033230336604389926974822292700950491849340699150720775179860790531037997637976970549940150909535407513425455328335706561853 +5335368312471755733760541805372968424193070274491865313428788002453279122401760512494622819480016105587606929438634932015824839 +5559016338160351661853688320039654018084969722536423822579994200012801736919709694310831609907486201946501673508356764142877308 +7309191546539260723637253628477957548575327772499530308454034050815650925443083418507106015799454347735223841084017225944595226 +4885590707691548323545253419048477650698836445425272829459034786263150039138385336170173040262385017882023012446601786508537725 +3159300795992899648874466508404624507417341674483549750138299511054547355595935184376005929821246479521411349307469101710751249 +2708412392547375974662585574062716099744667256888486220537125770970468132844596575936704205294434437646542619212125911160088350 +7671842861670510559275736664436986661209239228900436842961873275642777838933287515196746049787877411927981310119576400549956135 +8080578380146388148902757671260230173280743467984486835312292349158474503715607238743382799824745964056080082925917323860644616 +2120225379169780135148292573265658608927358543522142151484031366388491618786494744941370627406622031907792989518445311039563243 +6616422310981362438162790258221845503573731451992162868203601740290116853659138924079987226446597241351646843845278977024986205 +3662517640661488061073964114703410205367685498808240378692251201166863090113025726146269622096930731719426952075506480919216671 +4823643457908716999726557603223790753609939423361772712423018042932577115436095139459068730410826645568806300379584835433450946 +7837676208477360145796134097352072195957133041368812408314333472555459775670645841696822521516557015970698046160780950308863139 +5015658403765286649459660652152764801017680991103667912937430519322186712931073677796456215078436603241360959178629806771058487 +9139921128024002577938454673706047243620589115000240242563021016654786832806633509254081676514023612790990852595917560180876986 +9308821204883025320496874045455981233709125160954382611635568126874562312377547977111739040746530325193651004237373402504537024 +1600821697316131396065115975797494969376263815891380490449703227459763844691726208596151555303610430036532384862800860173068687 +1677749011530966588655330008218462556189908006964342216676682876215290543872066380630113889263010720992320394875173725292986311 +6989579261987669045792589013853182107944124182584456537044269091571439065320682853599165887592383283334586801282099984394392022 +9970108676029913047954776468886108937529661369633484559390003673582932372797656385704195055160295258401674267521236080828952316 +3273802761420937902459164150004835781371893878839475301617292925707508874975102558388990001315786419341804043737604037226331752 +6423865093791333509337877707981916567162340796885934470115945789596479789320653277617641131277451340371426117129794514423620761 +7417609321834214164793102707841568625675868448913528641242723253295495191476269874558175687931888576975179732585669568870748778 +5922089337143793314961512325922930026645734559888635155138481555659443901618808201784727019382947895019140665125084159195324704 +2832300412363246058905063308416630201890917641050411420603351067801736891124820850891397186056454796477918095532199343583413766 +3842538349880871712437577001398701888177344881522702272474861972439339253087204797211344636084653095826769076765966355059432859 +9877839498202302366738674681533509411775934456542381162185787945980551914209016996885507489310451917077029188324180322160260432 +2738878897545393488539641042595991720479279596803533846602159358145022104838297930283221202267258855473584700375502341592186375 +9062102173051107870783580788794675784912283028909776152369743147402812551267763802726764393893702046520930303504745751378996798 +1890158543698671287785156969862722836025364759849336645190863408137034806850238192071351320453303572785270717307117565718365448 +7734822410504169526033583218346170435610106103279145679136488844339942839493180608845290017442034674025577300763459944350044123 +6105040904995754702216898271414142776115817083443246834852579568391309141621714380298793479424942862844759389997283360409266478 +8207744090633188685115276563756960203356370566871533095111186389044186232441179082078908516925531610020829064403059153715127765 +4543411669625489070844963508370766554494552051662899693726257799474616282059274838670819153036396550543481066774790569529843561 +6679799651036598201198464287278166599830430479287605906552407498711145045497296895091710143423667516678729308766311555682391918 +9060618446032966067396024483927774799271013972963401931215359008050857228820472502367068320857075813753280582206475097498167537 +1091834892775689353192772704190529392359261014072163618697328287354942394830079331974933337512857161868992496906607708010073398 +5364177554337994653512816619520240821994073186844625407311661314696382001907220045017648487411581430791143507856735567122196867 +0716761726451434192525856251744493844256079661428358229774069510316066898590543756088198375973992063361152435222465923662351366 +0043075513893517349925411233398957648025096112448548886678072991181902374596438596256297098774636238148028169588473828501924259 +3228516645884143195864667466124866845099402543607000135666586926382976262509368071827459582454935921975303881150829096536404067 +4761157693052962556888050028734514069905365690844215214316263823173976897101122538440327270223709317772895230031391498145736860 +6385041084622772519780334652630409495229736116311103527030831268982936563366735822928512879378203876837625284271193343076105495 +8825229991999801614347782438381474867852878074358430022437396713162807802543161593009219312576950358519990247724194904234397934 +7703801976947027234960802861233790319790676821468496141323682139060568458559647230530529267618724263639883376817372167884440632 +1726382143017323548108870010820096752312836426102452450577004449101845698867822824844060001600494219691513701486376765683162295 +8567344046439933818792026021934172754782928648841755910876641284145941585066904498876784179002951113808421135227067381608911653 +2236981696764483162752804813037353468784452076739585261632267090804876266610444767882886160729217192498345880705115733282372008 +1313046830998564657547840785183730714291004250275503590948256987454019097344722968276149211207582987088443854985798581722550023 +9063006406664758572850022859344148370428972822517076773683529207252067208935050546823673576957790680951020623419459032466629849 +7938928170423206022080881849589066531884975323736816185913375521669990715327020849225286810140422793741838143465182856377816749 +1265756842388175742586708059491362377918488379984875832030848543287918941984050070389106581268802594158962582407355351035627049 +5900221712437059899622129468224343840497771816212975521659975058333318690798732737341876177817630804815720469182652538833483463 +5823081639915099173836211725045578069819187508359785075471465778986260818861591546963352470179514396250583548650281488440780418 +7451048170517299540822354367273854496577812259623792325601325690996083083112151683648900535783537568629739368276233311118065909 +9084734714613092289461178939653038690130944168935857129538400432419569476969252314501208058863985767404598559353985694589773895 +6277214607560240011967714168838143750302367595949536752213657372427124984199709048837186130780108450270594932950252051594320147 +3499572321088417920853211811454866152496225537457554175697449661675274675801653044218258736968600625898775131530277707042339508 +9914225219653958408220404955503421597988800462882509224240059485399789816322467527449242209991095322026817971575335077154317985 +5278081500892846628897442768350495212681297210154604830667333056587120720522354514329460517681155334733974540010110756237411297 +8210591237075811936724693019310304435150990235368637778807792760313222154371335709089813727563208995319466715986861635780866968 +7932415587435911762210037637958044637519791039364219987373646146500303943912999127265553435145017969397164413915816752545161718 +5633226031400350789184112011648210881013020831437183038308240362781644283374155015679893305443987813011631237184023671550613020 +5811978080228290171238069706605813947244025818423549831774560590994763911374360626408512454006214897383037052649605527910939842 +1578662832737601740265954708879993575835470810729170613732770615041114798158887175252200232752097837948350852301754510131346245 +6068409444406865116594371496646576550470605636603063539678037419994055698404550683594340710909264161990867009969259182486360989 +3207255402572128867597708386762297362519921843080894171603067736003753278183424031926979188196805787920726466251458690002582913 +5008569364534625206093594865389861974491057988729642501378201086357626134901180260883065306275795854872408871966970358994916566 +5260870280380960692056382943423819321600456629197713258529958092905135072192290151897612011642141070383635146934909632500071674 +5103943101344555719687493820066438065019249811470335254469779344109290667032018362593087359223818942995619770011635033602760781 +6090182191502983738438010896590866621707943859659299906860770756177151013807688207972939771298998138528654622092955429850905653 +1626336772125369872523005387925612023085181385255260458074393235131647700974860337649978590067937668268507156384372177447503498 +0983088220975640726485831380650348574527016263360984693517646111104451963030529155545125362875373684368744288268392996464031787 +1886577864886560438915496753180364296870396016073972814584707172757602216484353054194841318491639088652070784986581587056423963 +5791295955798452846006486957884980659241458306340044696019455166134558465794056766142717707049752847050948964499027310212291201 +3920118159051788842792018209898781792646763214510193250573669914454162275192491103856842226701566784572791940951044194717542411 +5568425247114245514540844570366702834465456557122445652286286614869534230920871827766118797945440453053831301603663599611151007 +9132285049335898106348530191639824752961756612096827245060794650887002292087021431444313048295402370831165699527783501924024187 +9094264576555332744996979181892440388769625070877328456545115444598432716233979462060670021904359658071557042696819752714761359 +2624335032983933790947468174067700780434730280286305837296068262033116687738482347338258135450536831314508366201724139587815922 +8450751384747855334597310320588125802084226440657572189418133991724784364158225409421748567123411489197359560319327166452150553 +0217315146965805878176534045386582646736519057669936823885725039838691917663928104666774688631639185290691596050519297245051431 +7940957013433199012061114563562278128253591876081307949974283942244584406336676182042124767131849195077146222822951756668914757 +6589005956437167623060683298552386150740712051896264556502825752701728084586373026820140301271827258402697782005508526864025995 +3287288894211530920495178421618385358928209601522908652144815977173646436635300032777312309529559530424309089857544514218168330 +6097483328468004536631471410495796391660358670051698715076410248502303660016161800128810231929174703618080502422800241933644130 +2956392224013095847029227680428083425620941588942686433369479814315411693725173853101111802188051631515982053459377355277916857 +3065681935968907368748287973480293783213808382487086015879418794067438804225330554229750223350574245985145312570124344685276455 +3489772935059313564818602631010215526615299221297140830316899208960430528821219213991899112889288129943720176337014173173174332 +4169981630658215328566362976636435099613640630157506404256612156966851420692144492745499377619802506248375541742742014068421649 +3723697831339666759125999969874386488250045997138226100381868783065151573396084764792101954730971063666073382268822664370648202 +7695739092394145422409597895972497681500338948172798211529024633083754418602669479252615594701113082363308526566375385313538692 +0362024243582700927996091721261779876357892824920462321831613846936511858949877169168914710103805138231321626700946199996026230 +0910370398336603134902288593437904852970471827636244578441003561376156126397047213862430430449454667576391124197185148345471598 +5028346423876572027639326365391106837855425740087158529449602646500698308039624506892347711322718143846562617911464289132024496 +9181010776426759091535139982513243227866023899159123168014651495554175929065144279128447458894513674919834462361991122972799428 +6472902683846165829490192503189706567753176937559527683694767361120216602239730653948099377610225798683453077405631209096231256 +0512986051426035486790488833906991553793296020140460296126591780195814787329857676072922129878562425136025882880600984983973989 +8577540121631192413042201337007929873227061283325668352988181356692287167551269236062168964313569524237889901244379824573640154 +5738145734013901847027973765976787682776812683421111101939034836663608749968365412229382487929512185391212964474327857768911300 +7562207836356806317921677823535902895646261255973726228824124734902468677105214682457780953879753523764199156291556619449942205 +6685144408630396033374384521831023348395708816803320958823787110609396335187767019703187308157675845831700883961350733812554544 +7576609828782901349340272529157644117188745883108516505970478068227119245704450471362770646680973620118556831550370068906691429 +7387998131808587529731801781598911046784196725282943998624870759033897379214694560999940160160935915403688360574784745832951209 +6248576464881189569842693329569180599977760906738941622134746107827192298531798906163755685774369390363347404463590563452485459 +0534570888244129725519284614466994594106901806409139995601464274045789187815608635654309801136434736637205014712781222746921224 +7852721958335248170761829133326246797700730414740667697834509581576475365734827900004460335634027879413672459976734498386195835 +5088370360545200433735093090688791665393907039059272593032100436084501418577206986549399579720624028466951070544585214365207165 +6435187129368614449937580538296933531792687165143536181239511296901417188887649499928950174527974591005214327286330726199831884 +5864261175041853165789209708620714822361777843032399821785843235985913827357647540975103877312914819841724359018056154229990484 +1936832320986190570216413377747783409617074645446275675504398782817281167330026961325947267465552277788937638823143961712338389 +6643014994016028760819796829700070956205113377466899907953033114796754643995517690305975245695734383895488045495784881027449542 +9277149772110266765516542199009389979979428729803481968242094114554310414335680714665255584623073310801300516821617747378223514 +5122582985363185134103472499467534154970594419472963412571152321765481331992341844237099548533622925469977982035402603376599366 +5702039170472823969912601643296899307773750835106819267275831078282467998094066465029472821615682366477091470622470049719032042 +0671010358945492991105729283517652015315441687350701252921272273957729883415005085140318681745681298665587818639399209287652478 +8504952151973256765543113775190946452315557877268395630007206112950274261280515123602637574614066439170518948486082023049534264 +8318785147359309244073883391968368385030412213804815219561275632927036049996919071912768810313118985299449822580618372563128123 +5447965794084022881336224721150430474622954063445132529997642171980649882452452874371660709010271333178089011623650142945593513 +7498570392070031176556263724838104407401975655807188803601068318852915004571680712468602581133705435004279673319305506280782318 +4235251770160613000830130983063100984485301111420207302571915861863284245935054969687285090784775829404258632032504825073887582 +6407248272722201582954889873840796724288126199508498948167917317499903480984445960848498060154084891463403285778107348687889003 +4953941330396268815099409977237615027521463257528034758197037642240947224961515275989640733601052280398818164960445717239008728 +4426630124553142687273205330644281511721380282097626819427510520776002629092574526215543555846304555626987349130475830717662512 +2679622415503744585776560549326024439456730222065789254179516934309405880579097989297964155354764447981652276792153719461894070 +6549452078295195952851972101892868752466073329081552637836554870868329745518970415001754631788228704301414087107528862687179382 +3095714010946058367115405111675588241660359378724218257897889232511664785827286570897205547229279697287663245465265895194075831 +9805465298621739062011152177896594580714703932025865262409510756369094551491315344002976208292437754134178483455044310999687172 +5635853083465443752399385809613532628000929554168679920157180193163062291041706935484519604033746044464716659982230583915172977 +1397085494342438160066950214161726216316797535747161972858218528442291370670389809452231490128596440810108729216233152926963393 +8718938957831579949398261083744948669476176529513240710990560722588644755296402086806852345746538236347718030640062631744819555 +9204989031916871283227517942830744003831314993547893753197955379403077174291901637842637655437310798500528596483721526174221178 +4510621681082500438705444746385938892179962383128718253236867948364044872547102979732643922151263657382171953178711857903512864 +3434625913079139632847162412927858083774910063803492872036606235419074389757800463882617655159555904544646003283714069095719127 +9422478480758793975004764634088848124200701219293815383644557399151474644429876593122326476162568364525117348282565684006439054 +6415412788931044743766779624337137193856769272687596658353208728053926044570228051289974744446738511898266628888688489033821326 +3857187055764486798882511807937125159502970249818799519647825055901143034107396715341111836431533491237288074873324479254847609 +1944275217447109672414805304798039892872048551668309961639053276921203694927946551682999672834794575568139407200344761188832584 +9228691574818073805866351085919567356330517627511140717776424135867621344167516969731782408297076690641510925488519425339786231 +2831239904815704920016412032913992948413502229392159186483640311971384616648328934218616172408437024641339341534952850417631408 +7800709599423404547224077175920136421077429331304204846667623312748910375272177983791546978316206296185604509872479031731294077 +6784795879386865023891006814459422181459242147354385223330262696056730516247499993593952360113613078289229711721789291466201911 +1558378948527819137236700414103122090944390583763494240148255786716027072401897565958932034145583789267171948650451004479200278 +5903365269957297061267790413012843976619330012086443873201405355132327717135407147467813950090532723390786355726062359803253439 +7629287528827946090011668159293077488731123501345393936384022425933097863996545653037874008416991412735073016080615679561676815 +3237960418959875052085168366152912866396485668534444686608623522780325138572281373258421046475238324527598957994900036953588632 +9883457218912143598750744649289916045155230666253998012127292069605955397882251577278616463161982956480851083203582599294132885 +8739605725967415654345383552272209454198363876790394143551885453633595477692847087747048445889713841117432214889427740276964122 +1808274594398149686259653460592417452536265711085053636183889817336547379067581749366999937190487929782077243956107305394452893 +2858306534503555758138192142342374976569912519114070071304001216131565171144485590883323767986065555672710513575942087665489357 +4757258115582473299797872077008431880804766429204591994348523186470015406253571125582684142251809933836340635261386229168816736 +9918555292750664784762306372865895993392873092492120139178044227677315162874458415577767229742354738329991177067335396671747156 +9915416169565774505455198608946138326580556663002878103141442158950284935423931276623631554768708518659417736110868144091121408 +7485024844800932215930566743200643612646843426043824587026297306446562930746643938917961270550045568670866510426684185886721448 +4920398501344484751530060228048138752162844188260697740262204586350188489261031255952257367650241279996726021255197979400713310 +0983903945365766675649828378701431579004857069167244696371192650313930100887222144395396003002837274898192175630515559492616368 +3277569441388072350944394279081011821982637576381780324461779633187405677617459795408379063310477462661505822241372624056397980 +2796195339856562934096874382820282192099707799004934067504550995736513197478848274092619553245513516215920528915358178045259427 +3947135872153511247151284668940911981933985156149720562664695031030349744372110088157223178406720212021960705751648342245477823 +8276198303392861443910819050105767637970397653898744484200995946877348235373325786715347188697829025445506211703973576651655150 +5882576032689008918318143363475006909501115410116941599853261283394744451901101910507633092078494500214632287815925595536310673 +7269241743888980922214944937348603959760552838607959592411748713582006971089673926445144319837129979120595791416170081356544964 +3311215693514569183444297282757452024106434743342415838798070572517431245405339373780763180400593713529558089381582197573125752 +4556878108283717136754864320383151773421100605854818531410424407658443836201366417280243912680383714161438889747985913112617159 +3825283938152818066103999819485641639048153915591788440799327104545750772861261496085802570014233362502408220258846139854490942 +3543037705426699624325696485612282411023745859388735341967646420985563945181345313960301854453402790876180716518598169356488497 +0055015399759018591540911328290609447855851641187622864276870240973176403939507548117764594583218172186919643238977138111158956 +2302146157347717928300258596580246250649908644352652697865369736710811431250945078622499892640698932203651495464626034751579299 +0465216581077322245370388400939469195489616593652097640401043603078806904801413336072374703228412879808024013691780444525050754 +9151727760868811886689437563229171390965138504950138407176506255752456724326383897323049258585289255126700265024238726662681731 +0098281899254404044904741984338800905867702052389334861534065540083641450439874866038625038945827791603161398328731872690722059 +6264530562489216043969280034408943083142765136686187837798682491792210809601751533837187815038112873969767271421029102693650921 +7670518311894906730059859298650685509520663627502700465860614043829130684092155123515969024766529965326820247830045239762876384 +1971827918374425559499103800305418434180845901819771222995898394549615763182780848478726307902754377493105414864115497763562067 +7293146824231836764324358936471102982745003549454252992884038807314576844595566006507289403671236553892547396334547842381936455 +3707012658412106034610065750021436552038057251146149724375405389299956024255098042568008242870114719254029045709055991603654930 +4543749521242879802728408392725236169206369176046813175364511678612424177154836269263324760122983569594445005273913013269664551 +5817700093174352547416009939112502133121085536020612539401905269863944981266637678387919942591042471679114800424206674615903746 +9928390417067700668674925186060124842260894166668581468768675095262594932684909013159566891337437296287921942274275342136808279 +1720526807320641693668140417766107453595978158154018754776221360462162393984770342801365549647871062173743896063916005240392253 +5161802386530577435326894842370519298812054283209695964545050386222673476579184628919106024296128426895608065795872894836272477 +9269809290510364760281346041981538977140734635535715877861564862122154561230471413453427434440292536928348809500100637413855174 +0657501300841813074935854851050163894991818276164751987873048063138250805404584707419292446697964047248725308217946641983844311 +8063478785147013188508380911686106501438761736788881545360437305874844044022285005421389985126661063912349587081288388003345466 +5080385912620164034274035663131591931589292314684519240800453976434478145811035864455399019210261903984106215732682395895799522 +0939020059406813121907073513079575778716665344964094359764782266431575550874973231091097656538411338304404129653958312868999842 +6732798933518323978985303323091966916070134400750942228988862433672654847071015762525448860254590537863809085645618465872667306 +0427846766351683194895724811056690695837239230026578986973494357639196637007765612283664140977141629336513743191474504552821790 +3228155682944358310924291228796943417467684350283874136741330013804595358442242749651649995689037646356343539795964269040555905 +6826145487746532059740843858150338835296508366342272235981293613561407683050389559856243442342524690245207486156018191382164551 +1327436225221742602074234993619036983345996345216008664910823535986496447271949044534929738194453356131648251656209560053354614 +0407290886807276555505472513777566509192309345071661761386510676177956004136233159240180697853305064135526857625954524710679122 +1431829687708285619275876929673787963838663779016128696006658789855078135858492072768308764926825429711165034052613724177837083 +7028553048202580189681827868563421125284289066186493489485470631057243002992982744971998313406439308961352814738730662842546474 +1661580089658576037549874036611720164076275368701553799369961428692585978010787204558502174932891500734632543309652429899761996 +9575856899639421670892327891209797029282817824375074240277705275435359082312316792956844954585652271368228646822716619012170165 +4690146795978834583378953218274128128954879679834962721495470431115747652300230454490265247933455376976025418712883919785265770 +4032584676449148273007032590154174755542691092611500872882432669889260868344191769763590664159630537010368972815582431630162563 +5692592732110530293190433213941741940871216528267789341138499704212959459631375151781937020467215223500973204249438057106028338 +1541214818072382006149334712979978351719934230083959861254175062060206728245934867359880240685020444293227864055618527079589472 +1439159705776204064690488345048299759772753492079024651663143703086754589449249599931908249754660757813918172727140178033198709 +7752381183500066741893133463291861429042158260704598873907314527361438231014952758222297919601552459311683576335125432073345960 +4158788096315630807867178963280856579732177587633674289101034755608242832707107748491269005626588055241208204418618388578035469 +1184416032139115028602210049000593619116279959516862765906011705138739437332038056873961010636018153261556031158803924660448426 +9834587809319862013631879808865489908412831755556199315250744409755028410760389172898604230817719091796600511778684843691064279 +7878372956127669698977302339079670592653146391325443980293253311254734925614678750486528888944734310378404782150993544089766813 +4482271911480681906845899905802627519765113355182171607609262740960268207890619067150293516596923655844247586174848972864721468 +9552003526630991149245651109495761934587784128507108647124483752936558263106644305431230364441437558819641682185001628863763328 +9406159315820904843204929487522677107941937076263988953382649335050929875295580457118791755887589396355358703932935557257606830 +2969493527901243167542109903168828628101917337300403325039813279857934939104326409957807201457446262732489661524241158979368142 +1833967145487476098973136162241392322964264292952490319901422154921305200229075272133864200487657774340560812039475075659326308 +1445298822625141627089594319278576573094647719202883678449230305616300998398218250958603519589651710614887336894157702428315107 +8911019753589361230572967964751571906635823516517521975275494263948066958905939807605210390275340148405377313480598158489558111 +3183749609096747980513864052412964607501407465024842349303716927046134047076464086834827581454812880653390898896534483223922702 +2047220404370553586495348686661844320582343653984119122227275984849504305399708851775077220602618170548438073982557547603633042 +5484875538490583169391720574953649919139069950121342298729189319935008363006908499817188567294646844902804708973781249800855552 +7421001424990409022663446235185073936721530809635245828159482916215742480785440259606637437758227633658889520747280770098045723 +6510075506635860479703887783619213078585799368504850589990946726994909109916359460180863720392604659818835051505356439580781411 +0959165291367850253561235537386721365762207442766902579631829064237987397582522884081947056330594794737026301952693630585102680 +6267281924773054128920399667616892395906931391070201721710734680164804934661829697133693962106573047827000567454860592220102084 +6351225785373403775734572811446819619019190839393144125015360556285521375890386016901082233720031340998488590003458019399286006 +8086983669350678861956334882898616321436714400384547300867927315159417274826609618496301870293049853960758679069277021904136960 +9865037759852510085988938641077600576537641357106366728530348981390205491195956901092388717027996104357442748303975082427786786 +7507248774842522159480897459767378325396763974897420116495369220388118224704985677597657612836164641593242643705906198310715923 +6020323897854469493762019753971728667497338537420217765895884555350482562903234559598367966289598307357713584270039680501758042 +2970682482901424731104641663111768757582340710358846705532647449734646971482108058532929343635001949578504462729212526976463810 +8406644630764947233594179128313043631264609165757699872474368034583055609364865453910940072958562666156078109884350362008700655 +9106501316131398908994689175684333822574784889714347654697727209736986308940910431037486363365667132654371414795819563310659169 +0137910472839714679161637852622472509459014895991142745425159229935069751019575455036034662579025492228994125955644298201357138 +2263663590472781654218931217059804728469684174302359039764853349702219977113201315914188584584955078222068657185984247622363558 +5695450824338155861977114741562006985207639935376048162114526556989656274727076392276059583216303897816482298413238883403403632 +0038975862485843345228895776545691226502347548540923009663654944132545600827380276828701039586345737400863528654887451057233197 +1285772332269416234665537910079978608222632602148452508934499816027147308767944385913555512454637610386856292966968437445496548 +1261330191618765210009782014085845073559775965093415001665110717532374517158996315004359428915981278340620344383170562473911188 +0755483943667647640579099438554263999127548734337936583257964438443463208543269429173892355146856191237124938489437234962714824 +9129303544439064208938552091032859116474732583566245269345387009587018850752964356086348467165770868170114265169858965115946288 +7279622065007376862875602615836848329672073134886504804366938182665036461895999032293214820132094992897811456738921945565996030 +4834236494451378286976564913106384851412866607459667235230175488097172277734513000370973157558689076209485032473704000163914074 +2906852713508769108670361019771730001144071549164484831831379004788411810506441972725735257048988599402331202363984166872400551 +4374843284474261559922201408952633150671870157517305411040726961843624607898601648184347808307024923212656070285299487288795732 +8117441033938778257340076295628604371272466046790715921004843853378457388333862596453687093388500288301007959254642621709441228 +8336419205482595246714478040728678515920231077940527413442313540990859460129785367310524821300597125039005330560255760446207185 +3407569957745240672748410048085824476146107644741791845367520753456514888607145322239479922742610070735465164422006326154369011 +8894279996606564122245246476739025836636961740221798143384506169709797876615015522415620193119156094455114077417058486277270353 +7131151035004395224877087554662361771017971918239145723682405673667071436258453271309611849685373102636336093172827546720740657 +8432145665345782054212385521456100690288045272048653500410117161030682916822394178179943934653293870095835416016828701651397729 +9807379993673315841883406823522043062628694861759093682354411179777001696451399181533177926653740164108712792568617753057780749 +7552198060883514609633356358462724322863739238474217533806217264897669042731651388657558396154686026363774639912794923252267503 +6291771443785740732590982981719905524567339994411151615939323485160260431350712239547320702908777027534814334898810771281406391 +8383725943909858701756050979518960102350055348726092344362770497395426060226252186716626586574811491995835598427931237638307288 +8507265667315900242180544608612147833573934012185340789193936346356941286917069481442515796977733286907179390046007293777378415 +8688298391307343027481331662068268845813946664921272848764804887244314914603468930763919183778517730411504413547554154855526591 +5310568546507610904043747230819248926074837842921381365456929822505503792963441504203788828448597610860322974517666735027993699 +8190512204618058514563016675739391233696406975567198996502543146118326981238682542313301537034074950744994938638623004424018628 +5962797353210542352910227068452267455627736914233254078275501019026029219977380762852165264848013890176220808626487330453830607 +1392715231741123546207682784414187261145744424815836598165304144212321073536110482416294352751979189695534837507189501132643925 +9547196873348778230662094351866444409683500705986806451682346762409749401895555972393170493498341109191510645940668680160665767 +9096955810744288162025152776265225979561511052982298941267330985571152782374720461772752985049704669084322641186449467889515212 +4360617959299125510229120098324080014685874269740158186892010379118371918256414709312045505595343772662619039003425826619680875 +8242651081630156918805572079983037638369031262141838260427869758050055377235638965872717517504788429694521145838583513263909672 +4433259455372438105974775408627724880736064277338137893108385178827104479149305047828800826485922049778207824411348676510055718 +8718825984885049258859271868511156347573558547616835487996237695354831720772501296121171500663173314753159506044722718279173640 +2709996430110563394535123371054969016136174141380219513450493806426805948941155396288218826477132071568170532718023856256400877 +4412955918580719390710872526700485018418160226844433869987075876676044792011973789419662798626013873183203506118837233134120481 +8772819562426148199715932002776622117594716096791960417797687467419822085071157480539482033047913473604918965910085487367720357 +4625085282706988812822930138218466374524023159847349699030998731244290316248877616127354994943514784160430249591960166158827428 +3012297335233487487686932791672504848939891571342804916267615897166810277253170819233520663757428230248104405100538854660927429 +9123919446207336590235297840044149569787830675448852079217813254125078565940555357151112153929694801251132171203795549941163920 +7476175369012980559938118310990110840174599144325883878065361105628152837782089093135806082805172562067617245231771061838879589 +4768469919871257284902195592516344833223851928691778696654759047583702848545509080899254152913598427216007302226235522358460750 +5223927757227044947866784478462919350895723643402842384138354740120256079056226884847266693352002580953694527348195695223607106 +4705073558122375415417200921965563405533347843275197814453910296613637292816403322858277400213988846375567124674868467361795016 +4745728385156852832029629080429064757351207656991841817680115495315482039644479548944488439788311653187692817074819840714497361 +5386314847182104599263810424039609228765878994123179215715094367283327303020988006589792974721368333841513658700314945433634456 +3685020221252259142980926069027074077129168059113331677771782227727933843623094566219277157186574916058687802285827552124321505 +0794558617931775588320039074320252238014802597836590634824227249703483529574186006183975509386000848443692647358501225142361167 +3942679708028160995866607265771564423203677879968679929985370044267348240320617033379072586756373490054605230219409903866795469 +7536599276764983130315949383875187945686502994166320326189211280377933687730984141460802381512939077916932152569652666724046409 +0292377825630966235158683241512971091944539929600065707699283877623772501033680549048220288927590692487589517712276010516389098 +4141777627623117777410741182897322646935774432337593489702909715834793849902052358894916963594941828827118210427424755222982593 +0263099400776234259640984881940007947968250580544744304077736076557953616095573458814306253535718606350692981623255928091096507 +0588327094996262431505059042095661828596107333578122924612340170790916991622052806671333685104366780235136494027277232872825498 +1523246308282008538061408160202517775966824053244715248653671495274650673682535042749033828795099010214859776685551489176975506 +5811209762314534687747281829159103097186141033482266881873367741901377849867980657673782571505747169485443159028925476795003998 +963436785863456565690613348237130676523955561372248056220702510606833697646989872355666869136182759934340379879840576201228LAST diff --git a/external_imported/cpp-httplib/test/www/dir/meson.build b/external_imported/cpp-httplib/test/www/dir/meson.build index 8339b6361..e88ec79fb 100644 --- a/external_imported/cpp-httplib/test/www/dir/meson.build +++ b/external_imported/cpp-httplib/test/www/dir/meson.build @@ -5,3 +5,4 @@ configure_file(input: 'index.html', output: 'index.html', copy: true) configure_file(input: 'test.abcde', output: 'test.abcde', copy: true) configure_file(input: 'test.html', output: 'test.html', copy: true) +configure_file(input: '1MB.txt', output: '1MB.txt', copy: true) diff --git a/external_imported/json/.circleci/config.yml b/external_imported/json/.circleci/config.yml deleted file mode 100644 index 82e509840..000000000 --- a/external_imported/json/.circleci/config.yml +++ /dev/null @@ -1,56 +0,0 @@ -version: 2 -jobs: - build_stable: - docker: - - image: debian:stretch - - steps: - - checkout - - - run: - name: Install required tools - command: 'apt-get update && apt-get install -y gcc g++ git cmake' - - run: - name: Run CMake - command: 'mkdir build ; cd build ; cmake .. -DJSON_BuildTests=On' - - run: - name: Compile - command: 'cmake --build build' - - run: - name: Execute test suite - command: 'cd build ; ctest --output-on-failure -j 2' - - build_bleeding_edge: - docker: - - image: archlinux - - steps: - - checkout - - - run: - name: Install required tools - command: 'pacman -Sy --noconfirm base base-devel gcc git cmake' - - run: - name: Run CMake - command: 'mkdir build ; cd build ; cmake .. -DJSON_BuildTests=On' - - run: - name: Compile - command: 'cmake --build build' - - run: - name: Execute test suite - command: 'cd build ; ctest --output-on-failure -j 2' - -workflows: - version: 2 - build_and_test_all: - jobs: - - build_stable: - filters: - branches: - ignore: - gh-pages - - build_bleeding_edge: - filters: - branches: - ignore: - gh-pages diff --git a/external_imported/json/.cirrus.yml b/external_imported/json/.cirrus.yml new file mode 100644 index 000000000..be6331506 --- /dev/null +++ b/external_imported/json/.cirrus.yml @@ -0,0 +1,17 @@ +arm_container: + image: gcc:latest + +check_task: + check_script: + - wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz + - tar xfz cmake-3.20.2.tar.gz + - cd cmake-3.20.2 + - ./configure + - make cmake ctest -j4 + - cd .. + - mkdir build + - cd build + - ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON + - make -j4 + - cd tests + - ../../cmake-3.20.2/bin/ctest -j4 diff --git a/external_imported/json/.clang-tidy b/external_imported/json/.clang-tidy index 046d84f87..339360b08 100644 --- a/external_imported/json/.clang-tidy +++ b/external_imported/json/.clang-tidy @@ -1,23 +1,65 @@ Checks: '*, + -altera-id-dependent-backward-branch, + -altera-struct-pack-align, + -altera-unroll-loops, + -android-cloexec-fopen, + -bugprone-easily-swappable-parameters, + -cert-err58-cpp, + -concurrency-mt-unsafe, + -cppcoreguidelines-avoid-const-or-ref-data-members, + -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-avoid-goto, -cppcoreguidelines-avoid-magic-numbers, + -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-macro-usage, + -cppcoreguidelines-pro-bounds-array-to-pointer-decay, + -cppcoreguidelines-pro-bounds-constant-array-index, + -cppcoreguidelines-pro-bounds-pointer-arithmetic, + -cppcoreguidelines-pro-type-reinterpret-cast, + -cppcoreguidelines-pro-type-union-access, + -cppcoreguidelines-rvalue-reference-param-not-moved, + -cppcoreguidelines-virtual-class-destructor, -fuchsia-default-arguments-calls, -fuchsia-default-arguments-declarations, -fuchsia-overloaded-operator, -google-explicit-constructor, + -google-readability-function-size, + -google-runtime-int, -google-runtime-references, -hicpp-avoid-goto, -hicpp-explicit-conversions, + -hicpp-function-size, -hicpp-no-array-decay, + -hicpp-no-assembler, + -hicpp-signed-bitwise, -hicpp-uppercase-literal-suffix, -llvm-header-guard, -llvm-include-order, + -llvmlibc-*, + -misc-use-anonymous-namespace, + -misc-confusable-identifiers, + -misc-include-cleaner, + -misc-no-recursion, -misc-non-private-member-variables-in-classes, + -modernize-concat-nested-namespaces, + -modernize-type-traits, + -modernize-use-constraints, + -modernize-use-nodiscard, -modernize-use-trailing-return-type, + -performance-enum-size, + -readability-function-cognitive-complexity, + -readability-function-size, + -readability-identifier-length, -readability-magic-numbers, + -readability-redundant-access-specifiers, + -readability-simplify-boolean-expr, -readability-uppercase-literal-suffix' CheckOptions: - key: hicpp-special-member-functions.AllowSoleDefaultDtor value: 1 + +WarningsAsErrors: '*' + +#HeaderFilterRegex: '.*nlohmann.*' +HeaderFilterRegex: '.*hpp$' diff --git a/external_imported/json/.github/CODEOWNERS b/external_imported/json/.github/CODEOWNERS index 4d5ee0440..e1e1040fc 100644 --- a/external_imported/json/.github/CODEOWNERS +++ b/external_imported/json/.github/CODEOWNERS @@ -1,5 +1,5 @@ -# JSON for Modern C++ has been originally written by Niels Lohmann. -# Since 2013 over 140 contributors have helped to improve the library. +# JSON for Modern C++ was originally written by Niels Lohmann. +# Since 2013, over 250 contributors have helped to improve the library. # This CODEOWNERS file is only to make sure that @nlohmann is requested # for a code review in case of a pull request. diff --git a/external_imported/json/CODE_OF_CONDUCT.md b/external_imported/json/.github/CODE_OF_CONDUCT.md similarity index 100% rename from external_imported/json/CODE_OF_CONDUCT.md rename to external_imported/json/.github/CODE_OF_CONDUCT.md diff --git a/external_imported/json/.github/CONTRIBUTING.md b/external_imported/json/.github/CONTRIBUTING.md index 7f12d5070..4d33c67bf 100644 --- a/external_imported/json/.github/CONTRIBUTING.md +++ b/external_imported/json/.github/CONTRIBUTING.md @@ -22,17 +22,17 @@ Clearly describe the issue: - If you propose a change or addition, try to give an **example** how the improved code could look like or how to use it. - If you found a compilation error, please tell us which **compiler** (version and operating system) you used and paste the (relevant part of) the error messages to the ticket. -Please stick to the provided issue templates ([bug report](https://github.com/nlohmann/json/blob/develop/.github/ISSUE_TEMPLATE/Bug_report.md), [feature request](https://github.com/nlohmann/json/blob/develop/.github/ISSUE_TEMPLATE/Feature_request.md), or [question](https://github.com/nlohmann/json/blob/develop/.github/ISSUE_TEMPLATE/question.md)) if possible. +Please stick to the provided issue template ([bug report](https://github.com/nlohmann/json/blob/develop/.github/ISSUE_TEMPLATE/bug.yml) if possible. For questions, feature or support requests, please [open a discussion](https://github.com/nlohmann/json/discussions/new). ## Files to change -:exclamation: Before you make any changes, note the single-header file [`single_include/nlohmann/json.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp) is **generated** from the source files in the [`include/nlohmann` directory](https://github.com/nlohmann/json/tree/develop/include/nlohmann). Please **do not** edit file `single_include/nlohmann/json.hpp` directly, but change the `include/nlohmann` sources and regenerate file `single_include/nlohmann/json.hpp` by executing `make amalgamate`. +:exclamation: Before you make any changes, note the single-header files [`single_include/nlohmann/json.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp) and [`single_include/nlohmann/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json_fwd.hpp) are **generated** from the source files in the [`include/nlohmann` directory](https://github.com/nlohmann/json/tree/develop/include/nlohmann). Please **do not** edit the files `single_include/nlohmann/json.hpp` and `single_include/nlohmann/json_fwd.hpp` directly, but change the `include/nlohmann` sources and regenerate the files by executing `make amalgamate`. To make changes, you need to edit the following files: -1. [`include/nlohmann/*`](https://github.com/nlohmann/json/tree/develop/include/nlohmann) - These files are the sources of the library. Before testing or creating a pull request, execute `make amalgamate` to regenerate `single_include/nlohmann/json.hpp`. +1. [`include/nlohmann/*`](https://github.com/nlohmann/json/tree/develop/include/nlohmann) - These files are the sources of the library. Before testing or creating a pull request, execute `make amalgamate` to regenerate `single_include/nlohmann/json.hpp` and `single_include/nlohmann/json_fwd.hpp`. -2. [`test/src/unit-*.cpp`](https://github.com/nlohmann/json/tree/develop/test/src) - These files contain the [doctest](https://github.com/onqtam/doctest) unit tests which currently cover [100 %](https://coveralls.io/github/nlohmann/json) of the library's code. +2. [`tests/src/unit-*.cpp`](https://github.com/nlohmann/json/tree/develop/tests/src) - These files contain the [doctest](https://github.com/onqtam/doctest) unit tests which currently cover [100 %](https://coveralls.io/github/nlohmann/json) of the library's code. Before creating a pull request, execute `make pretty` to make sure that the style is correct, as this will be checked by the CI. If you add or change a feature, please also add a unit test to this file. The unit tests can be compiled and executed with @@ -55,10 +55,10 @@ To make changes, you need to edit the following files: ## Please don't - The C++11 support varies between different **compilers** and versions. Please note the [list of supported compilers](https://github.com/nlohmann/json/blob/master/README.md#supported-compilers). Some compilers like GCC 4.7 (and earlier), Clang 3.3 (and earlier), or Microsoft Visual Studio 13.0 and earlier are known not to work due to missing or incomplete C++11 support. Please refrain from proposing changes that work around these compiler's limitations with `#ifdef`s or other means. -- Specifically, I am aware of compilation problems with **Microsoft Visual Studio** (there even is an [issue label](https://github.com/nlohmann/json/issues?utf8=✓&q=label%3A%22visual+studio%22+) for these kind of bugs). I understand that even in 2016, complete C++11 support isn't there yet. But please also understand that I do not want to drop features or uglify the code just to make Microsoft's sub-standard compiler happy. The past has shown that there are ways to express the functionality such that the code compiles with the most recent MSVC - unfortunately, this is not the main objective of the project. +- Specifically, I am aware of compilation problems with **Microsoft Visual Studio** (there even is an [issue label](https://github.com/nlohmann/json/issues?utf8=✓&q=label%3A%22visual+studio%22+) for this kind of bug). I understand that even in 2016, complete C++11 support isn't there yet. But please also understand that I do not want to drop features or uglify the code just to make Microsoft's sub-standard compiler happy. The past has shown that there are ways to express the functionality such that the code compiles with the most recent MSVC - unfortunately, this is not the main objective of the project. - Please refrain from proposing changes that would **break [JSON](https://json.org) conformance**. If you propose a conformant extension of JSON to be supported by the library, please motivate this extension. - We shall not extend the library to **support comments**. There is quite some [controversy](https://www.reddit.com/r/programming/comments/4v6chu/why_json_doesnt_support_comments_douglas_crockford/) around this topic, and there were quite some [issues](https://github.com/nlohmann/json/issues/376) on this. We believe that JSON is fine without comments. - - We do not preserve the **insertion order of object elements**. The [JSON standard](https://tools.ietf.org/html/rfc7159.html) defines objects as "an unordered collection of zero or more name/value pairs". To this end, this library does not preserve insertion order of name/value pairs. (In fact, keys will be traversed in alphabetical order as `std::map` with `std::less` is used by default.) Note this behavior conforms to the standard, and we shall not change it to any other order. If you do want to preserve the insertion order, you can specialize the object type with containers like [`tsl::ordered_map`](https://github.com/Tessil/ordered-map) or [`nlohmann::fifo_map`](https://github.com/nlohmann/fifo_map). + - We do not preserve the **insertion order of object elements**. The [JSON standard](https://tools.ietf.org/html/rfc8259.html) defines objects as "an unordered collection of zero or more name/value pairs". To this end, this library does not preserve insertion order of name/value pairs. (In fact, keys will be traversed in alphabetical order as `std::map` with `std::less` is used by default.) Note this behavior conforms to the standard, and we shall not change it to any other order. If you do want to preserve the insertion order, you can specialize the object type with containers like [`tsl::ordered_map`](https://github.com/Tessil/ordered-map) or [`nlohmann::fifo_map`](https://github.com/nlohmann/fifo_map). - Please do not open pull requests that address **multiple issues**. diff --git a/external_imported/json/.github/ISSUE_TEMPLATE/Bug_report.md b/external_imported/json/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index 6dfa7d2d8..000000000 --- a/external_imported/json/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: 'kind: bug' -assignees: '' - ---- - - - -#### What is the issue you have? - - - - -#### Please describe the steps to reproduce the issue. - - - - -1. -2. -3. - -#### Can you provide a small but working code example? - - - -#### What is the expected behavior? - - - -#### And what is the actual behavior instead? - - - -#### Which compiler and operating system are you using? - - - - -- Compiler: ___ -- Operating system: ___ - -#### Which version of the library did you use? - - - -- [ ] latest release version 3.9.1 -- [ ] other release - please state the version: ___ -- [ ] the `develop` branch - -#### If you experience a compilation error: can you [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests)? - -- [ ] yes -- [ ] no - please copy/paste the error message below diff --git a/external_imported/json/.github/ISSUE_TEMPLATE/bug.yaml b/external_imported/json/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 000000000..f7acdf18b --- /dev/null +++ b/external_imported/json/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,93 @@ +name: Bug Report +description: Create a bug report +labels: + - 'kind: bug' +body: + - type: markdown + attributes: + value: > + Thanks for taking the time to fill out this bug report! + + Make sure you give it a short and specific **title** so that the report + is searchable and uniquely identifiable. + + Note that this form is for bug reports only. Please + [open a discussion](https://github.com/nlohmann/json/discussions/new) + for questions, feature requests, or support requests + - type: textarea + id: summary + attributes: + label: Description + description: > + Please provide an abstract description of the issue to the developers, + and why you consider it to be a bug. Please include any specific links + to the documentation, JSON specification, or code. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Reproduction steps + description: > + How do you trigger the bug? Please walk us through step by step. Be as + specific as possible. + validations: + required: true + - type: textarea + id: results + attributes: + label: Expected vs. actual results + description: > + Please describe what you expected to happen after the steps above and + what actually happened. + validations: + required: true + - type: textarea + id: code + attributes: + label: Minimal code example + description: > + If possible, provide a small and self-contained example that triggers + the bug. Please understand that we cannot analyze and debug large code + bases. Please do not paste screenshots here. + render: Shell + - type: textarea + id: output + attributes: + label: Error messages + description: > + Please provide any kind of error output (compilation errors, exception + messages, stack traces, etc.) which can help to diagnose the error. + render: Shell + - type: input + id: compiler + attributes: + label: Compiler and operating system + description: > + On which operating systems and compilers have you observed the issue? + Include as many relevant details about the environment you experienced + the bug in. Make sure you use a + [supported compiler](https://github.com/nlohmann/json#supported-compilers). + validations: + required: true + - type: input + id: version + attributes: + label: Library version + description: > + Which version of the library did you use? If it is a released version, + please enter the version number (e.g., 3.11.3). Otherwise, please enter + the commit hash. If you got the library from another source as the + GitHub repository (e.g., via a package manager), please also state + this. + validations: + required: true + - type: checkboxes + id: validation + attributes: + label: Validation + description: > + Please check these additional steps: + options: + - label: The bug also occurs if the latest version from the [`develop`](https://github.com/nlohmann/json/tree/develop) branch is used. + - label: I can successfully [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests). diff --git a/external_imported/json/.github/PULL_REQUEST_TEMPLATE.md b/external_imported/json/.github/PULL_REQUEST_TEMPLATE.md index 5f303a6e0..c9c7cb793 100644 --- a/external_imported/json/.github/PULL_REQUEST_TEMPLATE.md +++ b/external_imported/json/.github/PULL_REQUEST_TEMPLATE.md @@ -9,11 +9,11 @@ Read the [Contribution Guidelines](https://github.com/nlohmann/json/blob/develop - [ ] Changes are described in the pull request, or an [existing issue is referenced](https://github.com/nlohmann/json/issues). - [ ] The test suite [compiles and runs](https://github.com/nlohmann/json/blob/develop/README.md#execute-unit-tests) without error. - [ ] [Code coverage](https://coveralls.io/github/nlohmann/json) is 100%. Test cases can be added by editing the [test suite](https://github.com/nlohmann/json/tree/develop/test/src). -- [ ] The source code is amalgamated; that is, after making changes to the sources in the `include/nlohmann` directory, run `make amalgamate` to create the single-header file `single_include/nlohmann/json.hpp`. The whole process is described [here](https://github.com/nlohmann/json/blob/develop/.github/CONTRIBUTING.md#files-to-change). +- [ ] The source code is amalgamated; that is, after making changes to the sources in the `include/nlohmann` directory, run `make amalgamate` to create the single-header files `single_include/nlohmann/json.hpp` and `single_include/nlohmann/json_fwd.hpp`. The whole process is described [here](https://github.com/nlohmann/json/blob/develop/.github/CONTRIBUTING.md#files-to-change). ## Please don't - The C++11 support varies between different **compilers** and versions. Please note the [list of supported compilers](https://github.com/nlohmann/json/blob/master/README.md#supported-compilers). Some compilers like GCC 4.7 (and earlier), Clang 3.3 (and earlier), or Microsoft Visual Studio 13.0 and earlier are known not to work due to missing or incomplete C++11 support. Please refrain from proposing changes that work around these compiler's limitations with `#ifdef`s or other means. -- Specifically, I am aware of compilation problems with **Microsoft Visual Studio** (there even is an [issue label](https://github.com/nlohmann/json/issues?utf8=✓&q=label%3A%22visual+studio%22+) for these kind of bugs). I understand that even in 2016, complete C++11 support isn't there yet. But please also understand that I do not want to drop features or uglify the code just to make Microsoft's sub-standard compiler happy. The past has shown that there are ways to express the functionality such that the code compiles with the most recent MSVC - unfortunately, this is not the main objective of the project. +- Specifically, I am aware of compilation problems with **Microsoft Visual Studio** (there even is an [issue label](https://github.com/nlohmann/json/issues?utf8=✓&q=label%3A%22visual+studio%22+) for this kind of bug). I understand that even in 2016, complete C++11 support isn't there yet. But please also understand that I do not want to drop features or uglify the code just to make Microsoft's sub-standard compiler happy. The past has shown that there are ways to express the functionality such that the code compiles with the most recent MSVC - unfortunately, this is not the main objective of the project. - Please refrain from proposing changes that would **break [JSON](https://json.org) conformance**. If you propose a conformant extension of JSON to be supported by the library, please motivate this extension. - Please do not open pull requests that address **multiple issues**. diff --git a/external_imported/json/.github/external_ci/appveyor.yml b/external_imported/json/.github/external_ci/appveyor.yml new file mode 100644 index 000000000..126ed99b3 --- /dev/null +++ b/external_imported/json/.github/external_ci/appveyor.yml @@ -0,0 +1,91 @@ +version: '{build}' + +# only build PRs and commits to develop branch +# (see https://help.appveyor.com/discussions/questions/55079-two-builds-per-commit-to-pull-request) +branches: + only: + - develop + +only_commits: + files: + - .github/external_ci/appveyor.yml + - cmake/ + - include/ + - tests/ + - CMakeLists.txt + +environment: + matrix: + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + configuration: Debug + platform: x86 + CXX_FLAGS: "/W4 /WX" + CMAKE_OPTIONS: "" + GENERATOR: Visual Studio 14 2015 + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + configuration: Release + platform: x86 + CXX_FLAGS: "/W4 /WX" + CMAKE_OPTIONS: "" + GENERATOR: Visual Studio 14 2015 + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + configuration: Release + platform: x86 + name: with_win_header + CXX_FLAGS: "/W4 /WX" + CMAKE_OPTIONS: "" + GENERATOR: Visual Studio 14 2015 + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + configuration: Release + platform: x86 + CXX_FLAGS: "/permissive- /std:c++latest /utf-8 /W4 /WX" + CMAKE_OPTIONS: "" + GENERATOR: Visual Studio 15 2017 + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + configuration: Release + platform: x86 + CXX_FLAGS: "/W4 /WX" + CMAKE_OPTIONS: "-DJSON_ImplicitConversions=OFF" + GENERATOR: Visual Studio 16 2019 + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + configuration: Release + platform: x64 + CXX_FLAGS: "/W4 /WX" + CMAKE_OPTIONS: "" + GENERATOR: Visual Studio 14 2015 + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + configuration: Release + platform: x64 + CXX_FLAGS: "/permissive- /std:c++latest /Zc:__cplusplus /utf-8 /W4 /WX" + CMAKE_OPTIONS: "" + GENERATOR: Visual Studio 15 2017 + +init: + - cmake --version + - msbuild /version + +install: + - if "%platform%"=="x86" set GENERATOR_PLATFORM=Win32 + +before_build: + # for with_win_header build, inject the inclusion of Windows.h to the single-header library + - ps: if ($env:name -Eq "with_win_header") { $header_path = "single_include\nlohmann\json.hpp" } + - ps: if ($env:name -Eq "with_win_header") { "#include `n" + (Get-Content $header_path | Out-String) | Set-Content $header_path } + - cmake . -G "%GENERATOR%" -A "%GENERATOR_PLATFORM%" -DCMAKE_CXX_FLAGS="%CXX_FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin" -DJSON_BuildTests=On "%CMAKE_OPTIONS%" + +build_script: + - cmake --build . --config "%configuration%" --parallel 2 + +test_script: + - if "%configuration%"=="Release" ctest -C "%configuration%" --parallel 2 --output-on-failure + # On Debug builds, skip test-unicode_all + # as it is extremely slow to run and cause + # occasional timeouts on AppVeyor. + # More info: https://github.com/nlohmann/json/pull/1570 + - if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" --parallel 2 --output-on-failure diff --git a/external_imported/json/.github/labeler.yml b/external_imported/json/.github/labeler.yml new file mode 100644 index 000000000..024d3e6da --- /dev/null +++ b/external_imported/json/.github/labeler.yml @@ -0,0 +1,38 @@ +version: 1 + +labels: +- label: "documentation" + files: + - "README.md" + +- label: "documentation" + files: + - "docs/.*" + +- label: "tests" + files: + - "tests/.*" + +- label: "CMake" + files: + - ".*CMakeLists.txt" + +- label: "CMake" + files: + - "cmake/.*" + +- label: "CI" + files: + - "github/workflows/.*" + +- label: "CI" + files: + - "github/external_ci/.*" + +- label: "S" + size-below: 10 +- label: "M" + size-above: 9 + size-below: 100 +- label: "L" + size-above: 100 diff --git a/external_imported/json/.github/workflows/check_amalgamation.yml b/external_imported/json/.github/workflows/check_amalgamation.yml new file mode 100644 index 000000000..0fadb5206 --- /dev/null +++ b/external_imported/json/.github/workflows/check_amalgamation.yml @@ -0,0 +1,70 @@ +name: "Check amalgamation" + +on: + pull_request: + +permissions: read-all + +jobs: + save: + runs-on: ubuntu-latest + steps: + - name: Save PR number + run: | + mkdir -p ./pr + echo ${{ github.event.number }} > ./pr/number + echo ${{ github.event.pull_request.user.login }} > ./pr/author + - uses: actions/upload-artifact@v2 + with: + name: pr + path: pr/ + + check: + runs-on: ubuntu-latest + env: + MAIN_DIR: ${{ github.workspace }}/main + INCLUDE_DIR: ${{ github.workspace }}/main/single_include/nlohmann + TOOL_DIR: ${{ github.workspace }}/tools/tools/amalgamate + ASTYLE_FLAGS: > + --style=allman --indent=spaces=4 --indent-modifiers --indent-switches --indent-preproc-block + --indent-preproc-define --indent-col1-comments --pad-oper --pad-header --align-pointer=type + --align-reference=type --add-brackets --convert-tabs --close-templates --lineend=linux --preserve-date + --formatted + + steps: + - name: Checkout pull request + uses: actions/checkout@v3 + with: + path: main + ref: ${{ github.event.pull_request.head.sha }} + + - name: Checkout tools + uses: actions/checkout@v3 + with: + path: tools + ref: develop + + - name: Install astyle + run: | + sudo apt-get update + sudo apt-get install astyle + + - name: Check amalgamation + run: | + cd $MAIN_DIR + + rm -fr $INCLUDE_DIR/json.hpp~ $INCLUDE_DIR/json_fwd.hpp~ + cp $INCLUDE_DIR/json.hpp $INCLUDE_DIR/json.hpp~ + cp $INCLUDE_DIR/json_fwd.hpp $INCLUDE_DIR/json_fwd.hpp~ + + python3 $TOOL_DIR/amalgamate.py -c $TOOL_DIR/config_json.json -s . + python3 $TOOL_DIR/amalgamate.py -c $TOOL_DIR/config_json_fwd.json -s . + echo "Format (1)" + astyle $ASTYLE_FLAGS --suffix=none --quiet $INCLUDE_DIR/json.hpp $INCLUDE_DIR/json_fwd.hpp + + diff $INCLUDE_DIR/json.hpp~ $INCLUDE_DIR/json.hpp + diff $INCLUDE_DIR/json_fwd.hpp~ $INCLUDE_DIR/json_fwd.hpp + + astyle $ASTYLE_FLAGS $(find docs/examples include tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort) + echo Check + find $MAIN_DIR -name '*.orig' -exec false {} \+ diff --git a/external_imported/json/.github/workflows/cifuzz.yml b/external_imported/json/.github/workflows/cifuzz.yml new file mode 100644 index 000000000..0fd355bce --- /dev/null +++ b/external_imported/json/.github/workflows/cifuzz.yml @@ -0,0 +1,30 @@ +name: CIFuzz +on: [pull_request] + +permissions: + contents: read + +jobs: + Fuzzing: + runs-on: ubuntu-latest + steps: + - name: Build Fuzzers + id: build + uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master + with: + oss-fuzz-project-name: 'json' + dry-run: false + language: c++ + - name: Run Fuzzers + uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master + with: + oss-fuzz-project-name: 'json' + fuzz-seconds: 300 + dry-run: false + language: c++ + - name: Upload Crash + uses: actions/upload-artifact@v3 + if: failure() && steps.build.outcome == 'success' + with: + name: artifacts + path: ./out/artifacts diff --git a/external_imported/json/.github/workflows/codeql-analysis.yml b/external_imported/json/.github/workflows/codeql-analysis.yml index 5ee44a04e..93923a182 100644 --- a/external_imported/json/.github/workflows/codeql-analysis.yml +++ b/external_imported/json/.github/workflows/codeql-analysis.yml @@ -2,53 +2,43 @@ name: "Code scanning - action" on: push: - branches: [develop, ] + branches: + - develop + - master + - release/* pull_request: - # The branches below must be a subset of the branches above - branches: [develop] schedule: - cron: '0 19 * * 1' + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true jobs: CodeQL-Build: runs-on: ubuntu-latest + permissions: + security-events: write steps: - name: Checkout repository - uses: actions/checkout@v2 - with: - # We must fetch at least the immediate parents so that if this is - # a pull request then we can checkout the head. - fetch-depth: 2 - - # If this run was triggered by a pull request event, then checkout - # the head of the pull request instead of the merge commit. - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - # Override language selection by uncommenting this and choosing your languages - # with: - # languages: go, javascript, csharp, python, cpp, java + uses: github/codeql-action/init@v2 + with: + languages: c-cpp # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 - - # â„¹ï¸ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # âœï¸ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release + uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/external_imported/json/.github/workflows/comment_check_amalgamation.yml b/external_imported/json/.github/workflows/comment_check_amalgamation.yml new file mode 100644 index 000000000..2ab5ebb97 --- /dev/null +++ b/external_imported/json/.github/workflows/comment_check_amalgamation.yml @@ -0,0 +1,75 @@ +name: Comment Check Amalgamation +on: + workflow_run: + workflows: ["Check amalgamation"] + types: + - completed + +permissions: {} + +jobs: + comment: + if: ${{ github.event.workflow_run.conclusion == 'failure' }} + runs-on: ubuntu-latest + permissions: + contents: read + actions: read + issues: read + pull-requests: write + steps: + - name: 'Download artifact' + uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + with: + script: | + var artifacts = await github.rest.actions.listWorkflowRunArtifacts({ + owner: context.repo.owner, + repo: context.repo.repo, + run_id: ${{github.event.workflow_run.id }}, + }); + var matchArtifact = artifacts.data.artifacts.filter((artifact) => { + return artifact.name == "pr" + })[0]; + var download = await github.rest.actions.downloadArtifact({ + owner: context.repo.owner, + repo: context.repo.repo, + artifact_id: matchArtifact.id, + archive_format: 'zip', + }); + var fs = require('fs'); + fs.writeFileSync('${{github.workspace}}/pr.zip', Buffer.from(download.data)); + - run: unzip pr.zip + + - name: 'Comment on PR' + uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + script: | + var fs = require('fs'); + const author = fs.readFileSync('./author') + const issue_number = Number(fs.readFileSync('./number')); + const opts = github.rest.issues.listForRepo.endpoint.merge({ + owner: context.repo.owner, + repo: context.repo.repo, + creator: author, + state: 'all' + }) + let first = true + const issues = await github.paginate(opts) + for (const issue of issues) { + if (issue.number === issue_number) { + continue + } + if (issue.pull_request) { + first = false + break + } + } + await github.rest.issues.createComment({ + issue_number: issue_number, + owner: context.repo.owner, + repo: context.repo.repo, + body: '## 🔴 Amalgamation check failed! 🔴\nThe source code has not been amalgamated.' + + (first ? ' @' + author + ' Please read and follow the [Contribution Guidelines]' + + '(https://github.com/nlohmann/json/blob/develop/.github/CONTRIBUTING.md#files-to-change).' + : '') + }) diff --git a/external_imported/json/.github/workflows/labeler.yml b/external_imported/json/.github/workflows/labeler.yml new file mode 100644 index 000000000..11925e1af --- /dev/null +++ b/external_imported/json/.github/workflows/labeler.yml @@ -0,0 +1,20 @@ +name: "Pull Request Labeler" + +on: + pull_request_target: + types: [opened, synchronize] + +permissions: {} + +jobs: + label: + permissions: + contents: read + pull-requests: write + + runs-on: ubuntu-latest + + steps: + - uses: srvaroa/labeler@master + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/external_imported/json/.github/workflows/macos.yml b/external_imported/json/.github/workflows/macos.yml index 5b178ad05..9ac1fe3fa 100644 --- a/external_imported/json/.github/workflows/macos.yml +++ b/external_imported/json/.github/workflows/macos.yml @@ -1,17 +1,67 @@ name: macOS -on: [push, pull_request] +on: + push: + branches: + - develop + - master + - release/* + pull_request: + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true jobs: - build: + xcode_1: + runs-on: macos-11 + strategy: + matrix: + xcode: ['11.7', '12.4', '12.5.1', '13.0'] + env: + DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer + + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_FastTests=ON + - name: Build + run: cmake --build build --parallel 10 + - name: Test + run: cd build ; ctest -j 10 --output-on-failure + + xcode_2: + runs-on: macos-12 + strategy: + matrix: + xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1', '14.0', '14.0.1', '14.1'] + env: + DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer + + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_FastTests=ON + - name: Build + run: cmake --build build --parallel 10 + - name: Test + run: cd build ; ctest -j 10 --output-on-failure + xcode_standards: runs-on: macos-latest + strategy: + matrix: + standard: [11, 14, 17, 20, 23] steps: - - uses: actions/checkout@v1 - - name: cmake - run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - - name: build - run: cmake --build build --parallel 10 - - name: test - run: cd build ; ctest -j 10 --output-on-failure + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_TestStandards=${{ matrix.standard }} + - name: Build + run: cmake --build build --parallel 10 + - name: Test + run: cd build ; ctest -j 10 --output-on-failure diff --git a/external_imported/json/.github/workflows/publish_documentation.yml b/external_imported/json/.github/workflows/publish_documentation.yml new file mode 100644 index 000000000..5a32d13a4 --- /dev/null +++ b/external_imported/json/.github/workflows/publish_documentation.yml @@ -0,0 +1,41 @@ +name: Publish documentation + +# publish the documentation on every merge to develop branch +on: + push: + branches: + - develop + paths: + - docs/mkdocs/** + - docs/examples/** + workflow_dispatch: + +permissions: + contents: read + +# we don't want to have concurrent jobs, and we don't want to cancel running jobs to avoid broken publications +concurrency: + group: documentation + cancel-in-progress: false + +jobs: + publish_documentation: + if: github.repository == 'nlohmann/json' + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v3 + + - name: Install and update PlantUML + run: sudo apt-get update ; sudo apt-get install -y plantuml + + - name: Install virtual environment + run: make install_venv -C docs/mkdocs + + - name: Build documentation + run: make build -C docs/mkdocs + + - name: Deploy documentation + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./docs/mkdocs/site diff --git a/external_imported/json/.github/workflows/ubuntu.yml b/external_imported/json/.github/workflows/ubuntu.yml index d6b654077..35fb9573c 100644 --- a/external_imported/json/.github/workflows/ubuntu.yml +++ b/external_imported/json/.github/workflows/ubuntu.yml @@ -1,64 +1,248 @@ name: Ubuntu -on: [push, pull_request] +on: + push: + branches: + - develop + - master + - release/* + pull_request: + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true jobs: - gcc_build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: install_gcc - run: | - sudo apt update - sudo apt install gcc-10 g++-10 - shell: bash - - name: cmake - run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - env: - CC: gcc-10 - CXX: g++-10 - - name: build - run: cmake --build build --parallel 10 - - name: test - run: cd build ; ctest -j 10 --output-on-failure - - clang_build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: install_gcc - run: | - sudo apt update - sudo apt install clang-10 - shell: bash - - name: cmake - run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - env: - CC: clang-10 - CXX: clang++-10 - - name: build - run: cmake --build build --parallel 10 - - name: test - run: cd build ; ctest -j 10 --output-on-failure - - clang_build_cxx20: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: install_gcc - run: | - sudo apt update - sudo apt install clang-10 - shell: bash - - name: cmake - run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_STANDARD_REQUIRED=ON - env: - CC: clang-10 - CXX: clang++-10 - - name: build - run: cmake --build build --parallel 10 - - name: test - run: cd build ; ctest -j 10 --output-on-failure + ci_test_clang: + runs-on: ubuntu-latest + container: silkeh/clang:dev + steps: + - name: Install git and unzip + run: apt-get update ; apt-get install -y git unzip + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_clang + + ci_test_gcc: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.4.0 + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_gcc + + ci_static_analysis: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.4.0 + strategy: + matrix: + target: [ci_cppcheck, ci_test_valgrind, ci_test_amalgamation, ci_test_single_header, ci_single_binaries, ci_infer] + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ${{ matrix.target }} + + ci_static_analysis_ubuntu: + runs-on: ubuntu-latest + strategy: + matrix: + target: [ci_cpplint, ci_reproducible_tests, ci_non_git_tests, ci_offline_testdata] + steps: + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ${{ matrix.target }} + + ci_static_analysis_clang: + runs-on: ubuntu-latest + container: silkeh/clang:dev + strategy: + matrix: + target: [ci_clang_tidy, ci_test_clang_sanitizer, ci_clang_analyze] + steps: + - name: Install git, clang-tools, and unzip + run: apt-get update ; apt-get install -y git clang-tools unzip + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ${{ matrix.target }} + + ci_cmake_options: + runs-on: ubuntu-latest + container: ubuntu:focal + strategy: + matrix: + target: [ci_cmake_flags, ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls] + steps: + - name: Install build-essential + run: apt-get update ; apt-get install -y build-essential unzip wget git + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ${{ matrix.target }} + + ci_test_coverage: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.4.0 + permissions: + contents: read + checks: write + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_coverage + - name: Archive coverage report + uses: actions/upload-artifact@v3 + with: + name: code-coverage-report + path: ${{ github.workspace }}/build/html + - name: Publish report to Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + path-to-lcov: ${{ github.workspace }}/build/json.info.filtered.noexcept + + ci_test_compilers_gcc: + runs-on: ubuntu-latest + strategy: + matrix: + compiler: ['4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] + container: gcc:${{ matrix.compiler }} + steps: + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_compiler_default + + ci_test_compilers_clang: + runs-on: ubuntu-latest + strategy: + matrix: + compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15-bullseye', 'latest'] + container: silkeh/clang:${{ matrix.compiler }} + steps: + - name: Install unzip and git + run: apt-get update ; apt-get install -y unzip git + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Set env FORCE_STDCPPFS_FLAG for clang 7 / 8 / 9 / 10 + run: echo "JSON_FORCED_GLOBAL_COMPILE_OPTIONS=-DJSON_HAS_FILESYSTEM=0;-DJSON_HAS_EXPERIMENTAL_FILESYSTEM=0" >> "$GITHUB_ENV" + if: ${{ matrix.compiler == '7' || matrix.compiler == '8' || matrix.compiler == '9' || matrix.compiler == '10' }} + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_compiler_default + + ci_test_compilers: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.4.0 + strategy: + matrix: + compiler: [g++-4.8] + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_compiler_${{ matrix.compiler }} + + ci_test_standards_gcc: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.4.0 + strategy: + matrix: + standard: [11, 14, 17, 20, 23] + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_gcc_cxx${{ matrix.standard }} + + ci_test_standards_clang: + runs-on: ubuntu-latest + container: silkeh/clang:latest + strategy: + matrix: + standard: [11, 14, 17, 20, 23] + steps: + - name: Install git and unzip + run: apt-get update ; apt-get install -y git unzip + - uses: actions/checkout@v3 + - name: Get latest CMake and ninja + uses: lukka/get-cmake@v3.27.7 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_test_clang_cxx${{ matrix.standard }} + + ci_cuda_example: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.4.0 + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ci_cuda_example + + ci_icpc: + runs-on: ubuntu-latest + container: ghcr.io/nlohmann/json-ci:v2.2.0 + steps: + - uses: actions/checkout@v2 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: | + . /opt/intel/oneapi/setvars.sh + cmake --build build --target ci_icpc + + ci_reuse_compliance: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 + - name: Install REUSE tool + run: python -m pip install reuse + - name: Run REUSE lint + run: reuse lint + + ci_test_documentation: + runs-on: ubuntu-latest + strategy: + matrix: + target: [ci_test_examples, ci_test_api_documentation] + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -DJSON_CI=On + - name: Build + run: cmake --build build --target ${{ matrix.target }} diff --git a/external_imported/json/.github/workflows/windows.yml b/external_imported/json/.github/workflows/windows.yml index 1778c9418..7ddd4be25 100644 --- a/external_imported/json/.github/workflows/windows.yml +++ b/external_imported/json/.github/workflows/windows.yml @@ -1,54 +1,134 @@ name: Windows -on: [push, pull_request] +on: + push: + branches: + - develop + - master + - release/* + pull_request: + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true jobs: + mingw: + runs-on: windows-2019 + strategy: + matrix: + architecture: [x64, x86] + + steps: + - uses: actions/checkout@v3 + - name: Set up MinGW + uses: egor-tensin/setup-mingw@v2 + with: + platform: ${{ matrix.architecture }} + version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14 + - name: Run CMake + run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On + - name: Build + run: cmake --build build --parallel 10 + - name: Test + run: cd build ; ctest -j 10 -C Debug --output-on-failure + msvc2019: - runs-on: windows-latest + runs-on: windows-2019 + strategy: + matrix: + build_type: [Debug, Release] + architecture: [Win32, x64] steps: - - uses: actions/checkout@v1 - - name: cmake - run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - - name: build - run: cmake --build build --parallel 10 - - name: test - run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 16 2019" -A ${{ matrix.architecture }} -DJSON_BuildTests=On -DCMAKE_CXX_FLAGS="/W4 /WX" + if: matrix.build_type == 'Release' + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 16 2019" -A ${{ matrix.architecture }} -DJSON_BuildTests=On -DJSON_FastTests=ON -DCMAKE_CXX_FLAGS="/W4 /WX" + if: matrix.build_type == 'Debug' + - name: Build + run: cmake --build build --config ${{ matrix.build_type }} --parallel 10 + - name: Test + run: cd build ; ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure - clang10: - runs-on: windows-latest + msvc2019_latest: + runs-on: windows-2019 steps: - - uses: actions/checkout@v1 - - name: install Clang - run: curl -fsSL -o LLVM10.exe https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/LLVM-10.0.0-win64.exe ; 7z x LLVM10.exe -y -o"C:/Program Files/LLVM" - - name: cmake - run: cmake -S . -B build -DCMAKE_CXX_COMPILER="C:/Program Files/LLVM/bin/clang++.exe" -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - - name: build - run: cmake --build build --parallel 10 - - name: test - run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 16 2019" -DJSON_BuildTests=On -DCMAKE_CXX_FLAGS="/permissive- /std:c++latest /utf-8 /W4 /WX" + - name: Build + run: cmake --build build --config Release --parallel 10 + - name: Test + run: cd build ; ctest -j 10 -C Release --output-on-failure - clang-cl-10-x64: - runs-on: windows-latest + msvc2022: + runs-on: windows-2022 + strategy: + matrix: + build_type: [Debug, Release] + architecture: [Win32, x64] steps: - - uses: actions/checkout@v1 - - name: cmake - run: cmake -S . -B build -G "Visual Studio 16 2019" -A x64 -T ClangCL -DJSON_BuildTests=On - - name: build - run: cmake --build build --config Debug --parallel 10 - - name: test + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 17 2022" -A ${{ matrix.architecture }} -DJSON_BuildTests=On -DCMAKE_CXX_FLAGS="/W4 /WX" + if: matrix.build_type == 'Release' + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 17 2022" -A ${{ matrix.architecture }} -DJSON_BuildTests=On -DJSON_FastTests=ON -DCMAKE_CXX_FLAGS="/W4 /WX" + if: matrix.build_type == 'Debug' + - name: Build + run: cmake --build build --config ${{ matrix.build_type }} --parallel 10 + - name: Test + run: cd build ; ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure + + msvc2022_latest: + runs-on: windows-2022 + + steps: + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 17 2022" -DJSON_BuildTests=On -DCMAKE_CXX_FLAGS="/permissive- /std:c++latest /utf-8 /W4 /WX" + - name: Build + run: cmake --build build --config Release --parallel 10 + - name: Test + run: cd build ; ctest -j 10 -C Release --output-on-failure + + clang: + runs-on: windows-2019 + strategy: + matrix: + version: [11, 12, 13, 14, 15] + + steps: + - uses: actions/checkout@v3 + - name: Install Clang + run: curl -fsSL -o LLVM${{ matrix.version }}.exe https://github.com/llvm/llvm-project/releases/download/llvmorg-${{ matrix.version }}.0.0/LLVM-${{ matrix.version }}.0.0-win64.exe ; 7z x LLVM${{ matrix.version }}.exe -y -o"C:/Program Files/LLVM" + - name: Run CMake + run: cmake -S . -B build -DCMAKE_CXX_COMPILER="C:/Program Files/LLVM/bin/clang++.exe" -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On + - name: Build + run: cmake --build build --parallel 10 + - name: Test run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure - clang-cl-10-x86: - runs-on: windows-latest + clang-cl-11: + runs-on: windows-2019 + strategy: + matrix: + architecture: [Win32, x64] steps: - - uses: actions/checkout@v1 - - name: cmake - run: cmake -S . -B build -G "Visual Studio 16 2019" -A Win32 -T ClangCL -DJSON_BuildTests=On - - name: build + - uses: actions/checkout@v3 + - name: Run CMake + run: cmake -S . -B build -G "Visual Studio 16 2019" -A ${{ matrix.architecture }} -T ClangCL -DJSON_BuildTests=On + - name: Build run: cmake --build build --config Debug --parallel 10 - - name: test + - name: Test run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure diff --git a/external_imported/json/.gitignore b/external_imported/json/.gitignore index bf938c8ea..bfd52b4c6 100644 --- a/external_imported/json/.gitignore +++ b/external_imported/json/.gitignore @@ -1,36 +1,44 @@ -json_unit -json_benchmarks -json_benchmarks_simple -fuzz-testing - *.dSYM *.o *.gcno *.gcda - -build -build_coverage -clang_analyze_build - -doc/xml -doc/html -me.nlohmann.json.docset - -benchmarks/files/numbers/*.json +.DS_Store .wsjcpp-logs/* .wsjcpp/* -.idea +/.idea /cmake-build-* -test/test-* -/.vs - -doc/mkdocs/venv/ -doc/mkdocs/docs/images -doc/mkdocs/docs/examples -doc/mkdocs/site -doc/mkdocs/docs/__pycache__/ -doc/xml -/doc/docset/nlohmann_json.docset/ +# Visual Studio / Visual Studio Code +/.vs/ +/.vscode/ +/out/ + +# clangd cache +/.cache/ + +# build directories (vscode-cmake-tools, user-defined, ...) +/build*/ + +# fuzzers +/tests/corpus_* +/tests/parse_*_fuzzer + +# documentation +/docs/docset/docSet.dsidx +/docs/docset/JSON_for_Modern_C++.docset/ +/docs/docset/JSON_for_Modern_C++.tgz +/docs/mkdocs/docs/__pycache__/ +/docs/mkdocs/docs/examples/ +/docs/mkdocs/docs/images/json.gif +/docs/mkdocs/site/ +/docs/mkdocs/venv/ + +# serve_header +/localhost.pem +/localhost-key.pem +/serve_header.yml + +# Swift Package Manager build directory +/.build \ No newline at end of file diff --git a/external_imported/json/.lgtm.yml b/external_imported/json/.lgtm.yml new file mode 100644 index 000000000..b62f9fb37 --- /dev/null +++ b/external_imported/json/.lgtm.yml @@ -0,0 +1,4 @@ +path_classifiers: + thirdparty: + - /tools/amalgamate + - /tools/cpplint diff --git a/external_imported/json/.reuse/README.md b/external_imported/json/.reuse/README.md new file mode 100644 index 000000000..29c2b67a1 --- /dev/null +++ b/external_imported/json/.reuse/README.md @@ -0,0 +1,7 @@ +# REUSE Software + +This directory contains supporting files to make the project compliant with the REUSE specification. + +The root `Makefile` contains a target `reuse` that updates copyright headers and checks for compliance. + +See for more information. diff --git a/external_imported/json/.reuse/dep5 b/external_imported/json/.reuse/dep5 new file mode 100644 index 000000000..315cae923 --- /dev/null +++ b/external_imported/json/.reuse/dep5 @@ -0,0 +1,32 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: json +Upstream-Contact: Niels Lohmann +Source: https://github.com/nlohmann/json + +Files: * +Copyright: 2013-2022 Niels Lohmann +License: MIT + +Files: tests/thirdparty/doctest/* +Copyright: 2016-2021 Viktor Kirilov +License: MIT + +Files: tests/thirdparty/fifo_map/* +Copyright: 2015-2017 Niels Lohmann +License: MIT + +Files: tests/thirdparty/Fuzzer/* +Copyright: 2003-2022, LLVM Project. +License: Apache-2.0 + +Files: tests/thirdparty/imapdl/* +Copyright: 2017 Georg Sauthoff +License: GPL-3.0-only + +Files: tools/amalgamate/* +Copyright: 2012 Erik Edlund +License: BSD-3-Clause + +Files: tools/gdb_pretty_printer +Copyright: 2020 Hannes Domani +License: MIT diff --git a/external_imported/json/.reuse/templates/json.jinja2 b/external_imported/json/.reuse/templates/json.jinja2 new file mode 100644 index 000000000..9f7df2a39 --- /dev/null +++ b/external_imported/json/.reuse/templates/json.jinja2 @@ -0,0 +1,11 @@ + __ _____ _____ _____ + __| | __| | | | JSON for Modern C++ +| | |__ | | | | | | version 3.11.3 +|_____|_____|_____|_|___| https://github.com/nlohmann/json + +{% for copyright_line in copyright_lines %} +{{ copyright_line }} +{% endfor %} +{% for expression in spdx_expressions %} +SPDX-License-Identifier: {{ expression }} +{% endfor %} diff --git a/external_imported/json/.reuse/templates/json_support.jinja2 b/external_imported/json/.reuse/templates/json_support.jinja2 new file mode 100644 index 000000000..f12832cb8 --- /dev/null +++ b/external_imported/json/.reuse/templates/json_support.jinja2 @@ -0,0 +1,11 @@ + __ _____ _____ _____ + __| | __| | | | JSON for Modern C++ (supporting code) +| | |__ | | | | | | version 3.11.3 +|_____|_____|_____|_|___| https://github.com/nlohmann/json + +{% for copyright_line in copyright_lines %} +{{ copyright_line }} +{% endfor %} +{% for expression in spdx_expressions %} +SPDX-License-Identifier: {{ expression }} +{% endfor %} diff --git a/external_imported/json/.travis.yml b/external_imported/json/.travis.yml deleted file mode 100644 index f48ee1fd6..000000000 --- a/external_imported/json/.travis.yml +++ /dev/null @@ -1,339 +0,0 @@ -######################### -# project configuration # -######################### - -# C++ project -language: cpp - -dist: trusty -sudo: required -group: edge - - -################ -# build matrix # -################ - -matrix: - include: - - # Valgrind - - os: linux - compiler: gcc - env: - - COMPILER=g++-4.9 - - CMAKE_OPTIONS=-DJSON_Valgrind=ON - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.9', 'valgrind', 'ninja-build'] - - # clang sanitizer - - os: linux - compiler: clang - env: - - COMPILER=clang++-7 - - CMAKE_OPTIONS=-DJSON_Sanitizer=ON - - UBSAN_OPTIONS=print_stacktrace=1,suppressions=$(pwd)/test/src/UBSAN.supp - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7'] - packages: ['g++-6', 'clang-7', 'ninja-build'] - before_script: - - export PATH=$PATH:/usr/lib/llvm-7/bin - - # cppcheck - - os: linux - compiler: gcc - env: - - COMPILER=g++-4.9 - - SPECIAL=cppcheck - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.9', 'cppcheck', 'ninja-build'] - after_success: - - make cppcheck - - # no exceptions - - os: linux - compiler: gcc - env: - - COMPILER=g++-4.9 - - CMAKE_OPTIONS=-DJSON_NoExceptions=ON - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.9', 'ninja-build'] - - # check amalgamation - - os: linux - compiler: gcc - env: - - COMPILER=g++-4.9 - - SPECIAL=amalgamation - - MULTIPLE_HEADERS=ON - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.9', 'astyle', 'ninja-build'] - after_success: - - make check-amalgamation - - # Coveralls (http://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/) - - - os: linux - compiler: gcc - dist: bionic - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-7', 'ninja-build'] - before_script: - - pip install --user cpp-coveralls - after_success: - - coveralls --build-root test --include include/nlohmann --gcov 'gcov-7' --gcov-options '\-lp' - env: - - COMPILER=g++-7 - - CMAKE_OPTIONS=-DJSON_Coverage=ON - - MULTIPLE_HEADERS=ON - - # Coverity (only for branch coverity_scan) - - - os: linux - compiler: clang - before_install: echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6'] - packages: ['g++-6', 'clang-3.6', 'ninja-build'] - coverity_scan: - project: - name: "nlohmann/json" - description: "Build submitted via Travis CI" - notification_email: niels.lohmann@gmail.com - build_command_prepend: "mkdir coverity_build ; cd coverity_build ; cmake .. ; cd .." - build_command: "make -C coverity_build" - branch_pattern: coverity_scan - env: - - SPECIAL=coverity - - COMPILER=clang++-3.6 - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - - secure: "m89SSgE+ASLO38rSKx7MTXK3n5NkP9bIx95jwY71YEiuFzib30PDJ/DifKnXxBjvy/AkCGztErQRk/8ZCvq+4HXozU2knEGnL/RUitvlwbhzfh2D4lmS3BvWBGS3N3NewoPBrRmdcvnT0xjOGXxtZaJ3P74TkB9GBnlz/HmKORA=" - - # OSX / Clang - - - os: osx - osx_image: xcode10.2 - - - os: osx - osx_image: xcode11.2 - - - os: osx - osx_image: xcode12 - - - os: osx - osx_image: xcode12 - env: - - IMPLICIT_CONVERSIONS=OFF - - # Linux / GCC - - - os: linux - compiler: gcc - env: COMPILER=g++-4.8 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.8', 'ninja-build'] - - - os: linux - compiler: gcc - env: COMPILER=g++-4.9 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.9', 'ninja-build'] - - - os: linux - compiler: gcc - env: COMPILER=g++-5 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-5', 'ninja-build'] - - - os: linux - compiler: gcc - env: COMPILER=g++-6 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-6', 'ninja-build'] - - - os: linux - compiler: gcc - env: COMPILER=g++-7 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-7', 'ninja-build'] - - - os: linux - compiler: gcc - env: COMPILER=g++-8 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-8', 'ninja-build'] - - - os: linux - compiler: gcc - env: COMPILER=g++-9 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-9', 'ninja-build'] - - - os: linux - compiler: gcc - env: - - COMPILER=g++-9 - - IMPLICIT_CONVERSIONS=OFF - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-9', 'ninja-build'] - - - os: linux - compiler: gcc - env: - - COMPILER=g++-9 - - CXX_STANDARD=17 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-9', 'ninja-build'] - - # Linux / Clang - - - os: linux - compiler: clang - env: COMPILER=clang++-3.5 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5'] - packages: ['g++-6', 'clang-3.5', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-3.6 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6'] - packages: ['g++-6', 'clang-3.6', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-3.7 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7'] - packages: ['g++-6', 'clang-3.7', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-3.8 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-6', 'clang-3.8', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-3.9 - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-6', 'clang-3.9', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-4.0 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0'] - packages: ['g++-6', 'clang-4.0', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-5.0 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0'] - packages: ['g++-6', 'clang-5.0', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-6.0 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0'] - packages: ['g++-6', 'clang-6.0', 'ninja-build'] - - - os: linux - compiler: clang - env: COMPILER=clang++-7 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7'] - packages: ['g++-6', 'clang-7', 'ninja-build'] - - - os: linux - compiler: clang - env: - - COMPILER=clang++-7 - - CXX_STANDARD=17 - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7'] - packages: ['g++-7', 'clang-7', 'ninja-build'] - -################ -# build script # -################ - -script: - # get CMake and Ninja (only for systems with brew - macOS) - - | - if [[ (-x $(which brew)) ]]; then - brew update - brew install cmake ninja - brew upgrade cmake - cmake --version - fi - - # make sure CXX is correctly set - - if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi - # by default, use the single-header version - - if [[ "${MULTIPLE_HEADERS}" == "" ]]; then export MULTIPLE_HEADERS=OFF; fi - # by default, use implicit conversions - - if [[ "${IMPLICIT_CONVERSIONS}" == "" ]]; then export IMPLICIT_CONVERSIONS=ON; fi - - # append CXX_STANDARD to CMAKE_OPTIONS if required - - CMAKE_OPTIONS+=${CXX_STANDARD:+ -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DCMAKE_CXX_STANDARD_REQUIRED=ON} - - # compile and execute unit tests - - mkdir -p build && cd build - - cmake .. ${CMAKE_OPTIONS} -DJSON_MultipleHeaders=${MULTIPLE_HEADERS} -DJSON_ImplicitConversions=${IMPLICIT_CONVERSIONS} -DJSON_BuildTests=On -GNinja && cmake --build . --config Release - - ctest -C Release --timeout 2700 -V -j - - cd .. - - # check if homebrew works (only checks develop branch) - - if [ `which brew` ]; then - brew update ; - brew tap nlohmann/json ; - brew install nlohmann_json --HEAD ; - brew test nlohmann_json ; - fi diff --git a/external_imported/json/BUILD.bazel b/external_imported/json/BUILD.bazel new file mode 100644 index 000000000..15d84f16b --- /dev/null +++ b/external_imported/json/BUILD.bazel @@ -0,0 +1,53 @@ +cc_library( + name = "json", + hdrs = [ + "include/nlohmann/adl_serializer.hpp", + "include/nlohmann/byte_container_with_subtype.hpp", + "include/nlohmann/detail/abi_macros.hpp", + "include/nlohmann/detail/conversions/from_json.hpp", + "include/nlohmann/detail/conversions/to_chars.hpp", + "include/nlohmann/detail/conversions/to_json.hpp", + "include/nlohmann/detail/exceptions.hpp", + "include/nlohmann/detail/hash.hpp", + "include/nlohmann/detail/input/binary_reader.hpp", + "include/nlohmann/detail/input/input_adapters.hpp", + "include/nlohmann/detail/input/json_sax.hpp", + "include/nlohmann/detail/input/lexer.hpp", + "include/nlohmann/detail/input/parser.hpp", + "include/nlohmann/detail/input/position_t.hpp", + "include/nlohmann/detail/iterators/internal_iterator.hpp", + "include/nlohmann/detail/iterators/iter_impl.hpp", + "include/nlohmann/detail/iterators/iteration_proxy.hpp", + "include/nlohmann/detail/iterators/iterator_traits.hpp", + "include/nlohmann/detail/iterators/json_reverse_iterator.hpp", + "include/nlohmann/detail/iterators/primitive_iterator.hpp", + "include/nlohmann/detail/json_custom_base_class.hpp", + "include/nlohmann/detail/json_pointer.hpp", + "include/nlohmann/detail/json_ref.hpp", + "include/nlohmann/detail/macro_scope.hpp", + "include/nlohmann/detail/macro_unscope.hpp", + "include/nlohmann/detail/meta/call_std/begin.hpp", + "include/nlohmann/detail/meta/call_std/end.hpp", + "include/nlohmann/detail/meta/cpp_future.hpp", + "include/nlohmann/detail/meta/detected.hpp", + "include/nlohmann/detail/meta/identity_tag.hpp", + "include/nlohmann/detail/meta/is_sax.hpp", + "include/nlohmann/detail/meta/std_fs.hpp", + "include/nlohmann/detail/meta/type_traits.hpp", + "include/nlohmann/detail/meta/void_t.hpp", + "include/nlohmann/detail/output/binary_writer.hpp", + "include/nlohmann/detail/output/output_adapters.hpp", + "include/nlohmann/detail/output/serializer.hpp", + "include/nlohmann/detail/string_concat.hpp", + "include/nlohmann/detail/string_escape.hpp", + "include/nlohmann/detail/value_t.hpp", + "include/nlohmann/json.hpp", + "include/nlohmann/json_fwd.hpp", + "include/nlohmann/ordered_map.hpp", + "include/nlohmann/thirdparty/hedley/hedley.hpp", + "include/nlohmann/thirdparty/hedley/hedley_undef.hpp", + ], + includes = ["include"], + visibility = ["//visibility:public"], + alwayslink = True, +) diff --git a/external_imported/json/CITATION.cff b/external_imported/json/CITATION.cff new file mode 100644 index 000000000..fd3b76713 --- /dev/null +++ b/external_imported/json/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Lohmann + given-names: Niels + orcid: https://orcid.org/0000-0001-9037-795X + email: mail@nlohmann.me + website: https://nlohmann.me +title: "JSON for Modern C++" +version: 3.11.3 +date-released: 2023-11-28 +license: MIT +repository-code: "https://github.com/nlohmann" +url: https://json.nlohmann.me diff --git a/external_imported/json/CMakeLists.txt b/external_imported/json/CMakeLists.txt index 36f1cf705..7a49dc47e 100644 --- a/external_imported/json/CMakeLists.txt +++ b/external_imported/json/CMakeLists.txt @@ -1,10 +1,10 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.1...3.14) ## ## PROJECT ## name and version ## -project(nlohmann_json VERSION 3.9.1 LANGUAGES CXX) +project(nlohmann_json VERSION 3.11.3 LANGUAGES CXX) ## ## MAIN_PROJECT CHECK @@ -12,13 +12,14 @@ project(nlohmann_json VERSION 3.9.1 LANGUAGES CXX) ## set(MAIN_PROJECT OFF) if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) - set(MAIN_PROJECT ON) + set(MAIN_PROJECT ON) endif() ## ## INCLUDE ## ## +set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) include(ExternalProject) ## @@ -30,11 +31,26 @@ if (POLICY CMP0077) cmake_policy(SET CMP0077 NEW) endif () -option(JSON_BuildTests "Build the unit tests when BUILD_TESTING is enabled." ${MAIN_PROJECT}) -option(JSON_Install "Install CMake targets during install step." ${MAIN_PROJECT}) -option(JSON_MultipleHeaders "Use non-amalgamated version of the library." OFF) -option(JSON_ImplicitConversions "Enable implicit conversions." ON) -option(JSON_Diagnostics "Enable better diagnostic messages." OFF) +# VERSION_GREATER_EQUAL is not available in CMake 3.1 +if(${MAIN_PROJECT} AND (${CMAKE_VERSION} VERSION_EQUAL 3.13 OR ${CMAKE_VERSION} VERSION_GREATER 3.13)) + set(JSON_BuildTests_INIT ON) +else() + set(JSON_BuildTests_INIT OFF) +endif() +option(JSON_BuildTests "Build the unit tests when BUILD_TESTING is enabled." ${JSON_BuildTests_INIT}) +option(JSON_CI "Enable CI build targets." OFF) +option(JSON_Diagnostics "Use extended diagnostic messages." OFF) +option(JSON_GlobalUDLs "Place use-defined string literals in the global namespace." ON) +option(JSON_ImplicitConversions "Enable implicit conversions." ON) +option(JSON_DisableEnumSerialization "Disable default integer enum serialization." OFF) +option(JSON_LegacyDiscardedValueComparison "Enable legacy discarded value comparison." OFF) +option(JSON_Install "Install CMake targets during install step." ${MAIN_PROJECT}) +option(JSON_MultipleHeaders "Use non-amalgamated version of the library." ON) +option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF) + +if (JSON_CI) + include(ci) +endif () ## ## CONFIGURATION @@ -42,7 +58,7 @@ option(JSON_Diagnostics "Enable better diagnostic messages." OFF) include(GNUInstallDirs) set(NLOHMANN_JSON_TARGET_NAME ${PROJECT_NAME}) -set(NLOHMANN_JSON_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" CACHE INTERNAL "") +set(NLOHMANN_JSON_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/cmake/${PROJECT_NAME}" CACHE INTERNAL "") set(NLOHMANN_JSON_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}") set(NLOHMANN_JSON_TARGETS_EXPORT_NAME "${PROJECT_NAME}Targets") set(NLOHMANN_JSON_CMAKE_CONFIG_TEMPLATE "cmake/config.cmake.in") @@ -50,7 +66,7 @@ set(NLOHMANN_JSON_CMAKE_CONFIG_DIR "${CMAKE_CURRENT_BINARY_DIR}") set(NLOHMANN_JSON_CMAKE_VERSION_CONFIG_FILE "${NLOHMANN_JSON_CMAKE_CONFIG_DIR}/${PROJECT_NAME}ConfigVersion.cmake") set(NLOHMANN_JSON_CMAKE_PROJECT_CONFIG_FILE "${NLOHMANN_JSON_CMAKE_CONFIG_DIR}/${PROJECT_NAME}Config.cmake") set(NLOHMANN_JSON_CMAKE_PROJECT_TARGETS_FILE "${NLOHMANN_JSON_CMAKE_CONFIG_DIR}/${PROJECT_NAME}Targets.cmake") -set(NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/pkgconfig") +set(NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/pkgconfig") if (JSON_MultipleHeaders) set(NLOHMANN_JSON_INCLUDE_BUILD_DIR "${PROJECT_SOURCE_DIR}/include/") @@ -64,10 +80,22 @@ if (NOT JSON_ImplicitConversions) message(STATUS "Implicit conversions are disabled") endif() +if (JSON_DisableEnumSerialization) + message(STATUS "Enum integer serialization is disabled") +endif() + +if (JSON_LegacyDiscardedValueComparison) + message(STATUS "Legacy discarded value comparison enabled") +endif() + if (JSON_Diagnostics) message(STATUS "Diagnostics enabled") endif() +if (JSON_SystemInclude) + set(NLOHMANN_JSON_SYSTEM_INCLUDE "SYSTEM") +endif() + ## ## TARGET ## create target and add include path @@ -83,15 +111,18 @@ endif() target_compile_definitions( ${NLOHMANN_JSON_TARGET_NAME} INTERFACE - JSON_USE_IMPLICIT_CONVERSIONS=$ - JSON_DIAGNOSTICS=$ + $<$>:JSON_USE_GLOBAL_UDLS=0> + $<$>:JSON_USE_IMPLICIT_CONVERSIONS=0> + $<$:JSON_DISABLE_ENUM_SERIALIZATION=1> + $<$:JSON_DIAGNOSTICS=1> + $<$:JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON=1> ) target_include_directories( ${NLOHMANN_JSON_TARGET_NAME} - INTERFACE + ${NLOHMANN_JSON_SYSTEM_INCLUDE} INTERFACE $ - $ + $ ) ## add debug view definition file for msvc (natvis) @@ -108,8 +139,8 @@ endif() # Install a pkg-config file, so other tools can find this. CONFIGURE_FILE( - "${CMAKE_CURRENT_SOURCE_DIR}/cmake/pkg-config.pc.in" - "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" + "${CMAKE_CURRENT_SOURCE_DIR}/cmake/pkg-config.pc.in" + "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" ) ## @@ -119,7 +150,7 @@ CONFIGURE_FILE( if (JSON_BuildTests) include(CTest) enable_testing() - add_subdirectory(test) + add_subdirectory(tests) endif() ## @@ -155,7 +186,7 @@ if(JSON_Install) FILES ${NLOHMANN_NATVIS_FILE} DESTINATION . ) -endif() + endif() export( TARGETS ${NLOHMANN_JSON_TARGET_NAME} NAMESPACE ${PROJECT_NAME}:: diff --git a/external_imported/json/ChangeLog.md b/external_imported/json/ChangeLog.md index e4cec7c5a..656d68bcf 100644 --- a/external_imported/json/ChangeLog.md +++ b/external_imported/json/ChangeLog.md @@ -1,6 +1,597 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.11.2](https://github.com/nlohmann/json/releases/tag/3.11.2) (2022-08-12) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.11.1...3.11.2) + +- MSVC natvis visualizer does not work after introduction of inline ABI namespace [\#3696](https://github.com/nlohmann/json/issues/3696) +- The use of parenthesis gives compilation errors in some situations [\#3682](https://github.com/nlohmann/json/issues/3682) +- extern from/to\_json result in linker error [\#3657](https://github.com/nlohmann/json/issues/3657) +- json\_fwd.hpp no longer standalone [\#3656](https://github.com/nlohmann/json/issues/3656) +- regression: `.value` is compilation error. [\#3655](https://github.com/nlohmann/json/issues/3655) +- Regression: no match for 'operator!=' comparing json\_pointer and const char \*/string\_t [\#3654](https://github.com/nlohmann/json/issues/3654) +- Regression: call to member function 'value' is ambiguous [\#3652](https://github.com/nlohmann/json/issues/3652) +- macOS 10.15 Actions runner image deprecation [\#3612](https://github.com/nlohmann/json/issues/3612) + +- generate\_natvis.py: validate version number; cleanup [\#3698](https://github.com/nlohmann/json/pull/3698) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add Python script for generating Natvis file and update file for 3.11.2 [\#3697](https://github.com/nlohmann/json/pull/3697) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- fix typo in json\_pointer.md [\#3692](https://github.com/nlohmann/json/pull/3692) ([eltociear](https://github.com/eltociear)) +- Add amalgamated json-fwd.hpp to release [\#3687](https://github.com/nlohmann/json/pull/3687) ([nlohmann](https://github.com/nlohmann)) +- Documentation updates for 3.11.2 [\#3686](https://github.com/nlohmann/json/pull/3686) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Make json\_pointer usable as map key \(again\) [\#3685](https://github.com/nlohmann/json/pull/3685) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Deprecate json\_pointer/string\_t comparisons [\#3684](https://github.com/nlohmann/json/pull/3684) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Restructure inline namespace and allow version component to be disabled [\#3683](https://github.com/nlohmann/json/pull/3683) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Properly constrain non-string json\_pointer overloads [\#3681](https://github.com/nlohmann/json/pull/3681) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Amalgamate the forward declaration header [\#3679](https://github.com/nlohmann/json/pull/3679) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix 'const' qualifier on bool& has no effect [\#3678](https://github.com/nlohmann/json/pull/3678) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix whitespace in workflow files [\#3675](https://github.com/nlohmann/json/pull/3675) ([nlohmann](https://github.com/nlohmann)) +- Attempt to fix labeler permissions [\#3674](https://github.com/nlohmann/json/pull/3674) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Refine 'Publish documentation' workflow [\#3673](https://github.com/nlohmann/json/pull/3673) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Documentation change [\#3672](https://github.com/nlohmann/json/pull/3672) ([nlohmann](https://github.com/nlohmann)) +- Add labeler action [\#3671](https://github.com/nlohmann/json/pull/3671) ([nlohmann](https://github.com/nlohmann)) +- Complete contributor list [\#3670](https://github.com/nlohmann/json/pull/3670) ([nlohmann](https://github.com/nlohmann)) +- Add json\_pointer/string\_t equality comparison operators [\#3664](https://github.com/nlohmann/json/pull/3664) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Reimplement value\(\) access functions [\#3663](https://github.com/nlohmann/json/pull/3663) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Complete contributor list [\#3662](https://github.com/nlohmann/json/pull/3662) ([nlohmann](https://github.com/nlohmann)) +- Adjust naming of GitHub action jobs [\#3661](https://github.com/nlohmann/json/pull/3661) ([nlohmann](https://github.com/nlohmann)) +- Publish documentation on push to develop branch [\#3660](https://github.com/nlohmann/json/pull/3660) ([nlohmann](https://github.com/nlohmann)) +- Add Discord badge to README [\#3651](https://github.com/nlohmann/json/pull/3651) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Miscellaneous small fixes [\#3643](https://github.com/nlohmann/json/pull/3643) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Minor BJData fixes [\#3637](https://github.com/nlohmann/json/pull/3637) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Update CI [\#3626](https://github.com/nlohmann/json/pull/3626) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) + +## [v3.11.1](https://github.com/nlohmann/json/releases/tag/v3.11.1) (2022-08-01) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.11.0...v3.11.1) + +- Regression: no matching literal operator for call to 'operator""\_json' [\#3645](https://github.com/nlohmann/json/issues/3645) +- \_json operator""\(\) [\#3644](https://github.com/nlohmann/json/issues/3644) + +- Fix global UDLs [\#3646](https://github.com/nlohmann/json/pull/3646) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) + +## [v3.11.0](https://github.com/nlohmann/json/releases/tag/v3.11.0) (2022-08-01) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.5...v3.11.0) + +- ICPC: warning \#1098: the qualifier on this friend declaration is ignored [\#3632](https://github.com/nlohmann/json/issues/3632) +- Starting with 3.10.4, just adding `\#include json.hpp` causes compile error: `overload resolution selected deleted operator '=' [\#3620](https://github.com/nlohmann/json/issues/3620) +- xwidgets doesn't compile with version \>3.10.3 [\#3602](https://github.com/nlohmann/json/issues/3602) +- json\_pointer\_\_pop\_back.cpp example does not compile [\#3600](https://github.com/nlohmann/json/issues/3600) +- nlohmann::json::array 'push\_back' is ambiguous [\#3589](https://github.com/nlohmann/json/issues/3589) +- Multiple versions causing conflict [\#3588](https://github.com/nlohmann/json/issues/3588) +- ERROR: ThreadSanitizer: SEGV on unknown address [\#3584](https://github.com/nlohmann/json/issues/3584) +- unicode4 test consistently fails on RISC-V hardware [\#3579](https://github.com/nlohmann/json/issues/3579) +- sax\_parse\(iterator, json\_sax\_t \*\) string callback clobbers spaces [\#3574](https://github.com/nlohmann/json/issues/3574) +- Nlohmann JSON Parse crash with raylib-cpp [\#3570](https://github.com/nlohmann/json/issues/3570) +- ordered\_json doesn't accept keys of types other than string\_t \(e.g., string\_view\) [\#3558](https://github.com/nlohmann/json/issues/3558) +- turning an object into an array [\#3547](https://github.com/nlohmann/json/issues/3547) +- json:parse\_bjdata\_fuzzer: ASSERT: ref\_stack.back\(\)-\>is\_array\(\) [\#3541](https://github.com/nlohmann/json/issues/3541) +- Warning about potential null dereference in GCC 12.1 \(Fedora 36\) [\#3525](https://github.com/nlohmann/json/issues/3525) +- Enable 32bit unit test in CI [\#3524](https://github.com/nlohmann/json/issues/3524) +- Error when roundtripping BJData [\#3519](https://github.com/nlohmann/json/issues/3519) +- ASSERT error while parsing BJData [\#3513](https://github.com/nlohmann/json/issues/3513) +- An exception occurred when sending a string with double quotes [\#3504](https://github.com/nlohmann/json/issues/3504) +- Binary reader for BJData creates incorrect SAX events [\#3503](https://github.com/nlohmann/json/issues/3503) +- It can't support "nan", "inf", "-inf" for float type [\#3494](https://github.com/nlohmann/json/issues/3494) +- ASAN error while parsing BJData \(Heap-buffer-overflow READ 1\) [\#3492](https://github.com/nlohmann/json/issues/3492) +- UBSAN error while parsing BJData \(Null-dereference\) [\#3491](https://github.com/nlohmann/json/issues/3491) +- UBSAN error while parsing BJData \(Invalid-bool-value\) [\#3490](https://github.com/nlohmann/json/issues/3490) +- json:parse\_bjdata\_fuzzer reaches assertion [\#3475](https://github.com/nlohmann/json/issues/3475) +- Compilation with -fmodules-ts and use inside of a module [\#3472](https://github.com/nlohmann/json/issues/3472) +- json.exception.parse\_error.101 only occurs outside of IDE [\#3467](https://github.com/nlohmann/json/issues/3467) +- json:parse\_bjdata\_fuzzer reaches assertion [\#3461](https://github.com/nlohmann/json/issues/3461) +- NLOHMANN\_DEFINE\_TYPE\_NON\_INTRUSIVE\_WITH\_DEFAULT can not parse { "key" : null} [\#3458](https://github.com/nlohmann/json/issues/3458) +- Unable to compile when using Microsoft's \_CRTDBG [\#3457](https://github.com/nlohmann/json/issues/3457) +- Compilation errors when including `` and using `--std=c++17` or above \(MinGW/Win10\) [\#3449](https://github.com/nlohmann/json/issues/3449) +- Weird things on for statement [\#3447](https://github.com/nlohmann/json/issues/3447) +- Parsing error when there is a json string within a Json [\#3445](https://github.com/nlohmann/json/issues/3445) +- ordered\_json vs json types comparison [\#3443](https://github.com/nlohmann/json/issues/3443) +- Error occurred when converting nlohmann::json to std::any [\#3428](https://github.com/nlohmann/json/issues/3428) +- I was forced to report an assertion error when copying an array of strings [\#3419](https://github.com/nlohmann/json/issues/3419) +- About Serialization Error invalid UTF-8 byte at index [\#3414](https://github.com/nlohmann/json/issues/3414) +- Comparison of NaN differs between json and float [\#3409](https://github.com/nlohmann/json/issues/3409) +- when i use it in C++ sserver,it it constantly show that fatal error: adl\_serializer.hpp: No such file or directory [\#3404](https://github.com/nlohmann/json/issues/3404) +- parse error [\#3403](https://github.com/nlohmann/json/issues/3403) +- CMake script MAIN\_PROJECT always OFF [\#3390](https://github.com/nlohmann/json/issues/3390) +- Parser unable to handle large floating point numbers [\#3389](https://github.com/nlohmann/json/issues/3389) +- Compilation error if json\_pointer is used with alternative string type [\#3388](https://github.com/nlohmann/json/issues/3388) +- Unit tests conversions & items fail to build \(Clang \<4.0/C++14 only\) [\#3384](https://github.com/nlohmann/json/issues/3384) +- Regression test for \#3070 is not being run and fails when enabled [\#3377](https://github.com/nlohmann/json/issues/3377) +- Refactor unit tests to use more convenient doctest assertion macros [\#3365](https://github.com/nlohmann/json/issues/3365) +- An json.h issue reported in a static code analyzer [\#3361](https://github.com/nlohmann/json/issues/3361) +- Mixing different JSON\_DIAGNOSTICS settings in separately compiled units leads to core [\#3360](https://github.com/nlohmann/json/issues/3360) +- json::out\_of\_range exception matches against lot of others while testing [\#3352](https://github.com/nlohmann/json/issues/3352) +- use mipsel-openwrt-linux-g++ -std=c++11 to compile, it has some errors "error: 'snprintf' is not a member of 'std'" [\#3349](https://github.com/nlohmann/json/issues/3349) +- Add proper issue templates [\#3348](https://github.com/nlohmann/json/issues/3348) +- switch from json to ordered\_json [\#3343](https://github.com/nlohmann/json/issues/3343) +- Json dump use to compilation errors [\#3339](https://github.com/nlohmann/json/issues/3339) +- Ambiguous conversion from nlohmann::basic\_json\<\> to custom class. [\#3333](https://github.com/nlohmann/json/issues/3333) +- Iterator doesn't satisfy std::incrementable because post-increment may change constness [\#3331](https://github.com/nlohmann/json/issues/3331) +- Inconsistent handling of floating point numbers after parse\(\) [\#3329](https://github.com/nlohmann/json/issues/3329) +- Documentation for `ordered_json` should show proper use of the `parse()` function. [\#3325](https://github.com/nlohmann/json/issues/3325) +- "type must be boolean, but is object" error thrown on non-boolean object [\#3319](https://github.com/nlohmann/json/issues/3319) +- Incomplete Type in request parms [\#3318](https://github.com/nlohmann/json/issues/3318) +- å°ç±³ MIX4 MIUI13 bug [\#3316](https://github.com/nlohmann/json/issues/3316) +- json.exception.parse\_error.101 when parsing data received over a socket [\#3313](https://github.com/nlohmann/json/issues/3313) +- Parse to custom class from unordered\_json breaks on G++11.2.0 with C++20 [\#3312](https://github.com/nlohmann/json/issues/3312) +- try to assign dumped string to a class member varible [\#3300](https://github.com/nlohmann/json/issues/3300) +- includedir in pkgconfig is error if install\_headers\(\) has subdir argument. [\#3284](https://github.com/nlohmann/json/issues/3284) +- SHA-256 sum of json-3.10.5.tar.xz changes over time \(but not the content itself\) [\#3281](https://github.com/nlohmann/json/issues/3281) +- items\(\) method does not follow order of json message [\#3278](https://github.com/nlohmann/json/issues/3278) +- Perplexing template deduction failure serialising a 3rd party type using base class [\#3267](https://github.com/nlohmann/json/issues/3267) +- json.hpp 'isfinite' is not a member of 'std' also isinf; snprintf; stoull and to\_string members of std [\#3263](https://github.com/nlohmann/json/issues/3263) +- JSON build fails for C++ cmake [\#3256](https://github.com/nlohmann/json/issues/3256) +- Unexpected implicit conversion [\#3254](https://github.com/nlohmann/json/issues/3254) +- Add a function that checks for valid json in a C++ string [\#3245](https://github.com/nlohmann/json/issues/3245) +- Replace use of standard IO from error handling [\#3239](https://github.com/nlohmann/json/issues/3239) +- Use Catch for unit tests [\#3232](https://github.com/nlohmann/json/issues/3232) +- Exception thrown during initialization causes a memory leak [\#3215](https://github.com/nlohmann/json/issues/3215) +- Tests failing when compiling with c++20 [\#3207](https://github.com/nlohmann/json/issues/3207) +- ambiguous regression [\#3204](https://github.com/nlohmann/json/issues/3204) +- Deserialization: if class is\_constructible from std::string wrong from\_json overload is being selected, compilation failed [\#3171](https://github.com/nlohmann/json/issues/3171) +- 'clang++ ./json.hpp' with no usage: Compiler syntax problem in clang 3.7.0 \(tizen :/ \) [\#3153](https://github.com/nlohmann/json/issues/3153) +- build failure on upcoming gcc-12: test/src/unit-regression1.cpp:392:22: error: ambiguous overload for 'operator=' [\#3138](https://github.com/nlohmann/json/issues/3138) +- Applying JSON patch creates parent object [\#3134](https://github.com/nlohmann/json/issues/3134) +- Iterators cannot be used with range-v3 [\#3130](https://github.com/nlohmann/json/issues/3130) +- std::shared\_ptr\ == nlohmann::json compiles, which seem undesirable [\#3026](https://github.com/nlohmann/json/issues/3026) +- Error in test\download\_test\_data.vcxproj custom build step when compiling with Visual Studio 2019 16.7.7 msbuild on Windows 10 [\#2593](https://github.com/nlohmann/json/issues/2593) +- Consider putting the user-defined literals in a namespace [\#1682](https://github.com/nlohmann/json/issues/1682) +- Using versioned namespaces [\#1539](https://github.com/nlohmann/json/issues/1539) +- How can I use std::string\_view as the json\_key to "operator \[\]" ? [\#1529](https://github.com/nlohmann/json/issues/1529) +- serialize std::variant\<...\> [\#1261](https://github.com/nlohmann/json/issues/1261) + +- Prepare 3.11.0 release [\#3635](https://github.com/nlohmann/json/pull/3635) ([nlohmann](https://github.com/nlohmann)) +- Fix warning [\#3634](https://github.com/nlohmann/json/pull/3634) ([nlohmann](https://github.com/nlohmann)) +- Add license header to new files [\#3633](https://github.com/nlohmann/json/pull/3633) ([nlohmann](https://github.com/nlohmann)) +- Add a unit test including windows.h [\#3631](https://github.com/nlohmann/json/pull/3631) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fixed latest build error in msvc platform [\#3630](https://github.com/nlohmann/json/pull/3630) ([KsaNL](https://github.com/KsaNL)) +- Add regression tests for \#3204 and \#3333 [\#3629](https://github.com/nlohmann/json/pull/3629) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix patch::add creating nonexistent parents [\#3628](https://github.com/nlohmann/json/pull/3628) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Adjust JSON Pointer examples [\#3622](https://github.com/nlohmann/json/pull/3622) ([nlohmann](https://github.com/nlohmann)) +- Disable exceptions on ICPC [\#3621](https://github.com/nlohmann/json/pull/3621) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- build: install .pc and .cmake files to share/ [\#3619](https://github.com/nlohmann/json/pull/3619) ([Tachi107](https://github.com/Tachi107)) +- Fix MinGW CI failures [\#3618](https://github.com/nlohmann/json/pull/3618) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix Unicode test timeout \(for real this time!\) [\#3614](https://github.com/nlohmann/json/pull/3614) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Use 'concurrency' in GitHub workflows [\#3610](https://github.com/nlohmann/json/pull/3610) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Use swap\(\) by ADL [\#3609](https://github.com/nlohmann/json/pull/3609) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Move UDLs out of the global namespace [\#3605](https://github.com/nlohmann/json/pull/3605) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Re-add value\_type detection to distinguish string types [\#3604](https://github.com/nlohmann/json/pull/3604) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add operator\<\<\(json\_pointer\) [\#3601](https://github.com/nlohmann/json/pull/3601) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add documentation for comparing json and ordered\_json [\#3599](https://github.com/nlohmann/json/pull/3599) ([nlohmann](https://github.com/nlohmann)) +- Clean up after \#3581 [\#3596](https://github.com/nlohmann/json/pull/3596) ([nlohmann](https://github.com/nlohmann)) +- Add assertion if nullptr is passed to parse function [\#3593](https://github.com/nlohmann/json/pull/3593) ([nlohmann](https://github.com/nlohmann)) +- Minor documentation fixes [\#3592](https://github.com/nlohmann/json/pull/3592) ([nlohmann](https://github.com/nlohmann)) +- Add versioned, ABI-tagged inline namespace and namespace macros [\#3590](https://github.com/nlohmann/json/pull/3590) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add badge for https://repology.org/project/nlohmann-json/versions [\#3586](https://github.com/nlohmann/json/pull/3586) ([nlohmann](https://github.com/nlohmann)) +- Add error message if test suite cannot be found [\#3585](https://github.com/nlohmann/json/pull/3585) ([nlohmann](https://github.com/nlohmann)) +- add patch\_inplace function [\#3581](https://github.com/nlohmann/json/pull/3581) ([wolfv](https://github.com/wolfv)) +- Enable overriding test properties and set Unicode test timeouts [\#3580](https://github.com/nlohmann/json/pull/3580) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Ignore output directory [\#3572](https://github.com/nlohmann/json/pull/3572) ([NN---](https://github.com/NN---)) +- Optimize output vector adapter write [\#3569](https://github.com/nlohmann/json/pull/3569) ([romainreignier](https://github.com/romainreignier)) +- Add overloads for more key types to ordered\_map and fix ordered\_map::erase\(first, last\) with first == last [\#3564](https://github.com/nlohmann/json/pull/3564) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Make certain usage patterns more prominent in the README [\#3557](https://github.com/nlohmann/json/pull/3557) ([jez](https://github.com/jez)) +- CI: fix "JSON\_MultipleHeaders" option spelling [\#3555](https://github.com/nlohmann/json/pull/3555) ([karzhenkov](https://github.com/karzhenkov)) +- More documentation updates for 3.11.0 [\#3553](https://github.com/nlohmann/json/pull/3553) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Use DOCTEST\_\* compiler macros and suppress pragmas warning [\#3550](https://github.com/nlohmann/json/pull/3550) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add unit test to make sure iterator\_input\_adapter advances iterators correctly [\#3548](https://github.com/nlohmann/json/pull/3548) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Use REUSE framework [\#3546](https://github.com/nlohmann/json/pull/3546) ([nlohmann](https://github.com/nlohmann)) +- Use `std::iterator_traits` to extract `iterator_category` [\#3544](https://github.com/nlohmann/json/pull/3544) ([Mike-Leo-Smith](https://github.com/Mike-Leo-Smith)) +- BJData dimension length can not be string\_t::npos, fix \#3541 [\#3543](https://github.com/nlohmann/json/pull/3543) ([fangq](https://github.com/fangq)) +- Allow disabling default enum conversions [\#3536](https://github.com/nlohmann/json/pull/3536) ([zxey](https://github.com/zxey)) +- Add to\_json\(\) for std::vector\::reference [\#3534](https://github.com/nlohmann/json/pull/3534) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- CI: Enable 32bit unit test \(3\) [\#3532](https://github.com/nlohmann/json/pull/3532) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Use new CI image [\#3528](https://github.com/nlohmann/json/pull/3528) ([nlohmann](https://github.com/nlohmann)) +- Fix ndarray dimension signedness, fix ndarray length overflow \(2\); add 32bit unit test [\#3523](https://github.com/nlohmann/json/pull/3523) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Small documentation fixes [\#3520](https://github.com/nlohmann/json/pull/3520) ([nlohmann](https://github.com/nlohmann)) +- Add assertion to converting constructor [\#3517](https://github.com/nlohmann/json/pull/3517) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- CI: Remove -Wstrict-overflow [\#3516](https://github.com/nlohmann/json/pull/3516) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix nlohmann/json\#3513, explain is\_ndarray flag [\#3514](https://github.com/nlohmann/json/pull/3514) ([fangq](https://github.com/fangq)) +- Prevent ndarray size vector from recursive use, fix nlohmann/json\#3503 [\#3505](https://github.com/nlohmann/json/pull/3505) ([fangq](https://github.com/fangq)) +- prevent ndarray dimension vector from recusive array, nlohmann/json\#3500 [\#3502](https://github.com/nlohmann/json/pull/3502) ([fangq](https://github.com/fangq)) +- Discard optimized containers with negative counts in UBJSON/BJData \(\#3491,\#3492,\#3490\) [\#3500](https://github.com/nlohmann/json/pull/3500) ([fangq](https://github.com/fangq)) +- Update json.hpp [\#3499](https://github.com/nlohmann/json/pull/3499) ([ivanovmp](https://github.com/ivanovmp)) +- Add assertion for invariant in SAX-DOM parser [\#3498](https://github.com/nlohmann/json/pull/3498) ([nlohmann](https://github.com/nlohmann)) +- Add more macOS builders [\#3485](https://github.com/nlohmann/json/pull/3485) ([nlohmann](https://github.com/nlohmann)) +- change bjdata ndarray flag to detect negative size, as part of \#3475 [\#3479](https://github.com/nlohmann/json/pull/3479) ([fangq](https://github.com/fangq)) +- Document fuzzer usage [\#3478](https://github.com/nlohmann/json/pull/3478) ([nlohmann](https://github.com/nlohmann)) +- Add build step for ICPC \(with fixes\) [\#3465](https://github.com/nlohmann/json/pull/3465) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Complete documentation for 3.11.0 [\#3464](https://github.com/nlohmann/json/pull/3464) ([nlohmann](https://github.com/nlohmann)) +- Handle invalid BJData optimized type, fix \#3461 [\#3463](https://github.com/nlohmann/json/pull/3463) ([fangq](https://github.com/fangq)) +- Reorganize directories [\#3462](https://github.com/nlohmann/json/pull/3462) ([nlohmann](https://github.com/nlohmann)) +- Enable rapid testing and development on Compiler Explorer [\#3456](https://github.com/nlohmann/json/pull/3456) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- cpplint 1.6.0 [\#3454](https://github.com/nlohmann/json/pull/3454) ([nlohmann](https://github.com/nlohmann)) +- Disable regression test for \#3070 on GCC \<8.4 [\#3451](https://github.com/nlohmann/json/pull/3451) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix C++20/gcc-12 issues \(Part 2\) [\#3446](https://github.com/nlohmann/json/pull/3446) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Overwork documentation [\#3444](https://github.com/nlohmann/json/pull/3444) ([nlohmann](https://github.com/nlohmann)) +- Fix typo in basic\_json documentation [\#3439](https://github.com/nlohmann/json/pull/3439) ([jhnlee](https://github.com/jhnlee)) +- Exclude std::any from implicit conversion \(fixes \#3428\) [\#3437](https://github.com/nlohmann/json/pull/3437) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Document which version introduced the macros [\#3431](https://github.com/nlohmann/json/pull/3431) ([nlohmann](https://github.com/nlohmann)) +- Fix constraints on from\_json\(\) for strings \(fixes \#3171, \#3267, \#3312, \#3384\) [\#3427](https://github.com/nlohmann/json/pull/3427) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- at.md: fix typo [\#3426](https://github.com/nlohmann/json/pull/3426) ([heinemml](https://github.com/heinemml)) +- Implement support for string\_view \(attempt no. 3\) [\#3423](https://github.com/nlohmann/json/pull/3423) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- CI: speedup AppVeyor builds by ~30% [\#3422](https://github.com/nlohmann/json/pull/3422) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Restore disabled check for \#3070 \(except on MSVC\) [\#3421](https://github.com/nlohmann/json/pull/3421) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Update CI image [\#3420](https://github.com/nlohmann/json/pull/3420) ([nlohmann](https://github.com/nlohmann)) +- Add check if different version is also included [\#3418](https://github.com/nlohmann/json/pull/3418) ([nlohmann](https://github.com/nlohmann)) +- Report the right \_\_cplusplus value for MSVC in basic\_json meta\(\) [\#3417](https://github.com/nlohmann/json/pull/3417) ([flagarde](https://github.com/flagarde)) +- CI: windows-2016 has been deprecated; remove jobs [\#3416](https://github.com/nlohmann/json/pull/3416) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Re-template json\_pointer on string type [\#3415](https://github.com/nlohmann/json/pull/3415) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Refactor unit tests to use more convenient doctest assertion macros \(Part 2\) [\#3405](https://github.com/nlohmann/json/pull/3405) ([kkarbowiak](https://github.com/kkarbowiak)) +- Refactor unit tests to use more convenient doctest assertion macros [\#3393](https://github.com/nlohmann/json/pull/3393) ([kkarbowiak](https://github.com/kkarbowiak)) +- Improve unit testing \(Part 1\) [\#3380](https://github.com/nlohmann/json/pull/3380) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix C++20/gcc-12 issues \(Part 1\) [\#3379](https://github.com/nlohmann/json/pull/3379) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add clarification to avoid misunderstanding that cause \#3360 [\#3378](https://github.com/nlohmann/json/pull/3378) ([puffetto](https://github.com/puffetto)) +- Fix ordered\_map ctor with initializer\_list \(fixes \#3343\) [\#3370](https://github.com/nlohmann/json/pull/3370) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Fix and update CI [\#3368](https://github.com/nlohmann/json/pull/3368) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- FetchContent\_MakeAvailable [\#3351](https://github.com/nlohmann/json/pull/3351) ([nlohmann](https://github.com/nlohmann)) +- Avoid clash with Arduino defines [\#3338](https://github.com/nlohmann/json/pull/3338) ([DarkZeros](https://github.com/DarkZeros)) +- Support UBJSON-derived Binary JData \(BJData\) format [\#3336](https://github.com/nlohmann/json/pull/3336) ([fangq](https://github.com/fangq)) +- Make iterator operator++/--\(int\) equality-preserving [\#3332](https://github.com/nlohmann/json/pull/3332) ([falbrechtskirchinger](https://github.com/falbrechtskirchinger)) +- Add note on parsing ordered\_json [\#3326](https://github.com/nlohmann/json/pull/3326) ([nlohmann](https://github.com/nlohmann)) +- Fix CITATION.cff and add automatic validation of your citation metadata [\#3320](https://github.com/nlohmann/json/pull/3320) ([fdiblen](https://github.com/fdiblen)) +- .github/workflows/windows.yml: Add support for Visual Studio 2022 [\#3295](https://github.com/nlohmann/json/pull/3295) ([t-b](https://github.com/t-b)) +- Add maintainer targets to create source archive [\#3289](https://github.com/nlohmann/json/pull/3289) ([nlohmann](https://github.com/nlohmann)) +- Fix a typo [\#3265](https://github.com/nlohmann/json/pull/3265) ([fhuberts](https://github.com/fhuberts)) +- Fix typo [\#3249](https://github.com/nlohmann/json/pull/3249) ([rex4539](https://github.com/rex4539)) +- Add documentation for JSON Lines [\#3247](https://github.com/nlohmann/json/pull/3247) ([nlohmann](https://github.com/nlohmann)) +- Improve documentation InputType and IteratorType [\#3246](https://github.com/nlohmann/json/pull/3246) ([nlohmann](https://github.com/nlohmann)) +- Remove stringstream [\#3244](https://github.com/nlohmann/json/pull/3244) ([nlohmann](https://github.com/nlohmann)) +- fix \_MSC\_VER version to check for std::filesystem [\#3240](https://github.com/nlohmann/json/pull/3240) ([gcerretani](https://github.com/gcerretani)) +- Add macros NLOHMANN\_DEFINE\_TYPE\_INTRUSIVE\_WITH\_DEFAULT and ...\_NON\_INTRUSIVE\_WITH\_DEFAULT [\#3143](https://github.com/nlohmann/json/pull/3143) ([pketelsen](https://github.com/pketelsen)) + +## [v3.10.5](https://github.com/nlohmann/json/releases/tag/v3.10.5) (2022-01-03) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.4...v3.10.5) + +- \#include \ doesn't work with gcc-7 when `-std=c++17` is specified. [\#3203](https://github.com/nlohmann/json/issues/3203) +- Not able to use nlohmann json with c++ code built using emscripten to wasm [\#3200](https://github.com/nlohmann/json/issues/3200) +- Warning for shadowed variables [\#3188](https://github.com/nlohmann/json/issues/3188) +- Accessing missing keys on const json object leads to assert [\#3183](https://github.com/nlohmann/json/issues/3183) +- Data member is available, but null is reported, and program throws error [\#3173](https://github.com/nlohmann/json/issues/3173) +- serialization problem, from\_json need construct new object [\#3169](https://github.com/nlohmann/json/issues/3169) +- std::filesystem unavailable on macOS lower deployment targets [\#3156](https://github.com/nlohmann/json/issues/3156) +- \[json.exception.type\_error.305\] cannot use operator\[\] with a string argument with string [\#3151](https://github.com/nlohmann/json/issues/3151) +- json::dump\(\) is not compatible with C++ standards [\#3147](https://github.com/nlohmann/json/issues/3147) +- Issue with json::parse decoding codepoints [\#3142](https://github.com/nlohmann/json/issues/3142) +- Simple parse of json object thinks it should be an array [\#3136](https://github.com/nlohmann/json/issues/3136) +- How to properly read a Json string that may be null in some cases? [\#3135](https://github.com/nlohmann/json/issues/3135) +- Deadlock on create json - windows only [\#3129](https://github.com/nlohmann/json/issues/3129) +- Wrong parsing of int64 values nearest of limit [\#3126](https://github.com/nlohmann/json/issues/3126) +- ordered\_json doesn't support range based erase [\#3108](https://github.com/nlohmann/json/issues/3108) +- Apple build failed with json/single\_include/nlohmann/json.hpp:4384:57: 'path' is unavailable [\#3097](https://github.com/nlohmann/json/issues/3097) +- GCC 7.5.0 with --std=c++17: filesystem: No such file or directory [\#3090](https://github.com/nlohmann/json/issues/3090) +- Drop Travis CI [\#3087](https://github.com/nlohmann/json/issues/3087) +- ordered\_json::reset\(\) compile error with nvcc [\#3013](https://github.com/nlohmann/json/issues/3013) +- Support for unordered\_map as object\_t [\#2932](https://github.com/nlohmann/json/issues/2932) +- Compiler warning with Intel compiler, same as \#755 [\#2712](https://github.com/nlohmann/json/issues/2712) +- Compiler warnings with NVCC 11.2 [\#2676](https://github.com/nlohmann/json/issues/2676) +- some static analysis warning at line 11317 [\#1390](https://github.com/nlohmann/json/issues/1390) +- Compiling with icpc [\#755](https://github.com/nlohmann/json/issues/755) + +- Fix compilation error with NVCC [\#3234](https://github.com/nlohmann/json/pull/3234) ([nlohmann](https://github.com/nlohmann)) +- Remove Travis CI [\#3233](https://github.com/nlohmann/json/pull/3233) ([nlohmann](https://github.com/nlohmann)) +- Add build step for NVCC and fix a warning [\#3227](https://github.com/nlohmann/json/pull/3227) ([nlohmann](https://github.com/nlohmann)) +- Update cpplint [\#3225](https://github.com/nlohmann/json/pull/3225) ([nlohmann](https://github.com/nlohmann)) +- Fix: Warning for shadowed variables \(\#3188\) [\#3193](https://github.com/nlohmann/json/pull/3193) ([kernie](https://github.com/kernie)) +- Fix FAQ hyperlink typo in readme [\#3148](https://github.com/nlohmann/json/pull/3148) ([Prince-Mendiratta](https://github.com/Prince-Mendiratta)) +- Docs: Update `skip_comments` to `ignore_comments` [\#3145](https://github.com/nlohmann/json/pull/3145) ([daniel-kun](https://github.com/daniel-kun)) +- fix typos in documentation [\#3140](https://github.com/nlohmann/json/pull/3140) ([striezel](https://github.com/striezel)) +- Fix spelling [\#3125](https://github.com/nlohmann/json/pull/3125) ([axic](https://github.com/axic)) +- Extend std specializations [\#3121](https://github.com/nlohmann/json/pull/3121) ([nlohmann](https://github.com/nlohmann)) +- Add missing erase\(first, last\) function to ordered\_map [\#3109](https://github.com/nlohmann/json/pull/3109) ([nlohmann](https://github.com/nlohmann)) +- Fix typos in operator\[\] documentation [\#3102](https://github.com/nlohmann/json/pull/3102) ([axnsan12](https://github.com/axnsan12)) +- Add C++17 copies of the test binaries [\#3101](https://github.com/nlohmann/json/pull/3101) ([nlohmann](https://github.com/nlohmann)) +- Add examples for parsing from iterator pair [\#3100](https://github.com/nlohmann/json/pull/3100) ([nlohmann](https://github.com/nlohmann)) +- Update CI [\#3088](https://github.com/nlohmann/json/pull/3088) ([nlohmann](https://github.com/nlohmann)) +- Consolidate documentation [\#3071](https://github.com/nlohmann/json/pull/3071) ([nlohmann](https://github.com/nlohmann)) +- Add recursive update function [\#3069](https://github.com/nlohmann/json/pull/3069) ([nlohmann](https://github.com/nlohmann)) + +## [v3.10.4](https://github.com/nlohmann/json/releases/tag/v3.10.4) (2021-10-16) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.3...v3.10.4) + +- Compiler error in output serializer due to 'incompatible initializer' [\#3081](https://github.com/nlohmann/json/issues/3081) +- Strange behaviour when using std::sort on std::vector\ [\#3080](https://github.com/nlohmann/json/issues/3080) +- Unhandled exception: nlohmann::detail::parse\_error [\#3078](https://github.com/nlohmann/json/issues/3078) +- explicit constructor with default does not compile [\#3077](https://github.com/nlohmann/json/issues/3077) +- Parse an object but get an array using GCC [\#3076](https://github.com/nlohmann/json/issues/3076) +- Version 3.10.3 breaks backward-compatibility with 3.10.2 [\#3070](https://github.com/nlohmann/json/issues/3070) +- Feature request, Add to\_json/from\_json to align with other to/from binary api. [\#3067](https://github.com/nlohmann/json/issues/3067) +- vcpkg is out of date [\#3066](https://github.com/nlohmann/json/issues/3066) + +- Revert invalid fix [\#3082](https://github.com/nlohmann/json/pull/3082) ([nlohmann](https://github.com/nlohmann)) +- Allow to use get with explicit constructor [\#3079](https://github.com/nlohmann/json/pull/3079) ([nlohmann](https://github.com/nlohmann)) +- fix std::filesystem::path regression [\#3073](https://github.com/nlohmann/json/pull/3073) ([theodelrieu](https://github.com/theodelrieu)) + +## [v3.10.3](https://github.com/nlohmann/json/releases/tag/v3.10.3) (2021-10-08) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.2...v3.10.3) + +- Parsing an emtpy string returns a string with size 1 instead of expected 0 [\#3057](https://github.com/nlohmann/json/issues/3057) +- Linking error "duplicate symbol: std::type\_info::operator==" on static build with MinGW [\#3042](https://github.com/nlohmann/json/issues/3042) +- Yet another assertion failure when inserting into arrays with JSON\_DIAGNOSTICS set [\#3032](https://github.com/nlohmann/json/issues/3032) +- accept and parse function not work well with a pure number string [\#3029](https://github.com/nlohmann/json/issues/3029) +- push\_back doesn't work for serializing containers [\#3027](https://github.com/nlohmann/json/issues/3027) +- Strange behaviour when creating array with single element [\#3025](https://github.com/nlohmann/json/issues/3025) +- Input ordered\_json doesn't work [\#3023](https://github.com/nlohmann/json/issues/3023) +- Issue iterating through 'items' [\#3021](https://github.com/nlohmann/json/issues/3021) +- Cannot spell the namespace right [\#3015](https://github.com/nlohmann/json/issues/3015) +- JSON Parse error when reading json object from file [\#3011](https://github.com/nlohmann/json/issues/3011) +- Parent pointer not properly set when using update\(\) [\#3007](https://github.com/nlohmann/json/issues/3007) +- Overwriting terminated null character [\#3001](https://github.com/nlohmann/json/issues/3001) +- 'operator =' is ambiguous on VS2017 [\#2997](https://github.com/nlohmann/json/issues/2997) +- JSON Patch for Array Elements [\#2994](https://github.com/nlohmann/json/issues/2994) +- JSON Parse throwing error [\#2983](https://github.com/nlohmann/json/issues/2983) +- to\_{binary format} does not provide a mechanism for specifying a custom allocator for the returned type. [\#2982](https://github.com/nlohmann/json/issues/2982) +- 3.10.1 zip json.hpp has version number 3.10.0 instead of 3.10.1 [\#2973](https://github.com/nlohmann/json/issues/2973) +- Assertion failure when serializing array with JSON\_DIAGNOSTICS set [\#2926](https://github.com/nlohmann/json/issues/2926) + +- Fix Clang version [\#3040](https://github.com/nlohmann/json/pull/3040) ([nlohmann](https://github.com/nlohmann)) +- Fix assertion failure for JSON\_DIAGNOSTICS [\#3037](https://github.com/nlohmann/json/pull/3037) ([carlsmedstad](https://github.com/carlsmedstad)) +- meta: fix is\_compatible/constructible traits [\#3020](https://github.com/nlohmann/json/pull/3020) ([theodelrieu](https://github.com/theodelrieu)) +- Set parent pointers for values inserted via update\(\) \(fixes \#3007\). [\#3008](https://github.com/nlohmann/json/pull/3008) ([AnthonyVH](https://github.com/AnthonyVH)) +- Allow allocators for output\_vector\_adapter [\#2989](https://github.com/nlohmann/json/pull/2989) ([nlohmann](https://github.com/nlohmann)) +- Re-add Clang 12 [\#2986](https://github.com/nlohmann/json/pull/2986) ([nlohmann](https://github.com/nlohmann)) +- Use new Docker image [\#2981](https://github.com/nlohmann/json/pull/2981) ([nlohmann](https://github.com/nlohmann)) +- Update docset generation script [\#2967](https://github.com/nlohmann/json/pull/2967) ([nlohmann](https://github.com/nlohmann)) + +## [v3.10.2](https://github.com/nlohmann/json/releases/tag/v3.10.2) (2021-08-26) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.1...v3.10.2) + +- Annoying -Wundef on new JSON\_DIAGNOSTICS macro [\#2975](https://github.com/nlohmann/json/issues/2975) +- += issue with multiple redirection. [\#2970](https://github.com/nlohmann/json/issues/2970) +- "incomplete type ‘nlohmann::detail::wide\_string\_input\_helper" compilation error [\#2969](https://github.com/nlohmann/json/issues/2969) + +- Fix -Wunused warnings on JSON\_DIAGNOSTICS [\#2976](https://github.com/nlohmann/json/pull/2976) ([gcerretani](https://github.com/gcerretani)) + +## [v3.10.1](https://github.com/nlohmann/json/releases/tag/v3.10.1) (2021-08-24) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.10.0...v3.10.1) + +- JSON\_DIAGNOSTICS assertion for ordered\_json [\#2962](https://github.com/nlohmann/json/issues/2962) +- Inserting in unordered json using a pointer retains the leading slash [\#2958](https://github.com/nlohmann/json/issues/2958) +- Test \#9: test-cbor test case sample.json fails in debug mode - Stack overflow [\#2955](https://github.com/nlohmann/json/issues/2955) +- 3.10.0 broke at least the Bear project [\#2953](https://github.com/nlohmann/json/issues/2953) +- 2 tests fail in 3.10.0: cmake\_fetch\_content\_configure, cmake\_fetch\_content\_build [\#2951](https://github.com/nlohmann/json/issues/2951) +- ctest \(58+60,/67 cmake\_import\_configure\) fails when build with -D JSON\_Install:BOOL=OFF because of missing nlohmann\_jsonTargets.cmake [\#2946](https://github.com/nlohmann/json/issues/2946) +- Document vcpkg usage [\#2944](https://github.com/nlohmann/json/issues/2944) +- Linker error LNK2005 when compiling \(x64\) json-3.10.0.zip with Visual Studio 2019 16.11.1 [\#2941](https://github.com/nlohmann/json/issues/2941) +- Move Travis jobs to travis-ci.com [\#2938](https://github.com/nlohmann/json/issues/2938) + +- Fixed typo in docs/api/basic\_json/parse.md [\#2968](https://github.com/nlohmann/json/pull/2968) ([mbadhan](https://github.com/mbadhan)) +- Add link to Homebrew package [\#2966](https://github.com/nlohmann/json/pull/2966) ([nlohmann](https://github.com/nlohmann)) +- Fix parent update for diagnostics with ordered\_json [\#2963](https://github.com/nlohmann/json/pull/2963) ([nlohmann](https://github.com/nlohmann)) +- Set stack size for some unit tests when using MSVC [\#2961](https://github.com/nlohmann/json/pull/2961) ([nlohmann](https://github.com/nlohmann)) +- Add regression test [\#2960](https://github.com/nlohmann/json/pull/2960) ([nlohmann](https://github.com/nlohmann)) +- Update Travis badge [\#2959](https://github.com/nlohmann/json/pull/2959) ([nlohmann](https://github.com/nlohmann)) +- Fix some extra ";" clang warnings [\#2957](https://github.com/nlohmann/json/pull/2957) ([Hallot](https://github.com/Hallot)) +- Add documentation for integration via vcpkg [\#2954](https://github.com/nlohmann/json/pull/2954) ([nlohmann](https://github.com/nlohmann)) +- Avoid duplicate AppVeyor builds [\#2952](https://github.com/nlohmann/json/pull/2952) ([nlohmann](https://github.com/nlohmann)) +- 🚨 fix gdb\_pretty\_printer failure on basic types [\#2950](https://github.com/nlohmann/json/pull/2950) ([senyai](https://github.com/senyai)) +- Add header to use value\_t [\#2948](https://github.com/nlohmann/json/pull/2948) ([nlohmann](https://github.com/nlohmann)) +- Skip some tests if JSON\_Install is not set [\#2947](https://github.com/nlohmann/json/pull/2947) ([nlohmann](https://github.com/nlohmann)) +- Remove outdated json\_unit test binary [\#2945](https://github.com/nlohmann/json/pull/2945) ([nlohmann](https://github.com/nlohmann)) +- Updating the Homebrew Command [\#2943](https://github.com/nlohmann/json/pull/2943) ([amirmasoudabdol](https://github.com/amirmasoudabdol)) + +## [v3.10.0](https://github.com/nlohmann/json/releases/tag/v3.10.0) (2021-08-17) + +[Full Changelog](https://github.com/nlohmann/json/compare/v3.9.1...v3.10.0) + +- Latest version 3.9.1 uses throw instead of JSON\_THROW in the amalgamated json.hpp file [\#2934](https://github.com/nlohmann/json/issues/2934) +- Copy to a variable inside a Structure [\#2933](https://github.com/nlohmann/json/issues/2933) +- warning C4068: unknown pragma 'GCC' on MSVC/cl [\#2924](https://github.com/nlohmann/json/issues/2924) +- Errors during ninja test [\#2918](https://github.com/nlohmann/json/issues/2918) +- compiler warning: "not return a value" [\#2917](https://github.com/nlohmann/json/issues/2917) +- Comparison floating points causes warning [\#2909](https://github.com/nlohmann/json/issues/2909) +- Why can't I have std::vector\ testList? [\#2900](https://github.com/nlohmann/json/issues/2900) +- \[json.hpp\] from releases doesnt work [\#2897](https://github.com/nlohmann/json/issues/2897) +- g++ \(11\) -Wuseless-cast gives lots of warnings [\#2893](https://github.com/nlohmann/json/issues/2893) +- Cannot serialize and immediatly deserialize json to/from bson [\#2892](https://github.com/nlohmann/json/issues/2892) +- Floating-point precision conversion error [\#2876](https://github.com/nlohmann/json/issues/2876) +- How to avoid escaping for an already escaped string in .dump\(\) [\#2870](https://github.com/nlohmann/json/issues/2870) +- can't parse std::vector\ [\#2869](https://github.com/nlohmann/json/issues/2869) +- ASAN detects memory leaks [\#2865](https://github.com/nlohmann/json/issues/2865) +- Binary subtype field cannot represent all CBOR tags [\#2863](https://github.com/nlohmann/json/issues/2863) +- string literals possibly being parsed as another type due to the presence of only digits and full-stops [\#2852](https://github.com/nlohmann/json/issues/2852) +- json::parse\(\) works only with absolute paths [\#2851](https://github.com/nlohmann/json/issues/2851) +- Compiler Warnings on Raspberry Pi OS [\#2850](https://github.com/nlohmann/json/issues/2850) +- Braced initialization and aggregate initialization behavior is different for `json::array()` function call. [\#2848](https://github.com/nlohmann/json/issues/2848) +- 3.9.1: test suite is failing [\#2845](https://github.com/nlohmann/json/issues/2845) +- Documentation for macro JSON\_NO\_IO is missing [\#2842](https://github.com/nlohmann/json/issues/2842) +- Assertion failure when inserting into arrays with JSON\_DIAGNOSTICS set [\#2838](https://github.com/nlohmann/json/issues/2838) +- HELP! There is a memory leak in the code?! [\#2837](https://github.com/nlohmann/json/issues/2837) +- Elegant conversion of a 2-D-json array to a standard C++ array [\#2805](https://github.com/nlohmann/json/issues/2805) +- Swift Package Manager support [\#2802](https://github.com/nlohmann/json/issues/2802) +- Referencing a subkey which doesn't exist gives crash [\#2797](https://github.com/nlohmann/json/issues/2797) +- Failed benchmark due to renamed branch [\#2796](https://github.com/nlohmann/json/issues/2796) +- Build Errors with VS 2019 and json Version 3.9.1 when attempting to replicate SAX Example [\#2782](https://github.com/nlohmann/json/issues/2782) +- Value with spaces cannot be parsed [\#2781](https://github.com/nlohmann/json/issues/2781) +- \[Question\] CBOR rfc support. [\#2779](https://github.com/nlohmann/json/issues/2779) +- Using JSON.hpp header file in Visual Studio 2013 \(C++ Project\) [\#2775](https://github.com/nlohmann/json/issues/2775) +- compilation error on clang-8 + C++17 [\#2759](https://github.com/nlohmann/json/issues/2759) +- Undefined symbol EOF [\#2755](https://github.com/nlohmann/json/issues/2755) +- Parsing a string into json object behaves differently under g++ and MinGW compilers. [\#2746](https://github.com/nlohmann/json/issues/2746) +- big git history size [\#2742](https://github.com/nlohmann/json/issues/2742) +- How to get reference of std::vector\ [\#2735](https://github.com/nlohmann/json/issues/2735) +- CMake failure in VS2019 Community [\#2734](https://github.com/nlohmann/json/issues/2734) +- Possibility to use with custom c++ version to use in intel sgx enclaves [\#2730](https://github.com/nlohmann/json/issues/2730) +- Possibility to use without the dependency to file io and streams to use in intel sgx enclaves [\#2728](https://github.com/nlohmann/json/issues/2728) +- error C2784& error C2839... in my visual studio 2015 compiler [\#2726](https://github.com/nlohmann/json/issues/2726) +- `-fno-expection` not respected anymore in 3.9.1 [\#2725](https://github.com/nlohmann/json/issues/2725) +- When exceptions disabled with JSON\_NOEXCEPTION, lib just aborts without any message [\#2724](https://github.com/nlohmann/json/issues/2724) +- Critical error detected c0000374 on windows10 msvc 2019 16.8.5 [\#2710](https://github.com/nlohmann/json/issues/2710) +- unused parameter error/warning [\#2706](https://github.com/nlohmann/json/issues/2706) +- How to store data into a Map from json file [\#2691](https://github.com/nlohmann/json/issues/2691) +- Tests do not compile with pre-release glibc [\#2686](https://github.com/nlohmann/json/issues/2686) +- compile errors .... chromium-style [\#2680](https://github.com/nlohmann/json/issues/2680) +- .dump\(\) not allowing compact form [\#2678](https://github.com/nlohmann/json/issues/2678) +- error: no matching function for call to ‘nlohmann::basic\_json\<\>::value\(int, std::set\&\)’ [\#2671](https://github.com/nlohmann/json/issues/2671) +- Compiler warning: unused parameter [\#2668](https://github.com/nlohmann/json/issues/2668) +- Deserializing to a struct as shown on the project homepage throws compile time errors [\#2665](https://github.com/nlohmann/json/issues/2665) +- Unable to compile on MSVC 2019 with SDL checking enabled: This function or variable may be unsafe [\#2664](https://github.com/nlohmann/json/issues/2664) +- terminating with uncaught exception of type nlohmann::detail::type\_error: \[json.exception.type\_error.302\] type must be array, but is object [\#2661](https://github.com/nlohmann/json/issues/2661) +- unused-parameter on OSX when Diagnostics is off [\#2658](https://github.com/nlohmann/json/issues/2658) +- std::pair wrong serialization [\#2655](https://github.com/nlohmann/json/issues/2655) +- The result of json is\_number\_integer\(\) function is wrong when read a json file [\#2653](https://github.com/nlohmann/json/issues/2653) +- 2 backslash cause problem [\#2652](https://github.com/nlohmann/json/issues/2652) +- No support for using an external/system copy of Hedley [\#2651](https://github.com/nlohmann/json/issues/2651) +- error: incomplete type 'qfloat16' used in type trait expression [\#2650](https://github.com/nlohmann/json/issues/2650) +- Unused variable in exception class when not using improved diagnostics [\#2646](https://github.com/nlohmann/json/issues/2646) +- I am trying to do this - converting from wstring works incorrectly! [\#2642](https://github.com/nlohmann/json/issues/2642) +- Exception 207 On ARM Processor During Literal String Parsing [\#2634](https://github.com/nlohmann/json/issues/2634) +- double free or corruption \(!prev\) error on Json push\_back and write [\#2632](https://github.com/nlohmann/json/issues/2632) +- nlohmann::detail::parse\_error: syntax error while parsing CBOR string: expected length specification \(0x60-0x7B\) or indefinite string type \(0x7F\) [\#2629](https://github.com/nlohmann/json/issues/2629) +- please allow disabling implicit conversions in non-single-file use [\#2621](https://github.com/nlohmann/json/issues/2621) +- Preserve decimal formatting [\#2618](https://github.com/nlohmann/json/issues/2618) +- Visual Studio Visual Assist code issues reported by VA code inspection of file json.hpp [\#2615](https://github.com/nlohmann/json/issues/2615) +- Missing get function and no viable overloaded '=' on mac [\#2610](https://github.com/nlohmann/json/issues/2610) +- corruption when parse from string [\#2603](https://github.com/nlohmann/json/issues/2603) +- Parse from byte-vector results in compile error [\#2602](https://github.com/nlohmann/json/issues/2602) +- Memory leak when working on ARM Linux [\#2601](https://github.com/nlohmann/json/issues/2601) +- Unhandled exception in test-cbor.exe Stack overflow when debugging project with Visual Studio 2019 16.7.7 compiled with c++17 or c++latest [\#2598](https://github.com/nlohmann/json/issues/2598) +- Error in download\_test\_data.vcxproj when compiling with Visual Studio 2019 16.7.7 Professional msbuild on Windows 10 2004 Professional [\#2594](https://github.com/nlohmann/json/issues/2594) +- Warnings C4715 and C4127 when building json-3.9.1 with Visual Studio 2019 16.7.7 [\#2592](https://github.com/nlohmann/json/issues/2592) +- I tried some change to dump\(\) for \[1,2,3...\] [\#2584](https://github.com/nlohmann/json/issues/2584) +- try/catch block does not catch parsing error [\#2579](https://github.com/nlohmann/json/issues/2579) +- Serializing uint64\_t is broken for large values [\#2578](https://github.com/nlohmann/json/issues/2578) +- deserializing arrays should be part of the library [\#2575](https://github.com/nlohmann/json/issues/2575) +- Deserialization to std::array with non-default constructable types fails [\#2574](https://github.com/nlohmann/json/issues/2574) +- Compilation error when trying to use same type for number\_integer\_t and number\_unsigned\_t in basic\_json template specification. [\#2573](https://github.com/nlohmann/json/issues/2573) +- compiler error: directive output may be truncated writing between 2 and 8 bytes [\#2572](https://github.com/nlohmann/json/issues/2572) +- Incorrect convert map to json when key cannot construct an string i.e. int [\#2564](https://github.com/nlohmann/json/issues/2564) +- no matching function for call to ‘nlohmann::basic\_json\<\>::basic\_json\(\\)’ [\#2559](https://github.com/nlohmann/json/issues/2559) +- type\_error factory creates a dangling pointer \(in VisualStudio 2019\) [\#2535](https://github.com/nlohmann/json/issues/2535) +- Cannot assign from ordered\_json vector\ to value in not ordered json [\#2528](https://github.com/nlohmann/json/issues/2528) +- Qt6: Break changes [\#2519](https://github.com/nlohmann/json/issues/2519) +- valgrind memcheck Illegal instruction when use nlohmann::json::parse [\#2518](https://github.com/nlohmann/json/issues/2518) +- Buffer overflow [\#2515](https://github.com/nlohmann/json/issues/2515) +- Including CTest in the top-level CMakeLists.txt sets BUILD\_TESTING=ON for parent projects [\#2513](https://github.com/nlohmann/json/issues/2513) +- Compilation error when using NLOHMANN\_JSON\_SERIALIZE\_ENUM ordered\_json on libc++ [\#2491](https://github.com/nlohmann/json/issues/2491) +- Missing "void insert\( InputIt first, InputIt last \);" overload in nlohmann::ordered\_map [\#2490](https://github.com/nlohmann/json/issues/2490) +- Could not find a package configuration file provided by "nlohmann\_json" [\#2482](https://github.com/nlohmann/json/issues/2482) +- json becomes empty for unknown reason [\#2470](https://github.com/nlohmann/json/issues/2470) +- Using std::wstring as StringType fails compiling [\#2459](https://github.com/nlohmann/json/issues/2459) +- Sample code in GIF slide outdated \(cannot use emplace\(\) with array\) [\#2457](https://github.com/nlohmann/json/issues/2457) +- from\_json\ is treated as an array on latest MSVC [\#2453](https://github.com/nlohmann/json/issues/2453) +- MemorySanitizer: use-of-uninitialized-value [\#2449](https://github.com/nlohmann/json/issues/2449) +- I need help [\#2441](https://github.com/nlohmann/json/issues/2441) +- type conversion failing with clang ext\_vector\_type [\#2436](https://github.com/nlohmann/json/issues/2436) +- json::parse\(\) can't be resolved under specific circumstances [\#2427](https://github.com/nlohmann/json/issues/2427) +- from\_\*\(ptr, len\) deprecation [\#2426](https://github.com/nlohmann/json/issues/2426) +- Error ONLY in release mode [\#2425](https://github.com/nlohmann/json/issues/2425) +- "Custom data source" exemple make no sense [\#2423](https://github.com/nlohmann/json/issues/2423) +- Refuses to compile in project [\#2419](https://github.com/nlohmann/json/issues/2419) +- Compilation failure of tests with C++20 standard \(caused by change of u8 literals\) [\#2413](https://github.com/nlohmann/json/issues/2413) +- No matching function for call to 'input\_adapter' under Xcode of with nlohmann version 3.9.1 [\#2412](https://github.com/nlohmann/json/issues/2412) +- Git tags are not valid semvers [\#2409](https://github.com/nlohmann/json/issues/2409) +- after dump, stderr output disappear [\#2403](https://github.com/nlohmann/json/issues/2403) +- Using custom string. [\#2398](https://github.com/nlohmann/json/issues/2398) +- value\(\) throws unhandled exception for partially specified json object [\#2393](https://github.com/nlohmann/json/issues/2393) +- assertion on runtime causes program to stop when accessing const json with missing key [\#2392](https://github.com/nlohmann/json/issues/2392) +- Usage with -fno-elide-constructors causes dump\(\) output to be array of `null`s [\#2387](https://github.com/nlohmann/json/issues/2387) +- Build fails with clang-cl due to override of CMAKE\_CXX\_COMPILER\(?\) [\#2384](https://github.com/nlohmann/json/issues/2384) +- std::optional not working with primitive types [\#2383](https://github.com/nlohmann/json/issues/2383) +- Unexpected array when initializing a json const& on gcc 4.8.5 using uniform syntax [\#2370](https://github.com/nlohmann/json/issues/2370) +- setprecision support [\#2362](https://github.com/nlohmann/json/issues/2362) +- json::parse\(allow\_exceptions = false\) documentation is misleading. [\#2360](https://github.com/nlohmann/json/issues/2360) +- std::begin and std::end usage without specifying std namespace [\#2359](https://github.com/nlohmann/json/issues/2359) +- Custom object conversion to json hangs in background thread [\#2358](https://github.com/nlohmann/json/issues/2358) +- Add support of nullable fields to NLOHMANN\_DEFINE\_TYPE\_NON\_INTRUSIVE and NLOHMANN\_DEFINE\_TYPE\_INTRUSIVE [\#2356](https://github.com/nlohmann/json/issues/2356) +- the portfile for the vcpkg is not working. [\#2351](https://github.com/nlohmann/json/issues/2351) +- Compiler warns of implicit fallthrough when defining preprocessor macro NDEBUG [\#2348](https://github.com/nlohmann/json/issues/2348) +- Compile error on Intel compiler running in Windows [\#2346](https://github.com/nlohmann/json/issues/2346) +- Build error caused by overwriting CMAKE\_CXX\_COMPILER [\#2343](https://github.com/nlohmann/json/issues/2343) +- Error: an attribute list cannot appear here JSON\_HEDLEY\_DEPRECATED\_FOR [\#2342](https://github.com/nlohmann/json/issues/2342) +- compiler warning [\#2341](https://github.com/nlohmann/json/issues/2341) +- 3.9.0: tests make build non-reproducible [\#2324](https://github.com/nlohmann/json/issues/2324) +- Initialization different between gcc/clang [\#2311](https://github.com/nlohmann/json/issues/2311) +- Attempt to `get()` a numeric value as a type which cannot represent it should throw [\#2310](https://github.com/nlohmann/json/issues/2310) +- Surprising behaviour with overloaded operators [\#2256](https://github.com/nlohmann/json/issues/2256) +- ADL issue in input\_adapter [\#2248](https://github.com/nlohmann/json/issues/2248) +- Output adapters should be templated. [\#2172](https://github.com/nlohmann/json/issues/2172) +- error when using nlohmann::json, std::function and std::bind [\#2147](https://github.com/nlohmann/json/issues/2147) +- Remove undefined behavior for const operator\[\] [\#2111](https://github.com/nlohmann/json/issues/2111) +- json\({}\) gives null instead of empty object with GCC and -std=c++17 [\#2046](https://github.com/nlohmann/json/issues/2046) +- GDB pretty printing support [\#1952](https://github.com/nlohmann/json/issues/1952) +- Always compile tests with all warnings enabled and error out on warnings [\#1798](https://github.com/nlohmann/json/issues/1798) +- Fixes Cppcheck warnings [\#1759](https://github.com/nlohmann/json/issues/1759) +- How to get position info or parser context with custom from\_json\(\) that may throw exceptions? [\#1508](https://github.com/nlohmann/json/issues/1508) +- Suggestion to improve value\(\) accessors with respect to move semantics [\#1275](https://github.com/nlohmann/json/issues/1275) +- Add Key name to Exception [\#932](https://github.com/nlohmann/json/issues/932) + +- Overwork warning flags [\#2936](https://github.com/nlohmann/json/pull/2936) ([nlohmann](https://github.com/nlohmann)) +- Treat MSVC warnings as errors [\#2930](https://github.com/nlohmann/json/pull/2930) ([nlohmann](https://github.com/nlohmann)) +- All: fix warnings when compiling with -Wswitch-enum [\#2927](https://github.com/nlohmann/json/pull/2927) ([fhuberts](https://github.com/fhuberts)) +- Guard GCC pragmas [\#2925](https://github.com/nlohmann/json/pull/2925) ([nlohmann](https://github.com/nlohmann)) +- Supress -Wfloat-equal on intended float comparisions [\#2911](https://github.com/nlohmann/json/pull/2911) ([Finkman](https://github.com/Finkman)) +- Fix binary subtypes [\#2908](https://github.com/nlohmann/json/pull/2908) ([nlohmann](https://github.com/nlohmann)) +- Fix useless-cast warnings [\#2902](https://github.com/nlohmann/json/pull/2902) ([nlohmann](https://github.com/nlohmann)) +- Add regression test [\#2898](https://github.com/nlohmann/json/pull/2898) ([nlohmann](https://github.com/nlohmann)) +- Refactor Unicode tests [\#2889](https://github.com/nlohmann/json/pull/2889) ([nlohmann](https://github.com/nlohmann)) +- CMake cleanup [\#2885](https://github.com/nlohmann/json/pull/2885) ([nlohmann](https://github.com/nlohmann)) +- Avoid string in case of empty CBOR objects [\#2879](https://github.com/nlohmann/json/pull/2879) ([nlohmann](https://github.com/nlohmann)) +- Suppress C4127 warning in unit-json\_pointer.cpp [\#2875](https://github.com/nlohmann/json/pull/2875) ([nlohmann](https://github.com/nlohmann)) +- Fix truncation warning [\#2874](https://github.com/nlohmann/json/pull/2874) ([nlohmann](https://github.com/nlohmann)) +- Fix memory leak in to\_json [\#2872](https://github.com/nlohmann/json/pull/2872) ([nlohmann](https://github.com/nlohmann)) +- Fix assertion failure in diagnostics [\#2866](https://github.com/nlohmann/json/pull/2866) ([nlohmann](https://github.com/nlohmann)) +- Update documentation [\#2861](https://github.com/nlohmann/json/pull/2861) ([nlohmann](https://github.com/nlohmann)) +- Consistency with `using` in README.md [\#2826](https://github.com/nlohmann/json/pull/2826) ([justanotheranonymoususer](https://github.com/justanotheranonymoususer)) +- Properly constrain the basic\_json conversion operator [\#2825](https://github.com/nlohmann/json/pull/2825) ([ldionne](https://github.com/ldionne)) +- Fix CI [\#2817](https://github.com/nlohmann/json/pull/2817) ([nlohmann](https://github.com/nlohmann)) +- Specified git branch for google benchmark fetch in benchmark test [\#2795](https://github.com/nlohmann/json/pull/2795) ([grafail](https://github.com/grafail)) +- Add C++ standards to macOS matrix [\#2790](https://github.com/nlohmann/json/pull/2790) ([nlohmann](https://github.com/nlohmann)) +- Update URLs to HTTPS [\#2789](https://github.com/nlohmann/json/pull/2789) ([TotalCaesar659](https://github.com/TotalCaesar659)) +- Link to Conan Center package added [\#2771](https://github.com/nlohmann/json/pull/2771) ([offa](https://github.com/offa)) +- Keep consistent formatting [\#2770](https://github.com/nlohmann/json/pull/2770) ([jasmcaus](https://github.com/jasmcaus)) +- Add a cmake option to use SYSTEM in target\_include\_directories [\#2762](https://github.com/nlohmann/json/pull/2762) ([jpl-mac](https://github.com/jpl-mac)) +- replace EOF with std::char\_traits\::eof\(\) [\#2756](https://github.com/nlohmann/json/pull/2756) ([nlohmann](https://github.com/nlohmann)) +- Fix typo in README [\#2754](https://github.com/nlohmann/json/pull/2754) ([mortenfyhn](https://github.com/mortenfyhn)) +- Update documentation [\#2749](https://github.com/nlohmann/json/pull/2749) ([nlohmann](https://github.com/nlohmann)) +- Add documentation for numbers [\#2747](https://github.com/nlohmann/json/pull/2747) ([nlohmann](https://github.com/nlohmann)) +- Use Clang 12 in CI [\#2737](https://github.com/nlohmann/json/pull/2737) ([nlohmann](https://github.com/nlohmann)) +- Fixes \#2730 [\#2731](https://github.com/nlohmann/json/pull/2731) ([theShmoo](https://github.com/theShmoo)) +- Possibility to use without the dependency to file io and streams to use in intel sgx enclaves [\#2729](https://github.com/nlohmann/json/pull/2729) ([theShmoo](https://github.com/theShmoo)) +- Update json.hpp [\#2707](https://github.com/nlohmann/json/pull/2707) ([raduteo](https://github.com/raduteo)) +- pkg-config.pc.in: Don't concatenate paths [\#2690](https://github.com/nlohmann/json/pull/2690) ([doronbehar](https://github.com/doronbehar)) +- add more CI steps [\#2689](https://github.com/nlohmann/json/pull/2689) ([nlohmann](https://github.com/nlohmann)) +- Update doctest from 2.4.4 to 2.4.6 \(fixes \#2686\) [\#2687](https://github.com/nlohmann/json/pull/2687) ([musicinmybrain](https://github.com/musicinmybrain)) +- License fix [\#2683](https://github.com/nlohmann/json/pull/2683) ([nlohmann](https://github.com/nlohmann)) +- Update parse\_exceptions.md - correct `json::exception::parse_error` [\#2679](https://github.com/nlohmann/json/pull/2679) ([frasermarlow](https://github.com/frasermarlow)) +- Remove HEDLEY annotation from exception::what\(\) [\#2673](https://github.com/nlohmann/json/pull/2673) ([remyjette](https://github.com/remyjette)) +- Fix amount of entries in the json object [\#2659](https://github.com/nlohmann/json/pull/2659) ([abbaswasim](https://github.com/abbaswasim)) +- Fix missing 1.78 in example in README.md [\#2625](https://github.com/nlohmann/json/pull/2625) ([wawiesel](https://github.com/wawiesel)) +- Add GDB pretty printer [\#2607](https://github.com/nlohmann/json/pull/2607) ([nlohmann](https://github.com/nlohmann)) +- readme: fix tilde character display [\#2582](https://github.com/nlohmann/json/pull/2582) ([bl-ue](https://github.com/bl-ue)) +- Add support for deserialization of STL containers of non-default constructable types \(fixes \#2574\). [\#2576](https://github.com/nlohmann/json/pull/2576) ([AnthonyVH](https://github.com/AnthonyVH)) +- Better diagnostics [\#2562](https://github.com/nlohmann/json/pull/2562) ([nlohmann](https://github.com/nlohmann)) +- CI targets [\#2561](https://github.com/nlohmann/json/pull/2561) ([nlohmann](https://github.com/nlohmann)) +- Add switch to skip non-reproducible tests. [\#2560](https://github.com/nlohmann/json/pull/2560) ([nlohmann](https://github.com/nlohmann)) +- Fix compilation of input\_adapter\(container\) in edge cases [\#2553](https://github.com/nlohmann/json/pull/2553) ([jasujm](https://github.com/jasujm)) +- Allow parsing from std::byte containers [\#2550](https://github.com/nlohmann/json/pull/2550) ([nlohmann](https://github.com/nlohmann)) +- Travis doesn't run any tests in C++17 mode [\#2540](https://github.com/nlohmann/json/pull/2540) ([karzhenkov](https://github.com/karzhenkov)) +- Doctest is updated to v2.4.3 [\#2538](https://github.com/nlohmann/json/pull/2538) ([YarikTH](https://github.com/YarikTH)) +- Fix warnings [\#2537](https://github.com/nlohmann/json/pull/2537) ([nlohmann](https://github.com/nlohmann)) +- Fix a shadowing warning [\#2536](https://github.com/nlohmann/json/pull/2536) ([nlohmann](https://github.com/nlohmann)) +- Clarify license of is\_complete\_type implementation [\#2534](https://github.com/nlohmann/json/pull/2534) ([nlohmann](https://github.com/nlohmann)) +- Do not unconditionally redefine C++14 constructs [\#2533](https://github.com/nlohmann/json/pull/2533) ([nlohmann](https://github.com/nlohmann)) +- Doctest is updated to v2.4.1 [\#2525](https://github.com/nlohmann/json/pull/2525) ([YarikTH](https://github.com/YarikTH)) +- Add MAIN\_PROJECT check for test and install options [\#2514](https://github.com/nlohmann/json/pull/2514) ([globberwops](https://github.com/globberwops)) +- Ranged insert test section is added in unit-ordered\_json.cpp [\#2512](https://github.com/nlohmann/json/pull/2512) ([YarikTH](https://github.com/YarikTH)) +- Add asserts to suppress C28020 [\#2447](https://github.com/nlohmann/json/pull/2447) ([jbzdarkid](https://github.com/jbzdarkid)) +- Change argument name "subtype" in byte\_container\_with\_subtype [\#2444](https://github.com/nlohmann/json/pull/2444) ([linev](https://github.com/linev)) +- 📠add CPM.Cmake example [\#2406](https://github.com/nlohmann/json/pull/2406) ([leozz37](https://github.com/leozz37)) +- Fix move constructor of json\_ref [\#2405](https://github.com/nlohmann/json/pull/2405) ([karzhenkov](https://github.com/karzhenkov)) +- Properly select "Release" build for Travis [\#2375](https://github.com/nlohmann/json/pull/2375) ([karzhenkov](https://github.com/karzhenkov)) +- Update Hedley [\#2367](https://github.com/nlohmann/json/pull/2367) ([nlohmann](https://github.com/nlohmann)) +- Fix and extend documentation of discarded values [\#2363](https://github.com/nlohmann/json/pull/2363) ([nlohmann](https://github.com/nlohmann)) +- Fix typos in documentation [\#2354](https://github.com/nlohmann/json/pull/2354) ([rbuch](https://github.com/rbuch)) +- Remove "\#define private public" from tests [\#2352](https://github.com/nlohmann/json/pull/2352) ([nlohmann](https://github.com/nlohmann)) +- Remove -Wimplicit-fallthrough warning [\#2349](https://github.com/nlohmann/json/pull/2349) ([nlohmann](https://github.com/nlohmann)) +- Fix code to work without exceptions [\#2347](https://github.com/nlohmann/json/pull/2347) ([nlohmann](https://github.com/nlohmann)) +- fix cmake script overwriting compiler path [\#2344](https://github.com/nlohmann/json/pull/2344) ([ongjunjie](https://github.com/ongjunjie)) + ## [v3.9.1](https://github.com/nlohmann/json/releases/tag/v3.9.1) (2020-08-06) [Full Changelog](https://github.com/nlohmann/json/compare/v3.9.0...v3.9.1) @@ -22,7 +613,6 @@ All notable changes to this project will be documented in this file. This projec - Fix a bug due to missing overloads in ordered\_map container [\#2319](https://github.com/nlohmann/json/pull/2319) ([nlohmann](https://github.com/nlohmann)) - cmake: install pkg-config file relative to current\_binary\_dir [\#2318](https://github.com/nlohmann/json/pull/2318) ([eli-schwartz](https://github.com/eli-schwartz)) - Fixed installation of pkg-config file on other than Ubuntu [\#2314](https://github.com/nlohmann/json/pull/2314) ([xvitaly](https://github.com/xvitaly)) -- Cleanup [\#2303](https://github.com/nlohmann/json/pull/2303) ([nlohmann](https://github.com/nlohmann)) ## [v3.9.0](https://github.com/nlohmann/json/releases/tag/v3.9.0) (2020-07-27) @@ -103,6 +693,7 @@ All notable changes to this project will be documented in this file. This projec - Fix bug in CBOR tag handling [\#2308](https://github.com/nlohmann/json/pull/2308) ([nlohmann](https://github.com/nlohmann)) - added inline to NLOHMANN\_DEFINE\_TYPE\_NON\_INTRUSIVE macro [\#2306](https://github.com/nlohmann/json/pull/2306) ([jwittbrodt](https://github.com/jwittbrodt)) - fixes unused variable 'ex' for \#2304 [\#2305](https://github.com/nlohmann/json/pull/2305) ([AODQ](https://github.com/AODQ)) +- Cleanup [\#2303](https://github.com/nlohmann/json/pull/2303) ([nlohmann](https://github.com/nlohmann)) - Add test with multiple translation units [\#2301](https://github.com/nlohmann/json/pull/2301) ([nlohmann](https://github.com/nlohmann)) - Merge GitHub actions [\#2300](https://github.com/nlohmann/json/pull/2300) ([nlohmann](https://github.com/nlohmann)) - Fix unused parameter [\#2299](https://github.com/nlohmann/json/pull/2299) ([nlohmann](https://github.com/nlohmann)) @@ -135,7 +726,7 @@ All notable changes to this project will be documented in this file. This projec - Use unsigned indizies for array index in json pointer [\#2203](https://github.com/nlohmann/json/pull/2203) ([t-b](https://github.com/t-b)) - Add option to not rely on Internet connectivity during test stage [\#2202](https://github.com/nlohmann/json/pull/2202) ([nlohmann](https://github.com/nlohmann)) - Serialize floating-point numbers with 32 bit when possible \(MessagePack\) [\#2201](https://github.com/nlohmann/json/pull/2201) ([nlohmann](https://github.com/nlohmann)) -- Fix consistency in function `int\_to\_string\(\)` [\#2193](https://github.com/nlohmann/json/pull/2193) ([dota17](https://github.com/dota17)) +- Fix consistency in function `int_to_string()` [\#2193](https://github.com/nlohmann/json/pull/2193) ([dota17](https://github.com/dota17)) - Fix issue\#1275 [\#2181](https://github.com/nlohmann/json/pull/2181) ([dota17](https://github.com/dota17)) - C++20 support by removing swap specialization [\#2176](https://github.com/nlohmann/json/pull/2176) ([gracicot](https://github.com/gracicot)) - Feat/explicit conversion operator [\#1559](https://github.com/nlohmann/json/pull/1559) ([theodelrieu](https://github.com/theodelrieu)) @@ -291,7 +882,6 @@ All notable changes to this project will be documented in this file. This projec - forced type conversion or lexical cast without exception. [\#1955](https://github.com/nlohmann/json/issues/1955) - Add json\_view type support to avoid excessive copying [\#1954](https://github.com/nlohmann/json/issues/1954) - Adding "examples" section for real-life usages [\#1953](https://github.com/nlohmann/json/issues/1953) -- GDB pretty printing support [\#1952](https://github.com/nlohmann/json/issues/1952) - Add nlohmann::json::key\_type [\#1951](https://github.com/nlohmann/json/issues/1951) - cannot use operator\[\] with a string argument with string [\#1949](https://github.com/nlohmann/json/issues/1949) - std::ifstream \>\> json error [\#1948](https://github.com/nlohmann/json/issues/1948) @@ -387,7 +977,7 @@ All notable changes to this project will be documented in this file. This projec - Serialize big data in json [\#1828](https://github.com/nlohmann/json/issues/1828) - Backslash '\' in value causes exception [\#1827](https://github.com/nlohmann/json/issues/1827) - from\_json for non default constructible class with dependency injection [\#1819](https://github.com/nlohmann/json/issues/1819) -- Semi-frequent timeouts in `test-unicode\_all` with 3.6.1 \(aarch64\) [\#1816](https://github.com/nlohmann/json/issues/1816) +- Semi-frequent timeouts in `test-unicode_all` with 3.6.1 \(aarch64\) [\#1816](https://github.com/nlohmann/json/issues/1816) - input\_adapter not user extensible [\#1813](https://github.com/nlohmann/json/issues/1813) - crash at json::destroy on android [\#1812](https://github.com/nlohmann/json/issues/1812) - Logs are repeating while cmake [\#1809](https://github.com/nlohmann/json/issues/1809) @@ -455,11 +1045,33 @@ All notable changes to this project will be documented in this file. This projec - Fix issue\#1719 [\#2044](https://github.com/nlohmann/json/pull/2044) ([dota17](https://github.com/dota17)) - Add missing testcase about NaN in unit-constructor1.cpp [\#2043](https://github.com/nlohmann/json/pull/2043) ([dota17](https://github.com/dota17)) - Templatize basic\_json constructor from json\_ref [\#2034](https://github.com/nlohmann/json/pull/2034) ([ArtemSarmini](https://github.com/ArtemSarmini)) +- Replace deprecated std::is\_pod [\#2033](https://github.com/nlohmann/json/pull/2033) ([nlohmann](https://github.com/nlohmann)) +- Fixes \#1971 \(memory leak in basic\_json::push\_back\) [\#2025](https://github.com/nlohmann/json/pull/2025) ([ArtemSarmini](https://github.com/ArtemSarmini)) - fix \#1982:json\_pointer.contains\(\) exception is incorrectly raised [\#2019](https://github.com/nlohmann/json/pull/2019) ([dota17](https://github.com/dota17)) +- Update LICENSE.MIT [\#2010](https://github.com/nlohmann/json/pull/2010) ([magamig](https://github.com/magamig)) +- PR for \#2006 to test in AppVeyor. [\#2008](https://github.com/nlohmann/json/pull/2008) ([garethsb](https://github.com/garethsb)) +- Added wsjcpp.yml [\#2004](https://github.com/nlohmann/json/pull/2004) ([sea-kg](https://github.com/sea-kg)) +- fix error 'setw' is not a member of 'std' in Wandbox example [\#2002](https://github.com/nlohmann/json/pull/2002) ([alexandermyasnikov](https://github.com/alexandermyasnikov)) - catch exceptions for json\_pointer : ..../+99 [\#1990](https://github.com/nlohmann/json/pull/1990) ([dota17](https://github.com/dota17)) +- Modify the document about operator== [\#1984](https://github.com/nlohmann/json/pull/1984) ([dota17](https://github.com/dota17)) +- Rename argument array\_index to array\_indx in json\_pointer methods [\#1980](https://github.com/nlohmann/json/pull/1980) ([linev](https://github.com/linev)) +- README: Fix string representation of `dump`ed `json` [\#1979](https://github.com/nlohmann/json/pull/1979) ([alexweej](https://github.com/alexweej)) - fix warnings in serializer.hpp for VS2019 [\#1969](https://github.com/nlohmann/json/pull/1969) ([dota17](https://github.com/dota17)) - Fix C26451 warnnings in to\_chars.hpp [\#1967](https://github.com/nlohmann/json/pull/1967) ([dota17](https://github.com/dota17)) +- appveyor.yml: Compile and test with latest version for \_\_cplusplus ma… [\#1958](https://github.com/nlohmann/json/pull/1958) ([t-b](https://github.com/t-b)) +- Fix typo in examples [\#1956](https://github.com/nlohmann/json/pull/1956) ([dota17](https://github.com/dota17)) - templated input adapters [\#1950](https://github.com/nlohmann/json/pull/1950) ([FrancoisChabot](https://github.com/FrancoisChabot)) +- Update README.md : add a FAQ about memory release [\#1933](https://github.com/nlohmann/json/pull/1933) ([dota17](https://github.com/dota17)) +- Some typos [\#1923](https://github.com/nlohmann/json/pull/1923) ([Coeur](https://github.com/Coeur)) +- Fix link to parse function in README [\#1918](https://github.com/nlohmann/json/pull/1918) ([kastiglione](https://github.com/kastiglione)) +- Readme: Updated links to hunter repo & docs [\#1917](https://github.com/nlohmann/json/pull/1917) ([jothepro](https://github.com/jothepro)) +- Adds instruction for using Build2's package manager [\#1909](https://github.com/nlohmann/json/pull/1909) ([Klaim](https://github.com/Klaim)) +- Update README.md [\#1907](https://github.com/nlohmann/json/pull/1907) ([pauljurczak](https://github.com/pauljurczak)) +- Fix warning: ignoring return value [\#1871](https://github.com/nlohmann/json/pull/1871) ([sonulohani](https://github.com/sonulohani)) +- docs: add central repository as conan source to readme [\#1857](https://github.com/nlohmann/json/pull/1857) ([gocarlos](https://github.com/gocarlos)) +- README: Package in MSYS2 renamed to nlohmann-json [\#1853](https://github.com/nlohmann/json/pull/1853) ([podsvirov](https://github.com/podsvirov)) +- Fix msvc warnings [\#1846](https://github.com/nlohmann/json/pull/1846) ([MBalszun](https://github.com/MBalszun)) +- Update tests that generate CMake projects to use main project's C++ compiler [\#1844](https://github.com/nlohmann/json/pull/1844) ([Tridacnid](https://github.com/Tridacnid)) - make CMake's version config file architecture-independent [\#1746](https://github.com/nlohmann/json/pull/1746) ([uhoreg](https://github.com/uhoreg)) - Add binary type support to all binary file formats, as well as an internally represented binary type [\#1662](https://github.com/nlohmann/json/pull/1662) ([OmnipotentEntity](https://github.com/OmnipotentEntity)) @@ -489,7 +1101,7 @@ All notable changes to this project will be documented in this file. This projec - Segmentation fault \(stack overflow\) due to unbounded recursion [\#1419](https://github.com/nlohmann/json/issues/1419) - Stack-overflow \(OSS-Fuzz 4234\) [\#832](https://github.com/nlohmann/json/issues/832) -- Configure WhiteSource Bolt for GitHub [\#1830](https://github.com/nlohmann/json/pull/1830) ([whitesource-bolt-for-github[bot]](https://github.com/apps/whitesource-bolt-for-github)) +- Configure WhiteSource Bolt for GitHub [\#1830](https://github.com/nlohmann/json/pull/1830) ([mend-bolt-for-github[bot]](https://github.com/apps/mend-bolt-for-github)) - Prevent stackoverflow caused by recursive deconstruction [\#1436](https://github.com/nlohmann/json/pull/1436) ([nickaein](https://github.com/nickaein)) ## [v3.7.1](https://github.com/nlohmann/json/releases/tag/v3.7.1) (2019-11-06) @@ -501,7 +1113,7 @@ All notable changes to this project will be documented in this file. This projec - json class should have a get\_or member function [\#1823](https://github.com/nlohmann/json/issues/1823) - NLOHMANN\_JSON\_SERIALIZE\_ENUM macro capture's json objects by value [\#1822](https://github.com/nlohmann/json/issues/1822) - Parse fails when number literals start with zero [\#1820](https://github.com/nlohmann/json/issues/1820) -- Weird behaviour of `contains` with `json\_pointer` [\#1815](https://github.com/nlohmann/json/issues/1815) +- Weird behaviour of `contains` with `json_pointer` [\#1815](https://github.com/nlohmann/json/issues/1815) - strange behaviour with json\_pointer and .contains\(\) [\#1811](https://github.com/nlohmann/json/issues/1811) - Can \#1695 be re-opened? [\#1808](https://github.com/nlohmann/json/issues/1808) - Merge two json objects [\#1807](https://github.com/nlohmann/json/issues/1807) @@ -534,7 +1146,7 @@ All notable changes to this project will be documented in this file. This projec - \[Nested Json Objects\] Segmentation fault [\#1753](https://github.com/nlohmann/json/issues/1753) - remove/replace assert with exceptions [\#1752](https://github.com/nlohmann/json/issues/1752) - Add array support for update\(\) function [\#1751](https://github.com/nlohmann/json/issues/1751) -- Is there a reason the `get\_to` method is defined in `include/nlohmann/json.hpp` but not in `single\_include/nlohmann/json.hpp`? [\#1750](https://github.com/nlohmann/json/issues/1750) +- Is there a reason the `get_to` method is defined in `include/nlohmann/json.hpp` but not in `single_include/nlohmann/json.hpp`? [\#1750](https://github.com/nlohmann/json/issues/1750) - how to validate json object before calling dump\(\) [\#1748](https://github.com/nlohmann/json/issues/1748) - Unable to invoke accessors on json objects in lldb [\#1745](https://github.com/nlohmann/json/issues/1745) - Escaping string before parsing [\#1743](https://github.com/nlohmann/json/issues/1743) @@ -580,7 +1192,6 @@ All notable changes to this project will be documented in this file. This projec - Information: My project uses this awesome library [\#1691](https://github.com/nlohmann/json/issues/1691) - Consider listing files explicitly instead of using GLOB [\#1686](https://github.com/nlohmann/json/issues/1686) - Failing tests on MSVC with VS2019 15.9.13 x64 [\#1685](https://github.com/nlohmann/json/issues/1685) -- Consider putting the user-defined literals in a namespace [\#1682](https://github.com/nlohmann/json/issues/1682) - Change from v2 to v3. Encoding with cp1252 [\#1680](https://github.com/nlohmann/json/issues/1680) - How to add Fifo\_map into json using Cmake [\#1679](https://github.com/nlohmann/json/issues/1679) - include.zip should contain meson.build [\#1672](https://github.com/nlohmann/json/issues/1672) @@ -690,7 +1301,7 @@ All notable changes to this project will be documented in this file. This projec - json::parse return value and errors [\#1595](https://github.com/nlohmann/json/issues/1595) - initializer list constructor makes curly brace initialization fragile [\#1594](https://github.com/nlohmann/json/issues/1594) - trying to log message for missing keyword, difference between \["foo"\] and at\("foo"\) [\#1593](https://github.com/nlohmann/json/issues/1593) -- std::string and std::wstring `to\_json` [\#1592](https://github.com/nlohmann/json/issues/1592) +- std::string and std::wstring `to_json` [\#1592](https://github.com/nlohmann/json/issues/1592) - I have a C structure which I need to convert to a JSON. How do I do it? Haven't found proper examples so far. [\#1591](https://github.com/nlohmann/json/issues/1591) - dump\_escaped possible error ? [\#1589](https://github.com/nlohmann/json/issues/1589) - json::parse\(\) into a vector\ results in unhandled exception [\#1587](https://github.com/nlohmann/json/issues/1587) @@ -732,20 +1343,17 @@ All notable changes to this project will be documented in this file. This projec - \[Help Needed!\] Season of Docs [\#1542](https://github.com/nlohmann/json/issues/1542) - program still abort\(\) or exit\(\) with try catch [\#1541](https://github.com/nlohmann/json/issues/1541) - Have a json::type\_error exception because of JSON object [\#1540](https://github.com/nlohmann/json/issues/1540) -- Using versioned namespaces [\#1539](https://github.com/nlohmann/json/issues/1539) - Quoted numbers [\#1538](https://github.com/nlohmann/json/issues/1538) - Reading a JSON file into an object [\#1537](https://github.com/nlohmann/json/issues/1537) - Releases 3.6.0 and 3.6.1 don't build on conda / windows [\#1536](https://github.com/nlohmann/json/issues/1536) - \[Clang\] warning: use of the 'nodiscard' attribute is a C++17 extension \[-Wc++17-extensions\] [\#1535](https://github.com/nlohmann/json/issues/1535) - wchar\_t/std::wstring json can be created but not accessed [\#1533](https://github.com/nlohmann/json/issues/1533) - json stringify [\#1532](https://github.com/nlohmann/json/issues/1532) -- How can I use std::string\_view as the json\_key to "operator \[\]" ? [\#1529](https://github.com/nlohmann/json/issues/1529) - How can I use it from gcc on RPI [\#1528](https://github.com/nlohmann/json/issues/1528) -- std::pair treated as an array instead of key-value in `std::vector\\>` [\#1520](https://github.com/nlohmann/json/issues/1520) +- std::pair treated as an array instead of key-value in `std::vector>` [\#1520](https://github.com/nlohmann/json/issues/1520) - Excessive Memory Usage for Large Json File [\#1516](https://github.com/nlohmann/json/issues/1516) - SAX dumper [\#1512](https://github.com/nlohmann/json/issues/1512) - Conversion to user type containing a std::vector not working with documented approach [\#1511](https://github.com/nlohmann/json/issues/1511) -- How to get position info or parser context with custom from\_json\(\) that may throw exceptions? [\#1508](https://github.com/nlohmann/json/issues/1508) - Inconsistent use of type alias. [\#1507](https://github.com/nlohmann/json/issues/1507) - Is there a current way to represent strings as json int? [\#1503](https://github.com/nlohmann/json/issues/1503) - Intermittent issues with loadJSON [\#1484](https://github.com/nlohmann/json/issues/1484) @@ -795,7 +1403,7 @@ All notable changes to this project will be documented in this file. This projec - Json object from string from a TCP socket [\#1504](https://github.com/nlohmann/json/issues/1504) - MSVC warning C4946 \("reinterpret\_cast used between related classes"\) compiling json.hpp [\#1502](https://github.com/nlohmann/json/issues/1502) - How to programmatically fill an n-th dimensional JSON object? [\#1501](https://github.com/nlohmann/json/issues/1501) -- Error compiling with clang and `JSON\_NOEXCEPTION`: need to include `cstdlib` [\#1500](https://github.com/nlohmann/json/issues/1500) +- Error compiling with clang and `JSON_NOEXCEPTION`: need to include `cstdlib` [\#1500](https://github.com/nlohmann/json/issues/1500) - The code compiles unsuccessfully with android-ndk-r10e [\#1499](https://github.com/nlohmann/json/issues/1499) - Cmake 3.1 in develop, when is it likely to make it into a stable release? [\#1498](https://github.com/nlohmann/json/issues/1498) - Some Help please object inside array [\#1494](https://github.com/nlohmann/json/issues/1494) @@ -814,7 +1422,7 @@ All notable changes to this project will be documented in this file. This projec - Unable to modify one of the values within the JSON file, and save it [\#1475](https://github.com/nlohmann/json/issues/1475) - Documentation of parse function has two identical @pre causes [\#1473](https://github.com/nlohmann/json/issues/1473) - GCC 9.0 build failure [\#1472](https://github.com/nlohmann/json/issues/1472) -- Can we have an `exists\(\)` method? [\#1471](https://github.com/nlohmann/json/issues/1471) +- Can we have an `exists()` method? [\#1471](https://github.com/nlohmann/json/issues/1471) - How to parse multi object json from file? [\#1470](https://github.com/nlohmann/json/issues/1470) - How to returns the name of the upper object? [\#1467](https://github.com/nlohmann/json/issues/1467) - Error: "tuple\_size" has already been declared in the current scope [\#1466](https://github.com/nlohmann/json/issues/1466) @@ -875,7 +1483,7 @@ All notable changes to this project will be documented in this file. This projec - Do proper endian conversions [\#1489](https://github.com/nlohmann/json/pull/1489) ([andreas-schwab](https://github.com/andreas-schwab)) - Fix documentation [\#1477](https://github.com/nlohmann/json/pull/1477) ([nickaein](https://github.com/nickaein)) - Implement contains\(\) member function [\#1474](https://github.com/nlohmann/json/pull/1474) ([nickaein](https://github.com/nickaein)) -- Add operator/= and operator/ to construct a JSON pointer by appending two JSON pointers [\#1469](https://github.com/nlohmann/json/pull/1469) ([garethsb-sony](https://github.com/garethsb-sony)) +- Add operator/= and operator/ to construct a JSON pointer by appending two JSON pointers [\#1469](https://github.com/nlohmann/json/pull/1469) ([garethsb](https://github.com/garethsb)) - Disable Clang -Wmismatched-tags warning on tuple\_size / tuple\_element [\#1468](https://github.com/nlohmann/json/pull/1468) ([past-due](https://github.com/past-due)) - Disable installation when used as meson subproject. \#1463 [\#1464](https://github.com/nlohmann/json/pull/1464) ([elvisoric](https://github.com/elvisoric)) - docs: README typo [\#1455](https://github.com/nlohmann/json/pull/1455) ([wythe](https://github.com/wythe)) @@ -892,7 +1500,6 @@ All notable changes to this project will be documented in this file. This projec - Fix x64 target platform for appveyor [\#1414](https://github.com/nlohmann/json/pull/1414) ([nickaein](https://github.com/nickaein)) - Improve dump\_integer performance [\#1411](https://github.com/nlohmann/json/pull/1411) ([nickaein](https://github.com/nickaein)) - buildsystem: relax requirement on cmake version [\#1409](https://github.com/nlohmann/json/pull/1409) ([yann-morin-1998](https://github.com/yann-morin-1998)) -- Added Support for Structured Bindings [\#1391](https://github.com/nlohmann/json/pull/1391) ([pratikpc](https://github.com/pratikpc)) - CMake: Optional Install if Embedded [\#1330](https://github.com/nlohmann/json/pull/1330) ([ax3l](https://github.com/ax3l)) ## [v3.5.0](https://github.com/nlohmann/json/releases/tag/v3.5.0) (2018-12-21) @@ -902,7 +1509,6 @@ All notable changes to this project will be documented in this file. This projec - Copyconstructor inserts original into array with single element [\#1397](https://github.com/nlohmann/json/issues/1397) - Get value without explicit typecasting [\#1395](https://github.com/nlohmann/json/issues/1395) - Big file parsing [\#1393](https://github.com/nlohmann/json/issues/1393) -- some static analysis warning at line 11317 [\#1390](https://github.com/nlohmann/json/issues/1390) - Adding Structured Binding Support [\#1388](https://github.com/nlohmann/json/issues/1388) - map\ exhibits unexpected behavior [\#1387](https://github.com/nlohmann/json/issues/1387) - Error Code Return [\#1386](https://github.com/nlohmann/json/issues/1386) @@ -962,6 +1568,7 @@ All notable changes to this project will be documented in this file. This projec - Check value for existence by json\_pointer [\#1194](https://github.com/nlohmann/json/issues/1194) - Feature/add file input adapter [\#1392](https://github.com/nlohmann/json/pull/1392) ([dumarjo](https://github.com/dumarjo)) +- Added Support for Structured Bindings [\#1391](https://github.com/nlohmann/json/pull/1391) ([pratikpc](https://github.com/pratikpc)) - Link to issue \#958 broken [\#1382](https://github.com/nlohmann/json/pull/1382) ([kjpus](https://github.com/kjpus)) - readme: fix typo [\#1380](https://github.com/nlohmann/json/pull/1380) ([manu-chroma](https://github.com/manu-chroma)) - recommend using explicit from JSON conversions [\#1363](https://github.com/nlohmann/json/pull/1363) ([theodelrieu](https://github.com/theodelrieu)) @@ -970,7 +1577,6 @@ All notable changes to this project will be documented in this file. This projec - Set eofbit on exhausted input stream. [\#1343](https://github.com/nlohmann/json/pull/1343) ([mefyl](https://github.com/mefyl)) - Add a SFINAE friendly iterator\_traits and use that instead. [\#1342](https://github.com/nlohmann/json/pull/1342) ([dgavedissian](https://github.com/dgavedissian)) - Fix EOL Whitespaces & CMake Spelling [\#1329](https://github.com/nlohmann/json/pull/1329) ([ax3l](https://github.com/ax3l)) -- Add BSON support [\#1320](https://github.com/nlohmann/json/pull/1320) ([nlohmann](https://github.com/nlohmann)) ## [v3.4.0](https://github.com/nlohmann/json/releases/tag/v3.4.0) (2018-10-30) @@ -1003,13 +1609,13 @@ All notable changes to this project will be documented in this file. This projec - syntax error on right json string [\#1276](https://github.com/nlohmann/json/issues/1276) - Parsing JSON Array where members have no key, using custom types [\#1267](https://github.com/nlohmann/json/issues/1267) - I get a json exception periodically from json::parse for the same json [\#1263](https://github.com/nlohmann/json/issues/1263) -- serialize std::variant\<...\> [\#1261](https://github.com/nlohmann/json/issues/1261) - GCC 8.2.1. Compilation error: invalid conversion from... [\#1246](https://github.com/nlohmann/json/issues/1246) - BSON support [\#1244](https://github.com/nlohmann/json/issues/1244) - enum to json mapping [\#1208](https://github.com/nlohmann/json/issues/1208) - Soften the landing when dumping non-UTF8 strings \(type\_error.316 exception\) [\#1198](https://github.com/nlohmann/json/issues/1198) - Add macro to define enum/JSON mapping [\#1323](https://github.com/nlohmann/json/pull/1323) ([nlohmann](https://github.com/nlohmann)) +- Add BSON support [\#1320](https://github.com/nlohmann/json/pull/1320) ([nlohmann](https://github.com/nlohmann)) - Properly convert constants to CharType [\#1315](https://github.com/nlohmann/json/pull/1315) ([nlohmann](https://github.com/nlohmann)) - Allow to set error handler for decoding errors [\#1314](https://github.com/nlohmann/json/pull/1314) ([nlohmann](https://github.com/nlohmann)) - Add Meson related info to README [\#1305](https://github.com/nlohmann/json/pull/1305) ([koponomarenko](https://github.com/koponomarenko)) @@ -1108,7 +1714,7 @@ All notable changes to this project will be documented in this file. This projec - Add key name when throwing type error [\#1189](https://github.com/nlohmann/json/issues/1189) - Not able to include in visual studio code? [\#1188](https://github.com/nlohmann/json/issues/1188) - Get an Index or row number of an element [\#1186](https://github.com/nlohmann/json/issues/1186) -- Difference between `merge\_patch` and `update` [\#1183](https://github.com/nlohmann/json/issues/1183) +- Difference between `merge_patch` and `update` [\#1183](https://github.com/nlohmann/json/issues/1183) - Is there a way to get an element from a JSON without throwing an exception on failure? [\#1182](https://github.com/nlohmann/json/issues/1182) - to\_string? [\#1181](https://github.com/nlohmann/json/issues/1181) - How to cache a json object's pointer into a map? [\#1180](https://github.com/nlohmann/json/issues/1180) @@ -1244,7 +1850,6 @@ All notable changes to this project will be documented in this file. This projec - How to create a json variable? [\#990](https://github.com/nlohmann/json/issues/990) - istream \>\> json --- 1st character skipped in stream [\#976](https://github.com/nlohmann/json/issues/976) - Add a SAX parser [\#971](https://github.com/nlohmann/json/issues/971) -- Add Key name to Exception [\#932](https://github.com/nlohmann/json/issues/932) - How to solve large json file? [\#927](https://github.com/nlohmann/json/issues/927) - json\_pointer public push\_back, pop\_back [\#837](https://github.com/nlohmann/json/issues/837) - Using input\_adapter in a slightly unexpected way [\#834](https://github.com/nlohmann/json/issues/834) @@ -1298,7 +1903,7 @@ All notable changes to this project will be documented in this file. This projec - "forcing MSVC stacktrace to show which T we're talking about." error [\#980](https://github.com/nlohmann/json/issues/980) - reverse order of serialization [\#979](https://github.com/nlohmann/json/issues/979) - Assigning between different json types [\#977](https://github.com/nlohmann/json/issues/977) -- Support serialisation of `unique\_ptr\<\>` and `shared\_ptr\<\>` [\#975](https://github.com/nlohmann/json/issues/975) +- Support serialisation of `unique_ptr<>` and `shared_ptr<>` [\#975](https://github.com/nlohmann/json/issues/975) - Unexpected end of input \(not same as one before\) [\#974](https://github.com/nlohmann/json/issues/974) - Segfault on direct initializing json object [\#973](https://github.com/nlohmann/json/issues/973) - Segmentation fault on G++ when trying to assign json string literal to custom json type. [\#972](https://github.com/nlohmann/json/issues/972) @@ -1521,7 +2126,6 @@ All notable changes to this project will be documented in this file. This projec - Compilation error with unordered\_map\< int, int \> [\#758](https://github.com/nlohmann/json/issues/758) - CBOR string [\#757](https://github.com/nlohmann/json/issues/757) - Proposal: out\_of\_range should be a subclass of std::out\_of\_range [\#756](https://github.com/nlohmann/json/issues/756) -- Compiling with icpc [\#755](https://github.com/nlohmann/json/issues/755) - Getter is setting the value to null if the key does not exist [\#754](https://github.com/nlohmann/json/issues/754) - parsing works sometimes and crashes others [\#752](https://github.com/nlohmann/json/issues/752) - Static\_assert failed "incompatible pointer type" with Xcode [\#751](https://github.com/nlohmann/json/issues/751) @@ -1597,7 +2201,7 @@ All notable changes to this project will be documented in this file. This projec - Compilation "note" on GCC 6 ARM [\#658](https://github.com/nlohmann/json/issues/658) - Adding additional push\_back/operator+= rvalue overloads for JSON object [\#657](https://github.com/nlohmann/json/issues/657) - dump's parameter "ensure\_ascii" creates too long sequences [\#656](https://github.com/nlohmann/json/issues/656) -- Question: parsing `void \*` [\#655](https://github.com/nlohmann/json/issues/655) +- Question: parsing `void *` [\#655](https://github.com/nlohmann/json/issues/655) - how should I check a string is valid JSON string ? [\#653](https://github.com/nlohmann/json/issues/653) - Question: thread safety of read only accesses [\#651](https://github.com/nlohmann/json/issues/651) - Eclipse: Method 'size' could not be resolved [\#649](https://github.com/nlohmann/json/issues/649) @@ -1626,7 +2230,7 @@ All notable changes to this project will be documented in this file. This projec - Insertion into nested json field [\#621](https://github.com/nlohmann/json/issues/621) - Question: return static json object from function [\#618](https://github.com/nlohmann/json/issues/618) - icc16 error [\#617](https://github.com/nlohmann/json/issues/617) -- \[-Wdeprecated-declarations\] in row `j \>\> ss;` in file `json.hpp:7405:26` and FAILED unit tests with MinGWx64! [\#616](https://github.com/nlohmann/json/issues/616) +- \[-Wdeprecated-declarations\] in row `j >> ss;` in file `json.hpp:7405:26` and FAILED unit tests with MinGWx64! [\#616](https://github.com/nlohmann/json/issues/616) - to\_json for pairs, tuples [\#614](https://github.com/nlohmann/json/issues/614) - Using uninitialized memory 'buf' in line 11173 v2.1.1? [\#613](https://github.com/nlohmann/json/issues/613) - How to parse multiple same Keys of JSON and save them? [\#612](https://github.com/nlohmann/json/issues/612) @@ -1686,7 +2290,7 @@ All notable changes to this project will be documented in this file. This projec - Duplicate symbols error happens while to\_json/from\_json method implemented inside entity definition header file [\#542](https://github.com/nlohmann/json/issues/542) - consider adding a bool json::is\_valid\(std::string const&\) non-member function [\#541](https://github.com/nlohmann/json/issues/541) - Help request [\#539](https://github.com/nlohmann/json/issues/539) -- How to deal with missing keys in `from\_json`? [\#538](https://github.com/nlohmann/json/issues/538) +- How to deal with missing keys in `from_json`? [\#538](https://github.com/nlohmann/json/issues/538) - recursive from\_msgpack implementation will stack overflow [\#537](https://github.com/nlohmann/json/issues/537) - Exception objects must be nothrow copy constructible \(ERR60-CPP\) [\#531](https://github.com/nlohmann/json/issues/531) - Support for multiple root elements [\#529](https://github.com/nlohmann/json/issues/529) @@ -1792,6 +2396,35 @@ All notable changes to this project will be documented in this file. This projec - Digraph warning [\#679](https://github.com/nlohmann/json/pull/679) ([traits](https://github.com/traits)) - massage -\> message [\#678](https://github.com/nlohmann/json/pull/678) ([DmitryKuk](https://github.com/DmitryKuk)) - Fix "not constraint" grammar in docs [\#674](https://github.com/nlohmann/json/pull/674) ([wincent](https://github.com/wincent)) +- Add documentation for integration with CMake and hunter [\#671](https://github.com/nlohmann/json/pull/671) ([dan-42](https://github.com/dan-42)) +- REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse [\#669](https://github.com/nlohmann/json/pull/669) ([dan-42](https://github.com/dan-42)) +- enable\_testing only if the JSON\_BuildTests is ON [\#666](https://github.com/nlohmann/json/pull/666) ([effolkronium](https://github.com/effolkronium)) +- Support moving from rvalues in std::initializer\_list [\#663](https://github.com/nlohmann/json/pull/663) ([himikof](https://github.com/himikof)) +- add ensure\_ascii parameter to dump. \#330 [\#654](https://github.com/nlohmann/json/pull/654) ([ryanjmulder](https://github.com/ryanjmulder)) +- Rename BuildTests to JSON\_BuildTests [\#652](https://github.com/nlohmann/json/pull/652) ([olegendo](https://github.com/olegendo)) +- Don't include \, use std::make\_shared [\#650](https://github.com/nlohmann/json/pull/650) ([olegendo](https://github.com/olegendo)) +- Refacto/split basic json [\#643](https://github.com/nlohmann/json/pull/643) ([theodelrieu](https://github.com/theodelrieu)) +- fix typo in operator\_\_notequal example [\#630](https://github.com/nlohmann/json/pull/630) ([Chocobo1](https://github.com/Chocobo1)) +- Fix MSVC warning C4819 [\#629](https://github.com/nlohmann/json/pull/629) ([Chocobo1](https://github.com/Chocobo1)) +- \[BugFix\] Add parentheses around std::min [\#626](https://github.com/nlohmann/json/pull/626) ([koemeet](https://github.com/koemeet)) +- add pair/tuple conversions [\#624](https://github.com/nlohmann/json/pull/624) ([theodelrieu](https://github.com/theodelrieu)) +- remove std::pair support [\#615](https://github.com/nlohmann/json/pull/615) ([theodelrieu](https://github.com/theodelrieu)) +- Add pair support, fix CompatibleObject conversions \(fixes \#600\) [\#609](https://github.com/nlohmann/json/pull/609) ([theodelrieu](https://github.com/theodelrieu)) +- \#550 Fix iterator related compiling issues for Intel icc [\#598](https://github.com/nlohmann/json/pull/598) ([HenryRLee](https://github.com/HenryRLee)) +- Issue \#593 Fix the arithmetic operators in the iterator and reverse iterator [\#595](https://github.com/nlohmann/json/pull/595) ([HenryRLee](https://github.com/HenryRLee)) +- fix doxygen error of basic\_json::get\(\) [\#583](https://github.com/nlohmann/json/pull/583) ([zhaohuaxishi](https://github.com/zhaohuaxishi)) +- Fixing assignement for iterator wrapper second, and adding unit test [\#579](https://github.com/nlohmann/json/pull/579) ([Type1J](https://github.com/Type1J)) +- Adding first and second properties to iteration\_proxy\_internal [\#578](https://github.com/nlohmann/json/pull/578) ([Type1J](https://github.com/Type1J)) +- Adding support for Meson. [\#576](https://github.com/nlohmann/json/pull/576) ([Type1J](https://github.com/Type1J)) +- add enum class default conversions [\#545](https://github.com/nlohmann/json/pull/545) ([theodelrieu](https://github.com/theodelrieu)) +- Properly pop diagnostics [\#540](https://github.com/nlohmann/json/pull/540) ([tinloaf](https://github.com/tinloaf)) +- Add Visual Studio 17 image to appveyor build matrix [\#536](https://github.com/nlohmann/json/pull/536) ([vpetrigo](https://github.com/vpetrigo)) +- UTF8 encoding enhancement [\#534](https://github.com/nlohmann/json/pull/534) ([TedLyngmo](https://github.com/TedLyngmo)) +- Fix typo [\#530](https://github.com/nlohmann/json/pull/530) ([berkus](https://github.com/berkus)) +- Make exception base class visible in basic\_json [\#526](https://github.com/nlohmann/json/pull/526) ([ghost](https://github.com/ghost)) +- :art: Namespace `uint8_t` from the C++ stdlib [\#510](https://github.com/nlohmann/json/pull/510) ([alexweej](https://github.com/alexweej)) +- add to\_json method for C arrays [\#508](https://github.com/nlohmann/json/pull/508) ([theodelrieu](https://github.com/theodelrieu)) +- Fix -Weffc++ warnings \(GNU 6.3.1\) [\#496](https://github.com/nlohmann/json/pull/496) ([TedLyngmo](https://github.com/TedLyngmo)) ## [v2.1.1](https://github.com/nlohmann/json/releases/tag/v2.1.1) (2017-02-25) @@ -1997,7 +2630,6 @@ All notable changes to this project will be documented in this file. This projec - Fix usage examples' comments for std::multiset [\#321](https://github.com/nlohmann/json/pull/321) ([vasild](https://github.com/vasild)) - Include dir relocation [\#318](https://github.com/nlohmann/json/pull/318) ([ChristophJud](https://github.com/ChristophJud)) - trivial documentation fix [\#313](https://github.com/nlohmann/json/pull/313) ([5tefan](https://github.com/5tefan)) -- unit-constructor1.cpp: Fix floating point truncation warning [\#300](https://github.com/nlohmann/json/pull/300) ([t-b](https://github.com/t-b)) ## [v2.0.5](https://github.com/nlohmann/json/releases/tag/v2.0.5) (2016-09-14) @@ -2030,6 +2662,8 @@ All notable changes to this project will be documented in this file. This projec - Incorrect parsing of large int64\_t numbers [\#287](https://github.com/nlohmann/json/issues/287) - \[question\]: macro to disable floating point support [\#284](https://github.com/nlohmann/json/issues/284) +- unit-constructor1.cpp: Fix floating point truncation warning [\#300](https://github.com/nlohmann/json/pull/300) ([t-b](https://github.com/t-b)) + ## [v2.0.2](https://github.com/nlohmann/json/releases/tag/v2.0.2) (2016-07-31) [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.1...v2.0.2) @@ -2106,6 +2740,7 @@ All notable changes to this project will be documented in this file. This projec - What is within scope? [\#192](https://github.com/nlohmann/json/issues/192) - Bugs in miloyip/nativejson-benchmark: roundtrips [\#187](https://github.com/nlohmann/json/issues/187) - Floating point exceptions [\#181](https://github.com/nlohmann/json/issues/181) +- Integer conversion to unsigned [\#178](https://github.com/nlohmann/json/issues/178) - map string string fails to compile [\#176](https://github.com/nlohmann/json/issues/176) - In basic\_json::basic\_json\(const CompatibleArrayType& val\), the requirement of CompatibleArrayType is not strict enough. [\#174](https://github.com/nlohmann/json/issues/174) - Provide a FAQ [\#163](https://github.com/nlohmann/json/issues/163) @@ -2124,6 +2759,7 @@ All notable changes to this project will be documented in this file. This projec - fixed noexcept; added constexpr [\#208](https://github.com/nlohmann/json/pull/208) ([nlohmann](https://github.com/nlohmann)) - Add support for afl-fuzz testing [\#207](https://github.com/nlohmann/json/pull/207) ([mykter](https://github.com/mykter)) - replaced ssize\_t occurrences with auto \(addresses \#204\) [\#205](https://github.com/nlohmann/json/pull/205) ([nlohmann](https://github.com/nlohmann)) +- Fixed issue \#199 - Small bugs in json.hpp \(get\_number\) and unit.cpp \(non-standard integer type test\) [\#200](https://github.com/nlohmann/json/pull/200) ([twelsby](https://github.com/twelsby)) - Fix broken link [\#197](https://github.com/nlohmann/json/pull/197) ([vog](https://github.com/vog)) - Issue \#195 - update Travis to Trusty due to gcc/clang strtod\(\) bug [\#196](https://github.com/nlohmann/json/pull/196) ([twelsby](https://github.com/twelsby)) - Issue \#178 - Extending support to full uint64\_t/int64\_t range and unsigned type \(updated\) [\#193](https://github.com/nlohmann/json/pull/193) ([twelsby](https://github.com/twelsby)) @@ -2137,7 +2773,6 @@ All notable changes to this project will be documented in this file. This projec - Floating point equality [\#185](https://github.com/nlohmann/json/issues/185) - Unused variables in catch [\#180](https://github.com/nlohmann/json/issues/180) - Typo in documentation [\#179](https://github.com/nlohmann/json/issues/179) -- Integer conversion to unsigned [\#178](https://github.com/nlohmann/json/issues/178) - JSON performance benchmark comparision [\#177](https://github.com/nlohmann/json/issues/177) - Since re2c is often ignored in pull requests, it may make sense to make a contributing.md file [\#175](https://github.com/nlohmann/json/issues/175) - Question about exceptions [\#173](https://github.com/nlohmann/json/issues/173) @@ -2151,11 +2786,11 @@ All notable changes to this project will be documented in this file. This projec - range based for loop for objects [\#83](https://github.com/nlohmann/json/issues/83) - Consider submitting this to the Boost Library Incubator [\#66](https://github.com/nlohmann/json/issues/66) -- Fixed issue \#199 - Small bugs in json.hpp \(get\_number\) and unit.cpp \(non-standard integer type test\) [\#200](https://github.com/nlohmann/json/pull/200) ([twelsby](https://github.com/twelsby)) - Fixed Issue \#186 - add strto\(f|d|ld\) overload wrappers, "-0.0" special case and FP trailing zero [\#191](https://github.com/nlohmann/json/pull/191) ([twelsby](https://github.com/twelsby)) - Issue \#185 - remove approx\(\) and use \#pragma to kill warnings [\#190](https://github.com/nlohmann/json/pull/190) ([twelsby](https://github.com/twelsby)) - Fixed Issue \#171 - added two extra template overloads of operator\[\] for T\* arguments [\#189](https://github.com/nlohmann/json/pull/189) ([twelsby](https://github.com/twelsby)) - Fixed issue \#167 - removed operator ValueType\(\) condition for VS2015 [\#188](https://github.com/nlohmann/json/pull/188) ([twelsby](https://github.com/twelsby)) +- Implementation of get\_ref\(\) [\#184](https://github.com/nlohmann/json/pull/184) ([dariomt](https://github.com/dariomt)) - Fixed some typos in CONTRIBUTING.md [\#182](https://github.com/nlohmann/json/pull/182) ([nibroc](https://github.com/nibroc)) ## [v1.0.0](https://github.com/nlohmann/json/releases/tag/v1.0.0) (2015-12-27) @@ -2165,7 +2800,7 @@ All notable changes to this project will be documented in this file. This projec - add key name to exception [\#160](https://github.com/nlohmann/json/issues/160) - Getting member discarding qualifyer [\#159](https://github.com/nlohmann/json/issues/159) - basic\_json::iterator::value\(\) output includes quotes while basic\_json::iterator::key\(\) doesn't [\#158](https://github.com/nlohmann/json/issues/158) -- Indexing `const basic\_json\<\>` with `const basic\_string\` [\#157](https://github.com/nlohmann/json/issues/157) +- Indexing `const basic_json<>` with `const basic_string` [\#157](https://github.com/nlohmann/json/issues/157) - token\_type\_name\(token\_type t\): not all control paths return a value [\#156](https://github.com/nlohmann/json/issues/156) - prevent json.hpp from emitting compiler warnings [\#154](https://github.com/nlohmann/json/issues/154) - json::parse\(string\) does not check utf8 bom [\#152](https://github.com/nlohmann/json/issues/152) @@ -2197,7 +2832,6 @@ All notable changes to this project will be documented in this file. This projec - Wishlist [\#65](https://github.com/nlohmann/json/issues/65) - Windows/Visual Studio \(through 2013\) is unsupported [\#62](https://github.com/nlohmann/json/issues/62) -- Implementation of get\_ref\(\) [\#184](https://github.com/nlohmann/json/pull/184) ([dariomt](https://github.com/dariomt)) - Replace sprintf with hex function, this fixes \#149 [\#153](https://github.com/nlohmann/json/pull/153) ([whackashoe](https://github.com/whackashoe)) - Fix character skipping after a surrogate pair [\#146](https://github.com/nlohmann/json/pull/146) ([robertmrk](https://github.com/robertmrk)) - Detect correctly pointer-to-const [\#137](https://github.com/nlohmann/json/pull/137) ([dariomt](https://github.com/dariomt)) @@ -2284,13 +2918,25 @@ All notable changes to this project will be documented in this file. This projec - Remove useless typename [\#86](https://github.com/nlohmann/json/pull/86) ([ahamez](https://github.com/ahamez)) - Avoid warning with Xcode's clang [\#85](https://github.com/nlohmann/json/pull/85) ([ahamez](https://github.com/ahamez)) - Fix typos [\#73](https://github.com/nlohmann/json/pull/73) ([aqnouch](https://github.com/aqnouch)) -- Replace `default\_callback` function with `nullptr` and check for null… [\#72](https://github.com/nlohmann/json/pull/72) ([aburgh](https://github.com/aburgh)) +- Replace `default_callback` function with `nullptr` and check for null… [\#72](https://github.com/nlohmann/json/pull/72) ([aburgh](https://github.com/aburgh)) - support enum [\#71](https://github.com/nlohmann/json/pull/71) ([likebeta](https://github.com/likebeta)) - Fix performance regression introduced with the parsing callback feature. [\#69](https://github.com/nlohmann/json/pull/69) ([aburgh](https://github.com/aburgh)) - Improve the implementations of the comparission-operators [\#63](https://github.com/nlohmann/json/pull/63) ([Florianjw](https://github.com/Florianjw)) - Fix compilation of json\_unit with GCC 5 [\#59](https://github.com/nlohmann/json/pull/59) ([dkopecek](https://github.com/dkopecek)) - Parse streams incrementally. [\#40](https://github.com/nlohmann/json/pull/40) ([aburgh](https://github.com/aburgh)) - Feature/small float serialization [\#38](https://github.com/nlohmann/json/pull/38) ([jrandall](https://github.com/jrandall)) +- template version with re2c scanner [\#36](https://github.com/nlohmann/json/pull/36) ([nlohmann](https://github.com/nlohmann)) +- more descriptive documentation in example [\#33](https://github.com/nlohmann/json/pull/33) ([luxe](https://github.com/luxe)) +- Fix string conversion under Clang [\#26](https://github.com/nlohmann/json/pull/26) ([wancw](https://github.com/wancw)) +- Fixed dumping of strings [\#24](https://github.com/nlohmann/json/pull/24) ([Teemperor](https://github.com/Teemperor)) +- Added a remark to the readme that coverage is GCC only for now [\#23](https://github.com/nlohmann/json/pull/23) ([Teemperor](https://github.com/Teemperor)) +- Unicode escaping [\#22](https://github.com/nlohmann/json/pull/22) ([Teemperor](https://github.com/Teemperor)) +- Implemented the JSON spec for string parsing for everything but the \uXXXX escaping [\#21](https://github.com/nlohmann/json/pull/21) ([Teemperor](https://github.com/Teemperor)) +- add the std iterator typedefs to iterator and const\_iterator [\#19](https://github.com/nlohmann/json/pull/19) ([kirkshoop](https://github.com/kirkshoop)) +- Fixed escaped quotes [\#18](https://github.com/nlohmann/json/pull/18) ([Teemperor](https://github.com/Teemperor)) +- Fix double delete on std::bad\_alloc exception [\#14](https://github.com/nlohmann/json/pull/14) ([elliotgoodrich](https://github.com/elliotgoodrich)) +- Added CMake and lcov [\#6](https://github.com/nlohmann/json/pull/6) ([Teemperor](https://github.com/Teemperor)) +- Version 2.0 [\#5](https://github.com/nlohmann/json/pull/5) ([nlohmann](https://github.com/nlohmann)) diff --git a/external_imported/json/LICENSE.MIT b/external_imported/json/LICENSE.MIT index f0622d6dc..1c1f7a690 100644 --- a/external_imported/json/LICENSE.MIT +++ b/external_imported/json/LICENSE.MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2013-2021 Niels Lohmann +Copyright (c) 2013-2022 Niels Lohmann Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/external_imported/json/LICENSES/Apache-2.0.txt b/external_imported/json/LICENSES/Apache-2.0.txt new file mode 100644 index 000000000..137069b82 --- /dev/null +++ b/external_imported/json/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/external_imported/json/LICENSES/BSD-3-Clause.txt b/external_imported/json/LICENSES/BSD-3-Clause.txt new file mode 100644 index 000000000..ea890afbc --- /dev/null +++ b/external_imported/json/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,11 @@ +Copyright (c) . + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/external_imported/json/LICENSES/GPL-3.0-only.txt b/external_imported/json/LICENSES/GPL-3.0-only.txt new file mode 100644 index 000000000..d41c0bd98 --- /dev/null +++ b/external_imported/json/LICENSES/GPL-3.0-only.txt @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License†refers to version 3 of the GNU General Public License. + +“Copyright†also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program†refers to any copyrightable work licensed under this License. Each licensee is addressed as “youâ€. “Licensees†and “recipients†may be individuals or organizations. + +To “modify†a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version†of the earlier work or a work “based on†the earlier work. + +A “covered work†means either the unmodified Program or a work based on the Program. + +To “propagate†a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey†a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices†to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code†for a work means the preferred form of the work for making modifications to it. “Object code†means any non-source form of a work. + +A “Standard Interface†means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries†of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Componentâ€, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source†for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all noticesâ€. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate†if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product†is either (1) a “consumer productâ€, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used†refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information†for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions†are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions†within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction†is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor†is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor versionâ€. + +A contributor's “essential patent claims†are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control†includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license†is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant†such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying†means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory†if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version†applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS†WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright†line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about boxâ€. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer†for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/external_imported/json/LICENSES/MIT.txt b/external_imported/json/LICENSES/MIT.txt new file mode 100644 index 000000000..2071b23b0 --- /dev/null +++ b/external_imported/json/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/external_imported/json/Makefile b/external_imported/json/Makefile index d3963f503..a1b4e7328 100644 --- a/external_imported/json/Makefile +++ b/external_imported/json/Makefile @@ -4,9 +4,6 @@ # configuration ########################################################################## -# directory to recent compiler binaries -COMPILER_DIR=/usr/local/opt/llvm/bin - # find GNU sed to use `-i` parameter SED:=$(shell command -v gsed || which sed) @@ -18,8 +15,12 @@ SED:=$(shell command -v gsed || which sed) # the list of sources in the include folder SRCS=$(shell find include -type f | sort) -# the single header (amalgamated from the source files) +# the list of sources in the tests folder +TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort) + +# the single headers (amalgamated from the source files) AMALGAMATED_FILE=single_include/nlohmann/json.hpp +AMALGAMATED_FWD_FILE=single_include/nlohmann/json_fwd.hpp ########################################################################## @@ -28,346 +29,28 @@ AMALGAMATED_FILE=single_include/nlohmann/json.hpp # main target all: - @echo "amalgamate - amalgamate file single_include/nlohmann/json.hpp from the include/nlohmann sources" + @echo "amalgamate - amalgamate files single_include/nlohmann/json{,_fwd}.hpp from the include/nlohmann sources" @echo "ChangeLog.md - generate ChangeLog file" @echo "check-amalgamation - check whether sources have been amalgamated" @echo "clean - remove built files" - @echo "coverage - create coverage information with lcov" - @echo "cppcheck - analyze code with cppcheck" - @echo "cpplint - analyze code with cpplint" - @echo "clang_tidy - analyze code with Clang-Tidy" - @echo "clang_analyze - analyze code with Clang-Analyzer" @echo "doctest - compile example files and check their output" @echo "fuzz_testing - prepare fuzz testing of the JSON parser" @echo "fuzz_testing_bson - prepare fuzz testing of the BSON parser" @echo "fuzz_testing_cbor - prepare fuzz testing of the CBOR parser" @echo "fuzz_testing_msgpack - prepare fuzz testing of the MessagePack parser" @echo "fuzz_testing_ubjson - prepare fuzz testing of the UBJSON parser" - @echo "pedantic_clang - run Clang with maximal warning flags" - @echo "pedantic_gcc - run GCC with maximal warning flags" @echo "pretty - beautify code with Artistic Style" @echo "run_benchmarks - build and run benchmarks" -########################################################################## -# coverage -########################################################################## - -coverage: - rm -fr cmake-build-coverage - mkdir cmake-build-coverage - cd cmake-build-coverage ; cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DJSON_Coverage=ON -DJSON_MultipleHeaders=ON - cd cmake-build-coverage ; ninja - cd cmake-build-coverage ; ctest -j10 - cd cmake-build-coverage ; ninja lcov_html - open cmake-build-coverage/test/html/index.html - ########################################################################## # documentation tests ########################################################################## # compile example files and check output doctest: - $(MAKE) check_output -C doc - - -########################################################################## -# warning detector -########################################################################## + $(MAKE) check_output -C docs -# calling Clang with all warnings, except: -# -Wno-c++2a-compat: u8 literals will behave differently in C++20... -# -Wno-deprecated-declarations: the library deprecated some functions -# -Wno-documentation-unknown-command: code uses user-defined commands like @complexity -# -Wno-exit-time-destructors: warning in json code triggered by NLOHMANN_JSON_SERIALIZE_ENUM -# -Wno-float-equal: not all comparisons in the tests can be replaced by Approx -# -Wno-missing-prototypes: for NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE -# -Wno-padded: padding is nothing to warn about -# -Wno-range-loop-analysis: items tests "for(const auto i...)" -# -Wno-extra-semi-stmt: spurious warnings for semicolons after JSON_ASSERT() -# -Wno-switch-enum -Wno-covered-switch-default: pedantic/contradicting warnings about switches -# -Wno-weak-vtables: exception class is defined inline, but has virtual method -pedantic_clang: - rm -fr cmake-build-pedantic - CXXFLAGS=" \ - -std=c++11 -Wno-c++98-compat -Wno-c++98-compat-pedantic \ - -Werror \ - -Weverything \ - -Wno-c++2a-compat \ - -Wno-deprecated-declarations \ - -Wno-documentation-unknown-command \ - -Wno-exit-time-destructors \ - -Wno-float-equal \ - -Wno-missing-prototypes \ - -Wno-padded \ - -Wno-range-loop-analysis \ - -Wno-extra-semi-stmt \ - -Wno-switch-enum -Wno-covered-switch-default \ - -Wno-weak-vtables" cmake -S . -B cmake-build-pedantic -GNinja -DCMAKE_BUILD_TYPE=Debug -DJSON_MultipleHeaders=ON -DJSON_BuildTests=On - cmake --build cmake-build-pedantic - -# calling GCC with most warnings -pedantic_gcc: - rm -fr cmake-build-pedantic - CXXFLAGS=" \ - -std=c++11 \ - -pedantic \ - -Werror \ - --all-warnings \ - --extra-warnings \ - -W \ - -Wno-abi-tag \ - -Waddress \ - -Waddress-of-packed-member \ - -Wno-aggregate-return \ - -Waggressive-loop-optimizations \ - -Waligned-new=all \ - -Wall \ - -Walloc-zero \ - -Walloca \ - -Wanalyzer-double-fclose \ - -Wanalyzer-double-free \ - -Wanalyzer-exposure-through-output-file \ - -Wanalyzer-file-leak \ - -Wanalyzer-free-of-non-heap \ - -Wanalyzer-malloc-leak \ - -Wanalyzer-null-argument \ - -Wanalyzer-null-dereference \ - -Wanalyzer-possible-null-argument \ - -Wanalyzer-possible-null-dereference \ - -Wanalyzer-stale-setjmp-buffer \ - -Wanalyzer-tainted-array-index \ - -Wanalyzer-too-complex \ - -Wanalyzer-unsafe-call-within-signal-handler \ - -Wanalyzer-use-after-free \ - -Wanalyzer-use-of-pointer-in-stale-stack-frame \ - -Warith-conversion \ - -Warray-bounds \ - -Warray-bounds=2 \ - -Wattribute-alias=2 \ - -Wattribute-warning \ - -Wattributes \ - -Wbool-compare \ - -Wbool-operation \ - -Wbuiltin-declaration-mismatch \ - -Wbuiltin-macro-redefined \ - -Wc++0x-compat \ - -Wc++11-compat \ - -Wc++14-compat \ - -Wc++17-compat \ - -Wc++1z-compat \ - -Wc++20-compat \ - -Wc++2a-compat \ - -Wcannot-profile \ - -Wcast-align \ - -Wcast-align=strict \ - -Wcast-function-type \ - -Wcast-qual \ - -Wcatch-value=3 \ - -Wchar-subscripts \ - -Wclass-conversion \ - -Wclass-memaccess \ - -Wclobbered \ - -Wcomma-subscript \ - -Wcomment \ - -Wcomments \ - -Wconditionally-supported \ - -Wconversion \ - -Wconversion-null \ - -Wcoverage-mismatch \ - -Wcpp \ - -Wctor-dtor-privacy \ - -Wdangling-else \ - -Wdate-time \ - -Wdelete-incomplete \ - -Wdelete-non-virtual-dtor \ - -Wdeprecated \ - -Wdeprecated-copy \ - -Wdeprecated-copy-dtor \ - -Wdeprecated-declarations \ - -Wdisabled-optimization \ - -Wdiv-by-zero \ - -Wdouble-promotion \ - -Wduplicated-branches \ - -Wduplicated-cond \ - -Weffc++ \ - -Wempty-body \ - -Wendif-labels \ - -Wenum-compare \ - -Wexpansion-to-defined \ - -Wextra \ - -Wextra-semi \ - -Wfloat-conversion \ - -Wfloat-equal \ - -Wformat -Wformat-contains-nul \ - -Wformat -Wformat-extra-args \ - -Wformat -Wformat-nonliteral \ - -Wformat -Wformat-security \ - -Wformat -Wformat-y2k \ - -Wformat -Wformat-zero-length \ - -Wformat-diag \ - -Wformat-overflow=2 \ - -Wformat-signedness \ - -Wformat-truncation=2 \ - -Wformat=2 \ - -Wframe-address \ - -Wfree-nonheap-object \ - -Whsa \ - -Wif-not-aligned \ - -Wignored-attributes \ - -Wignored-qualifiers \ - -Wimplicit-fallthrough=5 \ - -Winaccessible-base \ - -Winherited-variadic-ctor \ - -Winit-list-lifetime \ - -Winit-self \ - -Winline \ - -Wint-in-bool-context \ - -Wint-to-pointer-cast \ - -Winvalid-memory-model \ - -Winvalid-offsetof \ - -Winvalid-pch \ - -Wliteral-suffix \ - -Wlogical-not-parentheses \ - -Wlogical-op \ - -Wno-long-long \ - -Wlto-type-mismatch \ - -Wmain \ - -Wmaybe-uninitialized \ - -Wmemset-elt-size \ - -Wmemset-transposed-args \ - -Wmisleading-indentation \ - -Wmismatched-tags \ - -Wmissing-attributes \ - -Wmissing-braces \ - -Wno-missing-declarations \ - -Wmissing-field-initializers \ - -Wmissing-include-dirs \ - -Wmissing-profile \ - -Wmultichar \ - -Wmultiple-inheritance \ - -Wmultistatement-macros \ - -Wno-namespaces \ - -Wnarrowing \ - -Wno-noexcept \ - -Wnoexcept-type \ - -Wnon-template-friend \ - -Wnon-virtual-dtor \ - -Wnonnull \ - -Wnonnull-compare \ - -Wnonportable-cfstrings \ - -Wnormalized=nfkc \ - -Wnull-dereference \ - -Wodr \ - -Wold-style-cast \ - -Wopenmp-simd \ - -Woverflow \ - -Woverlength-strings \ - -Woverloaded-virtual \ - -Wpacked \ - -Wpacked-bitfield-compat \ - -Wpacked-not-aligned \ - -Wno-padded \ - -Wparentheses \ - -Wpedantic \ - -Wpessimizing-move \ - -Wplacement-new=2 \ - -Wpmf-conversions \ - -Wpointer-arith \ - -Wpointer-compare \ - -Wpragmas \ - -Wprio-ctor-dtor \ - -Wpsabi \ - -Wredundant-decls \ - -Wredundant-move \ - -Wredundant-tags \ - -Wregister \ - -Wreorder \ - -Wrestrict \ - -Wreturn-local-addr \ - -Wreturn-type \ - -Wscalar-storage-order \ - -Wsequence-point \ - -Wshadow=compatible-local \ - -Wshadow=global \ - -Wshadow=local \ - -Wshift-count-negative \ - -Wshift-count-overflow \ - -Wshift-negative-value \ - -Wshift-overflow=2 \ - -Wsign-compare \ - -Wsign-conversion \ - -Wsign-promo \ - -Wsized-deallocation \ - -Wsizeof-array-argument \ - -Wsizeof-pointer-div \ - -Wsizeof-pointer-memaccess \ - -Wstack-protector \ - -Wstrict-aliasing \ - -Wstrict-aliasing=3 \ - -Wstrict-null-sentinel \ - -Wstrict-overflow \ - -Wstrict-overflow=5 \ - -Wstring-compare \ - -Wstringop-overflow \ - -Wstringop-overflow=4 \ - -Wstringop-truncation \ - -Wsubobject-linkage \ - -Wsuggest-attribute=cold \ - -Wsuggest-attribute=const \ - -Wsuggest-attribute=format \ - -Wsuggest-attribute=malloc \ - -Wsuggest-attribute=noreturn \ - -Wsuggest-attribute=pure \ - -Wsuggest-final-methods \ - -Wsuggest-final-types \ - -Wsuggest-override \ - -Wswitch \ - -Wswitch-bool \ - -Wswitch-default \ - -Wno-switch-enum \ - -Wswitch-outside-range \ - -Wswitch-unreachable \ - -Wsync-nand \ - -Wsynth \ - -Wno-system-headers \ - -Wtautological-compare \ - -Wno-templates \ - -Wterminate \ - -Wtrampolines \ - -Wtrigraphs \ - -Wtype-limits \ - -Wundef \ - -Wuninitialized \ - -Wunknown-pragmas \ - -Wunreachable-code \ - -Wunsafe-loop-optimizations \ - -Wunused \ - -Wunused-but-set-parameter \ - -Wunused-but-set-variable \ - -Wunused-const-variable=2 \ - -Wunused-function \ - -Wunused-label \ - -Wno-unused-local-typedefs \ - -Wunused-macros \ - -Wunused-parameter \ - -Wunused-result \ - -Wunused-value \ - -Wunused-variable \ - -Wuseless-cast \ - -Wvarargs \ - -Wvariadic-macros \ - -Wvector-operation-performance \ - -Wvirtual-inheritance \ - -Wvirtual-move-assign \ - -Wvla \ - -Wvolatile \ - -Wvolatile-register-var \ - -Wwrite-strings \ - -Wzero-as-null-pointer-constant \ - -Wzero-length-bounds \ - " cmake -S . -B cmake-build-pedantic -GNinja -DCMAKE_BUILD_TYPE=Debug -DJSON_MultipleHeaders=ON -DJSON_BuildTests=On - cmake --build cmake-build-pedantic ########################################################################## # benchmarks @@ -376,10 +59,11 @@ pedantic_gcc: run_benchmarks: rm -fr cmake-build-benchmarks mkdir cmake-build-benchmarks - cd cmake-build-benchmarks ; cmake ../benchmarks -GNinja -DCMAKE_BUILD_TYPE=Release -DJSON_BuildTests=On + cd cmake-build-benchmarks ; cmake ../tests/benchmarks -GNinja -DCMAKE_BUILD_TYPE=Release cd cmake-build-benchmarks ; ninja cd cmake-build-benchmarks ; ./json_benchmarks + ########################################################################## # fuzzing ########################################################################## @@ -388,41 +72,41 @@ run_benchmarks: fuzz_testing: rm -fr fuzz-testing mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out - $(MAKE) parse_afl_fuzzer -C test CXX=afl-clang++ - mv test/parse_afl_fuzzer fuzz-testing/fuzzer - find test/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases + $(MAKE) parse_afl_fuzzer -C tests CXX=afl-clang++ + mv tests/parse_afl_fuzzer fuzz-testing/fuzzer + find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer" fuzz_testing_bson: rm -fr fuzz-testing mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out - $(MAKE) parse_bson_fuzzer -C test CXX=afl-clang++ - mv test/parse_bson_fuzzer fuzz-testing/fuzzer - find test/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases + $(MAKE) parse_bson_fuzzer -C tests CXX=afl-clang++ + mv tests/parse_bson_fuzzer fuzz-testing/fuzzer + find tests/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer" fuzz_testing_cbor: rm -fr fuzz-testing mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out - $(MAKE) parse_cbor_fuzzer -C test CXX=afl-clang++ - mv test/parse_cbor_fuzzer fuzz-testing/fuzzer - find test/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases + $(MAKE) parse_cbor_fuzzer -C tests CXX=afl-clang++ + mv tests/parse_cbor_fuzzer fuzz-testing/fuzzer + find tests/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer" fuzz_testing_msgpack: rm -fr fuzz-testing mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out - $(MAKE) parse_msgpack_fuzzer -C test CXX=afl-clang++ - mv test/parse_msgpack_fuzzer fuzz-testing/fuzzer - find test/data -size -5k -name *.msgpack | xargs -I{} cp "{}" fuzz-testing/testcases + $(MAKE) parse_msgpack_fuzzer -C tests CXX=afl-clang++ + mv tests/parse_msgpack_fuzzer fuzz-testing/fuzzer + find tests/data -size -5k -name *.msgpack | xargs -I{} cp "{}" fuzz-testing/testcases @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer" fuzz_testing_ubjson: rm -fr fuzz-testing mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out - $(MAKE) parse_ubjson_fuzzer -C test CXX=afl-clang++ - mv test/parse_ubjson_fuzzer fuzz-testing/fuzzer - find test/data -size -5k -name *.ubjson | xargs -I{} cp "{}" fuzz-testing/testcases + $(MAKE) parse_ubjson_fuzzer -C tests CXX=afl-clang++ + mv tests/parse_ubjson_fuzzer fuzz-testing/fuzzer + find tests/data -size -5k -name *.ubjson | xargs -I{} cp "{}" fuzz-testing/testcases @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer" fuzzing-start: @@ -444,33 +128,6 @@ fuzzing-stop: # Static analysis ########################################################################## -# call cppcheck -# Note: this target is called by Travis -cppcheck: - cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(AMALGAMATED_FILE) --error-exitcode=1 - -# call Clang Static Analyzer -clang_analyze: - rm -fr cmake-build-clang-analyze - mkdir cmake-build-clang-analyze - cd cmake-build-clang-analyze ; CCC_CXX=$(COMPILER_DIR)/clang++ CXX=$(COMPILER_DIR)/clang++ $(COMPILER_DIR)/scan-build cmake .. -GNinja -DJSON_BuildTests=On - cd cmake-build-clang-analyze ; \ - $(COMPILER_DIR)/scan-build \ - -enable-checker alpha.core.BoolAssignment,alpha.core.CallAndMessageUnInitRefArg,alpha.core.CastSize,alpha.core.CastToStruct,alpha.core.Conversion,alpha.core.DynamicTypeChecker,alpha.core.FixedAddr,alpha.core.PointerArithm,alpha.core.PointerSub,alpha.core.SizeofPtr,alpha.core.StackAddressAsyncEscape,alpha.core.TestAfterDivZero,alpha.deadcode.UnreachableCode,core.builtin.BuiltinFunctions,core.builtin.NoReturnFunctions,core.CallAndMessage,core.DivideZero,core.DynamicTypePropagation,core.NonnilStringConstants,core.NonNullParamChecker,core.NullDereference,core.StackAddressEscape,core.UndefinedBinaryOperatorResult,core.uninitialized.ArraySubscript,core.uninitialized.Assign,core.uninitialized.Branch,core.uninitialized.CapturedBlockVariable,core.uninitialized.UndefReturn,core.VLASize,cplusplus.InnerPointer,cplusplus.Move,cplusplus.NewDelete,cplusplus.NewDeleteLeaks,cplusplus.SelfAssignment,deadcode.DeadStores,nullability.NullableDereferenced,nullability.NullablePassedToNonnull,nullability.NullableReturnedFromNonnull,nullability.NullPassedToNonnull,nullability.NullReturnedFromNonnull \ - --use-c++=$(COMPILER_DIR)/clang++ -analyze-headers -o report ninja - open cmake-build-clang-analyze/report/*/index.html - -# call cpplint -# Note: some errors expected due to false positives -cpplint: - third_party/cpplint/cpplint.py \ - --filter=-whitespace,-legal,-readability/alt_tokens,-runtime/references,-runtime/explicit \ - --quiet --recursive $(SRCS) - -# call Clang-Tidy -clang_tidy: - $(COMPILER_DIR)/clang-tidy $(SRCS) -- -Iinclude -std=c++11 - # call PVS-Studio Analyzer pvs_studio: rm -fr cmake-build-pvs-studio @@ -480,25 +137,6 @@ pvs_studio: cd cmake-build-pvs-studio ; plog-converter -a'GA:1,2;64:1;CS' -t fullhtml PVS-Studio.log -o pvs open cmake-build-pvs-studio/pvs/index.html -# call Infer static analyzer -infer: - rm -fr cmake-build-infer - mkdir cmake-build-infer - cd cmake-build-infer ; infer compile -- cmake .. -DJSON_MultipleHeaders=ON ; infer run -- make -j 4 - -# call OCLint static analyzer -oclint: - oclint $(SRCS) -report-type html -enable-global-analysis -o oclint_report.html -max-priority-1=10000 -max-priority-2=10000 -max-priority-3=10000 -- -std=c++11 -Iinclude - open oclint_report.html - -# execute the test suite with Clang sanitizers (address and undefined behavior) -clang_sanitize: - rm -fr cmake-build-clang-sanitize - mkdir cmake-build-clang-sanitize - cd cmake-build-clang-sanitize ; CXX=$(COMPILER_DIR)/clang++ cmake .. -DJSON_Sanitizer=On -DJSON_MultipleHeaders=ON -DJSON_BuildTests=On -GNinja - cd cmake-build-clang-sanitize ; ninja - cd cmake-build-clang-sanitize ; ctest -j10 - ########################################################################## # Code format and source amalgamation @@ -507,9 +145,9 @@ clang_sanitize: # call the Artistic Style pretty printer on all source files pretty: astyle \ - --style=allman \ - --indent=spaces=4 \ - --indent-modifiers \ + --style=allman \ + --indent=spaces=4 \ + --indent-modifiers \ --indent-switches \ --indent-preproc-block \ --indent-preproc-define \ @@ -518,71 +156,45 @@ pretty: --pad-header \ --align-pointer=type \ --align-reference=type \ - --add-brackets \ + --add-braces \ + --squeeze-lines=2 \ --convert-tabs \ --close-templates \ --lineend=linux \ --preserve-date \ --suffix=none \ --formatted \ - $(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/src/*.hpp benchmarks/src/benchmarks.cpp doc/examples/*.cpp + $(SRCS) $(TESTS_SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) docs/examples/*.cpp # call the Clang-Format on all source files pretty_format: - for FILE in $(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/src/*.hpp benchmarks/src/benchmarks.cpp doc/examples/*.cpp; do echo $$FILE; clang-format -i $$FILE; done + for FILE in $(SRCS) $(TESTS_SRCS) $(AMALGAMATED_FILE) docs/examples/*.cpp; do echo $$FILE; clang-format -i $$FILE; done -# create single header file -amalgamate: $(AMALGAMATED_FILE) +# create single header files and pretty print +amalgamate: $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) + $(MAKE) pretty -# call the amalgamation tool and pretty print +# call the amalgamation tool for json.hpp $(AMALGAMATED_FILE): $(SRCS) - third_party/amalgamate/amalgamate.py -c third_party/amalgamate/config.json -s . --verbose=yes - $(MAKE) pretty + tools/amalgamate/amalgamate.py -c tools/amalgamate/config_json.json -s . --verbose=yes + +# call the amalgamation tool for json_fwd.hpp +$(AMALGAMATED_FWD_FILE): $(SRCS) + tools/amalgamate/amalgamate.py -c tools/amalgamate/config_json_fwd.json -s . --verbose=yes # check if file single_include/nlohmann/json.hpp has been amalgamated from the nlohmann sources # Note: this target is called by Travis check-amalgamation: @mv $(AMALGAMATED_FILE) $(AMALGAMATED_FILE)~ + @mv $(AMALGAMATED_FWD_FILE) $(AMALGAMATED_FWD_FILE)~ @$(MAKE) amalgamate @diff $(AMALGAMATED_FILE) $(AMALGAMATED_FILE)~ || (echo "===================================================================\n Amalgamation required! Please read the contribution guidelines\n in file .github/CONTRIBUTING.md.\n===================================================================" ; mv $(AMALGAMATED_FILE)~ $(AMALGAMATED_FILE) ; false) + @diff $(AMALGAMATED_FWD_FILE) $(AMALGAMATED_FWD_FILE)~ || (echo "===================================================================\n Amalgamation required! Please read the contribution guidelines\n in file .github/CONTRIBUTING.md.\n===================================================================" ; mv $(AMALGAMATED_FWD_FILE)~ $(AMALGAMATED_FWD_FILE) ; false) @mv $(AMALGAMATED_FILE)~ $(AMALGAMATED_FILE) + @mv $(AMALGAMATED_FWD_FILE)~ $(AMALGAMATED_FWD_FILE) -# check if every header in nlohmann includes sufficient headers to be compiled individually -check-single-includes: - @for x in $(SRCS); do \ - echo "Checking self-sufficiency of $$x..." ; \ - echo "#include <$$x>\nint main() {}\n" | $(SED) 's|include/||' > single_include_test.cpp; \ - $(CXX) $(CXXFLAGS) -Iinclude -std=c++11 single_include_test.cpp -o single_include_test; \ - rm -f single_include_test.cpp single_include_test; \ - done - - -########################################################################## -# CMake -########################################################################## - -# grep "^option" CMakeLists.txt test/CMakeLists.txt | $(SED) 's/(/ /' | awk '{print $2}' | xargs - -# check if all flags of our CMake files work -check_cmake_flags_do: - $(CMAKE_BINARY) --version - for flag in JSON_BuildTests JSON_Install JSON_MultipleHeaders JSON_Sanitizer JSON_Valgrind JSON_NoExceptions JSON_Coverage; do \ - rm -fr cmake_build; \ - mkdir cmake_build; \ - echo "\n\n$(CMAKE_BINARY) .. -D$$flag=On\n" ; \ - cd cmake_build ; \ - $(CMAKE_BINARY) -Werror=dev .. -D$$flag=On -DCMAKE_CXX_COMPILE_FEATURES="cxx_std_11;cxx_range_for" -DCMAKE_CXX_FLAGS="-std=gnu++11" ; \ - test -f Makefile || exit 1 ; \ - cd .. ; \ - done; - -# call target `check_cmake_flags_do` twice: once for minimal required CMake version 3.1.0 and once for the installed version -check_cmake_flags: - wget https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Darwin64.tar.gz - tar xfz cmake-3.1.0-Darwin64.tar.gz - CMAKE_BINARY=$(abspath cmake-3.1.0-Darwin64/CMake.app/Contents/bin/cmake) $(MAKE) check_cmake_flags_do - CMAKE_BINARY=$(shell which cmake) $(MAKE) check_cmake_flags_do - +BUILD.bazel: $(SRCS) + cmake -P cmake/scripts/gen_bazel_build_file.cmake ########################################################################## # ChangeLog @@ -604,20 +216,31 @@ ChangeLog.md: # Release files ########################################################################## -# Create the files for a release and add signatures and hashes. We use `-X` to make the resulting ZIP file -# reproducible, see . - -release: +# Create a tar.gz archive that contains sufficient files to be used as CMake project (e.g., using FetchContent). The +# archive is created according to the advices of . +json.tar.xz: + mkdir json + rsync -R $(shell find LICENSE.MIT nlohmann_json.natvis CMakeLists.txt cmake/*.in include single_include -type f) json + gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz + rm -fr json + +# We use `-X` to make the resulting ZIP file reproducible, see +# . +include.zip: BUILD.bazel + zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) BUILD.bazel WORKSPACE.bazel meson.build LICENSE.MIT + +# Create the files for a release and add signatures and hashes. +release: include.zip json.tar.xz rm -fr release_files mkdir release_files - zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT gpg --armor --detach-sig include.zip - mv include.zip include.zip.asc release_files gpg --armor --detach-sig $(AMALGAMATED_FILE) + gpg --armor --detach-sig $(AMALGAMATED_FWD_FILE) + gpg --armor --detach-sig json.tar.xz cp $(AMALGAMATED_FILE) release_files - mv $(AMALGAMATED_FILE).asc release_files - cd release_files ; shasum -a 256 json.hpp > hashes.txt - cd release_files ; shasum -a 256 include.zip >> hashes.txt + cp $(AMALGAMATED_FWD_FILE) release_files + mv $(AMALGAMATED_FILE).asc $(AMALGAMATED_FWD_FILE).asc json.tar.xz json.tar.xz.asc include.zip include.zip.asc release_files + cd release_files ; shasum -a 256 json.hpp include.zip json.tar.xz > hashes.txt ########################################################################## @@ -626,11 +249,11 @@ release: # clean up clean: - rm -fr json_unit json_benchmarks fuzz fuzz-testing *.dSYM test/*.dSYM oclint_report.html + rm -fr fuzz fuzz-testing *.dSYM tests/*.dSYM rm -fr benchmarks/files/numbers/*.json - rm -fr cmake-3.1.0-Darwin64.tar.gz cmake-3.1.0-Darwin64 - rm -fr cmake-build-coverage cmake-build-benchmarks cmake-build-pedantic fuzz-testing cmake-build-clang-analyze cmake-build-pvs-studio cmake-build-infer cmake-build-clang-sanitize cmake_build - $(MAKE) clean -Cdoc + rm -fr cmake-build-benchmarks fuzz-testing cmake-build-pvs-studio release_files + $(MAKE) clean -Cdocs + ########################################################################## # Thirdparty code @@ -641,4 +264,22 @@ update_hedley: curl https://raw.githubusercontent.com/nemequ/hedley/master/hedley.h -o include/nlohmann/thirdparty/hedley/hedley.hpp $(SED) -i 's/HEDLEY_/JSON_HEDLEY_/g' include/nlohmann/thirdparty/hedley/hedley.hpp grep "[[:blank:]]*#[[:blank:]]*undef" include/nlohmann/thirdparty/hedley/hedley.hpp | grep -v "__" | sort | uniq | $(SED) 's/ //g' | $(SED) 's/undef/undef /g' > include/nlohmann/thirdparty/hedley/hedley_undef.hpp + $(SED) -i '1s/^/#pragma once\n\n/' include/nlohmann/thirdparty/hedley/hedley.hpp + $(SED) -i '1s/^/#pragma once\n\n/' include/nlohmann/thirdparty/hedley/hedley_undef.hpp $(MAKE) amalgamate + +########################################################################## +# serve_header.py +########################################################################## + +serve_header: + ./tools/serve_header/serve_header.py --make $(MAKE) + +########################################################################## +# REUSE +########################################################################## + +reuse: + pipx run reuse addheader --recursive single_include include -tjson --license MIT --copyright "Niels Lohmann " --year "2013-2022" + pipx run reuse addheader $(TESTS_SRCS) --style=c -tjson_support --license MIT --copyright "Niels Lohmann " --year "2013-2022" + pipx run reuse lint diff --git a/external_imported/json/Package.swift b/external_imported/json/Package.swift new file mode 100644 index 000000000..2f9c4a1f4 --- /dev/null +++ b/external_imported/json/Package.swift @@ -0,0 +1,22 @@ +// swift-tools-version: 5.9 +// The swift-tools-version declares the minimum version of Swift required to build this package. + +import PackageDescription + +let package = Package( + name: "nlohmann-json", + platforms: [ + .iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v4) + ], + products: [ + .library(name: "json", targets: ["json"]) + ], + targets: [ + .target( + name: "json", + path: "single_include/nlohmann", + publicHeadersPath: "." + ) + ], + cxxLanguageStandard: .cxx11 +) diff --git a/external_imported/json/README.md b/external_imported/json/README.md index 5d354f1ed..910902706 100644 --- a/external_imported/json/README.md +++ b/external_imported/json/README.md @@ -1,33 +1,34 @@ -[![JSON for Modern C++](https://raw.githubusercontent.com/nlohmann/json/master/doc/json.gif)](https://github.com/nlohmann/json/releases) +[![JSON for Modern C++](docs/json.gif)](https://github.com/nlohmann/json/releases) -[![Build Status](https://travis-ci.org/nlohmann/json.svg?branch=master)](https://travis-ci.org/nlohmann/json) [![Build Status](https://ci.appveyor.com/api/projects/status/1acb366xfyg3qybk/branch/develop?svg=true)](https://ci.appveyor.com/project/nlohmann/json) [![Ubuntu](https://github.com/nlohmann/json/workflows/Ubuntu/badge.svg)](https://github.com/nlohmann/json/actions?query=workflow%3AUbuntu) [![macOS](https://github.com/nlohmann/json/workflows/macOS/badge.svg)](https://github.com/nlohmann/json/actions?query=workflow%3AmacOS) [![Windows](https://github.com/nlohmann/json/workflows/Windows/badge.svg)](https://github.com/nlohmann/json/actions?query=workflow%3AWindows) -[![Build Status](https://circleci.com/gh/nlohmann/json.svg?style=svg)](https://circleci.com/gh/nlohmann/json) [![Coverage Status](https://coveralls.io/repos/github/nlohmann/json/badge.svg?branch=develop)](https://coveralls.io/github/nlohmann/json?branch=develop) [![Coverity Scan Build Status](https://scan.coverity.com/projects/5550/badge.svg)](https://scan.coverity.com/projects/nlohmann-json) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f3732b3327e34358a0e9d1fe9f661f08)](https://www.codacy.com/app/nlohmann/json?utm_source=github.com&utm_medium=referral&utm_content=nlohmann/json&utm_campaign=Badge_Grade) -[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/nlohmann/json.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nlohmann/json/context:cpp) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e0d1a9d5d6fd46fcb655c4cb930bb3e8)](https://www.codacy.com/gh/nlohmann/json/dashboard?utm_source=github.com&utm_medium=referral&utm_content=nlohmann/json&utm_campaign=Badge_Grade) +[![Cirrus CI](https://api.cirrus-ci.com/github/nlohmann/json.svg)](https://cirrus-ci.com/github/nlohmann/json) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/json.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:json) -[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/3lCHrFUZANONKv7a) -[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://nlohmann.github.io/json/doxygen/index.html) +[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/1mp10JbaANo6FUc7) +[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://json.nlohmann.me) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) [![GitHub Releases](https://img.shields.io/github/release/nlohmann/json.svg)](https://github.com/nlohmann/json/releases) +[![Vcpkg Version](https://img.shields.io/vcpkg/v/nlohmann-json)](https://vcpkg.link/ports/nlohmann-json) +[![Packaging status](https://repology.org/badge/tiny-repos/nlohmann-json.svg)](https://repology.org/project/nlohmann-json/versions) [![GitHub Downloads](https://img.shields.io/github/downloads/nlohmann/json/total)](https://github.com/nlohmann/json/releases) [![GitHub Issues](https://img.shields.io/github/issues/nlohmann/json.svg)](https://github.com/nlohmann/json/issues) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/nlohmann/json.svg)](https://isitmaintained.com/project/nlohmann/json "Average time to resolve an issue") [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/289/badge)](https://bestpractices.coreinfrastructure.org/projects/289) [![GitHub Sponsors](https://img.shields.io/badge/GitHub-Sponsors-ff69b4)](https://github.com/sponsors/nlohmann) +[![REUSE status](https://api.reuse.software/badge/github.com/nlohmann/json)](https://api.reuse.software/info/github.com/nlohmann/json) +[![Discord](https://img.shields.io/discord/1003743314341793913)](https://discord.gg/6mrGXKvX7y) - [Design goals](#design-goals) - [Sponsors](#sponsors) -- [Integration](#integration) - - [CMake](#cmake) - - [Package Managers](#package-managers) - - [Pkg-config](#pkg-config) +- [Support](#support) ([documentation](https://json.nlohmann.me), [FAQ](https://json.nlohmann.me/home/faq/), [discussions](https://github.com/nlohmann/json/discussions), [API](https://json.nlohmann.me/api/basic_json/), [bug issues](https://github.com/nlohmann/json/issues)) - [Examples](#examples) + - [Read JSON from a file](#read-json-from-a-file) + - [Creating `json` objects from JSON literals](#creating-json-objects-from-json-literals) - [JSON as first-class data type](#json-as-first-class-data-type) - [Serialization / Deserialization](#serialization--deserialization) - [STL-like access](#stl-like-access) @@ -37,8 +38,12 @@ - [Implicit conversions](#implicit-conversions) - [Conversions to/from arbitrary types](#arbitrary-types-conversions) - [Specializing enum conversion](#specializing-enum-conversion) - - [Binary formats (BSON, CBOR, MessagePack, and UBJSON)](#binary-formats-bson-cbor-messagepack-and-ubjson) + - [Binary formats (BSON, CBOR, MessagePack, UBJSON, and BJData)](#binary-formats-bson-cbor-messagepack-ubjson-and-bjdata) - [Supported compilers](#supported-compilers) +- [Integration](#integration) + - [CMake](#cmake) + - [Package Managers](#package-managers) + - [Pkg-config](#pkg-config) - [License](#license) - [Contact](#contact) - [Thanks](#thanks) @@ -55,7 +60,7 @@ There are myriads of [JSON](https://json.org) libraries out there, and each may - **Trivial integration**. Our whole code consists of a single header file [`json.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp). That's it. No library, no subproject, no dependencies, no complex build system. The class is written in vanilla C++11. All in all, everything should require no adjustment of your compiler flags or project settings. -- **Serious testing**. Our class is heavily [unit-tested](https://github.com/nlohmann/json/tree/develop/test/src) and covers [100%](https://coveralls.io/r/nlohmann/json) of the code, including all exceptional behavior. Furthermore, we checked with [Valgrind](https://valgrind.org) and the [Clang Sanitizers](https://clang.llvm.org/docs/index.html) that there are no memory leaks. [Google OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/json) additionally runs fuzz tests against all parsers 24/7, effectively executing billions of tests so far. To maintain high quality, the project is following the [Core Infrastructure Initiative (CII) best practices](https://bestpractices.coreinfrastructure.org/projects/289). +- **Serious testing**. Our code is heavily [unit-tested](https://github.com/nlohmann/json/tree/develop/tests/src) and covers [100%](https://coveralls.io/r/nlohmann/json) of the code, including all exceptional behavior. Furthermore, we checked with [Valgrind](https://valgrind.org) and the [Clang Sanitizers](https://clang.llvm.org/docs/index.html) that there are no memory leaks. [Google OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/json) additionally runs fuzz tests against all parsers 24/7, effectively executing billions of tests so far. To maintain high quality, the project is following the [Core Infrastructure Initiative (CII) best practices](https://bestpractices.coreinfrastructure.org/projects/289). Other aspects were not so important to us: @@ -70,6 +75,10 @@ See the [contribution guidelines](https://github.com/nlohmann/json/blob/master/. You can sponsor this library at [GitHub Sponsors](https://github.com/sponsors/nlohmann). +### :office: Corporate Sponsor + +[![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Codacy-logo-black.svg/320px-Codacy-logo-black.svg.png)](https://github.com/codacy/About) + ### :label: Named Sponsors - [Michael Hartmann](https://github.com/reFX-Mike) @@ -77,188 +86,86 @@ You can sponsor this library at [GitHub Sponsors](https://github.com/sponsors/nl - [Steve Sperandeo](https://github.com/homer6) - [Robert Jefe Lindstädt](https://github.com/eljefedelrodeodeljefe) - [Steve Wagner](https://github.com/ciroque) +- [Lion Yang](https://github.com/LionNatsu) Thanks everyone! +## Support -## Integration - -[`json.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp) is the single required file in `single_include/nlohmann` or [released here](https://github.com/nlohmann/json/releases). You need to add - -```cpp -#include - -// for convenience -using json = nlohmann::json; -``` - -to the files you want to process JSON and set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and Clang). - -You can further use file [`include/nlohmann/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/include/nlohmann/json_fwd.hpp) for forward-declarations. The installation of json_fwd.hpp (as part of cmake's install step), can be achieved by setting `-DJSON_MultipleHeaders=ON`. +:question: If you have a **question**, please check if it is already answered in the [**FAQ**](https://json.nlohmann.me/home/faq/) or the [**Q&A**](https://github.com/nlohmann/json/discussions/categories/q-a) section. If not, please [**ask a new question**](https://github.com/nlohmann/json/discussions/new) there. -### CMake +:books: If you want to **learn more** about how to use the library, check out the rest of the [**README**](#examples), have a look at [**code examples**](https://github.com/nlohmann/json/tree/develop/docs/examples), or browse through the [**help pages**](https://json.nlohmann.me). -You can also use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populates the appropriate usage requirements for `INTERFACE_INCLUDE_DIRECTORIES` to point to the appropriate include directories and `INTERFACE_COMPILE_FEATURES` for the necessary C++11 flags. +:construction: If you want to understand the **API** better, check out the [**API Reference**](https://json.nlohmann.me/api/basic_json/). -#### External +:bug: If you found a **bug**, please check the [**FAQ**](https://json.nlohmann.me/home/faq/) if it is a known issue or the result of a design decision. Please also have a look at the [**issue list**](https://github.com/nlohmann/json/issues) before you [**create a new issue**](https://github.com/nlohmann/json/issues/new/choose). Please provide as much information as possible to help us understand and reproduce your issue. -To use this library from a CMake project, you can locate it directly with `find_package()` and use the namespaced imported target from the generated package configuration: +There is also a [**docset**](https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/JSON_for_Modern_C%2B%2B) for the documentation browsers [Dash](https://kapeli.com/dash), [Velocity](https://velocity.silverlakesoftware.com), and [Zeal](https://zealdocs.org) that contains the full [documentation](https://json.nlohmann.me) as offline resource. -```cmake -# CMakeLists.txt -find_package(nlohmann_json 3.2.0 REQUIRED) -... -add_library(foo ...) -... -target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) -``` - -The package configuration file, `nlohmann_jsonConfig.cmake`, can be used either from an install tree or directly out of the build tree. - -#### Embedded - -To embed the library directly into an existing CMake project, place the entire source tree in a subdirectory and call `add_subdirectory()` in your `CMakeLists.txt` file: +## Examples -```cmake -# Typically you don't care so much for a third party library's tests to be -# run from your own project's code. -set(JSON_BuildTests OFF CACHE INTERNAL "") +Here are some examples to give you an idea how to use the class. -# If you only include this third party in PRIVATE source files, you do not -# need to install it when your main project gets installed. -# set(JSON_Install OFF CACHE INTERNAL "") +Beside the examples below, you may want to: -# Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it -# unintended consequences that will break the build. It's generally -# discouraged (although not necessarily well documented as such) to use -# include(...) for pulling in other CMake projects anyways. -add_subdirectory(nlohmann_json) -... -add_library(foo ...) -... -target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) -``` +→ Check the [documentation](https://json.nlohmann.me/)\ +→ Browse the [standalone example files](https://github.com/nlohmann/json/tree/develop/docs/examples) -##### Embedded (FetchContent) +Every API function (documented in the [API Documentation](https://json.nlohmann.me/api/basic_json/)) has a corresponding standalone example file. For example, the [`emplace()`](https://json.nlohmann.me/api/basic_json/emplace/) function has a matching [emplace.cpp](https://github.com/nlohmann/json/blob/develop/docs/examples/emplace.cpp) example file. -Since CMake v3.11, -[FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html) can -be used to automatically download the repository as a dependency at configure type. +### Read JSON from a file -Example: -```cmake -include(FetchContent) +The `json` class provides an API for manipulating a JSON value. To create a `json` object by reading a JSON file: -FetchContent_Declare(json - GIT_REPOSITORY https://github.com/nlohmann/json.git - GIT_TAG v3.7.3) +```cpp +#include +#include +using json = nlohmann::json; -FetchContent_GetProperties(json) -if(NOT json_POPULATED) - FetchContent_Populate(json) - add_subdirectory(${json_SOURCE_DIR} ${json_BINARY_DIR} EXCLUDE_FROM_ALL) -endif() +// ... -target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) +std::ifstream f("example.json"); +json data = json::parse(f); ``` -**Note**: The repository https://github.com/nlohmann/json download size is huge. -It contains all the dataset used for the benchmarks. You might want to depend on -a smaller repository. For instance, you might want to replace the URL above by -https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent +### Creating `json` objects from JSON literals -#### Supporting Both - -To allow your project to support either an externally supplied or an embedded JSON library, you can use a pattern akin to the following: +Assume you want to create hard-code this literal JSON value in a file, as a `json` object: -``` cmake -# Top level CMakeLists.txt -project(FOO) -... -option(FOO_USE_EXTERNAL_JSON "Use an external JSON library" OFF) -... -add_subdirectory(thirdparty) -... -add_library(foo ...) -... -# Note that the namespaced target will always be available regardless of the -# import method -target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) -``` -```cmake -# thirdparty/CMakeLists.txt -... -if(FOO_USE_EXTERNAL_JSON) - find_package(nlohmann_json 3.2.0 REQUIRED) -else() - set(JSON_BuildTests OFF CACHE INTERNAL "") - add_subdirectory(nlohmann_json) -endif() -... -``` - -`thirdparty/nlohmann_json` is then a complete copy of this source tree. - -### Package Managers - -:beer: If you are using OS X and [Homebrew](https://brew.sh), just type `brew tap nlohmann/json` and `brew install nlohmann-json` and you're set. If you want the bleeding edge rather than the latest release, use `brew install nlohmann-json --HEAD`. - -If you are using the [Meson Build System](https://mesonbuild.com), add this source tree as a [meson subproject](https://mesonbuild.com/Subprojects.html#using-a-subproject). You may also use the `include.zip` published in this project's [Releases](https://github.com/nlohmann/json/releases) to reduce the size of the vendored source tree. Alternatively, you can get a wrap file by downloading it from [Meson WrapDB](https://wrapdb.mesonbuild.com/nlohmann_json), or simply use `meson wrap install nlohmann_json`. Please see the meson project for any issues regarding the packaging. - -The provided meson.build can also be used as an alternative to cmake for installing `nlohmann_json` system-wide in which case a pkg-config file is installed. To use it, simply have your build system require the `nlohmann_json` pkg-config dependency. In Meson, it is preferred to use the [`dependency()`](https://mesonbuild.com/Reference-manual.html#dependency) object with a subproject fallback, rather than using the subproject directly. - -If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `nlohmann_json/x.y.z` to your `conanfile`'s requires, where `x.y.z` is the release version you want to use. Please file issues [here](https://github.com/conan-io/conan-center-index/issues) if you experience problems with the packages. - -If you are using [Spack](https://www.spack.io/) to manage your dependencies, you can use the [`nlohmann-json` package](https://spack.readthedocs.io/en/latest/package_list.html#nlohmann-json). Please see the [spack project](https://github.com/spack/spack) for any issues regarding the packaging. - -If you are using [hunter](https://github.com/cpp-pm/hunter) on your project for external dependencies, then you can use the [nlohmann_json package](https://hunter.readthedocs.io/en/latest/packages/pkg/nlohmann_json.html). Please see the hunter project for any issues regarding the packaging. - -If you are using [Buckaroo](https://buckaroo.pm), you can install this library's module with `buckaroo add github.com/buckaroo-pm/nlohmann-json`. Please file issues [here](https://github.com/buckaroo-pm/nlohmann-json). There is a demo repo [here](https://github.com/njlr/buckaroo-nholmann-json-example). - -If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [nlohmann-json package](https://github.com/Microsoft/vcpkg/tree/master/ports/nlohmann-json). Please see the vcpkg project for any issues regarding the packaging. - -If you are using [cget](https://cget.readthedocs.io/en/latest/), you can install the latest development version with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag (i.e., `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). - -If you are using [CocoaPods](https://cocoapods.org), you can use the library by adding pod `"nlohmann_json", '~>3.1.2'` to your podfile (see [an example](https://bitbucket.org/benman/nlohmann_json-cocoapod/src/master/)). Please file issues [here](https://bitbucket.org/benman/nlohmann_json-cocoapod/issues?status=new&status=open). - -If you are using [NuGet](https://www.nuget.org), you can use the package [nlohmann.json](https://www.nuget.org/packages/nlohmann.json/). Please check [this extensive description](https://github.com/nlohmann/json/issues/1132#issuecomment-452250255) on how to use the package. Please files issues [here](https://github.com/hnkb/nlohmann-json-nuget/issues). - -If you are using [conda](https://conda.io/), you can use the package [nlohmann_json](https://github.com/conda-forge/nlohmann_json-feedstock) from [conda-forge](https://conda-forge.org) executing `conda install -c conda-forge nlohmann_json`. Please file issues [here](https://github.com/conda-forge/nlohmann_json-feedstock/issues). - -If you are using [MSYS2](https://www.msys2.org/), your can use the [mingw-w64-nlohmann-json](https://packages.msys2.org/base/mingw-w64-nlohmann-json) package, just type `pacman -S mingw-w64-i686-nlohmann-json` or `pacman -S mingw-w64-x86_64-nlohmann-json` for installation. Please file issues [here](https://github.com/msys2/MINGW-packages/issues/new?title=%5Bnlohmann-json%5D) if you experience problems with the packages. - -If you are using [`build2`](https://build2.org), you can use the [`nlohmann-json`](https://cppget.org/nlohmann-json) package from the public repository https://cppget.org or directly from the [package's sources repository](https://github.com/build2-packaging/nlohmann-json). In your project's `manifest` file, just add `depends: nlohmann-json` (probably with some [version constraints](https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml#guide-add-remove-deps)). If you are not familiar with using dependencies in `build2`, [please read this introduction](https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml). -Please file issues [here](https://github.com/build2-packaging/nlohmann-json) if you experience problems with the packages. - -If you are using [`wsjcpp`](https://wsjcpp.org), you can use the command `wsjcpp install "https://github.com/nlohmann/json:develop"` to get the latest version. Note you can change the branch ":develop" to an existing tag or another branch. - -If you are using [`CPM.cmake`](https://github.com/TheLartians/CPM.cmake), you can check this [`example`](https://github.com/TheLartians/CPM.cmake/tree/master/examples/json). After [adding CPM script](https://github.com/TheLartians/CPM.cmake#adding-cpm) to your project, implement the following snippet to your CMake: - -```cmake -CPMAddPackage( - NAME nlohmann_json - GITHUB_REPOSITORY nlohmann/json - VERSION 3.9.1) +```json +{ + "pi": 3.141, + "happy": true +} ``` -### Pkg-config - -If you are using bare Makefiles, you can use `pkg-config` to generate the include flags that point to where the library is installed: +There are various options: -```sh -pkg-config nlohmann_json --cflags -``` +```cpp +// Using (raw) string literals and json::parse +json ex1 = json::parse(R"( + { + "pi": 3.141, + "happy": true + } +)"); -Users of the Meson build system will also be able to use a system wide library, which will be found by `pkg-config`: +// Using user-defined (raw) string literals +using namespace nlohmann::literals; +json ex2 = R"( + { + "pi": 3.141, + "happy": true + } +)"_json; -```meson -json = dependency('nlohmann_json', required: true) +// Using initializer lists +json ex3 = { + {"happy", true}, + {"pi", 3.141}, +}; ``` -## Examples - -Beside the examples below, you may want to check the [documentation](https://nlohmann.github.io/json/) where each function contains a separate code example (e.g., check out [`emplace()`](https://nlohmann.github.io/json/api/basic_json/emplace/)). All [example files](https://github.com/nlohmann/json/tree/develop/doc/examples) can be compiled and executed on their own (e.g., file [emplace.cpp](https://github.com/nlohmann/json/blob/develop/doc/examples/emplace.cpp)). - ### JSON as first-class data type Here are some examples to give you an idea how to use the class. @@ -326,7 +233,7 @@ json j2 = { }; ``` -Note that in all these cases, you never need to "tell" the compiler which JSON value type you want to use. If you want to be explicit or express some edge cases, the functions [`json::array()`](https://nlohmann.github.io/json/api/basic_json/array/) and [`json::object()`](https://nlohmann.github.io/json/api/basic_json/object/) will help: +Note that in all these cases, you never need to "tell" the compiler which JSON value type you want to use. If you want to be explicit or express some edge cases, the functions [`json::array()`](https://json.nlohmann.me/api/basic_json/array/) and [`json::object()`](https://json.nlohmann.me/api/basic_json/object/) will help: ```cpp // a way to express the empty array [] @@ -359,13 +266,18 @@ auto j2 = R"( )"_json; ``` -Note that without appending the `_json` suffix, the passed string literal is not parsed, but just used as JSON string value. That is, `json j = "{ \"happy\": true, \"pi\": 3.141 }"` would just store the string `"{ "happy": true, "pi": 3.141 }"` rather than parsing the actual object. +Note that without appending the `_json` suffix, the passed string literal is not parsed, but just used as JSON string +value. That is, `json j = "{ \"happy\": true, \"pi\": 3.141 }"` would just store the string +`"{ "happy": true, "pi": 3.141 }"` rather than parsing the actual object. + +The string literal should be brought into scope with `using namespace nlohmann::literals;` +(see [`json::parse()`](https://json.nlohmann.me/api/operator_literal_json/)). -The above example can also be expressed explicitly using [`json::parse()`](https://nlohmann.github.io/json/api/basic_json/parse/): +The above example can also be expressed explicitly using [`json::parse()`](https://json.nlohmann.me/api/basic_json/parse/): ```cpp // parse explicitly -auto j3 = json::parse("{ \"happy\": true, \"pi\": 3.141 }"); +auto j3 = json::parse(R"({"happy": true, "pi": 3.141})"); ``` You can also get a string representation of a JSON value (serialize): @@ -390,8 +302,8 @@ Note the difference between serialization and assignment: json j_string = "this is a string"; // retrieve the string value -auto cpp_string = j_string.get(); -// retrieve the string value (alternative when an variable already exists) +auto cpp_string = j_string.template get(); +// retrieve the string value (alternative when a variable already exists) std::string cpp_string2; j_string.get_to(cpp_string2); @@ -399,14 +311,14 @@ j_string.get_to(cpp_string2); std::string serialized_string = j_string.dump(); // output of original string -std::cout << cpp_string << " == " << cpp_string2 << " == " << j_string.get() << '\n'; +std::cout << cpp_string << " == " << cpp_string2 << " == " << j_string.template get() << '\n'; // output of serialized value std::cout << j_string << " == " << serialized_string << std::endl; ``` -[`.dump()`](https://nlohmann.github.io/json/api/basic_json/dump/) returns the originally stored string value. +[`.dump()`](https://json.nlohmann.me/api/basic_json/dump/) returns the originally stored string value. -Note the library only supports UTF-8. When you store strings with different encodings in the library, calling [`dump()`](https://nlohmann.github.io/json/api/basic_json/dump/) may throw an exception unless `json::error_handler_t::replace` or `json::error_handler_t::ignore` are used as error handlers. +Note the library only supports UTF-8. When you store strings with different encodings in the library, calling [`dump()`](https://json.nlohmann.me/api/basic_json/dump/) may throw an exception unless `json::error_handler_t::replace` or `json::error_handler_t::ignore` are used as error handlers. #### To/from streams (e.g. files, string streams) @@ -572,15 +484,15 @@ for (auto& element : j) { } // getter/setter -const auto tmp = j[0].get(); +const auto tmp = j[0].template get(); j[1] = 42; bool foo = j.at(2); // comparison -j == "[\"foo\", 42, true, 1.78]"_json; // true +j == R"(["foo", 1, true, 1.78])"_json; // true // other stuff -j.size(); // 3 entries +j.size(); // 4 entries j.empty(); // false j.type(); // json::value_t::array j.clear(); // the array is empty again @@ -700,7 +612,7 @@ json j_ummap(c_ummap); // only one entry for key "three" is used ### JSON Pointer and JSON Patch -The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address structured values. On top of this, **JSON Patch** ([RFC 6902](https://tools.ietf.org/html/rfc6902)) allows to describe differences between two JSON values - effectively allowing patch and diff operations known from Unix. +The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address structured values. On top of this, **JSON Patch** ([RFC 6902](https://tools.ietf.org/html/rfc6902)) allows describing differences between two JSON values - effectively allowing patch and diff operations known from Unix. ```cpp // a JSON value @@ -780,7 +692,7 @@ You can switch off implicit conversions by defining `JSON_USE_IMPLICIT_CONVERSIO // strings std::string s1 = "Hello, world!"; json js = s1; -auto s2 = js.get(); +auto s2 = js.template get(); // NOT RECOMMENDED std::string s3 = js; std::string s4; @@ -789,7 +701,7 @@ s4 = js; // Booleans bool b1 = true; json jb = b1; -auto b2 = jb.get(); +auto b2 = jb.template get(); // NOT RECOMMENDED bool b3 = jb; bool b4; @@ -798,7 +710,7 @@ b4 = jb; // numbers int i = 42; json jn = i; -auto f = jn.get(); +auto f = jn.template get(); // NOT RECOMMENDED double f2 = jb; double f3; @@ -841,9 +753,9 @@ j["age"] = p.age; // convert from JSON: copy each value from the JSON object ns::person p { - j["name"].get(), - j["address"].get(), - j["age"].get() + j["name"].template get(), + j["address"].template get(), + j["age"].template get() }; ``` @@ -860,7 +772,7 @@ std::cout << j << std::endl; // {"address":"744 Evergreen Terrace","age":60,"name":"Ned Flanders"} // conversion: json -> person -auto p2 = j.get(); +auto p2 = j.template get(); // that's it assert(p == p2); @@ -871,7 +783,7 @@ assert(p == p2); To make this work with one of your types, you only need to provide two functions: ```cpp -using nlohmann::json; +using json = nlohmann::json; namespace ns { void to_json(json& j, const person& p) { @@ -887,14 +799,14 @@ namespace ns { ``` That's all! When calling the `json` constructor with your type, your custom `to_json` method will be automatically called. -Likewise, when calling `get()` or `get_to(your_type&)`, the `from_json` method will be called. +Likewise, when calling `template get()` or `get_to(your_type&)`, the `from_json` method will be called. Some important things: * Those methods **MUST** be in your type's namespace (which can be the global namespace), or the library will not be able to locate them (in this example, they are in namespace `ns`, where `person` is defined). * Those methods **MUST** be available (e.g., proper headers must be included) everywhere you use these conversions. Look at [issue 1108](https://github.com/nlohmann/json/issues/1108) for errors that may occur otherwise. -* When using `get()`, `your_type` **MUST** be [DefaultConstructible](https://en.cppreference.com/w/cpp/named_req/DefaultConstructible). (There is a way to bypass this requirement described later.) -* In function `from_json`, use function [`at()`](https://nlohmann.github.io/json/api/basic_json/at/) to access the object values rather than `operator[]`. In case a key does not exist, `at` throws an exception that you can handle, whereas `operator[]` exhibits undefined behavior. +* When using `template get()`, `your_type` **MUST** be [DefaultConstructible](https://en.cppreference.com/w/cpp/named_req/DefaultConstructible). (There is a way to bypass this requirement described later.) +* In function `from_json`, use function [`at()`](https://json.nlohmann.me/api/basic_json/at/) to access the object values rather than `operator[]`. In case a key does not exist, `at` throws an exception that you can handle, whereas `operator[]` exhibits undefined behavior. * You do not need to add serializers or deserializers for STL types like `std::vector`: the library already implements these. #### Simplify your life with macros @@ -903,8 +815,8 @@ If you just want to serialize/deserialize some structs, the `to_json`/`from_json There are two macros to make your life easier as long as you (1) want to use a JSON object as serialization and (2) want to use the member variable names as object keys in that object: -- `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(name, member1, member2, ...)` is to be defined inside of the namespace of the class/struct to create code for. -- `NLOHMANN_DEFINE_TYPE_INTRUSIVE(name, member1, member2, ...)` is to be defined inside of the class/struct to create code for. This macro can also access private members. +- `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(name, member1, member2, ...)` is to be defined inside the namespace of the class/struct to create code for. +- `NLOHMANN_DEFINE_TYPE_INTRUSIVE(name, member1, member2, ...)` is to be defined inside the class/struct to create code for. This macro can also access private members. In both macros, the first parameter is the name of the class/struct, and all remaining parameters name the members. @@ -978,8 +890,8 @@ namespace nlohmann { if (j.is_null()) { opt = boost::none; } else { - opt = j.get(); // same as above, but with - // adl_serializer::from_json + opt = j.template get(); // same as above, but with + // adl_serializer::from_json } } }; @@ -1006,10 +918,10 @@ namespace nlohmann { // note: the return type is no longer 'void', and the method only takes // one argument static move_only_type from_json(const json& j) { - return {j.get()}; + return {j.template get()}; } - // Here's the catch! You must provide a to_json method! Otherwise you + // Here's the catch! You must provide a to_json method! Otherwise, you // will not be able to convert move_only_type to json, since you fully // specialized adl_serializer on that type static void to_json(json& j, move_only_type t) { @@ -1021,7 +933,7 @@ namespace nlohmann { #### Can I write my own serializer? (Advanced use) -Yes. You might want to take a look at [`unit-udt.cpp`](https://github.com/nlohmann/json/blob/develop/test/src/unit-udt.cpp) in the test suite, to see a few examples. +Yes. You might want to take a look at [`unit-udt.cpp`](https://github.com/nlohmann/json/blob/develop/tests/src/unit-udt.cpp) in the test suite, to see a few examples. If you write your own serializer, you'll need to do a few things: @@ -1110,24 +1022,24 @@ assert(j == "stopped"); // json string to enum json j3 = "running"; -assert(j3.get() == TS_RUNNING); +assert(j3.template get() == TS_RUNNING); // undefined json value to enum (where the first map entry above is the default) json jPi = 3.14; -assert(jPi.get() == TS_INVALID ); +assert(jPi.template get() == TS_INVALID ); ``` Just as in [Arbitrary Type Conversions](#arbitrary-types-conversions) above, -- `NLOHMANN_JSON_SERIALIZE_ENUM()` MUST be declared in your enum type's namespace (which can be the global namespace), or the library will not be able to locate it and it will default to integer serialization. +- `NLOHMANN_JSON_SERIALIZE_ENUM()` MUST be declared in your enum type's namespace (which can be the global namespace), or the library will not be able to locate it, and it will default to integer serialization. - It MUST be available (e.g., proper headers must be included) everywhere you use the conversions. Other Important points: -- When using `get()`, undefined JSON values will default to the first pair specified in your map. Select this default pair carefully. +- When using `template get()`, undefined JSON values will default to the first pair specified in your map. Select this default pair carefully. - If an enum or JSON value is specified more than once in your map, the first matching occurrence from the top of the map will be returned when converting to or from JSON. -### Binary formats (BSON, CBOR, MessagePack, and UBJSON) +### Binary formats (BSON, CBOR, MessagePack, UBJSON, and BJData) -Though JSON is a ubiquitous data format, it is not a very compact format suitable for data exchange, for instance over a network. Hence, the library supports [BSON](http://bsonspec.org) (Binary JSON), [CBOR](https://cbor.io) (Concise Binary Object Representation), [MessagePack](https://msgpack.org), and [UBJSON](http://ubjson.org) (Universal Binary JSON Specification) to efficiently encode JSON values to byte vectors and to decode such vectors. +Though JSON is a ubiquitous data format, it is not a very compact format suitable for data exchange, for instance over a network. Hence, the library supports [BSON](https://bsonspec.org) (Binary JSON), [CBOR](https://cbor.io) (Concise Binary Object Representation), [MessagePack](https://msgpack.org), [UBJSON](https://ubjson.org) (Universal Binary JSON Specification) and [BJData](https://neurojson.org/bjdata) (Binary JData) to efficiently encode JSON values to byte vectors and to decode such vectors. ```cpp // create a JSON value @@ -1166,7 +1078,7 @@ std::vector v_ubjson = json::to_ubjson(j); json j_from_ubjson = json::from_ubjson(v_ubjson); ``` -The library also supports binary types from BSON, CBOR (byte strings), and MessagePack (bin, ext, fixext). They are stored by default as `std::vector` to be processed outside of the library. +The library also supports binary types from BSON, CBOR (byte strings), and MessagePack (bin, ext, fixext). They are stored by default as `std::vector` to be processed outside the library. ```cpp // CBOR byte string with payload 0xCAFE @@ -1199,15 +1111,17 @@ auto cbor = json::to_msgpack(j); // 0xD5 (fixext2), 0x10, 0xCA, 0xFE ## Supported compilers -Though it's 2021 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: +Though it's 2023 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: -- GCC 4.8 - 11.0 (and possibly later) -- Clang 3.4 - 11.0 (and possibly later) -- Apple Clang 9.1 - 12.3 (and possibly later) +- GCC 4.8 - 12.0 (and possibly later) +- Clang 3.4 - 15.0 (and possibly later) +- Apple Clang 9.1 - 13.1 (and possibly later) - Intel C++ Compiler 17.0.2 (and possibly later) +- Nvidia CUDA Compiler 11.0.221 (and possibly later) - Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later) - Microsoft Visual C++ 2017 / Build Tools 15.5.180.51428 (and possibly later) - Microsoft Visual C++ 2019 / Build Tools 16.3.1+1def00d3d (and possibly later) +- Microsoft Visual C++ 2022 / Build Tools 19.30.30709.0 (and possibly later) I would be happy to learn about other compilers/versions. @@ -1228,50 +1142,248 @@ Please note: - Unsupported versions of GCC and Clang are rejected by `#error` directives. This can be switched off by defining `JSON_SKIP_UNSUPPORTED_COMPILER_CHECK`. Note that you can expect no support in this case. -The following compilers are currently used in continuous integration at [Travis](https://travis-ci.org/nlohmann/json), [AppVeyor](https://ci.appveyor.com/project/nlohmann/json), [GitHub Actions](https://github.com/nlohmann/json/actions), and [CircleCI](https://circleci.com/gh/nlohmann/json): - -| Compiler | Operating System | CI Provider | -|-------------------------------------------------------------------|--------------------|----------------| -| Apple Clang 10.0.1 (clang-1001.0.46.4); Xcode 10.2.1 | macOS 10.14.4 | Travis | -| Apple Clang 11.0.0 (clang-1100.0.33.12); Xcode 11.2.1 | macOS 10.14.6 | Travis | -| Apple Clang 11.0.3 (clang-1103.0.32.59); Xcode 11.4.1 | macOS 10.15.4 | GitHub Actions | -| Apple Clang 12.0.0 (clang-1200.0.22.7); Xcode 11.4.1 | macOS 10.15.5 | Travis | -| Clang 3.5.0 (3.5.0-4ubuntu2\~trusty2) | Ubuntu 14.04.5 LTS | Travis | -| Clang 3.6.2 (3.6.2-svn240577-1\~exp1) | Ubuntu 14.04.5 LTS | Travis | -| Clang 3.7.1 (3.7.1-svn253571-1\~exp1) | Ubuntu 14.04.5 LTS | Travis | -| Clang 3.8.0 (3.8.0-2ubuntu3\~trusty5) | Ubuntu 14.04.5 LTS | Travis | -| Clang 3.9.1 (3.9.1-4ubuntu3\~14.04.3) | Ubuntu 14.04.5 LTS | Travis | -| Clang 4.0.1 (4.0.1-svn305264-1\~exp1) | Ubuntu 14.04.5 LTS | Travis | -| Clang 5.0.2 (version 5.0.2-svn328729-1\~exp1\~20180509123505.100) | Ubuntu 14.04.5 LTS | Travis | -| Clang 6.0.1 (6.0.1-svn334776-1\~exp1\~20190309042707.121) | Ubuntu 14.04.5 LTS | Travis | -| Clang 7.1.0 (7.1.0-svn353565-1\~exp1\~20190419134007.64) | Ubuntu 14.04.5 LTS | Travis | -| Clang 7.5.0 (Ubuntu 7.5.0-3ubuntu1\~18.04) | Ubuntu 18.04.4 LTS | Travis | -| Clang 9.0.0 (x86_64-pc-windows-msvc) | Windows-10.0.17763 | GitHub Actions | -| Clang 10.0.0 (x86_64-pc-windows-msvc) | Windows-10.0.17763 | GitHub Actions | -| GCC 4.8.5 (Ubuntu 4.8.5-4ubuntu8\~14.04.2) | Ubuntu 14.04.5 LTS | Travis | -| GCC 4.9.4 (Ubuntu 4.9.4-2ubuntu1\~14.04.1) | Ubuntu 14.04.5 LTS | Travis | -| GCC 5.5.0 (Ubuntu 5.5.0-12ubuntu1\~14.04) | Ubuntu 14.04.5 LTS | Travis | -| GCC 6.3.0 (Debian 6.3.0-18+deb9u1) | Debian 9 | Circle CI | -| GCC 6.5.0 (Ubuntu 6.5.0-2ubuntu1\~14.04.1) | Ubuntu 14.04.5 LTS | Travis | -| GCC 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) | Windows-6.3.9600 | AppVeyor | -| GCC 7.5.0 (Ubuntu 7.5.0-3ubuntu1\~14.04.1) | Ubuntu 14.04.5 LTS | Travis | -| GCC 7.5.0 (Ubuntu 7.5.0-3ubuntu1\~18.04) | Ubuntu 18.04.4 LTS | GitHub Actions | -| GCC 8.4.0 (Ubuntu 8.4.0-1ubuntu1\~14.04) | Ubuntu 14.04.5 LTS | Travis | -| GCC 9.3.0 (Ubuntu 9.3.0-11ubuntu0\~14.04) | Ubuntu 14.04.5 LTS | Travis | -| GCC 10.1.0 (Arch Linux latest) | Arch Linux | Circle CI | -| MSVC 19.0.24241.7 (Build Engine version 14.0.25420.1) | Windows-6.3.9600 | AppVeyor | -| MSVC 19.16.27035.0 (15.9.21+g9802d43bc3 for .NET Framework) | Windows-10.0.14393 | AppVeyor | -| MSVC 19.25.28614.0 (Build Engine version 16.5.0+d4cbfca49 for .NET Framework) | Windows-10.0.17763 | AppVeyor | -| MSVC 19.25.28614.0 (Build Engine version 16.5.0+d4cbfca49 for .NET Framework) | Windows-10.0.17763 | GitHub Actions | -| MSVC 19.25.28614.0 (Build Engine version 16.5.0+d4cbfca49 for .NET Framework) with ClangCL 10.0.0 | Windows-10.0.17763 | GitHub Actions | +The following compilers are currently used in continuous integration at [AppVeyor](https://ci.appveyor.com/project/nlohmann/json), [Cirrus CI](https://cirrus-ci.com/github/nlohmann/json), and [GitHub Actions](https://github.com/nlohmann/json/actions): + +| Compiler | Operating System | CI Provider | +|--------------------------------------------------------------------------------------------------------|--------------------|----------------| +| Apple Clang 11.0.3 (clang-1103.0.32.62); Xcode 11.7 | macOS 11.7.1 | GitHub Actions | +| Apple Clang 12.0.0 (clang-1200.0.32.29); Xcode 12.4 | macOS 11.7.1 | GitHub Actions | +| Apple Clang 12.0.5 (clang-1205.0.22.11); Xcode 12.5.1 | macOS 11.7.1 | GitHub Actions | +| Apple Clang 13.0.0 (clang-1300.0.29.3); Xcode 13.0 | macOS 11.7.1 | GitHub Actions | +| Apple Clang 13.0.0 (clang-1300.0.29.3); Xcode 13.1 | macOS 12.6.1 | GitHub Actions | +| Apple Clang 13.0.0 (clang-1300.0.29.30); Xcode 13.2.1 | macOS 12.6.1 | GitHub Actions | +| Apple Clang 13.1.6 (clang-1316.0.21.2.3); Xcode 13.3.1 | macOS 12.6.1 | GitHub Actions | +| Apple Clang 13.1.6 (clang-1316.0.21.2.5); Xcode 13.4.1 | macOS 12.6.1 | GitHub Actions | +| Apple Clang 14.0.0 (clang-1400.0.29.102); Xcode 14.0 | macOS 12.6.1 | GitHub Actions | +| Apple Clang 14.0.0 (clang-1400.0.29.102); Xcode 14.0.1 | macOS 12.6.1 | GitHub Actions | +| Apple Clang 14.0.0 (clang-1400.0.29.202); Xcode 14.1 | macOS 12.6.1 | GitHub Actions | +| Clang 3.5.2 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 3.6.2 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 3.7.1 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 3.8.1 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 3.9.1 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 4.0.1 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 5.0.2 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 6.0.1 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 7.0.1 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 8.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 9.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 10.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 10.0.0 with GNU-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 11.0.0 with GNU-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 11.0.0 with MSVC-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 11.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 12.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 12.0.0 with GNU-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 13.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 13.0.0 with GNU-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 14.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 14.0.0 with GNU-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 15.0.0 with GNU-like command-line | Windows-10.0.17763 | GitHub Actions | +| Clang 15.0.4 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Clang 16.0.0 (16.0.0-++20221031071727+500876226c60-1~exp1~20221031071831.439) | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 4.8.5 (Ubuntu 4.8.5-4ubuntu2) | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 4.9.4 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 5.5.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 6.5.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 7.5.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 8.1.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project) | Windows-10.0.17763 | GitHub Actions | +| GCC 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) | Windows-10.0.17763 | GitHub Actions | +| GCC 8.5.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 9.5.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 10.4.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 11.1.0 | Ubuntu (aarch64) | Cirrus CI | +| GCC 11.3.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 12.2.0 | Ubuntu 20.04.3 LTS | GitHub Actions | +| GCC 13.0.0 20220605 (experimental) | Ubuntu 20.04.3 LTS | GitHub Actions | +| Intel C++ Compiler 2021.5.0.20211109 | Ubuntu 20.04.3 LTS | GitHub Actions | +| NVCC 11.0.221 | Ubuntu 20.04.3 LTS | GitHub Actions | +| Visual Studio 14 2015 MSVC 19.0.24241.7 (Build Engine version 14.0.25420.1) | Windows-6.3.9600 | AppVeyor | +| Visual Studio 15 2017 MSVC 19.16.27035.0 (Build Engine version 15.9.21+g9802d43bc3 for .NET Framework) | Windows-10.0.14393 | AppVeyor | +| Visual Studio 16 2019 MSVC 19.28.29912.0 (Build Engine version 16.9.0+57a23d249 for .NET Framework) | Windows-10.0.17763 | GitHub Actions | +| Visual Studio 16 2019 MSVC 19.28.29912.0 (Build Engine version 16.9.0+57a23d249 for .NET Framework) | Windows-10.0.17763 | AppVeyor | +| Visual Studio 17 2022 MSVC 19.30.30709.0 (Build Engine version 17.0.31804.368 for .NET Framework) | Windows-10.0.20348 | GitHub Actions | + + +## Integration + +[`json.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp) is the single required file in `single_include/nlohmann` or [released here](https://github.com/nlohmann/json/releases). You need to add + +```cpp +#include + +// for convenience +using json = nlohmann::json; +``` + +to the files you want to process JSON and set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and Clang). + +You can further use file [`include/nlohmann/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/include/nlohmann/json_fwd.hpp) for forward-declarations. The installation of json_fwd.hpp (as part of cmake's install step), can be achieved by setting `-DJSON_MultipleHeaders=ON`. + +### CMake + +You can also use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populates the appropriate usage requirements for `INTERFACE_INCLUDE_DIRECTORIES` to point to the appropriate include directories and `INTERFACE_COMPILE_FEATURES` for the necessary C++11 flags. + +#### External + +To use this library from a CMake project, you can locate it directly with `find_package()` and use the namespaced imported target from the generated package configuration: + +```cmake +# CMakeLists.txt +find_package(nlohmann_json 3.2.0 REQUIRED) +... +add_library(foo ...) +... +target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) +``` + +The package configuration file, `nlohmann_jsonConfig.cmake`, can be used either from an install tree or directly out of the build tree. + +#### Embedded + +To embed the library directly into an existing CMake project, place the entire source tree in a subdirectory and call `add_subdirectory()` in your `CMakeLists.txt` file: + +```cmake +# Typically you don't care so much for a third party library's tests to be +# run from your own project's code. +set(JSON_BuildTests OFF CACHE INTERNAL "") + +# If you only include this third party in PRIVATE source files, you do not +# need to install it when your main project gets installed. +# set(JSON_Install OFF CACHE INTERNAL "") + +# Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it +# unintended consequences that will break the build. It's generally +# discouraged (although not necessarily well documented as such) to use +# include(...) for pulling in other CMake projects anyways. +add_subdirectory(nlohmann_json) +... +add_library(foo ...) +... +target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) +``` + +##### Embedded (FetchContent) + +Since CMake v3.11, +[FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html) can +be used to automatically download a release as a dependency at configure time. + +Example: +```cmake +include(FetchContent) + +FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz) +FetchContent_MakeAvailable(json) + +target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) +``` + +**Note**: It is recommended to use the URL approach described above which is supported as of version 3.10.0. See + for more information. + +#### Supporting Both + +To allow your project to support either an externally supplied or an embedded JSON library, you can use a pattern akin to the following: + +``` cmake +# Top level CMakeLists.txt +project(FOO) +... +option(FOO_USE_EXTERNAL_JSON "Use an external JSON library" OFF) +... +add_subdirectory(thirdparty) +... +add_library(foo ...) +... +# Note that the namespaced target will always be available regardless of the +# import method +target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) +``` +```cmake +# thirdparty/CMakeLists.txt +... +if(FOO_USE_EXTERNAL_JSON) + find_package(nlohmann_json 3.2.0 REQUIRED) +else() + set(JSON_BuildTests OFF CACHE INTERNAL "") + add_subdirectory(nlohmann_json) +endif() +... +``` + +`thirdparty/nlohmann_json` is then a complete copy of this source tree. + +### Package Managers + +:beer: If you are using OS X and [Homebrew](https://brew.sh), just type `brew install nlohmann-json` and you're set. If you want the bleeding edge rather than the latest release, use `brew install nlohmann-json --HEAD`. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information. + +If you are using the [Meson Build System](https://mesonbuild.com), add this source tree as a [meson subproject](https://mesonbuild.com/Subprojects.html#using-a-subproject). You may also use the `include.zip` published in this project's [Releases](https://github.com/nlohmann/json/releases) to reduce the size of the vendored source tree. Alternatively, you can get a wrap file by downloading it from [Meson WrapDB](https://wrapdb.mesonbuild.com/nlohmann_json), or simply use `meson wrap install nlohmann_json`. Please see the meson project for any issues regarding the packaging. + +The provided `meson.build` can also be used as an alternative to CMake for installing `nlohmann_json` system-wide in which case a pkg-config file is installed. To use it, simply have your build system require the `nlohmann_json` pkg-config dependency. In Meson, it is preferred to use the [`dependency()`](https://mesonbuild.com/Reference-manual.html#dependency) object with a subproject fallback, rather than using the subproject directly. + +If you are using [Bazel](https://bazel.build/) you can simply reference this repository using `http_archive` or `git_repository` and depend on `@nlohmann_json//:json`. + +If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add [`nlohmann_json/x.y.z`](https://conan.io/center/nlohmann_json) to your `conanfile`'s requires, where `x.y.z` is the release version you want to use. Please file issues [here](https://github.com/conan-io/conan-center-index/issues) if you experience problems with the packages. + +If you are using [Spack](https://www.spack.io/) to manage your dependencies, you can use the [`nlohmann-json` package](https://spack.readthedocs.io/en/latest/package_list.html#nlohmann-json). Please see the [spack project](https://github.com/spack/spack) for any issues regarding the packaging. + +If you are using [hunter](https://github.com/cpp-pm/hunter) on your project for external dependencies, then you can use the [nlohmann_json package](https://hunter.readthedocs.io/en/latest/packages/pkg/nlohmann_json.html). Please see the hunter project for any issues regarding the packaging. + +If you are using [Buckaroo](https://buckaroo.pm), you can install this library's module with `buckaroo add github.com/buckaroo-pm/nlohmann-json`. Please file issues [here](https://github.com/buckaroo-pm/nlohmann-json). There is a demo repo [here](https://github.com/njlr/buckaroo-nholmann-json-example). + +If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can install the [nlohmann-json package](https://github.com/Microsoft/vcpkg/tree/master/ports/nlohmann-json) with `vcpkg install nlohmann-json` and follow the then displayed descriptions. Please see the vcpkg project for any issues regarding the packaging. + +If you are using [cget](https://cget.readthedocs.io/en/latest/), you can install the latest development version with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag (i.e., `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). + +If you are using [CocoaPods](https://cocoapods.org), you can use the library by adding pod `"nlohmann_json", '~>3.1.2'` to your podfile (see [an example](https://bitbucket.org/benman/nlohmann_json-cocoapod/src/master/)). Please file issues [here](https://bitbucket.org/benman/nlohmann_json-cocoapod/issues?status=new&status=open). + +If you are using [Swift Package Manager](https://swift.org/package-manager/), you can use the library by adding a package dependency to this repository. And target dependency as `.product(name: "nlohmann-json", package: "json")`. + +If you are using [NuGet](https://www.nuget.org), you can use the package [nlohmann.json](https://www.nuget.org/packages/nlohmann.json/). Please check [this extensive description](https://github.com/nlohmann/json/issues/1132#issuecomment-452250255) on how to use the package. Please file issues [here](https://github.com/hnkb/nlohmann-json-nuget/issues). + +If you are using [conda](https://conda.io/), you can use the package [nlohmann_json](https://github.com/conda-forge/nlohmann_json-feedstock) from [conda-forge](https://conda-forge.org) executing `conda install -c conda-forge nlohmann_json`. Please file issues [here](https://github.com/conda-forge/nlohmann_json-feedstock/issues). + +If you are using [MSYS2](https://www.msys2.org/), you can use the [mingw-w64-nlohmann-json](https://packages.msys2.org/base/mingw-w64-nlohmann-json) package, just type `pacman -S mingw-w64-i686-nlohmann-json` or `pacman -S mingw-w64-x86_64-nlohmann-json` for installation. Please file issues [here](https://github.com/msys2/MINGW-packages/issues/new?title=%5Bnlohmann-json%5D) if you experience problems with the packages. + +If you are using [MacPorts](https://ports.macports.org), execute `sudo port install nlohmann-json` to install the [nlohmann-json](https://ports.macports.org/port/nlohmann-json/) package. + +If you are using [`build2`](https://build2.org), you can use the [`nlohmann-json`](https://cppget.org/nlohmann-json) package from the public repository https://cppget.org or directly from the [package's sources repository](https://github.com/build2-packaging/nlohmann-json). In your project's `manifest` file, just add `depends: nlohmann-json` (probably with some [version constraints](https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml#guide-add-remove-deps)). If you are not familiar with using dependencies in `build2`, [please read this introduction](https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml). +Please file issues [here](https://github.com/build2-packaging/nlohmann-json) if you experience problems with the packages. + +If you are using [`wsjcpp`](https://wsjcpp.org), you can use the command `wsjcpp install "https://github.com/nlohmann/json:develop"` to get the latest version. Note you can change the branch ":develop" to an existing tag or another branch. + +If you are using [`CPM.cmake`](https://github.com/TheLartians/CPM.cmake), you can check this [`example`](https://github.com/TheLartians/CPM.cmake/tree/master/examples/json). After [adding CPM script](https://github.com/TheLartians/CPM.cmake#adding-cpm) to your project, implement the following snippet to your CMake: + +```cmake +CPMAddPackage( + NAME nlohmann_json + GITHUB_REPOSITORY nlohmann/json + VERSION 3.9.1) +``` + +### Pkg-config + +If you are using bare Makefiles, you can use `pkg-config` to generate the include flags that point to where the library is installed: + +```sh +pkg-config nlohmann_json --cflags +``` + +Users of the Meson build system will also be able to use a system-wide library, which will be found by `pkg-config`: + +```meson +json = dependency('nlohmann_json', required: true) +``` + ## License - + -The class is licensed under the [MIT License](http://opensource.org/licenses/MIT): +The class is licensed under the [MIT License](https://opensource.org/licenses/MIT): -Copyright © 2013-2021 [Niels Lohmann](https://nlohmann.me) +Copyright © 2013-2022 [Niels Lohmann](https://nlohmann.me) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Softwareâ€), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -1281,12 +1393,14 @@ THE SOFTWARE IS PROVIDED “AS ISâ€, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I * * * -The class contains the UTF-8 Decoder from Bjoern Hoehrmann which is licensed under the [MIT License](http://opensource.org/licenses/MIT) (see above). Copyright © 2008-2009 [Björn Hoehrmann](https://bjoern.hoehrmann.de/) +The class contains the UTF-8 Decoder from Bjoern Hoehrmann which is licensed under the [MIT License](https://opensource.org/licenses/MIT) (see above). Copyright © 2008-2009 [Björn Hoehrmann](https://bjoern.hoehrmann.de/) -The class contains a slightly modified version of the Grisu2 algorithm from Florian Loitsch which is licensed under the [MIT License](http://opensource.org/licenses/MIT) (see above). Copyright © 2009 [Florian Loitsch](https://florian.loitsch.com/) +The class contains a slightly modified version of the Grisu2 algorithm from Florian Loitsch which is licensed under the [MIT License](https://opensource.org/licenses/MIT) (see above). Copyright © 2009 [Florian Loitsch](https://florian.loitsch.com/) The class contains a copy of [Hedley](https://nemequ.github.io/hedley/) from Evan Nemerson which is licensed as [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/). +The class contains parts of [Google Abseil](https://github.com/abseil/abseil-cpp) which is licensed under the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0). + ## Contact If you have questions regarding the library, I would like to invite you to [open an issue at GitHub](https://github.com/nlohmann/json/issues/new/choose). Please describe your request, problem, or question as detailed as possible, and also mention the version of the library you are using as well as the version of your compiler and operating system. Opening an issue at GitHub allows other users and contributors to this library to collaborate. For instance, I have little experience with MSVC, and most issues in this regard have been solved by a growing community. If you have a look at the [closed issues](https://github.com/nlohmann/json/issues?q=is%3Aissue+is%3Aclosed), you will see that we react quite timely in most cases. @@ -1301,234 +1415,354 @@ Only if your request would contain confidential information, please [send me an I deeply appreciate the help of the following people. - - -- [Teemperor](https://github.com/Teemperor) implemented CMake support and lcov integration, realized escape and Unicode handling in the string parser, and fixed the JSON serialization. -- [elliotgoodrich](https://github.com/elliotgoodrich) fixed an issue with double deletion in the iterator classes. -- [kirkshoop](https://github.com/kirkshoop) made the iterators of the class composable to other libraries. -- [wancw](https://github.com/wanwc) fixed a bug that hindered the class to compile with Clang. -- Tomas Ã…blad found a bug in the iterator implementation. -- [Joshua C. Randall](https://github.com/jrandall) fixed a bug in the floating-point serialization. -- [Aaron Burghardt](https://github.com/aburgh) implemented code to parse streams incrementally. Furthermore, he greatly improved the parser class by allowing the definition of a filter function to discard undesired elements while parsing. -- [Daniel KopeÄek](https://github.com/dkopecek) fixed a bug in the compilation with GCC 5.0. -- [Florian Weber](https://github.com/Florianjw) fixed a bug in and improved the performance of the comparison operators. -- [Eric Cornelius](https://github.com/EricMCornelius) pointed out a bug in the handling with NaN and infinity values. He also improved the performance of the string escaping. -- [易æ€é¾™](https://github.com/likebeta) implemented a conversion from anonymous enums. -- [kepkin](https://github.com/kepkin) patiently pushed forward the support for Microsoft Visual studio. -- [gregmarr](https://github.com/gregmarr) simplified the implementation of reverse iterators and helped with numerous hints and improvements. In particular, he pushed forward the implementation of user-defined types. -- [Caio Luppi](https://github.com/caiovlp) fixed a bug in the Unicode handling. -- [dariomt](https://github.com/dariomt) fixed some typos in the examples. -- [Daniel Frey](https://github.com/d-frey) cleaned up some pointers and implemented exception-safe memory allocation. -- [Colin Hirsch](https://github.com/ColinH) took care of a small namespace issue. -- [Huu Nguyen](https://github.com/whoshuu) correct a variable name in the documentation. -- [Silverweed](https://github.com/silverweed) overloaded `parse()` to accept an rvalue reference. -- [dariomt](https://github.com/dariomt) fixed a subtlety in MSVC type support and implemented the `get_ref()` function to get a reference to stored values. -- [ZahlGraf](https://github.com/ZahlGraf) added a workaround that allows compilation using Android NDK. -- [whackashoe](https://github.com/whackashoe) replaced a function that was marked as unsafe by Visual Studio. -- [406345](https://github.com/406345) fixed two small warnings. -- [Glen Fernandes](https://github.com/glenfe) noted a potential portability problem in the `has_mapped_type` function. -- [Corbin Hughes](https://github.com/nibroc) fixed some typos in the contribution guidelines. -- [twelsby](https://github.com/twelsby) fixed the array subscript operator, an issue that failed the MSVC build, and floating-point parsing/dumping. He further added support for unsigned integer numbers and implemented better roundtrip support for parsed numbers. -- [Volker Diels-Grabsch](https://github.com/vog) fixed a link in the README file. -- [msm-](https://github.com/msm-) added support for American Fuzzy Lop. -- [Annihil](https://github.com/Annihil) fixed an example in the README file. -- [Themercee](https://github.com/Themercee) noted a wrong URL in the README file. -- [Lv Zheng](https://github.com/lv-zheng) fixed a namespace issue with `int64_t` and `uint64_t`. -- [abc100m](https://github.com/abc100m) analyzed the issues with GCC 4.8 and proposed a [partial solution](https://github.com/nlohmann/json/pull/212). -- [zewt](https://github.com/zewt) added useful notes to the README file about Android. -- [Róbert Márki](https://github.com/robertmrk) added a fix to use move iterators and improved the integration via CMake. -- [Chris Kitching](https://github.com/ChrisKitching) cleaned up the CMake files. -- [Tom Needham](https://github.com/06needhamt) fixed a subtle bug with MSVC 2015 which was also proposed by [Michael K.](https://github.com/Epidal). -- [Mário Feroldi](https://github.com/thelostt) fixed a small typo. -- [duncanwerner](https://github.com/duncanwerner) found a really embarrassing performance regression in the 2.0.0 release. -- [Damien](https://github.com/dtoma) fixed one of the last conversion warnings. -- [Thomas Braun](https://github.com/t-b) fixed a warning in a test case and adjusted MSVC calls in the CI. -- [Théo DELRIEU](https://github.com/theodelrieu) patiently and constructively oversaw the long way toward [iterator-range parsing](https://github.com/nlohmann/json/issues/290). He also implemented the magic behind the serialization/deserialization of user-defined types and split the single header file into smaller chunks. -- [Stefan](https://github.com/5tefan) fixed a minor issue in the documentation. -- [Vasil Dimov](https://github.com/vasild) fixed the documentation regarding conversions from `std::multiset`. -- [ChristophJud](https://github.com/ChristophJud) overworked the CMake files to ease project inclusion. -- [Vladimir Petrigo](https://github.com/vpetrigo) made a SFINAE hack more readable and added Visual Studio 17 to the build matrix. -- [Denis Andrejew](https://github.com/seeekr) fixed a grammar issue in the README file. -- [Pierre-Antoine Lacaze](https://github.com/palacaze) found a subtle bug in the `dump()` function. -- [TurpentineDistillery](https://github.com/TurpentineDistillery) pointed to [`std::locale::classic()`](https://en.cppreference.com/w/cpp/locale/locale/classic) to avoid too much locale joggling, found some nice performance improvements in the parser, improved the benchmarking code, and realized locale-independent number parsing and printing. -- [cgzones](https://github.com/cgzones) had an idea how to fix the Coverity scan. -- [Jared Grubb](https://github.com/jaredgrubb) silenced a nasty documentation warning. -- [Yixin Zhang](https://github.com/qwename) fixed an integer overflow check. -- [Bosswestfalen](https://github.com/Bosswestfalen) merged two iterator classes into a smaller one. -- [Daniel599](https://github.com/Daniel599) helped to get Travis execute the tests with Clang's sanitizers. -- [Jonathan Lee](https://github.com/vjon) fixed an example in the README file. -- [gnzlbg](https://github.com/gnzlbg) supported the implementation of user-defined types. -- [Alexej Harm](https://github.com/qis) helped to get the user-defined types working with Visual Studio. -- [Jared Grubb](https://github.com/jaredgrubb) supported the implementation of user-defined types. -- [EnricoBilla](https://github.com/EnricoBilla) noted a typo in an example. -- [Martin HoÅ™eňovský](https://github.com/horenmar) found a way for a 2x speedup for the compilation time of the test suite. -- [ukhegg](https://github.com/ukhegg) found proposed an improvement for the examples section. -- [rswanson-ihi](https://github.com/rswanson-ihi) noted a typo in the README. -- [Mihai Stan](https://github.com/stanmihai4) fixed a bug in the comparison with `nullptr`s. -- [Tushar Maheshwari](https://github.com/tusharpm) added [cotire](https://github.com/sakra/cotire) support to speed up the compilation. -- [TedLyngmo](https://github.com/TedLyngmo) noted a typo in the README, removed unnecessary bit arithmetic, and fixed some `-Weffc++` warnings. -- [Krzysztof WoÅ›](https://github.com/krzysztofwos) made exceptions more visible. -- [ftillier](https://github.com/ftillier) fixed a compiler warning. -- [tinloaf](https://github.com/tinloaf) made sure all pushed warnings are properly popped. -- [Fytch](https://github.com/Fytch) found a bug in the documentation. -- [Jay Sistar](https://github.com/Type1J) implemented a Meson build description. -- [Henry Lee](https://github.com/HenryRLee) fixed a warning in ICC and improved the iterator implementation. -- [Vincent Thiery](https://github.com/vthiery) maintains a package for the Conan package manager. -- [Steffen](https://github.com/koemeet) fixed a potential issue with MSVC and `std::min`. -- [Mike Tzou](https://github.com/Chocobo1) fixed some typos. -- [amrcode](https://github.com/amrcode) noted a misleading documentation about comparison of floats. -- [Oleg Endo](https://github.com/olegendo) reduced the memory consumption by replacing `` with ``. -- [dan-42](https://github.com/dan-42) cleaned up the CMake files to simplify including/reusing of the library. -- [Nikita Ofitserov](https://github.com/himikof) allowed for moving values from initializer lists. -- [Greg Hurrell](https://github.com/wincent) fixed a typo. -- [Dmitry Kukovinets](https://github.com/DmitryKuk) fixed a typo. -- [kbthomp1](https://github.com/kbthomp1) fixed an issue related to the Intel OSX compiler. -- [Markus Werle](https://github.com/daixtrose) fixed a typo. -- [WebProdPP](https://github.com/WebProdPP) fixed a subtle error in a precondition check. -- [Alex](https://github.com/leha-bot) noted an error in a code sample. -- [Tom de Geus](https://github.com/tdegeus) reported some warnings with ICC and helped fixing them. -- [Perry Kundert](https://github.com/pjkundert) simplified reading from input streams. -- [Sonu Lohani](https://github.com/sonulohani) fixed a small compilation error. -- [Jamie Seward](https://github.com/jseward) fixed all MSVC warnings. -- [Nate Vargas](https://github.com/eld00d) added a Doxygen tag file. -- [pvleuven](https://github.com/pvleuven) helped fixing a warning in ICC. -- [Pavel](https://github.com/crea7or) helped fixing some warnings in MSVC. -- [Jamie Seward](https://github.com/jseward) avoided unnecessary string copies in `find()` and `count()`. -- [Mitja](https://github.com/Itja) fixed some typos. -- [Jorrit Wronski](https://github.com/jowr) updated the Hunter package links. -- [Matthias Möller](https://github.com/TinyTinni) added a `.natvis` for the MSVC debug view. -- [bogemic](https://github.com/bogemic) fixed some C++17 deprecation warnings. -- [Eren Okka](https://github.com/erengy) fixed some MSVC warnings. -- [abolz](https://github.com/abolz) integrated the Grisu2 algorithm for proper floating-point formatting, allowing more roundtrip checks to succeed. -- [Vadim Evard](https://github.com/Pipeliner) fixed a Markdown issue in the README. -- [zerodefect](https://github.com/zerodefect) fixed a compiler warning. -- [Kert](https://github.com/kaidokert) allowed to template the string type in the serialization and added the possibility to override the exceptional behavior. -- [mark-99](https://github.com/mark-99) helped fixing an ICC error. -- [Patrik Huber](https://github.com/patrikhuber) fixed links in the README file. -- [johnfb](https://github.com/johnfb) found a bug in the implementation of CBOR's indefinite length strings. -- [Paul Fultz II](https://github.com/pfultz2) added a note on the cget package manager. -- [Wilson Lin](https://github.com/wla80) made the integration section of the README more concise. -- [RalfBielig](https://github.com/ralfbielig) detected and fixed a memory leak in the parser callback. -- [agrianius](https://github.com/agrianius) allowed to dump JSON to an alternative string type. -- [Kevin Tonon](https://github.com/ktonon) overworked the C++11 compiler checks in CMake. -- [Axel Huebl](https://github.com/ax3l) simplified a CMake check and added support for the [Spack package manager](https://spack.io). -- [Carlos O'Ryan](https://github.com/coryan) fixed a typo. -- [James Upjohn](https://github.com/jammehcow) fixed a version number in the compilers section. -- [Chuck Atkins](https://github.com/chuckatkins) adjusted the CMake files to the CMake packaging guidelines and provided documentation for the CMake integration. -- [Jan Schöppach](https://github.com/dns13) fixed a typo. -- [martin-mfg](https://github.com/martin-mfg) fixed a typo. -- [Matthias Möller](https://github.com/TinyTinni) removed the dependency from `std::stringstream`. -- [agrianius](https://github.com/agrianius) added code to use alternative string implementations. -- [Daniel599](https://github.com/Daniel599) allowed to use more algorithms with the `items()` function. -- [Julius Rakow](https://github.com/jrakow) fixed the Meson include directory and fixed the links to [cppreference.com](cppreference.com). -- [Sonu Lohani](https://github.com/sonulohani) fixed the compilation with MSVC 2015 in debug mode. -- [grembo](https://github.com/grembo) fixed the test suite and re-enabled several test cases. -- [Hyeon Kim](https://github.com/simnalamburt) introduced the macro `JSON_INTERNAL_CATCH` to control the exception handling inside the library. -- [thyu](https://github.com/thyu) fixed a compiler warning. -- [David Guthrie](https://github.com/LEgregius) fixed a subtle compilation error with Clang 3.4.2. -- [Dennis Fischer](https://github.com/dennisfischer) allowed to call `find_package` without installing the library. -- [Hyeon Kim](https://github.com/simnalamburt) fixed an issue with a double macro definition. -- [Ben Berman](https://github.com/rivertam) made some error messages more understandable. -- [zakalibit](https://github.com/zakalibit) fixed a compilation problem with the Intel C++ compiler. -- [mandreyel](https://github.com/mandreyel) fixed a compilation problem. -- [Kostiantyn Ponomarenko](https://github.com/koponomarenko) added version and license information to the Meson build file. -- [Henry Schreiner](https://github.com/henryiii) added support for GCC 4.8. -- [knilch](https://github.com/knilch0r) made sure the test suite does not stall when run in the wrong directory. -- [Antonio Borondo](https://github.com/antonioborondo) fixed an MSVC 2017 warning. -- [Dan Gendreau](https://github.com/dgendreau) implemented the `NLOHMANN_JSON_SERIALIZE_ENUM` macro to quickly define a enum/JSON mapping. -- [efp](https://github.com/efp) added line and column information to parse errors. -- [julian-becker](https://github.com/julian-becker) added BSON support. -- [Pratik Chowdhury](https://github.com/pratikpc) added support for structured bindings. -- [David Avedissian](https://github.com/davedissian) added support for Clang 5.0.1 (PS4 version). -- [Jonathan Dumaresq](https://github.com/dumarjo) implemented an input adapter to read from `FILE*`. -- [kjpus](https://github.com/kjpus) fixed a link in the documentation. -- [Manvendra Singh](https://github.com/manu-chroma) fixed a typo in the documentation. -- [ziggurat29](https://github.com/ziggurat29) fixed an MSVC warning. -- [Sylvain Corlay](https://github.com/SylvainCorlay) added code to avoid an issue with MSVC. -- [mefyl](https://github.com/mefyl) fixed a bug when JSON was parsed from an input stream. -- [Millian Poquet](https://github.com/mpoquet) allowed to install the library via Meson. -- [Michael Behrns-Miller](https://github.com/moodboom) found an issue with a missing namespace. -- [Nasztanovics Ferenc](https://github.com/naszta) fixed a compilation issue with libc 2.12. -- [Andreas Schwab](https://github.com/andreas-schwab) fixed the endian conversion. -- [Mark-Dunning](https://github.com/Mark-Dunning) fixed a warning in MSVC. -- [Gareth Sylvester-Bradley](https://github.com/garethsb-sony) added `operator/` for JSON Pointers. -- [John-Mark](https://github.com/johnmarkwayve) noted a missing header. -- [Vitaly Zaitsev](https://github.com/xvitaly) fixed compilation with GCC 9.0. -- [Laurent Stacul](https://github.com/stac47) fixed compilation with GCC 9.0. -- [Ivor Wanders](https://github.com/iwanders) helped reducing the CMake requirement to version 3.1. -- [njlr](https://github.com/njlr) updated the Buckaroo instructions. -- [Lion](https://github.com/lieff) fixed a compilation issue with GCC 7 on CentOS. -- [Isaac Nickaein](https://github.com/nickaein) improved the integer serialization performance and implemented the `contains()` function. -- [past-due](https://github.com/past-due) suppressed an unfixable warning. -- [Elvis Oric](https://github.com/elvisoric) improved Meson support. -- [MatÄ›j Plch](https://github.com/Afforix) fixed an example in the README. -- [Mark Beckwith](https://github.com/wythe) fixed a typo. -- [scinart](https://github.com/scinart) fixed bug in the serializer. -- [Patrick Boettcher](https://github.com/pboettch) implemented `push_back()` and `pop_back()` for JSON Pointers. -- [Bruno Oliveira](https://github.com/nicoddemus) added support for Conda. -- [Michele Caini](https://github.com/skypjack) fixed links in the README. -- [Hani](https://github.com/hnkb) documented how to install the library with NuGet. -- [Mark Beckwith](https://github.com/wythe) fixed a typo. -- [yann-morin-1998](https://github.com/yann-morin-1998) helped reducing the CMake requirement to version 3.1. -- [Konstantin Podsvirov](https://github.com/podsvirov) maintains a package for the MSYS2 software distro. -- [remyabel](https://github.com/remyabel) added GNUInstallDirs to the CMake files. -- [Taylor Howard](https://github.com/taylorhoward92) fixed a unit test. -- [Gabe Ron](https://github.com/Macr0Nerd) implemented the `to_string` method. -- [Watal M. Iwasaki](https://github.com/heavywatal) fixed a Clang warning. -- [Viktor Kirilov](https://github.com/onqtam) switched the unit tests from [Catch](https://github.com/philsquared/Catch) to [doctest](https://github.com/onqtam/doctest) -- [Juncheng E](https://github.com/ejcjason) fixed a typo. -- [tete17](https://github.com/tete17) fixed a bug in the `contains` function. -- [Xav83](https://github.com/Xav83) fixed some cppcheck warnings. -- [0xflotus](https://github.com/0xflotus) fixed some typos. -- [Christian Deneke](https://github.com/chris0x44) added a const version of `json_pointer::back`. -- [Julien Hamaide](https://github.com/crazyjul) made the `items()` function work with custom string types. -- [Evan Nemerson](https://github.com/nemequ) updated fixed a bug in Hedley and updated this library accordingly. -- [Florian Pigorsch](https://github.com/flopp) fixed a lot of typos. -- [Camille Bégué](https://github.com/cbegue) fixed an issue in the conversion from `std::pair` and `std::tuple` to `json`. -- [Anthony VH](https://github.com/AnthonyVH) fixed a compile error in an enum deserialization. -- [Yuriy Vountesmery](https://github.com/ua-code-dragon) noted a subtle bug in a preprocessor check. -- [Chen](https://github.com/dota17) fixed numerous issues in the library. -- [Antony Kellermann](https://github.com/aokellermann) added a CI step for GCC 10.1. -- [Alex](https://github.com/gistrec) fixed an MSVC warning. -- [Rainer](https://github.com/rvjr) proposed an improvement in the floating-point serialization in CBOR. -- [Francois Chabot](https://github.com/FrancoisChabot) made performance improvements in the input adapters. -- [Arthur Sonzogni](https://github.com/ArthurSonzogni) documented how the library can be included via `FetchContent`. -- [Rimas MiseviÄius](https://github.com/rmisev) fixed an error message. -- [Alexander Myasnikov](https://github.com/alexandermyasnikov) fixed some examples and a link in the README. -- [Hubert Chathi](https://github.com/uhoreg) made CMake's version config file architecture-independent. -- [OmnipotentEntity](https://github.com/OmnipotentEntity) implemented the binary values for CBOR, MessagePack, BSON, and UBJSON. -- [ArtemSarmini](https://github.com/ArtemSarmini) fixed a compilation issue with GCC 10 and fixed a leak. -- [Evgenii Sopov](https://github.com/sea-kg) integrated the library to the wsjcpp package manager. -- [Sergey Linev](https://github.com/linev) fixed a compiler warning. -- [Miguel Magalhães](https://github.com/magamig) fixed the year in the copyright. -- [Gareth Sylvester-Bradley](https://github.com/garethsb-sony) fixed a compilation issue with MSVC. -- [Alexander “weej†Jones](https://github.com/alex-weej) fixed an example in the README. -- [Antoine CÅ“ur](https://github.com/Coeur) fixed some typos in the documentation. -- [jothepro](https://github.com/jothepro) updated links to the Hunter package. -- [Dave Lee](https://github.com/kastiglione) fixed link in the README. -- [Joël Lamotte](https://github.com/Klaim) added instruction for using Build2's package manager. -- [Paul Jurczak](https://github.com/pauljurczak) fixed an example in the README. -- [Sonu Lohani](https://github.com/sonulohani) fixed a warning. -- [Carlos Gomes Martinho](https://github.com/gocarlos) updated the Conan package source. -- [Konstantin Podsvirov](https://github.com/podsvirov) fixed the MSYS2 package documentation. -- [Tridacnid](https://github.com/Tridacnid) improved the CMake tests. -- [Michael](https://github.com/MBalszun) fixed MSVC warnings. -- [Quentin Barbarat](https://github.com/quentin-dev) fixed an example in the documentation. -- [XyFreak](https://github.com/XyFreak) fixed a compiler warning. -- [TotalCaesar659](https://github.com/TotalCaesar659) fixed links in the README. -- [Tanuj Garg](https://github.com/tanuj208) improved the fuzzer coverage for UBSAN input. -- [AODQ](https://github.com/AODQ) fixed a compiler warning. -- [jwittbrodt](https://github.com/jwittbrodt) made `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE` inline. -- [pfeatherstone](https://github.com/pfeatherstone) improved the upper bound of arguments of the `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE`/`NLOHMANN_DEFINE_TYPE_INTRUSIVE` macros. -- [Jan Procházka](https://github.com/jprochazk) fixed a bug in the CBOR parser for binary and string values. -- [T0b1-iOS](https://github.com/T0b1-iOS) fixed a bug in the new hash implementation. -- [Matthew Bauer](https://github.com/matthewbauer) adjusted the CBOR writer to create tags for binary subtypes. -- [gatopeich](https://github.com/gatopeich) implemented an ordered map container for `nlohmann::ordered_json`. -- [Érico Nogueira Rolim](https://github.com/ericonr) added support for pkg-config. -- [KonanM](https://github.com/KonanM) proposed an implementation for the `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE`/`NLOHMANN_DEFINE_TYPE_INTRUSIVE` macros. -- [Guillaume Racicot](https://github.com/gracicot) implemented `string_view` support and allowed C++20 support. -- [Alex Reinking](https://github.com/alexreinking) improved CMake support for `FetchContent`. -- [Hannes Domani](https://github.com/ssbssa) provided a GDB pretty printer. + + +1. [Teemperor](https://github.com/Teemperor) implemented CMake support and lcov integration, realized escape and Unicode handling in the string parser, and fixed the JSON serialization. +2. [elliotgoodrich](https://github.com/elliotgoodrich) fixed an issue with double deletion in the iterator classes. +3. [kirkshoop](https://github.com/kirkshoop) made the iterators of the class composable to other libraries. +4. [wancw](https://github.com/wanwc) fixed a bug that hindered the class to compile with Clang. +5. Tomas Ã…blad found a bug in the iterator implementation. +6. [Joshua C. Randall](https://github.com/jrandall) fixed a bug in the floating-point serialization. +7. [Aaron Burghardt](https://github.com/aburgh) implemented code to parse streams incrementally. Furthermore, he greatly improved the parser class by allowing the definition of a filter function to discard undesired elements while parsing. +8. [Daniel KopeÄek](https://github.com/dkopecek) fixed a bug in the compilation with GCC 5.0. +9. [Florian Weber](https://github.com/Florianjw) fixed a bug in and improved the performance of the comparison operators. +10. [Eric Cornelius](https://github.com/EricMCornelius) pointed out a bug in the handling with NaN and infinity values. He also improved the performance of the string escaping. +11. [易æ€é¾™](https://github.com/likebeta) implemented a conversion from anonymous enums. +12. [kepkin](https://github.com/kepkin) patiently pushed forward the support for Microsoft Visual studio. +13. [gregmarr](https://github.com/gregmarr) simplified the implementation of reverse iterators and helped with numerous hints and improvements. In particular, he pushed forward the implementation of user-defined types. +14. [Caio Luppi](https://github.com/caiovlp) fixed a bug in the Unicode handling. +15. [dariomt](https://github.com/dariomt) fixed some typos in the examples. +16. [Daniel Frey](https://github.com/d-frey) cleaned up some pointers and implemented exception-safe memory allocation. +17. [Colin Hirsch](https://github.com/ColinH) took care of a small namespace issue. +18. [Huu Nguyen](https://github.com/whoshuu) correct a variable name in the documentation. +19. [Silverweed](https://github.com/silverweed) overloaded `parse()` to accept an rvalue reference. +20. [dariomt](https://github.com/dariomt) fixed a subtlety in MSVC type support and implemented the `get_ref()` function to get a reference to stored values. +21. [ZahlGraf](https://github.com/ZahlGraf) added a workaround that allows compilation using Android NDK. +22. [whackashoe](https://github.com/whackashoe) replaced a function that was marked as unsafe by Visual Studio. +23. [406345](https://github.com/406345) fixed two small warnings. +24. [Glen Fernandes](https://github.com/glenfe) noted a potential portability problem in the `has_mapped_type` function. +25. [Corbin Hughes](https://github.com/nibroc) fixed some typos in the contribution guidelines. +26. [twelsby](https://github.com/twelsby) fixed the array subscript operator, an issue that failed the MSVC build, and floating-point parsing/dumping. He further added support for unsigned integer numbers and implemented better roundtrip support for parsed numbers. +27. [Volker Diels-Grabsch](https://github.com/vog) fixed a link in the README file. +28. [msm-](https://github.com/msm-) added support for American Fuzzy Lop. +29. [Annihil](https://github.com/Annihil) fixed an example in the README file. +30. [Themercee](https://github.com/Themercee) noted a wrong URL in the README file. +31. [Lv Zheng](https://github.com/lv-zheng) fixed a namespace issue with `int64_t` and `uint64_t`. +32. [abc100m](https://github.com/abc100m) analyzed the issues with GCC 4.8 and proposed a [partial solution](https://github.com/nlohmann/json/pull/212). +33. [zewt](https://github.com/zewt) added useful notes to the README file about Android. +34. [Róbert Márki](https://github.com/robertmrk) added a fix to use move iterators and improved the integration via CMake. +35. [Chris Kitching](https://github.com/ChrisKitching) cleaned up the CMake files. +36. [Tom Needham](https://github.com/06needhamt) fixed a subtle bug with MSVC 2015 which was also proposed by [Michael K.](https://github.com/Epidal). +37. [Mário Feroldi](https://github.com/thelostt) fixed a small typo. +38. [duncanwerner](https://github.com/duncanwerner) found a really embarrassing performance regression in the 2.0.0 release. +39. [Damien](https://github.com/dtoma) fixed one of the last conversion warnings. +40. [Thomas Braun](https://github.com/t-b) fixed a warning in a test case and adjusted MSVC calls in the CI. +41. [Théo DELRIEU](https://github.com/theodelrieu) patiently and constructively oversaw the long way toward [iterator-range parsing](https://github.com/nlohmann/json/issues/290). He also implemented the magic behind the serialization/deserialization of user-defined types and split the single header file into smaller chunks. +42. [Stefan](https://github.com/5tefan) fixed a minor issue in the documentation. +43. [Vasil Dimov](https://github.com/vasild) fixed the documentation regarding conversions from `std::multiset`. +44. [ChristophJud](https://github.com/ChristophJud) overworked the CMake files to ease project inclusion. +45. [Vladimir Petrigo](https://github.com/vpetrigo) made a SFINAE hack more readable and added Visual Studio 17 to the build matrix. +46. [Denis Andrejew](https://github.com/seeekr) fixed a grammar issue in the README file. +47. [Pierre-Antoine Lacaze](https://github.com/palacaze) found a subtle bug in the `dump()` function. +48. [TurpentineDistillery](https://github.com/TurpentineDistillery) pointed to [`std::locale::classic()`](https://en.cppreference.com/w/cpp/locale/locale/classic) to avoid too much locale joggling, found some nice performance improvements in the parser, improved the benchmarking code, and realized locale-independent number parsing and printing. +49. [cgzones](https://github.com/cgzones) had an idea how to fix the Coverity scan. +50. [Jared Grubb](https://github.com/jaredgrubb) silenced a nasty documentation warning. +51. [Yixin Zhang](https://github.com/qwename) fixed an integer overflow check. +52. [Bosswestfalen](https://github.com/Bosswestfalen) merged two iterator classes into a smaller one. +53. [Daniel599](https://github.com/Daniel599) helped to get Travis execute the tests with Clang's sanitizers. +54. [Jonathan Lee](https://github.com/vjon) fixed an example in the README file. +55. [gnzlbg](https://github.com/gnzlbg) supported the implementation of user-defined types. +56. [Alexej Harm](https://github.com/qis) helped to get the user-defined types working with Visual Studio. +57. [Jared Grubb](https://github.com/jaredgrubb) supported the implementation of user-defined types. +58. [EnricoBilla](https://github.com/EnricoBilla) noted a typo in an example. +59. [Martin HoÅ™eňovský](https://github.com/horenmar) found a way for a 2x speedup for the compilation time of the test suite. +60. [ukhegg](https://github.com/ukhegg) found proposed an improvement for the examples section. +61. [rswanson-ihi](https://github.com/rswanson-ihi) noted a typo in the README. +62. [Mihai Stan](https://github.com/stanmihai4) fixed a bug in the comparison with `nullptr`s. +63. [Tushar Maheshwari](https://github.com/tusharpm) added [cotire](https://github.com/sakra/cotire) support to speed up the compilation. +64. [TedLyngmo](https://github.com/TedLyngmo) noted a typo in the README, removed unnecessary bit arithmetic, and fixed some `-Weffc++` warnings. +65. [Krzysztof WoÅ›](https://github.com/krzysztofwos) made exceptions more visible. +66. [ftillier](https://github.com/ftillier) fixed a compiler warning. +67. [tinloaf](https://github.com/tinloaf) made sure all pushed warnings are properly popped. +68. [Fytch](https://github.com/Fytch) found a bug in the documentation. +69. [Jay Sistar](https://github.com/Type1J) implemented a Meson build description. +70. [Henry Lee](https://github.com/HenryRLee) fixed a warning in ICC and improved the iterator implementation. +71. [Vincent Thiery](https://github.com/vthiery) maintains a package for the Conan package manager. +72. [Steffen](https://github.com/koemeet) fixed a potential issue with MSVC and `std::min`. +73. [Mike Tzou](https://github.com/Chocobo1) fixed some typos. +74. [amrcode](https://github.com/amrcode) noted a misleading documentation about comparison of floats. +75. [Oleg Endo](https://github.com/olegendo) reduced the memory consumption by replacing `` with ``. +76. [dan-42](https://github.com/dan-42) cleaned up the CMake files to simplify including/reusing of the library. +77. [Nikita Ofitserov](https://github.com/himikof) allowed for moving values from initializer lists. +78. [Greg Hurrell](https://github.com/wincent) fixed a typo. +79. [Dmitry Kukovinets](https://github.com/DmitryKuk) fixed a typo. +80. [kbthomp1](https://github.com/kbthomp1) fixed an issue related to the Intel OSX compiler. +81. [Markus Werle](https://github.com/daixtrose) fixed a typo. +82. [WebProdPP](https://github.com/WebProdPP) fixed a subtle error in a precondition check. +83. [Alex](https://github.com/leha-bot) noted an error in a code sample. +84. [Tom de Geus](https://github.com/tdegeus) reported some warnings with ICC and helped to fix them. +85. [Perry Kundert](https://github.com/pjkundert) simplified reading from input streams. +86. [Sonu Lohani](https://github.com/sonulohani) fixed a small compilation error. +87. [Jamie Seward](https://github.com/jseward) fixed all MSVC warnings. +88. [Nate Vargas](https://github.com/eld00d) added a Doxygen tag file. +89. [pvleuven](https://github.com/pvleuven) helped to fix a warning in ICC. +90. [Pavel](https://github.com/crea7or) helped to fix some warnings in MSVC. +91. [Jamie Seward](https://github.com/jseward) avoided unnecessary string copies in `find()` and `count()`. +92. [Mitja](https://github.com/Itja) fixed some typos. +93. [Jorrit Wronski](https://github.com/jowr) updated the Hunter package links. +94. [Matthias Möller](https://github.com/TinyTinni) added a `.natvis` for the MSVC debug view. +95. [bogemic](https://github.com/bogemic) fixed some C++17 deprecation warnings. +96. [Eren Okka](https://github.com/erengy) fixed some MSVC warnings. +97. [abolz](https://github.com/abolz) integrated the Grisu2 algorithm for proper floating-point formatting, allowing more roundtrip checks to succeed. +98. [Vadim Evard](https://github.com/Pipeliner) fixed a Markdown issue in the README. +99. [zerodefect](https://github.com/zerodefect) fixed a compiler warning. +100. [Kert](https://github.com/kaidokert) allowed to template the string type in the serialization and added the possibility to override the exceptional behavior. +101. [mark-99](https://github.com/mark-99) helped fixing an ICC error. +102. [Patrik Huber](https://github.com/patrikhuber) fixed links in the README file. +103. [johnfb](https://github.com/johnfb) found a bug in the implementation of CBOR's indefinite length strings. +104. [Paul Fultz II](https://github.com/pfultz2) added a note on the cget package manager. +105. [Wilson Lin](https://github.com/wla80) made the integration section of the README more concise. +106. [RalfBielig](https://github.com/ralfbielig) detected and fixed a memory leak in the parser callback. +107. [agrianius](https://github.com/agrianius) allowed to dump JSON to an alternative string type. +108. [Kevin Tonon](https://github.com/ktonon) overworked the C++11 compiler checks in CMake. +109. [Axel Huebl](https://github.com/ax3l) simplified a CMake check and added support for the [Spack package manager](https://spack.io). +110. [Carlos O'Ryan](https://github.com/coryan) fixed a typo. +111. [James Upjohn](https://github.com/jammehcow) fixed a version number in the compilers section. +112. [Chuck Atkins](https://github.com/chuckatkins) adjusted the CMake files to the CMake packaging guidelines and provided documentation for the CMake integration. +113. [Jan Schöppach](https://github.com/dns13) fixed a typo. +114. [martin-mfg](https://github.com/martin-mfg) fixed a typo. +115. [Matthias Möller](https://github.com/TinyTinni) removed the dependency from `std::stringstream`. +116. [agrianius](https://github.com/agrianius) added code to use alternative string implementations. +117. [Daniel599](https://github.com/Daniel599) allowed to use more algorithms with the `items()` function. +118. [Julius Rakow](https://github.com/jrakow) fixed the Meson include directory and fixed the links to [cppreference.com](cppreference.com). +119. [Sonu Lohani](https://github.com/sonulohani) fixed the compilation with MSVC 2015 in debug mode. +120. [grembo](https://github.com/grembo) fixed the test suite and re-enabled several test cases. +121. [Hyeon Kim](https://github.com/simnalamburt) introduced the macro `JSON_INTERNAL_CATCH` to control the exception handling inside the library. +122. [thyu](https://github.com/thyu) fixed a compiler warning. +123. [David Guthrie](https://github.com/LEgregius) fixed a subtle compilation error with Clang 3.4.2. +124. [Dennis Fischer](https://github.com/dennisfischer) allowed to call `find_package` without installing the library. +125. [Hyeon Kim](https://github.com/simnalamburt) fixed an issue with a double macro definition. +126. [Ben Berman](https://github.com/rivertam) made some error messages more understandable. +127. [zakalibit](https://github.com/zakalibit) fixed a compilation problem with the Intel C++ compiler. +128. [mandreyel](https://github.com/mandreyel) fixed a compilation problem. +129. [Kostiantyn Ponomarenko](https://github.com/koponomarenko) added version and license information to the Meson build file. +130. [Henry Schreiner](https://github.com/henryiii) added support for GCC 4.8. +131. [knilch](https://github.com/knilch0r) made sure the test suite does not stall when run in the wrong directory. +132. [Antonio Borondo](https://github.com/antonioborondo) fixed an MSVC 2017 warning. +133. [Dan Gendreau](https://github.com/dgendreau) implemented the `NLOHMANN_JSON_SERIALIZE_ENUM` macro to quickly define an enum/JSON mapping. +134. [efp](https://github.com/efp) added line and column information to parse errors. +135. [julian-becker](https://github.com/julian-becker) added BSON support. +136. [Pratik Chowdhury](https://github.com/pratikpc) added support for structured bindings. +137. [David Avedissian](https://github.com/davedissian) added support for Clang 5.0.1 (PS4 version). +138. [Jonathan Dumaresq](https://github.com/dumarjo) implemented an input adapter to read from `FILE*`. +139. [kjpus](https://github.com/kjpus) fixed a link in the documentation. +140. [Manvendra Singh](https://github.com/manu-chroma) fixed a typo in the documentation. +141. [ziggurat29](https://github.com/ziggurat29) fixed an MSVC warning. +142. [Sylvain Corlay](https://github.com/SylvainCorlay) added code to avoid an issue with MSVC. +143. [mefyl](https://github.com/mefyl) fixed a bug when JSON was parsed from an input stream. +144. [Millian Poquet](https://github.com/mpoquet) allowed to install the library via Meson. +145. [Michael Behrns-Miller](https://github.com/moodboom) found an issue with a missing namespace. +146. [Nasztanovics Ferenc](https://github.com/naszta) fixed a compilation issue with libc 2.12. +147. [Andreas Schwab](https://github.com/andreas-schwab) fixed the endian conversion. +148. [Mark-Dunning](https://github.com/Mark-Dunning) fixed a warning in MSVC. +149. [Gareth Sylvester-Bradley](https://github.com/garethsb-sony) added `operator/` for JSON Pointers. +150. [John-Mark](https://github.com/johnmarkwayve) noted a missing header. +151. [Vitaly Zaitsev](https://github.com/xvitaly) fixed compilation with GCC 9.0. +152. [Laurent Stacul](https://github.com/stac47) fixed compilation with GCC 9.0. +153. [Ivor Wanders](https://github.com/iwanders) helped to reduce the CMake requirement to version 3.1. +154. [njlr](https://github.com/njlr) updated the Buckaroo instructions. +155. [Lion](https://github.com/lieff) fixed a compilation issue with GCC 7 on CentOS. +156. [Isaac Nickaein](https://github.com/nickaein) improved the integer serialization performance and implemented the `contains()` function. +157. [past-due](https://github.com/past-due) suppressed an unfixable warning. +158. [Elvis Oric](https://github.com/elvisoric) improved Meson support. +159. [MatÄ›j Plch](https://github.com/Afforix) fixed an example in the README. +160. [Mark Beckwith](https://github.com/wythe) fixed a typo. +161. [scinart](https://github.com/scinart) fixed bug in the serializer. +162. [Patrick Boettcher](https://github.com/pboettch) implemented `push_back()` and `pop_back()` for JSON Pointers. +163. [Bruno Oliveira](https://github.com/nicoddemus) added support for Conda. +164. [Michele Caini](https://github.com/skypjack) fixed links in the README. +165. [Hani](https://github.com/hnkb) documented how to install the library with NuGet. +166. [Mark Beckwith](https://github.com/wythe) fixed a typo. +167. [yann-morin-1998](https://github.com/yann-morin-1998) helped to reduce the CMake requirement to version 3.1. +168. [Konstantin Podsvirov](https://github.com/podsvirov) maintains a package for the MSYS2 software distro. +169. [remyabel](https://github.com/remyabel) added GNUInstallDirs to the CMake files. +170. [Taylor Howard](https://github.com/taylorhoward92) fixed a unit test. +171. [Gabe Ron](https://github.com/Macr0Nerd) implemented the `to_string` method. +172. [Watal M. Iwasaki](https://github.com/heavywatal) fixed a Clang warning. +173. [Viktor Kirilov](https://github.com/onqtam) switched the unit tests from [Catch](https://github.com/philsquared/Catch) to [doctest](https://github.com/onqtam/doctest) +174. [Juncheng E](https://github.com/ejcjason) fixed a typo. +175. [tete17](https://github.com/tete17) fixed a bug in the `contains` function. +176. [Xav83](https://github.com/Xav83) fixed some cppcheck warnings. +177. [0xflotus](https://github.com/0xflotus) fixed some typos. +178. [Christian Deneke](https://github.com/chris0x44) added a const version of `json_pointer::back`. +179. [Julien Hamaide](https://github.com/crazyjul) made the `items()` function work with custom string types. +180. [Evan Nemerson](https://github.com/nemequ) updated fixed a bug in Hedley and updated this library accordingly. +181. [Florian Pigorsch](https://github.com/flopp) fixed a lot of typos. +182. [Camille Bégué](https://github.com/cbegue) fixed an issue in the conversion from `std::pair` and `std::tuple` to `json`. +183. [Anthony VH](https://github.com/AnthonyVH) fixed a compile error in an enum deserialization. +184. [Yuriy Vountesmery](https://github.com/ua-code-dragon) noted a subtle bug in a preprocessor check. +185. [Chen](https://github.com/dota17) fixed numerous issues in the library. +186. [Antony Kellermann](https://github.com/aokellermann) added a CI step for GCC 10.1. +187. [Alex](https://github.com/gistrec) fixed an MSVC warning. +188. [Rainer](https://github.com/rvjr) proposed an improvement in the floating-point serialization in CBOR. +189. [Francois Chabot](https://github.com/FrancoisChabot) made performance improvements in the input adapters. +190. [Arthur Sonzogni](https://github.com/ArthurSonzogni) documented how the library can be included via `FetchContent`. +191. [Rimas MiseviÄius](https://github.com/rmisev) fixed an error message. +192. [Alexander Myasnikov](https://github.com/alexandermyasnikov) fixed some examples and a link in the README. +193. [Hubert Chathi](https://github.com/uhoreg) made CMake's version config file architecture-independent. +194. [OmnipotentEntity](https://github.com/OmnipotentEntity) implemented the binary values for CBOR, MessagePack, BSON, and UBJSON. +195. [ArtemSarmini](https://github.com/ArtemSarmini) fixed a compilation issue with GCC 10 and fixed a leak. +196. [Evgenii Sopov](https://github.com/sea-kg) integrated the library to the wsjcpp package manager. +197. [Sergey Linev](https://github.com/linev) fixed a compiler warning. +198. [Miguel Magalhães](https://github.com/magamig) fixed the year in the copyright. +199. [Gareth Sylvester-Bradley](https://github.com/garethsb-sony) fixed a compilation issue with MSVC. +200. [Alexander “weej†Jones](https://github.com/alex-weej) fixed an example in the README. +201. [Antoine CÅ“ur](https://github.com/Coeur) fixed some typos in the documentation. +202. [jothepro](https://github.com/jothepro) updated links to the Hunter package. +203. [Dave Lee](https://github.com/kastiglione) fixed link in the README. +204. [Joël Lamotte](https://github.com/Klaim) added instruction for using Build2's package manager. +205. [Paul Jurczak](https://github.com/pauljurczak) fixed an example in the README. +206. [Sonu Lohani](https://github.com/sonulohani) fixed a warning. +207. [Carlos Gomes Martinho](https://github.com/gocarlos) updated the Conan package source. +208. [Konstantin Podsvirov](https://github.com/podsvirov) fixed the MSYS2 package documentation. +209. [Tridacnid](https://github.com/Tridacnid) improved the CMake tests. +210. [Michael](https://github.com/MBalszun) fixed MSVC warnings. +211. [Quentin Barbarat](https://github.com/quentin-dev) fixed an example in the documentation. +212. [XyFreak](https://github.com/XyFreak) fixed a compiler warning. +213. [TotalCaesar659](https://github.com/TotalCaesar659) fixed links in the README. +214. [Tanuj Garg](https://github.com/tanuj208) improved the fuzzer coverage for UBSAN input. +215. [AODQ](https://github.com/AODQ) fixed a compiler warning. +216. [jwittbrodt](https://github.com/jwittbrodt) made `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE` inline. +217. [pfeatherstone](https://github.com/pfeatherstone) improved the upper bound of arguments of the `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE`/`NLOHMANN_DEFINE_TYPE_INTRUSIVE` macros. +218. [Jan Procházka](https://github.com/jprochazk) fixed a bug in the CBOR parser for binary and string values. +219. [T0b1-iOS](https://github.com/T0b1-iOS) fixed a bug in the new hash implementation. +220. [Matthew Bauer](https://github.com/matthewbauer) adjusted the CBOR writer to create tags for binary subtypes. +221. [gatopeich](https://github.com/gatopeich) implemented an ordered map container for `nlohmann::ordered_json`. +222. [Érico Nogueira Rolim](https://github.com/ericonr) added support for pkg-config. +223. [KonanM](https://github.com/KonanM) proposed an implementation for the `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE`/`NLOHMANN_DEFINE_TYPE_INTRUSIVE` macros. +224. [Guillaume Racicot](https://github.com/gracicot) implemented `string_view` support and allowed C++20 support. +225. [Alex Reinking](https://github.com/alexreinking) improved CMake support for `FetchContent`. +226. [Hannes Domani](https://github.com/ssbssa) provided a GDB pretty printer. +227. Lars Wirzenius reviewed the README file. +228. [Jun Jie](https://github.com/ongjunjie) fixed a compiler path in the CMake scripts. +229. [Ronak Buch](https://github.com/rbuch) fixed typos in the documentation. +230. [Alexander Karzhenkov](https://github.com/karzhenkov) fixed a move constructor and the Travis builds. +231. [Leonardo Lima](https://github.com/leozz37) added CPM.Cmake support. +232. [Joseph Blackman](https://github.com/jbzdarkid) fixed a warning. +233. [Yaroslav](https://github.com/YarikTH) updated doctest and implemented unit tests. +234. [Martin Stump](https://github.com/globberwops) fixed a bug in the CMake files. +235. [Jaakko Moisio](https://github.com/jasujm) fixed a bug in the input adapters. +236. [bl-ue](https://github.com/bl-ue) fixed some Markdown issues in the README file. +237. [William A. Wieselquist](https://github.com/wawiesel) fixed an example from the README. +238. [abbaswasim](https://github.com/abbaswasim) fixed an example from the README. +239. [Remy Jette](https://github.com/remyjette) fixed a warning. +240. [Fraser](https://github.com/frasermarlow) fixed the documentation. +241. [Ben Beasley](https://github.com/musicinmybrain) updated doctest. +242. [Doron Behar](https://github.com/doronbehar) fixed pkg-config.pc. +243. [raduteo](https://github.com/raduteo) fixed a warning. +244. [David Pfahler](https://github.com/theShmoo) added the possibility to compile the library without I/O support. +245. [Morten Fyhn Amundsen](https://github.com/mortenfyhn) fixed a typo. +246. [jpl-mac](https://github.com/jpl-mac) allowed to treat the library as a system header in CMake. +247. [Jason Dsouza](https://github.com/jasmcaus) fixed the indentation of the CMake file. +248. [offa](https://github.com/offa) added a link to Conan Center to the documentation. +249. [TotalCaesar659](https://github.com/TotalCaesar659) updated the links in the documentation to use HTTPS. +250. [Rafail Giavrimis](https://github.com/grafail) fixed the Google Benchmark default branch. +251. [Louis Dionne](https://github.com/ldionne) fixed a conversion operator. +252. [justanotheranonymoususer](https://github.com/justanotheranonymoususer) made the examples in the README more consistent. +253. [Finkman](https://github.com/Finkman) suppressed some `-Wfloat-equal` warnings. +254. [Ferry Huberts](https://github.com/fhuberts) fixed `-Wswitch-enum` warnings. +255. [Arseniy Terekhin](https://github.com/senyai) made the GDB pretty-printer robust against unset variable names. +256. [Amir Masoud Abdol](https://github.com/amirmasoudabdol) updated the Homebrew command as nlohmann/json is now in homebrew-core. +257. [Hallot](https://github.com/Hallot) fixed some `-Wextra-semi-stmt warnings`. +258. [Giovanni Cerretani](https://github.com/gcerretani) fixed `-Wunused` warnings on `JSON_DIAGNOSTICS`. +259. [Bogdan Popescu](https://github.com/Kapeli) hosts the [docset](https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/JSON_for_Modern_C%2B%2B) for offline documentation viewers. +260. [Carl Smedstad](https://github.com/carlsmedstad) fixed an assertion error when using `JSON_DIAGNOSTICS`. +261. [miikka75](https://github.com/miikka75) provided an important fix to compile C++17 code with Clang 9. +262. [Maarten Becker](https://github.com/kernie) fixed a warning for shadowed variables. +263. [Cristi Vîjdea](https://github.com/axnsan12) fixed typos in the `operator[]` documentation. +264. [Alex Beregszaszi](https://github.com/axic) fixed spelling mistakes in comments. +265. [Dirk Stolle](https://github.com/striezel) fixed typos in documentation. +266. [Daniel Albuschat](https://github.com/daniel-kun) corrected the parameter name in the `parse` documentation. +267. [Prince Mendiratta](https://github.com/Prince-Mendiratta) fixed a link to the FAQ. +268. [Florian Albrechtskirchinger](https://github.com/falbrechtskirchinger) implemented `std::string_view` support for object keys and made dozens of other improvements. +269. [Qianqian Fang](https://github.com/fangq) implemented the Binary JData (BJData) format. +270. [pketelsen](https://github.com/pketelsen) added macros `NLOHMANN_DEFINE_TYPE_INTRUSIVE_WITH_DEFAULT` and `NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT`. +271. [DarkZeros](https://github.com/DarkZeros) adjusted to code to not clash with Arduino defines. +272. [flagarde](https://github.com/flagarde) fixed the output of `meta()` for MSVC. +273. [Giovanni Cerretani](https://github.com/gcerretani) fixed a check for `std::filesystem`. +274. [Dimitris Apostolou](https://github.com/rex4539) fixed a typo. +275. [Ferry Huberts](https://github.com/fhuberts) fixed a typo. +276. [Michael Nosthoff](https://github.com/heinemml) fixed a typo. +277. [JungHoon Lee](https://github.com/jhnlee) fixed a typo. +278. [Faruk D.](https://github.com/fdiblen) fixed the CITATION.CFF file. +279. [Andrea Cocito](https://github.com/puffetto) added a clarification on macro usage to the documentation. +280. [Krzysiek Karbowiak](https://github.com/kkarbowiak) refactored the tests to use `CHECK_THROWS_WITH_AS`. +281. [Chaoqi Zhang](https://github.com/prncoprs) fixed a typo. +282. [ivanovmp](https://github.com/ivanovmp) fixed a whitespace error. +283. [KsaNL](https://github.com/KsaNL) fixed a build error when including ``. +284. [Andrea Pappacoda](https://github.com/Tachi107) moved `.pc` and `.cmake` files to `share` directory. +285. [Wolf Vollprecht](https://github.com/wolfv) added the `patch_inplace` function. +286. [Jake Zimmerman](https://github.com/jez) highlighted common usage patterns in the README file. +287. [NN](https://github.com/NN---) added the Visual Studio output directory to `.gitignore`. +288. [Romain Reignier](https://github.com/romainreignier) improved the performance the vector output adapter. +289. [Mike](https://github.com/Mike-Leo-Smith) fixed the `std::iterator_traits`. +290. [Richard Hozák](https://github.com/zxey) added macro `JSON_NO_ENUM` to disable default enum conversions. +291. [vakokako](https://github.com/vakokako) fixed tests when compiling with C++20. +292. [Alexander “weej†Jones](https://github.com/alexweej) fixed an example in the README. +293. [Eli Schwartz](https://github.com/eli-schwartz) added more files to the `include.zip` archive. +294. [Kevin Lu](https://github.com/kevinlul) fixed a compilation issue when typedefs with certain names were present. +295. [Trevor Hickey](https://github.com/luxe) improved the description of an example. +296. [Jef LeCompte](https://github.com/jef) updated the year in the README file. +297. [Alexandre Hamez](https://github.com/ahamez) fixed a warning. +298. [Maninderpal Badhan](https://github.com/mbadhan) fixed a typo. +299. [kevin--](https://github.com/kevin--) added a note to an example in the README file. +300. [I](https://github.com/wx257osn2) fixed a typo. +301. [Gregorio Litenstein](https://github.com/Lord-Kamina) fixed the Clang detection. +302. [Andreas Smas](https://github.com/andoma) added a Doozer badge. +303. [WanCW](https://github.com/wancw) fixed the string conversion with Clang. +304. [zhaohuaxishi](https://github.com/zhaohuaxishi) fixed a Doxygen error. +305. [emvivre](https://github.com/emvivre) removed an invalid parameter from CMake. +306. [Tobias Hermann](https://github.com/Dobiasd) fixed a link in the README file. +307. [Michael](https://github.com/traits) fixed a warning. +308. [Ryan Mulder](https://github.com/ryanjmulder) added `ensure_ascii` to the `dump` function. +309. [Muri Nicanor](https://github.com/murinicanor) fixed the `sed` discovery in the Makefile. +310. [David Avedissian](https://github.com/dgavedissian) implemented SFINAE-friendly `iterator_traits`. +311. [AQNOUCH Mohammed](https://github.com/aqnouch) fixed a typo in the README. +312. [Gareth Sylvester-Bradley](https://github.com/garethsb) added `operator/=` and `operator/` to construct JSON pointers. +313. [Michael Macnair](https://github.com/mykter) added support for afl-fuzz testing. +314. [Berkus Decker](https://github.com/berkus) fixed a typo in the README. +315. [Illia Polishchuk](https://github.com/effolkronium) improved the CMake testing. +316. [Ikko Ashimine](https://github.com/eltociear) fixed a typo. +317. [Raphael Grimm](https://github.com/barcode) added the possibility to define a custom base class. +318. [tocic](https://github.com/tocic) fixed typos in the documentation. +319. [Vertexwahn](https://github.com/Vertexwahn) added Bazel build support. +320. [Dirk Stolle](https://github.com/striezel) fixed typos in the documentation. +321. [DavidKorczynski](https://github.com/DavidKorczynski) added a CIFuzz CI GitHub action. +322. [Finkman](https://github.com/Finkman) fixed the debug pretty-printer. +323. [Florian Segginger](https://github.com/floriansegginger) bumped the years in the README. +324. [haadfida](https://github.com/haadfida) cleaned up the badges of used services. +325. [Arsen Arsenović](https://github.com/ArsenArsen) fixed a build error. +326. [theevilone45](https://github.com/theevilone45) fixed a typo in a CMake file. +327. [Sergei Trofimovich](https://github.com/trofi) fixed the custom allocator support. +328. [Joyce](https://github.com/joycebrum) fixed some security issues in the GitHub workflows. +329. [Nicolas Jakob](https://github.com/njakob) add vcpkg version badge. +330. [Tomerkm](https://github.com/Tomerkm) added tests. +331. [No.](https://github.com/tusooa) fixed the use of `get<>` calls. +332. [taro](https://github.com/tarolling) fixed a typo in the `CODEOWNERS` file. +333. [Ikko Eltociear Ashimine](https://github.com/eltociear) fixed a typo. +334. [Felix Yan](https://github.com/felixonmars) fixed a typo in the README. +335. [HO-COOH](https://github.com/HO-COOH) fixed a parentheses in the documentation. +336. [Ivor Wanders](https://github.com/iwanders) fixed the examples to catch exception by `const&`. +337. [miny1233](https://github.com/miny1233) fixed a parentheses in the documentation. +338. [tomalakgeretkal](https://github.com/tomalakgeretkal) fixed a compilation error. +339. [alferov](https://github.com/ALF-ONE) fixed a compilation error. +340. [Craig Scott](https://github.com/craigscott-crascit) fixed a deprecation warning in CMake. +341. [Vyacheslav Zhdanovskiy](https://github.com/ZeronSix) added macros for serialization-only types. +342. [Mathieu Westphal](https://github.com/mwestphal) fixed typos. +343. [scribam](https://github.com/scribam) fixed the MinGW workflow. +344. [Aleksei Sapitskii](https://github.com/aleksproger) added support for Apple's Swift Package Manager. +345. [Benjamin Buch](https://github.com/bebuch) fixed the installation path in CMake. +346. [Colby Haskell](https://github.com/colbychaskell) clarified the parse error message in case a file cannot be opened. Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone. @@ -1541,32 +1775,29 @@ The library itself consists of a single header file licensed under the MIT licen - [**American fuzzy lop**](https://lcamtuf.coredump.cx/afl/) for fuzz testing - [**AppVeyor**](https://www.appveyor.com) for [continuous integration](https://ci.appveyor.com/project/nlohmann/json) on Windows - [**Artistic Style**](http://astyle.sourceforge.net) for automatic source code indentation -- [**CircleCI**](https://circleci.com) for [continuous integration](https://circleci.com/gh/nlohmann/json). - [**Clang**](https://clang.llvm.org) for compilation with code sanitizers - [**CMake**](https://cmake.org) for build automation -- [**Codacity**](https://www.codacy.com) for further [code analysis](https://www.codacy.com/app/nlohmann/json) +- [**Codacy**](https://www.codacy.com) for further [code analysis](https://www.codacy.com/app/nlohmann/json) - [**Coveralls**](https://coveralls.io) to measure [code coverage](https://coveralls.io/github/nlohmann/json) - [**Coverity Scan**](https://scan.coverity.com) for [static analysis](https://scan.coverity.com/projects/nlohmann-json) - [**cppcheck**](http://cppcheck.sourceforge.net) for static analysis - [**doctest**](https://github.com/onqtam/doctest) for the unit tests -- [**Doxygen**](https://www.doxygen.nl/index.html) to generate [documentation](https://nlohmann.github.io/json/doxygen/index.html) - [**git-update-ghpages**](https://github.com/rstacruz/git-update-ghpages) to upload the documentation to gh-pages - [**GitHub Changelog Generator**](https://github.com/skywinder/github-changelog-generator) to generate the [ChangeLog](https://github.com/nlohmann/json/blob/develop/ChangeLog.md) - [**Google Benchmark**](https://github.com/google/benchmark) to implement the benchmarks - [**Hedley**](https://nemequ.github.io/hedley/) to avoid re-inventing several compiler-agnostic feature macros -- [**lcov**](http://ltp.sourceforge.net/coverage/lcov.php) to process coverage information and create a HTML view +- [**lcov**](http://ltp.sourceforge.net/coverage/lcov.php) to process coverage information and create an HTML view - [**libFuzzer**](https://llvm.org/docs/LibFuzzer.html) to implement fuzz testing for OSS-Fuzz +- [**Material for MkDocs**](https://squidfunk.github.io/mkdocs-material/) for the style of the documentation site +- [**MkDocs**](https://www.mkdocs.org) for the documentation site - [**OSS-Fuzz**](https://github.com/google/oss-fuzz) for continuous fuzz testing of the library ([project repository](https://github.com/google/oss-fuzz/tree/master/projects/json)) - [**Probot**](https://probot.github.io) for automating maintainer tasks such as closing stale issues, requesting missing information, or detecting toxic comments. -- [**send_to_wandbox**](https://github.com/nlohmann/json/blob/develop/doc/scripts/send_to_wandbox.py) to send code examples to [Wandbox](http://melpon.org/wandbox) -- [**Travis**](https://travis-ci.org) for [continuous integration](https://travis-ci.org/nlohmann/json) on Linux and macOS - [**Valgrind**](https://valgrind.org) to check for correct memory management -- [**Wandbox**](https://wandbox.org) for [online examples](https://wandbox.org/permlink/3lCHrFUZANONKv7a) ## Projects using JSON for Modern C++ -The library is currently used in Apple macOS Sierra and iOS 10. I am not sure what they are using the library for, but I am happy that it runs on so many devices. +The library is currently used in Apple macOS Sierra-Monterey and iOS 10-15. I am not sure what they are using the library for, but I am happy that it runs on so many devices. ## Notes @@ -1581,7 +1812,8 @@ The library supports **Unicode input** as follows: - [Unicode noncharacters](https://www.unicode.org/faq/private_use.html#nonchar1) will not be replaced by the library. - Invalid surrogates (e.g., incomplete pairs such as `\uDEAD`) will yield parse errors. - The strings stored in the library are UTF-8 encoded. When using the default string type (`std::string`), note that its length/size functions return the number of stored bytes rather than the number of characters or glyphs. -- When you store strings with different encodings in the library, calling [`dump()`](https://nlohmann.github.io/json/api/basic_json/dump/) may throw an exception unless `json::error_handler_t::replace` or `json::error_handler_t::ignore` are used as error handlers. +- When you store strings with different encodings in the library, calling [`dump()`](https://json.nlohmann.me/api/basic_json/dump/) may throw an exception unless `json::error_handler_t::replace` or `json::error_handler_t::ignore` are used as error handlers. +- To store wide strings (e.g., `std::wstring`), you need to convert them to a UTF-8 encoded `std::string` before, see [an example](https://json.nlohmann.me/home/faq/#wide-string-handling). ### Comments in JSON @@ -1608,17 +1840,17 @@ If you do want to preserve the insertion order, you can try the type [`nlohmann: We checked with Valgrind and the Address Sanitizer (ASAN) that there are no memory leaks. -If you find that a parsing program with this library does not release memory, please consider the following case and it maybe unrelated to this library. +If you find that a parsing program with this library does not release memory, please consider the following case, and it may be unrelated to this library. **Your program is compiled with glibc.** There is a tunable threshold that glibc uses to decide whether to actually return memory to the system or whether to cache it for later reuse. If in your program you make lots of small allocations and those small allocations are not a contiguous block and are presumably below the threshold, then they will not get returned to the OS. Here is a related issue [#1924](https://github.com/nlohmann/json/issues/1924). ### Further notes -- The code contains numerous debug **assertions** which can be switched off by defining the preprocessor macro `NDEBUG`, see the [documentation of `assert`](https://en.cppreference.com/w/cpp/error/assert). In particular, note [`operator[]`](https://nlohmann.github.io/json/api/basic_json/operator%5B%5D/) implements **unchecked access** for const objects: If the given key is not present, the behavior is undefined (think of a dereferenced null pointer) and yields an [assertion failure](https://github.com/nlohmann/json/issues/289) if assertions are switched on. If you are not sure whether an element in an object exists, use checked access with the [`at()` function](https://nlohmann.github.io/json/api/basic_json/at/). Furthermore, you can define `JSON_ASSERT(x)` to replace calls to `assert(x)`. -- As the exact type of a number is not defined in the [JSON specification](https://tools.ietf.org/html/rfc8259.html), this library tries to choose the best fitting C++ number type automatically. As a result, the type `double` may be used to store numbers which may yield [**floating-point exceptions**](https://github.com/nlohmann/json/issues/181) in certain rare situations if floating-point exceptions have been unmasked in the calling code. These exceptions are not caused by the library and need to be fixed in the calling code, such as by re-masking the exceptions prior to calling library functions. +- The code contains numerous debug **assertions** which can be switched off by defining the preprocessor macro `NDEBUG`, see the [documentation of `assert`](https://en.cppreference.com/w/cpp/error/assert). In particular, note [`operator[]`](https://json.nlohmann.me/api/basic_json/operator%5B%5D/) implements **unchecked access** for const objects: If the given key is not present, the behavior is undefined (think of a dereferenced null pointer) and yields an [assertion failure](https://github.com/nlohmann/json/issues/289) if assertions are switched on. If you are not sure whether an element in an object exists, use checked access with the [`at()` function](https://json.nlohmann.me/api/basic_json/at/). Furthermore, you can define `JSON_ASSERT(x)` to replace calls to `assert(x)`. +- As the exact number type is not defined in the [JSON specification](https://tools.ietf.org/html/rfc8259.html), this library tries to choose the best fitting C++ number type automatically. As a result, the type `double` may be used to store numbers which may yield [**floating-point exceptions**](https://github.com/nlohmann/json/issues/181) in certain rare situations if floating-point exceptions have been unmasked in the calling code. These exceptions are not caused by the library and need to be fixed in the calling code, such as by re-masking the exceptions prior to calling library functions. - The code can be compiled without C++ **runtime type identification** features; that is, you can use the `-fno-rtti` compiler flag. -- **Exceptions** are used widely within the library. They can, however, be switched off with either using the compiler flag `-fno-exceptions` or by defining the symbol `JSON_NOEXCEPTION`. In this case, exceptions are replaced by `abort()` calls. You can further control this behavior by defining `JSON_THROW_USER` (overriding `throw`), `JSON_TRY_USER` (overriding `try`), and `JSON_CATCH_USER` (overriding `catch`). Note that `JSON_THROW_USER` should leave the current scope (e.g., by throwing or aborting), as continuing after it may yield undefined behavior. +- **Exceptions** are used widely within the library. They can, however, be switched off with either using the compiler flag `-fno-exceptions` or by defining the symbol `JSON_NOEXCEPTION`. In this case, exceptions are replaced by `abort()` calls. You can further control this behavior by defining `JSON_THROW_USER` (overriding `throw`), `JSON_TRY_USER` (overriding `try`), and `JSON_CATCH_USER` (overriding `catch`). Note that `JSON_THROW_USER` should leave the current scope (e.g., by throwing or aborting), as continuing after it may yield undefined behavior. Note the explanatory [`what()`](https://en.cppreference.com/w/cpp/error/exception/what) string of exceptions is not available for MSVC if exceptions are disabled, see [#2824](https://github.com/nlohmann/json/discussions/2824). ## Execute unit tests @@ -1634,7 +1866,23 @@ $ ctest --output-on-failure Note that during the `ctest` stage, several JSON test files are downloaded from an [external repository](https://github.com/nlohmann/json_test_data). If policies forbid downloading artifacts during testing, you can download the files yourself and pass the directory with the test files via `-DJSON_TestDataDirectory=path` to CMake. Then, no Internet connectivity is required. See [issue #2189](https://github.com/nlohmann/json/issues/2189) for more information. -In case you have downloaded the library rather than checked out the code via Git, test `cmake_fetch_content_configure`. Please execute `ctest -LE git_required` to skip these tests. See [issue #2189](https://github.com/nlohmann/json/issues/2189) for more information. +If the test suite is not found, several test suites will fail like this: + +``` +=============================================================================== +json/tests/src/make_test_data_available.hpp:21: +TEST CASE: check test suite is downloaded + +json/tests/src/make_test_data_available.hpp:23: FATAL ERROR: REQUIRE( utils::check_testsuite_downloaded() ) is NOT correct! + values: REQUIRE( false ) + logged: Test data not found in 'json/cmake-build-debug/json_test_data'. + Please execute target 'download_test_data' before running this test suite. + See for more information. + +=============================================================================== +``` + +In case you have downloaded the library rather than checked out the code via Git, test `cmake_fetch_content_configure` will fail. Please execute `ctest -LE git_required` to skip these tests. See [issue #2189](https://github.com/nlohmann/json/issues/2189) for more information. Some tests change the installed files and hence make the whole process not reproducible. Please execute `ctest -LE not_reproducible` to skip these tests. See [issue #2324](https://github.com/nlohmann/json/issues/2324) for more information. diff --git a/external_imported/json/WORKSPACE.bazel b/external_imported/json/WORKSPACE.bazel new file mode 100644 index 000000000..2b2ae9dba --- /dev/null +++ b/external_imported/json/WORKSPACE.bazel @@ -0,0 +1 @@ +workspace(name = "nlohmann_json") diff --git a/external_imported/json/appveyor.yml b/external_imported/json/appveyor.yml deleted file mode 100644 index 5836f88d0..000000000 --- a/external_imported/json/appveyor.yml +++ /dev/null @@ -1,147 +0,0 @@ -version: '{build}' - -environment: - matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - configuration: Debug - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 14 2015 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - configuration: Debug - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 15 2017 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - configuration: Debug - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 16 2019 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - configuration: Debug - platform: x64 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 16 2019 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - configuration: Debug - COMPILER: mingw - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Ninja - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - configuration: Release - COMPILER: mingw - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Ninja - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - configuration: Release - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 14 2015 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - configuration: Release - platform: x86 - name: with_win_header - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 14 2015 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - configuration: Release - platform: x86 - CXX_FLAGS: "/permissive- /std:c++latest /utf-8" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 15 2017 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - configuration: Release - platform: x86 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "-DJSON_ImplicitConversions=OFF" - GENERATOR: Visual Studio 16 2019 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - configuration: Release - platform: x64 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 16 2019 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - configuration: Release - platform: x64 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 14 2015 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - configuration: Release - platform: x64 - CXX_FLAGS: "/permissive- /std:c++latest /Zc:__cplusplus /utf-8 /F4000000" - LINKER_FLAGS: "/STACK:4000000" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 15 2017 - - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - configuration: Release - platform: x64 - CXX_FLAGS: "" - LINKER_FLAGS: "" - CMAKE_OPTIONS: "" - GENERATOR: Visual Studio 16 2019 - -init: - - cmake --version - - msbuild /version - -install: - - if "%COMPILER%"=="mingw" appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -FileName ninja.zip - - if "%COMPILER%"=="mingw" 7z x ninja.zip -oC:\projects\deps\ninja > nul - - if "%COMPILER%"=="mingw" set PATH=C:\projects\deps\ninja;%PATH% - - if "%COMPILER%"=="mingw" set PATH=C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%PATH% - - if "%COMPILER%"=="mingw" g++ --version - - if "%platform%"=="x86" set GENERATOR_PLATFORM=Win32 - -before_build: - # for with_win_header build, inject the inclusion of Windows.h to the single-header library - - ps: if ($env:name -Eq "with_win_header") { $header_path = "single_include\nlohmann\json.hpp" } - - ps: if ($env:name -Eq "with_win_header") { "#include `n" + (Get-Content $header_path | Out-String) | Set-Content $header_path } - - if "%GENERATOR%"=="Ninja" (cmake . -G "%GENERATOR%" -DCMAKE_BUILD_TYPE="%configuration%" -DCMAKE_CXX_FLAGS="%CXX_FLAGS%" -DCMAKE_EXE_LINKER_FLAGS="%LINKER_FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin" -DJSON_BuildTests=On "%CMAKE_OPTIONS%") else (cmake . -G "%GENERATOR%" -A "%GENERATOR_PLATFORM%" -DCMAKE_CXX_FLAGS="%CXX_FLAGS%" -DCMAKE_EXE_LINKER_FLAGS="%LINKER_FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin" -DJSON_BuildTests=On "%CMAKE_OPTIONS%") - -build_script: - - cmake --build . --config "%configuration%" - -test_script: - - if "%configuration%"=="Release" ctest -C "%configuration%" -V -j - # On Debug builds, skip test-unicode_all - # as it is extremely slow to run and cause - # occasional timeouts on AppVeyor. - # More info: https://github.com/nlohmann/json/pull/1570 - - if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j diff --git a/external_imported/json/benchmarks/CMakeLists.txt b/external_imported/json/benchmarks/CMakeLists.txt deleted file mode 100644 index 86063dbad..000000000 --- a/external_imported/json/benchmarks/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -cmake_minimum_required(VERSION 3.8) -project(JSON_Benchmarks LANGUAGES CXX) - -# set compiler flags -if((CMAKE_CXX_COMPILER_ID MATCHES GNU) OR (CMAKE_CXX_COMPILER_ID MATCHES Clang)) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto -DNDEBUG -O3") -endif() - -# configure Google Benchmarks -set(BENCHMARK_ENABLE_TESTING OFF CACHE INTERNAL "" FORCE) -add_subdirectory(thirdparty/benchmark) - -# header directories -include_directories(thirdparty) -include_directories(${CMAKE_SOURCE_DIR}/../single_include) - -# download test data -include(${CMAKE_SOURCE_DIR}/../cmake/download_test_data.cmake) - -# benchmark binary -add_executable(json_benchmarks src/benchmarks.cpp) -target_compile_features(json_benchmarks PRIVATE cxx_std_11) -target_link_libraries(json_benchmarks benchmark ${CMAKE_THREAD_LIBS_INIT}) -add_dependencies(json_benchmarks download_test_data) -target_include_directories(json_benchmarks PRIVATE ${CMAKE_BINARY_DIR}/include) diff --git a/external_imported/json/benchmarks/src/benchmarks.cpp b/external_imported/json/benchmarks/src/benchmarks.cpp deleted file mode 100644 index 4f32a61a2..000000000 --- a/external_imported/json/benchmarks/src/benchmarks.cpp +++ /dev/null @@ -1,110 +0,0 @@ -#include "benchmark/benchmark.h" -#include -#include -#include - -using json = nlohmann::json; - -////////////////////////////////////////////////////////////////////////////// -// parse JSON from file -////////////////////////////////////////////////////////////////////////////// - -static void ParseFile(benchmark::State& state, const char* filename) -{ - while (state.KeepRunning()) - { - state.PauseTiming(); - auto* f = new std::ifstream(filename); - auto* j = new json(); - state.ResumeTiming(); - - *j = json::parse(*f); - - state.PauseTiming(); - delete f; - delete j; - state.ResumeTiming(); - } - - std::ifstream file(filename, std::ios::binary | std::ios::ate); - state.SetBytesProcessed(state.iterations() * file.tellg()); -} -BENCHMARK_CAPTURE(ParseFile, jeopardy, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json"); -BENCHMARK_CAPTURE(ParseFile, canada, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.json"); -BENCHMARK_CAPTURE(ParseFile, citm_catalog, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_catalog.json"); -BENCHMARK_CAPTURE(ParseFile, twitter, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.json"); -BENCHMARK_CAPTURE(ParseFile, floats, TEST_DATA_DIRECTORY "/regression/floats.json"); -BENCHMARK_CAPTURE(ParseFile, signed_ints, TEST_DATA_DIRECTORY "/regression/signed_ints.json"); -BENCHMARK_CAPTURE(ParseFile, unsigned_ints, TEST_DATA_DIRECTORY "/regression/unsigned_ints.json"); -BENCHMARK_CAPTURE(ParseFile, small_signed_ints, TEST_DATA_DIRECTORY "/regression/small_signed_ints.json"); - -////////////////////////////////////////////////////////////////////////////// -// parse JSON from string -////////////////////////////////////////////////////////////////////////////// - -static void ParseString(benchmark::State& state, const char* filename) -{ - std::ifstream f(filename); - std::string str((std::istreambuf_iterator(f)), std::istreambuf_iterator()); - - while (state.KeepRunning()) - { - state.PauseTiming(); - auto* j = new json(); - state.ResumeTiming(); - - *j = json::parse(str); - - state.PauseTiming(); - delete j; - state.ResumeTiming(); - } - - state.SetBytesProcessed(state.iterations() * str.size()); -} -BENCHMARK_CAPTURE(ParseString, jeopardy, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json"); -BENCHMARK_CAPTURE(ParseString, canada, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.json"); -BENCHMARK_CAPTURE(ParseString, citm_catalog, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_catalog.json"); -BENCHMARK_CAPTURE(ParseString, twitter, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.json"); -BENCHMARK_CAPTURE(ParseString, floats, TEST_DATA_DIRECTORY "/regression/floats.json"); -BENCHMARK_CAPTURE(ParseString, signed_ints, TEST_DATA_DIRECTORY "/regression/signed_ints.json"); -BENCHMARK_CAPTURE(ParseString, unsigned_ints, TEST_DATA_DIRECTORY "/regression/unsigned_ints.json"); -BENCHMARK_CAPTURE(ParseString, small_signed_ints, TEST_DATA_DIRECTORY "/regression/small_signed_ints.json"); - - -////////////////////////////////////////////////////////////////////////////// -// serialize JSON -////////////////////////////////////////////////////////////////////////////// - -static void Dump(benchmark::State& state, const char* filename, int indent) -{ - std::ifstream f(filename); - std::string str((std::istreambuf_iterator(f)), std::istreambuf_iterator()); - json j = json::parse(str); - - while (state.KeepRunning()) - { - j.dump(indent); - } - - state.SetBytesProcessed(state.iterations() * j.dump(indent).size()); -} -BENCHMARK_CAPTURE(Dump, jeopardy / -, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json", -1); -BENCHMARK_CAPTURE(Dump, jeopardy / 4, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json", 4); -BENCHMARK_CAPTURE(Dump, canada / -, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.json", -1); -BENCHMARK_CAPTURE(Dump, canada / 4, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.json", 4); -BENCHMARK_CAPTURE(Dump, citm_catalog / -, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_catalog.json", -1); -BENCHMARK_CAPTURE(Dump, citm_catalog / 4, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_catalog.json", 4); -BENCHMARK_CAPTURE(Dump, twitter / -, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.json", -1); -BENCHMARK_CAPTURE(Dump, twitter / 4, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.json", 4); -BENCHMARK_CAPTURE(Dump, floats / -, TEST_DATA_DIRECTORY "/regression/floats.json", -1); -BENCHMARK_CAPTURE(Dump, floats / 4, TEST_DATA_DIRECTORY "/regression/floats.json", 4); -BENCHMARK_CAPTURE(Dump, signed_ints / -, TEST_DATA_DIRECTORY "/regression/signed_ints.json", -1); -BENCHMARK_CAPTURE(Dump, signed_ints / 4, TEST_DATA_DIRECTORY "/regression/signed_ints.json", 4); -BENCHMARK_CAPTURE(Dump, unsigned_ints / -, TEST_DATA_DIRECTORY "/regression/unsigned_ints.json", -1); -BENCHMARK_CAPTURE(Dump, unsigned_ints / 4, TEST_DATA_DIRECTORY "/regression/unsigned_ints.json", 4); -BENCHMARK_CAPTURE(Dump, small_signed_ints / -, TEST_DATA_DIRECTORY "/regression/small_signed_ints.json", -1); -BENCHMARK_CAPTURE(Dump, small_signed_ints / 4, TEST_DATA_DIRECTORY "/regression/small_signed_ints.json", 4); - - -BENCHMARK_MAIN(); diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/AUTHORS b/external_imported/json/benchmarks/thirdparty/benchmark/AUTHORS deleted file mode 100755 index f8219036d..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/AUTHORS +++ /dev/null @@ -1,46 +0,0 @@ -# This is the official list of benchmark authors for copyright purposes. -# This file is distinct from the CONTRIBUTORS files. -# See the latter for an explanation. -# -# Names should be added to this file as: -# Name or Organization -# The email address is not required for organizations. -# -# Please keep the list sorted. - -Albert Pretorius -Arne Beer -Carto -Christopher Seymour -David Coeurjolly -Deniz Evrenci -Dirac Research -Dominik Czarnota -Eric Fiselier -Eugene Zhuk -Evgeny Safronov -Felix Homann -Google Inc. -International Business Machines Corporation -Ismael Jimenez Martinez -Jern-Kuan Leong -JianXiong Zhou -Joao Paulo Magalhaes -Jussi Knuuttila -Kaito Udagawa -Kishan Kumar -Lei Xu -Matt Clarkson -Maxim Vafin -MongoDB Inc. -Nick Hutchinson -Oleksandr Sochka -Paul Redmond -Radoslav Yovchev -Roman Lebedev -Shuo Chen -Steinar H. Gunderson -Stripe, Inc. -Yixuan Qiu -Yusuke Suzuki -Zbigniew Skowron diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/BUILD.bazel b/external_imported/json/benchmarks/thirdparty/benchmark/BUILD.bazel deleted file mode 100755 index 6ee69f290..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/BUILD.bazel +++ /dev/null @@ -1,42 +0,0 @@ -licenses(["notice"]) - -config_setting( - name = "windows", - values = { - "cpu": "x64_windows", - }, - visibility = [":__subpackages__"], -) - -cc_library( - name = "benchmark", - srcs = glob( - [ - "src/*.cc", - "src/*.h", - ], - exclude = ["src/benchmark_main.cc"], - ), - hdrs = ["include/benchmark/benchmark.h"], - linkopts = select({ - ":windows": ["-DEFAULTLIB:shlwapi.lib"], - "//conditions:default": ["-pthread"], - }), - strip_include_prefix = "include", - visibility = ["//visibility:public"], -) - -cc_library( - name = "benchmark_main", - srcs = ["src/benchmark_main.cc"], - hdrs = ["include/benchmark/benchmark.h"], - strip_include_prefix = "include", - visibility = ["//visibility:public"], - deps = [":benchmark"], -) - -cc_library( - name = "benchmark_internal_headers", - hdrs = glob(["src/*.h"]), - visibility = ["//test:__pkg__"], -) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/CMakeLists.txt b/external_imported/json/benchmarks/thirdparty/benchmark/CMakeLists.txt deleted file mode 100755 index b1c1d3d5a..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/CMakeLists.txt +++ /dev/null @@ -1,251 +0,0 @@ -cmake_minimum_required (VERSION 2.8.12) - -project (benchmark) - -foreach(p - CMP0054 # CMake 3.1 - CMP0056 # export EXE_LINKER_FLAGS to try_run - CMP0057 # Support no if() IN_LIST operator - ) - if(POLICY ${p}) - cmake_policy(SET ${p} NEW) - endif() -endforeach() - -option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) -option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON) -option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF) -option(BENCHMARK_USE_LIBCXX "Build and test using libc++ as the standard library." OFF) -option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF) -option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark may want to turn this OFF.)" ON) - -# Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which -# may require downloading the source code. -option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet dependencies" OFF) - -# This option can be used to disable building and running unit tests which depend on gtest -# in cases where it is not possible to build or find a valid version of gtest. -option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) - -set(ENABLE_ASSEMBLY_TESTS_DEFAULT OFF) -function(should_enable_assembly_tests) - if(CMAKE_BUILD_TYPE) - string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER) - if (${CMAKE_BUILD_TYPE_LOWER} MATCHES "coverage") - # FIXME: The --coverage flag needs to be removed when building assembly - # tests for this to work. - return() - endif() - endif() - if (MSVC) - return() - elseif(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") - return() - elseif(NOT CMAKE_SIZEOF_VOID_P EQUAL 8) - # FIXME: Make these work on 32 bit builds - return() - elseif(BENCHMARK_BUILD_32_BITS) - # FIXME: Make these work on 32 bit builds - return() - endif() - find_program(LLVM_FILECHECK_EXE FileCheck) - if (LLVM_FILECHECK_EXE) - set(LLVM_FILECHECK_EXE "${LLVM_FILECHECK_EXE}" CACHE PATH "llvm filecheck" FORCE) - message(STATUS "LLVM FileCheck Found: ${LLVM_FILECHECK_EXE}") - else() - message(STATUS "Failed to find LLVM FileCheck") - return() - endif() - set(ENABLE_ASSEMBLY_TESTS_DEFAULT ON PARENT_SCOPE) -endfunction() -should_enable_assembly_tests() - -# This option disables the building and running of the assembly verification tests -option(BENCHMARK_ENABLE_ASSEMBLY_TESTS "Enable building and running the assembly tests" - ${ENABLE_ASSEMBLY_TESTS_DEFAULT}) - -# Make sure we can import out CMake functions -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules") -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") - - -# Read the git tags to determine the project version -include(GetGitVersion) -get_git_version(GIT_VERSION) - -# Tell the user what versions we are using -string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION}) -message("-- Version: ${VERSION}") - -# The version of the libraries -set(GENERIC_LIB_VERSION ${VERSION}) -string(SUBSTRING ${VERSION} 0 1 GENERIC_LIB_SOVERSION) - -# Import our CMake modules -include(CheckCXXCompilerFlag) -include(AddCXXCompilerFlag) -include(CXXFeatureCheck) - -if (BENCHMARK_BUILD_32_BITS) - add_required_cxx_compiler_flag(-m32) -endif() - -if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") - # Turn compiler warnings up to 11 - string(REGEX REPLACE "[-/]W[1-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4") - add_definitions(-D_CRT_SECURE_NO_WARNINGS) - - if (NOT BENCHMARK_ENABLE_EXCEPTIONS) - add_cxx_compiler_flag(-EHs-) - add_cxx_compiler_flag(-EHa-) - endif() - # Link time optimisation - if (BENCHMARK_ENABLE_LTO) - set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /GL") - set(CMAKE_STATIC_LINKER_FLAGS_RELEASE "${CMAKE_STATIC_LINKER_FLAGS_RELEASE} /LTCG") - set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} /LTCG") - set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /LTCG") - - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /GL") - string(REGEX REPLACE "[-/]INCREMENTAL" "/INCREMENTAL:NO" CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO}") - set(CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO} /LTCG") - string(REGEX REPLACE "[-/]INCREMENTAL" "/INCREMENTAL:NO" CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO}") - set(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO} /LTCG") - string(REGEX REPLACE "[-/]INCREMENTAL" "/INCREMENTAL:NO" CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO}") - set(CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO} /LTCG") - - set(CMAKE_CXX_FLAGS_MINSIZEREL "${CMAKE_CXX_FLAGS_MINSIZEREL} /GL") - set(CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL "${CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL} /LTCG") - set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "${CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL} /LTCG") - set(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL "${CMAKE_EXE_LINKER_FLAGS_MINSIZEREL} /LTCG") - endif() -else() - # Try and enable C++11. Don't use C++14 because it doesn't work in some - # configurations. - add_cxx_compiler_flag(-std=c++11) - if (NOT HAVE_CXX_FLAG_STD_CXX11) - add_cxx_compiler_flag(-std=c++0x) - endif() - - # Turn compiler warnings up to 11 - add_cxx_compiler_flag(-Wall) - - add_cxx_compiler_flag(-Wextra) - add_cxx_compiler_flag(-Wshadow) - add_cxx_compiler_flag(-Werror RELEASE) - add_cxx_compiler_flag(-Werror RELWITHDEBINFO) - add_cxx_compiler_flag(-Werror MINSIZEREL) - add_cxx_compiler_flag(-pedantic) - add_cxx_compiler_flag(-pedantic-errors) - add_cxx_compiler_flag(-Wshorten-64-to-32) - add_cxx_compiler_flag(-Wfloat-equal) - add_cxx_compiler_flag(-fstrict-aliasing) - if (NOT BENCHMARK_ENABLE_EXCEPTIONS) - add_cxx_compiler_flag(-fno-exceptions) - endif() - - if (HAVE_CXX_FLAG_FSTRICT_ALIASING) - if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "Intel") #ICC17u2: Many false positives for Wstrict-aliasing - add_cxx_compiler_flag(-Wstrict-aliasing) - endif() - endif() - # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden - # (because of deprecated overload) - add_cxx_compiler_flag(-wd654) - add_cxx_compiler_flag(-Wthread-safety) - if (HAVE_CXX_FLAG_WTHREAD_SAFETY) - cxx_feature_check(THREAD_SAFETY_ATTRIBUTES) - endif() - - # On most UNIX like platforms g++ and clang++ define _GNU_SOURCE as a - # predefined macro, which turns on all of the wonderful libc extensions. - # However g++ doesn't do this in Cygwin so we have to define it ourselfs - # since we depend on GNU/POSIX/BSD extensions. - if (CYGWIN) - add_definitions(-D_GNU_SOURCE=1) - endif() - - # Link time optimisation - if (BENCHMARK_ENABLE_LTO) - add_cxx_compiler_flag(-flto) - if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") - find_program(GCC_AR gcc-ar) - if (GCC_AR) - set(CMAKE_AR ${GCC_AR}) - endif() - find_program(GCC_RANLIB gcc-ranlib) - if (GCC_RANLIB) - set(CMAKE_RANLIB ${GCC_RANLIB}) - endif() - elseif("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") - include(llvm-toolchain) - endif() - endif() - - # Coverage build type - set(BENCHMARK_CXX_FLAGS_COVERAGE "${CMAKE_CXX_FLAGS_DEBUG}" - CACHE STRING "Flags used by the C++ compiler during coverage builds." - FORCE) - set(BENCHMARK_EXE_LINKER_FLAGS_COVERAGE "${CMAKE_EXE_LINKER_FLAGS_DEBUG}" - CACHE STRING "Flags used for linking binaries during coverage builds." - FORCE) - set(BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE "${CMAKE_SHARED_LINKER_FLAGS_DEBUG}" - CACHE STRING "Flags used by the shared libraries linker during coverage builds." - FORCE) - mark_as_advanced( - BENCHMARK_CXX_FLAGS_COVERAGE - BENCHMARK_EXE_LINKER_FLAGS_COVERAGE - BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE) - set(CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}" CACHE STRING - "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage.") - add_cxx_compiler_flag(--coverage COVERAGE) -endif() - -if (BENCHMARK_USE_LIBCXX) - if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - add_cxx_compiler_flag(-stdlib=libc++) - elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR - "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel") - add_cxx_compiler_flag(-nostdinc++) - message("libc++ header path must be manually specified using CMAKE_CXX_FLAGS") - # Adding -nodefaultlibs directly to CMAKE__LINKER_FLAGS will break - # configuration checks such as 'find_package(Threads)' - list(APPEND BENCHMARK_CXX_LINKER_FLAGS -nodefaultlibs) - # -lc++ cannot be added directly to CMAKE__LINKER_FLAGS because - # linker flags appear before all linker inputs and -lc++ must appear after. - list(APPEND BENCHMARK_CXX_LIBRARIES c++) - else() - message(FATAL_ERROR "-DBENCHMARK_USE_LIBCXX:BOOL=ON is not supported for compiler") - endif() -endif(BENCHMARK_USE_LIBCXX) - -# C++ feature checks -# Determine the correct regular expression engine to use -cxx_feature_check(STD_REGEX) -cxx_feature_check(GNU_POSIX_REGEX) -cxx_feature_check(POSIX_REGEX) -if(NOT HAVE_STD_REGEX AND NOT HAVE_GNU_POSIX_REGEX AND NOT HAVE_POSIX_REGEX) - message(FATAL_ERROR "Failed to determine the source files for the regular expression backend") -endif() -if (NOT BENCHMARK_ENABLE_EXCEPTIONS AND HAVE_STD_REGEX - AND NOT HAVE_GNU_POSIX_REGEX AND NOT HAVE_POSIX_REGEX) - message(WARNING "Using std::regex with exceptions disabled is not fully supported") -endif() -cxx_feature_check(STEADY_CLOCK) -# Ensure we have pthreads -find_package(Threads REQUIRED) - -# Set up directories -include_directories(${PROJECT_SOURCE_DIR}/include) - -# Build the targets -add_subdirectory(src) - -if (BENCHMARK_ENABLE_TESTING) - enable_testing() - if (BENCHMARK_ENABLE_GTEST_TESTS) - include(HandleGTest) - endif() - add_subdirectory(test) -endif() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md b/external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md deleted file mode 100755 index 43de4c9d4..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md +++ /dev/null @@ -1,58 +0,0 @@ -# How to contribute # - -We'd love to accept your patches and contributions to this project. There are -a just a few small guidelines you need to follow. - - -## Contributor License Agreement ## - -Contributions to any Google project must be accompanied by a Contributor -License Agreement. This is not a copyright **assignment**, it simply gives -Google permission to use and redistribute your contributions as part of the -project. - - * If you are an individual writing original source code and you're sure you - own the intellectual property, then you'll need to sign an [individual - CLA][]. - - * If you work for a company that wants to allow you to contribute your work, - then you'll need to sign a [corporate CLA][]. - -You generally only need to submit a CLA once, so if you've already submitted -one (even if it was for a different project), you probably don't need to do it -again. - -[individual CLA]: https://developers.google.com/open-source/cla/individual -[corporate CLA]: https://developers.google.com/open-source/cla/corporate - -Once your CLA is submitted (or if you already submitted one for -another Google project), make a commit adding yourself to the -[AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part -of your first [pull request][]. - -[AUTHORS]: AUTHORS -[CONTRIBUTORS]: CONTRIBUTORS - - -## Submitting a patch ## - - 1. It's generally best to start by opening a new issue describing the bug or - feature you're intending to fix. Even if you think it's relatively minor, - it's helpful to know what people are working on. Mention in the initial - issue that you are planning to work on that bug or feature so that it can - be assigned to you. - - 1. Follow the normal process of [forking][] the project, and setup a new - branch to work in. It's important that each group of changes be done in - separate branches in order to ensure that a pull request only includes the - commits related to that bug or feature. - - 1. Do your best to have [well-formed commit messages][] for each change. - This provides consistency throughout the project, and ensures that commit - messages are able to be formatted properly by various git tools. - - 1. Finally, push the commits to your fork and submit a [pull request][]. - -[forking]: https://help.github.com/articles/fork-a-repo -[well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html -[pull request]: https://help.github.com/articles/creating-a-pull-request diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS b/external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS deleted file mode 100755 index 1cf04db17..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS +++ /dev/null @@ -1,65 +0,0 @@ -# People who have agreed to one of the CLAs and can contribute patches. -# The AUTHORS file lists the copyright holders; this file -# lists people. For example, Google employees are listed here -# but not in AUTHORS, because Google holds the copyright. -# -# Names should be added to this file only after verifying that -# the individual or the individual's organization has agreed to -# the appropriate Contributor License Agreement, found here: -# -# https://developers.google.com/open-source/cla/individual -# https://developers.google.com/open-source/cla/corporate -# -# The agreement for individuals can be filled out on the web. -# -# When adding J Random Contributor's name to this file, -# either J's name or J's organization's name should be -# added to the AUTHORS file, depending on whether the -# individual or corporate CLA was used. -# -# Names should be added to this file as: -# Name -# -# Please keep the list sorted. - -Albert Pretorius -Arne Beer -Billy Robert O'Neal III -Chris Kennelly -Christopher Seymour -David Coeurjolly -Deniz Evrenci -Dominic Hamon -Dominik Czarnota -Eric Fiselier -Eugene Zhuk -Evgeny Safronov -Felix Homann -Ismael Jimenez Martinez -Jern-Kuan Leong -JianXiong Zhou -Joao Paulo Magalhaes -John Millikin -Jussi Knuuttila -Kai Wolf -Kishan Kumar -Kaito Udagawa -Lei Xu -Matt Clarkson -Maxim Vafin -Nick Hutchinson -Oleksandr Sochka -Pascal Leroy -Paul Redmond -Pierre Phaneuf -Radoslav Yovchev -Raul Marin -Ray Glover -Robert Guo -Roman Lebedev -Shuo Chen -Tobias UlvgÃ¥rd -Tom Madams -Yixuan Qiu -Yusuke Suzuki -Zbigniew Skowron diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/LICENSE b/external_imported/json/benchmarks/thirdparty/benchmark/LICENSE deleted file mode 100755 index d64569567..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/README.md b/external_imported/json/benchmarks/thirdparty/benchmark/README.md deleted file mode 100755 index 0341c31bd..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/README.md +++ /dev/null @@ -1,950 +0,0 @@ -# benchmark -[![Build Status](https://travis-ci.org/google/benchmark.svg?branch=master)](https://travis-ci.org/google/benchmark) -[![Build status](https://ci.appveyor.com/api/projects/status/u0qsyp7t1tk7cpxs/branch/master?svg=true)](https://ci.appveyor.com/project/google/benchmark/branch/master) -[![Coverage Status](https://coveralls.io/repos/google/benchmark/badge.svg)](https://coveralls.io/r/google/benchmark) -[![slackin](https://slackin-iqtfqnpzxd.now.sh/badge.svg)](https://slackin-iqtfqnpzxd.now.sh/) - -A library to support the benchmarking of functions, similar to unit-tests. - -Discussion group: https://groups.google.com/d/forum/benchmark-discuss - -IRC channel: https://freenode.net #googlebenchmark - -[Known issues and common problems](#known-issues) - -[Additional Tooling Documentation](docs/tools.md) - -[Assembly Testing Documentation](docs/AssemblyTests.md) - - -## Building - -The basic steps for configuring and building the library look like this: - -```bash -$ git clone https://github.com/google/benchmark.git -# Benchmark requires Google Test as a dependency. Add the source tree as a subdirectory. -$ git clone https://github.com/google/googletest.git benchmark/googletest -$ mkdir build && cd build -$ cmake -G [options] ../benchmark -# Assuming a makefile generator was used -$ make -``` - -Note that Google Benchmark requires Google Test to build and run the tests. This -dependency can be provided two ways: - -* Checkout the Google Test sources into `benchmark/googletest` as above. -* Otherwise, if `-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON` is specified during - configuration, the library will automatically download and build any required - dependencies. - -If you do not wish to build and run the tests, add `-DBENCHMARK_ENABLE_GTEST_TESTS=OFF` -to `CMAKE_ARGS`. - - -## Installation Guide - -For Ubuntu and Debian Based System - -First make sure you have git and cmake installed (If not please install it) - -``` -sudo apt-get install git -sudo apt-get install cmake -``` - -Now, let's clone the repository and build it - -``` -git clone https://github.com/google/benchmark.git -cd benchmark -git clone https://github.com/google/googletest.git -mkdir build -cd build -cmake .. -DCMAKE_BUILD_TYPE=RELEASE -make -``` - -We need to install the library globally now - -``` -sudo make install -``` - -Now you have google/benchmark installed in your machine -Note: Don't forget to link to pthread library while building - -## Stable and Experimental Library Versions - -The main branch contains the latest stable version of the benchmarking library; -the API of which can be considered largely stable, with source breaking changes -being made only upon the release of a new major version. - -Newer, experimental, features are implemented and tested on the -[`v2` branch](https://github.com/google/benchmark/tree/v2). Users who wish -to use, test, and provide feedback on the new features are encouraged to try -this branch. However, this branch provides no stability guarantees and reserves -the right to change and break the API at any time. - -##Prerequisite knowledge - -Before attempting to understand this framework one should ideally have some familiarity with the structure and format of the Google Test framework, upon which it is based. Documentation for Google Test, including a "Getting Started" (primer) guide, is available here: -https://github.com/google/googletest/blob/master/googletest/docs/Documentation.md - - -## Example usage -### Basic usage -Define a function that executes the code to be measured. - -```c++ -#include - -static void BM_StringCreation(benchmark::State& state) { - for (auto _ : state) - std::string empty_string; -} -// Register the function as a benchmark -BENCHMARK(BM_StringCreation); - -// Define another benchmark -static void BM_StringCopy(benchmark::State& state) { - std::string x = "hello"; - for (auto _ : state) - std::string copy(x); -} -BENCHMARK(BM_StringCopy); - -BENCHMARK_MAIN(); -``` - -Don't forget to inform your linker to add benchmark library e.g. through -`-lbenchmark` compilation flag. Alternatively, you may leave out the -`BENCHMARK_MAIN();` at the end of the source file and link against -`-lbenchmark_main` to get the same default behavior. - -The benchmark library will reporting the timing for the code within the `for(...)` loop. - -### Passing arguments -Sometimes a family of benchmarks can be implemented with just one routine that -takes an extra argument to specify which one of the family of benchmarks to -run. For example, the following code defines a family of benchmarks for -measuring the speed of `memcpy()` calls of different lengths: - -```c++ -static void BM_memcpy(benchmark::State& state) { - char* src = new char[state.range(0)]; - char* dst = new char[state.range(0)]; - memset(src, 'x', state.range(0)); - for (auto _ : state) - memcpy(dst, src, state.range(0)); - state.SetBytesProcessed(int64_t(state.iterations()) * - int64_t(state.range(0))); - delete[] src; - delete[] dst; -} -BENCHMARK(BM_memcpy)->Arg(8)->Arg(64)->Arg(512)->Arg(1<<10)->Arg(8<<10); -``` - -The preceding code is quite repetitive, and can be replaced with the following -short-hand. The following invocation will pick a few appropriate arguments in -the specified range and will generate a benchmark for each such argument. - -```c++ -BENCHMARK(BM_memcpy)->Range(8, 8<<10); -``` - -By default the arguments in the range are generated in multiples of eight and -the command above selects [ 8, 64, 512, 4k, 8k ]. In the following code the -range multiplier is changed to multiples of two. - -```c++ -BENCHMARK(BM_memcpy)->RangeMultiplier(2)->Range(8, 8<<10); -``` -Now arguments generated are [ 8, 16, 32, 64, 128, 256, 512, 1024, 2k, 4k, 8k ]. - -You might have a benchmark that depends on two or more inputs. For example, the -following code defines a family of benchmarks for measuring the speed of set -insertion. - -```c++ -static void BM_SetInsert(benchmark::State& state) { - std::set data; - for (auto _ : state) { - state.PauseTiming(); - data = ConstructRandomSet(state.range(0)); - state.ResumeTiming(); - for (int j = 0; j < state.range(1); ++j) - data.insert(RandomNumber()); - } -} -BENCHMARK(BM_SetInsert) - ->Args({1<<10, 128}) - ->Args({2<<10, 128}) - ->Args({4<<10, 128}) - ->Args({8<<10, 128}) - ->Args({1<<10, 512}) - ->Args({2<<10, 512}) - ->Args({4<<10, 512}) - ->Args({8<<10, 512}); -``` - -The preceding code is quite repetitive, and can be replaced with the following -short-hand. The following macro will pick a few appropriate arguments in the -product of the two specified ranges and will generate a benchmark for each such -pair. - -```c++ -BENCHMARK(BM_SetInsert)->Ranges({{1<<10, 8<<10}, {128, 512}}); -``` - -For more complex patterns of inputs, passing a custom function to `Apply` allows -programmatic specification of an arbitrary set of arguments on which to run the -benchmark. The following example enumerates a dense range on one parameter, -and a sparse range on the second. - -```c++ -static void CustomArguments(benchmark::internal::Benchmark* b) { - for (int i = 0; i <= 10; ++i) - for (int j = 32; j <= 1024*1024; j *= 8) - b->Args({i, j}); -} -BENCHMARK(BM_SetInsert)->Apply(CustomArguments); -``` - -### Calculate asymptotic complexity (Big O) -Asymptotic complexity might be calculated for a family of benchmarks. The -following code will calculate the coefficient for the high-order term in the -running time and the normalized root-mean square error of string comparison. - -```c++ -static void BM_StringCompare(benchmark::State& state) { - std::string s1(state.range(0), '-'); - std::string s2(state.range(0), '-'); - for (auto _ : state) { - benchmark::DoNotOptimize(s1.compare(s2)); - } - state.SetComplexityN(state.range(0)); -} -BENCHMARK(BM_StringCompare) - ->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity(benchmark::oN); -``` - -As shown in the following invocation, asymptotic complexity might also be -calculated automatically. - -```c++ -BENCHMARK(BM_StringCompare) - ->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity(); -``` - -The following code will specify asymptotic complexity with a lambda function, -that might be used to customize high-order term calculation. - -```c++ -BENCHMARK(BM_StringCompare)->RangeMultiplier(2) - ->Range(1<<10, 1<<18)->Complexity([](int n)->double{return n; }); -``` - -### Templated benchmarks -Templated benchmarks work the same way: This example produces and consumes -messages of size `sizeof(v)` `range_x` times. It also outputs throughput in the -absence of multiprogramming. - -```c++ -template int BM_Sequential(benchmark::State& state) { - Q q; - typename Q::value_type v; - for (auto _ : state) { - for (int i = state.range(0); i--; ) - q.push(v); - for (int e = state.range(0); e--; ) - q.Wait(&v); - } - // actually messages, not bytes: - state.SetBytesProcessed( - static_cast(state.iterations())*state.range(0)); -} -BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue)->Range(1<<0, 1<<10); -``` - -Three macros are provided for adding benchmark templates. - -```c++ -#ifdef BENCHMARK_HAS_CXX11 -#define BENCHMARK_TEMPLATE(func, ...) // Takes any number of parameters. -#else // C++ < C++11 -#define BENCHMARK_TEMPLATE(func, arg1) -#endif -#define BENCHMARK_TEMPLATE1(func, arg1) -#define BENCHMARK_TEMPLATE2(func, arg1, arg2) -``` - -### A Faster KeepRunning loop - -In C++11 mode, a ranged-based for loop should be used in preference to -the `KeepRunning` loop for running the benchmarks. For example: - -```c++ -static void BM_Fast(benchmark::State &state) { - for (auto _ : state) { - FastOperation(); - } -} -BENCHMARK(BM_Fast); -``` - -The reason the ranged-for loop is faster than using `KeepRunning`, is -because `KeepRunning` requires a memory load and store of the iteration count -ever iteration, whereas the ranged-for variant is able to keep the iteration count -in a register. - -For example, an empty inner loop of using the ranged-based for method looks like: - -```asm -# Loop Init - mov rbx, qword ptr [r14 + 104] - call benchmark::State::StartKeepRunning() - test rbx, rbx - je .LoopEnd -.LoopHeader: # =>This Inner Loop Header: Depth=1 - add rbx, -1 - jne .LoopHeader -.LoopEnd: -``` - -Compared to an empty `KeepRunning` loop, which looks like: - -```asm -.LoopHeader: # in Loop: Header=BB0_3 Depth=1 - cmp byte ptr [rbx], 1 - jne .LoopInit -.LoopBody: # =>This Inner Loop Header: Depth=1 - mov rax, qword ptr [rbx + 8] - lea rcx, [rax + 1] - mov qword ptr [rbx + 8], rcx - cmp rax, qword ptr [rbx + 104] - jb .LoopHeader - jmp .LoopEnd -.LoopInit: - mov rdi, rbx - call benchmark::State::StartKeepRunning() - jmp .LoopBody -.LoopEnd: -``` - -Unless C++03 compatibility is required, the ranged-for variant of writing -the benchmark loop should be preferred. - -## Passing arbitrary arguments to a benchmark -In C++11 it is possible to define a benchmark that takes an arbitrary number -of extra arguments. The `BENCHMARK_CAPTURE(func, test_case_name, ...args)` -macro creates a benchmark that invokes `func` with the `benchmark::State` as -the first argument followed by the specified `args...`. -The `test_case_name` is appended to the name of the benchmark and -should describe the values passed. - -```c++ -template -void BM_takes_args(benchmark::State& state, ExtraArgs&&... extra_args) { - [...] -} -// Registers a benchmark named "BM_takes_args/int_string_test" that passes -// the specified values to `extra_args`. -BENCHMARK_CAPTURE(BM_takes_args, int_string_test, 42, std::string("abc")); -``` -Note that elements of `...args` may refer to global variables. Users should -avoid modifying global state inside of a benchmark. - -## Using RegisterBenchmark(name, fn, args...) - -The `RegisterBenchmark(name, func, args...)` function provides an alternative -way to create and register benchmarks. -`RegisterBenchmark(name, func, args...)` creates, registers, and returns a -pointer to a new benchmark with the specified `name` that invokes -`func(st, args...)` where `st` is a `benchmark::State` object. - -Unlike the `BENCHMARK` registration macros, which can only be used at the global -scope, the `RegisterBenchmark` can be called anywhere. This allows for -benchmark tests to be registered programmatically. - -Additionally `RegisterBenchmark` allows any callable object to be registered -as a benchmark. Including capturing lambdas and function objects. - -For Example: -```c++ -auto BM_test = [](benchmark::State& st, auto Inputs) { /* ... */ }; - -int main(int argc, char** argv) { - for (auto& test_input : { /* ... */ }) - benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input); - benchmark::Initialize(&argc, argv); - benchmark::RunSpecifiedBenchmarks(); -} -``` - -### Multithreaded benchmarks -In a multithreaded test (benchmark invoked by multiple threads simultaneously), -it is guaranteed that none of the threads will start until all have reached -the start of the benchmark loop, and all will have finished before any thread -exits the benchmark loop. (This behavior is also provided by the `KeepRunning()` -API) As such, any global setup or teardown can be wrapped in a check against the thread -index: - -```c++ -static void BM_MultiThreaded(benchmark::State& state) { - if (state.thread_index == 0) { - // Setup code here. - } - for (auto _ : state) { - // Run the test as normal. - } - if (state.thread_index == 0) { - // Teardown code here. - } -} -BENCHMARK(BM_MultiThreaded)->Threads(2); -``` - -If the benchmarked code itself uses threads and you want to compare it to -single-threaded code, you may want to use real-time ("wallclock") measurements -for latency comparisons: - -```c++ -BENCHMARK(BM_test)->Range(8, 8<<10)->UseRealTime(); -``` - -Without `UseRealTime`, CPU time is used by default. - - -## Manual timing -For benchmarking something for which neither CPU time nor real-time are -correct or accurate enough, completely manual timing is supported using -the `UseManualTime` function. - -When `UseManualTime` is used, the benchmarked code must call -`SetIterationTime` once per iteration of the benchmark loop to -report the manually measured time. - -An example use case for this is benchmarking GPU execution (e.g. OpenCL -or CUDA kernels, OpenGL or Vulkan or Direct3D draw calls), which cannot -be accurately measured using CPU time or real-time. Instead, they can be -measured accurately using a dedicated API, and these measurement results -can be reported back with `SetIterationTime`. - -```c++ -static void BM_ManualTiming(benchmark::State& state) { - int microseconds = state.range(0); - std::chrono::duration sleep_duration { - static_cast(microseconds) - }; - - for (auto _ : state) { - auto start = std::chrono::high_resolution_clock::now(); - // Simulate some useful workload with a sleep - std::this_thread::sleep_for(sleep_duration); - auto end = std::chrono::high_resolution_clock::now(); - - auto elapsed_seconds = - std::chrono::duration_cast>( - end - start); - - state.SetIterationTime(elapsed_seconds.count()); - } -} -BENCHMARK(BM_ManualTiming)->Range(1, 1<<17)->UseManualTime(); -``` - -### Preventing optimisation -To prevent a value or expression from being optimized away by the compiler -the `benchmark::DoNotOptimize(...)` and `benchmark::ClobberMemory()` -functions can be used. - -```c++ -static void BM_test(benchmark::State& state) { - for (auto _ : state) { - int x = 0; - for (int i=0; i < 64; ++i) { - benchmark::DoNotOptimize(x += i); - } - } -} -``` - -`DoNotOptimize()` forces the *result* of `` to be stored in either -memory or a register. For GNU based compilers it acts as read/write barrier -for global memory. More specifically it forces the compiler to flush pending -writes to memory and reload any other values as necessary. - -Note that `DoNotOptimize()` does not prevent optimizations on `` -in any way. `` may even be removed entirely when the result is already -known. For example: - -```c++ - /* Example 1: `` is removed entirely. */ - int foo(int x) { return x + 42; } - while (...) DoNotOptimize(foo(0)); // Optimized to DoNotOptimize(42); - - /* Example 2: Result of '' is only reused */ - int bar(int) __attribute__((const)); - while (...) DoNotOptimize(bar(0)); // Optimized to: - // int __result__ = bar(0); - // while (...) DoNotOptimize(__result__); -``` - -The second tool for preventing optimizations is `ClobberMemory()`. In essence -`ClobberMemory()` forces the compiler to perform all pending writes to global -memory. Memory managed by block scope objects must be "escaped" using -`DoNotOptimize(...)` before it can be clobbered. In the below example -`ClobberMemory()` prevents the call to `v.push_back(42)` from being optimized -away. - -```c++ -static void BM_vector_push_back(benchmark::State& state) { - for (auto _ : state) { - std::vector v; - v.reserve(1); - benchmark::DoNotOptimize(v.data()); // Allow v.data() to be clobbered. - v.push_back(42); - benchmark::ClobberMemory(); // Force 42 to be written to memory. - } -} -``` - -Note that `ClobberMemory()` is only available for GNU or MSVC based compilers. - -### Set time unit manually -If a benchmark runs a few milliseconds it may be hard to visually compare the -measured times, since the output data is given in nanoseconds per default. In -order to manually set the time unit, you can specify it manually: - -```c++ -BENCHMARK(BM_test)->Unit(benchmark::kMillisecond); -``` - -## Controlling number of iterations -In all cases, the number of iterations for which the benchmark is run is -governed by the amount of time the benchmark takes. Concretely, the number of -iterations is at least one, not more than 1e9, until CPU time is greater than -the minimum time, or the wallclock time is 5x minimum time. The minimum time is -set as a flag `--benchmark_min_time` or per benchmark by calling `MinTime` on -the registered benchmark object. - -## Reporting the mean, median and standard deviation by repeated benchmarks -By default each benchmark is run once and that single result is reported. -However benchmarks are often noisy and a single result may not be representative -of the overall behavior. For this reason it's possible to repeatedly rerun the -benchmark. - -The number of runs of each benchmark is specified globally by the -`--benchmark_repetitions` flag or on a per benchmark basis by calling -`Repetitions` on the registered benchmark object. When a benchmark is run more -than once the mean, median and standard deviation of the runs will be reported. - -Additionally the `--benchmark_report_aggregates_only={true|false}` flag or -`ReportAggregatesOnly(bool)` function can be used to change how repeated tests -are reported. By default the result of each repeated run is reported. When this -option is `true` only the mean, median and standard deviation of the runs is reported. -Calling `ReportAggregatesOnly(bool)` on a registered benchmark object overrides -the value of the flag for that benchmark. - -## User-defined statistics for repeated benchmarks -While having mean, median and standard deviation is nice, this may not be -enough for everyone. For example you may want to know what is the largest -observation, e.g. because you have some real-time constraints. This is easy. -The following code will specify a custom statistic to be calculated, defined -by a lambda function. - -```c++ -void BM_spin_empty(benchmark::State& state) { - for (auto _ : state) { - for (int x = 0; x < state.range(0); ++x) { - benchmark::DoNotOptimize(x); - } - } -} - -BENCHMARK(BM_spin_empty) - ->ComputeStatistics("max", [](const std::vector& v) -> double { - return *(std::max_element(std::begin(v), std::end(v))); - }) - ->Arg(512); -``` - -## Fixtures -Fixture tests are created by -first defining a type that derives from `::benchmark::Fixture` and then -creating/registering the tests using the following macros: - -* `BENCHMARK_F(ClassName, Method)` -* `BENCHMARK_DEFINE_F(ClassName, Method)` -* `BENCHMARK_REGISTER_F(ClassName, Method)` - -For Example: - -```c++ -class MyFixture : public benchmark::Fixture {}; - -BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) { - for (auto _ : st) { - ... - } -} - -BENCHMARK_DEFINE_F(MyFixture, BarTest)(benchmark::State& st) { - for (auto _ : st) { - ... - } -} -/* BarTest is NOT registered */ -BENCHMARK_REGISTER_F(MyFixture, BarTest)->Threads(2); -/* BarTest is now registered */ -``` - -### Templated fixtures -Also you can create templated fixture by using the following macros: - -* `BENCHMARK_TEMPLATE_F(ClassName, Method, ...)` -* `BENCHMARK_TEMPLATE_DEFINE_F(ClassName, Method, ...)` - -For example: -```c++ -template -class MyFixture : public benchmark::Fixture {}; - -BENCHMARK_TEMPLATE_F(MyFixture, IntTest, int)(benchmark::State& st) { - for (auto _ : st) { - ... - } -} - -BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, DoubleTest, double)(benchmark::State& st) { - for (auto _ : st) { - ... - } -} - -BENCHMARK_REGISTER_F(MyFixture, DoubleTest)->Threads(2); -``` - -## User-defined counters - -You can add your own counters with user-defined names. The example below -will add columns "Foo", "Bar" and "Baz" in its output: - -```c++ -static void UserCountersExample1(benchmark::State& state) { - double numFoos = 0, numBars = 0, numBazs = 0; - for (auto _ : state) { - // ... count Foo,Bar,Baz events - } - state.counters["Foo"] = numFoos; - state.counters["Bar"] = numBars; - state.counters["Baz"] = numBazs; -} -``` - -The `state.counters` object is a `std::map` with `std::string` keys -and `Counter` values. The latter is a `double`-like class, via an implicit -conversion to `double&`. Thus you can use all of the standard arithmetic -assignment operators (`=,+=,-=,*=,/=`) to change the value of each counter. - -In multithreaded benchmarks, each counter is set on the calling thread only. -When the benchmark finishes, the counters from each thread will be summed; -the resulting sum is the value which will be shown for the benchmark. - -The `Counter` constructor accepts two parameters: the value as a `double` -and a bit flag which allows you to show counters as rates and/or as -per-thread averages: - -```c++ - // sets a simple counter - state.counters["Foo"] = numFoos; - - // Set the counter as a rate. It will be presented divided - // by the duration of the benchmark. - state.counters["FooRate"] = Counter(numFoos, benchmark::Counter::kIsRate); - - // Set the counter as a thread-average quantity. It will - // be presented divided by the number of threads. - state.counters["FooAvg"] = Counter(numFoos, benchmark::Counter::kAvgThreads); - - // There's also a combined flag: - state.counters["FooAvgRate"] = Counter(numFoos,benchmark::Counter::kAvgThreadsRate); -``` - -When you're compiling in C++11 mode or later you can use `insert()` with -`std::initializer_list`: - -```c++ - // With C++11, this can be done: - state.counters.insert({{"Foo", numFoos}, {"Bar", numBars}, {"Baz", numBazs}}); - // ... instead of: - state.counters["Foo"] = numFoos; - state.counters["Bar"] = numBars; - state.counters["Baz"] = numBazs; -``` - -### Counter reporting - -When using the console reporter, by default, user counters are are printed at -the end after the table, the same way as ``bytes_processed`` and -``items_processed``. This is best for cases in which there are few counters, -or where there are only a couple of lines per benchmark. Here's an example of -the default output: - -``` ------------------------------------------------------------------------------- -Benchmark Time CPU Iterations UserCounters... ------------------------------------------------------------------------------- -BM_UserCounter/threads:8 2248 ns 10277 ns 68808 Bar=16 Bat=40 Baz=24 Foo=8 -BM_UserCounter/threads:1 9797 ns 9788 ns 71523 Bar=2 Bat=5 Baz=3 Foo=1024m -BM_UserCounter/threads:2 4924 ns 9842 ns 71036 Bar=4 Bat=10 Baz=6 Foo=2 -BM_UserCounter/threads:4 2589 ns 10284 ns 68012 Bar=8 Bat=20 Baz=12 Foo=4 -BM_UserCounter/threads:8 2212 ns 10287 ns 68040 Bar=16 Bat=40 Baz=24 Foo=8 -BM_UserCounter/threads:16 1782 ns 10278 ns 68144 Bar=32 Bat=80 Baz=48 Foo=16 -BM_UserCounter/threads:32 1291 ns 10296 ns 68256 Bar=64 Bat=160 Baz=96 Foo=32 -BM_UserCounter/threads:4 2615 ns 10307 ns 68040 Bar=8 Bat=20 Baz=12 Foo=4 -BM_Factorial 26 ns 26 ns 26608979 40320 -BM_Factorial/real_time 26 ns 26 ns 26587936 40320 -BM_CalculatePiRange/1 16 ns 16 ns 45704255 0 -BM_CalculatePiRange/8 73 ns 73 ns 9520927 3.28374 -BM_CalculatePiRange/64 609 ns 609 ns 1140647 3.15746 -BM_CalculatePiRange/512 4900 ns 4901 ns 142696 3.14355 -``` - -If this doesn't suit you, you can print each counter as a table column by -passing the flag `--benchmark_counters_tabular=true` to the benchmark -application. This is best for cases in which there are a lot of counters, or -a lot of lines per individual benchmark. Note that this will trigger a -reprinting of the table header any time the counter set changes between -individual benchmarks. Here's an example of corresponding output when -`--benchmark_counters_tabular=true` is passed: - -``` ---------------------------------------------------------------------------------------- -Benchmark Time CPU Iterations Bar Bat Baz Foo ---------------------------------------------------------------------------------------- -BM_UserCounter/threads:8 2198 ns 9953 ns 70688 16 40 24 8 -BM_UserCounter/threads:1 9504 ns 9504 ns 73787 2 5 3 1 -BM_UserCounter/threads:2 4775 ns 9550 ns 72606 4 10 6 2 -BM_UserCounter/threads:4 2508 ns 9951 ns 70332 8 20 12 4 -BM_UserCounter/threads:8 2055 ns 9933 ns 70344 16 40 24 8 -BM_UserCounter/threads:16 1610 ns 9946 ns 70720 32 80 48 16 -BM_UserCounter/threads:32 1192 ns 9948 ns 70496 64 160 96 32 -BM_UserCounter/threads:4 2506 ns 9949 ns 70332 8 20 12 4 --------------------------------------------------------------- -Benchmark Time CPU Iterations --------------------------------------------------------------- -BM_Factorial 26 ns 26 ns 26392245 40320 -BM_Factorial/real_time 26 ns 26 ns 26494107 40320 -BM_CalculatePiRange/1 15 ns 15 ns 45571597 0 -BM_CalculatePiRange/8 74 ns 74 ns 9450212 3.28374 -BM_CalculatePiRange/64 595 ns 595 ns 1173901 3.15746 -BM_CalculatePiRange/512 4752 ns 4752 ns 147380 3.14355 -BM_CalculatePiRange/4k 37970 ns 37972 ns 18453 3.14184 -BM_CalculatePiRange/32k 303733 ns 303744 ns 2305 3.14162 -BM_CalculatePiRange/256k 2434095 ns 2434186 ns 288 3.1416 -BM_CalculatePiRange/1024k 9721140 ns 9721413 ns 71 3.14159 -BM_CalculatePi/threads:8 2255 ns 9943 ns 70936 -``` -Note above the additional header printed when the benchmark changes from -``BM_UserCounter`` to ``BM_Factorial``. This is because ``BM_Factorial`` does -not have the same counter set as ``BM_UserCounter``. - -## Exiting Benchmarks in Error - -When errors caused by external influences, such as file I/O and network -communication, occur within a benchmark the -`State::SkipWithError(const char* msg)` function can be used to skip that run -of benchmark and report the error. Note that only future iterations of the -`KeepRunning()` are skipped. For the ranged-for version of the benchmark loop -Users must explicitly exit the loop, otherwise all iterations will be performed. -Users may explicitly return to exit the benchmark immediately. - -The `SkipWithError(...)` function may be used at any point within the benchmark, -including before and after the benchmark loop. - -For example: - -```c++ -static void BM_test(benchmark::State& state) { - auto resource = GetResource(); - if (!resource.good()) { - state.SkipWithError("Resource is not good!"); - // KeepRunning() loop will not be entered. - } - for (state.KeepRunning()) { - auto data = resource.read_data(); - if (!resource.good()) { - state.SkipWithError("Failed to read data!"); - break; // Needed to skip the rest of the iteration. - } - do_stuff(data); - } -} - -static void BM_test_ranged_fo(benchmark::State & state) { - state.SkipWithError("test will not be entered"); - for (auto _ : state) { - state.SkipWithError("Failed!"); - break; // REQUIRED to prevent all further iterations. - } -} -``` - -## Running a subset of the benchmarks - -The `--benchmark_filter=` option can be used to only run the benchmarks -which match the specified ``. For example: - -```bash -$ ./run_benchmarks.x --benchmark_filter=BM_memcpy/32 -Run on (1 X 2300 MHz CPU ) -2016-06-25 19:34:24 -Benchmark Time CPU Iterations ----------------------------------------------------- -BM_memcpy/32 11 ns 11 ns 79545455 -BM_memcpy/32k 2181 ns 2185 ns 324074 -BM_memcpy/32 12 ns 12 ns 54687500 -BM_memcpy/32k 1834 ns 1837 ns 357143 -``` - - -## Output Formats -The library supports multiple output formats. Use the -`--benchmark_format=` flag to set the format type. `console` -is the default format. - -The Console format is intended to be a human readable format. By default -the format generates color output. Context is output on stderr and the -tabular data on stdout. Example tabular output looks like: -``` -Benchmark Time(ns) CPU(ns) Iterations ----------------------------------------------------------------------- -BM_SetInsert/1024/1 28928 29349 23853 133.097kB/s 33.2742k items/s -BM_SetInsert/1024/8 32065 32913 21375 949.487kB/s 237.372k items/s -BM_SetInsert/1024/10 33157 33648 21431 1.13369MB/s 290.225k items/s -``` - -The JSON format outputs human readable json split into two top level attributes. -The `context` attribute contains information about the run in general, including -information about the CPU and the date. -The `benchmarks` attribute contains a list of every benchmark run. Example json -output looks like: -```json -{ - "context": { - "date": "2015/03/17-18:40:25", - "num_cpus": 40, - "mhz_per_cpu": 2801, - "cpu_scaling_enabled": false, - "build_type": "debug" - }, - "benchmarks": [ - { - "name": "BM_SetInsert/1024/1", - "iterations": 94877, - "real_time": 29275, - "cpu_time": 29836, - "bytes_per_second": 134066, - "items_per_second": 33516 - }, - { - "name": "BM_SetInsert/1024/8", - "iterations": 21609, - "real_time": 32317, - "cpu_time": 32429, - "bytes_per_second": 986770, - "items_per_second": 246693 - }, - { - "name": "BM_SetInsert/1024/10", - "iterations": 21393, - "real_time": 32724, - "cpu_time": 33355, - "bytes_per_second": 1199226, - "items_per_second": 299807 - } - ] -} -``` - -The CSV format outputs comma-separated values. The `context` is output on stderr -and the CSV itself on stdout. Example CSV output looks like: -``` -name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label -"BM_SetInsert/1024/1",65465,17890.7,8407.45,475768,118942, -"BM_SetInsert/1024/8",116606,18810.1,9766.64,3.27646e+06,819115, -"BM_SetInsert/1024/10",106365,17238.4,8421.53,4.74973e+06,1.18743e+06, -``` - -## Output Files -The library supports writing the output of the benchmark to a file specified -by `--benchmark_out=`. The format of the output can be specified -using `--benchmark_out_format={json|console|csv}`. Specifying -`--benchmark_out` does not suppress the console output. - -## Debug vs Release -By default, benchmark builds as a debug library. You will see a warning in the output when this is the case. To build it as a release library instead, use: - -``` -cmake -DCMAKE_BUILD_TYPE=Release -``` - -To enable link-time optimisation, use - -``` -cmake -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_ENABLE_LTO=true -``` - -If you are using gcc, you might need to set `GCC_AR` and `GCC_RANLIB` cmake cache variables, if autodetection fails. -If you are using clang, you may need to set `LLVMAR_EXECUTABLE`, `LLVMNM_EXECUTABLE` and `LLVMRANLIB_EXECUTABLE` cmake cache variables. - -## Linking against the library - -When the library is built using GCC it is necessary to link with `-pthread`, -due to how GCC implements `std::thread`. - -For GCC 4.x failing to link to pthreads will lead to runtime exceptions, not linker errors. -See [issue #67](https://github.com/google/benchmark/issues/67) for more details. - -## Compiler Support - -Google Benchmark uses C++11 when building the library. As such we require -a modern C++ toolchain, both compiler and standard library. - -The following minimum versions are strongly recommended build the library: - -* GCC 4.8 -* Clang 3.4 -* Visual Studio 2013 -* Intel 2015 Update 1 - -Anything older *may* work. - -Note: Using the library and its headers in C++03 is supported. C++11 is only -required to build the library. - -## Disable CPU frequency scaling -If you see this error: -``` -***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. -``` -you might want to disable the CPU frequency scaling while running the benchmark: -```bash -sudo cpupower frequency-set --governor performance -./mybench -sudo cpupower frequency-set --governor powersave -``` - -# Known Issues - -### Windows with CMake - -* Users must manually link `shlwapi.lib`. Failure to do so may result -in unresolved symbols. - -### Solaris - -* Users must explicitly link with kstat library (-lkstat compilation flag). diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/WORKSPACE b/external_imported/json/benchmarks/thirdparty/benchmark/WORKSPACE deleted file mode 100755 index 54734f1ea..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/WORKSPACE +++ /dev/null @@ -1,7 +0,0 @@ -workspace(name = "com_github_google_benchmark") - -http_archive( - name = "com_google_googletest", - urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"], - strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e", -) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/appveyor.yml b/external_imported/json/benchmarks/thirdparty/benchmark/appveyor.yml deleted file mode 100755 index e99c6e77f..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/appveyor.yml +++ /dev/null @@ -1,56 +0,0 @@ -version: '{build}' - -image: Visual Studio 2017 - -configuration: - - Debug - - Release - -environment: - matrix: - - compiler: msvc-15-seh - generator: "Visual Studio 15 2017" - - - compiler: msvc-15-seh - generator: "Visual Studio 15 2017 Win64" - - - compiler: msvc-14-seh - generator: "Visual Studio 14 2015" - - - compiler: msvc-14-seh - generator: "Visual Studio 14 2015 Win64" - - - compiler: msvc-12-seh - generator: "Visual Studio 12 2013" - - - compiler: msvc-12-seh - generator: "Visual Studio 12 2013 Win64" - - - compiler: gcc-5.3.0-posix - generator: "MinGW Makefiles" - cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - -matrix: - fast_finish: true - -install: - # git bash conflicts with MinGW makefiles - - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%") - - if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%") - -build_script: - - md _build -Force - - cd _build - - echo %configuration% - - cmake -G "%generator%" "-DCMAKE_BUILD_TYPE=%configuration%" -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON .. - - cmake --build . --config %configuration% - -test_script: - - ctest -c %configuration% --timeout 300 --output-on-failure - -artifacts: - - path: '_build/CMakeFiles/*.log' - name: logs - - path: '_build/Testing/**/*.xml' - name: test_results diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake deleted file mode 100755 index d0d209981..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake +++ /dev/null @@ -1,74 +0,0 @@ -# - Adds a compiler flag if it is supported by the compiler -# -# This function checks that the supplied compiler flag is supported and then -# adds it to the corresponding compiler flags -# -# add_cxx_compiler_flag( []) -# -# - Example -# -# include(AddCXXCompilerFlag) -# add_cxx_compiler_flag(-Wall) -# add_cxx_compiler_flag(-no-strict-aliasing RELEASE) -# Requires CMake 2.6+ - -if(__add_cxx_compiler_flag) - return() -endif() -set(__add_cxx_compiler_flag INCLUDED) - -include(CheckCXXCompilerFlag) - -function(mangle_compiler_flag FLAG OUTPUT) - string(TOUPPER "HAVE_CXX_FLAG_${FLAG}" SANITIZED_FLAG) - string(REPLACE "+" "X" SANITIZED_FLAG ${SANITIZED_FLAG}) - string(REGEX REPLACE "[^A-Za-z_0-9]" "_" SANITIZED_FLAG ${SANITIZED_FLAG}) - string(REGEX REPLACE "_+" "_" SANITIZED_FLAG ${SANITIZED_FLAG}) - set(${OUTPUT} "${SANITIZED_FLAG}" PARENT_SCOPE) -endfunction(mangle_compiler_flag) - -function(add_cxx_compiler_flag FLAG) - mangle_compiler_flag("${FLAG}" MANGLED_FLAG) - set(OLD_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}") - set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${FLAG}") - check_cxx_compiler_flag("${FLAG}" ${MANGLED_FLAG}) - set(CMAKE_REQUIRED_FLAGS "${OLD_CMAKE_REQUIRED_FLAGS}") - if(${MANGLED_FLAG}) - set(VARIANT ${ARGV1}) - if(ARGV1) - string(TOUPPER "_${VARIANT}" VARIANT) - endif() - set(CMAKE_CXX_FLAGS${VARIANT} "${CMAKE_CXX_FLAGS${VARIANT}} ${BENCHMARK_CXX_FLAGS${VARIANT}} ${FLAG}" PARENT_SCOPE) - endif() -endfunction() - -function(add_required_cxx_compiler_flag FLAG) - mangle_compiler_flag("${FLAG}" MANGLED_FLAG) - set(OLD_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}") - set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${FLAG}") - check_cxx_compiler_flag("${FLAG}" ${MANGLED_FLAG}) - set(CMAKE_REQUIRED_FLAGS "${OLD_CMAKE_REQUIRED_FLAGS}") - if(${MANGLED_FLAG}) - set(VARIANT ${ARGV1}) - if(ARGV1) - string(TOUPPER "_${VARIANT}" VARIANT) - endif() - set(CMAKE_CXX_FLAGS${VARIANT} "${CMAKE_CXX_FLAGS${VARIANT}} ${FLAG}" PARENT_SCOPE) - set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${FLAG}" PARENT_SCOPE) - set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${FLAG}" PARENT_SCOPE) - set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${FLAG}" PARENT_SCOPE) - set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${FLAG}" PARENT_SCOPE) - else() - message(FATAL_ERROR "Required flag '${FLAG}' is not supported by the compiler") - endif() -endfunction() - -function(check_cxx_warning_flag FLAG) - mangle_compiler_flag("${FLAG}" MANGLED_FLAG) - set(OLD_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}") - # Add -Werror to ensure the compiler generates an error if the warning flag - # doesn't exist. - set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -Werror ${FLAG}") - check_cxx_compiler_flag("${FLAG}" ${MANGLED_FLAG}) - set(CMAKE_REQUIRED_FLAGS "${OLD_CMAKE_REQUIRED_FLAGS}") -endfunction() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake deleted file mode 100755 index c4c4d660f..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake +++ /dev/null @@ -1,64 +0,0 @@ -# - Compile and run code to check for C++ features -# -# This functions compiles a source file under the `cmake` folder -# and adds the corresponding `HAVE_[FILENAME]` flag to the CMake -# environment -# -# cxx_feature_check( []) -# -# - Example -# -# include(CXXFeatureCheck) -# cxx_feature_check(STD_REGEX) -# Requires CMake 2.8.12+ - -if(__cxx_feature_check) - return() -endif() -set(__cxx_feature_check INCLUDED) - -function(cxx_feature_check FILE) - string(TOLOWER ${FILE} FILE) - string(TOUPPER ${FILE} VAR) - string(TOUPPER "HAVE_${VAR}" FEATURE) - if (DEFINED HAVE_${VAR}) - set(HAVE_${VAR} 1 PARENT_SCOPE) - add_definitions(-DHAVE_${VAR}) - return() - endif() - - if (NOT DEFINED COMPILE_${FEATURE}) - message("-- Performing Test ${FEATURE}") - if(CMAKE_CROSSCOMPILING) - try_compile(COMPILE_${FEATURE} - ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp - CMAKE_FLAGS ${BENCHMARK_CXX_LINKER_FLAGS} - LINK_LIBRARIES ${BENCHMARK_CXX_LIBRARIES}) - if(COMPILE_${FEATURE}) - message(WARNING - "If you see build failures due to cross compilation, try setting HAVE_${VAR} to 0") - set(RUN_${FEATURE} 0) - else() - set(RUN_${FEATURE} 1) - endif() - else() - message("-- Performing Test ${FEATURE}") - try_run(RUN_${FEATURE} COMPILE_${FEATURE} - ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp - CMAKE_FLAGS ${BENCHMARK_CXX_LINKER_FLAGS} - LINK_LIBRARIES ${BENCHMARK_CXX_LIBRARIES}) - endif() - endif() - - if(RUN_${FEATURE} EQUAL 0) - message("-- Performing Test ${FEATURE} -- success") - set(HAVE_${VAR} 1 PARENT_SCOPE) - add_definitions(-DHAVE_${VAR}) - else() - if(NOT COMPILE_${FEATURE}) - message("-- Performing Test ${FEATURE} -- failed to compile") - else() - message("-- Performing Test ${FEATURE} -- compiled but failed to run") - endif() - endif() -endfunction() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in deleted file mode 100755 index 6e9256eea..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in +++ /dev/null @@ -1 +0,0 @@ -include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake") diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake deleted file mode 100755 index 88cebe3a1..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake +++ /dev/null @@ -1,54 +0,0 @@ -# - Returns a version string from Git tags -# -# This function inspects the annotated git tags for the project and returns a string -# into a CMake variable -# -# get_git_version() -# -# - Example -# -# include(GetGitVersion) -# get_git_version(GIT_VERSION) -# -# Requires CMake 2.8.11+ -find_package(Git) - -if(__get_git_version) - return() -endif() -set(__get_git_version INCLUDED) - -function(get_git_version var) - if(GIT_EXECUTABLE) - execute_process(COMMAND ${GIT_EXECUTABLE} describe --match "v[0-9]*.[0-9]*.[0-9]*" --abbrev=8 - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - RESULT_VARIABLE status - OUTPUT_VARIABLE GIT_VERSION - ERROR_QUIET) - if(${status}) - set(GIT_VERSION "v0.0.0") - else() - string(STRIP ${GIT_VERSION} GIT_VERSION) - string(REGEX REPLACE "-[0-9]+-g" "-" GIT_VERSION ${GIT_VERSION}) - endif() - - # Work out if the repository is dirty - execute_process(COMMAND ${GIT_EXECUTABLE} update-index -q --refresh - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - OUTPUT_QUIET - ERROR_QUIET) - execute_process(COMMAND ${GIT_EXECUTABLE} diff-index --name-only HEAD -- - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - OUTPUT_VARIABLE GIT_DIFF_INDEX - ERROR_QUIET) - string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY) - if (${GIT_DIRTY}) - set(GIT_VERSION "${GIT_VERSION}-dirty") - endif() - else() - set(GIT_VERSION "v0.0.0") - endif() - - message("-- git Version: ${GIT_VERSION}") - set(${var} ${GIT_VERSION} PARENT_SCOPE) -endfunction() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake deleted file mode 100755 index 7ce1a633d..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake +++ /dev/null @@ -1,113 +0,0 @@ - -include(split_list) - -macro(build_external_gtest) - include(ExternalProject) - set(GTEST_FLAGS "") - if (BENCHMARK_USE_LIBCXX) - if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - list(APPEND GTEST_FLAGS -stdlib=libc++) - else() - message(WARNING "Unsupported compiler (${CMAKE_CXX_COMPILER}) when using libc++") - endif() - endif() - if (BENCHMARK_BUILD_32_BITS) - list(APPEND GTEST_FLAGS -m32) - endif() - if (NOT "${CMAKE_CXX_FLAGS}" STREQUAL "") - list(APPEND GTEST_FLAGS ${CMAKE_CXX_FLAGS}) - endif() - string(TOUPPER "${CMAKE_BUILD_TYPE}" GTEST_BUILD_TYPE) - if ("${GTEST_BUILD_TYPE}" STREQUAL "COVERAGE") - set(GTEST_BUILD_TYPE "DEBUG") - endif() - # FIXME: Since 10/Feb/2017 the googletest trunk has had a bug where - # -Werror=unused-function fires during the build on OS X. This is a temporary - # workaround to keep our travis bots from failing. It should be removed - # once gtest is fixed. - if (NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") - list(APPEND GTEST_FLAGS "-Wno-unused-function") - endif() - split_list(GTEST_FLAGS) - set(EXCLUDE_FROM_ALL_OPT "") - set(EXCLUDE_FROM_ALL_VALUE "") - if (${CMAKE_VERSION} VERSION_GREATER "3.0.99") - set(EXCLUDE_FROM_ALL_OPT "EXCLUDE_FROM_ALL") - set(EXCLUDE_FROM_ALL_VALUE "ON") - endif() - ExternalProject_Add(googletest - ${EXCLUDE_FROM_ALL_OPT} ${EXCLUDE_FROM_ALL_VALUE} - GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG master - PREFIX "${CMAKE_BINARY_DIR}/googletest" - INSTALL_DIR "${CMAKE_BINARY_DIR}/googletest" - CMAKE_CACHE_ARGS - -DCMAKE_BUILD_TYPE:STRING=${GTEST_BUILD_TYPE} - -DCMAKE_C_COMPILER:STRING=${CMAKE_C_COMPILER} - -DCMAKE_CXX_COMPILER:STRING=${CMAKE_CXX_COMPILER} - -DCMAKE_INSTALL_PREFIX:PATH= - -DCMAKE_INSTALL_LIBDIR:PATH=/lib - -DCMAKE_CXX_FLAGS:STRING=${GTEST_FLAGS} - -Dgtest_force_shared_crt:BOOL=ON - ) - - ExternalProject_Get_Property(googletest install_dir) - set(GTEST_INCLUDE_DIRS ${install_dir}/include) - file(MAKE_DIRECTORY ${GTEST_INCLUDE_DIRS}) - - set(LIB_SUFFIX "${CMAKE_STATIC_LIBRARY_SUFFIX}") - set(LIB_PREFIX "${CMAKE_STATIC_LIBRARY_PREFIX}") - if("${GTEST_BUILD_TYPE}" STREQUAL "DEBUG") - set(LIB_SUFFIX "d${CMAKE_STATIC_LIBRARY_SUFFIX}") - endif() - - # Use gmock_main instead of gtest_main because it initializes gtest as well. - # Note: The libraries are listed in reverse order of their dependancies. - foreach(LIB gtest gmock gmock_main) - add_library(${LIB} UNKNOWN IMPORTED) - set_target_properties(${LIB} PROPERTIES - IMPORTED_LOCATION ${install_dir}/lib/${LIB_PREFIX}${LIB}${LIB_SUFFIX} - INTERFACE_INCLUDE_DIRECTORIES ${GTEST_INCLUDE_DIRS} - INTERFACE_LINK_LIBRARIES "${GTEST_BOTH_LIBRARIES}" - ) - add_dependencies(${LIB} googletest) - list(APPEND GTEST_BOTH_LIBRARIES ${LIB}) - endforeach() -endmacro(build_external_gtest) - -if (BENCHMARK_ENABLE_GTEST_TESTS) - if (IS_DIRECTORY ${CMAKE_SOURCE_DIR}/googletest) - set(GTEST_ROOT "${CMAKE_SOURCE_DIR}/googletest") - set(INSTALL_GTEST OFF CACHE INTERNAL "") - set(INSTALL_GMOCK OFF CACHE INTERNAL "") - add_subdirectory(${CMAKE_SOURCE_DIR}/googletest) - set(GTEST_BOTH_LIBRARIES gtest gmock gmock_main) - foreach(HEADER test mock) - # CMake 2.8 and older don't respect INTERFACE_INCLUDE_DIRECTORIES, so we - # have to add the paths ourselves. - set(HFILE g${HEADER}/g${HEADER}.h) - set(HPATH ${GTEST_ROOT}/google${HEADER}/include) - find_path(HEADER_PATH_${HEADER} ${HFILE} - NO_DEFAULT_PATHS - HINTS ${HPATH} - ) - if (NOT HEADER_PATH_${HEADER}) - message(FATAL_ERROR "Failed to find header ${HFILE} in ${HPATH}") - endif() - list(APPEND GTEST_INCLUDE_DIRS ${HEADER_PATH_${HEADER}}) - endforeach() - elseif(BENCHMARK_DOWNLOAD_DEPENDENCIES) - build_external_gtest() - else() - find_package(GTest REQUIRED) - find_path(GMOCK_INCLUDE_DIRS gmock/gmock.h - HINTS ${GTEST_INCLUDE_DIRS}) - if (NOT GMOCK_INCLUDE_DIRS) - message(FATAL_ERROR "Failed to find header gmock/gmock.h with hint ${GTEST_INCLUDE_DIRS}") - endif() - set(GTEST_INCLUDE_DIRS ${GTEST_INCLUDE_DIRS} ${GMOCK_INCLUDE_DIRS}) - # FIXME: We don't currently require the gmock library to build the tests, - # and it's likely we won't find it, so we don't try. As long as we've - # found the gmock/gmock.h header and gtest_main that should be good enough. - endif() -endif() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake deleted file mode 100755 index 23469813c..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake +++ /dev/null @@ -1,16 +0,0 @@ -include(FeatureSummary) - -find_program(LLVMAR_EXECUTABLE - NAMES llvm-ar - DOC "The llvm-ar executable" - ) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(LLVMAr - DEFAULT_MSG - LLVMAR_EXECUTABLE) - -SET_PACKAGE_PROPERTIES(LLVMAr PROPERTIES - URL https://llvm.org/docs/CommandGuide/llvm-ar.html - DESCRIPTION "create, modify, and extract from archives" -) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake deleted file mode 100755 index e56430a04..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake +++ /dev/null @@ -1,16 +0,0 @@ -include(FeatureSummary) - -find_program(LLVMNM_EXECUTABLE - NAMES llvm-nm - DOC "The llvm-nm executable" - ) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(LLVMNm - DEFAULT_MSG - LLVMNM_EXECUTABLE) - -SET_PACKAGE_PROPERTIES(LLVMNm PROPERTIES - URL https://llvm.org/docs/CommandGuide/llvm-nm.html - DESCRIPTION "list LLVM bitcode and object file’s symbol table" -) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake deleted file mode 100755 index 7b53e1a79..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake +++ /dev/null @@ -1,15 +0,0 @@ -include(FeatureSummary) - -find_program(LLVMRANLIB_EXECUTABLE - NAMES llvm-ranlib - DOC "The llvm-ranlib executable" - ) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(LLVMRanLib - DEFAULT_MSG - LLVMRANLIB_EXECUTABLE) - -SET_PACKAGE_PROPERTIES(LLVMRanLib PROPERTIES - DESCRIPTION "generate index for LLVM archive" -) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in deleted file mode 100755 index 1e84bff68..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=${prefix} -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: @PROJECT_NAME@ -Description: Google microbenchmark framework -Version: @VERSION@ - -Libs: -L${libdir} -lbenchmark -Cflags: -I${includedir} diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp deleted file mode 100755 index b5b91cdab..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include -#include -int main() { - std::string str = "test0159"; - regex_t re; - int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); - if (ec != 0) { - return ec; - } - return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; -} - diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake deleted file mode 100755 index fc119e52f..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake +++ /dev/null @@ -1,8 +0,0 @@ -find_package(LLVMAr REQUIRED) -set(CMAKE_AR "${LLVMAR_EXECUTABLE}" CACHE FILEPATH "" FORCE) - -find_package(LLVMNm REQUIRED) -set(CMAKE_NM "${LLVMNM_EXECUTABLE}" CACHE FILEPATH "" FORCE) - -find_package(LLVMRanLib REQUIRED) -set(CMAKE_RANLIB "${LLVMRANLIB_EXECUTABLE}" CACHE FILEPATH "" FORCE) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp deleted file mode 100755 index 466dc6256..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include -int main() { - std::string str = "test0159"; - regex_t re; - int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); - if (ec != 0) { - return ec; - } - int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; - regfree(&re); - return ret; -} - diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake deleted file mode 100755 index 67aed3fdc..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake +++ /dev/null @@ -1,3 +0,0 @@ -macro(split_list listname) - string(REPLACE ";" " " ${listname} "${${listname}}") -endmacro() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp deleted file mode 100755 index 696f2a26b..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include -int main() { - const std::string str = "test0159"; - std::regex re; - re = std::regex("^[a-z]+[0-9]+$", - std::regex_constants::extended | std::regex_constants::nosubs); - return std::regex_search(str, re) ? 0 : -1; -} - diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp deleted file mode 100755 index 66d50d17e..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main() { - typedef std::chrono::steady_clock Clock; - Clock::time_point tp = Clock::now(); - ((void)tp); -} diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp b/external_imported/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp deleted file mode 100755 index 46161babd..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#define HAVE_THREAD_SAFETY_ATTRIBUTES -#include "../src/mutex.h" - -int main() {} diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md b/external_imported/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md deleted file mode 100755 index 1fbdc269b..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md +++ /dev/null @@ -1,147 +0,0 @@ -# Assembly Tests - -The Benchmark library provides a number of functions whose primary -purpose in to affect assembly generation, including `DoNotOptimize` -and `ClobberMemory`. In addition there are other functions, -such as `KeepRunning`, for which generating good assembly is paramount. - -For these functions it's important to have tests that verify the -correctness and quality of the implementation. This requires testing -the code generated by the compiler. - -This document describes how the Benchmark library tests compiler output, -as well as how to properly write new tests. - - -## Anatomy of a Test - -Writing a test has two steps: - -* Write the code you want to generate assembly for. -* Add `// CHECK` lines to match against the verified assembly. - -Example: -```c++ - -// CHECK-LABEL: test_add: -extern "C" int test_add() { - extern int ExternInt; - return ExternInt + 1; - - // CHECK: movl ExternInt(%rip), %eax - // CHECK: addl %eax - // CHECK: ret -} - -``` - -#### LLVM Filecheck - -[LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html) -is used to test the generated assembly against the `// CHECK` lines -specified in the tests source file. Please see the documentation -linked above for information on how to write `CHECK` directives. - -#### Tips and Tricks: - -* Tests should match the minimal amount of output required to establish -correctness. `CHECK` directives don't have to match on the exact next line -after the previous match, so tests should omit checks for unimportant -bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-directive) -can be used to ensure a match occurs exactly after the previous match). - -* The tests are compiled with `-O3 -g0`. So we're only testing the -optimized output. - -* The assembly output is further cleaned up using `tools/strip_asm.py`. -This removes comments, assembler directives, and unused labels before -the test is run. - -* The generated and stripped assembly file for a test is output under -`/test/.s` - -* Filecheck supports using [`CHECK` prefixes](https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-check-prefixes) -to specify lines that should only match in certain situations. -The Benchmark tests use `CHECK-CLANG` and `CHECK-GNU` for lines that -are only expected to match Clang or GCC's output respectively. Normal -`CHECK` lines match against all compilers. (Note: `CHECK-NOT` and -`CHECK-LABEL` are NOT prefixes. They are versions of non-prefixed -`CHECK` lines) - -* Use `extern "C"` to disable name mangling for specific functions. This -makes them easier to name in the `CHECK` lines. - - -## Problems Writing Portable Tests - -Writing tests which check the code generated by a compiler are -inherently non-portable. Different compilers and even different compiler -versions may generate entirely different code. The Benchmark tests -must tolerate this. - -LLVM Filecheck provides a number of mechanisms to help write -"more portable" tests; including [matching using regular expressions](https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-pattern-matching-syntax), -allowing the creation of [named variables](https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-variables) -for later matching, and [checking non-sequential matches](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-dag-directive). - -#### Capturing Variables - -For example, say GCC stores a variable in a register but Clang stores -it in memory. To write a test that tolerates both cases we "capture" -the destination of the store, and then use the captured expression -to write the remainder of the test. - -```c++ -// CHECK-LABEL: test_div_no_op_into_shr: -extern "C" void test_div_no_op_into_shr(int value) { - int divisor = 2; - benchmark::DoNotOptimize(divisor); // hide the value from the optimizer - return value / divisor; - - // CHECK: movl $2, [[DEST:.*]] - // CHECK: idivl [[DEST]] - // CHECK: ret -} -``` - -#### Using Regular Expressions to Match Differing Output - -Often tests require testing assembly lines which may subtly differ -between compilers or compiler versions. A common example of this -is matching stack frame addresses. In this case regular expressions -can be used to match the differing bits of output. For example: - -```c++ -int ExternInt; -struct Point { int x, y, z; }; - -// CHECK-LABEL: test_store_point: -extern "C" void test_store_point() { - Point p{ExternInt, ExternInt, ExternInt}; - benchmark::DoNotOptimize(p); - - // CHECK: movl ExternInt(%rip), %eax - // CHECK: movl %eax, -{{[0-9]+}}(%rsp) - // CHECK: movl %eax, -{{[0-9]+}}(%rsp) - // CHECK: movl %eax, -{{[0-9]+}}(%rsp) - // CHECK: ret -} -``` - -## Current Requirements and Limitations - -The tests require Filecheck to be installed along the `PATH` of the -build machine. Otherwise the tests will be disabled. - -Additionally, as mentioned in the previous section, codegen tests are -inherently non-portable. Currently the tests are limited to: - -* x86_64 targets. -* Compiled with GCC or Clang - -Further work could be done, at least on a limited basis, to extend the -tests to other architectures and compilers (using `CHECK` prefixes). - -Furthermore, the tests fail for builds which specify additional flags -that modify code generation, including `--coverage` or `-fsanitize=`. - diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/docs/tools.md b/external_imported/json/benchmarks/thirdparty/benchmark/docs/tools.md deleted file mode 100755 index 70500bd32..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/docs/tools.md +++ /dev/null @@ -1,242 +0,0 @@ -# Benchmark Tools - -## compare_bench.py - -The `compare_bench.py` utility which can be used to compare the result of benchmarks. -The program is invoked like: - -``` bash -$ compare_bench.py [benchmark options]... -``` - -Where `` and `` either specify a benchmark executable file, or a JSON output file. The type of the input file is automatically detected. If a benchmark executable is specified then the benchmark is run to obtain the results. Otherwise the results are simply loaded from the output file. - -`[benchmark options]` will be passed to the benchmarks invocations. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or some custom parameters your binary takes. - -The sample output using the JSON test files under `Inputs/` gives: - -``` bash -$ ./compare_bench.py ./gbench/Inputs/test1_run1.json ./gbench/Inputs/test1_run2.json -Comparing ./gbench/Inputs/test1_run1.json to ./gbench/Inputs/test1_run2.json -Benchmark Time CPU Time Old Time New CPU Old CPU New -------------------------------------------------------------------------------------------------------------- -BM_SameTimes +0.0000 +0.0000 10 10 10 10 -BM_2xFaster -0.5000 -0.5000 50 25 50 25 -BM_2xSlower +1.0000 +1.0000 50 100 50 100 -BM_1PercentFaster -0.0100 -0.0100 100 99 100 99 -BM_1PercentSlower +0.0100 +0.0100 100 101 100 101 -BM_10PercentFaster -0.1000 -0.1000 100 90 100 90 -BM_10PercentSlower +0.1000 +0.1000 100 110 100 110 -BM_100xSlower +99.0000 +99.0000 100 10000 100 10000 -BM_100xFaster -0.9900 -0.9900 10000 100 10000 100 -BM_10PercentCPUToTime +0.1000 -0.1000 100 110 100 90 -BM_ThirdFaster -0.3333 -0.3334 100 67 100 67 -BM_BadTimeUnit -0.9000 +0.2000 0 0 0 1 -``` - -As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`. - -When a benchmark executable is run, the raw output from the benchmark is printed in real time to stdout. The sample output using `benchmark/basic_test` for both arguments looks like: - -``` -./compare_bench.py test/basic_test test/basic_test --benchmark_filter=BM_empty.* -RUNNING: test/basic_test --benchmark_filter=BM_empty.* --benchmark_out=/tmp/tmpN7LF3a -Run on (8 X 4000 MHz CPU s) -2017-11-07 23:28:36 ---------------------------------------------------------------------- -Benchmark Time CPU Iterations ---------------------------------------------------------------------- -BM_empty 4 ns 4 ns 170178757 -BM_empty/threads:8 1 ns 7 ns 103868920 -BM_empty_stop_start 0 ns 0 ns 1000000000 -BM_empty_stop_start/threads:8 0 ns 0 ns 1403031720 -RUNNING: /test/basic_test --benchmark_filter=BM_empty.* --benchmark_out=/tmp/tmplvrIp8 -Run on (8 X 4000 MHz CPU s) -2017-11-07 23:28:38 ---------------------------------------------------------------------- -Benchmark Time CPU Iterations ---------------------------------------------------------------------- -BM_empty 4 ns 4 ns 169534855 -BM_empty/threads:8 1 ns 7 ns 104188776 -BM_empty_stop_start 0 ns 0 ns 1000000000 -BM_empty_stop_start/threads:8 0 ns 0 ns 1404159424 -Comparing ../build/test/basic_test to ../build/test/basic_test -Benchmark Time CPU Time Old Time New CPU Old CPU New ---------------------------------------------------------------------------------------------------------------------- -BM_empty -0.0048 -0.0049 4 4 4 4 -BM_empty/threads:8 -0.0123 -0.0054 1 1 7 7 -BM_empty_stop_start -0.0000 -0.0000 0 0 0 0 -BM_empty_stop_start/threads:8 -0.0029 +0.0001 0 0 0 0 - -``` - -As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`. -Obviously this example doesn't give any useful output, but it's intended to show the output format when 'compare_bench.py' needs to run benchmarks. - -## compare.py - -The `compare.py` can be used to compare the result of benchmarks. -There are three modes of operation: - -1. Just compare two benchmarks, what `compare_bench.py` did. -The program is invoked like: - -``` bash -$ compare.py benchmarks [benchmark options]... -``` -Where `` and `` either specify a benchmark executable file, or a JSON output file. The type of the input file is automatically detected. If a benchmark executable is specified then the benchmark is run to obtain the results. Otherwise the results are simply loaded from the output file. - -`[benchmark options]` will be passed to the benchmarks invocations. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or some custom parameters your binary takes. - -Example output: -``` -$ ./compare.py benchmarks ./a.out ./a.out -RUNNING: ./a.out --benchmark_out=/tmp/tmprBT5nW -Run on (8 X 4000 MHz CPU s) -2017-11-07 21:16:44 ------------------------------------------------------- -Benchmark Time CPU Iterations ------------------------------------------------------- -BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s -BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s -BM_memcpy/512 84 ns 84 ns 8249070 5.64771GB/s -BM_memcpy/1024 116 ns 116 ns 6181763 8.19505GB/s -BM_memcpy/8192 643 ns 643 ns 1062855 11.8636GB/s -BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s -BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s -BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s -BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s -BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s -RUNNING: ./a.out --benchmark_out=/tmp/tmpt1wwG_ -Run on (8 X 4000 MHz CPU s) -2017-11-07 21:16:53 ------------------------------------------------------- -Benchmark Time CPU Iterations ------------------------------------------------------- -BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s -BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s -BM_memcpy/512 85 ns 85 ns 8312329 5.60101GB/s -BM_memcpy/1024 118 ns 118 ns 6438774 8.11608GB/s -BM_memcpy/8192 656 ns 656 ns 1068644 11.6277GB/s -BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s -BM_copy/64 1611 ns 1611 ns 435340 37.8751MB/s -BM_copy/512 12622 ns 12622 ns 54818 38.6844MB/s -BM_copy/1024 25257 ns 25239 ns 27779 38.6927MB/s -BM_copy/8192 205013 ns 205010 ns 3479 38.108MB/s -Comparing ./a.out to ./a.out -Benchmark Time CPU Time Old Time New CPU Old CPU New ------------------------------------------------------------------------------------------------------- -BM_memcpy/8 +0.0020 +0.0020 36 36 36 36 -BM_memcpy/64 -0.0468 -0.0470 76 73 76 73 -BM_memcpy/512 +0.0081 +0.0083 84 85 84 85 -BM_memcpy/1024 +0.0098 +0.0097 116 118 116 118 -BM_memcpy/8192 +0.0200 +0.0203 643 656 643 656 -BM_copy/8 +0.0046 +0.0042 222 223 222 223 -BM_copy/64 +0.0020 +0.0020 1608 1611 1608 1611 -BM_copy/512 +0.0027 +0.0026 12589 12622 12589 12622 -BM_copy/1024 +0.0035 +0.0028 25169 25257 25169 25239 -BM_copy/8192 +0.0191 +0.0194 201165 205013 201112 205010 -``` - -What it does is for the every benchmark from the first run it looks for the benchmark with exactly the same name in the second run, and then compares the results. If the names differ, the benchmark is omitted from the diff. -As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`. - -2. Compare two different filters of one benchmark -The program is invoked like: - -``` bash -$ compare.py filters [benchmark options]... -``` -Where `` either specify a benchmark executable file, or a JSON output file. The type of the input file is automatically detected. If a benchmark executable is specified then the benchmark is run to obtain the results. Otherwise the results are simply loaded from the output file. - -Where `` and `` are the same regex filters that you would pass to the `[--benchmark_filter=]` parameter of the benchmark binary. - -`[benchmark options]` will be passed to the benchmarks invocations. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or some custom parameters your binary takes. - -Example output: -``` -$ ./compare.py filters ./a.out BM_memcpy BM_copy -RUNNING: ./a.out --benchmark_filter=BM_memcpy --benchmark_out=/tmp/tmpBWKk0k -Run on (8 X 4000 MHz CPU s) -2017-11-07 21:37:28 ------------------------------------------------------- -Benchmark Time CPU Iterations ------------------------------------------------------- -BM_memcpy/8 36 ns 36 ns 17891491 211.215MB/s -BM_memcpy/64 74 ns 74 ns 9400999 825.646MB/s -BM_memcpy/512 87 ns 87 ns 8027453 5.46126GB/s -BM_memcpy/1024 111 ns 111 ns 6116853 8.5648GB/s -BM_memcpy/8192 657 ns 656 ns 1064679 11.6247GB/s -RUNNING: ./a.out --benchmark_filter=BM_copy --benchmark_out=/tmp/tmpAvWcOM -Run on (8 X 4000 MHz CPU s) -2017-11-07 21:37:33 ----------------------------------------------------- -Benchmark Time CPU Iterations ----------------------------------------------------- -BM_copy/8 227 ns 227 ns 3038700 33.6264MB/s -BM_copy/64 1640 ns 1640 ns 426893 37.2154MB/s -BM_copy/512 12804 ns 12801 ns 55417 38.1444MB/s -BM_copy/1024 25409 ns 25407 ns 27516 38.4365MB/s -BM_copy/8192 202986 ns 202990 ns 3454 38.4871MB/s -Comparing BM_memcpy to BM_copy (from ./a.out) -Benchmark Time CPU Time Old Time New CPU Old CPU New --------------------------------------------------------------------------------------------------------------------- -[BM_memcpy vs. BM_copy]/8 +5.2829 +5.2812 36 227 36 227 -[BM_memcpy vs. BM_copy]/64 +21.1719 +21.1856 74 1640 74 1640 -[BM_memcpy vs. BM_copy]/512 +145.6487 +145.6097 87 12804 87 12801 -[BM_memcpy vs. BM_copy]/1024 +227.1860 +227.1776 111 25409 111 25407 -[BM_memcpy vs. BM_copy]/8192 +308.1664 +308.2898 657 202986 656 202990 -``` - -As you can see, it applies filter to the benchmarks, both when running the benchmark, and before doing the diff. And to make the diff work, the matches are replaced with some common string. Thus, you can compare two different benchmark families within one benchmark binary. -As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`. - -3. Compare filter one from benchmark one to filter two from benchmark two: -The program is invoked like: - -``` bash -$ compare.py filters [benchmark options]... -``` - -Where `` and `` either specify a benchmark executable file, or a JSON output file. The type of the input file is automatically detected. If a benchmark executable is specified then the benchmark is run to obtain the results. Otherwise the results are simply loaded from the output file. - -Where `` and `` are the same regex filters that you would pass to the `[--benchmark_filter=]` parameter of the benchmark binary. - -`[benchmark options]` will be passed to the benchmarks invocations. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or some custom parameters your binary takes. - -Example output: -``` -$ ./compare.py benchmarksfiltered ./a.out BM_memcpy ./a.out BM_copy -RUNNING: ./a.out --benchmark_filter=BM_memcpy --benchmark_out=/tmp/tmp_FvbYg -Run on (8 X 4000 MHz CPU s) -2017-11-07 21:38:27 ------------------------------------------------------- -Benchmark Time CPU Iterations ------------------------------------------------------- -BM_memcpy/8 37 ns 37 ns 18953482 204.118MB/s -BM_memcpy/64 74 ns 74 ns 9206578 828.245MB/s -BM_memcpy/512 91 ns 91 ns 8086195 5.25476GB/s -BM_memcpy/1024 120 ns 120 ns 5804513 7.95662GB/s -BM_memcpy/8192 664 ns 664 ns 1028363 11.4948GB/s -RUNNING: ./a.out --benchmark_filter=BM_copy --benchmark_out=/tmp/tmpDfL5iE -Run on (8 X 4000 MHz CPU s) -2017-11-07 21:38:32 ----------------------------------------------------- -Benchmark Time CPU Iterations ----------------------------------------------------- -BM_copy/8 230 ns 230 ns 2985909 33.1161MB/s -BM_copy/64 1654 ns 1653 ns 419408 36.9137MB/s -BM_copy/512 13122 ns 13120 ns 53403 37.2156MB/s -BM_copy/1024 26679 ns 26666 ns 26575 36.6218MB/s -BM_copy/8192 215068 ns 215053 ns 3221 36.3283MB/s -Comparing BM_memcpy (from ./a.out) to BM_copy (from ./a.out) -Benchmark Time CPU Time Old Time New CPU Old CPU New --------------------------------------------------------------------------------------------------------------------- -[BM_memcpy vs. BM_copy]/8 +5.1649 +5.1637 37 230 37 230 -[BM_memcpy vs. BM_copy]/64 +21.4352 +21.4374 74 1654 74 1653 -[BM_memcpy vs. BM_copy]/512 +143.6022 +143.5865 91 13122 91 13120 -[BM_memcpy vs. BM_copy]/1024 +221.5903 +221.4790 120 26679 120 26666 -[BM_memcpy vs. BM_copy]/8192 +322.9059 +323.0096 664 215068 664 215053 -``` -This is a mix of the previous two modes, two (potentially different) benchmark binaries are run, and a different filter is applied to each one. -As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`. diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h b/external_imported/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h deleted file mode 100755 index 23dd3d09b..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h +++ /dev/null @@ -1,1456 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Support for registering benchmarks for functions. - -/* Example usage: -// Define a function that executes the code to be measured a -// specified number of times: -static void BM_StringCreation(benchmark::State& state) { - for (auto _ : state) - std::string empty_string; -} - -// Register the function as a benchmark -BENCHMARK(BM_StringCreation); - -// Define another benchmark -static void BM_StringCopy(benchmark::State& state) { - std::string x = "hello"; - for (auto _ : state) - std::string copy(x); -} -BENCHMARK(BM_StringCopy); - -// Augment the main() program to invoke benchmarks if specified -// via the --benchmarks command line flag. E.g., -// my_unittest --benchmark_filter=all -// my_unittest --benchmark_filter=BM_StringCreation -// my_unittest --benchmark_filter=String -// my_unittest --benchmark_filter='Copy|Creation' -int main(int argc, char** argv) { - benchmark::Initialize(&argc, argv); - benchmark::RunSpecifiedBenchmarks(); - return 0; -} - -// Sometimes a family of microbenchmarks can be implemented with -// just one routine that takes an extra argument to specify which -// one of the family of benchmarks to run. For example, the following -// code defines a family of microbenchmarks for measuring the speed -// of memcpy() calls of different lengths: - -static void BM_memcpy(benchmark::State& state) { - char* src = new char[state.range(0)]; char* dst = new char[state.range(0)]; - memset(src, 'x', state.range(0)); - for (auto _ : state) - memcpy(dst, src, state.range(0)); - state.SetBytesProcessed(int64_t(state.iterations()) * - int64_t(state.range(0))); - delete[] src; delete[] dst; -} -BENCHMARK(BM_memcpy)->Arg(8)->Arg(64)->Arg(512)->Arg(1<<10)->Arg(8<<10); - -// The preceding code is quite repetitive, and can be replaced with the -// following short-hand. The following invocation will pick a few -// appropriate arguments in the specified range and will generate a -// microbenchmark for each such argument. -BENCHMARK(BM_memcpy)->Range(8, 8<<10); - -// You might have a microbenchmark that depends on two inputs. For -// example, the following code defines a family of microbenchmarks for -// measuring the speed of set insertion. -static void BM_SetInsert(benchmark::State& state) { - set data; - for (auto _ : state) { - state.PauseTiming(); - data = ConstructRandomSet(state.range(0)); - state.ResumeTiming(); - for (int j = 0; j < state.range(1); ++j) - data.insert(RandomNumber()); - } -} -BENCHMARK(BM_SetInsert) - ->Args({1<<10, 128}) - ->Args({2<<10, 128}) - ->Args({4<<10, 128}) - ->Args({8<<10, 128}) - ->Args({1<<10, 512}) - ->Args({2<<10, 512}) - ->Args({4<<10, 512}) - ->Args({8<<10, 512}); - -// The preceding code is quite repetitive, and can be replaced with -// the following short-hand. The following macro will pick a few -// appropriate arguments in the product of the two specified ranges -// and will generate a microbenchmark for each such pair. -BENCHMARK(BM_SetInsert)->Ranges({{1<<10, 8<<10}, {128, 512}}); - -// For more complex patterns of inputs, passing a custom function -// to Apply allows programmatic specification of an -// arbitrary set of arguments to run the microbenchmark on. -// The following example enumerates a dense range on -// one parameter, and a sparse range on the second. -static void CustomArguments(benchmark::internal::Benchmark* b) { - for (int i = 0; i <= 10; ++i) - for (int j = 32; j <= 1024*1024; j *= 8) - b->Args({i, j}); -} -BENCHMARK(BM_SetInsert)->Apply(CustomArguments); - -// Templated microbenchmarks work the same way: -// Produce then consume 'size' messages 'iters' times -// Measures throughput in the absence of multiprogramming. -template int BM_Sequential(benchmark::State& state) { - Q q; - typename Q::value_type v; - for (auto _ : state) { - for (int i = state.range(0); i--; ) - q.push(v); - for (int e = state.range(0); e--; ) - q.Wait(&v); - } - // actually messages, not bytes: - state.SetBytesProcessed( - static_cast(state.iterations())*state.range(0)); -} -BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue)->Range(1<<0, 1<<10); - -Use `Benchmark::MinTime(double t)` to set the minimum time used to run the -benchmark. This option overrides the `benchmark_min_time` flag. - -void BM_test(benchmark::State& state) { - ... body ... -} -BENCHMARK(BM_test)->MinTime(2.0); // Run for at least 2 seconds. - -In a multithreaded test, it is guaranteed that none of the threads will start -until all have reached the loop start, and all will have finished before any -thread exits the loop body. As such, any global setup or teardown you want to -do can be wrapped in a check against the thread index: - -static void BM_MultiThreaded(benchmark::State& state) { - if (state.thread_index == 0) { - // Setup code here. - } - for (auto _ : state) { - // Run the test as normal. - } - if (state.thread_index == 0) { - // Teardown code here. - } -} -BENCHMARK(BM_MultiThreaded)->Threads(4); - - -If a benchmark runs a few milliseconds it may be hard to visually compare the -measured times, since the output data is given in nanoseconds per default. In -order to manually set the time unit, you can specify it manually: - -BENCHMARK(BM_test)->Unit(benchmark::kMillisecond); -*/ - -#ifndef BENCHMARK_BENCHMARK_H_ -#define BENCHMARK_BENCHMARK_H_ - - -// The _MSVC_LANG check should detect Visual Studio 2015 Update 3 and newer. -#if __cplusplus >= 201103L || (defined(_MSVC_LANG) && _MSVC_LANG >= 201103L) -#define BENCHMARK_HAS_CXX11 -#endif - -#include - -#include -#include -#include -#include -#include -#include -#include -#include - -#if defined(BENCHMARK_HAS_CXX11) -#include -#include -#include -#endif - -#if defined(_MSC_VER) -#include // for _ReadWriteBarrier -#endif - -#ifndef BENCHMARK_HAS_CXX11 -#define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ - TypeName(const TypeName&); \ - TypeName& operator=(const TypeName&) -#else -#define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ - TypeName(const TypeName&) = delete; \ - TypeName& operator=(const TypeName&) = delete -#endif - -#if defined(__GNUC__) -#define BENCHMARK_UNUSED __attribute__((unused)) -#define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline)) -#define BENCHMARK_NOEXCEPT noexcept -#define BENCHMARK_NOEXCEPT_OP(x) noexcept(x) -#elif defined(_MSC_VER) && !defined(__clang__) -#define BENCHMARK_UNUSED -#define BENCHMARK_ALWAYS_INLINE __forceinline -#if _MSC_VER >= 1900 -#define BENCHMARK_NOEXCEPT noexcept -#define BENCHMARK_NOEXCEPT_OP(x) noexcept(x) -#else -#define BENCHMARK_NOEXCEPT -#define BENCHMARK_NOEXCEPT_OP(x) -#endif -#define __func__ __FUNCTION__ -#else -#define BENCHMARK_UNUSED -#define BENCHMARK_ALWAYS_INLINE -#define BENCHMARK_NOEXCEPT -#define BENCHMARK_NOEXCEPT_OP(x) -#endif - -#define BENCHMARK_INTERNAL_TOSTRING2(x) #x -#define BENCHMARK_INTERNAL_TOSTRING(x) BENCHMARK_INTERNAL_TOSTRING2(x) - -#if defined(__GNUC__) -#define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) -#define BENCHMARK_DEPRECATED_MSG(msg) __attribute__((deprecated(msg))) -#else -#define BENCHMARK_BUILTIN_EXPECT(x, y) x -#define BENCHMARK_DEPRECATED_MSG(msg) -#define BENCHMARK_WARNING_MSG(msg) __pragma(message(__FILE__ "(" BENCHMARK_INTERNAL_TOSTRING(__LINE__) ") : warning note: " msg)) -#endif - -#if defined(__GNUC__) && !defined(__clang__) -#define BENCHMARK_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) -#endif - -namespace benchmark { -class BenchmarkReporter; - -void Initialize(int* argc, char** argv); - -// Report to stdout all arguments in 'argv' as unrecognized except the first. -// Returns true there is at least on unrecognized argument (i.e. 'argc' > 1). -bool ReportUnrecognizedArguments(int argc, char** argv); - -// Generate a list of benchmarks matching the specified --benchmark_filter flag -// and if --benchmark_list_tests is specified return after printing the name -// of each matching benchmark. Otherwise run each matching benchmark and -// report the results. -// -// The second and third overload use the specified 'console_reporter' and -// 'file_reporter' respectively. 'file_reporter' will write to the file -// specified -// by '--benchmark_output'. If '--benchmark_output' is not given the -// 'file_reporter' is ignored. -// -// RETURNS: The number of matching benchmarks. -size_t RunSpecifiedBenchmarks(); -size_t RunSpecifiedBenchmarks(BenchmarkReporter* console_reporter); -size_t RunSpecifiedBenchmarks(BenchmarkReporter* console_reporter, - BenchmarkReporter* file_reporter); - -// If this routine is called, peak memory allocation past this point in the -// benchmark is reported at the end of the benchmark report line. (It is -// computed by running the benchmark once with a single iteration and a memory -// tracer.) -// TODO(dominic) -// void MemoryUsage(); - -namespace internal { -class Benchmark; -class BenchmarkImp; -class BenchmarkFamilies; - -void UseCharPointer(char const volatile*); - -// Take ownership of the pointer and register the benchmark. Return the -// registered benchmark. -Benchmark* RegisterBenchmarkInternal(Benchmark*); - -// Ensure that the standard streams are properly initialized in every TU. -int InitializeStreams(); -BENCHMARK_UNUSED static int stream_init_anchor = InitializeStreams(); - -} // namespace internal - - -#if (!defined(__GNUC__) && !defined(__clang__)) || defined(__pnacl__) || \ - defined(__EMSCRIPTEN__) -# define BENCHMARK_HAS_NO_INLINE_ASSEMBLY -#endif - - -// The DoNotOptimize(...) function can be used to prevent a value or -// expression from being optimized away by the compiler. This function is -// intended to add little to no overhead. -// See: https://youtu.be/nXaxk27zwlk?t=2441 -#ifndef BENCHMARK_HAS_NO_INLINE_ASSEMBLY -template -inline BENCHMARK_ALWAYS_INLINE -void DoNotOptimize(Tp const& value) { - asm volatile("" : : "r,m"(value) : "memory"); -} - -template -inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp& value) { -#if defined(__clang__) - asm volatile("" : "+r,m"(value) : : "memory"); -#else - asm volatile("" : "+m,r"(value) : : "memory"); -#endif -} - -// Force the compiler to flush pending writes to global memory. Acts as an -// effective read/write barrier -inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() { - asm volatile("" : : : "memory"); -} -#elif defined(_MSC_VER) -template -inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { - internal::UseCharPointer(&reinterpret_cast(value)); - _ReadWriteBarrier(); -} - -inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() { - _ReadWriteBarrier(); -} -#else -template -inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { - internal::UseCharPointer(&reinterpret_cast(value)); -} -// FIXME Add ClobberMemory() for non-gnu and non-msvc compilers -#endif - - - -// This class is used for user-defined counters. -class Counter { -public: - - enum Flags { - kDefaults = 0, - // Mark the counter as a rate. It will be presented divided - // by the duration of the benchmark. - kIsRate = 1, - // Mark the counter as a thread-average quantity. It will be - // presented divided by the number of threads. - kAvgThreads = 2, - // Mark the counter as a thread-average rate. See above. - kAvgThreadsRate = kIsRate|kAvgThreads - }; - - double value; - Flags flags; - - BENCHMARK_ALWAYS_INLINE - Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {} - - BENCHMARK_ALWAYS_INLINE operator double const& () const { return value; } - BENCHMARK_ALWAYS_INLINE operator double & () { return value; } - -}; - -// This is the container for the user-defined counters. -typedef std::map UserCounters; - - -// TimeUnit is passed to a benchmark in order to specify the order of magnitude -// for the measured time. -enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; - -// BigO is passed to a benchmark in order to specify the asymptotic -// computational -// complexity for the benchmark. In case oAuto is selected, complexity will be -// calculated automatically to the best fit. -enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; - -// BigOFunc is passed to a benchmark in order to specify the asymptotic -// computational complexity for the benchmark. -typedef double(BigOFunc)(int64_t); - -// StatisticsFunc is passed to a benchmark in order to compute some descriptive -// statistics over all the measurements of some type -typedef double(StatisticsFunc)(const std::vector&); - -struct Statistics { - std::string name_; - StatisticsFunc* compute_; - - Statistics(std::string name, StatisticsFunc* compute) - : name_(name), compute_(compute) {} -}; - -namespace internal { -class ThreadTimer; -class ThreadManager; - -enum ReportMode -#if defined(BENCHMARK_HAS_CXX11) - : unsigned -#else -#endif - { - RM_Unspecified, // The mode has not been manually specified - RM_Default, // The mode is user-specified as default. - RM_ReportAggregatesOnly -}; -} // namespace internal - -// State is passed to a running Benchmark and contains state for the -// benchmark to use. -class State { - public: - struct StateIterator; - friend struct StateIterator; - - // Returns iterators used to run each iteration of a benchmark using a - // C++11 ranged-based for loop. These functions should not be called directly. - // - // REQUIRES: The benchmark has not started running yet. Neither begin nor end - // have been called previously. - // - // NOTE: KeepRunning may not be used after calling either of these functions. - BENCHMARK_ALWAYS_INLINE StateIterator begin(); - BENCHMARK_ALWAYS_INLINE StateIterator end(); - - // Returns true if the benchmark should continue through another iteration. - // NOTE: A benchmark may not return from the test until KeepRunning() has - // returned false. - bool KeepRunning(); - - // Returns true iff the benchmark should run n more iterations. - // REQUIRES: 'n' > 0. - // NOTE: A benchmark must not return from the test until KeepRunningBatch() - // has returned false. - // NOTE: KeepRunningBatch() may overshoot by up to 'n' iterations. - // - // Intended usage: - // while (state.KeepRunningBatch(1000)) { - // // process 1000 elements - // } - bool KeepRunningBatch(size_t n); - - // REQUIRES: timer is running and 'SkipWithError(...)' has not been called - // by the current thread. - // Stop the benchmark timer. If not called, the timer will be - // automatically stopped after the last iteration of the benchmark loop. - // - // For threaded benchmarks the PauseTiming() function only pauses the timing - // for the current thread. - // - // NOTE: The "real time" measurement is per-thread. If different threads - // report different measurements the largest one is reported. - // - // NOTE: PauseTiming()/ResumeTiming() are relatively - // heavyweight, and so their use should generally be avoided - // within each benchmark iteration, if possible. - void PauseTiming(); - - // REQUIRES: timer is not running and 'SkipWithError(...)' has not been called - // by the current thread. - // Start the benchmark timer. The timer is NOT running on entrance to the - // benchmark function. It begins running after control flow enters the - // benchmark loop. - // - // NOTE: PauseTiming()/ResumeTiming() are relatively - // heavyweight, and so their use should generally be avoided - // within each benchmark iteration, if possible. - void ResumeTiming(); - - // REQUIRES: 'SkipWithError(...)' has not been called previously by the - // current thread. - // Report the benchmark as resulting in an error with the specified 'msg'. - // After this call the user may explicitly 'return' from the benchmark. - // - // If the ranged-for style of benchmark loop is used, the user must explicitly - // break from the loop, otherwise all future iterations will be run. - // If the 'KeepRunning()' loop is used the current thread will automatically - // exit the loop at the end of the current iteration. - // - // For threaded benchmarks only the current thread stops executing and future - // calls to `KeepRunning()` will block until all threads have completed - // the `KeepRunning()` loop. If multiple threads report an error only the - // first error message is used. - // - // NOTE: Calling 'SkipWithError(...)' does not cause the benchmark to exit - // the current scope immediately. If the function is called from within - // the 'KeepRunning()' loop the current iteration will finish. It is the users - // responsibility to exit the scope as needed. - void SkipWithError(const char* msg); - - // REQUIRES: called exactly once per iteration of the benchmarking loop. - // Set the manually measured time for this benchmark iteration, which - // is used instead of automatically measured time if UseManualTime() was - // specified. - // - // For threaded benchmarks the final value will be set to the largest - // reported values. - void SetIterationTime(double seconds); - - // Set the number of bytes processed by the current benchmark - // execution. This routine is typically called once at the end of a - // throughput oriented benchmark. If this routine is called with a - // value > 0, the report is printed in MB/sec instead of nanoseconds - // per iteration. - // - // REQUIRES: a benchmark has exited its benchmarking loop. - BENCHMARK_ALWAYS_INLINE - void SetBytesProcessed(int64_t bytes) { bytes_processed_ = bytes; } - - BENCHMARK_ALWAYS_INLINE - int64_t bytes_processed() const { return bytes_processed_; } - - // If this routine is called with complexity_n > 0 and complexity report is - // requested for the - // family benchmark, then current benchmark will be part of the computation - // and complexity_n will - // represent the length of N. - BENCHMARK_ALWAYS_INLINE - void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } - - BENCHMARK_ALWAYS_INLINE - int64_t complexity_length_n() { return complexity_n_; } - - // If this routine is called with items > 0, then an items/s - // label is printed on the benchmark report line for the currently - // executing benchmark. It is typically called at the end of a processing - // benchmark where a processing items/second output is desired. - // - // REQUIRES: a benchmark has exited its benchmarking loop. - BENCHMARK_ALWAYS_INLINE - void SetItemsProcessed(int64_t items) { items_processed_ = items; } - - BENCHMARK_ALWAYS_INLINE - int64_t items_processed() const { return items_processed_; } - - // If this routine is called, the specified label is printed at the - // end of the benchmark report line for the currently executing - // benchmark. Example: - // static void BM_Compress(benchmark::State& state) { - // ... - // double compress = input_size / output_size; - // state.SetLabel(StrFormat("compress:%.1f%%", 100.0*compression)); - // } - // Produces output that looks like: - // BM_Compress 50 50 14115038 compress:27.3% - // - // REQUIRES: a benchmark has exited its benchmarking loop. - void SetLabel(const char* label); - - void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { - this->SetLabel(str.c_str()); - } - - // Range arguments for this run. CHECKs if the argument has been set. - BENCHMARK_ALWAYS_INLINE - int64_t range(std::size_t pos = 0) const { - assert(range_.size() > pos); - return range_[pos]; - } - - BENCHMARK_DEPRECATED_MSG("use 'range(0)' instead") - int64_t range_x() const { return range(0); } - - BENCHMARK_DEPRECATED_MSG("use 'range(1)' instead") - int64_t range_y() const { return range(1); } - - BENCHMARK_ALWAYS_INLINE - size_t iterations() const { - if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) { - return 0; - } - return max_iterations - total_iterations_ + batch_leftover_; - } - -private: // items we expect on the first cache line (ie 64 bytes of the struct) - - // When total_iterations_ is 0, KeepRunning() and friends will return false. - // May be larger than max_iterations. - size_t total_iterations_; - - // When using KeepRunningBatch(), batch_leftover_ holds the number of - // iterations beyond max_iters that were run. Used to track - // completed_iterations_ accurately. - size_t batch_leftover_; - -public: - const size_t max_iterations; - -private: - bool started_; - bool finished_; - bool error_occurred_; - -private: // items we don't need on the first cache line - std::vector range_; - - int64_t bytes_processed_; - int64_t items_processed_; - - int64_t complexity_n_; - - public: - // Container for user-defined counters. - UserCounters counters; - // Index of the executing thread. Values from [0, threads). - const int thread_index; - // Number of threads concurrently executing the benchmark. - const int threads; - - - // TODO(EricWF) make me private - State(size_t max_iters, const std::vector& ranges, int thread_i, - int n_threads, internal::ThreadTimer* timer, - internal::ThreadManager* manager); - - private: - void StartKeepRunning(); - // Implementation of KeepRunning() and KeepRunningBatch(). - // is_batch must be true unless n is 1. - bool KeepRunningInternal(size_t n, bool is_batch); - void FinishKeepRunning(); - internal::ThreadTimer* timer_; - internal::ThreadManager* manager_; - BENCHMARK_DISALLOW_COPY_AND_ASSIGN(State); -}; - -inline BENCHMARK_ALWAYS_INLINE -bool State::KeepRunning() { - return KeepRunningInternal(1, /*is_batch=*/ false); -} - -inline BENCHMARK_ALWAYS_INLINE -bool State::KeepRunningBatch(size_t n) { - return KeepRunningInternal(n, /*is_batch=*/ true); -} - -inline BENCHMARK_ALWAYS_INLINE -bool State::KeepRunningInternal(size_t n, bool is_batch) { - // total_iterations_ is set to 0 by the constructor, and always set to a - // nonzero value by StartKepRunning(). - assert(n > 0); - // n must be 1 unless is_batch is true. - assert(is_batch || n == 1); - if (BENCHMARK_BUILTIN_EXPECT(total_iterations_ >= n, true)) { - total_iterations_ -= n; - return true; - } - if (!started_) { - StartKeepRunning(); - if (!error_occurred_ && total_iterations_ >= n) { - total_iterations_-= n; - return true; - } - } - // For non-batch runs, total_iterations_ must be 0 by now. - if (is_batch && total_iterations_ != 0) { - batch_leftover_ = n - total_iterations_; - total_iterations_ = 0; - return true; - } - FinishKeepRunning(); - return false; -} - -struct State::StateIterator { - struct BENCHMARK_UNUSED Value {}; - typedef std::forward_iterator_tag iterator_category; - typedef Value value_type; - typedef Value reference; - typedef Value pointer; - typedef std::ptrdiff_t difference_type; - - private: - friend class State; - BENCHMARK_ALWAYS_INLINE - StateIterator() : cached_(0), parent_() {} - - BENCHMARK_ALWAYS_INLINE - explicit StateIterator(State* st) - : cached_(st->error_occurred_ ? 0 : st->max_iterations), parent_(st) {} - - public: - BENCHMARK_ALWAYS_INLINE - Value operator*() const { return Value(); } - - BENCHMARK_ALWAYS_INLINE - StateIterator& operator++() { - assert(cached_ > 0); - --cached_; - return *this; - } - - BENCHMARK_ALWAYS_INLINE - bool operator!=(StateIterator const&) const { - if (BENCHMARK_BUILTIN_EXPECT(cached_ != 0, true)) return true; - parent_->FinishKeepRunning(); - return false; - } - - private: - size_t cached_; - State* const parent_; -}; - -inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::begin() { - return StateIterator(this); -} -inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::end() { - StartKeepRunning(); - return StateIterator(); -} - -namespace internal { - -typedef void(Function)(State&); - -// ------------------------------------------------------ -// Benchmark registration object. The BENCHMARK() macro expands -// into an internal::Benchmark* object. Various methods can -// be called on this object to change the properties of the benchmark. -// Each method returns "this" so that multiple method calls can -// chained into one expression. -class Benchmark { - public: - virtual ~Benchmark(); - - // Note: the following methods all return "this" so that multiple - // method calls can be chained together in one expression. - - // Run this benchmark once with "x" as the extra argument passed - // to the function. - // REQUIRES: The function passed to the constructor must accept an arg1. - Benchmark* Arg(int64_t x); - - // Run this benchmark with the given time unit for the generated output report - Benchmark* Unit(TimeUnit unit); - - // Run this benchmark once for a number of values picked from the - // range [start..limit]. (start and limit are always picked.) - // REQUIRES: The function passed to the constructor must accept an arg1. - Benchmark* Range(int64_t start, int64_t limit); - - // Run this benchmark once for all values in the range [start..limit] with - // specific step - // REQUIRES: The function passed to the constructor must accept an arg1. - Benchmark* DenseRange(int64_t start, int64_t limit, int step = 1); - - // Run this benchmark once with "args" as the extra arguments passed - // to the function. - // REQUIRES: The function passed to the constructor must accept arg1, arg2 ... - Benchmark* Args(const std::vector& args); - - // Equivalent to Args({x, y}) - // NOTE: This is a legacy C++03 interface provided for compatibility only. - // New code should use 'Args'. - Benchmark* ArgPair(int64_t x, int64_t y) { - std::vector args; - args.push_back(x); - args.push_back(y); - return Args(args); - } - - // Run this benchmark once for a number of values picked from the - // ranges [start..limit]. (starts and limits are always picked.) - // REQUIRES: The function passed to the constructor must accept arg1, arg2 ... - Benchmark* Ranges(const std::vector >& ranges); - - // Equivalent to ArgNames({name}) - Benchmark* ArgName(const std::string& name); - - // Set the argument names to display in the benchmark name. If not called, - // only argument values will be shown. - Benchmark* ArgNames(const std::vector& names); - - // Equivalent to Ranges({{lo1, hi1}, {lo2, hi2}}). - // NOTE: This is a legacy C++03 interface provided for compatibility only. - // New code should use 'Ranges'. - Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { - std::vector > ranges; - ranges.push_back(std::make_pair(lo1, hi1)); - ranges.push_back(std::make_pair(lo2, hi2)); - return Ranges(ranges); - } - - // Pass this benchmark object to *func, which can customize - // the benchmark by calling various methods like Arg, Args, - // Threads, etc. - Benchmark* Apply(void (*func)(Benchmark* benchmark)); - - // Set the range multiplier for non-dense range. If not called, the range - // multiplier kRangeMultiplier will be used. - Benchmark* RangeMultiplier(int multiplier); - - // Set the minimum amount of time to use when running this benchmark. This - // option overrides the `benchmark_min_time` flag. - // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark. - Benchmark* MinTime(double t); - - // Specify the amount of iterations that should be run by this benchmark. - // REQUIRES: 'n > 0' and `MinTime` has not been called on this benchmark. - // - // NOTE: This function should only be used when *exact* iteration control is - // needed and never to control or limit how long a benchmark runs, where - // `--benchmark_min_time=N` or `MinTime(...)` should be used instead. - Benchmark* Iterations(size_t n); - - // Specify the amount of times to repeat this benchmark. This option overrides - // the `benchmark_repetitions` flag. - // REQUIRES: `n > 0` - Benchmark* Repetitions(int n); - - // Specify if each repetition of the benchmark should be reported separately - // or if only the final statistics should be reported. If the benchmark - // is not repeated then the single result is always reported. - Benchmark* ReportAggregatesOnly(bool value = true); - - // If a particular benchmark is I/O bound, runs multiple threads internally or - // if for some reason CPU timings are not representative, call this method. If - // called, the elapsed time will be used to control how many iterations are - // run, and in the printing of items/second or MB/seconds values. If not - // called, the cpu time used by the benchmark will be used. - Benchmark* UseRealTime(); - - // If a benchmark must measure time manually (e.g. if GPU execution time is - // being - // measured), call this method. If called, each benchmark iteration should - // call - // SetIterationTime(seconds) to report the measured time, which will be used - // to control how many iterations are run, and in the printing of items/second - // or MB/second values. - Benchmark* UseManualTime(); - - // Set the asymptotic computational complexity for the benchmark. If called - // the asymptotic computational complexity will be shown on the output. - Benchmark* Complexity(BigO complexity = benchmark::oAuto); - - // Set the asymptotic computational complexity for the benchmark. If called - // the asymptotic computational complexity will be shown on the output. - Benchmark* Complexity(BigOFunc* complexity); - - // Add this statistics to be computed over all the values of benchmark run - Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics); - - // Support for running multiple copies of the same benchmark concurrently - // in multiple threads. This may be useful when measuring the scaling - // of some piece of code. - - // Run one instance of this benchmark concurrently in t threads. - Benchmark* Threads(int t); - - // Pick a set of values T from [min_threads,max_threads]. - // min_threads and max_threads are always included in T. Run this - // benchmark once for each value in T. The benchmark run for a - // particular value t consists of t threads running the benchmark - // function concurrently. For example, consider: - // BENCHMARK(Foo)->ThreadRange(1,16); - // This will run the following benchmarks: - // Foo in 1 thread - // Foo in 2 threads - // Foo in 4 threads - // Foo in 8 threads - // Foo in 16 threads - Benchmark* ThreadRange(int min_threads, int max_threads); - - // For each value n in the range, run this benchmark once using n threads. - // min_threads and max_threads are always included in the range. - // stride specifies the increment. E.g. DenseThreadRange(1, 8, 3) starts - // a benchmark with 1, 4, 7 and 8 threads. - Benchmark* DenseThreadRange(int min_threads, int max_threads, int stride = 1); - - // Equivalent to ThreadRange(NumCPUs(), NumCPUs()) - Benchmark* ThreadPerCpu(); - - virtual void Run(State& state) = 0; - - // Used inside the benchmark implementation - struct Instance; - - protected: - explicit Benchmark(const char* name); - Benchmark(Benchmark const&); - void SetName(const char* name); - - int ArgsCnt() const; - - private: - friend class BenchmarkFamilies; - - std::string name_; - ReportMode report_mode_; - std::vector arg_names_; // Args for all benchmark runs - std::vector > args_; // Args for all benchmark runs - TimeUnit time_unit_; - int range_multiplier_; - double min_time_; - size_t iterations_; - int repetitions_; - bool use_real_time_; - bool use_manual_time_; - BigO complexity_; - BigOFunc* complexity_lambda_; - std::vector statistics_; - std::vector thread_counts_; - - Benchmark& operator=(Benchmark const&); -}; - -} // namespace internal - -// Create and register a benchmark with the specified 'name' that invokes -// the specified functor 'fn'. -// -// RETURNS: A pointer to the registered benchmark. -internal::Benchmark* RegisterBenchmark(const char* name, - internal::Function* fn); - -#if defined(BENCHMARK_HAS_CXX11) -template -internal::Benchmark* RegisterBenchmark(const char* name, Lambda&& fn); -#endif - -// Remove all registered benchmarks. All pointers to previously registered -// benchmarks are invalidated. -void ClearRegisteredBenchmarks(); - -namespace internal { -// The class used to hold all Benchmarks created from static function. -// (ie those created using the BENCHMARK(...) macros. -class FunctionBenchmark : public Benchmark { - public: - FunctionBenchmark(const char* name, Function* func) - : Benchmark(name), func_(func) {} - - virtual void Run(State& st); - - private: - Function* func_; -}; - -#ifdef BENCHMARK_HAS_CXX11 -template -class LambdaBenchmark : public Benchmark { - public: - virtual void Run(State& st) { lambda_(st); } - - private: - template - LambdaBenchmark(const char* name, OLambda&& lam) - : Benchmark(name), lambda_(std::forward(lam)) {} - - LambdaBenchmark(LambdaBenchmark const&) = delete; - - private: - template - friend Benchmark* ::benchmark::RegisterBenchmark(const char*, Lam&&); - - Lambda lambda_; -}; -#endif - -} // namespace internal - -inline internal::Benchmark* RegisterBenchmark(const char* name, - internal::Function* fn) { - return internal::RegisterBenchmarkInternal( - ::new internal::FunctionBenchmark(name, fn)); -} - -#ifdef BENCHMARK_HAS_CXX11 -template -internal::Benchmark* RegisterBenchmark(const char* name, Lambda&& fn) { - using BenchType = - internal::LambdaBenchmark::type>; - return internal::RegisterBenchmarkInternal( - ::new BenchType(name, std::forward(fn))); -} -#endif - -#if defined(BENCHMARK_HAS_CXX11) && \ - (!defined(BENCHMARK_GCC_VERSION) || BENCHMARK_GCC_VERSION >= 409) -template -internal::Benchmark* RegisterBenchmark(const char* name, Lambda&& fn, - Args&&... args) { - return benchmark::RegisterBenchmark( - name, [=](benchmark::State& st) { fn(st, args...); }); -} -#else -#define BENCHMARK_HAS_NO_VARIADIC_REGISTER_BENCHMARK -#endif - -// The base class for all fixture tests. -class Fixture : public internal::Benchmark { - public: - Fixture() : internal::Benchmark("") {} - - virtual void Run(State& st) { - this->SetUp(st); - this->BenchmarkCase(st); - this->TearDown(st); - } - - // These will be deprecated ... - virtual void SetUp(const State&) {} - virtual void TearDown(const State&) {} - // ... In favor of these. - virtual void SetUp(State& st) { SetUp(const_cast(st)); } - virtual void TearDown(State& st) { TearDown(const_cast(st)); } - - protected: - virtual void BenchmarkCase(State&) = 0; -}; - -} // namespace benchmark - -// ------------------------------------------------------ -// Macro to register benchmarks - -// Check that __COUNTER__ is defined and that __COUNTER__ increases by 1 -// every time it is expanded. X + 1 == X + 0 is used in case X is defined to be -// empty. If X is empty the expression becomes (+1 == +0). -#if defined(__COUNTER__) && (__COUNTER__ + 1 == __COUNTER__ + 0) -#define BENCHMARK_PRIVATE_UNIQUE_ID __COUNTER__ -#else -#define BENCHMARK_PRIVATE_UNIQUE_ID __LINE__ -#endif - -// Helpers for generating unique variable names -#define BENCHMARK_PRIVATE_NAME(n) \ - BENCHMARK_PRIVATE_CONCAT(_benchmark_, BENCHMARK_PRIVATE_UNIQUE_ID, n) -#define BENCHMARK_PRIVATE_CONCAT(a, b, c) BENCHMARK_PRIVATE_CONCAT2(a, b, c) -#define BENCHMARK_PRIVATE_CONCAT2(a, b, c) a##b##c - -#define BENCHMARK_PRIVATE_DECLARE(n) \ - static ::benchmark::internal::Benchmark* BENCHMARK_PRIVATE_NAME(n) \ - BENCHMARK_UNUSED - -#define BENCHMARK(n) \ - BENCHMARK_PRIVATE_DECLARE(n) = \ - (::benchmark::internal::RegisterBenchmarkInternal( \ - new ::benchmark::internal::FunctionBenchmark(#n, n))) - -// Old-style macros -#define BENCHMARK_WITH_ARG(n, a) BENCHMARK(n)->Arg((a)) -#define BENCHMARK_WITH_ARG2(n, a1, a2) BENCHMARK(n)->Args({(a1), (a2)}) -#define BENCHMARK_WITH_UNIT(n, t) BENCHMARK(n)->Unit((t)) -#define BENCHMARK_RANGE(n, lo, hi) BENCHMARK(n)->Range((lo), (hi)) -#define BENCHMARK_RANGE2(n, l1, h1, l2, h2) \ - BENCHMARK(n)->RangePair({{(l1), (h1)}, {(l2), (h2)}}) - -#ifdef BENCHMARK_HAS_CXX11 - -// Register a benchmark which invokes the function specified by `func` -// with the additional arguments specified by `...`. -// -// For example: -// -// template ` -// void BM_takes_args(benchmark::State& state, ExtraArgs&&... extra_args) { -// [...] -//} -// /* Registers a benchmark named "BM_takes_args/int_string_test` */ -// BENCHMARK_CAPTURE(BM_takes_args, int_string_test, 42, std::string("abc")); -#define BENCHMARK_CAPTURE(func, test_case_name, ...) \ - BENCHMARK_PRIVATE_DECLARE(func) = \ - (::benchmark::internal::RegisterBenchmarkInternal( \ - new ::benchmark::internal::FunctionBenchmark( \ - #func "/" #test_case_name, \ - [](::benchmark::State& st) { func(st, __VA_ARGS__); }))) - -#endif // BENCHMARK_HAS_CXX11 - -// This will register a benchmark for a templatized function. For example: -// -// template -// void BM_Foo(int iters); -// -// BENCHMARK_TEMPLATE(BM_Foo, 1); -// -// will register BM_Foo<1> as a benchmark. -#define BENCHMARK_TEMPLATE1(n, a) \ - BENCHMARK_PRIVATE_DECLARE(n) = \ - (::benchmark::internal::RegisterBenchmarkInternal( \ - new ::benchmark::internal::FunctionBenchmark(#n "<" #a ">", n))) - -#define BENCHMARK_TEMPLATE2(n, a, b) \ - BENCHMARK_PRIVATE_DECLARE(n) = \ - (::benchmark::internal::RegisterBenchmarkInternal( \ - new ::benchmark::internal::FunctionBenchmark(#n "<" #a "," #b ">", \ - n))) - -#ifdef BENCHMARK_HAS_CXX11 -#define BENCHMARK_TEMPLATE(n, ...) \ - BENCHMARK_PRIVATE_DECLARE(n) = \ - (::benchmark::internal::RegisterBenchmarkInternal( \ - new ::benchmark::internal::FunctionBenchmark( \ - #n "<" #__VA_ARGS__ ">", n<__VA_ARGS__>))) -#else -#define BENCHMARK_TEMPLATE(n, a) BENCHMARK_TEMPLATE1(n, a) -#endif - -#define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ - class BaseClass##_##Method##_Benchmark : public BaseClass { \ - public: \ - BaseClass##_##Method##_Benchmark() : BaseClass() { \ - this->SetName(#BaseClass "/" #Method); \ - } \ - \ - protected: \ - virtual void BenchmarkCase(::benchmark::State&); \ - }; - -#define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ - class BaseClass##_##Method##_Benchmark : public BaseClass { \ - public: \ - BaseClass##_##Method##_Benchmark() : BaseClass() { \ - this->SetName(#BaseClass"<" #a ">/" #Method); \ - } \ - \ - protected: \ - virtual void BenchmarkCase(::benchmark::State&); \ - }; - -#define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ - class BaseClass##_##Method##_Benchmark : public BaseClass { \ - public: \ - BaseClass##_##Method##_Benchmark() : BaseClass() { \ - this->SetName(#BaseClass"<" #a "," #b ">/" #Method); \ - } \ - \ - protected: \ - virtual void BenchmarkCase(::benchmark::State&); \ - }; - -#ifdef BENCHMARK_HAS_CXX11 -#define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ - class BaseClass##_##Method##_Benchmark : public BaseClass<__VA_ARGS__> { \ - public: \ - BaseClass##_##Method##_Benchmark() : BaseClass<__VA_ARGS__>() { \ - this->SetName(#BaseClass"<" #__VA_ARGS__ ">/" #Method); \ - } \ - \ - protected: \ - virtual void BenchmarkCase(::benchmark::State&); \ - }; -#else -#define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(n, a) BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(n, a) -#endif - -#define BENCHMARK_DEFINE_F(BaseClass, Method) \ - BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase - -#define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ - BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase - -#define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ - BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase - -#ifdef BENCHMARK_HAS_CXX11 -#define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ - BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, __VA_ARGS__) \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase -#else -#define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) -#endif - -#define BENCHMARK_REGISTER_F(BaseClass, Method) \ - BENCHMARK_PRIVATE_REGISTER_F(BaseClass##_##Method##_Benchmark) - -#define BENCHMARK_PRIVATE_REGISTER_F(TestName) \ - BENCHMARK_PRIVATE_DECLARE(TestName) = \ - (::benchmark::internal::RegisterBenchmarkInternal(new TestName())) - -// This macro will define and register a benchmark within a fixture class. -#define BENCHMARK_F(BaseClass, Method) \ - BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ - BENCHMARK_REGISTER_F(BaseClass, Method); \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase - -#define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ - BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ - BENCHMARK_REGISTER_F(BaseClass, Method); \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase - -#define BENCHMARK_TEMPLATE2_F(BaseClass, Method, a, b) \ - BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ - BENCHMARK_REGISTER_F(BaseClass, Method); \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase - -#ifdef BENCHMARK_HAS_CXX11 -#define BENCHMARK_TEMPLATE_F(BaseClass, Method, ...) \ - BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, __VA_ARGS__) \ - BENCHMARK_REGISTER_F(BaseClass, Method); \ - void BaseClass##_##Method##_Benchmark::BenchmarkCase -#else -#define BENCHMARK_TEMPLATE_F(BaseClass, Method, a) BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) -#endif - -// Helper macro to create a main routine in a test that runs the benchmarks -#define BENCHMARK_MAIN() \ - int main(int argc, char** argv) { \ - ::benchmark::Initialize(&argc, argv); \ - if (::benchmark::ReportUnrecognizedArguments(argc, argv)) return 1; \ - ::benchmark::RunSpecifiedBenchmarks(); \ - } \ - int main(int, char**) - - -// ------------------------------------------------------ -// Benchmark Reporters - -namespace benchmark { - -struct CPUInfo { - struct CacheInfo { - std::string type; - int level; - int size; - int num_sharing; - }; - - int num_cpus; - double cycles_per_second; - std::vector caches; - bool scaling_enabled; - - static const CPUInfo& Get(); - - private: - CPUInfo(); - BENCHMARK_DISALLOW_COPY_AND_ASSIGN(CPUInfo); -}; - -// Interface for custom benchmark result printers. -// By default, benchmark reports are printed to stdout. However an application -// can control the destination of the reports by calling -// RunSpecifiedBenchmarks and passing it a custom reporter object. -// The reporter object must implement the following interface. -class BenchmarkReporter { - public: - struct Context { - CPUInfo const& cpu_info; - // The number of chars in the longest benchmark name. - size_t name_field_width; - static const char *executable_name; - Context(); - }; - - struct Run { - Run() - : error_occurred(false), - iterations(1), - time_unit(kNanosecond), - real_accumulated_time(0), - cpu_accumulated_time(0), - bytes_per_second(0), - items_per_second(0), - max_heapbytes_used(0), - complexity(oNone), - complexity_lambda(), - complexity_n(0), - report_big_o(false), - report_rms(false), - counters() {} - - std::string benchmark_name; - std::string report_label; // Empty if not set by benchmark. - bool error_occurred; - std::string error_message; - - int64_t iterations; - TimeUnit time_unit; - double real_accumulated_time; - double cpu_accumulated_time; - - // Return a value representing the real time per iteration in the unit - // specified by 'time_unit'. - // NOTE: If 'iterations' is zero the returned value represents the - // accumulated time. - double GetAdjustedRealTime() const; - - // Return a value representing the cpu time per iteration in the unit - // specified by 'time_unit'. - // NOTE: If 'iterations' is zero the returned value represents the - // accumulated time. - double GetAdjustedCPUTime() const; - - // Zero if not set by benchmark. - double bytes_per_second; - double items_per_second; - - // This is set to 0.0 if memory tracing is not enabled. - double max_heapbytes_used; - - // Keep track of arguments to compute asymptotic complexity - BigO complexity; - BigOFunc* complexity_lambda; - int64_t complexity_n; - - // what statistics to compute from the measurements - const std::vector* statistics; - - // Inform print function whether the current run is a complexity report - bool report_big_o; - bool report_rms; - - UserCounters counters; - }; - - // Construct a BenchmarkReporter with the output stream set to 'std::cout' - // and the error stream set to 'std::cerr' - BenchmarkReporter(); - - // Called once for every suite of benchmarks run. - // The parameter "context" contains information that the - // reporter may wish to use when generating its report, for example the - // platform under which the benchmarks are running. The benchmark run is - // never started if this function returns false, allowing the reporter - // to skip runs based on the context information. - virtual bool ReportContext(const Context& context) = 0; - - // Called once for each group of benchmark runs, gives information about - // cpu-time and heap memory usage during the benchmark run. If the group - // of runs contained more than two entries then 'report' contains additional - // elements representing the mean and standard deviation of those runs. - // Additionally if this group of runs was the last in a family of benchmarks - // 'reports' contains additional entries representing the asymptotic - // complexity and RMS of that benchmark family. - virtual void ReportRuns(const std::vector& report) = 0; - - // Called once and only once after ever group of benchmarks is run and - // reported. - virtual void Finalize() {} - - // REQUIRES: The object referenced by 'out' is valid for the lifetime - // of the reporter. - void SetOutputStream(std::ostream* out) { - assert(out); - output_stream_ = out; - } - - // REQUIRES: The object referenced by 'err' is valid for the lifetime - // of the reporter. - void SetErrorStream(std::ostream* err) { - assert(err); - error_stream_ = err; - } - - std::ostream& GetOutputStream() const { return *output_stream_; } - - std::ostream& GetErrorStream() const { return *error_stream_; } - - virtual ~BenchmarkReporter(); - - // Write a human readable string to 'out' representing the specified - // 'context'. - // REQUIRES: 'out' is non-null. - static void PrintBasicContext(std::ostream* out, Context const& context); - - private: - std::ostream* output_stream_; - std::ostream* error_stream_; -}; - -// Simple reporter that outputs benchmark data to the console. This is the -// default reporter used by RunSpecifiedBenchmarks(). -class ConsoleReporter : public BenchmarkReporter { -public: - enum OutputOptions { - OO_None = 0, - OO_Color = 1, - OO_Tabular = 2, - OO_ColorTabular = OO_Color|OO_Tabular, - OO_Defaults = OO_ColorTabular - }; - explicit ConsoleReporter(OutputOptions opts_ = OO_Defaults) - : output_options_(opts_), name_field_width_(0), - prev_counters_(), printed_header_(false) {} - - virtual bool ReportContext(const Context& context); - virtual void ReportRuns(const std::vector& reports); - - protected: - virtual void PrintRunData(const Run& report); - virtual void PrintHeader(const Run& report); - - OutputOptions output_options_; - size_t name_field_width_; - UserCounters prev_counters_; - bool printed_header_; -}; - -class JSONReporter : public BenchmarkReporter { - public: - JSONReporter() : first_report_(true) {} - virtual bool ReportContext(const Context& context); - virtual void ReportRuns(const std::vector& reports); - virtual void Finalize(); - - private: - void PrintRunData(const Run& report); - - bool first_report_; -}; - -class CSVReporter : public BenchmarkReporter { - public: - CSVReporter() : printed_header_(false) {} - virtual bool ReportContext(const Context& context); - virtual void ReportRuns(const std::vector& reports); - - private: - void PrintRunData(const Run& report); - - bool printed_header_; - std::set< std::string > user_counter_names_; -}; - -inline const char* GetTimeUnitString(TimeUnit unit) { - switch (unit) { - case kMillisecond: - return "ms"; - case kMicrosecond: - return "us"; - case kNanosecond: - default: - return "ns"; - } -} - -inline double GetTimeUnitMultiplier(TimeUnit unit) { - switch (unit) { - case kMillisecond: - return 1e3; - case kMicrosecond: - return 1e6; - case kNanosecond: - default: - return 1e9; - } -} - -} // namespace benchmark - -#endif // BENCHMARK_BENCHMARK_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/mingw.py b/external_imported/json/benchmarks/thirdparty/benchmark/mingw.py deleted file mode 100755 index 706ad559d..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/mingw.py +++ /dev/null @@ -1,320 +0,0 @@ -#! /usr/bin/env python -# encoding: utf-8 - -import argparse -import errno -import logging -import os -import platform -import re -import sys -import subprocess -import tempfile - -try: - import winreg -except ImportError: - import _winreg as winreg -try: - import urllib.request as request -except ImportError: - import urllib as request -try: - import urllib.parse as parse -except ImportError: - import urlparse as parse - -class EmptyLogger(object): - ''' - Provides an implementation that performs no logging - ''' - def debug(self, *k, **kw): - pass - def info(self, *k, **kw): - pass - def warn(self, *k, **kw): - pass - def error(self, *k, **kw): - pass - def critical(self, *k, **kw): - pass - def setLevel(self, *k, **kw): - pass - -urls = ( - 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20' - 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/' - 'repository.txt', - 'http://downloads.sourceforge.net/project/mingwbuilds/host-windows/' - 'repository.txt' -) -''' -A list of mingw-build repositories -''' - -def repository(urls = urls, log = EmptyLogger()): - ''' - Downloads and parse mingw-build repository files and parses them - ''' - log.info('getting mingw-builds repository') - versions = {} - re_sourceforge = re.compile(r'http://sourceforge.net/projects/([^/]+)/files') - re_sub = r'http://downloads.sourceforge.net/project/\1' - for url in urls: - log.debug(' - requesting: %s', url) - socket = request.urlopen(url) - repo = socket.read() - if not isinstance(repo, str): - repo = repo.decode(); - socket.close() - for entry in repo.split('\n')[:-1]: - value = entry.split('|') - version = tuple([int(n) for n in value[0].strip().split('.')]) - version = versions.setdefault(version, {}) - arch = value[1].strip() - if arch == 'x32': - arch = 'i686' - elif arch == 'x64': - arch = 'x86_64' - arch = version.setdefault(arch, {}) - threading = arch.setdefault(value[2].strip(), {}) - exceptions = threading.setdefault(value[3].strip(), {}) - revision = exceptions.setdefault(int(value[4].strip()[3:]), - re_sourceforge.sub(re_sub, value[5].strip())) - return versions - -def find_in_path(file, path=None): - ''' - Attempts to find an executable in the path - ''' - if platform.system() == 'Windows': - file += '.exe' - if path is None: - path = os.environ.get('PATH', '') - if type(path) is type(''): - path = path.split(os.pathsep) - return list(filter(os.path.exists, - map(lambda dir, file=file: os.path.join(dir, file), path))) - -def find_7zip(log = EmptyLogger()): - ''' - Attempts to find 7zip for unpacking the mingw-build archives - ''' - log.info('finding 7zip') - path = find_in_path('7z') - if not path: - key = winreg.OpenKey(winreg.HKEY_LOCAL_MACHINE, r'SOFTWARE\7-Zip') - path, _ = winreg.QueryValueEx(key, 'Path') - path = [os.path.join(path, '7z.exe')] - log.debug('found \'%s\'', path[0]) - return path[0] - -find_7zip() - -def unpack(archive, location, log = EmptyLogger()): - ''' - Unpacks a mingw-builds archive - ''' - sevenzip = find_7zip(log) - log.info('unpacking %s', os.path.basename(archive)) - cmd = [sevenzip, 'x', archive, '-o' + location, '-y'] - log.debug(' - %r', cmd) - with open(os.devnull, 'w') as devnull: - subprocess.check_call(cmd, stdout = devnull) - -def download(url, location, log = EmptyLogger()): - ''' - Downloads and unpacks a mingw-builds archive - ''' - log.info('downloading MinGW') - log.debug(' - url: %s', url) - log.debug(' - location: %s', location) - - re_content = re.compile(r'attachment;[ \t]*filename=(")?([^"]*)(")?[\r\n]*') - - stream = request.urlopen(url) - try: - content = stream.getheader('Content-Disposition') or '' - except AttributeError: - content = stream.headers.getheader('Content-Disposition') or '' - matches = re_content.match(content) - if matches: - filename = matches.group(2) - else: - parsed = parse.urlparse(stream.geturl()) - filename = os.path.basename(parsed.path) - - try: - os.makedirs(location) - except OSError as e: - if e.errno == errno.EEXIST and os.path.isdir(location): - pass - else: - raise - - archive = os.path.join(location, filename) - with open(archive, 'wb') as out: - while True: - buf = stream.read(1024) - if not buf: - break - out.write(buf) - unpack(archive, location, log = log) - os.remove(archive) - - possible = os.path.join(location, 'mingw64') - if not os.path.exists(possible): - possible = os.path.join(location, 'mingw32') - if not os.path.exists(possible): - raise ValueError('Failed to find unpacked MinGW: ' + possible) - return possible - -def root(location = None, arch = None, version = None, threading = None, - exceptions = None, revision = None, log = EmptyLogger()): - ''' - Returns the root folder of a specific version of the mingw-builds variant - of gcc. Will download the compiler if needed - ''' - - # Get the repository if we don't have all the information - if not (arch and version and threading and exceptions and revision): - versions = repository(log = log) - - # Determine some defaults - version = version or max(versions.keys()) - if not arch: - arch = platform.machine().lower() - if arch == 'x86': - arch = 'i686' - elif arch == 'amd64': - arch = 'x86_64' - if not threading: - keys = versions[version][arch].keys() - if 'posix' in keys: - threading = 'posix' - elif 'win32' in keys: - threading = 'win32' - else: - threading = keys[0] - if not exceptions: - keys = versions[version][arch][threading].keys() - if 'seh' in keys: - exceptions = 'seh' - elif 'sjlj' in keys: - exceptions = 'sjlj' - else: - exceptions = keys[0] - if revision == None: - revision = max(versions[version][arch][threading][exceptions].keys()) - if not location: - location = os.path.join(tempfile.gettempdir(), 'mingw-builds') - - # Get the download url - url = versions[version][arch][threading][exceptions][revision] - - # Tell the user whatzzup - log.info('finding MinGW %s', '.'.join(str(v) for v in version)) - log.debug(' - arch: %s', arch) - log.debug(' - threading: %s', threading) - log.debug(' - exceptions: %s', exceptions) - log.debug(' - revision: %s', revision) - log.debug(' - url: %s', url) - - # Store each specific revision differently - slug = '{version}-{arch}-{threading}-{exceptions}-rev{revision}' - slug = slug.format( - version = '.'.join(str(v) for v in version), - arch = arch, - threading = threading, - exceptions = exceptions, - revision = revision - ) - if arch == 'x86_64': - root_dir = os.path.join(location, slug, 'mingw64') - elif arch == 'i686': - root_dir = os.path.join(location, slug, 'mingw32') - else: - raise ValueError('Unknown MinGW arch: ' + arch) - - # Download if needed - if not os.path.exists(root_dir): - downloaded = download(url, os.path.join(location, slug), log = log) - if downloaded != root_dir: - raise ValueError('The location of mingw did not match\n%s\n%s' - % (downloaded, root_dir)) - - return root_dir - -def str2ver(string): - ''' - Converts a version string into a tuple - ''' - try: - version = tuple(int(v) for v in string.split('.')) - if len(version) is not 3: - raise ValueError() - except ValueError: - raise argparse.ArgumentTypeError( - 'please provide a three digit version string') - return version - -def main(): - ''' - Invoked when the script is run directly by the python interpreter - ''' - parser = argparse.ArgumentParser( - description = 'Downloads a specific version of MinGW', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - parser.add_argument('--location', - help = 'the location to download the compiler to', - default = os.path.join(tempfile.gettempdir(), 'mingw-builds')) - parser.add_argument('--arch', required = True, choices = ['i686', 'x86_64'], - help = 'the target MinGW architecture string') - parser.add_argument('--version', type = str2ver, - help = 'the version of GCC to download') - parser.add_argument('--threading', choices = ['posix', 'win32'], - help = 'the threading type of the compiler') - parser.add_argument('--exceptions', choices = ['sjlj', 'seh', 'dwarf'], - help = 'the method to throw exceptions') - parser.add_argument('--revision', type=int, - help = 'the revision of the MinGW release') - group = parser.add_mutually_exclusive_group() - group.add_argument('-v', '--verbose', action='store_true', - help='increase the script output verbosity') - group.add_argument('-q', '--quiet', action='store_true', - help='only print errors and warning') - args = parser.parse_args() - - # Create the logger - logger = logging.getLogger('mingw') - handler = logging.StreamHandler() - formatter = logging.Formatter('%(message)s') - handler.setFormatter(formatter) - logger.addHandler(handler) - logger.setLevel(logging.INFO) - if args.quiet: - logger.setLevel(logging.WARN) - if args.verbose: - logger.setLevel(logging.DEBUG) - - # Get MinGW - root_dir = root(location = args.location, arch = args.arch, - version = args.version, threading = args.threading, - exceptions = args.exceptions, revision = args.revision, - log = logger) - - sys.stdout.write('%s\n' % os.path.join(root_dir, 'bin')) - -if __name__ == '__main__': - try: - main() - except IOError as e: - sys.stderr.write('IO error: %s\n' % e) - sys.exit(1) - except OSError as e: - sys.stderr.write('OS error: %s\n' % e) - sys.exit(1) - except KeyboardInterrupt as e: - sys.stderr.write('Killed\n') - sys.exit(1) diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/releasing.md b/external_imported/json/benchmarks/thirdparty/benchmark/releasing.md deleted file mode 100755 index f0cd7010e..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/releasing.md +++ /dev/null @@ -1,16 +0,0 @@ -# How to release - -* Make sure you're on master and synced to HEAD -* Ensure the project builds and tests run (sanity check only, obviously) - * `parallel -j0 exec ::: test/*_test` can help ensure everything at least - passes -* Prepare release notes - * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of - commits between the last annotated tag and HEAD - * Pick the most interesting. -* Create a release through github's interface - * Note this will create a lightweight tag. - * Update this to an annotated tag: - * `git pull --tags` - * `git tag -a -f ` - * `git push --force origin` diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt b/external_imported/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt deleted file mode 100755 index 701804ba0..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt +++ /dev/null @@ -1,105 +0,0 @@ -# Allow the source files to find headers in src/ -include_directories(${PROJECT_SOURCE_DIR}/src) - -if (DEFINED BENCHMARK_CXX_LINKER_FLAGS) - list(APPEND CMAKE_SHARED_LINKER_FLAGS ${BENCHMARK_CXX_LINKER_FLAGS}) - list(APPEND CMAKE_MODULE_LINKER_FLAGS ${BENCHMARK_CXX_LINKER_FLAGS}) -endif() - -file(GLOB - SOURCE_FILES - *.cc - ${PROJECT_SOURCE_DIR}/include/benchmark/*.h - ${CMAKE_CURRENT_SOURCE_DIR}/*.h) -list(FILTER SOURCE_FILES EXCLUDE REGEX "benchmark_main\\.cc") - -add_library(benchmark ${SOURCE_FILES}) -set_target_properties(benchmark PROPERTIES - OUTPUT_NAME "benchmark" - VERSION ${GENERIC_LIB_VERSION} - SOVERSION ${GENERIC_LIB_SOVERSION} -) -target_include_directories(benchmark PUBLIC - $ - ) - -# Link threads. -target_link_libraries(benchmark ${BENCHMARK_CXX_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) -find_library(LIBRT rt) -if(LIBRT) - target_link_libraries(benchmark ${LIBRT}) -endif() - -# We need extra libraries on Windows -if(${CMAKE_SYSTEM_NAME} MATCHES "Windows") - target_link_libraries(benchmark Shlwapi) -endif() - -# We need extra libraries on Solaris -if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS") - target_link_libraries(benchmark kstat) -endif() - -# Benchmark main library -add_library(benchmark_main "benchmark_main.cc") -set_target_properties(benchmark_main PROPERTIES - OUTPUT_NAME "benchmark_main" - VERSION ${GENERIC_LIB_VERSION} - SOVERSION ${GENERIC_LIB_SOVERSION} -) -target_include_directories(benchmark PUBLIC - $ - ) -target_link_libraries(benchmark_main benchmark) - -set(include_install_dir "include") -set(lib_install_dir "lib/") -set(bin_install_dir "bin/") -set(config_install_dir "lib/cmake/${PROJECT_NAME}") -set(pkgconfig_install_dir "lib/pkgconfig") - -set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated") - -set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake") -set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake") -set(pkg_config "${generated_dir}/${PROJECT_NAME}.pc") -set(targets_export_name "${PROJECT_NAME}Targets") - -set(namespace "${PROJECT_NAME}::") - -include(CMakePackageConfigHelpers) -write_basic_package_version_file( - "${version_config}" VERSION ${GIT_VERSION} COMPATIBILITY SameMajorVersion -) - -configure_file("${PROJECT_SOURCE_DIR}/cmake/Config.cmake.in" "${project_config}" @ONLY) -configure_file("${PROJECT_SOURCE_DIR}/cmake/benchmark.pc.in" "${pkg_config}" @ONLY) - -if (BENCHMARK_ENABLE_INSTALL) - # Install target (will install the library to specified CMAKE_INSTALL_PREFIX variable) - install( - TARGETS benchmark benchmark_main - EXPORT ${targets_export_name} - ARCHIVE DESTINATION ${lib_install_dir} - LIBRARY DESTINATION ${lib_install_dir} - RUNTIME DESTINATION ${bin_install_dir} - INCLUDES DESTINATION ${include_install_dir}) - - install( - DIRECTORY "${PROJECT_SOURCE_DIR}/include/benchmark" - DESTINATION ${include_install_dir} - FILES_MATCHING PATTERN "*.*h") - - install( - FILES "${project_config}" "${version_config}" - DESTINATION "${config_install_dir}") - - install( - FILES "${pkg_config}" - DESTINATION "${pkgconfig_install_dir}") - - install( - EXPORT "${targets_export_name}" - NAMESPACE "${namespace}" - DESTINATION "${config_install_dir}") -endif() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/arraysize.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/arraysize.h deleted file mode 100755 index 51a50f2df..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/arraysize.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef BENCHMARK_ARRAYSIZE_H_ -#define BENCHMARK_ARRAYSIZE_H_ - -#include "internal_macros.h" - -namespace benchmark { -namespace internal { -// The arraysize(arr) macro returns the # of elements in an array arr. -// The expression is a compile-time constant, and therefore can be -// used in defining new arrays, for example. If you use arraysize on -// a pointer by mistake, you will get a compile-time error. -// - -// This template function declaration is used in defining arraysize. -// Note that the function doesn't need an implementation, as we only -// use its type. -template -char (&ArraySizeHelper(T (&array)[N]))[N]; - -// That gcc wants both of these prototypes seems mysterious. VC, for -// its part, can't decide which to use (another mystery). Matching of -// template overloads: the final frontier. -#ifndef COMPILER_MSVC -template -char (&ArraySizeHelper(const T (&array)[N]))[N]; -#endif - -#define arraysize(array) (sizeof(::benchmark::internal::ArraySizeHelper(array))) - -} // end namespace internal -} // end namespace benchmark - -#endif // BENCHMARK_ARRAYSIZE_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark.cc deleted file mode 100755 index 82b15ac70..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark.cc +++ /dev/null @@ -1,630 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" -#include "benchmark_api_internal.h" -#include "internal_macros.h" - -#ifndef BENCHMARK_OS_WINDOWS -#ifndef BENCHMARK_OS_FUCHSIA -#include -#endif -#include -#include -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "check.h" -#include "colorprint.h" -#include "commandlineflags.h" -#include "complexity.h" -#include "counter.h" -#include "internal_macros.h" -#include "log.h" -#include "mutex.h" -#include "re.h" -#include "statistics.h" -#include "string_util.h" -#include "thread_manager.h" -#include "thread_timer.h" - -DEFINE_bool(benchmark_list_tests, false, - "Print a list of benchmarks. This option overrides all other " - "options."); - -DEFINE_string(benchmark_filter, ".", - "A regular expression that specifies the set of benchmarks " - "to execute. If this flag is empty, no benchmarks are run. " - "If this flag is the string \"all\", all benchmarks linked " - "into the process are run."); - -DEFINE_double(benchmark_min_time, 0.5, - "Minimum number of seconds we should run benchmark before " - "results are considered significant. For cpu-time based " - "tests, this is the lower bound on the total cpu time " - "used by all threads that make up the test. For real-time " - "based tests, this is the lower bound on the elapsed time " - "of the benchmark execution, regardless of number of " - "threads."); - -DEFINE_int32(benchmark_repetitions, 1, - "The number of runs of each benchmark. If greater than 1, the " - "mean and standard deviation of the runs will be reported."); - -DEFINE_bool(benchmark_report_aggregates_only, false, - "Report the result of each benchmark repetitions. When 'true' is " - "specified only the mean, standard deviation, and other statistics " - "are reported for repeated benchmarks."); - -DEFINE_string(benchmark_format, "console", - "The format to use for console output. Valid values are " - "'console', 'json', or 'csv'."); - -DEFINE_string(benchmark_out_format, "json", - "The format to use for file output. Valid values are " - "'console', 'json', or 'csv'."); - -DEFINE_string(benchmark_out, "", "The file to write additional output to"); - -DEFINE_string(benchmark_color, "auto", - "Whether to use colors in the output. Valid values: " - "'true'/'yes'/1, 'false'/'no'/0, and 'auto'. 'auto' means to use " - "colors if the output is being sent to a terminal and the TERM " - "environment variable is set to a terminal type that supports " - "colors."); - -DEFINE_bool(benchmark_counters_tabular, false, - "Whether to use tabular format when printing user counters to " - "the console. Valid values: 'true'/'yes'/1, 'false'/'no'/0." - "Defaults to false."); - -DEFINE_int32(v, 0, "The level of verbose logging to output"); - -namespace benchmark { - -namespace { -static const size_t kMaxIterations = 1000000000; -} // end namespace - -namespace internal { - -void UseCharPointer(char const volatile*) {} - -namespace { - -BenchmarkReporter::Run CreateRunReport( - const benchmark::internal::Benchmark::Instance& b, - const internal::ThreadManager::Result& results, - double seconds) { - // Create report about this benchmark run. - BenchmarkReporter::Run report; - - report.benchmark_name = b.name; - report.error_occurred = results.has_error_; - report.error_message = results.error_message_; - report.report_label = results.report_label_; - // This is the total iterations across all threads. - report.iterations = results.iterations; - report.time_unit = b.time_unit; - - if (!report.error_occurred) { - double bytes_per_second = 0; - if (results.bytes_processed > 0 && seconds > 0.0) { - bytes_per_second = (results.bytes_processed / seconds); - } - double items_per_second = 0; - if (results.items_processed > 0 && seconds > 0.0) { - items_per_second = (results.items_processed / seconds); - } - - if (b.use_manual_time) { - report.real_accumulated_time = results.manual_time_used; - } else { - report.real_accumulated_time = results.real_time_used; - } - report.cpu_accumulated_time = results.cpu_time_used; - report.bytes_per_second = bytes_per_second; - report.items_per_second = items_per_second; - report.complexity_n = results.complexity_n; - report.complexity = b.complexity; - report.complexity_lambda = b.complexity_lambda; - report.statistics = b.statistics; - report.counters = results.counters; - internal::Finish(&report.counters, seconds, b.threads); - } - return report; -} - -// Execute one thread of benchmark b for the specified number of iterations. -// Adds the stats collected for the thread into *total. -void RunInThread(const benchmark::internal::Benchmark::Instance* b, - size_t iters, int thread_id, - internal::ThreadManager* manager) { - internal::ThreadTimer timer; - State st(iters, b->arg, thread_id, b->threads, &timer, manager); - b->benchmark->Run(st); - CHECK(st.iterations() >= st.max_iterations) - << "Benchmark returned before State::KeepRunning() returned false!"; - { - MutexLock l(manager->GetBenchmarkMutex()); - internal::ThreadManager::Result& results = manager->results; - results.iterations += st.iterations(); - results.cpu_time_used += timer.cpu_time_used(); - results.real_time_used += timer.real_time_used(); - results.manual_time_used += timer.manual_time_used(); - results.bytes_processed += st.bytes_processed(); - results.items_processed += st.items_processed(); - results.complexity_n += st.complexity_length_n(); - internal::Increment(&results.counters, st.counters); - } - manager->NotifyThreadComplete(); -} - -std::vector RunBenchmark( - const benchmark::internal::Benchmark::Instance& b, - std::vector* complexity_reports) { - std::vector reports; // return value - - const bool has_explicit_iteration_count = b.iterations != 0; - size_t iters = has_explicit_iteration_count ? b.iterations : 1; - std::unique_ptr manager; - std::vector pool(b.threads - 1); - const int repeats = - b.repetitions != 0 ? b.repetitions : FLAGS_benchmark_repetitions; - const bool report_aggregates_only = - repeats != 1 && - (b.report_mode == internal::RM_Unspecified - ? FLAGS_benchmark_report_aggregates_only - : b.report_mode == internal::RM_ReportAggregatesOnly); - for (int repetition_num = 0; repetition_num < repeats; repetition_num++) { - for (;;) { - // Try benchmark - VLOG(2) << "Running " << b.name << " for " << iters << "\n"; - - manager.reset(new internal::ThreadManager(b.threads)); - for (std::size_t ti = 0; ti < pool.size(); ++ti) { - pool[ti] = std::thread(&RunInThread, &b, iters, - static_cast(ti + 1), manager.get()); - } - RunInThread(&b, iters, 0, manager.get()); - manager->WaitForAllThreads(); - for (std::thread& thread : pool) thread.join(); - internal::ThreadManager::Result results; - { - MutexLock l(manager->GetBenchmarkMutex()); - results = manager->results; - } - manager.reset(); - // Adjust real/manual time stats since they were reported per thread. - results.real_time_used /= b.threads; - results.manual_time_used /= b.threads; - - VLOG(2) << "Ran in " << results.cpu_time_used << "/" - << results.real_time_used << "\n"; - - // Base decisions off of real time if requested by this benchmark. - double seconds = results.cpu_time_used; - if (b.use_manual_time) { - seconds = results.manual_time_used; - } else if (b.use_real_time) { - seconds = results.real_time_used; - } - - const double min_time = - !IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time; - - // Determine if this run should be reported; Either it has - // run for a sufficient amount of time or because an error was reported. - const bool should_report = repetition_num > 0 - || has_explicit_iteration_count // An exact iteration count was requested - || results.has_error_ - || iters >= kMaxIterations // No chance to try again, we hit the limit. - || seconds >= min_time // the elapsed time is large enough - // CPU time is specified but the elapsed real time greatly exceeds the - // minimum time. Note that user provided timers are except from this - // sanity check. - || ((results.real_time_used >= 5 * min_time) && !b.use_manual_time); - - if (should_report) { - BenchmarkReporter::Run report = CreateRunReport(b, results, seconds); - if (!report.error_occurred && b.complexity != oNone) - complexity_reports->push_back(report); - reports.push_back(report); - break; - } - - // See how much iterations should be increased by - // Note: Avoid division by zero with max(seconds, 1ns). - double multiplier = min_time * 1.4 / std::max(seconds, 1e-9); - // If our last run was at least 10% of FLAGS_benchmark_min_time then we - // use the multiplier directly. Otherwise we use at most 10 times - // expansion. - // NOTE: When the last run was at least 10% of the min time the max - // expansion should be 14x. - bool is_significant = (seconds / min_time) > 0.1; - multiplier = is_significant ? multiplier : std::min(10.0, multiplier); - if (multiplier <= 1.0) multiplier = 2.0; - double next_iters = std::max(multiplier * iters, iters + 1.0); - if (next_iters > kMaxIterations) { - next_iters = kMaxIterations; - } - VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n"; - iters = static_cast(next_iters + 0.5); - } - } - // Calculate additional statistics - auto stat_reports = ComputeStats(reports); - if ((b.complexity != oNone) && b.last_benchmark_instance) { - auto additional_run_stats = ComputeBigO(*complexity_reports); - stat_reports.insert(stat_reports.end(), additional_run_stats.begin(), - additional_run_stats.end()); - complexity_reports->clear(); - } - - if (report_aggregates_only) reports.clear(); - reports.insert(reports.end(), stat_reports.begin(), stat_reports.end()); - return reports; -} - -} // namespace -} // namespace internal - -State::State(size_t max_iters, const std::vector& ranges, int thread_i, - int n_threads, internal::ThreadTimer* timer, - internal::ThreadManager* manager) - : total_iterations_(0), - batch_leftover_(0), - max_iterations(max_iters), - started_(false), - finished_(false), - error_occurred_(false), - range_(ranges), - bytes_processed_(0), - items_processed_(0), - complexity_n_(0), - counters(), - thread_index(thread_i), - threads(n_threads), - timer_(timer), - manager_(manager) { - CHECK(max_iterations != 0) << "At least one iteration must be run"; - CHECK_LT(thread_index, threads) << "thread_index must be less than threads"; - - // Note: The use of offsetof below is technically undefined until C++17 - // because State is not a standard layout type. However, all compilers - // currently provide well-defined behavior as an extension (which is - // demonstrated since constexpr evaluation must diagnose all undefined - // behavior). However, GCC and Clang also warn about this use of offsetof, - // which must be suppressed. -#ifdef __GNUC__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Winvalid-offsetof" -#endif - // Offset tests to ensure commonly accessed data is on the first cache line. - const int cache_line_size = 64; - static_assert(offsetof(State, error_occurred_) <= - (cache_line_size - sizeof(error_occurred_)), ""); -#ifdef __GNUC__ -#pragma GCC diagnostic pop -#endif -} - -void State::PauseTiming() { - // Add in time accumulated so far - CHECK(started_ && !finished_ && !error_occurred_); - timer_->StopTimer(); -} - -void State::ResumeTiming() { - CHECK(started_ && !finished_ && !error_occurred_); - timer_->StartTimer(); -} - -void State::SkipWithError(const char* msg) { - CHECK(msg); - error_occurred_ = true; - { - MutexLock l(manager_->GetBenchmarkMutex()); - if (manager_->results.has_error_ == false) { - manager_->results.error_message_ = msg; - manager_->results.has_error_ = true; - } - } - total_iterations_ = 0; - if (timer_->running()) timer_->StopTimer(); -} - -void State::SetIterationTime(double seconds) { - timer_->SetIterationTime(seconds); -} - -void State::SetLabel(const char* label) { - MutexLock l(manager_->GetBenchmarkMutex()); - manager_->results.report_label_ = label; -} - -void State::StartKeepRunning() { - CHECK(!started_ && !finished_); - started_ = true; - total_iterations_ = error_occurred_ ? 0 : max_iterations; - manager_->StartStopBarrier(); - if (!error_occurred_) ResumeTiming(); -} - -void State::FinishKeepRunning() { - CHECK(started_ && (!finished_ || error_occurred_)); - if (!error_occurred_) { - PauseTiming(); - } - // Total iterations has now wrapped around past 0. Fix this. - total_iterations_ = 0; - finished_ = true; - manager_->StartStopBarrier(); -} - -namespace internal { -namespace { - -void RunBenchmarks(const std::vector& benchmarks, - BenchmarkReporter* console_reporter, - BenchmarkReporter* file_reporter) { - // Note the file_reporter can be null. - CHECK(console_reporter != nullptr); - - // Determine the width of the name field using a minimum width of 10. - bool has_repetitions = FLAGS_benchmark_repetitions > 1; - size_t name_field_width = 10; - size_t stat_field_width = 0; - for (const Benchmark::Instance& benchmark : benchmarks) { - name_field_width = - std::max(name_field_width, benchmark.name.size()); - has_repetitions |= benchmark.repetitions > 1; - - for(const auto& Stat : *benchmark.statistics) - stat_field_width = std::max(stat_field_width, Stat.name_.size()); - } - if (has_repetitions) name_field_width += 1 + stat_field_width; - - // Print header here - BenchmarkReporter::Context context; - context.name_field_width = name_field_width; - - // Keep track of running times of all instances of current benchmark - std::vector complexity_reports; - - // We flush streams after invoking reporter methods that write to them. This - // ensures users get timely updates even when streams are not line-buffered. - auto flushStreams = [](BenchmarkReporter* reporter) { - if (!reporter) return; - std::flush(reporter->GetOutputStream()); - std::flush(reporter->GetErrorStream()); - }; - - if (console_reporter->ReportContext(context) && - (!file_reporter || file_reporter->ReportContext(context))) { - flushStreams(console_reporter); - flushStreams(file_reporter); - for (const auto& benchmark : benchmarks) { - std::vector reports = - RunBenchmark(benchmark, &complexity_reports); - console_reporter->ReportRuns(reports); - if (file_reporter) file_reporter->ReportRuns(reports); - flushStreams(console_reporter); - flushStreams(file_reporter); - } - } - console_reporter->Finalize(); - if (file_reporter) file_reporter->Finalize(); - flushStreams(console_reporter); - flushStreams(file_reporter); -} - -std::unique_ptr CreateReporter( - std::string const& name, ConsoleReporter::OutputOptions output_opts) { - typedef std::unique_ptr PtrType; - if (name == "console") { - return PtrType(new ConsoleReporter(output_opts)); - } else if (name == "json") { - return PtrType(new JSONReporter); - } else if (name == "csv") { - return PtrType(new CSVReporter); - } else { - std::cerr << "Unexpected format: '" << name << "'\n"; - std::exit(1); - } -} - -} // end namespace - -bool IsZero(double n) { - return std::abs(n) < std::numeric_limits::epsilon(); -} - -ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color) { - int output_opts = ConsoleReporter::OO_Defaults; - if ((FLAGS_benchmark_color == "auto" && IsColorTerminal()) || - IsTruthyFlagValue(FLAGS_benchmark_color)) { - output_opts |= ConsoleReporter::OO_Color; - } else { - output_opts &= ~ConsoleReporter::OO_Color; - } - if(force_no_color) { - output_opts &= ~ConsoleReporter::OO_Color; - } - if(FLAGS_benchmark_counters_tabular) { - output_opts |= ConsoleReporter::OO_Tabular; - } else { - output_opts &= ~ConsoleReporter::OO_Tabular; - } - return static_cast< ConsoleReporter::OutputOptions >(output_opts); -} - -} // end namespace internal - -size_t RunSpecifiedBenchmarks() { - return RunSpecifiedBenchmarks(nullptr, nullptr); -} - -size_t RunSpecifiedBenchmarks(BenchmarkReporter* console_reporter) { - return RunSpecifiedBenchmarks(console_reporter, nullptr); -} - -size_t RunSpecifiedBenchmarks(BenchmarkReporter* console_reporter, - BenchmarkReporter* file_reporter) { - std::string spec = FLAGS_benchmark_filter; - if (spec.empty() || spec == "all") - spec = "."; // Regexp that matches all benchmarks - - // Setup the reporters - std::ofstream output_file; - std::unique_ptr default_console_reporter; - std::unique_ptr default_file_reporter; - if (!console_reporter) { - default_console_reporter = internal::CreateReporter( - FLAGS_benchmark_format, internal::GetOutputOptions()); - console_reporter = default_console_reporter.get(); - } - auto& Out = console_reporter->GetOutputStream(); - auto& Err = console_reporter->GetErrorStream(); - - std::string const& fname = FLAGS_benchmark_out; - if (fname.empty() && file_reporter) { - Err << "A custom file reporter was provided but " - "--benchmark_out= was not specified." - << std::endl; - std::exit(1); - } - if (!fname.empty()) { - output_file.open(fname); - if (!output_file.is_open()) { - Err << "invalid file name: '" << fname << std::endl; - std::exit(1); - } - if (!file_reporter) { - default_file_reporter = internal::CreateReporter( - FLAGS_benchmark_out_format, ConsoleReporter::OO_None); - file_reporter = default_file_reporter.get(); - } - file_reporter->SetOutputStream(&output_file); - file_reporter->SetErrorStream(&output_file); - } - - std::vector benchmarks; - if (!FindBenchmarksInternal(spec, &benchmarks, &Err)) return 0; - - if (benchmarks.empty()) { - Err << "Failed to match any benchmarks against regex: " << spec << "\n"; - return 0; - } - - if (FLAGS_benchmark_list_tests) { - for (auto const& benchmark : benchmarks) Out << benchmark.name << "\n"; - } else { - internal::RunBenchmarks(benchmarks, console_reporter, file_reporter); - } - - return benchmarks.size(); -} - -namespace internal { - -void PrintUsageAndExit() { - fprintf(stdout, - "benchmark" - " [--benchmark_list_tests={true|false}]\n" - " [--benchmark_filter=]\n" - " [--benchmark_min_time=]\n" - " [--benchmark_repetitions=]\n" - " [--benchmark_report_aggregates_only={true|false}\n" - " [--benchmark_format=]\n" - " [--benchmark_out=]\n" - " [--benchmark_out_format=]\n" - " [--benchmark_color={auto|true|false}]\n" - " [--benchmark_counters_tabular={true|false}]\n" - " [--v=]\n"); - exit(0); -} - -void ParseCommandLineFlags(int* argc, char** argv) { - using namespace benchmark; - BenchmarkReporter::Context::executable_name = argv[0]; - for (int i = 1; i < *argc; ++i) { - if (ParseBoolFlag(argv[i], "benchmark_list_tests", - &FLAGS_benchmark_list_tests) || - ParseStringFlag(argv[i], "benchmark_filter", &FLAGS_benchmark_filter) || - ParseDoubleFlag(argv[i], "benchmark_min_time", - &FLAGS_benchmark_min_time) || - ParseInt32Flag(argv[i], "benchmark_repetitions", - &FLAGS_benchmark_repetitions) || - ParseBoolFlag(argv[i], "benchmark_report_aggregates_only", - &FLAGS_benchmark_report_aggregates_only) || - ParseStringFlag(argv[i], "benchmark_format", &FLAGS_benchmark_format) || - ParseStringFlag(argv[i], "benchmark_out", &FLAGS_benchmark_out) || - ParseStringFlag(argv[i], "benchmark_out_format", - &FLAGS_benchmark_out_format) || - ParseStringFlag(argv[i], "benchmark_color", &FLAGS_benchmark_color) || - // "color_print" is the deprecated name for "benchmark_color". - // TODO: Remove this. - ParseStringFlag(argv[i], "color_print", &FLAGS_benchmark_color) || - ParseBoolFlag(argv[i], "benchmark_counters_tabular", - &FLAGS_benchmark_counters_tabular) || - ParseInt32Flag(argv[i], "v", &FLAGS_v)) { - for (int j = i; j != *argc - 1; ++j) argv[j] = argv[j + 1]; - - --(*argc); - --i; - } else if (IsFlag(argv[i], "help")) { - PrintUsageAndExit(); - } - } - for (auto const* flag : - {&FLAGS_benchmark_format, &FLAGS_benchmark_out_format}) - if (*flag != "console" && *flag != "json" && *flag != "csv") { - PrintUsageAndExit(); - } - if (FLAGS_benchmark_color.empty()) { - PrintUsageAndExit(); - } -} - -int InitializeStreams() { - static std::ios_base::Init init; - return 0; -} - -} // end namespace internal - -void Initialize(int* argc, char** argv) { - internal::ParseCommandLineFlags(argc, argv); - internal::LogLevel() = FLAGS_v; -} - -bool ReportUnrecognizedArguments(int argc, char** argv) { - for (int i = 1; i < argc; ++i) { - fprintf(stderr, "%s: error: unrecognized command-line flag: %s\n", argv[0], argv[i]); - } - return argc > 1; -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h deleted file mode 100755 index dd7a3ffe8..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef BENCHMARK_API_INTERNAL_H -#define BENCHMARK_API_INTERNAL_H - -#include "benchmark/benchmark.h" - -#include -#include -#include -#include -#include - -namespace benchmark { -namespace internal { - -// Information kept per benchmark we may want to run -struct Benchmark::Instance { - std::string name; - Benchmark* benchmark; - ReportMode report_mode; - std::vector arg; - TimeUnit time_unit; - int range_multiplier; - bool use_real_time; - bool use_manual_time; - BigO complexity; - BigOFunc* complexity_lambda; - UserCounters counters; - const std::vector* statistics; - bool last_benchmark_instance; - int repetitions; - double min_time; - size_t iterations; - int threads; // Number of concurrent threads to us -}; - -bool FindBenchmarksInternal(const std::string& re, - std::vector* benchmarks, - std::ostream* Err); - -bool IsZero(double n); - -ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false); - -} // end namespace internal -} // end namespace benchmark - -#endif // BENCHMARK_API_INTERNAL_H diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc deleted file mode 100755 index b3b247831..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2018 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" - -BENCHMARK_MAIN(); diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc deleted file mode 100755 index dc6f93568..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc +++ /dev/null @@ -1,461 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark_register.h" - -#ifndef BENCHMARK_OS_WINDOWS -#ifndef BENCHMARK_OS_FUCHSIA -#include -#endif -#include -#include -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "benchmark/benchmark.h" -#include "benchmark_api_internal.h" -#include "check.h" -#include "commandlineflags.h" -#include "complexity.h" -#include "internal_macros.h" -#include "log.h" -#include "mutex.h" -#include "re.h" -#include "statistics.h" -#include "string_util.h" -#include "timers.h" - -namespace benchmark { - -namespace { -// For non-dense Range, intermediate values are powers of kRangeMultiplier. -static const int kRangeMultiplier = 8; -// The size of a benchmark family determines is the number of inputs to repeat -// the benchmark on. If this is "large" then warn the user during configuration. -static const size_t kMaxFamilySize = 100; -} // end namespace - -namespace internal { - -//=============================================================================// -// BenchmarkFamilies -//=============================================================================// - -// Class for managing registered benchmarks. Note that each registered -// benchmark identifies a family of related benchmarks to run. -class BenchmarkFamilies { - public: - static BenchmarkFamilies* GetInstance(); - - // Registers a benchmark family and returns the index assigned to it. - size_t AddBenchmark(std::unique_ptr family); - - // Clear all registered benchmark families. - void ClearBenchmarks(); - - // Extract the list of benchmark instances that match the specified - // regular expression. - bool FindBenchmarks(std::string re, - std::vector* benchmarks, - std::ostream* Err); - - private: - BenchmarkFamilies() {} - - std::vector> families_; - Mutex mutex_; -}; - -BenchmarkFamilies* BenchmarkFamilies::GetInstance() { - static BenchmarkFamilies instance; - return &instance; -} - -size_t BenchmarkFamilies::AddBenchmark(std::unique_ptr family) { - MutexLock l(mutex_); - size_t index = families_.size(); - families_.push_back(std::move(family)); - return index; -} - -void BenchmarkFamilies::ClearBenchmarks() { - MutexLock l(mutex_); - families_.clear(); - families_.shrink_to_fit(); -} - -bool BenchmarkFamilies::FindBenchmarks( - std::string spec, std::vector* benchmarks, - std::ostream* ErrStream) { - CHECK(ErrStream); - auto& Err = *ErrStream; - // Make regular expression out of command-line flag - std::string error_msg; - Regex re; - bool isNegativeFilter = false; - if(spec[0] == '-') { - spec.replace(0, 1, ""); - isNegativeFilter = true; - } - if (!re.Init(spec, &error_msg)) { - Err << "Could not compile benchmark re: " << error_msg << std::endl; - return false; - } - - // Special list of thread counts to use when none are specified - const std::vector one_thread = {1}; - - MutexLock l(mutex_); - for (std::unique_ptr& family : families_) { - // Family was deleted or benchmark doesn't match - if (!family) continue; - - if (family->ArgsCnt() == -1) { - family->Args({}); - } - const std::vector* thread_counts = - (family->thread_counts_.empty() - ? &one_thread - : &static_cast&>(family->thread_counts_)); - const size_t family_size = family->args_.size() * thread_counts->size(); - // The benchmark will be run at least 'family_size' different inputs. - // If 'family_size' is very large warn the user. - if (family_size > kMaxFamilySize) { - Err << "The number of inputs is very large. " << family->name_ - << " will be repeated at least " << family_size << " times.\n"; - } - // reserve in the special case the regex ".", since we know the final - // family size. - if (spec == ".") benchmarks->reserve(family_size); - - for (auto const& args : family->args_) { - for (int num_threads : *thread_counts) { - Benchmark::Instance instance; - instance.name = family->name_; - instance.benchmark = family.get(); - instance.report_mode = family->report_mode_; - instance.arg = args; - instance.time_unit = family->time_unit_; - instance.range_multiplier = family->range_multiplier_; - instance.min_time = family->min_time_; - instance.iterations = family->iterations_; - instance.repetitions = family->repetitions_; - instance.use_real_time = family->use_real_time_; - instance.use_manual_time = family->use_manual_time_; - instance.complexity = family->complexity_; - instance.complexity_lambda = family->complexity_lambda_; - instance.statistics = &family->statistics_; - instance.threads = num_threads; - - // Add arguments to instance name - size_t arg_i = 0; - for (auto const& arg : args) { - instance.name += "/"; - - if (arg_i < family->arg_names_.size()) { - const auto& arg_name = family->arg_names_[arg_i]; - if (!arg_name.empty()) { - instance.name += - StrFormat("%s:", family->arg_names_[arg_i].c_str()); - } - } - - instance.name += StrFormat("%d", arg); - ++arg_i; - } - - if (!IsZero(family->min_time_)) - instance.name += StrFormat("/min_time:%0.3f", family->min_time_); - if (family->iterations_ != 0) - instance.name += StrFormat("/iterations:%d", family->iterations_); - if (family->repetitions_ != 0) - instance.name += StrFormat("/repeats:%d", family->repetitions_); - - if (family->use_manual_time_) { - instance.name += "/manual_time"; - } else if (family->use_real_time_) { - instance.name += "/real_time"; - } - - // Add the number of threads used to the name - if (!family->thread_counts_.empty()) { - instance.name += StrFormat("/threads:%d", instance.threads); - } - - if ((re.Match(instance.name) && !isNegativeFilter) || - (!re.Match(instance.name) && isNegativeFilter)) { - instance.last_benchmark_instance = (&args == &family->args_.back()); - benchmarks->push_back(std::move(instance)); - } - } - } - } - return true; -} - -Benchmark* RegisterBenchmarkInternal(Benchmark* bench) { - std::unique_ptr bench_ptr(bench); - BenchmarkFamilies* families = BenchmarkFamilies::GetInstance(); - families->AddBenchmark(std::move(bench_ptr)); - return bench; -} - -// FIXME: This function is a hack so that benchmark.cc can access -// `BenchmarkFamilies` -bool FindBenchmarksInternal(const std::string& re, - std::vector* benchmarks, - std::ostream* Err) { - return BenchmarkFamilies::GetInstance()->FindBenchmarks(re, benchmarks, Err); -} - -//=============================================================================// -// Benchmark -//=============================================================================// - -Benchmark::Benchmark(const char* name) - : name_(name), - report_mode_(RM_Unspecified), - time_unit_(kNanosecond), - range_multiplier_(kRangeMultiplier), - min_time_(0), - iterations_(0), - repetitions_(0), - use_real_time_(false), - use_manual_time_(false), - complexity_(oNone), - complexity_lambda_(nullptr) { - ComputeStatistics("mean", StatisticsMean); - ComputeStatistics("median", StatisticsMedian); - ComputeStatistics("stddev", StatisticsStdDev); -} - -Benchmark::~Benchmark() {} - -Benchmark* Benchmark::Arg(int64_t x) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); - args_.push_back({x}); - return this; -} - -Benchmark* Benchmark::Unit(TimeUnit unit) { - time_unit_ = unit; - return this; -} - -Benchmark* Benchmark::Range(int64_t start, int64_t limit) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); - std::vector arglist; - AddRange(&arglist, start, limit, range_multiplier_); - - for (int64_t i : arglist) { - args_.push_back({i}); - } - return this; -} - -Benchmark* Benchmark::Ranges( - const std::vector>& ranges) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast(ranges.size())); - std::vector> arglists(ranges.size()); - std::size_t total = 1; - for (std::size_t i = 0; i < ranges.size(); i++) { - AddRange(&arglists[i], ranges[i].first, ranges[i].second, - range_multiplier_); - total *= arglists[i].size(); - } - - std::vector ctr(arglists.size(), 0); - - for (std::size_t i = 0; i < total; i++) { - std::vector tmp; - tmp.reserve(arglists.size()); - - for (std::size_t j = 0; j < arglists.size(); j++) { - tmp.push_back(arglists[j].at(ctr[j])); - } - - args_.push_back(std::move(tmp)); - - for (std::size_t j = 0; j < arglists.size(); j++) { - if (ctr[j] + 1 < arglists[j].size()) { - ++ctr[j]; - break; - } - ctr[j] = 0; - } - } - return this; -} - -Benchmark* Benchmark::ArgName(const std::string& name) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); - arg_names_ = {name}; - return this; -} - -Benchmark* Benchmark::ArgNames(const std::vector& names) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast(names.size())); - arg_names_ = names; - return this; -} - -Benchmark* Benchmark::DenseRange(int64_t start, int64_t limit, int step) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == 1); - CHECK_GE(start, 0); - CHECK_LE(start, limit); - for (int64_t arg = start; arg <= limit; arg += step) { - args_.push_back({arg}); - } - return this; -} - -Benchmark* Benchmark::Args(const std::vector& args) { - CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast(args.size())); - args_.push_back(args); - return this; -} - -Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) { - custom_arguments(this); - return this; -} - -Benchmark* Benchmark::RangeMultiplier(int multiplier) { - CHECK(multiplier > 1); - range_multiplier_ = multiplier; - return this; -} - -Benchmark* Benchmark::MinTime(double t) { - CHECK(t > 0.0); - CHECK(iterations_ == 0); - min_time_ = t; - return this; -} - -Benchmark* Benchmark::Iterations(size_t n) { - CHECK(n > 0); - CHECK(IsZero(min_time_)); - iterations_ = n; - return this; -} - -Benchmark* Benchmark::Repetitions(int n) { - CHECK(n > 0); - repetitions_ = n; - return this; -} - -Benchmark* Benchmark::ReportAggregatesOnly(bool value) { - report_mode_ = value ? RM_ReportAggregatesOnly : RM_Default; - return this; -} - -Benchmark* Benchmark::UseRealTime() { - CHECK(!use_manual_time_) - << "Cannot set UseRealTime and UseManualTime simultaneously."; - use_real_time_ = true; - return this; -} - -Benchmark* Benchmark::UseManualTime() { - CHECK(!use_real_time_) - << "Cannot set UseRealTime and UseManualTime simultaneously."; - use_manual_time_ = true; - return this; -} - -Benchmark* Benchmark::Complexity(BigO complexity) { - complexity_ = complexity; - return this; -} - -Benchmark* Benchmark::Complexity(BigOFunc* complexity) { - complexity_lambda_ = complexity; - complexity_ = oLambda; - return this; -} - -Benchmark* Benchmark::ComputeStatistics(std::string name, - StatisticsFunc* statistics) { - statistics_.emplace_back(name, statistics); - return this; -} - -Benchmark* Benchmark::Threads(int t) { - CHECK_GT(t, 0); - thread_counts_.push_back(t); - return this; -} - -Benchmark* Benchmark::ThreadRange(int min_threads, int max_threads) { - CHECK_GT(min_threads, 0); - CHECK_GE(max_threads, min_threads); - - AddRange(&thread_counts_, min_threads, max_threads, 2); - return this; -} - -Benchmark* Benchmark::DenseThreadRange(int min_threads, int max_threads, - int stride) { - CHECK_GT(min_threads, 0); - CHECK_GE(max_threads, min_threads); - CHECK_GE(stride, 1); - - for (auto i = min_threads; i < max_threads; i += stride) { - thread_counts_.push_back(i); - } - thread_counts_.push_back(max_threads); - return this; -} - -Benchmark* Benchmark::ThreadPerCpu() { - thread_counts_.push_back(CPUInfo::Get().num_cpus); - return this; -} - -void Benchmark::SetName(const char* name) { name_ = name; } - -int Benchmark::ArgsCnt() const { - if (args_.empty()) { - if (arg_names_.empty()) return -1; - return static_cast(arg_names_.size()); - } - return static_cast(args_.front().size()); -} - -//=============================================================================// -// FunctionBenchmark -//=============================================================================// - -void FunctionBenchmark::Run(State& st) { func_(st); } - -} // end namespace internal - -void ClearRegisteredBenchmarks() { - internal::BenchmarkFamilies::GetInstance()->ClearBenchmarks(); -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h deleted file mode 100755 index 0705e219f..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef BENCHMARK_REGISTER_H -#define BENCHMARK_REGISTER_H - -#include - -#include "check.h" - -template -void AddRange(std::vector* dst, T lo, T hi, int mult) { - CHECK_GE(lo, 0); - CHECK_GE(hi, lo); - CHECK_GE(mult, 2); - - // Add "lo" - dst->push_back(lo); - - static const T kmax = std::numeric_limits::max(); - - // Now space out the benchmarks in multiples of "mult" - for (T i = 1; i < kmax / mult; i *= mult) { - if (i >= hi) break; - if (i > lo) { - dst->push_back(i); - } - } - - // Add "hi" (if different from "lo") - if (hi != lo) { - dst->push_back(hi); - } -} - -#endif // BENCHMARK_REGISTER_H diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/check.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/check.h deleted file mode 100755 index 73bead2fb..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/check.h +++ /dev/null @@ -1,79 +0,0 @@ -#ifndef CHECK_H_ -#define CHECK_H_ - -#include -#include -#include - -#include "internal_macros.h" -#include "log.h" - -namespace benchmark { -namespace internal { - -typedef void(AbortHandlerT)(); - -inline AbortHandlerT*& GetAbortHandler() { - static AbortHandlerT* handler = &std::abort; - return handler; -} - -BENCHMARK_NORETURN inline void CallAbortHandler() { - GetAbortHandler()(); - std::abort(); // fallback to enforce noreturn -} - -// CheckHandler is the class constructed by failing CHECK macros. CheckHandler -// will log information about the failures and abort when it is destructed. -class CheckHandler { - public: - CheckHandler(const char* check, const char* file, const char* func, int line) - : log_(GetErrorLogInstance()) { - log_ << file << ":" << line << ": " << func << ": Check `" << check - << "' failed. "; - } - - LogType& GetLog() { return log_; } - - BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { - log_ << std::endl; - CallAbortHandler(); - } - - CheckHandler& operator=(const CheckHandler&) = delete; - CheckHandler(const CheckHandler&) = delete; - CheckHandler() = delete; - - private: - LogType& log_; -}; - -} // end namespace internal -} // end namespace benchmark - -// The CHECK macro returns a std::ostream object that can have extra information -// written to it. -#ifndef NDEBUG -#define CHECK(b) \ - (b ? ::benchmark::internal::GetNullLogInstance() \ - : ::benchmark::internal::CheckHandler(#b, __FILE__, __func__, __LINE__) \ - .GetLog()) -#else -#define CHECK(b) ::benchmark::internal::GetNullLogInstance() -#endif - -#define CHECK_EQ(a, b) CHECK((a) == (b)) -#define CHECK_NE(a, b) CHECK((a) != (b)) -#define CHECK_GE(a, b) CHECK((a) >= (b)) -#define CHECK_LE(a, b) CHECK((a) <= (b)) -#define CHECK_GT(a, b) CHECK((a) > (b)) -#define CHECK_LT(a, b) CHECK((a) < (b)) - -#define CHECK_FLOAT_EQ(a, b, eps) CHECK(std::fabs((a) - (b)) < (eps)) -#define CHECK_FLOAT_NE(a, b, eps) CHECK(std::fabs((a) - (b)) >= (eps)) -#define CHECK_FLOAT_GE(a, b, eps) CHECK((a) - (b) > -(eps)) -#define CHECK_FLOAT_LE(a, b, eps) CHECK((b) - (a) > -(eps)) -#define CHECK_FLOAT_GT(a, b, eps) CHECK((a) - (b) > (eps)) -#define CHECK_FLOAT_LT(a, b, eps) CHECK((b) - (a) > (eps)) - -#endif // CHECK_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.cc deleted file mode 100755 index 2dec4a8b2..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.cc +++ /dev/null @@ -1,188 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "colorprint.h" - -#include -#include -#include -#include -#include -#include - -#include "check.h" -#include "internal_macros.h" - -#ifdef BENCHMARK_OS_WINDOWS -#include -#include -#else -#include -#endif // BENCHMARK_OS_WINDOWS - -namespace benchmark { -namespace { -#ifdef BENCHMARK_OS_WINDOWS -typedef WORD PlatformColorCode; -#else -typedef const char* PlatformColorCode; -#endif - -PlatformColorCode GetPlatformColorCode(LogColor color) { -#ifdef BENCHMARK_OS_WINDOWS - switch (color) { - case COLOR_RED: - return FOREGROUND_RED; - case COLOR_GREEN: - return FOREGROUND_GREEN; - case COLOR_YELLOW: - return FOREGROUND_RED | FOREGROUND_GREEN; - case COLOR_BLUE: - return FOREGROUND_BLUE; - case COLOR_MAGENTA: - return FOREGROUND_BLUE | FOREGROUND_RED; - case COLOR_CYAN: - return FOREGROUND_BLUE | FOREGROUND_GREEN; - case COLOR_WHITE: // fall through to default - default: - return 0; - } -#else - switch (color) { - case COLOR_RED: - return "1"; - case COLOR_GREEN: - return "2"; - case COLOR_YELLOW: - return "3"; - case COLOR_BLUE: - return "4"; - case COLOR_MAGENTA: - return "5"; - case COLOR_CYAN: - return "6"; - case COLOR_WHITE: - return "7"; - default: - return nullptr; - }; -#endif -} - -} // end namespace - -std::string FormatString(const char* msg, va_list args) { - // we might need a second shot at this, so pre-emptivly make a copy - va_list args_cp; - va_copy(args_cp, args); - - std::size_t size = 256; - char local_buff[256]; - auto ret = vsnprintf(local_buff, size, msg, args_cp); - - va_end(args_cp); - - // currently there is no error handling for failure, so this is hack. - CHECK(ret >= 0); - - if (ret == 0) // handle empty expansion - return {}; - else if (static_cast(ret) < size) - return local_buff; - else { - // we did not provide a long enough buffer on our first attempt. - size = (size_t)ret + 1; // + 1 for the null byte - std::unique_ptr buff(new char[size]); - ret = vsnprintf(buff.get(), size, msg, args); - CHECK(ret > 0 && ((size_t)ret) < size); - return buff.get(); - } -} - -std::string FormatString(const char* msg, ...) { - va_list args; - va_start(args, msg); - auto tmp = FormatString(msg, args); - va_end(args); - return tmp; -} - -void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { - va_list args; - va_start(args, fmt); - ColorPrintf(out, color, fmt, args); - va_end(args); -} - -void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, - va_list args) { -#ifdef BENCHMARK_OS_WINDOWS - ((void)out); // suppress unused warning - - const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); - - // Gets the current text color. - CONSOLE_SCREEN_BUFFER_INFO buffer_info; - GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); - const WORD old_color_attrs = buffer_info.wAttributes; - - // We need to flush the stream buffers into the console before each - // SetConsoleTextAttribute call lest it affect the text that is already - // printed but has not yet reached the console. - fflush(stdout); - SetConsoleTextAttribute(stdout_handle, - GetPlatformColorCode(color) | FOREGROUND_INTENSITY); - vprintf(fmt, args); - - fflush(stdout); - // Restores the text color. - SetConsoleTextAttribute(stdout_handle, old_color_attrs); -#else - const char* color_code = GetPlatformColorCode(color); - if (color_code) out << FormatString("\033[0;3%sm", color_code); - out << FormatString(fmt, args) << "\033[m"; -#endif -} - -bool IsColorTerminal() { -#if BENCHMARK_OS_WINDOWS - // On Windows the TERM variable is usually not set, but the - // console there does support colors. - return 0 != _isatty(_fileno(stdout)); -#else - // On non-Windows platforms, we rely on the TERM variable. This list of - // supported TERM values is copied from Google Test: - // . - const char* const SUPPORTED_TERM_VALUES[] = { - "xterm", "xterm-color", "xterm-256color", - "screen", "screen-256color", "tmux", - "tmux-256color", "rxvt-unicode", "rxvt-unicode-256color", - "linux", "cygwin", - }; - - const char* const term = getenv("TERM"); - - bool term_supports_color = false; - for (const char* candidate : SUPPORTED_TERM_VALUES) { - if (term && 0 == strcmp(term, candidate)) { - term_supports_color = true; - break; - } - } - - return 0 != isatty(fileno(stdout)) && term_supports_color; -#endif // BENCHMARK_OS_WINDOWS -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.h deleted file mode 100755 index 9f6fab9b3..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/colorprint.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef BENCHMARK_COLORPRINT_H_ -#define BENCHMARK_COLORPRINT_H_ - -#include -#include -#include - -namespace benchmark { -enum LogColor { - COLOR_DEFAULT, - COLOR_RED, - COLOR_GREEN, - COLOR_YELLOW, - COLOR_BLUE, - COLOR_MAGENTA, - COLOR_CYAN, - COLOR_WHITE -}; - -std::string FormatString(const char* msg, va_list args); -std::string FormatString(const char* msg, ...); - -void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, - va_list args); -void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...); - -// Returns true if stdout appears to be a terminal that supports colored -// output, false otherwise. -bool IsColorTerminal(); - -} // end namespace benchmark - -#endif // BENCHMARK_COLORPRINT_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc deleted file mode 100755 index 2fc92517a..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc +++ /dev/null @@ -1,218 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "commandlineflags.h" - -#include -#include -#include -#include -#include - -namespace benchmark { -// Parses 'str' for a 32-bit signed integer. If successful, writes -// the result to *value and returns true; otherwise leaves *value -// unchanged and returns false. -bool ParseInt32(const std::string& src_text, const char* str, int32_t* value) { - // Parses the environment variable as a decimal integer. - char* end = nullptr; - const long long_value = strtol(str, &end, 10); // NOLINT - - // Has strtol() consumed all characters in the string? - if (*end != '\0') { - // No - an invalid character was encountered. - std::cerr << src_text << " is expected to be a 32-bit integer, " - << "but actually has value \"" << str << "\".\n"; - return false; - } - - // Is the parsed value in the range of an Int32? - const int32_t result = static_cast(long_value); - if (long_value == std::numeric_limits::max() || - long_value == std::numeric_limits::min() || - // The parsed value overflows as a long. (strtol() returns - // LONG_MAX or LONG_MIN when the input overflows.) - result != long_value - // The parsed value overflows as an Int32. - ) { - std::cerr << src_text << " is expected to be a 32-bit integer, " - << "but actually has value \"" << str << "\", " - << "which overflows.\n"; - return false; - } - - *value = result; - return true; -} - -// Parses 'str' for a double. If successful, writes the result to *value and -// returns true; otherwise leaves *value unchanged and returns false. -bool ParseDouble(const std::string& src_text, const char* str, double* value) { - // Parses the environment variable as a decimal integer. - char* end = nullptr; - const double double_value = strtod(str, &end); // NOLINT - - // Has strtol() consumed all characters in the string? - if (*end != '\0') { - // No - an invalid character was encountered. - std::cerr << src_text << " is expected to be a double, " - << "but actually has value \"" << str << "\".\n"; - return false; - } - - *value = double_value; - return true; -} - -// Returns the name of the environment variable corresponding to the -// given flag. For example, FlagToEnvVar("foo") will return -// "BENCHMARK_FOO" in the open-source version. -static std::string FlagToEnvVar(const char* flag) { - const std::string flag_str(flag); - - std::string env_var; - for (size_t i = 0; i != flag_str.length(); ++i) - env_var += static_cast(::toupper(flag_str.c_str()[i])); - - return "BENCHMARK_" + env_var; -} - -// Reads and returns the Boolean environment variable corresponding to -// the given flag; if it's not set, returns default_value. -// -// The value is considered true iff it's not "0". -bool BoolFromEnv(const char* flag, bool default_value) { - const std::string env_var = FlagToEnvVar(flag); - const char* const string_value = getenv(env_var.c_str()); - return string_value == nullptr ? default_value - : strcmp(string_value, "0") != 0; -} - -// Reads and returns a 32-bit integer stored in the environment -// variable corresponding to the given flag; if it isn't set or -// doesn't represent a valid 32-bit integer, returns default_value. -int32_t Int32FromEnv(const char* flag, int32_t default_value) { - const std::string env_var = FlagToEnvVar(flag); - const char* const string_value = getenv(env_var.c_str()); - if (string_value == nullptr) { - // The environment variable is not set. - return default_value; - } - - int32_t result = default_value; - if (!ParseInt32(std::string("Environment variable ") + env_var, string_value, - &result)) { - std::cout << "The default value " << default_value << " is used.\n"; - return default_value; - } - - return result; -} - -// Reads and returns the string environment variable corresponding to -// the given flag; if it's not set, returns default_value. -const char* StringFromEnv(const char* flag, const char* default_value) { - const std::string env_var = FlagToEnvVar(flag); - const char* const value = getenv(env_var.c_str()); - return value == nullptr ? default_value : value; -} - -// Parses a string as a command line flag. The string should have -// the format "--flag=value". When def_optional is true, the "=value" -// part can be omitted. -// -// Returns the value of the flag, or nullptr if the parsing failed. -const char* ParseFlagValue(const char* str, const char* flag, - bool def_optional) { - // str and flag must not be nullptr. - if (str == nullptr || flag == nullptr) return nullptr; - - // The flag must start with "--". - const std::string flag_str = std::string("--") + std::string(flag); - const size_t flag_len = flag_str.length(); - if (strncmp(str, flag_str.c_str(), flag_len) != 0) return nullptr; - - // Skips the flag name. - const char* flag_end = str + flag_len; - - // When def_optional is true, it's OK to not have a "=value" part. - if (def_optional && (flag_end[0] == '\0')) return flag_end; - - // If def_optional is true and there are more characters after the - // flag name, or if def_optional is false, there must be a '=' after - // the flag name. - if (flag_end[0] != '=') return nullptr; - - // Returns the string after "=". - return flag_end + 1; -} - -bool ParseBoolFlag(const char* str, const char* flag, bool* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, true); - - // Aborts if the parsing failed. - if (value_str == nullptr) return false; - - // Converts the string value to a bool. - *value = IsTruthyFlagValue(value_str); - return true; -} - -bool ParseInt32Flag(const char* str, const char* flag, int32_t* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, false); - - // Aborts if the parsing failed. - if (value_str == nullptr) return false; - - // Sets *value to the value of the flag. - return ParseInt32(std::string("The value of flag --") + flag, value_str, - value); -} - -bool ParseDoubleFlag(const char* str, const char* flag, double* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, false); - - // Aborts if the parsing failed. - if (value_str == nullptr) return false; - - // Sets *value to the value of the flag. - return ParseDouble(std::string("The value of flag --") + flag, value_str, - value); -} - -bool ParseStringFlag(const char* str, const char* flag, std::string* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, false); - - // Aborts if the parsing failed. - if (value_str == nullptr) return false; - - *value = value_str; - return true; -} - -bool IsFlag(const char* str, const char* flag) { - return (ParseFlagValue(str, flag, true) != nullptr); -} - -bool IsTruthyFlagValue(const std::string& value) { - if (value.empty()) return true; - char ch = value[0]; - return isalnum(ch) && - !(ch == '0' || ch == 'f' || ch == 'F' || ch == 'n' || ch == 'N'); -} -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h deleted file mode 100755 index 945c9a9fc..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h +++ /dev/null @@ -1,79 +0,0 @@ -#ifndef BENCHMARK_COMMANDLINEFLAGS_H_ -#define BENCHMARK_COMMANDLINEFLAGS_H_ - -#include -#include - -// Macro for referencing flags. -#define FLAG(name) FLAGS_##name - -// Macros for declaring flags. -#define DECLARE_bool(name) extern bool FLAG(name) -#define DECLARE_int32(name) extern int32_t FLAG(name) -#define DECLARE_int64(name) extern int64_t FLAG(name) -#define DECLARE_double(name) extern double FLAG(name) -#define DECLARE_string(name) extern std::string FLAG(name) - -// Macros for defining flags. -#define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val) -#define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val) -#define DEFINE_int64(name, default_val, doc) int64_t FLAG(name) = (default_val) -#define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) -#define DEFINE_string(name, default_val, doc) \ - std::string FLAG(name) = (default_val) - -namespace benchmark { -// Parses 'str' for a 32-bit signed integer. If successful, writes the result -// to *value and returns true; otherwise leaves *value unchanged and returns -// false. -bool ParseInt32(const std::string& src_text, const char* str, int32_t* value); - -// Parses a bool/Int32/string from the environment variable -// corresponding to the given Google Test flag. -bool BoolFromEnv(const char* flag, bool default_val); -int32_t Int32FromEnv(const char* flag, int32_t default_val); -double DoubleFromEnv(const char* flag, double default_val); -const char* StringFromEnv(const char* flag, const char* default_val); - -// Parses a string for a bool flag, in the form of either -// "--flag=value" or "--flag". -// -// In the former case, the value is taken as true if it passes IsTruthyValue(). -// -// In the latter case, the value is taken as true. -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseBoolFlag(const char* str, const char* flag, bool* value); - -// Parses a string for an Int32 flag, in the form of -// "--flag=value". -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseInt32Flag(const char* str, const char* flag, int32_t* value); - -// Parses a string for a Double flag, in the form of -// "--flag=value". -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseDoubleFlag(const char* str, const char* flag, double* value); - -// Parses a string for a string flag, in the form of -// "--flag=value". -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseStringFlag(const char* str, const char* flag, std::string* value); - -// Returns true if the string matches the flag. -bool IsFlag(const char* str, const char* flag); - -// Returns true unless value starts with one of: '0', 'f', 'F', 'n' or 'N', or -// some non-alphanumeric character. As a special case, also returns true if -// value is the empty string. -bool IsTruthyFlagValue(const std::string& value); -} // end namespace benchmark - -#endif // BENCHMARK_COMMANDLINEFLAGS_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.cc deleted file mode 100755 index 97bf6e09b..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.cc +++ /dev/null @@ -1,220 +0,0 @@ -// Copyright 2016 Ismael Jimenez Martinez. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Source project : https://github.com/ismaelJimenez/cpp.leastsq -// Adapted to be used with google benchmark - -#include "benchmark/benchmark.h" - -#include -#include -#include "check.h" -#include "complexity.h" - -namespace benchmark { - -// Internal function to calculate the different scalability forms -BigOFunc* FittingCurve(BigO complexity) { - switch (complexity) { - case oN: - return [](int64_t n) -> double { return static_cast(n); }; - case oNSquared: - return [](int64_t n) -> double { return std::pow(n, 2); }; - case oNCubed: - return [](int64_t n) -> double { return std::pow(n, 3); }; - case oLogN: - return [](int64_t n) { return log2(n); }; - case oNLogN: - return [](int64_t n) { return n * log2(n); }; - case o1: - default: - return [](int64_t) { return 1.0; }; - } -} - -// Function to return an string for the calculated complexity -std::string GetBigOString(BigO complexity) { - switch (complexity) { - case oN: - return "N"; - case oNSquared: - return "N^2"; - case oNCubed: - return "N^3"; - case oLogN: - return "lgN"; - case oNLogN: - return "NlgN"; - case o1: - return "(1)"; - default: - return "f(N)"; - } -} - -// Find the coefficient for the high-order term in the running time, by -// minimizing the sum of squares of relative error, for the fitting curve -// given by the lambda expression. -// - n : Vector containing the size of the benchmark tests. -// - time : Vector containing the times for the benchmark tests. -// - fitting_curve : lambda expression (e.g. [](int64_t n) {return n; };). - -// For a deeper explanation on the algorithm logic, look the README file at -// http://github.com/ismaelJimenez/Minimal-Cpp-Least-Squared-Fit - -LeastSq MinimalLeastSq(const std::vector& n, - const std::vector& time, - BigOFunc* fitting_curve) { - double sigma_gn = 0.0; - double sigma_gn_squared = 0.0; - double sigma_time = 0.0; - double sigma_time_gn = 0.0; - - // Calculate least square fitting parameter - for (size_t i = 0; i < n.size(); ++i) { - double gn_i = fitting_curve(n[i]); - sigma_gn += gn_i; - sigma_gn_squared += gn_i * gn_i; - sigma_time += time[i]; - sigma_time_gn += time[i] * gn_i; - } - - LeastSq result; - result.complexity = oLambda; - - // Calculate complexity. - result.coef = sigma_time_gn / sigma_gn_squared; - - // Calculate RMS - double rms = 0.0; - for (size_t i = 0; i < n.size(); ++i) { - double fit = result.coef * fitting_curve(n[i]); - rms += pow((time[i] - fit), 2); - } - - // Normalized RMS by the mean of the observed values - double mean = sigma_time / n.size(); - result.rms = sqrt(rms / n.size()) / mean; - - return result; -} - -// Find the coefficient for the high-order term in the running time, by -// minimizing the sum of squares of relative error. -// - n : Vector containing the size of the benchmark tests. -// - time : Vector containing the times for the benchmark tests. -// - complexity : If different than oAuto, the fitting curve will stick to -// this one. If it is oAuto, it will be calculated the best -// fitting curve. -LeastSq MinimalLeastSq(const std::vector& n, - const std::vector& time, const BigO complexity) { - CHECK_EQ(n.size(), time.size()); - CHECK_GE(n.size(), 2); // Do not compute fitting curve is less than two - // benchmark runs are given - CHECK_NE(complexity, oNone); - - LeastSq best_fit; - - if (complexity == oAuto) { - std::vector fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed}; - - // Take o1 as default best fitting curve - best_fit = MinimalLeastSq(n, time, FittingCurve(o1)); - best_fit.complexity = o1; - - // Compute all possible fitting curves and stick to the best one - for (const auto& fit : fit_curves) { - LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); - if (current_fit.rms < best_fit.rms) { - best_fit = current_fit; - best_fit.complexity = fit; - } - } - } else { - best_fit = MinimalLeastSq(n, time, FittingCurve(complexity)); - best_fit.complexity = complexity; - } - - return best_fit; -} - -std::vector ComputeBigO( - const std::vector& reports) { - typedef BenchmarkReporter::Run Run; - std::vector results; - - if (reports.size() < 2) return results; - - // Accumulators. - std::vector n; - std::vector real_time; - std::vector cpu_time; - - // Populate the accumulators. - for (const Run& run : reports) { - CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?"; - n.push_back(run.complexity_n); - real_time.push_back(run.real_accumulated_time / run.iterations); - cpu_time.push_back(run.cpu_accumulated_time / run.iterations); - } - - LeastSq result_cpu; - LeastSq result_real; - - if (reports[0].complexity == oLambda) { - result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); - result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); - } else { - result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); - result_real = MinimalLeastSq(n, real_time, result_cpu.complexity); - } - std::string benchmark_name = - reports[0].benchmark_name.substr(0, reports[0].benchmark_name.find('/')); - - // Get the data from the accumulator to BenchmarkReporter::Run's. - Run big_o; - big_o.benchmark_name = benchmark_name + "_BigO"; - big_o.iterations = 0; - big_o.real_accumulated_time = result_real.coef; - big_o.cpu_accumulated_time = result_cpu.coef; - big_o.report_big_o = true; - big_o.complexity = result_cpu.complexity; - - // All the time results are reported after being multiplied by the - // time unit multiplier. But since RMS is a relative quantity it - // should not be multiplied at all. So, here, we _divide_ it by the - // multiplier so that when it is multiplied later the result is the - // correct one. - double multiplier = GetTimeUnitMultiplier(reports[0].time_unit); - - // Only add label to mean/stddev if it is same for all runs - Run rms; - big_o.report_label = reports[0].report_label; - rms.benchmark_name = benchmark_name + "_RMS"; - rms.report_label = big_o.report_label; - rms.iterations = 0; - rms.real_accumulated_time = result_real.rms / multiplier; - rms.cpu_accumulated_time = result_cpu.rms / multiplier; - rms.report_rms = true; - rms.complexity = result_cpu.complexity; - // don't forget to keep the time unit, or we won't be able to - // recover the correct value. - rms.time_unit = reports[0].time_unit; - - results.push_back(big_o); - results.push_back(rms); - return results; -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.h deleted file mode 100755 index df29b48d2..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/complexity.h +++ /dev/null @@ -1,55 +0,0 @@ -// Copyright 2016 Ismael Jimenez Martinez. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Source project : https://github.com/ismaelJimenez/cpp.leastsq -// Adapted to be used with google benchmark - -#ifndef COMPLEXITY_H_ -#define COMPLEXITY_H_ - -#include -#include - -#include "benchmark/benchmark.h" - -namespace benchmark { - -// Return a vector containing the bigO and RMS information for the specified -// list of reports. If 'reports.size() < 2' an empty vector is returned. -std::vector ComputeBigO( - const std::vector& reports); - -// This data structure will contain the result returned by MinimalLeastSq -// - coef : Estimated coeficient for the high-order term as -// interpolated from data. -// - rms : Normalized Root Mean Squared Error. -// - complexity : Scalability form (e.g. oN, oNLogN). In case a scalability -// form has been provided to MinimalLeastSq this will return -// the same value. In case BigO::oAuto has been selected, this -// parameter will return the best fitting curve detected. - -struct LeastSq { - LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} - - double coef; - double rms; - BigO complexity; -}; - -// Function to return an string for the calculated complexity -std::string GetBigOString(BigO complexity); - -} // end namespace benchmark - -#endif // COMPLEXITY_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc deleted file mode 100755 index 48920ca78..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc +++ /dev/null @@ -1,182 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" -#include "complexity.h" -#include "counter.h" - -#include -#include -#include -#include -#include -#include -#include - -#include "check.h" -#include "colorprint.h" -#include "commandlineflags.h" -#include "internal_macros.h" -#include "string_util.h" -#include "timers.h" - -namespace benchmark { - -bool ConsoleReporter::ReportContext(const Context& context) { - name_field_width_ = context.name_field_width; - printed_header_ = false; - prev_counters_.clear(); - - PrintBasicContext(&GetErrorStream(), context); - -#ifdef BENCHMARK_OS_WINDOWS - if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) { - GetErrorStream() - << "Color printing is only supported for stdout on windows." - " Disabling color printing\n"; - output_options_ = static_cast< OutputOptions >(output_options_ & ~OO_Color); - } -#endif - - return true; -} - -void ConsoleReporter::PrintHeader(const Run& run) { - std::string str = FormatString("%-*s %13s %13s %10s", static_cast(name_field_width_), - "Benchmark", "Time", "CPU", "Iterations"); - if(!run.counters.empty()) { - if(output_options_ & OO_Tabular) { - for(auto const& c : run.counters) { - str += FormatString(" %10s", c.first.c_str()); - } - } else { - str += " UserCounters..."; - } - } - str += "\n"; - std::string line = std::string(str.length(), '-'); - GetOutputStream() << line << "\n" << str << line << "\n"; -} - -void ConsoleReporter::ReportRuns(const std::vector& reports) { - for (const auto& run : reports) { - // print the header: - // --- if none was printed yet - bool print_header = !printed_header_; - // --- or if the format is tabular and this run - // has different fields from the prev header - print_header |= (output_options_ & OO_Tabular) && - (!internal::SameNames(run.counters, prev_counters_)); - if (print_header) { - printed_header_ = true; - prev_counters_ = run.counters; - PrintHeader(run); - } - // As an alternative to printing the headers like this, we could sort - // the benchmarks by header and then print. But this would require - // waiting for the full results before printing, or printing twice. - PrintRunData(run); - } -} - -static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, - ...) { - va_list args; - va_start(args, fmt); - out << FormatString(fmt, args); - va_end(args); -} - -void ConsoleReporter::PrintRunData(const Run& result) { - typedef void(PrinterFn)(std::ostream&, LogColor, const char*, ...); - auto& Out = GetOutputStream(); - PrinterFn* printer = (output_options_ & OO_Color) ? - (PrinterFn*)ColorPrintf : IgnoreColorPrint; - auto name_color = - (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; - printer(Out, name_color, "%-*s ", name_field_width_, - result.benchmark_name.c_str()); - - if (result.error_occurred) { - printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", - result.error_message.c_str()); - printer(Out, COLOR_DEFAULT, "\n"); - return; - } - // Format bytes per second - std::string rate; - if (result.bytes_per_second > 0) { - rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s"); - } - - // Format items per second - std::string items; - if (result.items_per_second > 0) { - items = - StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s"); - } - - const double real_time = result.GetAdjustedRealTime(); - const double cpu_time = result.GetAdjustedCPUTime(); - - if (result.report_big_o) { - std::string big_o = GetBigOString(result.complexity); - printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(), - cpu_time, big_o.c_str()); - } else if (result.report_rms) { - printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100, - cpu_time * 100); - } else { - const char* timeLabel = GetTimeUnitString(result.time_unit); - printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel, - cpu_time, timeLabel); - } - - if (!result.report_big_o && !result.report_rms) { - printer(Out, COLOR_CYAN, "%10lld", result.iterations); - } - - for (auto& c : result.counters) { - const std::size_t cNameLen = std::max(std::string::size_type(10), - c.first.length()); - auto const& s = HumanReadableNumber(c.second.value, 1000); - if (output_options_ & OO_Tabular) { - if (c.second.flags & Counter::kIsRate) { - printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str()); - } else { - printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str()); - } - } else { - const char* unit = (c.second.flags & Counter::kIsRate) ? "/s" : ""; - printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(), - unit); - } - } - - if (!rate.empty()) { - printer(Out, COLOR_DEFAULT, " %*s", 13, rate.c_str()); - } - - if (!items.empty()) { - printer(Out, COLOR_DEFAULT, " %*s", 18, items.c_str()); - } - - if (!result.report_label.empty()) { - printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str()); - } - - printer(Out, COLOR_DEFAULT, "\n"); -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/counter.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/counter.cc deleted file mode 100755 index ed1aa044e..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/counter.cc +++ /dev/null @@ -1,68 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "counter.h" - -namespace benchmark { -namespace internal { - -double Finish(Counter const& c, double cpu_time, double num_threads) { - double v = c.value; - if (c.flags & Counter::kIsRate) { - v /= cpu_time; - } - if (c.flags & Counter::kAvgThreads) { - v /= num_threads; - } - return v; -} - -void Finish(UserCounters *l, double cpu_time, double num_threads) { - for (auto &c : *l) { - c.second.value = Finish(c.second, cpu_time, num_threads); - } -} - -void Increment(UserCounters *l, UserCounters const& r) { - // add counters present in both or just in *l - for (auto &c : *l) { - auto it = r.find(c.first); - if (it != r.end()) { - c.second.value = c.second + it->second; - } - } - // add counters present in r, but not in *l - for (auto const &tc : r) { - auto it = l->find(tc.first); - if (it == l->end()) { - (*l)[tc.first] = tc.second; - } - } -} - -bool SameNames(UserCounters const& l, UserCounters const& r) { - if (&l == &r) return true; - if (l.size() != r.size()) { - return false; - } - for (auto const& c : l) { - if (r.find(c.first) == r.end()) { - return false; - } - } - return true; -} - -} // end namespace internal -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/counter.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/counter.h deleted file mode 100755 index dd6865a31..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/counter.h +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" - -namespace benchmark { - -// these counter-related functions are hidden to reduce API surface. -namespace internal { -void Finish(UserCounters *l, double time, double num_threads); -void Increment(UserCounters *l, UserCounters const& r); -bool SameNames(UserCounters const& l, UserCounters const& r); -} // end namespace internal - -} //end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc deleted file mode 100755 index 35510645b..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc +++ /dev/null @@ -1,149 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" -#include "complexity.h" - -#include -#include -#include -#include -#include -#include - -#include "string_util.h" -#include "timers.h" -#include "check.h" - -// File format reference: http://edoceo.com/utilitas/csv-file-format. - -namespace benchmark { - -namespace { -std::vector elements = { - "name", "iterations", "real_time", "cpu_time", - "time_unit", "bytes_per_second", "items_per_second", "label", - "error_occurred", "error_message"}; -} // namespace - -bool CSVReporter::ReportContext(const Context& context) { - PrintBasicContext(&GetErrorStream(), context); - return true; -} - -void CSVReporter::ReportRuns(const std::vector & reports) { - std::ostream& Out = GetOutputStream(); - - if (!printed_header_) { - // save the names of all the user counters - for (const auto& run : reports) { - for (const auto& cnt : run.counters) { - user_counter_names_.insert(cnt.first); - } - } - - // print the header - for (auto B = elements.begin(); B != elements.end();) { - Out << *B++; - if (B != elements.end()) Out << ","; - } - for (auto B = user_counter_names_.begin(); B != user_counter_names_.end();) { - Out << ",\"" << *B++ << "\""; - } - Out << "\n"; - - printed_header_ = true; - } else { - // check that all the current counters are saved in the name set - for (const auto& run : reports) { - for (const auto& cnt : run.counters) { - CHECK(user_counter_names_.find(cnt.first) != user_counter_names_.end()) - << "All counters must be present in each run. " - << "Counter named \"" << cnt.first - << "\" was not in a run after being added to the header"; - } - } - } - - // print results for each run - for (const auto& run : reports) { - PrintRunData(run); - } - -} - -void CSVReporter::PrintRunData(const Run & run) { - std::ostream& Out = GetOutputStream(); - - // Field with embedded double-quote characters must be doubled and the field - // delimited with double-quotes. - std::string name = run.benchmark_name; - ReplaceAll(&name, "\"", "\"\""); - Out << '"' << name << "\","; - if (run.error_occurred) { - Out << std::string(elements.size() - 3, ','); - Out << "true,"; - std::string msg = run.error_message; - ReplaceAll(&msg, "\"", "\"\""); - Out << '"' << msg << "\"\n"; - return; - } - - // Do not print iteration on bigO and RMS report - if (!run.report_big_o && !run.report_rms) { - Out << run.iterations; - } - Out << ","; - - Out << run.GetAdjustedRealTime() << ","; - Out << run.GetAdjustedCPUTime() << ","; - - // Do not print timeLabel on bigO and RMS report - if (run.report_big_o) { - Out << GetBigOString(run.complexity); - } else if (!run.report_rms) { - Out << GetTimeUnitString(run.time_unit); - } - Out << ","; - - if (run.bytes_per_second > 0.0) { - Out << run.bytes_per_second; - } - Out << ","; - if (run.items_per_second > 0.0) { - Out << run.items_per_second; - } - Out << ","; - if (!run.report_label.empty()) { - // Field with embedded double-quote characters must be doubled and the field - // delimited with double-quotes. - std::string label = run.report_label; - ReplaceAll(&label, "\"", "\"\""); - Out << "\"" << label << "\""; - } - Out << ",,"; // for error_occurred and error_message - - // Print user counters - for (const auto &ucn : user_counter_names_) { - auto it = run.counters.find(ucn); - if(it == run.counters.end()) { - Out << ","; - } else { - Out << "," << it->second; - } - } - Out << '\n'; -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/cycleclock.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/cycleclock.h deleted file mode 100755 index 3b376ac57..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/cycleclock.h +++ /dev/null @@ -1,177 +0,0 @@ -// ---------------------------------------------------------------------- -// CycleClock -// A CycleClock tells you the current time in Cycles. The "time" -// is actually time since power-on. This is like time() but doesn't -// involve a system call and is much more precise. -// -// NOTE: Not all cpu/platform/kernel combinations guarantee that this -// clock increments at a constant rate or is synchronized across all logical -// cpus in a system. -// -// If you need the above guarantees, please consider using a different -// API. There are efforts to provide an interface which provides a millisecond -// granularity and implemented as a memory read. A memory read is generally -// cheaper than the CycleClock for many architectures. -// -// Also, in some out of order CPU implementations, the CycleClock is not -// serializing. So if you're trying to count at cycles granularity, your -// data might be inaccurate due to out of order instruction execution. -// ---------------------------------------------------------------------- - -#ifndef BENCHMARK_CYCLECLOCK_H_ -#define BENCHMARK_CYCLECLOCK_H_ - -#include - -#include "benchmark/benchmark.h" -#include "internal_macros.h" - -#if defined(BENCHMARK_OS_MACOSX) -#include -#endif -// For MSVC, we want to use '_asm rdtsc' when possible (since it works -// with even ancient MSVC compilers), and when not possible the -// __rdtsc intrinsic, declared in . Unfortunately, in some -// environments, and have conflicting -// declarations of some other intrinsics, breaking compilation. -// Therefore, we simply declare __rdtsc ourselves. See also -// http://connect.microsoft.com/VisualStudio/feedback/details/262047 -#if defined(COMPILER_MSVC) && !defined(_M_IX86) -extern "C" uint64_t __rdtsc(); -#pragma intrinsic(__rdtsc) -#endif - -#ifndef BENCHMARK_OS_WINDOWS -#include -#include -#endif - -#ifdef BENCHMARK_OS_EMSCRIPTEN -#include -#endif - -namespace benchmark { -// NOTE: only i386 and x86_64 have been well tested. -// PPC, sparc, alpha, and ia64 are based on -// http://peter.kuscsik.com/wordpress/?p=14 -// with modifications by m3b. See also -// https://setisvn.ssl.berkeley.edu/svn/lib/fftw-3.0.1/kernel/cycle.h -namespace cycleclock { -// This should return the number of cycles since power-on. Thread-safe. -inline BENCHMARK_ALWAYS_INLINE int64_t Now() { -#if defined(BENCHMARK_OS_MACOSX) - // this goes at the top because we need ALL Macs, regardless of - // architecture, to return the number of "mach time units" that - // have passed since startup. See sysinfo.cc where - // InitializeSystemInfo() sets the supposed cpu clock frequency of - // macs to the number of mach time units per second, not actual - // CPU clock frequency (which can change in the face of CPU - // frequency scaling). Also note that when the Mac sleeps, this - // counter pauses; it does not continue counting, nor does it - // reset to zero. - return mach_absolute_time(); -#elif defined(BENCHMARK_OS_EMSCRIPTEN) - // this goes above x86-specific code because old versions of Emscripten - // define __x86_64__, although they have nothing to do with it. - return static_cast(emscripten_get_now() * 1e+6); -#elif defined(__i386__) - int64_t ret; - __asm__ volatile("rdtsc" : "=A"(ret)); - return ret; -#elif defined(__x86_64__) || defined(__amd64__) - uint64_t low, high; - __asm__ volatile("rdtsc" : "=a"(low), "=d"(high)); - return (high << 32) | low; -#elif defined(__powerpc__) || defined(__ppc__) - // This returns a time-base, which is not always precisely a cycle-count. - int64_t tbl, tbu0, tbu1; - asm("mftbu %0" : "=r"(tbu0)); - asm("mftb %0" : "=r"(tbl)); - asm("mftbu %0" : "=r"(tbu1)); - tbl &= -static_cast(tbu0 == tbu1); - // high 32 bits in tbu1; low 32 bits in tbl (tbu0 is garbage) - return (tbu1 << 32) | tbl; -#elif defined(__sparc__) - int64_t tick; - asm(".byte 0x83, 0x41, 0x00, 0x00"); - asm("mov %%g1, %0" : "=r"(tick)); - return tick; -#elif defined(__ia64__) - int64_t itc; - asm("mov %0 = ar.itc" : "=r"(itc)); - return itc; -#elif defined(COMPILER_MSVC) && defined(_M_IX86) - // Older MSVC compilers (like 7.x) don't seem to support the - // __rdtsc intrinsic properly, so I prefer to use _asm instead - // when I know it will work. Otherwise, I'll use __rdtsc and hope - // the code is being compiled with a non-ancient compiler. - _asm rdtsc -#elif defined(COMPILER_MSVC) - return __rdtsc(); -#elif defined(BENCHMARK_OS_NACL) - // Native Client validator on x86/x86-64 allows RDTSC instructions, - // and this case is handled above. Native Client validator on ARM - // rejects MRC instructions (used in the ARM-specific sequence below), - // so we handle it here. Portable Native Client compiles to - // architecture-agnostic bytecode, which doesn't provide any - // cycle counter access mnemonics. - - // Native Client does not provide any API to access cycle counter. - // Use clock_gettime(CLOCK_MONOTONIC, ...) instead of gettimeofday - // because is provides nanosecond resolution (which is noticable at - // least for PNaCl modules running on x86 Mac & Linux). - // Initialize to always return 0 if clock_gettime fails. - struct timespec ts = { 0, 0 }; - clock_gettime(CLOCK_MONOTONIC, &ts); - return static_cast(ts.tv_sec) * 1000000000 + ts.tv_nsec; -#elif defined(__aarch64__) - // System timer of ARMv8 runs at a different frequency than the CPU's. - // The frequency is fixed, typically in the range 1-50MHz. It can be - // read at CNTFRQ special register. We assume the OS has set up - // the virtual timer properly. - int64_t virtual_timer_value; - asm volatile("mrs %0, cntvct_el0" : "=r"(virtual_timer_value)); - return virtual_timer_value; -#elif defined(__ARM_ARCH) - // V6 is the earliest arch that has a standard cyclecount - // Native Client validator doesn't allow MRC instructions. -#if (__ARM_ARCH >= 6) - uint32_t pmccntr; - uint32_t pmuseren; - uint32_t pmcntenset; - // Read the user mode perf monitor counter access permissions. - asm volatile("mrc p15, 0, %0, c9, c14, 0" : "=r"(pmuseren)); - if (pmuseren & 1) { // Allows reading perfmon counters for user mode code. - asm volatile("mrc p15, 0, %0, c9, c12, 1" : "=r"(pmcntenset)); - if (pmcntenset & 0x80000000ul) { // Is it counting? - asm volatile("mrc p15, 0, %0, c9, c13, 0" : "=r"(pmccntr)); - // The counter is set up to count every 64th cycle - return static_cast(pmccntr) * 64; // Should optimize to << 6 - } - } -#endif - struct timeval tv; - gettimeofday(&tv, nullptr); - return static_cast(tv.tv_sec) * 1000000 + tv.tv_usec; -#elif defined(__mips__) - // mips apparently only allows rdtsc for superusers, so we fall - // back to gettimeofday. It's possible clock_gettime would be better. - struct timeval tv; - gettimeofday(&tv, nullptr); - return static_cast(tv.tv_sec) * 1000000 + tv.tv_usec; -#elif defined(__s390__) // Covers both s390 and s390x. - // Return the CPU clock. - uint64_t tsc; - asm("stck %0" : "=Q" (tsc) : : "cc"); - return tsc; -#else -// The soft failover to a generic implementation is automatic only for ARM. -// For other platforms the developer is expected to make an attempt to create -// a fast implementation and use generic version if nothing better is available. -#error You need to define CycleTimer for your OS and CPU -#endif -} -} // end namespace cycleclock -} // end namespace benchmark - -#endif // BENCHMARK_CYCLECLOCK_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/internal_macros.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/internal_macros.h deleted file mode 100755 index edb8a5c0a..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/internal_macros.h +++ /dev/null @@ -1,89 +0,0 @@ -#ifndef BENCHMARK_INTERNAL_MACROS_H_ -#define BENCHMARK_INTERNAL_MACROS_H_ - -#include "benchmark/benchmark.h" - -#ifndef __has_feature -#define __has_feature(x) 0 -#endif -#ifndef __has_builtin -#define __has_builtin(x) 0 -#endif - -#if defined(__clang__) - #if !defined(COMPILER_CLANG) - #define COMPILER_CLANG - #endif -#elif defined(_MSC_VER) - #if !defined(COMPILER_MSVC) - #define COMPILER_MSVC - #endif -#elif defined(__GNUC__) - #if !defined(COMPILER_GCC) - #define COMPILER_GCC - #endif -#endif - -#if __has_feature(cxx_attributes) - #define BENCHMARK_NORETURN [[noreturn]] -#elif defined(__GNUC__) - #define BENCHMARK_NORETURN __attribute__((noreturn)) -#elif defined(COMPILER_MSVC) - #define BENCHMARK_NORETURN __declspec(noreturn) -#else - #define BENCHMARK_NORETURN -#endif - -#if defined(__CYGWIN__) - #define BENCHMARK_OS_CYGWIN 1 -#elif defined(_WIN32) - #define BENCHMARK_OS_WINDOWS 1 -#elif defined(__APPLE__) - #define BENCHMARK_OS_APPLE 1 - #include "TargetConditionals.h" - #if defined(TARGET_OS_MAC) - #define BENCHMARK_OS_MACOSX 1 - #if defined(TARGET_OS_IPHONE) - #define BENCHMARK_OS_IOS 1 - #endif - #endif -#elif defined(__FreeBSD__) - #define BENCHMARK_OS_FREEBSD 1 -#elif defined(__NetBSD__) - #define BENCHMARK_OS_NETBSD 1 -#elif defined(__OpenBSD__) - #define BENCHMARK_OS_OPENBSD 1 -#elif defined(__linux__) - #define BENCHMARK_OS_LINUX 1 -#elif defined(__native_client__) - #define BENCHMARK_OS_NACL 1 -#elif defined(__EMSCRIPTEN__) - #define BENCHMARK_OS_EMSCRIPTEN 1 -#elif defined(__rtems__) - #define BENCHMARK_OS_RTEMS 1 -#elif defined(__Fuchsia__) -#define BENCHMARK_OS_FUCHSIA 1 -#elif defined (__SVR4) && defined (__sun) -#define BENCHMARK_OS_SOLARIS 1 -#endif - -#if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \ - && !defined(__EXCEPTIONS) - #define BENCHMARK_HAS_NO_EXCEPTIONS -#endif - -#if defined(COMPILER_CLANG) || defined(COMPILER_GCC) - #define BENCHMARK_MAYBE_UNUSED __attribute__((unused)) -#else - #define BENCHMARK_MAYBE_UNUSED -#endif - -#if defined(COMPILER_GCC) || __has_builtin(__builtin_unreachable) - #define BENCHMARK_UNREACHABLE() __builtin_unreachable() -#elif defined(COMPILER_MSVC) - #define BENCHMARK_UNREACHABLE() __assume(false) -#else - #define BENCHMARK_UNREACHABLE() ((void)0) -#endif - -#endif // BENCHMARK_INTERNAL_MACROS_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc deleted file mode 100755 index 685d6b097..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc +++ /dev/null @@ -1,205 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" -#include "complexity.h" - -#include -#include -#include -#include -#include -#include -#include // for setprecision -#include - -#include "string_util.h" -#include "timers.h" - -namespace benchmark { - -namespace { - -std::string FormatKV(std::string const& key, std::string const& value) { - return StrFormat("\"%s\": \"%s\"", key.c_str(), value.c_str()); -} - -std::string FormatKV(std::string const& key, const char* value) { - return StrFormat("\"%s\": \"%s\"", key.c_str(), value); -} - -std::string FormatKV(std::string const& key, bool value) { - return StrFormat("\"%s\": %s", key.c_str(), value ? "true" : "false"); -} - -std::string FormatKV(std::string const& key, int64_t value) { - std::stringstream ss; - ss << '"' << key << "\": " << value; - return ss.str(); -} - -std::string FormatKV(std::string const& key, double value) { - std::stringstream ss; - ss << '"' << key << "\": "; - - const auto max_digits10 = std::numeric_limits::max_digits10; - const auto max_fractional_digits10 = max_digits10 - 1; - - ss << std::scientific << std::setprecision(max_fractional_digits10) << value; - return ss.str(); -} - -int64_t RoundDouble(double v) { return static_cast(v + 0.5); } - -} // end namespace - -bool JSONReporter::ReportContext(const Context& context) { - std::ostream& out = GetOutputStream(); - - out << "{\n"; - std::string inner_indent(2, ' '); - - // Open context block and print context information. - out << inner_indent << "\"context\": {\n"; - std::string indent(4, ' '); - - std::string walltime_value = LocalDateTimeString(); - out << indent << FormatKV("date", walltime_value) << ",\n"; - - if (Context::executable_name) { - out << indent << FormatKV("executable", Context::executable_name) << ",\n"; - } - - CPUInfo const& info = context.cpu_info; - out << indent << FormatKV("num_cpus", static_cast(info.num_cpus)) - << ",\n"; - out << indent - << FormatKV("mhz_per_cpu", - RoundDouble(info.cycles_per_second / 1000000.0)) - << ",\n"; - out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) - << ",\n"; - - out << indent << "\"caches\": [\n"; - indent = std::string(6, ' '); - std::string cache_indent(8, ' '); - for (size_t i = 0; i < info.caches.size(); ++i) { - auto& CI = info.caches[i]; - out << indent << "{\n"; - out << cache_indent << FormatKV("type", CI.type) << ",\n"; - out << cache_indent << FormatKV("level", static_cast(CI.level)) - << ",\n"; - out << cache_indent - << FormatKV("size", static_cast(CI.size) * 1000u) << ",\n"; - out << cache_indent - << FormatKV("num_sharing", static_cast(CI.num_sharing)) - << "\n"; - out << indent << "}"; - if (i != info.caches.size() - 1) out << ","; - out << "\n"; - } - indent = std::string(4, ' '); - out << indent << "],\n"; - -#if defined(NDEBUG) - const char build_type[] = "release"; -#else - const char build_type[] = "debug"; -#endif - out << indent << FormatKV("library_build_type", build_type) << "\n"; - // Close context block and open the list of benchmarks. - out << inner_indent << "},\n"; - out << inner_indent << "\"benchmarks\": [\n"; - return true; -} - -void JSONReporter::ReportRuns(std::vector const& reports) { - if (reports.empty()) { - return; - } - std::string indent(4, ' '); - std::ostream& out = GetOutputStream(); - if (!first_report_) { - out << ",\n"; - } - first_report_ = false; - - for (auto it = reports.begin(); it != reports.end(); ++it) { - out << indent << "{\n"; - PrintRunData(*it); - out << indent << '}'; - auto it_cp = it; - if (++it_cp != reports.end()) { - out << ",\n"; - } - } -} - -void JSONReporter::Finalize() { - // Close the list of benchmarks and the top level object. - GetOutputStream() << "\n ]\n}\n"; -} - -void JSONReporter::PrintRunData(Run const& run) { - std::string indent(6, ' '); - std::ostream& out = GetOutputStream(); - out << indent << FormatKV("name", run.benchmark_name) << ",\n"; - if (run.error_occurred) { - out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; - out << indent << FormatKV("error_message", run.error_message) << ",\n"; - } - if (!run.report_big_o && !run.report_rms) { - out << indent << FormatKV("iterations", run.iterations) << ",\n"; - out << indent - << FormatKV("real_time", run.GetAdjustedRealTime()) - << ",\n"; - out << indent - << FormatKV("cpu_time", run.GetAdjustedCPUTime()); - out << ",\n" - << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit)); - } else if (run.report_big_o) { - out << indent - << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime()) - << ",\n"; - out << indent - << FormatKV("real_coefficient", run.GetAdjustedRealTime()) - << ",\n"; - out << indent << FormatKV("big_o", GetBigOString(run.complexity)) << ",\n"; - out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit)); - } else if (run.report_rms) { - out << indent - << FormatKV("rms", run.GetAdjustedCPUTime()); - } - if (run.bytes_per_second > 0.0) { - out << ",\n" - << indent - << FormatKV("bytes_per_second", run.bytes_per_second); - } - if (run.items_per_second > 0.0) { - out << ",\n" - << indent - << FormatKV("items_per_second", run.items_per_second); - } - for(auto &c : run.counters) { - out << ",\n" - << indent - << FormatKV(c.first, c.second); - } - if (!run.report_label.empty()) { - out << ",\n" << indent << FormatKV("label", run.report_label); - } - out << '\n'; -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/log.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/log.h deleted file mode 100755 index d06e1031d..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/log.h +++ /dev/null @@ -1,73 +0,0 @@ -#ifndef BENCHMARK_LOG_H_ -#define BENCHMARK_LOG_H_ - -#include -#include - -#include "benchmark/benchmark.h" - -namespace benchmark { -namespace internal { - -typedef std::basic_ostream&(EndLType)(std::basic_ostream&); - -class LogType { - friend LogType& GetNullLogInstance(); - friend LogType& GetErrorLogInstance(); - - // FIXME: Add locking to output. - template - friend LogType& operator<<(LogType&, Tp const&); - friend LogType& operator<<(LogType&, EndLType*); - - private: - LogType(std::ostream* out) : out_(out) {} - std::ostream* out_; - BENCHMARK_DISALLOW_COPY_AND_ASSIGN(LogType); -}; - -template -LogType& operator<<(LogType& log, Tp const& value) { - if (log.out_) { - *log.out_ << value; - } - return log; -} - -inline LogType& operator<<(LogType& log, EndLType* m) { - if (log.out_) { - *log.out_ << m; - } - return log; -} - -inline int& LogLevel() { - static int log_level = 0; - return log_level; -} - -inline LogType& GetNullLogInstance() { - static LogType log(nullptr); - return log; -} - -inline LogType& GetErrorLogInstance() { - static LogType log(&std::clog); - return log; -} - -inline LogType& GetLogInstanceForLevel(int level) { - if (level <= LogLevel()) { - return GetErrorLogInstance(); - } - return GetNullLogInstance(); -} - -} // end namespace internal -} // end namespace benchmark - -#define VLOG(x) \ - (::benchmark::internal::GetLogInstanceForLevel(x) << "-- LOG(" << x << "):" \ - " ") - -#endif diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/mutex.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/mutex.h deleted file mode 100755 index 5f461d05a..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/mutex.h +++ /dev/null @@ -1,155 +0,0 @@ -#ifndef BENCHMARK_MUTEX_H_ -#define BENCHMARK_MUTEX_H_ - -#include -#include - -#include "check.h" - -// Enable thread safety attributes only with clang. -// The attributes can be safely erased when compiling with other compilers. -#if defined(HAVE_THREAD_SAFETY_ATTRIBUTES) -#define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) -#else -#define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op -#endif - -#define CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(capability(x)) - -#define SCOPED_CAPABILITY THREAD_ANNOTATION_ATTRIBUTE__(scoped_lockable) - -#define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) - -#define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x)) - -#define ACQUIRED_BEFORE(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(acquired_before(__VA_ARGS__)) - -#define ACQUIRED_AFTER(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(acquired_after(__VA_ARGS__)) - -#define REQUIRES(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(requires_capability(__VA_ARGS__)) - -#define REQUIRES_SHARED(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(requires_shared_capability(__VA_ARGS__)) - -#define ACQUIRE(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(acquire_capability(__VA_ARGS__)) - -#define ACQUIRE_SHARED(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(acquire_shared_capability(__VA_ARGS__)) - -#define RELEASE(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) - -#define RELEASE_SHARED(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(release_shared_capability(__VA_ARGS__)) - -#define TRY_ACQUIRE(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(try_acquire_capability(__VA_ARGS__)) - -#define TRY_ACQUIRE_SHARED(...) \ - THREAD_ANNOTATION_ATTRIBUTE__(try_acquire_shared_capability(__VA_ARGS__)) - -#define EXCLUDES(...) THREAD_ANNOTATION_ATTRIBUTE__(locks_excluded(__VA_ARGS__)) - -#define ASSERT_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(assert_capability(x)) - -#define ASSERT_SHARED_CAPABILITY(x) \ - THREAD_ANNOTATION_ATTRIBUTE__(assert_shared_capability(x)) - -#define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) - -#define NO_THREAD_SAFETY_ANALYSIS \ - THREAD_ANNOTATION_ATTRIBUTE__(no_thread_safety_analysis) - -namespace benchmark { - -typedef std::condition_variable Condition; - -// NOTE: Wrappers for std::mutex and std::unique_lock are provided so that -// we can annotate them with thread safety attributes and use the -// -Wthread-safety warning with clang. The standard library types cannot be -// used directly because they do not provided the required annotations. -class CAPABILITY("mutex") Mutex { - public: - Mutex() {} - - void lock() ACQUIRE() { mut_.lock(); } - void unlock() RELEASE() { mut_.unlock(); } - std::mutex& native_handle() { return mut_; } - - private: - std::mutex mut_; -}; - -class SCOPED_CAPABILITY MutexLock { - typedef std::unique_lock MutexLockImp; - - public: - MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} - ~MutexLock() RELEASE() {} - MutexLockImp& native_handle() { return ml_; } - - private: - MutexLockImp ml_; -}; - -class Barrier { - public: - Barrier(int num_threads) : running_threads_(num_threads) {} - - // Called by each thread - bool wait() EXCLUDES(lock_) { - bool last_thread = false; - { - MutexLock ml(lock_); - last_thread = createBarrier(ml); - } - if (last_thread) phase_condition_.notify_all(); - return last_thread; - } - - void removeThread() EXCLUDES(lock_) { - MutexLock ml(lock_); - --running_threads_; - if (entered_ != 0) phase_condition_.notify_all(); - } - - private: - Mutex lock_; - Condition phase_condition_; - int running_threads_; - - // State for barrier management - int phase_number_ = 0; - int entered_ = 0; // Number of threads that have entered this barrier - - // Enter the barrier and wait until all other threads have also - // entered the barrier. Returns iff this is the last thread to - // enter the barrier. - bool createBarrier(MutexLock& ml) REQUIRES(lock_) { - CHECK_LT(entered_, running_threads_); - entered_++; - if (entered_ < running_threads_) { - // Wait for all threads to enter - int phase_number_cp = phase_number_; - auto cb = [this, phase_number_cp]() { - return this->phase_number_ > phase_number_cp || - entered_ == running_threads_; // A thread has aborted in error - }; - phase_condition_.wait(ml.native_handle(), cb); - if (phase_number_ > phase_number_cp) return false; - // else (running_threads_ == entered_) and we are the last thread. - } - // Last thread has reached the barrier - phase_number_++; - entered_ = 0; - return true; - } -}; - -} // end namespace benchmark - -#endif // BENCHMARK_MUTEX_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/re.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/re.h deleted file mode 100755 index 924d2f0ba..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/re.h +++ /dev/null @@ -1,152 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef BENCHMARK_RE_H_ -#define BENCHMARK_RE_H_ - -#include "internal_macros.h" - -#if !defined(HAVE_STD_REGEX) && \ - !defined(HAVE_GNU_POSIX_REGEX) && \ - !defined(HAVE_POSIX_REGEX) - // No explicit regex selection; detect based on builtin hints. - #if defined(BENCHMARK_OS_LINUX) || defined(BENCHMARK_OS_APPLE) - #define HAVE_POSIX_REGEX 1 - #elif __cplusplus >= 199711L - #define HAVE_STD_REGEX 1 - #endif -#endif - -// Prefer C regex libraries when compiling w/o exceptions so that we can -// correctly report errors. -#if defined(BENCHMARK_HAS_NO_EXCEPTIONS) && \ - defined(BENCHMARK_HAVE_STD_REGEX) && \ - (defined(HAVE_GNU_POSIX_REGEX) || defined(HAVE_POSIX_REGEX)) - #undef HAVE_STD_REGEX -#endif - -#if defined(HAVE_STD_REGEX) - #include -#elif defined(HAVE_GNU_POSIX_REGEX) - #include -#elif defined(HAVE_POSIX_REGEX) - #include -#else -#error No regular expression backend was found! -#endif -#include - -#include "check.h" - -namespace benchmark { - -// A wrapper around the POSIX regular expression API that provides automatic -// cleanup -class Regex { - public: - Regex() : init_(false) {} - - ~Regex(); - - // Compile a regular expression matcher from spec. Returns true on success. - // - // On failure (and if error is not nullptr), error is populated with a human - // readable error message if an error occurs. - bool Init(const std::string& spec, std::string* error); - - // Returns whether str matches the compiled regular expression. - bool Match(const std::string& str); - - private: - bool init_; -// Underlying regular expression object -#if defined(HAVE_STD_REGEX) - std::regex re_; -#elif defined(HAVE_POSIX_REGEX) || defined(HAVE_GNU_POSIX_REGEX) - regex_t re_; -#else - #error No regular expression backend implementation available -#endif -}; - -#if defined(HAVE_STD_REGEX) - -inline bool Regex::Init(const std::string& spec, std::string* error) { -#ifdef BENCHMARK_HAS_NO_EXCEPTIONS - ((void)error); // suppress unused warning -#else - try { -#endif - re_ = std::regex(spec, std::regex_constants::extended); - init_ = true; -#ifndef BENCHMARK_HAS_NO_EXCEPTIONS - } catch (const std::regex_error& e) { - if (error) { - *error = e.what(); - } - } -#endif - return init_; -} - -inline Regex::~Regex() {} - -inline bool Regex::Match(const std::string& str) { - if (!init_) { - return false; - } - return std::regex_search(str, re_); -} - -#else -inline bool Regex::Init(const std::string& spec, std::string* error) { - int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); - if (ec != 0) { - if (error) { - size_t needed = regerror(ec, &re_, nullptr, 0); - char* errbuf = new char[needed]; - regerror(ec, &re_, errbuf, needed); - - // regerror returns the number of bytes necessary to null terminate - // the string, so we move that when assigning to error. - CHECK_NE(needed, 0); - error->assign(errbuf, needed - 1); - - delete[] errbuf; - } - - return false; - } - - init_ = true; - return true; -} - -inline Regex::~Regex() { - if (init_) { - regfree(&re_); - } -} - -inline bool Regex::Match(const std::string& str) { - if (!init_) { - return false; - } - return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; -} -#endif - -} // end namespace benchmark - -#endif // BENCHMARK_RE_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/reporter.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/reporter.cc deleted file mode 100755 index 4b40aaec8..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/reporter.cc +++ /dev/null @@ -1,87 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" -#include "timers.h" - -#include - -#include -#include -#include - -#include "check.h" - -namespace benchmark { - -BenchmarkReporter::BenchmarkReporter() - : output_stream_(&std::cout), error_stream_(&std::cerr) {} - -BenchmarkReporter::~BenchmarkReporter() {} - -void BenchmarkReporter::PrintBasicContext(std::ostream *out, - Context const &context) { - CHECK(out) << "cannot be null"; - auto &Out = *out; - - Out << LocalDateTimeString() << "\n"; - - if (context.executable_name) - Out << "Running " << context.executable_name << "\n"; - - const CPUInfo &info = context.cpu_info; - Out << "Run on (" << info.num_cpus << " X " - << (info.cycles_per_second / 1000000.0) << " MHz CPU " - << ((info.num_cpus > 1) ? "s" : "") << ")\n"; - if (info.caches.size() != 0) { - Out << "CPU Caches:\n"; - for (auto &CInfo : info.caches) { - Out << " L" << CInfo.level << " " << CInfo.type << " " - << (CInfo.size / 1000) << "K"; - if (CInfo.num_sharing != 0) - Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; - Out << "\n"; - } - } - - if (info.scaling_enabled) { - Out << "***WARNING*** CPU scaling is enabled, the benchmark " - "real time measurements may be noisy and will incur extra " - "overhead.\n"; - } - -#ifndef NDEBUG - Out << "***WARNING*** Library was built as DEBUG. Timings may be " - "affected.\n"; -#endif -} - -// No initializer because it's already initialized to NULL. -const char* BenchmarkReporter::Context::executable_name; - -BenchmarkReporter::Context::Context() : cpu_info(CPUInfo::Get()) {} - -double BenchmarkReporter::Run::GetAdjustedRealTime() const { - double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); - if (iterations != 0) new_time /= static_cast(iterations); - return new_time; -} - -double BenchmarkReporter::Run::GetAdjustedCPUTime() const { - double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); - if (iterations != 0) new_time /= static_cast(iterations); - return new_time; -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.cc deleted file mode 100755 index 54aa04a42..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.cc +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "sleep.h" - -#include -#include -#include - -#include "internal_macros.h" - -#ifdef BENCHMARK_OS_WINDOWS -#include -#endif - -namespace benchmark { -#ifdef BENCHMARK_OS_WINDOWS -// Window's Sleep takes milliseconds argument. -void SleepForMilliseconds(int milliseconds) { Sleep(milliseconds); } -void SleepForSeconds(double seconds) { - SleepForMilliseconds(static_cast(kNumMillisPerSecond * seconds)); -} -#else // BENCHMARK_OS_WINDOWS -void SleepForMicroseconds(int microseconds) { - struct timespec sleep_time; - sleep_time.tv_sec = microseconds / kNumMicrosPerSecond; - sleep_time.tv_nsec = (microseconds % kNumMicrosPerSecond) * kNumNanosPerMicro; - while (nanosleep(&sleep_time, &sleep_time) != 0 && errno == EINTR) - ; // Ignore signals and wait for the full interval to elapse. -} - -void SleepForMilliseconds(int milliseconds) { - SleepForMicroseconds(milliseconds * kNumMicrosPerMilli); -} - -void SleepForSeconds(double seconds) { - SleepForMicroseconds(static_cast(seconds * kNumMicrosPerSecond)); -} -#endif // BENCHMARK_OS_WINDOWS -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.h deleted file mode 100755 index f98551afe..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/sleep.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef BENCHMARK_SLEEP_H_ -#define BENCHMARK_SLEEP_H_ - -namespace benchmark { -const int kNumMillisPerSecond = 1000; -const int kNumMicrosPerMilli = 1000; -const int kNumMicrosPerSecond = kNumMillisPerSecond * 1000; -const int kNumNanosPerMicro = 1000; -const int kNumNanosPerSecond = kNumNanosPerMicro * kNumMicrosPerSecond; - -void SleepForMilliseconds(int milliseconds); -void SleepForSeconds(double seconds); -} // end namespace benchmark - -#endif // BENCHMARK_SLEEP_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.cc deleted file mode 100755 index 1c91e1015..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.cc +++ /dev/null @@ -1,178 +0,0 @@ -// Copyright 2016 Ismael Jimenez Martinez. All rights reserved. -// Copyright 2017 Roman Lebedev. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "benchmark/benchmark.h" - -#include -#include -#include -#include -#include -#include "check.h" -#include "statistics.h" - -namespace benchmark { - -auto StatisticsSum = [](const std::vector& v) { - return std::accumulate(v.begin(), v.end(), 0.0); -}; - -double StatisticsMean(const std::vector& v) { - if (v.empty()) return 0.0; - return StatisticsSum(v) * (1.0 / v.size()); -} - -double StatisticsMedian(const std::vector& v) { - if (v.size() < 3) return StatisticsMean(v); - std::vector copy(v); - - auto center = copy.begin() + v.size() / 2; - std::nth_element(copy.begin(), center, copy.end()); - - // did we have an odd number of samples? - // if yes, then center is the median - // it no, then we are looking for the average between center and the value before - if(v.size() % 2 == 1) - return *center; - auto center2 = copy.begin() + v.size() / 2 - 1; - std::nth_element(copy.begin(), center2, copy.end()); - return (*center + *center2) / 2.0; -} - -// Return the sum of the squares of this sample set -auto SumSquares = [](const std::vector& v) { - return std::inner_product(v.begin(), v.end(), v.begin(), 0.0); -}; - -auto Sqr = [](const double dat) { return dat * dat; }; -auto Sqrt = [](const double dat) { - // Avoid NaN due to imprecision in the calculations - if (dat < 0.0) return 0.0; - return std::sqrt(dat); -}; - -double StatisticsStdDev(const std::vector& v) { - const auto mean = StatisticsMean(v); - if (v.empty()) return mean; - - // Sample standard deviation is undefined for n = 1 - if (v.size() == 1) - return 0.0; - - const double avg_squares = SumSquares(v) * (1.0 / v.size()); - return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean))); -} - -std::vector ComputeStats( - const std::vector& reports) { - typedef BenchmarkReporter::Run Run; - std::vector results; - - auto error_count = - std::count_if(reports.begin(), reports.end(), - [](Run const& run) { return run.error_occurred; }); - - if (reports.size() - error_count < 2) { - // We don't report aggregated data if there was a single run. - return results; - } - - // Accumulators. - std::vector real_accumulated_time_stat; - std::vector cpu_accumulated_time_stat; - std::vector bytes_per_second_stat; - std::vector items_per_second_stat; - - real_accumulated_time_stat.reserve(reports.size()); - cpu_accumulated_time_stat.reserve(reports.size()); - bytes_per_second_stat.reserve(reports.size()); - items_per_second_stat.reserve(reports.size()); - - // All repetitions should be run with the same number of iterations so we - // can take this information from the first benchmark. - int64_t const run_iterations = reports.front().iterations; - // create stats for user counters - struct CounterStat { - Counter c; - std::vector s; - }; - std::map< std::string, CounterStat > counter_stats; - for(Run const& r : reports) { - for(auto const& cnt : r.counters) { - auto it = counter_stats.find(cnt.first); - if(it == counter_stats.end()) { - counter_stats.insert({cnt.first, {cnt.second, std::vector{}}}); - it = counter_stats.find(cnt.first); - it->second.s.reserve(reports.size()); - } else { - CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); - } - } - } - - // Populate the accumulators. - for (Run const& run : reports) { - CHECK_EQ(reports[0].benchmark_name, run.benchmark_name); - CHECK_EQ(run_iterations, run.iterations); - if (run.error_occurred) continue; - real_accumulated_time_stat.emplace_back(run.real_accumulated_time); - cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); - items_per_second_stat.emplace_back(run.items_per_second); - bytes_per_second_stat.emplace_back(run.bytes_per_second); - // user counters - for(auto const& cnt : run.counters) { - auto it = counter_stats.find(cnt.first); - CHECK_NE(it, counter_stats.end()); - it->second.s.emplace_back(cnt.second); - } - } - - // Only add label if it is same for all runs - std::string report_label = reports[0].report_label; - for (std::size_t i = 1; i < reports.size(); i++) { - if (reports[i].report_label != report_label) { - report_label = ""; - break; - } - } - - for(const auto& Stat : *reports[0].statistics) { - // Get the data from the accumulator to BenchmarkReporter::Run's. - Run data; - data.benchmark_name = reports[0].benchmark_name + "_" + Stat.name_; - data.report_label = report_label; - data.iterations = run_iterations; - - data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); - data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); - data.bytes_per_second = Stat.compute_(bytes_per_second_stat); - data.items_per_second = Stat.compute_(items_per_second_stat); - - data.time_unit = reports[0].time_unit; - - // user counters - for(auto const& kv : counter_stats) { - const auto uc_stat = Stat.compute_(kv.second.s); - auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); - data.counters[kv.first] = c; - } - - results.push_back(data); - } - - return results; -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.h deleted file mode 100755 index 7eccc8553..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/statistics.h +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright 2016 Ismael Jimenez Martinez. All rights reserved. -// Copyright 2017 Roman Lebedev. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef STATISTICS_H_ -#define STATISTICS_H_ - -#include - -#include "benchmark/benchmark.h" - -namespace benchmark { - -// Return a vector containing the mean, median and standard devation information -// (and any user-specified info) for the specified list of reports. If 'reports' -// contains less than two non-errored runs an empty vector is returned -std::vector ComputeStats( - const std::vector& reports); - -double StatisticsMean(const std::vector& v); -double StatisticsMedian(const std::vector& v); -double StatisticsStdDev(const std::vector& v); - -} // end namespace benchmark - -#endif // STATISTICS_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.cc deleted file mode 100755 index ebc3acebd..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.cc +++ /dev/null @@ -1,172 +0,0 @@ -#include "string_util.h" - -#include -#include -#include -#include -#include -#include - -#include "arraysize.h" - -namespace benchmark { -namespace { - -// kilo, Mega, Giga, Tera, Peta, Exa, Zetta, Yotta. -const char kBigSIUnits[] = "kMGTPEZY"; -// Kibi, Mebi, Gibi, Tebi, Pebi, Exbi, Zebi, Yobi. -const char kBigIECUnits[] = "KMGTPEZY"; -// milli, micro, nano, pico, femto, atto, zepto, yocto. -const char kSmallSIUnits[] = "munpfazy"; - -// We require that all three arrays have the same size. -static_assert(arraysize(kBigSIUnits) == arraysize(kBigIECUnits), - "SI and IEC unit arrays must be the same size"); -static_assert(arraysize(kSmallSIUnits) == arraysize(kBigSIUnits), - "Small SI and Big SI unit arrays must be the same size"); - -static const int64_t kUnitsSize = arraysize(kBigSIUnits); - -void ToExponentAndMantissa(double val, double thresh, int precision, - double one_k, std::string* mantissa, - int64_t* exponent) { - std::stringstream mantissa_stream; - - if (val < 0) { - mantissa_stream << "-"; - val = -val; - } - - // Adjust threshold so that it never excludes things which can't be rendered - // in 'precision' digits. - const double adjusted_threshold = - std::max(thresh, 1.0 / std::pow(10.0, precision)); - const double big_threshold = adjusted_threshold * one_k; - const double small_threshold = adjusted_threshold; - // Values in ]simple_threshold,small_threshold[ will be printed as-is - const double simple_threshold = 0.01; - - if (val > big_threshold) { - // Positive powers - double scaled = val; - for (size_t i = 0; i < arraysize(kBigSIUnits); ++i) { - scaled /= one_k; - if (scaled <= big_threshold) { - mantissa_stream << scaled; - *exponent = i + 1; - *mantissa = mantissa_stream.str(); - return; - } - } - mantissa_stream << val; - *exponent = 0; - } else if (val < small_threshold) { - // Negative powers - if (val < simple_threshold) { - double scaled = val; - for (size_t i = 0; i < arraysize(kSmallSIUnits); ++i) { - scaled *= one_k; - if (scaled >= small_threshold) { - mantissa_stream << scaled; - *exponent = -static_cast(i + 1); - *mantissa = mantissa_stream.str(); - return; - } - } - } - mantissa_stream << val; - *exponent = 0; - } else { - mantissa_stream << val; - *exponent = 0; - } - *mantissa = mantissa_stream.str(); -} - -std::string ExponentToPrefix(int64_t exponent, bool iec) { - if (exponent == 0) return ""; - - const int64_t index = (exponent > 0 ? exponent - 1 : -exponent - 1); - if (index >= kUnitsSize) return ""; - - const char* array = - (exponent > 0 ? (iec ? kBigIECUnits : kBigSIUnits) : kSmallSIUnits); - if (iec) - return array[index] + std::string("i"); - else - return std::string(1, array[index]); -} - -std::string ToBinaryStringFullySpecified(double value, double threshold, - int precision, double one_k = 1024.0) { - std::string mantissa; - int64_t exponent; - ToExponentAndMantissa(value, threshold, precision, one_k, &mantissa, - &exponent); - return mantissa + ExponentToPrefix(exponent, false); -} - -} // end namespace - -void AppendHumanReadable(int n, std::string* str) { - std::stringstream ss; - // Round down to the nearest SI prefix. - ss << ToBinaryStringFullySpecified(n, 1.0, 0); - *str += ss.str(); -} - -std::string HumanReadableNumber(double n, double one_k) { - // 1.1 means that figures up to 1.1k should be shown with the next unit down; - // this softens edge effects. - // 1 means that we should show one decimal place of precision. - return ToBinaryStringFullySpecified(n, 1.1, 1, one_k); -} - -std::string StrFormatImp(const char* msg, va_list args) { - // we might need a second shot at this, so pre-emptivly make a copy - va_list args_cp; - va_copy(args_cp, args); - - // TODO(ericwf): use std::array for first attempt to avoid one memory - // allocation guess what the size might be - std::array local_buff; - std::size_t size = local_buff.size(); - // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation - // in the android-ndk - auto ret = vsnprintf(local_buff.data(), size, msg, args_cp); - - va_end(args_cp); - - // handle empty expansion - if (ret == 0) return std::string{}; - if (static_cast(ret) < size) - return std::string(local_buff.data()); - - // we did not provide a long enough buffer on our first attempt. - // add 1 to size to account for null-byte in size cast to prevent overflow - size = static_cast(ret) + 1; - auto buff_ptr = std::unique_ptr(new char[size]); - // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation - // in the android-ndk - ret = vsnprintf(buff_ptr.get(), size, msg, args); - return std::string(buff_ptr.get()); -} - -std::string StrFormat(const char* format, ...) { - va_list args; - va_start(args, format); - std::string tmp = StrFormatImp(format, args); - va_end(args); - return tmp; -} - -void ReplaceAll(std::string* str, const std::string& from, - const std::string& to) { - std::size_t start = 0; - while ((start = str->find(from, start)) != std::string::npos) { - str->replace(start, from.length(), to); - start += to.length(); - } -} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.h deleted file mode 100755 index e70e76987..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/string_util.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef BENCHMARK_STRING_UTIL_H_ -#define BENCHMARK_STRING_UTIL_H_ - -#include -#include -#include -#include "internal_macros.h" - -namespace benchmark { - -void AppendHumanReadable(int n, std::string* str); - -std::string HumanReadableNumber(double n, double one_k = 1024.0); - -std::string StrFormat(const char* format, ...); - -inline std::ostream& StrCatImp(std::ostream& out) BENCHMARK_NOEXCEPT { - return out; -} - -template -inline std::ostream& StrCatImp(std::ostream& out, First&& f, - Rest&&... rest) { - out << std::forward(f); - return StrCatImp(out, std::forward(rest)...); -} - -template -inline std::string StrCat(Args&&... args) { - std::ostringstream ss; - StrCatImp(ss, std::forward(args)...); - return ss.str(); -} - -void ReplaceAll(std::string* str, const std::string& from, - const std::string& to); - -} // end namespace benchmark - -#endif // BENCHMARK_STRING_UTIL_H_ diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc deleted file mode 100755 index d19d0ef4c..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc +++ /dev/null @@ -1,587 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "internal_macros.h" - -#ifdef BENCHMARK_OS_WINDOWS -#include -#undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA -#include -#include -#else -#include -#ifndef BENCHMARK_OS_FUCHSIA -#include -#endif -#include -#include // this header must be included before 'sys/sysctl.h' to avoid compilation error on FreeBSD -#include -#if defined BENCHMARK_OS_FREEBSD || defined BENCHMARK_OS_MACOSX || \ - defined BENCHMARK_OS_NETBSD || defined BENCHMARK_OS_OPENBSD -#define BENCHMARK_HAS_SYSCTL -#include -#endif -#endif -#if defined(BENCHMARK_OS_SOLARIS) -#include -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "check.h" -#include "cycleclock.h" -#include "internal_macros.h" -#include "log.h" -#include "sleep.h" -#include "string_util.h" - -namespace benchmark { -namespace { - -void PrintImp(std::ostream& out) { out << std::endl; } - -template -void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { - out << std::forward(f); - PrintImp(out, std::forward(rest)...); -} - -template -BENCHMARK_NORETURN void PrintErrorAndDie(Args&&... args) { - PrintImp(std::cerr, std::forward(args)...); - std::exit(EXIT_FAILURE); -} - -#ifdef BENCHMARK_HAS_SYSCTL - -/// ValueUnion - A type used to correctly alias the byte-for-byte output of -/// `sysctl` with the result type it's to be interpreted as. -struct ValueUnion { - union DataT { - uint32_t uint32_value; - uint64_t uint64_value; - // For correct aliasing of union members from bytes. - char bytes[8]; - }; - using DataPtr = std::unique_ptr; - - // The size of the data union member + its trailing array size. - size_t Size; - DataPtr Buff; - - public: - ValueUnion() : Size(0), Buff(nullptr, &std::free) {} - - explicit ValueUnion(size_t BuffSize) - : Size(sizeof(DataT) + BuffSize), - Buff(::new (std::malloc(Size)) DataT(), &std::free) {} - - ValueUnion(ValueUnion&& other) = default; - - explicit operator bool() const { return bool(Buff); } - - char* data() const { return Buff->bytes; } - - std::string GetAsString() const { return std::string(data()); } - - int64_t GetAsInteger() const { - if (Size == sizeof(Buff->uint32_value)) - return static_cast(Buff->uint32_value); - else if (Size == sizeof(Buff->uint64_value)) - return static_cast(Buff->uint64_value); - BENCHMARK_UNREACHABLE(); - } - - uint64_t GetAsUnsigned() const { - if (Size == sizeof(Buff->uint32_value)) - return Buff->uint32_value; - else if (Size == sizeof(Buff->uint64_value)) - return Buff->uint64_value; - BENCHMARK_UNREACHABLE(); - } - - template - std::array GetAsArray() { - const int ArrSize = sizeof(T) * N; - CHECK_LE(ArrSize, Size); - std::array Arr; - std::memcpy(Arr.data(), data(), ArrSize); - return Arr; - } -}; - -ValueUnion GetSysctlImp(std::string const& Name) { -#if defined BENCHMARK_OS_OPENBSD - int mib[2]; - - mib[0] = CTL_HW; - if ((Name == "hw.ncpu") || (Name == "hw.cpuspeed")){ - ValueUnion buff(sizeof(int)); - - if (Name == "hw.ncpu") { - mib[1] = HW_NCPU; - } else { - mib[1] = HW_CPUSPEED; - } - - if (sysctl(mib, 2, buff.data(), &buff.Size, nullptr, 0) == -1) { - return ValueUnion(); - } - return buff; - } - return ValueUnion(); -#else - size_t CurBuffSize = 0; - if (sysctlbyname(Name.c_str(), nullptr, &CurBuffSize, nullptr, 0) == -1) - return ValueUnion(); - - ValueUnion buff(CurBuffSize); - if (sysctlbyname(Name.c_str(), buff.data(), &buff.Size, nullptr, 0) == 0) - return buff; - return ValueUnion(); -#endif -} - -BENCHMARK_MAYBE_UNUSED -bool GetSysctl(std::string const& Name, std::string* Out) { - Out->clear(); - auto Buff = GetSysctlImp(Name); - if (!Buff) return false; - Out->assign(Buff.data()); - return true; -} - -template ::value>::type> -bool GetSysctl(std::string const& Name, Tp* Out) { - *Out = 0; - auto Buff = GetSysctlImp(Name); - if (!Buff) return false; - *Out = static_cast(Buff.GetAsUnsigned()); - return true; -} - -template -bool GetSysctl(std::string const& Name, std::array* Out) { - auto Buff = GetSysctlImp(Name); - if (!Buff) return false; - *Out = Buff.GetAsArray(); - return true; -} -#endif - -template -bool ReadFromFile(std::string const& fname, ArgT* arg) { - *arg = ArgT(); - std::ifstream f(fname.c_str()); - if (!f.is_open()) return false; - f >> *arg; - return f.good(); -} - -bool CpuScalingEnabled(int num_cpus) { - // We don't have a valid CPU count, so don't even bother. - if (num_cpus <= 0) return false; -#ifndef BENCHMARK_OS_WINDOWS - // On Linux, the CPUfreq subsystem exposes CPU information as files on the - // local file system. If reading the exported files fails, then we may not be - // running on Linux, so we silently ignore all the read errors. - std::string res; - for (int cpu = 0; cpu < num_cpus; ++cpu) { - std::string governor_file = - StrCat("/sys/devices/system/cpu/cpu", cpu, "/cpufreq/scaling_governor"); - if (ReadFromFile(governor_file, &res) && res != "performance") return true; - } -#endif - return false; -} - -int CountSetBitsInCPUMap(std::string Val) { - auto CountBits = [](std::string Part) { - using CPUMask = std::bitset; - Part = "0x" + Part; - CPUMask Mask(std::stoul(Part, nullptr, 16)); - return static_cast(Mask.count()); - }; - size_t Pos; - int total = 0; - while ((Pos = Val.find(',')) != std::string::npos) { - total += CountBits(Val.substr(0, Pos)); - Val = Val.substr(Pos + 1); - } - if (!Val.empty()) { - total += CountBits(Val); - } - return total; -} - -BENCHMARK_MAYBE_UNUSED -std::vector GetCacheSizesFromKVFS() { - std::vector res; - std::string dir = "/sys/devices/system/cpu/cpu0/cache/"; - int Idx = 0; - while (true) { - CPUInfo::CacheInfo info; - std::string FPath = StrCat(dir, "index", Idx++, "/"); - std::ifstream f(StrCat(FPath, "size").c_str()); - if (!f.is_open()) break; - std::string suffix; - f >> info.size; - if (f.fail()) - PrintErrorAndDie("Failed while reading file '", FPath, "size'"); - if (f.good()) { - f >> suffix; - if (f.bad()) - PrintErrorAndDie( - "Invalid cache size format: failed to read size suffix"); - else if (f && suffix != "K") - PrintErrorAndDie("Invalid cache size format: Expected bytes ", suffix); - else if (suffix == "K") - info.size *= 1000; - } - if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) - PrintErrorAndDie("Failed to read from file ", FPath, "type"); - if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) - PrintErrorAndDie("Failed to read from file ", FPath, "level"); - std::string map_str; - if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) - PrintErrorAndDie("Failed to read from file ", FPath, "shared_cpu_map"); - info.num_sharing = CountSetBitsInCPUMap(map_str); - res.push_back(info); - } - - return res; -} - -#ifdef BENCHMARK_OS_MACOSX -std::vector GetCacheSizesMacOSX() { - std::vector res; - std::array CacheCounts{{0, 0, 0, 0}}; - GetSysctl("hw.cacheconfig", &CacheCounts); - - struct { - std::string name; - std::string type; - int level; - size_t num_sharing; - } Cases[] = {{"hw.l1dcachesize", "Data", 1, CacheCounts[1]}, - {"hw.l1icachesize", "Instruction", 1, CacheCounts[1]}, - {"hw.l2cachesize", "Unified", 2, CacheCounts[2]}, - {"hw.l3cachesize", "Unified", 3, CacheCounts[3]}}; - for (auto& C : Cases) { - int val; - if (!GetSysctl(C.name, &val)) continue; - CPUInfo::CacheInfo info; - info.type = C.type; - info.level = C.level; - info.size = val; - info.num_sharing = static_cast(C.num_sharing); - res.push_back(std::move(info)); - } - return res; -} -#elif defined(BENCHMARK_OS_WINDOWS) -std::vector GetCacheSizesWindows() { - std::vector res; - DWORD buffer_size = 0; - using PInfo = SYSTEM_LOGICAL_PROCESSOR_INFORMATION; - using CInfo = CACHE_DESCRIPTOR; - - using UPtr = std::unique_ptr; - GetLogicalProcessorInformation(nullptr, &buffer_size); - UPtr buff((PInfo*)malloc(buffer_size), &std::free); - if (!GetLogicalProcessorInformation(buff.get(), &buffer_size)) - PrintErrorAndDie("Failed during call to GetLogicalProcessorInformation: ", - GetLastError()); - - PInfo* it = buff.get(); - PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); - - for (; it != end; ++it) { - if (it->Relationship != RelationCache) continue; - using BitSet = std::bitset; - BitSet B(it->ProcessorMask); - // To prevent duplicates, only consider caches where CPU 0 is specified - if (!B.test(0)) continue; - CInfo* Cache = &it->Cache; - CPUInfo::CacheInfo C; - C.num_sharing = static_cast(B.count()); - C.level = Cache->Level; - C.size = Cache->Size; - switch (Cache->Type) { - case CacheUnified: - C.type = "Unified"; - break; - case CacheInstruction: - C.type = "Instruction"; - break; - case CacheData: - C.type = "Data"; - break; - case CacheTrace: - C.type = "Trace"; - break; - default: - C.type = "Unknown"; - break; - } - res.push_back(C); - } - return res; -} -#endif - -std::vector GetCacheSizes() { -#ifdef BENCHMARK_OS_MACOSX - return GetCacheSizesMacOSX(); -#elif defined(BENCHMARK_OS_WINDOWS) - return GetCacheSizesWindows(); -#else - return GetCacheSizesFromKVFS(); -#endif -} - -int GetNumCPUs() { -#ifdef BENCHMARK_HAS_SYSCTL - int NumCPU = -1; - if (GetSysctl("hw.ncpu", &NumCPU)) return NumCPU; - fprintf(stderr, "Err: %s\n", strerror(errno)); - std::exit(EXIT_FAILURE); -#elif defined(BENCHMARK_OS_WINDOWS) - SYSTEM_INFO sysinfo; - // Use memset as opposed to = {} to avoid GCC missing initializer false - // positives. - std::memset(&sysinfo, 0, sizeof(SYSTEM_INFO)); - GetSystemInfo(&sysinfo); - return sysinfo.dwNumberOfProcessors; // number of logical - // processors in the current - // group -#elif defined(BENCHMARK_OS_SOLARIS) - // Returns -1 in case of a failure. - int NumCPU = sysconf(_SC_NPROCESSORS_ONLN); - if (NumCPU < 0) { - fprintf(stderr, - "sysconf(_SC_NPROCESSORS_ONLN) failed with error: %s\n", - strerror(errno)); - } - return NumCPU; -#else - int NumCPUs = 0; - int MaxID = -1; - std::ifstream f("/proc/cpuinfo"); - if (!f.is_open()) { - std::cerr << "failed to open /proc/cpuinfo\n"; - return -1; - } - const std::string Key = "processor"; - std::string ln; - while (std::getline(f, ln)) { - if (ln.empty()) continue; - size_t SplitIdx = ln.find(':'); - std::string value; - if (SplitIdx != std::string::npos) value = ln.substr(SplitIdx + 1); - if (ln.size() >= Key.size() && ln.compare(0, Key.size(), Key) == 0) { - NumCPUs++; - if (!value.empty()) { - int CurID = std::stoi(value); - MaxID = std::max(CurID, MaxID); - } - } - } - if (f.bad()) { - std::cerr << "Failure reading /proc/cpuinfo\n"; - return -1; - } - if (!f.eof()) { - std::cerr << "Failed to read to end of /proc/cpuinfo\n"; - return -1; - } - f.close(); - - if ((MaxID + 1) != NumCPUs) { - fprintf(stderr, - "CPU ID assignments in /proc/cpuinfo seem messed up." - " This is usually caused by a bad BIOS.\n"); - } - return NumCPUs; -#endif - BENCHMARK_UNREACHABLE(); -} - -double GetCPUCyclesPerSecond() { -#if defined BENCHMARK_OS_LINUX || defined BENCHMARK_OS_CYGWIN - long freq; - - // If the kernel is exporting the tsc frequency use that. There are issues - // where cpuinfo_max_freq cannot be relied on because the BIOS may be - // exporintg an invalid p-state (on x86) or p-states may be used to put the - // processor in a new mode (turbo mode). Essentially, those frequencies - // cannot always be relied upon. The same reasons apply to /proc/cpuinfo as - // well. - if (ReadFromFile("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq) - // If CPU scaling is in effect, we want to use the *maximum* frequency, - // not whatever CPU speed some random processor happens to be using now. - || ReadFromFile("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", - &freq)) { - // The value is in kHz (as the file name suggests). For example, on a - // 2GHz warpstation, the file contains the value "2000000". - return freq * 1000.0; - } - - const double error_value = -1; - double bogo_clock = error_value; - - std::ifstream f("/proc/cpuinfo"); - if (!f.is_open()) { - std::cerr << "failed to open /proc/cpuinfo\n"; - return error_value; - } - - auto startsWithKey = [](std::string const& Value, std::string const& Key) { - if (Key.size() > Value.size()) return false; - auto Cmp = [&](char X, char Y) { - return std::tolower(X) == std::tolower(Y); - }; - return std::equal(Key.begin(), Key.end(), Value.begin(), Cmp); - }; - - std::string ln; - while (std::getline(f, ln)) { - if (ln.empty()) continue; - size_t SplitIdx = ln.find(':'); - std::string value; - if (SplitIdx != std::string::npos) value = ln.substr(SplitIdx + 1); - // When parsing the "cpu MHz" and "bogomips" (fallback) entries, we only - // accept positive values. Some environments (virtual machines) report zero, - // which would cause infinite looping in WallTime_Init. - if (startsWithKey(ln, "cpu MHz")) { - if (!value.empty()) { - double cycles_per_second = std::stod(value) * 1000000.0; - if (cycles_per_second > 0) return cycles_per_second; - } - } else if (startsWithKey(ln, "bogomips")) { - if (!value.empty()) { - bogo_clock = std::stod(value) * 1000000.0; - if (bogo_clock < 0.0) bogo_clock = error_value; - } - } - } - if (f.bad()) { - std::cerr << "Failure reading /proc/cpuinfo\n"; - return error_value; - } - if (!f.eof()) { - std::cerr << "Failed to read to end of /proc/cpuinfo\n"; - return error_value; - } - f.close(); - // If we found the bogomips clock, but nothing better, we'll use it (but - // we're not happy about it); otherwise, fallback to the rough estimation - // below. - if (bogo_clock >= 0.0) return bogo_clock; - -#elif defined BENCHMARK_HAS_SYSCTL - constexpr auto* FreqStr = -#if defined(BENCHMARK_OS_FREEBSD) || defined(BENCHMARK_OS_NETBSD) - "machdep.tsc_freq"; -#elif defined BENCHMARK_OS_OPENBSD - "hw.cpuspeed"; -#else - "hw.cpufrequency"; -#endif - unsigned long long hz = 0; -#if defined BENCHMARK_OS_OPENBSD - if (GetSysctl(FreqStr, &hz)) return hz * 1000000; -#else - if (GetSysctl(FreqStr, &hz)) return hz; -#endif - fprintf(stderr, "Unable to determine clock rate from sysctl: %s: %s\n", - FreqStr, strerror(errno)); - -#elif defined BENCHMARK_OS_WINDOWS - // In NT, read MHz from the registry. If we fail to do so or we're in win9x - // then make a crude estimate. - DWORD data, data_size = sizeof(data); - if (IsWindowsXPOrGreater() && - SUCCEEDED( - SHGetValueA(HKEY_LOCAL_MACHINE, - "HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0", - "~MHz", nullptr, &data, &data_size))) - return static_cast((int64_t)data * - (int64_t)(1000 * 1000)); // was mhz -#elif defined (BENCHMARK_OS_SOLARIS) - kstat_ctl_t *kc = kstat_open(); - if (!kc) { - std::cerr << "failed to open /dev/kstat\n"; - return -1; - } - kstat_t *ksp = kstat_lookup(kc, (char*)"cpu_info", -1, (char*)"cpu_info0"); - if (!ksp) { - std::cerr << "failed to lookup in /dev/kstat\n"; - return -1; - } - if (kstat_read(kc, ksp, NULL) < 0) { - std::cerr << "failed to read from /dev/kstat\n"; - return -1; - } - kstat_named_t *knp = - (kstat_named_t*)kstat_data_lookup(ksp, (char*)"current_clock_Hz"); - if (!knp) { - std::cerr << "failed to lookup data in /dev/kstat\n"; - return -1; - } - if (knp->data_type != KSTAT_DATA_UINT64) { - std::cerr << "current_clock_Hz is of unexpected data type: " - << knp->data_type << "\n"; - return -1; - } - double clock_hz = knp->value.ui64; - kstat_close(kc); - return clock_hz; -#endif - // If we've fallen through, attempt to roughly estimate the CPU clock rate. - const int estimate_time_ms = 1000; - const auto start_ticks = cycleclock::Now(); - SleepForMilliseconds(estimate_time_ms); - return static_cast(cycleclock::Now() - start_ticks); -} - -} // end namespace - -const CPUInfo& CPUInfo::Get() { - static const CPUInfo* info = new CPUInfo(); - return *info; -} - -CPUInfo::CPUInfo() - : num_cpus(GetNumCPUs()), - cycles_per_second(GetCPUCyclesPerSecond()), - caches(GetCacheSizes()), - scaling_enabled(CpuScalingEnabled(num_cpus)) {} - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/thread_manager.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/thread_manager.h deleted file mode 100755 index 82b4d72b6..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/thread_manager.h +++ /dev/null @@ -1,66 +0,0 @@ -#ifndef BENCHMARK_THREAD_MANAGER_H -#define BENCHMARK_THREAD_MANAGER_H - -#include - -#include "benchmark/benchmark.h" -#include "mutex.h" - -namespace benchmark { -namespace internal { - -class ThreadManager { - public: - ThreadManager(int num_threads) - : alive_threads_(num_threads), start_stop_barrier_(num_threads) {} - - Mutex& GetBenchmarkMutex() const RETURN_CAPABILITY(benchmark_mutex_) { - return benchmark_mutex_; - } - - bool StartStopBarrier() EXCLUDES(end_cond_mutex_) { - return start_stop_barrier_.wait(); - } - - void NotifyThreadComplete() EXCLUDES(end_cond_mutex_) { - start_stop_barrier_.removeThread(); - if (--alive_threads_ == 0) { - MutexLock lock(end_cond_mutex_); - end_condition_.notify_all(); - } - } - - void WaitForAllThreads() EXCLUDES(end_cond_mutex_) { - MutexLock lock(end_cond_mutex_); - end_condition_.wait(lock.native_handle(), - [this]() { return alive_threads_ == 0; }); - } - - public: - struct Result { - int64_t iterations = 0; - double real_time_used = 0; - double cpu_time_used = 0; - double manual_time_used = 0; - int64_t bytes_processed = 0; - int64_t items_processed = 0; - int64_t complexity_n = 0; - std::string report_label_; - std::string error_message_; - bool has_error_ = false; - UserCounters counters; - }; - GUARDED_BY(GetBenchmarkMutex()) Result results; - - private: - mutable Mutex benchmark_mutex_; - std::atomic alive_threads_; - Barrier start_stop_barrier_; - Mutex end_cond_mutex_; - Condition end_condition_; -}; - -} // namespace internal -} // namespace benchmark - -#endif // BENCHMARK_THREAD_MANAGER_H diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/thread_timer.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/thread_timer.h deleted file mode 100755 index eaf108e01..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/thread_timer.h +++ /dev/null @@ -1,69 +0,0 @@ -#ifndef BENCHMARK_THREAD_TIMER_H -#define BENCHMARK_THREAD_TIMER_H - -#include "check.h" -#include "timers.h" - -namespace benchmark { -namespace internal { - -class ThreadTimer { - public: - ThreadTimer() = default; - - // Called by each thread - void StartTimer() { - running_ = true; - start_real_time_ = ChronoClockNow(); - start_cpu_time_ = ThreadCPUUsage(); - } - - // Called by each thread - void StopTimer() { - CHECK(running_); - running_ = false; - real_time_used_ += ChronoClockNow() - start_real_time_; - // Floating point error can result in the subtraction producing a negative - // time. Guard against that. - cpu_time_used_ += std::max(ThreadCPUUsage() - start_cpu_time_, 0); - } - - // Called by each thread - void SetIterationTime(double seconds) { manual_time_used_ += seconds; } - - bool running() const { return running_; } - - // REQUIRES: timer is not running - double real_time_used() { - CHECK(!running_); - return real_time_used_; - } - - // REQUIRES: timer is not running - double cpu_time_used() { - CHECK(!running_); - return cpu_time_used_; - } - - // REQUIRES: timer is not running - double manual_time_used() { - CHECK(!running_); - return manual_time_used_; - } - - private: - bool running_ = false; // Is the timer running - double start_real_time_ = 0; // If running_ - double start_cpu_time_ = 0; // If running_ - - // Accumulated time so far (does not contain current slice if running_) - double real_time_used_ = 0; - double cpu_time_used_ = 0; - // Manually set iteration time. User sets this with SetIterationTime(seconds). - double manual_time_used_ = 0; -}; - -} // namespace internal -} // namespace benchmark - -#endif // BENCHMARK_THREAD_TIMER_H diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/timers.cc b/external_imported/json/benchmarks/thirdparty/benchmark/src/timers.cc deleted file mode 100755 index 2010e2450..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/timers.cc +++ /dev/null @@ -1,217 +0,0 @@ -// Copyright 2015 Google Inc. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "timers.h" -#include "internal_macros.h" - -#ifdef BENCHMARK_OS_WINDOWS -#include -#undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA -#include -#include -#else -#include -#ifndef BENCHMARK_OS_FUCHSIA -#include -#endif -#include -#include // this header must be included before 'sys/sysctl.h' to avoid compilation error on FreeBSD -#include -#if defined BENCHMARK_OS_FREEBSD || defined BENCHMARK_OS_MACOSX -#include -#endif -#if defined(BENCHMARK_OS_MACOSX) -#include -#include -#include -#endif -#endif - -#ifdef BENCHMARK_OS_EMSCRIPTEN -#include -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "check.h" -#include "log.h" -#include "sleep.h" -#include "string_util.h" - -namespace benchmark { - -// Suppress unused warnings on helper functions. -#if defined(__GNUC__) -#pragma GCC diagnostic ignored "-Wunused-function" -#endif - -namespace { -#if defined(BENCHMARK_OS_WINDOWS) -double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { - ULARGE_INTEGER kernel; - ULARGE_INTEGER user; - kernel.HighPart = kernel_time.dwHighDateTime; - kernel.LowPart = kernel_time.dwLowDateTime; - user.HighPart = user_time.dwHighDateTime; - user.LowPart = user_time.dwLowDateTime; - return (static_cast(kernel.QuadPart) + - static_cast(user.QuadPart)) * - 1e-7; -} -#elif !defined(BENCHMARK_OS_FUCHSIA) -double MakeTime(struct rusage const& ru) { - return (static_cast(ru.ru_utime.tv_sec) + - static_cast(ru.ru_utime.tv_usec) * 1e-6 + - static_cast(ru.ru_stime.tv_sec) + - static_cast(ru.ru_stime.tv_usec) * 1e-6); -} -#endif -#if defined(BENCHMARK_OS_MACOSX) -double MakeTime(thread_basic_info_data_t const& info) { - return (static_cast(info.user_time.seconds) + - static_cast(info.user_time.microseconds) * 1e-6 + - static_cast(info.system_time.seconds) + - static_cast(info.system_time.microseconds) * 1e-6); -} -#endif -#if defined(CLOCK_PROCESS_CPUTIME_ID) || defined(CLOCK_THREAD_CPUTIME_ID) -double MakeTime(struct timespec const& ts) { - return ts.tv_sec + (static_cast(ts.tv_nsec) * 1e-9); -} -#endif - -BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { - std::cerr << "ERROR: " << msg << std::endl; - std::exit(EXIT_FAILURE); -} - -} // end namespace - -double ProcessCPUUsage() { -#if defined(BENCHMARK_OS_WINDOWS) - HANDLE proc = GetCurrentProcess(); - FILETIME creation_time; - FILETIME exit_time; - FILETIME kernel_time; - FILETIME user_time; - if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, - &user_time)) - return MakeTime(kernel_time, user_time); - DiagnoseAndExit("GetProccessTimes() failed"); -#elif defined(BENCHMARK_OS_EMSCRIPTEN) - // clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) returns 0 on Emscripten. - // Use Emscripten-specific API. Reported CPU time would be exactly the - // same as total time, but this is ok because there aren't long-latency - // syncronous system calls in Emscripten. - return emscripten_get_now() * 1e-3; -#elif defined(CLOCK_PROCESS_CPUTIME_ID) && !defined(BENCHMARK_OS_MACOSX) - // FIXME We want to use clock_gettime, but its not available in MacOS 10.11. See - // https://github.com/google/benchmark/pull/292 - struct timespec spec; - if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &spec) == 0) - return MakeTime(spec); - DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed"); -#else - struct rusage ru; - if (getrusage(RUSAGE_SELF, &ru) == 0) return MakeTime(ru); - DiagnoseAndExit("getrusage(RUSAGE_SELF, ...) failed"); -#endif -} - -double ThreadCPUUsage() { -#if defined(BENCHMARK_OS_WINDOWS) - HANDLE this_thread = GetCurrentThread(); - FILETIME creation_time; - FILETIME exit_time; - FILETIME kernel_time; - FILETIME user_time; - GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, - &user_time); - return MakeTime(kernel_time, user_time); -#elif defined(BENCHMARK_OS_MACOSX) - // FIXME We want to use clock_gettime, but its not available in MacOS 10.11. See - // https://github.com/google/benchmark/pull/292 - mach_msg_type_number_t count = THREAD_BASIC_INFO_COUNT; - thread_basic_info_data_t info; - mach_port_t thread = pthread_mach_thread_np(pthread_self()); - if (thread_info(thread, THREAD_BASIC_INFO, (thread_info_t)&info, &count) == - KERN_SUCCESS) { - return MakeTime(info); - } - DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info"); -#elif defined(BENCHMARK_OS_EMSCRIPTEN) - // Emscripten doesn't support traditional threads - return ProcessCPUUsage(); -#elif defined(BENCHMARK_OS_RTEMS) - // RTEMS doesn't support CLOCK_THREAD_CPUTIME_ID. See - // https://github.com/RTEMS/rtems/blob/master/cpukit/posix/src/clockgettime.c - return ProcessCPUUsage(); -#elif defined(BENCHMARK_OS_SOLARIS) - struct rusage ru; - if (getrusage(RUSAGE_LWP, &ru) == 0) return MakeTime(ru); - DiagnoseAndExit("getrusage(RUSAGE_LWP, ...) failed"); -#elif defined(CLOCK_THREAD_CPUTIME_ID) - struct timespec ts; - if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts) == 0) return MakeTime(ts); - DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed"); -#else -#error Per-thread timing is not available on your system. -#endif -} - -namespace { - -std::string DateTimeString(bool local) { - typedef std::chrono::system_clock Clock; - std::time_t now = Clock::to_time_t(Clock::now()); - const std::size_t kStorageSize = 128; - char storage[kStorageSize]; - std::size_t written; - - if (local) { -#if defined(BENCHMARK_OS_WINDOWS) - written = - std::strftime(storage, sizeof(storage), "%x %X", ::localtime(&now)); -#else - std::tm timeinfo; - ::localtime_r(&now, &timeinfo); - written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo); -#endif - } else { -#if defined(BENCHMARK_OS_WINDOWS) - written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now)); -#else - std::tm timeinfo; - ::gmtime_r(&now, &timeinfo); - written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo); -#endif - } - CHECK(written < kStorageSize); - ((void)written); // prevent unused variable in optimized mode. - return std::string(storage); -} - -} // end namespace - -std::string LocalDateTimeString() { return DateTimeString(true); } - -} // end namespace benchmark diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/src/timers.h b/external_imported/json/benchmarks/thirdparty/benchmark/src/timers.h deleted file mode 100755 index 65606ccd9..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/src/timers.h +++ /dev/null @@ -1,48 +0,0 @@ -#ifndef BENCHMARK_TIMERS_H -#define BENCHMARK_TIMERS_H - -#include -#include - -namespace benchmark { - -// Return the CPU usage of the current process -double ProcessCPUUsage(); - -// Return the CPU usage of the children of the current process -double ChildrenCPUUsage(); - -// Return the CPU usage of the current thread -double ThreadCPUUsage(); - -#if defined(HAVE_STEADY_CLOCK) -template -struct ChooseSteadyClock { - typedef std::chrono::high_resolution_clock type; -}; - -template <> -struct ChooseSteadyClock { - typedef std::chrono::steady_clock type; -}; -#endif - -struct ChooseClockType { -#if defined(HAVE_STEADY_CLOCK) - typedef ChooseSteadyClock<>::type type; -#else - typedef std::chrono::high_resolution_clock type; -#endif -}; - -inline double ChronoClockNow() { - typedef ChooseClockType::type ClockType; - using FpSeconds = std::chrono::duration; - return FpSeconds(ClockType::now().time_since_epoch()).count(); -} - -std::string LocalDateTimeString(); - -} // end namespace benchmark - -#endif // BENCHMARK_TIMERS_H diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/compare.py b/external_imported/json/benchmarks/thirdparty/benchmark/tools/compare.py deleted file mode 100755 index f0a4455f5..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/compare.py +++ /dev/null @@ -1,316 +0,0 @@ -#!/usr/bin/env python - -""" -compare.py - versatile benchmark output compare tool -""" - -import argparse -from argparse import ArgumentParser -import sys -import gbench -from gbench import util, report -from gbench.util import * - - -def check_inputs(in1, in2, flags): - """ - Perform checking on the user provided inputs and diagnose any abnormalities - """ - in1_kind, in1_err = classify_input_file(in1) - in2_kind, in2_err = classify_input_file(in2) - output_file = find_benchmark_flag('--benchmark_out=', flags) - output_type = find_benchmark_flag('--benchmark_out_format=', flags) - if in1_kind == IT_Executable and in2_kind == IT_Executable and output_file: - print(("WARNING: '--benchmark_out=%s' will be passed to both " - "benchmarks causing it to be overwritten") % output_file) - if in1_kind == IT_JSON and in2_kind == IT_JSON and len(flags) > 0: - print("WARNING: passing optional flags has no effect since both " - "inputs are JSON") - if output_type is not None and output_type != 'json': - print(("ERROR: passing '--benchmark_out_format=%s' to 'compare.py`" - " is not supported.") % output_type) - sys.exit(1) - - -def create_parser(): - parser = ArgumentParser( - description='versatile benchmark output compare tool') - subparsers = parser.add_subparsers( - help='This tool has multiple modes of operation:', - dest='mode') - - parser_a = subparsers.add_parser( - 'benchmarks', - help='The most simple use-case, compare all the output of these two benchmarks') - baseline = parser_a.add_argument_group( - 'baseline', 'The benchmark baseline') - baseline.add_argument( - 'test_baseline', - metavar='test_baseline', - type=argparse.FileType('r'), - nargs=1, - help='A benchmark executable or JSON output file') - contender = parser_a.add_argument_group( - 'contender', 'The benchmark that will be compared against the baseline') - contender.add_argument( - 'test_contender', - metavar='test_contender', - type=argparse.FileType('r'), - nargs=1, - help='A benchmark executable or JSON output file') - parser_a.add_argument( - 'benchmark_options', - metavar='benchmark_options', - nargs=argparse.REMAINDER, - help='Arguments to pass when running benchmark executables') - - parser_b = subparsers.add_parser( - 'filters', help='Compare filter one with the filter two of benchmark') - baseline = parser_b.add_argument_group( - 'baseline', 'The benchmark baseline') - baseline.add_argument( - 'test', - metavar='test', - type=argparse.FileType('r'), - nargs=1, - help='A benchmark executable or JSON output file') - baseline.add_argument( - 'filter_baseline', - metavar='filter_baseline', - type=str, - nargs=1, - help='The first filter, that will be used as baseline') - contender = parser_b.add_argument_group( - 'contender', 'The benchmark that will be compared against the baseline') - contender.add_argument( - 'filter_contender', - metavar='filter_contender', - type=str, - nargs=1, - help='The second filter, that will be compared against the baseline') - parser_b.add_argument( - 'benchmark_options', - metavar='benchmark_options', - nargs=argparse.REMAINDER, - help='Arguments to pass when running benchmark executables') - - parser_c = subparsers.add_parser( - 'benchmarksfiltered', - help='Compare filter one of first benchmark with filter two of the second benchmark') - baseline = parser_c.add_argument_group( - 'baseline', 'The benchmark baseline') - baseline.add_argument( - 'test_baseline', - metavar='test_baseline', - type=argparse.FileType('r'), - nargs=1, - help='A benchmark executable or JSON output file') - baseline.add_argument( - 'filter_baseline', - metavar='filter_baseline', - type=str, - nargs=1, - help='The first filter, that will be used as baseline') - contender = parser_c.add_argument_group( - 'contender', 'The benchmark that will be compared against the baseline') - contender.add_argument( - 'test_contender', - metavar='test_contender', - type=argparse.FileType('r'), - nargs=1, - help='The second benchmark executable or JSON output file, that will be compared against the baseline') - contender.add_argument( - 'filter_contender', - metavar='filter_contender', - type=str, - nargs=1, - help='The second filter, that will be compared against the baseline') - parser_c.add_argument( - 'benchmark_options', - metavar='benchmark_options', - nargs=argparse.REMAINDER, - help='Arguments to pass when running benchmark executables') - - return parser - - -def main(): - # Parse the command line flags - parser = create_parser() - args, unknown_args = parser.parse_known_args() - if args.mode is None: - parser.print_help() - exit(1) - assert not unknown_args - benchmark_options = args.benchmark_options - - if args.mode == 'benchmarks': - test_baseline = args.test_baseline[0].name - test_contender = args.test_contender[0].name - filter_baseline = '' - filter_contender = '' - - # NOTE: if test_baseline == test_contender, you are analyzing the stdev - - description = 'Comparing %s to %s' % (test_baseline, test_contender) - elif args.mode == 'filters': - test_baseline = args.test[0].name - test_contender = args.test[0].name - filter_baseline = args.filter_baseline[0] - filter_contender = args.filter_contender[0] - - # NOTE: if filter_baseline == filter_contender, you are analyzing the - # stdev - - description = 'Comparing %s to %s (from %s)' % ( - filter_baseline, filter_contender, args.test[0].name) - elif args.mode == 'benchmarksfiltered': - test_baseline = args.test_baseline[0].name - test_contender = args.test_contender[0].name - filter_baseline = args.filter_baseline[0] - filter_contender = args.filter_contender[0] - - # NOTE: if test_baseline == test_contender and - # filter_baseline == filter_contender, you are analyzing the stdev - - description = 'Comparing %s (from %s) to %s (from %s)' % ( - filter_baseline, test_baseline, filter_contender, test_contender) - else: - # should never happen - print("Unrecognized mode of operation: '%s'" % args.mode) - parser.print_help() - exit(1) - - check_inputs(test_baseline, test_contender, benchmark_options) - - options_baseline = [] - options_contender = [] - - if filter_baseline and filter_contender: - options_baseline = ['--benchmark_filter=%s' % filter_baseline] - options_contender = ['--benchmark_filter=%s' % filter_contender] - - # Run the benchmarks and report the results - json1 = json1_orig = gbench.util.run_or_load_benchmark( - test_baseline, benchmark_options + options_baseline) - json2 = json2_orig = gbench.util.run_or_load_benchmark( - test_contender, benchmark_options + options_contender) - - # Now, filter the benchmarks so that the difference report can work - if filter_baseline and filter_contender: - replacement = '[%s vs. %s]' % (filter_baseline, filter_contender) - json1 = gbench.report.filter_benchmark( - json1_orig, filter_baseline, replacement) - json2 = gbench.report.filter_benchmark( - json2_orig, filter_contender, replacement) - - # Diff and output - output_lines = gbench.report.generate_difference_report(json1, json2) - print(description) - for ln in output_lines: - print(ln) - - -import unittest - - -class TestParser(unittest.TestCase): - def setUp(self): - self.parser = create_parser() - testInputs = os.path.join( - os.path.dirname( - os.path.realpath(__file__)), - 'gbench', - 'Inputs') - self.testInput0 = os.path.join(testInputs, 'test1_run1.json') - self.testInput1 = os.path.join(testInputs, 'test1_run2.json') - - def test_benchmarks_basic(self): - parsed = self.parser.parse_args( - ['benchmarks', self.testInput0, self.testInput1]) - self.assertEqual(parsed.mode, 'benchmarks') - self.assertEqual(parsed.test_baseline[0].name, self.testInput0) - self.assertEqual(parsed.test_contender[0].name, self.testInput1) - self.assertFalse(parsed.benchmark_options) - - def test_benchmarks_with_remainder(self): - parsed = self.parser.parse_args( - ['benchmarks', self.testInput0, self.testInput1, 'd']) - self.assertEqual(parsed.mode, 'benchmarks') - self.assertEqual(parsed.test_baseline[0].name, self.testInput0) - self.assertEqual(parsed.test_contender[0].name, self.testInput1) - self.assertEqual(parsed.benchmark_options, ['d']) - - def test_benchmarks_with_remainder_after_doubleminus(self): - parsed = self.parser.parse_args( - ['benchmarks', self.testInput0, self.testInput1, '--', 'e']) - self.assertEqual(parsed.mode, 'benchmarks') - self.assertEqual(parsed.test_baseline[0].name, self.testInput0) - self.assertEqual(parsed.test_contender[0].name, self.testInput1) - self.assertEqual(parsed.benchmark_options, ['e']) - - def test_filters_basic(self): - parsed = self.parser.parse_args( - ['filters', self.testInput0, 'c', 'd']) - self.assertEqual(parsed.mode, 'filters') - self.assertEqual(parsed.test[0].name, self.testInput0) - self.assertEqual(parsed.filter_baseline[0], 'c') - self.assertEqual(parsed.filter_contender[0], 'd') - self.assertFalse(parsed.benchmark_options) - - def test_filters_with_remainder(self): - parsed = self.parser.parse_args( - ['filters', self.testInput0, 'c', 'd', 'e']) - self.assertEqual(parsed.mode, 'filters') - self.assertEqual(parsed.test[0].name, self.testInput0) - self.assertEqual(parsed.filter_baseline[0], 'c') - self.assertEqual(parsed.filter_contender[0], 'd') - self.assertEqual(parsed.benchmark_options, ['e']) - - def test_filters_with_remainder_after_doubleminus(self): - parsed = self.parser.parse_args( - ['filters', self.testInput0, 'c', 'd', '--', 'f']) - self.assertEqual(parsed.mode, 'filters') - self.assertEqual(parsed.test[0].name, self.testInput0) - self.assertEqual(parsed.filter_baseline[0], 'c') - self.assertEqual(parsed.filter_contender[0], 'd') - self.assertEqual(parsed.benchmark_options, ['f']) - - def test_benchmarksfiltered_basic(self): - parsed = self.parser.parse_args( - ['benchmarksfiltered', self.testInput0, 'c', self.testInput1, 'e']) - self.assertEqual(parsed.mode, 'benchmarksfiltered') - self.assertEqual(parsed.test_baseline[0].name, self.testInput0) - self.assertEqual(parsed.filter_baseline[0], 'c') - self.assertEqual(parsed.test_contender[0].name, self.testInput1) - self.assertEqual(parsed.filter_contender[0], 'e') - self.assertFalse(parsed.benchmark_options) - - def test_benchmarksfiltered_with_remainder(self): - parsed = self.parser.parse_args( - ['benchmarksfiltered', self.testInput0, 'c', self.testInput1, 'e', 'f']) - self.assertEqual(parsed.mode, 'benchmarksfiltered') - self.assertEqual(parsed.test_baseline[0].name, self.testInput0) - self.assertEqual(parsed.filter_baseline[0], 'c') - self.assertEqual(parsed.test_contender[0].name, self.testInput1) - self.assertEqual(parsed.filter_contender[0], 'e') - self.assertEqual(parsed.benchmark_options[0], 'f') - - def test_benchmarksfiltered_with_remainder_after_doubleminus(self): - parsed = self.parser.parse_args( - ['benchmarksfiltered', self.testInput0, 'c', self.testInput1, 'e', '--', 'g']) - self.assertEqual(parsed.mode, 'benchmarksfiltered') - self.assertEqual(parsed.test_baseline[0].name, self.testInput0) - self.assertEqual(parsed.filter_baseline[0], 'c') - self.assertEqual(parsed.test_contender[0].name, self.testInput1) - self.assertEqual(parsed.filter_contender[0], 'e') - self.assertEqual(parsed.benchmark_options[0], 'g') - - -if __name__ == '__main__': - # unittest.main() - main() - -# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 -# kate: tab-width: 4; replace-tabs on; indent-width 4; tab-indents: off; -# kate: indent-mode python; remove-trailing-spaces modified; diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py b/external_imported/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py deleted file mode 100755 index 7bbf0d015..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py +++ /dev/null @@ -1,67 +0,0 @@ -#!/usr/bin/env python -""" -compare_bench.py - Compare two benchmarks or their results and report the - difference. -""" -import argparse -from argparse import ArgumentParser -import sys -import gbench -from gbench import util, report -from gbench.util import * - -def check_inputs(in1, in2, flags): - """ - Perform checking on the user provided inputs and diagnose any abnormalities - """ - in1_kind, in1_err = classify_input_file(in1) - in2_kind, in2_err = classify_input_file(in2) - output_file = find_benchmark_flag('--benchmark_out=', flags) - output_type = find_benchmark_flag('--benchmark_out_format=', flags) - if in1_kind == IT_Executable and in2_kind == IT_Executable and output_file: - print(("WARNING: '--benchmark_out=%s' will be passed to both " - "benchmarks causing it to be overwritten") % output_file) - if in1_kind == IT_JSON and in2_kind == IT_JSON and len(flags) > 0: - print("WARNING: passing --benchmark flags has no effect since both " - "inputs are JSON") - if output_type is not None and output_type != 'json': - print(("ERROR: passing '--benchmark_out_format=%s' to 'compare_bench.py`" - " is not supported.") % output_type) - sys.exit(1) - - -def main(): - parser = ArgumentParser( - description='compare the results of two benchmarks') - parser.add_argument( - 'test1', metavar='test1', type=str, nargs=1, - help='A benchmark executable or JSON output file') - parser.add_argument( - 'test2', metavar='test2', type=str, nargs=1, - help='A benchmark executable or JSON output file') - parser.add_argument( - 'benchmark_options', metavar='benchmark_options', nargs=argparse.REMAINDER, - help='Arguments to pass when running benchmark executables' - ) - args, unknown_args = parser.parse_known_args() - # Parse the command line flags - test1 = args.test1[0] - test2 = args.test2[0] - if unknown_args: - # should never happen - print("Unrecognized positional argument arguments: '%s'" - % unknown_args) - exit(1) - benchmark_options = args.benchmark_options - check_inputs(test1, test2, benchmark_options) - # Run the benchmarks and report the results - json1 = gbench.util.run_or_load_benchmark(test1, benchmark_options) - json2 = gbench.util.run_or_load_benchmark(test2, benchmark_options) - output_lines = gbench.report.generate_difference_report(json1, json2) - print('Comparing %s to %s' % (test1, test2)) - for ln in output_lines: - print(ln) - - -if __name__ == '__main__': - main() diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run1.json b/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run1.json deleted file mode 100755 index d7ec6a9c8..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run1.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "context": { - "date": "2016-08-02 17:44:46", - "num_cpus": 4, - "mhz_per_cpu": 4228, - "cpu_scaling_enabled": false, - "library_build_type": "release" - }, - "benchmarks": [ - { - "name": "BM_SameTimes", - "iterations": 1000, - "real_time": 10, - "cpu_time": 10, - "time_unit": "ns" - }, - { - "name": "BM_2xFaster", - "iterations": 1000, - "real_time": 50, - "cpu_time": 50, - "time_unit": "ns" - }, - { - "name": "BM_2xSlower", - "iterations": 1000, - "real_time": 50, - "cpu_time": 50, - "time_unit": "ns" - }, - { - "name": "BM_1PercentFaster", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_1PercentSlower", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_10PercentFaster", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_10PercentSlower", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_100xSlower", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_100xFaster", - "iterations": 1000, - "real_time": 10000, - "cpu_time": 10000, - "time_unit": "ns" - }, - { - "name": "BM_10PercentCPUToTime", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_ThirdFaster", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_BadTimeUnit", - "iterations": 1000, - "real_time": 0.4, - "cpu_time": 0.5, - "time_unit": "s" - }, - { - "name": "BM_DifferentTimeUnit", - "iterations": 1, - "real_time": 1, - "cpu_time": 1, - "time_unit": "s" - } - ] -} diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run2.json b/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run2.json deleted file mode 100755 index 59a5ffaca..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run2.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "context": { - "date": "2016-08-02 17:44:46", - "num_cpus": 4, - "mhz_per_cpu": 4228, - "cpu_scaling_enabled": false, - "library_build_type": "release" - }, - "benchmarks": [ - { - "name": "BM_SameTimes", - "iterations": 1000, - "real_time": 10, - "cpu_time": 10, - "time_unit": "ns" - }, - { - "name": "BM_2xFaster", - "iterations": 1000, - "real_time": 25, - "cpu_time": 25, - "time_unit": "ns" - }, - { - "name": "BM_2xSlower", - "iterations": 20833333, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_1PercentFaster", - "iterations": 1000, - "real_time": 98.9999999, - "cpu_time": 98.9999999, - "time_unit": "ns" - }, - { - "name": "BM_1PercentSlower", - "iterations": 1000, - "real_time": 100.9999999, - "cpu_time": 100.9999999, - "time_unit": "ns" - }, - { - "name": "BM_10PercentFaster", - "iterations": 1000, - "real_time": 90, - "cpu_time": 90, - "time_unit": "ns" - }, - { - "name": "BM_10PercentSlower", - "iterations": 1000, - "real_time": 110, - "cpu_time": 110, - "time_unit": "ns" - }, - { - "name": "BM_100xSlower", - "iterations": 1000, - "real_time": 1.0000e+04, - "cpu_time": 1.0000e+04, - "time_unit": "ns" - }, - { - "name": "BM_100xFaster", - "iterations": 1000, - "real_time": 100, - "cpu_time": 100, - "time_unit": "ns" - }, - { - "name": "BM_10PercentCPUToTime", - "iterations": 1000, - "real_time": 110, - "cpu_time": 90, - "time_unit": "ns" - }, - { - "name": "BM_ThirdFaster", - "iterations": 1000, - "real_time": 66.665, - "cpu_time": 66.664, - "time_unit": "ns" - }, - { - "name": "BM_BadTimeUnit", - "iterations": 1000, - "real_time": 0.04, - "cpu_time": 0.6, - "time_unit": "s" - }, - { - "name": "BM_DifferentTimeUnit", - "iterations": 1, - "real_time": 1, - "cpu_time": 1, - "time_unit": "ns" - } - ] -} diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test2_run.json b/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test2_run.json deleted file mode 100755 index 15bc69803..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test2_run.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "context": { - "date": "2016-08-02 17:44:46", - "num_cpus": 4, - "mhz_per_cpu": 4228, - "cpu_scaling_enabled": false, - "library_build_type": "release" - }, - "benchmarks": [ - { - "name": "BM_Hi", - "iterations": 1234, - "real_time": 42, - "cpu_time": 24, - "time_unit": "ms" - }, - { - "name": "BM_Zero", - "iterations": 1000, - "real_time": 10, - "cpu_time": 10, - "time_unit": "ns" - }, - { - "name": "BM_Zero/4", - "iterations": 4000, - "real_time": 40, - "cpu_time": 40, - "time_unit": "ns" - }, - { - "name": "Prefix/BM_Zero", - "iterations": 2000, - "real_time": 20, - "cpu_time": 20, - "time_unit": "ns" - }, - { - "name": "Prefix/BM_Zero/3", - "iterations": 3000, - "real_time": 30, - "cpu_time": 30, - "time_unit": "ns" - }, - { - "name": "BM_One", - "iterations": 5000, - "real_time": 5, - "cpu_time": 5, - "time_unit": "ns" - }, - { - "name": "BM_One/4", - "iterations": 2000, - "real_time": 20, - "cpu_time": 20, - "time_unit": "ns" - }, - { - "name": "Prefix/BM_One", - "iterations": 1000, - "real_time": 10, - "cpu_time": 10, - "time_unit": "ns" - }, - { - "name": "Prefix/BM_One/3", - "iterations": 1500, - "real_time": 15, - "cpu_time": 15, - "time_unit": "ns" - }, - { - "name": "BM_Bye", - "iterations": 5321, - "real_time": 11, - "cpu_time": 63, - "time_unit": "ns" - } - ] -} diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py b/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py deleted file mode 100755 index fce1a1acf..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -"""Google Benchmark tooling""" - -__author__ = 'Eric Fiselier' -__email__ = 'eric@efcs.ca' -__versioninfo__ = (0, 5, 0) -__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev' - -__all__ = [] diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py b/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py deleted file mode 100755 index 0c090981a..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py +++ /dev/null @@ -1,208 +0,0 @@ -"""report.py - Utilities for reporting statistics about benchmark results -""" -import os -import re -import copy - -class BenchmarkColor(object): - def __init__(self, name, code): - self.name = name - self.code = code - - def __repr__(self): - return '%s%r' % (self.__class__.__name__, - (self.name, self.code)) - - def __format__(self, format): - return self.code - -# Benchmark Colors Enumeration -BC_NONE = BenchmarkColor('NONE', '') -BC_MAGENTA = BenchmarkColor('MAGENTA', '\033[95m') -BC_CYAN = BenchmarkColor('CYAN', '\033[96m') -BC_OKBLUE = BenchmarkColor('OKBLUE', '\033[94m') -BC_HEADER = BenchmarkColor('HEADER', '\033[92m') -BC_WARNING = BenchmarkColor('WARNING', '\033[93m') -BC_WHITE = BenchmarkColor('WHITE', '\033[97m') -BC_FAIL = BenchmarkColor('FAIL', '\033[91m') -BC_ENDC = BenchmarkColor('ENDC', '\033[0m') -BC_BOLD = BenchmarkColor('BOLD', '\033[1m') -BC_UNDERLINE = BenchmarkColor('UNDERLINE', '\033[4m') - -def color_format(use_color, fmt_str, *args, **kwargs): - """ - Return the result of 'fmt_str.format(*args, **kwargs)' after transforming - 'args' and 'kwargs' according to the value of 'use_color'. If 'use_color' - is False then all color codes in 'args' and 'kwargs' are replaced with - the empty string. - """ - assert use_color is True or use_color is False - if not use_color: - args = [arg if not isinstance(arg, BenchmarkColor) else BC_NONE - for arg in args] - kwargs = {key: arg if not isinstance(arg, BenchmarkColor) else BC_NONE - for key, arg in kwargs.items()} - return fmt_str.format(*args, **kwargs) - - -def find_longest_name(benchmark_list): - """ - Return the length of the longest benchmark name in a given list of - benchmark JSON objects - """ - longest_name = 1 - for bc in benchmark_list: - if len(bc['name']) > longest_name: - longest_name = len(bc['name']) - return longest_name - - -def calculate_change(old_val, new_val): - """ - Return a float representing the decimal change between old_val and new_val. - """ - if old_val == 0 and new_val == 0: - return 0.0 - if old_val == 0: - return float(new_val - old_val) / (float(old_val + new_val) / 2) - return float(new_val - old_val) / abs(old_val) - - -def filter_benchmark(json_orig, family, replacement=""): - """ - Apply a filter to the json, and only leave the 'family' of benchmarks. - """ - regex = re.compile(family) - filtered = {} - filtered['benchmarks'] = [] - for be in json_orig['benchmarks']: - if not regex.search(be['name']): - continue - filteredbench = copy.deepcopy(be) # Do NOT modify the old name! - filteredbench['name'] = regex.sub(replacement, filteredbench['name']) - filtered['benchmarks'].append(filteredbench) - return filtered - - -def generate_difference_report(json1, json2, use_color=True): - """ - Calculate and report the difference between each test of two benchmarks - runs specified as 'json1' and 'json2'. - """ - first_col_width = find_longest_name(json1['benchmarks']) - def find_test(name): - for b in json2['benchmarks']: - if b['name'] == name: - return b - return None - first_col_width = max(first_col_width, len('Benchmark')) - first_line = "{:<{}s}Time CPU Time Old Time New CPU Old CPU New".format( - 'Benchmark', 12 + first_col_width) - output_strs = [first_line, '-' * len(first_line)] - - gen = (bn for bn in json1['benchmarks'] if 'real_time' in bn and 'cpu_time' in bn) - for bn in gen: - other_bench = find_test(bn['name']) - if not other_bench: - continue - - if bn['time_unit'] != other_bench['time_unit']: - continue - - def get_color(res): - if res > 0.05: - return BC_FAIL - elif res > -0.07: - return BC_WHITE - else: - return BC_CYAN - fmt_str = "{}{:<{}s}{endc}{}{:+16.4f}{endc}{}{:+16.4f}{endc}{:14.0f}{:14.0f}{endc}{:14.0f}{:14.0f}" - tres = calculate_change(bn['real_time'], other_bench['real_time']) - cpures = calculate_change(bn['cpu_time'], other_bench['cpu_time']) - output_strs += [color_format(use_color, fmt_str, - BC_HEADER, bn['name'], first_col_width, - get_color(tres), tres, get_color(cpures), cpures, - bn['real_time'], other_bench['real_time'], - bn['cpu_time'], other_bench['cpu_time'], - endc=BC_ENDC)] - return output_strs - -############################################################################### -# Unit tests - -import unittest - -class TestReportDifference(unittest.TestCase): - def load_results(self): - import json - testInputs = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'Inputs') - testOutput1 = os.path.join(testInputs, 'test1_run1.json') - testOutput2 = os.path.join(testInputs, 'test1_run2.json') - with open(testOutput1, 'r') as f: - json1 = json.load(f) - with open(testOutput2, 'r') as f: - json2 = json.load(f) - return json1, json2 - - def test_basic(self): - expect_lines = [ - ['BM_SameTimes', '+0.0000', '+0.0000', '10', '10', '10', '10'], - ['BM_2xFaster', '-0.5000', '-0.5000', '50', '25', '50', '25'], - ['BM_2xSlower', '+1.0000', '+1.0000', '50', '100', '50', '100'], - ['BM_1PercentFaster', '-0.0100', '-0.0100', '100', '99', '100', '99'], - ['BM_1PercentSlower', '+0.0100', '+0.0100', '100', '101', '100', '101'], - ['BM_10PercentFaster', '-0.1000', '-0.1000', '100', '90', '100', '90'], - ['BM_10PercentSlower', '+0.1000', '+0.1000', '100', '110', '100', '110'], - ['BM_100xSlower', '+99.0000', '+99.0000', '100', '10000', '100', '10000'], - ['BM_100xFaster', '-0.9900', '-0.9900', '10000', '100', '10000', '100'], - ['BM_10PercentCPUToTime', '+0.1000', '-0.1000', '100', '110', '100', '90'], - ['BM_ThirdFaster', '-0.3333', '-0.3334', '100', '67', '100', '67'], - ['BM_BadTimeUnit', '-0.9000', '+0.2000', '0', '0', '0', '1'], - ] - json1, json2 = self.load_results() - output_lines_with_header = generate_difference_report(json1, json2, use_color=False) - output_lines = output_lines_with_header[2:] - print("\n".join(output_lines_with_header)) - self.assertEqual(len(output_lines), len(expect_lines)) - for i in range(0, len(output_lines)): - parts = [x for x in output_lines[i].split(' ') if x] - self.assertEqual(len(parts), 7) - self.assertEqual(parts, expect_lines[i]) - - -class TestReportDifferenceBetweenFamilies(unittest.TestCase): - def load_result(self): - import json - testInputs = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'Inputs') - testOutput = os.path.join(testInputs, 'test2_run.json') - with open(testOutput, 'r') as f: - json = json.load(f) - return json - - def test_basic(self): - expect_lines = [ - ['.', '-0.5000', '-0.5000', '10', '5', '10', '5'], - ['./4', '-0.5000', '-0.5000', '40', '20', '40', '20'], - ['Prefix/.', '-0.5000', '-0.5000', '20', '10', '20', '10'], - ['Prefix/./3', '-0.5000', '-0.5000', '30', '15', '30', '15'], - ] - json = self.load_result() - json1 = filter_benchmark(json, "BM_Z.ro", ".") - json2 = filter_benchmark(json, "BM_O.e", ".") - output_lines_with_header = generate_difference_report(json1, json2, use_color=False) - output_lines = output_lines_with_header[2:] - print("\n") - print("\n".join(output_lines_with_header)) - self.assertEqual(len(output_lines), len(expect_lines)) - for i in range(0, len(output_lines)): - parts = [x for x in output_lines[i].split(' ') if x] - self.assertEqual(len(parts), 7) - self.assertEqual(parts, expect_lines[i]) - - -if __name__ == '__main__': - unittest.main() - -# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 -# kate: tab-width: 4; replace-tabs on; indent-width 4; tab-indents: off; -# kate: indent-mode python; remove-trailing-spaces modified; diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py b/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py deleted file mode 100755 index 07c237727..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py +++ /dev/null @@ -1,159 +0,0 @@ -"""util.py - General utilities for running, loading, and processing benchmarks -""" -import json -import os -import tempfile -import subprocess -import sys - -# Input file type enumeration -IT_Invalid = 0 -IT_JSON = 1 -IT_Executable = 2 - -_num_magic_bytes = 2 if sys.platform.startswith('win') else 4 -def is_executable_file(filename): - """ - Return 'True' if 'filename' names a valid file which is likely - an executable. A file is considered an executable if it starts with the - magic bytes for a EXE, Mach O, or ELF file. - """ - if not os.path.isfile(filename): - return False - with open(filename, mode='rb') as f: - magic_bytes = f.read(_num_magic_bytes) - if sys.platform == 'darwin': - return magic_bytes in [ - b'\xfe\xed\xfa\xce', # MH_MAGIC - b'\xce\xfa\xed\xfe', # MH_CIGAM - b'\xfe\xed\xfa\xcf', # MH_MAGIC_64 - b'\xcf\xfa\xed\xfe', # MH_CIGAM_64 - b'\xca\xfe\xba\xbe', # FAT_MAGIC - b'\xbe\xba\xfe\xca' # FAT_CIGAM - ] - elif sys.platform.startswith('win'): - return magic_bytes == b'MZ' - else: - return magic_bytes == b'\x7FELF' - - -def is_json_file(filename): - """ - Returns 'True' if 'filename' names a valid JSON output file. - 'False' otherwise. - """ - try: - with open(filename, 'r') as f: - json.load(f) - return True - except: - pass - return False - - -def classify_input_file(filename): - """ - Return a tuple (type, msg) where 'type' specifies the classified type - of 'filename'. If 'type' is 'IT_Invalid' then 'msg' is a human readable - string represeting the error. - """ - ftype = IT_Invalid - err_msg = None - if not os.path.exists(filename): - err_msg = "'%s' does not exist" % filename - elif not os.path.isfile(filename): - err_msg = "'%s' does not name a file" % filename - elif is_executable_file(filename): - ftype = IT_Executable - elif is_json_file(filename): - ftype = IT_JSON - else: - err_msg = "'%s' does not name a valid benchmark executable or JSON file" % filename - return ftype, err_msg - - -def check_input_file(filename): - """ - Classify the file named by 'filename' and return the classification. - If the file is classified as 'IT_Invalid' print an error message and exit - the program. - """ - ftype, msg = classify_input_file(filename) - if ftype == IT_Invalid: - print("Invalid input file: %s" % msg) - sys.exit(1) - return ftype - -def find_benchmark_flag(prefix, benchmark_flags): - """ - Search the specified list of flags for a flag matching `` and - if it is found return the arg it specifies. If specified more than once the - last value is returned. If the flag is not found None is returned. - """ - assert prefix.startswith('--') and prefix.endswith('=') - result = None - for f in benchmark_flags: - if f.startswith(prefix): - result = f[len(prefix):] - return result - -def remove_benchmark_flags(prefix, benchmark_flags): - """ - Return a new list containing the specified benchmark_flags except those - with the specified prefix. - """ - assert prefix.startswith('--') and prefix.endswith('=') - return [f for f in benchmark_flags if not f.startswith(prefix)] - -def load_benchmark_results(fname): - """ - Read benchmark output from a file and return the JSON object. - REQUIRES: 'fname' names a file containing JSON benchmark output. - """ - with open(fname, 'r') as f: - return json.load(f) - - -def run_benchmark(exe_name, benchmark_flags): - """ - Run a benchmark specified by 'exe_name' with the specified - 'benchmark_flags'. The benchmark is run directly as a subprocess to preserve - real time console output. - RETURNS: A JSON object representing the benchmark output - """ - output_name = find_benchmark_flag('--benchmark_out=', - benchmark_flags) - is_temp_output = False - if output_name is None: - is_temp_output = True - thandle, output_name = tempfile.mkstemp() - os.close(thandle) - benchmark_flags = list(benchmark_flags) + \ - ['--benchmark_out=%s' % output_name] - - cmd = [exe_name] + benchmark_flags - print("RUNNING: %s" % ' '.join(cmd)) - exitCode = subprocess.call(cmd) - if exitCode != 0: - print('TEST FAILED...') - sys.exit(exitCode) - json_res = load_benchmark_results(output_name) - if is_temp_output: - os.unlink(output_name) - return json_res - - -def run_or_load_benchmark(filename, benchmark_flags): - """ - Get the results for a specified benchmark. If 'filename' specifies - an executable benchmark then the results are generated by running the - benchmark. Otherwise 'filename' must name a valid JSON output file, - which is loaded and the result returned. - """ - ftype = check_input_file(filename) - if ftype == IT_JSON: - return load_benchmark_results(filename) - elif ftype == IT_Executable: - return run_benchmark(filename, benchmark_flags) - else: - assert False # This branch is unreachable \ No newline at end of file diff --git a/external_imported/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py b/external_imported/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py deleted file mode 100755 index 9030550b4..000000000 --- a/external_imported/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py +++ /dev/null @@ -1,151 +0,0 @@ -#!/usr/bin/env python - -""" -strip_asm.py - Cleanup ASM output for the specified file -""" - -from argparse import ArgumentParser -import sys -import os -import re - -def find_used_labels(asm): - found = set() - label_re = re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)") - for l in asm.splitlines(): - m = label_re.match(l) - if m: - found.add('.L%s' % m.group(1)) - return found - - -def normalize_labels(asm): - decls = set() - label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)") - for l in asm.splitlines(): - m = label_decl.match(l) - if m: - decls.add(m.group(0)) - if len(decls) == 0: - return asm - needs_dot = next(iter(decls))[0] != '.' - if not needs_dot: - return asm - for ld in decls: - asm = re.sub("(^|\s+)" + ld + "(?=:|\s)", '\\1.' + ld, asm) - return asm - - -def transform_labels(asm): - asm = normalize_labels(asm) - used_decls = find_used_labels(asm) - new_asm = '' - label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)") - for l in asm.splitlines(): - m = label_decl.match(l) - if not m or m.group(0) in used_decls: - new_asm += l - new_asm += '\n' - return new_asm - - -def is_identifier(tk): - if len(tk) == 0: - return False - first = tk[0] - if not first.isalpha() and first != '_': - return False - for i in range(1, len(tk)): - c = tk[i] - if not c.isalnum() and c != '_': - return False - return True - -def process_identifiers(l): - """ - process_identifiers - process all identifiers and modify them to have - consistent names across all platforms; specifically across ELF and MachO. - For example, MachO inserts an additional understore at the beginning of - names. This function removes that. - """ - parts = re.split(r'([a-zA-Z0-9_]+)', l) - new_line = '' - for tk in parts: - if is_identifier(tk): - if tk.startswith('__Z'): - tk = tk[1:] - elif tk.startswith('_') and len(tk) > 1 and \ - tk[1].isalpha() and tk[1] != 'Z': - tk = tk[1:] - new_line += tk - return new_line - - -def process_asm(asm): - """ - Strip the ASM of unwanted directives and lines - """ - new_contents = '' - asm = transform_labels(asm) - - # TODO: Add more things we want to remove - discard_regexes = [ - re.compile("\s+\..*$"), # directive - re.compile("\s*#(NO_APP|APP)$"), #inline ASM - re.compile("\s*#.*$"), # comment line - re.compile("\s*\.globa?l\s*([.a-zA-Z_][a-zA-Z0-9$_.]*)"), #global directive - re.compile("\s*\.(string|asciz|ascii|[1248]?byte|short|word|long|quad|value|zero)"), - ] - keep_regexes = [ - - ] - fn_label_def = re.compile("^[a-zA-Z_][a-zA-Z0-9_.]*:") - for l in asm.splitlines(): - # Remove Mach-O attribute - l = l.replace('@GOTPCREL', '') - add_line = True - for reg in discard_regexes: - if reg.match(l) is not None: - add_line = False - break - for reg in keep_regexes: - if reg.match(l) is not None: - add_line = True - break - if add_line: - if fn_label_def.match(l) and len(new_contents) != 0: - new_contents += '\n' - l = process_identifiers(l) - new_contents += l - new_contents += '\n' - return new_contents - -def main(): - parser = ArgumentParser( - description='generate a stripped assembly file') - parser.add_argument( - 'input', metavar='input', type=str, nargs=1, - help='An input assembly file') - parser.add_argument( - 'out', metavar='output', type=str, nargs=1, - help='The output file') - args, unknown_args = parser.parse_known_args() - input = args.input[0] - output = args.out[0] - if not os.path.isfile(input): - print(("ERROR: input file '%s' does not exist") % input) - sys.exit(1) - contents = None - with open(input, 'r') as f: - contents = f.read() - new_contents = process_asm(contents) - with open(output, 'w') as f: - f.write(new_contents) - - -if __name__ == '__main__': - main() - -# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 -# kate: tab-width: 4; replace-tabs on; indent-width 4; tab-indents: off; -# kate: indent-mode python; remove-trailing-spaces modified; diff --git a/external_imported/json/cmake/ci.cmake b/external_imported/json/cmake/ci.cmake new file mode 100644 index 000000000..bbb2d4cb9 --- /dev/null +++ b/external_imported/json/cmake/ci.cmake @@ -0,0 +1,983 @@ +# number of parallel jobs for CTest +set(N 10) + +############################################################################### +# Needed tools. +############################################################################### + +include(FindPython3) +find_package(Python3 COMPONENTS Interpreter) + +find_program(ASTYLE_TOOL NAMES astyle) +execute_process(COMMAND ${ASTYLE_TOOL} --version OUTPUT_VARIABLE ASTYLE_TOOL_VERSION ERROR_VARIABLE ASTYLE_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" ASTYLE_TOOL_VERSION "${ASTYLE_TOOL_VERSION}") +message(STATUS "🔖 Artistic Style ${ASTYLE_TOOL_VERSION} (${ASTYLE_TOOL})") + +find_program(CLANG_TOOL NAMES clang++-HEAD clang++ clang++-17 clang++-16 clang++-15 clang++-14 clang++-13 clang++-12 clang++-11 clang++) +execute_process(COMMAND ${CLANG_TOOL} --version OUTPUT_VARIABLE CLANG_TOOL_VERSION ERROR_VARIABLE CLANG_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TOOL_VERSION "${CLANG_TOOL_VERSION}") +message(STATUS "🔖 Clang ${CLANG_TOOL_VERSION} (${CLANG_TOOL})") + +find_program(CLANG_TIDY_TOOL NAMES clang-tidy-17 clang-tidy-16 clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11 clang-tidy) +execute_process(COMMAND ${CLANG_TIDY_TOOL} --version OUTPUT_VARIABLE CLANG_TIDY_TOOL_VERSION ERROR_VARIABLE CLANG_TIDY_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TIDY_TOOL_VERSION "${CLANG_TIDY_TOOL_VERSION}") +message(STATUS "🔖 Clang-Tidy ${CLANG_TIDY_TOOL_VERSION} (${CLANG_TIDY_TOOL})") + +message(STATUS "🔖 CMake ${CMAKE_VERSION} (${CMAKE_COMMAND})") + +find_program(CPPCHECK_TOOL NAMES cppcheck) +execute_process(COMMAND ${CPPCHECK_TOOL} --version OUTPUT_VARIABLE CPPCHECK_TOOL_VERSION ERROR_VARIABLE CPPCHECK_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CPPCHECK_TOOL_VERSION "${CPPCHECK_TOOL_VERSION}") +message(STATUS "🔖 Cppcheck ${CPPCHECK_TOOL_VERSION} (${CPPCHECK_TOOL})") + +find_program(GCC_TOOL NAMES g++-latest g++-HEAD g++-13 g++-12 g++-11 g++-10) +execute_process(COMMAND ${GCC_TOOL} --version OUTPUT_VARIABLE GCC_TOOL_VERSION ERROR_VARIABLE GCC_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" GCC_TOOL_VERSION "${GCC_TOOL_VERSION}") +message(STATUS "🔖 GCC ${GCC_TOOL_VERSION} (${GCC_TOOL})") + +find_program(GCOV_TOOL NAMES gcov-HEAD gcov-11 gcov-10 gcov) +execute_process(COMMAND ${GCOV_TOOL} --version OUTPUT_VARIABLE GCOV_TOOL_VERSION ERROR_VARIABLE GCOV_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" GCOV_TOOL_VERSION "${GCOV_TOOL_VERSION}") +message(STATUS "🔖 GCOV ${GCOV_TOOL_VERSION} (${GCOV_TOOL})") + +find_program(GIT_TOOL NAMES git) +execute_process(COMMAND ${GIT_TOOL} --version OUTPUT_VARIABLE GIT_TOOL_VERSION ERROR_VARIABLE GIT_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" GIT_TOOL_VERSION "${GIT_TOOL_VERSION}") +message(STATUS "🔖 Git ${GIT_TOOL_VERSION} (${GIT_TOOL})") + +find_program(IWYU_TOOL NAMES include-what-you-use iwyu) +execute_process(COMMAND ${IWYU_TOOL} --version OUTPUT_VARIABLE IWYU_TOOL_VERSION ERROR_VARIABLE IWYU_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" IWYU_TOOL_VERSION "${IWYU_TOOL_VERSION}") +message(STATUS "🔖 include-what-you-use ${IWYU_TOOL_VERSION} (${IWYU_TOOL})") + +find_program(INFER_TOOL NAMES infer) +execute_process(COMMAND ${INFER_TOOL} --version OUTPUT_VARIABLE INFER_TOOL_VERSION ERROR_VARIABLE INFER_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" INFER_TOOL_VERSION "${INFER_TOOL_VERSION}") +message(STATUS "🔖 Infer ${INFER_TOOL_VERSION} (${INFER_TOOL})") + +find_program(LCOV_TOOL NAMES lcov) +execute_process(COMMAND ${LCOV_TOOL} --version OUTPUT_VARIABLE LCOV_TOOL_VERSION ERROR_VARIABLE LCOV_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" LCOV_TOOL_VERSION "${LCOV_TOOL_VERSION}") +message(STATUS "🔖 LCOV ${LCOV_TOOL_VERSION} (${LCOV_TOOL})") + +find_program(NINJA_TOOL NAMES ninja) +execute_process(COMMAND ${NINJA_TOOL} --version OUTPUT_VARIABLE NINJA_TOOL_VERSION ERROR_VARIABLE NINJA_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" NINJA_TOOL_VERSION "${NINJA_TOOL_VERSION}") +message(STATUS "🔖 Ninja ${NINJA_TOOL_VERSION} (${NINJA_TOOL})") + +find_program(OCLINT_TOOL NAMES oclint-json-compilation-database) +find_program(OCLINT_VERSION_TOOL NAMES oclint) +execute_process(COMMAND ${OCLINT_VERSION_TOOL} --version OUTPUT_VARIABLE OCLINT_TOOL_VERSION ERROR_VARIABLE OCLINT_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" OCLINT_TOOL_VERSION "${OCLINT_TOOL_VERSION}") +message(STATUS "🔖 OCLint ${OCLINT_TOOL_VERSION} (${OCLINT_TOOL})") + +find_program(VALGRIND_TOOL NAMES valgrind) +execute_process(COMMAND ${VALGRIND_TOOL} --version OUTPUT_VARIABLE VALGRIND_TOOL_VERSION ERROR_VARIABLE VALGRIND_TOOL_VERSION) +string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" VALGRIND_TOOL_VERSION "${VALGRIND_TOOL_VERSION}") +message(STATUS "🔖 Valgrind ${VALGRIND_TOOL_VERSION} (${VALGRIND_TOOL})") + +find_program(GENHTML_TOOL NAMES genhtml) +find_program(PLOG_CONVERTER_TOOL NAMES plog-converter) +find_program(PVS_STUDIO_ANALYZER_TOOL NAMES pvs-studio-analyzer) +find_program(SCAN_BUILD_TOOL NAMES scan-build-15 scan-build-14 scan-build-13 scan-build-12 scan-build-11 scan-build) + +# the individual source files +file(GLOB_RECURSE SRC_FILES ${PROJECT_SOURCE_DIR}/include/nlohmann/*.hpp) + +############################################################################### +# Thorough check with recent compilers +############################################################################### + +# Ignored Clang warnings: +# -Wno-c++98-compat The library targets C++11. +# -Wno-c++98-compat-pedantic The library targets C++11. +# -Wno-deprecated-declarations The library contains annotations for deprecated functions. +# -Wno-extra-semi-stmt The library uses std::assert which triggers this warning. +# -Wno-padded We do not care about padding warnings. +# -Wno-covered-switch-default All switches list all cases and a default case. +# -Wno-unsafe-buffer-usage Otherwise Doctest would not compile. +# -Wno-weak-vtables The library is header-only. +# -Wreserved-identifier See https://github.com/onqtam/doctest/issues/536. + +set(CLANG_CXXFLAGS + -Werror + -Weverything + -Wno-c++98-compat + -Wno-c++98-compat-pedantic + -Wno-deprecated-declarations + -Wno-extra-semi-stmt + -Wno-padded + -Wno-covered-switch-default + -Wno-unsafe-buffer-usage + -Wno-weak-vtables + -Wno-reserved-identifier +) + +# Warning flags determined for GCC 13.0 (experimental) with https://github.com/nlohmann/gcc_flags: +# Ignored GCC warnings: +# -Wno-abi-tag We do not care about ABI tags. +# -Wno-aggregate-return The library uses aggregate returns. +# -Wno-long-long The library uses the long long type to interface with system functions. +# -Wno-namespaces The library uses namespaces. +# -Wno-padded We do not care about padding warnings. +# -Wno-system-headers We do not care about warnings in system headers. +# -Wno-templates The library uses templates. + +set(GCC_CXXFLAGS + -pedantic + -Werror + --all-warnings + --extra-warnings + -W + -WNSObject-attribute + -Wno-abi-tag + -Waddress + -Waddress-of-packed-member + -Wno-aggregate-return + -Waggressive-loop-optimizations + -Waligned-new=all + -Wall + -Walloc-zero + -Walloca + -Wanalyzer-double-fclose + -Wanalyzer-double-free + -Wanalyzer-exposure-through-output-file + -Wanalyzer-file-leak + -Wanalyzer-free-of-non-heap + -Wanalyzer-malloc-leak + -Wanalyzer-mismatching-deallocation + -Wanalyzer-null-argument + -Wanalyzer-null-dereference + -Wanalyzer-possible-null-argument + -Wanalyzer-possible-null-dereference + -Wanalyzer-shift-count-negative + -Wanalyzer-shift-count-overflow + -Wanalyzer-stale-setjmp-buffer + -Wanalyzer-tainted-allocation-size + -Wanalyzer-tainted-array-index + -Wanalyzer-tainted-divisor + -Wanalyzer-tainted-offset + -Wanalyzer-tainted-size + -Wanalyzer-too-complex + -Wanalyzer-unsafe-call-within-signal-handler + -Wanalyzer-use-after-free + -Wanalyzer-use-of-pointer-in-stale-stack-frame + -Wanalyzer-use-of-uninitialized-value + -Wanalyzer-va-arg-type-mismatch + -Wanalyzer-va-list-exhausted + -Wanalyzer-va-list-leak + -Wanalyzer-va-list-use-after-va-end + -Wanalyzer-write-to-const + -Wanalyzer-write-to-string-literal + -Warith-conversion + -Warray-bounds=2 + -Warray-compare + -Warray-parameter=2 + -Wattribute-alias=2 + -Wattribute-warning + -Wattributes + -Wbool-compare + -Wbool-operation + -Wbuiltin-declaration-mismatch + -Wbuiltin-macro-redefined + -Wc++0x-compat + -Wc++11-compat + -Wc++11-extensions + -Wc++14-compat + -Wc++14-extensions + -Wc++17-compat + -Wc++17-extensions + -Wc++1z-compat + -Wc++20-compat + -Wc++20-extensions + -Wc++23-extensions + -Wc++2a-compat + -Wcannot-profile + -Wcast-align + -Wcast-align=strict + -Wcast-function-type + -Wcast-qual + -Wcatch-value=3 + -Wchar-subscripts + -Wclass-conversion + -Wclass-memaccess + -Wclobbered + -Wcomma-subscript + -Wcomment + -Wcomments + -Wconditionally-supported + -Wconversion + -Wconversion-null + -Wcoverage-invalid-line-number + -Wcoverage-mismatch + -Wcpp + -Wctad-maybe-unsupported + -Wctor-dtor-privacy + -Wdangling-else + -Wdangling-pointer=2 + -Wdate-time + -Wdelete-incomplete + -Wdelete-non-virtual-dtor + -Wdeprecated + -Wdeprecated-copy + -Wdeprecated-copy-dtor + -Wdeprecated-declarations + -Wdeprecated-enum-enum-conversion + -Wdeprecated-enum-float-conversion + -Wdisabled-optimization + -Wdiv-by-zero + -Wdouble-promotion + -Wduplicated-branches + -Wduplicated-cond + -Weffc++ + -Wempty-body + -Wendif-labels + -Wenum-compare + -Wenum-conversion + -Wexceptions + -Wexpansion-to-defined + -Wextra + -Wextra-semi + -Wfloat-conversion + -Wfloat-equal + -Wformat-diag + -Wformat-overflow=2 + -Wformat-signedness + -Wformat-truncation=2 + -Wformat=2 + -Wframe-address + -Wfree-nonheap-object + -Whsa + -Wif-not-aligned + -Wignored-attributes + -Wignored-qualifiers + -Wimplicit-fallthrough=5 + -Winaccessible-base + -Winfinite-recursion + -Winherited-variadic-ctor + -Winit-list-lifetime + -Winit-self + -Winline + -Wint-in-bool-context + -Wint-to-pointer-cast + -Winterference-size + -Winvalid-imported-macros + -Winvalid-memory-model + -Winvalid-offsetof + -Winvalid-pch + -Wliteral-suffix + -Wlogical-not-parentheses + -Wlogical-op + -Wno-long-long + -Wlto-type-mismatch + -Wmain + -Wmaybe-uninitialized + -Wmemset-elt-size + -Wmemset-transposed-args + -Wmisleading-indentation + -Wmismatched-dealloc + -Wmismatched-new-delete + -Wmismatched-tags + -Wmissing-attributes + -Wmissing-braces + -Wmissing-declarations + -Wmissing-field-initializers + -Wmissing-include-dirs + -Wmissing-profile + -Wmissing-requires + -Wmissing-template-keyword + -Wmultichar + -Wmultiple-inheritance + -Wmultistatement-macros + -Wno-namespaces + -Wnarrowing + -Wnoexcept + -Wnoexcept-type + -Wnon-template-friend + -Wnon-virtual-dtor + -Wnonnull + -Wnonnull-compare + -Wnormalized=nfkc + -Wnull-dereference + -Wodr + -Wold-style-cast + -Wopenacc-parallelism + -Wopenmp-simd + -Woverflow + -Woverlength-strings + -Woverloaded-virtual + -Wpacked + -Wpacked-bitfield-compat + -Wpacked-not-aligned + -Wno-padded + -Wparentheses + -Wpedantic + -Wpessimizing-move + -Wplacement-new=2 + -Wpmf-conversions + -Wpointer-arith + -Wpointer-compare + -Wpragmas + -Wprio-ctor-dtor + -Wpsabi + -Wrange-loop-construct + -Wredundant-decls + -Wredundant-move + -Wredundant-tags + -Wregister + -Wreorder + -Wrestrict + -Wreturn-local-addr + -Wreturn-type + -Wscalar-storage-order + -Wsequence-point + -Wshadow=compatible-local + -Wshadow=global + -Wshadow=local + -Wshift-count-negative + -Wshift-count-overflow + -Wshift-negative-value + -Wshift-overflow=2 + -Wsign-compare + -Wsign-conversion + -Wsign-promo + -Wsized-deallocation + -Wsizeof-array-argument + -Wsizeof-array-div + -Wsizeof-pointer-div + -Wsizeof-pointer-memaccess + -Wstack-protector + -Wstrict-aliasing=3 + -Wstrict-null-sentinel + -Wno-strict-overflow + -Wstring-compare + -Wstringop-overflow=4 + -Wstringop-overread + -Wstringop-truncation + -Wsubobject-linkage + -Wsuggest-attribute=cold + -Wsuggest-attribute=const + -Wsuggest-attribute=format + -Wsuggest-attribute=malloc + -Wsuggest-attribute=noreturn + -Wsuggest-attribute=pure + -Wsuggest-final-methods + -Wsuggest-final-types + -Wsuggest-override + -Wswitch + -Wswitch-bool + -Wswitch-default + -Wswitch-enum + -Wswitch-outside-range + -Wswitch-unreachable + -Wsync-nand + -Wsynth + -Wno-system-headers + -Wtautological-compare + -Wno-templates + -Wterminate + -Wtrampolines + -Wtrigraphs + -Wtrivial-auto-var-init + -Wtsan + -Wtype-limits + -Wundef + -Wuninitialized + -Wunknown-pragmas + -Wunreachable-code + -Wunsafe-loop-optimizations + -Wunused + -Wunused-but-set-parameter + -Wunused-but-set-variable + -Wunused-const-variable=2 + -Wunused-function + -Wunused-label + -Wunused-local-typedefs + -Wunused-macros + -Wunused-parameter + -Wunused-result + -Wunused-value + -Wunused-variable + -Wuse-after-free=3 + -Wuseless-cast + -Wvarargs + -Wvariadic-macros + -Wvector-operation-performance + -Wvexing-parse + -Wvirtual-inheritance + -Wvirtual-move-assign + -Wvla + -Wvla-parameter + -Wvolatile + -Wvolatile-register-var + -Wwrite-strings + -Wzero-as-null-pointer-constant + -Wzero-length-bounds +) + +add_custom_target(ci_test_gcc + COMMAND CXX=${GCC_TOOL} CXXFLAGS="${GCC_CXXFLAGS}" ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_gcc + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_gcc + COMMAND cd ${PROJECT_BINARY_DIR}/build_gcc && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with GCC using maximal warning flags" +) + +add_custom_target(ci_test_clang + COMMAND CXX=${CLANG_TOOL} CXXFLAGS="${CLANG_CXXFLAGS}" ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_clang + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_clang + COMMAND cd ${PROJECT_BINARY_DIR}/build_clang && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with Clang using maximal warning flags" +) + +############################################################################### +# Different C++ Standards. +############################################################################### + +foreach(CXX_STANDARD 11 14 17 20 23) + add_custom_target(ci_test_gcc_cxx${CXX_STANDARD} + COMMAND CXX=${GCC_TOOL} CXXFLAGS="${GCC_CXXFLAGS}" ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -DJSON_TestStandards=${CXX_STANDARD} + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_gcc_cxx${CXX_STANDARD} + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_gcc_cxx${CXX_STANDARD} + COMMAND cd ${PROJECT_BINARY_DIR}/build_gcc_cxx${CXX_STANDARD} && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with GCC for C++${CXX_STANDARD}" + ) + + add_custom_target(ci_test_clang_cxx${CXX_STANDARD} + COMMAND CXX=${CLANG_TOOL} CXXFLAGS="${CLANG_CXXFLAGS}" ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -DJSON_TestStandards=${CXX_STANDARD} + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_clang_cxx${CXX_STANDARD} + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_clang_cxx${CXX_STANDARD} + COMMAND cd ${PROJECT_BINARY_DIR}/build_clang_cxx${CXX_STANDARD} && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with Clang for C++${CXX_STANDARD}" + ) +endforeach() + +############################################################################### +# Disable exceptions. +############################################################################### + +add_custom_target(ci_test_noexceptions + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DCMAKE_CXX_FLAGS=-DJSON_NOEXCEPTION -DDOCTEST_TEST_FILTER=--no-throw + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_noexceptions + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_noexceptions + COMMAND cd ${PROJECT_BINARY_DIR}/build_noexceptions && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with exceptions switched off" +) + +############################################################################### +# Disable implicit conversions. +############################################################################### + +add_custom_target(ci_test_noimplicitconversions + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_ImplicitConversions=OFF + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_noimplicitconversions + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_noimplicitconversions + COMMAND cd ${PROJECT_BINARY_DIR}/build_noimplicitconversions && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with implicit conversions switched off" +) + +############################################################################### +# Enable improved diagnostics. +############################################################################### + +add_custom_target(ci_test_diagnostics + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_Diagnostics=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_diagnostics + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_diagnostics + COMMAND cd ${PROJECT_BINARY_DIR}/build_diagnostics && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with improved diagnostics enabled" +) + +############################################################################### +# Enable legacy discarded value comparison. +############################################################################### + +add_custom_target(ci_test_legacycomparison + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_LegacyDiscardedValueComparison=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_legacycomparison + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_legacycomparison + COMMAND cd ${PROJECT_BINARY_DIR}/build_legacycomparison && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with legacy discarded value comparison enabled" +) + +############################################################################### +# Disable global UDLs. +############################################################################### + +add_custom_target(ci_test_noglobaludls + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON -DJSON_GlobalUDLs=OFF + -DCMAKE_CXX_FLAGS=-DJSON_TEST_NO_GLOBAL_UDLS + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_noglobaludls + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_noglobaludls + COMMAND cd ${PROJECT_BINARY_DIR}/build_noglobaludls && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with global UDLs disabled" +) + +############################################################################### +# Coverage. +############################################################################### + +add_custom_target(ci_test_coverage + COMMAND CXX=g++ ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja -DCMAKE_CXX_FLAGS="--coverage;-fprofile-arcs;-ftest-coverage" + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_coverage + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_coverage + COMMAND cd ${PROJECT_BINARY_DIR}/build_coverage && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + + COMMAND CXX=g++ ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja -DCMAKE_CXX_FLAGS="-m32;--coverage;-fprofile-arcs;-ftest-coverage" + -DJSON_BuildTests=ON -DJSON_32bitTest=ONLY + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_coverage32 + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_coverage32 + COMMAND cd ${PROJECT_BINARY_DIR}/build_coverage32 && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + + COMMAND ${LCOV_TOOL} --directory . --capture --output-file json.info --rc lcov_branch_coverage=1 + COMMAND ${LCOV_TOOL} -e json.info ${SRC_FILES} --output-file json.info.filtered --rc lcov_branch_coverage=1 + COMMAND ${CMAKE_SOURCE_DIR}/tests/thirdparty/imapdl/filterbr.py json.info.filtered > json.info.filtered.noexcept + COMMAND genhtml --title "JSON for Modern C++" --legend --demangle-cpp --output-directory html --show-details --branch-coverage json.info.filtered.noexcept + + COMMENT "Compile and test with coverage" +) + +############################################################################### +# Sanitizers. +############################################################################### + +set(CLANG_CXX_FLAGS_SANITIZER "-g -O1 -fsanitize=address -fsanitize=undefined -fsanitize=integer -fsanitize=nullability -fno-omit-frame-pointer -fno-sanitize-recover=all -fno-sanitize=unsigned-integer-overflow -fno-sanitize=unsigned-shift-base") + +add_custom_target(ci_test_clang_sanitizer + COMMAND CXX=${CLANG_TOOL} CXXFLAGS=${CLANG_CXX_FLAGS_SANITIZER} ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_clang_sanitizer + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_clang_sanitizer + COMMAND cd ${PROJECT_BINARY_DIR}/build_clang_sanitizer && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test with sanitizers" +) + +############################################################################### +# Check if header is amalgamated and sources are properly indented. +############################################################################### + +set(ASTYLE_FLAGS --style=allman --indent=spaces=4 --indent-modifiers --indent-switches --indent-preproc-block --indent-preproc-define --indent-col1-comments --pad-oper --pad-header --align-pointer=type --align-reference=type --add-brackets --convert-tabs --close-templates --lineend=linux --preserve-date --formatted) + +file(GLOB_RECURSE INDENT_FILES + ${PROJECT_SOURCE_DIR}/include/nlohmann/*.hpp + ${PROJECT_SOURCE_DIR}/tests/src/*.cpp + ${PROJECT_SOURCE_DIR}/tests/src/*.hpp + ${PROJECT_SOURCE_DIR}/tests/benchmarks/src/benchmarks.cpp + ${PROJECT_SOURCE_DIR}/docs/examples/*.cpp +) + +set(include_dir ${PROJECT_SOURCE_DIR}/single_include/nlohmann) +set(tool_dir ${PROJECT_SOURCE_DIR}/tools/amalgamate) +add_custom_target(ci_test_amalgamation + COMMAND rm -fr ${include_dir}/json.hpp~ ${include_dir}/json_fwd.hpp~ + COMMAND cp ${include_dir}/json.hpp ${include_dir}/json.hpp~ + COMMAND cp ${include_dir}/json_fwd.hpp ${include_dir}/json_fwd.hpp~ + + COMMAND ${Python3_EXECUTABLE} ${tool_dir}/amalgamate.py -c ${tool_dir}/config_json.json -s . + COMMAND ${Python3_EXECUTABLE} ${tool_dir}/amalgamate.py -c ${tool_dir}/config_json_fwd.json -s . + COMMAND ${ASTYLE_TOOL} ${ASTYLE_FLAGS} --suffix=none --quiet ${include_dir}/json.hpp ${include_dir}/json_fwd.hpp + + COMMAND diff ${include_dir}/json.hpp~ ${include_dir}/json.hpp + COMMAND diff ${include_dir}/json_fwd.hpp~ ${include_dir}/json_fwd.hpp + + COMMAND ${ASTYLE_TOOL} ${ASTYLE_FLAGS} ${INDENT_FILES} + COMMAND for FILE in `find . -name '*.orig'`\; do false \; done + + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} + COMMENT "Check amalgamation and indentation" +) + +############################################################################### +# Build and test using the amalgamated header +############################################################################### + +add_custom_target(ci_test_single_header + COMMAND CXX=${GCC_TOOL} CXXFLAGS="${GCC_CXXFLAGS}" ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_MultipleHeaders=OFF -DJSON_FastTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_single_header + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_single_header + COMMAND cd ${PROJECT_BINARY_DIR}/build_single_header && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Compile and test single-header version" +) + +############################################################################### +# Valgrind. +############################################################################### + +add_custom_target(ci_test_valgrind + COMMAND CXX=${GCC_TOOL} ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_Valgrind=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_valgrind + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_valgrind + COMMAND cd ${PROJECT_BINARY_DIR}/build_valgrind && ${CMAKE_CTEST_COMMAND} -L valgrind --parallel ${N} --output-on-failure + COMMENT "Compile and test with Valgrind" +) + +############################################################################### +# Check code with Clang Static Analyzer. +############################################################################### + +set(CLANG_ANALYZER_CHECKS "fuchsia.HandleChecker,nullability.NullableDereferenced,nullability.NullablePassedToNonnull,nullability.NullableReturnedFromNonnull,optin.cplusplus.UninitializedObject,optin.cplusplus.VirtualCall,optin.mpi.MPI-Checker,optin.osx.OSObjectCStyleCast,optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,optin.osx.cocoa.localizability.NonLocalizedStringChecker,optin.performance.GCDAntipattern,optin.performance.Padding,optin.portability.UnixAPI,security.FloatLoopCounter,security.insecureAPI.DeprecatedOrUnsafeBufferHandling,security.insecureAPI.bcmp,security.insecureAPI.bcopy,security.insecureAPI.bzero,security.insecureAPI.rand,security.insecureAPI.strcpy,valist.CopyToSelf,valist.Uninitialized,valist.Unterminated,webkit.NoUncountedMemberChecker,webkit.RefCntblBaseVirtualDtor,core.CallAndMessage,core.DivideZero,core.NonNullParamChecker,core.NullDereference,core.StackAddressEscape,core.UndefinedBinaryOperatorResult,core.VLASize,core.uninitialized.ArraySubscript,core.uninitialized.Assign,core.uninitialized.Branch,core.uninitialized.CapturedBlockVariable,core.uninitialized.UndefReturn,cplusplus.InnerPointer,cplusplus.Move,cplusplus.NewDelete,cplusplus.NewDeleteLeaks,cplusplus.PlacementNew,cplusplus.PureVirtualCall,deadcode.DeadStores,nullability.NullPassedToNonnull,nullability.NullReturnedFromNonnull,osx.API,osx.MIG,osx.NumberObjectConversion,osx.OSObjectRetainCount,osx.ObjCProperty,osx.SecKeychainAPI,osx.cocoa.AtSync,osx.cocoa.AutoreleaseWrite,osx.cocoa.ClassRelease,osx.cocoa.Dealloc,osx.cocoa.IncompatibleMethodTypes,osx.cocoa.Loops,osx.cocoa.MissingSuperCall,osx.cocoa.NSAutoreleasePool,osx.cocoa.NSError,osx.cocoa.NilArg,osx.cocoa.NonNilReturnValue,osx.cocoa.ObjCGenerics,osx.cocoa.RetainCount,osx.cocoa.RunLoopAutoreleaseLeak,osx.cocoa.SelfInit,osx.cocoa.SuperDealloc,osx.cocoa.UnusedIvars,osx.cocoa.VariadicMethodTypes,osx.coreFoundation.CFError,osx.coreFoundation.CFNumber,osx.coreFoundation.CFRetainRelease,osx.coreFoundation.containers.OutOfBounds,osx.coreFoundation.containers.PointerSizedValues,security.insecureAPI.UncheckedReturn,security.insecureAPI.decodeValueOfObjCType,security.insecureAPI.getpw,security.insecureAPI.gets,security.insecureAPI.mkstemp,security.insecureAPI.mktemp,security.insecureAPI.vfork,unix.API,unix.Malloc,unix.MallocSizeof,unix.MismatchedDeallocator,unix.Vfork,unix.cstring.BadSizeArg,unix.cstring.NullArg") + +add_custom_target(ci_clang_analyze + COMMAND CXX=${CLANG_TOOL} ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_clang_analyze + COMMAND cd ${PROJECT_BINARY_DIR}/build_clang_analyze && ${SCAN_BUILD_TOOL} -enable-checker ${CLANG_ANALYZER_CHECKS} --use-c++=${CLANG_TOOL} -analyze-headers -o ${PROJECT_BINARY_DIR}/report ninja + COMMENT "Check code with Clang Analyzer" +) + +############################################################################### +# Check code with Cppcheck. +############################################################################### + +add_custom_target(ci_cppcheck + COMMAND ${CPPCHECK_TOOL} --enable=warning --suppress=missingReturn --inline-suppr --inconclusive --force --std=c++11 ${PROJECT_SOURCE_DIR}/single_include/nlohmann/json.hpp --error-exitcode=1 + COMMENT "Check code with Cppcheck" +) + +############################################################################### +# Check code with cpplint. +############################################################################### + +add_custom_target(ci_cpplint + COMMAND ${Python3_EXECUTABLE} -mvenv venv_cpplint + COMMAND venv_cpplint/bin/pip3 --quiet install cpplint + COMMAND venv_cpplint/bin/cpplint --filter=-whitespace,-legal,-runtime/references,-runtime/explicit,-runtime/indentation_namespace,-readability/casting,-readability/nolint --quiet --recursive ${SRC_FILES} + COMMENT "Check code with cpplint" + WORKING_DIRECTORY ${PROJECT_BINARY_DIR} +) + +############################################################################### +# Check code with OCLint. +############################################################################### + +file(COPY ${PROJECT_SOURCE_DIR}/single_include/nlohmann/json.hpp DESTINATION ${PROJECT_BINARY_DIR}/src_single) +file(RENAME ${PROJECT_BINARY_DIR}/src_single/json.hpp ${PROJECT_BINARY_DIR}/src_single/all.cpp) +file(APPEND "${PROJECT_BINARY_DIR}/src_single/all.cpp" "\n\nint main()\n{}\n") + +add_executable(single_all ${PROJECT_BINARY_DIR}/src_single/all.cpp) +target_compile_features(single_all PRIVATE cxx_std_11) + +add_custom_target(ci_oclint + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug + -DCMAKE_EXPORT_COMPILE_COMMANDS=ON + -DJSON_BuildTests=OFF -DJSON_CI=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_oclint + COMMAND ${OCLINT_TOOL} -i ${PROJECT_BINARY_DIR}/build_oclint/src_single/all.cpp -p ${PROJECT_BINARY_DIR}/build_oclint -- + -report-type html -enable-global-analysis --max-priority-1=0 --max-priority-2=1000 --max-priority-3=2000 + --disable-rule=MultipleUnaryOperator + --disable-rule=DoubleNegative + --disable-rule=ShortVariableName + --disable-rule=GotoStatement + --disable-rule=LongLine + -o ${PROJECT_BINARY_DIR}/build_oclint/oclint_report.html + COMMENT "Check code with OCLint" +) + +############################################################################### +# Check code with Clang-Tidy. +############################################################################### + +add_custom_target(ci_clang_tidy + COMMAND CXX=${CLANG_TOOL} ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_CLANG_TIDY=${CLANG_TIDY_TOOL} + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_clang_tidy + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_clang_tidy + COMMENT "Check code with Clang-Tidy" +) + +############################################################################### +# Check code with PVS-Studio Analyzer . +############################################################################### + +add_custom_target(ci_pvs_studio + COMMAND CXX=${CLANG_TOOL} ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug + -DCMAKE_EXPORT_COMPILE_COMMANDS=ON + -DJSON_BuildTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_pvs_studio + COMMAND cd ${PROJECT_BINARY_DIR}/build_pvs_studio && ${PVS_STUDIO_ANALYZER_TOOL} analyze -j 10 + COMMAND cd ${PROJECT_BINARY_DIR}/build_pvs_studio && ${PLOG_CONVERTER_TOOL} -a'GA:1,2;64:1;CS' -t fullhtml PVS-Studio.log -o pvs + COMMENT "Check code with PVS Studio" +) + +############################################################################### +# Check code with Infer static analyzer. +############################################################################### + +add_custom_target(ci_infer + COMMAND mkdir -p ${PROJECT_BINARY_DIR}/build_infer + COMMAND cd ${PROJECT_BINARY_DIR}/build_infer && ${INFER_TOOL} compile -- ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Debug ${PROJECT_SOURCE_DIR} -DJSON_BuildTests=ON + COMMAND cd ${PROJECT_BINARY_DIR}/build_infer && ${INFER_TOOL} run -- make + COMMENT "Check code with Infer" +) + +############################################################################### +# Run test suite with previously downloaded test data. +############################################################################### + +add_custom_target(ci_offline_testdata + COMMAND mkdir -p ${PROJECT_BINARY_DIR}/build_offline_testdata/test_data + COMMAND cd ${PROJECT_BINARY_DIR}/build_offline_testdata/test_data && ${GIT_TOOL} clone -c advice.detachedHead=false --branch v3.1.0 https://github.com/nlohmann/json_test_data.git --quiet --depth 1 + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON -DJSON_TestDataDirectory=${PROJECT_BINARY_DIR}/build_offline_testdata/test_data/json_test_data + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_offline_testdata + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_offline_testdata + COMMAND cd ${PROJECT_BINARY_DIR}/build_offline_testdata && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure + COMMENT "Check code with previously downloaded test data" +) + +############################################################################### +# Run test suite when project was not checked out from Git +############################################################################### + +add_custom_target(ci_non_git_tests + COMMAND git config --global --add safe.directory ${PROJECT_SOURCE_DIR} + COMMAND mkdir -p ${PROJECT_BINARY_DIR}/build_non_git_tests/sources + COMMAND cd ${PROJECT_SOURCE_DIR} && for FILE in `${GIT_TOOL} ls-tree --name-only HEAD`\; do cp -r $$FILE ${PROJECT_BINARY_DIR}/build_non_git_tests/sources \; done + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -S${PROJECT_BINARY_DIR}/build_non_git_tests/sources -B${PROJECT_BINARY_DIR}/build_non_git_tests + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_non_git_tests + COMMAND cd ${PROJECT_BINARY_DIR}/build_non_git_tests && ${CMAKE_CTEST_COMMAND} --parallel ${N} -LE git_required --output-on-failure + COMMENT "Check code when project was not checked out from Git" +) + +############################################################################### +# Run test suite and exclude tests that change installed files +############################################################################### + +add_custom_target(ci_reproducible_tests + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_reproducible_tests + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_reproducible_tests + COMMAND cd ${PROJECT_BINARY_DIR}/build_reproducible_tests && ${CMAKE_CTEST_COMMAND} --parallel ${N} -LE not_reproducible --output-on-failure + COMMENT "Check code and exclude tests that change installed files" +) + +############################################################################### +# Check if every header in the include folder includes sufficient headers to +# be compiled individually. +############################################################################### + +set(iwyu_path_and_options ${IWYU_TOOL} -Xiwyu --max_line_length=300) + +foreach(SRC_FILE ${SRC_FILES}) + # get relative path of the header file + file(RELATIVE_PATH RELATIVE_SRC_FILE "${PROJECT_SOURCE_DIR}/include/nlohmann" "${SRC_FILE}") + # replace slashes and strip suffix + string(REPLACE "/" "_" RELATIVE_SRC_FILE "${RELATIVE_SRC_FILE}") + string(REPLACE ".hpp" "" RELATIVE_SRC_FILE "${RELATIVE_SRC_FILE}") + # create code file + file(WRITE "${PROJECT_BINARY_DIR}/src_single/${RELATIVE_SRC_FILE}.cpp" "#include \"${SRC_FILE}\" // IWYU pragma: keep\n\nint main()\n{}\n") + # create executable + add_executable(single_${RELATIVE_SRC_FILE} EXCLUDE_FROM_ALL ${PROJECT_BINARY_DIR}/src_single/${RELATIVE_SRC_FILE}.cpp) + target_include_directories(single_${RELATIVE_SRC_FILE} PRIVATE ${PROJECT_SOURCE_DIR}/include) + target_compile_features(single_${RELATIVE_SRC_FILE} PRIVATE cxx_std_11) + set_property(TARGET single_${RELATIVE_SRC_FILE} PROPERTY CXX_INCLUDE_WHAT_YOU_USE "${iwyu_path_and_options}") + # remember binary for ci_single_binaries target + list(APPEND single_binaries single_${RELATIVE_SRC_FILE}) +endforeach() + +add_custom_target(ci_single_binaries + DEPENDS ${single_binaries} + COMMENT "Check if headers are self-contained" +) + +############################################################################### +# Benchmarks +############################################################################### + +add_custom_target(ci_benchmarks + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Release -GNinja + -S${PROJECT_SOURCE_DIR}/benchmarks -B${PROJECT_BINARY_DIR}/build_benchmarks + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_benchmarks --target json_benchmarks + COMMAND cd ${PROJECT_BINARY_DIR}/build_benchmarks && ./json_benchmarks + COMMENT "Run benchmarks" +) + +############################################################################### +# CMake flags +############################################################################### + +function(ci_get_cmake version var) + set(${var} ${PROJECT_BINARY_DIR}/cmake-${version}/bin/cmake) + add_custom_command( + OUTPUT ${${var}} + COMMAND wget -nc https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz + COMMAND tar xfz cmake-${version}.tar.gz + COMMAND rm cmake-${version}.tar.gz + COMMAND ${CMAKE_COMMAND} -S cmake-${version} -B cmake-${version} + COMMAND ${CMAKE_COMMAND} --build cmake-${version} --parallel 10 + WORKING_DIRECTORY ${PROJECT_BINARY_DIR} + COMMENT "Download CMake ${version}" + ) + set(${var} ${${var}} PARENT_SCOPE) +endfunction() + +ci_get_cmake(3.1.0 CMAKE_3_1_0_BINARY) +ci_get_cmake(3.13.0 CMAKE_3_13_0_BINARY) + +set(JSON_CMAKE_FLAGS_3_1_0 JSON_Diagnostics JSON_GlobalUDLs JSON_ImplicitConversions JSON_DisableEnumSerialization + JSON_LegacyDiscardedValueComparison JSON_Install JSON_MultipleHeaders JSON_SystemInclude JSON_Valgrind) +set(JSON_CMAKE_FLAGS_3_13_0 JSON_BuildTests) + +function(ci_add_cmake_flags_targets flag min_version) + string(TOLOWER "ci_cmake_flag_${flag}" flag_target) + string(REPLACE . _ min_version_var ${min_version}) + set(cmake_binary ${CMAKE_${min_version_var}_BINARY}) + add_custom_target(${flag_target} + COMMENT "Check CMake flag ${flag} (CMake ${CMAKE_VERSION})" + COMMAND ${CMAKE_COMMAND} + -Werror=dev + -D${flag}=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_${flag_target} + ) + add_custom_target(${flag_target}_${min_version_var} + COMMENT "Check CMake flag ${JSON_CMAKE_FLAG} (CMake ${min_version})" + COMMAND mkdir -pv ${PROJECT_BINARY_DIR}/build_${flag_target}_${min_version_var} + COMMAND cd ${PROJECT_BINARY_DIR}/build_${flag_target}_${min_version_var} + && ${cmake_binary} -Werror=dev ${PROJECT_SOURCE_DIR} -D${flag}=ON + DEPENDS ${cmake_binary} + ) + list(APPEND JSON_CMAKE_FLAG_TARGETS ${JSON_CMAKE_FLAG_TARGET} ${flag_target}_${min_version_var}) + list(APPEND JSON_CMAKE_FLAG_BUILD_DIRS ${PROJECT_BINARY_DIR}/build_${flag_target} ${PROJECT_BINARY_DIR}/build_${flag_target}_${min_version_var}) + set(JSON_CMAKE_FLAG_TARGETS ${JSON_CMAKE_FLAG_TARGETS} PARENT_SCOPE) + set(JSON_CMAKE_FLAG_BUILD_DIRS ${JSON_CMAKE_FLAG_BUILD_DIRS} PARENT_SCOPE) +endfunction() + +foreach(JSON_CMAKE_FLAG ${JSON_CMAKE_FLAGS_3_1_0}) + ci_add_cmake_flags_targets(${JSON_CMAKE_FLAG} 3.1.0) +endforeach() + +foreach(JSON_CMAKE_FLAG ${JSON_CMAKE_FLAGS_3_13_0}) + ci_add_cmake_flags_targets(${JSON_CMAKE_FLAG} 3.13.0) +endforeach() + +add_custom_target(ci_cmake_flags + DEPENDS ${JSON_CMAKE_FLAG_TARGETS} + COMMENT "Check CMake flags" +) + +############################################################################### +# Use more installed compilers. +############################################################################### + +foreach(COMPILER g++-4.8 g++-4.9 g++-5 g++-6 g++-7 g++-8 g++-9 g++-10 g++-11 clang++-3.5 clang++-3.6 clang++-3.7 clang++-3.8 clang++-3.9 clang++-4.0 clang++-5.0 clang++-6.0 clang++-7 clang++-8 clang++-9 clang++-10 clang++-11 clang++-12 clang++-13 clang++-14 clang++-15 clang++-16 clang++-17) + find_program(COMPILER_TOOL NAMES ${COMPILER}) + if (COMPILER_TOOL) + unset(ADDITIONAL_FLAGS) + + add_custom_target(ci_test_compiler_${COMPILER} + COMMAND CXX=${COMPILER} ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_compiler_${COMPILER} + ${ADDITIONAL_FLAGS} + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_compiler_${COMPILER} + COMMAND cd ${PROJECT_BINARY_DIR}/build_compiler_${COMPILER} && ${CMAKE_CTEST_COMMAND} --parallel ${N} --exclude-regex "test-unicode" --output-on-failure + COMMENT "Compile and test with ${COMPILER}" + ) + endif() + unset(COMPILER_TOOL CACHE) +endforeach() + +add_custom_target(ci_test_compiler_default + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_compiler_default + ${ADDITIONAL_FLAGS} + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_compiler_default --parallel ${N} + COMMAND cd ${PROJECT_BINARY_DIR}/build_compiler_default && ${CMAKE_CTEST_COMMAND} --parallel ${N} --exclude-regex "test-unicode" -LE git_required --output-on-failure + COMMENT "Compile and test with default C++ compiler" +) + +############################################################################### +# CUDA example +############################################################################### + +add_custom_target(ci_cuda_example + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DCMAKE_CUDA_HOST_COMPILER=g++-8 + -S${PROJECT_SOURCE_DIR}/tests/cuda_example -B${PROJECT_BINARY_DIR}/build_cuda_example + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_cuda_example +) + +############################################################################### +# Intel C++ Compiler +############################################################################### + +add_custom_target(ci_icpc + COMMAND ${CMAKE_COMMAND} + -DCMAKE_BUILD_TYPE=Debug -GNinja + -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc + -DJSON_BuildTests=ON -DJSON_FastTests=ON + -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_icpc + COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_icpc + COMMAND cd ${PROJECT_BINARY_DIR}/build_icpc && ${CMAKE_CTEST_COMMAND} --parallel ${N} --exclude-regex "test-unicode" --output-on-failure + COMMENT "Compile and test with ICPC" +) + +############################################################################### +# test documentation +############################################################################### + +add_custom_target(ci_test_examples + COMMAND make CXX="${GCC_TOOL}" check_output_portable -j8 + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/docs + COMMENT "Check that all examples compile and create the desired output" +) + +add_custom_target(ci_test_api_documentation + COMMAND ${Python3_EXECUTABLE} scripts/check_structure.py + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/docs/mkdocs + COMMENT "Lint the API documentation" +) + +############################################################################### +# Clean up all generated files. +############################################################################### + +add_custom_target(ci_clean + COMMAND rm -fr ${PROJECT_BINARY_DIR}/build_* cmake-3.1.0-Darwin64 ${JSON_CMAKE_FLAG_BUILD_DIRS} ${single_binaries} + COMMENT "Clean generated directories" +) diff --git a/external_imported/json/cmake/download_test_data.cmake b/external_imported/json/cmake/download_test_data.cmake index f516a7c3b..1bb998dae 100644 --- a/external_imported/json/cmake/download_test_data.cmake +++ b/external_imported/json/cmake/download_test_data.cmake @@ -1,5 +1,5 @@ set(JSON_TEST_DATA_URL https://github.com/nlohmann/json_test_data) -set(JSON_TEST_DATA_VERSION 3.0.0) +set(JSON_TEST_DATA_VERSION 3.1.0) # if variable is set, use test data from given directory rather than downloading them if(JSON_TestDataDirectory) diff --git a/external_imported/json/cmake/pkg-config.pc.in b/external_imported/json/cmake/pkg-config.pc.in index 3541abf0b..d36317f09 100644 --- a/external_imported/json/cmake/pkg-config.pc.in +++ b/external_imported/json/cmake/pkg-config.pc.in @@ -1,4 +1,4 @@ Name: ${PROJECT_NAME} Description: JSON for Modern C++ Version: ${PROJECT_VERSION} -Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR} +Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR} diff --git a/external_imported/json/cmake/scripts/gen_bazel_build_file.cmake b/external_imported/json/cmake/scripts/gen_bazel_build_file.cmake new file mode 100644 index 000000000..e754d387d --- /dev/null +++ b/external_imported/json/cmake/scripts/gen_bazel_build_file.cmake @@ -0,0 +1,24 @@ +# generate Bazel BUILD file + +set(PROJECT_ROOT "${CMAKE_CURRENT_LIST_DIR}/../..") +set(BUILD_FILE "${PROJECT_ROOT}/BUILD.bazel") + +file(GLOB_RECURSE HEADERS LIST_DIRECTORIES false RELATIVE "${PROJECT_ROOT}" "include/*.hpp") + +file(WRITE "${BUILD_FILE}" [=[ +cc_library( + name = "json", + hdrs = [ +]=]) + +foreach(header ${HEADERS}) + file(APPEND "${BUILD_FILE}" " \"${header}\",\n") +endforeach() + +file(APPEND "${BUILD_FILE}" [=[ + ], + includes = ["include"], + visibility = ["//visibility:public"], + alwayslink = True, +) +]=]) diff --git a/external_imported/json/cmake/test.cmake b/external_imported/json/cmake/test.cmake new file mode 100644 index 000000000..7105b97c3 --- /dev/null +++ b/external_imported/json/cmake/test.cmake @@ -0,0 +1,273 @@ +set(_json_test_cmake_list_file ${CMAKE_CURRENT_LIST_FILE}) + +############################################################################# +# download test data +############################################################################# + +include(download_test_data) + +# test fixture to download test data +add_test(NAME "download_test_data" COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} + --target download_test_data +) +set_tests_properties(download_test_data PROPERTIES FIXTURES_SETUP TEST_DATA) + +if(JSON_Valgrind) + find_program(CMAKE_MEMORYCHECK_COMMAND valgrind) + message(STATUS "Executing test suite with Valgrind (${CMAKE_MEMORYCHECK_COMMAND})") + set(memcheck_command "${CMAKE_MEMORYCHECK_COMMAND} ${CMAKE_MEMORYCHECK_COMMAND_OPTIONS} --error-exitcode=1 --leak-check=full") + separate_arguments(memcheck_command) +endif() + +############################################################################# +# detect standard support +############################################################################# + +# C++11 is the minimum required +set(compiler_supports_cpp_11 TRUE) + +foreach(feature ${CMAKE_CXX_COMPILE_FEATURES}) + if (${feature} STREQUAL cxx_std_14) + set(compiler_supports_cpp_14 TRUE) + elseif (${feature} STREQUAL cxx_std_17) + set(compiler_supports_cpp_17 TRUE) + elseif (${feature} STREQUAL cxx_std_20) + set(compiler_supports_cpp_20 TRUE) + elseif (${feature} STREQUAL cxx_std_23) + set(compiler_supports_cpp_23 TRUE) + endif() +endforeach() + +############################################################################# +# test functions +############################################################################# + +############################################################################# +# json_test_set_test_options( +# all| +# [CXX_STANDARDS all|...] +# [COMPILE_DEFINITIONS ...] +# [COMPILE_FEATURES ...] +# [COMPILE_OPTIONS ...] +# [LINK_LIBRARIES ...] +# [LINK_OPTIONS ...] +# [TEST_PROPERTIES ...]) +# +# Supply test- and standard-specific build settings and/or test properties. +# Specify multiple tests using a list e.g., "test-foo;test-bar". +# +# Must be called BEFORE the test is created. +############################################################################# + +function(json_test_set_test_options tests) + cmake_parse_arguments(args "" "" + "CXX_STANDARDS;COMPILE_DEFINITIONS;COMPILE_FEATURES;COMPILE_OPTIONS;LINK_LIBRARIES;LINK_OPTIONS;TEST_PROPERTIES" + ${ARGN}) + + if(NOT args_CXX_STANDARDS) + set(args_CXX_STANDARDS "all") + endif() + + foreach(test ${tests}) + if("${test}" STREQUAL "all") + set(test "") + endif() + + foreach(cxx_standard ${args_CXX_STANDARDS}) + if("${cxx_standard}" STREQUAL "all") + if("${test}" STREQUAL "") + message(FATAL_ERROR "Not supported. Change defaults in: ${_json_test_cmake_list_file}") + endif() + set(test_interface _json_test_interface_${test}) + else() + set(test_interface _json_test_interface_${test}_cpp_${cxx_standard}) + endif() + + if(NOT TARGET ${test_interface}) + add_library(${test_interface} INTERFACE) + endif() + + target_compile_definitions(${test_interface} INTERFACE ${args_COMPILE_DEFINITIONS}) + target_compile_features(${test_interface} INTERFACE ${args_COMPILE_FEATURES}) + target_compile_options(${test_interface} INTERFACE ${args_COMPILE_OPTIONS}) + target_link_libraries (${test_interface} INTERFACE ${args_LINK_LIBRARIES}) + target_link_options(${test_interface} INTERFACE ${args_LINK_OPTIONS}) + #set_target_properties(${test_interface} PROPERTIES JSON_TEST_PROPERTIES "${args_TEST_PROPERTIES}") + set_property(DIRECTORY PROPERTY + ${test_interface}_TEST_PROPERTIES "${args_TEST_PROPERTIES}" + ) + endforeach() + endforeach() +endfunction() + +# for internal use by _json_test_add_test() +function(_json_test_apply_test_properties test_target properties_target) + #get_target_property(test_properties ${properties_target} JSON_TEST_PROPERTIES) + get_property(test_properties DIRECTORY PROPERTY ${properties_target}_TEST_PROPERTIES) + if(test_properties) + set_tests_properties(${test_target} PROPERTIES ${test_properties}) + endif() +endfunction() + +# for internal use by json_test_add_test_for() +function(_json_test_add_test test_name file main cxx_standard) + set(test_target ${test_name}_cpp${cxx_standard}) + + if(TARGET ${test_target}) + message(FATAL_ERROR "Target ${test_target} has already been added.") + endif() + + add_executable(${test_target} ${file}) + target_link_libraries(${test_target} PRIVATE ${main}) + + # set and require C++ standard + set_target_properties(${test_target} PROPERTIES + CXX_STANDARD ${cxx_standard} + CXX_STANDARD_REQUIRED ON + ) + + # apply standard-specific build settings + if(TARGET _json_test_interface__cpp_${cxx_standard}) + target_link_libraries(${test_target} PRIVATE _json_test_interface__cpp_${cxx_standard}) + endif() + + # apply test-specific build settings + if(TARGET _json_test_interface_${test_name}) + target_link_libraries(${test_target} PRIVATE _json_test_interface_${test_name}) + endif() + + # apply test- and standard-specific build settings + if(TARGET _json_test_interface_${test_name}_cpp_${cxx_standard}) + target_link_libraries(${test_target} PRIVATE + _json_test_interface_${test_name}_cpp_${cxx_standard} + ) + endif() + + if (JSON_FastTests) + add_test(NAME ${test_target} + COMMAND ${test_target} ${DOCTEST_TEST_FILTER} + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} + ) + else() + add_test(NAME ${test_target} + COMMAND ${test_target} ${DOCTEST_TEST_FILTER} --no-skip + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} + ) + endif() + set_tests_properties(${test_target} PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA) + + # apply standard-specific test properties + if(TARGET _json_test_interface__cpp_${cxx_standard}) + _json_test_apply_test_properties(${test_target} _json_test_interface__cpp_${cxx_standard}) + endif() + + # apply test-specific test properties + if(TARGET _json_test_interface_${test_name}) + _json_test_apply_test_properties(${test_target} _json_test_interface_${test_name}) + endif() + + # apply test- and standard-specific test properties + if(TARGET _json_test_interface_${test_name}_cpp_${cxx_standard}) + _json_test_apply_test_properties(${test_target} + _json_test_interface_${test_name}_cpp_${cxx_standard} + ) + endif() + + if(JSON_Valgrind) + add_test(NAME ${test_target}_valgrind + COMMAND ${memcheck_command} $ ${DOCTEST_TEST_FILTER} + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} + ) + set_tests_properties(${test_target}_valgrind PROPERTIES + LABELS "valgrind" FIXTURES_REQUIRED TEST_DATA + ) + endif() +endfunction() + +############################################################################# +# json_test_add_test_for( +# +# [NAME ] +# MAIN
+# [CXX_STANDARDS ...] [FORCE]) +# +# Given a unit-foo.cpp, produces +# +# test-foo_cpp +# +# if C++ standard is supported by the compiler and the +# source file contains JSON_HAS_CPP_. +# Use NAME to override the filename-derived test name. +# Use FORCE to create the test regardless of the file containing +# JSON_HAS_CPP_. +# Test targets are linked against
. +# CXX_STANDARDS defaults to "11". +############################################################################# + +function(json_test_add_test_for file) + cmake_parse_arguments(args "FORCE" "MAIN;NAME" "CXX_STANDARDS" ${ARGN}) + + if("${args_MAIN}" STREQUAL "") + message(FATAL_ERROR "Required argument MAIN
missing.") + endif() + + if("${args_NAME}" STREQUAL "") + get_filename_component(file_basename ${file} NAME_WE) + string(REGEX REPLACE "unit-([^$]+)" "test-\\1" test_name ${file_basename}) + else() + set(test_name ${args_NAME}) + if(NOT test_name MATCHES "test-[^$]+") + message(FATAL_ERROR "Test name must start with 'test-'.") + endif() + endif() + + if("${args_CXX_STANDARDS}" STREQUAL "") + set(args_CXX_STANDARDS 11) + endif() + + file(READ ${file} file_content) + foreach(cxx_standard ${args_CXX_STANDARDS}) + if(NOT compiler_supports_cpp_${cxx_standard}) + continue() + endif() + + # add unconditionally if C++11 (default) or forced + if(NOT ("${cxx_standard}" STREQUAL 11 OR args_FORCE)) + string(FIND "${file_content}" JSON_HAS_CPP_${cxx_standard} has_cpp_found) + if(${has_cpp_found} EQUAL -1) + continue() + endif() + endif() + + _json_test_add_test(${test_name} ${file} ${args_MAIN} ${cxx_standard}) + endforeach() +endfunction() + +############################################################################# +# json_test_should_build_32bit_test( +# ) +# +# Check if the 32bit unit test should be built based on the value of +# and store the result in the variables and +# . +############################################################################# + +function(json_test_should_build_32bit_test build_32bit_var build_32bit_only_var input) + set(${build_32bit_only_var} OFF PARENT_SCOPE) + string(TOUPPER "${input}" ${build_32bit_var}) + if("${${build_32bit_var}}" STREQUAL AUTO) + # check if compiler is targeting 32bit by default + include(CheckTypeSize) + check_type_size("size_t" sizeof_size_t LANGUAGE CXX) + if(${sizeof_size_t} AND ${sizeof_size_t} EQUAL 4) + message(STATUS "Auto-enabling 32bit unit test.") + set(${build_32bit_var} ON) + else() + set(${build_32bit_var} OFF) + endif() + elseif("${${build_32bit_var}}" STREQUAL ONLY) + set(${build_32bit_only_var} ON PARENT_SCOPE) + endif() + + set(${build_32bit_var} "${${build_32bit_var}}" PARENT_SCOPE) +endfunction() diff --git a/external_imported/json/doc/Doxyfile b/external_imported/json/doc/Doxyfile deleted file mode 100644 index 45ca8822b..000000000 --- a/external_imported/json/doc/Doxyfile +++ /dev/null @@ -1,335 +0,0 @@ -# Doxyfile 1.9.0 - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = "JSON for Modern C++" -PROJECT_NUMBER = 3.9.1 -PROJECT_BRIEF = -PROJECT_LOGO = -OUTPUT_DIRECTORY = . -CREATE_SUBDIRS = NO -ALLOW_UNICODE_NAMES = NO -OUTPUT_LANGUAGE = English -OUTPUT_TEXT_DIRECTION = None -BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = NO -ABBREVIATE_BRIEF = -ALWAYS_DETAILED_SEC = YES -INLINE_INHERITED_MEMB = NO -FULL_PATH_NAMES = YES -STRIP_FROM_PATH = -STRIP_FROM_INC_PATH = -SHORT_NAMES = NO -JAVADOC_AUTOBRIEF = NO -JAVADOC_BANNER = NO -QT_AUTOBRIEF = NO -MULTILINE_CPP_IS_BRIEF = NO -PYTHON_DOCSTRING = YES -INHERIT_DOCS = YES -SEPARATE_MEMBER_PAGES = YES -TAB_SIZE = 4 -ALIASES = "complexity=@par Complexity^^" \ - "liveexample{2}=@par Example^^ \1 ^^ @includelineno \2.cpp \n Output (play with this example @htmlinclude \2.link):^^ @verbinclude \2.output ^^ The example code above can be translated with @verbatim g++ -std=c++11 -Isingle_include doc/examples/\2.cpp -o \2 @endverbatim" \ - "requirement=@par Requirements^^" \ - "exceptionsafety=@par Exception safety^^" \ - "iterators=@par Iterator validity^^" -OPTIMIZE_OUTPUT_FOR_C = NO -OPTIMIZE_OUTPUT_JAVA = NO -OPTIMIZE_FOR_FORTRAN = NO -OPTIMIZE_OUTPUT_VHDL = NO -OPTIMIZE_OUTPUT_SLICE = NO -EXTENSION_MAPPING = -MARKDOWN_SUPPORT = YES -TOC_INCLUDE_HEADINGS = 0 -AUTOLINK_SUPPORT = NO -BUILTIN_STL_SUPPORT = YES -CPP_CLI_SUPPORT = NO -SIP_SUPPORT = NO -IDL_PROPERTY_SUPPORT = YES -DISTRIBUTE_GROUP_DOC = NO -GROUP_NESTED_COMPOUNDS = NO -SUBGROUPING = YES -INLINE_GROUPED_CLASSES = NO -INLINE_SIMPLE_STRUCTS = NO -TYPEDEF_HIDES_STRUCT = NO -LOOKUP_CACHE_SIZE = 0 -NUM_PROC_THREADS = 1 -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- -EXTRACT_ALL = YES -EXTRACT_PRIVATE = NO -EXTRACT_PRIV_VIRTUAL = NO -EXTRACT_PACKAGE = YES -EXTRACT_STATIC = YES -EXTRACT_LOCAL_CLASSES = YES -EXTRACT_LOCAL_METHODS = YES -EXTRACT_ANON_NSPACES = YES -RESOLVE_UNNAMED_PARAMS = YES -HIDE_UNDOC_MEMBERS = NO -HIDE_UNDOC_CLASSES = NO -HIDE_FRIEND_COMPOUNDS = NO -HIDE_IN_BODY_DOCS = NO -INTERNAL_DOCS = NO -CASE_SENSE_NAMES = NO -HIDE_SCOPE_NAMES = NO -HIDE_COMPOUND_REFERENCE= NO -SHOW_INCLUDE_FILES = YES -SHOW_GROUPED_MEMB_INC = NO -FORCE_LOCAL_INCLUDES = NO -INLINE_INFO = YES -SORT_MEMBER_DOCS = YES -SORT_BRIEF_DOCS = YES -SORT_MEMBERS_CTORS_1ST = YES -SORT_GROUP_NAMES = NO -SORT_BY_SCOPE_NAME = NO -STRICT_PROTO_MATCHING = NO -GENERATE_TODOLIST = YES -GENERATE_TESTLIST = YES -GENERATE_BUGLIST = YES -GENERATE_DEPRECATEDLIST= YES -ENABLED_SECTIONS = -MAX_INITIALIZER_LINES = 30 -SHOW_USED_FILES = NO -SHOW_FILES = NO -SHOW_NAMESPACES = NO -FILE_VERSION_FILTER = -LAYOUT_FILE = -CITE_BIB_FILES = -#--------------------------------------------------------------------------- -# Configuration options related to warning and progress messages -#--------------------------------------------------------------------------- -QUIET = YES -WARNINGS = YES -WARN_IF_UNDOCUMENTED = YES -WARN_IF_DOC_ERROR = YES -WARN_NO_PARAMDOC = YES -WARN_AS_ERROR = NO -WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = -#--------------------------------------------------------------------------- -# Configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = ../single_include/nlohmann/json.hpp \ - index.md -INPUT_ENCODING = UTF-8 -FILE_PATTERNS = -RECURSIVE = NO -EXCLUDE = -EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = -EXCLUDE_SYMBOLS = nlohmann::detail -EXAMPLE_PATH = examples -EXAMPLE_PATTERNS = -EXAMPLE_RECURSIVE = NO -IMAGE_PATH = images -INPUT_FILTER = -FILTER_PATTERNS = -FILTER_SOURCE_FILES = NO -FILTER_SOURCE_PATTERNS = -USE_MDFILE_AS_MAINPAGE = index.md -#--------------------------------------------------------------------------- -# Configuration options related to source browsing -#--------------------------------------------------------------------------- -SOURCE_BROWSER = YES -INLINE_SOURCES = NO -STRIP_CODE_COMMENTS = YES -REFERENCED_BY_RELATION = NO -REFERENCES_RELATION = NO -REFERENCES_LINK_SOURCE = NO -SOURCE_TOOLTIPS = YES -USE_HTAGS = NO -VERBATIM_HEADERS = NO -#--------------------------------------------------------------------------- -# Configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- -ALPHABETICAL_INDEX = YES -IGNORE_PREFIX = -#--------------------------------------------------------------------------- -# Configuration options related to the HTML output -#--------------------------------------------------------------------------- -GENERATE_HTML = YES -HTML_OUTPUT = html -HTML_FILE_EXTENSION = .html -HTML_HEADER = -HTML_FOOTER = -HTML_STYLESHEET = -HTML_EXTRA_STYLESHEET = css/mylayout.css -HTML_EXTRA_FILES = -HTML_COLORSTYLE_HUE = 220 -HTML_COLORSTYLE_SAT = 100 -HTML_COLORSTYLE_GAMMA = 80 -HTML_TIMESTAMP = YES -HTML_DYNAMIC_MENUS = YES -HTML_DYNAMIC_SECTIONS = YES -HTML_INDEX_NUM_ENTRIES = 100 -GENERATE_DOCSET = YES -DOCSET_FEEDNAME = "Doxygen generated docs" -DOCSET_BUNDLE_ID = me.nlohmann.json -DOCSET_PUBLISHER_ID = me.nlohmann -DOCSET_PUBLISHER_NAME = NielsLohmann -GENERATE_HTMLHELP = NO -CHM_FILE = -HHC_LOCATION = -GENERATE_CHI = NO -CHM_INDEX_ENCODING = -BINARY_TOC = NO -TOC_EXPAND = NO -GENERATE_QHP = NO -QCH_FILE = -QHP_NAMESPACE = org.doxygen.Project -QHP_VIRTUAL_FOLDER = doc -QHP_CUST_FILTER_NAME = -QHP_CUST_FILTER_ATTRS = -QHP_SECT_FILTER_ATTRS = -QHG_LOCATION = -GENERATE_ECLIPSEHELP = NO -ECLIPSE_DOC_ID = org.doxygen.Project -DISABLE_INDEX = NO -GENERATE_TREEVIEW = NO -ENUM_VALUES_PER_LINE = 4 -TREEVIEW_WIDTH = 250 -EXT_LINKS_IN_WINDOW = NO -HTML_FORMULA_FORMAT = png -FORMULA_FONTSIZE = 10 -FORMULA_TRANSPARENT = YES -FORMULA_MACROFILE = -USE_MATHJAX = NO -MATHJAX_FORMAT = HTML-CSS -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest -MATHJAX_EXTENSIONS = -MATHJAX_CODEFILE = -SEARCHENGINE = YES -SERVER_BASED_SEARCH = NO -EXTERNAL_SEARCH = NO -SEARCHENGINE_URL = -SEARCHDATA_FILE = searchdata.xml -EXTERNAL_SEARCH_ID = -EXTRA_SEARCH_MAPPINGS = -#--------------------------------------------------------------------------- -# Configuration options related to the LaTeX output -#--------------------------------------------------------------------------- -GENERATE_LATEX = NO -LATEX_OUTPUT = latex -LATEX_CMD_NAME = latex -MAKEINDEX_CMD_NAME = makeindex -LATEX_MAKEINDEX_CMD = \makeindex -COMPACT_LATEX = NO -PAPER_TYPE = a4 -EXTRA_PACKAGES = -LATEX_HEADER = -LATEX_FOOTER = -LATEX_EXTRA_STYLESHEET = -LATEX_EXTRA_FILES = -PDF_HYPERLINKS = YES -USE_PDFLATEX = YES -LATEX_BATCHMODE = NO -LATEX_HIDE_INDICES = NO -LATEX_SOURCE_CODE = NO -LATEX_BIB_STYLE = plain -LATEX_TIMESTAMP = NO -LATEX_EMOJI_DIRECTORY = -#--------------------------------------------------------------------------- -# Configuration options related to the RTF output -#--------------------------------------------------------------------------- -GENERATE_RTF = NO -RTF_OUTPUT = rtf -COMPACT_RTF = NO -RTF_HYPERLINKS = NO -RTF_STYLESHEET_FILE = -RTF_EXTENSIONS_FILE = -RTF_SOURCE_CODE = NO -#--------------------------------------------------------------------------- -# Configuration options related to the man page output -#--------------------------------------------------------------------------- -GENERATE_MAN = NO -MAN_OUTPUT = man -MAN_EXTENSION = .3 -MAN_SUBDIR = -MAN_LINKS = NO -#--------------------------------------------------------------------------- -# Configuration options related to the XML output -#--------------------------------------------------------------------------- -GENERATE_XML = YES -XML_OUTPUT = xml -XML_PROGRAMLISTING = YES -XML_NS_MEMB_FILE_SCOPE = NO -#--------------------------------------------------------------------------- -# Configuration options related to the DOCBOOK output -#--------------------------------------------------------------------------- -GENERATE_DOCBOOK = NO -DOCBOOK_OUTPUT = docbook -DOCBOOK_PROGRAMLISTING = NO -#--------------------------------------------------------------------------- -# Configuration options for the AutoGen Definitions output -#--------------------------------------------------------------------------- -GENERATE_AUTOGEN_DEF = NO -#--------------------------------------------------------------------------- -# Configuration options related to the Perl module output -#--------------------------------------------------------------------------- -GENERATE_PERLMOD = NO -PERLMOD_LATEX = NO -PERLMOD_PRETTY = YES -PERLMOD_MAKEVAR_PREFIX = -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- -ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = NO -EXPAND_ONLY_PREDEF = NO -SEARCH_INCLUDES = YES -INCLUDE_PATH = -INCLUDE_FILE_PATTERNS = -PREDEFINED = -EXPAND_AS_DEFINED = -SKIP_FUNCTION_MACROS = YES -#--------------------------------------------------------------------------- -# Configuration options related to external references -#--------------------------------------------------------------------------- -TAGFILES = -GENERATE_TAGFILE = html/nlohmann_json.tag -ALLEXTERNALS = NO -EXTERNAL_GROUPS = YES -EXTERNAL_PAGES = YES -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- -CLASS_DIAGRAMS = NO -DIA_PATH = -HIDE_UNDOC_RELATIONS = YES -HAVE_DOT = YES -DOT_NUM_THREADS = 0 -DOT_FONTNAME = Helvetica -DOT_FONTSIZE = 10 -DOT_FONTPATH = -CLASS_GRAPH = NO -COLLABORATION_GRAPH = NO -GROUP_GRAPHS = YES -UML_LOOK = YES -UML_LIMIT_NUM_FIELDS = 10 -DOT_UML_DETAILS = NO -DOT_WRAP_THRESHOLD = 17 -TEMPLATE_RELATIONS = NO -INCLUDE_GRAPH = NO -INCLUDED_BY_GRAPH = NO -CALL_GRAPH = NO -CALLER_GRAPH = NO -GRAPHICAL_HIERARCHY = NO -DIRECTORY_GRAPH = NO -DOT_IMAGE_FORMAT = svg -INTERACTIVE_SVG = YES -DOT_PATH = -DOTFILE_DIRS = -MSCFILE_DIRS = -DIAFILE_DIRS = -PLANTUML_JAR_PATH = -PLANTUML_CFG_FILE = -PLANTUML_INCLUDE_PATH = -DOT_GRAPH_MAX_NODES = 50 -MAX_DOT_GRAPH_DEPTH = 0 -DOT_TRANSPARENT = NO -DOT_MULTI_TARGETS = NO -GENERATE_LEGEND = YES -DOT_CLEANUP = YES diff --git a/external_imported/json/doc/Makefile b/external_imported/json/doc/Makefile deleted file mode 100644 index 9addd3401..000000000 --- a/external_imported/json/doc/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -SRCDIR = ../single_include -SED:=$(shell command -v gsed || which sed) - -all: doxygen - - -########################################################################## -# example files -########################################################################## - -# where are the example cpp files -EXAMPLES = $(wildcard examples/*.cpp) - -# create output from a stand-alone example file -%.output: %.cpp - make $(<:.cpp=) CPPFLAGS="-I $(SRCDIR)" CXXFLAGS="-std=c++11" - ./$(<:.cpp=) > $@ - rm $(<:.cpp=) - -# compare created output with current output of the example files -%.test: %.cpp - make $(<:.cpp=) CPPFLAGS="-I $(SRCDIR)" CXXFLAGS="-std=c++11" - ./$(<:.cpp=) > $@ - diff $@ $(<:.cpp=.output) - rm $(<:.cpp=) $@ - -# create links to try the code online -%.link: %.cpp - rm -fr tmp - mkdir tmp - cp -r $(SRCDIR)/nlohmann tmp - python2 scripts/send_to_wandbox.py tmp $< > $@.tmp - /bin/echo -n "online" > $@ - rm -fr tmp $@.tmp - -# create output from all stand-alone example files -create_output: $(EXAMPLES:.cpp=.output) - -create_links: $(EXAMPLES:.cpp=.link) - -# check output of all stand-alone example files -check_output: $(EXAMPLES:.cpp=.test) - - -clean: - rm -fr me.nlohmann.json.docset html xml $(EXAMPLES:.cpp=) - $(MAKE) clean -C docset - $(MAKE) clean -C mkdocs - - -########################################################################## -# Doxygen HTML documentation -########################################################################## - -# create Doxygen documentation -doxygen: create_output create_links - doxygen - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType, JSONSerializer >@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType JSONSerializer >@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType JSONSerializer >@@g' html/*.html - $(SED) -i 's@template<template< typename U, typename V, typename... Args > class ObjectType = std::map, template< typename U, typename... Args > class ArrayType = std::vector, class StringType = std::string, class BooleanType = bool, class NumberIntegerType = std::int64_t, class NumberUnsignedType = std::uint64_t, class NumberFloatType = double, template< typename U > class AllocatorType = std::allocator, template< typename T, typename SFINAE=void > class JSONSerializer = adl_serializer>@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >@@g' html/*.html - $(SED) -i 's@JSON_HEDLEY_RETURNS_NON_NULL@@g' html/*.html - $(SED) -i 's@JSON_HEDLEY_WARN_UNUSED_RESULT@@g' html/*.html - -upload: clean doxygen check_output - scripts/git-update-ghpages nlohmann/json html - rm -fr html - open http://nlohmann.github.io/json/ - - -########################################################################## -# docset -########################################################################## - -# create docset for Dash -docset: create_output - cp Doxyfile Doxyfile_docset - $(SED) -i 's/DISABLE_INDEX = NO/DISABLE_INDEX = YES/' Doxyfile_docset - $(SED) -i 's/SEARCHENGINE = YES/SEARCHENGINE = NO/' Doxyfile_docset - $(SED) -i 's@HTML_EXTRA_STYLESHEET = css/mylayout.css@HTML_EXTRA_STYLESHEET = css/mylayout_docset.css@' Doxyfile_docset - rm -fr html *.docset - doxygen Doxyfile_docset - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html - $(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html - make -C html - mv html/*.docset . - $(SED) -i 's@doxygen@json@' me.nlohmann.json.docset/Contents/Info.plist - rm -fr Doxyfile_docset html diff --git a/external_imported/json/doc/avatars.png b/external_imported/json/doc/avatars.png deleted file mode 100644 index e3c29989ee3bd1c74522a302ba04999fdd9fd1f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1174355 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%0Dh(TUE zb5UWaFYi5>>$eQxq9k(q#W5cHT4N+ZCNzQ&n*2C^h&At~!0oDyu;ZHDJ;&BiH~kR9 zTZ9+$NM8LBq^l0o{Gt9duJd|=-A6SESql&&p};0~#v^lUon2D6*fG3Vg_E-(puTyD z7Z-7sALuacv)zMz4bNKm)W6 z?AgHGSpK|{x(N0(`9+mB$iBF^(ApDVb&ZthO>7|9M?ieT`%zD>?G-n4xg8&`6# zads}1xh}Q$t8BzQrZsDtMBy{|@s#^ulWu$%r7 zzzge2(s9t+i_4M*SV`}Tym)l8VIE5_p>MU4%^Q8T0k*22uWyz9UKgQ@IsV*A)Wigq zT!YgT3j-)CjkP>cJpegqiO8wtL(c0|W6!}PH8CkwA|5KLgA1hx4FT?cF(!;HF5 zrUF*mvk;po6`XA;H=?64q_T=0iA^V_rE8_@~Sp(+JINeCr6^8!br(u%4a#7#% zYbrPIoRbV4Em^C8ZG{KOhHIjpi12&))nP07m2B78v9zl(`zXM4v%oMe}=dqMb6{#;l9Ythy0y(~p{ z5vvz?aJtmtcD?5I%GEU?K7REL-FlNg?@DcfXMOg`oXk3UU*LJwouWVAWA7T?P4Q!1 zSu%WLkTV{?{K(vNZ_sYskTk0>8x2jFkWD-VpPk<>uR@Qe% z=c#V%MXc}c_IB`6O5U5bzf~pt1x#mhj;jVA_8VPCk9-L9ZSH!|B9-Nb?CioB zz%Wbr-mAbSF)1ly+-S?TSSgd@oiaVyYsKIw0u)(}Ud%SLt@trotd@+!;na%;Wj1Rse)J^OKR5uwX)h{9wh32} z6l+n1<`l-p*^Q|zG^J8(by_2DWBlHO`vI%KWrNB-BYD`&jzur zFn;$KgLn&$q#)eyg_W?B8EaL<+o2^EA^c!5B}pg>5TVl^K6{LWrxpVRD{~)oHCyb7 zyv9%I$-hN1_ZdwT4Qu zwJCggKx3mu0?VYEPw>f!f`#B)*0bMT3j0FyEP-X!4J`^{Vus~ojJ8O=cjni+%ork+tfr^=a5iYpX%ktZ4&KxK0%2WMoXv&c-dj^ml$2*F-Mz zwi66`_hShl`%ivZ-)X(MhSy(ipsM6gX1p{KS=b}#RcO3Cg>R+PvPBw@VR*};I}4U6 zhddsBS}t##oo0TjQlHP&mytvsYxJO6Jx>TUe?lu3EsaHFA2yZt8&H5mGx~et(KSAe zhGm!z6=fvv1fUhu%({<@A9|{HOy{f#wl&ctHY1_NS`VT-qa+n}RQi2r=&gx8D0F49Yn)R-{`+vfG;{pF!D zx+YEE#elh7&|pfFPl8XPEVU;9(JdqJpDKtrk^}TB8+Eky>UIK?;2W^kx}~R*BoY9d zU)sD1bU+2T0a9lW{;yR z9C4rPOBtZ}hc*}qiV+~UZEN+xv^BG?jg@AV7{!bFp|p2DI1fjxO=8|&0g==AiOuKy zsh;(MFcAjrY%jH?hB@AtZ@NI+t&fsq!X)v&+iBfx2{=hRJ~=5VF8(ZOolQ#`u4bB# z;q4CsyG{^5pQ#bsF~O%_lPkJsG>^!fRKiSb8JA=7 zQ;DiQvPFqsjgG0Kg!Gwc&L75qc-}ipXRTW_2SKl3Y;gEx@Y5%SI4ia$eI~B((3(<1 zPR?>6VhJ)LL5L{R7p@U?(>S`=&!LeLU0#seh2s{sw@avn{KF^uevnv7FtI_k#0`>9 z)`r){*p*>i>DF^O`H>J|wZ@Sa?@ePM`XcSVqR*=UhxM3sGHb}&g5`4{X<0@_Okq$a zFDECSlLFHqY-wpRJvRv?ER;~E(nL(MuqQwTO8k67y`#(ZtXXMcW0t z5(F4FTU^o@^^|eBQkC&`ASy)9s+qwftGJmKi3@V`L;v`@vO|L$ z5C2FK)6u9x6OtSQQ=}v}2#Mlqo62;V*`J)3S(V4($;NXIDL2UmjExny1b8$6}uF|FitCqn#h$fEx^{G?;|h*QX|#o)gBpzl0-V<@M5HG zns(?#bbZ3ItlXYltQDh1bz{KAn6sacz3XR%pkV7lbAI==$ow#bm_Z^zt31Qy)i%@x zL=7M~?gSZM^usBZcXn)`nwYXtkJe|U0}q-s9T;>YTl)BVYR{L->z*H9M0%77+3BV| z4F5g3Pnh}syQBY94UZ5=g%!ZHbPT(WKI$0S{Th9p^1>IoUHf>zwQhP_LQU_dkyGvW zduSpC)%g>1TlI2n+>=o03#gw1=Wfkfsyvbl#6U6hSx`^<|2Fe$Yr5HT);M{9Ed;E6 z@fF8~Ih_-1&P(HU$lLD=r3stk8@;)63+hWZgu4HbY)= z(Ko|h6T!RXRkmSgw{isd#sN`{0k9Mjzq6A9~xx3 zJ_-PCH~+KoWT~W2f(c7HpLpTs8erYwrTtj`5=rVnLdLI$L$7!l4T9%X6#D~g&oqbF zIU)lc0vvo?kDuDGb04WUPj55XdSY#{m`76Ud>6Uo ze)W&#LqiUeGN>{9Kh&yPbM5^7uNVAZ?d`lROJbkM$WCh}=TESB4w_Hkjo0aeKuO|M zq#5@`5+}-=H8n2o>%puSc(gup!8FY$ZmV>i%)+#y9ht{G#s0xg|EOSk3N4SXROo0N zdLN-yt)QF;;TR(|u(;;GDSIBglQK-x$zHOiJ1P8@m0HnQ4EeH9(MA^swf`*1MM3BD zmY>bnbhZijVp$!9>$xtGY#GyoE5U@)aZiuW(?Gv+#j9m&M>hMSapZnEebllu-v}%r z`L$or;lUVc+qmk_V-3{m-})%$qGDR9lPPUxv+{uLfX1A*L)|nIjZYsyCKtvGy!or9X{!-4XESKAulj;ILpnS_%#GHIO=K;iH~U|%A`YxK1gz7z8uDVP$2c) zy5F`>pV*0?fu+#;<#XZS&ihs6K!Gpy4$qCB)b&T`y)wz zS{Gi8##t%AKcU<+kxQA)-1G_Zd?QZL-DM>Ff~PWlwl^El9kh9A2Im zH$LIgq+r(?)es1Sk>*eIIV*cKy?8cd4)d!uuOw63p0V)w#u<))XQTZpi-Lr~QKBnh zs<5I}BxhWqbyeN`tIDbh*whTbr!X#0>r3@y|7b1bUsv-eH4C)iEYv`n{N*R5`# zm}$Jl)M3?|?7{12H2v97Ne0i%^3|(FkdG$rg-B{&v$ZAPYJ+RNd2Vhl;8iG%Bncg6 zQs&IeuF?cdj3Qx?5Q10kLx_?JUs1wB0$vF$4@z>Xnm7!a_ntMc?DP1x>8VEC2IZ`G z=RH! zv>fp7Uxx`h^>gX3MQYL;|D|=?TKmP>%e!~j5EaFU8S}q2jGt0#-XQLmdML2^3*V^S zO9p-`0aK8-6pGr`Ef{mXciH9}*yT~mNgdT-c8Br+pgcI+jU|!mhCW264hu!nPd1E6d>F zQCxX@tIEx%v6zQSP2@q@YOA zP-&u67TLEXP`P)@GymBk;Hm8Xz|@!5R;I^0QcM&Mj6&26lDUwZp7s4uZJ=}d%m#-4 zumRX5NB#g#$2jmG`;PR5HS{%^fh^qr{YI^AR6ot1Eu%5t$>!7m4;$UQ43Q|;0O{PE z>>x$$T(h~^ty0e#dTt66`tS>34V=V%z4RyBmo>^CL-pr!%2jEo99t);MBaR*Ro;=zx5!z6~nfu{XE&1y5BMR7eC*9c2AOCzDMX^J|)WmFYZ)A zLV4krBxJYP|5ZP8LW_+TJ7wCL&Qa8j^YeLy!oZzZ{AhLgu$A+SgbaLH zlu21N$Ga$J?4P|?KV7<%v5$>?dn-rgcIT(xMMO!IJZX9q^W4{0_r5%mKSsG^({lqt zOs2#akxW7#=?2e)-?`XwTpU2E(dVEgjSX&$Whzy12XQyuyeF$;6!_A^gO&p35*P`RI zgOFA(R|ty8CP*ks-|N~hHOV*9kNKF*R4(-?iQjNfhGX}R?3l_?3^U|j%=`VHTdz*Y zoO+qRcwS^?5lEeeS6KsBwyN(rm}c5Da$+tNH2Ytt@fFo_gZdX)+K{$rDFQH`c>-tD zH{QD{GQ4|tB<0W+zyBjjSAF=GN?G;X)~hX_3?daiVr6aYAc&X4;S zthDqYvk^=W7C?6F9~E_8_^tKCVzYR5L-J9e;Wr#5jIzP{rAGY2qK2_XvB?=r37ez^ zW5##LvMH>->pP_~M5fA3teY4At)5lkj>QD0ac8{7`Cs%D#rxMFC{m2(EZiO<*Xd81 zdPqRz5&c}zW?Bh|6q2XJ{dPUPdRRdQ%F10HQ($Hy17Hd=@`tN{L_vPnFLC$6Dbp{v z3Ugqd=+zFDo_f$f7LnX*qRMAS&C+FoL?*+>oxM@i9@(9_QtTfMs#?!C%8{F~Jw5gk zy?okEnH22MhVJUE#QHn{<~ViF$1xqvJNZZ< zB=Cs?gaNM zl>&O_XPr76L<=w4>OncZuG(4yRJmfBVU+C}++a3)zS}{qkX{U3mVd%TX*&D|2RBTI zGp-iN|1g7{+>4U@^nVncWjvjK7{<+*9EWMsb#!+hebjN7VWyex?&&zXO>=ZiPft%b zlbdd4Y8d-Je=ofA!SkHo{k!A3zV{~GK}yO9W-uMbMEvVO8JYO>E8ozv{6L|YB8^sl zNzv=?<_Yh+|K8L1-{S+&h1T|VU2r<4DH<4MW)vQS;FY1bOphd6@(_L1-}`HCVijM) z8G!$oJ2J51Lf_RadYhj-J)8%fwe54k48TO5UN_aUOBaZiS{wu~ z6W!CFnTobob6#)ly6prh*qiF3g}R$X(q`W}ROaA87 zL#JyYL+YUjY5FxU>8G=04DNJW0h0w&0Tjo*4^XYwNT5l;H&*_$ukZs2bHcdpr<$e( zgm38Lk&!sZ3-rw^{G&ev2-oR8dKt3qEMUrjz3Dte?i~4rOf{Q{8oUE9s7i zsI;A94bP}RMKO?b0)j(g@#f8RLtoU0s-$XCwI~&_6uu#NS8#dRy)`P~<^-G+-$pPQ zI0zI6!VJG#%1e(r_y)chf*bP| z6St#}vh5v9z(~F?GN8Cgi-MDanduOv7;KJ>B zMPBk%tqrsmbfsKlz|m2wn%P{AZctD^aaLWoVYo_;TVz&Yz)@LqsvdA=F=4Luq5qjG z%6+J#S7y^g^a8+g60~x0>0G8NXxfE2XVb?CY-`W)zf!VNXJ!xl(`>f`bKL{!qSI=d zr`gstwJxdXsA0lJsWx#y2(2v_yO*+%CUjtOrrdcbNM`uVgDtC>pawO)MKePlxwwkker;d>7E(ClvFs_3qYxHgTImR){z4*=PWPow z5*|mXpgtF%U70m;J+YtnurfcdQwNM!`Y}CT;|0S<3?YK#aYANwKd1n%9V#F-Ptk7% z#5c>Q?(LVCZX|RRc*WqNREfKtl*hn-A2F!GB&u$1ZY1^a8lo7}#)TvI)lkzO7>95C zn21xWfx)3c*WN>6Gqbw+lE)=XP*T)mcV!_bF#E^Z>nfcW4q~)uBG0l8Q-ga4T&O}B z$4X>(aD&MJos2R$9Uc;08dtB72<~7{&q85I8~Z__9JzMh^67LEX}6U5b@1Y1(6`Hw z?Rv}J@`F>?TwH^_r`6WX<$lGUBvrx!RBSA3g(?G82-@5n-itV_AX- z+e@PZwW)DhZ`Z2Oq4wFC0XCk>ec>x}OoLjYL~ZLqRZz%*J?bgKPHUJrANTJJRP7u< zXcJa$R=&ReW`^Bt506Gtj_JePH6B0T#xmtUUtfpInPcwGqRI_nx=^Kqmnr2*em{Fr zB17f@bz`YgU77{Igc6G@zqSjAY!=HMxqx=TspdQFyd26_(MT&*AnMM=VraGp^cI0mGj5H~nVMD;X<+Ts-rWXqG%s z--wg?JO~E|=WagixLqZC_eH9bFzfE$9X&Sl zlu_TB17G?%U2-!41E7h5O;BFkWGcf!W`#w^_cBI_`rqE>qJ!ibJuW}fGqu(qJss^6 z?+Q1rEmNOYuw+w`r3i>+y3CrIb9;GlyG!@;4;fHO@MU3Pdh zeBe(6>EvA<6g{o)fb}Lq&sfyj)G;IH7cUZ%r8?S+w)n7_f0mkNp?GseR`crB!>jf#2Bm~O(owQ0 zKU#!ajR)W#FuaB3mM_~s&Coo~c>Rmp7Mg5I&bgSrlo(riG!2@b!sSo5HWz?14$z_! zV5UE}R#2(f?2zABb19E9)Z+2%*5Ve?VDngTc|_fpk(lgQ&tpJC^;T0OVgGpEhQOke z7?ta#Vs2`9Oa%ifFHB}WW(sC)fZgq)R`5RIMTqxc1M=$6_?1yvU6ZR%7Gbh{R(xEG zJK9K+R!fo>C+jn&xR{4p>8b{AvfIZ3&pJtH;UAj*5%`?pg4rXRWMs@g+{hl4~ z(Z6-%(kmhG4L?!lxpRre-Yyh)K!)oz%x(dH^0#Q zWvgPLugevd_t}RFnB!y#GLhKe8lGX#o!=nBG#JTy4@W56)Y#9IbchU%pO@5UQ&b^s zN)e2;U;Yktbv>5nf4_gX5RWy1e8Ma=SQVgX_dtnF6?4fhEmYGU45n9-i7MLMxT$Tj zbq!p^4^X{ZuoGTd5{g|I?K^Q7K-{jJW@PA+f7mWGzBa6S!|_T96D^y+V2*=wK*cW8 zdLW4n^EFgpzuC`mX$N*^ldAi!38OLM@AoaUoB^-1H9!_SzhcyD0-b+op2G&jGm)5W5jn^m|FeI|Sg5~v)h?aiG0(NQXo>iGpyOx-> zTNQ#i{_Qj~d5I)WJUb-IvOZWtdU2FTI<{CO%?5_;7ab??1#gNx5Mx0cgyLH8i@6aO z1#Awlkoi1+Ae(Mr_rCC%3+N?=R*=0_1KA6;?0e3m7AL#DFHAQ z9jB?$iyl}JP|Cv{a#@Rww41PMTy+y+2)5qjq_1|?BUyP)zNpnM4L_wNNkaJrZ4(g| ze~YPc1oDVup~6s|NX!9^C)&qyHB^-C+Io_Y6iw>_TKaoD@lgEj zK%WMq$|b*0@9BiI+S;1)Rty^wt62j7M5`K&RvpZn_DAst&Z%2HUX+B1Ng+bwvPX`_ zb}EHW6T00(sh|+FB*M>_sW4Sc6!g!L5_l*nZZA&0k!nF^wxT4&L`C(v-hz?G$H#B$ zjC>wee+1rNWi2f1zLqEKD@?7e13bKgfIbU=vT=}T=1E-i;c#=Uclm8@DbUF`F0ZYx z14c+lg`t?&nIYGiR?VB++gqm}MgS!QU*cErc01%3fR99WsJ^W=^x5A|$d_{SwX$N4 zHAm|7{1}_P8o1c@d6nVD^*Yk6yRlKbZt4Bf8(rQ$Omc#0KqTKZ8~inkCzu5G(KDbD zK`90>Oy->@kB|jgtiA|WMe#1jvIW*Z{&h@Vp5m5~M?@U;c!|@u(~zF!TPgw(M**^k zZv5aJu{5~IfzykRKhBi&Kno2S)(lAOSmYiLRY?)?CF7eyQVyM%ieKA$Yztlr%{vd) z<0d@v$DT!|Z4?813yARvb^H!0yEk}p3I3B&!+bH67tSc)ENAA@{ke6)DPp!1a)Vr` z&Mdq4z~#BUy~l$bavZ>qHRn>HY>DNK{jsPqa?*JLWiu~ge0O|(I_mo)`?GGXH{=yR zA|?0Hs%q&~4u6)a%{%M?LNv7AKgvfEUg{W4rvyRKFgx|Uh6}&jGj(-!H!eWfxO$Ec z+N3)7wg)7MKm?k(T$7*z)G&5-RVv98=Hj{W`#w>BT3WkKXOXHsf5&?KkLD{Bi+P2G zy#QEA)f#t_V}G2tH2u z#JX?#puvT&hp@_k)vOqbm{b>zr=XxA9u{IohmhUMX#)%VNW%j zs2bmIt*sf>=mL5q<=TPb<{Jr3R(+22-)MD4b&;lpOUHr~*Q>4ncLO_W?GTUCky7sG z8(jbi5P&@y)Uv{=*8dyvN1Q)&4c-Q zM!F_A*ZH~dHh8kZ-rpYh%Th;Y=UsACjUQHc;-_+?0?J>ivzjBwn-DW10IA?{r=mD( zTqpSsbu=)_Bu=NG8HxyXlrkw4xGA0o_e+>&eQR(B&~$f0adF7iTdLgOU}2ki$|3eo z;s<_dt~TH|J#!Q|eTv0rD5wPMrac)WdE<=es{BYp#`tTfpM$G=_pgme8egHqawKzR z7mIYjUGtJr$KNL>?;lDVAKIMfHdBFCgb*5N{u>O=tn;%;?0ErX_^|vu;H&ERCv{P3 zhBO_Qj0X>C%((hdy^r%=# zPJ6Yc2J=P*{|%-2I}O0@067a~oMOG6{6G!>S?V(S2Z*9YYj+D^>iL`}| zTcKNSPnOZ{alQ&Zdc8`E#yKw1SWN$bo~bySROqPuC$G1hbk-K7CH-J$F|wii1A;gC zH-@>@QnxiUet%g0c}P%8m0!R0Jq0-JGbc?iX#TV~(ZOPy*4ta9t#3(5N+;FO^2kTk z6jTgq?(_D~P^r%@C+G&{XiA#XMy4?`b8>xNo|+`;j6J(uo4$SC`!MznFFbgr>v}z< zQHhzPR6}zCb;(V>fZxHL2;0pnkRJV$)$*8AHJb8NUgkR+&l`hv26I8nM9d^*BnMk; z7);)+eBG>C5aSh@HQig4CeJ2)b9oYUd3j)R*ZAd&$ZI?=FRv8F5j*hEcV`jCFbn;b zo*rpns;AIjUtb>=ckS3JE-c*I)n!@3N`$SSy@z8(6ZmKILw>-`_j>bd-*uN9z-Ulk z&kOnXOjc-pd84hP=_;)(&-cf}#_h(f)CJ(8cn`>ddA_f$#1xh5vS!2}{r@ztp6+bF z)&}6jJdACb8InYT5Y%F;%Izo-YO=WWL@RFiVXzzXn^~Fzpx3i9Bg^1C7CE~h5W~RW$yFdzz;;lUI7xpt#9ZcA!7-?!he;khOG0Iv zbYFYf@-Ugrb-%l^_FQSrwM~ypr0-OC)v;n_Ltj(y)a#+f&x@VCrcr61WNOm?epZ!F zkffXr4a>A|`4~_BfOjZ$w(SS6Xw8B_EJ@!LCAQR3Y$VGH^}(uq}m4UF6-`SJy}ahsxzO zhU`xf;BNa!<2=-ndzNDC%Qw-`bDz;;=jiF_X71+TaeXmNbAEfT6$JVN_yNK|lM1hg z#aG2yH1ddY`rl=j7FV^J%)lWv&4?Ku+~x*op-w4(VvUilgIW~R*BQ8j+ZKwl4SBH& z$wy8-IV`b>#XLAGK{#?@w*oS_5>}9;i_=?mEoQsAe4HI9CT`SVS+_*(9#OxKN!TE3 zPwr+}$^u~aO2-OSjXN6KX3Ex=7H_gAwue)2tLBEeIBGbyX(?J(jH>1keq|a{I!9@} zHzpp9qJq*jANhtme2(Knnup7q6U9-oj}!N_^{um-$?)4z7B6uYd`~xqgczzp_tb7* z=2HO^6VMXb3o&r2uryw7ewnNGG4o}>amRt^b4QG!<&)@z0|uv#gGGs7f0NG%Y+nX9 zS%ccO+UE{)^KGX?Av{a6!_Q~tXZ-O|O^G=7TqaifUEYl06QjE_lOj{yHcmZTTZDex zO?tJ}J^+3Gx@wNMRf5AVfN@k$*Q$uv?nU6TLk1>RHuWJqH{WZDN9=`m7o6YDkbxhHO5y892Y(R~!Hh zKim`}3?u?;6BhNis6kg{ec8{WJ_puaENK2lUKnPP%pYINjsgZ-Vo?-~S~Fo47S3cb zCox&RB|08N{kj&nu&NzCo78p)R0yQH{X9^%U0-s@@=4w4Iappb$(QTWoBNEi55a`8 z^DXI4v2FT9eqBR#U}Al8DA0@SkLBjOErTVuS&p`=HSKfGFxh~cjo&fHq-&LWMjN=D zMeo>@Q!Gvcy;>v7l=P1r7BJQPb4Iqv}E#;jfSKsn9o8mVhw_+%e}vDS|otB(%u?Lc^v7~>*+v= zvBLrE?6=2P`#{35ovV@IR@>AN)qU<)`^j>7XCMq-xooeYp&|AA8v{^W0dK|64@e@{ zRU1!MyH8g)Zl7*}**+4$fv&D>h`H^l;i>uM?Tg{jGppp30y2tsfJ@*ta|y#a=eJ#REJGQjZ|wVT5?6!%P#O0|4OjQ!8!FNfCFUi?v}p-}io zUDCWDa~}uu1eg-Jv!pR}_2@)}B#Gj~0xA*Y73QG3G_`Upg<3?(!g+dCxEa{-$7;|i z^6gpB&%W;iI(2hLcqI(-HBxk|x!U{GnbLuqV?F;K9&?+!u20`(I4O34kC-|-YIHk9 z5q@5^>nFmWFfQ!o>3NFl5DMl5jRJFrD4;3n-_$1dJ`Vgzt^wvB?CK8xJSE++YKl05 zG8?Lf-t&?C4(ad3o}89RMkalpKqV*2+Cf9>eRaaNnT+JQ z0|#9gkC~D>T!wMw^@dGVv#cuU8<+rMMo?4#*ZF~hes7kIyZg^p5`$7am3W@&=yIsd zr@yPr%%u_i;FzM%FtwBcgKb|&DN3S0y&D@wHM(;K58XjPO5RTn2;)q6KoEfJNowT1 zd9vI%XjZ>^3i!&Vm3QU2}IDopT3XDt(CO07wugFSJ83jl8d$m8d&= zHpp0p+PhZ|n>zXn6|!w?67^6+V37c_CwkV7^4(0qYFy1ZiBZrav~EuS?^ij>33vM= zM(#mdg1{ zLP9affqF~)qAh^bu?=c~7)tx7zjqNw}x6w>y-#U`EoO@*j1 z3Q^Gzan*>I0H0PtDx45{6(xoO!@irIHhK51BYOwA(qO5|mX;&z6iC%vOXH3*-N}OT z*`&9R^PP~*iA|f~;(#Xudvq#q#L!EbM;}Vh5O+MvVyPp0#Hn1 zC^v0xT%1O`scM3B?{>n|Q5gf}nN7A(MI+;|8B7 zvU;oastsJ!L$yNbieLzsRc0wm->KidLOI)P=k-UAx%i%~-I|WFscc~$o^H!`tu$X2 z;PqQrXFBI{oL;wf$XGe;o`z&eIt9qvP?6- z+yBn>$88!sZ=Z=Ung_R^$AZZB_C&wlOhJNVZkzkC2%Mox zV4>X0`Rvp$$!)*ZV76Se*CMb#UhgmpP6E{AI#DufwmxI=c}WnLjlVvdU&Q@3Le}NX zcOkncZn{04PevNNxlM^*@)##HidbJUs3FczKap`ZX&QGnesQ_nBb~cI46?E@b$-1J z80Enck0IUP9j`_*>Zbt~27sNG$?b+|_r@K~WY-&8FbT6|c3>a+2e zJa^(yM~s}3YL^LCOPb0Km@4@|2(Tu$cuI_X4xG$t{pjqmc>4}}Q*rS2k=9+U#pT^p zL`|X!vz3RCurRaz+|Mvx2oaVb{N0EAM_M#m=<{Xwf$C+^bguVC;GML--dg9^R+b1rjH8-ukzlrmWX1jNM3s-+H zr^a(;>aCxWiJio%#H7yNb`7<$d|?g>JXW1+d_R{>xkV5ef*sB%&x%!icQPsYxc04D z>?t#EUA#!+ewO{m#rU47T*Ry8qd83}9WG2;SA5sF+)Gg#a`Lt3rh+>3OVY1(;454wE0Nx1Zc1s48r8VKm;5ma6|??JgqzEEP7% zi~A9VKFaq}ny9$#ud-)f%ju9#5ihZ(JVX2lM+zUROt}uBt)2q9um3$GbFSOur|j(a zOH|a<`t9x&=NJe=8H@I=;umty1r;I%9!J;O+yFlH6uF(P^@-QRdZjAh2gar=Nyh#R zukr2X4u?Sn1%=g*GZ&YaD@^0EJ>@9dlo|PWc!Gm3NjZLne&xY+%nsvKFRr$oVLF24 z6BeZwp}ag4*f$KLlM63Lm4&`px`Z&5Y=3Vlgg&c%*K@w)<*+6V`;8;6y1JxsoIN9M zKv6|D;CRd}<+UmqByrt0U-@R3c-ZZekuMvf6lWw{(Z|Bs!rI$kAXmA>Jl>RVD04re zBhoEPzbb>K%gXsYzOeTR|FM5}WHAf>$Db<9X0`>_`ouE$T`iG3BH@H9*Xq#telM$hPziB+62M*`Zi1wGT0>^42o^peuLMyVB_ z*|IP%X1);5nLz4zH;BcO+jal_m6%xBy6>fC48wZq+#0p2+L!j?)&$0%82oJ zSRZSBxodxcE&05Fe!XD>?u%@^z=jSOoxuww^oJMNJ#FWAJVa|v64Em0!SlDzQ5n;0 zS<@OS+$#;Q)li==6EZv)q+IAoP@{F5ipQtc>oI0bC1?ONcaA^iZBR=AV~VK^#v;q? zkC?255U9Kys{-o`5jYH_$Xckz`sUhDGs=H(J7+n4L^Q!b!ioS7%BBPDH~M(IaPjmA zNO&d;cI822CwB+HDSo@rQy&lReOpIL-0wO|J1gFU8 zi#Fv4`2dR=TZv-RGPhILd1b-EJ|6Co=hT8VZfPlqfsEH_RA*fAr)}qX;-9k1sC-Ve zK6KqBuRfiQEq|2sKjh7LTK9M-B;_~k6c|!;!XQYt&G_?R)NIBqHPn=4cFlusJgX&K z4V8>>rvMEue5i+>fVu0+#w1v|00r>(DWG{hub-VqZ;IlH8yN~g&4m*w3f{wfxA^;k z|Go}En7|!xRvY?cOv1`XOmyjs2rjyk;1%*9LIRez)g@*c3siRHI`5}Gr26EM#wnQ9 zA6VCd;uN8QnVjj0jd%VPgxKT}rYpP_WF!il@miG;6iZ`VAu<)zhNA+4ku;++CW0`g zDP{2p1-Xh6Q|CE>FP8dg&~Ol8!Z1!a1Zm))Ty|jLXC~<%F{0)fpfyBB3>nXpd>AA( z#tosRhQt(dZOFBWq4@9W2L z$J;nC*%qL_E7foh)R#w$Bn8I23@6cLd1PedBFBH-xc!eG&i*X-SPTy}geN7zdsFam zAUYe~u*xW9KYs(}1#2=P{KGQ`zuybVgWvuRDh(F#n4e+y7<%;E(#D~yzSa1G8q2UZ zSyPJ}mKf$*3Q9|bfFi;u#$$-8-bBL31X$_d$^|ie6kvVN(A9H4Q)llGas(XOrp30i zRUuGFgv?`Cu9UTwhYxOn83ZU?41Z8g5L3=w_%FDUSJSSx%?iUCk04Lle?2dJV zJB$`CiQu1Pwa2+SjM{`UF)(Rm3lQu~pND>`3h*SWt>8#Tswls%``mm_(P1j4<>q|zIX$hs%rBzFr9~L* zLYWrlJr->ML|hIxa#++jaEHK-Cct~Ownmkd2ANrb%TvTkH;ow3A?}n>(9RvST}Y9M zMlmtmUrW_N12aLNF$k5-zOrObf`dO9P!N6gFBH-GooCo;7xd4Yo*V~hfe@eZZp*w} ztF#dVaPh%W^tcQfvp@B?5OMMG;j*v_o#(7CL1N!ObFQY0UUo)DLzvBXuq{6dV3zD- zxXfkFWSWHOl@6BErXKx9U&tYsxgs-y*v66--4#3wK45vx%JfQ#0paW%`zBvlKmZXR zFC-uUg90dmGAE{H$2|u{JgnZOdlxya2~kF+ibr)W4GZysGT6mBeijy#vFsx zVo%O&K2RUikT9R;JYVi+B3IWViSsU|!aB0TP`ve!d)JUm$!e*TYJ-UnmFvhPMI_w( zS&&dM;cO07#wx7dE4KuTm_zlj2UPYu@0PDWop&BbNBgr<$07DAqvh4u3O`ivS&@}e z`7Y>5Fd-A+ph@tv!fDUhnF5N&3B!63t@1B#xXIlr^Vs`%l9cJet3UG+Hog!1(wpSr z;Kmi38xftrVh!Ww-P3E@(Sm%OR++~)XyFW#5lL(er`Tj(_!tf;2;+gU81k^vyr$j; zPRC`ZyO^ZIia^aX1aI|o7R+bRq}O`1*4rhiv*$L~M@L61^#K^$YAN!|Eu281scH(Y z+=U|zRT#A~_1MyI?#$d&=MD}IfO0f>q(tKmj6CZ)<{JHuHJm^F{rfl3p4&XXq2XbG zX7CIE`vU}_cGLa{3~JwBz<_x6j%BXpy!}{{Ct*EsDni{awsDWElE`g$3#>H{f{)sg z5moCM(kl@Yieq_Ji`2V4sM^kKy^<8pfDYg?Fjw}6siR3{pOs4s%+Lr=`Ceu@bh*9z zFn)TH-FkTE=jrHIZ|=AcbCHnNYL?R)O~Cz4J7kRtHL4xO>7T!_XfsZYB%b~%*H7hE zNUF^pFyG9UrJP-w#l6EYV~vE*yovJf<^kvg;`)MB3BSsP0VG|#yY%akla)+EbHESHNo7QhPVed42L zL&i(qe80E=0$x3Eyv*uL+?0RZFBkVe+`fzcK0SH5U2LxQOo3UR>DPP50SU>Z zLPMEq*|x)Zq{;F;&gSWdu)P&SEs}a=W@^<^xREH1vaHISKoOqmfLXdJ3O1yCHkhI^ zsQ_HUBjOf7P*0|OySTbEw8e{~1sx>A@1MSutXRS@H8F^HP#R4ODeam0MuGyGd^12lmq9Px)@6P0W8`&@zb6jSgWaE$}>JUd_&Kuhns8{Rj+oGwU z6^vDY0HHxx=~DSnK07E)@oq)n1vga{qM)(%8YF9Tlcl|K`k8KN^D85}#6H{B#+guE zivZ0#R z^~KpW|CI{6->+Wz8jFo;FcUV{w}*j|_N!-yhlQyvt*tn8_NxH%48iN=|IMV&*`%pw zI5CV@?rv9x2s2J!BeWm~9$GM!Nsfw?Wdg^u?+RK`q*RQ%lo|gOfmJYnwMh`T@Pq@x zmi}GB`=`b0TTI?fVwNJ3^{bPWwuJ(Ib0Lwq0L5gCHxQ;bhVWfKg=o&T&uNfJ6>#BE z`doy?_|J$#b4*6Y62;~h-%{tdzkp?T!oKk=t$k;N?c$&h*{<8)==Wokjfp8s{ z^(H%v1gSN(AmyntS*9>LH2(2TtoFd|8`a5oZhJ1OY3CY<{n0erwxc);_B+=$R)V+{ zl4r!w-EhnfDBpC|Nd{*^JX>2g%SMU*YNz>Z6vwNMae zbhja|v4s6{1#cna{q^*IK~ZVMum%O)`Za0nASlW0tlg;1kn8Q}uIqCBX-i9s?E)b3 zQDr2Yv34ICCvS1!AF^K!JgFZxn>ol9w5wderkA>#*N)QTAR#wDR4dIpYvQo;_xFFi z_h5fZja2&W>WD~4Xl`wt%H!n(?~T5)q$ii9?_wjME-pPCAhuK{qgPM}md{K}B79a* zSP^i|%VM$8vB#xP;gDw){Ct%2OCtMeUAp4<=N)g+H*1`(p)QWBSI?KGM0km5U5X^q z@LZ#-Ag00t-#3godRRvTB^+8pBi4m3g7PX%!3CzS1ut}&gDKz; z0Sa?O437-TSbWJG=K^%_va%e=9fu}t+YIHpH8ezPCEr%;eP}&9-T+wKaf+`h_F4dG zMnp^Lcu4Kuo69n<7J&hV76$`@Rd){RxXcmnCOUE_J7pYnC>G30~Lp4$N=Q1!GFYDiX^w z8k$%uW`A{R+CIF9-r`^khcc1#n;DWc_!;iOg96Lmn+*uRoCJt!)&j{}inv-kI82kT z$DAwCm!jnVvN2ghkJzFR;T%O~AJ>mU<-X$fQjI>0(C(6B$1(q?A(KZDuArCk#w4_p zW7PVX%qKIIHu`hzsEcI&H+vI)pNip^LV`^9^dG7zOkJk9q8=* z3*>bJrQ4Zyu+8uS95Wlf$2IkO)lZjiNub6()^eF+yWKZa#`*VW#+|+Y*xH`vmj1n^ z=`&{f`}zE6)onXYSnBVu{{8%*r-0k_+q!@Eb-s*8Iu?UE?8yF7F$ssG2eJ0{hqI2l zo~L_l4bk1ASgzT84Hb;P#4KO&aHFdEZy*2t&S%~Mxxo|s6crV9YYj#D__jneDs;rg zxy!0guW7EyI-io@mB9Olfe*-Ae2w$}46sZ}|NEQ8{{aYd$KZW#5yzUkHp4T&A9owZ zzb^kt{Z2{<-08UoJ+X<-qgbDklac+|BJB|o5MT_Ojy8`=%e$X2i13TS%CcvKNPboP z2TkY;X1&?71N1D1fDfq;i)GDY>Akl0MqQyw-Cyg<`zK^k>8QnsF_lIMbMZ8X6p#LN zP5!wtL(t57KlR=v|Hqne&8}A#$*-P7JFXB)vZ=m$Ta!}bU!7%@H>!_ zK{+@+t~#%FbTV85WP|}zej9G94y`r%jf(2=-@G5it}={$<Id2jI^lWDxm{l5moQ)cD1A@W7Q>UlCS9U2I#Pfz0HL4V;barhk%#a60W zY;G#3n--N{*+&N9@VjjMr8I3=@D*L-SG5U2i{PND*nmvhY!IKAm;p=ECyDOo%?s_% z%QJ>hWVE%?#w8(AJq32PUQ;1PIMV<>jghAz$`K3B8n;A4N0PG#9}P2A5t@~ zdKHIB9-<@GS~OD-v_0o@>W2JDI{!yEpJFF%BL;@aejv~=jw(n0w}$AE7Jb$}xI??rO@p#dJc93)O(HY4;nZe|h!ucmzK`yKbE0+pWe zK{*|XuV*nyD@ zTdNkAcys4pgZs5|XWrc8+8*{~*Q@k#QL;A9SA_!uwKrcKrYi%fpXg8%rSywTMUtN#Xl35h^G=NWvYb zQ@Q$Zb1K9k_v8?|@UIqfypl3u1q7cv;CHY@a&VW`E{v4SJNb9VX=iBgFyYSXzdmhoCM+?;P`A6DbxF>92kR-&7DQpu z4l#cEozYB_!&XJ)Uhn{oVf42tVz4flQ2%st7mg{fMz05(cL ztRTBYv$8Ao36lWp*<49jfkrs>SvZ^xjZaKhgVAB>dU%+9M8wI_6PRQ<@x<5JSUi2Q zNO+oh#-ui1GFHhawR)?}_{r;o7O! z1a;l_w*5RefO-HhzsX7Et>BdY%Ti;e8W!D6)z0(T%SzFdYOAYr>W_G-9Rwte{8{7w z|65KQ62mUKbw&Y8@4W){#ecNjZur%G*^0@3Jo&KN;y_7G4qW4t!2I)Q1hwmNJ6;@* zc|_O*3UNK6X;!^};>g>^-bi+d;})lCAgNa6naKCUAto;UpGAtvVn0Ele1a3jLAdhI zK+sC!H`QSb#hc%~Z7z}*^&7WZEKj~mS?SyJEr?!oEr3u`%~oF%qQ$IA(SlTpw6u$k z{XW{jBo8%Pt-Ckhxqtrl^H*V;u07MQH_fRiropITk$wGd=ZI}Pd3y|EgZ`IZJU-k8 z?XnwJB)EOLNBY9d$cDr>F5=A-BwOGW9Pit&UIB^8^fatqZ>`BD#R_(Cc4pM+eWAjV z+vIt=lA>geoy1CtF)!Pxg(Q0cNy>zwc5<%HF6#d@L(FBB{>Ol? z+N>-~wtr~N=H-`4@(2c@2xifVS>)oQC83VRr6Y958f-6(sXnQa6OJi{%g+sHg<${V zW0wbG;(Kjqr9W*tNzRvsQ6>VlB_JV9Y$yT*DT-?po5vjUK+5vB+P0uX|u1Y0FY-yam?FP~wt zs!PF(x?xQb!F7Kb224gX5_%J|$=vk@pJQdW*yqZ9u-VK)7%LN&X^J$X z2g3lXySnE5Z|{}GgIOk~@=v$Hf3GX($U9>mX$v4|!PduBjGqX~Wx*Jm^yU4Z`g*>~ zFG_^NkAPm_zxDILR=0hP$u_(I_xz#NA5S-KlcM`Mz&B?+cuP}LIqUmlp20CS1#}xK zvuYtZqv3S}WYNq)E09qE(1xzF*R04vvkPQ~k=S8L%F*@R5;vMml(Y30Zt8s~mLn|e z`E4wDW&O+b%EUesdsq9D62f^(%qCqGq-cMXO@+?TYnn^klYD5vWXfKu$%V`r z0YDaL7A7u&kDK5!5~3@YzX~(}sEH2?Nca ze+$RPA$0WH64JbMeVvwCv=(geBoK(O_7J)Ow<%1+Q!aNnv60qRtVW5-p3HJ&h0;xW9;~+iT!^+K~E=b z!bSEn%|8n*{2Amn@?5sO@HTuNaCAM{zxdjS(@50*4+JxM&@98y6-#YI4OIp( zrXd46^S;D`2+^dN=;+Gd_&}vl$p-ZslP~v>SZ|;|hE^JKlq(`4$C8v^yEG(f;Bw1I zqhZbS#KFQa8HxCE;|)j<2sP(P{1nBn&u{WUTX*!By-gy)@-bmx$W!0Jeoy1;0$GIt zV9IijasLQ#fhwv>oxqj~a ztp>6!E@yql8lG(Xd)|FoRc%rW7($5UhN2}pPsS>kW(nk(w1*~B*n3NK?zX7^dm4+w zmu#Bjo3K^z&1+I)Cz7@EGh{6~_SU|ML&zelhZHMww2_G}VnVu;7FGm9uml(c<+m@x z+&@{@0>96AeDkf^P@i>=rCcERUYFloqqWrSiyJ%#@e)SEpmiN*Vv?c?G(&ZP*X--0 zLd0GFK6uGu$|8$20x$0cjBFl5S9t?r!)l-!GSIxsYe(x##Y^&p!L;yZgT& zN>xHB)5S#fS&^Yem$a5=4THz=%NNo-`zZLUQYX>bpf{(Pt>K*!0S1-=s0AS*rd383eCThTiSZ30V~*b14$N zo9mH099~mfH~gD7z-cFZ+=`-UYg=63$alX|6e2wFz3F;kKb*-%8aHe*&~@nahoYCP zpo@Z+*15W7Yfi|CRIUV5^X=IjxS6*AJMcd(Hy*U$jsqerxOnT$Il(UGfH*=g z@RqE))ayReF~d)3|Xi_<*84HfnUhafvH&$ zo~L3#`lE`CF`%@(aT}2hyy&1j@t6;Nic-=4s6c_;pt<-RQ>cTlk2@!UV~_UiQE z>rZVtp}!qj8_YnVdKUc|5YvbKrvmoV@A{aEt+A)U;&G>d;|ziMcOl55|9RbtJbJev9Bl1zGaeU|t$96TzFg=#*yAO({Y8#gHE%;Va5TbV< zeigq!mVCJlQRY8kHEQ}%AyNOP;)!2Y89}8(%C-+?(kAc^fn~MgKy(1vk&oe};K_M; zc~8#HP}{&bm4L&n3{>d$WDLdRaJkdTcW%xRyhPgNI=4WQc#tJZ2;wTo$2$swA%rya zZkwYk{7ydUzp+f30)Hp>$mppQK9`FWE{RdE7Le-E&BCLuxubMcXL|B2_*6dFdHK=b z9&0`UNz`Q3U$bwAZ9Hje<8yz8WPP8ahlVCrsoVj^Yfwq%sChS=dS8hzL*h5-o6O2r z0yBRh=cm7uvm$grTnKr0*hwrBn@{};VEp|2{DZ4e&JRRz8~%*j_NM{w=AFC24h~f& z%k;HyT=F+lw?m#S)u0X2xYw|4uymEOmdK4`4rm$Jjw=7$Ih273bU_0>rZivB7b6*o zBB#rBvPY(W%zqzMMG|0MKT>M+t?snVDLTlV%umzZL&5ViM$N_FJW!C$r7+Hi1Zmj5 z9^idl`h0KJaHb`Rh`D;M=<_$P5iB07A$~TB@b~O3lrHv_3?H(dJhF|S^18JYSU!F1 zzl-K2oAwVf_LN!%?hP8`M(^4&9zbya(-hpFAxXI*7#o3`^CDx5OyrQ`XE3L)3^OcS!>>uWATMlC^pBgSVe*jSb^8v_IHr(qiB zmH>HlSqJ=FsI_!kkJX?rwdC%g%GAX8#Npd`9YxNsdwuqjZM|ovS~Z=^E|-YQZwVx% zNHP{^Ee|U)%9NmJR_+)Ixp|*QO$B~$YDW|N^K;9|&~=cnZYiL#MG?@tc~C*$eJgOk z5L3-{q)+me0s#~)C!JwC`I* zz;DgUM$6Zg9*z;vh>;%zYJs6suj?>JJ>sMGGG zr_#2uPXOxl&3Zd`R{ZL;^kE_PRmQBshKM}V?#|8)nA$r5M3RH-<1%4p?wK>?{Y5u0 z5IpaGUFT>h{P`6Sdvw3({cUgr=KCtWm`*eOIemTohQ`JaD)0@r96XRv@bg=N0!y2q za4TWFYsyCWxYEV8hEtEJ@G(~Ah#O6^Y5_g-@TuiScYf8~(SOM{KTclgdawS>7r(sv zhH05$^B!AJ5R(TdD@s0HgkZ&^A2=Dhio(qlm7gUV%ZkI?A4yJpoy;2O2;3F-;5yA_ z_<$*U{>;~u9wuqVU)_kn!0>lEm_S(tjaB7T>z zBe`H*Wj9q385s#!prgJ0&gFVGB^jB1wUvsrbV#_X^#KdbRf{+mSMGflmw6W;qQGlg zJ!8*Hc3b@t7TsyIqB(VnGZZQ3N^MK{LDB116|Q4UOl(^3MWL>t_q<|xISMadvB1rd z!B~F#yIgLggLA^@O$#I`@1)@UJj>#}696g~7uK2#4&-kX+)G|fZB_p|M;qhhts*o3 z5_@p5#QcaU{>%)Z`yrA2@qKkTB`7rD;vG!qD{pPRM{26pgYzbSJu|GI!pF%;6>9C^ z;D2-2-FjA2sgl9J3!K*)a6{kSnudMDZZ0sm+y=Pg8K|%aO~*qb7RCt*AQH@QeG0M# zDv>j|EYg(MfE+z(e|E4w8I;+qQ_cQ%;M*7JI*GP#Uz&Zdi7SP#F2+=i>m2>72zC4e z|CZ$^eiXRdBhPkBElguO6nfDc9(pR}WO`Wt@{t5_rIDD^*+53%Rg%X`qMDtKNk%Aj zP!0@>I^E^|_C8az9XvzM`RsQ>&3U?GX8w(lkr9J0ZhlNoJ*{w!gF5&(XA1)-}nm z{-e^u=ZadlI9gOpv!?+Y1j#p-z21}P&{c`gS5s90?F1;3Fa z^)DjbH-|+6&6^Je@Uy@}qp3{0{GreAnEgl28+J<90j@Bqzi+|!`v9pwT8(Es=o#MN z@qt5CDEb*&S>^b^fT8c+agm)s3=U+U|uJcDM?Y=Se!h zTWYC2i{%*>GdI4U9;J;HJZ*Zse}C)rY#{4vu!OPmjhdV0Pyb{KUKFC7gZmh{K1fI3 zIM(3@d$dotT|=wtqg=5D^5?l!NKXBCN_D%LVs46PJ(sf`{t^{N36Fxu3M#szDZo$g@e-M0`?27PWycmPUZ;tv={v;}~Cm=jLJ&O^g3Upxl zqk3isybkHg40sRcQ4q`bGq^5#dV0RrEnXFJ_$zMzW;qXw0FX)iY9wxLAT3FO&d1l6 zm`$HoSokU-&QB)pMu_hIq-#8a3WgC1`$=NC>e3liSn0R)!B0{HOGS>MgA+gQnJd9| zmiO6U>KiH2oK+dxwcw#}L_Om4=KX>Q!Qphw<_lk6PbKQU!au>$?0a()Vp;wC{Jc;+ z7`7K<>F+=!FI%12*UDMG_t+K(Wm_@WqppMDVU?&6MKGUF3uF=(m^u+3n7=#;sBG8* z5TM|?w&iA(W6AG$(3B*-=(U<0PZzlR{t2qGKI>mU2IxTFw}-AAmbMeu0uWxn)mS!o zjoUeKj<83c-VOqHhk;Y`1h0x%>(u$J$li|?P!Skf@-7c>qaC};(u9RG2S5Av&PAB! z!A`N>OF$u*rkws)1MAt|I*K+TRWiT0>Z|HKfBpT={k^WRrlZz8#fHlkMpyAOy5a}( zK9)Ekc5fiV(+}^szO-y@yEpu&d+U9QJ2#5!L- zsJ0pe&CCjab$_>1b~Bh1kp0I$j*C2V(?0?>p*K}#oew$=u(*QXUAl{I!=Mq6qcL9d zDm{7mM_^yB8jvs>Law*XhSO6>=1E8?v+FD_=jo&SiHM;am+RPgL7^=QeEe_xW(;Uz z39b^!o|Ddr8)4J2ZrTq#-6N-XapwQDkPrcbGfQ$hoW&$}XK{)On~`+|uEDok4PgF| zr&{;YD*|_5eQp4_EGVz1yMw7f6Z6&KM<+kDCl%kf#fuWJtVc|$8eTn&W;r(Q79^>< z7@lipUm@4#MP<+clz~!%vF`umzN;uJi(dQ*;hdp+8mN7ePryZ}LBukVG%QF6F{P@0A_6d(xqml5B)f5BP{)UU?=%n6%7Z(?v0EY?Bbx{{Q*3^E-jH5DF<|TUf z{;8h{XdX9gS2Tiu{>0frUzWXb=iAcFngF=~xV-JrgTM^5$5x85cf8XM9n)vVlywfn zSDqu!of0{bFiY-+vl02S3MEE*Xu2{jj?~Akzml7Bq0+C9Xdt(&wM z)4}FaaU7nnDy}K4l*7b0$4)BG&&B1R+;6DEPwDFCoLX;zFX{53{Z$UO%;~mX5h-uJ z5c!n>lM1FH0q)K^rzI^+6Wop0wf3)_oc1$?T!A%{PtKk>ycJjqKxYHD;~fB*>DGt; z$w+?a6mP0XqT>}$n7dhie7zkt)N8xK2bfiKZPT%E3Yte zz6|5D5sBlR$WGW#(f+K3=0CG|d;TH<9sS|{PE_$Z|C$=2P??3?4RZVE?7x4zZo*spWdoqgZT zV;`gC>Ml0~HtUxn=x3L87;MCATYN8rNuNviyTK>QDCFr1(W%fs!M@eh@ZkgF@kQWd zbhA!{VI6;0W))5;5=-YG`24&2x%>=IsPq-kl|VlxA6YDN75^&)YEdSI^f~I_CK2eboOD=82B2p z0K!t!ZG2K6reF2Y!vJA?&A#Uz9v%-oF{TPQa~E9t+4cb{9ouwMQv;c-q9Y3n{$nZv zC=#sC48Bx))xW@(B|s7M;RygnU>hi{rqEX4ZlwzR&`Z>>~x`7@40{9 z4|J^vy#8AIezw)!Pp9y@>p;mTf8PHg@|1nlkLY{2tsnZW;Psxc87uNXj5Zbpr58+$ zHM4V_UWdkmqT#ST`SoGI6a4On4^E6uGiM8nf8YhbZEU@6JO^CBpw=EwiZHqpw3r^? z4Dp+H?Eu7icYTtp*j;QkaC)~1mgYGBcIt`N=<};1L*X!$N8+g2(;wEW%*nA-4+oaN zs8XTP7PAX)W7LkooAa@lYm1a0GDwWX!KpUOwN-NJEX${1AV%mguX-`lCd+8e2h~na zF3wLc6^tHCW#92a zn!t_h~i~F_VRdJ?FFAF zczZlOo#twHw}Dc?1~Bp#zzXh@uO(sAwT9=GS?imEUFWx8YW;($7kJo*vjE`)>=i8R z`baJS+P4^z7PR$Q^%Be^wO-9wqR% zAB#OesH61R$OXU_9QgCayw2&09T^jWUx}nNM3yp} z7MQ5aCm~cXs=Ez6eOpEH+0x*$hD&oI2+l7y$oMk#-LctVxU;<%Z$j?{0*YrvM!phh z0SmvW)H%P8booTG5%1GE?#UZ|S`8Ydg91y+Ou(=ccnuEog4>u%_VxTaJ5b5N?i35| zOTaS%cFZZaH#cW$>~uvb#IJX%4W|}>rUM8J*oAvp*R;wOaRG>?x@$aWw(X)(UIZas z_U7wBKG2lu^~~FB!(pz;mDMTA!YvmH<>m1Lm=<+DAqEXBhgCQEP?;7oxyg9SD@0EO z`^o5_HfvPnb06MZ{G2O^;5pd~*~f&`&^AWg4imNgEbXssMtoXuAywWq5h7Ajq2&l#67z>oy9EHCH$dq@Lqp@S8qoXk&a_5c~TvJ-WLRwAO{-XPdw8_VDpDneSk5A?bnwfsz}JH^r}P$ zm{jJ*9qnc|Y=WP;cD03HIvoGl9`a6v`C-t_E4n@AhuY*BrNJ1hh_|aI}#e zoFHbZLu*!nAFZGIxg6o>7IYKi|9oC$WNzFA!i_3XZ6vk;_XS1Q)-ZIc4$Rqgn^pN= zpBeg}P5?6{Y~9bx%L}|jlsA7KJ!sp0fccBA#PGBngmHWURhY&2vhRiGeC~`8sd?5q zE)LGkNwN6EF&AFd*RLwY1rG7MN`*pWYn6a>vwgJ4yNk#9x&y{Zu5(-Ygg_j?a*f_3i(LSgf+7|^o8gZM2C zTU9?eL>%TGjBkyNjbNe_umr#bTOMwd*%~`*YwP|LHp<%#`MKHI?=;MX&$~w^a6ZL= z_4FVl3pjeV$}1_z$*%#xY_J+ke<9+rQ8vH*3ynIj{bR)tDCz8A-J$~1UnHzc-eq+p z(KvyZih&y4w9f-ZYQBnK`W$mL;bQl5!yaBS*Wwgdn;xNuWL(uYUc3lKFq5iv;bV0v z7^}re2BBU^3YwqU)8c>id6gSjgFzFxcS_0TbO3o0@`y$gogrU$$eTZ-8QdIO8oNNh ze05e8_aG{nlI+b?7uVH!cEyky-z*c~AAArW$Q06i8*(ySXFroTXf^fK0Az8$Q1<{P zo4bo{@u5|htIxoF!QG`iHecsNxqkE5_yQFo3ijOr+2`(ZIIu$d%-sm(>mHvht%N$B z%)i*w}hM1I`#I3kK(cXc8bkc7I=F42jPV|GE&f1Z0vU77%TX*~k6(b{Q=#4OW3K>3AIcUN$C2)u2Io{1^l=~HMXdu^ zF8Lr+0rTgSQ3&55Unn(n$`XRVx)a+~FxW?}pYQ`ljY9J@_Pxu>j2@jnb27b2>6?%8 zJ3@vkE&F(VKRN%zpkPP|tvp+`dSwju;((NSMUuY!I3u?Et;n7TlR}#>A@XxxUv4=o zt;vhK0!c<_P^n=KVmB4$4x*Ee(;q)n@EW@l@w@Nl^D(3;%jJ(qnJSm(_9npsqHHxByhR6 zn*?;wye2Z76@u~b$jQn1tX}sY930d-%)ObK@RI^>;xGpB8+GPn?66>)bbxOg0VsTs zF~D6o_s}0$KD+>y8v}#6>fu+{6F``I(3JuIC@__Na2P!lu7}7pAM5_DiSns0ud9LX zBbECOyiJ*aACOtxhH?1)g>7F5b3_N=6*3k&!cx#o_4oz8mO?4OitLM+1jMVUWX|P7 zz4N=ju_a9Wt6inR$hYNo*_Obtc@5}5Rpr6^;n8qyl?l*(4Y7E$74u-DEwI z2QNGVU;v;}urc(-}ak5^J=NKbSbMrCP?j_k(K%o9~_hnOILRLDc$|E?}QKqIQ! zZ9hzu{io2<zYu;4yk9}es{SacbY zC8o|pegk*Pume`d0WdFqP<--xiWHLx6<+#ja80#efgVlqvqCTgRUJdiTAvCXUTWZO zxWp27)?E_u&U2!y04}prq@_E6 zW;_AX8!2bYbOS*cT-mEnASD>}3B|_Y75XW)^w-aI9)dnEm5+fD%g8^bFaxB zgD$D=bUM0n!s3k~>k@!djrd7;r{T(C%BNrMt}%v#YT!) zfrWuMk_lJT>yIyIvMve~B~romW&;`&QvMWMh?JH<$iBrMUUIC>9upL8i z7{L$|@X-Rj`qJ+eG_v%bf9j zS}4c8C@o2tho6=^syl~mKNkPRi7u|53lY~cjW8{dVsfjfDC&WSA!sJU@2Mb?Iq4f8 zDH6Yn%6>K?xapyi@U)+QmA$sn&AsTVMU|*tYW( z&u_Cu8&7MC(@mk$&HxrLW27A|dUk%@ixPS!;S(>0j?!GMkCwls9jGyAhV* z_-YhgF^HB4{kL~-qh*UF-6Py7zr6adO4u6N>o3qHOSP^*5}gwC64(j6w!hXn0+t09 zZCE=wr6LwR<{ZG~v_q|xdo?sDcAU9M>aq7-k)&qt@1rk<#E?klcGpUXlDxd z#w>V~YwEV{v=KGbp?oBM4s(wlqhKB!{O2@->O(L!TM-s@kIff zG%6h(xpdRP?0L)0*KY2)zR1m{K#7CPDrNb`PaAg1Wo4)|1yi=XFY3RnPg0&(d?Day zcwQXji6X(Y>b(e@3&kUkTK4Ne)G@HR0be-aiVei@O2wzosi+~p`5hP(yZRjeww?aw zZ#)B!0Y!o#f z6~)u%N$ z$b})f;ZSOY&4R#oG@_(lDojWTMSOlGk<>>bBHMXa_l$x;G*k$)7`@98R;Le_oF_{; z69KAS9xRW++XJ%xX2HGB_iZoU`BFfY@jbPItmpV;!4RbS~iX_`)F;M;}5)#;_7yg>>NPFoZdB4kunaopl$3ZCrqcZUR*KDow z@%PJaK97O!HjF3+bD9I(?mQ$F^+XvIov}cpQLx;cE>#KRQxS7~RH)@oT+7!nt~lC^ z8Wv=NG}Plb(nC3kHf~UQ(}>*RFy#EPEMuVzB>swv3Z1kNM1E{ddYZkn%D{wRQ#<3A z6e4K|kuqF`!!V+a`ULzfYOcwcm=^WfSn936Mm7E6K|z^#T8t+_C^_r zi}7^E*xL5$#~HUsX@5xyc5hl=4?-3xY+Ei4vO4;7_IKi1G2Qr>+7Z(E6PQUKaf!(Z z*3zHgN7;L9@3|btq&=RD$g%j;L;BReQ)LYcFEpY}U9$W8MU-q)rIWp8U2lvRiB@Jr zE<~)AEcZ)hw_X!|bg`5gSrIo*T`683R*_Z-lI%HSC(V;{DI~U=-D8YCMg(>!ei1D_ zoRmHjFAUqw;w!O^@H|=pGKl7zoU3zCd3h0sCiWs9u^#0_5ve=uzaqaNXy_&c-Y6ye z9@y@bbqB}QgoVF!8n`!_xp1pXxLVStefGQ4y{`6*%RW7=C#Rr_W`bnL{Devb<&$n- zD2Zg<46KpL2tAqMjd=Qct*)hUr)3G}m#5A%4!TPSZU`fWD6{0wGg4vS)dbD{5#jWa zyJ*v5aC0Bs-!0wS+1Y{aG$4^nfGGk+uoc)BR9;-Yhoe~j9)Eq1)uFgM z+OoAj1lBUG4P*Ns=$?iu=$k7A9mpOtPResGTcQ2G1kyuax2r6HkBeDotoI9hi`*~n(J*b3K zYGbg;5PF$U@H;?5KDW-=iG@!fA&cv%8`9!+yzK8=?s=;;EMk?AC{ZMqhq74l`R=w= zTjg-bJ36Omjt?Ubxi?og?3`IWB)knm-~)igFboC+FfjNC#5>7fz!vmCRKOo)7{Q9V zFaA1*`H;P!!IzLySKO45+0R&0SIo>!yqem(XJgGLw3(ZqUg=O!*`223c zTjkJgen949cqj%Hdb`%Vm%ZKDwx^Tfl0Zet#Ha7_9yd1jG-|({#h4)UFlxf!{{*|h z^5H~;HY1#v-P$_pDIecjCL?N6_+Pc{gV;ArWMiWyEe;yknI$knt%bI8MLPpuJNam- zf|&P%)Bq@%%RL|C#qAQLpS{|Mc@kQ~;F*IiSR6CqDkKr4UiQ|WiC%*#FCH#SgpetV zXX%8MqB0X{_}r>|D*N~Z9evzUR#67MG+upDT*t?BuI+KgdGmh`_v#fABpKYavI6FK zGFo0HML0BinJ24l1}XN2Y14j7Ccf+na@3?X2C4K?8a#SI5_n1wT&2V?+{;*KOiE8> z`1s5F+ku`uPycJmx~4|FPZ;ot?}=2r{4-rm7TWPK<~EH2MDa)kx}Tg)JKy?;M2`mm z8g%koAy0;{J}AnRcLyK9&TaT6;MqA$b3KH4v~WgP5AME#V2z2ocv=t%v{g(D-(8Ce zm3S<*X(c_X@86?t0|Zw=4jpGO{Zq=ttlK+ju{ir)(ipmYIo{=WA>Gf*JqNTIF8|(( zh~P(8E{T~LcrQv~AoiH$4PlwJpxu&|IBrSng@=%nSYc^~*BVP^VPu=<)`%NrI_(&JY=Wf5Jk7U!y!;;L#0H~>dY1in?{C95H;&&T1!I*N z+W%Rnhsu*jw1=H|6|kj5)D=8R86vl{b^jc}S^AdzbvP{&iN&J+Jg!T|PM)@obsVjf zZZ*bbVL!)qCmUVksb_%?UlE$|d*PX|7zH_ZIlNHRNErng*@STlmpq81Mj7$tw`WV^ zH@eNsm`Mq^C||xt6{3bDy~*Xys#N$Q>C|S>!)L|j3o8@kII!yQOpZxxHsC&0qH%Ebx zt_#9Ie(SqTJp!ZOUa|k9+AA^N8NA&6j1=v-_fef@HTt`on~DrckHLgpgPRTD;z0cU z5FUPYeGNip+*{}VN#e`Uhy7#lJrKG7)}&vn|CB)pgIOB?B3Q#9R8qENdGAG@V7O}L zq}RF4pL|kF9^qx4bj@u4^QuNn>~pcIa<<+?RXXmuthtFl-i~x;!%jnPZ%mese`QHc zd`{3YxSkx^X~M^2YLB2@!HbX~r9y>wsW=wm@*JQgJKBDm7L0c;w1-DZ(FI{D=dc=t zYs=)|5Ji|#%gA(FY3m{&!EHzygoaq09&;fqOr}%Ha=ilidchGHvHrM(<^tiabs z1&CP$B1emDI~Ln|!d*W6Lr3qd0vlh>lnOeQb|@9KLIgUEdr<^T7OPatj~*$7%!#L= zV$ym8KTRbXVMrWzQF7yc+{V z{AH6mJbz^4&!0cvZN`AZsN%sja_H4mTnyyvy4>8qVnj*6 zU)D6$UjOiuoyrT_O>uz5v#j$c%bGa*PDIuIO(c#K)Ts3R!s*DvV>{**s#hzeg^fm+ zr_X*}p~m!4R;3@OWG1{Iq4&8&7WkauI4DQC8O8Ha4Ei_~p$K?Y;$zCo>D})s|1jc( zVUx5Uo%?*G=Z?tS85q%X)fpLrs5T@MLaA~UB&boKKYzQI`+C?DWU)vYN5rd}eZnln zflhj0Kz+_U*j7qlbkqtZWnNk8@Z;hwt5z32P7)wYpyW$nA+Td$a!~r3zQ@I!f6?q} zCD0etEZ;KZ?nt@m#4vn3iXVQ>hJpn}&83%fyt|6+w9`*D=H2ezzi7`IzCZcOqoA!A z9K@GLwd{sz*=3UQ19nTO}AsoK@^V`f0Q*kD@sAv0{; zu2heS@W_Ztn1|`5X>!?blSiuwdkVok3=+8@IWH&Df|b-0XD?r%pov;aGs*y=s-BOg z_fkVc9knWo1ht1VCw9RkBc-=POVr+;E6dBp*YxKKB&P?tGr*GAsG0JVk-qe)_)9`P zhts$q1z6i3MAS};Sjg?QY`sK3QyL|tue@ddSJKDbG1^`*20()Yk$lSZ*>AB*r;Iux z0?z2@Tv%?3expu96(WoqJtUEoPL84u&1}I_$8m2{+l^0%12bkZQuOv zT8L{o{zl9JY&O~VJ_hTo$Zz>ycjd)zOc_IgzmiB%n%!N@eWmMT#ddmlZUHx&ouA2l ztN+Dko@}oj71!xMKd6X3zSMgx)-FwCY0FRrVSaEi@-hOEh4?9?^c0r0vL%qd_o3L* zoixvn=mku>U!AOV4%#&89pcw&JQ2!?%TbTd7Jv0_JUtrTX#C3DC|>Ov%nw#OM zc|dRo0!>CYQ<53uWYv6)$@LM^fg-E_iA%cI5b=*G8dVLZL1&8^0nv(qFHt_3|I|)1 zHaFth+SXXdUtJt;Yh<@i9W|HoNKz#&SYvR@^Hi~ zfMzVd6j`M|pb?x;JL6Y{RPG$z3|}LyUVmPnh#!TJ_-IpSlnPPR`)U;hk+CDflERur zfW!Hlu1Z-VRW zJXYWxF9J$0TSA`)>0%fUeQIbktrpYnWmh~mOi5a1G`;ApD8Ijerdt6=f7x>5wEnzi zZEQ*S%3A!Ik8KQHV(FZ;P{R7N)xSl9``glezpJC@j@aPj?Q_qJF6ZN< zVSo2W17l|tC`4SetGDDK?cGgL0*J-sALo-Lpnx~KRSMBxxd~0>S&-$D9-v0jV;_TKy+HTXu zfRdI0m;$59g&_a@i&mFnMA7l3E{sCu%$u=D2wFSPfiv}cxR{$a8qc=ST1keCyfYCV-QKVypHGn(JdNQbGkqk)TFJkqg5A z@w>o^{MFr^UNarrxJ`&6MZ>#_|R{y8(zcaLC{7ST@T0wFkIY(9@UR}zkzNW^Y&_{wR@IkDwSqQGSTwUZH@$B02UH25Ij2Hs(XojOTs+m@3mw@l z{2DHrq|?6l@t&LC6@GEga?A#--}b#!YOvm{|IoGPvvJlKaJwg7abE6n(VGpTiF8gR zNalGYal&b@eO{jJQ>}=oPFJexD+ugiiIhv)YPh_0+KV7a$J{5~Q%-EIQHl+>!4hXF z?_hQ8V)a|z+^bhAnhTdRRySldAD^Dq)N?tT7&uSO@^zlUt!z5_=HKl5%6no2TM}Qr zq|NPBz{1N0&%K*}r`d}O#GwJdVbl^4`zb7r^vRK^QF`c7t@sV!OJ{OOXs8+4v`It! zA_Y-OTxx#O7Ig|fQVfBhy$Tuavi4Ii9X;tXbLFYuUwkY6PP;lD&&XI=%~`u4C^jf* z)8Gq+SdN4C*H00UHj=q-&MStk*SC5e$_hAPtf}x^7$S<(T8VxcuX}d9S^h`B`c^0F zGjfsv_SgJs=!+X?r={L3vJX7iqY8W2G&DW?i~NSEGfa3HE(2UtUDvJ~|;MZihKq;40g1#N+{pv5mpB9ithlqK^^grb|# zCE6+KOoW5VQP{l^P{GKk9Eo|ZM9xCO&b*jT^Y9KTUeeufpT}F8Z

h_LrIitu}B2 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 +%&g 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%0A(sfC6euE8`#0HY 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%0D+SSn%>FzN_0 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%0D}T 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%0DfUHxV0!RVcTDBmBC>f_|adCHj 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 z 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

qqZ2^p^!C`FiMT10ndd{~g3?5WVQ*uIC8Wff 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