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 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
*
added compiler command for only parsing and typechecking
Joshua Mark Manton
2018-05-16
1
-0
/
+1
*
Calls rc.exe if -resource specified
Mikkel Hjortshoej
2018-03-05
1
-0
/
+2
*
Fix build_settings.cpp
gingerBill
2018-02-25
1
-4
/
+2
*
Revert demo
gingerBill
2018-02-25
1
-1
/
+1
*
Minor code rearrangement
gingerBill
2018-02-25
1
-1
/
+1
*
`array_make`
gingerBill
2018-02-25
1
-2
/
+1
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-1
/
+1
*
`-out` and generate executable in the current working directory
gingerBill
2018-02-25
1
-0
/
+1
*
v0.8.1
gingerBill
2018-02-11
1
-1
/
+1
*
v0.8.0
v0.8.0
gingerBill
2018-02-09
1
-1
/
+1
*
Add ODIN_DEBUG
gingerBill
2018-01-28
1
-1
/
+1
*
`-no-bounds-check`
gingerBill
2018-01-18
1
-0
/
+1
*
Fix lhs < rhs bug (#164)
gingerBill
2017-12-14
1
-1
/
+1
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-1
/
+1
*
essence cross compile
Nakst
2017-11-26
1
-1
/
+11
*
Add `-debug` command (still in development)
gingerBill
2017-11-19
1
-0
/
+1
*
Set version number to v0.7.1
gingerBill
2017-11-19
1
-1
/
+1
*
Begin with on debugging symbol; fix version number 0.7.0
gingerBill
2017-11-19
1
-1
/
+1
*
`build_dll` replace with `-build-mode=dll`
gingerBill
2017-11-17
1
-0
/
+2
*
Library collections
Ginger Bill
2017-09-07
1
-22
/
+44
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-1
/
+1
[next]