Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'doc-dev-testing' | Brad King | 2017-03-07 | 3 | -10/+58 |
|\ | |||||
| * | Help/dev: Document the CMake Testing Process | Brad King | 2017-03-07 | 3 | -8/+54 |
| * | Help/dev: Revise README to have a bullet list of available documents | Brad King | 2017-03-07 | 1 | -2/+4 |
* | | Merge branch 'release' | Brad King | 2017-03-07 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge branch 'revert-CTestTestfile-removal' into release | Brad King | 2017-03-06 | 1 | -7/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'FindVulkan-fix-win-32' into release | Brad King | 2017-03-06 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'FindHDF5-fix-definitions' into release | Brad King | 2017-03-06 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'revert-CTestTestfile-removal' | Brad King | 2017-03-07 | 1 | -7/+4 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" | Brad King | 2017-03-06 | 1 | -7/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'working-directory-fixes' | Brad King | 2017-03-07 | 20 | -154/+138 |
|\ \ \ \ \ | |||||
| * | | | | | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 14 | -146/+86 |
| * | | | | | cmWorkingDirectory: add class for changing the workdir | Ben Boeckel | 2017-03-06 | 4 | -0/+52 |
| * | | | | | cmCTest, cmCTestCoverageHandler: remove cwd dance | Ben Boeckel | 2017-03-06 | 2 | -7/+0 |
| * | | | | | OSXScriptLauncher: remove unused variable | Ben Boeckel | 2017-03-06 | 1 | -1/+0 |
* | | | | | | Merge topic 'cpack_nsis_sign_uninstaller' | Brad King | 2017-03-07 | 3 | -1/+53 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/NSIS: Sign the uninstaller | Roman Wüger | 2017-03-01 | 3 | -1/+53 |
* | | | | | | | Merge topic 'autogen_common' | Brad King | 2017-03-07 | 32 | -548/+920 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Autogen: Test: Add mocDepends test | Sebastian Holtermann | 2017-03-06 | 9 | -0/+119 |
| * | | | | | | | Autogen: Test: Add generated qrc file to rccDepends test | Sebastian Holtermann | 2017-03-06 | 6 | -9/+39 |
| * | | | | | | | Autogen: Test: Add generated file to moc rerun test | Sebastian Holtermann | 2017-03-06 | 5 | -18/+37 |
| * | | | | | | | Autogen: Test: Add timestamp comparison to moc rerun test | Sebastian Holtermann | 2017-03-06 | 3 | -15/+32 |
| * | | | | | | | Autogen: Test: Rename automoc_rerun test to mocRerun | Sebastian Holtermann | 2017-03-06 | 7 | -9/+9 |
| * | | | | | | | Autogen: Test: Rename autorcc_depends test to rccDepends | Sebastian Holtermann | 2017-03-06 | 5 | -8/+8 |
| * | | | | | | | Autogen: Add RunCommand method with built in logging | Sebastian Holtermann | 2017-03-06 | 2 | -58/+61 |
| * | | | | | | | Autogen: Error return when a scan file is not readable | Sebastian Holtermann | 2017-03-06 | 2 | -40/+67 |
| * | | | | | | | Autogen: Add AUTOMOC/UIC support for generated source files | Sebastian Holtermann | 2017-03-06 | 1 | -92/+122 |
| * | | | | | | | Autogen: Initializer cleanups | Sebastian Holtermann | 2017-03-06 | 1 | -73/+70 |
| * | | | | | | | Autogen: Add support for generated .qrc files | Sebastian Holtermann | 2017-03-06 | 4 | -77/+142 |
| * | | | | | | | Autogen: Embrace qrc file lists in braces in AutogenInfo.cmake | Sebastian Holtermann | 2017-03-06 | 3 | -26/+31 |
| * | | | | | | | Autogen: Remove unused variables | Sebastian Holtermann | 2017-03-06 | 1 | -3/+0 |
| * | | | | | | | Autogen: Add cmQtAutogeneratorCommon class with shared types and functions | Sebastian Holtermann | 2017-03-06 | 5 | -166/+229 |
* | | | | | | | | Merge topic 'FindHDF5-lang-include-dirs' | Brad King | 2017-03-07 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindHDF5: set HDF5_<lang>_INCLUDE_DIRS in all cases | Kris Thielemans | 2017-03-06 | 1 | -0/+5 |
* | | | | | | | | | Merge topic 'doc-sort-cmake-variables' | Brad King | 2017-03-07 | 1 | -26/+26 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Help: Sort cmake-variables.7 toctree | Ruslan Baratov | 2017-03-07 | 1 | -26/+26 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-07 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge topic 'doc-map-config-prop-example' | Brad King | 2017-03-06 | 1 | -0/+45 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Add example to MAP_IMPORTED_CONFIG_<CONFIG> docs | Ruslan Baratov | 2017-03-06 | 1 | -0/+45 |
* | | | | | | | | | Merge topic 'FindVulkan-fix-win-32' | Brad King | 2017-03-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | FindVulkan: Fix for SDK versions < 1.0.42 on 32-bit Windows | Matthäus G. Chajdas | 2017-03-06 | 1 | -0/+1 |
* | | | | | | | | Merge topic 'FindHDF5-fix-definitions' | Brad King | 2017-03-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | FindHDF5: Restore `-D` in HDF5_DEFINITIONS | Kris Thielemans | 2017-03-06 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'binaries-from-gitlab-repo' | Brad King | 2017-03-06 | 2 | -3/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Utilities/Release: Fetch from gitlab.kitware.com repository | Brad King | 2017-03-03 | 2 | -3/+11 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-06 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-05 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-04 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'developer-setup' | Brad King | 2017-03-03 | 2 | -12/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | SetupForDevelopment: Drop cmake.org remote repo configuration | Brad King | 2017-03-03 | 2 | -12/+2 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'doc-development-process' | Brad King | 2017-03-03 | 5 | -1/+345 |
|\ \ \ \ \ \ |