Laytan Laats
|
9adc7f2bcf
fix tabs
|
10 months ago |
Laytan Laats
|
6866e69cb9
add time/timezone to docs
|
10 months ago |
Laytan Laats
|
9735f8a0ba
add CoreFoundation and Security to docs
|
10 months ago |
Laytan Laats
|
7b63abdba3
add kqueue to docs
|
10 months ago |
Laytan Laats
|
e6d324c5c4
testing: separate the posix import into target files
|
10 months ago |
Barinzaya
|
6fa646cbf1
Fixed raymath not applying matrix translations.
|
10 months ago |
peachey2k2
|
186499c8af
Add "-build-mode:dynamic" to the "odin help build" output
|
10 months ago |
Laytan Laats
|
c08408ea08
fix thread_unix for Darwin after pthread corrections in posix package
|
10 months ago |
bobsayshilol
|
96e6393614
Plug a memory leak
|
10 months ago |
bobsayshilol
|
73b6461710
Add missing guards around push/pop pragmas
|
10 months ago |
bobsayshilol
|
56094f3580
Fix passing nullptr to args marked as non-null
|
10 months ago |
bobsayshilol
|
30fb2ed59d
Avoid undefined arithmetic shifting
|
10 months ago |
bobsayshilol
|
ddde456af7
Avoid member access through nullptr in debug
|
10 months ago |
bobsayshilol
|
b10538da7a
Fix invalid union access
|
10 months ago |
Laytan
|
78dc4d4907
fix test
|
10 months ago |
Laytan
|
9f1c894f1f
port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants it
|
10 months ago |
Laytan
|
f342215b4d
clean up dynlib and path/filepath with sys/posix
|
10 months ago |
Laytan
|
2b5f0fc729
remove pthread from sys/unix and use sys/posix where used
|
10 months ago |
Laytan
|
7de56ec852
fix `#load_directory` including nested directories
|
10 months ago |
Laytan Laats
|
49ddbd9b99
sys/posix: impl rest of linux, impl some of Windows
|
11 months ago |
Karl Zylinski
|
879771fe32
Fix for using utf8string.at with last rune index returning wrong rune.
|
10 months ago |
Jeroen van Rijn
|
c9c237babf
match_exact_value: return when type is compound
|
10 months ago |
Alexis Caraballo
|
d9326ae93d
fix cbor.to_json always returning array of tuples for objects
|
10 months ago |
Jeroen van Rijn
|
1df246664f
Fix image.which_bytes
|
10 months ago |
Laytan
|
5faefac106
math/rand: `choice_bit_set` return `not_empty` -> `ok`
|
10 months ago |
Laytan Laats
|
d85f18e898
math/rand: add `choice_bit_set`
|
11 months ago |
Patric Dexheimer
|
12cfc9b8de
Update process_windows.odin
|
10 months ago |
IllusionMan1212
|
fafb2b1e75
core/io: correctly escape runes greater than 0xFFFF
|
11 months ago |
Yawning Angel
|
111f10cbbf
src/big_int.cpp: Use square-multiply for exponentiation
|
11 months ago |
gingerBill
|
197339d91d
Add warning for `unsigned >= 0` like conditions in a `for` loop
|
10 months ago |