summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
|\ \ \
| * | | server-mode: Add debug supportTobias Hunger2016-09-203-15/+109
| * | | server-mode: Report Messages from cmake to clientsTobias Hunger2016-09-205-1/+64
| * | | server-mode: Automate progress reportingTobias Hunger2016-09-203-5/+25
| * | | cmake-server: Use consistent constant naming styleTobias Hunger2016-09-202-31/+27
| | |/ | |/|
* | | Merge topic 'fortran-submodules'Brad King2016-09-217-523/+660
|\ \ \
| * | | Help: Add notes for topic 'fortran-submodules'Brad King2016-09-201-0/+7
| * | | Fortran: Add support for submodule syntax in dependency scanningBrad King2016-09-206-521/+643
| * | | cmFortranParser: Skip module procedures/functions/subroutinesBrad King2016-09-202-47/+55
| |/ /
* | | Merge topic 'ninja-implicit-outputs'Brad King2016-09-214-12/+39
|\ \ \
| * | | cmGlobalNinjaGenerator: Add API to check for implicit outputs supportBrad King2016-09-202-0/+9
| * | | cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputsBrad King2016-09-204-12/+30
| |/ /
* | | Merge topic 'refactor-fortran-module-dir-lookup'Brad King2016-09-214-9/+27
|\ \ \
| * | | Fortran: Use module dir flag if needed for default module directoryBrad King2016-09-204-7/+22
| * | | cmGeneratorTarget: Refactor Fortran module directory lookupBrad King2016-09-201-2/+5
| |/ /
* | | Merge topic 'update-kwsys'Brad King2016-09-213-67/+175
|\ \ \
| * \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-203-67/+175
| |\ \ \ | | |/ / | |/| |
| | * | KWSys 2016-09-20 (3f69ac40)KWSys Upstream2016-09-203-67/+175
* | | | Merge topic 'runcmake-cpack-test-framework-fix'Brad King2016-09-211-70/+17
|\ \ \ \
| * | | | Tests: Fix RunCMake.CPack test infrastructure after logical conflictDomen Vrankar2016-09-201-70/+17
* | | | | CMake Nightly Date StampKitware Robot2016-09-211-1/+1
| |/ / / |/| | |
* | | | Merge topic 'directory-list-targets-and-subdirs'Brad King2016-09-2014-1/+134
|\ \ \ \
| * | | | Add directory properties to get source and binary directoriesBrad King2016-09-197-1/+43
| * | | | Add directory property to list buildsystem targetsBrad King2016-09-197-1/+36
| * | | | Add a directory property to list subdirectoriesBrad King2016-09-199-1/+46
| * | | | cmState: Record buildsystem target names in each directoryBrad King2016-09-193-0/+11
* | | | | Merge topic 'cpack-rpm-policy-warnings'Brad King2016-09-201-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CPackRPM: Avoid CMP0007 warningsDomen Vrankar2016-09-201-1/+4
| |/ / /
* | | | Merge topic 'cpack-rpm-srpm-package'Brad King2016-09-209-26/+359
|\ \ \ \
| * | | | CPack/RPM: Generate source rpm (SRPM) packages on demandDomen Vrankar2016-09-209-26/+359
| |/ / /
* | | | Merge topic 'cpack.hash_computing'Brad King2016-09-2011-13/+116
|\ \ \ \