Julian Ceipek
|
8ceb691cec
|
Fix indentation
|
2022-10-20 21:38:43 -04:00 |
|
Julian Ceipek
|
f26516f6fa
|
Add objc_registerClassPair to allow subclassing
|
2022-10-20 21:18:11 -04:00 |
|
Julian Ceipek
|
fda8e8a30b
|
Use c.size_t to match C declaration more directly
|
2022-10-20 21:16:53 -04:00 |
|
Julian Ceipek
|
2242178d96
|
Fix signature for objc_allocateClassPair
|
2022-10-20 21:07:14 -04:00 |
|
gingerBill
|
53e84b7f31
|
Remove doubly linked list of Platform_Memory_Block fields
|
2022-10-19 23:39:47 +01:00 |
|
gingerBill
|
098f51aa80
|
Allow transmute to be constant for integers of the same internal endianness
|
2022-10-19 16:59:38 +01:00 |
|
gingerBill
|
765969e6a3
|
Revert default_resize_bytes_align logic to previous behaviour
|
2022-10-19 16:06:36 +01:00 |
|
gingerBill
|
8086c14dcc
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-10-18 10:28:25 +01:00 |
|
gingerBill
|
80ce1b7d85
|
Allow for N = -1 in wstring_to_utf8
|
2022-10-18 10:28:17 +01:00 |
|
gingerBill
|
075040ae05
|
Update sort_private.odin
|
2022-10-18 00:06:21 +01:00 |
|
gingerBill
|
aa799d6a0d
|
Merge pull request #2124 from odin-lang/virtual-arena-unification
`core:mem/virtual` - Unify `Static_Arena` and `Growing_Arena` into `Arena`
|
2022-10-17 11:46:44 +01:00 |
|
gingerBill
|
58e607e960
|
Merge pull request #2128 from Lperlind/staging/better_using_blank
Fix assert in issue #1555 and improve error messages with 'using _'
|
2022-10-17 11:45:57 +01:00 |
|
gingerBill
|
ff51c5ee56
|
Wrap intrinsics.overflow_add to safe_add
|
2022-10-15 12:52:07 +01:00 |
|
Lucas Perlind
|
73c1f08776
|
Improve error messages with 'using _'
|
2022-10-15 19:46:17 +11:00 |
|
gingerBill
|
412ca36230
|
Merge pull request #2127 from terids/vendor-vulkan-fix
Fix GetInstanceProcAddr crash
|
2022-10-14 12:22:08 +01:00 |
|
terids
|
06d1df4cae
|
Fix GetInstanceProcAddr crash
It was trying to initialise itself with itself when calling load_proc_addresses(Instance)
Discord bug channel reference https://discord.com/channels/568138951836172421/585072813954564100/1030265964572450867
|
2022-10-14 02:03:57 +01:00 |
|
gingerBill
|
7662808bc9
|
Add overflow_add checks to alloc_from_memory_block
|
2022-10-13 12:53:33 +01:00 |
|
gingerBill
|
d48828dd80
|
Add overflow check when using a growing arena
|
2022-10-13 12:45:17 +01:00 |
|
gingerBill
|
b725e01cdd
|
Add @(require_results) to many procedures
|
2022-10-13 11:10:16 +01:00 |
|
gingerBill
|
874c1f076d
|
Merge pull request #2126 from ftphikari/master
sys/windows: add SHFileOperationW
|
2022-10-13 11:04:01 +01:00 |
|
hikari
|
2c14f0a109
|
sys/windows: add ITaskbarList interfaces
|
2022-10-13 11:19:05 +03:00 |
|
gingerBill
|
cf4afc2e7b
|
Inline assert condition
|
2022-10-12 21:26:50 +01:00 |
|
gingerBill
|
5ed06f7eb8
|
Rename constants; minor rearrange of Arena layout
|
2022-10-12 21:23:45 +01:00 |
|
gingerBill
|
765cd66b30
|
Clean up minimum_block_size default implicit initialization
|
2022-10-12 21:20:31 +01:00 |
|
gingerBill
|
5a8fbc230d
|
Sanity corrections to virtual calls
|
2022-10-12 21:16:34 +01:00 |
|
gingerBill
|
5c62211f00
|
Inline resize logic for virtual.Arena
|
2022-10-12 20:44:36 +01:00 |
|
gingerBill
|
835b8ffa22
|
Update total_used for arena_static_reset_to
|
2022-10-12 20:30:48 +01:00 |
|
gingerBill
|
b84108c4b5
|
Inline align forward offset code
|
2022-10-12 20:28:51 +01:00 |
|
gingerBill
|
6642e1fc9d
|
Unify Static_Arena and Growing_Arena into Arena
|
2022-10-12 19:10:04 +01:00 |
|
hikari
|
c909e8e4b8
|
sys/windows: add SHFileOperationW
|
2022-10-12 04:35:41 +03:00 |
|
gingerBill
|
9bdbb45517
|
Merge pull request #2110 from elusivePorpoise/master
os2/file_windows fix
|
2022-10-11 22:37:29 +01:00 |
|
gingerBill
|
1b5860e574
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-10-11 21:22:05 +01:00 |
|
gingerBill
|
047d45584e
|
Fix #2016 when passing an untyped integer to a generic typeid parameter
|
2022-10-11 21:21:56 +01:00 |
|
elusivePorpoise
|
721486f875
|
Merge branch 'odin-lang:master' into master
|
2022-10-11 02:20:30 -07:00 |
|
gingerBill
|
29f2ecd228
|
Merge pull request #2101 from ftphikari/master
sys/windows: add a bunch of stuff
|
2022-10-10 22:08:30 +01:00 |
|
gingerBill
|
970ac22647
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-10-10 21:49:03 +01:00 |
|
gingerBill
|
419eab5059
|
Force call site attributes for procedures (relating to #2121 causing ABI issues for intrinsics.objc_send)
|
2022-10-10 21:48:56 +01:00 |
|
hikari
|
a1935bc1f4
|
sys/windows: replace A with W
|
2022-10-10 20:40:41 +03:00 |
|
gingerBill
|
fc06c8ed9f
|
Merge pull request #2120 from jceipek/fix-nsapplication-shouldTerminateAfterLastWindowClosed
Fix signature for `shouldTerminateAfterLastWindowClosed` delegate proc
|
2022-10-10 12:01:36 +01:00 |
|
gingerBill
|
7952b26e8b
|
Merge pull request #2115 from Lperlind/staging/soa_ptr_debug_fix
Generate debug info for Type_SoaPointer
|
2022-10-10 11:56:51 +01:00 |
|
hikari
|
fa6cfde4b0
|
sys/windows: add free disk space function binding
|
2022-10-10 07:26:32 +03:00 |
|
Jeroen van Rijn
|
4c78ba2152
|
Fix #2122
|
2022-10-09 21:34:43 +02:00 |
|
Jeroen van Rijn
|
9870e43ac0
|
Merge pull request #2119 from odin-lang/revert-2118-fix-2112
Revert "Fix #2112"
|
2022-10-09 21:23:35 +02:00 |
|
Julian Ceipek
|
63086c7eaf
|
Use NS.BOOL instead of bool
|
2022-10-09 14:31:26 -04:00 |
|
Julian Ceipek
|
ef0c6fc4b3
|
Fix signature for shouldTerminateAfterLastWindowClosed delegate proc
|
2022-10-08 23:52:12 -04:00 |
|
Jeroen van Rijn
|
159c5311c3
|
Revert "Fix #2112"
|
2022-10-08 23:01:06 +02:00 |
|
Jeroen van Rijn
|
b6a65fac36
|
Merge pull request #2118 from Kelimion/fix-2112
Fix #2112
|
2022-10-08 19:06:27 +02:00 |
|
Jeroen van Rijn
|
ab7367ae47
|
Fix #2112
|
2022-10-08 19:00:05 +02:00 |
|
Jeroen van Rijn
|
457f509b5f
|
Merge pull request #2117 from janivanecky/cocoa_window
Add glfw.GetCocoaWindow
|
2022-10-08 17:09:28 +02:00 |
|
Jan Ivanecky
|
7e5c063d98
|
Add glfw.GetCocoaWindow
|
2022-10-08 17:03:55 +02:00 |
|