nowheredevel
c188bbf82d
Update SDL_image to 3.4.0
2026-01-24 14:38:53 -05:00
gingerBill
cc4a7ec11c
Merge pull request #6166 from laytan/vet-file-tags-in-addition-to-command-line
...
make #+vet tags always work in addition to command line flags
2026-01-24 13:55:41 +00:00
Jeroen van Rijn
cd684ed7a0
Merge pull request #6159 from Barinzaya/fix-const-bitset-contains
...
Fix `in`/`not_in` on constant `bit_set`s
2026-01-24 14:32:33 +01:00
Jeroen van Rijn
756c17ef78
Merge pull request #6167 from Kelimion/fix-6165
...
Fix #6165
2026-01-24 14:15:03 +01:00
Jeroen van Rijn
1c529d8cb2
Fix #6165
2026-01-24 14:06:31 +01:00
Laytan Laats
a9a65b5377
make #+vet tags always work in addition to command line flags
2026-01-24 12:59:55 +01:00
Jeroen van Rijn
8ffc98b4bf
Merge pull request #5661 from leecommamichael/core-image-tga
...
[core:image/tga] implement Option.do_not_expand_grayscale
2026-01-24 11:40:54 +01:00
Jeroen van Rijn
533079fc1a
Fix #6123
2026-01-24 11:13:50 +01:00
Jeroen van Rijn
8e390921c3
Merge pull request #6162 from Kelimion/fix-6126
...
Fix #6126
2026-01-24 11:02:01 +01:00
Jeroen van Rijn
e0ff16f98c
Fix #6126
...
`ExactValue_Compound` wasn't handled properly.
2026-01-24 10:53:38 +01:00
Barinzaya
5e4895e76d
Fixed some issues with in and not_in on constant bit_sets.
...
This addresses two issues:
- With a `bit_set` having no underlying type and a non-zero lower bound,
`in` and `not_in` were returning incorrect results when done at
compile-time.
- With a `bit_set` of more than 128 bits, `in` always returns false on
values that fall within the upper 64 bits.
2026-01-23 16:19:46 -05:00
Jeroen van Rijn
7e39669fd1
Merge pull request #6157 from cj1128/fix-string16
...
Fix string16 bugs in Mac and Linux
2026-01-23 18:47:06 +01:00
Laytan Laats
d108b50c89
add new CoreGraphics to examples for doc gen
2026-01-23 17:47:20 +01:00
Tohei Ichikawa
85e2e3244b
Create new core:sys/darwin/CoreGraphics package ( #6147 )
...
* Add Darwin mouse cursor-related bindings
Create CoreGraphics package in the process
* Remove unneeded semicolons
* Define some CG types in CoreFoundation instead
This matches where Darwin's C header files defines these types
2026-01-23 17:45:24 +01:00
CJ
55f3a45322
Update run.bat and run.sh
2026-01-24 01:30:15 +09:00
CJ
89f6f535db
Fix string16 bugs in Mac and Linux
2026-01-24 01:26:36 +09:00
gingerBill
ddc2559813
Merge pull request #6154 from laytan/move-vendor-libc
...
move vendor:libc to vendor:libc-shim
2026-01-23 13:18:14 +00:00
gingerBill
590f3f4137
Merge pull request #6155 from nowhereware/sdl3_fix
...
Implement missing device properties function
2026-01-23 13:17:55 +00:00
nowheredevel
da9b1dfcc6
Implement missing device properties function
2026-01-22 22:46:08 -05:00
Laytan Laats
5f974059f4
move vendor:libc to vendor:libc-shim
2026-01-22 21:36:53 +01:00
Jeroen van Rijn
ce71227b6b
Fix #6130
2026-01-22 15:20:39 +01:00
gingerBill
5072d5c776
Add warning in code generation stage which might cause a possible code gen issue, when non-constant initialization is large
2026-01-22 13:54:53 +00:00
gingerBill
78ed2560d3
Merge branch 'master' of https://github.com/odin-lang/Odin
2026-01-22 13:18:25 +00:00
gingerBill
dc6067a8a9
Unify "mem*.inline" logic to only inline for <=8 bytes on all platforms
2026-01-22 13:18:22 +00:00
gingerBill
b0064f38cf
Minor rearrange of check_is_operand_compound_lit_constant for future optimization prep
2026-01-22 13:17:54 +00:00
gingerBill
4ace851f9a
Instead of using typeid hash, use the canonical name for internal procedure for debuggability
2026-01-22 13:17:26 +00:00
Jeroen van Rijn
3eb6c928ac
Merge pull request #6113 from StudebakerGuy/xmlcomment
...
core:encoding/xml comments not handled correctly before first element and include --
2026-01-22 11:57:31 +01:00
Jeroen van Rijn
4acdd3f60b
Fix CRC
2026-01-22 11:49:47 +01:00
Jeroen van Rijn
3f8a32aeb9
Merge branch 'master' into xmlcomment
2026-01-22 11:47:23 +01:00
gingerBill
5c09550d38
Merge pull request #6153 from FatsharkStudiosAB/freestanding_mingw
...
Added target freestanding_amd64_mingw
2026-01-20 13:26:08 +00:00
Karl Zylinski
ab0de6d33a
Added target freestanding_amd64_mingw for building freestanding on windows without MSVC installed (use for example clang-mingw)
2026-01-20 14:11:30 +01:00
gingerBill
0de3d872d1
Keep -vet happy
2026-01-19 19:32:41 +00:00
gingerBill
e52601672f
Merge branch 'master' of https://github.com/odin-lang/Odin
2026-01-19 19:30:46 +00:00
gingerBill
85b3251105
Remove the nbsp change, as it is not necessary
2026-01-19 19:30:37 +00:00
gingerBill
093f088396
Merge branch 'master' of https://github.com/odin-lang/Odin
2026-01-19 18:17:19 +00:00
gingerBill
fddc732869
Escape non-breaking space (0xa0) to
2026-01-19 18:17:13 +00:00
laytan
0a63aa05bd
nbio(windows): remove assert that would trigger on cancel/remove
2026-01-19 19:11:06 +01:00
laytan
45beed0fb3
nbio(windows): use WSAGetOverlappedResult for socket operations for contextfull error code mapping
2026-01-19 18:57:00 +01:00
Jeroen van Rijn
591efe9136
Merge pull request #6150 from wpcasarin/fix-xlib-background-pixmap
...
vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name
2026-01-19 03:35:28 +01:00
wpcasarin
d838065d32
vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name
...
Changed SetWindowBackgroundMap to SetWindowBackgroundPixmap to match
the actual X11 C function name. The incorrect name caused linker errors.
2026-01-18 23:28:52 -03:00
Jeroen van Rijn
1f34292296
Merge pull request #6146 from konodin/endpoint_to_string-fix
...
Fix `endpoint_to_string` missing colon
2026-01-18 21:50:46 +01:00
konodin
2ce21cd3f7
Fix endpoint_to_string missing colon
2026-01-18 21:42:14 +01:00
Jeroen van Rijn
27ac0ebc37
Merge pull request #6145 from odin-lang/bill/html-escape
...
Update `core:encoding/entity`
2026-01-18 13:37:45 +01:00
gingerBill
ca507d0596
Fix crc32 for xml_test_entities_unbox_decode
2026-01-18 12:30:55 +00:00
gingerBill
ba20bfa5f4
Update generated.odin
2026-01-18 12:17:28 +00:00
gingerBill
625e17212d
Correct 2 rune printing
2026-01-18 12:13:03 +00:00
gingerBill
871cedc701
Keep -vet happy
2026-01-18 11:47:51 +00:00
gingerBill
23198f7917
Move html escaping calls and fix existing generator
2026-01-18 11:45:40 +00:00
gingerBill
227e7920a8
Add unescape_string and unescape_entity
2026-01-18 10:45:58 +00:00
gingerBill
6b1f4148b1
Merge pull request #6142 from laytan/nbio-improvements
...
nbio: improvements
2026-01-18 10:00:17 +00:00