summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-11/+0
* | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-22/+0
|/
* Merge topic 'warn-funny-path-names'David Cole2012-02-071-0/+15
|\
| * Allow directory names containing '=' and warn if necessary (#12934)Brad King2012-02-061-0/+15
* | Exit the loop when we have determined the language.Stephen Kelly2012-01-081-0/+1
* | fix #12262: dependency scanning for ASM filesAlex Neundorf2011-12-181-0/+2
* | Merge topic 'fix-typo'David Cole2011-11-081-1/+1
|\ \
| * | Fix typo.Stephen Kelly2011-11-041-1/+1
* | | Watcom: Use shortpath to CMake if full path has parens (#12548)Brad King2011-11-031-17/+25
|/ /
* | fix #12262: use the C dependency scanner also for ASM filesAlex Neundorf2011-10-051-1/+1
* | Fix for bug #12413, nmake did not handle targets with + in the name.Bill Hoffman2011-08-241-0/+2
* | MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-161-5/+2
* | Change working drive only in MinGW MakefilesBrad King2011-04-081-2/+5
* | Fix working drive of make rules on WindowsBrad King2011-04-081-3/+6
* | Optionally pass include directories with response filesBrad King2011-03-171-0/+14
|/