summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | server-mode: Move constants for server mode into its own fileTobias Hunger2016-09-224-47/+81
| |/ / / / / /
* | | | | | | Merge topic 'FindOpenSSL-path-order'Brad King2016-09-231-6/+6
|\ \ \ \ \ \ \
| * | | | | | | FindOpenSSL: Search in more-specific directories before less-specificBrad King2016-09-221-6/+6
* | | | | | | | 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 Nightly Date StampKitware Robot2016-09-231-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'test-fixtures'Brad King2016-09-2228-3/+646
|\ \ \ \ \
| * | | | | CTest: Add support for test fixturesCraig Scott2016-09-2028-3/+646
* | | | | | Merge topic 'cmake-server-pipes'Brad King2016-09-2211-149/+476
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | server-mode: Introduce cmServerConnectionTobias Hunger2016-09-2211-149/+476
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2016-09-221-1/+1
|/ / / /
* | | | Merge topic 'ctest-capture-error'Brad King2016-09-2120-8/+201
|\ \ \ \
| * | | | Help: Add notes for topic 'ctest-capture-error'Brad King2016-09-201-0/+8
| * | | | CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-2018-6/+192
| * | | | 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-215-46/+219
|\ \ \ \ \