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
/
Tests
/
ExportImport
/
Import
Commit message (
Expand
)
Author
Age
Files
Lines
*
install(EXPORT): Export find_dependency() calls
Kyle Edwards
2023-11-13
1
-0/+1
*
Tests: Fix clang -Wstrict-prototypes warnings
Brad King
2023-10-26
7
-7/+7
*
try_compile: Add support for using ALIAS targets
Cristian Le
2023-10-16
1
-0/+85
*
Add missing `OUTPUT` in ExportImport test
Cristian Le
2023-10-16
1
-1/+1
*
OrangeC: Add support for OrangeC compiler
David Lindauer
2023-09-25
1
-1/+1
*
Tests: Fix ExportImport test with read-only source tree
Brad King
2023-09-18
1
-4/+4
*
Tests: Bump CMake minimum required in tests to 3.5
Brad King
2023-03-01
1
-1/+1
*
Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEM
Da Quexian
2022-06-17
1
-3/+11
*
Tests: Add missing return types to C function prototypes
Brad King
2022-05-13
1
-1/+1
*
Add usage requirements to update direct link dependencies
Brad King
2022-01-29
2
-2/+18
*
LCC: Add policy CMP0129 regarding interpreting LCC as GNU
makise-homura
2021-10-21
1
-0/+3
*
Merge topic 'lcc-compiler'
Brad King
2021-10-19
1
-3/+4
|
\
|
*
LCC: Add dedicated support for MCST LCC compiler
makise-homura
2021-10-15
1
-3/+4
*
|
export: Propagate IMPORTED_NO_SYSTEM target property to consumers
Brad King
2021-10-15
3
-0/+15
|
/
*
Tests: Add tests for new options
Kyle Edwards
2021-06-04
13
-20/+250
*
install(): Add IMPORTED_RUNTIME_ARTIFACTS mode
Kyle Edwards
2021-05-31
3
-0/+90
*
Tests: Update for the Fujitsu compiler
Chuck Atkins
2021-03-31
1
-1/+2
*
Tests: Bump CMake minimum required in tests to 2.8.12
Chuck Atkins
2020-12-23
1
-1/+1
*
CMakePackageConfigHelpers: Add version range support
Marc Chevrier
2020-09-23
2
-0/+18
*
Add INTERFACE libraries to generated buildsystem if they have SOURCES
Brad King
2020-08-07
2
-0/+17
*
Add set_property option: DEPRECATION
Joseph Snyder
2020-01-02
1
-0/+6
*
CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support
Robert Maynard
2019-12-10
1
-0/+7
*
Tests: Fix ExportImport PCH expectation on Cray Classic compiler
Brad King
2019-11-11
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-5/+4
*
PCH: Propagate INTERFACE_PRECOMPILE_HEADERS in install(EXPORT)
Brad King
2019-09-25
2
-0/+27
*
InterfaceLibrary: Whitelist EXPORT_PROPERTIES property
Brad King
2019-05-17
1
-0/+8
*
Tests: Teach tests when to treat clang-cl as MSVC
Zsolt Parragi
2019-02-11
1
-1/+1
*
Remove now-unused code once used on IRIX
Brad King
2019-01-11
1
-1/+0
*
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-0/+5
*
target_link_libraries: Allow use with targets in other directories
Brad King
2018-09-12
2
-0/+25
*
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Marc Chevrier
2018-06-27
1
-0/+7
*
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
2
-0/+13
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
12
-34/+34
*
Export: allow exporting of additional properties
Wouter Klouwen
2018-03-16
1
-0/+14
*
Tests: Add cases for usage requirements of linked object libs
Brad King
2018-03-01
2
-12/+43
*
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
Brad King
2018-02-28
1
-0/+14
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
2
-0/+18
*
Tests: ExportImport C code should use explicit (void) in prototypes
Robert Maynard
2017-04-18
1
-12/+12
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
8
-21/+17
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Tests: Use a less strict regular expression to look for "SONAME"
Raphael Kubo da Costa
2015-09-01
2
-2/+2
*
Tests: Cover NO_SONAME property for SHARED libraries
Brad King
2015-08-20
3
-0/+58
*
Add generator expression support to OUTPUT_DIRECTORY target properties
Robert Goulet
2015-08-12
2
-1/+14
*
Add generator expression support to OUTPUT_NAME target property
Robert Goulet
2015-07-09
2
-1/+4
*
Export: Escape exported property values when writing CMake language files
Brad King
2015-06-24
1
-0/+11
*
Tests: Fix ExportImport on AIX with GCC
Brad King
2015-04-23
1
-0/+1
*
install: Allow generator expressions in TARGETS DESTINATION (#14317)
Brad King
2015-02-11
2
-0/+4
*
Allow export of targets with INTERFACE_SOURCES.
Stephen Kelly
2015-02-10
2
-0/+15
*
try_run: Add tests for LINK_LIBRARIES with mock libraries.
Matt McCormick
2015-01-26
1
-0/+30
*
install: Allow absolute EXPORT destination with relative targets (#15258)
Brad King
2014-12-15
2
-0/+25
[next]