yangtools.git
2014-06-25 Robert VargaBUG-994: do not use SchemaPath.getPath() 33/8333/3
2014-06-25 Tony TkacikMerge "BUG-994: make SchemaPath abstract"
2014-06-25 Tony TkacikMerge "BUG-994: remove the legacy public constructor"
2014-06-25 Tony TkacikMerge "BUG-865: do not use SchemaPath.getPath()"
2014-06-25 Tony TkacikMerge "BUG-994: Use SchemaPath.getParent()"
2014-06-25 Tony TkacikMerge "BUG-994: introduce SchemaPath.getParent()"
2014-06-25 Martin VitezMerge "Bug 1203: Reset state of LocationDispatchCodecs"
2014-06-25 Tony TkacikMerge "Move implementation of DataTree to Yangtools"
2014-06-25 Robert VargaBUG-994: make SchemaPath abstract 88/8288/3
2014-06-25 Robert VargaBUG-994: remove the legacy public constructor 86/8286/3
2014-06-25 Robert VargaBUG-865: do not use SchemaPath.getPath() 87/8287/3
2014-06-25 Basheeruddin... Move implementation of DataTree to Yangtools 68/8268/5
2014-06-25 Robert VargaBUG-994: Use SchemaPath.getParent() 85/8285/2
2014-06-24 Tony TkacikBug 1203: Reset state of LocationDispatchCodecs 16/8116/4
2014-06-24 Robert VargaBUG-994: introduce SchemaPath.getParent() 84/8284/1
2014-06-24 Tony TkacikMerge "Checkstyle maven plugin check - yangtools"
2014-06-24 Tony TkacikMerge "BUG-579: removed dependency on GeneratedTOBuilde...
2014-06-24 Milos FabianCheckstyle maven plugin check - yangtools 21/7721/5
2014-06-24 Robert VargaBUG-582: formattedRevision is lazy 78/8278/1
2014-06-24 Robert VargaBUG-582: Use QNameModule for hashCode/equals 77/8277/1
2014-06-23 Tony TkacikMerge "Extract typedefs to local variable to avoid...
2014-06-23 Martin VitezBUG-579: removed dependency on GeneratedTOBuilderImpl... 31/7931/2
2014-06-23 Martin VitezExtract typedefs to local variable to avoid error in... 98/7398/3
2014-06-23 Robert VargaBUG-582: improve SchemaPath.hashCode() 66/7766/14
2014-06-21 Robert VargaBUG-582: optimize TypeProviderImpl 57/8157/3
2014-06-21 Tony TkacikBUG 1131: untangling package cyclic dependencies in... 66/7866/10
2014-06-20 Tony TkacikMerge "BUG-582: pre-cache Pattern instances"
2014-06-20 Tony TkacikMerge "Introduce HashCodeBuilder"
2014-06-20 Maros MarsalekBUG-944 Fix HostBuilder class conflict for domain/ipv4... 71/8171/3
2014-06-19 Robert VargaBUG-582: pre-cache Pattern instances 21/7821/3
2014-06-19 Robert VargaIntroduce HashCodeBuilder 20/7820/3
2014-06-19 Martin VitezBUG-1195: made typedef classes serializable. 43/8143/1
2014-06-18 Tony TkacikMerge "Introduce Identifiables"
2014-06-18 Tony TkacikMerge "AnyXmlNode builders"
2014-06-18 Tony TkacikMerge "BUG-582: use QNameModule when instantiating...
2014-06-18 Tony TkacikMerge "BUG-582: expose QNameModule"
2014-06-18 Tony TkacikMerge "BUG-582: do not use linear search of child nodes"
2014-06-18 Tony TkacikMerge "BUG-582: optimize replaceWithCamelCase"
2014-06-18 Jozef GloncakAnyXmlNode builders 61/8061/4
2014-06-18 Tony TkacikMerge "Add Anyxml normalized node to yang-data-api."
2014-06-18 Robert VargaBUG-582: use QNameModule when instantiating QName 13/7813/4
2014-06-18 Robert VargaBUG-582: expose QNameModule 12/7812/4
2014-06-18 Robert VargaBUG-582: do not use linear search of child nodes 11/7811/4
2014-06-18 Robert VargaBUG-582: optimize replaceWithCamelCase 15/7815/3
2014-06-18 Tony TkacikMerge "BUG-1196, Bug 886: Refactored implementation...
2014-06-18 Martin VitezBUG-1196, Bug 886: Refactored implementation of Choice... 88/8088/4
2014-06-18 Jan MedvedMerge "Fix and cleanup to Yang Tools Feature file"
2014-06-17 Ed WarnickeFix and cleanup to Yang Tools Feature file 97/7997/7
2014-06-17 Tony TkacikRevert "BUG-1196: fixed bug in choice case codec." 84/8084/1
2014-06-17 Martin VitezBUG-1196: fixed bug in choice case codec. 71/8071/4
2014-06-17 Jozef GloncakAdd Anyxml normalized node to yang-data-api. 71/7771/2
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 Tony TkacikMerge "BUG-865: replaced deprecated code from yang...
2014-06-13 Martin VitezBUG-1069: made InstanceIdentifier.PathArgument implemen... 52/7952/2
2014-06-13 Martin VitezBUG-1143: refactored ChoiceCaseGenTypesTest. 87/7987/1
2014-06-13 Martin VitezBUG-865: replaced some deprecated code from binding... 39/7939/2
2014-06-13 Martin VitezBUG-1143: refactored AugmentRelativeXPathTest. 81/7981/1
2014-06-13 Martin VitezBUG-1143: refactored AugmentedTypeTest. 80/7980/1
2014-06-13 Martin VitezBUG-1143: added AbstractTypesTest as base for generated... 79/7979/1
2014-06-13 Martin VitezBUG-865: removed use of deprecated methods from tests. 14/7914/2
2014-06-13 Rob AdamsBug 1193: Use format string correctly and fix correspon... 65/7965/1
2014-06-12 Martin VitezBUG-865: replaced deprecated code from yang-binding. 44/7944/1
2014-06-12 Martin VitezBUG-865: replaced deprecated code from binding-generato... 40/7940/1
2014-06-11 Martin VitezBUG-1172: nested uses-augmentation fails in code-genera... 02/7902/2
2014-06-11 Robert VargaBUG-1024: reorganize code for clarity 13/7113/4
2014-06-11 Martin VitezFixed handling of submodules in yang-maven-plugin. 97/7897/1
2014-06-10 Robert VargaJanitor: add missing copyright headers 70/7770/2
2014-06-09 Robert VargaMerge "API Clarity: Documented o.o.y.yang.data.api...
2014-06-09 Robert VargaMerge "API Clarity: Documented o.o.y.yang.parser.builde...
2014-06-09 Tony TkacikAPI Clarity: Documented o.o.y.yang.data.api and o.o... 24/7824/6
2014-06-09 Tony TkacikAPI Clarity: Documented o.o.y.yang.parser.builder.api 77/7677/6
2014-06-09 Tony TkacikMerge "Fixed mismatch in ietf-restconf-version variable"
2014-06-09 Tony TkacikBug 981: Removed direct access to parent fields. 76/7676/3
2014-06-09 Tony TkacikAPI Clarity: Documentented o.o.y.yang.parser.impl.util 47/7647/3
2014-06-09 Giovanni MeoFixed mismatch in ietf-restconf-version variable 22/7822/1
2014-06-08 Robert VargaBUG-868: do not use ParserUtils.createSchemaPath() 10/7810/1
2014-06-07 Robert VargaIntroduce Identifiables 53/7753/4
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
next