.. |
builtin
|
44a303e577
Add dummy packages purely for documentation of `builtin` and `intrinsics`
|
5 years ago |
c
|
0977ac111a
Fix typo in `package utf8`; add `wchar_t` to `package c`
|
5 years ago |
dynlib
|
d79ee7d530
Implement dynlib core library for unix/darwin; not 100% about the build tags
|
5 years ago |
encoding
|
d1c9fd4e01
Implement `#complete switch` by default, replace with `#partial switch` #511
|
5 years ago |
fmt
|
20b410f149
Fix #540
|
5 years ago |
hash
|
0718f14774
Reduce number of range and slice operators #239
|
7 years ago |
intrinsics
|
7f89f6b582
Add intrinsics.type_is_specialization_of
|
5 years ago |
log
|
0e52c37865
Don't change delimiter as location has changed to be unified no matter the platform
|
5 years ago |
math
|
3bd00fd6b7
Add `thread.Pool` with example in demo.odin; Update linalg to support handness changes for projection matrices
|
5 years ago |
mem
|
b32ef9e47b
Fix make and reserve
|
5 years ago |
odin
|
159150c6d9
Allow not_in as keyword over notin, but still allow notin to work
|
5 years ago |
os
|
85e31e1b69
Fix os.open
|
5 years ago |
reflect
|
10f0961184
Enumerated arrays `[Enum_Type]Elem_Type`
|
5 years ago |
runtime
|
b542ef273d
Begin work on `-target:windows_386`
|
5 years ago |
sort
|
9db81498d8
Make the `string` type elements "immutable", akin to `char const *` in C
|
5 years ago |
strconv
|
7267004a55
Remove `import "core:runtime"` in integers.odin to make -vet happy
|
5 years ago |
strings
|
6b5ea011e7
Add `strings.ptr_from_string`
|
5 years ago |
sync
|
d017b5de9d
replaced pthread_yield with ssched_yield, fixed semaphore post:q
|
5 years ago |
sys
|
673879d1d2
added note about pthread_yield
|
5 years ago |
thread
|
d017b5de9d
replaced pthread_yield with ssched_yield, fixed semaphore post:q
|
5 years ago |
time
|
99121d6ff2
Implement core:thread and core:sync on Unix using pthreads
|
5 years ago |
unicode
|
9db81498d8
Make the `string` type elements "immutable", akin to `char const *` in C
|
5 years ago |