Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-06-07 | PER, UPER: Fix record name mismatch between HRL file and decoding code | Björn Gustavsson | |
When a SEQUENCE was defined inline inside extension addition group like this: InlinedSeq ::= SEQUENCE { ..., [[ s SEQUENCE { a INTEGER, b BOOLEAN } ]] } the decoding code would return the contents of the SEQUENCE in a record named 'InlinedSeq_ExtAddGroup1_s', while the record definition in the generated HRL file would be 'InlinedSeq_s'. Since there is no reason to use the longer record name (no risk for ambiguity), correct the name in the decoding code. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-07 | Fix a bug for multiple extension addition groups | Björn Gustavsson | |
Encoding would fail. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-05-04 | Add support for multiple ExtensionAdditionGroups | Kenneth Lundin | |
2010-09-07 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin | |
In the previous version support for ExtensionAdditionGroups (i.e [[...]]) was added but it did not handle the occurence of the notation in nested types. Now this is handled as well and the support is hopefully complete. Also cleanup of warnings for obsolete guard functions in test suites. | |||
2010-08-25 | Add support for Extension addition group | Kenneth Lundin | |