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
*
Remove dead code related to old backend
gingerBill
2021-04-28
1
-61
/
+0
*
Implement `ODIN_ROOT` #913
gingerBill
2021-04-26
1
-3
/
+30
*
Make -strict-style the default #871
gingerBill
2021-04-26
1
-1
/
+0
*
Make corrections
gingerBill
2021-04-26
1
-1
/
+1
*
Change versioning system from `v0.13.1` to `dev-2021-04`
gingerBill
2021-04-25
1
-2
/
+4
*
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
1
-8
/
+0
*
Override `-llvm-api` to always be true
gingerBill
2021-04-25
1
-0
/
+2
*
Add new `-o:<string>` flag as an alternative to `-opt:<integer>`
gingerBill
2021-04-21
1
-1
/
+1
*
Add `-build-mode:llvm-ir` for `-llvm-api` backend
gingerBill
2021-04-21
1
-0
/
+1
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-1
/
+1
*
Add `-doc-format` command for the new .odin-doc file format (to be used to ge...
gingerBill
2021-04-18
1
-0
/
+1
*
Minor fixes to platform checking code
gingerBill
2021-04-11
1
-0
/
+1
*
early memcpyopt
atil
2021-03-19
1
-1
/
+1
*
`odin test` to work with the new `core:testing` package
gingerBill
2021-03-14
1
-1
/
+1
*
Add `-strict-style` flag: Enforces code style stricter whilst parsing, requir...
gingerBill
2021-03-13
1
-0
/
+1
*
Add `-vet-extra` (checks for unneeded casts and transmutes)
gingerBill
2021-03-03
1
-0
/
+1
*
Get compiling on Mac Mini M1
gingerBill
2021-02-24
1
-12
/
+16
*
Begin work on aarch64 ABI for `-llvm-api`
gingerBill
2021-02-24
1
-14
/
+37
*
Default to `-microarch:generic`
gingerBill
2021-02-24
1
-0
/
+3
*
Add flags `-ignore-warnings` and `-warnings-as-errors`
gingerBill
2021-02-23
1
-0
/
+10
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
1
-0
/
+51
|
\
|
*
Update `odin doc` to support multiple package outputs by passing multiple pat...
gingerBill
2020-11-18
1
-2
/
+2
|
*
Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...
gingerBill
2020-11-17
1
-2
/
+16
|
*
Basic `odin doc` support
gingerBill
2020-11-17
1
-0
/
+2
|
*
Improve flag handling to check for invalid uses
gingerBill
2020-11-17
1
-0
/
+32
|
*
Add `-show-unused-with-location`
gingerBill
2020-11-17
1
-0
/
+1
|
*
Add `-show-unused` (Shows unused package declarations of all imported packages)
gingerBill
2020-11-17
1
-0
/
+1
|
*
Added -no-entry-point flag and relevant check.
F0x1fy
2020-11-10
1
-0
/
+1
*
|
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-0
/
+1
|
/
*
Add `-build-mode:assembly` for `-llvm-api`
gingerBill
2020-10-20
1
-0
/
+1
*
Add `-microarch:<string>` (e.g. `-microarch:native`)
gingerBill
2020-10-20
1
-5
/
+27
*
Begin work on making packages import assembly sort files (.S)
gingerBill
2020-10-16
1
-3
/
+1
*
Add `-disallow-do`
gingerBill
2020-09-23
1
-0
/
+1
*
Add TargetOS_freestanding for future use
gingerBill
2020-09-15
1
-0
/
+4
*
Update ODIN_VERSION
gingerBill
2020-09-15
1
-1
/
+1
*
Add -default-to-nil-allocator flag (sets `ODIN_DEFAULT_TO_NIL_ALLOCATOR`)
gingerBill
2020-09-15
1
-0
/
+1
*
Get Odin compiling and produced exe's running on FreeBSD
Christian Seibold
2020-09-14
1
-3
/
+13
*
Add FreeBSD targets, get gb.h working with FreeBSD, fix odin_root_directory f...
Christian Seibold
2020-09-14
1
-0
/
+40
*
Add `-no-dynamic-literals` to disallow dynamic array and map literals
gingerBill
2020-07-14
1
-0
/
+1
*
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
gingerBill
2020-06-30
1
-0
/
+1
*
Begin work on windows 386
gingerBill
2020-06-29
1
-1
/
+3
*
Add `-target:<string>` fuzzy checking with "Did you mean" message
gingerBill
2020-06-10
1
-3
/
+2
*
Basic cross compilation support
gingerBill
2020-06-10
1
-22
/
+21
*
Add `wasm-ld` support for wasm code generation
gingerBill
2020-06-03
1
-1
/
+1
*
Begin work on supporting wasm32 architecture
gingerBill
2020-05-25
1
-3
/
+22
*
Add `-extra-linker-flags:<string>`
gingerBill
2020-05-06
1
-1
/
+3
*
Add `-ignore-vs-search`
gingerBill
2020-05-02
1
-0
/
+2
*
Add `-build-mode=obj`
gingerBill
2020-04-13
1
-1
/
+7
*
Begin to make the -llvm-api more general
gingerBill
2020-04-10
1
-3
/
+8
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-15
1
-2
/
+4
|
\
[next]