yangtools.git
2014-06-09 Tony TkacikAPI Clarity: Documentented o.o.y.yang.parser.impl.util 47/7647/3
2014-06-08 Robert VargaBUG-868: do not use ParserUtils.createSchemaPath() 10/7810/1
2014-06-07 Robert VargaMerge "BUG-981: Migrate from deprecated private method...
2014-06-07 Maros MarsalekBUG-981: Migrate from deprecated private method to... 44/7644/3
2014-06-07 Martin VitezBUG-584: tests update, removed use of deprecated elements. 86/7586/3
2014-06-06 Robert VargaMerge "bug 1128:POM Restructuring for Automated Release"
2014-06-06 Vaishali Mithbaokarbug 1128:POM Restructuring for Automated Release 97/6397/10
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-06-06 Robert VargaBUG-868: migrate to SchemaPath.create() 64/7764/2
2014-06-06 Tony TkacikMerge "BUG-584: added test-models to integration-test...
2014-06-06 Tony TkacikMerge "BUG-584: moved yangtools-it under integration...
2014-06-06 Tony TkacikMerge "Improved sorting of augmentations before code...
2014-06-05 Tony TkacikMerge "BUG 1130 STRING_DEFAULT_CODEC - deserialize...
2014-06-04 Robert VargaMerge "Bug 484: Fix XmlDocumentUtils.toDocument to...
2014-06-04 Robert VargaMerge "Checkstyle coding-style rules"
2014-06-04 Milos FabianCheckstyle coding-style rules 95/7595/5
2014-06-04 Jozef GloncakBUG 1130 STRING_DEFAULT_CODEC - deserialize can return... 64/7664/3
2014-06-03 Tony TkacikMerge "Bug 724: Handle hashCode/equals properly in...
2014-06-03 Robert VargaMerge "Bug 1123 - Fixed incorrect augment target resolving"
2014-06-03 tpantelisBug 724: Handle hashCode/equals properly in InstanceIde... 19/7519/5
2014-06-03 Tony TkacikBug 1123 - Fixed incorrect augment target resolving 87/7587/3
2014-06-03 Robert VargaBUG-1120: add ExecutorServiceUtil 13/7613/3
2014-06-03 Robert VargaFix a documentation typo 30/7630/1
2014-06-02 Robert VargaMerge "Bug 1027: Fixed generation of static QNAME field"
2014-06-02 Tony TkacikBug 1027: Fixed generation of static QNAME field 30/7330/3
2014-06-02 Martin VitezBUG-584: added test-models to integration-test project. 25/7425/3
2014-06-02 Martin VitezBUG-584: moved yangtools-it under integration-test... 02/7402/4
2014-06-01 Robert VargaBUG-1120: expose AbstractRegistration state 68/7568/2
2014-05-30 Tony TkacikMerge "Bug 1113 - ietf-restconf needs to specify the...
2014-05-30 Devin AveryBug 1113 - ietf-restconf needs to specify the version... 36/7536/1
2014-05-30 Tony TkacikAPI Clarity: Documented YANG Common. 18/7518/5
2014-05-30 Tony TkacikAPI Claratity: Documented package o.o.y.yang.model... 20/7420/7
2014-05-29 Tony TkacikAPI Claritity: Documented org.opendaylight.yangtools... 96/7396/8
2014-05-29 Robert VargaBUG-648: do not keep HashMap$Values around 68/7468/2
2014-05-29 Tony TkacikMerge "BUG-648: use MapAdaptor"
2014-05-29 Tony TkacikMerge "BUG-648: fix util building"
2014-05-29 Martin VitezImproved sorting of augmentations before code generation. 17/7217/5
2014-05-29 Robert VargaMerge "Bug 731: Moved list initialization in UnionTypeB...
2014-05-28 Robert VargaBUG-648: use MapAdaptor 32/7432/4
2014-05-28 Robert VargaBUG-648: fix util building 67/7467/1
2014-05-28 Tony TkacikMerge "Fixed setting yang sources to modules."
2014-05-28 Robert VargaBUG-648: Create MapAdaptor and friends 31/7431/6
2014-05-28 Martin VitezFixed setting yang sources to modules. 96/7296/5
2014-05-28 Tony TkacikMerge "BUG-864: decrease log level when sorting and...
2014-05-28 Tony TkacikMerge "BUG-973: fixed (de)serialization of union type."
2014-05-28 Tony TkacikBug 731: Moved list initialization in UnionTypeBuilder... 59/7459/1
2014-05-27 tpantelisBug 484: Fix XmlDocumentUtils.toDocument to handle... 39/7339/2
2014-05-27 Tony TkacikMerge "BUG-1070: split off YangSourceContext"
2014-05-27 Tony TkacikMerge "BUG-981: remove deprecated elements"
2014-05-27 Robert VargaBUG-981: remove deprecated elements 73/6873/10
2014-05-27 Robert VargaBUG-1070: split off YangSourceContext 18/7418/1
2014-05-27 Robert VargaBUG-994: convert users of SchemaPath constructor 27/7327/4
2014-05-27 Tony TkacikBug 1076: Updated SchemaPath hashcode to behave as... 13/7413/1
2014-05-26 Tony TkacikMerge "BUG-582: use shared thread-safe SimpleDateFormat"
2014-05-26 Tony TkacikMerge "BUG-1070: introduce YangSyntaxErrorException"
2014-05-26 Robert VargaBUG-582: use shared thread-safe SimpleDateFormat 87/7387/2
2014-05-26 Robert VargaBUG-1070: introduce YangSyntaxErrorException 86/7386/2
2014-05-26 Tony TkacikMerge "BUG-994: introduce SchemaPath.create() and friends"
2014-05-26 Tony TkacikMerge changes Ib8372167,I1b7aeca9
2014-05-26 Tony TkacikMerge "BUG-868: stop using getChildren()"
2014-05-26 Martin VitezBUG-864: decrease log level when sorting and parsing... 99/7299/4
2014-05-26 Martin VitezBUG-973: fixed (de)serialization of union type. 33/7333/2
2014-05-26 Robert VargaBUG-868: stop using getChildren() 93/7393/1
2014-05-26 Robert VargaBUG-382: optimize BooleanType 92/7392/1
2014-05-26 Robert VargaBUG-582: optimize BinaryType 91/7391/1
2014-05-25 Robert VargaBUG-868: Eliminate StringBufferInputStream 85/7385/1
2014-05-25 Robert VargaBUG-582: Use Splitter instead of String.split() 84/7384/1
2014-05-25 Robert VargaBUG-582: Optimize string modification 83/7383/1
2014-05-25 Robert VargaBUG-582: Optimize instantiated Splitter 82/7382/1
2014-05-25 Robert VargaBUG-582: reuse SimpleDataTimeUtil 81/7381/1
2014-05-25 Robert VargaBUG-582: Optimize and correct validateJavaPackage 80/7380/1
2014-05-25 Robert VargaBUG-582: Operate on characters when checking for leadin... 79/7379/1
2014-05-25 Robert VargaBUG-582: Pre-compile replacement pattern 78/7378/1
2014-05-25 Robert VargaBUG-582: Sort modules on initialization 77/7377/1
2014-05-25 Robert VargaBUG-582: Optimize SchemaContextImpl.findModuleByNamespace() 76/7376/1
2014-05-24 Robert VargaBUG-1070: log exceptions 75/7375/1
2014-05-23 Robert VargaBUG-868: add deprecation hint 65/7365/1
2014-05-23 Robert VargaMerge "Checkstyle logging rules"
2014-05-23 Robert VargaBUG-994: introduce SchemaPath.create() and friends 19/7319/5
2014-05-21 Devin AveryBug 735 - Part 1 - Bug Fix - fix the wrong version... 14/7314/1
2014-05-20 Tony TkacikMerge "BUG-580: Improved parsing."
2014-05-20 Tony TkacikMerge "BUG-990: fixed deserialization of enums."
2014-05-20 Tony TkacikMerge "BUG-865: removed use of deprecated parseToClassN...
2014-05-20 Tony TkacikMerge "BUG-865: removed unused code."
2014-05-20 Tony TkacikMerge "Bug 571 - Throwing an exception to fail the...
2014-05-20 Tony TkacikMerge "BUG-994: Create QNameModule for resource sharing"
2014-05-20 Tony TkacikMerge "Bug 735 - Part 1: Update ietf-restconf and ietf...
2014-05-20 Martin VitezBUG-990: fixed deserialization of enums. 19/7019/2
2014-05-20 Martin VitezBUG-865: removed unused code. 79/6779/7
2014-05-20 Martin VitezBUG-865: removed use of deprecated parseToClassName... 84/6784/4
2014-05-20 Tony TkacikMerge "BUG-509: InstanceIdentifier should be Comparable"
2014-05-20 Martin VitezBUG-580: Improved parsing. 16/6616/5
2014-05-19 Mayank AgarwalBug 571 - Throwing an exception to fail the build when... 27/7227/1
2014-05-19 Robert VargaMerge "Improved documentation of BindingReflections."
2014-05-19 Tony TkacikImproved documentation of BindingReflections. 26/7226/1
2014-05-19 Robert VargaMerge "Bug 1027: Improved instance identifier codec...
2014-05-19 Tony TkacikBug 1027: Improved instance identifier codec for augmen... 20/7220/1
2014-05-19 Devin AveryBug 735 - Part 1: Update ietf-restconf and ietf-yangtyp... 99/6399/4
next