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)
Change History (10)
by , 17 years ago
| Attachment: | remove-64bit-helpers-mythtv.diff added |
|---|
comment:1 by , 17 years ago
comment:2 by , 16 years ago
| Milestone: | 0.22 → 0.23 |
|---|---|
| Status: | new → assigned |
comment:3 by , 16 years ago
| Milestone: | 0.23 → 0.24 |
|---|
comment:5 by , 15 years ago
| Milestone: | 0.24 → unknown |
|---|
comment:6 by , 15 years ago
| Owner: | changed from to |
|---|
comment:7 by , 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 , 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 , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |

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