Opened 17 years ago

Closed 15 years ago

#6256 closed task (fixed)

Remove 64-bit helper functions

Reported by: Isaac Richards Owned by: beirdo
Priority: minor Milestone: 0.25
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Since qt4 supports 64-bit types, we no longer need various helper functions like encodeLongLong/decodeLongLong/etc.

Attachments (1)

remove-64bit-helpers-mythtv.diff (31.1 KB ) - added by Isaac Richards 17 years ago.

Download all attachments as: .zip

Change History (10)

by Isaac Richards, 17 years ago

comment:1 by Isaac Richards, 17 years ago

Attached patch removes helper functions from mythtv. Still need to do plugins + bindings + mythweb + bump the proto version.

comment:2 by stuartm, 16 years ago

Milestone: 0.220.23
Status: newassigned

comment:3 by paulh, 16 years ago

Milestone: 0.230.24

comment:4 by beirdo, 15 years ago

Will this be getting any love for 0.24?

comment:5 by robertm, 15 years ago

Milestone: 0.24unknown

comment:6 by beirdo, 15 years ago

Owner: changed from Isaac Richards to beirdo

comment:7 by Github, 15 years ago

Remove 64-bit helper functions as Qt4 does it already

Refs #6256

This has been languishing in the ticket for 2 years. I have reapplied the patch, and gotten rid of the new users of the helpers. 90+% of this is Isaac's work, so he's getting the credit.

Still need to update bindings/mythweb and bump proto version

Signed-off-by: Gavin Hurlbut <ghurlbut@…>

Branch: master Changeset: 1508085eb3cf5f5b88afdfb92465507a0e669a81

comment:8 by Github, 15 years ago

Change the 3*32 -> 64bit in Python bindings

This gets rid of splitInt(), joinInt() and the SplitInt class

Refs #6256

Branch: master Changeset: c7de5d75cbe975db4b8e38357596175f5032eb27

comment:9 by Github, 15 years ago

Milestone: unknown0.25
Resolution: fixed
Status: assignedclosed

Bump protocol number

Fixes #6256

Branch: master Changeset: 64d448acdd27b038474808bdf84711794e609280

Note: See TracTickets for help on using tickets.