summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-262-66/+72
|\
| * KWSys 2015-09-25 (dc4e4a55)KWSys Robot2015-09-262-66/+72
* | Merge topic 'revert-cpack-package-empty-dirs'Brad King2015-09-2616-68/+2
|\ \
| * | Revert topic 'cpack-package-empty-dirs'Brad King2015-09-2516-68/+2
* | | CMake Nightly Date StampKitware Robot2015-09-261-1/+1
* | | Merge topic 'revert-cmake-W-options'Brad King2015-09-2525-374/+41
|\ \ \
| * \ \ Merge branch 'improve-variable-help-formatting' into revert-cmake-W-optionsBrad King2015-09-22604-15451/+21561
| |\ \ \
| * | | | Revert topic 'cmake-W-options' (#15747)Brad King2015-09-2225-374/+41
* | | | | Merge topic 'fix-try_compile-internal-argv'Brad King2015-09-251-5/+1
|\ \ \ \ \
| * | | | | cmCoreTryCompile: Fix internal argument vector constructionBrad King2015-09-241-5/+1
* | | | | | Merge topic 'install-directory-dest-genex'Brad King2015-09-2511-8/+82
|\ \ \ \ \ \
| * | | | | | install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-2411-8/+82
* | | | | | | Merge topic 'Threads-CXX'Brad King2015-09-2511-10/+101
|\ \ \ \ \ \ \
| * | | | | | | FindThreads: officially announce it works with only C++ enabledRolf Eike Beer2015-09-253-12/+27
| * | | | | | | FindThreads: fix printing a pointer value in test codeRolf Eike Beer2015-09-251-1/+1
| * | | | | | | FindThreads: make the call to try_run() work also if only C++ is enabledRolf Eike Beer2015-09-251-1/+8
| * | | | | | | FindThreads: replace CheckIncludeFiles by CheckIncludeFileRolf Eike Beer2015-09-251-3/+15
| * | | | | | | Check(Function|Library|Symbol)Exists: make it work if only C++ is enabledRolf Eike Beer2015-09-255-5/+41
| * | | | | | | FindThreads: add simple testcaseRolf Eike Beer2015-09-213-0/+21
* | | | | | | | Merge topic 'fix-max-path-initialization'Brad King2015-09-256-32/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | cmLocalGenerator: Compute object max path on construction.Stephen Kelly2015-09-243-6/+4
| * | | | | | | | cmGlobalGenerator: Create all local generators after Configure().Stephen Kelly2015-09-241-1/+1
| * | | | | | | | cmGlobalGenerator: Remove unused method.Stephen Kelly2015-09-242-7/+0
| * | | | | | | | cmGlobalGenerator: Create local generators after all makefiles configured.Stephen Kelly2015-09-243-7/+15
| * | | | | | | | cmGlobalGenerator: Create local generator after configuring the makefile.Stephen Kelly2015-09-241-2/+2
| * | | | | | | | cmMakefile: Create the local generator after configuring the makefile.Stephen Kelly2015-09-241-5/+5
| * | | | | | | | Makefiles: Remove need to create local generator at configure time.Stephen Kelly2015-09-241-11/+5
| * | | | | | | | Makefiles: Port to cmOutputConverter.Stephen Kelly2015-09-241-1/+2
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-09-251-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge topic 'install-files-dest-genex'Brad King2015-09-2411-11/+50
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Tests: Cover install(FILES) with a genex DESTINATIONBrad King2015-09-237-6/+15
| * | | | | | | install: Allow generator expressions in FILES DESTINATIONRobert Goulet2015-09-234-5/+35
| |/ / / / / /
* | | | | | | 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-232-2/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | CPack: remove accidental changesDomen Vrankar2015-09-232-2/+1
* | | | | | | Merge topic 'fix-forced-toolchain-dialect'Brad King2015-09-237-21/+35
|\ \ \ \ \ \ \
| * | | | | | | Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-227-21/+35
* | | | | | | | CMake Nightly Date StampKitware Robot2015-09-231-1/+1
|/ / / / / / /
* | | | | | | 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
|\ \ \ \ \ \ \