summaryrefslogtreecommitdiff
path: root/Source/cmGlobalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-1/+3
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-31/+16
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-0/+7
* Merge topic 'ninja-use-deps'Brad King2013-10-281-5/+31
|\
| * Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-5/+31
* | Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-4/+0
|/
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+6
* Merge topic 'windows_ninja_duplicate_paths'Brad King2013-07-241-18/+22
|\
| * Ninja: Properly convert all paths to unix style before we do set intersection.Robert Maynard2013-07-221-18/+22
* | OS X: Fix regression handling frameworks for NinjaClinton Stimpson2013-07-221-1/+7
|/
* Ninja: Custom Command file depends don't need to exist before buildingRobert Maynard2013-07-011-3/+126
* Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non staticRobert Maynard2013-07-011-45/+45
* Ninja: Track configured files so we can regenerate them.Robert Maynard2013-06-251-0/+3
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-1/+3
* Merge topic 'ninja-escape-line-breaks'Brad King2013-03-131-0/+1
|\
| * Ninja: escape line breaks in literalsPeter Kümmel2013-03-091-0/+1
* | Ninja: the Ninja generator does not support Fortran yet.Peter Kümmel2013-03-101-5/+11
|/
* Ninja: use MinGW generator code in EnableLanguage()Peter Kümmel2013-03-091-57/+4
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Ninja: don't confuse ninja's rsp files with nmake'sPeter Kümmel2012-09-281-3/+9
* Merge topic 'ninja-fix-macosx'David Cole2012-07-241-0/+47
|\
| * Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-0/+47
* | Ninja: path is already declaredPeter Kümmel2012-07-161-6/+6
* | Ninja: more searching for windresPeter Kümmel2012-07-151-8/+23
* | Ninja: there could be null pointersPeter Kümmel2012-07-151-2/+3
* | Ninja: search for windres with prefixPeter Kümmel2012-07-151-3/+11
* | Ninja: windres is also used for cross-compilingPeter Kümmel2012-07-151-3/+2
|/
* Ninja: error on missing rspfile_contentPeter Kümmel2012-07-101-5/+9
* Ninja: also write link libraries to rsp filePeter Kümmel2012-07-101-1/+9
* Merge topic 'ninja-fixes'David Cole2012-07-091-1/+1
|\
| * Ninja: remove int/size_t warningPeter Kuemmel2012-07-091-1/+1
* | Merge topic 'ninja-cmdLineLimit'David Cole2012-07-091-19/+22
|\ \ | |/
| * Ninja: also consider rule command length for rsp filePeter Kuemmel2012-07-021-0/+2
| * Ninja: also consider variables when checking command line lengthPeter Kuemmel2012-07-021-19/+20
* | Merge topic 'fix-typo'David Cole2012-07-091-1/+1
|\ \
| * | Ninja: Fix typo: tagets -> targetsDavid Cole2012-06-261-1/+1
| |/
* | Merge topic 'Ninja-absolute-compile-commands'David Cole2012-07-091-1/+10
|\ \ | |/ |/|
| * Use full paths in compile_commands.json for out of source builds.Stephen Kelly2012-06-191-1/+10
* | Merge topic 'ninja-cldeps'David Cole2012-06-191-9/+26
|\ \
| * | Ninja: Eclipse and KDevelop fixes for ninjaPeter Kuemmel2012-06-151-2/+13
| * | Ninja: be more accurate when estimating the command line lengthPeter Kuemmel2012-06-151-1/+2
| * | Ninja: undo all the NOSHELL patchesPeter Kuemmel2012-06-151-9/+1
| * | Ninja: remove nop linePeter Kuemmel2012-06-141-2/+0
| * | Ninja: build with old vc versionsPeter Kuemmel2012-06-141-1/+1
| * | Ninja: don't use shell when cmake is called directlyPeter Kuemmel2012-06-141-1/+9
| * | Ninja: remove unused CommentStreamPeter Kuemmel2012-06-131-11/+1
| * | Ninja: don't pollute the rules file with useless commentsPeter Kuemmel2012-06-101-1/+19
| * | Ninja: allow spaces in source pathPeter Kuemmel2012-06-081-13/+1
| * | Ninja: add wrapper for cl to extract dependenciesPeter Kuemmel2012-06-081-2/+13
* | | Merge branch 'ninja-rspfile' into no-std-stringstreamBrad King2012-06-121-25/+79
|\ \ \ | |/ / | | / | |/ |/|