| Commit message (Expand) | Author | Age |
| * | Add timers for measuring elapsed time | Mikhail Romanko | 2025-09-21 |
| * | Add BH_ThreadSleep, fix Timespec.h | Mikhail Romanko | 2025-09-21 |
| * | Fix TSS code, fix CV for Win32 platform | Mikhail Romanko | 2025-09-07 |
| * | Fix Win32 _beginthreadex call | Mikhail Romanko | 2025-09-07 |
| * | Convert static func naming to same style | Mikhail Romanko | 2025-09-06 |
| * | Minor fixes and refactors | Mikhail Romanko | 2025-08-28 |
| * | Fix TestThread.c and POSIX semaphore | Mikhail Romanko | 2025-08-28 |
| * | Fix indentation in Args.c | Mikhail Romanko | 2025-08-26 |
| * | Refactor bitmap, add RGBA5551 format | Mikhail Romanko | 2025-08-26 |
| * | Remove extra whitespace, add size checks | Mikhail Romanko | 2025-08-24 |
| * | Refactor bitmap, add extra accessor for color data | Mikhail Romanko | 2025-08-07 |
| * | Add input checks, fix overflow/wrap related bugs | Mikhail Romanko | 2025-08-04 |
| * | Add macro functions for checking unsigned wraps | Mikhail Romanko | 2025-08-04 |
| * | Refactor bitmap, add new formats | Mikhail Romanko | 2025-08-04 |
| * | Add bitmap support | Mikhail Romanko | 2025-08-03 |
| * | Add configure script | Mikhail Romanko | 2025-07-29 |
| * | Add color manipulation utilities | Mikhail Romanko | 2025-07-25 |
| * | Remove extra whitespace before EOL | Mikhail Romanko | 2025-06-29 |
| * | Fix semaphore implementation for MacOS | Mikhail Romanko | 2025-06-27 |
| * | 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 |