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
/
RunCMake
/
ParseImplicitLinkInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Verify that linker tool is detected and identified where expected
Brad King
2024-01-03
2
-2/+36
*
LinkerId: Match Apple linker on all Apple platforms
Brad King
2024-01-03
1
-1/+1
*
LinkerId: Fix detection of GNU linker id without parenthesis in version output
Brad King
2024-01-03
3
-0/+6
*
LinkerId: Fix detection of linker tool without path
Brad King
2024-01-03
13
-13/+13
*
LinkerId: Fix detection of linker tool for Clang on OpenBSD
Brad King
2024-01-03
2
-2/+2
*
LinkerId: Fix detection of linker tool for MSVC
Brad King
2024-01-03
1
-2/+2
*
LinkerId: Fix detection of linker tool for GNU on SunOS sparc32
Brad King
2024-01-03
4
-4/+4
*
LinkerId: Fix detection of linker tool for XL compilers
Brad King
2024-01-03
12
-12/+12
*
LinkerId: Fix detection of linker tool for XL as nvcc host compiler
Brad King
2024-01-03
1
-1/+1
*
Tests: Cover detection of linker tool for Intel on Windows
Brad King
2024-01-03
7
-0/+20
*
Tests: Cover detection of linker tool for MSVC
Brad King
2024-01-03
5
-0/+14
*
Tests: Cover detection of linker tool while parsing implicit link info
Brad King
2024-01-03
94
-2/+110
*
Tests: Update sample data for parsing implicit link/include information
Brad King
2024-01-03
18
-0/+49
*
Tests: Improve isolation of cases parsing implicit link/include information
Brad King
2024-01-03
1
-49/+39
*
Tests: Add unit tests for internal cmake_determine_linker_id helper
Brad King
2024-01-03
27
-0/+106
*
CMakeParseImplicitLinkInfo: Exclude LLVMFlang program entry point for MSVC
Brad King
2023-12-06
2
-0/+3
*
CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-link
Brad King
2023-10-02
7
-0/+14
*
Optionally exclude implicit link directories via environment
Brad King
2023-05-25
3
-0/+30
*
Tests/RunCMake: Update cmake_minimum_required versions
Brad King
2023-02-11
2
-4/+1
*
Merge topic 'flang-implicit-link-info'
Brad King
2022-10-12
2
-0/+3
|
\
|
*
LLVMFlang: Add support for mixed-language linking with Fortran
Brad King
2022-10-11
2
-0/+3
*
|
CMakeParseImplicitLinkInfo: Better detection of msvc
Robert Maynard
2022-09-02
1
-0/+1
|
/
*
CMakeParseLibraryArchitecture: Fix parsing /lib/<arch> implicit object path
Raphael Gozzo
2021-12-06
3
-0/+7
*
CMakeParseImplicitLinkInfo: Honor GNU static runtime library flags
Brad King
2021-06-03
3
-3/+3
*
Tests: Extend ParseImplicit*Info with static GNU runtime library flags
Brad King
2021-06-03
4
-0/+12
*
Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regex
Brad King
2021-06-03
30
-35/+35
*
CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths
Robert Maynard
2021-04-05
6
-5/+14
*
CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths"
Robert Maynard
2021-04-05
19
-21/+19
*
CMakeDetermineCompilerABI: Parse library arch from versioned paths
Robert Maynard
2021-02-04
24
-1/+51
*
CMakeParseImplicitLinkInfo supports comma separated link lines
Robert Maynard
2019-08-28
3
-1/+6
*
Introduce a ParseImplicitLinkInfo test
Robert Maynard
2019-08-28
62
-0/+269