Damian Tarnawski
|
eb4f850b7f
|
Remove space in indentation
|
2024-07-23 13:48:03 +02:00 |
|
Jeroen van Rijn
|
da80c51195
|
Merge pull request #3966 from KyleNBurke/sys-windows-add-type
Add `NCCALCSIZE_PARAMS` to `sys/windows`
|
2024-07-23 07:45:44 +02:00 |
|
Kyle Burke
|
9d99f98194
|
Remove semicolon
|
2024-07-23 00:22:19 -05:00 |
|
Kyle Burke
|
c32e12c3f5
|
Add NCCALCSIZE_PARAMS to sys/windows
|
2024-07-23 00:09:50 -05:00 |
|
Laytan
|
73a9a97413
|
Merge pull request #3476 from PucklaJ/syscall-fix
[sys/linux] Fix fork and execve syscalls on arm64
|
2024-07-22 13:58:17 +02:00 |
|
PucklaJ
|
1873f7215d
|
[sys/linux]: Change execveat flags type to Execveat_Flags
|
2024-07-22 11:03:25 +02:00 |
|
gingerBill
|
393ca40c23
|
Minor clean ups
|
2024-07-19 12:00:49 +01:00 |
|
gingerBill
|
62f455f47b
|
Merge branch 'master' into syscall-fix
|
2024-07-19 11:43:56 +01:00 |
|
flysand7
|
7b501b22bb
|
[os2]: Split file type from mode bits
|
2024-07-18 23:09:27 +11:00 |
|
IllusionMan1212
|
07121f81ff
|
core/sys/windows: added drag and drop procedures
|
2024-07-17 00:32:25 +02:00 |
|
gingerBill
|
169fc4d3be
|
General clean up of the os2/process_windows.odin code
|
2024-07-16 11:56:31 +01:00 |
|
flysand7
|
6ae47c6f43
|
[sys/windows] Add advapi bindings, process-related functions and context-related stuff
|
2024-07-12 19:21:44 +11:00 |
|
gingerBill
|
7e41340510
|
Unify IUnknown COM interface
|
2024-07-10 15:20:07 +01:00 |
|
Laytan Laats
|
ddad2011e2
|
darwin: remove syscall usage (without -no-crt) to comply to Apple guidelines
|
2024-07-08 15:39:23 +02:00 |
|
gingerBill
|
efe5e9e349
|
Merge pull request #3858 from flysand7/wow64-apiset
Add bindings for WOW64 API set
|
2024-07-06 00:23:47 +01:00 |
|
poa
|
8c98ca3a10
|
updated return value of setsid to return Pid
|
2024-07-05 22:53:45 +09:00 |
|
Jeroen van Rijn
|
9ecc33570b
|
Improve fix.
|
2024-07-05 13:51:38 +02:00 |
|
Jeroen van Rijn
|
164a5e587e
|
Fix utf8_to_wstring given zero bytes.
|
2024-07-05 13:46:07 +02:00 |
|
gingerBill
|
8b49549fd3
|
Merge pull request #3859 from laytan/wasm-stbtt-object-linking-preopens
wasm: support `vendor:stb/truetype` and `vendor:fontstash`
|
2024-07-02 22:14:54 +01:00 |
|
Laytan Laats
|
4e18e1b191
|
wasi: make os.open work with absolute paths
|
2024-07-02 15:29:24 +02:00 |
|
flysand7
|
41282b5211
|
Add bindings for WOW64 API set
|
2024-07-02 21:56:04 +11:00 |
|
flysand7
|
62d107bea5
|
[sys/windows]: Fix the type declaration for MODULEENTRY32W
|
2024-07-02 21:34:54 +11:00 |
|
flysand7
|
561b96b20d
|
[sys/windows]: Fix the value for TH32CS_SNAPPROCESS constant
|
2024-06-30 13:34:08 +11:00 |
|
gingerBill
|
afe24a0d4d
|
Merge pull request #3838 from flysand7/windows-tlhelp
[core/windows]: Bind tlhelp.h functions from kernel32.dll
|
2024-06-30 02:52:35 +01:00 |
|
flysand7
|
2737ccab3d
|
[core/windows]: Bind tlhelp.h functions from kernel32.dll
|
2024-06-30 12:35:42 +11:00 |
|
gingerBill
|
e296d6fb90
|
Fix loads of indentation issues with mixing spaces and tabs
|
2024-06-29 19:50:51 +01:00 |
|
gingerBill
|
103eccf104
|
More style improvements
|
2024-06-29 19:23:58 +01:00 |
|
gingerBill
|
663661db53
|
Update core to -strict-style
|
2024-06-29 19:16:32 +01:00 |
|
gingerBill
|
5413a8b744
|
Even more style fixes
|
2024-06-29 19:11:36 +01:00 |
|
gingerBill
|
4b71c47fd5
|
Check for unneeded transmute with -vet-cast
|
2024-06-29 12:02:31 +01:00 |
|
jason
|
a15cbc474d
|
change error strings to an enumerated array in rodata; print_error takes a file argument
|
2024-06-28 07:45:24 -04:00 |
|
jason
|
f22754fc90
|
sys/linux: fix some syscalls and types; add more to Sig_Action and Sig_Info; Pid int->i32
|
2024-06-27 16:29:47 -04:00 |
|
Jeroen van Rijn
|
5d1d98cef3
|
Merge pull request #3806 from NicknEma/windows_fixes
Update CommandLineToArgvW return type
|
2024-06-25 12:22:27 +02:00 |
|
NicknEma
|
845613c404
|
Update CommandLineToArgvW return type
It now returns a multi-pointer so it can be iterated without any casting.
|
2024-06-25 12:10:17 +02:00 |
|
Jeroen van Rijn
|
94a8c38d86
|
Add GetNumberOfConsoleInputEvents
|
2024-06-20 15:19:25 +02:00 |
|
gingerBill
|
5dc98336a8
|
Merge pull request #3524 from Feoramund/freebsd-amd64-syscall-errno
Add `intrinsics.syscall_bsd`
|
2024-06-20 11:47:01 +01:00 |
|
gingerBill
|
7184792f7a
|
Merge pull request #3740 from laytan/wgpu
Add `vendor:wgpu`
|
2024-06-20 11:39:58 +01:00 |
|
Jeroen van Rijn
|
4380934283
|
Merge pull request #3787 from jasonKercher/more-windows-comm
Add more bindings for comm ports and console events
|
2024-06-19 23:32:12 +02:00 |
|
jason
|
93e67f6bec
|
make -strict-style happy
|
2024-06-19 17:15:09 -04:00 |
|
jason
|
6b1e76985c
|
move DCB to types.odin; add more bindings for comm functions
|
2024-06-19 17:04:18 -04:00 |
|
Fabian Sperber
|
0e9bf86123
|
Fix d3d11 IInfoQueue_VTable & Add LoadLibraryExW
- wrong order & was missing PushStorageFilter & PushRetrievalFilter
|
2024-06-19 22:22:26 +02:00 |
|
jason
|
e6d84d18d3
|
Merge remote-tracking branch 'origin/master' into more-windows-comm
|
2024-06-19 12:33:13 -04:00 |
|
jason
|
a9b6d28291
|
save before merging from upstream
|
2024-06-19 12:33:05 -04:00 |
|
Jeroen van Rijn
|
94ec647923
|
Merge pull request #3750 from Kelimion/dcb_bitfield
Update kernel32 struct DCB.
|
2024-06-15 12:14:27 +02:00 |
|
Franz Höltermann
|
c3302615a3
|
Merge branch 'master' of https://github.com/FrancisTheCat/Odin
|
2024-06-14 17:43:09 +02:00 |
|
Franz Höltermann
|
3c3f0f90c2
|
Fixed WinEventFlags
|
2024-06-14 17:41:21 +02:00 |
|
FrancisTheCat
|
cd5fa8523f
|
Merge branch 'odin-lang:master' into master
|
2024-06-14 16:34:21 +02:00 |
|
Franz Höltermann
|
ec7b77fc0f
|
Improved win32 bindings according to Kelimions suggestions with enums and bitsets
|
2024-06-14 16:32:41 +02:00 |
|
Jeroen van Rijn
|
50564a301e
|
Update kernel32 struct DCB.
|
2024-06-13 10:22:44 +02:00 |
|
jasonkercher
|
a804463a57
|
add COMMTIMEOUTS, get/setCommTimeouts
|
2024-06-12 15:31:59 -04:00 |
|