[gxml: 3/5] Merge remote-tracking branch 'upstream/master'



commit 1dc1976ee0f0a4b0c13a099ea095198f135bcdc8
Merge: 00fbbba 9446a6f
Author: BZHDeveloper <inizan yannick gmail com>
Date:   Thu Mar 21 04:58:51 2019 +0100

    Merge remote-tracking branch 'upstream/master'

 NEWS                                         |  24 +
 examples/c/document_new.c                    |   2 +-
 gxml/DomDocument.vala                        |  60 ++
 gxml/DomElement.vala                         |  87 +++
 gxml/GomArrayList.vala                       |  54 ++
 gxml/GomBaseCollection.vala                  | 223 +++++++
 gxml/GomCollections.vala                     | 906 ---------------------------
 gxml/GomDocument.vala                        |  12 +-
 gxml/GomElement.vala                         | 158 +++--
 gxml/GomHashMap.vala                         | 172 +++++
 gxml/GomHashPairedMap.vala                   | 243 +++++++
 gxml/GomHashThreeMap.vala                    | 313 +++++++++
 gxml/GomObject.vala                          |  23 +
 gxml/GomProperty.vala                        |   7 +-
 gxml/GomStringRef.vala                       |  39 ++
 gxml/Makefile.am                             |   9 +-
 gxml/XParser.vala                            |  93 ++-
 gxml/meson.build                             |  12 +-
 po/POTFILES.in                               |   3 +-
 po/POTFILES.skip                             |   6 +-
 test/GXmlDocumentPerformanceIterateTest.vala |  52 ++
 test/GXmlDocumentPerformanceTest.vala        |  48 ++
 test/GomDocumentPerformanceIterateTest.vala  |  52 ++
 test/GomDocumentPerformanceTest.vala         |  48 ++
 test/GomDocumentTest.vala                    |   1 +
 test/GomElementTest.vala                     |  70 ++-
 test/GomSerializationTest.vala               |  17 +-
 test/meson.build                             |  51 ++
 28 files changed, 1796 insertions(+), 989 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]