Jeroen van Rijn
|
681ae408a5
|
Merge pull request #7041 from BunterSchatten/fix-obj-extension
Make object and assembly file extensions user-changeable again
|
2026-07-14 14:24:30 +02:00 |
|
David Bader
|
865b97fa9e
|
Make object and assembly file extensions user-changeable again
|
2026-07-14 14:02:09 +02:00 |
|
Jeroen van Rijn
|
58efb2cc63
|
Merge pull request #7026 from MauriceElliott/fix/playdate-sp-fpu
fix(playdate-subtarget): Fixed issue where floats was being incorrectly compiled.
|
2026-07-14 12:13:59 +02:00 |
|
Jeroen van Rijn
|
5ea9f393d9
|
Merge pull request #7030 from BlackGoku36/master
Fix darwin arm64 argument passing abi
|
2026-07-14 12:06:43 +02:00 |
|
quark
|
f308d92f32
|
replace makefiles in vendor with shell scripts; update ci. (#7034)
Replace makefiles in vendor with shell scripts; update ci.
|
2026-07-14 11:43:28 +02:00 |
|
Jeroen van Rijn
|
5480a725d1
|
Merge pull request #6838 from kalsprite/x.509
core:encoding/asn1 (strict DER) + core:crypto/x509 (X.509 v3)
|
2026-07-14 10:08:52 +02:00 |
|
Jeroen van Rijn
|
b99b2a4cae
|
Merge pull request #7028 from EliasEbner/fix-vendor-import-paths
fixed the import paths for raylib and rlgl.
|
2026-07-14 09:46:43 +02:00 |
|
kalsprite
|
2d8502a1fa
|
pr comment fixes
|
2026-07-13 22:56:01 -07:00 |
|
Urjasvi Suthar
|
65591fad4e
|
fmt c test code
|
2026-07-14 10:37:20 +05:30 |
|
Urjasvi Suthar
|
b27f28d1ea
|
Fix darwin arm64 argument passing abi.
Darwin arm64 expects caller to take responsibility of zero/sign extending any arguments < 32 bits.
Fixes #6809 and #6816
|
2026-07-14 10:26:52 +05:30 |
|
Elias Ebner
|
04c9543e96
|
fixed the import paths for raylib and rlgl.
both had the issue that they were looking for a directory called
"linux-arm" when it's really called "linux-arm64" inside of "vendor/raylib".
|
2026-07-14 01:42:56 +02:00 |
|
MauriceElliott
|
13763e5ed7
|
fixup! fix: reworked the playdate subtarget to fix issues with the requirement for single point precision floats, as well as an issue with function lowering when set to thumb mode only instrunctions.
|
2026-07-13 23:06:32 +01:00 |
|
MauriceElliott
|
11ef10bb5d
|
fix: reworked the playdate subtarget to fix issues with the requirement for single point precision floats, as well as an issue with function lowering when set to thumb mode only instrunctions.
|
2026-07-13 23:02:50 +01:00 |
|
Jeroen van Rijn
|
6953670191
|
Merge pull request #7023 from Kelimion/rlgl_6
Update rlgl bindings to raylib 6
|
2026-07-13 21:32:27 +02:00 |
|
Jeroen van Rijn
|
873e06535d
|
Update rlgl bindings to raylib 6
|
2026-07-13 21:18:05 +02:00 |
|
Jeroen van Rijn
|
892ee34b2e
|
Merge pull request #7022 from Kelimion/cert-store-windows
win32: Add bindings to query the Windows certificate store
|
2026-07-13 18:15:02 +02:00 |
|
Jeroen van Rijn
|
3da748b73d
|
win32: Add bindings to query the Windows certificate store
|
2026-07-13 16:54:53 +02:00 |
|
gingerBill
|
24dfc6459f
|
Merge pull request #7015 from BlackGoku36/master
Fix arm64 ABI: '#simd' vectors and vector aggregates not passed in registers (fixes #7010)
|
2026-07-13 14:45:42 +01:00 |
|
Urjasvi Suthar
|
713772ff2a
|
Fix i64 to i32 conversion for lb_sizeof(type) call in llvm_abi.cpp
|
2026-07-13 11:42:04 +05:30 |
|
kalsprite
|
4aa30314c9
|
add limbo
|
2026-07-12 15:05:36 -07:00 |
|
kalsprite
|
df044411d9
|
attach nc
|
2026-07-12 12:58:45 -07:00 |
|
kalsprite
|
e4fc7a3a9e
|
rsa, x509 write path
|
2026-07-12 12:14:32 -07:00 |
|
kalsprite
|
2fd11467c8
|
Merge branch 'master' into x.508
|
2026-07-12 10:51:44 -07:00 |
|
Urjasvi Suthar
|
aef401fc9b
|
Fix arm64 ABI: '#simd' vectors and vector aggregates not passed in registers (fixes #7010)
|
2026-07-12 21:29:57 +05:30 |
|
gingerBill
|
683d40db69
|
Merge pull request #7013 from rmn64k/reject-chained-defer
Reject chained deferred procedures.
|
2026-07-12 09:34:42 +01:00 |
|
Richard Nyberg
|
bb2e7e60ce
|
Reject chained deferred procedures.
|
2026-07-12 07:49:46 +02:00 |
|
gingerBill
|
9b4adb0159
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2026-07-12 00:08:00 +01:00 |
|
gingerBill
|
0694535d4e
|
Correct arithmetic >> behaviour in LLVM IR
|
2026-07-12 00:07:51 +01:00 |
|
gingerBill
|
51bc27be01
|
Fix big_int_shr for arithmetic shift (i.e. negative numbers)
|
2026-07-12 00:04:35 +01:00 |
|
Jeroen van Rijn
|
049138d3ff
|
Merge pull request #6857 from Yawning/feature/rsa
core/crypto: RSA support
|
2026-07-11 23:37:39 +02:00 |
|
Yawning Angel
|
e1d32cb19f
|
core/cryto/rsa: Initial import
|
2026-07-12 06:17:08 +09:00 |
|
Yawning Angel
|
483221ef97
|
core/crypto/_bigint: Initial import
|
2026-07-12 06:17:08 +09:00 |
|
Yawning Angel
|
f259b416e3
|
core/crypto/_subtle: Cleanups, dedup from RSA code
|
2026-07-12 03:28:20 +09:00 |
|
Yawning Angel
|
98e22205af
|
core/crypto/ed25519: Add missing require_results annotations
|
2026-07-12 03:28:20 +09:00 |
|
gingerBill
|
a60a77f57f
|
Merge pull request #6997 from tf2spi/6981-increase-stack-size
Increase stack size for threads
|
2026-07-11 10:37:55 +01:00 |
|
Jeroen van Rijn
|
0bc15952bb
|
Merge pull request #7006 from febrandao/master
vendor:box3d - fix missing return value of *_GetUserData functions
|
2026-07-11 11:00:32 +02:00 |
|
Felipe Brandão
|
6a73a4ece7
|
fixes missing return value of GetUserData functions
|
2026-07-10 22:16:40 -03:00 |
|
Felipe Brandão
|
d62d17faa3
|
fix missing return value of World_GetUserData
|
2026-07-10 22:10:04 -03:00 |
|
Jeroen van Rijn
|
5c6194c988
|
Fix #7004
|
2026-07-10 23:43:30 +02:00 |
|
Jeroen van Rijn
|
43a9f145e1
|
Merge pull request #7002 from Kelimion/rbtree_upsert
Add `rbtree.upsert`
|
2026-07-10 22:36:17 +02:00 |
|
Jeroen van Rijn
|
c90f7b1c48
|
ensure key reuse for upsert test
|
2026-07-10 21:48:52 +02:00 |
|
Jeroen van Rijn
|
5377cd9c49
|
Add rbtree.upsert
|
2026-07-10 21:37:47 +02:00 |
|
Jeroen van Rijn
|
e26b5ba54e
|
Merge pull request #6988 from catermujo/push-rmqymlxpmqtk
core/rbtree: match find_or_insert semantics with AVL
|
2026-07-10 21:03:23 +02:00 |
|
callframe
|
cb7d7a5b7d
|
Allow using absolute path's in foreign import's (#6999)
Document that `-collection` can be used for foreign imports.
Fix absolute path detection on Windows.
|
2026-07-10 20:45:59 +02:00 |
|
gingerBill
|
a6ba977a38
|
Merge pull request #6996 from Creativty/master
Disallow proc group assignment to blank identifier
|
2026-07-10 13:53:32 +01:00 |
|
Abderrahim Indjaren
|
ac6688c166
|
add: disallow proc group assignment to blank identifier
|
2026-07-10 12:19:39 +01:00 |
|
gingerBill
|
819fdc7a80
|
Merge pull request #6990 from jagnat/objc-superclass-lookup-fix
Fix for @(objc_implement) being broken in 2026-07
dev-2026-07a
|
2026-07-10 10:56:01 +01:00 |
|
gingerBill
|
96ca9f3b48
|
Merge pull request #6984 from A1029384756/master
[cli] remove `default` help option for stack protector
|
2026-07-10 08:56:07 +01:00 |
|
gingerBill
|
7f8a9e2114
|
Merge pull request #6987 from RoBaertschi/master
Fix #6979
|
2026-07-10 08:55:53 +01:00 |
|
gingerBill
|
2c36fd3e35
|
Merge pull request #6993 from DerTee/master
fix assign_at_elems_fixed_capacity_dynamic_array
|
2026-07-10 08:55:36 +01:00 |
|