Commit Graph

15863 Commits

Author SHA1 Message Date
Jeroen van Rijn
d7124fef16 core:testing Darwin 2025-10-28 19:34:13 +01:00
Jeroen van Rijn
46489a1cd5 In the middle of porting core:testing 2025-10-28 19:01:25 +01:00
Jeroen van Rijn
39eba452bf core:os -> core:os/os2 in core:terminal 2025-10-28 14:20:28 +01:00
Jeroen van Rijn
8795c13d00 Merge branch 'master' into core_os2_revamp 2025-10-28 12:29:23 +01:00
gingerBill
4c8f99cd36 Add #caller_location to os2.read_entire_file 2025-10-28 10:57:53 +00:00
Jeroen van Rijn
1333170dd6 Remove ini reader from _xdg_user_dirs_lookup 2025-10-28 11:48:43 +01:00
Jeroen van Rijn
0e478ac127 eprintf 2025-10-28 11:16:56 +01:00
Jeroen van Rijn
7ff556421f Add loc := #caller_location to read_entire_file 2025-10-28 11:13:34 +01:00
Jeroen van Rijn
ef982f2938 Add updated PNG example 2025-10-28 10:58:26 +01:00
Jeroen van Rijn
fedf9557bb Address wasi errors 2025-10-28 02:39:19 +01:00
Jeroen van Rijn
4db4c49912 core:os -> core:os/os for core:math/big 2025-10-28 02:07:03 +01:00
Jeroen van Rijn
94d6a85ddd core:os -> core:os/os for core:image 2025-10-28 01:42:45 +01:00
Jeroen van Rijn
a4a80b0c32 Convert core:encoding/hxa 2025-10-28 00:40:07 +01:00
Jeroen van Rijn
203a282271 Reenable core:encoding/ini tests 2025-10-28 00:31:54 +01:00
Jeroen van Rijn
afd761bf02 core:os -> core:os/os for CSV, INI, and XML
Also had to vendor `core:encoding/ini` into `core:os/os2` for the user directories on *nix,
as it used that package to read `~/.config/user-dirs.dirs`, causing an import cycle.
2025-10-28 00:16:42 +01:00
Jeroen van Rijn
fbc7e72e53 Stub out core:os/os2 for js_wasm 2025-10-27 23:08:56 +01:00
Jeroen van Rijn
0ea165e5ed Handle clone_to_cstring error on OpenBSD 2025-10-27 20:58:34 +01:00
Jeroen van Rijn
60c25ab4cb Replace core:crypto usage of core:os with core:os/os2 2025-10-27 20:12:13 +01:00
gingerBill
5a23f52fb6 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-10-27 18:51:57 +00:00
gingerBill
a20c09158a Fix indentation 2025-10-27 18:51:51 +00:00
Laytan
fca2232028 Merge pull request #5856 from A1029384756/master
[core:os/os2] zeroed `n` value on failed file operations
2025-10-27 18:05:38 +01:00
A1029384756
7afbe23a34 [core:os/os2] zeroed n value on failed file operations 2025-10-27 12:23:47 -04:00
Jeroen van Rijn
788ef8ee0a Merge branch 'master' of github.com:odin-lang/Odin 2025-10-27 16:24:04 +01:00
Jeroen van Rijn
f726f7aff4 Make Karl Zylinski happy 2025-10-27 16:23:54 +01:00
gingerBill
d9d7711ca4 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-10-27 14:05:03 +00:00
gingerBill
78c3a3301c Change static_assert for OrderedInsertPtrMapEntry 2025-10-27 14:04:51 +00:00
gingerBill
bccb2f1848 Merge pull request #5848 from Meliketoaste/egl_attrib_fix
Update GetPlatformDisplay and CreatePlatformWindowSurface to take in intptr_t/int instead of i32
2025-10-27 13:29:50 +00:00
Jeroen van Rijn
eb0e99dac1 Fix #5852 2025-10-27 13:57:32 +01:00
gingerBill
8bdc322d6a Just use a method instead 2025-10-27 11:29:13 +00:00
gingerBill
288434ab30 One more time with a different cast? 2025-10-27 11:25:22 +00:00
gingerBill
62d231d685 Try C-cast with reintepret cast 2025-10-27 11:20:28 +00:00
gingerBill
6edb26dcf8 Use reinterpret_cast 2025-10-27 11:10:53 +00:00
gingerBill
13f2090608 Try to make PtrMap work for 32-bit compilers 2025-10-27 11:06:07 +00:00
gingerBill
43529dda38 Improve error message for missing & in some parapoly messages 2025-10-27 10:58:54 +00:00
Meliketoaste
562cf42348 Update GetPlatformDisplay and CreatePlatformWindowSurface to take in intptr_t/int inistead of i32 2025-10-25 15:42:04 +00:00
Jeroen van Rijn
81375e52ce Make time.components_to_time #optional_ok 2025-10-23 17:03:44 +02:00
Laytan
5511108e41 Merge pull request #5844 from cstrachan88/master
Fix #5843
2025-10-23 09:48:09 +02:00
Courtney Strachan
e724b23aac Fix #5843 2025-10-23 03:18:03 -04:00
gingerBill
7c2101ea3d Merge pull request #5812 from Kelimion/data-alignment
Set minimum #load(file, type) alignment to 16 bytes
2025-10-22 11:27:18 +01:00
gingerBill
61424cfbf8 Merge pull request #5811 from wrathdoesthat/master
Fix orca linking path
2025-10-22 11:26:06 +01:00
gingerBill
f5beb1aa9f Merge pull request #5813 from lmbarros/lmb/box2d-callbacks-signatures
Fix return types for vendor:box2d callbacks
2025-10-22 11:25:49 +01:00
gingerBill
c332266e46 Merge pull request #5814 from laytan/wgpu-27.0.2.0
vendor/wgpu: update to 27.0.2.0
2025-10-22 09:47:23 +01:00
Jeroen van Rijn
0605c7b0e3 Add target triple and LLVM code mode debug prints (#5839) 2025-10-22 10:27:27 +02:00
gingerBill
55ab18f911 Fix #5831 2025-10-22 09:07:46 +01:00
Jeroen van Rijn
35df604d87 Merge pull request #5837 from chrishayen/epoll_packed_fix
Made packed conditional on EPoll_Event to match kernel
2025-10-21 20:25:54 +02:00
Jeroen van Rijn
be81a2a36f Merge pull request #5835 from ekliot/vendor-box2d-bindings
`vendor:box2d` add `targetAngle` to `RevoluteJoint` struct/procs
2025-10-21 19:56:16 +02:00
Chris Hayen
492653e316 conditional packed for EPoll_Event to match kernel 2025-10-21 12:37:28 -04:00
Jeroen van Rijn
fc5f121dae Merge pull request #5836 from Kelimion/ccitt_crc16
[core:hash] Add CCITT CRC-16
2025-10-21 16:40:41 +02:00
Jeroen van Rijn
a1be1b63d5 [core:hash] Add CCITT CRC-16 2025-10-21 16:33:07 +02:00
ekliot
0e49ee8db7 vendor:box2d add targetAngle to RevoluteJoint struct/procs 2025-10-21 14:28:35 +01:00