File tree
115 files changed
+2517
-2296
lines changed- .github/workflows
- doc/src/vpr
- libs
- EXTERNAL
- libarchfpga/src
- odin_ii/src
- core
- verilog
- parmys/parmys-plugin
- core
- utils
- fasm/src
- vqm2blif
- src
- base
- test/netlists
- carpat
- murax
- ucsb_152_tap_fir
- vpr
- src
- analysis
- analytical_place
- base
- draw
- pack
- place
- power
- route
- server
- timing
- util
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
115 files changed
+2517
-2296
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1807 | 1807 |
| |
1808 | 1808 |
| |
1809 | 1809 |
| |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
1810 | 1820 |
| |
1811 | 1821 |
| |
1812 | 1822 |
| |
|
- .conan/test_package/CMakeLists.txt+1-2
- .github/workflows/linux-bazel-builds.yml+5-5
- .github/workflows/linux-meson-builds.yml+6-6
- .github/workflows/linux-other-builds.yml+50-75
- .github/workflows/linux-simple-builds.yml+45-55
- .github/workflows/mac-builds-m1.yml-44
- .github/workflows/mac-builds.yml+13-29
- .github/workflows/package-manager-builds.yaml+1-1
- .github/workflows/validate-header-guards.yml+1-1
- .github/workflows/windows-simple-builds.yml+7-13
- BUILD.bazel+1-1
- CMake/Catch2Config.cmake.in+3-4
- CMake/CatchConfigOptions.cmake+2-3
- CMake/CatchMiscFunctions.cmake+90-91
- CMakeLists.txt+89-93
- CMakePresets.json+5
- MAINTAINERS.md+11
- docs/command-line.md+1-1
- docs/generators.md+10-7
- docs/own-main.md+6-5
- docs/release-notes.md+10-2
- docs/test-fixtures.md+1-1
- examples/CMakeLists.txt+25-29
- extras/Catch.cmake+3-3
- extras/CatchAddTests.cmake+3-3
- extras/CatchShardTests.cmake+2-4
- extras/CatchShardTestsImpl.cmake+2-2
- extras/ParseAndAddCatchTests.cmake+151-153
- extras/catch_amalgamated.cpp+3-3
- extras/catch_amalgamated.hpp+13-5
- fuzzing/CMakeLists.txt+2-2
- meson.build+1-1
- src/CMakeLists.txt+75-86
- src/catch2/benchmark/catch_benchmark.hpp+1-1
- src/catch2/benchmark/detail/catch_benchmark_function.hpp+2-3
- src/catch2/benchmark/detail/catch_estimate_clock.hpp-1
- src/catch2/benchmark/detail/catch_timing.hpp-2
- src/catch2/catch_session.cpp-9
- src/catch2/catch_session.hpp+8
- src/catch2/catch_tostring.cpp-1
- src/catch2/catch_tostring.hpp+10-14
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+1-1
- src/catch2/interfaces/catch_interfaces_config.hpp-1
- src/catch2/interfaces/catch_interfaces_reporter.hpp-1
- src/catch2/internal/catch_compiler_capabilities.hpp+10-2
- src/catch2/internal/catch_decomposer.hpp+2-2
- src/catch2/internal/catch_enforce.hpp+1-1
- src/catch2/internal/catch_exception_translator_registry.hpp-1
- src/catch2/internal/catch_is_permutation.hpp+1-1
- src/catch2/internal/catch_istream.cpp-2
- src/catch2/internal/catch_istream.hpp-2
- src/catch2/internal/catch_run_context.cpp+1-1
- src/catch2/internal/catch_section.hpp+1-1
- src/catch2/internal/catch_sharding.hpp-1
- src/catch2/internal/catch_string_manip.cpp+1-1
- src/catch2/internal/catch_stringref.cpp-1
- src/catch2/matchers/catch_matchers_container_properties.hpp+1-1
- src/catch2/matchers/catch_matchers_contains.hpp+3-3
- src/catch2/matchers/catch_matchers_range_equals.hpp+1-2
- src/catch2/matchers/catch_matchers_templated.hpp+16-16
- tests/CMakeLists.txt+155-171
- tests/ExtraTests/CMakeLists.txt+74-128
- tests/SelfTest/Baselines/automake.sw.approved.txt+1-1
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+1-1
- tests/SelfTest/Baselines/console.sw.approved.txt+9-9
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+9-9
- tests/SelfTest/Baselines/junit.sw.approved.txt+10-10
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+10-10
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+10-10
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+10-10
- tests/SelfTest/Baselines/tap.sw.approved.txt+9-9
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+9-9
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+2-2
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+2-2
- tests/SelfTest/Baselines/xml.sw.approved.txt+1-1
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+1-1
- tests/SelfTest/IntrospectiveTests/Integer.tests.cpp+1-1
- tests/SelfTest/IntrospectiveTests/Json.tests.cpp+1-1
- tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp+2-2
- tests/TestScripts/ConfigureTestsCommon.py+1-1
- tests/TestScripts/DiscoverTests/CMakeLists.txt+7-13
- tools/misc/CMakeLists.txt+4-7
- tools/misc/appveyorBuildConfigurationScript.bat+4-4
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 21 |
| |
25 | 22 |
| |
26 | 23 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 24 |
| |
34 | 25 |
| |
35 | 26 |
| |
|
0 commit comments