index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Help
/
variable
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: Allow CMAKE_CONFIGURATION_TYPES to be set by environment variable
Brad King
2021-06-30
1
-1/+3
*
cmake: Allow CMAKE_BUILD_TYPE to be set by environment variable
Brad King
2021-06-30
1
-2/+3
*
Help: Document when CMAKE_BUILD_TYPE and CMAKE_CONFIGURATION_TYPES are set
Brad King
2021-06-30
2
-0/+9
*
Help: Cross-reference CMAKE_CONFIGURATION_TYPES from CMAKE_BUILD_TYPE
Brad King
2021-06-30
1
-0/+3
*
CMP0126: Add control for warnings
Marc Chevrier
2021-06-29
1
-0/+2
*
VS: Add Visual Studio 17 2022 generator
Brad King
2021-06-25
1
-0/+3
*
Help: Update Sphinx versionadded directives for 3.21 release
Brad King
2021-06-17
1
-0/+2
*
Help: Document special "CTEST_FULL_OUTPUT" test output string
Brad King
2021-06-09
2
-0/+6
*
Merge topic 'add_hip_language'
Brad King
2021-06-09
3
-1/+13
|
\
|
*
HIP: analyze output of `hipcc` to determine default GPU architecture
Zack Galbreath
2021-06-07
1
-1/+1
|
*
HIP: Add language to CMake
Robert Maynard
2021-06-07
2
-1/+12
|
*
ROCMClang: Add the ROCm toolkit derived clang compiler to CMake
Robert Maynard
2021-06-07
1
-0/+1
*
|
Merge topic 'compile-options-order'
Brad King
2021-06-08
2
-2/+10
|
\
\
|
*
|
Help: Document order of flags from CMAKE_<LANG>_FLAGS and COMPILE_OPTIONS
Brad King
2021-06-03
2
-0/+10
|
*
|
Help: Remove incorrect "versionadded" for CMAKE_<LANG>_FLAGS_<CONFIG>
Brad King
2021-06-03
1
-2/+0
*
|
|
Help: Remove recommendations for using CMAKE_CFG_INTDIR
Craig Scott
2021-06-06
1
-2/+4
|
|
/
|
/
|
*
|
cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variable
Brad King
2021-06-03
1
-0/+3
|
/
*
Launchers: Support setting linker launchers
Bobby D Reynolds
2021-05-28
1
-0/+11
*
CMAKE_CFG_INTDIR: Formally deprecate in favor of $<CONFIG>
Kyle Edwards
2021-05-27
1
-5/+6
*
CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES
Nils Gladitz
2021-05-23
1
-0/+42
*
Help: Clarify calling cmake_minimum_required() inside a function
Craig Scott
2021-05-15
1
-1/+2
*
Merge topic 'helpctestscript'
Brad King
2021-05-11
1
-0/+5
|
\
|
*
Help: Document CTEST_SCRIPT_DIRECTORY variable
Michael Hirsch
2021-05-10
1
-0/+5
*
|
Help: Fix typos and spelling in documentation
Josef Angstenberger
2021-05-07
3
-3/+3
*
|
Help: Document CMAKE_TLS_VERIFY variable explicitly
Michael Hirsch
2021-05-04
1
-0/+17
|
/
*
CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generators
unknown
2021-04-22
1
-0/+4
*
Help: Fix typo in CMAKE_TOOLCHAIN_FILE docs
Albrecht Schlosser
2021-04-17
1
-1/+1
*
Merge topic 'add_toolchain_cmake_option'
Brad King
2021-04-16
1
-0/+3
|
\
|
*
CMAKE_TOOLCHAIN_FILE: Document relative path behavior
Robert Maynard
2021-04-15
1
-0/+3
*
|
Merge topic 'ios-rpath-linker-flag'
Brad King
2021-04-07
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too
Craig Scott
2021-04-06
1
-1/+1
*
|
Merge topic 'add_q_namespace_export_docs'
Brad King
2021-04-06
1
-1/+1
|
\
\
|
*
|
Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values
Alexander Neumann
2021-04-05
1
-1/+1
|
|
/
|
*
Merge topic 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.20
Brad King
2021-04-01
1
-3/+2
|
|
\
*
|
\
Merge topic 'fujitsu-compiler-4.0-support'
Brad King
2021-04-01
1
-0/+2
|
\
\
\
|
*
|
|
FujitsuClang: Add support for the Fujitsu compiler in Clang mode
Chuck Atkins
2021-03-31
1
-0/+1
|
*
|
|
Fujitsu: Add support for the Fujitsu compiler in Trad mode
Chuck Atkins
2021-03-30
1
-0/+1
*
|
|
|
Merge topic 'doc-CMAKE_APPLE_SILICON_PROCESSOR'
Brad King
2021-04-01
1
-3/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain file
Brad King
2021-04-01
1
-3/+2
*
|
|
project: Define variables indicating whether project is top level
friendlyanon
2021-03-26
2
-0/+32
*
|
|
Merge topic 'vs-custom-flag-table'
Brad King
2021-03-23
1
-0/+24
|
\
\
\
|
*
|
|
VS: Add a mostly-undocumented hook to load custom JSON flag tables
Brad King
2021-03-22
1
-0/+24
*
|
|
|
Merge topic 'doc-xcoff-chrpath'
Brad King
2021-03-23
1
-6/+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Help: CMAKE_NO_BUILTIN_CHRPATH applies to XCOFF too
Craig Scott
2021-03-22
1
-6/+13
|
*
|
Merge topic 'vs-toolset-version' into release-3.20
Brad King
2021-03-15
1
-0/+20
|
|
\
\
|
|
|
/
*
|
|
VS: switch to new folder structure while keeping the old one working
Marcel Ritzschke
2021-03-18
1
-7/+6
*
|
|
Help: Document that CMAKE_<LANG>_FLAGS[_INIT] are strings
Alexander Richardson
2021-03-17
2
-0/+5
*
|
|
Merge topic 'vs-toolset-version'
Brad King
2021-03-15
1
-0/+20
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
VS: Accept and translate '-T version=' values with three components
Brad King
2021-03-12
1
-0/+12
|
*
VS: Fix '-T version=14.28' under VS 16.9
Brad King
2021-03-12
1
-0/+8
[next]