summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-4/+4
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-1/+0
* Fix generation of COMPILE_DEFINITIONS in DependInfo.cmake.Stephen Kelly2013-02-071-22/+5
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-1/+0
* AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-061-3/+7
* Makefile: Support directory names containing '=' (#12934)Brad King2012-06-061-19/+32
* Build object library targets in MakefilesBrad King2012-03-131-0/+1
* Pre-compute object file names before Makefile generationBrad King2012-03-091-39/+0
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-11/+14
|\
| * Hide Makefile local object info inside local generatorBrad King2012-03-081-0/+14