Bump versions by x.y.(z+1)
[yangtools.git] / third-party /
2018-04-26 jenkins-relengBump versions by x.y.(z+1) 90/71490/1 stable/carbon
2018-02-23 jenkins-relengBump versions by x.y.(z+1) 47/68647/1
2017-10-17 jenkins-relengBump versions by x.y.(z+1) 76/64376/1
2017-07-29 Robert VargaBUG-7464: Switch to use forked TrieMap 92/60592/2
2017-07-14 jenkins-relengBump versions by x.y.(z+1) 83/60383/1
2017-05-25 jenkins-relengBump versions by x.y.(z+1) 79/57879/1
2017-03-11 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 00/53000/5
2017-01-25 Michael VorburgerReplace FindBugs :jsr305 by full :annotation (Bug 7663) 96/50896/3
2017-01-13 Robert VargaBUG-7464: update INode.GCAS_Complete() 96/50296/2
2017-01-10 Robert VargaBUG-7464: eliminate console output 36/50236/2
2017-01-10 Robert VargaBUG-7464: improve keySet()/entrySet() bytecode 35/50235/2
2017-01-10 Robert VargaBUG-7464: fix checkstyle warnings 35/50135/7
2017-01-10 Robert VargaBUG-7464: enable checkstyle plugin 34/50134/7
2017-01-10 Robert VargaBUG-7464: do not throw ISE/RTE in "impossible" cases 54/50054/9
2017-01-10 Robert VargaBUG-7464: Add MainNode.trySize() 41/50041/9
2017-01-10 Robert VargaBUG-7464: Add dedicated key set classes 08/50008/12
2017-01-10 Robert VargaBUG-7464: Refactor TrieMapIterator 83/49983/14
2017-01-10 Robert VargaBUG-7464: Centralize implementation constants 82/49982/12
2017-01-10 Robert VargaBUG-7464: Add a dedicated ImmutableEntrySet 67/49967/13
2017-01-10 Robert VargaBUG-7464: enable FindBugs enforcement 62/49962/12
2017-01-10 Robert VargaBUG-7464: Split out entryset and iterator classes 61/49961/11
2017-01-10 Robert VargaBUG-7464: Split TrieMap into read-only and read-write 51/49951/12
2017-01-10 Robert VargaBUG-7464: Enable parallel CNode size computation 50/49950/9
2017-01-10 Robert VargaBUG-7464: clean up CNode.dual() call convention 49/49949/9
2017-01-10 Robert VargaBUG-7464: Split LNodeEntries implementations 47/49947/8
2017-01-10 Robert VargaBUG-7464: make LNodeEntry implement Map.Entry 44/49944/12
2017-01-10 Robert VargaBUG-7464: use Verify.verifyNonNull instead of assert 42/49942/9
2017-01-10 Robert VargaBUG-7464: Deduplicate code in INode.rec_insertif() 41/49941/9
2017-01-10 Robert VargaBUG-7464: remove uneeded casts and similar warnings 40/49940/9
2017-01-10 Robert VargaBUG-7464: Refactor KVNode 23/49923/12
2017-01-10 Robert VargaBUG-7464: Optimize LNode operations 22/49922/11
2017-01-10 Robert VargaBUG-7464: Make ListMap obey TrieMap equivalence 21/49921/9
2017-01-10 Robert VargaBUG-7464: Do not recalculate hash on LNode removal 20/49920/8
2017-01-10 Robert VargaBUG-7464: Optimize LNode.removed() 19/49919/8
2017-01-10 Robert VargaBUG-7464: Encapsupate special objects. 18/49918/8
2017-01-10 Robert VargaBUG-7464: cleanup TrieMap retry logic 17/49917/8
2017-01-10 Robert VargaBUG-7464: Improve Map contract compliance 16/49916/8
2017-01-10 Robert VargaBUG-7464: Hide INode.gen field 15/49915/8
2017-01-10 Robert VargaBUG-7464: Rework TrieMap serialization 14/49914/8
2017-01-10 Robert VargaBUG-7464: remove TrieMap.nonReadOnly() 13/49913/8
2017-01-10 Robert VargaBUG-7464: Eliminate {C,I}NodeBase 12/49912/9
2017-01-10 Robert VargaBUG-7464: fix INode.rec_lookup() return type 11/49911/8
2017-01-10 Robert VargaBUG-7464: Migrate to use java.util.Optional 95/49895/12
2017-01-10 Robert VargaBUG-7464: remove TestHelper 04/49904/9
2017-01-10 Robert VargaBUG-7464: cleanup and disable instantiation speed test 03/49903/9
2017-01-10 Robert VargaBUG-7464: Cleanup Triemap 94/49894/12
2017-01-10 Robert VargaBUG-7464: Fix StackOverflowError on hash collisions 93/49893/12
2017-01-10 Robert VargaBUG-7464: Fix original porting damage in conditional... 91/49891/11
2017-01-10 Robert VargaBUG-7464: Use Guava-like Equivalence instead of custom... 90/49890/9
2017-01-09 Robert VargaBUG-7464: Make INode.equal() static 89/49889/6
2017-01-09 Robert VargaBUG-7464: Make ListMap a final implementation 88/49888/6
2017-01-09 Robert VargaBUG-7464: Cleanup if-else branches in CNode 87/49887/6
2017-01-09 Robert VargaBUG-7464: Cleanup INode 86/49886/6
2017-01-09 Robert VargaBUG-7464: Remove unused TrieMap.apply() 85/49885/5
2017-01-09 Robert VargaBUG-7464: Eliminate else branches in INode.GCAS_Complete 78/49878/6
2017-01-09 Robert VargaBUG-7464: Do not check twice for prev to be null 77/49877/6
2017-01-09 Robert VargaBUG-7464: Reduce instanceof checks to null checks 76/49876/6
2017-01-09 Robert VargaBUG-7464: Refactor Option/None/Some and its callers 75/49875/6
2017-01-09 Robert VargaBUG-7464: Cleanup CNode instantiation 74/49874/6
2017-01-09 Robert VargaBUG-7464: Move INode.newRootNode() 73/49873/6
2017-01-09 Robert VargaBUG-7464: Hide INodeBase.mainnode 72/49872/6
2017-01-09 Robert VargaBUG-7464: Hide LNode's listmap 71/49871/6
2017-01-09 Robert VargaBUG-7464: Hide CNodeBase.csize 70/49870/6
2017-01-09 Robert VargaBUG-7464: Expose MainNode(prev) constructor 69/49869/6
2017-01-09 Robert VargaBUG-7464: Hide MainNode.prev field and its updater 68/49868/6
2017-01-09 Robert VargaBUG-7464: Fix MainNode.cachedSize() 67/49867/6
2017-01-09 Robert VargaBUG-7464: Remove inner classes 66/49866/7
2017-01-09 Robert VargaBUG-7464: Apply copyright headers 65/49865/7
2017-01-09 Robert VargaBUG-7464: Reformat source code 64/49864/7
2017-01-09 Robert VargaBUG-7464: Eliminate custom Map.Entry implementation 63/49863/7
2017-01-09 Robert VargaBUG-7464: Make TestInstantiationSpeed.runIteration... 62/49862/7
2017-01-09 Robert VargaBUG-7464: Update junit import 61/49861/7
2017-01-09 Robert VargaBUG-7464: Update pom.xml 60/49860/6
2017-01-03 Robert VargaBUG-7464: Initial import of java-concurrent-hash-trie-map 59/49859/3
2016-11-02 Stephen KittCleanup: remove redundant casts 34/47834/2
2016-10-13 Robert VargaBUG-5410: introduce RegularExpression.toPatternString() 44/45144/5
2016-10-05 Robert VargaBUG-5410: optimize CaseInsensitiveMap 46/45146/3
2016-10-05 Robert VargaBUG-5410: import message catalogue 43/45143/3
2016-09-21 Robert VargaBUG-5410: use Deque instead of a Stack 40/45140/3
2016-09-12 Robert VargaBUG-5410: fixup javadocs 39/45139/2
2016-09-12 Robert VargaBUG-5410: add minimal IntStack implementation 81/39181/3
2016-08-08 Thanh HaBump versions by 0.1.0 for next dev cycle 55/43455/1
2016-07-11 Stephen KittDrop yangtools-parent 02/40302/9
2016-06-06 Robert VargaFix third-party aggregator groupId 79/39879/2
2016-06-06 Robert VargaBUG-5410: turn Token types into proper constants 77/39177/3
2016-06-06 Robert VargaBUG-5410: bring the imported source code to Java 7... 69/39169/6
2016-06-06 Robert VargaBUG-5410: initial import of Xerces RegularExpression 68/39168/6
2015-11-26 Stephen KittUpgrade upstream versions 79/27579/11
2015-11-26 Igor FoltinBug 4375: Bump ANTLR to 4.5 or higher 72/28272/7
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-24 Robert VargaMerge "Bug 3051: Fixed pattern checks in generated...
2015-04-23 Tony TkacikBumped Yangtools by minor version. 06/18906/2
2015-01-07 Tony TkacikMerge "Parent schema node input parameter in JsonParser...
2015-01-07 Tony TkacikMerge "BUG-1382: eliminate QName.getPrefix()"
2015-01-07 Tony TkacikMerge "Turn NodeModification into an abstract class"
2015-01-07 Tony TkacikMerge "Update xtend and embed it"
2014-12-24 Robert VargaUpdate xtend and embed it 40/13540/11
2014-10-22 Tony TkacikMerge "Bug 1950: Raise memory and permgen limits for...
2014-09-25 Tony TkacikMerge "Bug 1848: Make sure that XmlStreamUtils preserve...
2014-09-18 Tony TkacikMerge "BUG-1849 Check for duplicate required sources...
next