Merge "Added tests for yang.model.util"
[yangtools.git] / code-generator / binding-generator-impl / src / main / java / org / opendaylight / yangtools / sal / binding / generator / impl / BindingGeneratorImpl.java
2014-09-02 Robert VargaMerge "Added tests for yang.model.util"
2014-09-01 Robert VargaMerge "Fixed SchemaTracker behaviour in choice nodes."
2014-09-01 Tony TkacikMerge "Hotfix for stmtsep use in YangParser grammar."
2014-09-01 Tony TkacikMerge "Bug 1478 - Autoboxing support"
2014-09-01 Tony TkacikMerge "Improve TypeProviderImpl.sortTypeDefinitionAccor...
2014-09-01 Tony TkacikMerge "Change yang-maven-plugin to write yang files...
2014-08-31 Robert VargaMerge "BUG-869: minor changes to improve code readabili...
2014-08-30 Ladislav BorakBug 1478 - Autoboxing support 44/9744/5
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-29 Tony TkacikMerge "Bug 1446: Add new concurrent classes for trackin...
2014-08-29 Robert VargaMerge "BUG-869: removed redundant check for null before...
2014-08-29 Robert VargaMerge "BUG-869: added proper handling of nullable param...
2014-08-29 Robert VargaMerge "Fix to feature files to include ietf-yang-types...
2014-08-28 Tony TkacikMerge "Bug 1505 - Provide test coverage for binding...
2014-08-28 Tony TkacikMerge "Hotfix for gson test."
2014-08-28 Tony TkacikMerge "BUG-869: avoid String repetition in RestRestconf...
2014-08-28 Tony TkacikMerge "BUG-576: fixed invalid key used to search map...
2014-08-28 Tony TkacikMerge "BUG-576: fixed bug in AbstractSchemaRepository...
2014-08-28 Tony TkacikMerge "BUG-576: added support for handling nested group...
2014-08-26 Martin VitezBUG-576: added support for handling nested groupings... 20/10320/1
2014-08-26 Martin VitezMerge "Fix for features - added missing dependency"
2014-08-26 Martin VitezBUG-576: fixed possible null pointer dereference in... 99/10299/1
2014-08-25 Robert VargaMerge "BUG-1589 Exclude xml* prefixes from RandomPrefix"
2014-08-25 Tony TkacikFixed breakage of uses generation in Binding 49/10249/1
2014-08-25 Tony TkacikMerge "BUG-576: fixed text file loading in test."
2014-08-25 Tony TkacikMerge "BUG-1514: fixed bug in module sort."
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 verbose comments optional 26/10226/2
2014-08-24 Robert VargaBUG-1611: do not instantiate splitters needlessly 23/10223/2
2014-08-22 Martin VitezBUG-1537: improved YangModuleInfo. 34/10134/2
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 Tony TkacikMerge "Bug 1391 - New DataBroker unexpected behaviour"
2014-08-20 Robert VargaMerge "Add scope compile to features pom for xtend...
2014-08-19 Robert VargaMerge "Bug 1531: Fixed incorrect use of leaf types...
2014-08-19 Tony TkacikBug 1531: Fixed incorrect use of leaf types in BindingG... 58/10058/1
2014-08-19 Martin VitezBUG-1382: eliminate QName.getPrefix() from binding... 57/10057/1
2014-08-10 Robert VargaMerge "BUG-997 Add SourceIdentifier to MissingSchemaSou...
2014-08-10 Robert VargaMerge "BUG-997 Fix unused argument in SchemaResolutionE...
2014-08-10 Robert VargaMerge "BUG-997 Implement Filesystem source cache for...
2014-08-10 Robert VargaMerge "BUG-997 Add tests for shared schema context...
2014-08-08 Tony TkacikMerge "Fix DCL in YangInstanceIdentifier"
2014-08-08 Tony TkacikBug 1443: Added support for Union type & OSGI Runtime 49/9749/3
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-05 Tony TkacikMerge "BUG-994: introduce ObjectCache for QNameModule...
2014-08-04 Tony TkacikMerge "BUG-1275: teach NormalizedNode builders about...
2014-08-04 Tony TkacikMerge "BUG-865: Remove SchemaServiceListener"
2014-08-04 Tony TkacikMerge "BUG-1382: deprecate QName.getPrefix()"
2014-08-04 Ladislav BorakBug 1232 - Add snippet of yang file into comments 44/9144/15
2014-08-04 Martin VitezMerge "Bug 1475: Correctly handle case of typedef that...
2014-08-03 Tony TkacikMerge "BUG-1275: Expose XmlStreamUtils.writeValue()"
2014-08-03 Tony TkacikMerge "BUG-1460: make sure DCL works"
2014-08-03 Robert VargaMerge "Updated creation of Binding Spec Context to...
2014-08-03 Tony TkacikUpdated creation of Binding Spec Context to provide... 85/9585/2
2014-07-29 Tony TkacikMerge "BUG-461 Test transformation of rpc input using...
2014-07-29 Tony TkacikMerge "BUG-1413: fixed bug in antlr grammar."
2014-07-28 Tony TkacikMerge "Degrade DataNodeContainer.getChildNodes() from...
2014-07-28 Robert VargaDegrade DataNodeContainer.getChildNodes() from Set... 52/9352/6
2014-07-22 Tony TkacikMerge "BUG-979: reworked data schema nodes ordering"
2014-07-21 Tony TkacikMerge "Revert "BUG-1097: implemented check for null...
2014-07-21 Tony TkacikMerge "BUG-865: get rid of InstanceIdentifier-related...
2014-07-21 Martin VitezMerge "Bug 1329: Use original definition for searching...
2014-07-21 Martin VitezMerge "Bug 626 - It should be possible to create java...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated code in yang...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated schema path...
2014-07-21 Tony TkacikMerge "Tests for TreeNodeUtils"
2014-07-21 Tony TkacikMerge "BUG-865: prune deprecated constructors"
2014-07-21 Tony TkacikMerge "BUG-1281: switch serialization to use StAX APIs"
2014-07-21 Ladislav BorakBug 626 - It should be possible to create java doc 92/8592/14
2014-07-21 Tony TkacikMerge changes Ibfbb4deb,I96e28324
2014-07-21 Tony TkacikMerge "BUG-1276: fixed generated union constructor"
2014-07-21 Tony TkacikMerge "While the controller is starting up, we see...
2014-07-21 Tony TkacikMerge "Making javadoc actually get flagged as javadoc"
2014-07-17 Martin VitezBUG-1377: fixed code generation for nodes defined under... 13/9113/2
2014-07-17 Martin VitezBUG-865: removed unused utility methods from SchemaCont... 03/9103/2
2014-07-16 Tony TkacikMerge "Modifications RpcResultBuilder class"
2014-07-15 Tony TkacikMerge "Bug 865: Fixed incorrect conversion to new APIs."
2014-07-15 Tony TkacikBug 865: Fixed incorrect conversion to new APIs. 15/9015/1
2014-07-15 Tony TkacikMerge "BUG-1347: fixed bug in generation constraints...
2014-07-15 Martin VitezMerge "Bug 865: Removed uses of packageNameFromModule"
2014-07-15 Tony TkacikBug 865: Removed uses of packageNameFromModule 13/9013/1
2014-07-09 Tony TkacikMerge "Bug 1339: Decreased anyxml warning to debug."
2014-07-09 Tony TkacikMerge "Bug 1331 - Generate SPIs and yangs to target...
2014-07-09 Tony TkacikMerge "BUG-579: improve code readability in RestconfUtils."
2014-07-09 Tony TkacikBug 1339: Decreased anyxml warning to debug. 40/8840/1
2014-07-08 Tony TkacikMerge "BUG-1304: rework BindingGeneratorImpl from xtend...
2014-07-07 Martin VitezBUG-1304: rework BindingGeneratorImpl from xtend to... 78/8678/4
2013-09-03 Tony TkacikConverted BindingGenerator and ParserUtils to xtend 77/1077/2
2013-08-23 Tony TkacikAdded NotificationListener interfaces 96/996/1
2013-08-23 Martin VitezFixed resolving of leafref types with relative xpath. 79/979/1
2013-08-23 Tony TkacikUpdated binding model 74/974/2
2013-08-23 Tony TkacikUpdated code generation 68/968/2
2013-08-22 Tony TkacikAdded Augmentable interface to RPC inputs / outputs 63/963/1
2013-08-22 Tony TkacikReduced cyclomatic complexity by using Preconditions 57/957/3
2013-08-22 Tony TkacikMerge "Code refactoring"
2013-08-22 Jozef GloncakCode refactoring 41/941/2
2013-08-21 Martin VitezRefactored base yang-java types. 35/935/1
next