Commit Graph

  • 228ddd6903 Inline some ptr set iterators gingerBill 2025-09-10 20:02:39 +01:00
  • 3c9538c708 Change the way math/big constants are initialized Jeroen van Rijn 2025-09-10 21:02:24 +02:00
  • 1c648126c7 Move more from heap_allocator() to temporary_allocator() gingerBill 2025-09-10 19:47:29 +01:00
  • 01258d4817 Multithread "check all scope usages" gingerBill 2025-09-10 19:38:30 +01:00
  • a36a8722dc Minimize more thread contention gingerBill 2025-09-10 19:30:32 +01:00
  • 21b1173076 Minor clean up of permanent/temporary arena usage gingerBill 2025-09-10 18:20:20 +01:00
  • af37ba76c1 Use arena in calculate_global_init_order gingerBill 2025-09-10 18:02:02 +01:00
  • 54df0e1a41 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2025-09-10 17:29:17 +01:00
  • 1e0902677f Multithread min dep set by removing the set itself gingerBill 2025-09-10 17:29:11 +01:00
  • fef00dda24 Merge pull request #5675 from jfcode4/master gingerBill 2025-09-10 16:09:52 +01:00
  • 9492dccb4a Fix incorrect json encoding for control characters < 32 Jacob Friedman 2025-09-10 16:50:12 +02:00
  • 475791476b Merge pull request #5673 from BradLewis/fix/parser-proc-group-trailing-comma gingerBill 2025-09-10 13:48:13 +01:00
  • 75449283c2 Allow missing trailing comma with proc groups with odin parser Brad Lewis 2025-09-10 08:44:06 -04:00
  • 60684ff028 Multithread some of the min dep system gingerBill 2025-09-10 13:39:06 +01:00
  • 70d396c8ad Split type and inline cycles into separate loops gingerBill 2025-09-10 13:26:07 +01:00
  • 629777b988 Multithread check_update_dependency_tree_for_procedures gingerBill 2025-09-10 12:42:36 +01:00
  • 413b44d05c Add missing caller location param to append in strings builder Damian Tarnawski 2025-09-10 13:23:56 +02:00
  • 1d561247f5 Add nullptr checks to more type helpers. Jeroen van Rijn 2025-09-09 20:45:32 +02:00
  • edc58c020c Merge pull request #5670 from Kelimion/jpeg-updates Jeroen van Rijn 2025-09-09 18:52:30 +02:00
  • cd3069b16b Small updates to JPEG loader Jeroen van Rijn 2025-09-09 18:34:19 +02:00
  • 6b18f8df63 Merge pull request #5668 from Kelimion/jpeg-updates Jeroen van Rijn 2025-09-09 17:20:53 +02:00
  • 572b26a846 Expand grayscale JPEGs to RGB(A) Jeroen van Rijn 2025-09-09 17:13:21 +02:00
  • 7b3ca701e0 Implement .alpha_add_if_missing for JPEG Jeroen van Rijn 2025-09-09 14:51:16 +02:00
  • eb7218eff0 Merge branch 'odin-lang:master' into patch-2 FourteenBrush 2025-09-09 14:41:28 +02:00
  • 737c87a726 Optionally save BMP Jeroen van Rijn 2025-09-09 14:12:48 +02:00
  • fb1dd3052d Add RtlNtStatusToDosError ERROR_MR_MID_NOT_FOUND error FourteenBrush 2025-09-09 14:11:38 +02:00
  • 64e9652776 Add RtlNtStatusToDosError FourteenBrush 2025-09-09 14:04:36 +02:00
  • dd9fceaae1 Make progressive JPEGs return a proper error Jeroen van Rijn 2025-09-09 13:53:43 +02:00
  • 9abc3f67b5 Fix constant procedure parameters when passing literals gingerBill 2025-09-09 10:36:22 +01:00
  • 729d0a8e8a Merge branch 'master' into core-image-tga Michael Lee 2025-09-08 14:52:00 -05:00
  • e2c1f86946 Merge pull request #5663 from greenya/master gingerBill 2025-09-08 18:25:08 +01:00
  • 690291d4cd Merge pull request #4695 from IllusionMan1212/jpeg Jeroen van Rijn 2025-09-08 18:42:48 +02:00
  • fa36c6a5f5 Add JPG test assets to .gitignore Jeroen van Rijn 2025-09-08 18:19:21 +02:00
  • 2de4918fb3 Add basic test for JPG using Odin emblem Jeroen van Rijn 2025-09-08 18:18:08 +02:00
  • 2f59e0175e Address some naming issues Jeroen van Rijn 2025-09-08 17:44:58 +02:00
  • 5b60067131 Fix examples/all Jeroen van Rijn 2025-09-08 17:25:55 +02:00
  • 14bf730a2c Make _register contextless Jeroen van Rijn 2025-09-08 17:17:14 +02:00
  • cb820eea4d jpeg: extract Exif data IllusionMan1212 2025-02-01 23:01:03 +02:00
  • 57a92b14cc jpeg: support images that encode zero-based component ids IllusionMan1212 2025-01-31 14:34:05 +02:00
  • 694593c5f2 image/jpeg: more bounds checking and skip malformed APP0 Hisham Aburaqibah 2025-01-16 16:22:09 +02:00
  • 8644f3beba image/jpeg: better pack APP0 structs Hisham Aburaqibah 2025-01-16 16:21:50 +02:00
  • a6f18c3367 image/jpeg: implement jpeg decoding for baseline and extended sequential jpegs Hisham Aburaqibah 2025-01-16 11:11:39 +02:00
  • d704c45c24 core/image: some jpegs have APP13 or COM markers after SOI Hisham Aburaqibah 2025-01-15 15:11:09 +02:00
  • 2bbd0a45c0 [core:time] time_js: tick_now(): Use f64 (was f32) as a return type of odin_env.tick_now(). Yuriy Grynevych 2025-09-08 17:57:28 +03:00
  • 21ce0c7ce9 Merge pull request #5660 from leecommamichael/master Jeroen van Rijn 2025-09-08 16:23:50 +02:00
  • f2b367f421 [core-image/tga] implement Option.do_not_expand_grayscale Michael Lee 2025-09-08 09:09:42 -05:00
  • cfde843778 [core:image/png] use .Image_Dimensions_Too_Large Michael Lee 2025-09-08 09:08:07 -05:00
  • 42c2cb89b5 Merge pull request #5658 from FourteenBrush/patch-3 dev-2025-09 Laytan 2025-09-07 22:35:36 +02:00
  • fe531c1888 Add build tags to posix/spawn.odin FourteenBrush 2025-09-07 20:39:27 +02:00
  • 0711806c21 Merge pull request #5653 from smoke-y/emptyParen gingerBill 2025-09-06 12:23:48 +01:00
  • a870dd3d69 Merge pull request #5654 from smoke-y/procType gingerBill 2025-09-06 12:23:35 +01:00
  • 38f308b348 Merge pull request #5656 from ekliot/vendor-box2d-bindings gingerBill 2025-09-06 12:23:21 +01:00
  • a6cd6dc265 fix CreateMotorJoint param type ekliot 2025-09-05 18:45:49 +01:00
  • 5f60e7cdc0 formatting smoke-y 2025-09-05 21:28:49 +05:30
  • 906eddd1d4 formatting smoke-y 2025-09-05 21:28:00 +05:30
  • 5161731ce0 proc at type lvl seg fault smoke-y 2025-09-05 11:27:28 +05:30
  • c01ba41955 fix empty parentheses seg fault smoke-y 2025-09-05 11:02:01 +05:30
  • 9aabe75262 Add ERROR_NOT_FOUND FourteenBrush 2025-09-05 00:34:44 +02:00
  • bb44b02b3e Rename directory gingerBill 2025-09-04 12:43:56 +01:00
  • 9c0a41552d Improve bit_set usage gingerBill 2025-09-04 12:39:30 +01:00
  • f1ab395bfd Begin work on vendor:curl gingerBill 2025-09-04 12:28:16 +01:00
  • 57bc45ae30 revert to working build Jon Lipstate 2025-09-03 22:51:28 -07:00
  • e0c4c53362 add tls when we have crt Jon Lipstate 2025-09-03 22:32:33 -07:00
  • f6bf88d184 Add CancelIoEx to kernel32.odin FourteenBrush 2025-09-04 00:38:51 +02:00
  • 3bbf3641a1 Merge pull request #5648 from thetarnav/handle-allocator-error-in-read-entire-file gingerBill 2025-09-02 15:49:42 +01:00
  • 42cb1add91 Merge pull request #5645 from thetarnav/allocator-proc-require-results gingerBill 2025-09-02 15:47:27 +01:00
  • cdca345d74 Handle optional allocator error when appending read bytes in read_entire_file_from_file Damian Tarnawski 2025-09-02 13:42:25 +02:00
  • 21fd7c200e Add require_results attr to procs returning an allocator Damian Tarnawski 2025-09-02 13:03:15 +02:00
  • 7e3e15aee6 Merge pull request #5644 from AmedeoAlf/master Jeroen van Rijn 2025-09-01 23:05:43 +02:00
  • 8bb597b9de Specify %m and %M as verbs for integer formatting AmedeoAlf 2025-09-01 22:44:24 +02:00
  • ac93021ec9 Merge pull request #5643 from FourteenBrush/patch-2 gingerBill 2025-09-01 11:36:40 +01:00
  • 10b7bba25d Add LPFN_GETACCEPTEXSOCKADDRS to ws2_32.odin FourteenBrush 2025-08-31 23:52:00 +02:00
  • 3ff58e00e4 Merge pull request #5634 from puugz/patch-1 gingerBill 2025-08-31 11:56:08 +01:00
  • ba279ec4ea Fix broken wglUseFontBitmaps binding puugz 2025-08-30 18:31:46 +02:00
  • b7a9113ac4 Merge pull request #5633 from kalsprite/fix_win_ole_api gingerBill 2025-08-30 14:47:31 +01:00
  • 94e1f30ebb fix typo in CLSIDFromProgIDEx signature Jon Lipstate 2025-08-29 14:35:34 -07:00
  • 231ce2da59 windows i386 support Jon Lipstate 2025-08-29 12:41:38 -07:00
  • f926c1861f Merge pull request #5627 from A1029384756/master gingerBill 2025-08-29 13:53:55 +01:00
  • 30021e8dac Fix rbtree.find_or_insert Sam Mercer 2025-08-29 11:02:30 +01:00
  • 3074146784 skip errors on polymorphic procs when in a proc group with other options A1029384756 2025-08-28 11:30:47 -04:00
  • f7936419cd Merge pull request #5625 from StanislavNikolov/master gingerBill 2025-08-28 13:51:54 +01:00
  • ed389c188c Fixed and added obj-c methods for NSWindow Stanislav Ch. Nikolov 2025-08-28 12:39:15 +03:00
  • 2f0b018db2 Merge pull request #5612 from Bazzas-Forks/master gingerBill 2025-08-26 13:28:41 +01:00
  • ac71a0aed1 Merge pull request #5617 from thetarnav/soa-resize-zero-memory gingerBill 2025-08-26 13:28:05 +01:00
  • ce0cf7076c Add missing test attr and don't zero memory when reserve already did Damian Tarnawski 2025-08-26 13:03:26 +02:00
  • 83a78d5d28 Merge branch 'master' into soa-resize-zero-memory gingerBill 2025-08-26 11:26:15 +01:00
  • 0a02f5f076 Merge pull request #5616 from thetarnav/soa-allocator-resize gingerBill 2025-08-26 11:24:32 +01:00
  • 95cfad67b7 Cleanup soa resize logic—reduce nesting Damian Tarnawski 2025-08-24 15:17:13 +02:00
  • 8a894c6ce6 More soa tests Damian Tarnawski 2025-08-24 15:09:08 +02:00
  • 66f4c93420 Handle nil old data case Damian Tarnawski 2025-08-24 15:04:19 +02:00
  • ac4a89e765 Always use .Resize_Non_Zeroed in _reserve_soa Damian Tarnawski 2025-08-23 17:07:57 +02:00
  • 2a6dfd2545 Avoid overlap issues when correcting memory after resize in _reserve_soa Damian Tarnawski 2025-08-23 16:55:12 +02:00
  • 18a2980d26 Zero existing memory when using resize_soa (fixes #5614) Damian Tarnawski 2025-08-23 14:28:25 +02:00
  • 9d651348b5 Only zero memory when requested Damian Tarnawski 2025-08-23 13:10:19 +02:00
  • 05706864b7 Support using allocator resize in _reserve_soa (fixes #5615) Damian Tarnawski 2025-08-23 12:55:07 +02:00
  • 2b6ed996be Merge pull request #5613 from GloriousPtr/queue_fix_caller_location gingerBill 2025-08-22 16:55:00 +01:00
  • fbcd485b7e Merge pull request #5606 from thetarnav/sdl-ttf-require-results gingerBill 2025-08-22 16:54:25 +01:00
  • 27b59ab7c3 Propogate #caller_location to core:container/queue procs Mohit Sethi 2025-08-22 16:45:50 +01:00
  • 9381040711 Fix parentheses for raddbg expression gingerBill 2025-08-22 09:32:17 +01:00
  • 46d4f22ef4 Remove debug print gingerBill 2025-08-22 09:29:44 +01:00