aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/base64.cpp
Commit message (Collapse)AuthorAgeFilesLines
* implemented base64 decoding (#777)Stefan Boberg2026-02-231-2/+190
| | | Co-authored-by: Stefan Boberg <[email protected]>
* remove ZENCORE_API completely (#718)Stefan Boberg2026-01-191-2/+2
| | | initially we had ZENCORE_API macros to potentially allow for DLL linkage. It turns out that this is not useful and the macros just contribute noise, so this change removes them completely.
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+107
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees