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
/
cmGlobalGenerator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-0/+6
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-5/+7
*
cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET
Alexander Boczar
2019-10-15
1
-1/+2
*
file(GENERATE): Create output file structures even earlier
Brad King
2019-10-07
1
-2/+0
*
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-0/+2
*
Merge topic 'clang-format-normalize-headers-presentation'
Brad King
2019-10-02
1
-2/+4
|
\
|
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+4
*
|
PCH: Report error when setting COMPILE_PDB_NAME property
Cristian Adam
2019-10-01
1
-0/+1
|
/
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-1/+1
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-1/+1
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-1/+1
*
|
|
Generators: Remove function declarations which do not have a definition
Daniel Eiband
2019-09-21
1
-2/+0
*
|
|
cmExportSet: subsume cmExportSetMap source files
Tushar Maheshwari
2019-09-19
1
-1/+1
*
|
|
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-6/+6
*
|
|
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
|
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-4/+4
*
|
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
|
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-0/+1
*
|
|
modermize: replace some raw pointers w/ `unique_ptr`
Alex Turbov
2019-06-24
1
-1/+1
|
/
/
*
|
Swift: disallow WIN32_EXECUTABLE properties
Saleem Abdulrasool
2019-06-03
1
-0/+1
*
|
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-1/+1
*
|
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-11/+11
*
|
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-9/+9
*
|
cmGlobalGenerator: Optimize Printable() method from GeneratedMakeCommand
Bartosz Kosiorek
2019-03-04
1
-14/+1
*
|
cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
Bartosz Kosiorek
2019-03-04
1
-3/+3
|
/
*
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
-2/+2
*
|
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-1/+53
|
\
\
|
*
|
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-1/+53
|
|
/
*
|
Merge topic 'max-recursion-depth'
Brad King
2019-01-25
1
-0/+2
|
\
\
|
*
|
cmMakefile: Impose maximum recursion limit
Kyle Edwards
2019-01-23
1
-0/+2
|
|
/
*
|
Pass EXCLUDE_FROM_ALL from directory to targets
Zack Galbreath
2019-01-21
1
-1/+1
|
/
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-10/+4
*
fileapi: Report cmake generator in reply index file
Brad King
2018-12-12
1
-0/+6
*
Merge topic 'getsafedef-stdstring'
Brad King
2018-09-18
1
-1/+1
|
\
|
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-1/+1
*
|
target_link_libraries: Allow use with targets in other directories
Brad King
2018-09-12
1
-0/+11
*
|
Make internal TARGET_PROPERTY generator expressions more robust
Brad King
2018-09-12
1
-0/+4
*
|
cmGlobalGenerator: Remove unused FindLocalGenerator method
Brad King
2018-09-11
1
-2/+0
|
/
*
cmGlobalGenerator::AddInstallComponent(): Accept std::string argument
Vitaly Stakhovsky
2018-08-30
1
-1/+1
*
Merge topic 'autogen_single_entry'
Brad King
2018-08-06
1
-4/+3
|
\
|
*
Autogen: Use a single AUTOGEN setup function in cmGlobalGenerator
Sebastian Holtermann
2018-08-03
1
-4/+3
*
|
cmGlobalGenerator: Add IsXcode query
Brad King
2018-08-01
1
-0/+2
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-9/+10
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-5/+8
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-3/+4
*
Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer
Sebastian Holtermann
2018-01-17
1
-2/+2
*
Merge topic 'include_external_ms_project_support_non_windows_target'
Brad King
2017-12-05
1
-0/+4
|
\
|
*
cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported method
Tomoki Imai
2017-12-04
1
-0/+4
[next]