Merge branch 'master' of ../controller
[yangtools.git] / yang /
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Robert VargaClean up public entrypoints 19/85419/6
2019-10-31 Robert VargaHide QNameFactory 18/85418/5
2019-10-31 Robert VargaInstantiate yang-data-codec-binfmt 54/85454/4
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Robert VargaAdd static ArgumentUtils XPath integration 25/85425/12
2019-10-31 Robert VargaAdd YangXPathExpression.getYangVersion() 43/85443/4
2019-10-30 Robert VargaExpose minimum YANG version for YangFunction 32/85432/2
2019-10-23 Robert VargaAdd a FIXME guide to YANGTOOLS-784 34/85334/5
2019-10-23 Robert VargaReinstate "Check for nested augmentations" 33/85333/5
2019-10-23 serngawyAdd lenient JsonParserStream 55/85355/1
2019-10-20 Robert VargaAdd OperationAsContainer @NonNull annotations 29/85229/2
2019-10-20 Robert VargaBump versions to 4.0.3-SNAPSHOT 57/85257/2
2019-10-18 Robert VargaBump odlparent to 6.0.1 92/85192/2
2019-10-18 Robert VargaFix foldable trigraphs 96/85196/1
2019-10-18 Robert VargaCleanup code smells reported by sonar 94/85194/1
2019-10-13 Robert VargaAdd utility converters 97/85097/5
2019-10-13 Robert VargaAdd Uint constants 96/85096/3
2019-10-10 Robert VargaAdd type-bound equals() to common int types 31/85031/3
2019-10-10 Robert VargaFix Decimal64.equals() 30/85030/2
2019-10-09 Robert VargaAddress Java-9-dependent FIXMEs 46/83746/3
2019-10-09 Robert VargaUse varhandles in InMemoryDataTree 33/84233/5
2019-10-09 Robert VargaImprove InMemoryDataTreeModification.isSealed() performance 61/82561/7
2019-10-09 Robert VargaMinimize antlr configuration 95/84995/3
2019-10-08 Robert VargaLeafEffectiveStatement should be a DataTreeEffectiveSta... 88/84988/3
2019-10-08 Robert VargaRemove maven.compiler.release overrides 92/84992/4
2019-10-08 Robert VargaCleanup yang-data-impl antlr configuration 94/84994/1
2019-10-08 Robert VargaCleanup yang-xpath-impl antlr configuration 93/84993/1
2019-10-08 Robert VargaCleanup yang-parser-rfc7950 antlr configuration 90/84990/2
2019-10-08 Robert VargaRemove jacoco/surefire configration 89/84989/1
2019-10-07 Robert VargaClose JSON root context when the writer is closed 82/84982/1
2019-10-07 Mario AbrahamRepresent large number types as strings 75/84775/11
2019-10-07 Robert VargaShortcut Collections.sort() 61/84961/1
2019-10-05 Robert VargaSpecialize JSONInstanceIdentifierCodec 21/84921/1
2019-10-02 Robert VargaBump versions to 4.0.2-SNAPSHOT 75/84875/1
2019-10-02 Robert VargaFix Uint64 cache lookup 73/84873/1
2019-10-01 Robert VargaConvert yang-common to a JPMS module 19/84019/6
2019-10-01 Robert VargaBump versions to 4.0.1-SNAPSHOT 48/84848/1
2019-10-01 Robert VargaFix EffectiveStatement namespace access 36/84836/4
2019-10-01 Robert VargaRemove DataTreeCandidateNodes.fromNormalizedNode() 31/84831/3
2019-10-01 Robert VargaDeprecate DataSchemaContextTree.getChild() for removal 32/84832/2
2019-10-01 Robert VargaRemove AugmentToChoiceNamespace 35/84835/2
2019-10-01 Robert VargaRemove ImplicitCaseSchemaNode 34/84834/2
2019-10-01 Robert VargaPush out FIXMEs to 5.0.0 33/84833/4
2019-10-01 Robert VargaSwitch BasicCodeGenerator to use EffectiveModelContext 16/84816/2
2019-09-30 Robert VargaMake DataTree take EffectiveModelContext 15/84815/4
2019-09-30 Robert VargaAllow startAnyxmlNode() to handle differing object... 07/84807/6
2019-09-30 Robert VargaExpose EffectiveModelContext from YangParserTestUtils 14/84814/3
2019-09-30 Robert VargaPush out FIXMEs to 5.0.0 11/84811/3
2019-09-30 Robert VargaRename MountPointStreamWriter to StreamWriterMountPoint... 06/84806/1
2019-09-30 Robert VargaRename NormalizedMetadataStreamWriter to StreamWriterMe... 05/84805/1
2019-09-30 Robert VargaIntegrate AnydataExtension 96/84096/3
2019-09-30 Robert VargaMake DataTreeTip.prepare() throw a checked exception 01/84801/3
2019-09-30 Robert VargaFix StoreTreeNode.getChild() return type 99/84799/3
2019-09-30 Robert VargaExpose EffectiveModelContext from YangTextSchemaContext... 98/84798/3
2019-09-30 Robert VargaAdd EffectiveModelContextListener 96/84796/2
2019-09-30 Robert VargaUpdate FIXMEs 95/84795/1
2019-09-27 Robert VargaRename Any{Data,Xml}SchemaNode to Any{data,xml}SchemaNode 87/84787/1
2019-09-25 Andrii MazurianRename AnyXmlNode to DOMSourceAnyxmlNode 91/83591/22
2019-09-24 Robert VargaBump odlparent to 6.0.0 84/84684/1
2019-09-15 Robert VargaGet rid of Strings.repeat() 83/84483/2
2019-09-15 Robert VargaTake advantage of ValueNode in NormalizedNodes 85/84485/2
2019-09-15 Robert VargaCleanup requireNonNull() use in NormalizedNodes 84/84484/2
2019-09-15 Robert VargaAdd missing @Override 82/84482/1
2019-09-15 Robert VargaSimplify Uint range checks 77/84477/1
2019-09-15 Robert VargaRemove unneeded masking in Uint{8,16}.valueOf() 76/84476/1
2019-09-15 Robert VargaChange Uint* IAE messages 75/84475/1
2019-09-12 Robert VargaAdd NodeIdentifierWithPredicates.containsKey() 43/84343/3
2019-09-10 Robert VargaUse Optional.isEmpty() 92/84292/2
2019-09-10 Robert VargaUse {Byte,Short}.compareUnsigned 85/84285/4
2019-09-10 Robert VargaExpose NodeIdentifierWithPredicates.Singleton 71/84271/2
2019-09-06 Robert VargaUpdate uint implementations a bit 64/84264/1
2019-09-05 Robert VargaMigrate Class.newInstance() user 14/84214/1
2019-09-05 Robert VargaAdd UintConversions 13/84213/2
2019-09-03 Robert VargaUpdate and document Uint 74/84174/5
2019-09-03 Robert VargaSwitch encoding unsigned type normalization to Uint... 47/83947/20
2019-09-02 Robert VargaOptimize immutable lookups 30/84130/1
2019-08-30 Robert VargaVerify leaf node squashing 95/84095/1
2019-08-30 Robert VargaFixup LazyLeafOperations 89/84089/3
2019-08-29 Robert VargaFixup RpcResult definitions 72/84072/1
2019-08-29 Robert VargaRemove useless method generic arguments 67/84067/1
2019-08-29 Robert VargaDo not retain leaf nodes in containers by default 15/84015/9
2019-08-29 Robert VargaRemove YangInstanceIdentifier.EMPTY 46/84046/6
2019-08-29 Robert VargaRemove references to YangInstanceIdentifier.EMPTY 49/84049/2
2019-08-28 Robert VargaDeprecate YangInstanceIdentifier.EMPTY for removal 45/84045/4
2019-08-28 Robert VargaDeprecate YangInstanceIdentifier.EMPTY 44/84044/4
2019-08-28 Robert VargaCorrect cache sizing for Uint types 32/84032/1
2019-08-28 Robert VargaExpose Uint*.{MIN,MAX}_VALUE constants 25/84025/1
2019-08-27 Robert VargaFix SchemaContextProvider nullness 94/83994/4
2019-08-27 Robert VargaAdd a singleton NodeIdentifierWithPredicates 04/82604/20
2019-08-27 Robert VargaOptimize ImmutableNodes.leafNode() 14/84014/2
2019-08-27 Robert VargaFix YangInstanceIdentifier.PathArgument definition 09/84009/1
2019-08-26 Robert VargaSwitch serialization format to NIPv2 55/82655/9
2019-08-26 Robert VargaAdd utility PotentialSchemaSource constructor 86/83986/1
2019-08-26 Robert VargaCentralize serializeImpl() 66/83966/1
2019-08-24 Robert VargaFix Serializer/Deserializer/Codec concepts 49/83949/9
2019-08-23 Robert VargaUpdate TypeDefinitionAwareCodec 48/83948/1
2019-08-22 Robert VargaFix a theoretical IM_BAD_CHECK_FOR_ODD 99/83899/1
2019-08-22 Robert VargaRely on framework to unregister XPathParserFactory 98/83898/1
2019-08-22 Robert VargaEnable spotbugs in yang-model-export 97/83897/1
next