index
:
bhlib-old.git
master
(ARCHIVE) BlankHex Library (BHLib).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
Add peek buffer to io, hide file/buffer private functions
HEAD
master
Mikhail Romanko
2024-07-09
|
|
|
|
|
Implements peek buffer on top of the raw io read (with small storage optimization). Hides implementation details of the file/buffer.
*
Add scripts to convert line ending format
Mikhail Romanko
2024-07-09
|
*
Add big integer function to quickly generate power of 10 number
Mikhail Romanko
2024-06-24
|
*
Remove not used variable from POSIX thread code
Mikhail Romanko
2024-06-21
|
*
Improve big integer tests, fix bugs, add quick digit multiplication
Mikhail Romanko
2024-06-21
|
*
Add big integer implementation
Mikhail Romanko
2024-06-16
|
*
Fix unit test addition function to work in constant time
Mikhail Romanko
2024-06-16
|
*
Fix error in thread creation function on Windows
Mikhail Romanko
2024-06-16
|
*
Enable additional compiler warnings
Mikhail Romanko
2024-06-16
|
*
Add internal configuration file, add missing includes, rename some options
Mikhail Romanko
2024-06-12
|
*
Add thread sleep function
Mikhail Romanko
2024-06-10
|
*
Implement TLS and spinlocks, fix bug in Windows threads
Mikhail Romanko
2024-06-10
|
*
Fix typo in thread_null implementation
Mikhail Romanko
2024-06-10
|
*
Fix warnings related to undefined defines and implicit casts
Mikhail Romanko
2024-06-08
|
*
Add comments and documentation, rework open mode logic
Mikhail Romanko
2024-06-08
|
*
Add documentation, expand error handling, implement file and buffer io
Mikhail Romanko
2024-06-03
|
*
Implement WinNT condition variables, add semaphors
Mikhail Romanko
2024-04-27
|
*
Fix windows compilation issues
Mikhail Romanko
2024-04-24
|
*
Sync to the latest version.
Mikhail Romanko
2024-04-23
|
|
|
|
Can be broken or partially implemented.
*
Remove whitespace
Mikhail Romanko
2024-04-14
|
*
Add thread support
Mikhail Romanko
2024-04-14
|
*
Fix algorithm header documentation indentation
Mikhail Romanko
2024-04-14
|
*
Add algorithm functions (swaps/sorting/partioning/heaps)
Mikhail Romanko
2024-04-14
|
*
Fix missing newline in unit assert messages
Mikhail Romanko
2024-04-14
|
*
Initial commit
Mikhail Romanko
2024-04-13