cpp-utilities/chrono
Martchus a116c9e790 Avoid possibility of overflow in DateTime parsing functions
* This is strictly undefined behavior so let's avoid it
* As a side-effect it is now possible to omit the separators in
  DateTime::fromIsoString()
2021-05-24 21:27:18 +02:00
..
datetime.cpp Avoid possibility of overflow in DateTime parsing functions 2021-05-24 21:27:18 +02:00
datetime.h Fix warnings 2021-03-20 21:56:45 +01:00
format.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
period.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
period.h Use consistent order for visibility attribute 2020-01-29 18:30:02 +01:00
timespan.cpp Add inline/constexpr to more functions in chrono lib 2019-08-19 19:09:19 +02:00
timespan.h Fix warnings 2021-03-20 21:56:45 +01:00