aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Update calling convention to the most appropriategingerBill2023-05-223-1620/+1620
* | | | | | | | | | | Use `proc "c"` calling convention in NS Foundation packagegingerBill2023-05-2222-350/+350
* | | | | | | | | | | Add procedure groups for `Device_newBuffer` and `Texture_newTextureView`gingerBill2023-05-221-5/+21
* | | | | | | | | | | Minor change to handling of propagation of errors with `---` as a valuegingerBill2023-05-2215-82/+69
* | | | | | | | | | | Fix `---` on variable declarationsgingerBill2023-05-221-1/+4
* | | | | | | | | | | Restrict `---` to variable declarations onlygingerBill2023-05-223-8/+27
* | | | | | | | | | | Add `@(require_results)` and `contextless` to procedures in `core:math/bits`gingerBill2023-05-221-84/+161
* | | | | | | | | | | Add `@(require_results)` to `core:math/fixed`gingerBill2023-05-221-0/+11
* | | | | | | | | | | Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packagesgingerBill2023-05-224-1265/+1307
* | | | | | | | | | | Add "contextless" to `core:math/linalg` proceduresgingerBill2023-05-227-620/+620
* | | | | | | | | | | Add `@(require_results)` `core:math/linalg` proceduresgingerBill2023-05-227-24/+638
* | | | | | | | | | | Add `@(require_results)` to `core:math/noise`gingerBill2023-05-221-0/+9
* | | | | | | | | | | Add `@(require_results)` to `core:math/rand`gingerBill2023-05-227-7/+49
* | | | | | | | | | | Add @(require_results) to `core:math` proceduresgingerBill2023-05-227-335/+488
* | | | | | | | | | | Improve error handling for `resize` and `reserve` proceduresgingerBill2023-05-226-90/+87
* | | | | | | | | | | Add missing `Allocator_Error` and `@(require_results)` to many proceduresgingerBill2023-05-226-57/+153
* | | | | | | | | | | Add require_results to make builtin proceduresgingerBill2023-05-223-33/+37
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2548 from ntn9995/fix_stb_truetypeJeroen van Rijn2023-05-201-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add missing fields to fontinfoikarus2023-05-201-1/+1
| |/ / / / / / / / /
* / / / / / / / / / Enforce an `icmp` when casting to `i1` to correct behaviour for booleans whic...gingerBill2023-05-201-45/+32
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2521 from elusivePorpoise/mainJeroen van Rijn2023-05-191-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | added error printingElusive Porpoise2023-05-191-0/+4
| * | | | | | | | | remove misleading exampleElusive Porpoise2023-05-081-6/+0
* | | | | | | | | | Merge pull request #2479 from Naught00/masterJeroen van Rijn2023-05-192-3/+84
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix accidental check inMark Naughton2023-05-191-8/+0
| * | | | | | | | | | Fix windows write_directory()Mark Naughton2023-05-191-1/+1
| * | | | | | | | | | Add write permissions check on output folderMark Naughton2023-05-192-1/+54
| * | | | | | | | | | Fix single-file package caseMark Naughton2023-05-182-1/+8
| * | | | | | | | | | Simplify extension addition logicMark Naughton2023-04-261-9/+2
| * | | | | | | | | | Use buildpath instead of init_filenameMark Naughton2023-04-261-1/+1
| * | | | | | | | | | Fix .bin not being applied for relative directoryMark Naughton2023-04-261-1/+2
| * | | | | | | | | | Fix Windows version of get_current_directoryMark Naughton2023-04-251-3/+3
| * | | | | | | | | | Add Windows equivalent of get_current_directoryMark Naughton2023-04-241-0/+15
| * | | | | | | | | | Add .bin extension in extra caseMark Naughton2023-04-241-3/+9
| * | | | | | | | | | Add get_current_directory()Mark Naughton2023-04-241-0/+12
| * | | | | | | | | | Use last element for directory collision checkMark Naughton2023-04-231-1/+1
| * | | | | | | | | | Add .bin extension the case of a collisionMark Naughton2023-04-231-0/+4
| * | | | | | | | | | Change default executable extensionMark Naughton2023-04-231-4/+2
* | | | | | | | | | | Merge pull request #2547 from laytan/parse-address-can-return-nilJeroen van Rijn2023-05-191-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix parse_address can return nilLaytan Laats2023-05-191-0/+4
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Make `intrinsics.type_merge` form a union of the types; ignoring duplicatesgingerBill2023-05-191-4/+18
* | | | | | | | | | | Add `intrinsics.type_merge`gingerBill2023-05-195-1/+82
* | | | | | | | | | | Merge pull request #2546 from kstreets/masterJeroen van Rijn2023-05-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix #2545 - Typo in vec4 lerping proceduresKyleRhoads452023-05-181-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Add `fmt:"s,0"` tags to UTF-16 strings in dxgi.odingingerBill2023-05-181-4/+4
* | | | | | | | | | | Merge pull request #2500 from Ahsan-Sarbaz/mastergingerBill2023-05-181-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed Bug in DXGIAhsan-Sarbaz2023-05-011-4/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2474 from cshenton/patch-1gingerBill2023-05-181-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Dynamic Resource Root Signature flagsCharlie Shenton2023-04-221-0/+2
* | | | | | | | | | | | Fix #2518gingerBill2023-05-181-1/+2