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
...
|
*
|
|
|
|
|
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
*
|
|
|
|
cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator
Stephen Kelly
2016-10-10
12
-34/+39
*
|
|
|
|
cmLocalGenerator: Inline last use of local variable
Stephen Kelly
2016-10-10
1
-3/+1
*
|
|
|
|
cmLinkLineComputer: Move RPath computation from cmLocalGenerator
Stephen Kelly
2016-10-10
8
-36/+52
*
|
|
|
|
cmLinkLineComputer: Move LinkPath computation from cmLocalGenerator
Stephen Kelly
2016-10-10
3
-11/+35
*
|
|
|
|
cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator
Stephen Kelly
2016-10-10
19
-49/+113
*
|
|
|
|
cmLocalGenerator: Move variable to where it is used
Stephen Kelly
2016-10-10
1
-2/+2
*
|
|
|
|
cmLocalGenerator: Use a std::string instead of char*
Stephen Kelly
2016-10-10
1
-2/+3
*
|
|
|
|
cmLocalGenerator: Move stringstream to where it is used
Stephen Kelly
2016-10-10
1
-1/+1
*
|
|
|
|
cmLocalGenerator: Move flag determination up in the function
Stephen Kelly
2016-10-10
1
-8/+9
*
|
|
|
|
cmLocalGenerator: Separate stdlib content from library stream
Stephen Kelly
2016-10-10
1
-1/+5
*
|
|
|
|
cmLocalGenerator: Separate rpath content from library stream
Stephen Kelly
2016-10-10
1
-7/+9
*
|
|
|
|
cmLocalGenerator: Pass link library info to OutputLinkLibraries
Stephen Kelly
2016-10-10
3
-20/+27
*
|
|
|
|
Makefiles: Port CreateLinkLibs to cmLinkLineComputer
Stephen Kelly
2016-10-10
4
-13/+20
*
|
|
|
|
cmLinkLineComputer: Extract from cmLocalGenerator
Stephen Kelly
2016-10-10
25
-79/+280
*
|
|
|
|
Ninja: Constify
Stephen Kelly
2016-10-10
2
-4/+6
*
|
|
|
|
cmLocalGenerator: Inline conversion into link computation
Stephen Kelly
2016-10-10
1
-1/+8
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'clean-up-link-configuration'
Brad King
2016-10-10
8
-144/+134
|
\
\
\
\
|
*
|
|
|
cmMakefile: Simplify programmer error to an assert
Stephen Kelly
2016-10-07
1
-8/+3
|
*
|
|
|
cmMakefile: Implement LinkLibraries as an internal property
Stephen Kelly
2016-10-07
3
-39/+50
|
*
|
|
|
cmMakefile: Inline method into only remaining caller
Stephen Kelly
2016-10-07
3
-34/+32
|
*
|
|
|
cmMakefile: Inline method into caller
Stephen Kelly
2016-10-07
1
-1/+29
|
*
|
|
|
cmake: Simplify find-package mode library addition
Stephen Kelly
2016-10-07
1
-1/+1
|
*
|
|
|
cmMakefile: Remove obsolete parameter
Stephen Kelly
2016-10-07
2
-5/+4
|
*
|
|
|
cmTarget: Remove target name from parameter list
Stephen Kelly
2016-10-07
3
-9/+8
|
*
|
|
|
cmMakefile: Use public API to find a target
Stephen Kelly
2016-10-07
1
-3/+3
|
*
|
|
|
cmMakefile: Inline method into only caller
Stephen Kelly
2016-10-07
3
-16/+8
|
*
|
|
|
cmMakefile: Use public API to find a target
Stephen Kelly
2016-10-07
1
-3/+4
|
*
|
|
|
cmMakefile: Invert if() condition to remove else
Stephen Kelly
2016-10-07
1
-3/+3
|
*
|
|
|
cmMakefile: Remove ALIAS check
Stephen Kelly
2016-10-07
1
-7/+0
|
*
|
|
|
cmMakefile: Collapse two consecutive if()s into one
Stephen Kelly
2016-10-07
1
-14/+11
|
*
|
|
|
cmMakefile: DeMorgan-invert condition
Stephen Kelly
2016-10-07
1
-4/+4
|
*
|
|
|
cmMakefile: Return after error and remove else condition
Stephen Kelly
2016-10-07
1
-17/+18
|
*
|
|
|
cmMakefile: Invert handling of error condition
Stephen Kelly
2016-10-07
1
-6/+6
|
*
|
|
|
cmMakefile: Remove superfluous overload
Stephen Kelly
2016-10-07
3
-7/+1
|
*
|
|
|
cmMakefile: Remove useless link directory container
Stephen Kelly
2016-10-07
2
-7/+1
|
*
|
|
|
cmTarget: Inline MergeLinkLibraries into only caller
Stephen Kelly
2016-10-07
3
-17/+10
|
*
|
|
|
cmTarget: Remove useless link library state
Stephen Kelly
2016-10-07
2
-5/+0
[prev]
[next]