summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'simplify-license-notices'Brad King2016-09-28819-9239/+1646
|\
| * Simplify CMake per-source license noticesBrad King2016-09-27819-9239/+1646
* | CMake Nightly Date StampKitware Robot2016-09-281-1/+1
|/
* Merge topic 'index-directories'Brad King2016-09-272-6/+27
|\
| * cmGlobalGenerator: Optimize FindMakefile method with an indexBrad King2016-09-262-6/+27
* | Merge topic 'codelite-organize-by-target'Brad King2016-09-272-94/+261
|\ \
| * | CodeLite: Optionally use targets to create (sub)project filesMinze Zwerver2016-09-262-94/+261
* | | Merge topic 'cmake-server-basic-commands'Brad King2016-09-273-1/+213
|\ \ \
| * | | server-mode: Add command to compute the build systemTobias Hunger2016-09-263-1/+27
| * | | server-mode: Add a configure commandTobias Hunger2016-09-263-1/+94
| * | | server-mode: Set global configuration of cmake via a commandTobias Hunger2016-09-263-0/+46
| * | | server-mode: Query global configuration of cmake via a commandTobias Hunger2016-09-263-0/+47
| | |/ | |/|
* | | Merge topic 'update-kwsys'Brad King2016-09-271-16/+21
|\ \ \
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-261-16/+21
| |/ /
* | | Merge topic 'CPackNSIS-per-component-install'Brad King2016-09-272-6/+40
|\ \ \
| * | | CPack/NSIS: Add custom component install directoryRoman Wüger2016-09-262-6/+40
| | |/ | |/|
* | | Merge topic 'ninja-include-dir'Brad King2016-09-271-0/+12
|\ \ \
| * | | Ninja: Add source location as include directory for preprocessed filesNils Gladitz2016-09-271-0/+12
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2016-09-271-1/+1
|/ /
* | Merge topic 'auto-ptr'Brad King2016-09-264-1/+29
|\ \
| * | Use std::auto_ptr on compilers that do not warn about itDaniel Pfeifer2016-09-261-1/+9
| * | Add a feature check to test availability of auto_ptrDaniel Pfeifer2016-09-263-0/+20
* | | Merge topic 'tidy-server'Brad King2016-09-263-28/+53
|\ \ \
| * | | cmServer: add braces around conditional statementsDaniel Pfeifer2016-09-233-28/+53
| |/ /
* | | Merge topic 'ctest-no-manual-delete'Brad King2016-09-261-29/+18
|\ \ \
| * | | CTest::CompressString: Avoid manual deleteDaniel Pfeifer2016-09-231-10/+5
| * | | CTest::CompressString: Reorder code to avoid unnecessary allocationDaniel Pfeifer2016-09-231-8/+7
| * | | CTest::Base64EncodeFile: Avoid manual deleteDaniel Pfeifer2016-09-231-12/+7
| |/ /
* | | Merge topic 'xcode-swift-version'Brad King2016-09-261-0/+9
|\ \ \
| * | | Xcode: Add option to set Swift language versionBrad King2016-09-261-1/+7
| * | | Xcode: Port rudimentary Swift support to Xcode 8Brad King2016-09-231-0/+3
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-09-261-1/+1
* | | CMake Nightly Date StampKitware Robot2016-09-251-1/+1
* | | CMake Nightly Date StampKitware Robot2016-09-241-1/+1
|/ /
* | Merge topic 'ninja-fortran'Brad King2016-09-237-10/+885
|\ \
| * | Ninja: Add dyndep rules for Fortran module dependenciesBrad King2016-09-222-1/+174
| * | Ninja: Add explicit preprocessing step for FortranBrad King2016-09-222-1/+170
| * | Ninja: Conditionally allow Fortran based on ninja 'dyndep' supportBrad King2016-09-222-4/+40
| * | Ninja: Add internal tool to produce a ninja dyndep file for FortranBrad King2016-09-223-0/+236
| * | Ninja: Add internal tool to scan Fortran code for module dependenciesBrad King2016-09-222-0/+135
| * | Ninja: Add comment with Fortran dependency design documentationBrad King2016-09-221-0/+78
| * | Ninja: Add API to check for dyndep supportBrad King2016-09-222-0/+12
| * | Ninja: Refactor ninja feature detectionBrad King2016-09-222-6/+18
| * | Ninja: Refactor Fortran rejection logicBrad King2016-09-224-3/+27
* | | Merge topic 'fix-xcode-attribute-LOCATIONs'Brad King2016-09-231-1/+2
|\ \ \
| * | | Fix XCODE_ATTRIBUTE_..._LOCATION target property lookupBrad King2016-09-221-1/+2
| |/ /
* | | Merge topic 'cmake-server-signals'Brad King2016-09-236-51/+116
|\ \ \
| * | | server-mode: Allow for sending signalsTobias Hunger2016-09-225-0/+25
| * | | server-mode: Pass server into cmServerProtocolTobias Hunger2016-09-224-4/+10
| * | | server-mode: Move constants for server mode into its own fileTobias Hunger2016-09-224-47/+81
| |/ /