Merge "Improved sorting of augmentations before code generation."
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools /
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-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 Tony TkacikBug 1123 - Fixed incorrect augment target resolving 87/7587/3
2014-05-30 Tony TkacikMerge "Bug 1113 - ietf-restconf needs to specify the...
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 Tony TkacikMerge "Fixed setting yang sources to modules."
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 Tony TkacikMerge "BUG-1070: split off YangSourceContext"
2014-05-27 Tony TkacikMerge "BUG-981: remove deprecated elements"
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-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-25 Robert VargaBUG-582: Use Splitter instead of String.split() 84/7384/1
2014-05-25 Robert VargaBUG-582: reuse SimpleDataTimeUtil 81/7381/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 VargaMerge "Checkstyle logging rules"
2014-05-20 Tony TkacikMerge "BUG-580: Improved parsing."
2014-05-20 Martin VitezBUG-580: Improved parsing. 16/6616/5
2014-05-17 Robert VargaMerge "Bug 981: Make sure QName is not null in RPC...
2014-05-15 Tony TkacikMerge "Fix a warning generic warning"
2014-05-14 Martin VitezBUG-579: memory improvements in parser's builders. 22/6922/5
2014-05-12 Tony TkacikMerge changes Ib555d8f4,I6a6fb601
2014-05-12 Robert VargaBUG-987: share empty instance 07/6907/1
2014-05-12 Tony TkacikMerge "Don't throw NPE if we fail to find ChildOf inter...
2014-05-12 Martin VitezBUG-987: Fixed parsing of identity nodes. 04/6904/2
2014-05-12 Tony TkacikMerge "Memory hog: ImmutableList is appropriate here"
2014-05-12 Robert VargaMemory hog: these collections are not fields 00/6900/1
2014-05-12 Robert VargaMemory hog: ImmutableSet is appropriate here 99/6899/1
2014-05-12 Robert VargaMemory hog: ConstraintDefinitionImpl should be static 98/6898/1
2014-05-12 Tony TkacikMerge "BUG-865: removed unnecessary test file."
2014-05-10 Tony TkacikMerge changes Id6a27004,I7baa722d
2014-05-10 Tony TkacikMerge "Fix InstanceIdentifier toString()"
2014-05-10 Tony TkacikMerge "Remove unused imports"
2014-05-10 Tony TkacikMerge "BUG-648: add missing copy builders"
2014-05-10 Robert VargaBUG-731: add curly braces 03/6803/2
2014-05-10 Tony TkacikMerge "BUG-731: make sure utility classes are not insta...
2014-05-08 Robert VargaBUG-731: make sure utility classes are not instantiated 78/6778/3
2014-04-29 Martin VitezBug 527: fixed augment deserialization from xml. 01/6001/16
2014-04-08 Tony TkacikMerge changes Iaac9f7e2,I9c336a30
2014-04-08 Tony TkacikMerge "Fix for Bug 586."
2014-04-02 Tony TkacikMerge "Implement edit-config operations for NormalizedN...
2014-03-31 Tony TkacikMerge changes I16a5683b,I6081dc12
2014-03-27 Martin VitezFix for Bug 527. 51/5751/2
2014-03-26 Robert VargaMerge "Fix for Bug 589."
2014-03-26 Martin VitezFix for Bug 589. 70/5770/1
2014-03-20 Martin VitezFix for Bug 364. 53/5553/3
2014-03-18 Martin VitezFix for Bug 394. 97/5097/7
2014-03-18 Tony TkacikMerge "Fix for Bug 511 (model + integration-test)"
2014-03-18 Tony TkacikMerge "Fix for Bug 511 (concepts)"
2014-03-18 Tony TkacikMerge "Fix for Bug 511 (yang)"
2014-03-18 Tony TkacikMerge "Fix for Bug 511 (code-generator)"
2014-03-18 Tony TkacikMerge "Fix for Bug 495."
2014-03-18 Tony TkacikMerge "Added documentation for web socket client"
2014-03-18 Martin VitezFix for Bug 511 (yang) 26/5626/3
2014-03-13 Tony TkacikMerge "Immutable implementation of new yang-data-api"
2014-03-12 Tomas OlveckyAdd ability to get yang sources from SchemaContext. 79/5579/4
2014-03-12 Martin VitezFix for Bug 495. 81/5581/4
2014-03-11 Martin VitezMerge "Added initial draft of Normalized Yang Data...
2014-03-07 Martin VitezFix for Bug 489. 58/5558/2
2014-02-28 Tony TkacikMerge "restconf client expects stream discovery to...
2014-02-27 Tony TkacikMerge "Fixed for Bug 468."
2014-02-26 Martin VitezFixed for Bug 468. 72/5472/1
2014-02-26 Tony TkacikBug 466:Fixed namespace and revision resolution for... 67/5467/2
2014-02-21 Robert VargaBUG-432: Start fixing the Registration contract 03/5403/3
2014-02-18 Tony TkacikMerge "Added more javadocs."
2014-02-18 Martin VitezAdded more javadocs. 91/5391/1
2014-02-04 Robert VargaMerge "Renamed getLength() method to length() in classe...
2014-02-04 Robert VargaMerge "Make sure builder-generated object do not emit...
2014-02-04 Martin VitezMinor code style improvements to eliminate eclipse... 33/5033/5
2014-02-04 Tony TkacikMerge "Deprecate yang-model-util InstanceIdentifier"
2014-02-03 Robert VargaMerge "Add default output base directory for generated...
2014-01-31 Robert VargaMerge "Fixed bug in generation of return type for list...
2014-01-30 Tony TkacikMerge "Do not return null when no RPC is registered"
2014-01-30 Robert VargaMerge "BUG-374: cleanup error messages present in contr...
2014-01-27 Martin VitezFixed bug in generation of return type for list key... 85/4885/1
2014-01-27 Robert VargaMerge "Fix YangModuleInfoImpl generation on windows"
2014-01-27 Tony TkacikFixed uncaught exception when trying to resolve extensi... 52/4852/1
2014-01-26 Martin VitezImplemented support for generating YangModuleInfo imple... 02/4602/6
2014-01-26 Robert VargaFix parser not picking up latest revision 20/4820/1
2014-01-26 Robert VargaMerge "Improve logging"
2014-01-26 Robert VargaImprove logging 18/4818/1
next