summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'remove-c_str-calls'Brad King2014-03-121-50/+50
|\
| * Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-4/+4
| * Remove some c_str() calls.Stephen Kelly2014-03-111-46/+46
* | Makefile: Improve handling of WMake verbose output and errorsJiri Malak2014-03-101-12/+25
|/
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-8/+8
* stringapi: Use strings in target nameBen Boeckel2014-03-081-7/+7
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
* Merge topic 'make-entry-no-parallel'Brad King2013-12-201-0/+11
|\
| * Makefile: Allow "gmake target1 target2 -j" (#14312)Brad King2013-12-201-0/+11
* | Remove INTERFACE build targets.Stephen Kelly2013-12-101-1/+0
|/
* Merge topic 'use-generator-target'Brad King2013-12-021-0/+5
|\
| * Don't generate subdir convenience rules for IMPORTED targets.Stephen Kelly2013-11-291-0/+5
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-1/+2
|/
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-23/+31
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-11/+0
* Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-211-0/+1
* Makefile: Always create clean target commandBrad King2013-10-161-37/+37
* Generate modern-style cmake code.Stephen Kelly2013-08-221-16/+16
* Merge topic 'drop-old-vs-dependency'Brad King2013-07-161-1/+0
|\
| * VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-151-1/+0
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-2/+2
|/