summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+1
* | Makefile: Remove "forbidden" flags only as a wholeNils Gladitz2013-11-191-1/+34
* | Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-211-0/+1
* | OS X: Encode -F framework search flag in per-language platform variableBrad King2013-10-101-3/+11
* | Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-1/+6
|\ \
| * | Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+6
| |/
* | Merge topic 'generate-modern-style'Brad King2013-10-071-7/+7
|\ \
| * | Generate modern-style cmake code.Stephen Kelly2013-08-221-7/+7
| |/
* | Genex: Evaluate genexes for additional make clean files.Stephen Kelly2013-08-271-1/+9
|/
* Merge topic 'tid-system-argument'Brad King2013-07-161-1/+2
|\