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
*
KWSys Nightly Date Stamp
KWSys Robot
2012-03-21
1
-1/+1
*
Merge topic 'ninja-generator'
David Cole
2012-03-20
1
-1/+4
|
\
|
*
Ninja: Fix <OBJECT_DIR> substitution
Peter Kuemmel
2012-03-19
1
-1/+4
*
|
Merge topic 'object-library'
David Cole
2012-03-20
121
-477/+1701
|
\
\
|
*
\
Merge branch 'ninja-object-library' into object-library
Brad King
2012-03-19
23
-7/+3160
|
|
\
\
|
|
*
\
Merge branch 'object-library' into ninja-object-library
Brad King
2012-03-16
72
-0/+360
|
|
|
\
\
|
|
*
|
|
Ninja: Honor $<TARGET_OBJECTS:...> source expressions
Brad King
2012-03-16
1
-0/+11
|
|
*
|
|
Merge branch 'object-library' into ninja-object-library
Brad King
2012-03-16
9
-7/+278
|
|
|
\
\
\
|
|
*
|
|
|
Build object library targets in Ninja
Brad King
2012-03-16
4
-7/+39
|
|
*
|
|
|
Pre-compute object file names before Ninja generation
Brad King
2012-03-16
5
-35/+39
|
|
*
|
|
|
Simplify cmNinjaTargetGenerator using cmGeneratorTarget
Brad King
2012-03-16
2
-43/+38
|
|
*
|
|
|
Merge branch 'object-library' into ninja-object-library
Brad King
2012-03-16
310
-2134/+3361
|
|
|
\
\
\
\
|
*
|
\
\
\
\
Merge branch 'xcode-object-library' into object-library
Brad King
2012-03-19
4
-66/+284
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'object-library' into xcode-object-library
Brad King
2012-03-19
72
-0/+360
|
|
|
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Document OBJECT library type in add_library command
Brad King
2012-03-16
1
-0/+20
|
*
|
|
|
|
|
Test OBJECT library use without other sources
Brad King
2012-03-16
5
-0/+64
|
*
|
|
|
|
|
Test OBJECT library language propagation
Brad King
2012-03-16
3
-0/+17
|
*
|
|
|
|
|
Test OBJECT library failure cases
Brad King
2012-03-16
51
-0/+148
|
*
|
|
|
|
|
Test OBJECT library success cases
Brad King
2012-03-16
14
-0/+111
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Xcode: Honor $<TARGET_OBJECTS:...> source expressions
David Cole
2012-03-19
1
-0/+33
|
|
*
|
|
|
Merge branch 'object-library' into xcode-object-library
Brad King
2012-03-19
9
-7/+278
|
|
|
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Add $<TARGET_OBJECTS:...> expression to use an object library
Brad King
2012-03-16
9
-7/+278
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Build object library targets in Xcode
David Cole
2012-03-19
1
-8/+52
|
|
*
|
|
Pre-compute object file names before Xcode generation
David Cole
2012-03-19
2
-0/+51
|
|
*
|
|
Allow txt files as ExtraSources in object library targets
David Cole
2012-03-16
1
-1/+4
|
|
*
|
|
Add a default source group for object files.
David Cole
2012-03-16
1
-0/+1
|
|
*
|
|
Xcode: Re-factor some existing methods into "FromPath" variants
David Cole
2012-03-16
2
-48/+116
|
|
*
|
|
Xcode: Re-factor code into GetObjectsNormalDirectory method
David Cole
2012-03-16
2
-9/+27
|
|
/
/
/
|
*
|
|
Build object library targets in VS
Brad King
2012-03-13
3
-21/+76
|
*
|
|
Build object library targets in Makefiles
Brad King
2012-03-13
6
-11/+55
|
*
|
|
Add OBJECT_LIBRARY target type
Brad King
2012-03-13
12
-4/+104
|
*
|
|
Merge branch 'test-RunCMake' into object-library
Brad King
2012-03-12
46
-133/+111
|
|
\
\
\
|
*
|
|
|
Pre-compute and store target object directory in cmGeneratorTarget
Brad King
2012-03-12
3
-0/+22
|
*
|
|
|
Rename/constify build-time config placeholder lookup
Brad King
2012-03-09
8
-9/+9
|
*
|
|
|
Remove unused cmSourceGroup method
Brad King
2012-03-09
2
-7/+0
|
*
|
|
|
Pre-compute object file names before VS project generation
Brad King
2012-03-09
10
-136/+104
|
*
|
|
|
Pre-compute object file names before Makefile generation
Brad King
2012-03-09
8
-55/+50
|
*
|
|
|
Simplify cmVisualStudio10TargetGenerator using cmGeneratorTarget
Brad King
2012-03-09
2
-29/+12
|
*
|
|
|
Simplify cmMakefileTargetGenerator using cmGeneratorTarget
Brad King
2012-03-09
2
-53/+42
|
*
|
|
|
Create a cmGeneratorTarget for each cmTarget during generation
Brad King
2012-03-09
2
-0/+57
|
*
|
|
|
Add cmGeneratorTarget to represent a target during generation
Brad King
2012-03-09
4
-0/+127
|
*
|
|
|
Merge branch 'cleanup-object-file-names' into object-library
Brad King
2012-03-09
18
-279/+73
|
|
\
\
\
\
*
|
\
\
\
\
Merge topic 'fix-docs-typos'
David Cole
2012-03-20
1
-5/+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix some typos in the docs comments.
Stephen Kelly
2012-03-19
1
-5/+5
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2012-03-20
1
-1/+1
*
|
|
|
|
|
|
Merge topic 'find_package_set_FOUND_VariableInConfigFile'
Brad King
2012-03-19
8
-4/+61
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
find_package: additional test for checking the error message
Alex Neundorf
2012-03-13
4
-0/+13
|
*
|
|
|
|
|
|
find_package: add test for setting Foo_FOUND to FALSE in a Config file
Alex Neundorf
2012-03-13
3
-0/+14
|
*
|
|
|
|
|
|
find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSE
Alex Neundorf
2012-03-13
1
-4/+34
*
|
|
|
|
|
|
|
Merge topic 'CPack-fixCPACK_MONOLITHIC_INSTALL-handling'
Brad King
2012-03-19
5
-3/+23
|
\
\
\
\
\
\
\
\
[next]