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
*
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
|
|
\
\
\
|
*
|
|
|
Ninja: Avoid using 'this' in member initializers
Brad King
2012-03-16
1
-1/+1
|
*
|
|
|
Ninja: Fix for PDB files with spaces in the path.
Bill Hoffman
2012-03-16
2
-2/+4
|
*
|
|
|
Ninja: Constify use of cmCustomCommand
Brad King
2012-03-13
3
-8/+8
|
*
|
|
|
Ninja: add /DEF: flag to linker call
Peter Kuemmel
2012-03-13
1
-0/+2
|
*
|
|
|
Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator.
Bill Hoffman
2012-03-09
1
-2/+15
|
*
|
|
|
Ninja: Add friend struct so it can access the private ConvertToNinjaPath.
David Cole
2012-03-07
1
-0/+2
|
*
|
|
|
Ninja: add .def file support
Peter Kuemmel
2012-03-07
5
-1/+46
|
*
|
|
|
Ninja: ensure the output dir exists at compile time
Peter Kuemmel
2012-03-07
1
-0/+5
|
*
|
|
|
Ninja: Remove an unnecessary variable
Peter Collingbourne
2012-02-28
1
-1/+0
|
*
|
|
|
Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commands
Peter Collingbourne
2012-02-27
2
-6/+16
|
*
|
|
|
Ninja: Add a missed license header
Peter Collingbourne
2012-02-27
1
-0/+12
|
*
|
|
|
Ninja: CMake: Adapt Ninja generator for per-target include dirs
David Cole
2012-02-22
1
-1/+4
|
*
|
|
|
Merge branch 'target-include-directories' into ninja-generator
David Cole
2012-02-22
151
-1092/+3267
|
|
\
\
\
\
|
*
|
|
|
|
Ninja: windows msvc: create for each target a .pdb file
Peter Kuemmel
2012-02-21
3
-0/+23
|
*
|
|
|
|
Ninja: Import library support for Windows
Peter Collingbourne
2012-02-19
3
-17/+18
|
*
|
|
|
|
Ninja: mark the Windows specific hacks with a comment only
Peter Kuemmel
2012-02-19
2
-2/+6
|
*
|
|
|
|
Ninja: disable unfinished Windows ninja support
Peter Kuemmel
2012-02-19
1
-17/+15
|
*
|
|
|
|
Ninja: add some hacks for Windows
Peter Kuemmel
2012-02-19
3
-2/+15
|
*
|
|
|
|
Ninja: also build ninja support on Windows
Peter Kuemmel
2012-02-19
1
-17/+14
|
*
|
|
|
|
Ninja: Shell encode the command used in custom commands
Peter Collingbourne
2012-02-19
1
-1/+2
|
*
|
|
|
|
Ninja: Shell encode various CMake invocations
Peter Collingbourne
2012-02-19
2
-6/+17
|
*
|
|
|
|
Ninja: Shell encode paths used in "cd" commands
Peter Collingbourne
2012-02-19
2
-8/+11
|
*
|
|
|
|
Ninja: Backslash rules for Windows
Peter Collingbourne
2012-02-19
5
-15/+25
|
*
|
|
|
|
Ninja: Identifier encoding rules for ' ' and ':'
Peter Collingbourne
2012-02-18
1
-2/+6
|
*
|
|
|
|
Ninja: Partially revert "win fixes: escape back slash/colon, use cd. as cmd.e...
Peter Collingbourne
2012-02-18
2
-13/+7
|
*
|
|
|
|
Ninja: don't define MSVC_IDE when using the ninja generator
Peter Kuemmel
2012-02-18
1
-2/+2
|
*
|
|
|
|
Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nop
Peter Kuemmel
2012-02-18
4
-7/+21
|
*
|
|
|
|
Ninja: Appease various compilers
Peter Collingbourne
2012-02-05
5
-10/+12
|
*
|
|
|
|
Ninja: Remove some default arguments
Peter Collingbourne
2012-02-05
2
-8/+2
|
*
|
|
|
|
Ninja: Fix a 79-col violation
Peter Collingbourne
2012-02-05
1
-1/+1
|
*
|
|
|
|
Ninja: Add the Ninja generator
Peter Collingbourne
2012-02-02
17
-4/+2913
|
*
|
|
|
|
Provide dependency file flags to generator
Peter Collingbourne
2012-02-02
2
-0/+11
|
*
|
|
|
|
Add executable with exports flag support to cmLocalGenerator::GetTargetFlags
Peter Collingbourne
2012-02-02
1
-0/+10
|
*
|
|
|
|
Add cmSystemTools::TrimWhitespace function
Peter Collingbourne
2012-02-02
2
-0/+19
*
|
|
|
|
|
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
[next]