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 topic 'error-consolidate'
Brad King
2019-02-25
1
-2/+2
|
\
|
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-2/+2
*
|
Ninja: add final placeholders to merge Swift partials
Saleem Abdulrasool
2019-02-20
1
-0/+33
|
/
*
Ninja: remove duplicate local variable (NFC)
Saleem Abdulrasool
2019-02-18
1
-12/+10
*
Create and use `cmGeneratorTarget::Names`
Saleem Abdulrasool
2019-02-11
1
-19/+17
*
CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types
Robert Maynard
2019-02-05
1
-14/+15
*
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-5/+2
|
\
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-5/+2
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-3/+3
|
/
*
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
-6/+0
*
Merge topic 'cuda-external'
Brad King
2018-12-06
1
-0/+4
|
\
|
*
CUDA: Fix crash on linking to a CUDA target without CUDA enabled
Brad King
2018-12-05
1
-0/+4
*
|
cmNinjaNormalTargetGenerator: don't use `|| true` for link-what-you-use
Ben Boeckel
2018-11-02
1
-1/+0
|
/
*
cmMakefile: Make GetRequiredDefinition return std::string
Vitaly Stakhovsky
2018-09-05
1
-2/+2
*
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
-2/+2
*
Ninja: Use native slashes to pass rsp files
Matthijs Kool
2018-06-08
1
-4/+4
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-11/+15
*
cmGeneratorTarget: Make import library checks config-aware
Michael Stürmer
2018-04-05
1
-2/+2
*
CUDA: Pass more link libraries to device linking
Robert Maynard
2018-03-28
1
-1/+1
*
Ninja: Generate scripts for long custom command sequences
Roger Leigh
2018-02-06
1
-2/+4
*
Ninja: Remove unused device link line code
Brad King
2018-02-01
1
-28/+0
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-3/+2
*
Ninja: Fixes CUDA device link in Windows
Francisco Facioni
2018-01-15
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-5/+5
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-3/+3
*
Merge topic 'refactor-iwyu-code'
Brad King
2017-09-15
1
-1/+1
|
\
|
*
Clean up iwyu code to not be one big if statement.
Bill Hoffman
2017-09-13
1
-1/+1
*
|
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-36/+24
|
/
*
Ninja: Implement support for GNUToMS
Albert Ziegenhagel
2017-08-25
1
-1/+10
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Ninja: Fix generated command lines for cmake_symlink_* on Windows
Nils Gladitz
2017-06-23
1
-4/+12
*
IPO: Consider support for each language separately
Brad King
2017-06-14
1
-2/+2
*
cmLocalGenerator: Add a hook for compiler flags used at link time
Brad King
2017-05-01
1
-2/+4
*
Add IPO compiler flags more consistently in generators
Brad King
2017-04-27
1
-2/+2
*
CUDA: Static libraries can now explicitly resolve device symbols
Robert Maynard
2017-04-26
1
-1/+6
*
Merge topic '16760-refactor-get-mac-content-directory'
Brad King
2017-04-21
1
-14/+10
|
\
|
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-14/+10
*
|
Ninja,Makefile: Unify command line limit logic
Christian Pfeiffer
2017-04-19
1
-40/+6
|
/
*
Merge topic 'ipo-policy-CMP0069'
Brad King
2017-03-31
1
-0/+8
|
\
|
*
Implement interprocedural optimization for GNU compilers
Ruslan Baratov
2017-03-30
1
-0/+8
*
|
Merge topic 'ninja-fix-sysconf-non-limit'
Brad King
2017-03-28
1
-5/+9
|
\
\
|
|
/
|
/
|
|
*
Ninja: Fix command line limit when sysconf has no ARG_MAX
Christian Pfeiffer
2017-03-27
1
-5/+9
*
|
Merge topic 'cuda_no_ninja_response_support'
Brad King
2017-03-22
1
-6/+7
|
\
\
|
|
/
|
*
CUDA: Disable support for using response files.
Robert Maynard
2017-03-21
1
-6/+7
*
|
Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files
Brad King
2017-03-21
1
-5/+15
*
|
Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation
Brad King
2017-03-09
1
-40/+21
*
|
cmAlgorithms: add cmEraseIf function
Daniel Pfeifer
2017-02-10
1
-12/+6
|
/
*
CUDA: Don't use module definition `.def` files for device linking
Robert Maynard
2017-01-12
1
-1/+0
[next]