Commit Graph

  • 87c835268a Merge pull request #2917 from flysand7/sys-linux-additions gingerBill 2024-01-02 14:23:40 +00:00
  • 83ed0b37cd Merge pull request #3036 from laytan/error-when-c-vararg-is-not-on-last-param gingerBill 2024-01-02 14:22:24 +00:00
  • dc49cf766f Merge pull request #3048 from ThomasL81/master gingerBill 2024-01-02 14:18:44 +00:00
  • 933754193a Merge pull request #3049 from igordreher/dxgi_bit_set gingerBill 2024-01-02 14:18:09 +00:00
  • 76eef47491 Merge pull request #3054 from igordreher/win_error gingerBill 2024-01-02 14:16:36 +00:00
  • 0e21f45076 Merge pull request #3057 from korvahkh/fix-nil-default-arg gingerBill 2024-01-02 14:14:35 +00:00
  • 9bfe3a94f4 Merge pull request #3061 from flysand7/glfw-set-joystick-callback-fix gingerBill 2024-01-02 14:13:53 +00:00
  • a2009220a2 Merge pull request #3063 from aragalie/patch-1 gingerBill 2024-01-02 14:13:42 +00:00
  • b410383aaf Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2024-01-01 16:11:13 +00:00
  • b47736260a remove duplication Alex Ragalie 2023-12-31 21:57:39 +01:00
  • 5154bb551a Fix the declaration of glfwSetJoystickCallback flysand7 2023-12-31 14:50:22 +11:00
  • 89084befb0 Remove unnecessary []byte -> []byte conversion. Jeroen van Rijn 2023-12-30 21:59:33 +01:00
  • f3caa4aee3 Add bin/lld-link.exe gingerBill 2023-12-30 13:53:15 +00:00
  • 3ec253f385 Add bin/wasm-ld.exe gingerBill 2023-12-30 13:52:37 +00:00
  • 759e342872 Fix #3056 korvahkh 2023-12-29 22:39:34 -06:00
  • 120b1101fb [core:sys/windows] add System Error Codes enum Igor Dreher 2023-12-29 11:06:50 -03:00
  • 252fd0e928 Merge pull request #3052 from laytan/fix-type-assign-at Jeroen van Rijn 2023-12-28 17:44:20 +01:00
  • 1fa2af213d fix typo in assign_at_elems Laytan Laats 2023-12-28 17:10:08 +01:00
  • de84db85cb [vendor:directx/dxgi] change u32 flags to bit_sets Igor Dreher 2023-12-27 10:14:45 -03:00
  • 33d85adf34 Merge pull request #3051 from laytan/fix-double-execution-of-tests Jeroen van Rijn 2023-12-27 15:58:19 +01:00
  • 383d485e2a fix double execution of tests Laytan Laats 2023-12-27 15:34:11 +01:00
  • 68d2b7bb89 Disable doc tests for now. Jeroen van Rijn 2023-12-27 15:29:40 +01:00
  • d667809e0a Merge pull request #3050 from laytan/fix-load-directive-with-absolute-paths Jeroen van Rijn 2023-12-27 15:21:43 +01:00
  • 64ed4389ff fix load directive with absolute paths Laytan Laats 2023-12-27 15:00:33 +01:00
  • 4701b31b55 Fixing a pdb linker error when the path contains spaces Thomas Louis 2023-12-27 11:36:38 +01:00
  • e52cc73d50 Fix generic_float.odin Jeroen van Rijn 2023-12-21 22:37:26 +01:00
  • ac0ed13b35 Merge pull request #3039 from chikega/patch-1 Jeroen van Rijn 2023-12-21 22:32:09 +01:00
  • 269957b9fb Update demo.odin Gary Chike 2023-12-21 16:23:00 -05:00
  • 464a675adc Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-12-21 17:05:31 +00:00
  • 55f3e99f63 Fix %g in fmt, and make %v default to %g for floats gingerBill 2023-12-21 17:05:24 +00:00
  • 49fb0acfc9 Merge pull request #3037 from laytan/fix-wrong-string-type-assert Jeroen van Rijn 2023-12-20 01:05:10 +01:00
  • 09db245e4c fix wrong string type assert Laytan Laats 2023-12-20 00:56:28 +01:00
  • bc7972fbaf error when #c_vararg is not applied to the last parameter Laytan Laats 2023-12-20 00:14:46 +01:00
  • 6f80d2dc36 Merge pull request #3033 from laytan/use-stack-buffer-for-log-allocator Jeroen van Rijn 2023-12-20 00:06:51 +01:00
  • 46250168d6 use stack buffer for log allocator to avoid logging it's own allocations Laytan Laats 2023-12-19 23:25:22 +01:00
  • 509712f771 Merge pull request #3031 from Kithuppi/fix-vulkan-bindings gingerBill 2023-12-19 12:32:26 +00:00
  • 4b38dbe133 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-12-19 12:32:10 +00:00
  • ad0ffa4833 Update .gitattributes with * text=auto gingerBill 2023-12-19 12:32:05 +00:00
  • b89fc9191c Merge pull request #3030 from keyle/patch-1 gingerBill 2023-12-18 22:27:27 +00:00
  • 829e4cc67e Fix assign_at_elems to match the same logic as assign_at_elem_string gingerBill 2023-12-18 22:22:08 +00:00
  • beb4699b46 Check test procedures after all minimum dependency set calls are done gingerBill 2023-12-18 22:09:10 +00:00
  • 031b0cc534 fix strings.last_index_any for single char Walther Chen 2023-12-05 16:09:09 -05:00
  • ee504aa596 Merge pull request #3032 from laytan/runtime-arena-edge-cases gingerBill 2023-12-18 15:51:00 +00:00
  • baa5ea9258 fix not passing arg everywhere Laytan 2023-12-18 16:41:55 +01:00
  • 9a490e4e0d fix big alignment Laytan 2023-12-18 16:38:51 +01:00
  • 252de70b0f fix same problem in virtual arena Laytan Laats 2023-12-18 15:41:36 +01:00
  • 4ae021cd4c add other failing test and fix them Laytan Laats 2023-12-18 15:17:27 +01:00
  • af962526df switch tests around Laytan Laats 2023-12-18 14:46:37 +01:00
  • 6024af172c add failing test for runtime arena edge case Laytan Laats 2023-12-18 14:40:49 +01:00
  • 8bd5a9bb9e generate new bindings Kithuppi 2023-12-18 13:38:57 +02:00
  • a9166f52f8 Raylib 5.0 IsMouseButtonUp workaround: Better use of when clause to make sure we remove the workaround later. Karl Zylinski 2023-12-18 11:30:20 +01:00
  • 9bdd4c73a5 Raylib workaround: Fix comment typo Karl Zylinski 2023-12-18 11:20:15 +01:00
  • 2362be11bf Raylib 5.0 bug workaround: Check VERSION and panic if VERSION != 5.0, in which case there is info in the message about how to remove the workaround. Karl Zylinski 2023-12-18 11:19:11 +01:00
  • 5b8a76c583 Add support for macOS keyle 2023-12-18 16:50:41 +10:00
  • 2a0e4f7a8c Workaround for bug in Raylib 5 making IsMouseButtonUp not work properly. Karl Zylinski 2023-12-17 19:48:19 +01:00
  • ece82eecc3 fix C bit field parsing Kithuppi 2023-12-17 16:29:27 +02:00
  • 67d02043fe Merge pull request #3027 from Yawning/fix/build-constraints gingerBill 2023-12-17 14:28:50 +00:00
  • 29c80c238d core: Fixed build constraints Yawning Angel 2023-12-17 22:58:44 +09:00
  • a4606e4da8 IsMouseButtonUp hack for now Michael 2023-12-16 16:50:22 -07:00
  • d4df3f6383 Merge pull request #3025 from laytan/log-allocator-memory-format Jeroen van Rijn 2023-12-16 01:32:18 +01:00
  • 58ff3dd1ed log allocator: add option to switch between bytes and human format Laytan Laats 2023-12-16 01:27:38 +01:00
  • cf8c9a6be4 log allocator: fix the formatting for query info/features and errors Laytan Laats 2023-12-16 00:55:59 +01:00
  • ea709451e8 log allocator: use %m to format size Laytan Laats 2023-12-15 23:42:59 +01:00
  • d47a403d29 Fix: Bill was a numpty gingerBill 2023-12-15 11:02:40 +00:00
  • 1606f756b3 Remove neighbouring duplicates from neighbouring sorted array of entities; fixes duplicate tests gingerBill 2023-12-15 10:59:34 +00:00
  • 0b2f357bbe fix eof logic Laytan Laats 2023-12-13 02:33:05 +01:00
  • 9a1c4dc56d implement a max read/write at a time for non-windows (windows already has this) Laytan Laats 2023-12-02 21:11:11 +01:00
  • 7eabeda870 make sure an eof is also returned from the file streams on non-windows Laytan Laats 2023-12-02 21:10:44 +01:00
  • 2e9298891e Merge pull request #3019 from DanielGavin/parser-fix gingerBill 2023-12-14 15:16:01 +00:00
  • f8b85339af Merge pull request #3020 from Lperlind/master gingerBill 2023-12-14 15:15:51 +00:00
  • 12b8f91249 Format hidpi.odin Lucas Perlind 2023-12-14 10:29:50 +11:00
  • 8e395cc6e9 Fixed crash in core:odin/parser with #reverse DanielGavin 2023-12-13 20:08:26 +01:00
  • feba52002e Reduce repetition on initializing global type info member arrays gingerBill 2023-12-13 17:46:00 +00:00
  • ca2b2c498e Add -obfuscate-source-code-locations gingerBill 2023-12-13 16:47:34 +00:00
  • 6e9e469abd Merge pull request #3008 from laytan/fix-stat-struct-layout-linux-arm64 gingerBill 2023-12-13 15:24:38 +00:00
  • 0490ba46f4 Merge pull request #3015 from Lperlind/master gingerBill 2023-12-13 15:24:25 +00:00
  • e0652ee2f4 Minor fix to call expr in tilde with variadic parameters gingerBill 2023-12-13 13:10:51 +00:00
  • bc99bacb21 Update Tilde gingerBill 2023-12-13 12:38:01 +00:00
  • 173527d631 Remove random tag gingerBill 2023-12-13 01:53:15 +00:00
  • f8cb2bcad2 Add slice.unique and slice.unique_proc gingerBill 2023-12-13 01:50:26 +00:00
  • b011487778 Reimplement binary_search_by to be simpler gingerBill 2023-12-13 01:37:15 +00:00
  • c8cc130744 Fix the implementation of binary_search_by to work with a normal ordering call, rather than the backwards version. gingerBill 2023-12-13 01:24:03 +00:00
  • fe0244606b Revert gingerBill 2023-12-13 01:20:53 +00:00
  • 036fa6482c Use cmp_proc in binary_search gingerBill 2023-12-13 01:17:48 +00:00
  • 04ca22b9ea Add to core:slice reduce_reverse, filter_reverse, repeat gingerBill 2023-12-13 00:35:23 +00:00
  • bf9ae77fbd Remove duplicates from init/fini procedure list gingerBill 2023-12-12 17:29:52 +00:00
  • 4adfc120ba Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-12-12 17:11:42 +00:00
  • d8bb93accc Fix race condition caused by lack of checking specialized parapoly procedures as a dependency (#2968) gingerBill 2023-12-12 17:10:59 +00:00
  • e410908ce8 Add Hidpi to Windows Lucas Perlind 2023-12-12 11:51:54 +11:00
  • d278c852cc clean up field names Laytan Laats 2023-12-08 23:43:30 +01:00
  • 364b64718f Merge branch 'odin-lang:master' into raylib5 Michael 2023-12-08 00:06:31 +01:00
  • 61335089c6 added some commas Michael 2023-12-08 00:05:51 +01:00
  • 040b90ce76 Merge pull request #3011 from xtactis/binary_search_by_fix/3007 Jeroen van Rijn 2023-12-07 18:26:34 +01:00
  • 843b2350eb added #no_bounds_check back into binary_search_by Matija Dizdar 2023-12-06 21:48:37 +01:00
  • 526d338300 removed incorrect requirement for key type to be ordered in binary_search_by Matija Dizdar 2023-12-06 21:29:18 +01:00
  • a6aca5d6d1 fix struct stat layout linux arm64 Laytan Laats 2023-12-06 17:17:45 +01:00
  • 05c67c3243 Merge branch 'odin-lang:master' into raylib5 Michael 2023-12-05 23:51:34 +01:00
  • 31b1aef44e Merge pull request #3003 from karl-zylinski/patch-1 dev-2023-12 gingerBill 2023-12-05 16:04:25 +00:00
  • a8c09d77ff Merge pull request #3004 from flysand7/strings-doc gingerBill 2023-12-05 16:04:07 +00:00
  • 5665ae02bc type error flysand7 2023-12-06 00:33:09 +11:00