File tree
19 files changed
+106
-97
lines changed- libs
- EXTERNAL
- libarchfpga/src
- vpr
- src
- analytical_place
- base
- draw
- pack
- power
- route
- util
- test
19 files changed
+106
-97
lines changed- .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
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 | 1079 |
| |
1080 |
| - | |
| 1080 | + | |
1081 | 1081 |
| |
1082 | 1082 |
| |
1083 | 1083 |
| |
|
Lines changed: 56 additions & 37 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 | 1070 |
| |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
1071 | 1090 |
| |
1072 | 1091 |
| |
1073 | 1092 |
| |
| |||
1353 | 1372 |
| |
1354 | 1373 |
| |
1355 | 1374 |
| |
1356 |
| - | |
| 1375 | + | |
1357 | 1376 |
| |
1358 | 1377 |
| |
1359 | 1378 |
| |
| |||
1567 | 1586 |
| |
1568 | 1587 |
| |
1569 | 1588 |
| |
1570 |
| - | |
| 1589 | + | |
1571 | 1590 |
| |
1572 | 1591 |
| |
1573 | 1592 |
| |
| |||
1624 | 1643 |
| |
1625 | 1644 |
| |
1626 | 1645 |
| |
1627 |
| - | |
| 1646 | + | |
1628 | 1647 |
| |
1629 | 1648 |
| |
1630 | 1649 |
| |
1631 | 1650 |
| |
1632 |
| - | |
| 1651 | + | |
1633 | 1652 |
| |
1634 | 1653 |
| |
1635 | 1654 |
| |
1636 | 1655 |
| |
1637 |
| - | |
| 1656 | + | |
1638 | 1657 |
| |
1639 | 1658 |
| |
1640 | 1659 |
| |
1641 | 1660 |
| |
1642 |
| - | |
1643 |
| - | |
1644 |
| - | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
1645 | 1664 |
| |
1646 | 1665 |
| |
1647 | 1666 |
| |
1648 | 1667 |
| |
1649 |
| - | |
1650 |
| - | |
1651 |
| - | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
1652 | 1671 |
| |
1653 | 1672 |
| |
1654 | 1673 |
| |
1655 | 1674 |
| |
1656 |
| - | |
1657 |
| - | |
1658 |
| - | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
1659 | 1678 |
| |
1660 | 1679 |
| |
1661 | 1680 |
| |
1662 | 1681 |
| |
1663 |
| - | |
1664 |
| - | |
1665 |
| - | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
1666 | 1685 |
| |
1667 | 1686 |
| |
1668 | 1687 |
| |
1669 | 1688 |
| |
1670 |
| - | |
1671 |
| - | |
1672 |
| - | |
1673 |
| - | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
1674 | 1693 |
| |
1675 | 1694 |
| |
1676 | 1695 |
| |
1677 | 1696 |
| |
1678 |
| - | |
1679 |
| - | |
| 1697 | + | |
| 1698 | + | |
1680 | 1699 |
| |
1681 | 1700 |
| |
1682 | 1701 |
| |
1683 | 1702 |
| |
1684 |
| - | |
1685 |
| - | |
| 1703 | + | |
| 1704 | + | |
1686 | 1705 |
| |
1687 | 1706 |
| |
1688 | 1707 |
| |
| |||
1699 | 1718 |
| |
1700 | 1719 |
| |
1701 | 1720 |
| |
1702 |
| - | |
1703 |
| - | |
| 1721 | + | |
| 1722 | + | |
1704 | 1723 |
| |
1705 | 1724 |
| |
1706 | 1725 |
| |
1707 | 1726 |
| |
1708 |
| - | |
| 1727 | + | |
1709 | 1728 |
| |
1710 | 1729 |
| |
1711 | 1730 |
| |
1712 | 1731 |
| |
1713 |
| - | |
| 1732 | + | |
1714 | 1733 |
| |
1715 | 1734 |
| |
1716 | 1735 |
| |
1717 | 1736 |
| |
1718 | 1737 |
| |
1719 |
| - | |
1720 |
| - | |
1721 |
| - | |
1722 |
| - | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
1723 | 1742 |
| |
1724 | 1743 |
| |
1725 | 1744 |
| |
| |||
1728 | 1747 |
| |
1729 | 1748 |
| |
1730 | 1749 |
| |
1731 |
| - | |
| 1750 | + | |
1732 | 1751 |
| |
1733 | 1752 |
| |
1734 | 1753 |
| |
| |||
1778 | 1797 |
| |
1779 | 1798 |
| |
1780 | 1799 |
| |
1781 |
| - | |
| 1800 | + | |
1782 | 1801 |
| |
1783 | 1802 |
| |
1784 |
| - | |
| 1803 | + | |
1785 | 1804 |
| |
1786 |
| - | |
| 1805 | + | |
1787 | 1806 |
| |
1788 | 1807 |
| |
1789 | 1808 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1415 | 1415 |
| |
1416 | 1416 |
| |
1417 | 1417 |
| |
1418 |
| - | |
| 1418 | + | |
1419 | 1419 |
| |
1420 | 1420 |
| |
1421 | 1421 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
466 |
| - | |
| 466 | + | |
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
|
Lines changed: 14 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
206 |
| - | |
| 205 | + | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 | 224 |
| |
229 | 225 |
| |
230 | 226 |
| |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
237 | 231 |
| |
| 232 | + | |
238 | 233 |
| |
239 |
| - | |
240 |
| - | |
241 |
| - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
242 | 237 |
| |
243 |
| - | |
| 238 | + | |
244 | 239 |
| |
245 |
| - | |
| 240 | + | |
246 | 241 |
| |
247 |
| - | |
| 242 | + | |
248 | 243 |
| |
249 | 244 |
| |
250 | 245 |
| |
| |||
721 | 716 |
| |
722 | 717 |
| |
723 | 718 |
| |
724 |
| - | |
| 719 | + | |
725 | 720 |
| |
726 | 721 |
| |
727 | 722 |
| |
|
Lines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
| 399 | + | |
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
515 |
| - | |
516 |
| - | |
| 514 | + | |
517 | 515 |
| |
518 | 516 |
| |
519 | 517 |
| |
| |||
576 | 574 |
| |
577 | 575 |
| |
578 | 576 |
| |
579 |
| - | |
| 577 | + | |
580 | 578 |
| |
581 | 579 |
| |
582 | 580 |
| |
| |||
821 | 819 |
| |
822 | 820 |
| |
823 | 821 |
| |
824 |
| - | |
| 822 | + | |
825 | 823 |
| |
826 | 824 |
| |
827 | 825 |
| |
| |||
848 | 846 |
| |
849 | 847 |
| |
850 | 848 |
| |
851 |
| - | |
| 849 | + | |
852 | 850 |
| |
853 | 851 |
| |
854 | 852 |
| |
| |||
1015 | 1013 |
| |
1016 | 1014 |
| |
1017 | 1015 |
| |
1018 |
| - | |
| 1016 | + | |
1019 | 1017 |
| |
1020 | 1018 |
| |
1021 | 1019 |
| |
| |||
1076 | 1074 |
| |
1077 | 1075 |
| |
1078 | 1076 |
| |
1079 |
| - | |
| 1077 | + | |
1080 | 1078 |
| |
1081 | 1079 |
| |
1082 | 1080 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
| 368 | + | |
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
|
0 commit comments