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
/
core
/
time
/
time_unix.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
1
-100
/
+16
*
time: fix unix build
hikari
2022-04-16
1
-3
/
+11
*
time: yield accurate_sleep instead of relaxing the cpu
hikari
2022-04-16
1
-0
/
+6
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-11
/
+23
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
*
Make many `package time` procedures use `"contextless"` calling convention
gingerBill
2021-10-11
1
-4
/
+4
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
1
-42
/
+42
*
Add time.Tick for performance related timings
gingerBill
2021-01-09
1
-0
/
+7
*
Switched to else instead of not equal
Platin21
2020-09-27
1
-3
/
+1
*
Adds when statement for framework include
Platin21
2020-09-27
1
-1
/
+8
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-2
/
+2
*
Get Odin compiling and produced exe's running on FreeBSD
Christian Seibold
2020-09-14
1
-1
/
+1
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-1
/
+1
*
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
1
-0
/
+80