index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmNinjaNormalTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-11
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-22
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
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
1
-1
/
+2
|
\
|
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-1
/
+2
*
|
Ninja: Simplify code for linker commands
Jiri Malak
2014-04-01
1
-51
/
+29
|
/
*
Generalize cmCustomCommandGenerator to more fields
Brad King
2014-03-12
1
-1
/
+4
*
Merge topic 'remove-c_str-calls'
Brad King
2014-03-12
1
-8
/
+8
|
\
|
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-8
/
+8
*
|
Ninja: Detect command-line length limit on Haiku
Adrien Destugues
2014-03-10
1
-1
/
+1
|
/
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2
/
+2
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-1
/
+1
[next]