This website requires JavaScript.
Explore
Help
Sign In
wash
/
bluelib
Watch
1
Star
0
Fork
0
You've already forked bluelib
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6c1ae190d3a14d2bfa803275feebfd5cb6b0d409
bluelib
/
core
History
Max Wash
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
..
include
/blue
core: don't use declspec(dllexport) when compiling/linking to static library
2024-11-14 21:59:14 +00:00
sys
core: add bitop implementations for darwin and linux
2024-11-14 18:32:58 +00:00
btree.c
initial commit
2024-10-24 13:09:16 +01:00
CMakeLists.txt
add object module from corelib
2024-10-24 19:24:54 +01:00
iterator.c
initial commit
2024-10-24 13:09:16 +01:00
mt19937.c
fix linux-specific compilation errors
2024-10-27 15:36:14 +00:00
queue.c
initial commit
2024-10-24 13:09:16 +01:00
random.c
add win32 (msvc) support
2024-11-14 16:56:18 +00:00
random.h
add win32 (msvc) support
2024-11-14 16:56:18 +00:00
status.c
initial commit
2024-10-24 13:09:16 +01:00
stringstream.c
core: fix stringstream indent stack pointer not being initialised
2024-10-24 21:36:40 +01:00