aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add peek buffer to io, hide file/buffer private functionsHEADmasterMikhail Romanko2024-07-09
* Add big integer function to quickly generate power of 10 numberMikhail Romanko2024-06-24
* Remove not used variable from POSIX thread codeMikhail Romanko2024-06-21
* Improve big integer tests, fix bugs, add quick digit multiplicationMikhail Romanko2024-06-21
* Add big integer implementationMikhail Romanko2024-06-16
* Fix error in thread creation function on WindowsMikhail Romanko2024-06-16
* Add internal configuration file, add missing includes, rename some optionsMikhail Romanko2024-06-12
* Add thread sleep functionMikhail Romanko2024-06-10
* Implement TLS and spinlocks, fix bug in Windows threadsMikhail Romanko2024-06-10
* Fix warnings related to undefined defines and implicit castsMikhail Romanko2024-06-08
* Add comments and documentation, rework open mode logicMikhail Romanko2024-06-08
* Add documentation, expand error handling, implement file and buffer ioMikhail Romanko2024-06-03
* Implement WinNT condition variables, add semaphorsMikhail Romanko2024-04-27
* Sync to the latest version.Mikhail Romanko2024-04-23
* Remove whitespaceMikhail Romanko2024-04-14
* Add thread supportMikhail Romanko2024-04-14
* Add algorithm functions (swaps/sorting/partioning/heaps)Mikhail Romanko2024-04-14
* Initial commitMikhail Romanko2024-04-13