Jeroen van Rijn
7841d0b14b
Merge pull request #4884 from Dzentsetsu/master
...
Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferences
2025-03-02 13:50:00 +01:00
gingerBill
3963ad1cc1
Update core/sys/windows/dwmapi.odin
...
Co-authored-by: Laytan <laytanlaats@hotmail.com >
2025-03-02 12:24:45 +00:00
gingerBill
dc1d49f353
Merge pull request #4545 from flysand7/docs-simd
...
[core/simd]: Write package documentation
2025-03-02 12:24:01 +00:00
gingerBill
5800ac63a6
Merge pull request #4886 from hypno2000/vulkan-bindings
...
vulkan bindings update with bit_set/bit_field handling changes
2025-03-02 12:22:26 +00:00
flysand7
70daf40cb1
Fix documentation for simd_shuffle
2025-03-02 20:42:13 +11:00
flysand7
698c510ba7
Merge branch 'master' into docs-simd
2025-03-02 20:05:55 +11:00
gingerBill
f390598b40
Merge pull request #4894 from 0xafbf/sdl3_image
...
Add support for SDL3_image.
2025-03-01 17:12:06 +00:00
Andrés Botero
1853886a26
Prefer using an absolute reference for SDL3
2025-03-01 10:44:47 -05:00
gingerBill
ee84487106
Merge branch 'master' of https://github.com/odin-lang/Odin
2025-03-01 15:19:51 +00:00
gingerBill
211680569f
Fix for -use-single-module
2025-03-01 15:19:46 +00:00
Laytan Laats
66540b75f5
fix hidden linkage applied to foreign symbols
2025-03-01 16:06:32 +01:00
Andrés Botero
1910de54ab
Add support for SDL3_image.
2025-03-01 08:44:05 -05:00
Laytan
bb20b03f2e
Merge pull request #4887 from Skytrias/skytrias-orca-ui-update
...
Update to newest orca bindings (UI Update)
2025-03-01 13:58:55 +01:00
Michael Kutowski
57a1264450
proper enums
2025-03-01 13:33:23 +01:00
Reio Piller
4a04fa2c78
fix ident
2025-03-01 02:23:38 +02:00
gingerBill
bb429696f8
Merge pull request #4877 from laytan/os2-additions
...
os/os2: recursive directory walker, expose errors in read_directory, file clone
2025-02-28 14:37:47 +00:00
gingerBill
8a8894a981
Merge pull request #4891 from Feoramund/fix-4890
...
Fix #4890
2025-02-28 14:08:27 +00:00
gingerBill
79944056b9
Add Error to os2.set_env
2025-02-28 13:52:51 +00:00
gingerBill
b3bbb00f1a
Add Error as part of the return values of os2.environ
2025-02-28 13:43:50 +00:00
Feoramund
6054b921db
Add tests for new safe to_cstring
2025-02-27 18:54:38 -05:00
Feoramund
b2e3b34ce0
Fix #4890
...
`strings.to_cstring` previously would not check if the buffer could
handle the extra null byte and could lead to segmentation violations
when using the resulting string in an API expecting the terminator.
2025-02-27 18:54:38 -05:00
Reio Piller
75f11691b0
cube
2025-02-28 01:33:10 +02:00
Laytan Laats
94152ca701
misc/featuregen: fix script
2025-02-27 22:45:34 +01:00
Reio Piller
81a71cc314
add vulkan vulkan_beta.h bindings
2025-02-27 17:32:36 +02:00
Michael Kutowski
43c54d4de8
Update to newest orca bindings (UI Update), remove logging due to cyclic import (fmt usage)
2025-02-26 23:03:44 +01:00
Reio Piller
942f990e50
bit_field type fix
2025-02-26 23:19:53 +02:00
Reio Piller
5a0a8e9026
vulkan bindings update with bit_set/bit_field handling changes
2025-02-26 22:57:39 +02:00
gingerBill
882186f4da
Merge pull request #4883 from Githubaccountlol/master
...
Correct core/mem/doc.odin
2025-02-26 09:50:44 +00:00
Roman Osipov
a1597022af
Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferences
2025-02-26 12:23:49 +03:00
Githubaccountlol
88f423a38b
Update doc.odin
2025-02-26 03:04:54 -06:00
gingerBill
1f6ddc0f36
Merge pull request #4881 from sndb/sdl-nil-rect
...
SDL3: Replace `#by_ptr ...` with `Maybe(^...)` where API allows nil pointers to rects
2025-02-26 08:58:49 +00:00
sndb
5fc1984fd4
Replace #by_ptr ... with Maybe(^...) where SDL API allows nil pointers
2025-02-26 09:54:39 +03:00
gingerBill
cae91c9472
Fix rune printing with %b
2025-02-25 15:53:06 +00:00
gingerBill
400348c925
Improve global array index to be on a per module basis
2025-02-25 15:06:13 +00:00
gingerBill
92f6d2745b
Make lb_add_global_generated_from_procedure not use a global index but local to procedure
2025-02-25 15:01:12 +00:00
gingerBill
46c0910a77
Fix lb_add_global_generated_with_name
2025-02-25 14:59:59 +00:00
gingerBill
fd6d7d412d
Use more predictable object name
2025-02-25 14:55:33 +00:00
gingerBill
5aafbc7f30
Use more deterministic module names
2025-02-25 14:35:54 +00:00
gingerBill
f9d85a7311
Try to make globally generated variables deterministic in name
2025-02-25 14:29:14 +00:00
Laytan Laats
22ab8935c4
slice: use card in bitset_to_enum_slice_with_make
...
Fixes #4870
2025-02-24 21:10:12 +01:00
Laytan Laats
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
...
Adds a directory walker, a method of exposing and retrieving errors from
the existing read directory iterator, allows reusing of the existing
read directory iterator, and adds a file clone procedure
2025-02-24 20:40:44 +01:00
gingerBill
faaa05536f
Support -show-timings for odin doc
2025-02-24 17:42:21 +00:00
gingerBill
d0d5cf800e
Fix nullptr check
2025-02-24 15:49:49 +00:00
gingerBill
344eb6cb42
Fix name canonicalization for doc writer
2025-02-24 15:44:38 +00:00
gingerBill
f56a0a80d3
Use type hash for doc writer
2025-02-24 15:37:54 +00:00
gingerBill
de70e6faa0
Use more type hashes where possible
2025-02-24 15:33:35 +00:00
gingerBill
83f1c879ec
Canonicalize generated procedures (hasher/equal/map)
2025-02-24 15:18:27 +00:00
gingerBill
68731b2b50
Canonicalize global source code locations
2025-02-24 14:36:19 +00:00
gingerBill
2c86fadee1
More name canonicalization for globals
2025-02-24 14:28:24 +00:00
gingerBill
f0f395c510
Fix canonicalization
2025-02-24 14:24:06 +00:00