aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [core:sys/info] doc: Remove duplicated lineYuriy Grynevych2025-09-251-1/+0
* Unify filepath.join behavior on between unix/windowsWrath2025-09-231-16/+13
* Merge pull request #5632 from kalsprite/x386gingerBill2025-09-181-4/+12
|\
| * revert to working buildJon Lipstate2025-09-031-2/+2
| * add tls when we have crtJon Lipstate2025-09-031-2/+2
| * windows i386 supportJon Lipstate2025-08-291-4/+12
* | Add "contextless" to small_array get_safe and get_ptr_safeDamian Tarnawski2025-09-141-3/+3
* | Merge pull request #5677 from slowhei/mastergingerBill2025-09-121-2/+14
|\ \
| * | Fix addObserver methods and add support for new Objc_BlockTohei Ichikawa2025-09-111-2/+14
| |/
* | Merge pull request #5672 from thetarnav/strings-builder-caller-locationgingerBill2025-09-111-6/+6
|\ \
| * | Add missing caller location param to append in strings builderDamian Tarnawski2025-09-101-6/+6
* | | Merge pull request #5651 from FourteenBrush/patch-2gingerBill2025-09-102-0/+4
|\ \ \
| * \ \ Merge branch 'odin-lang:master' into patch-2FourteenBrush2025-09-099-15/+1189
| |\ \ \
| * | | | Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` errorFourteenBrush2025-09-091-0/+1
| * | | | Add `RtlNtStatusToDosError`FourteenBrush2025-09-091-0/+1
| * | | | Add `ERROR_NOT_FOUND`FourteenBrush2025-09-051-0/+1
| * | | | Add `CancelIoEx` to kernel32.odinFourteenBrush2025-09-041-0/+1
* | | | | Change the way math/big constants are initializedJeroen van Rijn2025-09-102-20/+12
* | | | | Fix incorrect json encoding for control characters < 32Jacob Friedman2025-09-101-0/+17
* | | | | Allow missing trailing comma with proc groups with odin parserBrad Lewis2025-09-101-1/+1
| |_|/ / |/| | |
* | | | Small updates to JPEG loaderJeroen van Rijn2025-09-092-736/+748
* | | | Expand grayscale JPEGs to RGB(A)Jeroen van Rijn2025-09-091-10/+24
* | | | Implement .alpha_add_if_missing for JPEGJeroen van Rijn2025-09-091-17/+83
* | | | Make progressive JPEGs return a proper errorJeroen van Rijn2025-09-091-1/+1
| |/ / |/| |
* | | Merge pull request #5663 from greenya/mastergingerBill2025-09-081-1/+1
|\ \ \
| * | | [core:time] time_js: tick_now(): Use f64 (was f32) as a return type of odin_e...Yuriy Grynevych2025-09-081-1/+1
* | | | Address some naming issuesJeroen van Rijn2025-09-081-16/+20
* | | | Make `_register` contextlessJeroen van Rijn2025-09-081-1/+1
* | | | jpeg: extract Exif dataIllusionMan12122025-09-084-22/+87
* | | | jpeg: support images that encode zero-based component idsIllusionMan12122025-09-081-3/+12
* | | | image/jpeg: more bounds checking and skip malformed APP0Hisham Aburaqibah2025-09-082-15/+26
* | | | image/jpeg: better pack APP0 structsHisham Aburaqibah2025-09-082-12/+12
* | | | image/jpeg: implement jpeg decoding for baseline and extended sequential jpegsHisham Aburaqibah2025-09-084-2/+1082
* | | | core/image: some jpegs have APP13 or COM markers after SOIHisham Aburaqibah2025-09-081-1/+1
|/ / /
* | | [core:image/png] use .Image_Dimensions_Too_LargeMichael Lee2025-09-081-1/+5
* | | Add build tags to `posix/spawn.odin`FourteenBrush2025-09-071-0/+1
|/ /
* | Merge pull request #5648 from thetarnav/handle-allocator-error-in-read-entire...gingerBill2025-09-021-1/+1
|\ \
| * | Handle optional allocator error when appending read bytes in read_entire_file...Damian Tarnawski2025-09-021-1/+1
* | | Add require_results attr to procs returning an allocatorDamian Tarnawski2025-09-021-0/+1
|/ /
* | Specify %m and %M as verbs for integer formattingAmedeoAlf2025-09-011-2/+2
* | Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odinFourteenBrush2025-08-311-1/+12
* | Fix broken wglUseFontBitmaps bindingpuugz2025-08-301-1/+2
* | fix typo in CLSIDFromProgIDEx signatureJon Lipstate2025-08-291-1/+1
|/
* Fixed and added obj-c methods for NSWindowStanislav Ch. Nikolov2025-08-281-2/+11
* Merge pull request #5612 from Bazzas-Forks/mastergingerBill2025-08-263-0/+64
|\
| * Add `add/remove_document_event_listener()` to `core:sys/wasm/js`Bailey Gibbons2025-08-223-0/+64
* | Propogate `#caller_location` to core:container/queue procsMohit Sethi2025-08-221-12/+12
|/
* Check for EOF when scanning file tagsBrad Lewis2025-08-191-2/+2
* Fix buddy allocator assertalessio988882025-08-161-1/+1
* Merge pull request #5516 from cardboardguru76/darwin-foundation-support-for-h...gingerBill2025-08-152-0/+58
|\