| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGlobalGenerator: factor out messaging for CMP0037 | Ben Boeckel | 2023-09-25 | 1 | -9/+14 |
|
|
* | cmGlobalGenerator: use static string views for reserved targets | Ben Boeckel | 2023-09-25 | 1 | -4/+5 |
|
|
* | cxxmodules: generate synthetic targets as an initial pass | Ben Boeckel | 2023-08-17 | 1 | -0/+40 |
|
|
* | cmGlobalGenerator: always support generating rule hashes | Ben Boeckel | 2023-08-08 | 1 | -8/+1 |
|
|
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: use single chars where possible | Ben Boeckel | 2023-07-19 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -39/+42 |
|
|
* | cmGlobalGenerator: Remove unused windows.h include | Clemens Wasser | 2023-06-22 | 1 | -4/+0 |
|
|
* | codecvt: Extrace codecvt::Encoding to remove codecvt includes | Clemens Wasser | 2023-06-22 | 1 | -0/+4 |
|
|
* | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 1 | -15/+0 |
|
|
* | Merge topic 'cmake-compile-no-warning-as-error' | Brad King | 2023-06-01 | 1 | -0/+6 |
|\ |
|
| * | Preserve --compile-no-warning-as-error in automatic CMake re-runs | Brad King | 2023-05-30 | 1 | -0/+6 |
|
|
* | | Merge topic 'AddCacheEntry-suppress-raw-pointer-usage' | Brad King | 2023-05-31 | 1 | -5/+3 |
|\ \ |
|
| * | | AddCacheEntry: Suppress raw pointer usage | Marc Chevrier | 2023-05-30 | 1 | -5/+3 |
| |/ |
|
* | | Merge topic 'cmake-verbose-print-build-tool-command' | Brad King | 2023-05-31 | 1 | -25/+51 |
|\ \
| |/
|/| |
|
| * | cmGlobalGenerator: use a stream for output in `Build` | Ben Boeckel | 2023-05-27 | 1 | -21/+29 |
|
|
| * | cmGlobalGenerator: fix off-by-one for `&&` command joining | Ben Boeckel | 2023-05-16 | 1 | -1/+1 |
|
|
| * | cmGlobalGenerator: quote commands in `::Build` output | Ben Boeckel | 2023-05-16 | 1 | -4/+7 |
|
|
| * | cmGlobalGenerator: add a `QuotedPrintable` method for commands | Ben Boeckel | 2023-05-16 | 1 | -0/+18 |
|
|
| * | cmGlobalGenerator: add missing spaces in output | Ben Boeckel | 2023-05-16 | 1 | -3/+3 |
|
|
| * | cmGlobalGenerator: use `cmStrCat` in `::Build` | Ben Boeckel | 2023-05-16 | 1 | -13/+10 |
|
|
* | | SetProperty: suppress raw pointer usage | Marc Chevrier | 2023-05-26 | 1 | -1/+1 |
|
|
* | | Apple Framework: enhance path parsing | Marc Chevrier | 2023-05-21 | 1 | -5/+6 |
|/ |
|
* | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -21/+17 |
|
|
* | CMake code rely on cmList class for CMake lists management (part. 1) | Marc Chevrier | 2023-04-24 | 1 | -7/+7 |
|
|
* | Autogen: Defer setup until Generate step | Orkun Tokdemir | 2023-04-05 | 1 | -8/+14 |
|
|
* | Merge topic 'automoc-cxx-standard' | Brad King | 2023-03-31 | 1 | -12/+10 |
|\ |
|
| * | Autogen: Split creation and setup of custom targets into separate steps | Orkun Tokdemir | 2023-03-24 | 1 | -12/+10 |
|
|
* | | macOS: Do not pass Apple-specific flags to llvm-strip | Brad King | 2023-03-29 | 1 | -0/+29 |
|
|
* | | Merge topic 'module-depends-static-lib-cycle' | Brad King | 2023-03-27 | 1 | -2/+7 |
|\ \
| |/
|/| |
|
| * | cmGlobalGenerator: Factor out helper to check target ordering | Brad King | 2023-03-24 | 1 | -2/+7 |
|
|
* | | cmMakefile: Store recursion depth limit as size_t | Brad King | 2023-03-13 | 1 | -2/+0 |
|
|
* | | Deprecate "extra" generators in favor of cmake-file-api(7) | Brad King | 2023-02-15 | 1 | -0/+10 |
|
|
* | | cmGlobalGenerator: Avoid referencing CMAKE_CFG_INTDIR | Kyle Edwards | 2023-02-03 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'try_compile-verbose' | Brad King | 2023-01-23 | 1 | -1/+1 |
|\ |
|
| * | try_compile: Run native build tool with verbose output | Brad King | 2023-01-20 | 1 | -1/+1 |
|
|
* | | Merge topic 'configure-log' | Brad King | 2023-01-20 | 1 | -8/+0 |
|\ \ |
|
| * | | cmake: Stop pointing users at logs on configure errors | Brad King | 2023-01-19 | 1 | -8/+0 |
| |/ |
|
* | | Merge topic 'print-configure-generate-time' | Brad King | 2023-01-20 | 1 | -2/+19 |
|\ \
| |/
|/| |
|
| * | cmake: Print configure/generate time | Kyle Edwards | 2023-01-19 | 1 | -2/+19 |
|
|
* | | cmValue: Use operator* explicitly to convert to std::string; avoid extra call | Vitaly Stakhovsky | 2023-01-16 | 1 | -1/+1 |
|/ |
|
* | cmGlobalGenerator: factor out C++ module support checking | Ben Boeckel | 2022-11-23 | 1 | -0/+15 |
|
|
* | ASM_MARMASM: Add support for Microsoft ARM assembler language | Ilia K | 2022-11-09 | 1 | -1/+2 |
|
|
* | USE_FOLDERS: Treat as on by default | Juan Ramos | 2022-11-08 | 1 | -7/+6 |
|
|
* | CUDA: Revert "Always mark cuda toolkit as system include" | Robert Maynard | 2022-10-17 | 1 | -9/+0 |
|
|
* | Genex LINK_LIBRARY: Add support for framework with postfix | Marc Chevrier | 2022-09-21 | 1 | -5/+14 |
|
|
* | Merge topic 'link-framework-with-multi-config-postfix' | Brad King | 2022-09-15 | 1 | -1/+2 |
|\ |
|
| * | Apple: Fix regression when linking a framework with postfix | Marc Chevrier | 2022-09-14 | 1 | -1/+2 |
|
|
* | | Merge topic 'check-library-properties-fix-performances-regression' | Brad King | 2022-09-09 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration(). | Marc Chevrier | 2022-09-07 | 1 | -4/+4 |
|
|