summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ninja-object-library' into object-libraryBrad King2012-03-1923-7/+3160
|\
| * Merge branch 'object-library' into ninja-object-libraryBrad King2012-03-1672-0/+360
| |\
| * | Ninja: Honor $<TARGET_OBJECTS:...> source expressionsBrad King2012-03-161-0/+11
| * | Merge branch 'object-library' into ninja-object-libraryBrad King2012-03-169-7/+278
| |\ \
| * | | Build object library targets in NinjaBrad King2012-03-164-7/+39
| * | | Pre-compute object file names before Ninja generationBrad King2012-03-165-35/+39
| * | | Simplify cmNinjaTargetGenerator using cmGeneratorTargetBrad King2012-03-162-43/+38
| * | | Merge branch 'object-library' into ninja-object-libraryBrad King2012-03-16310-2134/+3361
| |\ \ \
| * | | | Ninja: Avoid using 'this' in member initializersBrad King2012-03-161-1/+1
| * | | | Ninja: Fix for PDB files with spaces in the path.Bill Hoffman2012-03-162-2/+4
| * | | | Ninja: Constify use of cmCustomCommandBrad King2012-03-133-8/+8
| * | | | Ninja: add /DEF: flag to linker callPeter Kuemmel2012-03-131-0/+2
| * | | | Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator.Bill Hoffman2012-03-091-2/+15
| * | | | Ninja: Add friend struct so it can access the private ConvertToNinjaPath.David Cole2012-03-071-0/+2
| * | | | Ninja: add .def file supportPeter Kuemmel2012-03-075-1/+46
| * | | | Ninja: ensure the output dir exists at compile timePeter Kuemmel2012-03-071-0/+5
| * | | | Ninja: Remove an unnecessary variablePeter Collingbourne2012-02-281-1/+0
| * | | | Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commandsPeter Collingbourne2012-02-272-6/+16
| * | | | Ninja: Add a missed license headerPeter Collingbourne2012-02-271-0/+12
| * | | | Ninja: CMake: Adapt Ninja generator for per-target include dirsDavid Cole2012-02-221-1/+4
| * | | | Merge branch 'target-include-directories' into ninja-generatorDavid Cole2012-02-22151-1092/+3267
| |\ \ \ \
| * | | | | Ninja: windows msvc: create for each target a .pdb filePeter Kuemmel2012-02-213-0/+23
| * | | | | Ninja: Import library support for WindowsPeter Collingbourne2012-02-193-17/+18
| * | | | | Ninja: mark the Windows specific hacks with a comment onlyPeter Kuemmel2012-02-192-2/+6
| * | | | | Ninja: disable unfinished Windows ninja supportPeter Kuemmel2012-02-191-17/+15
| * | | | | Ninja: add some hacks for WindowsPeter Kuemmel2012-02-193-2/+15
| * | | | | Ninja: also build ninja support on WindowsPeter Kuemmel2012-02-191-17/+14
| * | | | | Ninja: Shell encode the command used in custom commandsPeter Collingbourne2012-02-191-1/+2
| * | | | | Ninja: Shell encode various CMake invocationsPeter Collingbourne2012-02-192-6/+17
| * | | | | Ninja: Shell encode paths used in "cd" commandsPeter Collingbourne2012-02-192-8/+11
| * | | | | Ninja: Backslash rules for WindowsPeter Collingbourne2012-02-195-15/+25
| * | | | | Ninja: Identifier encoding rules for ' ' and ':'Peter Collingbourne2012-02-181-2/+6
| * | | | | Ninja: Partially revert "win fixes: escape back slash/colon, use cd. as cmd.e...Peter Collingbourne2012-02-182-13/+7
| * | | | | Ninja: don't define MSVC_IDE when using the ninja generatorPeter Kuemmel2012-02-181-2/+2
| * | | | | Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nopPeter Kuemmel2012-02-184-7/+21
| * | | | | Ninja: Appease various compilersPeter Collingbourne2012-02-055-10/+12
| * | | | | Ninja: Remove some default argumentsPeter Collingbourne2012-02-052-8/+2
| * | | | | Ninja: Fix a 79-col violationPeter Collingbourne2012-02-051-1/+1
| * | | | | Ninja: Add the Ninja generatorPeter Collingbourne2012-02-0217-4/+2913
| * | | | | Provide dependency file flags to generatorPeter Collingbourne2012-02-022-0/+11
| * | | | | Add executable with exports flag support to cmLocalGenerator::GetTargetFlagsPeter Collingbourne2012-02-021-0/+10
| * | | | | Add cmSystemTools::TrimWhitespace functionPeter Collingbourne2012-02-022-0/+19
* | | | | | Merge branch 'xcode-object-library' into object-libraryBrad King2012-03-194-66/+284
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'object-library' into xcode-object-libraryBrad King2012-03-1972-0/+360
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Document OBJECT library type in add_library commandBrad King2012-03-161-0/+20
* | | | | | Test OBJECT library use without other sourcesBrad King2012-03-165-0/+64
* | | | | | Test OBJECT library language propagationBrad King2012-03-163-0/+17
* | | | | | Test OBJECT library failure casesBrad King2012-03-1651-0/+148
* | | | | | Test OBJECT library success casesBrad King2012-03-1614-0/+111
| |_|_|_|/ |/| | | |
| * | | | Xcode: Honor $<TARGET_OBJECTS:...> source expressionsDavid Cole2012-03-191-0/+33