Merge "Remove unused imports"
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang /
2014-11-18 Tony TkacikMerge "Remove unused imports"
2014-11-18 Tony TkacikMerge changes Ic8e48ed1,Ie6bc9bbf,I3e94c637,I84c8ac42
2014-11-16 Robert VargaBUG-2390: Use child size hints 38/12838/2
2014-11-16 Robert VargaBUG-2390: Lower HashMap allocation defaults 37/12837/2
2014-11-16 Robert VargaBUG-2384: improve ImmutableUnkeyedListNode efficiency 21/12821/4
2014-11-16 Robert VargaBUG-2377: introduce internal UnmodifiableChildrenMap 15/12815/4
2014-11-16 Robert VargaRemove unused imports 08/12808/3
2014-11-15 Moiz RajaBUG 2353 : LeafSetEntryBuilder does not compare byte... 20/12820/2
2014-11-13 Tony TkacikMerge "Bug 2326 - NormalizeNode equals fails when Norma...
2014-11-13 pkajsaBug 2326 - NormalizeNode equals fails when NormalizeNod... 60/12760/2
2014-11-10 Robert VargaMerge "ISIS Yang model compilation issue"
2014-11-07 Maros MarsalekBUG-2329 Add handling of anyxml nodes in XmlDocumentUti... 75/12575/2
2014-11-06 Tony TkacikMerge "Bug 1781: Fix serialization of leafrefs"
2014-11-06 Ladislav BorakBug 1781: Fix serialization of leafrefs 18/12518/6
2014-10-27 Tony TkacikMerge "Bug 2117: Inner grouping used in outer grouping...
2014-10-27 Tony TkacikMerge "Bug 2180 - schema aware builders for ordered...
2014-10-27 Jan HajnarBug 2180 - schema aware builders for ordered list and... 22/12222/2
2014-10-23 Tony TkacikMerge "Remove deprecated concepts.util.ListenerRegistry"
2014-10-23 Tony TkacikMerge "Bug 1991: Ignore AugmentationIdentifier in XML...
2014-10-23 Tony TkacikMerge "BUG-2022: String Type pattern parsing and resolv...
2014-10-23 Tony TkacikMerge changes I296b2805,Iee01f474,I13dab228
2014-10-23 Tony TkacikMerge "bug 1957 StackOverFlowError in YangParserImpl"
2014-10-22 Robert VargaMerge "BUG-1954: Fix useless Boolean instantiation"
2014-10-22 Lukas SedlakMerge "Bug 584: Increase test coverage"
2014-10-22 Tony TkacikMerge "Added test suite for parser builder implementation"
2014-10-22 Tony TkacikMerge "Bug 584: Test coverage increase SchemaContextUtil"
2014-10-22 Lukas SedlakMerge "Resolved some sonar issues: Simplify Boolean...
2014-10-22 Robert VargaBUG-1886: implement lock-free InMemoryDataTree.commit() 53/12153/1
2014-10-22 Robert VargaBUG-1886: eliminate sychronized blocks 99/11199/5
2014-10-22 Tony TkacikMerge "Bug 1950: Raise memory and permgen limits for...
2014-10-22 Tony TkacikMerge "Fixed potentional NPE in generateTypesFromChoice...
2014-10-22 Tony TkacikMerge "Bug 2219: NPE during copy operation for Identity...
2014-10-22 Robert VargaBUG-1886: split static classes into separate files 46/12146/1
2014-10-22 Tony TkacikBug 1984, Bug 2005: Changed valueEquals to work with... 27/11427/2
2014-10-14 Ladislav BorakResolved some sonar issues: Simplify Boolean Expression 45/11945/1
2014-09-25 Tony TkacikMerge "Bug 1848: Make sure that XmlStreamUtils preserve...
2014-09-16 Tony TkacikBug 1848: Make sure that XmlStreamUtils preserve list... 27/11227/1
2014-09-15 Tony TkacikMerge "Bug 576 Fixes of critical issues for YT components"
2014-09-15 Lukas SedlakBug 576 Fixes of critical issues for YT components 80/10780/4
2014-09-15 Tony TkacikMerge "Bug 1512 - generated builder java file for a...
2014-09-15 Tony TkacikMerge "BUG-1431: make sure (Yang)InstanceIdentifier...
2014-09-15 Robert VargaMerge "yangtools cannot release, so fixing it"
2014-09-15 Robert VargaMerge "Bug 1869: Fixed binding-data-codec to work with...
2014-09-15 Robert VargaMerge "Added Nonnull annotation for get operation"
2014-09-15 Robert VargaMerge "very basic tests for yang-binding-util"
2014-09-15 Tony TkacikMerge "BUG-650: use weakCompareAndSwap()"
2014-09-15 Tony TkacikBug 1869: Fixed binding-data-codec to work with empty... 85/11185/2
2014-09-15 Tony TkacikMerge "BUG-1813: rework the interface to allow multiple...
2014-09-13 Tony TkacikMerge "BUG-650: improve modification sealing performance"
2014-09-13 Robert VargaBUG-650: improve modification sealing performance 26/11126/2
2014-09-12 Tony TkacikBug 1818: Do not relly on xml.isNameSpaceRepairing 09/11109/3
2014-09-12 Tony TkacikMerge "BUG-1770: emit proper namespaces"
2014-09-12 Tony TkacikMerge "Bug 1817 - Add in ietf-restonf to the yangtools...
2014-09-12 Robert VargaBUG-1770: emit proper namespaces 46/10946/5
2014-09-12 Tony TkacikMerge "BUG-865: migrate tests to use BindingGeneratorIm...
2014-09-11 Tony TkacikMerge "BUG-1794: use QName.cachedReference in static...
2014-09-11 Tony TkacikMerge "BUG-1793: make sure we cache QNameModule"
2014-09-11 Tony TkacikMerge "BUG-1766: escape outbound strings"
2014-09-11 Robert VargaMerge "BUG 1440 - incorrect inserting of augment node"
2014-09-10 Tony TkacikMerge "BUG-1790: detect existing unmodifiableMap encaps...
2014-09-10 Robert VargaBUG-1790: detect existing unmodifiableMap encapsulation 95/10995/1
2014-09-09 Robert VargaMerge "Bug 1698: Updated handling of choice node inside...
2014-09-08 Robert VargaMerge "BUG-1718 Fix hasAttributes method in XmlStreamUtils"
2014-09-08 Robert VargaMerge "Bug 650: Removed unnecessary and performance...
2014-09-08 Robert VargaMerge "Bug 1743: Fixed resolving of Identityrefs in...
2014-09-08 Maros MarsalekBUG-1718 Fix hasAttributes method in XmlStreamUtils 08/10908/1
2014-09-08 Tony TkacikBug 650: Removed unnecessary and performance affecting... 07/10907/1
2014-09-08 Lukas SedlakBug 1743: Fixed resolving of Identityrefs in xml. 02/10902/1
2014-09-08 Tony TkacikMerge "Bug 1672 - Generated javadoc contains symbols...
2014-09-08 Tony TkacikMerge "BUG-1486: Pick Javassist version from odlparent"
2014-09-08 Tony TkacikMerge "Bug 1733: Added guava dependency to common/featu...
2014-09-08 Tony TkacikMerge "BUG-1704: expose proper SchemaNode subclasses"
2014-09-05 Robert VargaMerge "BUG-1718 Fix missing attributes for empty nodes...
2014-09-05 Robert VargaMerge "Improvements in InMemoryDataTree benchmarking."
2014-09-05 Maros MarsalekBUG-1718 Fix missing attributes for empty nodes in... 50/10850/2
2014-09-05 Robert VargaBUG-1704: expose proper SchemaNode subclasses 65/10865/1
2014-09-05 Tony TkacikMerge "Do not require namespace repairing"
2014-09-05 Tony TkacikMerge "Added safe copy of array."
2014-09-05 Robert VargaBUG-1714: rework XmlDocumentUtils flow 37/10837/1
2014-09-04 Robert VargaMerge "Added critical fixes for ASTSchemaSource class."
2014-09-04 Tony TkacikMerge "SchemaTracker needs only PathArgument"
2014-09-04 Robert VargaSchemaTracker needs only PathArgument 87/10787/2
2014-09-04 Tony TkacikMerge "Added missing parent tag to pom files"
2014-09-04 Lukas SedlakMerge "add tests to yang-model-util"
2014-09-04 Tony TkacikMerge "Bug 1446: Changed QNM to toString listener for...
2014-09-03 Robert VargaDo not require namespace repairing 97/10697/2
2014-09-03 Tony TkacikMerge "Fix xml->CompositeNode transformation for rpc...
2014-09-03 Maros MarsalekFix xml->CompositeNode transformation for rpc replies... 90/10690/2
2014-09-03 Robert VargaMerge "Added methods for benchmarking of commit/write...
2014-09-03 Robert VargaMerge "Added hardcoded URLs back for repository section"
2014-09-03 Tony TkacikMerge changes I55667cbb,I94073183,Ib87cc0ec
2014-09-03 Robert VargaBUG-1668: make sure we preserve schema key order 95/10695/1
2014-09-03 Tony TkacikBug 1442: Fixed decoding of identities which used defau... 91/10691/1
2014-09-03 Robert VargaMerge "Bug 1441: Fixed incorrect commas serialization...
2014-09-03 Robert VargaMerge "Bug 1442: Fixed SchemaTracker resolving case...
2014-09-03 Tony TkacikBug 1442: Fixed SchemaTracker resolving case children. 76/10676/1
2014-09-02 Robert VargaBUG-1665: rework prefix assignment logic 42/10642/2
2014-09-02 Robert VargaMerge "BUG-1622 Fix DependencyResolver ignoring submodu...
2014-09-02 Tony TkacikMerge "Bug 1441: Expose constructor, which allows to...
2014-09-02 Tony TkacikMerge "BUG-1258: fix TreeNode amortization"
next