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
*
Merge branch 'backport-swift-ninja-multiconfig' into swift-ninja-multiconfig
Kyle Edwards
2020-03-09
1
-2/+3
|
\
|
*
Swift: support Ninja Multi-Config
Saleem Abdulrasool
2020-03-09
1
-1/+2
*
|
cmNinjaTargetGenerator: cmStrCat usage
Ben Boeckel
2020-02-11
1
-79/+81
|
/
*
clang-tidy: Fix explicit --driver-mode= argument
Brad King
2020-01-31
1
-1/+1
*
Merge topic 'clang-tidy-driver-mode'
Brad King
2020-01-28
1
-1/+7
|
\
|
*
clang-tidy: Add driver mode argument
Hanjiang Yu
2020-01-27
1
-1/+7
*
|
Ninja Multi-Config: Fix bug with MacOS frameworks
Kyle Edwards
2020-01-24
1
-6/+20
|
/
*
Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja
Kyle Edwards
2020-01-22
1
-15/+15
*
Ninja: Add a separate job pool for PCH creation
Dan Johnston
2020-01-16
1
-0/+7
*
ObjC: Add _COMPILE_LAUNCHER support
Cristian Adam
2020-01-09
1
-1/+2
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-2/+2
*
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-79/+123
*
Refactor: Prepare Ninja generator for multi-config
Kyle Edwards
2019-12-13
1
-70/+68
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-3/+40
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+3
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-8/+5
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-1/+1
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-1/+1
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPE
Daniel Eiband
2019-09-17
1
-7/+6
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Ninja: Pass preprocessor definitions when compiling with Intel Fortran
Brad King
2019-09-03
1
-6/+22
*
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-3/+13
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-77/+41
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-15/+12
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-2/+2
*
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
[next]