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
*
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
*
CUDA: Populate compiler PDB placeholder during device linking
Brad King
2017-01-12
1
-0/+3
*
CUDA: Use `.obj` object file extension on Windows
Brad King
2017-01-12
1
-2/+4
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Merge topic 'initial_cuda_language_support'
Brad King
2016-11-29
1
-0/+358
|
\
|
*
CUDA: Add separable compilation support to the ninja generator.
Robert Maynard
2016-11-14
1
-0/+358
*
|
Ninja: Document why ComputeLinkCmd is structured the way it is.
Robert Maynard
2016-11-14
1
-0/+3
|
/
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-9/+12
*
Ninja: Fix POST_BUILD noop on Windows
Brad King
2016-10-28
1
-1/+1
*
Merge topic 'ninja-only-object-rules'
Brad King
2016-10-20
1
-3/+4
|
\
|
*
Ninja: Add compile rules only for languages that are actually compiled
Brad King
2016-10-18
1
-3/+4
*
|
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-22/+22
|
/
*
cmRulePlaceholderExpander: Port clients to direct-use
Stephen Kelly
2016-10-15
1
-3/+7
*
cmLocalGenerator: Use strings instead of a Target in rule replacement
Stephen Kelly
2016-10-15
1
-1/+4
*
cmLocalGenerator: Use a converter in rule replacement API
Stephen Kelly
2016-10-15
1
-1/+2
*
cmLocalGenerator: Remove the launcher from RuleVariables
Stephen Kelly
2016-10-15
1
-1/+9
*
Merge topic 'ninja-framework-POST_BUILD'
Brad King
2016-10-14
1
-2/+4
|
\
[next]