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
/
cmGlobalNinjaGenerator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-18/+168
*
Refactor: Prepare Ninja generator for multi-config
Kyle Edwards
2019-12-13
1
-3/+8
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-6/+2
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
Ninja: Simplify top-level "all" target generation
Brad King
2019-09-30
1
-11/+1
*
cmGlobalNinjaGenerator: Remove unused AddDependencyToAll overload
Brad King
2019-09-30
1
-1/+0
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-2/+2
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-2/+2
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-2/+2
*
|
|
clang-tidy: modernize-return-braced-init-list
Regina Pfeifer
2019-09-06
1
-1/+1
*
|
|
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
|
|
Ninja: Record dyndep support by Ninja 1.10
Brad King
2019-07-30
1
-0/+1
*
|
|
Ninja: Drop unused dyndep version check
Brad King
2019-07-30
1
-1/+1
*
|
|
Ninja: Use in-class initialization of global generator members
Brad King
2019-07-30
1
-8/+8
*
|
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
|
/
/
*
|
Ninja: Remove non cmNinjaBuild based WriteBuild method
Sebastian Holtermann
2019-05-30
1
-16/+0
*
|
Ninja: Remove WritePhonyBuild method
Sebastian Holtermann
2019-05-30
1
-10/+0
*
|
Ninja: Make WriteCustomCommandBuild method use cmNinjaBuild internally
Sebastian Holtermann
2019-05-30
1
-8/+7
*
|
Ninja: Make WriteMacOSXContentBuild use cmNinjaBuild internally
Sebastian Holtermann
2019-05-30
1
-2/+2
*
|
Ninja: Add cmNinjaBuild based WriteBuild (wrapper) method
Sebastian Holtermann
2019-05-30
1
-0/+7
*
|
Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods
Sebastian Holtermann
2019-05-29
1
-15/+3
*
|
Merge topic 'additional_clean_files'
Brad King
2019-05-15
1
-0/+9
|
\
\
|
*
|
Ninja: Add support for additional clean files
Sebastian Holtermann
2019-05-14
1
-0/+9
*
|
|
Merge topic 'ninja-pool-custom-command'
Brad King
2019-05-15
1
-1/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support job pools in custom commands and targets
Rosen Matev
2019-05-14
1
-1/+2
*
|
|
Ninja: Use clean target instead of clean tool in `cmake --target clean` calls
Sebastian Holtermann
2019-05-13
1
-2/+0
*
|
|
Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streams
Sebastian Holtermann
2019-05-11
1
-8/+9
*
|
|
Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd method
Sebastian Holtermann
2019-05-10
1
-1/+2
*
|
|
Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methods
Sebastian Holtermann
2019-05-10
1
-6/+3
|
/
/
*
|
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-9/+6
*
|
ninja: make dyndep generation language aware
Ben Boeckel
2019-02-25
1
-1/+2
|
/
*
Ninja: Detect when ninja is new enough to support a multi-line depfile
Brad King
2019-01-30
1
-0/+6
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-2/+0
|
\
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-2/+0
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
|
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-1/+1
|
\
\
|
*
|
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-1/+1
|
|
/
*
|
Pass EXCLUDE_FROM_ALL from directory to targets
Zack Galbreath
2019-01-21
1
-2/+2
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-5/+8
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-7/+5
*
Ninja: Drop unnecessary ident encoding logic for paths
Brad King
2018-04-19
1
-1/+0
*
Add glob verify support to XCode, VS, Ninja, and Makefile generators
Shane Parris
2018-04-02
1
-0/+3
*
Ninja: Cache ConvertToNinjaPath results to avoid repeat work
Matthias Maennich
2017-09-19
1
-1/+5
*
Ninja: Improve performance with deeply-dependent custom targets
Matthias Maennich
2017-09-19
1
-4/+3
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-27/+24
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-2/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+1
*
Ninja: Fix escaping of path to depfile
Brad King
2017-05-30
1
-1/+0
[next]