DuchGhast
|
1ed1fefc27
|
Fix default temp allocator under flow bug
|
2025-12-08 17:30:52 +00:00 |
|
gingerBill
|
e6827393cf
|
Add raw_union_tag struct tag fields to many types in vendor
|
2025-12-08 14:35:22 +00:00 |
|
gingerBill
|
3a3239294c
|
raw_union_tag allow for comma separation for multiple mappings
|
2025-12-08 14:03:13 +00:00 |
|
gingerBill
|
f9f4dcd207
|
Add raw_union_tag for struct #raw_union fields to improve fmt printing
|
2025-12-08 13:58:28 +00:00 |
|
gingerBill
|
8c90e5df03
|
Merge pull request #6000 from odin-lang/bill/kb_text_shape_2
Update kb_text_shape to v2.03
|
2025-12-08 13:28:36 +00:00 |
|
gingerBill
|
f8bb5c7427
|
Wrap EncodeUtf8
|
2025-12-08 13:12:29 +00:00 |
|
gingerBill
|
ccbe584560
|
data -> res to minimize confusion
|
2025-12-08 13:01:24 +00:00 |
|
gingerBill
|
9a2a240293
|
Wrap LoadFont; More styling changes
|
2025-12-08 12:59:14 +00:00 |
|
gingerBill
|
0bbb656147
|
Use b32 for Error fields instead of c.int
|
2025-12-08 12:23:17 +00:00 |
|
gingerBill
|
b2f49e4979
|
Use bit_field where appropriate and improve formatting
|
2025-12-08 12:19:42 +00:00 |
|
gingerBill
|
c284fcb3a3
|
Add some examples to the docs; Improve numerous procedures
|
2025-12-08 12:10:50 +00:00 |
|
gingerBill
|
6002a29c51
|
Fix indentation
|
2025-12-08 11:41:35 +00:00 |
|
gingerBill
|
a87f602cd0
|
Update kb_text_shape to v2.03
|
2025-12-08 11:39:22 +00:00 |
|
gingerBill
|
36152bb134
|
Merge pull request #5998 from slowhei/master
Added more NSApplication and NSWindow bindings
|
2025-12-07 16:37:52 +00:00 |
|
gingerBill
|
3f354a4717
|
Modify IMPORTANT NOTE from os2
|
2025-12-06 16:08:46 +00:00 |
|
Tohei Ichikawa
|
67cc04b1da
|
Added more NSApplication and NSWindow bindings
|
2025-12-05 17:20:15 -05:00 |
|
gingerBill
|
404f0d6e64
|
Merge pull request #5993 from jimhub/jpeg-loader-js-fix
Adding missing build flags in jpeg loader to avoid load proc collision
|
2025-12-05 17:53:26 +00:00 |
|
James Liljenquist
|
f58ef12d59
|
Removed redundant build tags
|
2025-12-05 09:15:05 -07:00 |
|
Jeroen van Rijn
|
be82c4ffed
|
Add cURL license, update vendor readme.
|
2025-12-05 10:05:59 +01:00 |
|
James Liljenquist
|
6ac4bc43e2
|
Adding missing build flags to avoid load proc collision
|
2025-12-04 13:00:50 -07:00 |
|
Jeroen van Rijn
|
c04c6dfcc6
|
Add -ignore-unused-defineables to tests/issues.
|
2025-12-04 15:52:48 +01:00 |
|
Jeroen van Rijn
|
6ef91e2658
|
Update curl bindings to 8.17
dev-2025-12a
|
2025-12-04 14:58:45 +01:00 |
|
Jeroen van Rijn
|
be943e9757
|
Fix cURL test.
|
2025-12-04 14:11:13 +01:00 |
|
Jeroen van Rijn
|
9ac813e582
|
Replace libcurl library on Windows.
This one is built with MSVC instead MingW and doesn't produce link errors.
|
2025-12-04 13:57:47 +01:00 |
|
Jeroen van Rijn
|
e9d8f90216
|
Add mbedtls dependecy for vendor tests
|
2025-12-03 20:52:48 +01:00 |
|
Jeroen van Rijn
|
55ef0e26fa
|
brew install curl
|
2025-12-03 20:47:03 +01:00 |
|
Jeroen van Rijn
|
0bf1ca0435
|
apt only on ubuntu
|
2025-12-03 20:33:30 +01:00 |
|
Jeroen van Rijn
|
215a96d550
|
Fix CI?
|
2025-12-03 20:27:08 +01:00 |
|
Jeroen van Rijn
|
80b7969351
|
Remove coverage runner.
It's too flaky.
|
2025-12-03 20:19:44 +01:00 |
|
Jeroen van Rijn
|
6d60342975
|
Merge pull request #5989 from miere43/fix-5699
Fix duplicate code emission in type assertions.
|
2025-12-03 18:58:03 +00:00 |
|
miere43
|
29019d7138
|
Fix duplicate code emission in type assertions.
|
2025-12-03 21:27:38 +03:00 |
|
Jeroen van Rijn
|
09e516ef68
|
Merge pull request #5988 from jasonKercher/os2-env-fixes
os2: Use core:sys/posix for Linux when linking libc
|
2025-12-03 14:56:39 +00:00 |
|
jason
|
c16909ab4a
|
os2 env changes
Use core:sys/posix for Linux when linking libc
fix copy paste error in posix_env
|
2025-12-03 09:48:30 -05:00 |
|
Jeroen van Rijn
|
8b1c7863c1
|
Merge pull request #5987 from jasonKercher/os2-libc-env-linux
os2: Use libc for linux environment if not no-crt.
|
2025-12-03 10:30:48 +00:00 |
|
jason
|
de97e9f344
|
use libc for linux env when not no-crt
|
2025-12-02 23:52:18 -05:00 |
|
Jeroen van Rijn
|
b277d66e00
|
Merge pull request #5983 from colrdavidson/fix_darwin_thread
fix thread_act_t size
dev-2025-12
|
2025-12-02 01:02:37 +00:00 |
|
Colin Davidson
|
a76c902b79
|
fix thread_act_t size
|
2025-12-01 16:38:10 -08:00 |
|
Jeroen van Rijn
|
7e9ceaa281
|
Fix #5982
Add escape analysis check for #load directive to fix #5982.
|
2025-12-01 22:16:37 +01:00 |
|
Jeroen van Rijn
|
ac61f083fa
|
Restore help line for all-bits
|
2025-12-01 14:15:56 +01:00 |
|
gingerBill
|
0f0c40b96d
|
Fix -integer-division-by-zero modes and document all-bits
|
2025-12-01 13:11:32 +00:00 |
|
gingerBill
|
493220eb32
|
Add -no-logo to rc_flags in build.bat
|
2025-12-01 12:35:42 +00:00 |
|
gingerBill
|
4e06134618
|
Add reflect.has_no_indirections
|
2025-12-01 12:34:22 +00:00 |
|
gingerBill
|
6922ab15fb
|
Merge pull request #5864 from Skyress-s/master
fix: linalg.quaternion_from_forward_and_up()
|
2025-12-01 12:31:55 +00:00 |
|
gingerBill
|
4fdaa867a7
|
Merge pull request #5652 from odin-lang/vendor/curl
`vendor:curl`
|
2025-12-01 12:26:56 +00:00 |
|
gingerBill
|
99d8d728f4
|
Update ci.yml for Ubuntu for libcurl
|
2025-12-01 12:07:22 +00:00 |
|
gingerBill
|
eb1d103711
|
Improve comment formatting with curl_options.odin
|
2025-12-01 12:01:55 +00:00 |
|
gingerBill
|
2652ea4f99
|
Improve comments in curl.odin
|
2025-12-01 12:01:25 +00:00 |
|
gingerBill
|
3771ff7b12
|
Merge branch 'master' into vendor/curl
|
2025-12-01 11:53:08 +00:00 |
|
Jeroen van Rijn
|
e72aad983b
|
Remove all-bits from option help text, isn't supported.
|
2025-11-30 22:37:35 +01:00 |
|
Jeroen van Rijn
|
71822cb197
|
Merge pull request #5979 from astenmark/fix-5978-choice-bit-set
Fix #5978: make choice_bit_set respect bit_set domain
|
2025-11-30 21:33:12 +00:00 |
|