summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fix `-E time` argument passing to childBrad King2016-01-206-2/+19
* Merge topic 'cleanup-RunSingleCommand'Brad King2016-01-204-51/+37
|\
| * cmSystemTools: Teach RunSingleCommand to merge child pipes when possibleBrad King2016-01-191-23/+21
| * cmSystemTools: Simplify RunSingleCommand output string constructionBrad King2016-01-191-13/+4
| * cmSystemTools: Drop redundant condition in RunSingleCommandBrad King2016-01-191-9/+7
| * cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purposeBrad King2016-01-192-3/+3
| * cmcmd.cxx: Remove unused code in __run_iwyu implementationBrad King2016-01-191-3/+2
| * cmake: Change `-E chdir` to pass through stdout/stderr directlyBrad King2016-01-191-1/+1
* | Merge topic 'mfc-utility-targets'Brad King2016-01-201-6/+9
|\ \
| * | Fix MFC setting on utility targets (#15867)Clinton Stimpson2016-01-191-6/+9
| |/
* | Merge topic 'cache-parse-error-line-number'Brad King2016-01-208-2/+34
|\ \
| * | Print line number of cache parse errors (#11109)Ashley Whetter2016-01-198-2/+34
* | | Merge topic 'java-updates'Brad King2016-01-205-5/+42
|\ \ \
| * | | UseJava: Fix create_javah CLASSPATH handling on WindowsMarc Chevrier2016-01-195-5/+42
| |/ /
* | | Merge topic 'FindPkgConfig-protect-semicolons'Brad King2016-01-201-4/+4
|\ \ \
| * | | FindPkgConfig: Quote ${_pkgconfig_path} to protect semicolons on WindowsRob Gowin2016-01-191-4/+4
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-01-201-1/+1
| |/ |/|
* | Merge branch 'release'Brad King2016-01-190-0/+0
|\ \
| * | CMake 3.4.2v3.4.2Brad King2016-01-191-1/+1
* | | Merge branch 'release'Brad King2016-01-190-0/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'vs-win10-sdk' into releaseBrad King2016-01-113-17/+35
| |\
* | \ Merge topic 'export-static-private-depend'Brad King2016-01-194-5/+26
|\ \ \
| * | | Fix export of STATIC library PRIVATE dependencies with CMP0022 NEWBrad King2016-01-154-3/+18
| * | | Tests: Use CMP0022 NEW behavior in some ExportImport casesBrad King2016-01-151-0/+3
| * | | Tests: Isolate policy changes in ExportImport testBrad King2016-01-151-2/+5
* | | | Merge topic 'FindPkgConfig-fix-restore'Brad King2016-01-191-1/+1
|\ \ \ \
| * | | | FindPkgConfig: Fix restoration of PKG_CONFIG_PATH in environmentRob Gowin2016-01-151-1/+1
* | | | | Merge topic 'ExternalProject-git-clone-o'Brad King2016-01-192-6/+22
|\ \ \ \ \
| * | | | | ExternalProject: Add option to set `git clone -o` argumentAdam Rankin2016-01-152-6/+22
| |/ / / /
* | | | | Merge topic 'doc-export-compile-commands'Brad King2016-01-192-0/+31
|\ \ \ \ \
| * | | | | Help: Document the CMAKE_EXPORT_COMPILE_COMMANDS variableSebastian Schuberth2016-01-152-0/+31
| |/ / / /
* | | | | Merge topic 'FindCUDA-verbatim'Brad King2016-01-191-0/+3
|\ \ \ \ \
| * | | | | FindCUDA: Support special characters in path (#15919)Brad King2016-01-151-0/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'rpath-preserve-compiler-defined'Brad King2016-01-192-13/+30
|\ \ \ \ \
| * | | | | install: Do not remove compiler-defined RPATH entriesLior Goldberg2016-01-152-13/+30
| | |/ / / | |/| | |
* | | | | Merge topic 'windows-program-files'Brad King2016-01-191-33/+19
|\ \ \ \ \
| * | | | | Windows: Find Program Files directories more robustly from environmentBrad King2016-01-151-33/+19
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2016-01-191-1/+1
* | | | | CMake Nightly Date StampKitware Robot2016-01-181-1/+1
* | | | | CMake Nightly Date StampKitware Robot2016-01-171-1/+1
* | | | | CMake Nightly Date StampKitware Robot2016-01-161-1/+1
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2016-01-151-1/+1
|/ / /
* | | Merge topic 'FindDCMTK-update'Brad King2016-01-141-46/+229
|\ \ \
| * | | FindDCMTK: Simplify documentation.Matt McCormick2016-01-141-40/+18
| * | | FindDCMTK: Add reStructuredText formatting.Matt McCormick2016-01-121-47/+51
| * | | FindDCMTK: Keep original copyright notice.Matt McCormick2016-01-121-1/+1
| * | | FindDCMTK: Minor documentation grammatical issues.Matt McCormick2016-01-121-9/+4
| * | | FindDCMTK: Obey QUIET option for find_package.Matt McCormick2016-01-111-5/+17
| * | | FindDCMTK: Improve compatibility with DCMTKConfig.cmake.Jean-Christophe Fillion-Robin2016-01-111-45/+239
* | | | Merge topic 'report_failed_tests'Brad King2016-01-141-2/+2
|\ \ \ \