bug 1128:POM Restructuring for Automated Release
[mdsal.git] / code-generator / binding-type-provider /
2014-05-20 Tony TkacikMerge "BUG-580: Improved parsing."
2014-05-20 Tony TkacikMerge "BUG-990: fixed deserialization of enums."
2014-05-20 Tony TkacikMerge "BUG-865: removed use of deprecated parseToClassN...
2014-05-20 Martin VitezBUG-865: removed use of deprecated parseToClassName...
2014-03-18 Tony TkacikMerge "Fix for Bug 511 (code-generator)"
2014-03-18 Martin VitezFix for Bug 511 (code-generator)
2014-03-12 Tony TkacikMerge "Fix for Bug 497."
2014-03-12 Tony TkacikMerge "Better logging for codegen's generateModuleInfos"
2014-03-12 Tony TkacikMerge "Fix for Bug 496."
2014-03-10 Martin VitezFix for Bug 496.
2014-01-31 Robert VargaMerge "Fixed bug in generation of return type for list...
2014-01-30 Tony TkacikMerge "Do not return null when no RPC is registered"
2014-01-30 Robert VargaMerge "BUG-374: cleanup error messages present in contr...
2014-01-27 Jenkins yangtools... [maven-release-plugin] prepare for next development...
2014-01-27 Jenkins yangtools... [maven-release-plugin] prepare release yangtools-0.6.1
2014-01-27 Jenkins yangtools... [maven-release-plugin] prepare for next development...
2014-01-27 Jenkins yangtools... [maven-release-plugin] prepare release yangtools-0.6.0
2014-01-24 Robert VargaMerge "Add copyright headers to various XML files"
2014-01-24 Robert VargaMerge "Update .gitignore files"
2014-01-24 Robert VargaMerge changes I6265d077,I0be9473e,If481ebdb
2014-01-24 Robert VargaUpdate .gitignore files
2014-01-24 Robert VargaAdd copyright headers to pom.xml files
2014-01-20 Tony TkacikMerge "Changed generation of POST operation block"
2014-01-19 Robert VargaEnsure all pom.xml files have UNIX encoding
2014-01-19 Robert VargaAdd missing copyright headers
2014-01-13 Tony TkacikMerge "Yang parser refactoring."
2014-01-09 Martin VitezYang parser refactoring.
2013-12-13 Tony TkacikMerge "Fix for Bug 241."
2013-12-13 Martin VitezImplemented build of default instance for union types.
2013-12-04 Martin VitezFixed enum resolving in TypeProviderImpl.getTypeDefault...
2013-12-02 Martin VitezImplemented range validation (Bug 178).
2013-12-02 Martin VitezFixed getTypeDefaultConstruction method in TypeProvider.
2013-11-28 Tony TkacikMerge "Fixed bug in handling enumeration in BaseYangTypes."
2013-11-28 Tony TkacikMerge "Added @ConstructorProperties annotation to const...
2013-11-28 Martin VitezFixed bug in handling enumeration in BaseYangTypes.
2013-11-27 Martin VitezAdded @ConstructorProperties annotation to constructors...
2013-11-26 Martin VitezFixed bug in generated types storing in TypeProviderImpl.
2013-11-25 Tony TkacikMerge "Added path to child nodes in documentation gener...
2013-11-25 Martin VitezAdded getTypeDefaultConstruction method to TypeProvider.
2013-11-19 Tony TkacikMerge "Added export of augmentation schemas to Binding...
2013-11-19 Tony TkacikMerge "Fix for Bug 134: added restriction check to...
2013-11-19 Tony TkacikMerge "Implemented typedef units statement in generated...
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-13 Robert VargaMerge "Bugfix in CompositeNode implementation, Instance...
2013-11-11 Martin VitezAdded getLength method to classes generated from typede...
2013-11-07 Martin VitezImplemented length statement. Added new method to Build...
2013-10-28 Tony TkacikMerge "Fixed dependent artifacts version in poms."
2013-10-28 Martin VitezFixed dependent artifacts version in poms.
2013-10-28 Martin VitezFix for Bug 125.
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-11 Martin VitezAdded support for yang-ext:context-reference extension.
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-09-30 Martin VitezMoved TypeProviderImpl from binding-generator-impl...