summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cmState: Record the end position of each directory.Stephen Kelly2015-08-021-2/+14
| * | | | cmLinkedTree: Add Clear API.Stephen Kelly2015-08-021-0/+6
| * | | | cmState: Add Type for policy scope.Stephen Kelly2015-08-023-3/+34
| * | | | cmState: Remove call stack parent tracking.Stephen Kelly2015-08-011-11/+1
| * | | | cmMakefile: Move policy barriers inside cmState scopes.Stephen Kelly2015-08-011-22/+21
| * | | | cmMakefile: Re-order policy entries and barriers.Stephen Kelly2015-08-011-12/+11
| * | | | cmState: Add Snapshot Type accessor.Stephen Kelly2015-08-012-0/+6
| * | | | Tests: Verify generate-time policy scope behavior.Stephen Kelly2015-08-0111-0/+40
* | | | | Merge topic 'refactor-evaluation-files'Brad King2015-08-0610-103/+129
|\ \ \ \ \
| * | | | | cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-014-29/+32
| * | | | | cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-018-77/+100
* | | | | | Merge topic 'compiler-version-Fortran'Brad King2015-08-061-0/+1
|\ \ \ \ \ \
| * | | | | | Fortran: Store detected compiler version persistently (#15684)Brad King2015-08-051-0/+1
* | | | | | | Merge topic 'fix-missing-subdir-error'Brad King2015-08-0611-2/+27
|\ \ \ \ \ \ \
| * | | | | | | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680)Brad King2015-08-0411-2/+27
* | | | | | | | CMake Nightly Date StampKitware Robot2015-08-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'xcode-improve-quoting'Brad King2015-08-051-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Invert quoting logic to whitelist of charactersGregor Jasny2015-08-051-1/+5
* | | | | | | | Merge topic 'java-updates'Brad King2015-08-055-42/+178
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | UseJava: Teach install_jar new DESTINATION and COMPONENT optionsMarc Chevrier2015-08-042-6/+52
| * | | | | | | UseJava: Teach add_jar to support file syntax for sourcesMarc Chevrier2015-08-044-13/+50
| * | | | | | | FindJava: Add support for idlj and jarsigner toolsMarc Chevrier2015-08-042-23/+76
* | | | | | | | CMake Nightly Date StampKitware Robot2015-08-051-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'update-kwsys'Brad King2015-08-043-6/+48
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-08-033-6/+48
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | KWSys 2015-08-03 (dad68c33)KWSys Robot2015-08-033-6/+48
* | | | | | | | Merge topic 'doc-ninja-rule-launchers'Brad King2015-08-043-12/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docsBrad King2015-08-033-12/+18
| |/ / / / / / /
* | | | | | | | Merge topic 'cmake-W-options'Brad King2015-08-042-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Do not treat developer warnings as errors by default in scriptsBrad King2015-08-032-6/+6
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-08-041-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'if-test'Brad King2015-08-0319-4/+105
|\ \ \ \ \ \ \ \
| * | | | | | | | if: Add "TEST <test>" conditionMatt McCormick2015-08-0318-1/+102
| * | | | | | | | ExternalProject: Avoid if() auto-dereference of a "TEST" variableMatt McCormick2015-08-031-3/+3
* | | | | | | | | Merge topic 'GetPrerequisites-updates'Brad King2015-08-031-0/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GetPrerequisites: Optionally filter "objdump" output for speedBill Somerville2015-07-311-0/+8
| * | | | | | | | | GetPrerequisites: Add error checks for execute_process() callsBill Somerville2015-07-311-0/+30
* | | | | | | | | | Merge topic 'FindMPI-drop-GetPrerequisites'Brad King2015-08-031-5/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | FindMPI: Drop unnecessary and incorrect use of GetPrerequisitesBrad King2015-07-311-5/+3
* | | | | | | | | | Merge topic 'fix-windows-version-detection'Brad King2015-08-031-10/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674)Brad King2015-07-311-10/+46
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'fix-xcode-quoting'Brad King2015-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Xcode: Quote strings containing a tilde (#15672)Gregor Jasny2015-07-311-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'update-kwsys'Brad King2015-08-038-204/+1051
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: In CTestTest2 skip the kwsys.testProcess-10 test that leaksBrad King2015-07-311-4/+9
| * | | | | | | | | CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys doesBrad King2015-07-311-0/+4
| * | | | | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-316-200/+1038
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | KWSys 2015-07-30 (f63febb7)KWSys Robot2015-07-316-200/+1038
* | | | | | | | | | CMake Nightly Date StampKitware Robot2015-08-031-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2015-08-021-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |