aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add `objc_registerClassPair` to allow subclassingJulian Ceipek2022-10-201-0/+1
| * | Use `c.size_t` to match C declaration more directlyJulian Ceipek2022-10-201-1/+1
| * | Fix signature for `objc_allocateClassPair`Julian Ceipek2022-10-202-2/+2
|/ /
* | Remove doubly linked list of `Platform_Memory_Block` fieldsgingerBill2022-10-192-37/+0
* | Allow `transmute` to be constant for integers of the same internal endiannessgingerBill2022-10-192-11/+52
* | Revert `default_resize_bytes_align` logic to previous behaviourgingerBill2022-10-191-8/+7
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-1814-389/+471
|\|
| * Update sort_private.odingingerBill2022-10-181-2/+3
| * Merge pull request #2124 from odin-lang/virtual-arena-unificationgingerBill2022-10-177-376/+323
| |\
| | * Wrap `intrinsics.overflow_add` to `safe_add`gingerBill2022-10-153-48/+10
| | * Add `overflow_add` checks to `alloc_from_memory_block`gingerBill2022-10-131-3/+7
| | * Add overflow check when using a growing arenagingerBill2022-10-131-1/+2
| | * Add @(require_results) to many proceduresgingerBill2022-10-131-0/+9
| | * Inline `assert` conditiongingerBill2022-10-121-1/+1
| | * Rename constants; minor rearrange of `Arena` layoutgingerBill2022-10-121-18/+17
| | * Clean up `minimum_block_size` default implicit initializationgingerBill2022-10-121-3/+7
| | * Sanity corrections to virtual callsgingerBill2022-10-123-32/+28
| | * Inline resize logic for `virtual.Arena`gingerBill2022-10-122-16/+44
| | * Update `total_used` for `arena_static_reset_to`gingerBill2022-10-121-0/+2
| | * Inline align forward offset codegingerBill2022-10-121-12/+7
| | * Unify `Static_Arena` and `Growing_Arena` into `Arena`gingerBill2022-10-124-362/+309
| * | Merge pull request #2128 from Lperlind/staging/better_using_blankgingerBill2022-10-172-1/+10
| |\ \
| | * | Improve error messages with 'using _'Lucas Perlind2022-10-152-1/+10
| * | | Merge pull request #2127 from terids/vendor-vulkan-fixgingerBill2022-10-142-10/+10
| |\ \ \ | | |/ / | |/| |
| | * | Fix GetInstanceProcAddr crashterids2022-10-142-10/+10
| |/ /
| * | Merge pull request #2126 from ftphikari/mastergingerBill2022-10-132-0/+125
| |\ \ | | |/ | |/|
| | * sys/windows: add ITaskbarList interfaceshikari2022-10-131-0/+82
| | * sys/windows: add SHFileOperationWhikari2022-10-122-0/+43
* | | Allow for `N = -1` in `wstring_to_utf8`gingerBill2022-10-181-4/+4
|/ /
* | Merge pull request #2110 from elusivePorpoise/mastergingerBill2022-10-111-1/+1
|\ \
| * | Merge branch 'odin-lang:master' into masterelusivePorpoise2022-10-1125-68/+355
| |\|
| * | os2/file_windows fixPhuk Ng Yu2022-10-071-1/+1
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-119-3/+200
|\ \ \ | | |/ | |/|
| * | Merge pull request #2101 from ftphikari/mastergingerBill2022-10-109-3/+200
| |\ \
| | * | sys/windows: replace A with Whikari2022-10-101-2/+2
| | * | sys/windows: add free disk space function bindinghikari2022-10-102-0/+8
| | * | sys/windows: add some constantshikari2022-10-072-2/+14
| | * | Merge branch 'odin-lang:master' into masterftphikari2022-10-045-25/+46
| | |\ \
| | * | | sys/windows: add comctl32hikari2022-10-011-0/+9
| | * | | Merge remote-tracking branch 'origin/master'hikari2022-10-0110-219/+261
| | |\ \ \
| | * | | | sys/windows: add a bunch of stuffhikari2022-10-016-1/+169
* | | | | | Fix #2016 when passing an untyped integer to a generic `typeid` parametergingerBill2022-10-111-1/+7
|/ / / / /
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-106-12/+45
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2120 from jceipek/fix-nsapplication-shouldTerminateAfterL...gingerBill2022-10-101-3/+3
| |\ \ \ \ \
| | * | | | | Use `NS.BOOL` instead of `bool`Julian Ceipek2022-10-091-2/+2
| | * | | | | Fix signature for `shouldTerminateAfterLastWindowClosed` delegate procJulian Ceipek2022-10-081-3/+3
| * | | | | | Merge pull request #2115 from Lperlind/staging/soa_ptr_debug_fixgingerBill2022-10-105-9/+42
| |\ \ \ \ \ \
| | * | | | | | llvm_backend_debug: Add debug info for soa pointerLucas Perlind2022-10-081-0/+1
| | * | | | | | Github CI: Add test case for issue 2113Lucas Perlind2022-10-084-9/+41
* | | | | | | | Force call site attributes for procedures (relating to #2121 causing ABI issu...gingerBill2022-10-102-18/+32
|/ / / / / / /