gingerBill
40a8ed535a
Add @(require_results) to core:math/ease
2023-05-22 20:43:19 +01:00
Jeroen van Rijn
c7d571f0b5
Merge pull request #2553 from laytan/fix-2550-json-unicode-issue
...
fix #2550 json encoding should use surrogate pairs per RFC7159
2023-05-22 18:28:59 +02:00
Laytan Laats
5d54b710e7
fix #2550 json encoding should use surrogate pairs per RFC7159
2023-05-22 17:22:33 +02:00
gingerBill
248f14a1ef
Correct entity flag generation
2023-05-22 15:29:01 +01:00
gingerBill
b76fc58543
Inline are_types_identical_unique_tuples to improve odin_doc_type performance
2023-05-22 15:23:24 +01:00
gingerBill
9fc9981a9e
Update calling convention to the most appropriate
...
- "odin" if the `context` is needed for `assert`
- "contextless" if multiple return values are needed (better for optimizations)
- "c" otherwise
2023-05-22 15:04:33 +01:00
gingerBill
8f563df7c5
Use proc "c" calling convention in NS Foundation package
2023-05-22 14:59:24 +01:00
gingerBill
730192adc4
Add procedure groups for Device_newBuffer and Texture_newTextureView
2023-05-22 14:51:46 +01:00
gingerBill
8bf32ac697
Minor change to handling of propagation of errors with --- as a value
2023-05-22 12:53:29 +01:00
gingerBill
540f724b1f
Fix --- on variable declarations
2023-05-22 12:42:02 +01:00
gingerBill
d5a8f2298e
Restrict --- to variable declarations only
2023-05-22 12:37:26 +01:00
gingerBill
18c5a53685
Add @(require_results) and contextless to procedures in core:math/bits
2023-05-22 12:13:44 +01:00
gingerBill
a1172d31f4
Add @(require_results) to core:math/fixed
2023-05-22 12:11:53 +01:00
gingerBill
396debb9cb
Add @(require_results) to core:math/linalg's glsl and hlsl packages
2023-05-22 12:11:18 +01:00
gingerBill
c4cb2f2378
Add "contextless" to core:math/linalg procedures
2023-05-22 12:07:37 +01:00
gingerBill
74ce99e0d7
Add @(require_results) core:math/linalg procedures
2023-05-22 12:05:56 +01:00
gingerBill
89a233ccd2
Add @(require_results) to core:math/noise
2023-05-22 12:00:17 +01:00
gingerBill
2df6cabee0
Add @(require_results) to core:math/rand
2023-05-22 11:59:44 +01:00
gingerBill
82023cd629
Add @(require_results) to core:math procedures
2023-05-22 11:58:01 +01:00
gingerBill
1e17f44991
Improve error handling for resize and reserve procedures
2023-05-22 11:47:36 +01:00
gingerBill
600c97cc0f
Add missing Allocator_Error and @(require_results) to many procedures
2023-05-22 11:34:38 +01:00
gingerBill
7298054974
Add require_results to make builtin procedures
2023-05-22 11:19:13 +01:00
J.C. Moyer
4d5a442d1f
Use compound literal storage for ValueDecl lvals
...
Prior to this commit, if a variable was initialized using a compound
literal, its associated storage would not be set. This commit makes the
variable always take on the storage of the compound literal.
Fixes #2466
2023-05-21 16:43:34 -04:00
J.C. Moyer
249f42f054
Add test for #2466
2023-05-21 16:42:48 -04:00
NoahR02
87788142bf
Generate the new vulkan files
2023-05-20 19:15:32 -04:00
NoahR02
f0b08a6c67
Add required metal types
2023-05-20 19:14:19 -04:00
NoahR02
a144a49a9a
Parse vulkan video constants in seperate section and
...
add MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT to the base constants
2023-05-20 19:07:34 -04:00
NoahR02
2167f1b567
Make sure the 's' is after Flags and not the ext name
2023-05-20 18:58:40 -04:00
NoahR02
c5c723b80c
Parse C bit fields in parse_structs
2023-05-20 18:42:49 -04:00
NoahR02
66461c9dbc
Parse Vulkan Video headers
2023-05-20 18:28:39 -04:00
NoahR02
d77103e53e
Add MicromapUsageEXT** to convert_type
...
We should probably parse this in parse_structs.
2023-05-20 18:18:50 -04:00
Jeroen van Rijn
963908e508
Merge pull request #2548 from ntn9995/fix_stb_truetype
...
add missing fields to fontinfo
2023-05-20 15:33:11 +02:00
ikarus
9e5677ab02
add missing fields to fontinfo
2023-05-20 20:07:41 +07:00
gingerBill
46bb9bc5c7
Enforce an icmp when casting to i1 to correct behaviour for booleans which are not 0 or 1
2023-05-20 12:41:30 +01:00
Jeroen van Rijn
118ab60588
Merge pull request #2521 from elusivePorpoise/main
...
remove misleading defer if example
2023-05-19 22:01:13 +02:00
Elusive Porpoise
223ae61c89
added error printing
2023-05-19 11:36:53 -07:00
Jeroen van Rijn
1f4baba06e
Merge pull request #2479 from Naught00/master
...
Change default executable extension for non-Windows platforms
2023-05-19 20:09:39 +02:00
Mark Naughton
fa1ce7d5d1
Fix accidental check in
2023-05-19 18:56:35 +01:00
Mark Naughton
775a488a36
Fix windows write_directory()
2023-05-19 18:53:43 +01:00
Mark Naughton
018904f0ec
Add write permissions check on output folder
2023-05-19 18:37:55 +01:00
Jeroen van Rijn
b358641e7d
Merge pull request #2547 from laytan/parse-address-can-return-nil
...
fix parse_address can return nil
2023-05-19 19:28:24 +02:00
Laytan Laats
ff745e0ad8
fix parse_address can return nil
2023-05-19 19:14:25 +02:00
gingerBill
4201834b18
Make intrinsics.type_merge form a union of the types; ignoring duplicates
2023-05-19 12:11:18 +01:00
gingerBill
2631e07bea
Add intrinsics.type_merge
2023-05-19 11:18:20 +01:00
Jeroen van Rijn
76a1851cb8
Merge pull request #2546 from kstreets/master
...
Fix #2545 - Typo in vec4 lerping procedures
2023-05-18 22:40:44 +02:00
KyleRhoads45
87a1792677
Fix #2545 - Typo in vec4 lerping procedures
2023-05-18 13:19:22 -07:00
Mark Naughton
413077a5d9
Fix single-file package case
2023-05-18 13:23:17 +01:00
gingerBill
d56fdd2937
Add fmt:"s,0" tags to UTF-16 strings in dxgi.odin
2023-05-18 12:00:23 +01:00
gingerBill
6639b7d017
Merge pull request #2500 from Ahsan-Sarbaz/master
...
Fixed a bug in DXGI
2023-05-18 11:57:55 +01:00
gingerBill
7702a488e5
Merge pull request #2474 from cshenton/patch-1
...
Add Dynamic Resource Root Signature flags
2023-05-18 11:56:35 +01:00