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
*
Ninja: Allow compilation before generation of dependencies' private sources
Martin Duffy
2023-09-20
1
-0/+5
*
cxxmodules: generate synthetic targets as an initial pass
Ben Boeckel
2023-08-17
1
-0/+180
*
cmTarget: report that synthetic targets can compile sources
Ben Boeckel
2023-08-17
1
-0/+3
*
cmTarget: rename entry copying method
Ben Boeckel
2023-08-17
1
-6/+6
*
cmTarget: track and store `IMPORTED_CXX_MODULES_` usage properties
Ben Boeckel
2023-08-17
1
-0/+38
*
OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targets
Craig Scott
2023-08-09
1
-0/+18
*
cmTarget: handle `HIP_STANDARD` like other language standards
Ben Boeckel
2023-07-29
1
-2/+3
*
macOS: Add support for linking against .xcframework folders
Kyle Edwards
2023-07-26
1
-0/+20
*
Merge topic 'property-typo-fix'
Brad King
2023-07-25
1
-1/+1
|
\
|
*
cmTarget: Restore Fortran_PREPROCESS property initialization
Ben Boeckel
2023-07-25
1
-1/+1
*
|
cmTarget: Add a way to represent imported shared library stubs
Robert Maynard
2023-07-18
1
-6/+20
*
|
cmList: Add container conversion to string
Marc Chevrier
2023-06-22
1
-6/+6
|
/
*
Merge topic 'automoc-moc-options-test'
Brad King
2023-06-01
1
-1/+2
|
\
|
*
cmTarget: Improve const correctness of AddUtility
Orkun Tokdemir
2023-05-31
1
-1/+2
*
|
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
1
-32/+0
|
/
*
SetProperty: suppress raw pointer usage
Marc Chevrier
2023-05-26
1
-30/+2
*
Merge topic 'autogen-system-include'
Brad King
2023-05-04
1
-0/+1
|
\
|
*
Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target property
Orkun Tokdemir
2023-05-03
1
-0/+1
*
|
Merge topic 'vs-debugger-init'
Brad King
2023-05-02
1
-0/+4
|
\
\
|
*
|
VS: Add variables to initialize debugger-related properties
Alex Neundorf
2023-05-01
1
-0/+4
|
|
/
*
|
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-4/+4
|
/
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-4/+5
*
Merge topic 'autogen-exe-vars'
Brad King
2023-03-23
1
-0/+3
|
\
|
*
Autogen: Add CMAKE_AUTO*_EXECUTABLE variables
Orkun Tokdemir
2023-03-22
1
-0/+3
*
|
Merge topic 'vs-windows-min-version'
Brad King
2023-03-16
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
VS: Add CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION variable
halx99
2023-03-15
1
-0/+1
*
|
Merge topic 'support_cubin_fatbin_optix_cuda_output'
Brad King
2023-03-14
1
-8/+35
|
\
\
|
|
/
|
/
|
|
*
CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation
Robert Maynard
2023-03-13
1
-8/+35
*
|
Apple: text-based stubs: manage imported configurations mapping
Marc Chevrier
2023-03-05
1
-1/+3
*
|
Merge topic 'Apple-handle-Text-Stubs'
Brad King
2023-03-02
1
-9/+47
|
\
\
|
|
/
|
/
|
|
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-3/+36
|
*
Enhance support functions
Marc Chevrier
2023-02-28
1
-6/+11
*
|
Add option to add SOVERSION to DLL names
Ralf Habacker
2023-02-27
1
-0/+6
|
/
*
cmMakefile: add support for a "synthesized" target
Ben Boeckel
2023-02-14
1
-0/+17
*
cmTarget: make Visibility an `enum class`
Ben Boeckel
2023-02-14
1
-10/+10
*
cmTarget: store visibility as an `enum` rather than bools
Ben Boeckel
2023-02-14
1
-13/+46
*
cmTarget: convert VS property settings to the new property lambda
Ben Boeckel
2023-02-02
1
-15/+4
*
cmTarget: factor out `POSITION_INDEPENDENT_CODE` initialization
Ben Boeckel
2023-02-02
1
-14/+8
*
cmTarget: factor out properties with targets with commands
Ben Boeckel
2023-02-02
1
-5/+8
*
cmTarget: factor out properties for targets with exports
Ben Boeckel
2023-02-02
1
-5/+11
*
cmTarget: factor out executable-requiring properties
Ben Boeckel
2023-02-02
1
-5/+8
*
cmTarget: factor out linkable normal library target properties
Ben Boeckel
2023-02-02
1
-17/+10
*
cmTarget: factor out non-executable normal target with artifact properties
Ben Boeckel
2023-02-02
1
-12/+12
*
cmTarget: factor out normal targets with artifact properties
Ben Boeckel
2023-02-02
1
-24/+12
*
cmTarget: factor out normal non-imported target properties
Ben Boeckel
2023-02-02
1
-3/+8
*
cmTarget: factor out non-imported target properties
Ben Boeckel
2023-02-02
1
-4/+7
*
cmTarget: factor out properties for normal targets
Ben Boeckel
2023-02-02
1
-4/+9
*
cmTarget: factor out Xcode and with-compiled source properties
Ben Boeckel
2023-02-02
1
-29/+33
*
cmTarget: factor out Xcode-requiring properties
Ben Boeckel
2023-02-02
1
-4/+8
*
cmTarget: factor out properties initialized for target which compile
Ben Boeckel
2023-02-02
1
-188/+193
[next]