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
/
cmNinjaTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
Ninja: do not normalise swift support file paths
Saleem Abdulrasool
2019-07-24
1
-2/+2
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Ninja: Add support for CUDA nvcc response files
Francisco Facioni
2019-06-03
1
-3/+11
*
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-30/+23
*
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-34/+26
*
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-14/+5
*
Ninja: Use cmNinjaBuild instead of WritePhonyBuild
Sebastian Holtermann
2019-05-30
1
-7/+7
*
Ninja: Use cmNinjaBuild instead of WritePhonyBuild
Sebastian Holtermann
2019-05-30
1
-9/+6
*
Ninja: Embrace temporary objects in scopes
Sebastian Holtermann
2019-05-30
1
-65/+80
*
Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods
Sebastian Holtermann
2019-05-29
1
-72/+56
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-2/+1
*
Ninja,Makefile: Fix <LANG>_COMPILER_LAUNCHER shell command syntax
Brad King
2019-05-22
1
-2/+7
*
Merge topic 'ninja-swift'
Brad King
2019-05-20
1
-49/+76
|
\
|
*
Ninja: add support for Swift's output-file-map.json
Saleem Abdulrasool
2019-05-16
1
-4/+76
|
*
Swift: remove unnecessary unreleased Ninja infrastructure
Saleem Abdulrasool
2019-05-16
1
-45/+0
*
|
Merge topic 'string-cleanup'
Brad King
2019-05-17
1
-4/+4
|
\
\
|
|
/
|
/
|
|
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-4/+4
*
|
Ninja: Add support for ADDITIONAL_CLEAN_FILES target property
Sebastian Holtermann
2019-05-14
1
-0/+25
|
/
*
Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances
Sebastian Holtermann
2019-05-13
1
-4/+5
*
Ninja: In cmNinjaTargetGenerator optimize string composition
Sebastian Holtermann
2019-05-13
1
-62/+78
*
Ninja: Inline range loop range arguments
Sebastian Holtermann
2019-05-12
1
-2/+1
*
Ninja,Makefile: use `unique_ptr` for memory management
Saleem Abdulrasool
2019-04-18
1
-7/+4
*
cmNinjaTargetGenerator: use a different depfile for preprocessing
Ben Boeckel
2019-03-12
1
-1/+1
*
ninja: name dyndep internal files using the object file
Ben Boeckel
2019-02-25
1
-2/+2
*
cmNinjaTargetGenerator: remove "preprocessed" mentions in dyndep
Ben Boeckel
2019-02-25
1
-2/+3
*
ninja: do not assume explicit preprocessing uses that output
Ben Boeckel
2019-02-25
1
-26/+52
*
ninja: pass language to cmake_ninja_depends
Ben Boeckel
2019-02-25
1
-3/+3
*
ninja: make dyndep generation language aware
Ben Boeckel
2019-02-25
1
-9/+12
*
Ninja: add properties for Swift partial module and doc
Saleem Abdulrasool
2019-02-18
1
-0/+14
*
Merge topic 'ninja-swift-library-name'
Brad King
2019-02-15
1
-0/+5
|
\
|
*
Add placeholder for Swift's library name
Saleem Abdulrasool
2019-02-13
1
-0/+5
*
|
Merge topic 'fortran-submodule-names'
Brad King
2019-02-14
1
-0/+4
|
\
\
|
|
/
|
/
|
|
*
Fortran: Fix submodule file names across compilers
Brad King
2019-02-14
1
-0/+4
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-15/+13
|
/
*
Use cmSourceFile::GetIsGenerated
Sebastian Holtermann
2019-02-01
1
-1/+1
*
Ninja: Use deps=gcc for Intel Compiler on Windows
Brad King
2019-01-30
1
-2/+22
*
Ninja: Drop unnecessary deptype customization infrastructure
Brad King
2019-01-30
1
-4/+0
*
Ninja: support `SWIFT_MODULE_NAME` property
Saleem Abdulrasool
2019-01-24
1
-1/+6
*
Ninja: support `SWIFT_MODULE_NAME` property
Saleem Abdulrasool
2019-01-18
1
-2/+5
*
Ninja: add new placeholder `SWIFT_AUXILIARY_SOURCES`
Saleem Abdulrasool
2019-01-15
1
-0/+18
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-2/+0
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-4/+2
*
genex: Simplify cmGeneratorExpressionInterpreter
Brad King
2018-09-07
1
-7/+4
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Marc Chevrier
2018-06-27
1
-8/+7
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-12/+17
*
Ninja: Avoid empty phony edges for target ordering
Brad King
2018-04-26
1
-0/+13
[next]