Commit Graph

  • c5556aa2e0 Update doc-writer gingerBill 2025-11-05 13:32:32 +00:00
  • 593d2e6daa Add #all_or_none gingerBill 2025-11-05 13:30:40 +00:00
  • ea5db0e048 Fix type name name canonicalization within an anonymously nested procedure in a struct. gingerBill 2025-11-05 10:06:40 +00:00
  • 50350d2364 Refresh vorbis lib on Windows as well. Jeroen van Rijn 2025-11-05 09:20:18 +01:00
  • 4f370f66bb Fix #5887 Jeroen van Rijn 2025-11-05 09:15:49 +01:00
  • 12d8572d43 Merge pull request #5886 from laytan/32bit-typeid-fixes gingerBill 2025-11-04 20:56:49 +00:00
  • 3ef0636324 unsigned Laytan Laats 2025-11-04 21:49:22 +01:00
  • c4d1cd6ee5 fixes for 32bit with regards to typeid Laytan 2025-11-04 20:14:53 +01:00
  • fbbdbc37fa Add missing SetLayeredWindowAttributes constants gerigk 2025-11-04 18:22:34 +01:00
  • f70454c237 Merge pull request #5884 from NicknEma/patch-1 Jeroen van Rijn 2025-11-04 18:08:50 +01:00
  • e5153a937b Merge pull request #5859 from odin-lang/bill/change-license dev-2025-11 gingerBill 2025-11-04 13:53:13 +00:00
  • eb2630a93c Improve docs for stable sort procedures NicknEma 2025-11-04 14:32:39 +01:00
  • fd995050dd Merge pull request #5883 from NicknEma/patch-1 gingerBill 2025-11-04 12:14:12 +00:00
  • 7317704fd0 Fix docs on int*_max NicknEma 2025-11-04 13:11:48 +01:00
  • 75a2aa580d Merge pull request #5879 from mtarik34b/fix-5239 gingerBill 2025-11-04 10:51:48 +00:00
  • 3731cf4e08 Fix #5176 gingerBill 2025-11-04 10:42:24 +00:00
  • 64cf8a5eb9 Merge pull request #5880 from terids/core-darwin-bindings Jeroen van Rijn 2025-11-04 10:59:38 +01:00
  • 2951e51487 Add comma to last enums to fix build check Glenn 2025-11-03 23:16:25 +00:00
  • 4485a45866 Add Window_center Glenn 2025-11-03 23:05:26 +00:00
  • 65ee1339b9 Add View alloc Glenn 2025-11-03 23:03:33 +00:00
  • 7738f4ef9a Add missing case for octal prefix mtarik34b 2025-11-03 22:20:21 +01:00
  • a414061998 Merge pull request #5878 from laytan/fix-cbor-epoch-small-value Laytan 2025-11-03 20:42:10 +01:00
  • 9893a0eaea encoding/cbor: fix epoch tag with small values Laytan 2025-11-03 20:33:17 +01:00
  • 332653ca24 Add additional window bindings Glenn 2025-11-03 18:06:43 +00:00
  • 916e8810cc Add orderFront and orderOut Glenn 2025-11-03 18:06:15 +00:00
  • 8b3d74f797 Add getter for the WindowDelegate from the Window Glenn 2025-11-03 17:54:42 +00:00
  • 406eb9c7f5 Add WindowCollectionBehaviour, WindowLevel, WindowTabbingMode Glenn 2025-11-03 17:28:51 +00:00
  • 4f939cadc3 Add RunningApplication_finishedLaunching Glenn 2025-11-03 14:19:41 +00:00
  • 9f78c1e7be Add Application_postEvent Glenn 2025-11-03 13:49:30 +00:00
  • b4d4cd47f5 Add Event_otherEventWithType Glenn 2025-11-03 13:45:11 +00:00
  • 8c6120f414 Add Application_stop Glenn 2025-11-03 12:25:14 +00:00
  • 8a417e75b7 Add nullptr assert for #5875 Jeroen van Rijn 2025-11-03 15:27:07 +01:00
  • a08f313477 Merge pull request #5868 from mfbulut/master gingerBill 2025-11-02 19:23:36 +00:00
  • d8f26720bb Improve error handling for #5506 gingerBill 2025-11-02 15:27:33 +00:00
  • 2d5b431b85 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2025-11-02 15:21:23 +00:00
  • ee36f6fe33 Fix #5506 gingerBill 2025-11-02 15:21:12 +00:00
  • 22a82f7c88 Merge pull request #5872 from thetarnav/inject_at_soa gingerBill 2025-11-02 15:11:02 +00:00
  • 72754962ab Use resize_soa instead of resize proc group in soa procs thetarnav 2025-11-02 14:20:55 +01:00
  • 5d609d402f Merge pull request #5867 from BradLewis/empty-selector-fields gingerBill 2025-11-02 12:45:37 +00:00
  • ade189008b Merge pull request #5871 from Kelimion/bug-5865 Jeroen van Rijn 2025-11-02 13:35:47 +01:00
  • b6181a768e Add space Jeroen van Rijn 2025-11-02 13:28:34 +01:00
  • 283b160697 Merge branch 'master' into bug-5865 Jeroen van Rijn 2025-11-02 13:22:06 +01:00
  • 7f2ab31acc Fix constant nil assignment to union of nillable types in backend gingerBill 2025-11-02 12:04:21 +00:00
  • e364e76f7f Add inject_at_soa and append_nothing_soa procedures thetarnav 2025-11-02 12:13:11 +01:00
  • 91d923bd8f Merge pull request #5870 from thetarnav/ease-inverse Jeroen van Rijn 2025-11-02 08:03:27 +01:00
  • 505b85ead5 Add #subtype using to name canonicalization Jeroen van Rijn 2025-11-02 07:45:40 +01:00
  • c63ad8b1cf Cleanup ease_inverse thetarnav 2025-11-01 21:22:06 +01:00
  • 78f9f8bbce Add ease inverse procedures thetarnav 2025-11-01 21:11:32 +01:00
  • 6ea7bdbbe5 Add ODIN_TEST_GO_TO_ERROR to print test fail locations in a manner friendly to go-to error in editors Jeroen van Rijn 2025-11-01 16:11:43 +01:00
  • 9c6885d8b5 Added MAX_MATERIAL_MAPS constant Furkan 2025-11-01 11:05:50 +03:00
  • e2b276f3ea Parse empty idents after selector as a selector expr with an empty field Brad Lewis 2025-11-01 01:32:46 -04:00
  • f005136592 Also disable OSC codes to update title when ODIN_TEST_FANCY=false Jeroen van Rijn 2025-10-31 17:39:29 +01:00
  • fc5ef57a97 Document the rest of os2. gingerBill 2025-10-31 16:00:44 +00:00
  • d2e274f0fe Update documentation for os2 once more! gingerBill 2025-10-31 15:51:36 +00:00
  • da1d599326 Bodge runtime.exit for haiku gingerBill 2025-10-31 15:19:08 +00:00
  • 1329630bbc Improve documentation for the file based operations in os2 gingerBill 2025-10-31 15:17:54 +00:00
  • b9df67f8c5 Change to Permissions bit_set from relying on octal numbering for os2 gingerBill 2025-10-31 14:45:53 +00:00
  • d374dc3c99 Add os2 to examples/all gingerBill 2025-10-31 14:24:19 +00:00
  • 686ddbb548 use runtime.exit for os2.exit gingerBill 2025-10-31 10:24:21 +00:00
  • f5d080789f Fix union(T){} constant initialization gingerBill 2025-10-31 09:13:10 +00:00
  • d062203ff9 Merge pull request #5863 from dan-lei/patch-1 Jeroen van Rijn 2025-10-30 22:24:56 +01:00
  • 5df053f765 Typo in description of mem.ptr_sub. Daniel Troszczyński 2025-10-30 21:04:28 +01:00
  • 9a321befd4 Fixed issue where the linalg.quaternion_from_forward_and_up could return incorrect values in certain scenarioes Mathias Mohn Mørch 2025-10-30 20:35:35 +01:00
  • 338733d9ef Remove duplicate import Jeroen van Rijn 2025-10-30 17:54:02 +01:00
  • 91a9875077 Correct cast to uintptr gingerBill 2025-10-30 16:32:26 +00:00
  • efb553afad Add runtime.exit gingerBill 2025-10-30 16:29:23 +00:00
  • 816c47058d For test runner, try to look for os.exit or os2.exit gingerBill 2025-10-30 16:14:32 +00:00
  • 9f80d69702 curl - change linking for darwin gingerBill 2025-10-30 13:43:24 +00:00
  • 7ae57bc4f4 Fix indentation gingerBill 2025-10-30 13:05:22 +00:00
  • 20e3eb1b11 Add missing import gingerBill 2025-10-30 11:25:17 +00:00
  • 35337b64fa Add tests/vendor/curl gingerBill 2025-10-30 11:24:01 +00:00
  • 9c9536332d Improve foreign imports for vendor:curl gingerBill 2025-10-30 11:08:19 +00:00
  • 35a28053b8 Merge branch 'master' into vendor/curl gingerBill 2025-10-30 10:54:26 +00:00
  • 1a00d02ee7 Merge branch 'master' of github.com:odin-lang/Odin Jeroen van Rijn 2025-10-30 11:29:59 +01:00
  • 5b6889ccf5 Enable misnamed doc example test for small_array Jeroen van Rijn 2025-10-30 11:29:51 +01:00
  • 074a8d7df5 constant_truncate -> constant_trunc to be consistent with other intrinsics gingerBill 2025-10-30 09:37:09 +00:00
  • 0972690e14 Add suggestion for T[] to be []T if a type is allowed in that parsing context gingerBill 2025-10-30 09:16:19 +00:00
  • 99520d82fd Add intrinsics.constant_(floor|truncate|ceil|round) gingerBill 2025-10-30 08:52:21 +00:00
  • 13ddf66cc9 Fix declaration of type_is_bit_field gingerBill 2025-10-30 08:39:22 +00:00
  • 36d63b14b5 Just retry again with lb_generate_missing_procedures gingerBill 2025-10-29 16:14:55 +00:00
  • f77215982a Just retry again with lb_generate_missing_procedures core_os2_revamp gingerBill 2025-10-29 16:14:55 +00:00
  • 4bdce9bf0a Correct license for tlsf bill/change-license gingerBill 2025-10-29 16:00:29 +00:00
  • 9b788b919a core:net -> os2 Jeroen van Rijn 2025-10-29 16:39:57 +01:00
  • 391eb05dae mem.virtual -> os2 Jeroen van Rijn 2025-10-29 15:43:31 +01:00
  • 7cb874f544 gzip -> os2 Jeroen van Rijn 2025-10-29 14:40:15 +01:00
  • 30f377b7dc core:text/table -> core:os/os2 Jeroen van Rijn 2025-10-29 14:18:12 +01:00
  • edeb8065ff core:text/regex -> core:os/os2 Jeroen van Rijn 2025-10-29 14:11:14 +01:00
  • a65b53a7ab core:text/i18n -> core:os/os2 Jeroen van Rijn 2025-10-29 11:29:20 +01:00
  • d38602e788 Merge pull request #5861 from NickDriscoll/hlsl-half gingerBill 2025-10-29 10:29:07 +00:00
  • b58bb6519e Merge pull request #5860 from harold-b/hb.fix-export-link-libs-file Jeroen van Rijn 2025-10-29 09:41:02 +01:00
  • 5fa41f9f03 Add half support to all proc groups and add ashalf proc group Nick Driscoll 2025-10-28 21:41:10 -04:00
  • f3b6ad01ab Add all half scalar, vector, and matrix types Nick Driscoll 2025-10-27 22:14:55 -04:00
  • e05c21522d Fix -export-linked-libs-file issue where it multiple libraries in a single foreign export. Harold Brenes 2025-10-28 20:21:24 -04:00
  • e8da533878 Merge branch 'master' into core_os2_revamp Jeroen van Rijn 2025-10-28 19:40:45 +01:00
  • b7750d818b BSDs Jeroen van Rijn 2025-10-28 19:40:04 +01:00
  • d7124fef16 core:testing Darwin Jeroen van Rijn 2025-10-28 19:34:13 +01:00
  • 46489a1cd5 In the middle of porting core:testing Jeroen van Rijn 2025-10-28 19:01:25 +01:00
  • 50176deeba Remove unneeded newlines gingerBill 2025-10-28 14:53:26 +00:00
  • 68d67ce8f4 Merge branch 'master' into bill/change-license gingerBill 2025-10-28 14:52:43 +00:00
  • 2508b82878 Change ^i16 to cstring16 where appropriate gingerBill 2025-10-28 14:50:13 +00:00