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
/
cmMakefileExecutableTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert: Inline uses of START_OUTPUT
Stephen Kelly
2016-09-19
1
-11/+22
*
Convert: Avoid START_OUTPUT enum when converting to relative paths
Stephen Kelly
2016-09-19
1
-6/+8
*
Convert: Replace UNCHANGED conversions with new API call
Stephen Kelly
2016-08-27
1
-18/+12
*
Convert: Replace uses of Convert(NONE)
Stephen Kelly
2016-08-27
1
-5/+4
*
Makefiles: Change AppendCustomCommand API to strings
Stephen Kelly
2016-08-27
1
-3/+3
*
Makefiles: Port CreateCDCommand to string-based API
Stephen Kelly
2016-08-27
1
-2/+2
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-1/+9
*
Makefile: Factor out response file checks into common helper
Brad King
2016-07-20
1
-21/+4
*
Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports
Yury Zhuravlev
2016-07-11
1
-0/+6
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-4/+6
*
Add options to run `ldd -u -r` as a "link-what-you-use" tool
Bill Hoffman
2016-06-17
1
-0/+12
*
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
1
-3/+2
*
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-27/+28
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-220/+170
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-4/+0
*
cmGeneratorTarget: Add API for target-relative commands.
Stephen Kelly
2015-10-26
1
-3/+3
*
Makefiles: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-7/+9
*
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
Stephen Kelly
2015-10-20
1
-2/+2
*
cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmLocalGenerator: Port some API to cmGeneratorTarget.
Stephen Kelly
2015-10-17
1
-4/+4
*
Use cmGeneratorTarget for property access.
Stephen Kelly
2015-10-17
1
-3/+3
*
Use GetName from cmGeneratorTarget.
Stephen Kelly
2015-10-17
1
-1/+1
*
cmGeneratorTarget: Move GetTargetVersion from cmTarget.
Stephen Kelly
2015-10-16
1
-1/+1
*
cmGeneratorTarget: Move GetSupportDirectory from cmTarget.
Stephen Kelly
2015-10-12
1
-1/+1
*
cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.
Stephen Kelly
2015-10-12
1
-1/+1
*
cmGeneratorTarget: Move GetPDBDirectory from cmTarget.
Stephen Kelly
2015-10-08
1
-1/+2
*
cmGeneratorTarget: Move GetDirectory from cmTarget.
Stephen Kelly
2015-10-08
1
-2/+2
*
Add support for *.manifest source files with MSVC tools
Brad King
2015-09-17
1
-0/+4
*
cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetExecutableNames from cmTarget.
Stephen Kelly
2015-08-05
1
-2/+2
*
cmMakefileTargetGenerator: Require cmGeneratorTarget.
Stephen Kelly
2015-06-22
1
-1/+1
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-3/+3
*
Makefile: Add progress to link step messages
Brad King
2015-02-07
1
-1/+5
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
Watcom: Use single quote for all file/path items in wlink command
Jiri Malak
2014-04-08
1
-3/+10
*
Makefile: Generate single-quoted object lists for Watcom
Jiri Malak
2014-03-27
1
-1/+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-20/+20
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-3/+3
*
Windows: Use response files to specify link libraries for GNU tools
Brad King
2014-03-05
1
-1/+13
*
Makefile: Rename linker response file boolean to be more specific
Brad King
2014-03-05
1
-4/+4
*
Makefile: Factor out some duplicate link libraries generation
Brad King
2014-03-04
1
-6/+2
*
MSVC: Add properties to configure compiler PDB files (#14762)
Brad King
2014-02-26
1
-0/+4
*
Makefile: Fix per-config linker PDB output directory
Brad King
2014-02-24
1
-1/+1
*
Merge topic 'fix-compile-OBJECT_DIR'
Brad King
2014-01-02
1
-7/+5
|
\
|
*
Replace <OBJECT_DIR> rule placeholder consistently (#14667)
Brad King
2014-01-02
1
-7/+5
*
|
Port some of the generator API to cmGeneratorTarget.
Stephen Kelly
2013-11-22
1
-3/+3
|
/
*
Revert "Use --sysroot when cross compiling."
Stephen Kelly
2013-07-12
1
-16/+0
[next]