aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add big integer function to quickly generate power of 10 numberMikhail Romanko2024-06-24
* Improve big integer tests, fix bugs, add quick digit multiplicationMikhail Romanko2024-06-21
* Add big integer implementationMikhail 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 typo in thread_null implementationMikhail 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
* Fix windows compilation issuesMikhail Romanko2024-04-24
* Sync to the latest version.Mikhail Romanko2024-04-23
* Remove whitespaceMikhail Romanko2024-04-14
* Add thread supportMikhail Romanko2024-04-14
* Fix algorithm header documentation indentationMikhail Romanko2024-04-14
* Add algorithm functions (swaps/sorting/partioning/heaps)Mikhail Romanko2024-04-14
* Initial commitMikhail Romanko2024-04-13