Add BaseSchemaTreeStatementSupport.parseArgumentValue()
[yangtools.git] / yang /
2020-10-29 Robert VargaAdd BaseSchemaTreeStatementSupport.parseArgumentValue() 68/93468/1
2020-10-29 miroslav.kovacMove implementation of OnStatementAdded to single class 65/93465/3
2020-10-25 Robert VargaAdd faster NormalizedNodes.findNode() alternatives 56/93356/1
2020-10-25 Robert VargaSpeed up NormalizedNodes.getDirectChild() 55/93355/1
2020-10-10 Robert VargaBump versions to 5.0.8-SNAPSHOT 12/93012/1
2020-10-09 Robert VargaBump odlparent to 7.0.7 09/93009/1
2020-10-06 Robert VargaMake YangNamespaceContextNamespace global 45/92945/1
2020-10-02 Robert VargaInclude Uint.ZERO in lower saturation bounds 60/92860/2
2020-10-02 Robert VargaUse Uint constants in base types 00/92700/2
2020-10-02 Robert VargaAdd Uint saturated converters 57/92757/3
2020-10-02 Robert VargaConvert uint tests to assertThrows() 55/92855/2
2020-09-21 Robert VargaFix warnings when we are augmenting-in a list 53/92553/6
2020-09-21 Robert VargaBump versions to 5.0.7-SNAPSHOT 55/92555/1
2020-09-21 Robert VargaUse StandardCharsets 52/92552/1
2020-09-21 Robert VargaBump odlparent to 7.0.6 50/92550/1
2020-09-19 Robert VargaDefine MaxAccess enumeration 96/92496/1
2020-09-19 Robert VargaFix SubIdStatement/ObjectIdentifier ranges 95/92495/1
2020-09-18 Robert VargaRemove IetfYangSmiv2Namespace 90/92490/1
2020-09-18 Robert VargaRemove unneeded overrides 86/92486/1
2020-09-18 Robert VargaAdd RFC6643 parser support 83/92483/3
2020-09-09 Robert VargaFix IRStatement formatting 78/92278/1
2020-09-07 Robert VargaInitialize IRStatementContext 25/92425/1
2020-09-07 Robert VargaIntroduce IRSchemaSource 16/92416/2
2020-09-07 Robert VargaDisconnect IRStatement from ANTLR 58/92258/2
2020-09-07 Robert VargaAdd an explicit intermediate YANG representation 47/92247/3
2020-08-24 Robert VargaMake sure ASTSchemaSource operates on StatementContext 57/92257/1
2020-08-23 Robert VargaEliminate DQUOT_START/SQUOT_START tokens 49/92249/1
2020-08-23 Robert VargaEliminate quotedString parser construct 41/92241/3
2020-08-22 Robert VargaFurther optimize YANG statement parsing 02/92102/1
2020-08-22 Robert VargaDeprecate StmtContext.getSchemaPath() 00/92100/1
2020-08-20 Robert VargaSpecial-case identifier lexer token 08/92208/1
2020-08-20 Robert VargaCorrect (Un)qualifiedQName javadoc 99/92099/1
2020-08-20 Robert VargaAdd a specialized token factory 00/92200/1
2020-08-20 Robert VargaAdd timing information about local file discovery 99/92199/1
2020-08-14 Robert VargaTake advantage of keyword tokenization 52/92152/3
2020-08-14 Robert VargaRework YANG lexer/parser 39/92139/8
2020-08-13 Robert VargaReplace block comment with a non-greedy rule 37/92137/1
2020-08-11 Robert VargaRework keyword parser rule 32/92032/5
2020-08-11 Robert VargaRefactor YANG statement parser structure 27/92027/3
2020-08-10 Robert VargaFix AnyxmlSchemaLocationStatementSupport declaration 15/92015/2
2020-08-10 Robert VargaFix YangDataStatementSupport declaration 14/92014/2
2020-08-10 Robert VargaFix declaration of extension-related supports 11/92011/2
2020-07-24 Robert VargaFixup yang-model-api javadoc warnings 12/91612/1
2020-07-22 Robert VargaBump versions to 5.0.6-SNAPSHOT 38/91538/2
2020-07-22 Robert VargaBump odlparent to 7.0.5 34/91534/1
2020-07-22 Robert VargaRevert "Update YANG lexer/parser to accept free-standin... 32/91532/1
2020-07-21 Robert VargaUpdate SchemaNodeIdentifier design a bit 11/91511/3
2020-07-21 Robert VargaAdd SchemaNodeIdentifier.{first,last}Identifer() 08/91508/1
2020-07-21 Robert VargaAdd SchemaNodeIdentifier.Absolute.intern() 02/91502/2
2020-07-17 Robert VargaBump versions to 5.0.5-SNAPSHOT 95/91395/1
2020-07-17 Robert VargaBump to odlparent-7.0.4 35/91235/5
2020-07-15 Tomas CereUse modifiable List when resolving relative xpath 18/91318/9
2020-07-15 Tomas CereClean up predicates prior to xpath normalization 29/91329/2
2020-07-07 Robert VargaFix YangConstants.RFC6020_YIN_MEDIA_TYPE 64/90964/1
2020-07-06 Robert VargaUpdate YANG lexer/parser to accept free-standing '+' 04/89104/5
2020-07-06 Robert VargaClean up OpenConfigVersionSupport 25/90925/1
2020-07-05 Robert VargaAdd UnknownSchemaNodeMixin 22/90922/1
2020-07-04 Robert VargaRefactor ExtensionStatementSupport 18/90918/3
2020-07-04 Robert VargaRefactor {Module,Submodule}EffectiveStatementImpl 02/87502/7
2020-07-03 Robert VargaRemove statement filter caches from AbstractEffectiveModule 13/90913/3
2020-07-03 Robert VargaRemove simple AbstractEffectiveModule properties 12/90912/1
2020-07-03 Robert VargaRemove AbstractEffectiveModule.get{Namespace,Revision} 11/90911/1
2020-07-03 Robert VargaRemove AbstractEffectiveModule.name 10/90910/1
2020-07-02 Robert VargaDeprecate EffectiveStatementBase for removal 05/90905/3
2020-07-02 Robert VargaRemove {Numerical,String}RestrictionsImpl 04/90904/3
2020-07-02 Robert VargaMigrate InstanceIdentifierSpecificationSupport 03/90903/2
2020-07-02 Robert VargaMigrate LeafrefSpecificationSupport 02/90902/3
2020-07-02 Robert VargaMigrate UnionSpecificationSupport 01/90901/2
2020-07-02 Robert VargaMigrate IdentityRefSpecificationSupport 00/90900/2
2020-07-02 Robert VargaMigrate EnumSpecificationSupport 99/90899/4
2020-07-02 Robert VargaMigrate Decimal64SpecificationSupport 96/90896/3
2020-07-02 Robert VargaMigrate BitsSpecificationSupport 95/90895/3
2020-07-02 Robert VargaConsolidate IntegralTypeEffectiveStatementImpl 94/90894/4
2020-07-02 Robert VargaConsolidate StringTypeEffectiveStatementImpl 93/90893/5
2020-07-02 Robert VargaConsolidate LeafrefTypeEffectiveStatementImpl 92/90892/5
2020-07-02 Robert VargaConsolidate InstanceIdentifierTypeEffectiveStatementImpl 91/90891/4
2020-07-02 Robert VargaConsolidate EnumTypeEffectiveStatementImpl 90/90890/4
2020-07-02 Robert VargaConsolidate DecimalTypeEffectiveStatementImpl 89/90889/5
2020-07-02 Robert VargaConsolidate BitsTypeEffectiveStatementImpl 88/90888/4
2020-07-02 Robert VargaConsolidate UnionTypeEffectiveStatementImpl 87/90887/4
2020-07-02 Robert VargaConsolidate IdentityrefTypeEffectiveStatementImpl 86/90886/4
2020-07-02 Robert VargaConsolidate EmptyTypeEffectiveStatementImpl 85/90885/4
2020-07-02 Robert VargaConsolidate BooleanTypeEffectiveStatementImpl 84/90884/4
2020-07-02 Robert VargaConsolidate BinaryTypeEffectiveStatementImpl 83/90883/4
2020-07-02 Robert VargaMigrate AbstractTypeStatementSupport 82/90882/5
2020-07-02 Robert VargaSplit out AbstractTypeStatementSupport.resolveTypeRefer... 81/90881/4
2020-07-02 Robert VargaReuse common superclass for BuiltinTypeStatement 80/90880/4
2020-07-02 Robert VargaMinimize AbstractTypeStatementSupport.internArgument() 78/90878/4
2020-07-02 Robert VargaOptimize deviate statement implementations 77/90877/5
2020-07-02 Robert VargaOptimize refine statement implementations 75/90875/4
2020-07-02 Robert VargaOptimize unique statement implementations 73/90873/3
2020-07-02 Robert VargaDeprecate UndeclaredEffectiveStatementBase for removal 74/90874/2
2020-07-02 Robert VargaOptimize if-feature statement implementations 72/90872/2
2020-07-02 Robert VargaOptimize path statement implementations 71/90871/2
2020-07-02 Robert VargaEliminate DeviateEffectiveStatementImpl.deviateType 76/90876/2
2020-07-02 Robert VargaFurther optimize RevisionDateStatement implementations 68/90868/2
2020-07-02 Robert VargaAdd BaseQNameStatementSupport.historyAndStatusFlags() 67/90867/3
2020-07-02 Robert VargaConvert UsesStatementSupport to BaseQNameStatementSupport 66/90866/2
2020-07-02 Robert VargaConvert bit statement 46/90846/3
2020-07-02 Robert VargaMark AbstractEffectiveDocumentedNode(WithStatus) evolution 44/90844/3
next