ObjFW  Ticket Change Details

Overview

Artifact ID: ffbf0127af1c4da141af54e54d17a000849557c9fc211b7548fec4d9a522675f
Ticket: 15bcaa7d13c70fa5648ac97d9063dbcb127c7625
Add helper functions for time intervals
User & Date: js on 2021-04-17 00:47:27
Changes

  1. icomment:
    Time intervals are currently doubles with no further abstraction. This means that time intervals are added, subtracted and compared using regular double operations. This is problematic on platforms on which double is slow or even non-existent. It would be better to make it transparent and offer helper functions: This would allow to make it struct with two integers in the future.
    
  2. login: "js"
  3. milestone changed to: "1.0"
  4. mimetype: "text/x-markdown"
  5. priority changed to: "High"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Add helper functions for time intervals"
  9. type changed to: "Enhancement"