mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
* feat(bc): implement timekeeping * fix(time): Milliseconds and Seconds return storage should be 64-bit * fix(time): nsec should be explicitly cast to uint32 * test(time): rudimentary tests for timekeeping * fix(time): check properly for timestamp + nsec overflows in MakeTime and BreakTime * fix(time): include UNIX time headers on Mac, too * test(time): test can tolerate system hiccups |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Lock.cpp | ||
| Memory.cpp | ||
| Process.cpp | ||
| String.cpp | ||
| Test.cpp | ||
| Test.hpp | ||
| Thread.cpp | ||
| Time.cpp | ||