summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-261-16/+21
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | KWSys 2016-09-23 (80f820fc)KWSys Upstream2016-09-261-16/+21
* | | | | | | Merge topic 'CPackNSIS-per-component-install'Brad King2016-09-273-6/+45
|\ \ \ \ \ \ \
| * | | | | | | CPack/NSIS: Add custom component install directoryRoman Wüger2016-09-263-6/+45
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'FindBoost-1.62'Brad King2016-09-271-0/+16
|\ \ \ \ \ \ \
| * | | | | | | FindBoost: update to 1.62Tatsuyuki Ishi2016-09-251-0/+16
* | | | | | | | Merge topic 'ninja-include-dir'Brad King2016-09-274-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Ninja: Add source location as include directory for preprocessed filesNils Gladitz2016-09-274-0/+22
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-09-271-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'xcode-sdk-version'Brad King2016-09-261-2/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Xcode: Convert maybe unversioned OSX sysroot into versioned SDK pathGregor Jasny2016-09-251-2/+4
| |/ / / / /
* | | | | | 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 'revert-cpack-deb-package-description-fallback'Brad King2016-09-266-47/+28
|\ \ \ \ \ \ \
| * | | | | | | Revert "CPack/DEB: Make package description variable precedence match RPM"Domen Vrankar2016-09-246-47/+28
* | | | | | | | 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-267-0/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Add option to set Swift language versionBrad King2016-09-265-1/+23
| * | | | | | | | Xcode: Port rudimentary Swift support to Xcode 8Brad King2016-09-233-0/+9
| |/ / / / / / /
* | | | | | | | Merge topic 'FindMatlab-simulink'Brad King2016-09-262-5/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMatlab: Add notes for topic 'FindMatlab-simulink'Brad King2016-09-231-0/+4
| * | | | | | | | FindMatlab: Add EXECUTABLE, MODULE, and SHARED options to matlab_add_mexJamie Snape2016-09-231-4/+24
| * | | | | | | | FindMatlab: Add SIMULINK componentJamie Snape2016-09-231-0/+16
| * | | | | | | | FindMatlab: Fix documentationJamie Snape2016-09-231-1/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'fortran-submodule-test'Brad King2016-09-265-0/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Add Fortran submodule testsBrad King2016-09-235-0/+95
| |/ / / / / / /
* | | | | | | | 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 branch 'release'Brad King2016-09-230-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'qtdialog-lib-paths' into releaseBrad King2016-09-231-0/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ninja-fortran'Brad King2016-09-2312-10/+910
|\ \ \ \ \ \ \
| * | | | | | | Help: Document Ninja generator conditional Fortran supportBrad King2016-09-222-0/+16
| * | | | | | | Ninja: Add dyndep rules for Fortran module dependenciesBrad King2016-09-222-1/+174
| * | | | | | | Ninja: Add explicit preprocessing step for FortranBrad King2016-09-225-1/+179
| * | | | | | | 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 'CheckFortranSourceCompiles-custom-ext'Brad King2016-09-232-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | CheckFortranSourceCompiles: Add support for custom source extensionBrad King2016-09-222-4/+17