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
...
|
*
`@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`
gingerBill
2022-05-30
1
-2
/
+107
|
*
Add `intrinsics.x86_cpuid` and `intrinsics.x86_xgetbv`
gingerBill
2022-05-28
1
-0
/
+9
*
|
Additional cleanup of microsoft_craziness.h.
Jeroen van Rijn
2022-05-27
1
-0
/
+10
*
|
Refactor ms_craziness.h
Jeroen van Rijn
2022-05-27
1
-11
/
+5
|
/
*
Fix `odin build examples\demo\` trailing slash handling.
Jeroen van Rijn
2022-05-24
1
-1
/
+6
*
Begin to add support for experimental wasm64
gingerBill
2022-05-21
1
-1
/
+11
*
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
*
Fix building issues with arm32
gingerBill
2022-05-01
1
-17
/
+27
*
Add basic arm32 ABI support (linux_arm32)
gingerBill
2022-05-01
1
-1
/
+14
*
Address edge cases.
Jeroen van Rijn
2022-04-26
1
-7
/
+35
*
Remove redundant bit for non-Windows.
Jeroen van Rijn
2022-04-24
1
-14
/
+0
*
Compiler: Allow -out: to not have an extension on *nix for executables (only).
Jeroen van Rijn
2022-04-24
1
-1
/
+3
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-28
/
+192
*
Give build/run/check/test/doc a `-file` flag.
Jeroen van Rijn
2022-04-05
1
-1
/
+22
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-12
/
+57
|
\
|
*
rename architecture from 386 to i386
Sébastien Marie
2022-03-03
1
-9
/
+9
|
*
openbsd: poor man implementation for getting executable path
Sébastien Marie
2022-02-26
1
-3
/
+30
|
*
internal_odin_root_dir: readlink could fail
Sébastien Marie
2022-02-25
1
-1
/
+1
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-0
/
+18
*
|
Enforce `-no-entry-point` on freestanding targets
gingerBill
2022-02-28
1
-7
/
+12
*
|
`-target-features:<string>`
gingerBill
2022-02-28
1
-0
/
+1
*
|
Only allow `-disallow-rtti` on freestanding targets
gingerBill
2022-02-28
1
-0
/
+5
*
|
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-1
/
+2
*
|
Change target name to `freestanding_amd64_sysv`
gingerBill
2022-02-23
1
-5
/
+5
*
|
Replace local `@(no_red_zone)` with global `-disable-red-zone`
gingerBill
2022-02-23
1
-0
/
+8
*
|
Add help docs for `-reloc-mode:<string>`
gingerBill
2022-02-23
1
-1
/
+1
*
|
Add `-reloc-mode:<string>`
gingerBill
2022-02-20
1
-0
/
+9
*
|
Add `-foreign-error-procedures`
gingerBill
2022-02-20
1
-0
/
+2
*
|
Add `freestanding_amd64_gnu`
gingerBill
2022-02-20
1
-4
/
+32
|
/
*
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...
gingerBill
2022-01-26
1
-0
/
+2
*
Remove spurious `)`
gingerBill
2022-01-26
1
-2
/
+2
*
Add ODIN_ERROR_POS_STYLE environment variable
gingerBill
2022-01-26
1
-1
/
+50
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
1
-11
/
+9
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
1
-15
/
+15
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
1
-20
/
+3
*
Disable `DEFAULT_TO_THREADED_CHECKER` until race condition is found
gingerBill
2022-01-11
1
-1
/
+1
*
src: Add preliminary support for Linux AArch64
Yawning Angel
2021-12-23
1
-0
/
+14
*
Allow `.asm`, `.s`, and `.S` as valid assembly file extensions
gingerBill
2021-11-26
1
-0
/
+12
*
Add `-extra-assembler-flags`
gingerBill
2021-11-24
1
-0
/
+1
*
[timings-export] Add `-export-timings:format` + `-export-timings-file:filename`.
Jeroen van Rijn
2021-11-09
1
-1
/
+7
*
Improve matrix->matrix casting implementation
gingerBill
2021-11-08
1
-15
/
+26
*
Increase usage of `PtrMap`
gingerBill
2021-11-05
1
-1
/
+1
*
Add `ODIN_BUILD_MODE`
gingerBill
2021-11-04
1
-0
/
+19
*
Improve `wasm-import` semantics to allow procedures from different import paths
gingerBill
2021-11-02
1
-0
/
+2
*
Merge pull request #1252 from Kelimion/bug-report
gingerBill
2021-10-31
1
-7
/
+8
|
\
|
*
Add `odin report` command to help with bug reports.
Jeroen van Rijn
2021-10-31
1
-7
/
+8
*
|
Disable `wasm64`
gingerBill
2021-10-31
1
-1
/
+1
*
|
Ignore `-use-separate-modules` when targeting wasm32/wasm64
gingerBill
2021-10-31
1
-0
/
+3
*
|
Add `memmove` and `memset` support for `wasm`
gingerBill
2021-10-31
1
-2
/
+3
*
|
Add `wasi_wasm32`
gingerBill
2021-10-31
1
-4
/
+27
[prev]
[next]