Commit Graph

  • 8cfff254c9 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2024-01-17 16:54:58 +00:00
  • 8c2eb5df78 stdcall -> system gingerBill 2024-01-17 16:54:50 +00:00
  • a2f0ac0fd2 Merge pull request #3093 from avanspector/master gingerBill 2024-01-17 16:48:14 +00:00
  • 2987fc65a1 Merge pull request #3043 from laytan/check-float-value-succeeded gingerBill 2024-01-17 16:47:41 +00:00
  • c5bab58180 Merge pull request #3076 from xb-bx/mprotect-fix-for-linux-and-darwin gingerBill 2024-01-17 16:46:39 +00:00
  • 5ad88ea169 Merge pull request #3104 from codename-irvin/dev gingerBill 2024-01-17 16:45:34 +00:00
  • 72d6b9b683 Replace stdcall with system gingerBill 2024-01-17 16:43:27 +00:00
  • 2f2c086382 Fix foreign import names gingerBill 2024-01-17 16:35:28 +00:00
  • d9fafa7000 Have default foreign import system paths gingerBill 2024-01-17 16:32:26 +00:00
  • 12e53f2336 Fix imports to be case sensitive correct gingerBill 2024-01-17 16:26:18 +00:00
  • a2e729c303 Remove //+build darwin gingerBill 2024-01-17 16:06:59 +00:00
  • 7b89174a26 Remove //+build windows tag gingerBill 2024-01-17 15:57:37 +00:00
  • 1d7f7a55d2 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2024-01-17 15:51:34 +00:00
  • 766485ccab Add README.md gingerBill 2024-01-17 15:51:29 +00:00
  • 6642aa94d5 Change examples/all gingerBill 2024-01-17 15:50:00 +00:00
  • 1c9ec27d36 Merge pull request #3105 from FourteenBrush/patch-1 Jeroen van Rijn 2024-01-17 13:54:37 +01:00
  • 05e27fa92d Fix typo in bytes.scrub FourteenBrush 2024-01-17 13:37:06 +01:00
  • 7954a7a6f3 Add darwin libraries back to normal examples/all to fix documentation generation gingerBill 2024-01-17 12:27:03 +00:00
  • 1d621295b1 Fix #1934 raylib IsGestureDetected gingerBill 2024-01-17 12:26:44 +00:00
  • 02c2aff41b Fix formatting of package documentation string Kostas Tsiligkiris 2024-01-17 07:04:00 +02:00
  • 5476d43441 Move package xml before copyright Kostas Tsiligkiris 2024-01-17 07:00:25 +02:00
  • b25e85a8bb check if string could be converted from float Laytan Laats 2023-12-22 20:08:41 +01:00
  • 190103883c Fix uniform matrix functions in WebGLInterface Damian Tarnawski 2024-01-16 21:45:52 +01:00
  • d460dd2bdc Merge branch 'master' into dev codename-irvin 2024-01-16 15:42:47 -05:00
  • 7ee7f4b064 Merge pull request #3077 from laytan/add-libc-to-stream gingerBill 2024-01-16 18:09:44 +00:00
  • f2d3376c0b Merge pull request #3084 from stan680/semaphore-fix gingerBill 2024-01-16 18:09:02 +00:00
  • 0fcd2f1d88 Use default calling convention for arm target for now - not 100% sure this is correct codename-irvin 2024-01-16 10:47:25 -05:00
  • 76f52dd6c9 Add freestanding aarch64 target codename-irvin 2024-01-15 19:49:34 -05:00
  • ae0be9c785 Merge pull request #3096 from ktsiligkiris/documentation/fix-format Jeroen van Rijn 2024-01-14 16:03:57 +01:00
  • 3f6f00d8e5 [DOC] Fix documentation formatting in site Kostas Tsiligkiris 2024-01-14 13:22:18 +02:00
  • c58eeca1b2 Merge pull request #3095 from laytan/macos-add-common-library-paths Jeroen van Rijn 2024-01-13 21:51:07 +01:00
  • 5032839abc darwin: add library paths for default Homebrew and MacPorts locations Laytan Laats 2024-01-13 21:38:30 +01:00
  • 2b1d85968d Merge pull request #3094 from laytan/fix-miniaudio-import Jeroen van Rijn 2024-01-13 21:31:13 +01:00
  • 5896469f3b vendor/miniaudio: fix import for macos Laytan Laats 2024-01-13 21:14:02 +01:00
  • 70c150fc83 Fix gcc build avanspector 2024-01-13 19:27:42 +01:00
  • 2411febf83 add shell environment for Nix avanspector 2024-01-13 19:25:13 +01:00
  • 5e7b031a1d Add RAD Debugger file to .gitignore. Jeroen van Rijn 2024-01-13 16:10:32 +01:00
  • ef05e0858d Merge pull request #3092 from jon-lipstate/cpu_features_fix gingerBill 2024-01-13 11:54:31 +00:00
  • 880a18f124 fix shift direction Jon Lipstate 2024-01-12 22:28:38 -08:00
  • 5d94887e76 Merge pull request #3083 from Lperlind/master gingerBill 2024-01-13 00:05:14 +00:00
  • 577049c69e Merge pull request #3086 from karl-zylinski/patch-1 gingerBill 2024-01-13 00:04:46 +00:00
  • 46f46e645c Added comment on SetConfigFlags in Raylib bindings that it must be called before window creation Karl Zylinski 2024-01-11 11:20:14 +01:00
  • b13aa5db37 Merge pull request #3085 from Platin21/fix/macos-versions Jeroen van Rijn 2024-01-10 18:31:17 +01:00
  • 2990747cf8 Reindent and align and f ix Ventura kernel+version swap. Jeroen van Rijn 2024-01-10 18:26:14 +01:00
  • 62c30795e6 Fixed indentation Platin21 2024-01-10 17:27:31 +01:00
  • bb94f4d129 Fixed version matching Platin21 2024-01-10 17:24:53 +01:00
  • 7b53dbeb8a fix loop condition on compare_exhange_strong result in semaphore_wait - it was backwards so would loop on success and bail on fail Stan Irvin-Wilmot 2024-01-10 15:53:00 +00:00
  • 120ef168bf Added macOS versions for a lot of revisions Platin21 2024-01-10 16:42:25 +01:00
  • 72dfb73c9d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2024-01-09 11:01:24 +00:00
  • 67dcd916e8 Update instrumentation signature to support runtime.Source_Code_Location as last parameter. gingerBill 2024-01-09 11:01:18 +00:00
  • 7f6f971284 Fix math/fixed floor/ceil/round Ed Yu 2024-01-08 15:08:09 -08:00
  • 67d5b97ff9 Fix linalg shadowing error Lucas Perlind 2024-01-09 10:21:48 +11:00
  • efb2b05040 Merge pull request #3078 from Kelimion/pq_peek Jeroen van Rijn 2024-01-08 19:39:57 +01:00
  • 656e62d724 Add peek to priority queue. Jeroen van Rijn 2024-01-08 19:33:30 +01:00
  • ce8801c37f c/libc: add to_stream proc Laytan Laats 2024-01-08 19:11:49 +01:00
  • c6c710465a fix xb-bx 2024-01-08 19:54:39 +02:00
  • f3dc1f6e3b Merge pull request #3075 from FrancisTheCat/fix-sort_by_indices_overwrite gingerBill 2024-01-08 16:39:08 +00:00
  • 873b7f8588 Fixed type of temporary slice in sort_by_indices_overwrite Franz Höltermann 2024-01-08 17:11:06 +01:00
  • 7d3dfb1046 Merge pull request #3006 from hwchen/hwchen/last_index_any Jeroen van Rijn 2024-01-08 15:57:36 +01:00
  • f4782157d3 Implement instrumentation pass gingerBill 2024-01-07 21:34:44 +00:00
  • 8de7d2f18f Hoist STRING_SIZE constant Damian Tarnawski 2024-01-07 22:25:27 +01:00
  • aff8f06e3c Add frontend stuff instrumentation tooling gingerBill 2024-01-07 19:56:00 +00:00
  • 0bf1b6c2f1 Fix typo in WebGLInterface class Damian Tarnawski 2024-01-07 20:19:44 +01:00
  • 2017ebc1b5 Fix copyTexSubImage2D and copyTexSubImage3D method calls Damian Tarnawski 2024-01-07 16:49:51 +01:00
  • da56a75ad6 Fix WebGLInterface function names Damian Tarnawski 2024-01-07 16:49:12 +01:00
  • 1e1228fb37 Merge pull request #3024 from Yawning/fix/simd-x86 gingerBill 2024-01-07 11:57:22 +00:00
  • 8d7c37e384 core/simd/x86: Use the none calling convention for intrinsics Yawning Angel 2023-12-30 04:49:28 +09:00
  • cd65a15d81 src: enable_target_feature should add features, not overwrite Yawning Angel 2023-12-15 17:29:59 +09:00
  • 9235e82451 core/simd/x86: Correct a target feature name Yawning Angel 2023-12-15 16:55:53 +09:00
  • ecee0e2db2 repo: Add more test binaries to .gitignore Yawning Angel 2023-12-15 17:06:55 +09:00
  • 0580eebd2a Pass height to webgl.readPixels Damian Tarnawski 2024-01-06 22:28:24 +01:00
  • 909a5016ee Correct glIsEnabled in wasm.webgl Damian Tarnawski 2024-01-06 22:17:01 +01:00
  • c2c89e54a5 Correct spelling of FramebufferRenderbuffer Damian Tarnawski 2024-01-06 21:03:27 +01:00
  • 6389d9c11f Merge branch 'master' into patch-2 Damian Tarnawski 2024-01-06 21:02:37 +01:00
  • 2784e8ea51 Merge pull request #3072 from laytan/add-dynlib-last_error Jeroen van Rijn 2024-01-06 02:13:53 +01:00
  • 85b71708dd dynlib: add last_error procedure Laytan Laats 2024-01-06 01:52:23 +01:00
  • 649b5fa528 Add bool return to dynlib.initialize_symbols. Jeroen van Rijn 2024-01-06 02:04:09 +01:00
  • d6a89d667d Add dynlib.initialize_symbols (#3071) Jeroen van Rijn 2024-01-06 01:31:27 +01:00
  • b408ec6bac Remove distinct from the specific types gingerBill 2024-01-05 14:48:39 +00:00
  • 8545f316ff Fix the type inference in builtin.quaternion gingerBill 2024-01-05 14:45:03 +00:00
  • 3bf7b416e7 Fix builtin.quaternion generation gingerBill 2024-01-05 14:36:58 +00:00
  • 0b83e3dae5 Enforce naming the parameters with builtin.quaternion to reduce confusion gingerBill 2024-01-05 14:29:14 +00:00
  • d7d23e65ea Clean up error block usage gingerBill 2024-01-05 13:47:00 +00:00
  • 2820bbc269 Add @(entry_point_only) for procedures gingerBill 2024-01-05 13:38:30 +00:00
  • 59aa05170d respect -lld CLI arg Patrick Cleavelin 2024-01-04 13:54:10 -06:00
  • 70c5153471 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2024-01-03 21:00:35 +00:00
  • 5961d4b316 Merge pull request #2983 from perogycook/raylib5 dev-2024-01 gingerBill 2024-01-03 18:32:45 +00:00
  • b59c80d6fd Merge pull request #3068 from laytan/json-unmarshal-union Jeroen van Rijn 2024-01-03 19:13:36 +01:00
  • 8c10f4cdde encoding/json: try to unmarshal into union variants Laytan Laats 2024-01-03 19:02:30 +01:00
  • 0cc72b536f Merge pull request #3066 from laytan/darwin-actually-honor-no-crt gingerBill 2024-01-03 17:25:41 +00:00
  • 8a7c2ea9d0 darwin: actually honor no-crt by not linking with -lSystem -lm Laytan Laats 2024-01-02 18:50:00 +01:00
  • cb1c10ce83 Merge pull request #3067 from Platin21/fix/macos-no-duplicated-linkage Jeroen van Rijn 2024-01-02 21:35:41 +01:00
  • 37c2e9bec3 Fixed Typo / Added check for 1 Platin21 2024-01-02 21:14:17 +01:00
  • 4626cd03da Adds missing space Platin21 2024-01-02 21:04:44 +01:00
  • 3850be2e11 Fixed git issue.. Platin21 2024-01-02 21:04:03 +01:00
  • 4c9aa30a1e Merge remote-tracking branch 'origin/master' into fix/macos-min-version Platin21 2024-01-02 20:55:20 +01:00
  • da977cf1e6 Adds new flag for linker to know if it should link the system library or not Platin21 2024-01-02 20:55:15 +01:00
  • ee97c5958f Merge pull request #3065 from Platin21/fix/macos-min-version Jeroen van Rijn 2024-01-02 20:07:26 +01:00
  • 778bbee17c Removes macOS min version and supports default latest Platin21 2024-01-02 19:49:44 +01:00
  • 4efef08c94 Update core:encoding to Unicode 15.1 table. Jeroen van Rijn 2024-01-02 18:03:32 +01:00