| Commit message (Expand) | Author | Age | Files |
| * | cmake.eclass: only define Fortran compiler if using fortran-2.eclass | Andreas Sturmlechner | 2026-09-08 | 1 |
| * | cmake.eclass: save build tool's exit code in case of running under nonfatal | Andreas Sturmlechner | 2026-06-08 | 1 |
| * | cmake.eclass: Unconditionally set CMAKE_SYSTEM_NAME in toolchain file | Andreas Sturmlechner | 2026-06-08 | 1 |
| * | cmake.eclass: cmake_src_configure: Move conditionals into heredoc, write once | Andreas Sturmlechner | 2026-06-08 | 1 |
| * | cmake.eclass: Add Hurd support | Christopher Fore | 2026-03-21 | 1 |
| * | cmake.eclass: fix removal of FindBLAS.cmake during cmake-4.2.1 upgrade | Sv. Lockal | 2026-01-11 | 1 |
| * | cmake.eclass: Restrict default rm Find{BLAS,LAPACK}.cmake to CMake <4.2.1 | Andreas Sturmlechner | 2026-01-05 | 1 |
| * | cmake.eclass: cmake_comment_add_subdirectory: Work w/ macro args | Andreas Sturmlechner | 2026-01-05 | 1 |
| * | cmake.eclass: fix MYCMAKEARGS not being listed under variables | Arsen Arsenović | 2025-11-23 | 1 |
| * | cmake.eclass: Introduce cmake_prepare-per-cmakelists | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: Add warning for installed CMake modules w/ <3.10 minimum | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: Simplify _cmake_minreqver_check into _cmake_minreqver-get | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: cmake_comment_add_subdirectory: optionally accept "-f <path>" | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: Wipe default optimization flags unconditionally | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: Cleanup fatal banned functions and meta variables | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: Drop EAPI-7 support | Andreas Sturmlechner | 2025-11-16 | 1 |
| * | cmake.eclass: add global-scope ewarn for deprecated EAPI 7 | Andreas Sturmlechner | 2025-11-01 | 1 |
| * | cmake.eclass: Drop ECM related initial-cache vars, moved to ecm.eclass | Andreas Sturmlechner | 2025-11-01 | 1 |
| * | cmake.eclass: _cmake_minreqver-info(): Add missing semicolon | Andreas Sturmlechner | 2025-10-21 | 1 |
| * | cmake.eclass: _cmake_modify-cmakelists(): Fix _cmake_minreqver-check call | Andreas Sturmlechner | 2025-10-19 | 1 |
| * | cmake.eclass: For ECM, check and warn about <3.16 CMake minimum version | Andreas Sturmlechner | 2025-10-16 | 1 |
| * | cmake.eclass: List CMake files being warned about future compat removal | Andreas Sturmlechner | 2025-10-16 | 1 |
| * | cmake.eclass: Don't pass workaround when CMAKE_QA_COMPAT_SKIP is set | Andreas Sturmlechner | 2025-10-16 | 1 |
| * | cmake.eclass: Provide a list of CMake files unsupported with CMake 4 | Andreas Sturmlechner | 2025-10-16 | 1 |
| * | cmake.eclass: Set CMAKE_POLICY_DEFAULT_CMP0094=NEW to fix FindPython | Andreas Sturmlechner | 2025-10-16 | 1 |
| * | cmake.eclass: set -DCMAKE_LINK_WARNING_AS_ERROR=OFF | Sam James | 2025-10-16 | 1 |
| * | cmake.eclass: disable automagic LTO | Sam James | 2025-10-16 | 1 |
| * | cmake.eclass: Raise minimum dev-build/cmake version to 3.28.5 | Andreas Sturmlechner | 2025-10-05 | 1 |
| * | cmake.eclass: Update CMAKE_WARN_UNUSED_CLI default value description | Petr Vaněk | 2025-10-05 | 1 |
| * | cmake.eclass: allow nonfatal cmake_src_test, fix pms violation | Andreas Sturmlechner | 2025-10-05 | 1 |
| * | cmake.eclass: Provide cmake_prepare() to solve conflicts w/ other eclass | Andreas Sturmlechner | 2025-10-05 | 1 |
| * | cmake.eclass: Reorder arguments in cmake_src_install cmake_build call | Andreas Sturmlechner | 2025-10-05 | 1 |
| * | cmake.eclass: Avoid false positives by ensuring we find a function call | Andreas Sturmlechner | 2025-06-24 | 1 |
| * | cmake.eclass: Add src_install() check for CMake-4-incompatible modules | Andreas Sturmlechner | 2025-06-22 | 1 |
| * | cmake.eclass: Avoid none-detection by ensuring match starts w/ digit | Andreas Sturmlechner | 2025-06-22 | 1 |
| * | cmake.eclass: mv _CMAKE_MINREQVER_UNSUPPORTED detection to src_prepare | Andreas Sturmlechner | 2025-06-22 | 1 |
| * | cmake.eclass: Introduce _CMAKE_MINREQVER_UNSUPPORTED | Andreas Sturmlechner | 2025-06-22 | 1 |
| * | cmake.eclass: Improve _cmake_modify-cmakelists(), consolidate the sed | Andreas Sturmlechner | 2025-06-22 | 1 |
| * | cmake.eclass: Add CMAKE_QA_COMPAT_SKIP flag to skip compat checks | Andreas Sturmlechner | 2025-06-03 | 1 |
| * | cmake.eclass: If CMake 4 is detected, build w/ compat cmake arg | Andreas Sturmlechner | 2025-06-03 | 1 |
| * | cmake.eclass: Add recursive CMakeLists.txt unsupported version detection | Andreas Sturmlechner | 2025-06-03 | 1 |
| * | cmake.eclass: use 'QA Notice:' prefix in eqawarn | Sam James | 2025-04-23 | 1 |
| * | cmake.eclass: Use get_makeopts_{jobs,loadavg} | Michał Górny | 2025-04-02 | 1 |
| * | cmake.eclass: Permit overriding CTEST_{JOBS,LOADAVG} | Michał Górny | 2025-04-02 | 1 |
| * | cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_GIT | Andreas Sturmlechner | 2024-08-15 | 1 |
| * | cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_APPSTREAMTEST | Andreas Sturmlechner | 2024-08-15 | 1 |
| * | cmake.eclass: Set CMAKE_COMPILE_WARNING_AS_ERROR=OFF | Andreas Sturmlechner | 2024-08-15 | 1 |
| * | cmake.eclass: Set CMAKE_TLS_VERIFY=ON | Andreas Sturmlechner | 2024-08-15 | 1 |
| * | cmake.eclass: bug 811486 escape find patterns | Nic Boet | 2024-08-15 | 1 |
| * | cmake.eclass: fix copyright | Sam James | 2024-07-03 | 1 |