yangtools.git
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-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 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 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
2014-05-19 Milos FabianCheckstyle logging rules 08/7108/4
2014-05-19 Tony TkacikMerge "BUG-987: improve generated type allocation"
2014-05-19 Robert VargaBUG-994: Create QNameModule for resource sharing 25/6925/12
2014-05-18 Robert VargaBUG-994: improve object cache 30/6930/6
2014-05-18 Robert VargaMove ClassLoaderUtils 60/7160/2
2014-05-18 Robert VargaBUG-1027: emit more diagnostics when augmentation is... 59/7159/1
2014-05-18 Robert VargaBUG-1026: do not mask unexpected exceptions 58/7158/1
2014-05-18 Robert VargaBUG-1026: Better message when we fail lookup 50/7150/3
2014-05-18 Robert VargaFix javadoc warnings in binding-generator-impl 51/7151/3
2014-05-18 Robert VargaProvide more information when throwin exception 57/7157/1
2014-05-18 Robert VargaBUG-731: Declare which exceptions are possible from... 56/7156/1
2014-05-18 Robert VargaDo not declare Throwable as thrown 55/7155/1
2014-05-17 Robert VargaMerge "Bug 981: Make sure QName is not null in RPC...
2014-05-16 Tony TkacikBug 981: Make sure QName is not null in RPC case. 18/7118/1
2014-05-16 Tony TkacikMerge "BUG-1023: fix warnings emitted during loading...
2014-05-16 Robert VargaBUG-987: improve generated type allocation 87/6987/3
2014-05-16 Robert VargaBUG-1023: fix warnings emitted during loading of OF13... 12/7112/1
2014-05-16 Martin VitezBUG-1021: improve efficiency of generated builders. 06/7106/2
2014-05-15 Robert VargaBUG-509: InstanceIdentifier should be Comparable 16/7016/1
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-14 Robert VargaFix a warning generic warning 86/6986/1
2014-05-13 Tony TkacikMerge "BUG-987: optimize illegal character search"
2014-05-13 Robert VargaBUG-994: QName.toString() performance 23/6923/1
2014-05-12 Robert VargaBUG-987: optimize illegal character search 12/6912/1
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 Robert VargaBUG-987: improve EnumerationType 05/6905/1
2014-05-12 Martin VitezBUG-987: Fixed parsing of identity nodes. 04/6904/2
next