aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #2721 from Kartoffelsaft/dynamic-pool-allocgingerBill2023-08-161-0/+1
| |\ \ \
| | * | | fix whitespaceBenjamin Findley2023-08-151-1/+1
| | * | | prevent potential segfaults when using large allocations from dynamic poolBenjamin Findley2023-08-111-0/+1
* | | | | Update TildegingerBill2023-08-214-11/+10
* | | | | Update TildegingerBill2023-08-199-52/+83
|/ / / /
* | | | Fix comparison of two `nil` unions against each othergingerBill2023-08-161-2/+17
* | | | Disable HAS_VALGRIND logic for `BlockingMutex` (fixes #2703)gingerBill2023-08-161-6/+6
* | | | Remove unused code in gb.h; Minimize use of `heap_allocator()` in parsergingerBill2023-08-162-937/+51
* | | | Update to llvm@13 for MacgingerBill2023-08-151-2/+2
| |_|/ |/| |
* | | Update demo.odin to #align(N) stylegingerBill2023-08-151-1/+1
* | | Scale by 3/2 rather than 5/4gingerBill2023-08-151-1/+1
* | | Improve heuristic for committing memory with `virtual.alloc_from_memory_block`gingerBill2023-08-151-5/+12
* | | Align committed to a page sizegingerBill2023-08-151-0/+5
* | | `alloc_from_memory_block` to commit amounts equal to multiples of the `DEFAUL...gingerBill2023-08-151-5/+8
* | | Require parentheses for `#align(N)`gingerBill2023-08-1517-48/+63
| |/ |/|
* | Merge pull request #2716 from laytan/add-libraygui-macos-arm64gingerBill2023-08-151-0/+0
|\ \
| * | add libraygui.a for macos-arm64Laytan Laats2023-08-091-0/+0
* | | Merge pull request #2719 from laytan/add-waitgroup-to-wait-proc-groupgingerBill2023-08-151-0/+2
|\ \ \
| * | | add wait group to wait proc groupLaytan Laats2023-08-111-0/+2
| | |/ | |/|
* | | Merge pull request #2747 from Pix-xiP/loc-into-stringsgingerBill2023-08-153-37/+37
|\ \ \
| * | | Strings makes added caller functionPix2023-08-151-23/+23
| * | | Intern add location to init.Pix2023-08-151-2/+2
| * | | Builder makes added caller locationPix2023-08-151-12/+12
| |/ /
* | | Use `or_return` on `resize`/`reserve`gingerBill2023-08-151-13/+5
* | | Fix `_random_u64`gingerBill2023-08-151-3/+4
* | | Change to LLVM@13 for ci.yml on MacgingerBill2023-08-151-2/+2
* | | Change algorithm to work on 64-bit integers rather than 32-bit integers inter...gingerBill2023-08-154-131/+28
* | | Fix range comment from `(0, n]` to `[0, n)`gingerBill2023-08-151-8/+8
|/ /
* / Correct `lb_run_function_pass_manager` behaviourgingerBill2023-08-101-1/+13
|/
* Merge pull request #2710 from guifes/rayguigingerBill2023-08-084-0/+559
|\
| * Tabs for identation and spaces for aligmentGuilherme Fernandes2023-08-081-423/+422
| * Removing contextual commentGuilherme Fernandes2023-08-071-2/+0
| * Adjusting identationGuilherme Fernandes2023-08-071-53/+53
| * Removing unecessary lineGuilherme Fernandes2023-08-071-1/+0
| * Fixing return value missingGuilherme Fernandes2023-08-071-1/+1
| * Improving styleGuilherme Fernandes2023-08-071-2/+2
| * Fixing minor typo: minValu -> minValueGuilherme Fernandes2023-08-071-1/+1
| * Adding whitespaces to detach procedure declaration from category commentsGuilherme Fernandes2023-08-071-0/+9
| * Fixing identation to use tabsGuilherme Fernandes2023-08-071-3/+3
| * Fixing Error: Redeclaration of 'VERSION' in this scopeGuilherme Fernandes2023-08-071-1/+1
| * Moving raygui to vendor/raylibGuilherme Fernandes2023-08-074-40/+39
| * Adding raygui bindingsGuilherme Fernandes2023-08-074-0/+555
* | Adhere to `-vet-style`gingerBill2023-08-082-4/+4
* | Make trailing commas followed by a closing token on the same an error with `-...gingerBill2023-08-081-6/+13
* | Fix typogingerBill2023-08-081-1/+1
* | Add `ODIN_PLATFORM_SUBTARGET`gingerBill2023-08-082-0/+20
* | Fix `add_constant_switch_case`gingerBill2023-08-081-15/+6
* | Disallow aliasing of `any` and `typeid`gingerBill2023-08-081-0/+7
* | Make `for init; ; {}` an error without an explicit cond or postgingerBill2023-08-082-3/+10
* | Remove `switch in` in favour of `switch _ in`gingerBill2023-08-086-10/+13