Bug 3067: Improved error reporting in Binding Data Codec
[mdsal.git] / code-generator / binding-data-codec / src / main / java / org / opendaylight / yangtools / binding / data / codec / impl / DataObjectCodecContext.java
2015-05-12 Tony TkacikBug 3067: Improved error reporting in Binding Data...
2015-04-13 Tony TkacikMerge "BUG-1485: deprecate length/range methods"
2015-04-13 Robert VargaMerge "Bug 1260: Implemented Binding Caching Codec"
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-03-31 Tony TkacikBug 2374 - YANG Binding: Added support for Augmentation...
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-31 Tony TkacikBug 2924: DataCodecTree expose (de)serialization method...
2015-03-18 Robert VargaMerge "Bug 2857: Tied pre-existing implementation to...
2015-03-18 Tony TkacikBug 2857: Tied pre-existing implementation to BindingCo...
2015-02-26 Tony TkacikMerge "Bug 2539: Properly report incorrect Instance...
2015-02-26 Tony TkacikBug 2539: Properly report incorrect Instance Identifiers
2015-02-05 Tony TkacikMerge changes I7aea2237,Ie8e125e5
2015-02-05 Tony TkacikMerge "Optimize Types instantiation"
2015-02-05 Tony TkacikMerge "Improve codec performance"
2015-01-27 Robert VargaImprove codec performance
2014-12-19 Tony TkacikMerge "Cleanup binding proxy instantiation"
2014-12-19 Robert VargaCleanup binding proxy instantiation
2014-09-01 Tony TkacikMerge "Bug 1478 - Autoboxing support"
2014-09-01 Tony TkacikMerge "Improve TypeProviderImpl.sortTypeDefinitionAccor...
2014-08-31 Tony TkacikBug 1443: Make sure that LazyDataObject hashCode comput...
2014-08-29 Robert VargaMerge "BUG-576: fixed possible null pointer dereference...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-28 Tony TkacikMerge "BUG-576: added support for handling nested group...
2014-08-27 Tony TkacikMerge "BUG-650: improve toYangInstanceIdentifier()...
2014-08-27 Lukas SedlakMerge "Bug 1443: Added support for misplaced augmentati...
2014-08-26 Tony TkacikBug 1443: Added support for misplaced augmentations.
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Lukas SedlakMerge "add new tests BindingTypesTest, BaseYangTypesTest"
2014-08-21 Robert VargaMerge "BUG-1382: eliminate QName.getPrefix() from Gener...
2014-08-20 Tony TkacikBug 1443: Fixed incorrect throw of IllegalArgumentExcep...
2014-08-10 Tony TkacikBug 1443: Implemented Lazy deserialization using dynami...
2014-08-08 Tony TkacikBug 1443: Added support for Union type & OSGI Runtime
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...