Merge branch 'master' of https://github.com/vanrein/asn2quickder
[asn2quickder] / asn1ate /
2016-06-20 leenaarsSome PEP8 style improvements + Python3
2016-03-10 Rick van ReinAdded imports / exports support
2016-03-05 Rick van ReinIntroduced Quick DER code generation
2016-02-28 Rick van ReinFirst stab at code generation for Quick DER
2016-02-02 unknownMore repeatable header for autogenerated files
2016-02-02 unknownAdd version available at runtime
2016-01-31 Michael MatticeSort assignments by name to make output repeatable
2015-12-22 Kim GrasmanUpdate test.py to match changed pyasn1gen.
2015-12-22 Kim GräsmanMerge pull request #29 from james-ward/sema-autotag
2015-12-18 Stanisław PituchaAdd more string types
2015-11-22 Kim GräsmanMerge pull request #23 from james-ward/choice-tag
2015-10-09 James WardAdd automatic tags.
2015-10-08 James WardAllow multi-module processing.
2015-10-07 James WardTagged CHOICEs must be explicit if the default is impli...
2015-06-11 Kim GrasmanFix issue #18: VisibleString bug
2015-03-14 Kim GrasmanUpdate copyright years.
2015-02-01 Kim GrasmanMerge branch 'master' of https://github.com/kimgr/asn1ate
2015-02-01 Kim GrasmanFix issue 11: respect module tag defaults.
2014-12-13 Frank ZonneveldFixed issue 15, BIT STRING in constructed types
2014-11-10 Kim GrasmanFix issue 10.
2014-11-01 Kim GrasmanInline any_defined_by clause and trim whitespace in...
2014-10-28 Frank ZonneveldAdded ANY type.
2014-07-27 Kim GrasmanSupport for selection types.
2014-07-27 Kim GrasmanFix issue #1: All constraints are now code-genned.
2014-07-26 Kim GrasmanCorrectly construct univ.BitString from bstring/hstring...
2014-07-26 Kim GrasmanFix bug where self.constraint was sometimes never set.
2014-07-26 Kim GrasmanUse Optional instead of empty.
2014-07-26 Kim GrasmanSwitch exponent rule to use CaselessLiteral.
2014-07-26 Kim GrasmanRemove redundant constraint rule.
2014-07-26 Kim GrasmanSupport value-range and single-value constraints for...
2014-07-26 Kim GrasmanRemove scary comment.
2014-07-26 Kim GrasmanProper grammar for REAL values.
2014-07-26 Kim GrasmanFix so size constraints generate ValueSizeConstraint...
2014-07-26 Kim GrasmanOnly generate _OID helper if necessary.
2014-07-26 Kim GrasmanSupport BIT STRING types without enumerators.
2014-07-25 Kim GrasmanFix bugs in name translation.
2014-07-25 Kim GrasmanBetter type and value name sanitization.
2014-07-25 Kim GrasmanSupport size and single-value constraints on some types.
2014-07-25 Kim GrasmanParse and ignore external value references.
2014-07-25 Kim GrasmanParse and ignore external type references.
2014-07-22 Kim GrasmanFix issue #8 -- Cyclic references.
2014-04-14 Giovanni BajoFormatting
2014-04-14 Giovanni BajoUse Unique() function
2014-04-08 Giovanni BajoAdd support for ENUMERATED in identifier-only form
2014-01-06 Kim GrasmanReorder builtin translations.
2014-01-06 Kim GrasmanSupport for hex string literals.
2014-01-05 Kim GrasmanHandle BinaryStringValue in codegen.
2014-01-04 Kim GrasmanSimplify grammar to more correctly parse bstrings.
2014-01-04 Kim GrasmanDisallow empty file.
2014-01-03 Kim GrasmanSupport for binary string literals.
2014-01-02 Kim GrasmanSupport extension markers in ENUMERATED.
2014-01-01 Kim GrasmanSupport IA5String type.
2014-01-01 Kim GrasmanSupport for multiple module definitions in the same...
2013-10-09 Kim GrasmanRemove trailing-semicolon extension.
2013-09-21 Kim GrasmanAllow empty module body. Sema now sees exports, imports...
2013-09-20 Kim GrasmanFlow IMPORTS and EXPORTS through to sema. Not used...
2013-09-20 Kim GrasmanMake semicolons required in IMPORTS and EXPORTS.
2013-09-20 JohnTESladeSupport both import and export in same file
2013-09-20 JohnTESladeSupport ASN1 with EXPORTS
2013-09-03 Kim GrasmanCodegen actual useful.ObjectDescriptor type, now suppor...
2013-08-29 Kim GrasmanSupport PrintableString.
2013-08-29 Kim GrasmanSupport NumericString.
2013-08-28 Kim GrasmanSupport Useful types and their values.
2013-08-28 Kim GrasmanChange from BUG to EXT for extensions to the spec
2013-08-28 Kim GrasmanFix restricted integer type.
2013-08-28 Kim GrasmanRevert 6 commits 4e05c5b20c-c25aac2b27
2013-08-27 Kim GrasmanSupport for GeneralizedTime and UTCTime
2013-08-25 Kim GrasmanFix restricted integer type. Now works all the way...
2013-08-25 Kim GrasmanRemove commented out grammar rule.
2013-08-25 Kim GrasmanAdd doc comment to Type.
2013-08-25 Kim GrasmanChange from BUG to EXT for extensions to the spec.
2013-08-25 Kim GrasmanFirst step towards better constraints handling.
2013-08-25 Kim GrasmanAllow including source filename in auto-generated header.
2013-08-25 Kim GrasmanRudimentary support for imports. Ignored in sema.
2013-08-25 Kim GrasmanRephrase comment.
2013-08-25 Kim GrasmanRudimentary support for parsing definitive identifiers...
2013-08-12 Kim GrasmanCodegen of object identifier values now works.
2013-08-05 Kim GrasmanFirst stab at codegen of OBJECT IDENTIFIER values.
2013-08-02 Kim GrasmanBetter OBJECT IDENTIFIER value handling in sema. Additi...
2013-08-02 Kim GrasmanPreliminary sema support for OBJECT IDENTIFIER values.
2013-08-02 Kim GrasmanPreliminary parser support for OBJECT IDENTIFIER values.
2013-08-02 Kim GrasmanSimplify size constraint grammar.
2013-07-29 Kim GrasmanFix expr_value_list_type so it includes type name.
2013-07-29 Kim GrasmanOnly index type assignments for user_types, not value...
2013-07-29 Kim GrasmanClarify comment.
2013-07-29 Kim GrasmanCodegen support for GeneralString.
2013-07-29 Kim GrasmanCodegen for inline constructed types (CHOICE, SET,...
2013-07-29 Kim GrasmanParser and sema support for SIZE constraints on SEQUENC...
2013-07-29 Kim GrasmanSema support for SIZE constraints.
2013-07-29 Kim GrasmanParser support for SIZE constraints on SET OF and SEQUE...
2013-07-28 Kim GrasmanSema and codegen support for SET.
2013-07-28 Kim GrasmanAdd parser support for SET.
2013-07-28 Kim GrasmanCodegen support for OBJECT IDENTIFIER.
2013-07-28 Kim GrasmanAdd parser support for OBJECT IDENTIFIER.
2013-07-28 Kim GrasmanRemove now-unused function.
2013-07-28 Kim GrasmanNull sema and codegen support for extension marker...
2013-07-28 Kim GrasmanParser support for extension marker (...).
2013-07-23 Kim GrasmanClarify commentary on sema.
2013-07-21 Kim GrasmanAdopt assignments terminology in topological_sort.
2013-07-21 Kim GrasmanRename declarations -> assignments.
next