| Commit message (Expand) | Author | Age |
| * | Rename MT functions, add tests, fix bugs | Mikhail Romanko | 2025-06-24 |
| * | Fix memory leak in BH_Bytes | Mikhail Romanko | 2025-06-22 |
| * | Use macro for setting vectors | Mikhail Romanko | 2025-06-22 |
| * | Remove trailing whitespace | Mikhail Romanko | 2025-06-22 |
| * | Fix timedwait operations | Mikhail Romanko | 2025-06-21 |
| * | Refactor, separate docs from headers, add ru docs | Mikhail Romanko | 2025-06-21 |
| * | Add array sizes to math functions | Mikhail Romanko | 2025-04-29 |
| * | Refactor IO, add buffered IO | Mikhail Romanko | 2025-04-26 |
| * | Fix MacOS and POSIX semaphores related issues | Mikhail Romanko | 2025-04-25 |
| * | Add Unicode tests, fix whitespace, fix docs | Mikhail Romanko | 2025-04-06 |
| * | Refactor string functions, add unicode support | Mikhail Romanko | 2025-04-05 |
| * | Refactor strings (avoid using dynamically allocated memory) | Mikhail Romanko | 2025-04-05 |
| * | Fix bug related to char being signed or unsigned on different platforms | Mikhail Romanko | 2025-04-05 |
| * | Add int tests, fix bugs, add docs | Mikhail Romanko | 2025-04-05 |
| * | Refactor string to/from double conversion, fix bugs, use bigger ints | Mikhail Romanko | 2025-04-05 |
| * | Fix whitespace, add asserts, add string to double function, fix bugs | Mikhail Romanko | 2025-04-05 |
| * | Refactor bigints, add int and float conv functions | Mikhail Romanko | 2025-04-05 |
| * | Fix styling issues, rename scripts | Mikhail Romanko | 2025-04-05 |
| * | Fix bug in setting precomputed power-of-10 | Mikhail Romanko | 2025-04-05 |
| * | Add initial bigint implementation for the fmt library | Mikhail Romanko | 2025-04-05 |
| * | Improved build system and POSIX compatibility | Mikhail Romanko | 2025-04-05 |
| * | Fix build error on Linux/POSIX | Mikhail Romanko | 2025-03-03 |
| * | Move include from BH/Thread.h to impls' Thread.h | Mikhail Romanko | 2025-03-03 |
| * | Add initial implementation of threads/mutexes/semaphores/cvs/spinlocks | Mikhail Romanko | 2025-03-02 |
| * | Add utils for working with endianness, more documentation, refactor CMake | Mikhail Romanko | 2025-02-28 |
| * | Move platform-dependent code into it's own directory | Mikhail Romanko | 2025-02-28 |
| * | Split Math.c into smaller files | Mikhail Romanko | 2025-02-28 |
| * | Add argument parsing | Mikhail Romanko | 2025-02-28 |
| * | Add 2D/3D boxes/AABBs and intersection tests. | Mikhail Romanko | 2025-02-24 |
| * | Add line, plane, ray and segments, split math unit test | Mikhail Romanko | 2025-02-24 |
| * | Fix function documentation, add missing function | Mikhail Romanko | 2025-02-03 |
| * | Fix file and directory permissions | Mikhail Romanko | 2025-02-02 |
| * | Change file naming | Mikhail Romanko | 2025-02-02 |
| * | Change code and naming style, fix several bugs, removed math types. | Mikhail Romanko | 2025-02-02 |
| * | Add Asan profile, fix multiple bugs. | Mikhail Romanko | 2025-01-29 |
| * | Refactor math functions, add unit tests | Mikhail Romanko | 2025-01-29 |
| * | Initial commit | Mikhail Romanko | 2025-01-18 |