index
:
meson.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
linkers
Age
Commit message (
Expand
)
Author
2024-03-03
compilers: only wrap multiple input libraries with start/end group
Eli Schwartz
2024-01-18
linkers_detect: detect xtools (Apple ld64 derivative)
Fabian Groffen
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-06
macos: Do not emit -undefined,error for Sonoma compatibility
Andres Freund
2023-12-03
Handle macos linker reporting error message in pluring during detection
Andres Freund
2023-10-12
MSVCDynamicLinker: prevent duplicated /nologo argument
Charles Brunet
2023-10-05
msvc: unify debug filename handling
Dudemanguy
2023-09-06
backends/ninja: run `ranlib -c $out` when using the apple ar
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-19
mypy: add more mixin base classes
Eli Schwartz
2023-07-19
linkers: fix mypy errors that were ignored due to lack of inheritance
Eli Schwartz
2023-07-19
linkers: reorganize code so that linker base classes always come first
Eli Schwartz
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-12
Fix return type of debugfile functions
Tristan Partin
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-10
Fix Xcode 15 beta linker detection. Closes #11958.
Jussi Pakkanen
2023-06-27
Archive shared library in AIX (#11850)
Aditya Kamath
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-26
fix regression in handling output overwriting for ar-like linkers
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-06-08
dependencies/llvm: strip default include dirs
Karol Herbst
2023-04-24
Initial support for Metrowerks C/C++ compiler
Nomura
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-10
linkers: detect ld64 as AppleDynamicLinker
jack
2023-01-09
linkers: Do not use numeric windows subsystems with lld
Jan Janssen
2023-01-09
linkers: Fix lld detection
Jan Janssen
2022-12-27
emscripten: use single arguments when specifying options
Kleis Auke Wolthuizen
2022-11-24
Fix various spelling errors
David Robillard
2022-11-16
linkers: Don't build thin archives on illumos or Solaris
Alan Coopersmith
2022-10-13
Add b_thinlto_cache for automatically configuring incremental ThinLTO
Tatsuyuki Ishi
2022-10-13
linkers: Add missing mold entries to __init__
Tatsuyuki Ishi
2022-10-03
AIX: allow link_whole, it's the only supported behaviour anyway
Andres Freund
2022-09-19
pylint: enable use-maxsplit-arg
Dylan Baker
2022-09-19
compilers: directly import from subpackages
Eli Schwartz
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-08-24
fix linker regression for compilers that don't accept LDFLAGS directly
Eli Schwartz
2022-08-07
linkers: detection should invoke the linker with lang_link_args only
Eli Schwartz
2022-07-31
linkers: make sure the linker is actually Apple when matching failure
Eli Schwartz
2022-07-31
linkers: include linker detection output in the debug logs
Eli Schwartz
2022-07-31
linkers: better reporting of command failures
Eli Schwartz
2022-07-25
linkers: Add a representation for the Apple AR Linker
Dylan Baker
2022-07-21
ar linker: detect the "osx ld" case (where generating thin archives won't wor...
Justin Blanchard
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-05-29
linkers: try a bit harder to autodetect the correct linker id
Eli Schwartz
2022-05-18
Fix --allow-shlib-undefined for LLVM versions > 9
Tristan Partin
[next]