Skip to content

Fixes for 32-bit platforms

Carlos Garnacho requested to merge carlosg/tracker:wip/32-bit-fixes into master

Some fixes for 32-bit platforms:

  • Define _TIME_BITS=64 globally, and in a way that it is actually effective.
  • Compare floating point numbers with an epsilon in tests, to avoid spurious errors.

Merge request reports