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
*
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