diff options
author | MXEBot as Travis CI <mxebot@gmail.com> | 2018-03-26 12:59:30 (GMT) |
---|---|---|
committer | MXEBot as Travis CI <mxebot@gmail.com> | 2018-03-26 12:59:30 (GMT) |
commit | 40de52f41a97e38b4b1cd999522d1c23518175b5 (patch) | |
tree | bc3a04751190efb702e7700af8a1d346814f1c26 /docs | |
parent | 29280b8ba931814ce083f9b8fa3912e4ab252462 (diff) | |
download | mxe-40de52f41a97e38b4b1cd999522d1c23518175b5.zip mxe-40de52f41a97e38b4b1cd999522d1c23518175b5.tar.gz mxe-40de52f41a97e38b4b1cd999522d1c23518175b5.tar.bz2 |
Update packages.json & build-matrix.html
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build-matrix.html | 34 | ||||
-rw-r--r-- | docs/packages.json | 2 |
2 files changed, 29 insertions, 7 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index c3af036..f6983b8 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -194,7 +194,7 @@ feel free to submit a pull request. <td class="supported">✓</td> <td class="supported">✓</td> <td class="supported">✓</td> - <td></td> + <td class="supported">✓</td> </tr> <tr> @@ -3178,6 +3178,26 @@ feel free to submit a pull request. </tr> <tr> + <th class="row" title=""> pe-parse </th> + <td>752f526 </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" title=""> pe-util </th> + <td>04f9475 </td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + </tr> + +<tr> <th class="row" title=""> pfstools </th> <td>2.0.4 </td> <td class="supported">✓</td> @@ -4729,15 +4749,15 @@ feel free to submit a pull request. <tr> <th class="row" colspan="2"> -Total: 455 +Total: 457 <br>(+6 virtual +8 native-only) </th> -<th>450</th> -<th>381</th> -<th>436</th> -<th>380</th> -<th>29</th> +<th>452</th> +<th>383</th> +<th>438</th> +<th>382</th> +<th>32</th> </tr> </tbody> </table> diff --git a/docs/packages.json b/docs/packages.json index 4fe5a54..2fc28a0 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -313,6 +313,8 @@ "pcre2": {"version": "10.30", "website": "https://www.pcre.org/", "description": "PCRE2"}, "pdcurses": {"version": "3.4", "website": "https://pdcurses.sourceforge.io/", "description": "PDcurses"}, "pdflib_lite": {"version": "7.0.5p3", "website": "https://www.pdflib.com/download/free-software/pdflib-lite-7/", "description": "PDFlib Lite"}, + "pe-parse": {"version": "752f526", "website": "https://github.com/trailofbits/pe-parse", "description": "Principled, lightweight C/C++ PE parser"}, + "pe-util": {"version": "04f9475", "website": "https://github.com/gsauthof/pe-util", "description": "List shared object dependencies of a portable executable (PE)"}, "pfstools": {"version": "2.0.4", "website": "https://pfstools.sourceforge.io/", "description": ""}, "physfs": {"version": "2.0.3", "website": "https://icculus.org/physfs/", "description": ""}, "picomodel": {"version": "1142ad8", "website": "https://code.google.com/p/picomodel/", "description": ""}, |