Commit Graph

13 Commits

Author SHA1 Message Date
7452491427 meta: move endian functions from object to core 2024-12-10 22:26:52 +00:00
87b42f299d core: add support for compiling bitops on 32-bit platforms 2024-12-06 15:10:41 +00:00
753d3ea9d3 core: add enum name to b_status 2024-11-22 22:29:05 +00:00
582261d743 core: add missing includes 2024-11-14 23:12:09 +00:00
1bab373547 core: implement string hashing using FNV-1a 2024-11-14 21:59:40 +00:00
6c1ae190d3 core: don't use declspec(dllexport) when compiling/linking to static library
this is required due to function names being decorated differently by MSVC when building a .dll file
2024-11-14 21:59:14 +00:00
46d3ded0f6 core: add bitop implementations for darwin and linux 2024-11-14 18:32:58 +00:00
d614e110df add win32 (msvc) support 2024-11-14 16:56:18 +00:00
a86291ca75 fix linux-specific compilation errors 2024-10-27 15:36:14 +00:00
fef7b346d5 core: fix stringstream indent stack pointer not being initialised 2024-10-24 21:36:40 +01:00
44fb8593a5 core: add random number generator 2024-10-24 21:33:05 +01:00
fa6ebe6a84 add object module from corelib 2024-10-24 19:24:54 +01:00
7eb0fc5581 initial commit 2024-10-24 13:09:16 +01:00