Introduce top-level pom file.
[mdsal.git] / yang / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / InstanceIdentifier.java
2015-08-19 Andrew GrimbergMerge branch 'split-mdsal' of ../controller
2015-05-27 Robert VargaOptimize binding InstanceIdentifier methods
2015-02-16 Tony TkacikMerge "Update Objects->MoreObjects"
2015-02-16 Robert VargaUpdate Objects->MoreObjects
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-16 Robert VargaBUG-2159: fix wrong javadocs
2015-01-15 Robert VargaMerge "Shift Builder<P> from toInstance() to build()"
2015-01-15 Ed WarnickeShift Builder<P> from toInstance() to build()
2014-11-20 Tony TkacikMerge "Bug 2157 - Race condition when adding a RPC...
2014-11-20 Tony TkacikMerge "Improve InstanceIdentifier.keyOf()"
2014-11-19 Robert VargaImprove InstanceIdentifier.keyOf()
2014-09-15 Tony TkacikMerge "Bug 1512 - generated builder java file for a...
2014-09-15 Tony TkacikMerge "BUG-1431: make sure (Yang)InstanceIdentifier...
2014-09-15 Robert VargaBUG-1431: make sure (Yang)InstanceIdentifier is Seriali...
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-07-28 Robert VargaBUG-1431: make InstnaceIdentifier serializable
2014-07-25 Tony TkacikMerge "BUG-1381: guide users to use external synchroniz...
2014-07-25 Tony TkacikMerge "BUG-1414: fix InstanceIdentifier.child(Class...
2014-07-24 Robert VargaBUG-1414: fix InstanceIdentifier.child(Class, Object)
2014-06-20 Tony TkacikMerge "Introduce HashCodeBuilder"
2014-06-19 Robert VargaIntroduce HashCodeBuilder
2014-06-13 Tony TkacikMerge "BUG-865: replaced deprecated code from binding...
2014-06-13 Tony TkacikMerge changes I6b5ca1b6,Ib9703600,I5eb25590,I5ea885e0...
2014-06-13 Tony TkacikMerge "BUG-1069: made InstanceIdentifier.PathArgument...
2014-06-13 Martin VitezBUG-1069: made InstanceIdentifier.PathArgument implemen...
2014-06-06 Robert VargaMerge "bug 1128:POM Restructuring for Automated Release"
2014-06-06 Robert VargaBUG-582: do not call hashCode() from IdentifiableItem...
2014-06-06 Robert VargaBUG-582: eliminate useless null checks
2014-06-06 Robert VargaBUG-582: optimize InstanceIdentifier.firstIdentifierOf()
2014-04-29 Martin VitezBug 527: fixed augment deserialization from xml.
2014-04-23 Robert VargaBUG-592: Optimize equals() a bit
2014-04-23 Tony TkacikMerge "BUG-592: Rework instance identifier"
2014-04-16 Robert VargaBUG-592: Rework instance identifier
2014-03-26 Moiz RajaBug 525 : Document the InstanceIdentifier API
2014-03-12 Tony TkacikMerge "Fix for Bug 497."
2014-03-12 Tony TkacikMerge "Fix for Bug 496."
2014-03-12 Tony TkacikMerge "Migrate RuntimeGeneratedMappingServiceImpl to...
2014-03-11 Martin VitezMerge "Added initial draft of Normalized Yang Data...
2014-02-21 Tony TkacikAdded initial draft of Normalized Yang Data Tree model.
2014-02-14 Lukas SedlakMerge "Fixed bug in code generator when handling case...
2014-02-14 Tony TkacikAdded utility functions which allows for resolving...
2013-12-13 Robert VargaMerge "Added headers to the concepts bundles"
2013-12-12 Tony TkacikAdded headers to the concepts bundles
2013-12-12 Tony TkacikRevert "Added headers to the concepts bundles"
2013-12-12 Tony TkacikAdded headers to the concepts bundles
2013-12-11 Tony TkacikMerge "Refactored uses statement handling in parser."
2013-12-11 Tony TkacikMerge "Augmentation property included in toString metho...
2013-12-11 Robert VargaMerge "Fixed wrong generic definition in builder(Class...
2013-12-11 Tony TkacikFixed wrong generic definition in builder(Class<Identif...
2013-12-01 Robert VargaMerge "Added wildcarded contains to InstanceIdentifier"
2013-12-01 Tony TkacikAdded wildcarded contains to InstanceIdentifier
2013-11-25 Tony TkacikMerge "Added path to child nodes in documentation gener...
2013-11-22 Robert VargaAdd a few useful utilities to InstanceIdentifier
2013-11-19 Tony TkacikMerge "Added export of augmentation schemas to Binding...
2013-11-19 Tony TkacikMerge "Fix for Bug 134: added restriction check to...
2013-11-19 Tony TkacikMerge "Implemented typedef units statement in generated...
2013-11-19 Tony TkacikMerge "Make builder typesafe by default and deprecate...
2013-11-14 Robert VargaMake builder typesafe by default and deprecate type...
2013-11-13 Robert VargaAdd augmentation() method
2013-11-13 Robert VargaRemove unnecessary warning suppression
2013-11-13 Robert VargaMerge "Bugfix in CompositeNode implementation, Instance...
2013-11-12 Tony TkacikBugfix in CompositeNode implementation, InstanceIdentif...
2013-11-10 Tony TkacikAdded QName.create(), fixed Path generic in YANG binding.
2013-10-10 Tony TkacikMerge "Improved generation of hashCode and equals."
2013-10-10 Tony TkacikMerge changes I14f284cc,I65bfdb56
2013-10-09 Tony TkacikMerge "public modifier added"
2013-10-09 Jozef Gloncakpublic modifier added
2013-10-08 Tony TkacikUpdated Concepts & YANG Binding
2013-10-02 Robert VargaMerge "Added documentation to yang-binding, updated...
2013-10-02 Tony TkacikAdded documentation to yang-binding, updated dependencies.
2013-10-02 Tony TkacikMerge "Fixed bug with Key generation with fields added...
2013-10-02 Tony TkacikFixed bug with Key generation with fields added from...
2013-10-02 Tony TkacikMerge "Bumped code generator version for model project."
2013-10-02 Tony TkacikMerge "Updated Concepts descriptions"
2013-10-02 Tony TkacikUpdated Concepts descriptions
2013-09-23 Ladislav BorakFix warnings reported by maven
2013-09-17 Tony TkacikMerge "Added RoutingContext annotation, updated Instanc...
2013-09-17 Tony TkacikAdded RoutingContext annotation, updated InstanceIdentifier
2013-09-09 Jozef GloncakFixing sonar issues 3
2013-09-02 Martin VitezMerge "Added InstanceIdentifier to code generation"
2013-08-30 Tony TkacikAdded InstanceIdentifier to code generation
2013-08-19 Tony TkacikAdded instance identifier support.
2013-08-06 Martin VitezUpdated yangtools version to 0.5.6-SNAPSHOT.