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
...
*
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
*
New build flag: -define:foo=123
gingerBill
2019-02-23
1
-0
/
+2
*
Allow for @indent for attributes that don't require any parameters; Add -igno...
gingerBill
2019-01-30
1
-0
/
+1
*
Reorganize decl attribute code
gingerBill
2018-12-04
1
-1
/
+1
*
Add package encoding/cel
gingerBill
2018-12-03
1
-1
/
+1
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-0
/
+3
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
1
-0
/
+1
*
Place optimization level flag in condition again; `-memcpyopt -die` only in n...
gingerBill
2018-10-24
1
-1
/
+3
*
Merge pull request #260 from lachsinc/master
gingerBill
2018-10-24
1
-2
/
+15
|
\
|
*
Remove llc/opt hack. XX.bc now contains useful debug info thanks to removal o...
lachsinc
2018-09-18
1
-2
/
+15
*
|
Fix compilation error #272
gingerBill
2018-10-17
1
-3
/
+19
|
/
*
Add `-lld` flag for using "bin\lld-link.exe" on Windows
gingerBill
2018-08-28
1
-0
/
+1
*
`-no-crt` flag for windows amd64
gingerBill
2018-08-13
1
-1
/
+2
*
Fix `is_excluded_target_filename`
gingerBill
2018-06-21
1
-8
/
+6
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
1
-2
/
+0
*
Modify how build settings are handled
gingerBill
2018-06-15
1
-69
/
+121
*
Use gbString for opt_flags
gingerBill
2018-06-03
1
-14
/
+10
*
Add -debug-compile parameter for llc
gingerBill
2018-06-03
1
-2
/
+9
*
Comment based build tags for packages (basic and temporary)
gingerBill
2018-05-28
1
-0
/
+1
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
1
-1
/
+1
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-1
/
+3
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
1
-3
/
+3
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-3
/
+112
[prev]
[next]