Age | Commit message (Expand) | Author |
2013-05-31 | asn1ct_check: Clean up checkv/3 | Björn Gustavsson |
2013-05-31 | asn1ct_check: Introduce check_fold/3 and clean up checkt/3 | Björn Gustavsson |
2013-05-31 | asn1ct: Refactor running of compiler passes | Björn Gustavsson |
2013-05-31 | asn1ct_constructed_per: Remove dead code for handling of ENUMERATED | Björn Gustavsson |
2013-05-31 | PER/UPER: Eliminate gen_encode_prim_wrapper() and DoTag argument | Björn Gustavsson |
2013-05-31 | Remove files that are not used by any test case | Björn Gustavsson |
2013-05-31 | asn1_SUITE: Add testS1AP/1 | Björn Gustavsson |
2013-05-31 | Eliminate handling of #pobjectdef{} from the backends | Björn Gustavsson |
2013-05-31 | Eliminate clauses that can never match | Björn Gustavsson |
2013-05-31 | Eliminate the {notype,_} return value from asn1ct_gen:type/1 | Björn Gustavsson |
2013-05-31 | When testing, don't tolerate warnings from the BEAM compiler | Björn Gustavsson |
2013-05-31 | BER: Don't generate functions that are never used | Björn Gustavsson |
2013-05-31 | asn1ct, asn1ct_gen: Eliminate unused exports | Björn Gustavsson |
2013-05-31 | BER: Remove special case handling of certain string types | Björn Gustavsson |
2013-05-31 | BER: Optimize handling of constraints for INTEGERs | Björn Gustavsson |
2013-05-31 | Open the output file in raw mode with delayed write | Björn Gustavsson |
2013-05-31 | Generate one call to io:put_chars/2 for each call to asn1ct_gen:emit/1 | Björn Gustavsson |
2013-05-31 | asn1_test_lib: Purge old code when loading a new module | Björn Gustavsson |
2013-05-31 | PER/UPER: Remove support for a list argument for encode_open_type/1 | Björn Gustavsson |
2013-05-31 | Introduce asn1ct_gen_per:gen_decode_external/3 | Björn Gustavsson |
2013-05-31 | Clean up testPrimStrings | Björn Gustavsson |
2013-05-31 | ber_other/1: Test more specifications with the BER backend | Björn Gustavsson |
2013-05-31 | testExtensionAddtionGroup/1: Clean up and enhance | Björn Gustavsson |
2013-05-31 | asn1_test_lib: Give more information when things goes wrong | Björn Gustavsson |
2013-05-31 | asn1ct_check: Simplify code at the end of check_type/3 | Björn Gustavsson |
2013-05-31 | Get rid of 'ANY' in the backends | Björn Gustavsson |
2013-05-31 | Normalize SIZE constraints to simplify backends | Björn Gustavsson |
2013-05-31 | PER: Fix aligments bugs for short strings | Björn Gustavsson |
2013-05-31 | Correct encoding (decoding) of lengths less than the root range | Björn Gustavsson |
2013-05-31 | PER/UPER: Correct encoding of a length outside the root range | Björn Gustavsson |
2013-05-31 | PER: Eliminate useless argument for encode_octet_string() | Björn Gustavsson |
2013-05-31 | testConstraints: Add more tests of SIZE constraints | Björn Gustavsson |
2013-05-31 | Fix handling of open interval constraints with pre-defined integers | Björn Gustavsson |
2013-05-31 | Eliminate use of #constraint{} outside of the parser | Björn Gustavsson |
2013-05-31 | ascn1ct_check: Remove effect-less code | Björn Gustavsson |
2013-05-31 | Use the record definition for #Externaltypereference | Björn Gustavsson |
2013-05-31 | Eliminate general use of #typereference{} | Björn Gustavsson |
2013-05-31 | PER/UPER: Share all code except encoding of primitives | Björn Gustavsson |
2013-05-31 | Eliminate duplicated code in gen_inlined_{dec,enc}_funs() | Björn Gustavsson |
2013-05-31 | Remove unused function pgen/4 in all backends | Björn Gustavsson |
2013-05-31 | UPER: Fix bug in encoding/decoding of default types | Björn Gustavsson |
2013-05-31 | testInfObj: Introduce roundtrip/3 to simplify the test suite | Björn Gustavsson |
2013-05-31 | Remove unnecessary code duplication in gen_objset_{dec,enc}() | Björn Gustavsson |
2013-05-31 | asn1ct_constructed_per: Optimize decoding of OPTIONAL | Björn Gustavsson |
2013-05-31 | asn1ct_constructed_per: Break out part of gen_dec_comp_call() | Björn Gustavsson |
2013-05-31 | asn1_constructed_per: Optimize decoding of CHOICE | Björn Gustavsson |
2013-05-31 | Refactor decoding of items in SEQUENCEs and CHOICEs | Björn Gustavsson |
2013-05-31 | asn1ct_constructed_per: Refactor gen_dec_choice2() | Björn Gustavsson |
2013-05-31 | asn1_constructed_per: Refactor gen_enc_choice2() | Björn Gustavsson |
2013-05-31 | Don't call asn1ct_name:clear/0 directly after asn1ct_name:start/0 | Björn Gustavsson |