index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'release'
Brad King
2015-06-01
1
-1/+0
|
\
\
|
|
/
|
*
Makefile: Fix compilation after parent commit was backported
Brad King
2015-06-01
1
-1/+0
*
|
Merge topic 'run-include-what-you-use'
Brad King
2015-05-26
1
-7/+7
|
\
\
|
*
|
Makefile: Fix <LANG>_INCLUDE_WHAT_YOU_USE with CTEST_USE_LAUNCHERS
Brad King
2015-05-22
1
-7/+7
*
|
|
Merge topic 'run-include-what-you-use'
Brad King
2015-05-21
1
-0/+14
|
\
\
\
|
|
/
/
|
*
|
Add options to run include-what-you-use with the compiler
Brad King
2015-05-19
1
-0/+14
*
|
|
cmGlobalUnixMakefileGenerator3: Host the include directive.
Stephen Kelly
2015-05-16
1
-3/+3
|
/
/
*
|
Don't use a cmLocalGenerator instance to call static methods.
Stephen Kelly
2015-05-14
1
-2/+2
*
|
Merge topic 'mingw32-make-backslash-workaround'
Brad King
2015-05-04
1
-0/+10
|
\
\
|
|
/
|
*
Makefile: Workaround mingw32-make trailing backslash trouble (#15546)
Brad King
2015-05-01
1
-0/+10
*
|
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-8/+8
*
|
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
|
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-1/+3
*
|
Merge topic 'custom-command-multiple-outputs'
Brad King
2015-04-13
1
-24/+34
|
\
\
|
|
/
|
*
Makefile: Fix multiple custom command outputs with one missing
Brad King
2015-04-10
1
-24/+34
*
|
Makefile: Tell GNU make to delete rule outputs on error (#15474)
Brad King
2015-03-30
1
-0/+8
*
|
Merge topic 'target-language-genex'
Brad King
2015-03-10
1
-35/+1
|
\
\
|
*
|
Genex: Allow COMPILE_LANGUAGE when processing include directories.
Stephen Kelly
2015-03-09
1
-34/+0
|
*
|
Genex: Allow COMPILE_LANGUAGE when processing compile definitions.
Stephen Kelly
2015-03-09
1
-1/+1
*
|
|
Merge topic 'custom-command-multiple-outputs'
Brad King
2015-03-09
1
-5/+74
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Makefile: Fix multiple custom command outputs regression (#15116)
Brad King
2015-03-07
1
-5/+74
*
|
Makefile: Fix output during parallel builds (#12991)
Brad King
2015-02-06
1
-19/+17
|
/
*
IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.
Stephen Kelly
2015-01-22
1
-1/+2
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-4/+4
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-4/+4
*
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-27/+9
|
/
*
Remove some temporary vectors for ExpandListArgument.
Stephen Kelly
2014-12-18
1
-7/+1
*
Makefile: Fix rebuild with multiple custom command outputs (#15116)
Brad King
2014-12-05
1
-84/+9
*
Merge topic 'link-no-empty-response-files'
Brad King
2014-12-02
1
-1/+1
|
\
|
*
Makefile: Do not create an empty linker response file
Brad King
2014-12-01
1
-1/+1
*
|
Makefile: Add assembly and preprocessed targets for Fortran
Tim Gallagher
2014-11-10
1
-2/+3
*
|
Makefile: Refactor checks for lang-specific targets and export compile cmds
Tim Gallagher
2014-11-05
1
-4/+10
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
|
/
*
Ninja: Fix RC include directories regression
Brad King
2014-10-13
1
-1/+1
*
Makefile: Handle '#' in COMPILE_OPTIONS (#15070)
Brad King
2014-08-12
1
-3/+7
*
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Brad King
2014-07-22
1
-3/+3
*
Merge topic 'dev/backtrace-performance'
Brad King
2014-06-09
1
-2/+1
|
\
|
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-2/+1
*
|
Add OBJECT_FILE_DIR rule placeholder for compilation lines
Brad King
2014-06-05
1
-0/+5
|
/
*
cmTarget: Add GetFeatureAsBool method
Brad King
2014-05-21
1
-1/+1
*
LocalGenerator: Add a string overload for AppendFlags
Ben Boeckel
2014-05-07
1
-7/+7
*
Watcom: Use single quote for all file/path items in wlink command
Jiri Malak
2014-04-08
1
-2/+4
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
1
-12/+17
|
\
|
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-12/+17
*
|
Merge topic 'target-sources-refactor'
Brad King
2014-04-03
1
-3/+0
|
\
\
|
|
/
|
*
cmTarget: Allow any generator expression in SOURCES property.
Stephen Kelly
2014-04-02
1
-3/+0
*
|
Makefile: Generate single-quoted object lists for Watcom
Jiri Malak
2014-03-27
1
-27/+12
|
/
*
cmGeneratorTarget: Constify cmSourceFile* in containers.
Stephen Kelly
2014-03-13
1
-8/+8
*
Constify some APIs in generators.
Stephen Kelly
2014-03-13
1
-4/+5
*
cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.
Stephen Kelly
2014-03-13
1
-1/+1
[prev]
[next]