aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib/lib_unix.odin
Commit message (Expand)AuthorAgeFilesLines
* fix not using RTLD_LOCAL on darwinLaytan Laats2025-02-061-0/+2
* dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION cons...Laytan Laats2024-11-281-0/+2
* clean up dynlib and path/filepath with sys/posixLaytan2024-10-281-10/+20
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-2/+2
* Remove implicit allocator usage in core:dynlibJeroen van Rijn2024-07-041-1/+1
* Fixed some build tags in vendor libsAndreas T Jonsson2024-05-131-1/+1
* dynlib: add last_error procedureLaytan Laats2024-01-061-0/+5
* Fix lib_unix.odingingerBill2022-05-251-2/+2
* Make `core:dynlib` use the private interface convention of other packagesgingerBill2022-05-251-14/+15
* initial OpenBSD supportSébastien Marie2022-02-251-1/+1
* Strip semicolons in core which were missinggingerBill2021-09-081-8/+8
* Remove usage of `do` in core librarygingerBill2020-09-231-1/+3
* Get Odin compiling and produced exe's running on FreeBSDChristian Seibold2020-09-141-2/+2
* Implement dynlib core library for unix/darwin; not 100% about the build tagsScitoshi Nakayobro2019-12-301-0/+21