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
*
cmGeneratorTarget: Add API for target-relative commands.
Stephen Kelly
2015-10-26
1
-3/+3
*
Ninja: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-18/+18
*
cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-2/+2
*
cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-3/+3
*
cmLocalGenerator: Port some API to cmGeneratorTarget.
Stephen Kelly
2015-10-17
1
-1/+1
*
Use GetName from cmGeneratorTarget.
Stephen Kelly
2015-10-17
1
-2/+3
*
cmGeneratorTarget: Move GetTargetVersion from cmTarget.
Stephen Kelly
2015-10-16
1
-1/+1
*
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
|
/
[next]