Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | Add run-time library templates and use them | Björn Gustavsson | |
The template modules (asn1rtt_*.erl) are based on the existing run-time modules, but with some simplifications and improvements, for example: The run-time functions for BER encoding took a Constraint argument which was not used. It has been eliminated, along with the unused StringType argument for the encode_restricted_string function. The Range argument for decode_enumerated() has been dropped since it was not used. | |||
2013-01-22 | Add a mechanism for embedding run-time functions into the generated code | Björn Gustavsson | |
2012-12-06 | Optimize decoding of extensions | Björn Gustavsson | |
2012-12-06 | Do alignment optimization of SEQUENCEs and SETs | Björn Gustavsson | |
2012-12-06 | Teach asn1ct_imm to optimize alignment | Björn Gustavsson | |
2012-12-06 | Optimize decoding of OCTET STRINGs | Björn Gustavsson | |
Decoding of fragmented OCTET STRINGs was only implemented when the size was constrained to a single value. While at it, support decoding fragmented OCTET STRINGS in all circumstances. | |||
2012-12-06 | Add the asn1ct_imm module | Björn Gustavsson | |