index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
linker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add experimental target `orca_wasm32`
gingerBill
2024-05-30
1
-4
/
+16
*
Reimplement `-build-mode:static`/`-build-mode:lib`
gingerBill
2024-05-16
1
-7
/
+24
*
Merge pull request #3369 from joakin/fix-dynamic-library-from-vendor-on-linux
gingerBill
2024-05-03
1
-1
/
+1
|
\
|
*
Recognize dynamic library names like libraylib.so.5.0.0
joakin
2024-04-19
1
-1
/
+1
*
|
Fix minor bug
gingerBill
2024-04-26
1
-1
/
+1
|
/
*
fix nasm check
Laytan Laats
2024-04-08
1
-1
/
+1
*
Remove consecutive linking libraries
gingerBill
2024-04-04
1
-1
/
+13
*
Default to "smart" linker behaviour; Add `-min-link-libs` to use minimize lin...
gingerBill
2024-04-04
1
-33
/
+27
*
darwin: fix linker warning when building dynamic library
Laytan Laats
2024-03-26
1
-2
/
+4
*
darwin: be less annoying about "incompatible" library versions
Laytan Laats
2024-03-25
1
-1
/
+4
*
darwin: fix ld warnings and set minimum os version
Laytan Laats
2024-03-23
1
-2
/
+3
*
linker improvements
Laytan Laats
2024-03-19
1
-3
/
+11
*
Merge pull request #3230 from avanspector/haiku
gingerBill
2024-03-08
1
-2
/
+2
|
\
|
*
Improve Haiku support
avanspector
2024-02-25
1
-2
/
+2
*
|
Merge pull request #3069 from pcleavelin/master
gingerBill
2024-03-06
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'odin-lang:master' into master
Patrick Cleavelin
2024-01-27
1
-5
/
+15
|
|
\
|
*
|
respect -lld CLI arg
Patrick Cleavelin
2024-01-04
1
-1
/
+6
*
|
|
fix -no-crt on Linux
Laytan
2024-02-08
1
-18
/
+14
|
|
/
|
/
|
*
|
Expand -subsystem option on Windows
Jeroen van Rijn
2024-01-18
1
-5
/
+4
*
|
darwin: add library paths for default Homebrew and MacPorts locations
Laytan Laats
2024-01-13
1
-0
/
+11
|
/
*
darwin: actually honor no-crt by not linking with `-lSystem -lm`
Laytan Laats
2024-01-02
1
-3
/
+6
*
Fixed Typo / Added check for 1
Platin21
2024-01-02
1
-1
/
+1
*
Adds missing space
Platin21
2024-01-02
1
-1
/
+1
*
Fixed git issue..
Platin21
2024-01-02
1
-0
/
+2
*
Adds new flag for linker to know if it should link the system library or not
Platin21
2024-01-02
1
-1
/
+17
*
Removes macOS min version and supports default latest
Platin21
2024-01-02
1
-4
/
+0
*
Fixing a pdb linker error when the path contains spaces
Thomas Louis
2023-12-27
1
-1
/
+1
*
-no-crt and assembly compilation on darwin
Laytan Laats
2023-11-15
1
-14
/
+28
*
implemented foreign asm imports on linux/osx
flysand7
2023-10-15
1
-40
/
+87
*
Hook up Tilde to the linker code
gingerBill
2023-07-24
1
-0
/
+33
*
Move linker code into separate file
gingerBill
2023-07-24
1
-0
/
+427