Age | Commit message (Expand) | Author |
2015-03-06 | asn1ct_gen: Correct generation of .hrl files for multiple ellipses | Björn Gustavsson |
2015-03-06 | Fix BER code generation | Dan Gudmundsson |
2014-11-27 | Merge branch 'dgud/asn1/fix-seqtag/OTP-12326' into maint | Dan Gudmundsson |
2014-11-26 | asn1: Fix EXTERNAL (1994 variant) type conversion | Dan Gudmundsson |
2014-11-24 | Fix IMPLICIT tagging when TagDefault is AUTOMATIC | Simon Cornish |
2014-09-01 | Workaround for combining two object sets separated by extension | Björn Gustavsson |
2014-09-01 | Clean up and correct handling of parameters for parameterized types | Björn Gustavsson |
2014-09-01 | Check the formal parameter for parameterized type definitions | Björn Gustavsson |
2014-09-01 | Report errors also for unused parameterized types | Björn Gustavsson |
2014-09-01 | Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIER | Björn Gustavsson |
2014-09-01 | Correct expansion of parameterized types | Björn Gustavsson |
2014-09-01 | Add the module name to the #classdef{} record | Björn Gustavsson |
2014-09-01 | Eliminate the use of #identifier{} outside the tokeniser and parser | Björn Gustavsson |
2014-09-01 | Fix problem with object identifiers in external modules | Björn Gustavsson |
2014-09-01 | Rewrite get_referenced_type/2 | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler to handle objects in field names | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler to understand "EXPORTS ALL" | Björn Gustavsson |
2014-09-01 | Teach the ASN.1 compiler the parse option | Björn Gustavsson |
2014-06-05 | BER: Eliminate dialyzer warnings for specialized decode functions | Björn Gustavsson |
2014-06-05 | BER: Eliminate dialyzer warning for encoding of BIT STRINGs | Björn Gustavsson |
2014-06-05 | BER: Optimize encoding of ENUMERATED | Björn Gustavsson |
2014-06-05 | BER: Remove a redundant clause in encoding of open types | Björn Gustavsson |
2014-06-05 | (U)PER: Fix decoding of named INTEGER | Björn Gustavsson |
2014-06-05 | (U)PER: Fix encoding of a semi-constrained, named INTEGER | Björn Gustavsson |
2014-06-05 | (U)PER: Optimize handling of named BIT STRING with a lower zero bound | Björn Gustavsson |
2014-06-05 | PER: Optimize encoding of character strings with simple ranges | Björn Gustavsson |
2014-06-05 | PER: Remove unnecessary clause for handling DEFAULT | Björn Gustavsson |
2014-06-05 | (U)PER: Suppress dialyzer warnings for complete/1 | Björn Gustavsson |
2014-06-05 | Correct OCTET STRING default when legacy_erlang_types is active | Björn Gustavsson |
2014-06-05 | Remove old DEFAULT-checking code made obsolete in the previous commit | Björn Gustavsson |
2014-06-05 | Rewrite the code for testing DEFAULT for DER | Björn Gustavsson |
2014-05-06 | BER: Optimize decoding of ENUMERATED | Björn Gustavsson |
2014-05-06 | BER: Suppress dialyzer warnings for encode_bit_string/4 | Björn Gustavsson |
2014-04-29 | BER: Inline testing of constraints when decoding | Björn Gustavsson |
2014-04-16 | Refactor gen_dec_prim/3 to facilitate future optimizations | Björn Gustavsson |
2014-04-16 | Remove unused arguments for asn1ct_gen_ber_bin_v2:gen_dec_prim() | Björn Gustavsson |
2014-04-16 | Add missing newline in -export() | Björn Gustavsson |
2014-03-21 | Protect generated .hrl files from multiple inclusions | Björn Gustavsson |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-02-28 | Clean up reporting of errors in IMPORTS | Björn Gustavsson |
2014-02-28 | asn1ct_check: Clean up error checking for INSTANCE OF | Björn Gustavsson |
2014-02-28 | asn1ct_check: Rewrite error checking for INTEGER and BIT STRING | Björn Gustavsson |
2014-02-28 | asn1ct_check: Remove unreachable clauses handling {identifier,_,_} | Björn Gustavsson |
2014-02-28 | asn1ct_check: Let asn1_error/3 throw its result | Björn Gustavsson |
2014-02-24 | Merge branch 'bjorn/asn1/deprecations/OTP-11731' | Björn Gustavsson |
2014-02-24 | Merge branch 'schlagert/fix_basic_appups' | Siri Hansen |
2014-02-21 | Deprecate asn1 functions | Björn Gustavsson |
2014-02-20 | Merge branch 'bjorn/asn1/cleanup/OTP-11727' | Björn Gustavsson |
2014-02-18 | Fix library application appup files | Tobias Schlager |
2014-02-13 | Correct subtyping of extensible ENUMERATED | Björn Gustavsson |