third_party/asn1ate.git
2015-03-14 Kim GrasmanUpdate copyright years. v0.5
2015-03-14 Kim GrasmanReformat and add short blurb on tested Python versions.
2015-03-14 Kim GrasmanBump version to 0.5 to prepare for release.
2015-03-14 Kim GrasmanAdd pip requirements files.
2015-02-01 Kim GrasmanMerge branch 'master' of https://github.com/kimgr/asn1ate
2015-02-01 Kim GrasmanFix issue 11: respect module tag defaults.
2015-02-01 Kim GrasmanRename Huawei CDR testdata.
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 GrasmanTests for OCTET STRING values.
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 GrasmanForce Unix line endings.
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-24 Kim GrasmanAdd new public standard definition.
2014-07-24 Kim GrasmanTest case for circular assignment dependencies.
2014-07-22 Kim GrasmanFix issue #8 -- Cyclic references.
2014-06-02 Kim GrasmanAdd batch file for PyPI publishing.
2014-06-02 Kim GrasmanAdd classifiers and bump version.
2014-06-02 Kim GrasmanRename README.rst -> README.txt v0.4
2014-06-02 Kim GrasmanAdd explicit source file encoding to setup.py.
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 GrasmanFix up comment.
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-04 Kim GrasmanRename test data.
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...
2014-01-01 Kim GrasmanIgnore todo.txt
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 GrasmanUse EXPORTS ALL; instead of EXPORTS EVERYTHING;
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-20 JohnTESladeAdd bash testing script
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-29 Kim GrasmanAdd note on semantic analysis to TODO list.
2013-08-28 Kim GrasmanUpdate README on grammar weaknesses.
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 GrasmanBasic pre-commit check.
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 GrasmanRephrase comment.
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-22 Kim GrasmanClean up MANIFEST template.
2013-08-12 Kim GrasmanCodegen of object identifier values now works.
2013-08-05 Kim GrasmanSpice up packaging a little.
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-30 Kim GrasmanUpdate README with latest grammar deficiencies.
2013-07-29 Kim GrasmanMove all official ASN.1 definitions to testdata/public...
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 GrasmanSeparate out string types into its own test def.
2013-07-29 Kim GrasmanCodegen support for GeneralString.
2013-07-29 Kim GrasmanTest definition listing all builtin types.
next