Skip to content

Commit

Permalink
Remove span-lite submodle; update other commit ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
mercere99 committed Jul 27, 2022
1 parent 46d0587 commit 7f19d89
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
path = third-party/cereal
url = https://github.com/mmore500/cereal.git
shallow = true
[submodule "third-party/span-lite"]
path = third-party/span-lite
url = https://github.com/martinmoene/span-lite.git
shallow = true
[submodule "third-party/robin-hood-hashing"]
path = third-party/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing.git
Expand Down
2 changes: 1 addition & 1 deletion third-party/Catch
Submodule Catch updated 90 files
+1 −1 .github/FUNDING.yml
+13 −9 .travis.yml
+4 −11 BUILD.bazel
+0 −3 CMake/catch2.pc.in
+13 −39 CMakeLists.txt
+4 −4 README.md
+1 −1 codecov.yml
+1 −1 conanfile.py
+2 −33 contrib/Catch.cmake
+1 −55 contrib/CatchAddTests.cmake
+8 −35 contrib/ParseAndAddCatchTests.cmake
+2 −53 docs/cmake-integration.md
+0 −10 docs/command-line.md
+3 −3 docs/contributing.md
+0 −7 docs/deprecations.md
+17 −63 docs/generators.md
+0 −14 docs/limitations.md
+0 −3 docs/opensource-users.md
+1 −1 docs/other-macros.md
+2 −149 docs/release-notes.md
+0 −34 docs/slow-compiles.md
+1 −1 docs/tutorial.md
+1 −1 examples/302-Gen-Table.cpp
+17 −17 include/catch.hpp
+0 −1 include/internal/benchmark/catch_execution_plan.hpp
+1 −3 include/internal/benchmark/detail/catch_estimate_clock.hpp
+1 −1 include/internal/benchmark/detail/catch_run_for_at_least.hpp
+2 −2 include/internal/benchmark/detail/catch_stats.cpp
+2 −2 include/internal/benchmark/detail/catch_stats.hpp
+1 −1 include/internal/catch_approx.h
+0 −3 include/internal/catch_commandline.cpp
+21 −14 include/internal/catch_compiler_capabilities.h
+0 −1 include/internal/catch_config.cpp
+0 −2 include/internal/catch_config.hpp
+0 −44 include/internal/catch_config_uncaught_exceptions.hpp
+1 −5 include/internal/catch_debugger.h
+1 −1 include/internal/catch_enum_values_registry.cpp
+71 −139 include/internal/catch_fatal_condition.cpp
+43 −42 include/internal/catch_fatal_condition.h
+1 −6 include/internal/catch_generators_generic.hpp
+0 −1 include/internal/catch_interfaces_config.h
+0 −2 include/internal/catch_interfaces_reporter.h
+2 −2 include/internal/catch_matchers_floating.cpp
+1 −1 include/internal/catch_output_redirect.cpp
+6 −9 include/internal/catch_platform.h
+6 −64 include/internal/catch_run_context.cpp
+0 −1 include/internal/catch_run_context.h
+0 −4 include/internal/catch_session.cpp
+14 −18 include/internal/catch_test_case_registry_impl.cpp
+1 −10 include/internal/catch_test_case_tracker.cpp
+1 −8 include/internal/catch_test_case_tracker.h
+34 −34 include/internal/catch_test_registry.h
+2 −2 include/internal/catch_tostring.h
+0 −2 include/internal/catch_uncaught_exceptions.cpp
+1 −1 include/internal/catch_version.cpp
+0 −11 include/reporters/catch_reporter_bases.cpp
+1 −4 include/reporters/catch_reporter_bases.hpp
+6 −3 include/reporters/catch_reporter_compact.cpp
+2 −0 include/reporters/catch_reporter_compact.h
+2 −3 include/reporters/catch_reporter_console.cpp
+9 −28 include/reporters/catch_reporter_junit.cpp
+3 −4 include/reporters/catch_reporter_junit.h
+11 −12 include/reporters/catch_reporter_tap.hpp
+0 −29 projects/CMakeLists.txt
+0 −34 projects/ExtraTests/CMakeLists.txt
+0 −1 projects/ExtraTests/X01-PrefixedMacros.cpp
+0 −4 projects/ExtraTests/X02-DisabledMacros.cpp
+0 −48 projects/SelfTest/Baselines/compact.sw.approved.txt
+2 −42 projects/SelfTest/Baselines/console.std.approved.txt
+2 −474 projects/SelfTest/Baselines/console.sw.approved.txt
+2 −420 projects/SelfTest/Baselines/console.swa4.approved.txt
+1 −44 projects/SelfTest/Baselines/junit.sw.approved.txt
+0 −34 projects/SelfTest/Baselines/sonarqube.sw.approved.txt
+5 −397 projects/SelfTest/Baselines/xml.sw.approved.txt
+0 −3 projects/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp
+0 −47 projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp
+0 −11 projects/SelfTest/IntrospectiveTests/ToString.tests.cpp
+0 −23 projects/SelfTest/TimingTests/Sleep.tests.cpp
+0 −7 projects/SelfTest/UsageTests/Approx.tests.cpp
+1 −14 projects/SelfTest/UsageTests/Condition.tests.cpp
+11 −10 projects/SelfTest/UsageTests/Generators.tests.cpp
+2 −4 projects/SelfTest/UsageTests/Matchers.tests.cpp
+0 −15 projects/SelfTest/UsageTests/Message.tests.cpp
+0 −25 projects/SelfTest/UsageTests/Tricky.tests.cpp
+2 −2 projects/TestScripts/testRandomOrder.py
+2 −5 scripts/approvalTests.py
+9 −11 scripts/releaseCommon.py
+277 −493 single_include/catch2/catch.hpp
+11 −12 single_include/catch2/catch_reporter_tap.hpp
+0 −2 src/catch_with_main.cpp
1 change: 0 additions & 1 deletion third-party/span-lite
Submodule span-lite deleted from 6e08d3

0 comments on commit 7f19d89

Please sign in to comment.