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
*
cmLocalUnixMakefileGenerator3: Remove unused variable.
Stephen Kelly
2015-06-13
1
-1/+0
*
Merge topic 'fix-CMP0009-future-states'
Brad King
2015-06-11
1
-8/+4
|
\
|
*
cmFileCommand: Fix implementation of CMP0009.
Stephen Kelly
2015-06-09
1
-8/+4
*
|
Merge topic 'minor-cleanups'
Brad King
2015-06-11
4
-12/+1
|
\
\
|
*
|
cmLocalGenerator: Remove ConfigureFinalPass.
Stephen Kelly
2015-06-09
3
-11/+1
|
*
|
project(): Remove unused variable.
Stephen Kelly
2015-06-09
1
-1/+0
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-06-11
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-06-10
1
-1/+1
|
/
*
Merge topic 'move-CMP0059-handling'
Brad King
2015-06-09
5
-22/+52
|
\
|
*
cmMakefile: Move CMP0059 handling to command code.
Stephen Kelly
2015-06-08
4
-16/+40
|
*
cmGetDirectoryPropertyCommand: Move variable to the point of use.
Stephen Kelly
2015-06-08
1
-2/+1
|
*
cmGetDirectoryPropertyCommand: Extract StoreResult method.
Stephen Kelly
2015-06-08
2
-4/+11
*
|
Merge topic 'ctest-script-mode-no-legacy-cygwin'
Brad King
2015-06-09
1
-0/+4
|
\
\
|
*
|
ctest: Disable CMake Cygwin legacy warning in dashboard client script
Brad King
2015-06-08
1
-0/+4
*
|
|
Merge topic 'cmake-gui-osx-install-command-line'
Brad King
2015-06-09
1
-0/+1
|
\
\
\
|
*
|
|
cmake-gui: Make command-line install help text selectable
Clinton Stimpson
2015-06-08
1
-0/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-06-09
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge topic 'data-layout'
Brad King
2015-06-08
45
-385/+272
|
\
\
\
|
*
|
|
cmCustomCommand: Remove special member functions.
Stephen Kelly
2015-06-07
2
-49/+0
|
*
|
|
cmCustomCommand: Re-arrange data layout.
Stephen Kelly
2015-06-07
2
-10/+8
|
*
|
|
cmComputeLinkDepends: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-11/+7
|
*
|
|
cmQtAutoGenerators: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-2/+1
|
*
|
|
cmProcessTools: Re-arrange data layout.
Stephen Kelly
2015-06-07
2
-4/+4
|
*
|
|
cmOrderDirectories: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-3/+2
|
*
|
|
cmInstallTargetGenerator: Re-arrange data layout.
Stephen Kelly
2015-06-07
2
-5/+5
|
*
|
|
cmInstallFilesGenerator: Re-arrange data layout.
Stephen Kelly
2015-06-07
2
-3/+5
|
*
|
|
cmGraphVizWriter: Re-arrange data layout.
Stephen Kelly
2015-06-07
2
-9/+8
|
*
|
|
cmGlobalGenerator: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-6/+8
|
*
|
|
cmComputeComponentGraph: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-2/+2
|
*
|
|
cmCommandArgumentParserHelper: Re-arrange data.
Stephen Kelly
2015-06-07
1
-4/+4
|
*
|
|
cmComputeLinkInformation: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-18/+17
|
*
|
|
cmLocalUnixMakefileGenerator: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-16/+7
|
*
|
|
cmMakefile: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-9/+7
|
*
|
|
cmSourceFile: Re-arrange data.
Stephen Kelly
2015-06-07
1
-2/+2
|
*
|
|
cmTarget: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-29/+23
|
*
|
|
cmTarget: Replace PolicyStatus members with PolicyMap.
Stephen Kelly
2015-06-07
2
-24/+4
|
*
|
|
cmTarget: Use method abstraction for policy status.
Stephen Kelly
2015-06-07
1
-9/+9
|
*
|
|
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
12
-73/+42
|
*
|
|
cmPropertyMap: Require a non-empty name parameter.
Stephen Kelly
2015-06-07
6
-11/+28
|
*
|
|
cmPropertyMap: Remove scope parameter from API where not used.
Stephen Kelly
2015-06-07
9
-35/+22
|
*
|
|
Constify property definition API.
Stephen Kelly
2015-06-07
5
-21/+35
|
*
|
|
cmProperty: Remove needless Name member.
Stephen Kelly
2015-06-07
3
-11/+6
|
*
|
|
cmPolicies: Store all statuses in a single bitset.
Stephen Kelly
2015-06-07
2
-18/+19
|
*
|
|
cmPolicies: Replace UNDEFINED bitset with WARN bitset.
Stephen Kelly
2015-06-06
2
-10/+6
*
|
|
|
Merge topic 'clean-up-cmMakefile'
Brad King
2015-06-08
6
-63/+141
|
\
\
\
\
|
*
|
|
|
cmMakefile: Remove cacheOnly option from GetDefinitions.
Stephen Kelly
2015-06-07
2
-11/+4
|
*
|
|
|
cmGetCMakePropertyCommand: Don't explicitly specify default param.
Stephen Kelly
2015-06-07
1
-2/+1
|
*
|
|
|
cmMakefile: Simplify handling of CACHE_VARIABLES property.
Stephen Kelly
2015-06-07
1
-7/+7
|
|
/
/
/
|
*
|
|
cmMakefile: Simplify InitializeFromParent method.
Stephen Kelly
2015-06-06
2
-5/+3
|
*
|
|
cmMakefile: Remove unused GetPolicies method.
Stephen Kelly
2015-06-06
2
-9/+0
[next]