aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename & reorder readed bytes arg in string funcsHEADtrunkMikhail Romanko2025-11-09
|
* Add string compare functionsMikhail Romanko2025-11-09
|
* Evaluate arguments in BH_VERIFY_STR_EQ onceMikhail Romanko2025-11-09
|
* Add IO type checking functions, add ReadLineMikhail Romanko2025-11-08
|
* Add string duplication function (strdup)Mikhail Romanko2025-11-08
|
* Small fixes in src/StringMikhail Romanko2025-10-13
|
* Add two more benchmarksMikhail Romanko2025-10-13
|
* Add more benchmarks, add subcount optionMikhail Romanko2025-10-13
|
* Add release mode to configure scriptMikhail Romanko2025-10-12
|
* Add LTO in configure, add more benchmarksMikhail Romanko2025-10-12
|
* Fix benchmarking code, add more testsMikhail Romanko2025-10-12
|
* Add benchmarks, change project structureMikhail Romanko2025-10-12
|
* Add timers for measuring elapsed timeMikhail Romanko2025-09-21
|
* Add BH_ThreadSleep, fix Timespec.hMikhail Romanko2025-09-21
|
* Fix TSS code, fix CV for Win32 platformMikhail Romanko2025-09-07
|
* Fix Win32 _beginthreadex callMikhail Romanko2025-09-07
|
* Convert static func naming to same styleMikhail Romanko2025-09-06
| | | | | | Previously, some modules used BH_<Module> prefix in the names of static functions (some used just <Module> prefix). Now every static function should start from lowercase.
* Make MT flags configurable in configure scriptMikhail Romanko2025-09-06
| | | | | Remove hardcoded multithreading flags so that we can support exotic compilers/OSs
* Remove compiler warnings from the CMakeListsMikhail Romanko2025-09-06
| | | | | The existing compiler warnings expected either clang/GCC or MSVC, thus making CMakeLists less future proof.
* Refactor configure, add install targetsMikhail Romanko2025-09-02
|
* Minor fixes and refactorsMikhail Romanko2025-08-28
|
* Automate setting source pathMikhail Romanko2025-08-28
|
* Fix TestThread Condition testMikhail Romanko2025-08-28
|
* Fix TestThread.c and POSIX semaphoreMikhail Romanko2025-08-28
|
* Fix configure againMikhail Romanko2025-08-28
|
* Fix configure scriptMikhail Romanko2025-08-28
|
* Remove extra whitespace and variable in TestBitmapMikhail Romanko2025-08-26
|
* Fix indentation in Args.cMikhail Romanko2025-08-26
|
* Refactor bitmap, add RGBA5551 formatMikhail Romanko2025-08-26
|
* Remove extra whitespace, add size checksMikhail Romanko2025-08-24
|
* Refactor bitmap, add extra accessor for color dataMikhail Romanko2025-08-07
|
* Add input checks, fix overflow/wrap related bugsMikhail Romanko2025-08-04
|
* Add macro functions for checking unsigned wrapsMikhail Romanko2025-08-04
|
* Refactor bitmap, add new formatsMikhail Romanko2025-08-04
| | | | Small refactoring of the bitmap module and added more indexed formats.
* Remove extra fileMikhail Romanko2025-08-03
|
* Add bitmap supportMikhail Romanko2025-08-03
|
* Fix documentation for the BH_ColorMikhail Romanko2025-08-02
|
* Fix configure scriptMikhail Romanko2025-08-02
|
* Add basic unit test for BH_ColorMikhail Romanko2025-08-02
|
* Another CMakeLists.txt fixMikhail Romanko2025-07-30
|
* Small refactor in configure scriptMikhail Romanko2025-07-30
|
* Change defaults it configure script to match CMakeLists.txtMikhail Romanko2025-07-30
|
* Add trailing slash if needed in configure scriptMikhail Romanko2025-07-30
|
* Fix and simplify CMakeLists.txtMikhail Romanko2025-07-30
|
* Simplify configure scriptMikhail Romanko2025-07-30
|
* Simplify configure source optionMikhail Romanko2025-07-29
|
* Fix errors in configure scriptMikhail Romanko2025-07-29
|
* Add configure scriptMikhail Romanko2025-07-29
|
* Add color manipulation utilitiesMikhail Romanko2025-07-25
|
* Remove extra whitespace before EOLMikhail Romanko2025-06-29
|