Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | Add and use asn1rtt_ext | Björn Gustavsson | |
2013-01-22 | Add and use asn1rtt_check | Björn Gustavsson | |
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 | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2012-12-06 | Add the asn1ct_imm module | Björn Gustavsson | |
2012-12-06 | Makefile: Add dependencies for header files | Björn Gustavsson | |
2012-11-26 | Remove the unused asn1ct_gen_ber module | Björn Gustavsson | |
2012-11-23 | Remove the unused asn1ct_constructed_ber module | Björn Gustavsson | |
2012-11-23 | Remove the unused asn1ct_per_bin module | Björn Gustavsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-02-28 | [asn1] Abstract out table access to new module | Adam Lindberg | |
All table access is now performed in a separate module. This will allow changes to how ETS is handled by changing only this module. Note that the module exports a very ETS-like interface for now which would have to be maintained even if the data format would change (to a hash map for example). | |||
2011-08-01 | Remove all modules relating to drivers and make all functions obsolete. | Lukas Larsson | |
2011-08-01 | Add asn1 nif for ber decode and per encode | Lukas Larsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |