Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmServer: add braces around conditional statements | Daniel Pfeifer | 2016-09-23 | 3 | -28/+53 |
* | Merge topic 'ninja-fortran' | Brad King | 2016-09-23 | 7 | -10/+885 |
|\ | |||||
| * | Ninja: Add dyndep rules for Fortran module dependencies | Brad King | 2016-09-22 | 2 | -1/+174 |
| * | Ninja: Add explicit preprocessing step for Fortran | Brad King | 2016-09-22 | 2 | -1/+170 |
| * | Ninja: Conditionally allow Fortran based on ninja 'dyndep' support | Brad King | 2016-09-22 | 2 | -4/+40 |
| * | Ninja: Add internal tool to produce a ninja dyndep file for Fortran | Brad King | 2016-09-22 | 3 | -0/+236 |
| * | Ninja: Add internal tool to scan Fortran code for module dependencies | Brad King | 2016-09-22 | 2 | -0/+135 |
| * | Ninja: Add comment with Fortran dependency design documentation | Brad King | 2016-09-22 | 1 | -0/+78 |
| * | Ninja: Add API to check for dyndep support | Brad King | 2016-09-22 | 2 | -0/+12 |
| * | Ninja: Refactor ninja feature detection | Brad King | 2016-09-22 | 2 | -6/+18 |
| * | Ninja: Refactor Fortran rejection logic | Brad King | 2016-09-22 | 4 | -3/+27 |
* | | Merge topic 'fix-xcode-attribute-LOCATIONs' | Brad King | 2016-09-23 | 1 | -1/+2 |
|\ \ | |||||
| * | | Fix XCODE_ATTRIBUTE_..._LOCATION target property lookup | Brad King | 2016-09-22 | 1 | -1/+2 |
| |/ | |||||
* | | Merge topic 'cmake-server-signals' | Brad King | 2016-09-23 | 6 | -51/+116 |
|\ \ | |||||
| * | | server-mode: Allow for sending signals | Tobias Hunger | 2016-09-22 | 5 | -0/+25 |
| * | | server-mode: Pass server into cmServerProtocol | Tobias Hunger | 2016-09-22 | 4 | -4/+10 |
| * | | server-mode: Move constants for server mode into its own file | Tobias Hunger | 2016-09-22 | 4 | -47/+81 |
| |/ | |||||
* | | Merge topic 'qtdialog-lib-paths' | Brad King | 2016-09-23 | 1 | -0/+2 |
|\ \ | |||||
| * | | cmake-gui: Do not remove library paths for Qt5 plugins. | Clinton Stimpson | 2016-09-22 | 1 | -0/+2 |
| * | | CMake 3.6.2v3.6.2 | Brad King | 2016-09-07 | 1 | -1/+1 |
| * | | Merge branch 'vs14-debug-enum-older-toolsets' into release | Brad King | 2016-09-01 | 1 | -1/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'vs-NsightTegra-empty-version' into release | Brad King | 2016-08-26 | 1 | -5/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'intel-fortran-mod-diff' into release | Brad King | 2016-08-24 | 1 | -0/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'vs14-debug-enum-older-toolsets' into release | Brad King | 2016-08-05 | 1 | -4/+7 |
| |\ \ \ \ \ | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-23 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'test-fixtures' | Brad King | 2016-09-22 | 5 | -2/+233 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 5 | -2/+233 |
* | | | | | | | Merge topic 'cmake-server-pipes' | Brad King | 2016-09-22 | 6 | -144/+463 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | server-mode: Introduce cmServerConnection | Tobias Hunger | 2016-09-22 | 6 | -144/+463 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-22 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'ctest-capture-error' | Brad King | 2016-09-21 | 5 | -6/+119 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands | Bill Hoffman | 2016-09-20 | 4 | -4/+118 |
| * | | | | | | | ctest_coverage: If gcov is not found just warn, not error | Bill Hoffman | 2016-09-20 | 1 | -2/+1 |
* | | | | | | | | Merge topic 'cmake-server-more-info' | Brad King | 2016-09-21 | 4 | -46/+170 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | server-mode: Add debug support | Tobias Hunger | 2016-09-20 | 2 | -15/+75 |
| * | | | | | | | | server-mode: Report Messages from cmake to clients | Tobias Hunger | 2016-09-20 | 4 | -1/+49 |
| * | | | | | | | | server-mode: Automate progress reporting | Tobias Hunger | 2016-09-20 | 3 | -5/+25 |
| * | | | | | | | | cmake-server: Use consistent constant naming style | Tobias Hunger | 2016-09-20 | 2 | -31/+27 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'fortran-submodules' | Brad King | 2016-09-21 | 6 | -523/+653 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fortran: Add support for submodule syntax in dependency scanning | Brad King | 2016-09-20 | 6 | -521/+643 |
| * | | | | | | | | cmFortranParser: Skip module procedures/functions/subroutines | Brad King | 2016-09-20 | 2 | -47/+55 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'ninja-implicit-outputs' | Brad King | 2016-09-21 | 4 | -12/+39 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmGlobalNinjaGenerator: Add API to check for implicit outputs support | Brad King | 2016-09-20 | 2 | -0/+9 |
| * | | | | | | | | cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputs | Brad King | 2016-09-20 | 4 | -12/+30 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'refactor-fortran-module-dir-lookup' | Brad King | 2016-09-21 | 4 | -9/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fortran: Use module dir flag if needed for default module directory | Brad King | 2016-09-20 | 4 | -7/+22 |
| * | | | | | | | | cmGeneratorTarget: Refactor Fortran module directory lookup | Brad King | 2016-09-20 | 1 | -2/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2016-09-21 | 3 | -67/+175 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-09-20 | 3 | -67/+175 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-21 | 1 | -1/+1 |
|/ / / / / / / |