Bug 3067: Improved error reporting in Binding Data Codec
[mdsal.git] / code-generator / binding-generator-impl / src / main / java / org / opendaylight / yangtools / sal / binding / generator / util / BindingRuntimeContext.java
2015-05-12 Tony TkacikBug 3067: Improved error reporting in Binding Data...
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: remove empty statements
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode
2015-01-23 Tony TkacikMerge "Fixed incorrect serialization of multiple nested...
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-22 Robert VargaMerge "Bug 2404: RPC and Notification support for Bindi...
2015-01-19 Tony TkacikBug 2404: RPC and Notification support for Binding...
2015-01-07 Tony TkacikMerge "BUG-1382: eliminate QName.getPrefix()"
2015-01-07 Tony TkacikMerge "Update xtend and embed it"
2015-01-07 Tony TkacikMerge "BUG-2159: ensure test survies Java 8"
2015-01-07 Tony TkacikMerge "Use predictable class order"
2015-01-07 Tony TkacikMerge "Add a failure message when compilation test...
2015-01-07 Tony TkacikMerge "Limit the references IdentityCodec retains"
2015-01-07 Tony TkacikMerge "Migrate ClassLoaderUtils user to new package"
2015-01-07 Tony TkacikMerge topic 'stable/helium'
2014-12-24 Robert VargaBUG-2350: optimize BindingRuntimeContext.getIdentityClass()
2014-09-22 Tony TkacikBug 1906: Fixed bug in Binding leafref to union codec
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-25 Tony TkacikMerge "BUG-1537: improved YangModuleInfo."
2014-08-25 Tony TkacikMerge changes If1e9a750,Ib530560c,Id01393c3,I2d375382...
2014-08-24 Robert VargaBUG-1611: make sure runtime components create short...
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-19 Tony TkacikMerge "BUG-1555: skip choices which are not valid in...
2014-08-18 Robert VargaBUG-1555: skip choices which are not valid in a particu...
2014-08-14 Robert VargaFix Precondition formatting
2014-08-10 Tony TkacikBug 1443: Implemented Lazy deserialization using dynami...
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-04 Tony TkacikBug 1439, Bug 1443 Binding Codec NormalizedNodeWriter...
2014-08-04 Martin VitezMerge "Bug 1475: Correctly handle case of typedef that...
2014-08-03 Robert VargaMerge "Updated creation of Binding Spec Context to...
2014-08-03 Tony TkacikUpdated creation of Binding Spec Context to provide...