summaryrefslogtreecommitdiff
path: root/lib/asn1/src/asn1ct_gen_ber_bin_v2.erl
Commit message (Expand)AuthorAgeFilesLines
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* BER: Fix ENUMERATED with negative valuesBjörn Gustavsson2015-01-121-5/+19
* Clean up error reporting for duplicate tagsDan Gudmundsson2015-01-121-34/+1
* asn1: Fix BER generation for non optional and extended object setsDan Gudmundsson2015-01-121-20/+30
* BER: Eliminate dialyzer warnings for specialized decode functionsBjörn Gustavsson2014-06-051-6/+12
* BER: Eliminate dialyzer warning for encoding of BIT STRINGsBjörn Gustavsson2014-06-051-4/+10
* BER: Optimize encoding of ENUMERATEDBjörn Gustavsson2014-06-051-1/+7
* BER: Optimize decoding of ENUMERATEDBjörn Gustavsson2014-05-061-1/+27
* BER: Suppress dialyzer warnings for encode_bit_string/4Björn Gustavsson2014-05-061-0/+12
* BER: Inline testing of constraints when decodingBjörn Gustavsson2014-04-291-48/+109
* Refactor gen_dec_prim/3 to facilitate future optimizationsBjörn Gustavsson2014-04-161-75/+40
* Remove unused arguments for asn1ct_gen_ber_bin_v2:gen_dec_prim()Björn Gustavsson2014-04-161-25/+15
* Fix open typesBjörn Gustavsson2014-01-241-28/+52
* Fix OCTET STRINGBjörn Gustavsson2014-01-241-1/+13
* Fix BIT STRINGBjörn Gustavsson2014-01-241-3/+25
* Clean up checking of objectsBjörn Gustavsson2013-08-301-12/+0
* Remove broken support for multiple UNIQUEBjörn Gustavsson2013-08-301-8/+6
* Refactor encoding of REALBjörn Gustavsson2013-08-301-2/+10
* asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed typeBjörn Gustavsson2013-05-311-30/+4
* BER: Fix handling of a constructed default value for a classBjörn Gustavsson2013-05-311-2/+2
* Eliminate handling of #pobjectdef{} from the backendsBjörn Gustavsson2013-05-311-3/+1
* Eliminate clauses that can never matchBjörn Gustavsson2013-05-311-14/+7
* BER: Don't generate functions that are never usedBjörn Gustavsson2013-05-311-16/+26
* BER: Remove special case handling of certain string typesBjörn Gustavsson2013-05-311-16/+5
* BER: Optimize handling of constraints for INTEGERsBjörn Gustavsson2013-05-311-35/+38
* Get rid of 'ANY' in the backendsBjörn Gustavsson2013-05-311-3/+0
* Normalize SIZE constraints to simplify backendsBjörn Gustavsson2013-05-311-6/+10
* Eliminate general use of #typereference{}Björn Gustavsson2013-05-311-8/+0
* Eliminate duplicated code in gen_inlined_{dec,enc}_funs()Björn Gustavsson2013-05-311-149/+60
* Remove unused function pgen/4 in all backendsBjörn Gustavsson2013-05-311-13/+0
* Remove unnecessary code duplication in gen_objset_{dec,enc}()Björn Gustavsson2013-05-311-59/+17
* asn1ct_name: Remove unused functionsBjörn Gustavsson2013-05-311-14/+0
* Eliminate use of obsolete size/1 in generated codeBjörn Gustavsson2013-02-161-3/+3
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* By default, encode BIT STRING to bitstringsBjörn Gustavsson2013-01-231-3/+6
* BER run-time: Refactor decoding of string data typesBjörn Gustavsson2013-01-221-51/+23
* Refactor decoding of BIT STRINGsBjörn Gustavsson2013-01-221-13/+18
* Add run-time library templates and use themBjörn Gustavsson2013-01-221-214/+158
* Remove support for the {Typename,Value} notation in encodingBjörn Gustavsson2012-12-191-19/+0
* Remove obsolete back-ends and simplify the optionsBjörn Gustavsson2012-11-231-1/+1
* Remove the obsolete and deprecated 'keyed_list' optionBjörn Gustavsson2012-11-221-45/+2
* Fix typo error in selected decode functionArtem Teslenko2012-05-171-1/+1
* [asn1] Abstract out table access to new moduleAdam Lindberg2012-02-281-2/+2
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
* Update code genaration to call nif/erlang depending on what is configuredLukas Larsson2011-08-011-4/+13
* Update decode_open_type to use nifs if configured to do soLukas Larsson2011-08-011-4/+4
* Merge branch 'kenneth/asn1/nested_extaddgroup/OTP-8797' into devKenneth Lundin2010-09-101-3/+11
|\
| * Add support for ExtensionAdditionGroup notation in nested types as wellKenneth Lundin2010-09-071-8/+16
* | Merge branch 'ta/asn1-verbose' into devErlang/OTP2010-04-091-6/+6
|\ \ | |/ |/|