Introduce top-level pom file.
[mdsal.git] / code-generator / binding-generator-impl / src / main / java / org / opendaylight / yangtools / sal / binding / generator / impl / ModuleContext.java
2015-08-19 Andrew GrimbergMerge branch 'split-mdsal' of ../controller
2015-03-18 Robert VargaMerge "Bug 2857: Tied pre-existing implementation to...
2015-03-17 Tony TkacikBug 2859: Key generation when anonymous Enum was used.
2014-09-22 Tony TkacikBug 1906: Fixed bug in Binding leafref to union codec
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 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...
2014-06-18 Tony TkacikMerge "BUG-1196, Bug 886: Refactored implementation...
2014-06-18 Martin VitezBUG-1196, Bug 886: Refactored implementation of Choice...
2014-06-17 Tony TkacikRevert "BUG-1196: fixed bug in choice case codec."
2014-06-17 Martin VitezBUG-1196: fixed bug in choice case codec.
2014-04-29 Martin VitezBug 527: fixed augment deserialization from xml.
2014-03-11 Martin VitezMerge "Added initial draft of Normalized Yang Data...
2014-02-24 Milos FabianFix for Bug-427.
2013-12-09 Martin VitezMerge "Fixed missing static constant QNAME in identity...
2013-12-09 Tony TkacikFixed missing static constant QNAME in identity classes.
2013-11-19 Tony TkacikMerge "Added export of augmentation schemas to Binding...
2013-11-19 Tony TkacikAdded export of augmentation schemas to Binding Context
2013-11-10 Tony TkacikAdded QName.create(), fixed Path generic in YANG binding.
2013-10-31 Martin VitezImplemented use of ChildOf interface in generated classes.