summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.Stephen Kelly2014-11-201-2/+1
* cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
* cmTarget: Remove std::min and std::max MSVC6 compatibility code.Stephen Kelly2014-11-201-12/+2
* Merge topic 'fix-CMP0054-MSVC'Brad King2014-11-205-11/+11
|\
| * Merge branch 'backport-fix-CMP0054-MSVC' into fix-CMP0054-MSVCBrad King2014-11-190-0/+0
| |\
| | * Avoid if() quoted auto-dereference when checking for "MSVC"Fraser Hutchison2014-11-195-12/+12
| * | Avoid if() quoted auto-dereference when checking for "MSVC"Fraser Hutchison2014-11-195-11/+11
* | | Merge topic 'FindJava-no-osx-stub'Brad King2014-11-201-1/+4
|\ \ \
| * | | FindJava: Do not accept OS X stub 'java' as JavaBrad King2014-11-191-1/+4
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2014-11-201-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2014-11-191-1/+1
* | Merge topic 'vs-check-phone-store-tools'Brad King2014-11-187-35/+242
|\ \
| * | VS: Do not produce WinMD file for OBJECT libraries (#15228)Gilles Khouzam2014-11-171-1/+2
| * | VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-146-34/+240
| |/
* | Merge topic 'update-curl'Brad King2014-11-181-9/+9
|\ \
| * | curl: Check for OpenSSL headers independentlyBrad King2014-11-171-9/+9
* | | Merge topic 'FindCurses-no-cur_colr'Brad King2014-11-181-5/+0
|\ \ \
| * | | FindCurses: Drop search for deprecated HP-UX cur_colr libraryÅdne Hovda2014-11-171-5/+0
| | |/ | |/|
* | | Merge topic 'doc-sphinx-cmake-fixup'Brad King2014-11-181-0/+1
|\ \ \
| * | | Utilities/Sphinx: Add missing call to note_explicit_targetBrad King2014-11-171-0/+1
* | | | CMake Nightly Date StampKitware Robot2014-11-181-1/+1
* | | | Merge topic 'doc-target_include_directories-fixup'Brad King2014-11-171-2/+2
|\ \ \ \
| * | | | Help: target_include_directories does not allow target namesBrad King2014-11-171-2/+2
| | |/ / | |/| |
* | | | Merge topic 'ninja-minor-refactoring'Brad King2014-11-175-38/+27
|\ \ \ \
| * | | | Ninja: Refactor restat to be a string internallyBrad King2014-11-144-15/+15
| * | | | Ninja: Use a TARGET_FILE variable to hold the link output fileBrad King2014-11-141-18/+11
| * | | | Tests/BuildDepends: Drop unneeded help for NinjaBrad King2014-11-141-5/+1
* | | | | Merge branch 'release'Brad King2014-11-170-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'vs14-is-2015' into releaseBrad King2014-11-175-18/+38
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'kwsys-SharedForward-vs14' into releaseBrad King2014-11-171-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'kwsys-SharedForward-vs14'Brad King2014-11-170-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | KWSys SharedForward: Hard-code the ldpath buffer size to below VS 14 limitBrad King2014-11-141-1/+1
* | | | | | | | Merge topic 'update-kwsys'Brad King2014-11-171-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-11-171-1/+1
| |\ \ \ \ \ \ \ \ |/ / / / / / / / /
| * | | | | | | | KWSys 2014-11-14 (dec9c30b)KWSys Robot2014-11-171-1/+1
* | | | | | | | | Merge topic 'console-pool'Brad King2014-11-1725-36/+172
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Help: Add notes for topic 'console-pool'Peter Collingbourne2014-11-141-0/+8
| * | | | | | | | Ninja: Implement USES_TERMINAL using the console pool if availablePeter Collingbourne2014-11-144-0/+13
| * | | | | | | | Ninja: Remove unused declarationPeter Collingbourne2014-11-141-1/+0
| * | | | | | | | Ninja: factor out the test for console pool supportPeter Collingbourne2014-11-142-3/+10
| * | | | | | | | Give the interactive cache editor the USES_TERMINAL propertyPeter Collingbourne2014-11-142-13/+16
| * | | | | | | | Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-1417-17/+123
| * | | | | | | | Rename doing_verbatim to doing_nothingPeter Collingbourne2014-11-141-2/+2
* | | | | | | | | Merge topic 'test-custom-command-errors'Brad King2014-11-1729-0/+85
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Tests: Test add_custom_command and add_custom_target error casesBrad King2014-11-1429-0/+85
* | | | | | | | | Merge topic 'vs14-is-2015'Brad King2014-11-175-18/+38
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-145-18/+38
* | | | | | | | | Merge topic 'fix-vs2015-warnings'Brad King2014-11-172-8/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmVisualStudio10TargetGenerator: fix a narrowing warningBen Boeckel2014-11-131-2/+2
| * | | | | | | | | cmCallVisualStudioMacro: fix a shadowing warningBen Boeckel2014-11-131-6/+7