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
/
manual
/
cmake-variables.7.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow LINK_SEARCH_{START,END}_STATIC props to have default values.
Chuck Atkins
2015-08-13
1
-0/+2
*
Merge topic 'ctest-change-id'
Brad King
2015-07-17
1
-0/+1
|
\
|
*
CTest: Optionally add a ChangeId attribute on XML Site tags
Zack Galbreath
2015-07-17
1
-0/+1
*
|
VS: Add more Nsight Tegra generator Android property settings
Mikhail Filimonov
2015-07-14
1
-0/+14
|
/
*
Merge topic 'auto_export_dll_symbols'
Brad King
2015-07-08
1
-0/+1
|
\
|
*
Windows: Optionally generate DLL module definition files automatically
Bill Hoffman
2015-07-06
1
-0/+1
*
|
ctest: Optionally avoid starting tests that may exceed a given CPU load
Betsy McPhail
2015-06-30
1
-0/+1
|
/
*
Merge topic 'compiler-launcher'
Brad King
2015-06-15
1
-0/+1
|
\
|
*
Add options to launch the compiler through tools like ccache or distcc
Bill Hoffman
2015-06-15
1
-0/+1
*
|
Help: Document CMAKE_FIND_APPBUNDLE and CMAKE_FIND_FRAMEWORK
Brad King
2015-06-08
1
-0/+2
*
|
Help: Document CMAKE_SYSTEM_APPBUNDLE_PATH variable
Brad King
2015-06-08
1
-0/+1
*
|
Help: Document CMAKE_SYSTEM_FRAMEWORK_PATH variable
Brad King
2015-06-08
1
-0/+1
|
/
*
Add options to run include-what-you-use with the compiler
Brad King
2015-05-19
1
-0/+1
*
VS: Add option to put INSTALL target in .sln default build
Robert Goulet
2015-05-06
1
-0/+1
*
Help: Revise buildsystem artifact file type documentation (#15539)
Brad King
2015-04-29
1
-0/+3
*
Add a 'Green Hills MULTI' generator on Windows
Geoff Viola
2015-04-20
1
-0/+5
*
Properties: Add CROSSCOMPILING_EMULATOR target property.
Matt McCormick
2015-04-07
1
-0/+1
*
Help: add missing MINGW variable documentation
Ben Boeckel
2015-01-21
1
-0/+1
*
Merge topic 'doc-CMAKE_FIND_PACKAGE_NAME'
Brad King
2015-01-12
1
-0/+1
|
\
|
*
Help: Document CMAKE_FIND_PACKAGE_NAME variable
Brad King
2015-01-11
1
-0/+1
|
*
Merge branch 'release-doc-formatting' into release
Brad King
2014-11-07
1
-1/+1
|
|
\
*
|
|
Add 'ANDROID_API_MIN' target property to set Android Target MIN API
Dmitry Polyanitsa
2014-12-17
1
-0/+1
*
|
|
cmMakefile: store the number of last matches in a CMake var
Ben Boeckel
2014-12-03
1
-0/+1
*
|
|
Merge branch 'release-doc-formatting' into doc-formatting
Brad King
2014-11-06
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Help: Drop TOC from latex manuals
Brad King
2014-11-06
1
-1/+1
*
|
Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)
Brad King
2014-10-22
1
-0/+1
|
/
*
ctest: add support for additional sanitizer options
Ben Boeckel
2014-10-03
1
-0/+1
*
Add 'ANDROID_API' target property to set Android Target API
Brad King
2014-09-30
1
-0/+1
*
Add 'ANDROID_GUI' target property to mark Android applications
Brad King
2014-09-29
1
-0/+1
*
VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android'
Brad King
2014-09-29
1
-0/+1
*
Help: Document the WINCE variable
Pascal Bach
2014-09-11
1
-0/+1
*
CMake: Add CMAKE_GENERATOR_PLATFORM option
Brad King
2014-09-05
1
-0/+1
*
Help: Document CMAKE_VS_PLATFORM_NAME variable
Brad King
2014-09-05
1
-0/+1
*
Merge topic 'ctest_update_status_only'
Brad King
2014-08-18
1
-0/+1
|
\
|
*
ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the version
Bill Hoffman
2014-08-18
1
-0/+1
*
|
Define 'WINDOWS_PHONE' and 'WINDOWS_STORE' variables
Gilles Khouzam
2014-07-31
1
-0/+2
|
/
*
ctest_memcheck: Add support for ThreadSanitizer
Bill Hoffman
2014-07-09
1
-0/+1
*
Merge topic 'vs14-generator'
Brad King
2014-06-30
1
-0/+1
|
\
|
*
VS14: Add Visual Studio 14 generator (#14982)
Brad King
2014-06-25
1
-0/+1
*
|
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
1
-0/+1
|
/
*
Help: Add placeholder documents for CTest Script variables
Brad King
2014-06-03
1
-0/+51
*
Features: Extend concept to C language.
Stephen Kelly
2014-05-14
1
-0/+4
*
Merge topic 'package-disable-registry'
Brad King
2014-05-12
1
-0/+3
|
\
|
*
Allow the Package Registry to be disabled (#14849)
Daniele E. Domenichelli
2014-05-12
1
-0/+3
*
|
cmTarget: Add CXX_STANDARD_REQUIRED to control decay.
Stephen Kelly
2014-05-07
1
-0/+1
*
|
Help: Fix order of help entries.
Stephen Kelly
2014-05-07
1
-1/+1
|
/
*
Features: Make CMAKE_CXX_KNOWN_FEATURES a property.
Stephen Kelly
2014-05-02
1
-1/+0
*
project: Add infrastructure for recording CXX compiler features
Stephen Kelly
2014-04-07
1
-0/+2
*
cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.
Stephen Kelly
2014-04-07
1
-0/+2
*
Merge branch 'master' into revise-compiler-id-policies
Brad King
2014-04-02
1
-0/+2
|
\
[next]