Fix for Bug 134: added restriction check to classes wrapping int and uint values.
[mdsal.git] / code-generator /
2013-11-19 Martin VitezFix for Bug 134: added restriction check to classes...
2013-11-18 Martin VitezImplemented typedef units statement in generated code.
2013-11-15 Martin VitezEnhancement of documentation generator.
2013-11-14 Martin VitezAdded initial version of documentation generator.
2013-11-13 Robert VargaMerge "Bugfix in CompositeNode implementation, Instance...
2013-11-13 Tony TkacikAdded Codec concepts to the binding,
2013-11-13 Martin VitezFixed bug in constructor of list implementation.
2013-11-12 Martin VitezAdded serialVersionUID field to classes generated from...
2013-11-12 Martin VitezAdded check for valid length to typedef constructors.
2013-11-11 Martin VitezAdded getLength method to classes generated from typede...
2013-11-10 Tony TkacikAdded QName.create(), fixed Path generic in YANG binding.
2013-11-08 Martin VitezFix for Bug 140.
2013-11-07 Martin VitezOptimized method "fieldsFrom" in builder classes.
2013-11-07 Martin VitezImplemented length statement. Added new method to Build...
2013-10-31 Martin VitezImplemented use of ChildOf interface in generated classes.
2013-10-29 Tony TkacikMerge "Extended builders constructors."
2013-10-28 Tony TkacikMerge "Fixed dependent artifacts version in poms."
2013-10-28 Martin VitezExtended builders constructors.
2013-10-28 Martin VitezFixed dependent artifacts version in poms.
2013-10-28 Martin VitezFix for Bug 125.
2013-10-25 Martin VitezFix for Bug 123.
2013-10-24 Martin VitezAdded constructors to builder classes based on implemen...
2013-10-23 Tony TkacikMerge "Added more Rpc markers to yang-binding."
2013-10-22 Martin VitezAdded getParent() method to DataSchemaNode and DataNode...
2013-10-18 Martin VitezFixed utility method to validate java package name.
2013-10-14 Martin VitezMinor code refactoring.
2013-10-14 Tony TkacikMerge "Extended compilation test."
2013-10-14 Martin VitezExtended compilation test.
2013-10-11 Martin VitezAdded support for yang-ext:context-reference extension.
2013-10-11 Tony TkacikAdded supported for returning class object of implement...
2013-10-10 Tony TkacikMerge "Improved generation of hashCode and equals."
2013-10-10 Martin VitezImproved generation of hashCode and equals.
2013-10-10 Tony TkacikMerge changes I14f284cc,I65bfdb56
2013-10-09 Tony TkacikMerge "public modifier added"
2013-10-09 Martin VitezAdded support for identity statement.
2013-10-09 Tony TkacikMerge "Added generated code compilation test."
2013-10-09 Martin VitezAdded generated code compilation test.
2013-10-08 Martin VitezFixed bug in generating code for augments defined in...
2013-10-07 Martin VitezFixed bug in generating code for rpc statement. (Bug...
2013-10-07 Martin VitezFixed bug in augment parsing.
2013-10-04 Martin VitezFixed bug in augmentation of choice nodes.
2013-10-03 Martin VitezAdded sorting of constructor arguments.
2013-10-02 Robert VargaMerge "Added documentation to yang-binding, updated...
2013-10-02 Martin VitezFixed generated code for augmented nodes.
2013-10-02 Martin VitezMerge "Fix for bug Bug 100 and Bug 87"
2013-10-02 Tony TkacikFix for bug Bug 100 and Bug 87
2013-10-02 Tony TkacikMerge "Fixed bug with Key generation with fields added...
2013-10-02 Tony TkacikFixed bug with Key generation with fields added from...
2013-10-02 Tony TkacikMerge "Updated Concepts descriptions"
2013-10-01 Martin VitezAdded equals and hashcode to builder implementations.
2013-09-30 Martin VitezPromoted yang syntactic error handling.
2013-09-30 Martin VitezMoved TypeProviderImpl from binding-generator-impl...
2013-09-30 Martin VitezFixed toString bug. Fixed yang versions used in tests.
2013-09-28 Robert VargaMerge "Bumped version of binding-generator to 0.6.0...
2013-09-27 Tony Tkacik[maven-release-plugin] prepare for next development...
2013-09-27 Tony Tkacik[maven-release-plugin] Prepare release yangtools-0.1.0
2013-09-27 Tony TkacikMerge "Updated pom files for release preparation"
2013-09-27 Tony TkacikUpdated pom files for release preparation
2013-09-27 Tony TkacikMerge "Updated pom files, added concepts component"
2013-09-27 Tony TkacikUpdated pom files, added concepts component
2013-09-26 Martin VitezBumped version of binding-generator to 0.6.0-SNAPSHOT.
2013-09-25 Tony TkacikMerge changes Ifb4a8c9e,I9ef1fb78
2013-09-25 Martin VitezImproved generation of toString() method.
2013-09-25 Jozef GloncakRefine test refined
2013-09-24 Martin VitezMinor code refactoring.
2013-09-23 Ladislav BorakFix warnings reported by maven
2013-09-20 Martin VitezRemoved Export-Package declaration from maven-bundle...
2013-09-19 Martin VitezRefactored OSGi metadata declaration.
2013-09-19 Martin VitezFixed OSGi metadata for binding-generator-api module.
2013-09-17 Martin VitezAdded OSGi metadata to yangtools artifacts.
2013-09-17 Tony TkacikMerge "Added RoutingContext annotation, updated Instanc...
2013-09-17 Tony TkacikMerge "add getIntValue() method to EnumTemplate so...
2013-09-17 Martin VitezMerge "Test for some parts of RefineUtils class"
2013-09-17 Martin VitezMerge "Test for class RefineHolder.java"
2013-09-17 Jozef GloncakTest for some parts of RefineUtils class
2013-09-17 Jozef GloncakTest for class RefineHolder.java
2013-09-17 Tony TkacikMerge "Refactored implementation of getBaseType method...
2013-09-17 Tony TkacikMerge "Fixed inconsistencies in yang types method names."
2013-09-17 Tony TkacikMerge "Bump version to 0.5.8-SNAPSHOT."
2013-09-16 Martin VitezRefactored implementation of getBaseType method for...
2013-09-16 Michal Rehakadd getIntValue() method to EnumTemplate so that repres...
2013-09-16 Martin VitezFixed inconsistencies in yang types method names.
2013-09-16 Martin VitezBump version to 0.5.8-SNAPSHOT.
2013-09-13 Michal Rehakadd forValue(int) method to EnumTemplate so that enum...
2013-09-11 Jozef GloncakTests for class BindingGeneratorUtil
2013-09-11 Tony TkacikMerge "changed builder generator"
2013-09-10 Jozef GloncakFixing sonar issues 4
2013-09-10 Michal Rehakchanged builder generator
2013-09-09 Jozef GloncakFixing sonar issues 3
2013-09-04 Jozef GloncakFixing sonar issues 2
2013-09-03 Tony TkacikFixed resolution problems in Code Generator
2013-09-03 Tony TkacikFixed NPE regresion in augmentation handling.
2013-09-03 Jozef GloncakFixing sonar issues
2013-09-03 Tony TkacikConverted BindingGenerator and ParserUtils to xtend
2013-09-02 Martin VitezMinor code refactoring in YangParserImpl.
2013-09-02 Martin VitezMerge "Added InstanceIdentifier to code generation"
2013-08-30 Tony TkacikAdded InstanceIdentifier to code generation
2013-08-26 Tony TkacikAdded javadoc to generated types
2013-08-23 Tony TkacikAdded NotificationListener interfaces
2013-08-23 Martin VitezFixed resolving of leafref types with relative xpath.
next