summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'test-CPackComponents-fix-NSIS-root'Brad King2017-03-101-1/+1
|\ | | | | | | | | | | | | ae0f7dfa Tests: Fix CPackComponents NSIS install root Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !569
| * Tests: Fix CPackComponents NSIS install rootBrad King2017-03-091-1/+1
| | | | | | | | | | | | Without `CPACK_VERBATIM_VARIABLES` a path with backslashes does not make it through `CPackConfig.cmake` properly. Just use forward slashes which NSIS seems to understand anyway.
* | CMake Nightly Date StampKitware Robot2017-03-101-1/+1
| |
* | Merge topic 'x32-abi'Brad King2017-03-090-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | d9bdcf34 Tests: Add x32 tests to test suite 5b6d354f Help: Add notes for topic 'x32-abi' bed9c73d Modules: Add x32-abi support to hard-coded paths 462cf254 Add support for x32-abi Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !532
* \ \ Merge topic 'master'Brad King2017-03-0936-16/+128
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | d9bdcf34 Tests: Add x32 tests to test suite 5b6d354f Help: Add notes for topic 'x32-abi' bed9c73d Modules: Add x32-abi support to hard-coded paths 462cf254 Add support for x32-abi Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !532
| * | Tests: Add x32 tests to test suiteSteven Newbury2017-03-0814-5/+36
| | |
| * | Help: Add notes for topic 'x32-abi'Brad King2017-03-071-0/+6
| | |
| * | Modules: Add x32-abi support to hard-coded pathsSteven Newbury2017-03-078-8/+12
| | | | | | | | | | | | | | | Update hard-coded library paths in bundled CMake Modules for libx32 as used with x32-abi.
| * | Add support for x32-abiSteven Newbury2017-03-0713-3/+74
| | | | | | | | | | | | | | | | | | | | | | | | Detect x32-abi through CMakeCompilerABI infrastruture and use this information at runtime to determine the correct library paths with `FIND_LIBRARY_USE_LIBX32_PATHS`. Fixes: #15994
* | | Merge topic 'doc-vs15-MSVC_VERSION'Brad King2017-03-091-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 66542b66 Help: Update MSVC_VERSION for Visual Studio 2017 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !567
| * | | Help: Update MSVC_VERSION for Visual Studio 2017Wojciech Mamrak2017-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The value we documented was left from a preview that still used `v140` tools. Update it to match the `v141` tools distributed with the final release.
* | | | Merge topic 'CheckLanguage-platform-toolset'Brad King2017-03-092-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e8b08ec Tests: Pass generator platform and toolset into check for Fortran 0f5e76df CheckLanguage: Pass generator platform and toolset into check Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !565
| * | | | Tests: Pass generator platform and toolset into check for FortranBrad King2017-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Check for a Fortran compiler that supports the same target platform as we are testing.
| * | | | CheckLanguage: Pass generator platform and toolset into checkBrad King2017-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we do not check for support for the language with the same generator settings as the caller.
* | | | | CMake Nightly Date StampKitware Robot2017-03-091-1/+1
|/ / / /
* | | | Merge branch 'release'Brad King2017-03-080-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'fix_csharp_custom_targets' into releaseBrad King2017-03-071-0/+4
| |\ \ \ \
* | \ \ \ \ Merge topic 'fix-static-assert'Brad King2017-03-083-4/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e2f25d3e WriteCompilerDetectionHeader: fix STATIC_ASSERT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !555
| * | | | | | WriteCompilerDetectionHeader: fix STATIC_ASSERTDaniel Pfeifer2017-03-063-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #16185
* | | | | | | Merge topic 'fix_csharp_custom_targets'Brad King2017-03-081-0/+4
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd8b5401 VS: Do not treat custom targets as CSharp targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !557
| * | | | | | VS: Do not treat custom targets as CSharp targetsMichael Stürmer2017-03-071-0/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Fixes: #16697
* | | | | | Merge topic 'target-type-ordering-comment'Brad King2017-03-081-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 322425fa cmStateTypes: document that the ordering of targets is important Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !560
| * | | | | | cmStateTypes: document that the ordering of targets is importantBen Boeckel2017-03-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ordering is assumed in many places throughout the code and modification of the enumeration should be done carefully.
* | | | | | | Merge topic 'cmake-server-aix'Brad King2017-03-081-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f5c4dada cmFileMonitor.h: Include cmConfigure.h first Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !562
| * | | | | | | cmFileMonitor.h: Include cmConfigure.h firstBrad King2017-03-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need this to make Large File Support definitions consistent with other translation units.
* | | | | | | | Merge topic 'cuda-test-spelling'Brad King2017-03-081-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 613b3e49 CUDA: Fix spelling of CudaOnly.SeparateCompilation test targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !563
| * | | | | | | | CUDA: Fix spelling of CudaOnly.SeparateCompilation test targetsBrad King2017-03-071-8/+8
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-03-081-1/+1
|/ / / / / / / /
* | | | | | | | 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
| | | | | | | | | |