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
/
cmNinjaNormalTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmState: Move GetTargetTypeName from cmTarget.
Stephen Kelly
2015-10-14
1
-4/+3
*
Remove now-obsolete casts.
Stephen Kelly
2015-10-14
1
-2/+2
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-22/+22
*
Generators: Use GetType from the cmGeneratorTarget.
Stephen Kelly
2015-10-14
1
-6/+8
*
cmGeneratorTarget: Move GetSupportDirectory from cmTarget.
Stephen Kelly
2015-10-12
1
-4/+3
*
cmGeneratorTarget: Move HasImportLibrary from cmTarget.
Stephen Kelly
2015-10-12
1
-1/+1
*
Merge topic 'use-generator-target'
Brad King
2015-10-12
1
-4/+4
|
\
|
*
cmGeneratorTarget: Move GetDirectory from cmTarget.
Stephen Kelly
2015-10-08
1
-4/+4
*
|
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-2/+2
|
/
*
Access sources through cmGeneratorTarget.
Stephen Kelly
2015-10-07
1
-1/+1
*
Merge topic 'minor-cleanups'
Brad King
2015-09-28
1
-1/+0
|
\
|
*
Ninja: Remove unused variable.
Stephen Kelly
2015-09-27
1
-1/+0
*
|
Ninja: Fix OBJECT_DIR placeholder substitution in link rules
Brad King
2015-09-25
1
-1/+3
|
/
*
Add support for *.manifest source files with MSVC tools
Brad King
2015-09-17
1
-0/+3
*
Ninja: Always add OBJECT_DIR variable to link rules
Brad King
2015-09-17
1
-3/+4
*
cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.
Stephen Kelly
2015-08-05
1
-2/+1
*
cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+2
*
cmGeneratorTarget: Move GetFullNameComponents from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move HasSOName from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetLibraryNames from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetExecutableNames from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
Merge topic 'ninja-implib-byproduct'
Brad King
2015-07-29
1
-2/+3
|
\
|
*
Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTs
Nils Gladitz
2015-07-28
1
-2/+3
*
|
Move GetFullPath to cmGeneratorTarget
Stephen Kelly
2015-07-27
1
-3/+4
*
|
cmCustomCommandGenerator: Require cmLocalGenerator in API.
Stephen Kelly
2015-07-27
1
-1/+1
|
/
*
Windows: Optionally generate DLL module definition files automatically
Bill Hoffman
2015-07-06
1
-0/+54
*
cmNinjaGenerator: Require cmGeneratorTarget.
Stephen Kelly
2015-06-22
1
-1/+1
*
Convert: Remove specification of default parameter.
Stephen Kelly
2015-05-20
1
-2/+1
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-4/+2
*
Ninja: Generate separate compile and link rules for each target
Brad King
2015-05-18
1
-6/+7
*
Ninja: Use forward slashes for linking with any GCC on Windows (#15439)
Thomas Herz
2015-05-08
1
-1/+1
*
Ninja: Do not use newlines in response files with Windows GNU tools (#15439)
Thomas Herz
2015-05-07
1
-1/+6
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Merge topic 'ninja-rsp_file-calculation'
Brad King
2015-01-26
1
-7/+22
|
\
|
*
ninja: use the minimum of all command line length limits (#14892)
Ben Boeckel
2015-01-23
1
-7/+22
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-5/+5
*
|
Merge topic 'ninja-fix-subdir-objlib-languages'
Brad King
2014-12-24
1
-2/+15
|
\
\
|
|
/
|
*
Ninja: Generate rules only for languages compiled in a target (#15325)
Brad King
2014-12-23
1
-2/+15
*
|
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-1/+16
*
|
Ninja: Refactor restat to be a string internally
Brad King
2014-11-14
1
-3/+3
*
|
Ninja: Use a TARGET_FILE variable to hold the link output file
Brad King
2014-11-14
1
-18/+11
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-6/+6
|
/
*
Ninja: Remove _COMPILER_LINKER_OPTION_FLAG_ remnants
Nils Gladitz
2014-07-29
1
-6/+1
*
Ninja: Add order-only dependencies to link commands (#14728)
Ben Boeckel
2014-07-01
1
-1/+6
*
cmGeneratorTarget: Improve GetCreateRuleVariable API
Brad King
2014-05-21
1
-5/+5
*
Merge topic 'ninja-link-with-compile-flags'
Brad King
2014-04-15
1
-149/+163
|
\
|
*
Ninja: set correct LANGUAGE_COMPILE_FLAGS when linking
Peter Kümmel
2014-04-15
1
-15/+14
|
*
Ninja: cmake formatting, make code more readable
Peter Kümmel
2014-04-15
1
-138/+153
*
|
Ninja: replace \ in LINK_PATH for MinGW
Peter Kümmel
2014-04-15
1
-0/+2
|
/
*
Watcom: Use single quote for all file/path items in wlink command
Jiri Malak
2014-04-08
1
-1/+7
[next]