Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'configure_file-canonical-deps' | Brad King | 2018-11-15 | 1 | -10/+4 |
|\ | |||||
| * | configure_file: canonicalize input and output path in dependencies | Frank Benkstein | 2018-11-13 | 1 | -10/+4 |
* | | Merge topic 'deprecate-findqt' | Brad King | 2018-11-15 | 5 | -4/+46 |
|\ \ | |||||
| * | | find_package(): Add policy to remove the FindQt module | Kyle Edwards | 2018-11-14 | 5 | -4/+46 |
* | | | Merge topic 'autogen_info_write' | Brad King | 2018-11-15 | 2 | -145/+232 |
|\ \ \ | |||||
| * | | | Autogen: Add and use cmQtAutoGenInitializer::InfoWriter class | Sebastian Holtermann | 2018-11-14 | 2 | -145/+232 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-14 | 1 | -1/+1 |
* | | | Merge topic 'vs-just-my-code-flag-map' | Brad King | 2018-11-13 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | VS: Add flag table entry for -JMC | Tengiz Sharafiev | 2018-11-10 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge topic 'colored-ctest-summary' | Brad King | 2018-11-13 | 4 | -16/+92 |
|\ \ \ | |||||
| * | | | CTest: Add colored output on tests summary where supported | Sylvain Joubert | 2018-11-09 | 4 | -16/+92 |
| |/ / | |||||
* | | | Merge topic 'if_support_checking_if_cache_var_defined' | Brad King | 2018-11-13 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | If: Support the 'DEFINED CACHE{}' syntax | Robert Maynard | 2018-11-09 | 1 | -0/+6 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-13 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'pie-link-options' | Craig Scott | 2018-11-12 | 11 | -24/+240 |
|\ \ \ | |||||
| * | | | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 8 | -14/+197 |
| * | | | INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support | Marc Chevrier | 2018-11-08 | 4 | -10/+43 |
* | | | | Merge topic 'autogen_global_target' | Brad King | 2018-11-12 | 6 | -68/+272 |
|\ \ \ \ | |||||
| * | | | | Autogen: Add support for global ``autogen`` and ``autorcc`` targets | Sebastian Holtermann | 2018-11-11 | 4 | -16/+164 |
| * | | | | Autogen: Add cmQtAutoGenGlobalInitializer class | Sebastian Holtermann | 2018-11-11 | 4 | -59/+115 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-12 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-11 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-10 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'cpack-improve-unknown-generator-error' | Brad King | 2018-11-09 | 1 | -2/+16 |
|\ \ \ | |_|/ |/| | | |||||
| * | | cpack: When given an unknown generator print out all valid generators | Robert Maynard | 2018-11-09 | 1 | -1/+14 |
| * | | cpack: Better error message when generator doesn't exist. | Robert Maynard | 2018-11-08 | 1 | -2/+3 |
| |/ | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-09 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'install-defaults' | Brad King | 2018-11-08 | 4 | -79/+327 |
|\ | |||||
| * | install: Add sane set of defaults for DESTINATION and file type parameters | Kyle Edwards | 2018-11-07 | 4 | -79/+327 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-08 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'string_func_usage' | Brad King | 2018-11-07 | 33 | -88/+82 |
|\ | |||||
| * | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 33 | -88/+82 |
* | | Merge topic 'fix-double-warn-uninitialized-in-script-mode' | Brad King | 2018-11-07 | 2 | -6/+6 |
|\ \ | |||||
| * | | CMP0053: Fix double warning on uninitialized variables in -P mode | R2RT | 2018-11-05 | 1 | -1/+1 |
| * | | cmMakefile: Rename SuppressWatches to SuppressSideEffects | R2RT | 2018-11-05 | 2 | -5/+5 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-07 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'autogen_origin_depends' | Brad King | 2018-11-06 | 3 | -3/+10 |
|\ \ | |||||
| * | | Autogen: Add (CMAKE_)AUTOGEN_ORIGIN_DEPENDS support | Sebastian Holtermann | 2018-11-03 | 3 | -3/+10 |
* | | | Merge topic 'rename-cpack-ext-generator' | Brad King | 2018-11-06 | 4 | -39/+41 |
|\ \ \ | |||||
| * | | | CPack: Rename Ext generator to External | Craig Scott | 2018-11-05 | 4 | -39/+41 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-06 | 1 | -1/+1 |
* | | | | Merge topic 'lwyu-hides-link-error' | Brad King | 2018-11-05 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | cmNinjaNormalTargetGenerator: don't use `|| true` for link-what-you-use | Ben Boeckel | 2018-11-02 | 1 | -1/+0 |
* | | | | | Merge topic 'custom-command-work-dir-genex' | Brad King | 2018-11-05 | 3 | -13/+6 |
|\ \ \ \ \ | |||||
| * | | | | | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex | Brad King | 2018-11-03 | 3 | -13/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-05 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-04 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-03 | 1 | -1/+1 |
* | | | Merge topic 'msvc-custom-rc-mt' | Brad King | 2018-11-02 | 3 | -4/+13 |
|\ \ \ |