aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Update SDL_image to 3.4.0nowheredevel2026-01-245-311/+1625
* | | | | | | | Require space after the prefix of `#+build` style tagsgingerBill2026-01-261-0/+27
|/ / / / / / /
* | | | | | | Add section on "Why callbacks?"gingerBill2026-01-251-9/+27
* | | | | | | Fix link to examples in nbiogingerBill2026-01-251-1/+1
|/ / / / / /
* | | | | | Merge pull request #6166 from laytan/vet-file-tags-in-addition-to-command-linegingerBill2026-01-241-20/+8
|\ \ \ \ \ \
| * | | | | | make #+vet tags always work in addition to command line flagsLaytan Laats2026-01-241-20/+8
* | | | | | | Merge pull request #6159 from Barinzaya/fix-const-bitset-containsJeroen van Rijn2026-01-241-4/+8
|\ \ \ \ \ \ \
| * | | | | | | Fixed some issues with `in` and `not_in` on constant `bit_set`s.Barinzaya2026-01-231-4/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #6167 from Kelimion/fix-6165Jeroen van Rijn2026-01-244-1/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix #6165Jeroen van Rijn2026-01-244-1/+21
|/ / / / / /
* | | | | | Merge pull request #5661 from leecommamichael/core-image-tgaJeroen van Rijn2026-01-241-2/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'odin-lang:master' into core-image-tgaMichael Lee2025-12-23598-20479/+50334
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into core-image-tgaMichael Lee2025-09-081-1/+5
| |\ \ \ \ \ \ \
| * | | | | | | | [core-image/tga] implement Option.do_not_expand_grayscaleMichael Lee2025-09-081-2/+5
* | | | | | | | | Fix #6123Jeroen van Rijn2026-01-241-1/+1
* | | | | | | | | Merge pull request #6162 from Kelimion/fix-6126Jeroen van Rijn2026-01-242-11/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix #6126Jeroen van Rijn2026-01-242-11/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #6157 from cj1128/fix-string16Jeroen van Rijn2026-01-234-13/+119
|\ \ \ \ \ \ \ \
| * | | | | | | | Update run.bat and run.shCJ2026-01-242-0/+2
| * | | | | | | | Fix string16 bugs in Mac and LinuxCJ2026-01-242-13/+117
* | | | | | | | | add new CoreGraphics to examples for doc genLaytan Laats2026-01-231-0/+1
* | | | | | | | | Create new `core:sys/darwin/CoreGraphics` package (#6147)Tohei Ichikawa2026-01-235-12/+115
* | | | | | | | | Merge pull request #6154 from laytan/move-vendor-libcgingerBill2026-01-2329-42/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | move vendor:libc to vendor:libc-shimLaytan Laats2026-01-2229-42/+45
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6155 from nowhereware/sdl3_fixgingerBill2026-01-231-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Implement missing device properties functionnowheredevel2026-01-221-0/+1
|/ / / / / / / /
* | | | | | | | Fix #6130Jeroen van Rijn2026-01-221-0/+4
* | | | | | | | Add warning in code generation stage which might cause a possible code gen is...gingerBill2026-01-222-0/+13
* | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2026-01-224-6/+16
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #6113 from StudebakerGuy/xmlcommentJeroen van Rijn2026-01-223-6/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix CRCJeroen van Rijn2026-01-221-1/+1
| | * | | | | | | | Merge branch 'master' into xmlcommentJeroen van Rijn2026-01-22127-3169/+15532
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #6153 from FatsharkStudiosAB/freestanding_mingwgingerBill2026-01-201-0/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Added target freestanding_amd64_mingw for building freestanding on windows wi...Karl Zylinski2026-01-201-0/+10
| |/ / / / / / / / /
| | * | | | | | | | Corrected CRC'sStudebakerGuy2026-01-081-4/+4
| | * | | | | | | | Comment includiing -- at endStudebakerGuy2026-01-071-1/+1
| | * | | | | | | | Comments before first emlement not being capturedStudebakerGuy2026-01-071-1/+1
* | | | | | | | | | Unify "mem*.inline" logic to only inline for <=8 bytes on all platformsgingerBill2026-01-223-6/+6
* | | | | | | | | | Minor rearrange of `check_is_operand_compound_lit_constant` for future optimi...gingerBill2026-01-221-7/+14
* | | | | | | | | | Instead of using typeid hash, use the canonical name for internal procedure f...gingerBill2026-01-221-3/+3
|/ / / / / / / / /
* | | | | | | | | Keep -vet happygingerBill2026-01-191-1/+1
* | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2026-01-191-10/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nbio(windows): remove assert that would trigger on cancel/removelaytan2026-01-191-1/+1
| * | | | | | | | | nbio(windows): use WSAGetOverlappedResult for socket operations for contextfu...laytan2026-01-191-10/+26
* | | | | | | | | | Remove the nbsp change, as it is not necessarygingerBill2026-01-191-5/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2026-01-192-1/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6150 from wpcasarin/fix-xlib-background-pixmapJeroen van Rijn2026-01-191-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding namewpcasarin2026-01-181-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #6146 from konodin/endpoint_to_string-fixJeroen van Rijn2026-01-181-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix `endpoint_to_string` missing colonkonodin2026-01-181-0/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |