Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Fix issuing error if default architecture detection fails | Raul Tambre | 2022-01-27 | 2 | -32/+41 |
* | CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by user | Raul Tambre | 2022-01-27 | 11 | -1/+40 |
* | CUDA: Support all and all-major on Visual Studio | Raul Tambre | 2022-01-27 | 1 | -0/+4 |
* | CUDA: Actually use reverse architecture deprecation order for Clang | Raul Tambre | 2022-01-27 | 1 | -1/+1 |
* | Merge topic 'findcuda_quotes' | Brad King | 2022-01-27 | 1 | -2/+2 |
|\ | |||||
| * | FindCUDA: Make version extraction robust to empty output | David Berard | 2022-01-26 | 1 | -2/+2 |
* | | Merge topic 'doc_fixes' | Brad King | 2022-01-27 | 2 | -2/+2 |
|\ \ | |||||
| * | | Help: Add missing word in CMAKE_CURRENT_{BINARY,SOURCE}_DIR | Kai Köhne | 2022-01-26 | 2 | -2/+2 |
| |/ | |||||
* | | Merge topic 'enlarge-build-file-stream-buffer' | Brad King | 2022-01-27 | 2 | -0/+14 |
|\ \ | |||||
| * | | GlobalNinjaGenerator: enlarge file stream buffer | Clemens Wasser | 2022-01-26 | 2 | -0/+14 |
* | | | Merge topic 'encode-literal-inplace' | Brad King | 2022-01-27 | 2 | -6/+11 |
|\ \ \ | |||||
| * | | | GlobalNinjaGenerator: Add EncodeLiteralInplace which doesn't copy | Clemens Wasser | 2022-01-25 | 2 | -6/+11 |
| |/ / | |||||
* | | | Merge topic 'vs-version-enum-class' | Brad King | 2022-01-27 | 12 | -121/+126 |
|\ \ \ | |||||
| * | | | Make cmGlobalVisualStudioGenerator::VSVersion enum class | Sumit Bhardwaj | 2022-01-25 | 12 | -121/+126 |
* | | | | Merge topic 'lcc-lexer-warnings' | Brad King | 2022-01-27 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | LexerParser: Suppress LCC warnings in generated code | Brad King | 2022-01-26 | 1 | -0/+4 |
* | | | | | Merge branch 'release-3.22' | Brad King | 2022-01-27 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'release-3.21' into release-3.22 | Brad King | 2022-01-27 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'release-3.21' | Brad King | 2022-01-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'FindThreads-libc-pthread-flag' into release-3.21 | Brad King | 2022-01-26 | 1 | -8/+11 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'nmake-rsp-encoding' into release-3.21 | Brad King | 2022-01-26 | 1 | -2/+15 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'release-3.22' | Brad King | 2022-01-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'nmake-rsp-encoding' into release-3.22 | Brad King | 2022-01-27 | 1 | -2/+15 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
* | | | | | | | | | Merge topic 'nmake-rsp-encoding' | Brad King | 2022-01-27 | 1 | -2/+15 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | NMake: Use UTF-8 BOM in response files only with MSVC tooling | Brad King | 2022-01-26 | 1 | -0/+5 |
| * | | | | | | | | NMake: Document response file encoding heuristic in a comment | Brad King | 2022-01-26 | 1 | -2/+10 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'release-3.22' | Brad King | 2022-01-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'FindThreads-libc-pthread-flag' into release-3.22 | Brad King | 2022-01-27 | 1 | -8/+11 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
* | | | | | | | | Merge topic 'FindThreads-libc-pthread-flag' | Brad King | 2022-01-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | FindThreads: Honor THREADS_PREFER_PTHREAD_FLAG when pthread is found in libc | Mattias Ellert | 2022-01-26 | 1 | -8/+11 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-27 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'parser-cleanup' | Brad King | 2022-01-26 | 4 | -86/+68 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmListFileCache: Remove cmCommandContext | Brad King | 2022-01-25 | 1 | -31/+12 |
| * | | | | | | cmListFileCache: Rename FromCommandContext to FromListFileFunction | Brad King | 2022-01-25 | 4 | -18/+19 |
| * | | | | | | cmListFileCache: Move cmListFileFunction earlier | Brad King | 2022-01-25 | 1 | -44/+44 |
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2022-01-26 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'FindMPI-static-first' into release-3.22 | Brad King | 2022-01-26 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'FindMPI-static-first' | Brad King | 2022-01-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | FindMPI: Place static first in mpi test source | Brad King | 2022-01-25 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'FindXercesC-NAMES_PER_DIR' | Brad King | 2022-01-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindXercesC: Use NAMES_PER_DIR | jpfeuffer | 2022-01-25 | 1 | -0/+2 |
* | | | | | | | | Merge topic 'cache-short-paths' | Brad King | 2022-01-26 | 1 | -4/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmOutputConverter: Cache Short Paths | Clemens Wasser | 2022-01-25 | 1 | -4/+26 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-26 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2022-01-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | | | |||||
| * | | | | | CMake 3.22.2v3.22.2 | Brad King | 2022-01-25 | 1 | -1/+1 |
* | | | | | | Merge topic 'FindCUDAToolkit-doc' | Brad King | 2022-01-25 | 1 | -3/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindCUDAToolkit: Remove duplicated targets in docs | Guo | 2022-01-24 | 1 | -3/+1 |
* | | | | | | | Merge topic 'fileapi-defer-static-init' | Brad King | 2022-01-25 | 1 | -22/+19 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fileapi: Make internal "toolchains" field tables more local | Brad King | 2022-01-24 | 1 | -22/+19 |