BUG-7052: introduce YangStatementStreamSource
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor /
2017-02-23 Robert VargaBUG-7052: introduce YangStatementStreamSource 55/52055/10
2017-02-23 Robert VargaAdd utility YangTextSchemaSource factories 54/52054/6
2017-02-23 Peter KajsaBug 7480 - yang-system-test: -p directories are for... 18/51018/13
2017-02-13 Igor FoltinBug 6877: [Yang 1.1] Allow multiple base identities 72/49772/10
2017-02-13 Igor FoltinBug 6261: Introduce resolution of deviation statement... 08/51008/9
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-24 Peter KajsaBug 6868: If-feature argument may be boolean expression 14/49714/8
2017-01-23 Robert VargaBUG-5222: Reuse substatements across phases 13/49813/14
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2017-01-04 Robert VargaRemove StatementIdentifier 12/49812/3
2017-01-04 Robert VargaMove StatementContextBase.getStorageNodeType() 11/49811/3
2017-01-04 Robert VargaTurn Prerequisite into a FunctionInterface 00/49800/4
2017-01-04 Robert VargaEnhance phase sequencing assertions 99/49799/4
2017-01-04 Robert VargaAdd ModelActionBuilder javadocs 01/49801/4
2016-12-26 Robert VargaFix checkstyle warnings 95/49795/3
2016-12-26 Igor FoltinBug 7440: Fix empty parent in deviate "replace" 79/49779/3
2016-12-20 Robert VargaBUG-6522: cache isConfiguration() result 67/49567/4
2016-12-18 Robert VargaBUG-7051: move isModuleIdentifierWithoutSpecifiedRevision 25/49525/1
2016-12-15 Robert VargaBUG-7267: catch RuntimeExceptions when processing sources 51/49351/6
2016-12-14 Alexis de TalhouëtBug 6867: Rename of Rfc6020Mapping to YangStmtMapping 54/48854/14
2016-12-14 Peter KajsaBug 6867: Extend yang statement parser to support diffe... 68/48368/28
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-22 Stephen KittJava 8: migrate to java.util.function.Function 37/47837/6
2016-11-18 Robert VargaBUG-5717: add unique child identifier 41/48241/11
2016-11-11 Robert VargaBUG-5717: eliminate StmtContext.substatements() 05/48205/8
2016-11-11 Vratko PolakBUG-6150: add an import statement special-case 00/48200/11
2016-11-10 Robert VargaFix an eclipse warning 06/48206/1
2016-11-04 Robert VargaBUG-7038: update StatementWriter.startElement() 54/47754/7
2016-11-02 Stephen KittCleanup: remove redundant casts 34/47834/2
2016-10-28 Robert VargaBUG-6522: fix missed optimization 43/47743/1
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-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 VargaBUG-6964: reuse StatementDefinitionNamespace 64/47464/10
2016-10-26 Robert VargaRemove an unneeded branch 57/47557/3
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-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: refactor copy checking 55/47355/13
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-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-21 Robert VargaBUG-6522: allocate copyHistory lazily 24/47324/2
2016-10-21 Robert VargaBUG-6522: Adjust collection sizes 16/47316/3
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-18 Robert VargaBUG-4456: add RecursiveExtensionResolver 42/47042/8
2016-09-22 Peter KajsaBug 6551: Support for third-party Yang extensions imple... 26/45226/7
2016-09-05 Robert VargaFix a bunch of warnings 48/45148/1
2016-08-09 Robert VargaUse lambdas instead of StmtContextUtils.build{Declared... 62/42862/7
2016-08-08 Igor FoltinBug 6244: Add context to exceptions thrown by yang... 13/43113/2
2016-07-25 Peter KajsaBug 6240: Entities of imported module's submodule are... 12/42312/2
2016-07-20 Robert VargaBUG-865: remove CrossSourceStatementReactor.buildEffect... 93/41993/3
2016-07-14 Peter KajsaBug 6131 - NPE on malformed yang model 09/41809/2
2016-07-11 Michael VorburgerPerformance related changes 39/41339/4
2016-07-11 Peter KajsaBug 6158: Optimization of if-feaures resolution during... 71/41471/7
2016-07-07 Filip GregorBug 5884: Augmenting a choice without a case results... 58/40158/13
2016-06-03 Peter KajsaBug 4662: Introduce a SemanticVersion concept - import... 77/36877/28
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-05-23 Igor FoltinBug 4506: Honor if-feature during SchemaContext assembly 08/38108/12
2016-05-16 Peter KajsaBug 4662: Introduce a SemanticVersion concept - pre... 72/36872/16
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-03-23 Peter KajsaBug 5396: Regex processing of yang models is broken. 87/36587/2
2016-03-09 Robert VargaRemove explicit throws of SourceException 72/35872/3
2016-03-07 Stephen KittRemove redundant modifiers 82/35882/2
2016-02-17 Robert VargaEliminate SourceException throws declarations 75/34775/2
2016-01-19 Robert VargaIntroduce formatting methods for SourceException 11/32111/14
2016-01-16 Igor FoltinBug 4540: Yang parser exceptions should follow consiste... 78/31078/16
2016-01-13 Peter KajsaBug 4933: Yang parser does not accept deviate "not... 14/32414/7
2016-01-09 Peter KajsaBug 3874: Support of yang modeled AnyXML - XML deserial... 38/29738/15
2016-01-05 Robert VargaBUG-865: deprecate SourceStreamAware 34/32134/1
2016-01-04 Robert VargaPre-size ArrayLists 07/31907/2
2015-12-01 Peter KajsaBug 4656 - Yang parser does not determine configuration... 93/30193/7
2015-11-16 Martin CiglanBug 2496: Implement parser support for parsing YIN... 09/23409/26
2015-11-09 Robert VargaInstantiate a QName cache 51/29451/2
2015-11-09 Robert VargaReuse integer QNames 79/29379/2
2015-11-09 Tom PantelisAdd/improve yang parser error reporting 66/27866/9
2015-11-02 Robert VargaSwitch StatementContextBase to use ArrayList 40/29140/1
2015-11-02 Robert VargaBUG-4556: Introduce StmtContext.getSchemaPath() 71/29071/6
2015-10-22 Tony TkacikDo not retain build context via extensions. 83/28683/3
2015-10-06 Tony TkacikSpeed-up look up of namespace listeners. 68/27968/1
2015-10-03 Tony TkacikRevert "Revert "Updated SchemaNodeIdentifier namespace... 71/27871/2
2015-10-02 Tony TkacikRevert "Updated SchemaNodeIdentifier namespace handling." 50/27850/1
2015-10-02 Tony TkacikUpdated SchemaNodeIdentifier namespace handling. 57/27757/8
2015-09-30 Tony TkacikIntroduced ChildSchemaNodes namespace to parser 85/27685/2
2015-09-29 Peter KajsaBug 3670: Replaced YANG parser for new statement parser 26/25526/9
2015-09-28 Robert VargaDo not instantiate QNameModules needlessly 39/27539/1
2015-09-27 Robert VargaFix a few sonar warnings 99/27499/1
2015-09-16 Robert VargaCleanup yang-parser-impl 37/26937/2
2015-08-31 Peter KajsaBug 3670 (part 3/5): Use of new statement parser in... 24/25524/3
2015-08-31 Peter KajsaBug 3670 (part 2/5): Use of new statement parser in... 21/25521/3
next