| Commit message (Expand) | Author | Age | Files | Lines |
* | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 1 | -0/+2 |
|
|
* | bootstrap: Unconditionally build libjsoncpp | Kyle Edwards | 2023-07-26 | 1 | -31/+24 |
|
|
* | bootstrap: Add --(no-)system-cppdap configuration switch | Björn Esser | 2023-06-08 | 1 | -2/+4 |
|
|
* | cmake: Add debugger | Glen Chung | 2023-05-30 | 1 | -0/+11 |
|
|
* | bootstrap: Add support for CXX containing flags | Cory Fields | 2023-05-08 | 1 | -13/+27 |
|
|
* | bootstrap: Add support for CC containing flags | Cory Fields | 2023-05-08 | 1 | -15/+29 |
|
|
* | bootstrap: Do not over-quote compiler variables | Cory Fields | 2023-05-08 | 1 | -3/+3 |
|
|
* | Merge topic 'automoc-macro-names' | Craig Scott | 2023-04-10 | 1 | -0/+1 |
|\ |
|
| * | cmGeneratorTarget: Factor out EvaluatedTargetProperty infrastructure | Orkun Tokdemir | 2023-04-05 | 1 | -0/+1 |
|
|
* | | cmList: CMake list implementation | Marc Chevrier | 2023-04-05 | 1 | -0/+1 |
|/ |
|
* | bootstrap: Update for KWSys removal of String.hxx | Brad King | 2023-02-09 | 1 | -1/+0 |
|
|
* | Merge topic 'update-libuv' | Brad King | 2022-09-27 | 1 | -0/+3 |
|\ |
|
| * | libuv: Update CMake-internal buildsystem for 1.44.2 | Brad King | 2022-09-27 | 1 | -0/+3 |
|
|
* | | bootstrap: Enable add_compile_definitions command | Brad King | 2022-09-22 | 1 | -0/+1 |
|
|
* | | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 1 | -0/+1 |
|
|
* | | install: support `CXX_MODULES_BMI` installation bits | Ben Boeckel | 2022-07-06 | 1 | -0/+1 |
|
|
* | | cmCxxModuleMapper: add source to handle module mapper contents | Ben Boeckel | 2022-06-16 | 1 | -0/+1 |
|
|
* | | cmExperimental: add a mechanism for experimental CMake features | Ben Boeckel | 2022-06-14 | 1 | -0/+1 |
|/ |
|
* | zlib: Drop old sources to make room for a fresh import | Brad King | 2022-05-26 | 1 | -1/+0 |
|
|
* | find_* commands: add control over Windows registry views | Marc Chevrier | 2022-04-29 | 1 | -0/+4 |
|
|
* | cmRulePlaceholderExpander: add base class for placeholder expansion reuse | Marc Chevrier | 2022-02-06 | 1 | -0/+1 |
|
|
* | bootstrap: Avoid TOC overflow on AIX powerpc | Brad King | 2022-01-27 | 1 | -0/+14 |
|
|
* | bootstrap: Remove stray indentation | Brad King | 2022-01-27 | 1 | -1/+1 |
|
|
* | libuv: Build unix tcp support during CMake bootstrap | Brad King | 2021-11-17 | 1 | -0/+1 |
|
|
* | install(TARGETS): Add FILE_SET mode | Kyle Edwards | 2021-10-27 | 1 | -0/+1 |
|
|
* | cmTarget: Add cmFileSet and associated properties | Kyle Edwards | 2021-10-27 | 1 | -0/+1 |
|
|
* | Merge topic 'bootstrap-qt6' | Brad King | 2021-10-06 | 1 | -0/+1 |
|\ |
|
| * | bootstrap: Enable cmake_language command to support cmake-gui with Qt 6.2 | Brad King | 2021-10-05 | 1 | -0/+1 |
|
|
* | | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -1/+1 |
|
|
* | | cmProp: refactoring: transform alias in class | Marc Chevrier | 2021-08-08 | 1 | -0/+1 |
|
|
* | | Merge topic 'import-elf' | Brad King | 2021-06-25 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | cmELF: Include the ELF parsing code unconditionally | Alex Richardson | 2021-06-24 | 1 | -0/+1 |
|
|
* | | bootstrap: Compile with _FILE_OFFSET_BITS=64 on Linux | Brad King | 2021-06-23 | 1 | -0/+10 |
|/ |
|
* | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 1 | -0/+2 |
|
|
* | Source: Add cmInstallRuntimeDependencySet | Kyle Edwards | 2021-06-04 | 1 | -0/+1 |
|
|
* | install(): Add IMPORTED_RUNTIME_ARTIFACTS mode | Kyle Edwards | 2021-05-31 | 1 | -0/+1 |
|
|
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 1 | -2/+12 |
|
|
* | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 1 | -0/+2 |
|
|
* | Help: Add option to generate docs with latexpdf | Henryk Paluch | 2021-03-01 | 1 | -0/+8 |
|
|
* | bootstrap: add cmake_ld_flags to include check | Issam E. Maghni | 2021-02-03 | 1 | -5/+5 |
|
|
* | bootstrap: add cmake_ld_flags to compilers check | Issam E. Maghni | 2021-01-17 | 1 | -6/+6 |
|
|
* | bootstrap: test -a|o is not POSIX | Issam E. Maghni | 2020-12-23 | 1 | -5/+4 |
|
|
* | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS | Brad King | 2020-12-11 | 1 | -1/+0 |
|
|
* | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -0/+2 |
|
|
* | Merge topic 'cmake-E-cat-binary' | Brad King | 2020-10-15 | 1 | -0/+1 |
|\ |
|
| * | cmConsoleBuf: Factor out cout/cerr console buffer management | Brad King | 2020-10-14 | 1 | -0/+1 |
|
|
| * | Merge topic 'bootstrap-intel' into release-3.18 | Brad King | 2020-07-27 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge topic 'bootstrap-make-smake' | Brad King | 2020-10-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | bootstrap: add smake as known make processors | Issam E. Maghni | 2020-10-14 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'bootstrap-ninja-samu' | Brad King | 2020-10-14 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|