aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_gen_ber_bin_v2.erl
AgeCommit message (Expand)Author
2017-05-04Update copyright yearRaimo Niskanen
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_ber_bin_v2: Remove unused codeBjörn Gustavsson
2017-02-06Teach the ASN.1 compiler the 'maps' optionBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-12BER: Fix ENUMERATED with negative valuesBjörn Gustavsson
2015-01-12Clean up error reporting for duplicate tagsDan Gudmundsson
2015-01-12asn1: Fix BER generation for non optional and extended object setsDan Gudmundsson
2014-06-05BER: Eliminate dialyzer warnings for specialized decode functionsBjörn Gustavsson
2014-06-05BER: Eliminate dialyzer warning for encoding of BIT STRINGsBjörn Gustavsson
2014-06-05BER: Optimize encoding of ENUMERATEDBjörn Gustavsson
2014-05-06BER: Optimize decoding of ENUMERATEDBjörn Gustavsson
2014-05-06BER: Suppress dialyzer warnings for encode_bit_string/4Björn Gustavsson
2014-04-29BER: Inline testing of constraints when decodingBjörn Gustavsson
2014-04-16Refactor gen_dec_prim/3 to facilitate future optimizationsBjörn Gustavsson
2014-04-16Remove unused arguments for asn1ct_gen_ber_bin_v2:gen_dec_prim()Björn Gustavsson
2014-01-24Fix open typesBjörn Gustavsson
2014-01-24Fix OCTET STRINGBjörn Gustavsson
2014-01-24Fix BIT STRINGBjörn Gustavsson
2013-08-30Clean up checking of objectsBjörn Gustavsson
2013-08-30Remove broken support for multiple UNIQUEBjörn Gustavsson
2013-08-30Refactor encoding of REALBjörn Gustavsson
2013-05-31asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed typeBjörn Gustavsson
2013-05-31BER: Fix handling of a constructed default value for a classBjörn Gustavsson
2013-05-31Eliminate handling of #pobjectdef{} from the backendsBjörn Gustavsson
2013-05-31Eliminate clauses that can never matchBjörn Gustavsson
2013-05-31BER: Don't generate functions that are never usedBjörn Gustavsson
2013-05-31BER: Remove special case handling of certain string typesBjörn Gustavsson
2013-05-31BER: Optimize handling of constraints for INTEGERsBjö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-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-31Remove unnecessary code duplication in gen_objset_{dec,enc}()Björn Gustavsson
2013-05-31asn1ct_name: Remove unused functionsBjörn Gustavsson
2013-02-16Eliminate use of obsolete size/1 in generated codeBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23By default, encode BIT STRING to bitstringsBjörn Gustavsson
2013-01-22BER run-time: Refactor decoding of string data typesBjörn Gustavsson
2013-01-22Refactor decoding of BIT STRINGsBjörn Gustavsson
2013-01-22Add run-time library templates and use themBjörn Gustavsson
2012-12-19Remove support for the {Typename,Value} notation in encodingBjörn Gustavsson
2012-11-23Remove obsolete back-ends and simplify the optionsBjörn Gustavsson
2012-11-22Remove the obsolete and deprecated 'keyed_list' optionBjörn Gustavsson
2012-05-17Fix typo error in selected decode functionArtem Teslenko