aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_constructed_ber_bin_v2.erl
AgeCommit message (Expand)Author
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-02-06Teach the ASN.1 compiler the 'maps' optionBjörn Gustavsson
2017-02-03Refactor code generation optionsBjörn Gustavsson
2016-05-12Eliminate dialyzer warnings for unmatched returnsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-12Fix BER code generationDan Gudmundsson
2014-06-05Rewrite the code for testing DEFAULT for DERBjörn Gustavsson
2014-04-16Remove unused arguments for asn1ct_gen_ber_bin_v2:gen_dec_prim()Björn Gustavsson
2013-10-01Fix broken handling of default values for BIT STRINGsBjörn Gustavsson
2013-08-30BER: Handle multiple optional SEQUENCE fields with table constraintsBjörn Gustavsson
2013-08-30Remove broken support for multiple UNIQUEBjörn Gustavsson
2013-08-28Remove code for handling an object/object set reference in SEQUENCEBjörn Gustavsson
2013-05-31asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed typeBjörn Gustavsson
2013-05-31Normalize data representation for table constraintsBjörn Gustavsson
2013-05-31Eliminate the {notype,_} return value from asn1ct_gen:type/1Björn Gustavsson
2013-05-31Use the record definition for #ExternaltypereferenceBjörn Gustavsson
2013-05-31Eliminate general use of #typereference{}Björn Gustavsson
2013-05-31Don't call asn1ct_name:clear/0 directly after asn1ct_name:start/0Björn Gustavsson
2013-02-15BER: Fix broken table constraints inside a SET OF/SEQUENCE OFBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-22Add and use asn1rtt_extBjörn Gustavsson
2013-01-22Add run-time library templates and use themBjörn Gustavsson
2012-11-23Remove the unused asn1ct_constructed_ber moduleBjörn Gustavsson
2012-11-23Remove obsolete back-ends and simplify the optionsBjörn Gustavsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-08-01Update code genaration to call nif/erlang depending on what is configuredLukas Larsson
2011-08-01Update decode_open_type to use nifs if configured to do soLukas Larsson
2010-09-07Add support for ExtensionAdditionGroup notation in nested types as wellKenneth Lundin
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP