summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Merge topic 'target-language-genex'Brad King2015-03-101-12/+38
|\
| * Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-0/+26
| * Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-16/+16
* | Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-54/+2
|\ \ | |/ |/|
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-071-54/+2
| * Merge branch 'makefile-missing-comment' into releaseBrad King2015-02-101-1/+1
| |\
* | | cmAlgorithms: Add cmWrap.Stephen Kelly2015-02-201-6/+1
* | | Use cmJoin where possible.Stephen Kelly2015-02-201-7/+1
* | | Merge topic 'use-cmRange'Brad King2015-02-121-13/+11
|\ \ \
| * | | Convert loop into two algorithms.Stephen Kelly2015-02-111-10/+6
| * | | Convert loop to the common pattern.Stephen Kelly2015-02-111-10/+4
| * | | Move loop inside of condition.Stephen Kelly2015-02-111-12/+12
| * | | Handle last element outside of the loop.Stephen Kelly2015-02-111-3/+11
* | | | Merge topic 'makefile-missing-comment'Brad King2015-02-111-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Makefile: Fix regression in target-bound custom command COMMENT outputNils Gladitz2015-02-101-1/+1
* | | Merge topic 'use-algorithms'Brad King2015-02-101-9/+5
|\ \ \
| * | | Convert loop to algorithm.Stephen Kelly2015-02-061-5/+2
| * | | Extract a prefix variable from loop.Stephen Kelly2015-02-061-5/+2
| * | | Take computation out of loop.Stephen Kelly2015-02-061-1/+3
| | |/ | |/|
* | | Makefile: Change link step message color to bold greenBrad King2015-02-071-1/+1
* | | Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-4/+19
* | | bootstrap: Enable color Makefile outputBrad King2015-02-051-9/+1
|/ /
* | Makefile: Generate .NOTPARALLEL without .PHONY (#14312)Brad King2015-01-301-1/+1
* | Merge topic 'consistent-empty-method'Brad King2015-01-191-3/+3
|\ \
| * | Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
| * | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* | | Convert raw loops to vector member insert.Stephen Kelly2015-01-181-5/+2
|/ /
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-5/+5
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-5/+5
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-7/+2
|/ /
* | Makefile: Workaround Borland Make bug with multiple outputsBrad King2014-12-061-0/+14
* | Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-3/+43
* | Makefile: Add assembly and preprocessed targets for FortranTim Gallagher2014-11-101-2/+3
* | Makefile: Refactor checks for lang-specific targets and export compile cmdsTim Gallagher2014-11-051-18/+24
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
|/
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-2/+2
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-3/+10
* Merge topic 'target-transitive-sources'Brad King2014-04-031-2/+4
|\
| * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-2/+4
* | Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-3/+27
* | cmLocalUnixMakefileGenerator3: Re-organize ConvertToQuotedOutputPathJiri Malak2014-03-271-33/+32
|/
* Merge topic 'watcom-updates'Brad King2014-03-201-0/+1
|\
| * Watcom: Add one blank line to Makefile for better readabilityJiri Malak2014-03-171-0/+1
* | Rename local 'dir_max' variables to 'dir'Stephen Kelly2014-03-171-6/+6
|/
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+14
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-3/+3
* Makefiles: Compute local object files on demand.Stephen Kelly2014-03-131-12/+46
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-16/+18
* cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-121-6/+7