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
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
PCH: Fix REUSE_FROM in multi-config generators
Andreas Schönle
2020-05-07
1
-1/+3
|
/
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-1/+2
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-71/+76
*
Merge topic 'apple-merge-same-sysroot'
Brad King
2020-04-22
1
-1/+22
|
\
|
*
Apple: Merge per-arch sysroot parameters if all are the same
Gregor Jasny
2020-04-21
1
-1/+22
*
|
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-12/+28
*
|
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-6/+6
*
|
Merge topic 'cuda_architectures'
Brad King
2020-04-16
1
-0/+2
|
\
\
|
*
|
CUDA: Add CUDA_ARCHITECTURES target property
Raul Tambre
2020-04-15
1
-0/+2
*
|
|
Merge topic 'cmprop-source'
Brad King
2020-04-15
1
-5/+5
|
\
\
\
|
*
|
|
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-5/+5
|
|
/
/
*
|
|
Merge topic 'msbuildUtf8Support'
Brad King
2020-04-15
1
-19/+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-19/+24
*
|
|
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-6/+4
*
|
|
Merge branch 'backport-3.17-apple-arch-sysroots' into apple-arch-sysroots
Brad King
2020-04-08
1
-12/+29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Apple: Fix mapping CMAKE_APPLE_ARCH_SYSROOTS to custom OSX_ARCHITECTURES
Brad King
2020-04-08
1
-11/+28
|
*
Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTS
Brad King
2020-04-08
1
-1/+1
*
|
Merge topic 'file-GetRuntimeDependencies_support_cross_compilation'
Brad King
2020-04-07
1
-0/+65
|
\
\
|
*
|
file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable
Robert Maynard
2020-04-06
1
-0/+65
*
|
|
Merge topic 'ctest-resource-file-cache'
Brad King
2020-04-06
1
-0/+6
|
\
\
\
|
*
|
|
CTest: Add CTEST_RESOURCE_SPEC_FILE variable
Kyle Edwards
2020-04-02
1
-0/+6
*
|
|
|
Merge topic 'pch-ios-multi-arch'
Brad King
2020-04-03
1
-122/+156
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
PCH: Add support for multi architecture iOS projects
Cristian Adam
2020-04-02
1
-122/+156
|
|
/
/
*
|
|
Merge topic 'cmprop-makefile'
Brad King
2020-04-02
1
-9/+8
|
\
\
\
|
*
|
|
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-9/+8
*
|
|
|
cmLocalGenerator: Avoid using upper-case config when not necessary
Brad King
2020-04-01
1
-4/+3
*
|
|
|
cmLocalGenerator: Clarify local variable name in GetTargetFlags
Brad King
2020-04-01
1
-12/+13
*
|
|
|
cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config
Brad King
2020-04-01
1
-5/+6
|
/
/
/
*
|
|
Merge topic 'link-libs-config-case'
Brad King
2020-03-31
1
-6/+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
target_link_libraries: Fix regression in case of $<CONFIG> genex
Brad King
2020-03-30
1
-6/+2
*
|
cmStateDirectory::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-27
1
-2/+2
*
|
Merge topic 'cleanup-endls-2'
Brad King
2020-03-26
1
-26/+27
|
\
\
|
*
|
Refactor: Avoid `std::endl` where it's not necessary (part 2)
Alex Turbov
2020-03-24
1
-26/+27
*
|
|
Merge topic 'compile-commands-collapse-whitespace'
Brad King
2020-03-26
1
-2/+4
|
\
\
\
|
*
|
|
Avoid consecutive whitespace in rules
Daan De Meyer
2020-03-23
1
-2/+4
|
|
/
/
*
|
|
Remove redundant calls to CollapseFullPath
Brad King
2020-03-24
1
-2/+2
|
/
/
*
|
Convert more loops to range-based for-loops
Vitaly Stakhovsky
2020-03-10
1
-3/+3
|
/
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-4/+4
*
add_custom_command: Fix dependency on macOS framework target
Brad King
2020-01-24
1
-1/+2
*
cmInstallGenerator: std::string params
Vitaly Stakhovsky
2020-01-21
1
-2/+2
*
cmInstall*Generator: std::string params
Vitaly Stakhovsky
2020-01-21
1
-9/+9
*
Merge topic 'multi-ninja-pch'
Brad King
2020-01-20
1
-129/+136
|
\
|
*
Multi-Ninja: Add precompile headers support
Cristian Adam
2020-01-17
1
-129/+136
*
|
Merge topic 'realpath-cache'
Brad King
2020-01-20
1
-2/+2
|
\
\
|
*
|
cmGlobalGenerator: Add cache for realpath() results
Tim Blechmann
2020-01-16
1
-2/+2
*
|
|
Merge topic 'acc-fix-in-source-depends-path'
Brad King
2020-01-20
1
-2/+10
|
\
\
\
|
*
|
|
cmLocalGenerator: collapse the path after construction
Ben Boeckel
2020-01-16
1
-0/+2
|
*
|
|
add_custom_command: check if a relative path should be an in-source path
Ben Boeckel
2020-01-16
1
-0/+7
|
*
|
|
cmLocalGenerator: simplify the current source dir query
Ben Boeckel
2020-01-16
1
-2/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'pch-msvc-no-path-repetition'
Craig Scott
2020-01-19
1
-1/+2
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]