| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | Update calling convention to the most appropriate | gingerBill | 2023-05-22 | 3 | -1620/+1620 | |
| * | | | | | | | | | | | Use `proc "c"` calling convention in NS Foundation package | gingerBill | 2023-05-22 | 22 | -350/+350 | |
| * | | | | | | | | | | | Add procedure groups for `Device_newBuffer` and `Texture_newTextureView` | gingerBill | 2023-05-22 | 1 | -5/+21 | |
| * | | | | | | | | | | | Minor change to handling of propagation of errors with `---` as a value | gingerBill | 2023-05-22 | 15 | -82/+69 | |
| * | | | | | | | | | | | Fix `---` on variable declarations | gingerBill | 2023-05-22 | 1 | -1/+4 | |
| * | | | | | | | | | | | Restrict `---` to variable declarations only | gingerBill | 2023-05-22 | 3 | -8/+27 | |
| * | | | | | | | | | | | Add `@(require_results)` and `contextless` to procedures in `core:math/bits` | gingerBill | 2023-05-22 | 1 | -84/+161 | |
| * | | | | | | | | | | | Add `@(require_results)` to `core:math/fixed` | gingerBill | 2023-05-22 | 1 | -0/+11 | |
| * | | | | | | | | | | | Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packages | gingerBill | 2023-05-22 | 4 | -1265/+1307 | |
| * | | | | | | | | | | | Add "contextless" to `core:math/linalg` procedures | gingerBill | 2023-05-22 | 7 | -620/+620 | |
| * | | | | | | | | | | | Add `@(require_results)` `core:math/linalg` procedures | gingerBill | 2023-05-22 | 7 | -24/+638 | |
| * | | | | | | | | | | | Add `@(require_results)` to `core:math/noise` | gingerBill | 2023-05-22 | 1 | -0/+9 | |
| * | | | | | | | | | | | Add `@(require_results)` to `core:math/rand` | gingerBill | 2023-05-22 | 7 | -7/+49 | |
| * | | | | | | | | | | | Add @(require_results) to `core:math` procedures | gingerBill | 2023-05-22 | 7 | -335/+488 | |
| * | | | | | | | | | | | Improve error handling for `resize` and `reserve` procedures | gingerBill | 2023-05-22 | 6 | -90/+87 | |
| * | | | | | | | | | | | Add missing `Allocator_Error` and `@(require_results)` to many procedures | gingerBill | 2023-05-22 | 6 | -57/+153 | |
| * | | | | | | | | | | | Add require_results to make builtin procedures | gingerBill | 2023-05-22 | 3 | -33/+37 | |
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2548 from ntn9995/fix_stb_truetype | Jeroen van Rijn | 2023-05-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | add missing fields to fontinfo | ikarus | 2023-05-20 | 1 | -1/+1 | |
| | |/ / / / / / / / / | ||||||
| * / / / / / / / / / | Enforce an `icmp` when casting to `i1` to correct behaviour for booleans whic... | gingerBill | 2023-05-20 | 1 | -45/+32 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2521 from elusivePorpoise/main | Jeroen van Rijn | 2023-05-19 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | added error printing | Elusive Porpoise | 2023-05-19 | 1 | -0/+4 | |
| | * | | | | | | | | | remove misleading example | Elusive Porpoise | 2023-05-08 | 1 | -6/+0 | |
| * | | | | | | | | | | Merge pull request #2479 from Naught00/master | Jeroen van Rijn | 2023-05-19 | 2 | -3/+84 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix accidental check in | Mark Naughton | 2023-05-19 | 1 | -8/+0 | |
| | * | | | | | | | | | | Fix windows write_directory() | Mark Naughton | 2023-05-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | Add write permissions check on output folder | Mark Naughton | 2023-05-19 | 2 | -1/+54 | |
| | * | | | | | | | | | | Fix single-file package case | Mark Naughton | 2023-05-18 | 2 | -1/+8 | |
| | * | | | | | | | | | | Simplify extension addition logic | Mark Naughton | 2023-04-26 | 1 | -9/+2 | |
| | * | | | | | | | | | | Use buildpath instead of init_filename | Mark Naughton | 2023-04-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | Fix .bin not being applied for relative directory | Mark Naughton | 2023-04-26 | 1 | -1/+2 | |
| | * | | | | | | | | | | Fix Windows version of get_current_directory | Mark Naughton | 2023-04-25 | 1 | -3/+3 | |
| | * | | | | | | | | | | Add Windows equivalent of get_current_directory | Mark Naughton | 2023-04-24 | 1 | -0/+15 | |
| | * | | | | | | | | | | Add .bin extension in extra case | Mark Naughton | 2023-04-24 | 1 | -3/+9 | |
| | * | | | | | | | | | | Add get_current_directory() | Mark Naughton | 2023-04-24 | 1 | -0/+12 | |
| | * | | | | | | | | | | Use last element for directory collision check | Mark Naughton | 2023-04-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | Add .bin extension the case of a collision | Mark Naughton | 2023-04-23 | 1 | -0/+4 | |
| | * | | | | | | | | | | Change default executable extension | Mark Naughton | 2023-04-23 | 1 | -4/+2 | |
| * | | | | | | | | | | | Merge pull request #2547 from laytan/parse-address-can-return-nil | Jeroen van Rijn | 2023-05-19 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | fix parse_address can return nil | Laytan Laats | 2023-05-19 | 1 | -0/+4 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Make `intrinsics.type_merge` form a union of the types; ignoring duplicates | gingerBill | 2023-05-19 | 1 | -4/+18 | |
| * | | | | | | | | | | | Add `intrinsics.type_merge` | gingerBill | 2023-05-19 | 5 | -1/+82 | |
| * | | | | | | | | | | | Merge pull request #2546 from kstreets/master | Jeroen van Rijn | 2023-05-18 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix #2545 - Typo in vec4 lerping procedures | KyleRhoads45 | 2023-05-18 | 1 | -2/+2 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Add `fmt:"s,0"` tags to UTF-16 strings in dxgi.odin | gingerBill | 2023-05-18 | 1 | -4/+4 | |
| * | | | | | | | | | | | Merge pull request #2500 from Ahsan-Sarbaz/master | gingerBill | 2023-05-18 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fixed Bug in DXGI | Ahsan-Sarbaz | 2023-05-01 | 1 | -4/+4 | |
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2474 from cshenton/patch-1 | gingerBill | 2023-05-18 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add Dynamic Resource Root Signature flags | Charlie Shenton | 2023-04-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Fix #2518 | gingerBill | 2023-05-18 | 1 | -1/+2 | |