aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib/lib.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit allocator usage in core:dynlibJeroen van Rijn2024-07-041-13/+5
* Fix for dynlib:initialize_symbols not passing -vet-unusedKarl Zylinski2024-04-151-1/+1
* Remove unneeded castsgingerBill2024-02-061-2/+2
* Clean up code for `initialize_symbols`gingerBill2024-02-061-24/+17
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Add hot reload support to `dynlib.initialize_symbols`Jeroen van Rijn2024-01-191-2/+10
* dynlib: add last_error procedureLaytan Laats2024-01-061-2/+17
* Add bool return to `dynlib.initialize_symbols`.Jeroen van Rijn2024-01-061-6/+5
* Add `dynlib.initialize_symbols` (#3071)Jeroen van Rijn2024-01-061-8/+84
* Document core:dynlibLucas Perlind2023-03-021-2/+81
* Add `#optional_ok` to `dynlib.symbol_address`gingerBill2022-05-251-1/+1
* Make `core:dynlib` use the private interface convention of other packagesgingerBill2022-05-251-0/+12
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-1/+1
* Remove `#opaque` usage in core librarygingerBill2021-02-231-1/+1
* Deprecate `opaque` in favour of `#opaque` in the core librarygingerBill2020-12-041-1/+1
* package dynlibgingerBill2019-03-031-0/+3