summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.Stephen Kelly2015-01-221-1/+2
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-4/+4
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-27/+9
|/
* Remove some temporary vectors for ExpandListArgument.Stephen Kelly2014-12-181-7/+1
* Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-84/+9
* Merge topic 'link-no-empty-response-files'Brad King2014-12-021-1/+1
|\
| * Makefile: Do not create an empty linker response fileBrad King2014-12-011-1/+1
* | 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-4/+10
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
|/
* Ninja: Fix RC include directories regressionBrad King2014-10-131-1/+1
* Makefile: Handle '#' in COMPILE_OPTIONS (#15070)Brad King2014-08-121-3/+7
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-3/+3
* Merge topic 'dev/backtrace-performance'Brad King2014-06-091-2/+1
|\
| * genex: remove the need for backtracesBen Boeckel2014-06-051-2/+1
* | Add OBJECT_FILE_DIR rule placeholder for compilation linesBrad King2014-06-051-0/+5
|/
* cmTarget: Add GetFeatureAsBool methodBrad King2014-05-211-1/+1
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-7/+7
* Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-2/+4
* Merge topic 'target-transitive-sources'Brad King2014-04-031-12/+17
|\
| * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-12/+17
* | Merge topic 'target-sources-refactor'Brad King2014-04-031-3/+0
|\ \ | |/
| * cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-3/+0
* | Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-27/+12
|/
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-8/+8
* Constify some APIs in generators.Stephen Kelly2014-03-131-4/+5
* cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.Stephen Kelly2014-03-131-1/+1
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-12/+16
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-3/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-74/+74
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-6/+4
* stringapi: Use strings for feature argumentsBen Boeckel2014-03-081-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-5/+10
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings in target nameBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-11/+11
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+2
* Windows: Use response files to specify link libraries for GNU toolsBrad King2014-03-051-1/+27
* cmLocalGenerator: Add response file option to OutputLinkLibrariesBrad King2014-03-041-1/+1
* Makefile: Factor out some duplicate link libraries generationBrad King2014-03-041-0/+14
* Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-261-0/+17
|\
| * MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+17
* | cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-241-5/+6
|/
* Makefile: Fix comment indentation.Stephen Kelly2014-02-171-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-2/+2
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-9/+19
* Merge topic 'fix-compile-OBJECT_DIR'Brad King2014-01-021-1/+1
|\
| * Replace <OBJECT_DIR> rule placeholder consistently (#14667)Brad King2014-01-021-1/+1
* | Remove INTERFACE build targets.Stephen Kelly2013-12-101-1/+0