Commit ecc9bb4
♻️ Modernized the CMake build setup (#898)
* 🔧 Disable system header warnings
* 📝 Add modernization plan
* 🙈 Extend `.gitignore`
* ✏️ Fix typo
* 🔧 Add `pytest-xdist` for parallel Python test execution and `pytest-sugar` for prettified test output
* 🔧 Modernize CMake calls in workflows
* 🔧 Add missing CMake flag
* ♻️ Modernize CLI CMake config
* ♻️ Modernize test CMake config
* ♻️ Modernize include CMake config
* ♻️ Modernize installation CMake config and add dedicated target stripping function
* ♻️ Introduce CMake presets
* ♻️ Moved from git submodules to CMake's `FetchContent`
* ♻️ Moved from git submodules to CMake's `FetchContent`
* 🔧 Allow other CMake projects to find fiction
* 🔧 Bump supported CMake version
* 🔧 Improve clang-tidy integration
* 🐛 Fix subtle bug in `fanout_substitution`
* 🔥 Remove support for CUDA compilers
* 🔧 Further build optimizations through CMake
* 🙈 Update `.gitignore`
* 🔧 Added useful pre-commit checks
* 📝 Update pyfiction docstrings
Signed-off-by: GitHub Actions <actions@github.com>
* 📝 Added CHANGELOG entry
* 💚 Fix CI
* ⬆️ Upgrade Z3 to version 4.15.4
* 💚 Fix CMake config typo
* ✏️ Fix leftover `libs/` after refactoring
* 🔥 Remove redundant CMake config
* ✏️ Fix more leftover `libs/`
* 💚 Don't clone submodules
* 💚 Fix compilation error after pre-commit artifacts
* 🔧 Update `pytest` and related dependencies
* 💚 Replace leftover macOS-13 tag
* 💚 Ignore old paths to not fail CI
* 💚 Replace `libs` with `vendors`
* 💚 Move helpers to anonymous namespaces to fix linker issues
* 💚 Try `ignore` instead of `ignore-tidy`
* 🚨 Fixed clang-tidy warnings
* 🚨 Fixed clang-tidy warnings
* 💚 Fix build error
* 💚 Fix build errors and compiler warnings
* 💚 Fix build errors
* 🚨 Fix `clang-tidy` warnings
* 🚨 Fix `clang-tidy` warnings
* 🚨 Better suppression of compiler warnings from system headers
* ⏪ Revert system-specific optimizations due to test failures
* ⏪ Revert test case binary organization back to multi-binary builds
* 🔧 Upgrade target macOS version for wheels from 11.0 to 13.0
* 🔧 Improve uv build caching by removing unconditional `reinstall-package` and configuring dedicated `cache-keys`
* 🚨 Fix `clang-tidy` warnings
* 🚨 Replace `std::numeric_limits<double>::infinity()` with `std::numeric_limits<double>::max()` due to the compiler flag `-ffinite-math-only`
* 📝 Update pyfiction docstrings
Signed-off-by: GitHub Actions <actions@github.com>
* 🚨 Fix `clang-tidy` warnings
* 🚨 Fix `clang-tidy` warnings
* 🐛 Replace `std::isinf` checks with `WithinAbs` comparisons using `std::numeric_limits<double>::max()`
* ⏪ Revert `std::numeric_limits<double>::max()` back to `std::numeric_limits<double>::infinity()` for semantic reasons and remove the `-ffinite-math-only` compiler optimization
* 📝 Update pyfiction docstrings
Signed-off-by: GitHub Actions <actions@github.com>
* 🚨 Fix `clang-tidy` warnings
* 🚨 Fix `clang-tidy` warnings
* 🏗️ Refactor the ALGLIB downloader for better reliability
* 💚 Fix build errors
* 💚 Enhance ALGLIB fetching process with manual extraction and preparation
* 💚 Significantly simplify the ALGLIB fetching and make it more reliable by hosting our own mirror
* 💚 Remove coverage specification from `noxfile.py`
* 👷 Deactivate PCH and Unity Builds in CI and limit parallelism
* ⬇️ Downgrade Z3 to ensure ABI compatibility
* 💚 Fix `jemalloc` building from source
* 🔥 Remove verbose comments
* 🚨 Fix `clang-tidy` warnings
* 📌 Streamline Z3 versions across all configurations
* 🔥 Remove planning document
* ✏️ Remove remaining mentions of the `libs/` folder
* 📝 Update CHANGELOG
* 🔒 Updated lockfile
* 💚 Reinsert `libs/*` check into the `clang-tidy` CI to prevent deleted files check in this PR
---------
Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: Marcel Walter <marcel.walter@tum.de>
Co-authored-by: GitHub Actions <actions@github.com>1 parent 3d0f07f commit ecc9bb4
File tree
209 files changed
+12581
-9750
lines changed- .github/workflows
- bindings/mnt/pyfiction
- include/pyfiction
- utils
- test/algorithms
- physical_design
- simulation/sidb
- cli
- cmd
- general
- src
- io
- logic
- include
- src
- physical_design
- simulation
- technology
- verification
- cmake
- docs
- experiments
- defect_aware_physical_design
- figure_of_merit_analysis
- sidb_simulation/electrostatic_ground_state
- include
- fiction
- algorithms
- graph
- network_transformation
- path_finding
- physical_design
- simulation/sidb
- io
- networks/views
- technology
- libs
- graph-coloring
- Header
- Source
- mugen/glucose-syrup-4.1
- core
- mtl
- parallel
- simp
- undirected_graph/source
- test
- algorithms
- iter
- physical_design
- simulation/sidb
- io
- layouts
- networks
- vendors
- combinations
- graph-coloring
- Header
- Source
- mugen
- glucose-syrup-4.1
- core
- mtl
- parallel
- simp
- utils
- undirected_graph
- source
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
209 files changed
+12581
-9750
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
94 | | - | |
| 91 | + | |
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
| |||
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 110 | | |
118 | 111 | | |
119 | | - | |
120 | 112 | | |
121 | | - | |
| 113 | + | |
122 | 114 | | |
123 | 115 | | |
124 | | - | |
125 | | - | |
126 | 116 | | |
127 | 117 | | |
128 | 118 | | |
| |||
136 | 126 | | |
137 | 127 | | |
138 | 128 | | |
139 | | - | |
140 | | - | |
| 129 | + | |
141 | 130 | | |
142 | 131 | | |
143 | 132 | | |
| |||
149 | 138 | | |
150 | 139 | | |
151 | 140 | | |
152 | | - | |
| 141 | + | |
153 | 142 | | |
154 | 143 | | |
155 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
55 | | - | |
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
| |||
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
77 | | - | |
| 73 | + | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
| |||
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
94 | | - | |
95 | | - | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
| 93 | + | |
99 | 94 | | |
100 | 95 | | |
101 | 96 | | |
| |||
105 | 100 | | |
106 | 101 | | |
107 | 102 | | |
108 | | - | |
| 103 | + | |
109 | 104 | | |
110 | 105 | | |
111 | 106 | | |
112 | | - | |
| 107 | + | |
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
| |||
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | | - | |
81 | | - | |
82 | 76 | | |
83 | 77 | | |
84 | | - | |
85 | 78 | | |
86 | | - | |
| 79 | + | |
87 | 80 | | |
88 | 81 | | |
89 | | - | |
90 | | - | |
91 | 82 | | |
92 | 83 | | |
93 | 84 | | |
| |||
99 | 90 | | |
100 | 91 | | |
101 | 92 | | |
102 | | - | |
103 | | - | |
| 93 | + | |
104 | 94 | | |
105 | 95 | | |
106 | | - | |
107 | | - | |
| 96 | + | |
108 | 97 | | |
109 | 98 | | |
110 | | - | |
111 | | - | |
112 | 99 | | |
113 | 100 | | |
114 | | - | |
115 | 101 | | |
116 | | - | |
| 102 | + | |
117 | 103 | | |
118 | 104 | | |
119 | | - | |
120 | | - | |
121 | 105 | | |
122 | 106 | | |
123 | 107 | | |
| |||
130 | 114 | | |
131 | 115 | | |
132 | 116 | | |
133 | | - | |
134 | | - | |
| 117 | + | |
135 | 118 | | |
136 | 119 | | |
137 | | - | |
138 | | - | |
| 120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
| 58 | + | |
61 | 59 | | |
62 | 60 | | |
63 | | - | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
| 44 | + | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | | - | |
| 53 | + | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
0 commit comments