Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'default_extensions' | Brad King | 2021-10-04 | 67 | -194/+819 |
|\ | |||||
| * | cmStandardLevelResolver: Avoid unnecessary flags, fix unset level logic | Raul Tambre | 2021-09-29 | 20 | -24/+375 |
| * | Tests: Simplify RunCMake.CompileFeatures introspection | Raul Tambre | 2021-09-28 | 4 | -60/+24 |
| * | CompilerID: Compiler extensions default detection | Raul Tambre | 2021-09-28 | 16 | -6/+93 |
| * | CompilerID: Rename language_dialect to language_standard | Raul Tambre | 2021-09-28 | 7 | -29/+29 |
| * | Help: Document CMAKE_<LANG>_STANDARD_DEFAULT | Raul Tambre | 2021-09-28 | 2 | -0/+8 |
| * | Help: Document HIP standard/extensions properties and variables | Raul Tambre | 2021-09-28 | 8 | -0/+122 |
| * | Help: Make language standard/extensions variable pages less wordy | Raul Tambre | 2021-09-28 | 15 | -75/+30 |
| * | Help: Generic language standard and extension variables documentation | Raul Tambre | 2021-09-28 | 8 | -0/+138 |
* | | Merge topic 'e2k_support' | Brad King | 2021-10-04 | 2 | -6/+5 |
|\ \ | |||||
| * | | cmMakefile: Fix compilation on EDG-based compilers such as LCC | makise-homura | 2021-10-01 | 1 | -5/+4 |
| * | | zstd: Fix incorrect pragma error on LCC compiler | makise-homura | 2021-09-30 | 1 | -1/+1 |
* | | | Merge branch 'release-3.21' | Brad King | 2021-10-04 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge topic 'FortranCInterface-timestamp-check' into release-3.21 | Brad King | 2021-10-04 | 1 | -2/+1 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'FortranCInterface-timestamp-check' | Brad King | 2021-10-04 | 1 | -2/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | FortranCInterface: Fix regression in timestamp check | Seth R Johnson | 2021-10-01 | 1 | -2/+1 |
* | | | | | Merge topic 'cuda-6.5' | Brad King | 2021-10-04 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | CUDA: Fix detection of implicit link information with CUDA 6.5 | samuel100u | 2021-09-30 | 1 | -2/+3 |
* | | | | | | Merge topic 'tutorial-regex' | Brad King | 2021-10-04 | 9 | -9/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tutorial: Fix regexps in sample CMakeLists.txt files | Christophe Bernard | 2021-09-30 | 9 | -9/+9 |
* | | | | | | | Merge topic 'tutorial-step1' | Brad King | 2021-10-04 | 1 | -23/+47 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tutorial: Update Step 1 instructions | Betsy McPhail | 2021-09-30 | 1 | -23/+47 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'tutorial-step5' | Brad King | 2021-10-04 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tutorial: Clarify instructions in Step 5 | Betsy McPhail | 2021-09-30 | 1 | -1/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'ci-cuda9.2' | Brad King | 2021-10-04 | 2 | -1/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ci: update cuda9.2 base image after DST Root CA X3 expiry | Brad King | 2021-10-01 | 2 | -1/+7 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-04 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'compile-feature-version-tags' | Craig Scott | 2021-10-03 | 3 | -1/+21 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Detailed version tags for compiler known features | FeRD (Frank Dana) | 2021-10-01 | 3 | -1/+21 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-03 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-02 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-01 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'FindMatlab-version-selection' | Brad King | 2021-09-30 | 1 | -0/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindMatlab: Fix version selection if a version is given | Alexander Neumann | 2021-09-29 | 1 | -0/+23 |
* | | | | | | | Merge topic 'cmake_find_library_suffixes_ext_windows_fixes' | Brad King | 2021-09-30 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Fix CMAKE_FIND_LIBRARY_SUFFIXES examples for Windows | Ralf Habacker | 2021-09-29 | 1 | -2/+5 |
* | | | | | | | | Merge topic 'libuv-openbsd' | Brad King | 2021-09-30 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | libuv: Include BSD sys/cpuset.h only on platforms where we use it | Brad King | 2021-09-29 | 1 | -2/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-30 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'update-third-party' | Brad King | 2021-09-29 | 1 | -4/+38 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | update-third-party: update from upstream | Brad King | 2021-09-29 | 1 | -4/+38 |
|/ / / / / | |||||
* | | | | | Merge topic 'clang-warnings' | Brad King | 2021-09-29 | 40 | -44/+97 |
|\ \ \ \ \ | |||||
| * | | | | | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 27 | -22/+67 |
| * | | | | | Source: Fix clang -Wextra-semi warnings | Sean McBride | 2021-09-28 | 14 | -22/+30 |
* | | | | | | Merge topic 'xcode-dead-code' | Brad King | 2021-09-29 | 1 | -3/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmGlobalXCodeGenerator: Remove dead buildsystem version check | Brad King | 2021-09-28 | 1 | -3/+0 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'xcode-generation-support-inl-files' | Brad King | 2021-09-29 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Xcode: Treat .inl files as C++ header files | Jake Turner | 2021-09-28 | 1 | -1/+1 |
* | | | | | | | Merge topic 'GetPrerequisites-objdump-exe' | Brad King | 2021-09-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | GetPrerequisites: Support CMAKE_OBJDUMP with .exe extension | Daniel Schlegel | 2021-09-28 | 1 | -1/+1 |