summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-3/+3
* Ninja: Normalize paths of CMake re-run rule dependenciesBrad King2014-01-211-6/+14
* Merge topic 'ninja_fix_rerun'Brad King2014-01-161-3/+0
|\
| * Revert "Ninja: Track configured files so we can regenerate them."Brad King2014-01-151-3/+0
* | Merge topic 'revert-ninja_fix_rerun'Brad King2014-01-161-24/+5
|\ \
| * | Revert "Ninja: Avoid re-running CMake on next build after regeneration"Brad King2014-01-151-24/+5
* | | Merge topic 'ninja_fix_rerun'Brad King2014-01-131-5/+24
|\ \ \ | |/ /
| * | Ninja: Avoid re-running CMake on next build after regenerationRobert Maynard2014-01-131-5/+24
| |/
* | cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-3/+5
* | Constify handling of target dependencies.Stephen Kelly2013-12-111-2/+2
* | 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-011-19/+20