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
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTargetPropertyComputer: Template some methods on the Target
Stephen Kelly
2016-10-15
3
-199/+200
*
cm{,Generator}Target: Add global generator accessors
Stephen Kelly
2016-10-15
4
-0/+15
*
cmTargetPropertyComputer: Unify whitelist handling from cmTarget
Stephen Kelly
2016-10-15
3
-21/+29
*
cmTargetPropertyComputer: Move whitelist check from cmTarget
Stephen Kelly
2016-10-15
3
-35/+37
*
cmTargetPropertyComputer: Extract into new files
Stephen Kelly
2016-10-15
4
-245/+289
*
cmTargetPropertyComputer: Implement GetProperty without cmMakefile
Stephen Kelly
2016-10-15
1
-24/+32
*
cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshot
Stephen Kelly
2016-10-15
1
-0/+2
*
cmTarget: Extract GetLocation method
Stephen Kelly
2016-10-15
1
-38/+54
*
cmTarget: Extract GetSources method
Stephen Kelly
2016-10-15
1
-83/+92
*
cmTarget: Extract location computation methods
Stephen Kelly
2016-10-15
1
-54/+44
*
cmTarget: Split property computation into separate class
Stephen Kelly
2016-10-15
2
-54/+78
*
cmTarget: Move IMPORTED check to callers
Stephen Kelly
2016-10-15
1
-6/+7
*
cmTarget: Move SOURCES property computation before the rest
Stephen Kelly
2016-10-15
1
-85/+85
*
cmTarget: Remove mutable marker from properties
Stephen Kelly
2016-10-15
2
-3/+3
*
cmTarget: Use static storage for computed properties
Stephen Kelly
2016-10-15
1
-12/+21
*
Merge topic 'vs-host-x64-tools'
Brad King
2016-10-14
6
-1/+81
|
\
|
*
VS: Provide an option to use x64 host tools
Brad King
2016-10-14
6
-1/+81
*
|
Merge topic 'flush-archive-list'
Brad King
2016-10-14
1
-0/+1
|
\
\
|
*
|
cmSystemTools: Flush output buffer for list_item_verbose
Dāvis Mosāns
2016-10-13
1
-0/+1
*
|
|
Merge topic 'st2-exclude-patterns-variable'
Brad King
2016-10-14
2
-2/+11
|
\
\
\
|
*
|
|
Sublime: Exclude build tree from source tree project only optionally
Bruno Pedrosa
2016-10-12
2
-2/+11
*
|
|
|
Merge topic 'ninja-framework-POST_BUILD'
Brad King
2016-10-14
1
-2/+4
|
\
\
\
\
|
*
|
|
|
Ninja: Fix POST_BUILD commands on macOS Frameworks
Brad King
2016-10-13
1
-2/+4
*
|
|
|
|
Merge topic 'ninja-rc-regression'
Brad King
2016-10-14
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
Ninja: Fix RC language depfile generation with cmcldeps
Ben Boeckel
2016-10-13
1
-1/+1
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'LINK_WHAT_YOU_USE-allow-OFF'
Brad King
2016-10-14
3
-6/+6
|
\
\
\
\
\
|
*
|
|
|
|
Honor LINK_WHAT_YOU_USE when set to OFF
Jamie Snape
2016-10-13
3
-6/+6
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-14
1
-1/+1
*
|
|
|
|
Merge topic 'msbuild-json'
Brad King
2016-10-13
1
-0/+453
|
\
\
\
\
\
|
*
|
|
|
|
Add a script to convert from MSBuild XML to a JSON format
Don Olmstead
2016-10-12
1
-0/+453
*
|
|
|
|
|
Merge topic 'vs-default-generator'
Brad King
2016-10-13
2
-48/+60
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cmake: Fix default VS generator selection for Microsoft Build Tools
Brad King
2016-10-11
1
-7/+13
|
*
|
|
|
|
|
cmake: Simplify default generator search by switching direction
Brad King
2016-10-11
1
-12/+10
|
*
|
|
|
|
|
cmake: Use array iteration for default generator VS variants
Brad King
2016-10-11
1
-6/+7
|
*
|
|
|
|
|
cmake: Use array iteration for default generator list
Brad King
2016-10-11
1
-5/+5
|
*
|
|
|
|
|
cmake: Rename default generator selection list variable
Brad King
2016-10-11
1
-5/+5
|
*
|
|
|
|
|
cmake: Rename default generator selection internal variable
Brad King
2016-10-11
1
-4/+3
|
*
|
|
|
|
|
cmake: Simplify VS registry entry lookup
Brad King
2016-10-11
1
-4/+6
|
*
|
|
|
|
|
cmake: Factor out default generator selection into helper
Brad King
2016-10-11
2
-48/+54
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge topic 'remove-obsolete'
Brad King
2016-10-13
3
-68/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Makefiles: Remove query for CMAKE_OBJECT_NAME
Stephen Kelly
2016-10-09
1
-3/+1
|
*
|
|
|
|
|
Makefiles: Remove forbidden flag logic
Stephen Kelly
2016-10-09
3
-65/+0
*
|
|
|
|
|
|
Merge topic 'vs15-separate-flag-table'
Brad King
2016-10-13
3
-3/+247
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
VS: Split flag table between v140 and v141 toolsets
Brad King
2016-10-10
3
-3/+247
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge topic 'cmake-gui-fix-extra-generator-names'
Brad King
2016-10-13
1
-1/+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cmake-gui: Fix "extra" generator entries in drop-down list
Brad King
2016-10-11
1
-1/+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-13
1
-1/+1
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-12
1
-1/+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-11
1
-1/+1
*
|
|
|
|
cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator
Stephen Kelly
2016-10-10
5
-34/+37
[next]