summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variablesRuslan Baratov2017-03-0912-0/+70
|
* Merge topic 'doc-dev-testing'Brad King2017-03-073-10/+58
|\ | | | | | | | | | | | | | | | | 2927e437 Help/dev: Document the CMake Testing Process b55e19dd Help/dev: Revise README to have a bullet list of available documents Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !561
| * Help/dev: Document the CMake Testing ProcessBrad King2017-03-073-8/+54
| |
| * Help/dev: Revise README to have a bullet list of available documentsBrad King2017-03-071-2/+4
| |
* | Merge branch 'release'Brad King2017-03-070-0/+0
|\ \
| * \ Merge branch 'revert-CTestTestfile-removal' into releaseBrad King2017-03-061-7/+4
| |\ \
| * \ \ Merge branch 'FindVulkan-fix-win-32' into releaseBrad King2017-03-061-0/+1
| |\ \ \
| * \ \ \ Merge branch 'FindHDF5-fix-definitions' into releaseBrad King2017-03-061-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'revert-CTestTestfile-removal'Brad King2017-03-071-7/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 485685fd Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !553
| * | | | | Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF"Brad King2017-03-061-7/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit v3.8.0-rc1~305^2 (Remove CTestTestfile.cmake when BUILD_TESTING is OFF, 2016-11-14). It breaks projects that never enable testing but create their own `CTestTestfile.cmake` manually instead.
* | | | | Merge topic 'working-directory-fixes'Brad King2017-03-0720-154/+138
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aba92ffd cmWorkingDirectory: use the new class 047a5e4d cmWorkingDirectory: add class for changing the workdir 89891bcb cmCTest, cmCTestCoverageHandler: remove cwd dance c3304fa5 OSXScriptLauncher: remove unused variable Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Brad King <brad.king@kitware.com> Merge-request: !540
| * | | | | cmWorkingDirectory: use the new classBen Boeckel2017-03-0614-146/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions just need to change the directory for a block of code and then go back to the caller's expected location. Use cmWorkingDirectory to ensure that all return paths are handled.
| * | | | | cmWorkingDirectory: add class for changing the workdirBen Boeckel2017-03-064-0/+52
| | | | | |
| * | | | | cmCTest, cmCTestCoverageHandler: remove cwd danceBen Boeckel2017-03-062-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | The working directory changes here didn't really accomplish anything.
| * | | | | OSXScriptLauncher: remove unused variableBen Boeckel2017-03-061-1/+0
| | | | | |
* | | | | | Merge topic 'cpack_nsis_sign_uninstaller'Brad King2017-03-073-1/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09475c29 CPack/NSIS: Sign the uninstaller Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !512
| * | | | | | CPack/NSIS: Sign the uninstallerRoman Wüger2017-03-013-1/+53
| | | | | | |
* | | | | | | Merge topic 'autogen_common'Brad King2017-03-0732-548/+920
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef3c319b Autogen: Test: Add mocDepends test 7f9baf57 Autogen: Test: Add generated qrc file to rccDepends test 81656b92 Autogen: Test: Add generated file to moc rerun test d9a7ef80 Autogen: Test: Add timestamp comparison to moc rerun test 89780663 Autogen: Test: Rename automoc_rerun test to mocRerun 9cad44dc Autogen: Test: Rename autorcc_depends test to rccDepends 60274e1d Autogen: Add RunCommand method with built in logging 8f2ad9c4 Autogen: Error return when a scan file is not readable ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !543
| * | | | | | | Autogen: Test: Add mocDepends testSebastian Holtermann2017-03-069-0/+119
| | | | | | | |
| * | | | | | | Autogen: Test: Add generated qrc file to rccDepends testSebastian Holtermann2017-03-066-9/+39
| | | | | | | |
| * | | | | | | Autogen: Test: Add generated file to moc rerun testSebastian Holtermann2017-03-065-18/+37
| | | | | | | |
| * | | | | | | Autogen: Test: Add timestamp comparison to moc rerun testSebastian Holtermann2017-03-063-15/+32
| | | | | | | |
| * | | | | | | Autogen: Test: Rename automoc_rerun test to mocRerunSebastian Holtermann2017-03-067-9/+9
| | | | | | | |
| * | | | | | | Autogen: Test: Rename autorcc_depends test to rccDependsSebastian Holtermann2017-03-065-8/+8
| | | | | | | |
| * | | | | | | Autogen: Add RunCommand method with built in loggingSebastian Holtermann2017-03-062-58/+61
| | | | | | | |
| * | | | | | | Autogen: Error return when a scan file is not readableSebastian Holtermann2017-03-062-40/+67
| | | | | | | |
| * | | | | | | Autogen: Add AUTOMOC/UIC support for generated source filesSebastian Holtermann2017-03-061-92/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #16186 Closes #14379
| * | | | | | | Autogen: Initializer cleanupsSebastian Holtermann2017-03-061-73/+70
| | | | | | | |
| * | | | | | | Autogen: Add support for generated .qrc filesSebastian Holtermann2017-03-064-77/+142
| | | | | | | |
| * | | | | | | Autogen: Embrace qrc file lists in braces in AutogenInfo.cmakeSebastian Holtermann2017-03-063-26/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows empty .qrc files in any list position.
| * | | | | | | Autogen: Remove unused variablesSebastian Holtermann2017-03-061-3/+0
| | | | | | | |
| * | | | | | | Autogen: Add cmQtAutogeneratorCommon class with shared types and functionsSebastian Holtermann2017-03-065-166/+229
| | | | | | | |
* | | | | | | | Merge topic 'FindHDF5-lang-include-dirs'Brad King2017-03-071-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6bef559 FindHDF5: set HDF5_<lang>_INCLUDE_DIRS in all cases Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !548
| * | | | | | | | FindHDF5: set HDF5_<lang>_INCLUDE_DIRS in all casesKris Thielemans2017-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case that we're using `find_path` to find the include directory, only the `_DIR` variable was set, while in all other cases only the `_DIRS` variable was set. Set the `_DIRS` variable in all cases (while keeping `_DIR` as result of `find_path`). Also document the `_DIRS` variable. Fixes: #16694
* | | | | | | | | Merge topic 'doc-sort-cmake-variables'Brad King2017-03-071-26/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb44f001 Help: Sort cmake-variables.7 toctree Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !556
| * | | | | | | | | Help: Sort cmake-variables.7 toctreeRuslan Baratov2017-03-071-26/+26
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-03-071-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'doc-map-config-prop-example'Brad King2017-03-061-0/+45
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 957bdb9e Help: Add example to MAP_IMPORTED_CONFIG_<CONFIG> docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !545
| * | | | | | | | Help: Add example to MAP_IMPORTED_CONFIG_<CONFIG> docsRuslan Baratov2017-03-061-0/+45
| | | | | | | | |
* | | | | | | | | Merge topic 'FindVulkan-fix-win-32'Brad King2017-03-061-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | 723955cd FindVulkan: Fix for SDK versions < 1.0.42 on 32-bit Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !549
| * | | | | | | FindVulkan: Fix for SDK versions < 1.0.42 on 32-bit WindowsMatthäus G. Chajdas2017-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before Vulkan 1.0.42, the SDK would add the Bin directory to `PATH`, which was confusing the 32-bit search on Windows. Avoid such confusion by ignoring the `PATH` when looking for the 32-bit version. Vulkan 1.0.42 fixed the whole problem by moving the libraries into Lib, Lib32, so this is strictly a compatibility fix for old SDKs.
* | | | | | | | Merge topic 'FindHDF5-fix-definitions'Brad King2017-03-061-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ea2a8dd2 FindHDF5: Restore `-D` in HDF5_DEFINITIONS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !554
| * | | | | | FindHDF5: Restore `-D` in HDF5_DEFINITIONSKris Thielemans2017-03-061-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in commit v3.8.0-rc1~7^2~5 (FindHDF5: Fix command-line parsing argument extraction order, 2017-02-02) accidentally dropped `-D` from preprocessor definition flags extracted from the HDF5 compiler wrappers. Fixes: #16693
* | | | | | Merge topic 'binaries-from-gitlab-repo'Brad King2017-03-062-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a1ee04d Utilities/Release: Fetch from gitlab.kitware.com repository Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !547
| * | | | | | Utilities/Release: Fetch from gitlab.kitware.com repositoryBrad King2017-03-032-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update our release scripts to fetch from the gitlab.kitware.com repository instead of the cmake.org repository. Revise our mapping of special branch names to account for the refs that now store them in the new repository.
* | | | | | | CMake Nightly Date StampKitware Robot2017-03-061-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-03-051-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-03-041-1/+1
|/ / / / / /
* | | | | | Merge topic 'developer-setup'Brad King2017-03-032-12/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cd3079c SetupForDevelopment: Drop cmake.org remote repo configuration Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !546
| * | | | | | SetupForDevelopment: Drop cmake.org remote repo configurationBrad King2017-03-032-12/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | We no longer push directly to cmake.org repositories. Changes now go through https://gitlab.kitware.com/cmake/cmake for integration.