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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add policy CMP0032 to disallow output_required_files
Brad King
2013-10-22
17
-30/+58
*
Add policy CMP0031 to disallow load_command
Brad King
2013-10-22
17
-22/+56
*
Add policy CMP0030 to disallow use_mangled_mesa
Brad King
2013-10-22
17
-38/+54
*
Add policy CMP0029 to disallow subdir_depends
Brad King
2013-10-22
15
-35/+43
*
Add infrastructure for policies that disallow commands
Brad King
2013-10-22
5
-0/+40
*
Merge topic 'rst-literal-blocks'
Brad King
2013-10-22
4
-31/+107
|
\
|
*
cmRST: Process literal blocks after paragraphs ending in '::'
Brad King
2013-10-21
4
-0/+59
|
*
cmRST: Do not process inline markup in code-block literals
Brad King
2013-10-21
4
-31/+48
*
|
Merge topic 'genex-conversion-warnings'
Brad King
2013-10-22
4
-10/+10
|
\
\
|
*
|
use size_t for GeneratorExpressionContent::ContentLength to fix some warnings
Rolf Eike Beer
2013-10-21
4
-10/+10
|
|
/
*
|
Merge topic 'string-CONCAT-command'
Brad King
2013-10-22
10
-0/+63
|
\
\
|
*
|
string: Add CONCAT sub-command
Brad King
2013-10-21
10
-0/+63
*
|
|
Merge topic 'xcode-folder-types'
Brad King
2013-10-22
1
-5/+16
|
\
\
\
|
*
|
|
Xcode: Generate 'folder' source type for directories (#14498)
Michael Priestman
2013-10-21
1
-5/+16
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'doc-vs-keyword-properties'
Brad King
2013-10-22
2
-2/+8
|
\
\
\
|
*
|
|
VS: Document VS_GLOBAL_KEYWORD and VS_KEYWORD relationship (#14493)
Brad King
2013-10-21
2
-2/+8
*
|
|
|
Merge topic 'double-colon-is-imported'
Brad King
2013-10-22
20
-11/+124
|
\
\
\
\
|
*
|
|
|
Consider targets with double colons to be IMPORTED or ALIAS targets.
Stephen Kelly
2013-10-21
20
-11/+124
*
|
|
|
|
Merge topic 'vs9-target-framework-version'
Brad King
2013-10-22
1
-0/+5
|
\
\
\
\
\
|
*
|
|
|
|
VS: Set .NET target framework version for VS 7-9 (#14499)
Brad King
2013-10-21
1
-0/+5
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'cmake--build-pipes'
Brad King
2013-10-22
4
-16/+8
|
\
\
\
\
\
|
*
|
|
|
|
cmake: Always pass through stdout/stderr in --build mode
Brad King
2013-10-18
4
-16/+8
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'remove-cmake-i-wizard'
Brad King
2013-10-22
9
-273/+9
|
\
\
\
\
\
|
*
|
|
|
|
cmake: Drop support for "-i" wizard mode
Brad King
2013-10-18
9
-273/+9
|
|
/
/
/
/
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2013-10-22
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'INTERFACE_LIBRARY-build-targets'
Brad King
2013-10-21
11
-75/+172
|
\
\
\
\
|
*
|
|
|
Create make rules for INTERFACE_LIBRARY targets.
Stephen Kelly
2013-10-21
11
-38/+135
|
*
|
|
|
Makefile: Always create clean target command
Brad King
2013-10-16
1
-37/+37
*
|
|
|
|
Merge topic 'minor-cleanups'
Brad King
2013-10-21
5
-6/+6
|
\
\
\
\
\
|
*
|
|
|
|
cmCoreTryCompile: Fix typo in comments.
Stephen Kelly
2013-10-20
1
-2/+2
|
*
|
|
|
|
cmTarget: Remove unused variable.
Stephen Kelly
2013-10-18
1
-1/+0
|
*
|
|
|
|
target_link_libraries(): Fix code snippet in documentation.
Stephen Kelly
2013-10-18
1
-1/+2
|
*
|
|
|
|
cmPolicies: Fix typo
Stephen Kelly
2013-10-18
1
-1/+1
|
*
|
|
|
|
include(): Use lower case and () to refer to the include() command.
Stephen Kelly
2013-10-18
1
-1/+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'remove-old-process-execution'
Brad King
2013-10-21
15
-1528/+201
|
\
\
\
\
\
|
*
|
|
|
|
cmSystemTools: Drop old RunCommand method
Brad King
2013-10-19
10
-1510/+1
|
*
|
|
|
|
exec_program: Re-implement using KWSys Process
Brad King
2013-10-19
2
-4/+196
|
*
|
|
|
|
cmake: Drop "cmake -E comspec" Win9x helper
Brad King
2013-10-19
2
-13/+3
|
*
|
|
|
|
cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommand
Brad King
2013-10-18
1
-1/+1
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'policies-generic-docs'
Brad King
2013-10-21
1
-0/+20
|
\
\
\
\
\
|
*
|
|
|
|
Help: Add introduction section to cmake-policies manual
Stephen Kelly
2013-10-18
1
-0/+20
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'vs12-parallel-cl-FS'
Brad King
2013-10-21
3
-1/+7
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492)
Brad King
2013-10-18
3
-1/+7
*
|
|
|
|
Merge topic 'cmake-syntax-updates'
Brad King
2013-10-21
93
-200/+884
|
\
\
\
\
\
|
*
|
|
|
|
Add Lua-style long brackets and long comments to CMake language
Brad King
2013-10-17
75
-185/+629
|
*
|
|
|
|
cmListFileLexer: Convert CRLF -> LF newlines explicitly
Brad King
2013-10-17
6
-27/+100
|
*
|
|
|
|
cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)
Brad King
2013-10-17
19
-10/+168
|
*
|
|
|
|
cmListFileLexer: Allow command names with one letter (#14181)
Brad King
2013-10-17
5
-2/+11
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2013-10-21
1
-1/+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge topic 'target-LOCATION-policy'
Brad King
2013-10-20
1
-1/+1
|
\
\
\
\
\
[next]