Opened 15 years ago

Closed 13 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 15 years ago.

Download all attachments as: .zip

Change History (10)

Changed 15 years ago by Isaac Richards

comment:1 Changed 15 years ago by Isaac Richards

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

comment:2 Changed 15 years ago by stuartm

Milestone: 0.220.23
Status: newassigned

comment:3 Changed 14 years ago by paulh

Milestone: 0.230.24

comment:4 Changed 14 years ago by beirdo

Will this be getting any love for 0.24?

comment:5 Changed 14 years ago by robertm

Milestone: 0.24unknown

comment:6 Changed 14 years ago by beirdo

Owner: changed from Isaac Richards to beirdo

comment:7 Changed 13 years ago by Github

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 Changed 13 years ago by Github

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 Changed 13 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: assignedclosed

Bump protocol number

Fixes #6256

Branch: master Changeset: 64d448acdd27b038474808bdf84711794e609280

Note: See TracTickets for help on using tickets.