Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'step5' | Brad King | 2020-01-17 | 1 | -4/+10 |
|\ | |||||
| * | Tutorial: Clarify Step 5 | Betsy McPhail | 2020-01-16 | 1 | -4/+10 |
* | | Merge topic 'out-of-dir-link-list' | Brad King | 2020-01-17 | 18 | -140/+214 |
|\ \ | |||||
| * | | target_link_libraries: Fix out-of-dir linking of a list of targets | Brad King | 2020-01-16 | 17 | -85/+141 |
| * | | cmTargetLinkLibrariesCommand: Move HandleLibrary to helper struct | Brad King | 2020-01-16 | 1 | -65/+82 |
| * | | Tests: Enable CMP0022 in ExportImport out-of-dir linking case | Brad King | 2020-01-14 | 1 | -0/+1 |
* | | | Merge topic 'cmake-ctest-arguments' | Brad King | 2020-01-17 | 7 | -0/+39 |
|\ \ \ | |||||
| * | | | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest | Robert Goulet | 2020-01-15 | 7 | -0/+39 |
* | | | | Merge topic 'rename-cross-config-variable' | Brad King | 2020-01-17 | 6 | -22/+26 |
|\ \ \ \ | |||||
| * | | | | Ninja Multi-Config: Rename variable to be more consistent | Kyle Edwards | 2020-01-16 | 6 | -22/+26 |
* | | | | | Merge topic 'feature/cmSourceFile-avoid-unnecessary-copy' | Brad King | 2020-01-17 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | cmSourceFile: avoid unnnecessary copies | Tim Blechmann | 2020-01-16 | 1 | -2/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'csharp-default-langversion' | Brad King | 2020-01-17 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | CSharp: Set C# compiler to default version | Sumit Bhardwaj | 2020-01-16 | 1 | -1/+1 |
* | | | | | | Merge branch 'release-3.16' | Brad King | 2020-01-17 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'findopenssl-dependencies-link-order' into release-3.16 | Brad King | 2020-01-17 | 1 | -7/+5 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'findopenssl-dependencies-link-order' | Brad King | 2020-01-17 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | FindOpenSSL: Fix ordering of dependency link flags | Ashley Whetter | 2020-01-16 | 1 | -7/+5 |
* | | | | | | | | Merge topic 'cpack-custom-dmg-names' | Craig Scott | 2020-01-17 | 10 | -1/+94 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAME | Andrew Fuller | 2020-01-16 | 6 | -1/+26 |
| * | | | | | | | | Tests: Add DragNDrop as a testable CPack generator | Andrew Fuller | 2020-01-16 | 4 | -0/+68 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-17 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-01-16 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'nag-submodule' into release-3.16 | Brad King | 2020-01-16 | 2 | -2/+8 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'nag-submodule' | Brad King | 2020-01-16 | 2 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Fortran: Add support for NAG Fortran submodules | Neil Carlson | 2020-01-15 | 2 | -2/+8 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'cpack-nsis-test' | Brad King | 2020-01-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Tests: Fix CPackNSISGenerator test on non-x86 Windows platforms | Brad King | 2020-01-15 | 1 | -1/+1 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'pch_job_pool' | Brad King | 2020-01-16 | 8 | -1/+48 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Ninja: Add a separate job pool for PCH creation | Dan Johnston | 2020-01-16 | 8 | -1/+41 |
| * | | | | | | | | | vim: Add target_precompile_headers command highlighting | Dan Johnston | 2020-01-16 | 1 | -0/+7 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'file_download_filename' | Brad King | 2020-01-16 | 4 | -17/+72 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | file(DOWNLOAD): Don't fail if given just a filename to write to | Johnny Jazeix | 2020-01-15 | 3 | -2/+21 |
| * | | | | | | | | Tests: Fix CMake.FileDownload test failures not reported | Craig Scott | 2020-01-15 | 2 | -5/+34 |
| * | | | | | | | | Tests: Fix CMake.FileDownload test in presence of proxy | Brad King | 2020-01-15 | 1 | -0/+5 |
| * | | | | | | | | Tests: Extend CMake.FileDownload test internal timeouts | Brad King | 2020-01-15 | 1 | -11/+13 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-16 | 1 | -1/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge topic 'add_cuda_toolkit_tests' | Brad King | 2020-01-15 | 16 | -12/+488 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CUDAToolkit: No targets now depend on the CUDA runtime | Robert Maynard | 2020-01-14 | 16 | -5/+480 |
| * | | | | | | | | CUDAToolkit: Gracefully handle missing SDK components | Robert Maynard | 2020-01-06 | 1 | -7/+8 |
| * | | | | | | | | CUDAToolkit: add_cuda_link_dependency correctly sets dependencies | Robert Maynard | 2020-01-03 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-01-15 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'unity-lang-filename' into release-3.16 | Brad King | 2020-01-15 | 12 | -16/+16 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'unity-lang-filename' | Brad King | 2020-01-15 | 12 | -16/+16 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Unity Build: include language in generated source file name | Cristian Adam | 2020-01-14 | 12 | -16/+16 |
* | | | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-01-15 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge topic 'python39' into release-3.16 | Brad King | 2020-01-15 | 3 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'python39' | Brad King | 2020-01-15 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | FindPython: Add support for version 3.9 | Miro HronĨok | 2020-01-14 | 3 | -3/+3 |
* | | | | | | | | | | Merge topic 'ctest-timeout-on-pipe' | Brad King | 2020-01-15 | 8 | -3/+90 |
|\ \ \ \ \ \ \ \ \ \ |