nasa / bplib

Apache License 2.0
27 stars 13 forks source link

64-bit compile time switch #3

Closed jpswinski closed 5 years ago

jpswinski commented 5 years ago

Currently the largest value in any bundle field can only be 32-bits. There needs to be a compile time switch to set this to 64-bits.

jpswinski commented 5 years ago

Implemented so that it uses native unsigned long integer width when compiling.

df24bef4488cb3cdbf97a4f6f6e7790622810fc1