mdsal.git
2014-09-03 Tony TkacikMerge changes I55667cbb,I94073183,Ib87cc0ec
2014-09-03 Robert VargaBUG-1668: make sure we preserve schema key order
2014-09-02 Tony TkacikRevert "Bug 1478 - Autoboxing support"
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-30 Ladislav BorakBug 1478 - Autoboxing support
2014-08-30 Robert VargaRemove explicit final keywords
2014-08-29 Robert VargaIdentifiableItemCodec should be a static inner class
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 1505 - Provide test coverage for binding...
2014-08-28 Tony TkacikMerge "BUG-576: added support for handling nested group...
2014-08-28 Tony TkacikMerge "BUG-576: fixed invalid if conditions in LazyGene...
2014-08-28 Tony TkacikMerge "BUG-576: fixed test sources loading in YangModul...
2014-08-28 Martin VitezBUG-576: fixed invalid if conditions in LazyGeneratedCo...
2014-08-27 Robert VargaImprove TypeProviderImpl.sortTypeDefinitionAccordingDepth()
2014-08-27 Jan HajnarBug 1505 - Provide test coverage for binding-data-codec...
2014-08-27 Martin VitezBUG-576: fixed test sources loading in YangModuleInfoCo...
2014-08-27 Tony TkacikMerge "Bug 1630: Updated normalized to binding codec...
2014-08-27 Tony TkacikBug 1630: Updated normalized to binding codec to exclud...
2014-08-27 Robert VargaBUG-1630: fix warning message format
2014-08-27 Tony TkacikMerge "BUG-650: add missing bypass"
2014-08-27 Tony TkacikMerge "BUG-650: improve toYangInstanceIdentifier()...
2014-08-27 Robert VargaBUG-650: add missing bypass
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-26 Robert VargaBUG-650: improve toYangInstanceIdentifier() speed
2014-08-26 Robert VargaBUG-650: clarify BindingNormalizedNodeSerializer API...
2014-08-26 Robert VargaRemove unused arguments from UnionTypeCodec.loader()
2014-08-26 Robert VargaUnionTypeCodec should not throw raw Exception
2014-08-26 Robert VargaMerge "BUG-865: removed use of deprecated YangInstanceI...
2014-08-26 Robert VargaMerge "Bug 1505 - Added test model and instance identif...
2014-08-26 Martin VitezBUG-576: added support for handling nested groupings...
2014-08-26 Tony TkacikMerge "BUG-869: fixed code style violations in TypeProv...
2014-08-26 Tony TkacikBug 1505 - Added test model and instance identifier...
2014-08-26 Martin VitezBUG-865: removed use of deprecated YangInstanceIdentifi...
2014-08-26 Martin VitezBUG-576: fixed possible null pointer dereference in...
2014-08-26 Martin VitezBUG-869: fixed code style violations in TypeProviderImp...
2014-08-25 Tony TkacikFixed breakage of uses generation in Binding
2014-08-25 Tony TkacikMerge "BUG-1537: improved YangModuleInfo."
2014-08-25 Tony TkacikMerge changes If1e9a750,Ib530560c,Id01393c3,I2d375382...
2014-08-25 Tony TkacikMerge "BUG-1605: Fixup yang-data-api interface"
2014-08-25 Tony TkacikMerge "BUG-1605: Fix yang-binding interfaces"
2014-08-24 Robert VargaBUG-1611: make sure runtime components create short...
2014-08-24 Robert VargaBUG-1611: force maven plugin generating verbose comments
2014-08-24 Robert VargaBUG-1611: make verbose comments optional
2014-08-24 Robert VargaBUG-1611: use CharMatcher to remove characters
2014-08-24 Robert VargaBUG-1611: drop a FIXME for thread-safety
2014-08-24 Robert VargaBUG-1611: do not instantiate splitters needlessly
2014-08-24 Robert VargaBUG-1611: fix SimpleDateFormat
2014-08-22 Robert VargaBUG-1605: Fixup yang-data-api interface
2014-08-22 Robert VargaBUG-1605: Fix yang-binding interfaces
2014-08-22 Martin VitezBUG-1537: improved YangModuleInfo.
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Tony TkacikMerge "BUG-1425: fix LazyDataObject.toString()"
2014-08-21 Lukas SedlakMerge "add new tests BindingTypesTest, BaseYangTypesTest"
2014-08-21 Robert VargaMerge "BUG-1382: eliminate QName.getPrefix() from Gener...
2014-08-21 Robert VargaBUG-1425: fix LazyDataObject.toString()
2014-08-20 Tony TkacikBug 1443: Fixed incorrect throw of IllegalArgumentExcep...
2014-08-20 Martin VitezBUG-1382: eliminate QName.getPrefix() from GeneratorImp...
2014-08-20 Peter Bandziadd new tests BindingTypesTest, BaseYangTypesTest
2014-08-19 Robert VargaMerge "Bug 1531: Fixed incorrect use of leaf types...
2014-08-19 Martin VitezBUG-1433: augmentation field visibility changed to...
2014-08-19 Tony TkacikBug 1531: Fixed incorrect use of leaf types in BindingG...
2014-08-19 Martin VitezBUG-1382: eliminate QName.getPrefix() from binding...
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-13 Ladislav BorakFix ordering fields in generated type builder
2014-08-13 Robert VargaFix conflict on Object definition
2014-08-12 Robert VargaBUG-1425: fix builder's implementation of equals()
2014-08-11 Lukas SedlakMerge "BUG-1425: fix toString() invocation on LazyObject"
2014-08-11 Robert VargaBUG-1425: fix toString() invocation on LazyObject
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-08 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-07 Tony TkacikMerge "BUG-1436: deprecate IntermediateMapping"
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Robert VargaMigrate test asserts
2014-08-07 Robert VargaBUG-1436: deprecate IntermediateMapping
2014-08-07 Ladislav BorakBug 1372 - toString methods in generated classes
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-06 Tony TkacikMerge "Fix sonar not reporting unit tests"
2014-08-06 Ladislav BorakFix sonar not reporting unit tests
2014-08-06 Robert VargaBUG-1487: refactor StreamWriterGenerator
2014-08-06 Robert VargaBUG-1487: use prototypes for instantiating codecs
2014-08-06 Tony TkacikMerge "Bug 1432 - Generated DTOs for types use ineffici...
2014-08-05 Ladislav BorakBug 1432 - Generated DTOs for types use inefficient...
2014-08-04 Tony TkacikBug 1439, Bug 1443 Binding Codec NormalizedNodeWriter...
2014-08-04 Tony TkacikMerge "BUG-865: Remove SchemaServiceListener"
2014-08-04 Ladislav BorakBug 1232 - Add snippet of yang file into comments
2014-08-04 Martin VitezMerge "Bug 1475: Correctly handle case of typedef that...
2014-08-04 Robert VargaRemove unused imports
2014-08-04 Robert VargaBUG-865: Remove SchemaServiceListener
2014-08-03 Ed WarnickeBug 1475: Correctly handle case of typedef that extends...
2014-08-03 Robert VargaMerge "Updated creation of Binding Spec Context to...
2014-08-03 Robert VargaMerge "Runtime Codec cleanup"
2014-08-03 Tony TkacikUpdated creation of Binding Spec Context to provide...
2014-08-03 Tony TkacikRuntime Codec cleanup
next