aboutsummaryrefslogtreecommitdiff
path: root/core/sys/info/platform_windows.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6204Jeroen van Rijn13 days1-74/+78
| | | | Use temporary stack buffers and some global scratch space to remove the need for any allocator.
* core:sys/info: iterate over registry nodes to enumerate GPUsJeroen van Rijn2025-10-101-8/+45
|
* Render examples.Jeroen van Rijn2025-10-101-6/+7
|
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-4/+8
|
* `for in string16`; Support `string16` across coregingerBill2025-08-021-6/+6
|
* sys/info: add missing `@(private)`'sLaytan Laats2024-04-301-1/+1
|
* sys/info: remove unneccesary build tagsLaytan Laats2024-04-301-1/+0
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* Separate out the `read_reg` into three non-parapoly proceduresgingerBill2023-03-071-61/+81
|
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
|
* [sys/info] Retrieve GPU info on Windows.Jeroen van Rijn2022-09-011-49/+121
|
* [sys/info] Parse kernel/distro info.Jeroen van Rijn2022-09-011-6/+4
|
* [sys/info] Initial version.Jeroen van Rijn2022-09-011-0/+305