summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fortran: Inline conversion to relative pathStephen Kelly2016-10-061-1/+5
* Fortran: Wrap path convert in a call with a more-suitable nameStephen Kelly2016-10-062-20/+24
* Makefiles: Hardcode the relative location of the CMakeCache fileStephen Kelly2016-10-061-5/+1
* Convert: Extract method to determine if paths are in directoryStephen Kelly2016-10-062-5/+17
* Convert: Remove asserts which are duplicated in delegate methodStephen Kelly2016-10-061-7/+0
* Convert: Remove early return checkStephen Kelly2016-10-061-5/+0
* Convert: Extract local variables for readabilityStephen Kelly2016-10-061-12/+13
* Convert: Extract local variablesStephen Kelly2016-10-061-14/+17
* cmOutputConverter: remove unused codeDaniel Pfeifer2016-10-062-20/+0
* Xcode: Inline ConvertToRelativePath callsStephen Kelly2016-10-061-3/+3
* Merge topic 'cmake-server-improve-shutdown'Brad King2016-10-063-53/+132
|\
| * server-mode: Improve shutdown behaviorTobias Hunger2016-10-043-53/+132
* | Merge topic 'fix-VS-resources-pri-path'Brad King2016-10-061-2/+4
|\ \
| * | VS: Use absolute target-specific directory for `resources.pri`Roman Wüger2016-10-051-2/+4
| |/
* | Merge topic 'no-define-cout-cerr'Brad King2016-10-067-39/+0
|\ \
| * | Do not define cout/cerr preprocessor symbolsBrad King2016-10-047-39/+0
* | | CMake Nightly Date StampKitware Robot2016-10-061-1/+1
* | | CMake Nightly Date StampKitware Robot2016-10-051-1/+1
* | | Merge topic 'qtifw-https-cmake.org'Brad King2016-10-041-1/+1
|\ \ \ | |/ / |/| |
| * | QtIFW: Reference cmake.org via https in cmake.org.htmlBrad King2016-10-041-1/+1
| |/
* | Merge topic 'add-BUILD_RPATH'Brad King2016-10-043-0/+10
|\ \
| * | Add a BUILD_RPATH target property specifying build-tree RPATH entriesRuslan Baratov2016-10-033-0/+10
* | | CMake Nightly Date StampKitware Robot2016-10-041-1/+1
|/ /
* | Begin post-3.7 developmentBrad King2016-10-031-2/+2
* | CMake 3.7.0-rc1 version updateBrad King2016-10-031-3/+3
|/
* Merge topic 'cmake-server-teardown-file-monitor'Brad King2016-10-031-0/+1
|\
| * cmake-server: Stop the file monitor on client disconnectBrad King2016-09-301-0/+1
* | CMake Nightly Date StampKitware Robot2016-10-031-1/+1
* | CMake Nightly Date StampKitware Robot2016-10-021-1/+1
* | Merge topic 'autogen-fix-cmake-error'Brad King2016-10-011-2/+2
|\ \
| * | QtAutogen: Use cmSystemTools::Error instead of std::cerrSebastian Holtermann2016-09-301-2/+2
* | | Merge topic 'autogen-empty-qrc'Brad King2016-10-011-34/+33
|\ \ \ | |/ /
| * | QtAutogen: Allow .qrc files that do not contain any file referenceSebastian Holtermann2016-09-301-34/+33
| |/
* | Merge topic 'aux_source_directory-sort'Brad King2016-10-011-4/+8
|\ \
| * | aux_source_directory: Sort results to make it deterministicJunghyun Kim2016-09-301-4/+8
* | | CMake Nightly Date StampKitware Robot2016-10-011-1/+1
| |/ |/|
* | Merge topic 'cmake-server-filewatcher'Brad King2016-09-3010-1/+518
|\ \
| * | server-mode: Watch CMakeLists.txt filesTobias Hunger2016-09-293-0/+44
| * | server-mode: Report watched files to clientTobias Hunger2016-09-293-0/+26
| * | server-mode: Add infrastructure to watch the filesystemTobias Hunger2016-09-299-1/+448
| |/
* | Merge topic 'cmake-server-enable-more'Brad King2016-09-301-1/+1
|\ \
| * | server-mode: Rename variable CMake_{HAVE => ENABLE}_SERVER_MODEBrad King2016-09-291-1/+1
| |/
* | Merge topic 'update-kwsys'Brad King2016-09-301-0/+4
|\ \
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-291-0/+4
| |/
* | CMake Nightly Date StampKitware Robot2016-09-301-1/+1
|/
* Merge topic 'cmake_parse_arguments-PARSE_ARGV-multi-value'Brad King2016-09-291-2/+23
|\
| * cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handlingMatthew Woehlke2016-09-281-2/+23
* | Merge topic 'cmake-server-commands'Brad King2016-09-293-2/+583
|\ \
| * | server-mode: Report CMakeCache entriesTobias Hunger2016-09-283-0/+71
| * | server-mode: Add command to retrieve build system filesTobias Hunger2016-09-283-2/+103