summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* Makefiles: Remove duplicate code.Stephen Kelly2014-03-171-15/+0
* Rename local 'dir_max' variables to 'dir'Stephen Kelly2014-03-171-6/+6
* cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-24/+0
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-8/+13
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-3/+3
* cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-10/+17
* Makefiles: Compute local object files on demand.Stephen Kelly2014-03-131-7/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-7/+7
* Remove some c_str() calls.Stephen Kelly2014-03-111-30/+30
* speedup: Avoid excess iterator dereferencesBen Boeckel2014-03-081-57/+68
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-7/+5
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-3/+5
* Constify handling of target dependencies.Stephen Kelly2013-12-111-7/+8
* Remove INTERFACE build targets.Stephen Kelly2013-12-101-55/+37
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-58/+77
* Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-1/+3
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-29/+17
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-0/+44
* Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-211-37/+55
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-4/+0
* Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-0/+8
|\
| * Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+8
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-5/+5
|/
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-3/+5
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Move the EscapeJSON method to a sharable location.Stephen Kelly2012-06-041-15/+6
* Build object library targets in MakefilesBrad King2012-03-131-0/+5
* Pre-compute and store target object directory in cmGeneratorTargetBrad King2012-03-121-0/+1
* Pre-compute object file names before Makefile generationBrad King2012-03-091-0/+32
* Introduce a cmGlobalGenerator::ResolveLanguageCompiler functionPeter Collingbourne2011-10-021-69/+1
* Merge topic 'output-compile-lines'Brad King2011-05-241-0/+41
|\
| * Fix signed/unsigned comparison in EscapeJSONBrad King2011-05-161-1/+1
| * make compile command output optionalManuel Klimek2011-04-251-1/+1
| * implement cxx command outputManuel Klimek2011-04-251-0/+41
* | Merge branch 'MakeCodeBlocksGeneratorNonVerbose2' into rule-messagesBrad King2011-05-161-62/+61
|\ \ | |/
| * Don't enforce VERBOSE makefiles for the CodeBlocks generatorAlex Neundorf2010-11-111-1/+0
| * Remove trailing whitespaceAlex Neundorf2010-11-111-61/+61
* | Revert "Honor RULE_MESSAGES property for build target messages" (#12190)Brad King2011-05-161-91/+73
|/
* Honor RULE_MESSAGES property for build target messagesCampbell Barton2010-11-031-77/+95
* Fix or cast integer conversions in cmakeBrad King2010-06-251-2/+3
* Qualify std::map compare functor as constBrad King2009-09-291-1/+1
* Fix support for OLD behavior of policy CMP0002Brad King2009-09-281-3/+18