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
...
|
*
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
|
\
|
*
Add initial `-mem2reg` pass to `opt`
gingerBill
2020-03-13
1
-2
/
+4
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-03-04
1
-0
/
+1
|
\
|
|
*
Add -subsystem:console and -subsystem:windows flags for windows
gingerBill
2020-03-02
1
-0
/
+1
*
|
Begin LLVM C API integration
gingerBill
2020-02-01
1
-0
/
+2
|
/
*
v0.12.0
v0.12.0
gingerBill
2020-01-18
1
-1
/
+1
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-0
/
+1
*
Add `-help` which prints information about the compiler flags
gingerBill
2019-12-21
1
-0
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-2
/
+2
*
Fix linux build.
castano
2019-11-14
1
-0
/
+2
*
Add support for running odin through a symlink. Use realpath when obtaining r...
castano
2019-11-14
1
-2
/
+5
*
v0.11.1
v0.11.1
gingerBill
2019-11-12
1
-1
/
+1
*
Add `-show-more-timings`
gingerBill
2019-11-10
1
-0
/
+1
*
v0.11.0
v0.11.0
gingerBill
2019-11-01
1
-1
/
+1
*
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
1
-1
/
+1
*
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...
gingerBill
2019-10-01
1
-8
/
+8
*
New Essence OS layer; cross-compiling improvements
nakst
2019-09-02
1
-6
/
+34
*
Fix ranges in switch statement for strings
gingerBill
2019-06-21
1
-1
/
+1
*
v0.10.0
v0.10.0
gingerBill
2019-06-02
1
-1
/
+1
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-2
/
+15
*
-compact flag for 'odin query'
gingerBill
2019-05-25
1
-0
/
+1
*
odin query
gingerBill
2019-05-25
1
-0
/
+1
*
Change the file name rules for imports (use / rather than \ on windows)
gingerBill
2019-04-20
1
-0
/
+8
*
Add -pdb-name for custom names of PDBs
gingerBill
2019-03-14
1
-0
/
+1
[prev]
[next]