summaryrefslogtreecommitdiff
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge topic 'remove-FindPythonInterp-FindPythonLibs'Brad King2023-03-313-0/+36
|\ \
| * | FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-303-0/+36
* | | presets: Add trace options to configure presetsArtin Alavi2023-03-302-0/+156
|/ /
* | Merge branch 'release-3.26'Brad King2023-03-291-3/+3
|\ \ | |/
| * CMake 3.26.2v3.26.2Brad King2023-03-291-3/+3
* | Help: Link to COMPILE_LANGUAGE genex from target_compile_optionsBrad King2023-03-282-0/+8
* | Merge topic 'lint-genex'Brad King2023-03-285-0/+27
|\ \
| * | Add generator expression support to static code analysis hooksStefan Schober2023-03-275-0/+27
* | | Merge topic 'FindPython-Windows-ARM'Brad King2023-03-281-0/+5
|\ \ \
| * | | FindPython: Add Windows/ARM supportMarc Chevrier2023-03-261-0/+5
* | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing'Brad King2023-03-282-9/+23
|\ \ \ \
| * | | | file(GET_RUNTIME_DEPENDENCIES): Document case-preserving change on WindowsBrad King2023-03-272-9/+23
| | |/ / | |/| |
* | | | Merge topic 'crosscompiling-warn-reset'Brad King2023-03-271-5/+5
|\ \ \ \
| * | | | Warn if CMAKE_CROSSCOMPILING is true without CMAKE_SYSTEM_NAME setMartin Storsjö2023-03-241-5/+5
| |/ / /
* | | | Help: Clarify that set(VAR) unsets VARBrad King2023-03-243-12/+21
|/ / /
* | | Merge branch 'release-3.26'Brad King2023-03-231-0/+12
|\ \ \ | | |/ | |/|
| * | CMake 3.26.1v3.26.1Brad King2023-03-231-0/+12
| * | Merge branch 'release-3.25' into release-3.26Brad King2023-03-081-0/+7
| |\ \
| * \ \ Merge branch 'release-3.25' into release-3.26Brad King2023-03-081-0/+7
| |\ \ \
* | \ \ \ Merge topic 'autogen-exe-vars'Brad King2023-03-235-0/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Autogen: Add CMAKE_AUTO*_EXECUTABLE variablesOrkun Tokdemir2023-03-225-0/+40
* | | | | Help: Replace link with its permanent redirectBrad King2023-03-181-1/+1
* | | | | Merge topic 'vs-windows-min-version'Brad King2023-03-164-3/+27
|\ \ \ \ \
| * | | | | VS: Add CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION variablehalx992023-03-154-3/+27
* | | | | | Merge topic 'doc_varreq'Brad King2023-03-167-1/+30
|\ \ \ \ \ \
| * | | | | | Help:toolchain: refer to CheckSourceCompilesscivision2023-03-141-1/+1
| * | | | | | Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-146-0/+29
* | | | | | | Help: Improve file command signaturesMatthew Woehlke2023-03-151-5/+5
* | | | | | | Help: Convert signatures of file commandMatthew Woehlke2023-03-153-931/+899
* | | | | | | Help: Convert signatures of list and set commandsMatthew Woehlke2023-03-152-277/+248
| |_|/ / / / |/| | | | |
* | | | | | Utilities/Sphinx: Add 'cref' roleMatthew Woehlke2023-03-141-0/+4
* | | | | | Merge topic 'smart-wrap-signatures'Brad King2023-03-141-0/+17
|\ \ \ \ \ \
| * | | | | | Utilities/Sphinx: Improve word wrap of signaturesMatthew Woehlke2023-03-131-0/+17
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'genex-explicit-target'Brad King2023-03-142-0/+5
|\ \ \ \ \ \
| * | | | | | Utilities/Sphinx: Allow explicit target for genexMatthew Woehlke2023-03-132-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'recursion-limit'Brad King2023-03-143-0/+13
|\ \ \ \ \ \
| * | | | | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variableBrad King2023-03-133-0/+13
* | | | | | | Merge topic 'support_cubin_fatbin_optix_cuda_output'Brad King2023-03-145-0/+59
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilationRobert Maynard2023-03-135-0/+59
* | | | | | | Merge topic 'vs-BuildInParallel'Brad King2023-03-133-0/+30
|\ \ \ \ \ \ \
| * | | | | | | VS: Add policy to build custom commands concurrentlyBrad King2023-03-123-0/+30
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'findopengl-gles'Brad King2023-03-131-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FindOpenGL: support finding GLES2 and GLES3Jaswant Panchumarti2023-03-101-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'signature-refs'Brad King2023-03-101-3/+3
|\ \ \ \ \ \
| * | | | | | Utilities/Sphinx: Make signatures linkableMatthew Woehlke2023-03-091-3/+3
* | | | | | | Merge topic 'cxx-module-extensions'Brad King2023-03-101-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Treat '.ccm', '.cxxm', and '.c++m' files as C++ sourcesBrad King2023-03-091-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | FindCUDA: Add policy to remove this moduleBrad King2023-03-093-0/+36
|/ / / / / /
* | | | | | Merge topic 'FindwxWidgets-imported-target'Brad King2023-03-091-0/+4
|\ \ \ \ \ \
| * | | | | | FindwxWidgets: Add an imported targetCheesyNacho102023-03-081-0/+4