summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'watcom-wlib-quoting'Brad King2014-03-031-2/+2
|\
| * Watcom: Fix static library name quoting for wlibJiri Malak2014-02-281-2/+2
* | Merge topic 'watcom-dll-no-symbols'Brad King2014-03-031-4/+3
|\ \
| * | Watcom: Fix creation of DLLs without any exported symbolsBrad King2014-02-271-4/+3
* | | Merge topic 'different-python-header-libs-exe-0013794'Brad King2014-03-031-4/+9
|\ \ \
| * | | FindPythonLibs: Find consistent Python interp, headers, libs (#13794)Matt McCormick2014-03-031-4/+9
* | | | CMake Nightly Date StampKitware Robot2014-03-031-1/+1
* | | | CMake Nightly Date StampKitware Robot2014-03-021-1/+1
* | | | CMake Nightly Date StampKitware Robot2014-03-011-1/+1
| |_|/ |/| |
* | | Merge topic 'release-aix-access'Brad King2014-02-285-26/+11
|\ \ \
| * | | Utilities/Release: Update IBM AIX build machine accessBrad King2014-02-274-23/+8
| * | | Utilities/Release: Do not upload doc staging tarballBrad King2014-02-261-3/+3
| |/ /
* | | Merge topic 'vs-Fortran-use-OBJECT-lib'Brad King2014-02-281-4/+4
|\ \ \
| * | | VS: For Intel Fortran .vfproj put OBJECT libs in link line (#14777)Brad King2014-02-271-4/+4
| | |/ | |/|
* | | Merge topic 'tests-RunCMake-no-unused'Brad King2014-02-281-0/+1
|\ \ \
| * | | Tests/RunCMake: Tell cmake not to report unused command-line optionsBrad King2014-02-271-0/+1
| |/ /
* | | Merge topic 'FindPkgConfig-PKG_CONFIG'Brad King2014-02-282-2/+17
|\ \ \
| * | | Help: Add release notes for topic 'FindPkgConfig-PKG_CONFIG'Brad King2014-02-281-0/+5
| * | | FindPkgConfig: Prefer PKG_CONFIG to find pkg-config (#13175)Christoph Grüninger2014-02-271-2/+12
* | | | Merge topic 'FindGTest-AUTO-SOURCES'Brad King2014-02-282-2/+13
|\ \ \ \
| * | | | Help: Add FindGTest-AUTO-SOURCES topic release notesBrad King2014-02-271-0/+7
| * | | | FindGTest: Optionally detect sources automatically (#14775)Nikolay Orliuk2014-02-271-2/+6
| | |_|/ | |/| |
* | | | Merge topic 'test-find_dependency'Brad King2014-02-289-0/+80
|\ \ \ \
| * | | | Add test for find_dependency macro.Stephen Kelly2014-02-269-0/+80
| |/ / /
* | | | Merge topic 'qt4-overlink'Brad King2014-02-281-1/+3
|\ \ \ \
| * | | | FindQt4: prevent overlinking when using UseQt4.cmake.Clinton Stimpson2014-02-261-1/+3
| |/ / /
* | | | Merge topic 'no_gcov_error_msg'Brad King2014-02-281-0/+6
|\ \ \ \
| * | | | CTest: notify user if gcov cannot be foundZack Galbreath2014-02-281-0/+6
* | | | | Merge topic 'add-FindOpenCL'Brad King2014-02-284-0/+140
|\ \ \ \ \
| * | | | | Help: Add release notes for topic 'add-FindOpenCL'Brad King2014-02-281-0/+4
| * | | | | Add FindOpenCL moduleMatthäus G. Chajdas2014-02-263-0/+136
* | | | | | Merge topic 'wix-refactor'Brad King2014-02-2818-534/+846
|\ \ \ \ \ \
| * | | | | | CPackWIX: refactor and cleanupNils Gladitz2014-02-2618-534/+846
* | | | | | | Merge topic 'ExternalProject-BUILD_ALWAYS'Brad King2014-02-281-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Help: Add ExternalProject-BUILD_ALWAYS topic release notesBrad King2014-02-271-0/+6
* | | | | | | | Merge topic 'FindHg-add-WC_INFO'Brad King2014-02-281-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Add FindHg-WC_INFO topic release notesBrad King2014-02-271-0/+5
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-02-281-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-02-271-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2014-02-260-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fix-find_dependency-macro' into releasev3.0.0-rc1Brad King2014-02-261-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'INTERFACE-property-docs' into releaseBrad King2014-02-261-0/+10
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fix-showinclude-warnings' into releaseBrad King2014-02-262-2/+18
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'fix-find_dependency-macro'Brad King2014-02-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | find_dependency: unset cmake_fd_version variable at end of macroAlex Merry2014-02-261-0/+1
| * | | | | | | | | find_dependency: use correct version variable nameAlex Merry2014-02-261-1/+1
* | | | | | | | | | Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-260-0/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MSVC: Add properties to configure compiler PDB files (#14763)Brad King2014-02-2627-11/+262
* | | | | | | | | | | Merge topic 'INTERFACE-property-docs'Brad King2014-02-261-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Help: List the whitelist of properties for INTERFACE libraries.Stephen Kelly2014-02-261-0/+10
| | |_|/ / / / / / / | |/| | | | | | | |