summaryrefslogtreecommitdiff
path: root/lib/asn1/src/asn1ct_gen_per.erl
Commit message (Expand)AuthorAgeFilesLines
* Dialyzer suppress per_common:to_bitstring/2Raimo Niskanen2018-03-021-6/+12
* asn1: Fix missing quotes of external encoding callSverker Eriksson2017-07-201-1/+1
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Remove default clauses that cause exceptions for internal errorsBjörn Gustavsson2017-03-151-3/+1
* Clean up commentsBjörn Gustavsson2017-03-141-16/+8
* Clean up use of asn1ct_gen:emit/1Björn Gustavsson2017-03-141-4/+4
* Remove the 'debug' optionBjörn Gustavsson2017-03-141-8/+1
* Only generate needed single quotes around function namesBjörn Gustavsson2017-03-141-5/+6
* asn1ct_gen_per: Fix broken dialyzer suppression functionBjörn Gustavsson2017-03-141-2/+6
* Refactor code generation optionsBjörn Gustavsson2017-02-031-10/+2
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* (U)PER: Suppress dialyzer warnings for complete/1Björn Gustavsson2014-06-051-1/+7
* BER: Suppress dialyzer warnings for encode_bit_string/4Björn Gustavsson2014-05-061-0/+4
* Fix OCTET STRINGBjörn Gustavsson2014-01-241-2/+11
* Fix BIT STRINGBjörn Gustavsson2014-01-241-1/+8
* Generate intermediate code that is easier to optimizeBjörn Gustavsson2014-01-201-3/+3
* Keep type information in the apply intermediate instructionBjörn Gustavsson2014-01-201-1/+1
* PER, UPER: Optimize table constraintsBjörn Gustavsson2013-09-031-632/+2
* PER, UPER: Optimize encoding using an intermediate formatBjörn Gustavsson2013-08-301-188/+71
* PER,UPER: Get rid of unused 'telltype' argument in decoding functionsBjörn Gustavsson2013-08-301-17/+19
* Clean up checking of objectsBjörn Gustavsson2013-08-301-12/+0
* PER/UPER: Fix encoding of an object set with multiple inlined constructsBjörn Gustavsson2013-08-301-3/+3
* Remove broken support for multiple UNIQUEBjörn Gustavsson2013-08-301-9/+7
* Refactor encoding of REALBjörn Gustavsson2013-08-301-2/+4
* UPER: Correct encoding of ENUMERATED with more than 63 extended valuesBjörn Gustavsson2013-06-071-1/+2
* asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed typeBjörn Gustavsson2013-05-311-18/+2
* asn1ct_gen_per: Remove useless renewal of 'enumval'Björn Gustavsson2013-05-311-1/+0
* PER/UPER: Eliminate gen_encode_prim_wrapper() and DoTag argumentBjörn Gustavsson2013-05-311-16/+16
* Eliminate handling of #pobjectdef{} from the backendsBjörn Gustavsson2013-05-311-3/+1
* Eliminate the {notype,_} return value from asn1ct_gen:type/1Björn Gustavsson2013-05-311-3/+1
* PER/UPER: Remove support for a list argument for encode_open_type/1Björn Gustavsson2013-05-311-1/+3
* Introduce asn1ct_gen_per:gen_decode_external/3Björn Gustavsson2013-05-311-29/+21
* Get rid of 'ANY' in the backendsBjörn Gustavsson2013-05-311-4/+0
* Normalize SIZE constraints to simplify backendsBjörn Gustavsson2013-05-311-22/+24
* Eliminate general use of #typereference{}Björn Gustavsson2013-05-311-11/+0
* PER/UPER: Share all code except encoding of primitivesBjörn Gustavsson2013-05-311-76/+115
* Eliminate duplicated code in gen_inlined_{dec,enc}_funs()Björn Gustavsson2013-05-311-74/+36
* Remove unused function pgen/4 in all backendsBjörn Gustavsson2013-05-311-12/+1
* UPER: Fix bug in encoding/decoding of default typesBjörn Gustavsson2013-05-311-2/+2
* Remove unnecessary code duplication in gen_objset_{dec,enc}()Björn Gustavsson2013-05-311-68/+20
* asn1ct_name: Remove broken active/1Björn Gustavsson2013-05-311-6/+1
* per,uper: Fix breakage of compilation of InformationFrameworkBjörn Gustavsson2013-02-141-5/+5
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Remove vestiges of support for the {TypeName,Value} notationBjörn Gustavsson2013-01-241-7/+0
* per,uper: Optimize decoding of the remaining data typesBjörn Gustavsson2013-01-231-29/+23
* per,uper: Optimize decoding of the remaining string typesBjörn Gustavsson2013-01-231-16/+19
* per,uper: Optimize decoding of the string data typesBjörn Gustavsson2013-01-231-20/+19
* By default, encode BIT STRING to bitstringsBjörn Gustavsson2013-01-231-19/+32
* uper: Look up some SizeConstraints at compile-timeBjörn Gustavsson2013-01-221-2/+10