Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utilities/Scripts: Add temporary script to filter license notices | Brad King | 2016-09-27 | 1 | -0/+49 |
* | Copyright.txt: Add notice of copyright by contributors | Brad King | 2016-09-27 | 1 | -11/+74 |
* | Utilities/KWStyle: Remove unused header check reference file | Brad King | 2016-09-27 | 1 | -11/+0 |
* | Tests: Fix RunCMake.CTest output match to tolerate line number changes | Brad King | 2016-09-27 | 1 | -3/+3 |
* | Merge topic 'cpack-rpm-debuginfo-sources' | Brad King | 2016-09-27 | 4 | -22/+253 |
|\ | |||||
| * | CPack/RPM debuginfo packaging documentation | Domen Vrankar | 2016-09-27 | 1 | -8/+90 |
| * | CPack/RPM debuginfo directories to sources | Domen Vrankar | 2016-09-27 | 2 | -4/+32 |
| * | CPack/RPM debuginfo packages must contain sources | Domen Vrankar | 2016-09-27 | 4 | -14/+135 |
* | | Merge topic 'suppress-pgi-warnings' | Brad King | 2016-09-27 | 1 | -0/+3 |
|\ \ | |||||
| * | | CTestCustom: Suppress PGI warnings in generated Lexer/Parser code | Brad King | 2016-09-26 | 1 | -0/+1 |
| * | | CTestCustom: Suppress PGI compiler warning summary line | Brad King | 2016-09-26 | 1 | -0/+2 |
* | | | Merge topic 'index-directories' | Brad King | 2016-09-27 | 2 | -6/+27 |
|\ \ \ | |||||
| * | | | cmGlobalGenerator: Optimize FindMakefile method with an index | Brad King | 2016-09-26 | 2 | -6/+27 |
| |/ / | |||||
* | | | 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 |