Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | cmState: Record the end position of each directory. | Stephen Kelly | 2015-08-02 | 1 | -2/+14 | |
| * | | | | cmLinkedTree: Add Clear API. | Stephen Kelly | 2015-08-02 | 1 | -0/+6 | |
| * | | | | cmState: Add Type for policy scope. | Stephen Kelly | 2015-08-02 | 3 | -3/+34 | |
| * | | | | cmState: Remove call stack parent tracking. | Stephen Kelly | 2015-08-01 | 1 | -11/+1 | |
| * | | | | cmMakefile: Move policy barriers inside cmState scopes. | Stephen Kelly | 2015-08-01 | 1 | -22/+21 | |
| * | | | | cmMakefile: Re-order policy entries and barriers. | Stephen Kelly | 2015-08-01 | 1 | -12/+11 | |
| * | | | | cmState: Add Snapshot Type accessor. | Stephen Kelly | 2015-08-01 | 2 | -0/+6 | |
| * | | | | Tests: Verify generate-time policy scope behavior. | Stephen Kelly | 2015-08-01 | 11 | -0/+40 | |
* | | | | | Merge topic 'refactor-evaluation-files' | Brad King | 2015-08-06 | 10 | -103/+129 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmGeneratorExpressionEvaluationFile: Require generator context. | Stephen Kelly | 2015-08-01 | 4 | -29/+32 | |
| * | | | | | cmMakefile: Store EvaluationFiles. | Stephen Kelly | 2015-08-01 | 8 | -77/+100 | |
* | | | | | | Merge topic 'compiler-version-Fortran' | Brad King | 2015-08-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fortran: Store detected compiler version persistently (#15684) | Brad King | 2015-08-05 | 1 | -0/+1 | |
* | | | | | | | Merge topic 'fix-missing-subdir-error' | Brad King | 2015-08-06 | 11 | -2/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) | Brad King | 2015-08-04 | 11 | -2/+27 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-06 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge topic 'xcode-improve-quoting' | Brad King | 2015-08-05 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Xcode: Invert quoting logic to whitelist of characters | Gregor Jasny | 2015-08-05 | 1 | -1/+5 | |
* | | | | | | | | Merge topic 'java-updates' | Brad King | 2015-08-05 | 5 | -42/+178 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | UseJava: Teach install_jar new DESTINATION and COMPONENT options | Marc Chevrier | 2015-08-04 | 2 | -6/+52 | |
| * | | | | | | | UseJava: Teach add_jar to support file syntax for sources | Marc Chevrier | 2015-08-04 | 4 | -13/+50 | |
| * | | | | | | | FindJava: Add support for idlj and jarsigner tools | Marc Chevrier | 2015-08-04 | 2 | -23/+76 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-05 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2015-08-04 | 3 | -6/+48 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-08-03 | 3 | -6/+48 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | KWSys 2015-08-03 (dad68c33) | KWSys Robot | 2015-08-03 | 3 | -6/+48 | |
* | | | | | | | | Merge topic 'doc-ninja-rule-launchers' | Brad King | 2015-08-04 | 3 | -12/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docs | Brad King | 2015-08-03 | 3 | -12/+18 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'cmake-W-options' | Brad King | 2015-08-04 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmake: Do not treat developer warnings as errors by default in scripts | Brad King | 2015-08-03 | 2 | -6/+6 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-04 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'if-test' | Brad King | 2015-08-03 | 19 | -4/+105 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | if: Add "TEST <test>" condition | Matt McCormick | 2015-08-03 | 18 | -1/+102 | |
| * | | | | | | | | ExternalProject: Avoid if() auto-dereference of a "TEST" variable | Matt McCormick | 2015-08-03 | 1 | -3/+3 | |
* | | | | | | | | | Merge topic 'GetPrerequisites-updates' | Brad King | 2015-08-03 | 1 | -0/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | GetPrerequisites: Optionally filter "objdump" output for speed | Bill Somerville | 2015-07-31 | 1 | -0/+8 | |
| * | | | | | | | | | GetPrerequisites: Add error checks for execute_process() calls | Bill Somerville | 2015-07-31 | 1 | -0/+30 | |
* | | | | | | | | | | Merge topic 'FindMPI-drop-GetPrerequisites' | Brad King | 2015-08-03 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | FindMPI: Drop unnecessary and incorrect use of GetPrerequisites | Brad King | 2015-07-31 | 1 | -5/+3 | |
* | | | | | | | | | | Merge topic 'fix-windows-version-detection' | Brad King | 2015-08-03 | 1 | -10/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674) | Brad King | 2015-07-31 | 1 | -10/+46 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'fix-xcode-quoting' | Brad King | 2015-08-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Xcode: Quote strings containing a tilde (#15672) | Gregor Jasny | 2015-07-31 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2015-08-03 | 8 | -204/+1051 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: In CTestTest2 skip the kwsys.testProcess-10 test that leaks | Brad King | 2015-07-31 | 1 | -4/+9 | |
| * | | | | | | | | | CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys does | Brad King | 2015-07-31 | 1 | -0/+4 | |
| * | | | | | | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-07-31 | 6 | -200/+1038 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | KWSys 2015-07-30 (f63febb7) | KWSys Robot | 2015-07-31 | 6 | -200/+1038 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-03 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-02 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | |