summaryrefslogtreecommitdiffstats
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 '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
| * | | | | | | CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typoBrad King2016-09-221-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'test-Fortran-split'Brad King2016-09-2324-89/+96
|\ \ \ \ \ \ \
| * | | | | | | Tests: Split Fortran module testing into separate FortranModules testBrad King2016-09-2223-86/+91
| * | | | | | | Tests: Check if Fortran compiler supports F90Brad King2016-09-221-0/+3
| * | | | | | | Tests: Use more generic variables in Fortran testBrad King2016-09-221-10/+10
| * | | | | | | Tests: Remove trailing line from Fortran/ExternalBrad King2016-09-221-1/+0
| |/ / / / / /
* | | | | | | Merge topic 'fix-xcode-attribute-LOCATIONs'Brad King2016-09-234-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Fix XCODE_ATTRIBUTE_..._LOCATION target property lookupBrad King2016-09-224-1/+13
| |/ / / / / /
* | | | | | | Merge topic 'cmake-server-signals'Brad King2016-09-237-51/+124
|\ \ \ \ \ \ \
| * | | | | | | server-mode: Allow for sending signalsTobias Hunger2016-09-226-0/+33
| * | | | | | | server-mode: Pass server into cmServerProtocolTobias Hunger2016-09-224-4/+10