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
/
cmLocalNinjaGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2/+3
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Ninja: Use cmNinjaBuild instead of WritePhonyBuild
Sebastian Holtermann
2019-05-30
1
-14/+18
*
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
*
|
Merge topic 'additional_clean_files'
Brad King
2019-05-15
1
-0/+25
|
\
\
|
*
|
Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property
Sebastian Holtermann
2019-05-14
1
-0/+25
|
|
/
*
|
Merge topic 'ninja-pool-custom-command'
Brad King
2019-05-15
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Support job pools in custom commands and targets
Rosen Matev
2019-05-14
1
-1/+1
*
|
Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances
Sebastian Holtermann
2019-05-13
1
-2/+1
*
|
Ninja: Inline range loop range arguments
Sebastian Holtermann
2019-05-12
1
-4/+2
|
/
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-2/+2
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-3/+5
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
|
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-4/+5
|
\
\
|
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-4/+5
|
|
/
*
|
Merge topic 'exclude_from_all'
Brad King
2019-01-25
1
-3/+1
|
\
\
|
*
|
Pass EXCLUDE_FROM_ALL from directory to targets
Zack Galbreath
2019-01-21
1
-3/+1
|
|
/
*
|
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-2/+2
|
/
*
cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files
Mark O'Neill
2018-12-06
1
-0/+1
*
cmLocalNinjaGenerator: Report line of failure in ninja generated batch file
Mark O'Neill
2018-12-06
1
-2/+14
*
cmLocalNinjaGenerator: Propagate failures from batch file back to ninja
Mark O'Neill
2018-12-06
1
-1/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-4/+3
*
cmLocalNinjaGenerator: Simplify CreateRulePlaceholderExpander
Mateusz Zych
2018-10-26
1
-2/+2
*
Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM value
Brad King
2018-09-11
1
-5/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-3/+3
*
Ninja: Drop unnecessary ident encoding logic for paths
Brad King
2018-04-19
1
-2/+1
*
Add glob verify support to XCode, VS, Ninja, and Makefile generators
Shane Parris
2018-04-02
1
-0/+10
*
Ninja: Generate scripts for long custom command sequences
Roger Leigh
2018-02-06
1
-4/+84
*
Makefile,Ninja: De-duplicate ComputeObjectFilenames method
Brad King
2018-01-29
1
-14/+0
*
Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLS
Matt McCormick
2017-11-29
1
-0/+3
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-2/+2
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-23/+17
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-2/+2
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1/+1
*
cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction
Brad King
2017-05-15
1
-2/+0
*
Merge topic 'split-sysroot'
Brad King
2017-05-11
1
-2/+3
|
\
|
*
Add options for separate compile and link sysroots
Brad King
2017-05-09
1
-2/+3
*
|
Ninja: Fix command concatenation on Windows
Bernhard Burgermeister
2017-05-09
1
-1/+7
|
/
*
Merge topic 'loosen-object-deps'
Brad King
2017-04-24
1
-2/+4
|
\
|
*
ninja: break unnecessary target dependencies
Ben Boeckel
2017-04-21
1
-2/+4
*
|
CUDA: Allow sources to be compiled to .ptx files
Robert Maynard
2017-04-20
1
-2/+5
|
/
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-7/+8
*
Ninja: Fix POST_BUILD noop on Windows
Brad King
2016-10-28
1
-6/+2
*
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
-1/+1
[next]