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
*
Merge branch 'backport-cuda-non-device-link' into release-3.16
Brad King
2020-02-24
1
-2/+2
|
\
|
*
Ninja: Do not use nvcc response files with non-nvcc tools
Francisco Facioni
2020-02-24
1
-2/+2
*
|
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-2/+0
*
|
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-1/+0
*
|
Ninja: Ensure shared library version symlinks are created for dependents
Brad King
2019-10-01
1
-0/+21
*
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
|
Merge topic 'unity-build'
Brad King
2019-09-05
1
-0/+1
|
\
\
|
*
|
Unity build: Add support for Ninja and Makefile generators
Cristian Adam
2019-08-29
1
-0/+1
*
|
|
Merge topic 'clang-ipo-support'
Brad King
2019-09-03
1
-0/+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bindexplib: supporting llvm bitcode formats using llvm-nm
Zsolt Parragi
2019-08-30
1
-0/+8
*
|
|
Merge topic 'precompile-headers'
Brad King
2019-08-29
1
-0/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-0/+2
*
|
|
Merge topic 'ninja_additional_clean_files_custom_target'
Brad King
2019-08-27
1
-0/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targets
Sebastian Holtermann
2019-08-26
1
-0/+1
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-59/+33
*
|
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-1/+2
*
|
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-5/+5
*
|
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
*
|
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: Fix CUDA device linking when using response files
Francisco Facioni
2019-06-25
1
-13/+2
*
Ninja: Add support for CUDA nvcc response files
Francisco Facioni
2019-06-03
1
-6/+15
*
Ninja: Compute linker response file flag earlier
Francisco Facioni
2019-06-03
1
-22/+28
*
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-34/+30
*
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-73/+64
*
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-16/+15
*
Ninja: Use cmNinjaBuild instead of WritePhonyBuild
Sebastian Holtermann
2019-05-30
1
-7/+8
*
Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods
Sebastian Holtermann
2019-05-29
1
-88/+65
*
Ninja,Swift: correct response file handling
Saleem Abdulrasool
2019-05-23
1
-1/+5
*
Merge topic 'swift-flags'
Brad King
2019-05-23
1
-0/+11
|
\
|
*
Ninja,Swift: pass along DEFINES/FLAGS/INCLUDES
Saleem Abdulrasool
2019-05-21
1
-0/+11
*
|
Merge topic 'remove_unneeded_device_link_calls'
Brad King
2019-05-22
1
-26/+4
|
\
\
|
*
|
CUDA: More exhaustive checks to determine when to do device linking
Robert Maynard
2019-05-21
1
-26/+4
|
*
|
cmNinjaLinkLineDeviceComputer now lives in the correct source file
Robert Maynard
2019-05-20
1
-1/+1
*
|
|
Merge topic 'swift-debug-variant'
Brad King
2019-05-22
1
-13/+10
|
\
\
\
|
*
|
|
Ninja,Swift: reuse `SWIFT_MODULE_NAME` for `SWIFT_MODULE`
Saleem Abdulrasool
2019-05-20
1
-13/+10
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'ninja-lib-symlink-space'
Brad King
2019-05-22
1
-1/+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ninja: Fix creation of library symlinks in folders with spaces
Eike Ziller
2019-05-20
1
-1/+3
*
|
|
Merge topic 'ninja-swift'
Brad King
2019-05-20
1
-26/+76
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ninja: add placeholders to support Swift build
Saleem Abdulrasool
2019-05-16
1
-1/+84
|
*
|
Swift: remove unnecessary unreleased Ninja infrastructure
Saleem Abdulrasool
2019-05-16
1
-33/+0
|
|
/
*
|
Merge topic 'string-cleanup'
Brad King
2019-05-17
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-1/+1
*
|
Ninja: Add support for ADDITIONAL_CLEAN_FILES target property
Sebastian Holtermann
2019-05-14
1
-0/+2
|
/
*
Merge topic 'touch-after-ranlib'
Brad King
2019-05-07
1
-0/+14
|
\
|
*
Apple: Preserve high resolution mtime for static libraries
Gregor Jasny
2019-05-05
1
-0/+14
*
|
Ninja,Makefile: use `unique_ptr` for memory management
Saleem Abdulrasool
2019-04-18
1
-5/+2
*
|
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-2/+1
[next]