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
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-23/+23
*
cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augment
Marc Chevrier
2021-09-19
1
-2/+2
*
Merge topic 'enh-AddCacheEntry-accepts-new-types'
Marc Chevrier
2021-09-10
1
-3/+2
|
\
|
*
Use new AddCacheEntry signatures
Marc Chevrier
2021-09-10
1
-3/+2
*
|
Refactor: Convert parallel string/backtrace vectors to BT vectors
Kyle Edwards
2021-09-03
1
-9/+3
|
/
*
Refactor: cmGlobalGenerator::GetGlobalSetting returns cmProp
Marc Chevrier
2021-08-09
1
-3/+3
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-2/+2
*
cmGlobalGenerator: Process targets in a stable order
NAKAMURA Takumi
2021-07-08
1
-3/+2
*
cmGlobalGenerator: Use cmMakefile::CreateNewTarget to add global targets
NAKAMURA Takumi
2021-07-08
1
-9/+12
*
cmake: Allow CMAKE_BUILD_TYPE to be set by environment variable
Brad King
2021-06-30
1
-0/+12
*
Source: Add cmInstallRuntimeDependencySet
Kyle Edwards
2021-06-04
1
-0/+24
*
cmGlobalGenerator: Simplify relative path conversion in AddRuleHash
Brad King
2021-05-13
1
-4/+2
*
cmStateDirectory: Rename ConvertToRelPathIf{Not => }Contained
Brad King
2021-05-12
1
-1/+1
*
Source: Minor code improvements
Vitaly Stakhovsky
2021-05-11
1
-1/+1
*
cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand
friendlyanon
2021-05-01
1
-1/+6
*
cmGlobalGenerator: Clear list of install components between runs
Brad King
2021-01-28
1
-0/+1
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-4/+4
*
Merge topic 'make-GENERATED-visible-from-any-scope'
Brad King
2020-11-30
1
-0/+11
|
\
|
*
GENERATED prop: Add implementation for policy CMP0118 being set to NEW
Deniz Bahadir
2020-11-24
1
-0/+11
*
|
Merge topic 'fix-find-make-program'
Brad King
2020-11-24
1
-1/+8
|
\
\
|
|
/
|
/
|
|
*
cmGlobalGenerator: FindMakeProgram() at a generator-specific time
Kyle Edwards
2020-11-23
1
-1/+8
*
|
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-3/+3
|
/
*
cmake_language: Add signature to DEFER calls to later times
Brad King
2020-09-29
1
-0/+7
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-5/+6
*
{get,set}_property: Add support for referencing binary directories
Brad King
2020-09-23
1
-5/+5
*
Merge topic 'file-GENERATE-earlier'
Brad King
2020-09-11
1
-0/+2
|
\
|
*
file(GENERATE): Create output file structures for all directories first
Josef Angstenberger
2020-09-10
1
-0/+2
*
|
cmGlobalGenerator: Compute a global target ordering respecting dependencies
Brad King
2020-09-04
1
-0/+46
*
|
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-28/+26
*
|
Merge topic 'ispc_lang_support'
Brad King
2020-09-01
1
-0/+1
|
\
\
|
*
|
ISPC: Support ISPC header generation byproducts and parallel builds
Robert Maynard
2020-08-28
1
-0/+1
*
|
|
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-3/+3
|
/
/
*
|
Merge topic 'compiler_flags'
Brad King
2020-08-06
1
-0/+8
|
\
\
|
*
|
Toolchain: Handle repeated invocations of CMake with -DCMAKE_C_COMPILER
Fred Baksik
2020-07-29
1
-0/+8
*
|
|
Merge topic 'use-nonempty'
Brad King
2020-07-29
1
-5/+5
|
\
\
\
|
*
|
|
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-5/+5
*
|
|
|
Avoid duplicate calls to GetDefinition
Vitaly Stakhovsky
2020-07-28
1
-4/+2
|
/
/
/
*
|
|
Merge topic 'cleanup-target-types'
Brad King
2020-07-28
1
-14/+6
|
\
\
\
|
*
|
|
Factor out generator checks for filtering on non-compiling targets
Brad King
2020-07-23
1
-12/+4
|
*
|
|
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-2/+2
|
|
/
/
*
|
|
Merge topic 'EXCLUDE_FROM_ALL-genex'
Brad King
2020-07-27
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error message
Brad King
2020-07-23
1
-1/+1
*
|
|
cmGlobalGenerator: Simplify CheckTargetsForMissingSources
Brad King
2020-07-22
1
-11/+1
|
/
/
*
|
Allow generator expressions in the EXCLUDE_FROM_ALL target property
Joerg Bornemann
2020-07-21
1
-3/+28
*
|
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-12/+4
*
|
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-16/+16
*
|
cmGlobalGenerator: FindMakeProgram() before CMakeDetermineSystem
Kyle Edwards
2020-06-18
1
-5/+10
*
|
Refactor language standard computation
Justin Goshi
2020-06-16
1
-6/+4
*
|
cmake --build: Fix exit code when building multiple targets
lumberyard-employee-dm
2020-06-12
1
-2/+3
|
/
*
Merge topic 'getdef-expand'
Brad King
2020-06-02
1
-3/+2
|
\
[next]