summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge topic 'qtdialog-lib-paths'Brad King2016-09-231-0/+2
|\ \
| * | cmake-gui: Do not remove library paths for Qt5 plugins.Clinton Stimpson2016-09-221-0/+2
| * | CMake 3.6.2v3.6.2Brad King2016-09-071-1/+1
| * | Merge branch 'vs14-debug-enum-older-toolsets' into releaseBrad King2016-09-011-1/+3
| |\ \
| * \ \ Merge branch 'vs-NsightTegra-empty-version' into releaseBrad King2016-08-261-5/+4
| |\ \ \
| * \ \ \ Merge branch 'intel-fortran-mod-diff' into releaseBrad King2016-08-241-0/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'vs14-debug-enum-older-toolsets' into releaseBrad King2016-08-051-4/+7
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2016-09-231-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'test-fixtures'Brad King2016-09-225-2/+233
|\ \ \ \ \ \
| * | | | | | CTest: Add support for test fixturesCraig Scott2016-09-205-2/+233
* | | | | | | Merge topic 'cmake-server-pipes'Brad King2016-09-226-144/+463
|\ \ \ \ \ \ \
| * | | | | | | server-mode: Introduce cmServerConnectionTobias Hunger2016-09-226-144/+463
* | | | | | | | CMake Nightly Date StampKitware Robot2016-09-221-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'ctest-capture-error'Brad King2016-09-215-6/+119
|\ \ \ \ \ \ \
| * | | | | | | CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-204-4/+118
| * | | | | | | ctest_coverage: If gcov is not found just warn, not errorBill Hoffman2016-09-201-2/+1
* | | | | | | | Merge topic 'cmake-server-more-info'Brad King2016-09-214-46/+170
|\ \ \ \ \ \ \ \
| * | | | | | | | server-mode: Add debug supportTobias Hunger2016-09-202-15/+75
| * | | | | | | | server-mode: Report Messages from cmake to clientsTobias Hunger2016-09-204-1/+49