msoucy / dproto

D Protocol Buffer mixins to create structures at compile time
Boost Software License 1.0
37 stars 16 forks source link

Adds arbitrary size of integers for varint encoding functions #48

Closed denizzzka closed 9 years ago

denizzzka commented 9 years ago

(I think it is useful for the future changes)

Also added varint buffer length check to fit into resulting integer value

denizzzka commented 9 years ago

Done!

msoucy commented 9 years ago

Other than some weird formatting (the ternary expressions) this looks good to me. Clean up and I'll merge

msoucy commented 9 years ago

Looks good to me - are you comfortable with this being under the boost license? I haven't had access to a proper computer to change it, but it's planned

denizzzka commented 9 years ago

are you comfortable with this being under the boost license

yes