aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_gen_per.erl
AgeCommit message (Expand)Author
2018-03-02Dialyzer suppress per_common:to_bitstring/2Raimo Niskanen
2017-07-20asn1: Fix missing quotes of external encoding callSverker Eriksson
2017-05-04Update copyright yearRaimo Niskanen
2017-03-15Remove default clauses that cause exceptions for internal errorsBjörn Gustavsson
2017-03-14Clean up commentsBjörn Gustavsson
2017-03-14Clean up use of asn1ct_gen:emit/1Björn Gustavsson
2017-03-14Remove the 'debug' optionBjörn Gustavsson
2017-03-14Only generate needed single quotes around function namesBjörn Gustavsson
2017-03-14asn1ct_gen_per: Fix broken dialyzer suppression functionBjörn Gustavsson
2017-02-03Refactor code generation optionsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-06-05(U)PER: Suppress dialyzer warnings for complete/1Björn Gustavsson
2014-05-06BER: Suppress dialyzer warnings for encode_bit_string/4Björn Gustavsson
2014-01-24Fix OCTET STRINGBjörn Gustavsson
2014-01-24Fix BIT STRINGBjörn Gustavsson
2014-01-20Generate intermediate code that is easier to optimizeBjörn Gustavsson
2014-01-20Keep type information in the apply intermediate instructionBjörn Gustavsson
2013-09-03PER, UPER: Optimize table constraintsBjörn Gustavsson
2013-08-30PER, UPER: Optimize encoding using an intermediate formatBjörn Gustavsson
2013-08-30PER,UPER: Get rid of unused 'telltype' argument in decoding functionsBjörn Gustavsson
2013-08-30Clean up checking of objectsBjörn Gustavsson
2013-08-30PER/UPER: Fix encoding of an object set with multiple inlined constructsBjörn Gustavsson
2013-08-30Remove broken support for multiple UNIQUEBjörn Gustavsson
2013-08-30Refactor encoding of REALBjörn Gustavsson
2013-06-07UPER: Correct encoding of ENUMERATED with more than 63 extended valuesBjörn Gustavsson
2013-05-31asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed typeBjörn Gustavsson
2013-05-31asn1ct_gen_per: Remove useless renewal of 'enumval'Björn Gustavsson
2013-05-31PER/UPER: Eliminate gen_encode_prim_wrapper() and DoTag argumentBjörn Gustavsson
2013-05-31Eliminate handling of #pobjectdef{} from the backendsBjörn Gustavsson
2013-05-31Eliminate the {notype,_} return value from asn1ct_gen:type/1Björn Gustavsson
2013-05-31PER/UPER: Remove support for a list argument for encode_open_type/1Björn Gustavsson
2013-05-31Introduce asn1ct_gen_per:gen_decode_external/3Björn Gustavsson
2013-05-31Get rid of 'ANY' in the backendsBjörn Gustavsson
2013-05-31Normalize SIZE constraints to simplify backendsBjörn Gustavsson
2013-05-31Eliminate general use of #typereference{}Björn Gustavsson
2013-05-31PER/UPER: Share all code except encoding of primitivesBjörn Gustavsson
2013-05-31Eliminate duplicated code in gen_inlined_{dec,enc}_funs()Björn Gustavsson
2013-05-31Remove unused function pgen/4 in all backendsBjörn Gustavsson
2013-05-31UPER: Fix bug in encoding/decoding of default typesBjörn Gustavsson
2013-05-31Remove unnecessary code duplication in gen_objset_{dec,enc}()Björn Gustavsson
2013-05-31asn1ct_name: Remove broken active/1Björn Gustavsson
2013-02-14per,uper: Fix breakage of compilation of InformationFrameworkBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-24Remove vestiges of support for the {TypeName,Value} notationBjörn Gustavsson
2013-01-23per,uper: Optimize decoding of the remaining data typesBjörn Gustavsson
2013-01-23per,uper: Optimize decoding of the remaining string typesBjörn Gustavsson
2013-01-23per,uper: Optimize decoding of the string data typesBjörn Gustavsson
2013-01-23By default, encode BIT STRING to bitstringsBjörn Gustavsson
2013-01-22uper: Look up some SizeConstraints at compile-timeBjörn Gustavsson