Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-10 | Add timestamps to libdivecomputer.log | Christof Arnosti | |
Since I learned while trying to implement this that getting sub-second resolution time in portable C99 is hard (especially for someone who is used to the comfort of std::chrono and Howard Hinnants date library) the timer-implemetation from libdivecomputer is now copied to the subsurface source. Signed-off-by: Christof Arnosti <charno@charno.ch> |