aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add peek buffer to io, hide file/buffer private functionsHEADmasterMikhail Romanko2024-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 formatMikhail 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 unit test addition function to work in constant timeMikhail Romanko2024-06-16
|
* Fix error in thread creation function on WindowsMikhail Romanko2024-06-16
|
* Enable additional compiler warningsMikhail 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
| | | | Can be broken or partially implemented.
* 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
|
* Fix missing newline in unit assert messagesMikhail Romanko2024-04-14
|
* Initial commitMikhail Romanko2024-04-13