diff options
author | MXEBot as Travis CI <mxebot@gmail.com> | 2017-10-31 03:53:43 (GMT) |
---|---|---|
committer | MXEBot as Travis CI <mxebot@gmail.com> | 2017-10-31 03:53:43 (GMT) |
commit | 3fd7eef918dcc6fe002d411c39eaf93a1345ef1e (patch) | |
tree | 7321bfc51bd5d2f89082e7701539aaf77f8ce2e5 | |
parent | dccc6a3a69c13021059667804d29b94905b3fff6 (diff) | |
download | mxe-3fd7eef918dcc6fe002d411c39eaf93a1345ef1e.zip mxe-3fd7eef918dcc6fe002d411c39eaf93a1345ef1e.tar.gz mxe-3fd7eef918dcc6fe002d411c39eaf93a1345ef1e.tar.bz2 |
Update packages.json & build-matrix.html
-rw-r--r-- | docs/build-matrix.html | 20 | ||||
-rw-r--r-- | docs/packages.json | 1 |
2 files changed, 16 insertions, 5 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index c87ae72..8a465ce 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -3258,6 +3258,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">pugixml</th> + <td>1.8</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="unsupported">✗</td> + </tr> + +<tr> <th class="row">qca</th> <td>2.1.3</td> <td class="unsupported">✗</td> @@ -4529,14 +4539,14 @@ feel free to submit a pull request. <tr> <th class="row" colspan="2"> -Total: 438 +Total: 439 <br>(+7 virtual +4 native-only) </th> -<th>432</th> -<th>348</th> -<th>418</th> -<th>348</th> +<th>433</th> +<th>349</th> +<th>419</th> +<th>349</th> <th>24</th> </tr> </tbody> diff --git a/docs/packages.json b/docs/packages.json index 8e77112..a8d1179 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -321,6 +321,7 @@ "proj": {"version": "4.9.3", "website": "https://trac.osgeo.org/proj/", "description": ""}, "protobuf": {"version": "3.4.0", "website": "https://github.com/google/protobuf", "description": ""}, "pthreads": {"version": "POSIX 1003.1-2001", "website": "https://en.wikipedia.org/wiki/POSIX_Threads", "description": "POSIX Threads"}, + "pugixml": {"version": "1.8", "website": "https://pugixml.org/", "description": "Light-weight, simple, and fast XML parser for C++ with XPath support"}, "qca": {"version": "2.1.3", "website": "https://userbase.kde.org/QCA", "description": "Qt Cryptographic Architecture"}, "qdbm": {"version": "1.8.78", "website": "http://fallabs.com/qdbm/", "description": "QDBM"}, "qhttpengine": {"version": "0.1.0", "website": "https://github.com/nitroshare/qhttpengine", "description": ""}, |