Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'codelite-organize-by-target' | Brad King | 2016-09-27 | 6 | -95/+280 |
|\ | |||||
| * | CodeLite: Optionally use targets to create (sub)project files | Minze Zwerver | 2016-09-26 | 6 | -95/+280 |
* | | Merge topic 'cmake-server-basic-commands' | Brad King | 2016-09-27 | 8 | -4/+561 |
|\ \ | |||||
| * | | server-mode: Add command to compute the build system | Tobias Hunger | 2016-09-26 | 4 | -1/+46 |
| * | | server-mode: Add a configure command | Tobias Hunger | 2016-09-26 | 4 | -1/+121 |
| * | | server-mode: Set global configuration of cmake via a command | Tobias Hunger | 2016-09-26 | 6 | -4/+211 |
| * | | server-mode: Query global configuration of cmake via a command | Tobias Hunger | 2016-09-26 | 8 | -3/+188 |
* | | | Merge topic 'find-matlab-pthread' | Brad King | 2016-09-27 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | FindMatlab: Fix -pthread check for projects with only C enabled | Jamie Snape | 2016-09-26 | 1 | -1/+6 |
* | | | | Merge topic 'update-kwsys' | Brad King | 2016-09-27 | 1 | -16/+21 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-09-26 | 1 | -16/+21 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | KWSys 2016-09-23 (80f820fc) | KWSys Upstream | 2016-09-26 | 1 | -16/+21 |
* | | | | | Merge topic 'CPackNSIS-per-component-install' | Brad King | 2016-09-27 | 3 | -6/+45 |
|\ \ \ \ \ | |||||
| * | | | | | CPack/NSIS: Add custom component install directory | Roman Wüger | 2016-09-26 | 3 | -6/+45 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'FindBoost-1.62' | Brad King | 2016-09-27 | 1 | -0/+16 |
|\ \ \ \ \ | |||||
| * | | | | | FindBoost: update to 1.62 | Tatsuyuki Ishi | 2016-09-25 | 1 | -0/+16 |
* | | | | | | Merge topic 'ninja-include-dir' | Brad King | 2016-09-27 | 4 | -0/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Ninja: Add source location as include directory for preprocessed files | Nils Gladitz | 2016-09-27 | 4 | -0/+22 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-27 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'xcode-sdk-version' | Brad King | 2016-09-26 | 1 | -2/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | 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 |