bc/test
Phaneron 6b1ba4cdcf
feat(time): implement timekeeping utilities (#1)
* 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
2023-08-03 17:15:10 -04:00
..
CMakeLists.txt chore: initial commit 2023-02-26 17:51:03 -06:00
Lock.cpp feat(lock): add basic lock functions 2023-03-03 15:34:02 -06:00
Memory.cpp chore: initial commit 2023-02-26 17:51:03 -06:00
Process.cpp feat(process): add basic process functions 2023-03-03 10:44:30 -06:00
String.cpp feat(string): add basic string functions 2023-02-26 22:07:06 -06:00
Test.cpp chore: initial commit 2023-02-26 17:51:03 -06:00
Test.hpp chore: initial commit 2023-02-26 17:51:03 -06:00
Thread.cpp feat(thread): add basic thread functions 2023-03-04 10:50:12 -06:00
Time.cpp feat(time): implement timekeeping utilities (#1) 2023-08-03 17:15:10 -04:00