This website requires JavaScript.
Explore
Help
Sign In
blankhex
/
bhlib-old
Archived
Watch
1
Star
0
Fork
0
You've already forked bhlib-old
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-04-17
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
d8b9e97e0787f7672e35d66101f093c677929211
bhlib-old
/
src
History
Mikhail Romanko
d8b9e97e07
Fix error in thread creation function on Windows
2024-06-16 12:25:16 +03:00
..
algo.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
buffer.c
Fix warnings related to undefined defines and implicit casts
2024-06-08 12:26:31 +03:00
deflate.c
Sync to the latest version.
2024-04-23 23:45:43 +03:00
file_null.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
file_posix.c
Add comments and documentation, rework open mode logic
2024-06-08 12:06:56 +03:00
file_win.c
Add comments and documentation, rework open mode logic
2024-06-08 12:06:56 +03:00
hashmap.c
Fix warnings related to undefined defines and implicit casts
2024-06-08 12:26:31 +03:00
io.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
queue.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
thread_null.c
Add thread sleep function
2024-06-10 22:39:24 +03:00
thread_posix.c
Add thread sleep function
2024-06-10 22:39:24 +03:00
thread_win.c
Fix error in thread creation function on Windows
2024-06-16 12:25:16 +03:00
thread.c
Implement TLS and spinlocks, fix bug in Windows threads
2024-06-10 22:24:57 +03:00