aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib/lib_windows.odin
Commit message (Collapse)AuthorAgeFilesLines
* `for in string16`; Support `string16` across coregingerBill2025-08-021-1/+1
|
* dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION ↵Laytan Laats2024-11-281-0/+2
| | | | constant
* clean up dynlib and path/filepath with sys/posixLaytan2024-10-281-3/+5
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Remove implicit allocator usage in core:dynlibJeroen van Rijn2024-07-041-9/+7
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* dynlib: add last_error procedureLaytan Laats2024-01-061-0/+7
|
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
|
* Make `core:dynlib` use the private interface convention of other packagesgingerBill2022-05-251-4/+5
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-9/+9
|
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-4/+4
|
* Implement dynlib core library for unix/darwin; not 100% about the build tagsScitoshi Nakayobro2019-12-301-0/+1
|
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-1/+1
|
* Fix -vet for demo.odingingerBill2019-03-301-1/+1
|
* package dynlibgingerBill2019-03-031-0/+24