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
/
build_settings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fix 128 bit int alignment on arm64
Laytan Laats
2024-04-04
1
-1
/
+1
*
|
Default to "smart" linker behaviour; Add `-min-link-libs` to use minimize lin...
gingerBill
2024-04-04
1
-1
/
+3
|
/
*
fix not setting ok in cached code path
Laytan Laats
2024-03-28
1
-5
/
+22
*
speed up path_to_fullpath on Linux/MacOS
Laytan Laats
2024-03-28
1
-4
/
+13
*
darwin: be less annoying about "incompatible" library versions
Laytan Laats
2024-03-25
1
-1
/
+3
*
darwin: fix ld warnings and set minimum os version
Laytan Laats
2024-03-23
1
-14
/
+20
*
darwin: allow cross linking darwin_amd64 from darwin_arm64
Laytan Laats
2024-03-20
1
-0
/
+1
*
Merge pull request #3297 from laytan/linker-improvements
gingerBill
2024-03-20
1
-2
/
+25
|
\
|
*
linker improvements
Laytan Laats
2024-03-19
1
-2
/
+25
*
|
Add `-json-errors`
gingerBill
2024-03-19
1
-2
/
+6
*
|
Serialize errors to make them sortable, deterministic, and generally more con...
gingerBill
2024-03-19
1
-0
/
+4
|
/
*
fix core:thread and a memory leak
avanspector
2024-02-27
1
-6
/
+2
*
add haiku build token
avanspector
2024-02-25
1
-0
/
+1
*
small fixes
avanspector
2024-02-25
1
-0
/
+2
*
Improve Haiku support
avanspector
2024-02-25
1
-0
/
+66
*
fix ci
Laytan Laats
2024-02-07
1
-3
/
+3
*
Improve error handling for missing library collection provided by the compiler
gingerBill
2024-02-07
1
-10
/
+16
*
Merge pull request #3141 from laytan/add-all-packages-flag-for-tests
gingerBill
2024-01-31
1
-0
/
+1
|
\
|
*
Add `odin test -all-packages` to be able to test an entire project
Laytan Laats
2024-01-26
1
-0
/
+1
*
|
Freestanding - default to nil allocator; wasm - default to panic allocator
gingerBill
2024-01-28
1
-1
/
+10
*
|
`-default-to-panic-allocator`
gingerBill
2024-01-28
1
-1
/
+3
*
|
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-1
/
+21
|
/
*
Expand -subsystem option on Windows
Jeroen van Rijn
2024-01-18
1
-10
/
+40
*
Add WINDOWS_SUBSYSTEM constant bool
Jeroen van Rijn
2024-01-18
1
-10
/
+9
*
Use default calling convention for arm target for now - not 100% sure this is...
codename-irvin
2024-01-16
1
-3
/
+2
*
Add freestanding aarch64 target
codename-irvin
2024-01-15
1
-1
/
+9
*
src: `enable_target_feature` should add features, not overwrite
Yawning Angel
2024-01-07
1
-1
/
+3
*
Clean up error block usage
gingerBill
2024-01-05
1
-0
/
+1
*
Add `-obfuscate-source-code-locations`
gingerBill
2023-12-13
1
-0
/
+2
*
Facored out `get_default_microarchitecture`
Jeroen van Rijn
2023-11-10
1
-7
/
+6
*
Add -microarch:?
Jeroen van Rijn
2023-11-10
1
-2
/
+17
*
Force dynamic map calls on non-windows targets
gingerBill
2023-10-29
1
-2
/
+4
*
Fix static map calls and default to them!
gingerBill
2023-10-27
1
-1
/
+1
*
Remove `-vet-extra`
gingerBill
2023-09-30
1
-5
/
+1
*
Update src/build_settings.cpp
gingerBill
2023-09-27
1
-1
/
+1
*
Add attributes for sanitize_memory and sanitize_thread
gingerBill
2023-09-21
1
-1
/
+30
*
Add `-o:aggressive` for LLVM 17
gingerBill
2023-09-21
1
-1
/
+1
*
Support `-sanitize:<string>` for `address`, `memory`, `thread` for LLVM 17
gingerBill
2023-09-21
1
-0
/
+16
*
Add experimental `-subtarget:ios`
gingerBill
2023-08-08
1
-1
/
+30
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-3
/
+39
|
\
|
*
Remove `-strict-style-init-only`
gingerBill
2023-08-01
1
-1
/
+0
|
*
Add `-vet-style` and `-vet-semicolon`
gingerBill
2023-08-01
1
-0
/
+6
|
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
1
-4
/
+4
|
*
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-2
/
+33
*
|
Add `-tilde` for working on the new compiler
gingerBill
2023-07-08
1
-0
/
+2
|
/
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-3
/
+3
*
Fix endianness for wasm64p32
gingerBill
2023-06-07
1
-4
/
+2
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-3
/
+21
|
\
|
*
Merge pull request #2479 from Naught00/master
Jeroen van Rijn
2023-05-19
1
-3
/
+21
|
|
\
|
|
*
Fix accidental check in
Mark Naughton
2023-05-19
1
-8
/
+0
[prev]
[next]