Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Remove filtering of allowed INTERFACE library properties | Brad King | 2020-08-03 | 1 | -13/+0 | |
* | | | | | | | Merge topic 'clang-cl-vfs' | Brad King | 2020-08-10 | 3 | -0/+16 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Clang: Add support for passing VFS arguments | Thomas Bernard | 2020-08-07 | 3 | -0/+16 | |
* | | | | | | | Merge topic 'CUDAToolkit-no-nvcc' | Brad King | 2020-08-07 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | CUDAToolkit: Detect CUDA SDK that don't have nvcc | Robert Maynard | 2020-07-30 | 1 | -0/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'compiler_flags' | Brad King | 2020-08-06 | 10 | -1/+91 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Toolchain: Update documentation for initial compiler flags | Fred Baksik | 2020-08-03 | 10 | -1/+91 | |
* | | | | | | | Merge topic 'improve_standard_required_doc' | Brad King | 2020-08-06 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Help: Clarify what MSVC compilers ignore <LANG>_STANDARD_REQUIRED | Robert Maynard | 2020-08-03 | 3 | -3/+3 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Help: Document in add_library that IMPORTED_IMPLIB is for DLL import libs | Brad King | 2020-08-04 | 1 | -1/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'doc-add_library-updates' | Craig Scott | 2020-08-01 | 2 | -74/+82 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Help: State in add_library that INTERFACE libraries have no build targets | Brad King | 2020-07-31 | 1 | -5/+9 | |
| * | | | | | Help: Consolidate add_library documentation on IMPORTED libraries | Brad King | 2020-07-31 | 1 | -32/+34 | |
| * | | | | | Help: Re-order add_library sections | Brad King | 2020-07-31 | 1 | -61/+61 | |
| * | | | | | Help: Clarify target_sources PRIVATE/PUBLIC/INTERFACE scopes | Brad King | 2020-07-31 | 1 | -6/+8 | |
* | | | | | | Merge topic 'file-download-no-save' | Craig Scott | 2020-07-28 | 2 | -5/+15 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | file(DOWNLOAD): Make file argument optional | Kyle Edwards | 2020-07-27 | 2 | -5/+15 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'revert-add_test-special-chars' | Brad King | 2020-07-28 | 2 | -3/+9 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | add_test: Revert "Allow special characters in test name" | Brad King | 2020-07-27 | 2 | -3/+9 | |
| * | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-terms' into release-3.18 | Brad King | 2020-07-23 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge topic 'EXCLUDE_FROM_ALL-genex' | Brad King | 2020-07-27 | 1 | -0/+5 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Help: Add release note for EXCLUDE_FROM_ALL genex support | Brad King | 2020-07-23 | 1 | -0/+5 | |
* | | | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-terms' | Brad King | 2020-07-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Help: Update file(GET_RUNTIME_DEPENDENCIES) prose to match option names | Brad King | 2020-07-23 | 1 | -2/+2 | |
* | | | | | | Merge topic 'tutorial-update' | Brad King | 2020-07-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tutorial: Add missing `language` option to literalinclude | Betsy McPhail | 2020-07-22 | 1 | -0/+1 | |
* | | | | | | | Merge topic 'fix-typos-identified-using-codespell' | Brad King | 2020-07-23 | 10 | -11/+11 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 10 | -11/+11 | |
* | | | | | | | Merge topic 'EXCLUDE_FROM_ALL-genex' | Brad King | 2020-07-22 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||||
| * | | | | | Allow generator expressions in the EXCLUDE_FROM_ALL target property | Joerg Bornemann | 2020-07-21 | 1 | -0/+7 | |
* | | | | | | Documentation: Add missing links to `DEBUG_POSTFIX` target property | Betsy McPhail | 2020-07-21 | 1 | -2/+2 | |
* | | | | | | Merge topic 'tutorial-index-update' | Brad King | 2020-07-21 | 1 | -23/+55 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tutorial: Clarify Steps 1, 2 and 3 | Betsy McPhail | 2020-07-17 | 1 | -23/+55 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'xcode-native-arch' | Craig Scott | 2020-07-21 | 1 | -0/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | Xcode: Explicitly specify default native architecture on macOS | Brad King | 2020-07-20 | 1 | -0/+14 | |
| |/ / / | ||||||
| * | | | Merge topic 'doc-find_package' into release-3.18 | Brad King | 2020-07-15 | 1 | -1/+1 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge topic 'cmake-E-create_hardlink' | Brad King | 2020-07-16 | 2 | -0/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake: Add -E create_hardlink | Sibi Siddharthan | 2020-07-15 | 2 | -0/+12 | |
* | | | | | | Merge topic 'macOS-sdk-latest' | Brad King | 2020-07-16 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | macOS: Always pick latest SDK if user has not set one explicitly | Tor Arne Vestbø | 2020-07-14 | 1 | -0/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'doc-find_package' | Brad King | 2020-07-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Help: Fix typo in find_package documentation | Kai Koehne | 2020-07-15 | 1 | -1/+1 | |
* | | | | | | Help: Document CMAKE_CUDA_HOST_COMPILER as specific to NVIDIA nvcc | Brad King | 2020-07-14 | 1 | -5/+20 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'stl-support-filesystem-path' | Brad King | 2020-07-13 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | STL Support: Add cm::filesystem::path in <cm/filesystem> | Marc Chevrier | 2020-07-09 | 1 | -0/+3 | |
| * | | | | | STL Support: Add function cm::quoted in <cm/iomanip> | Marc Chevrier | 2020-07-09 | 1 | -0/+3 | |
* | | | | | | Merge topic 'cuda-memcheck' | Brad King | 2020-07-13 | 1 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Help: add release notes for CTest cuda-memcheck support | Tobias Ribizel | 2020-07-09 | 1 | -0/+8 | |
* | | | | | | | Merge topic 'doc-source-prop-dir-options' | Brad King | 2020-07-13 | 4 | -56/+84 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Help: Clarify wording of dir-related source property options | Craig Scott | 2020-07-13 | 4 | -56/+84 | |
| | |_|/ / / | |/| | | | |