Jeroen van Rijn
|
8d6ff51922
|
Copy lua54.dll during CI test
|
2024-07-24 17:43:51 +02:00 |
|
Laytan Laats
|
4d86012d96
|
install lua for new lua vendor tests
|
2024-07-22 01:13:50 +02:00 |
|
Laytan Laats
|
a055c03de9
|
use #directory in lua test
|
2024-07-22 01:11:01 +02:00 |
|
Jeroen van Rijn
|
f78a792d48
|
Add Lua example to vendor\lua as well as basic tests.
|
2024-07-20 18:30:41 +02:00 |
|
Jeroen van Rijn
|
9d6ed991cb
|
Remove LUA panic for non-big-3 OS
|
2024-07-20 14:33:34 +02:00 |
|
Jeroen van Rijn
|
2385e1ddd9
|
Update LUA imports for Darwin.
|
2024-07-20 14:24:01 +02:00 |
|
Jeroen van Rijn
|
64614889de
|
Merge pull request #3946 from flysand7/x11-fixes
[vendor/x11]: Fix missing argument in XDefaultDepth, wrong types in CreateSimpleWindow
|
2024-07-20 04:00:00 +02:00 |
|
Jeroen van Rijn
|
d9d044970e
|
Merge pull request #3945 from flysand7/docs-datetime
[time/datetime]: Document package datetime
|
2024-07-20 03:56:21 +02:00 |
|
flysand7
|
0c78cab336
|
[time/datetime]: Document package datetime
|
2024-07-20 12:49:40 +11:00 |
|
flysand7
|
15997d2a90
|
[vendor/x11]: Fix missing argument in XDefaultDepth, wrong types in CreateSimpleWindow
|
2024-07-20 12:47:00 +11:00 |
|
Jeroen van Rijn
|
7237f9c9f8
|
Help text default -o:none -> -o:minimal.
|
2024-07-19 20:47:26 +02:00 |
|
gingerBill
|
ba3d7ba5d3
|
Add core:encoding/ini to examples/all
|
2024-07-19 12:03:34 +01:00 |
|
gingerBill
|
f226eba342
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-07-19 12:00:54 +01:00 |
|
gingerBill
|
393ca40c23
|
Minor clean ups
|
2024-07-19 12:00:49 +01:00 |
|
gingerBill
|
163287d9ce
|
Merge pull request #3938 from Ronaldr1985/master
Fix memory leak in encoding/ini
|
2024-07-19 11:42:35 +01:00 |
|
gingerBill
|
2f8399fe20
|
Merge pull request #3940 from flysand7/os2-handle-inheritance
[os2] Make all handles non-inheritable by default
|
2024-07-19 11:38:03 +01:00 |
|
gingerBill
|
685dbddcb5
|
Merge pull request #3939 from flysand7/os2-file-type
[os2]: Split file type from mode bits et other small fixes
|
2024-07-19 11:37:54 +01:00 |
|
Laytan Laats
|
27f9f0ba17
|
fix OLS #431, #393
|
2024-07-18 21:06:37 +02:00 |
|
Laytan Laats
|
2b6a926bb6
|
fix OLS #52
|
2024-07-18 21:06:37 +02:00 |
|
Laytan
|
b3d798cb76
|
Merge pull request #3941 from laytan/wgpu-wayland-improvements
improve WGPU / GLFW / Wayland story by weak linking and adjusting docs
|
2024-07-18 20:20:01 +02:00 |
|
Laytan
|
7134015f56
|
improve WGPU / GLFW / Wayland story by weak linking and adjusting docs
|
2024-07-18 19:28:15 +02:00 |
|
flysand7
|
7b501b22bb
|
[os2]: Split file type from mode bits
|
2024-07-18 23:09:27 +11:00 |
|
flysand7
|
75605a47e7
|
[os2]: Make anonymous pipes always inheritable
|
2024-07-18 22:57:30 +11:00 |
|
flysand7
|
4dcb75af6d
|
Make all handles non-inheritable by default
The sockets are left as non-inheritable because they
never should be inherited.
|
2024-07-18 22:50:47 +11:00 |
|
Ronald
|
c768d0719a
|
Remove unnecessary change
This was accidentally added, it was a change I made whilst testing.
|
2024-07-17 21:57:35 +01:00 |
|
Ronald
|
f04db7145c
|
Fix memory leak in encoding/ini
A simple change that fixes a memory leak caused by not deleting all the
values in the map
|
2024-07-17 21:19:14 +01:00 |
|
gingerBill
|
0bb4cc6ce5
|
Merge pull request #3935 from IllusionMan1212/win32-drag-n-drop
core/sys/windows: added drag and drop procedures
|
2024-07-16 23:41:52 +01:00 |
|
IllusionMan1212
|
07121f81ff
|
core/sys/windows: added drag and drop procedures
|
2024-07-17 00:32:25 +02:00 |
|
Jeroen van Rijn
|
5520b45457
|
Add glfw LICENSE file
|
2024-07-16 22:59:32 +02:00 |
|
Laytan
|
cb16d2ddaf
|
Merge pull request #3934 from laytan/fix-saturating-intrinsics
fix `add_sat` and `sub_sat` intrinsics
|
2024-07-16 22:30:06 +02:00 |
|
Laytan Laats
|
a6d1a2e46c
|
add #optional_ok to docs file for intrinsics
|
2024-07-16 22:22:06 +02:00 |
|
Laytan Laats
|
47f14dd9ea
|
type is never a tuple here
|
2024-07-16 22:11:54 +02:00 |
|
Laytan Laats
|
853487e86c
|
fix add_sat and sub_sat intrinsics
|
2024-07-16 22:07:49 +02:00 |
|
gingerBill
|
0d881e1561
|
Improve rand.shuffle further by splitting into 64-bit and 32-bit parts
|
2024-07-16 18:36:31 +01:00 |
|
gingerBill
|
ba49950454
|
Improve rand.shuffle
|
2024-07-16 18:33:01 +01:00 |
|
gingerBill
|
f66133959f
|
Merge pull request #3933 from laytan/fix-some-bugs-with-disable-assert
fix some bugs with -disable-assert
|
2024-07-16 17:54:21 +01:00 |
|
Laytan Laats
|
28fac62a02
|
fix some bugs with -disable-assert
|
2024-07-16 18:44:18 +02:00 |
|
gingerBill
|
a3fe5754d9
|
Make complex32 use higher precision where possible for calculations
|
2024-07-16 15:31:00 +01:00 |
|
gingerBill
|
df56655ab1
|
Fix formatting inconsistencies
|
2024-07-16 14:03:02 +01:00 |
|
gingerBill
|
6702f07762
|
rawptr -> cstring
|
2024-07-16 14:02:07 +01:00 |
|
gingerBill
|
03e90bf924
|
Use RTTI to get the error_string for Windows
|
2024-07-16 12:26:24 +01:00 |
|
gingerBill
|
8d70a264ab
|
Check for specific error directly
|
2024-07-16 12:21:55 +01:00 |
|
gingerBill
|
fe718460c6
|
Clean up bit_set usage
|
2024-07-16 12:17:48 +01:00 |
|
gingerBill
|
1afb10109e
|
Remove the need for temporary variables where possible
|
2024-07-16 12:13:39 +01:00 |
|
gingerBill
|
3a162de18f
|
More clean up for process_windows.odin
|
2024-07-16 12:08:59 +01:00 |
|
gingerBill
|
321ef82d76
|
Add @(require_results) where needed
|
2024-07-16 11:57:22 +01:00 |
|
gingerBill
|
169fc4d3be
|
General clean up of the os2/process_windows.odin code
|
2024-07-16 11:56:31 +01:00 |
|
gingerBill
|
affe8f7144
|
Merge pull request #3310 from flysand7/core-process
Addition of `core:os2/process` api.
|
2024-07-16 11:24:24 +01:00 |
|
gingerBill
|
23ca27f40b
|
Add intrinsics add_sat and sub_sat
|
2024-07-16 00:48:17 +01:00 |
|
Laytan Laats
|
03426175ae
|
add workaround for kernel panics on MacOS
|
2024-07-15 22:45:16 +02:00 |
|