Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | Document the asn1_OPENTYPE wrapper | Björn Gustavsson | |
2014-02-24 | Remove or de-emphasize references to the deprecated asn1rt module | Björn Gustavsson | |
2014-01-28 | Update documentation | Björn Gustavsson | |
2013-09-30 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Teach the ASN.1 compiler the no_ok_wrapper option Optimize the generated decode/2 function | |||
2013-09-27 | Teach the ASN.1 compiler the no_ok_wrapper option | Björn Gustavsson | |
Add the no_ok_wrapper option so that the generated M:encode/2 and M:decode/2 functions will not wrap a successful return value in an {ok,...} tuple. Errors will cause exceptions. Eliminating the wrapping tuple allows simpler nesting of calls. | |||
2013-09-09 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-08-29 | Corrections so that the documentation confirms to the DTD | Kenneth Lundin | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | By default, encode BIT STRING to bitstrings | Björn Gustavsson | |
Add the option 'legacy_bit_string' to decode to the old list format. | |||
2013-01-22 | Remove the 'inline' and '{inline,OutputFile}' options | Björn Gustavsson | |
2012-12-18 | asn1 doc: Remove a reference to a section that has been removed | Björn Gustavsson | |
2012-11-26 | Update documentation for the asn1 application | Björn Gustavsson | |
2012-02-28 | [asn1] Make tables and processes unnamed | Adam Lindberg | |
- Refactor and clean up asn1_db process - Remove unused stop function in asn1ct.erl - Remove infinite loop possibilites in asn1ct_check.erl - test/1,2,3 now run in separate process - Update documentation for new test options | |||
2011-09-13 | Merge branch 'dev' into major | Henrik Nord | |
Conflicts: lib/asn1/doc/src/asn1ct.xml | |||
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz | |
2011-08-01 | Add documentation for ber encode nif optmization | Lukas Larsson | |
2011-08-01 | Update documentation with replacement of driver with nif | Lukas Larsson | |
2011-08-01 | Add documentation for nif interface | Lukas Larsson | |
2010-04-08 | Teach asn1ct verbose option | Tuncer Ayaz | |
Change asn1ct to print verbose information only when asked to. Signed-off-by: Tuncer Ayaz <[email protected]> | |||
2010-02-17 | Merge branch 'tj/asn1_macro_prefix' into ccase/r13b04_dev | Erlang/OTP | |
* tj/asn1_macro_prefix: Add support for prefixing macro names generated by the compiler OTP-8453 tj/asn1_macro_prefix | |||
2010-02-16 | Add support for prefixing macro names generated by the compiler | Tomas Johansson | |
This is useful when multiple protocols that contains macros with identical names are included in a single module. Add the missing record_name_prefix compiler option to the documentation. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |