summaryrefslogtreecommitdiff
path: root/lib/asn1/src/asn1ct_check.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Clean up commentsBjörn Gustavsson2017-03-141-110/+30
* Fix typos: lenght -> lengthMyron Marston2017-03-011-1/+1
* Teach the ASN.1 compiler the 'maps' optionBjörn Gustavsson2017-02-061-4/+22
* asn1ct_check: Number the components in INSTANCE OFBjörn Gustavsson2017-02-031-1/+2
* Fix a few dialyzer warningsHans Bolinder2016-02-221-1/+4
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Improve error handling for illegal object definitionsBjörn Gustavsson2015-01-121-8/+15
* Reimplement storeindb/2 to avoid excessive process communicationBjörn Gustavsson2015-01-121-23/+37
* Remove useless fields in #state{}Björn Gustavsson2015-01-121-45/+29
* Remove vestiges of obsolete {TypeName,Value} notationBjörn Gustavsson2015-01-121-6/+1
* Remove old error handlingDan Gudmundsson2015-01-121-137/+57
* Modernize the remaining casesDan Gudmundsson2015-01-121-11/+6
* Further improve error handling for instatiation of parameterized typesDan Gudmundsson2015-01-121-19/+16
* asn1ct_parser2: Clean up error handling and reportingBjörn Gustavsson2015-01-121-2/+0
* Move checking of UNIQUE & DEFAULT error to asn1ct_checkBjörn Gustavsson2015-01-121-0/+9
* Remove code duplicationDan Gudmundsson2015-01-121-17/+2
* Remove unnecessary internal errorsBjörn Gustavsson2015-01-121-23/+11
* Modernize error handling for SEQUENCEDan Gudmundsson2015-01-121-33/+53
* Modernize error handling for CHOICEDan Gudmundsson2015-01-121-56/+56
* Modernize error handling for BOOLEANDan Gudmundsson2015-01-121-9/+9
* Modernize error handling for named valuesDan Gudmundsson2015-01-121-12/+3
* Rewrite checking of ENUMERATEDBjörn Gustavsson2015-01-121-92/+108
* Modernize error handling for illicit tagsBjörn Gustavsson2015-01-121-10/+16
* Modernize error handling for instatiation of parameterized typesBjörn Gustavsson2015-01-121-2/+4
* Clean up get_unique_fieldname/2Dan Gudmundsson2015-01-121-54/+28
* Clean up error reporting for duplicate tagsDan Gudmundsson2015-01-121-107/+52
* asn1: Rewrite error handling for EXPORT to new styleDan Gudmundsson2015-01-121-26/+11
* asn1: Fix error reporting for the EXTERNAL typeDan Gudmundsson2015-01-121-2/+4
* asn1: Fix import checking codeDan Gudmundsson2015-01-121-46/+11
* Rewrite constraint handlingBjörn Gustavsson2015-01-121-701/+483
* asn1: Minor bug fixesDan Gudmundsson2015-01-121-17/+24
* Clean up checking of object setsBjörn Gustavsson2015-01-121-324/+178
* Fix several levels of inlined definitionsBjörn Gustavsson2015-01-121-1/+3
* Rewrite handling of ObjectSetFromObjectsBjörn Gustavsson2015-01-121-193/+66
* Clean up handling ObjectClassFieldTypeBjörn Gustavsson2015-01-121-59/+11
* Clean up and correct table constraint handlingBjörn Gustavsson2015-01-121-41/+43
* Correct another bug with instantiated typesBjörn Gustavsson2015-01-121-1/+3
* Clean up matching of parametersBjörn Gustavsson2015-01-121-41/+41
* Clean up handling of 'simpletable' and 'componentrelation'Björn Gustavsson2015-01-121-30/+24
* Fix instantiation of an inlined type in a value definitionBjörn Gustavsson2015-01-121-17/+8
* Simplify and correct tag handlingBjörn Gustavsson2015-01-121-50/+16
* Clean up constraint checkingBjörn Gustavsson2015-01-121-93/+73
* Use recursive get_referenced_type to get classdef directlyDan Gudmundsson2015-01-121-26/+15
* Fix recursive get_referenced_typeDan Gudmundsson2015-01-121-17/+11
* Remove special case in parserBjörn Gustavsson2015-01-121-6/+0
* Improve handling of BIT STRING valuesBjörn Gustavsson2015-01-121-25/+25
* Check more errors in the simplified syntaxBjörn Gustavsson2015-01-121-41/+94
* Handle CLASS.&field when checking valuesBjörn Gustavsson2015-01-121-1/+7
* Clean up and correct validation of OBJECT IDENTIFIER/RELATIVE-OIDDan Gudmundsson2015-01-121-141/+101