Ver código fonte

autoupdate docs by xmake-repo/ci

ruki 4 anos atrás
pai
commit
2be1b7e36c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: mingw-w64, gr, srt**
+- **Recently added: qhull, mingw-w64, gr**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (286)
+- Packages (287)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 34 - 1
mirror/packages/linux.html

@@ -6861,7 +6861,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.3.1</td>
+<td>2.3.1, 2.4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7524,6 +7524,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qdcae")
 </code></pre>
+<h3 id="qhulllinux">qhull (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.qhull.org/">http://www.qhull.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua">qhull/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qhull
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qhull")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rapidjsonlinux">rapidjson (linux)</h3>
 <table>

+ 35 - 1
mirror/packages/macosx.html

@@ -6408,7 +6408,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.3.1</td>
+<td>2.3.1, 2.4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7037,6 +7037,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("python2")
 </code></pre>
+<h2 id="q">q</h2>
+<h3 id="qhullmacosx">qhull (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.qhull.org/">http://www.qhull.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua">qhull/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qhull
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qhull")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rapidjsonmacosx">rapidjson (macosx)</h3>
 <table>

+ 33 - 0
mirror/packages/mingw.html

@@ -3304,6 +3304,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qdcae")
 </code></pre>
+<h3 id="qhullmingw">qhull (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.qhull.org/">http://www.qhull.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua">qhull/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] qhull
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qhull")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rapidjsonmingw">rapidjson (mingw)</h3>
 <table>

+ 34 - 1
mirror/packages/windows.html

@@ -5126,7 +5126,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.3.1</td>
+<td>2.3.1, 2.4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5789,6 +5789,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("qdcae")
 </code></pre>
+<h3 id="qhullwindows">qhull (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.qhull.org/">http://www.qhull.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua">qhull/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install qhull
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("qhull")
+</code></pre>
 <h2 id="r">r</h2>
 <h3 id="rapidjsonwindows">rapidjson (windows)</h3>
 <table>

+ 24 - 1
packages/linux.md

@@ -4624,7 +4624,7 @@ add_requires("openexr")
 | -- | -- |
 | Homepage | [http://www.openjpeg.org/](http://www.openjpeg.org/) |
 | License | BSD-2-Clause |
-| Versions | 2.3.1 |
+| Versions | 2.3.1, 2.4.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [openjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openjpeg/xmake.lua) |
 
@@ -5086,6 +5086,29 @@ add_requires("qdcae")
 ```
 
 
+### qhull (linux)
+
+
+| Description | *Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.* |
+| -- | -- |
+| Homepage | [http://www.qhull.org/](http://www.qhull.org/) |
+| Versions | 2020.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [qhull/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qhull
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qhull")
+```
+
+
 
 ## r
 ### rapidjson (linux)

+ 26 - 1
packages/macosx.md

@@ -4319,7 +4319,7 @@ add_requires("openexr")
 | -- | -- |
 | Homepage | [http://www.openjpeg.org/](http://www.openjpeg.org/) |
 | License | BSD-2-Clause |
-| Versions | 2.3.1 |
+| Versions | 2.3.1, 2.4.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [openjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openjpeg/xmake.lua) |
 
@@ -4757,6 +4757,31 @@ add_requires("python2")
 
 
 
+## q
+### qhull (macosx)
+
+
+| Description | *Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.* |
+| -- | -- |
+| Homepage | [http://www.qhull.org/](http://www.qhull.org/) |
+| Versions | 2020.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [qhull/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qhull
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qhull")
+```
+
+
+
 ## r
 ### rapidjson (macosx)
 

+ 23 - 0
packages/mingw.md

@@ -2215,6 +2215,29 @@ add_requires("qdcae")
 ```
 
 
+### qhull (mingw)
+
+
+| Description | *Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.* |
+| -- | -- |
+| Homepage | [http://www.qhull.org/](http://www.qhull.org/) |
+| Versions | 2020.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [qhull/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] qhull
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qhull")
+```
+
+
 
 ## r
 ### rapidjson (mingw)

+ 24 - 1
packages/windows.md

@@ -3438,7 +3438,7 @@ add_requires("openexr")
 | -- | -- |
 | Homepage | [http://www.openjpeg.org/](http://www.openjpeg.org/) |
 | License | BSD-2-Clause |
-| Versions | 2.3.1 |
+| Versions | 2.3.1, 2.4.0 |
 | Architectures | x64, x86 |
 | Definition | [openjpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openjpeg/xmake.lua) |
 
@@ -3900,6 +3900,29 @@ add_requires("qdcae")
 ```
 
 
+### qhull (windows)
+
+
+| Description | *Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.* |
+| -- | -- |
+| Homepage | [http://www.qhull.org/](http://www.qhull.org/) |
+| Versions | 2020.2 |
+| Architectures | x64, x86 |
+| Definition | [qhull/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/q/qhull/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install qhull
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("qhull")
+```
+
+
 
 ## r
 ### rapidjson (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-04-02T13:28:25+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-04-02T13:28:26+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-04-02T13:28:26+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-04-02T13:28:26+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-04-02T13:28:26+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-04-02T13:28:26+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-04-02T13:28:26+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-04-02T13:28:27+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-04-02T13:28:27+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-04-02T13:28:27+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-04-02T13:28:27+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-04-02T13:28:27+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-04-02T13:28:27+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-04-02T13:28:28+08:00</lastmod>
+  <lastmod>2021-04-02T15:48:29+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: mingw-w64, gr, srt**
+- **Recently added: qhull, mingw-w64, gr**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (286)
+- 包列表 (287)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)