summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-081-93/+58
|\
| * KWSys 2015-07-07 (8504e845)KWSys Robot2015-07-081-93/+58
* | CMake Nightly Date StampKitware Robot2015-07-081-1/+1
* | Merge branch 'release'Brad King2015-07-070-0/+0
|\ \
| * \ Merge branch 'fortran-module-preprocessor-defs' into releaseBrad King2015-07-064-2/+9
| |\ \
| * \ \ Merge branch 'FindMatlab-doc-section-headers' into releaseBrad King2015-07-061-8/+8
| |\ \ \
* | \ \ \ Merge topic 'tar-portability'Brad King2015-07-072-1/+11
|\ \ \ \ \
| * | | | | cmArchiveWrite: do not store sparse files when using standard tar formatsRoman Donchenko2015-07-062-1/+11
* | | | | | Merge topic 'ExternalProject-USES_TERMINAL'Brad King2015-07-075-0/+233
|\ \ \ \ \ \
| * | | | | | ExternalProject: Added new USES_TERMINAL optionsJames Johnston2015-07-065-0/+233
| |/ / / / /
* | | | | | Merge topic 'refactor-cmListFileBacktrace'Brad King2015-07-0723-87/+414
|\ \ \ \ \ \
| * | | | | | cmListFileBacktrace: Implement in terms of cmState::Snapshot.Stephen Kelly2015-07-065-52/+37
| * | | | | | cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-067-20/+46
| * | | | | | cmMakefile: Set the FilePath on the frame from the cmState.Stephen Kelly2015-07-061-2/+8
| * | | | | | cmMakefile: Create intermediate variables for snapshot frames.Stephen Kelly2015-07-061-2/+4
| * | | | | | cmMakefile: Create a scoped context for parsing listfiles.Stephen Kelly2015-07-0615-16/+79
| * | | | | | cmMakefile: Access the execution list file from the cmState.Stephen Kelly2015-07-051-1/+2
| * | | | | | cmState: Store execution context.Stephen Kelly2015-07-056-25/+133
| * | | | | | cmState: Add GetCallStackParent method.Stephen Kelly2015-07-052-0/+23
| * | | | | | cmState: Store snapshots for more different types.Stephen Kelly2015-07-043-2/+100
| * | | | | | cmMakefile: Split CallStack into two pieces.Stephen Kelly2015-07-042-24/+21
| * | | | | | cmLinkedTree: Add operator* to the iterator.Stephen Kelly2015-07-041-0/+18
* | | | | | | Merge topic 'ctest-progress-ticks'Brad King2015-07-073-9/+16
|\ \ \ \ \ \ \
| * | | | | | | CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-063-9/+16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fortran-module-preprocessor-defs'Brad King2015-07-074-2/+9
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fortran: Fix passing of preprocessor definitions to dependency scannerBrad King2015-07-064-2/+9
* | | | | | | Merge topic 'osx-pythondotorg-libs'Brad King2015-07-071-7/+32
|\ \ \ \ \ \ \
| * | | | | | | FindPythonLibs: Find the python.org libraries (#14809)Matt McCormick2015-07-061-7/+32
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-07-071-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'show-number-of-tests'Brad King2015-07-063-4/+47
|\ \ \ \ \ \
| * | | | | | CTest: Show the number of tests for each label in the summaryBetsy McPhail2015-07-063-4/+47
* | | | | | | Merge topic 'xlc-no-qalias-flag'Brad King2015-07-062-4/+2
|\ \ \ \ \ \ \
| * | | | | | | XL: Drop -qalias=noansi from default C flagsBrad King2015-07-022-4/+2
* | | | | | | | CMake Nightly Date StampKitware Robot2015-07-061-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-07-051-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-07-041-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-07-031-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'fix-readme-typos'Brad King2015-07-022-2/+2
|\ \ \ \ \ \
| * | | | | | README: Fix typo "the the" => "the"Brad King2015-07-021-1/+1
| * | | | | | CONTRIBUTING: Spell "offered" correctlyBrad King2015-07-021-1/+1
| |/ / / / /
* | | | | | Merge topic 'ctest-test-load'Brad King2015-07-0243-11/+441
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-3040-7/+392
| * | | | | cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementationZack Galbreath2015-06-302-4/+32
| * | | | | cmSystemTools: Add StringToULong helperBrad King2015-06-302-0/+10
| * | | | | Tests: Teach RunCMake infrastructure to optionally timeoutBrad King2015-06-301-0/+7
* | | | | | Merge topic 'update-kwsys'Brad King2015-07-021-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-021-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | KWSys 2015-07-02 (1f19c187)KWSys Robot2015-07-021-1/+1
* | | | | | | Merge topic 'use-generator-target'Brad King2015-07-0216-115/+137
|\ \ \ \ \ \ \
| * | | | | | | cmGlobalGenerator: Map local generators to generator targets.Stephen Kelly2015-07-014-15/+13