| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path | Gregor Jasny | 2016-09-25 | 1 | -2/+4 |
| |/ / / / |
|
* | | | | | Merge topic 'auto-ptr' | Brad King | 2016-09-26 | 4 | -1/+29 |
|\ \ \ \ \ |
|
| * | | | | | Use std::auto_ptr on compilers that do not warn about it | Daniel Pfeifer | 2016-09-26 | 1 | -1/+9 |
|
|
| * | | | | | Add a feature check to test availability of auto_ptr | Daniel Pfeifer | 2016-09-26 | 3 | -0/+20 |
|
|
* | | | | | | Merge topic 'revert-cpack-deb-package-description-fallback' | Brad King | 2016-09-26 | 6 | -47/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "CPack/DEB: Make package description variable precedence match RPM" | Domen Vrankar | 2016-09-24 | 6 | -47/+28 |
|
|
* | | | | | | | Merge topic 'tidy-server' | Brad King | 2016-09-26 | 3 | -28/+53 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cmServer: add braces around conditional statements | Daniel Pfeifer | 2016-09-23 | 3 | -28/+53 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge topic 'ctest-no-manual-delete' | Brad King | 2016-09-26 | 1 | -29/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CTest::CompressString: Avoid manual delete | Daniel Pfeifer | 2016-09-23 | 1 | -10/+5 |
|
|
| * | | | | | | | CTest::CompressString: Reorder code to avoid unnecessary allocation | Daniel Pfeifer | 2016-09-23 | 1 | -8/+7 |
|
|
| * | | | | | | | CTest::Base64EncodeFile: Avoid manual delete | Daniel Pfeifer | 2016-09-23 | 1 | -12/+7 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'xcode-swift-version' | Brad King | 2016-09-26 | 7 | -0/+31 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Xcode: Add option to set Swift language version | Brad King | 2016-09-26 | 5 | -1/+23 |
|
|
| * | | | | | | | Xcode: Port rudimentary Swift support to Xcode 8 | Brad King | 2016-09-23 | 3 | -0/+9 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'FindMatlab-simulink' | Brad King | 2016-09-26 | 2 | -5/+46 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | FindMatlab: Add notes for topic 'FindMatlab-simulink' | Brad King | 2016-09-23 | 1 | -0/+4 |
|
|
| * | | | | | | | FindMatlab: Add EXECUTABLE, MODULE, and SHARED options to matlab_add_mex | Jamie Snape | 2016-09-23 | 1 | -4/+24 |
|
|
| * | | | | | | | FindMatlab: Add SIMULINK component | Jamie Snape | 2016-09-23 | 1 | -0/+16 |
|
|
| * | | | | | | | FindMatlab: Fix documentation | Jamie Snape | 2016-09-23 | 1 | -1/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'fortran-submodule-test' | Brad King | 2016-09-26 | 5 | -0/+95 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Tests: Add Fortran submodule tests | Brad King | 2016-09-23 | 5 | -0/+95 |
| |/ / / / / / |
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-26 | 1 | -1/+1 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-25 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-24 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge branch 'release' | Brad King | 2016-09-23 | 0 | -0/+0 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'qtdialog-lib-paths' into release | Brad King | 2016-09-23 | 1 | -0/+2 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge topic 'ninja-fortran' | Brad King | 2016-09-23 | 12 | -10/+910 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Document Ninja generator conditional Fortran support | Brad King | 2016-09-22 | 2 | -0/+16 |
|
|
| * | | | | | | 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 | 5 | -1/+179 |
|
|
| * | | | | | | 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 'CheckFortranSourceCompiles-custom-ext' | Brad King | 2016-09-23 | 2 | -5/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CheckFortranSourceCompiles: Add support for custom source extension | Brad King | 2016-09-22 | 2 | -4/+17 |
|
|
| * | | | | | | | CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo | Brad King | 2016-09-22 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'test-Fortran-split' | Brad King | 2016-09-23 | 24 | -89/+96 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Tests: Split Fortran module testing into separate FortranModules test | Brad King | 2016-09-22 | 23 | -86/+91 |
|
|
| * | | | | | | | Tests: Check if Fortran compiler supports F90 | Brad King | 2016-09-22 | 1 | -0/+3 |
|
|
| * | | | | | | | Tests: Use more generic variables in Fortran test | Brad King | 2016-09-22 | 1 | -10/+10 |
|
|
| * | | | | | | | Tests: Remove trailing line from Fortran/External | Brad King | 2016-09-22 | 1 | -1/+0 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'fix-xcode-attribute-LOCATIONs' | Brad King | 2016-09-23 | 4 | -1/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix XCODE_ATTRIBUTE_..._LOCATION target property lookup | Brad King | 2016-09-22 | 4 | -1/+13 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'cmake-server-signals' | Brad King | 2016-09-23 | 7 | -51/+124 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | server-mode: Allow for sending signals | Tobias Hunger | 2016-09-22 | 6 | -0/+33 |
|
|