Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'issue-18883-support-for-multiple-targets' | Brad King | 2019-03-06 | 26 | -376/+412 |
|\ | |||||
| * | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 26 | -322/+383 |
| * | cmGlobalGenerator: Optimize Printable() method from GeneratedMakeCommand | Bartosz Kosiorek | 2019-03-04 | 1 | -14/+1 |
| * | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct | Bartosz Kosiorek | 2019-03-04 | 8 | -58/+58 |
| * | cmakemain: Remove ignored --use-stderr option from command line help | Bartosz Kosiorek | 2019-03-04 | 1 | -1/+0 |
| * | cmGlobalGenerator: Remove unused code | Bartosz Kosiorek | 2019-03-04 | 1 | -11/+0 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-06 | 1 | -1/+1 |
* | | Merge topic 'restore_broken_curses_gui' | Brad King | 2019-03-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | ccmake: fix curses dialog broken by refactoring | Felix Schwitzer | 2019-03-04 | 1 | -1/+1 |
* | | | Merge topic 'fix_autorcc_for_qt6' | Brad King | 2019-03-05 | 2 | -2/+8 |
|\ \ \ | |||||
| * | | | Autogen: Fallback on internal qrc parser when RCC isn't built yet | Alexandru Croitor | 2019-03-04 | 2 | -2/+8 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-05 | 1 | -1/+1 |
* | | | | Merge topic 'llvm-rc' | Brad King | 2019-03-04 | 3 | -16/+8 |
|\ \ \ \ | |||||
| * | | | | RC: Pass output file in a way that llvm-rc 7 and below understand | Zsolt Parragi | 2019-02-27 | 2 | -2/+3 |
| * | | | | CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rc | Zsolt Parragi | 2019-02-27 | 1 | -14/+5 |
* | | | | | Merge topic 'vs-fortran-rc' | Brad King | 2019-03-04 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | VS: Fix Fortran target type selection with RC sources | Brad King | 2019-03-01 | 1 | -0/+4 |
| * | | | | CMake 3.14.0-rc3v3.14.0-rc3 | Brad King | 2019-03-01 | 1 | -1/+1 |
| * | | | | Merge branch 'cuda_device_link_handle_frameworks' into release-3.14 | Brad King | 2019-03-01 | 1 | -0/+12 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'vs2019' into release-3.14 | Brad King | 2019-02-28 | 1 | -8/+0 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'backport-check-std-size-cbegin-cend' into release-3.14 | Brad King | 2019-02-27 | 2 | -2/+18 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Extend C++17/C++14 feature checks to cover more standard library APIs | Mathieu Garaud | 2019-02-27 | 2 | -2/+18 |
| * | | | | | | | Merge branch 'cmake_role-vs-fix' into release-3.14 | Brad King | 2019-02-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-04 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-03 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-02 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge topic 'cuda_device_link_handle_frameworks' | Brad King | 2019-03-01 | 1 | -0/+12 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | CUDA: Filter out -framework arguments during device linking | Robert Maynard | 2019-02-28 | 1 | -0/+12 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'vs2019' | Brad King | 2019-03-01 | 1 | -8/+0 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | VS: Drop workaround needed only for VS 2019 preview 2 and 3 | Brad King | 2019-02-28 | 1 | -8/+0 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-01 | 1 | -1/+1 |
* | | | | | Merge topic 'refactor-handle-path-command' | Brad King | 2019-02-28 | 1 | -24/+23 |
|\ \ \ \ \ | |||||
| * | | | | | cmFileCommand: Refactor HandleCMakePathCommand | Artur Ryt | 2019-02-26 | 1 | -24/+23 |
* | | | | | | Merge topic 'optimize_ge_node_lookup' | Brad King | 2019-02-28 | 1 | -68/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmGeneratorExpressionNode: Initialize node key map in class constructor | Sebastian Holtermann | 2019-02-27 | 1 | -68/+69 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'features-from-default-standard' | Brad King | 2019-02-28 | 1 | -0/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Features: Do not use a lower-than-default standard for requested features | Zsolt Parragi | 2019-02-26 | 1 | -0/+14 |
* | | | | | | | Merge topic 'check-std-size-cbegin-cend' | Brad King | 2019-02-28 | 2 | -2/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Extend C++17/C++14 feature checks to cover more standard library APIs | Mathieu Garaud | 2019-02-27 | 2 | -2/+18 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-02-28 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'ninja-dyndep-lang-aware' | Brad King | 2019-02-27 | 4 | -94/+181 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ninja: name dyndep internal files using the object file | Ben Boeckel | 2019-02-25 | 2 | -6/+6 |
| * | | | | | | | | cmNinjaTargetGenerator: remove "preprocessed" mentions in dyndep | Ben Boeckel | 2019-02-25 | 1 | -2/+3 |
| * | | | | | | | | ninja: do not assume explicit preprocessing uses that output | Ben Boeckel | 2019-02-25 | 2 | -26/+53 |
| * | | | | | | | | ninja: pass language to cmake_ninja_depends | Ben Boeckel | 2019-02-25 | 2 | -40/+85 |
| * | | | | | | | | ninja: make dyndep generation language aware | Ben Boeckel | 2019-02-25 | 4 | -22/+36 |
* | | | | | | | | | Merge topic 'autogen_variable_names' | Brad King | 2019-02-27 | 4 | -38/+38 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Autogen: Use more readable variable names for static const AUTO* strings | Sebastian Holtermann | 2019-02-26 | 4 | -38/+38 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'ctest-clean-compress' | Brad King | 2019-02-27 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmcompress: Delete unused 3rdParty module | Regina Pfeifer | 2019-02-25 | 1 | -2/+1 |