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
*
Add target_compile_features command.
Stephen Kelly
2014-04-07
1
-0/+1
*
cmTarget: Transitively evaluate compiler features.
Stephen Kelly
2014-04-07
1
-0/+1
*
cmTarget: Add COMPILE_FEATURES target property.
Stephen Kelly
2014-04-07
1
-0/+1
*
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
2
-0/+4
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
2
-0/+2
|
\
|
*
target_sources: New command to add sources to target.
Stephen Kelly
2014-04-02
1
-0/+1
|
*
cmTarget: Allow transitive evaluation of SOURCES property.
Stephen Kelly
2014-04-02
1
-0/+1
*
|
Merge topic 'target-sources-refactor'
Brad King
2014-04-03
2
-0/+6
|
\
\
|
*
|
Genex: Only evaluate TARGET_OBJECTS to determine target sources.
Stephen Kelly
2014-04-02
1
-1/+3
|
|
/
|
*
cmTarget: Include TARGET_OBJECTS genex in target SOURCES property.
Stephen Kelly
2014-04-02
1
-0/+1
|
*
Genex: Evaluate TARGET_OBJECTS as a normal expression.
Stephen Kelly
2014-03-31
1
-0/+3
*
|
Merge topic 'revise-compiler-id-policies'
Brad King
2014-04-03
1
-0/+1
|
\
\
|
*
\
Merge branch 'master' into revise-compiler-id-policies
Brad King
2014-04-02
5
-7/+14
|
|
\
\
|
|
|
/
|
*
|
Do not warn by default when policy CMP0025 or CMP0047 is not set
Brad King
2014-04-02
1
-0/+1
*
|
|
Help: Rewrite the cmake-developer.7 find module documentation
Alex Merry
2014-04-02
1
-175/+370
|
|
/
|
/
|
*
|
Merge topic 'fix-Qt-manual-typo'
Brad King
2014-03-26
1
-1/+1
|
\
\
|
*
|
Help: Fix typo in cmake-qt manual.
Stephen Kelly
2014-03-26
1
-1/+1
|
|
/
|
*
Merge branch 'doc-osx-path-variables' into release
Brad King
2014-03-10
1
-0/+2
|
|
\
*
|
|
Help: Drop cmStdString from cmake-developer(7) examples
Brad King
2014-03-13
1
-6/+6
*
|
|
Merge topic 'doc-osx-path-variables'
Brad King
2014-03-10
1
-0/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Help: Document variables CMAKE_APPBUNDLE_PATH and CMAKE_FRAMEWORK_PATH
Brad King
2014-03-10
1
-0/+2
*
|
|
Merge topic 'add-FindOpenCL'
Brad King
2014-02-28
1
-0/+1
|
\
\
\
|
*
|
|
Add FindOpenCL module
Matthäus G. Chajdas
2014-02-26
1
-0/+1
|
|
/
/
*
|
|
Merge topic 'INTERFACE-property-docs'
Brad King
2014-02-26
1
-0/+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Help: List the whitelist of properties for INTERFACE libraries.
Stephen Kelly
2014-02-26
1
-0/+10
|
|
/
*
|
MSVC: Add properties to configure compiler PDB files (#14762)
Brad King
2014-02-26
2
-0/+6
|
/
*
Merge topic 'doc-usage-requirements'
Brad King
2014-02-19
1
-0/+6
|
\
|
*
Help: Document the purpose of usage requirements clearly.
Stephen Kelly
2014-02-18
1
-0/+6
*
|
Merge topic 'doc-package-registry'
Brad King
2014-02-19
1
-0/+129
|
\
\
|
*
|
Help: Document the package registry in cmake-packages.7
Brad King
2014-02-17
1
-0/+129
|
|
/
*
|
Help: Fix typo
Stephen Kelly
2014-02-17
1
-2/+2
|
/
*
add_custom_command: Disallow use of SOURCE signatures.
Stephen Kelly
2014-02-12
1
-0/+1
*
Add policy CMP0049 to avoid variable expansion in source lists
Stephen Kelly
2014-02-12
1
-0/+1
*
Merge topic 'extend-docs'
Brad King
2014-02-10
3
-4/+17
|
\
|
*
Help: Don't list debuggable properties in cmake-buildsystem manual.
Stephen Kelly
2014-02-10
1
-4/+2
|
*
Help: Add additional hyperlink targets
Stephen Kelly
2014-02-09
3
-0/+7
|
*
Help: Document SYSTEM treatment of IMPORTED target INTERFACE_INCLUDE_DIRS
Stephen Kelly
2014-02-09
1
-0/+8
*
|
Help: Add hyperlink targets for argument types in cmake-language(7)
Brad King
2014-02-07
1
-0/+6
|
/
*
Help: Note that the compatible interface properties must not intersect.
Stephen Kelly
2014-02-06
1
-0/+4
*
Help: Specify how to order and modify transitively set property values.
Stephen Kelly
2014-02-06
1
-1/+21
*
Help: Add hyperlink targets to some manual sections.
Stephen Kelly
2014-02-06
1
-0/+9
*
Help: Mark up references to NEW and OLD policy settings properly.
Stephen Kelly
2014-02-06
1
-4/+4
*
Help: Add a style guide.
Stephen Kelly
2014-02-06
1
-2/+167
*
Help: Fix typos
Stephen Kelly
2014-02-06
2
-2/+2
*
Merge topic 'cmake-qt-manual'
Brad King
2014-02-03
1
-0/+184
|
\
|
*
Help: Add information about INTERFACE_AUTOUIC_OPTIONS.
Stephen Kelly
2014-02-02
1
-0/+40
|
*
Help: Note that AUTOMOC consumes the defines and includes from targets.
Stephen Kelly
2014-02-02
1
-0/+4
|
*
Help: Move Qt tool invocation information to a generic cmake-qt manual.
Stephen Kelly
2014-02-02
1
-0/+140
*
|
project: Manage VERSION variables
Brad King
2014-01-29
2
-0/+11
[next]