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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy.
Stephen Kelly
2014-01-08
1
-0/+1
*
Merge topic 'minor-cleanups'
Brad King
2014-01-07
4
-1/+35
|
\
|
*
Genex: Add a nullary form for CONFIG
Stephen Kelly
2014-01-07
1
-0/+2
|
*
Help: Document the target properties exported to IMPORTED targets.
Stephen Kelly
2014-01-07
2
-0/+24
|
*
Help: Note that language-specific 'built-ins' are set by the project command.
Stephen Kelly
2014-01-07
1
-1/+5
|
*
Help: Mention CMAKE_DISABLE_FIND_PACKAGE_<PackageName> in package docs.
Stephen Kelly
2014-01-07
1
-0/+4
*
|
Help: Document the C++ subset permitted for CMake code.
Stephen Kelly
2014-01-06
1
-0/+159
|
/
*
Genex: Add EQUAL expression.
Stephen Kelly
2014-01-06
1
-0/+2
*
Merge topic 'minor-cleanups'
Brad King
2014-01-06
3
-8/+24
|
\
|
*
Help: Mark some code blocks as containing cmake code.
Stephen Kelly
2014-01-04
3
-8/+24
*
|
Help: Add cmake-buildsystem.7 manual
Stephen Kelly
2014-01-06
1
-0/+794
|
/
*
Merge topic 'export-EXPORT-subcommand'
Brad King
2014-01-02
1
-5/+23
|
\
|
*
Help: Document export(EXPORT) in the cmake-packages manual.
Stephen Kelly
2013-12-24
1
-2/+20
|
*
Don't copy find_dependency in configure_package_config_file.
Stephen Kelly
2013-12-24
1
-2/+2
|
*
Help: cmake-packages: Add missing slash.
Stephen Kelly
2013-12-24
1
-1/+1
*
|
Merge topic 'rpath-default'
Brad King
2014-01-02
2
-0/+2
|
\
\
|
|
/
|
/
|
|
*
OS X: Add CMP0042 to enable MACOSX_RPATH by default
Clinton Stimpson
2014-01-02
2
-0/+2
*
|
Merge topic 'cmake-packages-manual'
Brad King
2013-12-20
2
-0/+415
|
\
\
|
*
|
Help: Add a CMake manual for Packages related docs.
Stephen Kelly
2013-12-20
1
-0/+414
|
*
|
Split the find_dependency macro into a separate file.
Stephen Kelly
2013-12-13
1
-0/+1
*
|
|
Help: Mention if(POLICY) and NO_POLICY_SCOPE in policies manual.
Stephen Kelly
2013-12-20
1
-1/+15
|
|
/
|
/
|
*
|
Merge topic 'cleanup-build-commands'
Brad King
2013-12-05
1
-0/+3
|
\
\
|
*
|
VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables
Brad King
2013-12-04
1
-0/+3
*
|
|
Merge topic 'cmake-toolchains-manual'
Brad King
2013-12-03
2
-1/+167
|
\
\
\
|
*
|
|
Help: Add cmake-toolchains.7 manual
Stephen Kelly
2013-12-03
1
-0/+160
|
*
|
|
Help: Document the CMAKE_FIND_ROOT_PATH* variables.
Stephen Kelly
2013-11-27
1
-1/+6
|
*
|
|
Help: Document the CMAKE_TOOLCHAIN_FILE.
Stephen Kelly
2013-11-27
1
-0/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'doc-pdb-not-for-static-libs'
Brad King
2013-12-02
1
-0/+1
|
\
\
\
|
*
|
|
Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable
Brad King
2013-12-02
1
-0/+1
|
|
/
/
*
|
|
Merge topic 'INTERFACE_AUTOUIC_OPTIONS'
Brad King
2013-12-02
2
-0/+7
|
\
\
\
|
*
|
|
QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
Stephen Kelly
2013-11-27
1
-0/+1
|
*
|
|
Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER.
Stephen Kelly
2013-11-27
1
-0/+6
|
|
/
/
*
|
|
Merge topic 'export-includes'
Brad King
2013-12-02
1
-0/+1
|
\
\
\
|
*
|
|
Export: Report error on relative include with genex.
Stephen Kelly
2013-11-26
1
-0/+1
*
|
|
|
Merge topic 'KateProjectGenerator2'
Brad King
2013-12-02
1
-0/+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
kate: add some documentation
Alex Neundorf
2013-11-25
1
-0/+1
|
|
/
/
*
|
|
Merge topic 'ninja-compile-link-pool'
Brad King
2013-11-26
2
-0/+5
|
\
\
\
|
*
|
|
Ninja: job pool support for compiling and linking
Peter Kümmel
2013-11-25
2
-0/+5
|
|
/
/
*
|
|
Merge topic 'minor-cleanups'
Brad King
2013-11-26
1
-1/+1
|
\
\
\
|
*
|
|
Help: Fix typo in genex docs.
Stephen Kelly
2013-11-26
1
-1/+1
|
|
/
/
*
|
|
cmQtAutogen: Allow specifying depends for autogen targets.
Stephen Kelly
2013-11-25
1
-0/+1
|
/
/
*
|
Help: Organize and revise the cmake-generators.7 manual
Brad King
2013-11-25
1
-24/+62
*
|
Help: Document $ENV{VAR} syntax in cmake-language.7 manual
Brad King
2013-11-25
1
-0/+3
*
|
Merge topic 'cross-compiling-toolchain-variables'
Brad King
2013-11-22
1
-0/+1
|
\
\
|
*
|
Introduce CMAKE_STAGING_PREFIX variable.
Stephen Kelly
2013-11-21
1
-0/+1
*
|
|
Help: Reformat cmake-generator-expressions.7 manual
Stephen Kelly
2013-11-21
1
-77/+171
*
|
|
Merge topic 'missing-target-error'
Brad King
2013-11-21
1
-0/+1
|
\
\
\
|
*
|
|
Add policy CMP0040 to disallow custom commands on missing targets
Nils Gladitz
2013-11-21
1
-0/+1
*
|
|
|
Merge topic 'find_backtrace'
Brad King
2013-11-21
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add FindBacktrace.cmake module.
Vadim Zhukov
2013-10-16
1
-0/+1
[next]