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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-7/+4
|
\
|
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-7/+4
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-14/+12
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-10/+8
*
Merge topic 'cmRemoveQuotes'
Kyle Edwards
2019-08-13
1
-8/+0
|
\
|
*
cmStringAlgorithms: Add cmRemoveQuotes
Sebastian Holtermann
2019-08-09
1
-8/+0
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-6/+6
|
/
*
Merge topic 'swift-with-interface-libs'
Brad King
2019-07-30
1
-8/+9
|
\
|
*
Swift: Restore support for enabling with INTERFACE libraries
Brad King
2019-07-29
1
-8/+9
*
|
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-3/+2
*
|
cmMakefile: Simplify and rename AddDefinitionBool
Sebastian Holtermann
2019-07-24
1
-1/+1
*
|
Merge topic 'ccmake-clear-aliases'
Brad King
2019-07-09
1
-0/+1
|
\
\
|
|
/
|
*
cmGlobalGenerator: Do not persist alias targets across configures
Brad King
2019-07-08
1
-0/+1
*
|
modermize: replace some raw pointers w/ `unique_ptr`
Alex Turbov
2019-06-24
1
-5/+3
|
/
*
Swift: disallow WIN32_EXECUTABLE properties
Saleem Abdulrasool
2019-06-03
1
-0/+35
*
Fixing warnings generated by clang 8.0 on Windows
Zsolt Parragi
2019-05-29
1
-2/+13
*
cmSystemTools::Error(): remove const char* overload
Vitaly Stakhovsky
2019-05-22
1
-4/+4
*
Refactor: Allow cmInstallGenerator::Compute() to return an error
Kyle Edwards
2019-05-13
1
-1/+3
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-3/+3
*
cmGlobalGenerator: Inline `aRange` acquisition in `for(x:aRange)` invocations
Sebastian Holtermann
2019-03-25
1
-27/+11
*
cmGlobalGenerator: Use auto for long iterator types
Sebastian Holtermann
2019-03-25
1
-44/+30
*
cmMakefile: Use std::unordered_map::emplace to add cmTargets to the list
Sebastian Holtermann
2019-03-21
1
-8/+10
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-43/+56
*
cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
Bartosz Kosiorek
2019-03-04
1
-3/+3
*
cmGlobalGenerator: Remove unused code
Bartosz Kosiorek
2019-03-04
1
-11/+0
*
Merge topic 'add-xlclang'
Brad King
2019-02-26
1
-0/+30
|
\
|
*
XLClang: Add policy CMP0089 to present as XL for compatibility
Brad King
2019-02-25
1
-0/+30
*
|
Merge topic 'gt-shorter-unique-names'
Brad King
2019-02-25
1
-5/+12
|
\
\
|
|
/
|
/
|
|
*
Use shorter names in internal TARGET_PROPERTY expressions
Brad King
2019-02-22
1
-5/+12
*
|
Merge topic 'drop-MIPSpro'
Brad King
2019-02-25
1
-7/+0
|
\
\
|
*
|
Remove now-unused code once used for MIPSpro on IRIX
Brad King
2019-02-21
1
-7/+0
|
|
/
*
|
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-0/+1
|
\
\
|
*
|
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
|
|
/
*
|
Merge topic 'error-consolidate'
Brad King
2019-02-25
1
-17/+14
|
\
\
|
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-17/+14
|
|
/
*
|
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-1/+1
|
/
*
Modernize: C-arrays and loops over them
Artur Ryt
2019-02-15
1
-12/+11
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-1/+1
*
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-6/+6
|
\
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-6/+6
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-2/+3
|
/
*
Merge topic 'vs-msbuild-arch'
Brad King
2019-01-30
1
-5/+5
|
\
|
*
Find native build tool after selecting a toolset
Brad King
2019-01-29
1
-5/+5
*
|
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-17/+14
|
\
\
|
*
|
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-17/+14
*
|
|
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-3/+3
|
\
\
\
|
*
|
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-3/+3
*
|
|
|
cmSystemTools::Message: Add overload accepting std::string
Vitaly Stakhovsky
2019-01-28
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge topic 'max-recursion-depth'
Brad King
2019-01-25
1
-0/+3
|
\
\
\
|
*
|
|
cmMakefile: Impose maximum recursion limit
Kyle Edwards
2019-01-23
1
-0/+3
|
|
|
/
|
|
/
|
[next]