aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_gen.erl
AgeCommit message (Expand)Author
2013-05-31Generate one call to io:put_chars/2 for each call to asn1ct_gen:emit/1Björn Gustavsson
2013-05-31Get rid of 'ANY' in the 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-02-14der: Correct code generation for checking of empty setsBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-24Don't export encode_disp/2 and decode_disp/2 in generated modulesBjörn Gustavsson
2013-01-23By default, encode BIT STRING to bitstringsBjörn Gustavsson
2013-01-22Remove the 'inline' and '{inline,OutputFile}' optionsBjörn Gustavsson
2013-01-22Add and use asn1rtt_checkBjörn Gustavsson
2013-01-22Add run-time library templates and use themBjörn Gustavsson
2013-01-22Add a mechanism for embedding run-time functions into the generated codeBjörn Gustavsson
2012-12-06Suppress warnings for unused variables using a compiler optionBjörn Gustavsson
2012-11-26Simplify the code for the generated info/0 functionBjörn Gustavsson
2012-11-23Remove obsolete back-ends and simplify the optionsBjörn Gustavsson
2012-11-22Make the specialized decodes work with the 'nif' optionBjörn Gustavsson
2012-07-11Add support for extensible enumeration types in n2nGustav Simonsson
2012-07-11Make n2n option work for enumerated types without extensionGustav Simonsson
2012-02-28[asn1] Abstract out table access to new moduleAdam Lindberg
2011-08-02Remove some superflous includes which caused inlined modules to have lots of ...Lukas Larsson
2011-08-01Update decode_open_type to use nifs if configured to do soLukas Larsson
2011-08-01Remove driver support for per encodingLukas Larsson
2011-08-01Remove driver support for ber decodingLukas Larsson
2011-08-01Add support for nif option to optimized ber_bin_v2 asn1 compilationLukas Larsson
2011-08-01Add support for nif option to optimized PER asn1 compilationLukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Merge branch 'ta/asn1-reporting' into devNiclas Axelsson
2010-09-10Merge branch 'kenneth/asn1/nested_extaddgroup/OTP-8797' into devKenneth Lundin
2010-09-07Add support for ExtensionAdditionGroup notation in nested types as wellKenneth Lundin
2010-09-01Merge branch 'maint-r13' into devBjörn Gustavsson
2010-08-25Add support for Extension addition groupKenneth Lundin
2010-05-05asn1ct: Make formatting of errors and warnings consistentTuncer Ayaz
2010-04-08Teach asn1ct verbose optionTuncer Ayaz
2010-02-17Merge branch 'tj/asn1_macro_prefix' into ccase/r13b04_devErlang/OTP
2010-02-17Merge branch 'ks/cleanups' into ccase/r13b04_devErlang/OTP
2010-02-16asn1: Clean up as suggested by tidierKostis Sagonas
2010-02-16Add support for prefixing macro names generated by the compilerTomas Johansson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP