aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_constructed_per.erl
AgeCommit message (Expand)Author
2013-05-31asn1ct_constructed_per: Optimize decoding of OPTIONALBjörn Gustavsson
2013-05-31asn1ct_constructed_per: Break out part of gen_dec_comp_call()Björn Gustavsson
2013-05-31asn1_constructed_per: Optimize decoding of CHOICEBjörn Gustavsson
2013-05-31Refactor decoding of items in SEQUENCEs and CHOICEsBjörn Gustavsson
2013-05-31asn1ct_constructed_per: Refactor gen_dec_choice2()Björn Gustavsson
2013-05-31asn1_constructed_per: Refactor gen_enc_choice2()Björn Gustavsson
2013-05-31Don't call asn1ct_name:clear/0 directly after asn1ct_name:start/0Björn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23per,uper: Optimize decoding of the remaining data typesBjörn Gustavsson
2013-01-22Add and use asn1rtt_extBjörn Gustavsson
2013-01-22Add run-time library templates and use themBjörn Gustavsson
2013-01-22Fix a bug where necessary alignment would be skippedBjörn Gustavsson
2013-01-10Merge branch 'bjorn/asn1/extension-addition-groups/OTP-10664'Björn Gustavsson
2013-01-07Fix a bug for multiple extension addition groupsBjörn Gustavsson
2012-12-21Always inline decoding of open typesBjörn Gustavsson
2012-12-18Fix a bug in skipping of extensionsBjörn Gustavsson
2012-12-06Optimize decoding of extensionsBjörn Gustavsson
2012-12-06Do alignment optimization of SEQUENCEs and SETsBjörn Gustavsson
2012-12-06Refactor code generation for decoding SEQUENCE/SETBjörn Gustavsson
2012-12-06Use asn1ct_imm to optimize decoding of per and uperBjörn Gustavsson
2012-12-06Eliminate the useless 'telltype' argument in component decodingBjörn Gustavsson
2012-12-06Suppress warnings for unused variables using a compiler optionBjörn Gustavsson
2012-11-23Remove obsolete back-ends and simplify the optionsBjörn Gustavsson
2012-11-22Remove support for the obsolete {Typename,Value} tuple notationBjörn Gustavsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-28Remove Dialyzer warningsKenneth Lundin
2012-05-04Add support for multiple ExtensionAdditionGroupsKenneth Lundin
2011-08-01Remove driver support for per encodingLukas Larsson
2011-08-01Add support for nif option to optimized PER asn1 compilationLukas Larsson
2011-07-21Move fixopt to do more work in ct than rt for opimized per_binLukas Larsson
2011-07-21Optmized encode_length by doing some calculations at compile time rather than...Lukas Larsson
2011-07-21Optmized decode_length by doing some calculations as compile time rather than...Lukas Larsson
2011-05-19Corrected handling of long length in driver and updated test suitesKenneth Lundin
2010-11-18Shut off some dialyzer warningsKostis Sagonas
2010-10-04Add additional test to cover this correctionKenneth Lundin
2010-09-24correct the encoding of ExtensionAdditionGroupKenneth Lundin
2010-09-23tempKenneth Lundin
2010-08-25Add support for Extension addition groupKenneth Lundin
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP