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
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-0/+1
*
file(GENERATE): Create output file structures even earlier
Brad King
2019-10-07
1
-8/+1
*
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-0/+18
*
Merge topic 'clang-format-normalize-headers-presentation'
Brad King
2019-10-02
1
-4/+6
|
\
|
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+6
*
|
PCH: Report error when setting COMPILE_PDB_NAME property
Cristian Adam
2019-10-01
1
-0/+40
|
/
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-3/+11
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-3/+11
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-3/+11
*
|
|
cmCustomCommand: Move custom commands
Daniel Eiband
2019-09-26
1
-1/+1
*
|
|
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
|
|
Merge topic 'add-non-empty-configurations-getter'
Brad King
2019-09-03
1
-11/+4
|
\
\
\
|
*
|
|
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-11/+4
*
|
|
|
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'cmGlobalGenerator-compilerId-lifetime'
Brad King
2019-08-27
1
-7/+4
|
\
\
\
|
|
/
/
|
*
|
cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetime
Brad King
2019-08-26
1
-7/+4
*
|
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+4
*
|
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-101/+62
*
|
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-8/+5
|
\
\
\
|
*
|
|
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-8/+5
*
|
|
|
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
|
\
\
\
[next]