Add ItemOrder concept
[yangtools.git] / yang / yang-common / src /
2020-10-02 Robert VargaInclude Uint.ZERO in lower saturation bounds 62/92862/1
2020-10-02 Robert VargaAdd Uint saturated converters 61/92861/1
2020-10-02 Robert VargaConvert uint tests to assertThrows() 56/92856/1
2020-09-21 Robert VargaUse assertThrows in yang-common 65/92565/2
2020-09-09 Robert VargaTake advantage of ANTLR keyword validation 03/92203/11
2020-08-22 Robert VargaRemove QName.withModule() 31/92231/4
2020-08-21 Robert VargaRemove QNameModule.getRevisionNamespace() 12/92212/1
2020-08-21 Robert VargaClean up AbstractQName.checkLocalName() 11/92211/2
2020-08-20 Robert VargaCorrect (Un)qualifiedQName javadoc 04/92204/2
2020-07-07 Robert VargaFix YangConstants.RFC6020_YIN_MEDIA_TYPE 64/90964/1
2020-06-26 Robert VargaFix javadoc to comply with JDK14 78/90778/1
2020-04-09 Robert VargaAdd YangError interface 38/85738/6
2020-03-18 Robert VargaRequire JDT annotations transitively 89/88489/3
2020-02-28 Robert VargaQName namespace is always non-null 14/88114/1
2020-02-12 Robert VargaAdd AbstractQName.bindTo(QNameModule) 54/86654/2
2020-01-22 Robert VargaMigrate assertThat() import 80/87080/3
2019-12-29 Robert VargaRemove useless UnsupportedOperationException throws 12/86612/2
2019-12-26 Robert VargaAdd yang-common JMPS javadoc 85/86585/1
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
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-02 Robert VargaFix Uint64 cache lookup 73/84873/1
2019-10-01 Robert VargaConvert yang-common to a JPMS module 19/84019/6
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-10 Robert VargaUse {Byte,Short}.compareUnsigned 85/84285/4
2019-09-06 Robert VargaUpdate uint implementations a bit 64/84264/1
2019-09-05 Robert VargaAdd UintConversions 13/84213/2
2019-09-03 Robert VargaUpdate and document Uint 74/84174/5
2019-08-29 Robert VargaFixup RpcResult definitions 72/84072/1
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-06 Robert VargaMove Decimal64.toInt() method 97/83397/4
2019-07-30 Robert VargaMake QName subclass AbstractQName 64/81064/8
2019-07-03 Robert VargaSplit uint factory methods 10/82910/1
2019-05-21 Robert VargaAdd a missing annotation 98/82198/1
2019-04-11 Robert VargaUpdate RpcResultBuilder 83/81583/1
2019-04-11 Robert VargaRevision should be Immutable 82/81582/1
2019-03-26 Robert VargaYangNamespaceContext should not have a default namespace 60/81160/4
2019-03-25 Robert VargaDefine the concept of unresolved QName 52/81052/8
2019-03-25 Robert VargaBump odlparent to 5.0.0 92/80892/23
2019-03-21 Robert VargaIntroduce UnqualifiedQName and QualifiedQName 58/81058/8
2019-03-21 Robert VargaMake QNameModule use externalizable proxy pattern 61/81061/2
2019-03-21 Robert VargaMake QName use externalizable proxy pattern 60/81060/2
2019-03-21 Robert VargaShorten QName.toString() 63/81063/2
2019-03-20 Robert VargaSpeed up QName.intern() a bit 57/81057/1
2019-03-16 Robert VargaFix HTML5 javadoc compliance 22/80922/8
2019-03-16 Robert VargaRemove @ThreadSafe annotations 21/80921/7
2019-03-16 Robert VargaExtend Immutable contract 23/80923/6
2019-02-27 Robert VargaAdd ModuleNameNamespaceContext 22/80622/2
2019-02-27 Robert VargaAdd YangNamespaceContext 18/80618/6
2019-02-25 Robert VargaQName is a YANG identifier 73/80573/8
2019-02-25 Robert VargaRemove RpcResultBuilderCompat 72/80572/3
2018-12-25 Robert VargaFix noRev map efficiency 46/79046/3
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-11-05 Robert VargaUpdate RpcResultBuilder.buildFuture() 11/77511/1
2018-10-24 Robert VargaUndo yang-common JDT annotation in parameters 49/77249/2
2018-10-19 Robert VargaAdd yang.common.Revision.MAX_VALUE 98/77098/2
2018-10-08 Robert VargaMigrate yang-common to use JDT annotations 11/76711/7
2018-10-05 Robert VargaRevert "Migrate yang-common to use JDT annotations" 08/76708/1
2018-10-05 Robert VargaMigrate yang-common to use JDT annotations 88/76688/5
2018-09-11 Robert VargaFix findbugs in yang-common and enable enforcement 67/75967/2
2018-08-10 Robert VargaLoosen RpcResultBuilder argument 97/75097/2
2018-04-17 Robert VargaTag CanonicalValueSupport services 21/71021/1
2018-04-17 Robert VargaConvert CanonicalValue{Support,Validator} to use Variant 99/70999/8
2018-04-17 Robert VargaConvert base types to implement CanonicalValue 90/70990/6
2018-04-17 Robert VargaAdd generalized CanonicalValue YANG concept 89/70989/6
2018-04-13 Robert VargaFix copyright year 82/70882/1
2018-04-12 Robert VargaProvide some yangtools.yang.common javadoc 79/70879/2
2018-04-12 Robert VargaMake yang.common base types non-final 75/70875/1
2018-04-11 Robert VargaFixup DerivedStringValidator representation checking 89/70789/1
2018-04-09 Robert VargaAdd yang.common.DerivedString class 29/70229/18
2018-04-02 Robert VargaFix Decimal64 using Longs.hashCode() 59/70259/1
2018-03-14 Robert VargaAdd YangConstants.operation{Input,Output}QName() 84/69484/3
2018-03-11 Robert VargaAdd QName.withModule(QNameModule) method 57/69357/4
2018-02-27 Robert VargaOptimize QName.withoutRevision() 46/68846/1
2018-02-25 Robert VargaMake QName/QNameModule a WritableObject 74/68674/2
2018-02-25 Robert VargaQNameModule/QName should implement Identifier 73/68673/2
2018-02-22 Robert VargaOptimize QNameModule.equals() a bit 96/68496/1
2018-02-19 Robert VargaAdd YANG/YIN namespace string literals 16/68416/2
2017-12-25 Robert VargaImplement Uint{8,16}.valueOf(String, int) 59/66759/2
2017-12-25 Robert VargaAdd Decimal64.{int,long,short}ValueExact() 58/66758/1
2017-12-25 Robert VargaAdd Revision test suite 57/66757/1
2017-12-25 Robert VargaAdd YangNames test 56/66756/1
2017-12-25 Robert VargaAdd YangVersion test 55/66755/1
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-02 Robert VargaQNameModule should implement Comparable<QNameModule> 53/64853/7
2017-10-27 Robert VargaFix Revision.ofNullable() javadoc 09/64809/1
2017-10-27 Robert VargaBUG-4688: update Revision design a bit more 85/64785/4
2017-10-25 Robert VargaBUG-4688: eliminate QName(Module).getFormattedRevision() 17/64717/2
2017-10-25 Robert VargaBUG-4688: remove SimpleDateFormatUtil 10/64710/2
2017-10-25 Robert VargaBUG-4688: Move SourceIdentifier.REVISION_PATTERN to... 09/64709/2
2017-10-25 Robert VargaBUG-4688: switch revisions from Date to Revision 83/62083/11
2017-10-25 Robert VargaBUG-4688: align Optional/nullable Date usage 93/64693/2
2017-10-25 Robert VargaBUG-4688: update Revision class design 81/64681/4
2017-10-24 Robert VargaEnforce non-null QNameModule namespace 88/61988/18
next