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
*
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
*
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
|
/
[next]