| Commit message (Expand) | Author | Age | Files | Lines |
* | Android: update documentation for NDK integration | Haibo Huang | 2020-12-08 | 1 | -2/+2 |
|
|
* | WriteCompilerDetectionHeader: Add policy to remove module | Brad King | 2020-12-05 | 3 | -1/+4 |
|
|
* | Help: Move Documentation module to list of deprecated modules | Brad King | 2020-12-04 | 1 | -1/+1 |
|
|
* | Merge topic 'explicit-LANGUAGE-flag' | Brad King | 2020-12-04 | 1 | -0/+1 |
|\ |
|
| * | Compile with explicit language flag when source LANGUAGE property is set | Brad King | 2020-12-02 | 1 | -0/+1 |
|
|
* | | Merge topic 'cuda_env_archs' | Brad King | 2020-12-01 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | CUDA: Initialize CMAKE_CUDA_ARCHITECTURES using $ENV{CUDAARCHS} | Raul Tambre | 2020-11-30 | 1 | -0/+1 |
|
|
* | | Merge topic 'makefiles-compiler-deps-optims' | Brad King | 2020-11-30 | 1 | -0/+1 |
|\ \ |
|
| * | | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -0/+1 |
|
|
* | | | Merge topic 'make-GENERATED-visible-from-any-scope' | Brad King | 2020-11-30 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | GENERATED prop: Introducing policy CMP0118 and its documentation | Deniz Bahadir | 2020-11-24 | 1 | -0/+1 |
|
|
* | | | Merge topic 'xcode-embed-frameworks' | Craig Scott | 2020-11-29 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Xcode: add support for embedding frameworks | Gusts Kaksis | 2020-11-28 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge topic 'presets-docs-bug' | Craig Scott | 2020-11-29 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Help: Fix presets typo (longDescription to displayName) | Sam Freed | 2020-11-28 | 1 | -1/+1 |
|
|
* | | | Help: Restore documentation placeholder for removed modules | Brad King | 2020-11-20 | 1 | -0/+2 |
|
|
* | | | Merge topic 'rename_cuda_memcheck' | Brad King | 2020-11-18 | 1 | -5/+5 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | CTest: Rename CudaMemcheck to CudaSanitizer | Tobias Ribizel | 2020-11-17 | 1 | -5/+5 |
|
|
* | | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by default | Brad King | 2020-11-13 | 1 | -0/+1 |
|
|
* | | UseJava: Move helper scripts to subdirectory | Nikita Nemkin | 2020-11-12 | 1 | -2/+0 |
|
|
* | | Merge topic 'help_ctest_cuda_memcheck' | Craig Scott | 2020-11-06 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Help: Add cuda-memcheck to CTest documentation | Tobias Ribizel | 2020-11-05 | 1 | -0/+14 |
|
|
| * | cmake_path: remove new command from 3.19 | Marc Chevrier | 2020-11-03 | 1 | -1/+0 |
|
|
* | | Merge topic 'android-stl' | Brad King | 2020-11-05 | 1 | -0/+2 |
|\ \ |
|
| * | | Android: Add options to control exceptions/rtti | Haibo Huang | 2020-11-04 | 1 | -0/+2 |
|
|
* | | | CMakeDetermineCompilerABI: Detect byte order as part of check | Brad King | 2020-11-04 | 1 | -0/+1 |
|/ / |
|
* | | Merge topic 'cmake-gui-manual-argument' | Brad King | 2020-10-28 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | CMake GUI: Add --browse-manual argument | Kyle Edwards | 2020-10-27 | 1 | -0/+4 |
|
|
* | | Merge topic 'cmake-presets-path-arg' | Craig Scott | 2020-10-27 | 2 | -20/+17 |
|\ \
| |/ |
|
| * | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 2 | -20/+17 |
|
|
| * | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 2 | -30/+68 |
| |\ |
|
* | \ | Merge topic 'cmake-presets-toolset-arch-config' | Craig Scott | 2020-10-23 | 2 | -30/+68 |
|\ \ \
| | |/
| |/| |
|
| * | | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 2 | -30/+68 |
|
|
* | | | Merge topic 'cmake-presets-source-dir-name' | Craig Scott | 2020-10-23 | 1 | -0/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | CMakePresets.json: Add ${sourceDirName} macro | Kyle Edwards | 2020-10-22 | 1 | -0/+5 |
| |/ |
|
* | | Merge topic 'cmake-presets-boolean-cache' | Kyle Edwards | 2020-10-22 | 2 | -6/+20 |
|\ \
| |/ |
|
| * | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 2 | -6/+20 |
|
|
* | | Merge branch 'master' into cmakepresets-schema | Kyle Edwards | 2020-10-20 | 3 | -739/+12 |
|\ \
| |/
|/| |
|
| * | Merge topic 'cmake-presets-doc-move' | Kyle Edwards | 2020-10-20 | 3 | -330/+383 |
| |\ |
|
| * \ | Merge topic 'doc-CMP0111' | Brad King | 2020-10-19 | 1 | -1/+1 |
| |\ \ |
|
| * | | | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 2 | -739/+3 |
|
|
| * | | | Merge topic 'ninja-depfile-transformation' | Brad King | 2020-10-14 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | Ninja: Transform DEPFILEs with policy CMP0116 | Kyle Edwards | 2020-10-13 | 1 | -0/+1 |
|
|
| * | | | | Merge topic 'cmake-help-fix' | Kyle Edwards | 2020-10-14 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge topic 'explicit-source-extensions' | Kyle Edwards | 2020-10-13 | 1 | -0/+8 |
| |\ \ \ \ |
|
| | * | | | | CMP0115: Require source file extensions to be explicit | Kyle Edwards | 2020-10-13 | 1 | -0/+8 |
|
|
* | | | | | | Help: Add JSON schema for CMakePresets.json | Ben McMorran | 2020-10-20 | 2 | -0/+248 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Help: Clarify purpose of warnings and errors | Kyle Edwards | 2020-10-19 | 1 | -4/+4 |
|
|
* | | | | | Help: Make architecture and toolset descriptions generic | Kyle Edwards | 2020-10-19 | 1 | -4/+4 |
|
|
* | | | | | Help: Add inheritance to CMakePresets.json example | Kyle Edwards | 2020-10-19 | 1 | -0/+7 |
|
|