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
/
cmTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
VS: Enable DOTNET_TARGET_FRAMEWORK properties all target types
Kinan Mahdi
2020-06-05
1
-1/+1
*
Merge topic 'fortran-preprocess-property'
Brad King
2020-05-22
1
-0/+1
|
\
|
*
Fortran: Add Fortran_PREPROCESS property
Peter Hill
2020-05-21
1
-0/+1
*
|
cmTarget: Replace "perConfig" constructor boolean with enum
Brad King
2020-05-18
1
-2/+2
*
|
Unity Builds: Support explicit specification of sources to groups
Robert Maynard
2020-05-07
1
-0/+1
|
/
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-4/+6
*
Merge topic 'cuda_architectures'
Brad King
2020-04-16
1
-0/+1
|
\
|
*
CUDA: Add CUDA_ARCHITECTURES target property
Raul Tambre
2020-04-15
1
-0/+1
*
|
Merge topic 'ibmi-aix-exports'
Brad King
2020-04-15
1
-2/+5
|
\
\
|
|
/
|
/
|
|
*
AIX: Activate symbol export/import IBM i (OS400)
Brad King
2020-04-14
1
-2/+5
|
*
ObjC: Add _COMPILE_LAUNCHER support
Cristian Adam
2020-01-09
1
-0/+2
*
|
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-66/+60
*
|
cmStateDirectory::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-27
1
-1/+4
*
|
Merge topic 'pch-warn-invalid'
Brad King
2020-03-27
1
-0/+1
|
\
\
|
*
|
PCH: add an option to disable `-Winvalid-pch`
Cristian Adam
2020-03-26
1
-0/+1
*
|
|
Merge topic 'cleanup-endls-2'
Brad King
2020-03-26
1
-1/+1
|
\
\
\
|
*
|
|
Refactor: Avoid `std::endl` where it's not necessary (part 2)
Alex Turbov
2020-03-24
1
-1/+1
*
|
|
|
cmState::GetTargetTypeName: return type is *cmProp
Vitaly Stakhovsky
2020-03-19
1
-1/+1
|
/
/
/
*
|
|
cmTarget: minor code improvements
Vitaly Stakhovsky
2020-03-17
1
-23/+23
|
/
/
*
|
Merge topic 'property-computer'
Brad King
2020-03-17
1
-3/+5
|
\
\
|
*
|
cmTargetPropertyComputer::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-16
1
-3/+5
*
|
|
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Vitaly Stakhovsky
2020-03-13
1
-2/+3
|
/
/
*
|
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-1/+1
*
|
Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>
Alexandru Croitor
2020-03-04
1
-0/+8
*
|
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-7/+15
*
|
AIX: Add an option to disable automatic exports from shared libraries
Brad King
2020-01-31
1
-0/+1
*
|
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-6/+6
*
|
Merge topic 'append-std-string'
Brad King
2020-01-28
1
-10/+10
|
\
\
|
*
|
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-10/+10
*
|
|
Merge topic 'cuda_runtime_library_controls'
Brad King
2020-01-28
1
-0/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CUDA: Add abstraction for cuda runtime selection
Robert Maynard
2020-01-27
1
-0/+1
*
|
|
VS: Add support for .NET Standard and .NET Core
Joerg Bornemann
2020-01-24
1
-0/+1
|
/
/
*
|
Merge topic 'out-of-dir-link-list'
Brad King
2020-01-17
1
-10/+3
|
\
\
|
*
|
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-10/+3
*
|
|
Merge topic 'pch_job_pool'
Brad King
2020-01-16
1
-0/+1
|
\
\
\
|
*
|
|
Ninja: Add a separate job pool for PCH creation
Dan Johnston
2020-01-16
1
-0/+1
|
|
/
/
*
|
|
cmMakefile: modernize memory management
Marc Chevrier
2020-01-14
1
-2/+6
|
/
/
*
|
Merge topic 'objc-compiler-launcher'
Brad King
2020-01-10
1
-0/+2
|
\
\
|
*
|
ObjC: Add _COMPILE_LAUNCHER support
Cristian Adam
2020-01-09
1
-0/+2
*
|
|
Add support for FOLDER target property to custom targets
Luca Cappa
2020-01-09
1
-1/+2
|
/
/
*
|
Merge topic 'add-header-cmext-algorithm'
Brad King
2019-12-18
1
-16/+17
|
\
\
|
*
|
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-16/+17
*
|
|
Merge topic 'stdstring-target'
Brad King
2019-12-17
1
-6/+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmTarget: add std::string overloads
Vitaly Stakhovsky
2019-12-14
1
-6/+5
*
|
|
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-1/+8
|
/
/
*
|
Xcode: Add custom working directory property
Gregor Jasny
2019-11-18
1
-0/+1
*
|
Merge topic 'pch-reuse-no-prop'
Brad King
2019-11-18
1
-5/+2
|
\
\
|
|
/
|
*
PCH: Do not issue an error on duplicate target_precompile_headers call
Cristian Adam
2019-11-15
1
-5/+2
*
|
Merge topic 'xcode-scheme-env'
Brad King
2019-10-25
1
-0/+1
|
\
\
|
*
|
Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variable
Felix Heidrich
2019-10-24
1
-0/+1
|
|
/
[next]