summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-227-21/+35
* Merge topic 'cpack-package-empty-dirs'Brad King2015-09-2217-3/+70
|\
| * CPack: allow packaging of empty directoriesDomen Vrankar2015-09-2215-1/+67
| * CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-212-2/+3
* | Merge topic 'ctest-variable-docs'Brad King2015-09-2224-21/+151
|\ \
| * | Help: document CTEST_CUSTOM_* variablesBen Boeckel2015-09-2220-6/+139
| * | ctest_read_custom_files: mention that ctest does this automaticallyBen Boeckel2015-09-211-0/+3
| * | CTEST_CUSTOM_*: treat variables as listsBen Boeckel2015-09-212-12/+6
| * | CTestCoverageCollectGCOV: replace tabulatorsBen Boeckel2015-09-211-3/+3
* | | Merge topic 'restrict-shlib-link-flags-to-enable-exports'Brad King2015-09-2227-7/+217
|\ \ \
| * | | try_compile: Propogate CMP0065 to the generated project.Chuck Atkins2015-09-212-0/+13
| * | | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-2125-7/+204
* | | | Merge topic 'fix-policy-CMP0064-version'Brad King2015-09-223-2/+12
|\ \ \ \ | |/ / /
| * | | CMP0064: Fix recorded version of introduction to be 3.4Brad King2015-09-213-2/+12
| | |/ | |/|
* | | Merge topic 'fix-windows-version-detection'Brad King2015-09-223-5/+27
|\ \ \
| * | | Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8 (#15674)Gilles Khouzam2015-09-213-5/+27
* | | | CMake Nightly Date StampKitware Robot2015-09-221-1/+1
| |/ / |/| |
* | | Merge topic 'pkg-config-variable-function'Brad King2015-09-215-5/+47
|\ \ \ | |_|/ |/| |
| * | FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-215-3/+45
| * | FindPkgConfig: use execute_process to strip trailing whitespaceBen Boeckel2015-09-181-2/+2
* | | Merge topic 'cpack-verbatim-variables'Brad King2015-09-217-8/+68
|\ \ \
| * | | Introduction of CPACK_VERBATIM_VARIABLES variableRoman Donchenko2015-09-207-8/+68
* | | | Merge topic 'cpack-deb-checksum-on-symlinks'Brad King2015-09-215-17/+49
|\ \ \ \
| * | | | CPack/Deb: checksum on symlinks release notesDomen Vrankar2015-09-181-0/+4
| * | | | CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-184-17/+45
| | |_|/ | |/| |
* | | | Merge topic 'fix-compatibility-mode-LOCATION'Brad King2015-09-218-9/+34
|\ \ \ \
| * | | | CMP0026: Use compatibility codepath until configure is finished (#15748)Stephen Kelly2015-09-185-8/+25
| * | | | cmGlobalGenerator: Add API for the configure step being finished.Stephen Kelly2015-09-182-0/+8
| * | | | cmLocalGenerator: Simplify condition.Stephen Kelly2015-09-181-1/+1
| |/ / /
* | | | Merge topic 'ninja-refactor-msvc-deps'Brad King2015-09-219-66/+68
|\ \ \ \
| * | | | Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)Brad King2015-09-186-38/+41
| * | | | Ninja: Refactor lookup of cmcldeps locationBrad King2015-09-186-5/+16
| * | | | CMakeDetermineCompilerId: Drop unused code pathBrad King2015-09-181-23/+11
| |/ / /
* | | | Merge topic 'ctest-custom-output-size'Brad King2015-09-2116-1/+148
|\ \ \ \
| * | | | CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-189-1/+98
| * | | | CTest: Document and test custom output size settingsBrad King2015-09-187-0/+50
* | | | | CMake Nightly Date StampKitware Robot2015-09-211-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2015-09-201-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-09-191-1/+1
| |/ / |/| |
* | | Merge topic 'compute-default-dialect'Brad King2015-09-1814-19/+66
|\ \ \
| * | | Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-1814-19/+66
* | | | Merge topic 'FindPython-updates'Brad King2015-09-181-19/+60
|\ \ \ \
| * | | | FindPythonLibs: unset temporary _PREFIX variableDavid Gobbi2015-09-171-11/+14
| * | | | FindPythonLibs: Use python executable prefix as a hintDavid Gobbi2015-09-171-0/+21
| * | | | FindPythonLibs: Match include dir to library versionDavid Gobbi2015-09-171-19/+36
* | | | | Merge topic 'cmake-gui-qt5-package'Brad King2015-09-181-11/+5
|\ \ \ \ \
| * | | | | cmake-gui: Improve packaging of Qt5 libraries.Clinton Stimpson2015-09-171-11/+5
* | | | | | Merge topic 'ms-manifest-files'Brad King2015-09-1830-213/+446
|\ \ \ \ \ \
| * | | | | | Add support for *.manifest source files with MSVC toolsBrad King2015-09-1729-7/+212
| * | | | | | MSVC: Rewrite manifest file handling with Makefile and NinjaBrad King2015-09-173-200/+223