BUG-4638: Split out Number comparator
[yangtools.git] / yang / yang-parser-impl /
2015-11-16 Robert VargaShorted Decimal64Specification 09/29709/5
2015-11-12 Tony TkacikPreserve augmentation order in module. 96/29596/1
2015-11-10 Robert VargaMake InMemorySchemaSourceCache expire items 81/29481/1
2015-11-10 Robert VargaEliminate qname field 72/29472/4
2015-11-10 Robert VargaSplit off DeclaredEffectiveStatementBase 69/29469/3
2015-11-10 Robert VargaShare MandatoryStatement instances 65/29465/3
2015-11-09 Robert VargaInstantiate a QName cache 51/29451/2
2015-11-09 Robert VargaReuse integer QNames 79/29379/2
2015-11-09 Robert VargaCache QNameModules during instantiation 80/29180/4
2015-11-09 Tom PantelisAdd/improve yang parser error reporting 66/27866/9
2015-11-04 Robert VargaStore key arguments in an ImmutableSet 79/29179/2
2015-11-04 Robert VargaUse an ArrayList instead of LinkedList 44/29144/3
2015-11-02 Robert VargaClean YangStatementParserListenerImpl up 41/29141/1
2015-11-02 Robert VargaSwitch StatementContextBase to use ArrayList 40/29140/1
2015-11-02 Robert VargaDo not use String.replace() 39/29139/1
2015-11-02 Robert VargaRemove a search-before-remove on ArrayList 38/29138/1
2015-11-02 Robert VargaShare empty ConstraintDefinition instances 98/29098/2
2015-11-02 Robert VargaUse ImmutableList for unknown nodes 96/29096/2
2015-11-02 Robert VargaShare Integer.MAX_VALUE 95/29095/2
2015-11-02 Robert VargaBUG-4556: Introduce StmtContext.getSchemaPath() 71/29071/6
2015-10-31 Martin CiglanCapture ANTLR4 syntax errors and log them 25/29025/3
2015-10-30 Peter KajsaBug 4504 - YIN generation failed on openflow-protocol... 94/28894/5
2015-10-27 Martin CiglanBug 4414: Shorthand case statement not working 68/28268/9
2015-10-24 Robert VargaLists with min-elements > 0 are mandatory 22/28722/3
2015-10-22 Tony TkacikDo not retain build context via extensions. 83/28683/3
2015-10-20 Robert VargaFix various small warnings 71/28571/2
2015-10-20 Robert VargaIntroduce UnresolvedNumber 54/28554/3
2015-10-15 Robert VargaIntroduce TypeDefinitionAware 78/28478/2
2015-10-14 Igor FoltinBug 3899: Milestone: Increase test coverage for YangToo... 54/25354/6
2015-10-14 Peter KajsaBug 3799: NPE when including a submodule of a more... 22/26622/7
2015-10-14 Robert VargaRemove unused imports 41/27941/5
2015-10-13 Filip GregorBug 4412: New yang parser effective statements cleanup 44/27744/6
2015-10-08 Filip GregorBug 3899: Increase test coverage for YangTools 45/28045/2
2015-10-06 Tony TkacikSpeed-up look up of namespace listeners. 68/27968/1
2015-10-05 Tony TkacikFixed shared state in stateless ModuleStatementSupport. 90/27890/3
2015-10-04 Tony TkacikSpeeded up ANTLR tree walk for statement parser. 83/27883/1
2015-10-03 Robert VargaUse a proper NamespaceContext for XPaths 58/27858/6
2015-10-03 Tony TkacikRevert "Revert "Updated SchemaNodeIdentifier namespace... 71/27871/2
2015-10-03 Robert VargaCentralize RevisionAwareXPath creation 65/27865/5
2015-10-03 Robert VargaDo not compile augment/refine/deviate paths 64/27864/6
2015-10-03 Robert VargaUse a ThreadLocal XPathFactory 59/27859/8
2015-10-03 Robert VargaSplit keys into an ImmutableSet 57/27857/7
2015-10-03 Robert VargaExpose LIST_KEY_SPLITTER 56/27856/2
2015-10-03 Robert VargaAdd @SafeVargs 55/27855/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-10-02 Robert VargaBUG-4400: make sure we retain input ordering 32/27832/1
2015-10-02 Tony TkacikFixed ordering of keys in key statement. 11/27811/1
2015-10-02 Robert VargaUse shared Splitter instance 37/27737/6
2015-10-02 Tony TkacikFixed allModuleIdentifiers 96/27796/3
2015-10-02 Martin CiglanGeneral issue: In case of uncompilable XPathExpression, 30/27730/5
2015-10-02 Robert VargaUse explicit ImmutableList instead of FluentIterable 35/27735/3
2015-10-01 Robert VargaCleanup AugmentUtils 51/27151/12
2015-10-01 Robert VargaCleanup imports 18/27718/3
2015-10-01 Robert VargaCleanup TypeUtils 17/27717/3
2015-10-01 Tom PantelisFix performance issue in EffectiveStatementBase 20/27720/3
2015-10-01 Robert VargaCleanup yang-parser-impl Utils 52/27152/10
2015-09-30 Tony TkacikIntroduced ChildSchemaNodes namespace to parser 85/27685/2
2015-09-30 Tony TkacikFixed parser failing to continue parsing on '\n\n ... 79/27679/1
2015-09-30 Tony TkacikFixed Enum statement not accepting allowed symbols. 58/27658/2
2015-09-30 Tony TkacikBug 4376: Fixed incorrect assumption about QName in... 50/27650/2
2015-09-30 Martin CiglanBug 4378: New parser can't handle "}}" sequence 41/27641/1
2015-09-29 Igor FoltinFixed some major sonar issues 88/27188/5
2015-09-29 Peter KajsaBug 3670: Replaced YANG parser for new statement parser 26/25526/9
2015-09-29 Robert VargaMake initRanges() private 64/27564/2
2015-09-28 Robert VargaDo not instantiate QNameModules needlessly 39/27539/1
2015-09-28 Robert VargaDo not instantiate a temporary list 27/27527/1
2015-09-28 Robert VargaIntroduce SchemaNodeIdentifier.asSchemaPath() 23/27523/3
2015-09-28 Robert VargaUse SchemaPath.getParent() 22/27522/1
2015-09-28 Robert VargaUse Objects.equals() in effective statements 03/27503/3
2015-09-27 Robert VargaUse Objects.hashCode() 00/27500/1
2015-09-27 Robert VargaFix a few sonar warnings 99/27499/1
2015-09-24 Peter KajsaBug4231 - Yang tools failing to parse Augmentations... 29/26329/4
2015-09-22 Robert VargaCleanup GroupingUtils 48/27148/4
2015-09-18 Robert VargaRefactor URLSchemaContextResolver 95/26995/3
2015-09-18 Robert VargaDo not instantiate a ByteSource 86/26986/3
2015-09-18 Robert VargaBUG-865: Migrate tests to non-deprecated API 80/26980/5
2015-09-18 Robert VargaCleanup GroupingUtils 21/27121/4
2015-09-16 Robert VargaFix sonar warnings is yang-parser-impl 70/27070/2
2015-09-16 Robert VargaUse ImmutableSet/Map in YangValidationBundles 69/27069/1
2015-09-16 Robert VargaBUG-2219: reenable test 79/26979/3
2015-09-16 Robert VargaBUG-2220: re-enable test 78/26978/2
2015-09-16 Robert VargaBUG-865: clean up yang.parser.builder 77/26977/3
2015-09-16 Robert VargaBUG-865: Remove deprecated methods in yang.model.util 65/26965/3
2015-09-16 Robert VargaBUG-865: remove yang.model.util.repo 57/26957/3
2015-09-16 Robert VargaBUG-865: remove ChoiceNode 55/26955/2
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
2015-08-31 Peter KajsaBug 3670 (part 1/5): Use of new statement parser in... 20/25520/3
2015-08-31 Debalina GhoshReducing cylomatic complexity of BuildGlobalContext 60/19460/9
2015-08-26 Martin CiglanBug 3859: Use of reference keyword in a YANG extension 25/26025/1
2015-08-06 Thanh HaFix license header violations in yang-parser-impl 35/24835/1
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-06-26 Martin CiglanBug3659: UnknownSchemaNodeImpl retains empty ArrayLists FIX 53/22353/5
2015-06-18 Shaleen SaxenaBUG-3793 71/22871/1
2015-06-16 Robert VargaSonar: remove unused modifiers 23/22723/1
2015-06-12 Robert VargaFix sonar warnings 28/22028/3
2015-06-05 Robert VargaMake sure we cache QNameModule instances 30/21930/2
2015-05-07 Debalina GhoshElimitating redundant modifiers 34/19734/2
next