gingerBill
|
6a2ff3a371
|
Merge pull request #2571 from jakubtomsu/builtin-soa-procs-improvements
Update SOA dynamic array procs to match non-SOA
|
2023-06-06 22:40:27 +01:00 |
|
gingerBill
|
d6f45e4d76
|
Fix fmt for js
|
2023-06-06 22:38:43 +01:00 |
|
Axel Pahl
|
1cdb0abf80
|
Update core/mem/doc.odin
|
2023-06-06 15:17:18 +02:00 |
|
gingerBill
|
0defd1d141
|
Correct printing in fmt for ODIN_ERROR_POS_STYLE
|
2023-06-06 11:17:34 +01:00 |
|
gingerBill
|
24ed07b6d5
|
Add error requiring an explicit calling convention for foreign procedures
|
2023-06-06 11:12:14 +01:00 |
|
gingerBill
|
ecad730945
|
Fix map_get typo
|
2023-06-06 11:08:09 +01:00 |
|
jakubtomsu
|
a6c93e2c41
|
Update SOA dynamic array procs to match non-SOA
|
2023-06-01 13:42:26 +02:00 |
|
gingerBill
|
788f3c22bf
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-05-31 22:23:53 +01:00 |
|
gingerBill
|
c194dfbdf7
|
Remove thread.init_context = context
|
2023-05-31 22:23:47 +01:00 |
|
Lucas Perlind
|
ebe5636307
|
Document core:math/rand and add 'possible output'
Possible output allows us to just type check a test
and have some sort of output field in the docs but
not actually verify it matches stdout
|
2023-05-31 09:49:12 +10:00 |
|
gingerBill
|
6fe2df1d7d
|
Add more documentation to numerous @builtin procedures in package runtime
|
2023-05-30 23:42:21 +01:00 |
|
gingerBill
|
3562a38f8c
|
Merge pull request #2558 from laytan/implement-set-blocking-darwin
implement non blocking sockets for darwin
|
2023-05-30 02:15:20 +01:00 |
|
gingerBill
|
c241edaa30
|
Add missing procedure for #reverse on strings
|
2023-05-30 00:05:24 +01:00 |
|
gingerBill
|
c1eb536726
|
Change to "contextless" from "c"`
|
2023-05-29 23:30:48 +01:00 |
|
gingerBill
|
c38842ecb2
|
Merge pull request #2535 from jasonKercher/fix2515
Fix #2515 - Implement backward shift on `map` on insert and reseed hashes on resize
|
2023-05-29 22:41:46 +01:00 |
|
Jeroen van Rijn
|
508d7c3336
|
Merge pull request #2557 from laytan/fix-weird-errno-on-darwin
fix weird errno returned on darwin
|
2023-05-27 23:26:45 +02:00 |
|
Laytan Laats
|
2b31d85cd4
|
implement non blocking sockets for darwin
|
2023-05-27 22:40:05 +02:00 |
|
Laytan Laats
|
e350c37e6f
|
fix weird errno returned on darwin
|
2023-05-27 21:49:39 +02:00 |
|
gingerBill
|
319a465429
|
Correct queue usage of runtime.Allocator_Error
|
2023-05-27 15:26:27 +01:00 |
|
gingerBill
|
9371325246
|
Fix typo
|
2023-05-25 12:19:41 +01:00 |
|
gingerBill
|
2fda3cf988
|
Remove os dependency in primitives_openbsd.odin
|
2023-05-25 12:17:39 +01:00 |
|
gingerBill
|
03b7194c97
|
Remove os dependency for futex_openbsd.odin
|
2023-05-25 12:05:58 +01:00 |
|
gingerBill
|
39bff40a75
|
Make many core:unicode/utf8 procedures "contextless"
|
2023-05-25 11:58:42 +01:00 |
|
gingerBill
|
3dc6edfd2d
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-05-25 11:58:09 +01:00 |
|
gingerBill
|
762747273e
|
Add mutex to mem.Tracking_Allocator
|
2023-05-25 11:58:02 +01:00 |
|
gingerBill
|
29786b0024
|
Merge pull request #2555 from ryhor-spivak/fix_windowplacement
Remove rcDevice field from WINDOWPLACEMENT
|
2023-05-24 23:14:42 +01:00 |
|
gingerBill
|
32ca50a097
|
Fix special printing for certain named types with fmt.printf related procedures
|
2023-05-24 20:54:30 +01:00 |
|
Ryhor Spivak
|
8012e6fa43
|
Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlacement.
rcDevice is under #ifdef _MAC in WinUser.h and _MAC is defined only for PowerPC Mac builds.
|
2023-05-24 15:14:30 +03:00 |
|
gingerBill
|
e3360a0e5d
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-05-22 20:44:07 +01:00 |
|
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
|
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 |
|
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
|
2631e07bea
|
Add intrinsics.type_merge
|
2023-05-19 11:18:20 +01:00 |
|
KyleRhoads45
|
87a1792677
|
Fix #2545 - Typo in vec4 lerping procedures
|
2023-05-18 13:19:22 -07:00 |
|
gingerBill
|
3108752a0c
|
Fix #2518
|
2023-05-18 11:55:37 +01:00 |
|
gingerBill
|
49cd9648b0
|
Merge pull request #2512 from jasonKercher/master
update os2 to match core changes
|
2023-05-18 11:26:16 +01:00 |
|
gingerBill
|
911c98e235
|
Merge pull request #2525 from laytan/fix-buffer-init-cap-0-wrong-allocator
fix bytes.buffer_init_allocator not using given allocator if len/cap is 0
|
2023-05-18 11:24:27 +01:00 |
|