File tree
6 files changed
+576
-2
lines changed- .github/workflows
6 files changed
+576
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
- .cmake-format.py+240
- .docs/cmake.py-3
- .docs/conf.py-1
- .github/workflows/cmake.yml+2-10
- .gitignore+2
- .pre-commit-config.yaml+56-45
- CMakeLists.txt+127
- Config.cmake.in+5-1
- GNUInstallDirs.cmake-5
- README.md+7-3
- _unittests/catkin/CMakeLists.txt+25
- _unittests/cpp/CMakeLists.txt+1-1
- _unittests/dependency/CMakeLists.txt+1-1
- _unittests/python/CMakeLists.txt+1-1
- _unittests/run_unit_tests.sh+31-1
- _unittests/test_pkg-config.cmake-1
- base.cmake+58-28
- boost/FindBoost.cmake-5
- cmake_reinstall.cmake.in+2-3
- cmake_uninstall.cmake.in+7-8
- compile.py-42
- compiler.cmake+128-39
- config.hh.cmake+28-2
- cxx-standard.cmake+9
- cxx11.cmake+6-42
- cython/cython.cmake+309
- cython/python/FindPython/Support.cmake+1-1
- doxygen.cmake+31-7
- find-external/Accelerate/FindAccelerate.cmake+35
- find-external/CDD/FindCDD.cmake+13
- find-external/CHOLMOD/FindCHOLMOD.cmake+121
- find-external/CLP/FindCLP.cmake+13
- find-external/CoinUtils/FindCoinUtils.cmake+60
- find-external/GMP/FindGMP.cmake+18-6
- find-external/MPFR/FindMPFR.cmake+15-7
- find-external/OpenMP/FindOpenMP.cmake+767-18
- find-external/TinyXML/FindTinyXML2.cmake+94
- find-external/assimp/Findassimp.cmake+124-98
- find-external/glpk/Findglpk.cmake+14
- find-external/qpOASES/FindqpOASES.cmake+19
- git-archive-all.sh+17-6
- gtest/CMakeLists.txt.in+1-1
- header.cmake+59-14
- ide.cmake+2-2
- logging.cmake+1-5
- memorycheck_unit_test.cmake.in+39
- msvc-specific.cmake-4
- package-config.cmake+5-2
- package.xml+21
- pixi.py+30
- pkg-config.cmake+29-7
- post-project.cmake+10-2
- python-helpers.cmake+115
- python.cmake+88-184
- python/FindPythonInterp.cmake-171
- python/FindPythonLibs.cmake-399
- release.cmake+88-37
- relpath.cmake+49
- sdformat.cmake+4-4
- stubgen/CMakeLists.txt.in+1-1
- stubs.cmake+43-9
- test.cmake+106-25
- uninstall.cmake+29-6
- version-script.cmake-3
- version.cmake+8-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + |
0 commit comments