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
/
cmGeneratorExpressionNode.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'build-local-interface-genex'
Brad King
2022-11-18
1
-0/+3
|
\
|
*
Genex: Add $<BUILD_LOCAL_INTERFACE:...> genex
Kyle Edwards
2022-11-17
1
-0/+3
*
|
Genex: Fix TARGET_PROPERTY lookup scope in transitive usage requirements
Brad King
2022-11-17
1
-1/+4
|
/
*
cmGeneratorExpression: Require cmake instance
Kyle Edwards
2022-11-11
1
-1/+1
*
Genex LINK_LIBRARY and LINK_GROUP: check supported properties
Marc Chevrier
2022-07-06
1
-6/+16
*
Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extension
Ben Leadbetter
2022-07-01
1
-2/+12
*
Genex-PATH_EQUAL: path comparison
Marc Chevrier
2022-06-01
1
-0/+18
*
Genex-PATH: path handling
Marc Chevrier
2022-05-31
1
-0/+436
*
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-05-24
1
-5/+5
*
Genex: Add TARGET_BUNDLE_DIR_NAME
Ben Leadbetter
2022-04-22
1
-1/+39
*
cmTarget: Add `HasKnownObjectFileLocation()` shorthand
Hyper Nova Sun
2022-04-11
1
-1/+1
*
LINK_LIBRARIES: Evaluate separately for linking and usage requirements
Brad King
2022-03-22
1
-1/+2
*
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-0/+85
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-0/+63
*
Source: fix more -Wmissing-prototypes warnings
Sean McBride
2021-10-25
1
-1/+2
*
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-4/+4
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-10/+11
*
cmSystemTools::VersionCompare: use std::string for arguments
Marc Chevrier
2021-09-17
1
-4/+2
*
Refactor: cmStandardLevelResolver::ComputeFeaturesAvailable returns cmProp
Marc Chevrier
2021-08-12
1
-1/+1
*
Ninja Multi-Config: Restore TARGET_OBJECTS support in cross-configs
Brad King
2021-07-21
1
-1/+1
*
cmGeneratorExpressionNode: Factor out local variable for global generator
Brad King
2021-07-20
1
-3/+4
*
HIP: Add language to CMake
Robert Maynard
2021-06-07
1
-2/+5
*
cmGeneratorExpressionNode: Constify local variable
Brad King
2021-05-28
1
-1/+1
*
Genex: Fix grammatical error in TARGET_OBJECTS error message
Kyle Edwards
2021-02-24
1
-2/+2
*
Genex: Add TARGET_RUNTIME_DLLS genex
Kyle Edwards
2021-02-24
1
-0/+51
*
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-7/+7
*
OBJECT libraries: Properly recognize if sources depend on configuration
Deniz Bahadir
2020-09-23
1
-3/+2
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-1/+1
*
Merge topic 'target_genex_dependency'
Brad King
2020-09-01
1
-2/+68
|
\
|
*
GenEx: Remove unneeded dependencies from target info queries
Robert Maynard
2020-09-01
1
-2/+68
*
|
Add ISPC compiler support to CMake
Robert Maynard
2020-08-28
1
-2/+3
|
/
*
Genex: $<TARGET_PROPERTY> strip emtpy list elements for predefined properties
Marc Chevrier
2020-07-21
1
-4/+6
*
Genex $<COMPILE_LANGUAGE>: Extend contexts supported
Marc Chevrier
2020-07-13
1
-3/+6
*
cmStandardLevelResolver: Added to handle standard level queries
Robert Maynard
2020-07-01
1
-5/+6
*
Genex: $<CONFIG:> now supports multiple configurations
Robert Maynard
2020-06-24
1
-12/+16
*
Refactor language standard computation
Justin Goshi
2020-06-16
1
-2/+2
*
cmMakefile: Change CompileFeatureKnown to take target name instead of target
Justin Goshi
2020-06-15
1
-1/+1
*
add_library/add_executable: allow local alias to imported targets
Marc Chevrier
2020-06-02
1
-0/+8
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Merge topic 'stl-support'
Brad King
2020-05-01
1
-2/+1
|
\
|
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
|
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-9/+8
|
/
*
Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>
Marc Chevrier
2020-04-19
1
-0/+68
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-4/+5
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-5/+5
*
cmTarget: minor code improvements
Vitaly Stakhovsky
2020-03-17
1
-3/+3
*
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
Marc Chevrier
2020-02-26
1
-0/+149
*
cm::String: enhance compatibility with STL
Marc Chevrier
2020-01-25
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-17/+18
*
Languages: Add support for Objective-C++
Steve Wilson
2019-09-28
1
-1/+7
[next]