aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib
Commit message (Expand)AuthorAgeFilesLines
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-143-6/+6
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-2/+1
* Remove implicit allocator usage in core:dynlibJeroen van Rijn2024-07-044-24/+14
* Fixed some build tags in vendor libsAndreas T Jonsson2024-05-131-1/+1
* Merge pull request #3436 from karl-zylinski/fix-vet-unused-in-dynlibJeroen van Rijn2024-04-151-1/+1
|\
| * Fix for dynlib:initialize_symbols not passing -vet-unusedKarl Zylinski2024-04-151-1/+1
* | Fix the format of some `doc.odin` files of the `core` library which did not m...Maurizio M. Gavioli2024-04-141-3/+2
|/
* 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-282-3/+3
* Add hot reload support to `dynlib.initialize_symbols`Jeroen van Rijn2024-01-192-3/+20
* dynlib: add last_error procedureLaytan Laats2024-01-064-2/+33
* Add bool return to `dynlib.initialize_symbols`.Jeroen van Rijn2024-01-062-8/+7
* Add `dynlib.initialize_symbols` (#3071)Jeroen van Rijn2024-01-064-9/+139
* fixed dynlib wasm stubRehkitzdev2023-06-221-3/+3
* Responded to PR review. Made dynlib return false on js instead of panicDragos Popescu2023-03-201-3/+3
* Made most libraries panic on js targets instead of not compilingDragos Popescu2023-03-201-0/+15
* Merge pull request #2360 from Lperlind/documentation/dynlibgingerBill2023-03-022-2/+88
|\
| * Document core:dynlibLucas Perlind2023-03-022-2/+88
* | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
|/
* Add `#optional_ok` to `dynlib.symbol_address`gingerBill2022-05-251-1/+1
* Fix lib_unix.odingingerBill2022-05-251-2/+2
* Make `core:dynlib` use the private interface convention of other packagesgingerBill2022-05-253-18/+32
* initial OpenBSD supportSébastien Marie2022-02-251-1/+1
* Strip semicolons in core which were missinggingerBill2021-09-081-8/+8
* Remove unneeded semicolons from the core librarygingerBill2021-08-312-10/+10
* Remove `#opaque` usage in core librarygingerBill2021-02-231-1/+1
* Deprecate `opaque` in favour of `#opaque` in the core librarygingerBill2020-12-041-1/+1
* 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
* 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-302-0/+22
* 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-032-0/+27