Age | Commit message (Expand) | Author |
2013-01-22 | Add run-time library templates and use them | Björn Gustavsson |
2013-01-22 | Add a mechanism for embedding run-time functions into the generated code | Björn Gustavsson |
2013-01-22 | Fix a bug where necessary alignment would be skipped | Björn Gustavsson |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine |
2013-01-10 | Merge branch 'bjorn/asn1/extension-addition-groups/OTP-10664' | Björn Gustavsson |
2013-01-07 | Fix a bug for multiple extension addition groups | Björn Gustavsson |
2012-12-21 | Always inline decoding of open types | Björn Gustavsson |
2012-12-19 | Eliminate code duplication | Björn Gustavsson |
2012-12-19 | per: Slightly optimize encoding of fixed OCTET STRINGs | Björn Gustavsson |
2012-12-19 | per: Fix encoding of OCTET STRINGs with fixed length of 256 or more | Björn Gustavsson |
2012-12-19 | Remove support for the {Typename,Value} notation in encoding | Björn Gustavsson |
2012-12-18 | asn1ct_parser2: Let synonyms share parsing code | Björn Gustavsson |
2012-12-18 | Add a test case for constraint equivalence | Björn Gustavsson |
2012-12-18 | Make .abs file consultable | Björn Gustavsson |
2012-12-18 | Fix a bug in skipping of extensions | Björn Gustavsson |
2012-12-18 | asn1rt_uper_bin: Correct incorrect skipping of extensions | Björn Gustavsson |
2012-12-18 | asn1 doc: Remove a reference to a section that has been removed | Björn Gustavsson |
2012-12-18 | Simplify testConstraints by introducing helper functions | Björn Gustavsson |
2012-12-18 | Simplify testCompactBitString by introducing roundtrip functions | Björn Gustavsson |
2012-12-17 | Simplify testEnumExt by introducing a roundtrip/2 function | Björn Gustavsson |
2012-12-17 | Simplify testChoExternal by introducing a roundtrip/2 function | Björn Gustavsson |
2012-12-17 | Simplify testChoRecursive by introducing a roundtrip/2 function | Björn Gustavsson |
2012-12-17 | Simplify testSeqExtension.erl by introducing a roundtrip/2 function | Björn Gustavsson |
2012-12-17 | Simplify testChoExtension by introducing a roundtrip/2 function | Björn Gustavsson |
2012-12-17 | Simplify testSetOptional by introducing a roundtrip/2 function | Björn Gustavsson |
2012-12-17 | testSetOptional: Correct test case for decoding of corrupt data | Björn Gustavsson |
2012-12-17 | asn1_SUITE: Only run testExtensionAdditionGroup/1 once | Björn Gustavsson |
2012-12-06 | Remove unused run-time functions | 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 | Refactor code generation for decoding SEQUENCE/SET | 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 |
2012-12-06 | Implement encoding of fragmented OCTET STRINGs | Björn Gustavsson |
2012-12-06 | Use asn1ct_imm to optimize decoding of per and uper | Björn Gustavsson |
2012-12-06 | Use asn1ct_imm:effective_constraint/2 | Björn Gustavsson |
2012-12-06 | Add the asn1ct_imm module | Björn Gustavsson |
2012-12-06 | Makefile: Add dependencies for header files | Björn Gustavsson |
2012-12-06 | Eliminate the useless 'telltype' argument in component decoding | Björn Gustavsson |
2012-12-06 | testPrimString: Increase readability by introducing a roundtrip function | Björn Gustavsson |
2012-12-06 | asn1_SUITE: Let the per/1 test case also test 'uper' | Björn Gustavsson |
2012-12-06 | asn1ct_value: Fix type for open type value for uper | Björn Gustavsson |
2012-12-06 | Optimize encoding/decoding of NULL in the per and uper back-ends | Björn Gustavsson |
2012-12-06 | Suppress warnings for unused variables using a compiler option | Björn Gustavsson |
2012-11-26 | Simplify the code for the generated info/0 function | Björn Gustavsson |
2012-11-26 | Don't try to work around a non-loadable NIF library | Björn Gustavsson |
2012-11-26 | Fix BER encoding when multiple levels of typedefs are used | Björn Gustavsson |
2012-11-26 | Update documentation for the asn1 application | Björn Gustavsson |
2012-11-26 | Remove the unused asn1ct_gen_ber module | Björn Gustavsson |