aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
trunkRename & reorder readed bytes arg in string funcsMikhail Romanko3 weeks
 
 
AgeCommit messageAuthor
2025-11-09Rename & reorder readed bytes arg in string funcsHEADtrunkMikhail Romanko
2025-11-09Add string compare functionsMikhail Romanko
2025-11-09Evaluate arguments in BH_VERIFY_STR_EQ onceMikhail Romanko
2025-11-08Add IO type checking functions, add ReadLineMikhail Romanko
2025-11-08Add string duplication function (strdup)Mikhail Romanko
2025-10-13Small fixes in src/StringMikhail Romanko
2025-10-13Add two more benchmarksMikhail Romanko
2025-10-13Add more benchmarks, add subcount optionMikhail Romanko
2025-10-12Add release mode to configure scriptMikhail Romanko
2025-10-12Add LTO in configure, add more benchmarksMikhail Romanko
2025-10-12Fix benchmarking code, add more testsMikhail Romanko
2025-10-12Add benchmarks, change project structureMikhail Romanko
2025-09-21Add timers for measuring elapsed timeMikhail Romanko
2025-09-21Add BH_ThreadSleep, fix Timespec.hMikhail Romanko
2025-09-07Fix TSS code, fix CV for Win32 platformMikhail Romanko
2025-09-07Fix Win32 _beginthreadex callMikhail Romanko
2025-09-06Convert static func naming to same styleMikhail Romanko
2025-09-06Make MT flags configurable in configure scriptMikhail Romanko
2025-09-06Remove compiler warnings from the CMakeListsMikhail Romanko
2025-09-02Refactor configure, add install targetsMikhail Romanko
2025-08-28Minor fixes and refactorsMikhail Romanko
2025-08-28Automate setting source pathMikhail Romanko
2025-08-28Fix TestThread Condition testMikhail Romanko
2025-08-28Fix TestThread.c and POSIX semaphoreMikhail Romanko
2025-08-28Fix configure againMikhail Romanko
2025-08-28Fix configure scriptMikhail Romanko
2025-08-26Remove extra whitespace and variable in TestBitmapMikhail Romanko
2025-08-26Fix indentation in Args.cMikhail Romanko
2025-08-26Refactor bitmap, add RGBA5551 formatMikhail Romanko
2025-08-24Remove extra whitespace, add size checksMikhail Romanko
2025-08-07Refactor bitmap, add extra accessor for color dataMikhail Romanko
2025-08-04Add input checks, fix overflow/wrap related bugsMikhail Romanko
2025-08-04Add macro functions for checking unsigned wrapsMikhail Romanko
2025-08-04Refactor bitmap, add new formatsMikhail Romanko
2025-08-03Remove extra fileMikhail Romanko
2025-08-03Add bitmap supportMikhail Romanko
2025-08-02Fix documentation for the BH_ColorMikhail Romanko
2025-08-02Fix configure scriptMikhail Romanko
2025-08-02Add basic unit test for BH_ColorMikhail Romanko
2025-07-30Another CMakeLists.txt fixMikhail Romanko
2025-07-30Small refactor in configure scriptMikhail Romanko
2025-07-30Change defaults it configure script to match CMakeLists.txtMikhail Romanko
2025-07-30Add trailing slash if needed in configure scriptMikhail Romanko
2025-07-30Fix and simplify CMakeLists.txtMikhail Romanko
2025-07-30Simplify configure scriptMikhail Romanko
2025-07-29Simplify configure source optionMikhail Romanko
2025-07-29Fix errors in configure scriptMikhail Romanko
2025-07-29Add configure scriptMikhail Romanko
2025-07-25Add color manipulation utilitiesMikhail Romanko
2025-06-29Remove extra whitespace before EOLMikhail Romanko
2025-06-27Fix semaphore implementation for MacOSMikhail Romanko
2025-06-24Rename MT functions, add tests, fix bugsMikhail Romanko
2025-06-22Fix memory leak in BH_BytesMikhail Romanko
2025-06-22Use macro for setting vectorsMikhail Romanko
2025-06-22Remove trailing whitespaceMikhail Romanko
2025-06-21Remove extra newlinesMikhail Romanko
2025-06-21Fix timedwait operationsMikhail Romanko
2025-06-21Remove DoxygenMikhail Romanko
2025-06-21Add Makefiles to build binaries and docsMikhail Romanko
2025-06-21Refactor, separate docs from headers, add ru docsMikhail Romanko
2025-04-29Add array sizes to math functionsMikhail Romanko
2025-04-26Refactor IO, add buffered IOMikhail Romanko
2025-04-25Fix MacOS and POSIX semaphores related issuesMikhail Romanko
2025-04-06Add DS_STORE to gitignoreMikhail Romanko
2025-04-06Add Unicode tests, fix whitespace, fix docsMikhail Romanko
2025-04-05Refactor string functions, add unicode supportMikhail Romanko
2025-04-05Refactor strings (avoid using dynamically allocated memory)Mikhail Romanko
2025-04-05Fix bug related to char being signed or unsigned on different platformsMikhail Romanko
2025-04-05Add int tests, fix bugs, add docsMikhail Romanko
2025-04-05Refactor string to/from double conversion, fix bugs, use bigger intsMikhail Romanko
2025-04-05Fix whitespace, add asserts, add string to double function, fix bugsMikhail Romanko
2025-04-05Refactor bigints, add int and float conv functionsMikhail Romanko
2025-04-05Fix styling issues, rename scriptsMikhail Romanko
2025-04-05Fix bug in setting precomputed power-of-10Mikhail Romanko
2025-04-05Add initial bigint implementation for the fmt libraryMikhail Romanko
2025-04-05Improved build system and POSIX compatibilityMikhail Romanko
2025-03-03Fix build error on Linux/POSIXMikhail Romanko
2025-03-03Move include from BH/Thread.h to impls' Thread.hMikhail Romanko
2025-03-02Add initial implementation of threads/mutexes/semaphores/cvs/spinlocksMikhail Romanko
2025-03-02Fix BH_INT2PTR, add generic callback definitionMikhail Romanko
2025-02-28Fix documentation about implemented featuresMikhail Romanko
2025-02-28Add utils for working with endianness, more documentation, refactor CMakeMikhail Romanko
2025-02-28Remove main.c, rename variable in CMakeLists.txtMikhail Romanko
2025-02-28Move platform-dependent code into it's own directoryMikhail Romanko
2025-02-28Split Math.c into smaller filesMikhail Romanko
2025-02-28Fix missing newline in Args.hMikhail Romanko
2025-02-28Add argument parsingMikhail Romanko
2025-02-24Add 2D/3D boxes/AABBs and intersection tests.Mikhail Romanko
2025-02-24Add line, plane, ray and segments, split math unit testMikhail Romanko
2025-02-04Move planned features to separate fileMikhail Romanko
2025-02-03Fix function documentation, add missing functionMikhail Romanko
2025-02-03Fix naming in CMakeLists.txtMikhail Romanko
2025-02-03Fix function declaration, extend math testMikhail Romanko
2025-02-02Add script for running calculating coverageMikhail Romanko
2025-02-02Fix file and directory permissionsMikhail Romanko
2025-02-02Change file namingMikhail Romanko
2025-02-02Change code and naming style, fix several bugs, removed math types.Mikhail Romanko
2025-01-29Fix asan profile, add script for running testsMikhail Romanko
2025-01-29Add Asan profile, fix multiple bugs.Mikhail Romanko
2025-01-29Refactor math functions, add unit testsMikhail Romanko
2025-01-18Document existing math methods.Mikhail Romanko
2025-01-18Add readme and license fileMikhail Romanko
2025-01-18Initial commitMikhail Romanko
 
Clone
https://code.blankhex.com/bhlib.git