Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-01 | 1 | -1/+1 |
* | | | | | | Merge topic 'doc-string-FIND-failure-case' | Brad King | 2015-07-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Document string(FIND) return value when no match is found | James Johnston | 2015-07-30 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'FindOpenSSL-cleanup' | Brad King | 2015-07-31 | 1 | -21/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindOpenSSL: De-duplicate find_library path suffixes on Windows | Thijs Wenker | 2015-07-30 | 1 | -12/+11 |
| * | | | | | | FindOpenSSL: Remove extra whitespace | Thijs Wenker | 2015-07-30 | 1 | -9/+9 |
* | | | | | | | Merge topic 'cmake-W-options' | Brad King | 2015-07-31 | 25 | -41/+374 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake: Add -W options to control deprecation warnings and errors | Michael Scott | 2015-07-29 | 25 | -41/+374 |
* | | | | | | | | Merge topic 'refactor-install' | Brad King | 2015-07-31 | 24 | -124/+215 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmInstallTargetGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-07-30 | 3 | -38/+50 |
| * | | | | | | | | cmInstallCommand: Store only a targetName, not a cmTarget. | Stephen Kelly | 2015-07-30 | 4 | -11/+28 |
| * | | | | | | | | cmInstallGenerator: Add a Compute() virtual hook. | Stephen Kelly | 2015-07-30 | 2 | -0/+14 |
| * | | | | | | | | cmInstallCommand: Move the SetHaveInstallRule invocation. | Stephen Kelly | 2015-07-30 | 2 | -1/+6 |
| * | | | | | | | | cmScriptGenerator: Remove unused method. | Stephen Kelly | 2015-07-30 | 1 | -3/+0 |
| * | | | | | | | | cmGlobalGenerator: Move QtAutogen handling to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -5/+7 |
| * | | | | | | | | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 9 | -13/+42 |
| * | | | | | | | | cmGlobalGenerator: Move generation object creation to Compute(). | Stephen Kelly | 2015-07-30 | 4 | -3/+12 |
| * | | | | | | | | Xcode: Use allBuild target return value. | Stephen Kelly | 2015-07-29 | 1 | -2/+1 |
| * | | | | | | | | cmMakefile: Simplify generate-time cmGeneratorTarget creation. | Stephen Kelly | 2015-07-29 | 2 | -1/+1 |
| * | | | | | | | | cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute(). | Stephen Kelly | 2015-07-29 | 1 | -2/+2 |
| * | | | | | | | | cmGlobalGenerator: Return from Compute whether to generate. | Stephen Kelly | 2015-07-29 | 3 | -7/+11 |
| * | | | | | | | | cmGlobalGenerator: Create a new Compute step before generation. | Stephen Kelly | 2015-07-29 | 3 | -7/+5 |
| * | | | | | | | | cmGlobalGenerator: Remove the TargetManifest member. | Stephen Kelly | 2015-07-29 | 3 | -15/+7 |
| * | | | | | | | | cmGlobalGenerator: Remove unused manifest accessor. | Stephen Kelly | 2015-07-29 | 1 | -5/+0 |
| * | | | | | | | | VisualStudio: Skip global targets when processing. | Stephen Kelly | 2015-07-29 | 3 | -1/+10 |
| * | | | | | | | | Xcode: Skip Global targets when processing. | Stephen Kelly | 2015-07-29 | 1 | -0/+5 |
| * | | | | | | | | cmMakefile: Move method out of line. | Stephen Kelly | 2015-07-29 | 2 | -4/+6 |
| * | | | | | | | | cmMakefile: Return target from all AddUtilityCommand signatures | Brad King | 2015-07-29 | 2 | -19/+21 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'SunOS-link-CXX-normally' | Brad King | 2015-07-31 | 1 | -8/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | SunOS: Drop special case for linking C++ shared libraries with gcc (#15673) | Brad King | 2015-07-30 | 1 | -8/+0 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'fix-cray-version' | Brad King | 2015-07-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |