summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2015-09-251-1/+1
* Merge topic 'install-files-dest-genex'Brad King2015-09-242-5/+26
|\
| * install: Allow generator expressions in FILES DESTINATIONRobert Goulet2015-09-232-5/+26
* | CMake Nightly Date StampKitware Robot2015-09-241-1/+1
|/
* Merge topic 'vs-target-ordering'Brad King2015-09-237-14/+26
|\
| * VS: Fix rebuild with regeneration after input CMake code change (#15754)Brad King2015-09-221-1/+1
| * VS: Refactor target ordering logicBrad King2015-09-227-14/+26
* | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-231-1/+0
|\ \
| * | CPack: remove accidental changesDomen Vrankar2015-09-231-1/+0
* | | CMake Nightly Date StampKitware Robot2015-09-231-1/+1
* | | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-223-0/+28
|\ \ \ | |/ /
| * | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-222-0/+26
| * | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-211-0/+2
* | | Merge topic 'restrict-shlib-link-flags-to-enable-exports'Brad King2015-09-225-6/+56
|\ \ \
| * | | try_compile: Propogate CMP0065 to the generated project.Chuck Atkins2015-09-211-0/+10
| * | | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-214-6/+46
* | | | Merge topic 'fix-policy-CMP0064-version'Brad King2015-09-221-1/+1
|\ \ \ \ | |/ / /
| * | | CMP0064: Fix recorded version of introduction to be 3.4Brad King2015-09-211-1/+1
| |/ /
* | | 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 'cpack-deb-checksum-on-symlinks'Brad King2015-09-211-13/+16
|\ \
| * | CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-13/+16
| |/
* | Merge topic 'fix-compatibility-mode-LOCATION'Brad King2015-09-215-9/+17
|\ \
| * | CMP0026: Use compatibility codepath until configure is finished (#15748)Stephen Kelly2015-09-182-8/+8
| * | 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-213-1/+16
|\ \
| * | Ninja: Refactor lookup of cmcldeps locationBrad King2015-09-183-1/+16
| |/
* | Merge topic 'ctest-custom-output-size'Brad King2015-09-213-1/+49
|\ \
| * | CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-183-1/+49
* | | 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 '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-1816-211/+365
|\ \
| * | Add support for *.manifest source files with MSVC toolsBrad King2015-09-1715-5/+131
| * | MSVC: Rewrite manifest file handling with Makefile and NinjaBrad King2015-09-172-198/+221
| * | Ninja: Always add OBJECT_DIR variable to link rulesBrad King2015-09-171-3/+4
| * | VS: Add manifest tool settings to VS 8 and 9 project filesBrad King2015-09-171-10/+14
| |/
* | CMake Nightly Date StampKitware Robot2015-09-181-1/+1
* | Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-09-174-121/+316
|\ \ | |/ |/|
| * CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-113/+186
| * cmArchiveWrite: control user/group, permissions and recursive file addingRaffi Enficiaud2015-09-172-6/+128
| * cmGeneratedFileStream: Fix spelling in commentRaffi Enficiaud2015-09-171-2/+2
* | CMake Nightly Date StampKitware Robot2015-09-171-1/+1
* | Merge topic 'detect-c11-broken-thread-local'Brad King2015-09-162-0/+35
|\ \
| * | Avoid using C11 to build CMake if _Thread_local support is brokenRaphael Kubo da Costa2015-09-152-0/+35
* | | Merge topic 'test-search-ordering'Brad King2015-09-162-3/+8
|\ \ \