yangtools.git
2016-11-02 Stephen KittCleanup: remove redundant type parameters 35/47835/2
2016-11-02 Stephen KittCleanup: remove redundant casts 34/47834/2
2016-11-02 Stephen KittBUG-6958: remove yang-data-{api,util} from odl-yangtool... 58/47658/3
2016-11-02 Robert VargaGuard Pattern constants with @RegEx 38/40338/8
2016-11-02 Peter KajsaBug 6986: Yang parser system test 38/47538/7
2016-10-29 Robert VargaBUG-7054: add YinStatementStreamSource 36/47736/9
2016-10-29 Robert VargaBUG-7054: add a YinTextToDomTransformer 18/47718/10
2016-10-29 Robert VargaBUG-7054: support .xml for YIN files 50/47750/2
2016-10-29 Robert VargaBUG-7052: move YangErrorListener 49/47749/2
2016-10-29 Robert VargaBUG-865: remove old parser remnants 48/47748/2
2016-10-29 Robert VargaBUG-7057: introduce UntrustedXML class 27/47727/5
2016-10-29 Robert VargaBUG-7052: move ModuleIdentifierImpl 35/47735/4
2016-10-28 Robert VargaBUG-6522: fix missed optimization 43/47743/1
2016-10-28 Robert VargaBUG-7038: cleanup parser listener 08/47708/2
2016-10-27 Robert VargaBUG-6522: do not cache import in SourceSpecificContext 07/47707/1
2016-10-27 Robert VargaBUG-7051: move nasmespace declarations 06/47706/1
2016-10-27 Robert VargaCleanup StatementContextWriter 93/47693/2
2016-10-27 Robert VargaDocument RootStatementContext's relationship to other... 92/47692/2
2016-10-27 Filip GregorBug 6979 - yang.model.util.EffectiveAugmentationSchema... 31/47631/3
2016-10-26 Robert VargaRevert "BUG-6522: create a dedicated extensions map" 28/47628/1
2016-10-26 Robert VargaBUG-6522: create a dedicated extensions map 68/47568/8
2016-10-26 Robert VargaBUG-6522: streamline QNameToStatementDefinitionMap API 67/47567/5
2016-10-26 Robert VargaCleanup SupportedExtensionsMapping 13/47613/2
2016-10-26 Robert VargaBUG-6964: reuse StatementDefinitionNamespace 64/47464/10
2016-10-26 Robert VargaBUG-6522: intern cached QNames 51/47551/5
2016-10-26 Robert VargaRemove an unneeded branch 57/47557/3
2016-10-26 Robert VargaBUG-7025: make the parser tree immutable 44/47544/4
2016-10-26 Robert VargaOptimize toString() methods 25/47525/2
2016-10-26 Robert VargaBUG-6522: do not re-read models 28/47528/2
2016-10-26 Robert VargaBUG-7025: Use ParseTreeWalker.DEFAULT 26/47526/4
2016-10-26 Robert VargaBUG-6522: grow namespaces lazily 50/47550/2
2016-10-26 Robert VargaBUG-6522: lower map sizing 53/47553/2
2016-10-26 Robert VargaBUG-6522: do not accidentally grow lists 49/47549/5
2016-10-26 Robert VargaBump antlr to 4.5.3 46/47546/2
2016-10-25 Robert VargaBUG-6522: Optimize RFC6020 utils 89/47489/4
2016-10-25 Robert VargaCleanup SchemaNodeIdentifierBuildNamespace 19/47419/3
2016-10-25 Robert VargaPrevent a boxing operation 38/47438/2
2016-10-25 Robert VargaBUG-4456: rework leaker integration 51/47451/3
2016-10-25 Robert VargaBUG-6972: optimize SourceSpecificContext 57/47457/3
2016-10-25 Robert VargaImprove parser reactor logging 91/47391/8
2016-10-25 Robert VargaBUG-6972: enforce statement state when copying 17/47417/6
2016-10-25 Robert VargaBUG-6522: grow StatementContext collections lazily 25/47325/14
2016-10-25 Robert VargaBUG-6972: eliminate AugmentUtils 37/47437/3
2016-10-25 Robert VargaBUG-6972: refactor copy checking 55/47355/13
2016-10-25 Peter KajsaBug 6669: Mandatory nodes cannot be added to node from... 82/45382/15
2016-10-24 Robert VargaBUG-6972: Consolidate copy operations 54/47354/11
2016-10-24 Robert VargaHide BuildGlobalContext methods 90/47390/4
2016-10-24 Robert VargaBUG-6972: Remove GroupingUtils.needToCreateNewQName() 53/47353/9
2016-10-24 Robert VargaBUG-6522: create a specialized CopyHistory object 48/47348/9
2016-10-23 Peter KajsaBug 6329: Parser fails when target node of uses-augment... 18/46118/7
2016-10-22 Geng XingyuanBug 6958 - add class NotificationAsContainer for transf... 52/47052/10
2016-10-21 Robert VargaBUG-6522: share instances of Config(Effective)Statement 18/47318/5
2016-10-21 Robert VargaBUG-6522: allocate copyHistory lazily 24/47324/2
2016-10-21 Igor FoltinBug 6972: Preliminary unit test 12/47312/3
2016-10-21 Robert VargaBUG-6522: Adjust collection sizes 16/47316/3
2016-10-21 Robert VargaBUG-6965: introduce BuiltinDeclaredStatements 17/47217/4
2016-10-21 Robert VargaBUG-6964: define a namespace to hold model-defined... 03/47203/6
2016-10-21 Robert VargaImprove ContextBuilder error reporting 13/47213/4
2016-10-21 Robert VargaPrevent boxing 15/47315/2
2016-10-21 Robert VargaBUG-3876: Add ExprListener and friends 99/47199/2
2016-10-21 Robert VargaFix a few checkstyle warnings 14/47214/2
2016-10-21 Filip GregorBug 6491: Some imports are not exposed in Module.getImports 29/47129/5
2016-10-20 Filip GregorBug 6961: SchemaContext.getAllModuleIdentifiers() doesn... 21/47121/4
2016-10-19 Robert VargaReuse cardinality constants 45/47045/6
2016-10-18 Robert VargaFix GroupingEffectiveStatementImpl's unknown nodes 74/47074/2
2016-10-18 Robert VargaFix inefficient ConstraintEffectiveStatements 73/47073/2
2016-10-18 Robert VargaBUG-4456: add RecursiveExtensionResolver 42/47042/8
2016-10-18 Robert VargaBUG-6757: revert fix for BUG-4456 38/47038/3
2016-10-18 Igor FoltinFix failing unit test in QueuedNotificationManagerTest 59/47059/1
2016-10-13 Robert VargaBUG-5410: introduce RegularExpression.toPatternString() 44/45144/5
2016-10-07 Stephen KittSupport testing null against null in equalsHelper() 99/46599/4
2016-10-05 Robert VargaBUG-5410: optimize CaseInsensitiveMap 46/45146/3
2016-10-05 Robert VargaBUG-5410: import message catalogue 43/45143/3
2016-10-05 Michael VorburgerequalsHelper (MoreObjects2) 13/42513/12
2016-10-04 Igor FoltinIncrease unit test coverage for Yangtools 34/46334/2
2016-10-03 Peter KajsaBug 6771: Problem with typedefs nested in augment 23/46223/3
2016-10-03 Igor FoltinIncrease unit test coverage for Yangtools 30/46130/2
2016-10-03 Peter KajsaNaming convetion fix of some unit tests in yang-parser... 45/46245/2
2016-09-29 Robert VargaUse YangInstanceIdentifier.EMPTY 32/46132/2
2016-09-23 Robert VargaAllow QueuedNotificationManager to batch notifications 94/46094/7
2016-09-22 Robert VargaAdd batching to QueuedNotificationManager 93/46093/2
2016-09-22 Peter KajsaBug 6551: Support for third-party Yang extensions imple... 26/45226/7
2016-09-21 Robert VargaBUG-5410: use Deque instead of a Stack 40/45140/3
2016-09-21 Robert VargaCleanup QueuedNotificationManager 38/45938/2
2016-09-20 Robert VargaUse LongAdder instead of an atomic long 98/45898/1
2016-09-20 Robert VargaAdd YangInstanceIdentifier fast paths 97/45897/1
2016-09-19 Robert VargaFix ConstraintDefinition inconsistency 06/45806/5
2016-09-19 Igor FoltinIncrease unit test coverage for Yangtools 45/45745/2
2016-09-12 Robert VargaBUG-5410: fixup javadocs 39/45139/2
2016-09-12 Robert VargaBUG-5410: add minimal IntStack implementation 81/39181/3
2016-09-10 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 59/45459/1
2016-09-08 Robert VargaBUG-5561: use canonical Bits order 58/45158/4
2016-09-07 Igor FoltinYangtools documentation 97/45197/3
2016-09-06 Robert VargaUse lambdas instead of anonymous classes 68/45068/6
2016-09-06 Robert VargaFix a few warnings 07/45207/1
2016-09-05 Robert VargaFix a bunch of warnings 48/45148/1
2016-09-01 Robert VargaEliminate unneeded import 63/44863/2
2016-09-01 Robert VargaBUG-6497: Do not lose augmentation statement order 75/44975/2
2016-09-01 Igor FoltinYangtools documentation 37/44937/2
2016-08-31 Robert VargaBUG-6497: Do not lose augmentation statement order 75/44875/3
next