summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Merge topic 'compiler-launcher'Brad King2015-06-151-0/+19
|\
| * Add options to launch the compiler through tools like ccache or distccBill Hoffman2015-06-151-0/+19
* | Merge topic 'move-Feature-API'Brad King2015-06-081-2/+2
|\ \
| * | cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-2/+2
* | | Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-2/+2
|/ /
* | cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-3/+2
* | Remove CMAKE_USE_RELATIVE_PATHS variable.Stephen Kelly2015-06-031-7/+1
|/
* Merge topic 'mingw32-make-backslash-workaround'Brad King2015-06-011-0/+1
|\
| * Revert "Makefile: Fix compilation after parent commit was backported"Brad King2015-06-011-0/+1
* | Merge branch 'release'Brad King2015-06-011-1/+0
|\ \ | |/
| * Makefile: Fix compilation after parent commit was backportedBrad King2015-06-011-1/+0
* | Merge topic 'run-include-what-you-use'Brad King2015-05-261-7/+7
|\ \
| * | Makefile: Fix <LANG>_INCLUDE_WHAT_YOU_USE with CTEST_USE_LAUNCHERSBrad King2015-05-221-7/+7
* | | Merge topic 'run-include-what-you-use'Brad King2015-05-211-0/+14
|\ \ \ | |/ /
| * | Add options to run include-what-you-use with the compilerBrad King2015-05-191-0/+14
* | | cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-3/+3
|/ /
* | Don't use a cmLocalGenerator instance to call static methods.Stephen Kelly2015-05-141-2/+2
* | Merge topic 'mingw32-make-backslash-workaround'Brad King2015-05-041-0/+10
|\ \ | |/
| * Makefile: Workaround mingw32-make trailing backslash trouble (#15546)Brad King2015-05-011-0/+10
* | cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-8/+8
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+3
* | Merge topic 'custom-command-multiple-outputs'Brad King2015-04-131-24/+34
|\ \ | |/
| * Makefile: Fix multiple custom command outputs with one missingBrad King2015-04-101-24/+34
* | Makefile: Tell GNU make to delete rule outputs on error (#15474)Brad King2015-03-301-0/+8
* | Merge topic 'target-language-genex'Brad King2015-03-101-35/+1
|\ \
| * | Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-34/+0
| * | Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* | | Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-5/+74
|\ \ \ | |/ / |/| / | |/
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-061-5/+74
* | Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-19/+17
|/
* IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.Stephen Kelly2015-01-231-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-191-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