aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct.erl
AgeCommit message (Expand)Author
2016-08-12Support 'make -j' when compiling ASN.1 modulesBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-12asn1ct, asn1ct_parser2: Refactor the upper levels of error handlingBjörn Gustavsson
2015-01-12Fix object set duplication testBjörn Gustavsson
2014-09-01Teach the ASN.1 compiler the parse optionBjörn Gustavsson
2014-02-28Clean up reporting of errors in IMPORTSBjörn Gustavsson
2014-02-21Deprecate asn1 functionsBjörn Gustavsson
2014-01-31asn1ct: Silence dialyzer warnings for unmatched returnsBjörn Gustavsson
2014-01-24Add legacy_erlang_typesBjörn Gustavsson
2014-01-20Factor out printing of verbose messagesBjörn Gustavsson
2013-09-03Clean up handling of .asn1db filesBjörn Gustavsson
2013-05-31Clean up checking of values for ENUMERATEDsBjörn Gustavsson
2013-05-31Introduce a new mechanism for structured error handlingBjörn Gustavsson
2013-05-31asn1ct: Refactor running of compiler passesBjörn Gustavsson
2013-05-31asn1ct, asn1ct_gen: Eliminate unused exportsBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
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 run-time library templates and use themBjörn Gustavsson
2012-12-18Make .abs file consultableBjö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-08-28Remove Dialyzer warningsKenneth Lundin
2012-03-27Correct handling of INTEGER (1..4 | 8 | 10 | 20)Kenneth Lundin
2012-02-28[asn1] Make tables and processes unnamedAdam Lindberg
2012-02-28[asn1] Abstract out table access to new moduleAdam Lindberg
2012-02-28[asn1] Run asn1 compilation in a separate processAdam Lindberg
2011-09-13Merge branch 'dev' into majorHenrik Nord
2011-09-08asn1ct: add warnings_as_errors optionTuncer Ayaz
2011-08-01Add obsolete warning for driver optionLukas Larsson
2011-08-01Remove all modules relating to drivers and make all functions obsolete.Lukas Larsson
2011-08-01Fix bootstrap problemLukas Larsson
2011-08-01Define vsn if not defined to make flymake happyLukas 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 'ks/asn1-dialyzer-fixes' into devNiclas Axelsson
2011-02-17Merge branch 'ta/asn1-reporting' into devNiclas Axelsson
2010-11-18Shut off some dialyzer warningsKostis Sagonas
2010-07-12asn1ct: change unusual whitespace char from 0xA0 to 0x20Tuncer Ayaz
2010-05-05asn1ct: Make formatting of errors and warnings consistentTuncer Ayaz
2010-04-10Remove gratuitous ok report in asn1ctTuncer Ayaz
2010-04-09Merge branch 'ta/asn1-verbose' into devErlang/OTP
2010-04-08Teach asn1ct verbose optionTuncer Ayaz
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP