Exclude known-broken pyparsing versions
[third_party/asn1ate.git] / asn1ate /
2019-06-09 Kim GräsmanMake SingleValueConstraint accept alternatives
2019-06-09 Kim GräsmanSimpler production for INTEGER
2019-06-09 Kim GräsmanAdd --include-asn1 switch to pyasn1gen.py
2019-06-09 Kim GräsmanEmit a comment with module name before every module
2019-06-07 Kim GräsmanUpdate copyright years for 2019
2018-11-21 Norman DenayerKeep references sorted for repeatability
2018-11-21 Norman DenayerMake the asn1ate command work again.
2018-05-12 Kim GräsmanFlatten main loop
2018-05-12 Kim GräsmanMake scripts executable
2018-05-12 Kim GräsmanImprove argument handling in test.py
2018-05-12 Kim GräsmanTest harness now invokes command-line driver
2018-05-12 Kim GräsmanMake sure file header is only emitted once per file
2018-03-09 Kim GräsmanRemove unnamed type extension
2018-03-09 Kim GräsmanUpdate all copyright years for 2018
2017-11-04 Kim GräsmanBump version to 0.6.1.dev0
2017-11-04 Kim GräsmanBump version to 0.6.0 for release v0.6
2017-08-04 Kim GrasmanMaintain ModuleReference in DefinedType
2017-08-04 Kim GrasmanUse module_ref for ModuleReference fields
2017-08-04 Kim GrasmanMake module references first-class sema nodes
2017-08-04 Kim GrasmanSema support for IMPORTS
2017-08-04 Kim GrasmanParse all IMPORTS clauses
2017-08-03 Kim GrasmanAllow empty symbol list for EXPORTS
2017-08-03 Kim GrasmanSupport EXPORTS for modules
2017-08-03 Kim GrasmanProperly module-qualify type references in sema
2017-08-03 Kim GrasmanAllow external value references
2017-08-02 Kim GrasmanTest runner now supports multi-modules
2017-08-01 Kim GrasmanUnix line endings for everything but bat files
2017-08-01 Kim GrasmanUpdate copyright years
2016-09-11 Kim GrasmanCodegen for SET OF inline size constraints
2016-09-11 Aaron HoltzmanCodegen for inline SEQUENCE OF
2016-09-08 Kim GrasmanBump copyright years to 2016
2016-09-08 Kim GrasmanSupport empty component types
2016-09-08 Kim GrasmanFix bug with stringization of auto-tagged types
2016-09-08 Kim GrasmanWrap some long lines
2016-08-22 Kim GrasmanRemove last traces of 'implicity'
2016-08-22 Ilya EtingofCode linted and PEP8'ed
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-19 Kim GräsmanMerge pull request #28 from viraptor/extra_strings
2015-12-18 Stanisław PituchaAdd more string types 28/head
2015-11-22 Kim GräsmanMerge pull request #23 from james-ward/choice-tag
2015-11-22 Kim GräsmanMerge pull request #21 from james-ward/multi-module
2015-10-09 James WardAdd automatic tags. 29/head
2015-10-08 James WardAllow multi-module processing. 21/head
2015-10-07 James WardTagged CHOICEs must be explicit if the default is impli... 23/head
2015-06-11 Kim GrasmanFix issue #18: VisibleString bug
2015-03-14 Kim GrasmanUpdate copyright years. v0.5
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 Kim GräsmanMerge pull request #16 from fzonneveld/issue15_BIT_STRI...
2014-12-13 Frank ZonneveldFixed issue 15, BIT STRING in constructed types 16/head
2014-11-10 Kim GrasmanFix issue 10. 13/head
2014-11-01 Kim GrasmanInline any_defined_by clause and trim whitespace in...
2014-10-28 Frank ZonneveldAdded ANY type. 9/head
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 Kim GräsmanMerge pull request #7 from rasky/master
2014-04-14 Giovanni BajoFormatting 7/head
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 3/head
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
next