Opened 7 years ago

Closed 5 years ago

#6747 closed enhancement (wontfix)

use GInt64/GUInt64 where needed

Reported by: Even Rouault Owned by:
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

up to now, we only had GIntBig/GUIntBig whose width is not guaranteed, although in a lot of place we really want them to be exactly 64bit, no less, no more (for anything involving disk serialization for example). In those cases, we should use the newly added GInt64/GUInt64 (added per r36744)

Change History (4)

comment:1 by Even Rouault, 7 years ago

In 36820:

Add CPL_HAS_GINT64, GINT64_MIN/MAX, GUINT64_MAX macros (refs #6747)

comment:2 by Even Rouault, 7 years ago

In 36821:

HDF4: use GInt64 and GUInt64 when adequate. And fix DFNT_UINT64 case to really use a unsigned type (refs #6747)

comment:3 by Even Rouault, 7 years ago

In 36822:

Use GInt64/GUInt64/CPL_HAS_GINT64 in a few places where they are really needed (refs #6747)

comment:4 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.