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
*
cmGetTestPropertyCommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-30/+11
*
cmGetTargetPropertyCommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-34/+16
*
cmGetSourceFilePropertyCommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-30/+12
*
cmFLTKWrapUICommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-50/+22
*
cmEnableLanguageCommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-41/+11
*
cmDefinePropertyCommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-54/+26
*
cmCreateTestSourceList: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-51/+20
*
cmBuildCommand: Port away from cmCommand
Regina Pfeifer
2019-09-12
3
-78/+41
*
Merge topic 'compile-msvc-permissive-off'
Brad King
2019-09-12
2
-2/+3
|
\
|
*
Add compatibility with the cl.exe /permissive- compiler option
Alexej Harm
2019-09-11
2
-2/+3
*
|
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
87
-449/+289
|
\
\
|
*
|
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
87
-449/+289
*
|
|
Merge topic 'free-find-commands'
Brad King
2019-09-12
15
-113/+111
|
\
\
\
|
*
|
|
cmFind*: Port away from cmCommand
Regina Pfeifer
2019-09-10
15
-113/+111
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2019-09-12
1
-1/+1
*
|
|
|
Merge topic 'ctest-no-cmcommand'
Brad King
2019-09-11
1
-106/+51
|
\
\
\
\
|
*
|
|
|
cmCTestTestHandler: Port away from cmCommand
Regina Pfeifer
2019-09-09
1
-106/+51
*
|
|
|
|
Merge topic 'fileapiAddMoreBacktraces'
Brad King
2019-09-11
6
-75/+359
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
fileapi: add backtraces for compile/link options
Justin Goshi
2019-09-10
3
-11/+142
|
*
|
|
|
cmLocalGenerator: Add GetTargetCompileFlags overload with backtraces
Justin Goshi
2019-09-10
2
-2/+17
|
*
|
|
|
cmLocalGenerator: Add GetTargetFlags overload with backtraces
Justin Goshi
2019-09-10
2
-9/+36
|
*
|
|
|
cmLocalGenerator: Add GetStaticLibraryFlags overload with backtraces
Justin Goshi
2019-09-10
2
-4/+26
|
*
|
|
|
cmLocalGenerator: Add AddCompileOptions overload with backtraces
Justin Goshi
2019-09-10
2
-8/+38
|
*
|
|
|
cmLocalGenerator: Add AppendCompileOptions overload with backtraces
Justin Goshi
2019-09-10
2
-0/+27
|
*
|
|
|
cmLocalGenerator: Add AppendFlags overload with backtraces
Justin Goshi
2019-09-09
3
-0/+11
|
*
|
|
|
cmLocalGenerator: Clarify AddCompileOptions filter logic
Justin Goshi
2019-09-09
1
-5/+8
|
*
|
|
|
cmLocalGenerator: Use local variables to collect flags
Justin Goshi
2019-09-09
1
-41/+59
|
*
|
|
|
cmLocalGenerator: Improve local variable names
Justin Goshi
2019-09-09
1
-12/+12
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2019-09-11
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'move-setting-GENERATE-upfront'
Brad King
2019-09-10
2
-28/+25
|
\
\
\
\
|
*
|
|
|
cmMakefile: set GENERATED property of outputs upfront
Daniel Eiband
2019-09-06
2
-28/+25
*
|
|
|
|
Merge topic 'MoveIfDifferent'
Brad King
2019-09-10
5
-8/+20
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
use cmSystemTools::MoveFileIfDifferent()
Rolf Eike Beer
2019-09-09
3
-8/+4
|
*
|
|
|
cmSystemTools: introduce MoveFileIfDifferent()
Rolf Eike Beer
2019-09-09
2
-0/+16
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge topic 'windows-auto-export-incremental-build'
Brad King
2019-09-10
4
-11/+65
|
\
\
\
\
|
*
|
|
|
Windows: Prevent auto exports to be regenerated on every build
Daniel Eiband
2019-09-09
4
-11/+65
*
|
|
|
|
Merge topic 'tidy-return-brace'
Brad King
2019-09-10
14
-60/+50
|
\
\
\
\
\
|
*
|
|
|
|
clang-tidy: modernize-return-braced-init-list
Regina Pfeifer
2019-09-06
14
-60/+50
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'clang-tidy-8-macOS'
Brad King
2019-09-10
6
-12/+14
|
\
\
\
\
\
|
*
|
|
|
|
clang-tidy: Fix bugprone-exception-escape diagnostic in test code
Brad King
2019-09-09
1
-1/+2
|
*
|
|
|
|
clang-tidy: Fix performance-for-range-copy diagnostic in Xcode generator
Brad King
2019-09-09
1
-2/+2
|
*
|
|
|
|
clang-tidy: Resolve performance-unnecessary-value-param diagnostics
Brad King
2019-09-09
4
-8/+8
|
*
|
|
|
|
cmGeneratedFileStreamBase: Optimize string construction in Close
Brad King
2019-09-09
1
-1/+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'clang-tidy-8'
Brad King
2019-09-10
1
-4/+0
|
\
\
\
\
\
|
*
|
|
|
|
clang-tidy: Remove old entries from blacklist
Regina Pfeifer
2019-09-06
1
-4/+0
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'local-var'
Brad King
2019-09-10
1
-4/+3
|
\
\
\
\
\
|
*
|
|
|
|
cmLocalGenerator::AddConfigVariableFlags: optimize string construction
Rolf Eike Beer
2019-09-09
1
-4/+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2019-09-10
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly'
Brad King
2019-09-09
10
-57/+139
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
CUDA: static lib device linking computes required static libs
Robert Maynard
2019-09-05
10
-57/+139
[next]