Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmLocalGenerator: Simplify Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 8 | -232/+154 |
* | cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8 | NAKAMURA Takumi | 2021-11-18 | 1 | -5/+11 |
* | cmMakefile: Simplify detail:::Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 4 | -188/+183 |
* | cmMakefile: Introduce GeneratorAction as the class. | NAKAMURA Takumi | 2021-11-18 | 2 | -5/+32 |
* | cmCustomCommand: Move constructor arguments to individual setters | NAKAMURA Takumi | 2021-11-18 | 8 | -59/+95 |
* | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 8 | -75/+58 |
* | Merge topic 'fix-mingw32-gcc11-ice' | Brad King | 2021-11-18 | 1 | -5/+11 |
|\ | |||||
| * | MINGW-w64: Fix string(TIMESTAMP) build on 32bits. | Antons Jeļkins | 2021-11-18 | 1 | -3/+9 |
| * | cmTimestamp: Declare component buffer before MinGW-specific code | Antons Jeļkins | 2021-11-18 | 1 | -2/+2 |
| * | Merge topic 'IntelLLVM-Fortran-copy-mod' into release-3.22 | Brad King | 2021-11-18 | 1 | -1/+1 |
| |\ | |||||
| * | | CMake 3.22.0-rc3v3.22.0-rc3 | Brad King | 2021-11-12 | 1 | -1/+1 |
* | | | Merge topic 'IntelLLVM-Fortran-copy-mod' | Brad King | 2021-11-18 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | IntelLLVM: Enable Fortran module rebuild avoidance in Makefile generators | Brad King | 2021-11-17 | 1 | -1/+1 |
| * | | Merge branch 'fix-ifdef-windows' into release-3.20 | Brad King | 2021-10-15 | 4 | -4/+4 |
| |\ \ | |||||
| * | | | CMake 3.20.6v3.20.6 | Brad King | 2021-09-20 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-18 | 1 | -1/+1 |
* | | | | Merge topic 'iwyu-xcode' | Brad King | 2021-11-17 | 9 | -13/+34 |
|\ \ \ \ | |||||
| * | | | | Source: Fix IWYU warnings in Xcode generators | NAKAMURA Takumi | 2021-11-16 | 9 | -13/+34 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-17 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-15 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-14 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-13 | 1 | -1/+1 |
* | | | | Merge topic 'xcode-generation-enablegpuframecapturemode' | Brad King | 2021-11-12 | 2 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | Xcode: Support "GPU Frame Capture" scheme property | Jake Turner | 2021-10-19 | 2 | -0/+13 |
* | | | | | Merge topic 'unity-build-per-config' | Brad King | 2021-11-12 | 3 | -90/+160 |
|\ \ \ \ \ | |||||
| * | | | | | Unity Build: Fix per-config sources in multi-config generators | Brad King | 2021-11-11 | 2 | -31/+68 |
| * | | | | | VS: Fix pre-VS15.8 unity build exclusion of per-config sources | Brad King | 2021-11-11 | 1 | -1/+1 |
| * | | | | | cmLocalGenerator: Add dedicated types to hold unity source info | Brad King | 2021-11-11 | 2 | -44/+81 |
| * | | | | | cmLocalGenerator: Clarify name of method to write unity source include lines | Brad King | 2021-11-10 | 2 | -10/+11 |
| * | | | | | cmLocalGenerator: Simplify unity source copy-if-different logic | Brad King | 2021-11-10 | 1 | -13/+8 |
| * | | | | | cmLocalGenerator: De-duplicate unity source file generation | Brad King | 2021-11-10 | 2 | -40/+40 |
* | | | | | | Merge topic 'cmp0128-fixup' | Brad King | 2021-11-12 | 1 | -1/+2 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | CMP0128: Enable/disable extensions if standard same as default | Raul Tambre | 2021-11-11 | 1 | -1/+2 |
| * | | | | | Merge topic 'nmc-reuse-from' into release-3.22 | Brad King | 2021-11-09 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'msvc-pch-reuse-config' into release-3.22 | Brad King | 2021-11-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'vs-framework-version' into release-3.22 | Brad King | 2021-11-08 | 5 | -39/+124 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-12 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'xcode-embed-plugins' | Brad King | 2021-11-11 | 2 | -0/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Xcode: Add embedded plugins option | Gusts Kaksis | 2021-11-10 | 2 | -0/+10 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-11 | 1 | -1/+1 |
* | | | | | | | | | | Merge topic 'quote-hyphen-in-rsp' | Brad King | 2021-11-10 | 2 | -5/+20 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmOutputConverter: Quote hyphens in response files | Brendan O'Rourke | 2021-11-08 | 2 | -5/+20 |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-10 | 1 | -1/+1 |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'cuda_clang_cmp0105' | Brad King | 2021-11-09 | 6 | -63/+58 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | CUDA: Support CMP0105 on Clang | Raul Tambre | 2021-11-08 | 2 | -0/+19 |
| * | | | | | | | | | | CUDA: Use local shorthands for variables in Clang device link code | Raul Tambre | 2021-11-07 | 2 | -26/+22 |
| * | | | | | | | | | | CUDA: Avoid unnecessary allocation and GetLinkLanguage() | Raul Tambre | 2021-11-07 | 3 | -16/+12 |
| * | | | | | | | | | | CUDA: Ignore USE_WATCOM_QUOTE for device link rules | Raul Tambre | 2021-11-07 | 3 | -22/+6 |
* | | | | | | | | | | | Merge topic 'nmc-reuse-from' | Brad King | 2021-11-09 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | |