Commit Graph

155 Commits

Author SHA1 Message Date
Sébastien Marie
3145935d6b miniaudio
- simplify foreign
- enable SUPPORT_SNDIO on OpenBSD
- correct ptr type for SUPPORT_PULSEAUDIO (Linux) and SUPPORT_COREAUDIO (Darwin)
2022-03-02 18:35:13 +00:00
Sébastien Marie
25430333ba vendor: glfw: simplify foreign import 2022-03-02 18:25:22 +00:00
Sébastien Marie
2ca2b32dd0 vendor: botan: simplify foreign import 2022-03-02 18:21:43 +00:00
Sébastien Marie
37b4e0de6c sdl2: add openbsd support 2022-02-28 16:17:15 +00:00
Sébastien Marie
737f440c7f glfw: add openbsd support 2022-02-28 16:17:14 +00:00
Sébastien Marie
cba3f1e374 ENet: add openbsd support 2022-02-28 16:17:14 +00:00
Sébastien Marie
553292ffd0 vendor: botan: add OpenBSD support 2022-02-26 08:47:58 +00:00
Tail Wag Games
d4f62f52db adding is_16_bit_from_memory to stbi 2022-02-24 00:20:15 -06:00
zhibog
70e8d97ee1 Fix procedure 2022-02-22 20:13:49 +01:00
zhibog
cdecb0ccc3 Fix Odin_OS_Type 2022-02-22 20:10:35 +01:00
zhibog
460b5149af Added missing constants 2022-02-22 20:06:52 +01:00
zhibog
e7be9493ba Added SipHash + tests and fixed remaining semicolons in vendor/botan 2022-02-22 19:56:07 +01:00
gingerBill
e6a7b85da4 Correct types 2022-02-21 20:49:59 +00:00
gingerBill
6145185478 Add missing return types 2022-02-21 16:04:56 +00:00
gingerBill
23be56af59 Remove prefixes from D3D12 constants 2022-02-18 21:45:20 +00:00
gingerBill
4c62a32b04 Keep -vet happy 2022-02-18 16:13:52 +00:00
gingerBill
7e33a86d54 Remove unneeded semicolon 2022-02-18 16:01:11 +00:00
gingerBill
197b832992 Add vendor:directx and vendor:darwin packages for documentation generation 2022-02-18 15:56:53 +00:00
gingerBill
746d5fc322 Correct D3D packages 2022-02-17 20:48:50 +00:00
gingerBill
f138f71fa6 Add UUID pointer values 2022-02-17 13:14:21 +00:00
gingerBill
75e15b05b0 Correct alias 2022-02-17 12:46:04 +00:00
gingerBill
002ac6a1b7 Add vendor:directx packages: dxgi, d3d11, and d3d12
TODO: enums marked with `bit_set` may need conversions
2022-02-16 21:26:34 +00:00
gingerBill
0e69993d39 Add init and copy to all Objects 2022-02-16 00:17:07 +00:00
gingerBill
135091ddbe Correct import paths 2022-02-16 00:14:16 +00:00
gingerBill
d64e3b672c Add darwin build tags 2022-02-16 00:12:31 +00:00
gingerBill
a3bcacee27 Move Objective-C libraries located in core:sys/darwin/* to vendor:darwin/* 2022-02-16 00:06:25 +00:00
gingerBill
f5697dd7f2 Merge branch 'master' into odin-global-constants-as-enums 2022-02-15 15:47:24 +00:00
FancyKillerPanda
e59064dd59 Updated vendor/sdl2/ttf LIB and DLL. 2022-02-13 10:33:48 +11:00
gingerBill
3d7d347192 Convert ODIN_OS and ODIN_ARCH to use enums rather than use strings 2022-01-20 19:56:05 +00:00
gingerBill
f0529535e0 ODIN_ENDIAN changed to an enum constant; ODIN_ENUM_STRING is the new string version of the old constant 2022-01-15 17:53:18 +00:00
gingerBill
9a46463078 Merge pull request #1399 from kleeon/master
Fixed wrong function name in vendor/OpenGL/README.md
2022-01-13 12:06:53 +00:00
gingerBill
e4f28de3de Fix #1311 2022-01-03 12:14:01 +00:00
zhibog
42033ea808 Extended crypto API by variants that write the result into a destination buffer, instead of returning it 2021-12-31 13:16:11 +01:00
kleeon
750ee4ecdb Fixed wrong function name in README.md 2021-12-30 15:49:07 +03:00
ryuukk
d0240b8981 [WASM] Added missing zoffset parameters to some gl functions 2021-12-15 06:12:26 +01:00
Rehkitzdev
b7c78da1fb Fix storeInt call in webgl glue code 2021-12-11 18:38:32 +01:00
gingerBill
00597127dd Add missing field skip_missing 2021-11-24 16:39:29 +00:00
gingerBill
275241f9b4 Merge branch 'master' of https://github.com/odin-lang/Odin 2021-11-23 11:43:38 +00:00
gingerBill
b56964e465 Merge pull request #1315 from SrMordred/patch-2
GetMouseDelta
2021-11-23 11:30:54 +00:00
gingerBill
de435c9318 Remove unneeded semicolons from vendor:OpenGL 2021-11-21 14:52:40 +00:00
gingerBill
42b9ce636f Remove #force_inline from all wrappers 2021-11-21 13:59:28 +00:00
gingerBill
ca6951d05e Add MessageDecompose; Update the static library 2021-11-20 20:20:12 +00:00
gingerBill
446f1f6183 Correct foreign imports for portmidi on Windows 2021-11-20 19:27:34 +00:00
Gus
2c7bf87998 Added darwin support 2021-11-20 20:02:21 +11:00
Patric Dexheimer
61bc963e92 GetMouseDelta 2021-11-17 19:03:01 -03:00
Jeroen van Rijn
c4a2580dfd Merge pull request #1290 from wjlroe/fix-glfw-on-windows
Fix path to static GLFW lib on Windows
2021-11-10 18:41:30 +01:00
gingerBill
fc920a630f Merge pull request #1288 from odin-lang/target-js_wasm32
Target `js_wasm32` with `vendor:wasm/WebGL`
2021-11-09 23:15:42 +00:00
zhibog
cef9632607 Add Botan crypto lib as a vendor library 2021-11-09 23:49:17 +01:00
William Roe
a805d9a721 Fix path to static GLFW lib on Windows 2021-11-09 20:10:34 +00:00
gingerBill
80360f3f51 Add vendor packages for the js_wasm32 target 2021-11-09 18:26:42 +00:00