gingerBill
9b624ef9e1
Merge branch 'master' of https://github.com/odin-lang/Odin
2024-07-24 21:45:40 +01:00
gingerBill
f03c2b7783
General clean up of os2.read_directory for Windows
2024-07-24 21:45:35 +01:00
Feoramund
ff492e615c
Use unaligned_load for regex virtual machine
...
This should hopefully avoid any issues with loading operands greater
than 8 bits on alignment-sensitive platforms.
2024-07-24 16:27:20 -04:00
Feoramund
042f6de478
Remove printing facilities for Regular_Expression
...
The `original_pattern` introduced a tenuous dependency to the expression
value as a whole, and after some consideration, I decided that it would
be better for the developer to manage their own pattern strings.
In the event you need to print the text representation of a pattern,
it's usually better that you manage the memory of it as well.
2024-07-24 16:27:20 -04:00
Feoramund
c52a8a5f86
Allow configuring of MAX_CAPTURE_GROUPS for n > 10
2024-07-24 16:27:08 -04:00
Feoramund
16b644ad79
Use slice.zero instead
2024-07-24 15:23:20 -04:00
Feoramund
e8537a3134
Add test cases for unclosed classes and repetition
...
Simplified error checking while I was at it, too.
2024-07-24 15:21:41 -04:00
Feoramund
e642be8550
Fix handling of unclosed regex classes and repetitions
2024-07-24 15:17:37 -04:00
Jeroen van Rijn
33d6677514
Merge pull request #3951 from Kelimion/lua_test
...
Add Lua example to `vendor:lua` as well as basic tests.
2024-07-24 17:50:49 +02:00
Jeroen van Rijn
8d6ff51922
Copy lua54.dll during CI test
2024-07-24 17:43:51 +02:00
jason
a5fa93e06d
remove ctprintf; use fmt.caprintf; fix pipe_linux that I broke.
2024-07-24 10:23:23 -04:00
jasonKercher
215b21811e
Merge branch 'master' into os2-process-linux
2024-07-24 10:14:59 -04:00
jason
95a8a4e7f0
typo - inverted logic
2024-07-24 10:12:16 -04:00
jason
ecdd3887b2
fix process_info assumptions
2024-07-24 10:09:50 -04:00
gingerBill
2dbccbde54
Improve win32 types
2024-07-24 14:53:48 +01:00
gingerBill
07b1819dc8
Improve os2.read_directory
2024-07-24 14:53:33 +01:00
gingerBill
9d8953538b
Add missing attribute
2024-07-24 14:25:42 +01:00
gingerBill
d4af7b86a7
Begin cleaning up os2.read_directory
2024-07-24 14:19:30 +01:00
gingerBill
38e983cac6
Remove dead code
2024-07-24 13:47:57 +01:00
gingerBill
2ddaae45f3
Better handling of allocators
2024-07-24 13:47:22 +01:00
jason
16bdc6d240
use more iterators; global "has pidfd open" state is now thread-safe
2024-07-24 08:43:22 -04:00
gingerBill
6d2487a692
Add some more Ntdll calls
2024-07-24 13:38:14 +01:00
gingerBill
c407e423d9
Add inode to os2.Stat
2024-07-24 13:37:56 +01:00
gingerBill
0e91c8368c
Add allocator parameters to fmt.caprint*
2024-07-24 09:01:41 +01:00
gingerBill
f08a53015c
Merge pull request #3972 from laytan/testing-json-report
...
testing: add json reporting
2024-07-24 08:35:37 +01:00
Emir
c98bb7da39
Update README.md
2024-07-24 10:33:34 +03:00
Emir
ba81a81ca8
Update os_sdl2.odin
2024-07-24 10:29:34 +03:00
Emir
57dc6c2e94
Update os_sdl2.odin
2024-07-24 10:27:22 +03:00
Emir
95412df129
Add newline to glue_darwin.odin
2024-07-24 10:27:00 +03:00
Emir
2a2bedc85c
Fix indentation and add full example
2024-07-24 10:22:18 +03:00
Laytan Laats
f6488383d7
fix instrumentation features on LLVM versions with typed pointers
...
Fixes #3970
2024-07-24 02:43:53 +02:00
jason
0455e4b60f
remove unused constants; fix comment
2024-07-23 19:48:18 -04:00
Laytan Laats
545fbc54c7
testing: add json reporting
2024-07-24 01:33:22 +02:00
jason
82deaa59ad
os2 linux: fix order of operations bug in _open; fix process_info routine
2024-07-23 17:50:30 -04:00
jason
3c7d1f35db
os2 process implementation for linux
2024-07-23 16:50:00 -04:00
Emir
f9ef951b22
Add sdl2glue/glue_linux.odin
2024-07-23 22:39:50 +03:00
Laytan Laats
fc2e31fcd0
fix build comment in os_freestanding
2024-07-23 20:51:00 +02:00
Emir
e8e51db9ff
Update glue.odin
2024-07-23 20:42:26 +03:00
Emir
a429603195
Remove unused variable from example
2024-07-23 20:39:09 +03:00
Emir
42833d0471
Merge branch 'odin-lang:master' into master
2024-07-23 20:38:04 +03:00
Emir
f3f08a4b47
Add sdl2glue to vendor:wgpu package + triangle example
2024-07-23 20:37:26 +03:00
gingerBill
efa8c92bab
Implement init_long_path_support
2024-07-23 17:46:22 +01:00
gingerBill
65fec9134e
Use SHFileOperationW for remove_all on Windows
2024-07-23 17:30:42 +01:00
gingerBill
a28392852a
Mock out os2.remove_all for Windows
2024-07-23 17:05:41 +01:00
gingerBill
8037ace873
Begin work on os2/dir.odin
2024-07-23 16:47:49 +01:00
gingerBill
182454a1c0
Minor clean ups
2024-07-23 16:09:15 +01:00
gingerBill
24f9e2bbeb
Begin mocking out the linux stuff on os2
2024-07-23 16:06:14 +01:00
gingerBill
61b9a5dbb2
Merge branch 'master' of https://github.com/odin-lang/Odin
2024-07-23 15:57:23 +01:00
gingerBill
0403626acf
Add utility calls to os2
2024-07-23 15:57:17 +01:00
Laytan
6fc3d32d4b
Merge pull request #3967 from thetarnav/remove-space
...
Remove space in indentation
2024-07-23 13:58:50 +02:00