summaryrefslogtreecommitdiff
path: root/Source/cmGlobalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-11/+11
* Ninja: Limit custom command side-effects to build folderBrad King2014-10-081-6/+16
* Ninja: Fix variable duplication in RSP rulesNils Gladitz2014-10-061-1/+1
* Ninja: Use 'console' pool for CMake re-run if possible (#14915)Sylvain Joubert2014-10-031-1/+22
* Ninja: Prevent compilers to be silently modifiedSylvain Joubert2014-09-221-0/+9
* Ninja: Don't limit custom cmd side-effects to build folder (#14972)Adam Strzelecki2014-06-301-16/+6
* Ninja: Consider only custom commands deps as side-effects (#14972)Adam Strzelecki2014-06-301-10/+12
* Merge topic 'ninja-avoid-double-phony'Brad King2014-06-161-0/+9
|\
| * Ninja: Remove CMake includes from explicit depends (#14972)Adam Strzelecki2014-06-161-0/+9
* | ninja: Don't use a stringstream to build an argument listBen Boeckel2014-05-021-14/+14
* | Rename local 'dir_max' variables to 'dir'Stephen Kelly2014-03-171-6/+6
* | cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-23/+0
* | cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-8/+15
* | cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-3/+3
* | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-11/+16
* | 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