mdsal.git
2015-02-05 Tony TkacikMerge changes I7aea2237,Ie8e125e5
2015-02-05 Tony TkacikMerge "Optimize Types instantiation"
2015-02-05 Tony TkacikMerge "Improve codec performance"
2015-01-27 Robert VargaRemove ietf-netconf
2015-01-27 Robert VargaEliminate unused pluginManagement section
2015-01-27 Robert VargaImprove codec performance
2015-01-27 Robert VargaOptimize Types instantiation
2015-01-27 Robert VargaMerge "Bug 865: ModuleInfoBackedContext is no more...
2015-01-26 Robert VargaBUG-1434: fix NPEs when using null byte arrays
2015-01-26 Tony TkacikBug 865: ModuleInfoBackedContext is no more SchemaSourc...
2015-01-26 Tony TkacikMerge "Cleanup warning suppressions"
2015-01-26 Tony TkacikMerge "Remove unused imports"
2015-01-26 Tony TkacikMerge "Migrate ClassLoaderUtils callers"
2015-01-25 Robert VargaMerge "Bug 1434 - Make arrays non-mutable"
2015-01-23 Robert VargaCleanup warning suppressions
2015-01-23 Robert VargaRemove unused imports
2015-01-23 Robert VargaMigrate ClassLoaderUtils callers
2015-01-23 Tony TkacikMerge "Split out codecs from BindingCodecContext"
2015-01-23 Tony TkacikMerge "Fixed incorrect serialization of multiple nested...
2015-01-23 Ladislav BorakBug 1434 - Make arrays non-mutable
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-23 Robert VargaSplit out codecs from BindingCodecContext
2015-01-22 Robert VargaMerge "Bug 2404: RPC and Notification support for Bindi...
2015-01-22 Tomas CereFixed incorrect serialization of multiple nested UnionT...
2015-01-21 Tony TkacikMerge "Improve BaseTemplate speed"
2015-01-20 Robert VargaBUG-2606: add support for removing augmentations
2015-01-20 Tony TkacikMerge "BUG-2606: formalize the augmentation removal"
2015-01-19 Robert VargaBUG-2606: formalize the augmentation removal
2015-01-19 Robert VargaMerge "Bug 2606: Fixed serialization of null augmentati...
2015-01-19 Tony TkacikBug 2404: RPC and Notification support for Binding...
2015-01-19 Tony TkacikBug 2606: Fixed serialization of null augmentations.
2015-01-17 Robert VargaRevert "Added generated convenience setters that take...
2015-01-16 Ed WarnickeAdded generated convenience setters that take Builder<T>
2015-01-16 Robert VargaImprove BaseTemplate speed
2015-01-16 Robert VargaMerge "Bug 2258: Fixed Type Definition search in runtim...
2015-01-16 Martin CiglanBug 2480: Union objects are generated incorrectly when...
2015-01-16 Tony TkacikBug 2258: Fixed Type Definition search in runtime gener...
2015-01-16 Ed WarnickeAdd marker interface Builder<T> to generated Builders
2015-01-16 Robert VargaBUG-2159: fix wrong javadocs
2015-01-16 Robert VargaBUG-2159: make sure generated comments are Java-8-safe
2015-01-15 Robert VargaMerge "Shift Builder<P> from toInstance() to build()"
2015-01-15 Ed WarnickeShift Builder<P> from toInstance() to build()
2015-01-08 Tony TkacikBug 1573: Fixed deserialization of not representable...
2015-01-07 Tony TkacikMerge changes Ic65eb07d,Iab2814f6
2015-01-07 Tony TkacikMerge "Fix whitespace in binding-parent"
2015-01-07 Robert VargaBUG-2350: introduce KeyedListNodeCodecContext
2015-01-07 Tony TkacikMerge "BUG-1382: eliminate QName.getPrefix()"
2015-01-07 Robert VargaFix whitespace in binding-parent
2015-01-07 Tony TkacikMerge "Update xtend and embed it"
2015-01-07 Tony TkacikMerge "BUG-2159: ensure test survies Java 8"
2015-01-07 Tony TkacikMerge "Use predictable class order"
2015-01-07 Tony TkacikMerge "Add a failure message when compilation test...
2015-01-07 Tony TkacikMerge "Limit the references IdentityCodec retains"
2015-01-07 Tony TkacikMerge "Migrate ClassLoaderUtils user to new package"
2015-01-07 Tony TkacikMerge topic 'stable/helium'
2015-01-05 Jan MedvedMerge "Add yang-binding dependency to binding-parent."
2015-01-05 Robert VargaBUG-1382: eliminate QName.getPrefix()
2015-01-05 Robert VargaMerge "Remove unused import statements in binding-gener...
2015-01-05 Ed WarnickeAdd yang-binding dependency to binding-parent.
2015-01-05 Jan MedvedMerge "Use profile in binding-parent to not break witho...
2015-01-02 Ed WarnickeUse profile in binding-parent to not break without...
2014-12-29 Thanh HaRemove unused import statements in binding-generator...
2014-12-24 Robert VargaUpdate xtend and embed it
2014-12-24 Robert VargaBUG-2159: ensure test survies Java 8
2014-12-24 Robert VargaUse predictable class order
2014-12-24 Robert VargaAdd a failure message when compilation test fails
2014-12-24 Robert VargaBUG-2350: optimize BindingRuntimeContext.getIdentityClass()
2014-12-24 Robert VargaBUG-2350: optimize SchemaRootCodecContext.getYangIdenti...
2014-12-23 Ed WarnickeIntroducing binding-parent
2014-12-21 Robert VargaLimit the references IdentityCodec retains
2014-12-21 Robert VargaMigrate ClassLoaderUtils user to new package
2014-12-19 Tony TkacikMerge "Cleanup binding proxy instantiation"
2014-12-19 Robert VargaCleanup binding proxy instantiation
2014-12-19 Tony TkacikMerge "Clarify NotificationListener purpose"
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-14 Thanh HaFix checkstyle if-statements must use braces in binding...
2014-12-10 Tony TkacikMerge "BUG-1914: bump API requirement"
2014-12-10 Tony TkacikMerge "BUG-2498: optimize enum's forValue() method"
2014-12-10 Robert VargaBUG-2498: optimize enum's forValue() method
2014-12-10 Robert VargaBUG-1914: bump API requirement
2014-12-08 Robert VargaClarify NotificationListener purpose
2014-12-03 Tony TkacikMerge "Remove xtend plugin binding-data-codec"
2014-12-01 Robert VargaDo not use deprecated ClassLoaderUtils
2014-12-01 Robert VargaRemove PropertyPair
2014-12-01 Robert VargaRemove xtend plugin binding-data-codec
2014-12-01 Tony TkacikMerge "Allow {Class,Method}Generator.process() to throw...
2014-12-01 Tony TkacikMerge "Bug 2271 - NPE during generation of java binding...
2014-11-28 Robert VargaAllow {Class,Method}Generator.process() to throw Cannot...
2014-11-27 pkajsaBug 2271 - NPE during generation of java binding for...
2014-11-25 Ladislav BorakResolved some sonar issues: Hide Utility Class Constructor
2014-11-24 Robert VargaBUG-1953: perform proper string validation
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-11-13 Jan HajnarBug 2157 - Race condition when adding a RPC implementat...
2014-11-10 Robert VargaMerge "ISIS Yang model compilation issue"
2014-11-06 Reinaldo PennoISIS Yang model compilation issue
2014-10-31 Robert VargaEliminate warnings
2014-10-29 Tony TkacikMerge "Bug 584: Increate test coverage in binding-gener...
2014-10-27 Ladislav BorakBug 584: Increate test coverage in binding-generator...
next