Commit d887452
committed
File tree
17 files changed
+87
-32
lines changed- .github/workflows
- libs
- EXTERNAL
- libarchfpga/src
- librrgraph/src/base
- libvtrcapnproto
- libvtrutil/src
- vpr
- src
- analytical_place
- base
- pack
- route
- rr_graph_generation/tileable_rr_graph
- util
- test
17 files changed
+87
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
| 139 | + | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
137 | | - | |
138 | | - | |
139 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
140 | 152 | | |
141 | 153 | | |
142 | | - | |
| 154 | + | |
| 155 | + | |
143 | 156 | | |
144 | 157 | | |
145 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
146 | 161 | | |
147 | 162 | | |
148 | 163 | | |
| |||
- .github/workflows/windows-simple-builds.yml+1-1
- BUILD.bazel+4
- CMake/CatchConfigOptions.cmake+2
- CMake/catch2-with-main.pc.in+5-5
- CMake/catch2.pc.in+3-3
- CMakeLists.txt+42-18
- docs/Readme.md+1
- docs/command-line.md+9-3
- docs/configuration.md+33-1
- docs/deprecations.md+1-1
- docs/limitations.md+1-35
- docs/logging.md+17-19
- docs/release-notes.md+40
- docs/reporters.md+6-1
- docs/skipping-passing-failing.md+14
- docs/test-fixtures.md+1-1
- docs/thread-safety.md+130
- examples/210-Evt-EventListeners.cpp+1-1
- examples/CMakeLists.txt+2-2
- extras/catch_amalgamated.cpp+240-107
- extras/catch_amalgamated.hpp+290-147
- meson.build+1-1
- src/CMakeLists.txt+6-3
- src/catch2/benchmark/catch_benchmark.hpp+1-3
- src/catch2/catch_all.hpp+4-1
- src/catch2/catch_config.hpp+1-1
- src/catch2/catch_message.cpp+4-7
- src/catch2/catch_tag_alias_autoregistrar.hpp+1-1
- src/catch2/catch_test_macros.hpp+17-4
- src/catch2/catch_test_run_info.hpp
- src/catch2/catch_translate_exception.hpp+1-1
- src/catch2/catch_user_config.hpp.in+18
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+2-2
- src/catch2/interfaces/catch_interfaces_capture.hpp-2
- src/catch2/interfaces/catch_interfaces_reporter.hpp+6-1
- src/catch2/internal/catch_clara.hpp+8-10
- src/catch2/internal/catch_decomposer.hpp+19-9
- src/catch2/internal/catch_deprecation_macro.hpp+19
- src/catch2/internal/catch_exception_translator_registry.cpp+2-2
- src/catch2/internal/catch_fatal_condition_handler.cpp+2-2
- src/catch2/internal/catch_main.cpp+1-1
- src/catch2/internal/catch_message_info.hpp+3
- src/catch2/internal/catch_preprocessor.hpp+23-13
- src/catch2/internal/catch_random_number_generator.cpp+8
- src/catch2/internal/catch_run_context.cpp+182-70
- src/catch2/internal/catch_run_context.hpp+22-10
- src/catch2/internal/catch_template_test_registry.hpp+9-9
- src/catch2/internal/catch_thread_support.hpp+49
- src/catch2/internal/catch_unreachable.hpp+56
- src/catch2/meson.build+4-1
- src/catch2/reporters/catch_reporter_automake.hpp+5-3
- src/catch2/reporters/catch_reporter_compact.cpp+2-1
- src/catch2/reporters/catch_reporter_compact.hpp+4-1
- src/catch2/reporters/catch_reporter_console.cpp+6-4
- src/catch2/reporters/catch_reporter_console.hpp-2
- src/catch2/reporters/catch_reporter_helpers.cpp+22-1
- src/catch2/reporters/catch_reporter_json.cpp+2-1
- src/catch2/reporters/catch_reporter_json.hpp-1
- src/catch2/reporters/catch_reporter_junit.cpp+1
- src/catch2/reporters/catch_reporter_multi.cpp+2
- src/catch2/reporters/catch_reporter_multi.hpp+5
- src/catch2/reporters/catch_reporter_registrars.hpp+16-14
- src/catch2/reporters/catch_reporter_sonarqube.hpp+1
- src/catch2/reporters/catch_reporter_tap.cpp+2-1
- src/catch2/reporters/catch_reporter_tap.hpp+1
- src/catch2/reporters/catch_reporter_teamcity.hpp+1
- src/catch2/reporters/catch_reporter_xml.cpp+1-2
- src/catch2/reporters/catch_reporter_xml.hpp-2
- tests/CMakeLists.txt+2-2
- tests/ExtraTests/CMakeLists.txt+3-3
- tests/SelfTest/Baselines/automake.sw.approved.txt+13
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+13
- tests/SelfTest/Baselines/compact.sw.approved.txt+34-17
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+34-17
- tests/SelfTest/Baselines/console.std.approved.txt+113-4
- tests/SelfTest/Baselines/console.sw.approved.txt+204-16
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+204-16
- tests/SelfTest/Baselines/console.swa4.approved.txt+21-4
- tests/SelfTest/Baselines/junit.sw.approved.txt+106-5
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+106-5
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+102-4
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+102-4
- tests/SelfTest/Baselines/tap.sw.approved.txt+50-16
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+50-16
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+41-3
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+41-3
- tests/SelfTest/Baselines/xml.sw.approved.txt+244-14
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+244-14
- tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp+25
- tests/SelfTest/IntrospectiveTests/Clara.tests.cpp+13-13
- tests/SelfTest/IntrospectiveTests/ToString.tests.cpp+3-3
- tests/SelfTest/TestRegistrations.cpp+1
- tests/SelfTest/UsageTests/Compilation.tests.cpp+17
- tests/SelfTest/UsageTests/Message.tests.cpp+50
- tests/SelfTest/UsageTests/Misc.tests.cpp+5-1
- tests/TestScripts/testBazelSharding.py+6-1
- tools/scripts/releaseCommon.py+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
191 | 197 | | |
192 | 198 | | |
193 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
| |||
392 | 396 | | |
393 | 397 | | |
394 | 398 | | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
395 | 406 | | |
396 | 407 | | |
397 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments