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
*
cmIDEOption: Store mapped flag values as a vector<string>
Brad King
2014-07-23
5
-41/+64
*
cmVisualStudio10TargetGenerator: Remove dupilcate line
Brad King
2014-07-23
1
-1/+0
*
Merge topic 'refactor-makerule-path-conversion'
Brad King
2014-07-23
10
-35/+40
|
\
|
*
cmGlobalVisualStudio7Generator: Remove unused variable
Brad King
2014-07-22
1
-1/+0
|
*
cmDepends: Refactor object file path conversion
Brad King
2014-07-22
3
-17/+23
|
*
cmLocalGenerator: Fix AddBuildTargetRule object file path conversion
Brad King
2014-07-22
1
-1/+1
|
*
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Brad King
2014-07-22
9
-18/+18
*
|
Merge topic 'refactor-generator-startup'
Brad King
2014-07-23
10
-35/+22
|
\
\
|
*
|
cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Brad King
2014-07-22
10
-35/+22
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-23
1
-1/+1
|
/
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-22
1
-1/+1
*
|
Merge topic 'update-kwsys'
Brad King
2014-07-21
3
-4/+22
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2014-07-18
3
-4/+22
*
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-21
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-20
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-19
1
-1/+1
*
|
Merge topic 'dev/target-fastpaths'
Brad King
2014-07-18
2
-330/+344
|
\
\
|
*
|
cmTarget: use a hash_map for cmTargets typedef
Ben Boeckel
2014-07-17
1
-0/+7
|
*
|
cmTarget: help the optimizer a bit
Ben Boeckel
2014-07-17
1
-3/+3
|
*
|
cmTarget: use hash_set for sets of strings
Ben Boeckel
2014-07-17
1
-37/+42
|
*
|
cmTarget: Allow caching of empty genex expansions
Ben Boeckel
2014-07-17
1
-2/+4
|
*
|
cmTarget: Only copy GenEx expansions when necessary
Ben Boeckel
2014-07-17
1
-10/+13
|
*
|
cmTarget: Don't set properties on custom targets
Ben Boeckel
2014-07-17
1
-37/+43
|
*
|
cmTarget: Use static strings for special property names
Ben Boeckel
2014-07-17
1
-36/+55
|
*
|
cmTarget: Sort special property checks
Ben Boeckel
2014-07-17
1
-27/+27
|
*
|
cmTarget: Fast path for regular properties
Ben Boeckel
2014-07-17
1
-141/+157
|
*
|
cmTarget: Factor out common code
Ben Boeckel
2014-07-16
1
-52/+20
|
*
|
cmTarget: Use else/if trees rather than an if tree
Ben Boeckel
2014-07-16
1
-50/+38
*
|
|
Merge topic 'delay-generator-platform'
Brad King
2014-07-18
21
-118/+99
|
\
\
\
|
*
|
|
VS: Delay getting platform name in local generator
Brad King
2014-07-17
8
-17/+16
|
*
|
|
VS: Delay detection of VS 10 Express 64-bit tools
Brad King
2014-07-17
1
-8/+7
|
*
|
|
VS: Delay platform definitions until system name is known
Brad King
2014-07-17
6
-9/+19
|
*
|
|
VS: Remove unused method from VS 9 generator
Brad King
2014-07-17
2
-10/+0
|
*
|
|
VS: Refactor CMAKE_FORCE_*64 platform definitions
Brad King
2014-07-17
16
-74/+45
|
*
|
|
Tell generators about CMAKE_SYSTEM_NAME as soon as it is known
Brad King
2014-07-17
2
-0/+12
*
|
|
|
Merge topic 'vs-MSTool-condition'
Brad King
2014-07-18
2
-95/+142
|
\
\
\
\
|
*
|
|
|
VS: Make MS-tool-specific options conditional
Brad King
2014-07-17
2
-95/+142
|
|
/
/
/
*
|
|
|
Merge topic 'encoding-ctest-fixes'
Brad King
2014-07-18
1
-7/+8
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Encoding: Fix a few encoding problems with ctest.
Clinton Stimpson
2014-07-18
1
-7/+8
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-18
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'refactor-link-internals'
Brad King
2014-07-17
4
-229/+165
|
\
\
\
|
*
|
|
cmTarget: Cache compatible interface property sets
Brad King
2014-07-16
2
-48/+55
|
*
|
|
cmTarget: Refactor GetLinkImplementationClosure internals
Brad King
2014-07-16
1
-7/+11
|
*
|
|
Genex: Adjust code layout slightly
Brad King
2014-07-16
1
-4/+3
|
*
|
|
Genex: Refactor empty element strip
Brad King
2014-07-16
1
-3/+2
|
*
|
|
Genex: Avoid repeated search of transitive property whitelist
Brad King
2014-07-16
1
-33/+26
|
*
|
|
Genex: Simplify TARGET_PROPERTY transitive lookup
Brad King
2014-07-16
1
-65/+31
|
*
|
|
cmTarget: Drop GetTransitivePropertyTargets method
Brad King
2014-07-16
3
-25/+13
|
*
|
|
Refactor system include annotation propagation
Brad King
2014-07-16
1
-34/+7
|
*
|
|
cmTarget: Make GetLink*Libraries methods safer to use
Brad King
2014-07-16
3
-32/+39
[next]