Shift Builder<P> from toInstance() to build()
[yangtools.git] / yang / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / InstanceIdentifier.java
2015-01-15 Ed WarnickeShift Builder<P> from toInstance() to build() 92/14092/2
2014-11-28 Tony TkacikMerge "Add model parent"
2014-11-20 Tony TkacikMerge "Bug 1677 - Parser: ListSchemaNodeBuilder keys...
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() 54/12954/1
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... 34/11134/3
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-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 Robert VargaBUG-1431: make InstnaceIdentifier serializable 06/9406/2
2014-07-25 Tony TkacikMerge "BUG-1381: guide users to use external synchroniz...
2014-07-25 Tony TkacikMerge "Fix XmlStreamUtils writing attributes."
2014-07-25 Tony TkacikMerge "BUG-1414: fix InstanceIdentifier.child(Class...
2014-07-24 Robert VargaBUG-1414: fix InstanceIdentifier.child(Class, Object) 84/9284/1
2014-06-20 Tony TkacikMerge "Introduce HashCodeBuilder"
2014-06-19 Robert VargaIntroduce HashCodeBuilder 20/7820/3
2014-06-18 Tony TkacikMerge "Introduce Identifiables"
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... 52/7952/2
2014-06-06 Robert VargaMerge "bug 1128:POM Restructuring for Automated Release"
2014-06-06 Robert VargaBUG-582: do not call hashCode() from IdentifiableItem... 77/7777/1
2014-06-06 Robert VargaBUG-582: eliminate useless null checks 76/7776/1
2014-06-06 Robert VargaBUG-582: optimize InstanceIdentifier.firstIdentifierOf() 65/7765/2
2014-04-29 Martin VitezBug 527: fixed augment deserialization from xml. 01/6001/16
2014-04-23 Robert VargaBUG-592: Optimize equals() a bit 86/5786/4
2014-04-23 Tony TkacikMerge "BUG-592: Rework instance identifier"
2014-04-16 Robert VargaBUG-592: Rework instance identifier 78/5778/6
2014-04-08 Tony TkacikMerge changes Iaac9f7e2,I9c336a30
2014-03-31 Tony TkacikMerge changes I16a5683b,I6081dc12
2014-03-26 Robert VargaMerge "Fix for Bug 589."
2014-03-26 Moiz RajaBug 525 : Document the InstanceIdentifier API 67/5767/2
2014-03-18 Tony TkacikMerge "Added documentation for web socket client"
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. 41/5441/1
2014-02-14 Lukas SedlakMerge "Fixed bug in code generator when handling case...
2014-02-14 Tony TkacikAdded utility functions which allows for resolving... 19/5319/2
2013-12-13 Tony TkacikMerge "Added constructor in QName to create instance...
2013-12-13 Robert VargaMerge "Added headers to the concepts bundles"
2013-12-12 Tony TkacikAdded headers to the concepts bundles 85/3685/1
2013-12-12 Tony TkacikRevert "Added headers to the concepts bundles" 65/3665/1
2013-12-12 Tony TkacikAdded headers to the concepts bundles 56/3656/1
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... 43/3643/1
2013-12-01 Robert VargaMerge "Added wildcarded contains to InstanceIdentifier"
2013-12-01 Tony TkacikAdded wildcarded contains to InstanceIdentifier 86/3286/2
2013-11-25 Tony TkacikMerge "Added path to child nodes in documentation gener...
2013-11-22 Robert VargaAdd a few useful utilities to InstanceIdentifier 79/2979/2
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 "Fix for Bug 95: Produce JAR files with better...
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... 32/2732/1
2013-11-13 Robert VargaAdd augmentation() method 20/2720/1
2013-11-13 Robert VargaRemove unnecessary warning suppression 19/2719/1
2013-11-13 Robert VargaMerge "Bugfix in CompositeNode implementation, Instance...
2013-11-12 Tony TkacikBugfix in CompositeNode implementation, InstanceIdentif... 77/2677/1
2013-11-10 Tony TkacikAdded QName.create(), fixed Path generic in YANG binding. 89/2589/1
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 72/1772/1
2013-10-08 Tony TkacikUpdated Concepts & YANG Binding 39/1739/2
2013-10-02 Robert VargaMerge "Added documentation to yang-binding, updated...
2013-10-02 Tony TkacikAdded documentation to yang-binding, updated dependencies. 15/1615/1
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... 99/1599/1
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 97/1597/1
2013-09-23 Ladislav BorakFix warnings reported by maven 53/1353/1
2013-09-17 Tony TkacikMerge "Added RoutingContext annotation, updated Instanc...
2013-09-17 Tony TkacikAdded RoutingContext annotation, updated InstanceIdentifier 20/1220/1
2013-09-09 Tony TkacikMerge "Updated context references in yang-ext"
2013-09-09 Jozef GloncakFixing sonar issues 3 13/1113/2
2013-09-02 Martin VitezMerge "Added InstanceIdentifier to code generation"
2013-08-30 Tony TkacikAdded InstanceIdentifier to code generation 64/1064/1
2013-08-20 Tony TkacikMerge "Fixed bug in uses statement resolving."
2013-08-19 Tony TkacikAdded instance identifier support. 00/900/1
2013-08-06 Martin VitezUpdated yangtools version to 0.5.6-SNAPSHOT. 99/799/4