aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix MacOS and POSIX semaphores related issuesMikhail Romanko2025-04-25
* Add Unicode tests, fix whitespace, fix docsMikhail Romanko2025-04-06
* Refactor string functions, add unicode supportMikhail Romanko2025-04-05
* Refactor strings (avoid using dynamically allocated memory)Mikhail Romanko2025-04-05
* Fix bug related to char being signed or unsigned on different platformsMikhail Romanko2025-04-05
* Add int tests, fix bugs, add docsMikhail Romanko2025-04-05
* Refactor string to/from double conversion, fix bugs, use bigger intsMikhail Romanko2025-04-05
* Fix whitespace, add asserts, add string to double function, fix bugsMikhail Romanko2025-04-05
* Refactor bigints, add int and float conv functionsMikhail Romanko2025-04-05
* Fix styling issues, rename scriptsMikhail Romanko2025-04-05
* Fix bug in setting precomputed power-of-10Mikhail Romanko2025-04-05
* Add initial bigint implementation for the fmt libraryMikhail Romanko2025-04-05
* Improved build system and POSIX compatibilityMikhail Romanko2025-04-05
* Fix build error on Linux/POSIXMikhail Romanko2025-03-03
* Move include from BH/Thread.h to impls' Thread.hMikhail Romanko2025-03-03
* Add initial implementation of threads/mutexes/semaphores/cvs/spinlocksMikhail Romanko2025-03-02
* Add utils for working with endianness, more documentation, refactor CMakeMikhail Romanko2025-02-28
* Move platform-dependent code into it's own directoryMikhail Romanko2025-02-28
* Split Math.c into smaller filesMikhail Romanko2025-02-28
* Add argument parsingMikhail Romanko2025-02-28
* Add 2D/3D boxes/AABBs and intersection tests.Mikhail Romanko2025-02-24
* Add line, plane, ray and segments, split math unit testMikhail Romanko2025-02-24
* Fix function documentation, add missing functionMikhail Romanko2025-02-03
* Fix file and directory permissionsMikhail Romanko2025-02-02
* Change file namingMikhail Romanko2025-02-02
* Change code and naming style, fix several bugs, removed math types.Mikhail Romanko2025-02-02
* Add Asan profile, fix multiple bugs.Mikhail Romanko2025-01-29
* Refactor math functions, add unit testsMikhail Romanko2025-01-29
* Initial commitMikhail Romanko2025-01-18