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
*
cxxmodules: add properties to control scanning
Ben Boeckel
2022-11-18
1
-0/+1
*
cmGeneratorExpression: Require cmake instance
Kyle Edwards
2022-11-11
1
-2/+3
*
Merge topic 'add_subdirectory_system'
Brad King
2022-09-27
1
-1/+1
|
\
|
*
add_subdirectory: Add SYSTEM option
Da Quexian
2022-09-26
1
-1/+1
*
|
Merge topic 'MsvcDebugInformationFormatAbstraction'
Brad King
2022-09-14
1
-0/+1
|
\
\
|
*
|
MSVC: Add abstraction for debug information format
Glen Chung
2022-09-14
1
-0/+1
*
|
|
Merge topic 'check-library-properties-fix-performances-regression'
Brad King
2022-09-09
1
-35/+47
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Check link libraries properties: fix performances regression
Marc Chevrier
2022-09-07
1
-34/+46
|
*
|
renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().
Marc Chevrier
2022-09-07
1
-1/+1
*
|
|
Merge topic 'xcode-add-gpu-validation-and-default-configuration'
Brad King
2022-08-31
1
-0/+3
|
\
\
\
|
*
|
|
Xcode: Add settings to control a scheme's launch configuration
PatriceJiang
2022-08-30
1
-0/+1
|
*
|
|
Xcode: Add settings to control a scheme's GPU Validation values
PatriceJiang
2022-08-30
1
-0/+2
*
|
|
|
target_*: Fix cross-directory call backtraces
Brad King
2022-08-22
1
-14/+23
|
/
/
/
*
|
|
Merge topic 'verify-interface-header-sets-add-compile-definitions'
Brad King
2022-07-28
1
-0/+45
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
cmTarget: Factor out FinalizeTargetCompileInfo()
Kyle Edwards
2022-07-27
1
-0/+45
*
|
Merge topic 'vs-compile-batching'
Brad King
2022-06-23
1
-0/+1
|
\
\
|
|
/
|
*
VS: Add variable to to turn off Visual Studio compile batching
Brad King
2022-06-22
1
-0/+1
*
|
Merge topic 'cpp-named-module-file-sets'
Brad King
2022-06-17
1
-0/+79
|
\
\
|
*
|
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+79
|
|
/
*
|
Merge topic 'add_SYSTEM_prop'
Brad King
2022-06-16
1
-0/+4
|
\
\
|
*
|
Add SYSTEM target property
Da Quexian
2022-06-15
1
-0/+4
|
|
/
*
|
Xcode: Add Xcode SCHEME control for 'Launch' control
Harry Mallon
2022-06-15
1
-0/+1
|
/
*
VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETS
Kyle Edwards
2022-05-18
1
-1/+1
*
Merge topic 'werror-property'
Brad King
2022-05-10
1
-0/+1
|
\
|
*
COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errors
Martin Duffy
2022-05-06
1
-0/+1
*
|
OpenWatcom: Allow specifying the runtime library
Cameron Cawley
2022-05-06
1
-0/+1
*
|
cmTarget: add support for querying all file set names
Ben Boeckel
2022-04-27
1
-0/+11
*
|
cmTarget: avoid creating export entries if they don't exist
Ben Boeckel
2022-04-27
1
-1/+6
*
|
cmTarget: factor out fileset type handling
Ben Boeckel
2022-04-25
1
-132/+203
*
|
cmTarget: require filesets to be of the right type
Ben Boeckel
2022-04-25
1
-34/+61
*
|
cmTarget: factor out fileset property manipulation
Ben Boeckel
2022-04-25
1
-116/+114
*
|
cmTarget: pass candidate strings by const-ref
Ben Boeckel
2022-04-25
1
-3/+3
*
|
Merge topic 'xcode-universal'
Brad King
2022-04-14
1
-0/+5
|
\
\
|
*
|
cmTarget: Add `HasKnownObjectFileLocation()` shorthand
Hyper Nova Sun
2022-04-11
1
-0/+5
|
|
/
*
|
Merge topic 'file-set-repr-improvements'
Brad King
2022-04-12
1
-55/+42
|
\
\
|
|
/
|
/
|
|
*
cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-only
Ben Boeckel
2022-04-11
1
-52/+39
|
*
cmFileSet: store visibility with the fileset
Ben Boeckel
2022-04-11
1
-3/+3
|
*
Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch
Brad King
2022-03-21
1
-59/+0
|
*
Merge topic 'restore-target-export-includes' into release-3.23
Brad King
2022-02-10
1
-6/+10
|
|
\
*
|
|
FILE_SET: Add VERIFY_HEADER_SETS target property
Kyle Edwards
2022-03-29
1
-0/+1
*
|
|
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-8/+9
*
|
|
Merge topic 'restore-target-export-includes'
Brad King
2022-02-10
1
-6/+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
install(TARGETS): Restore per-export INCLUDES DESTINATION
Eugene Shalygin
2022-02-09
1
-6/+10
*
|
|
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-57/+83
|
|
/
|
/
|
*
|
cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storage
Brad King
2022-01-29
1
-0/+59
*
|
define_property(): Add INITIALIZE_FROM_VARIABLE argument
Kyle Edwards
2022-01-20
1
-0/+11
*
|
Merge topic 'vs-csharp-dotnet-sdk'
Brad King
2021-12-22
1
-0/+4
|
\
\
|
*
|
VS: Add DOTNET_SDK property to generate SDK-style C# projects
Sumit Bhardwaj
2021-12-21
1
-0/+4
*
|
|
target_link_libraries: Optionally require only target names
Brad King
2021-12-20
1
-0/+3
*
|
|
cmTarget: Record backtraces for INTERFACE_LINK_LIBRARIES
Brad King
2021-12-15
1
-0/+28
|
/
/
[next]