Age | Commit message (Expand) | Author |
---|---|---|
2023-09-02 | [Linux] Change build system; Remove CMake | Mitya Selivanov |
2023-04-08 | Add coroutine id | Mitya Selivanov |
2023-04-08 | Simplify async function | Mitya Selivanov |
2023-04-02 | [test] More assertions | Mitya Selivanov |
2023-03-28 | Remove debug logs | Mitya Selivanov |
2023-03-28 | [test] cache folder | Mitya Selivanov |
2023-03-27 | [kit_test] REQUIRE_EQ | Mitya Selivanov |
2023-03-27 | Benchmark multiple cycles | Mitya Selivanov |
2023-03-27 | Header-only version; replace Python code with C code | Mitya Selivanov |
2023-03-26 | [benchmarks] DO_NOT_OPTIMIZE macro | Mitya Selivanov |
2023-03-26 | Uppercase for constants | Mitya Selivanov |
2023-03-25 | Microbenchmarks | Mitya Selivanov |
2023-03-14 | [input_buffer] Read while | Mitya Selivanov |
2023-02-04 | sha256 | Mitya Selivanov |
2023-01-01 | Fix zero variadic macro arguments | Mitya Selivanov |
2023-01-01 | Remove ANSI C option; add pedantic gcc flag | Mitya Selivanov |
2022-12-29 | Improve C89/90 compat | Mitya Selivanov |
2022-12-23 | [bigint] Signed division | Mitya Selivanov |
2022-12-18 | Threads cleanup | Mitya Selivanov |
2022-12-17 | Secure random fallback: thread safety | Mitya Selivanov |
2022-12-17 | secure random | Mitya Selivanov |
2022-12-11 | [bigint] Fix hex parsing | Mitya Selivanov |
2022-12-11 | [bigint] Big endian correctness | Mitya Selivanov |
2022-12-11 | [bigint] tests | Mitya Selivanov |
2022-12-09 | [bitint] Division | Mitya Selivanov |
2022-12-09 | Big integer math | Mitya Selivanov |
2022-12-09 | Cleanup things | Mitya Selivanov |
2022-12-02 | Clean up array_ref interface; rename options.h to status.h | Mitya Selivanov |
2022-09-26 | [win32] Fix path join tests | Mitya Selivanov |
2022-09-26 | Filesystem | Mitya Selivanov |
2022-08-31 | test | Mitya Selivanov |
2022-08-31 | [test] Increase mutex sleep | Mitya Selivanov |
2022-08-31 | test | Mitya Selivanov |
2022-08-31 | [atomic] win32 test | Mitya Selivanov |
2022-08-30 | [async_function] Fix coroutine name | Mitya Selivanov |
2022-08-25 | [async_function] Static coroutines | Mitya Selivanov |
2022-08-21 | [move_back] no ref for value | Mitya Selivanov |
2022-08-21 | Return a value | Mitya Selivanov |
2022-08-21 | Fix KIT_TEST_FILE macro | Mitya Selivanov |
2022-08-21 | move back algorithm | Mitya Selivanov |
2022-08-21 | Remove noexcept | Mitya Selivanov |
2022-08-19 | Signals for test environment | Mitya Selivanov |
2022-08-19 | Remove TSS support | Mitya Selivanov |
2022-08-18 | [test] Cond var | Mitya Selivanov |
2022-08-18 | test | Mitya Selivanov |
2022-08-18 | [test] Fix cond var | Mitya Selivanov |
2022-08-18 | [macOS] Fix stack size; add --quiet option for testing | Mitya Selivanov |
2022-08-18 | test | Mitya Selivanov |
2022-08-18 | [thread] Stack size | Mitya Selivanov |
2022-08-18 | Refactor | Mitya Selivanov |