Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
4149455431

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: nativefiledialog-extended, dartsim, gtk4**
+- **Recently added: hlslpp, nativefiledialog-extended, dartsim**
 
 [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 (867)
+- Packages (868)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -3765,6 +3765,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hiredis")
 </code></pre>
+<h3 id="hlslppandroid">hlslpp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Math library using hlsl syntax with SSE/NEON support</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/redorav/hlslpp">https://github.com/redorav/hlslpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1, 3.2.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua">hlslpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] hlslpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hlslpp")
+</code></pre>
 <h3 id="hopscotchmapandroid">hopscotch-map (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/bsd.html

@@ -3448,6 +3448,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hiredis")
 </code></pre>
+<h3 id="hlslppbsd">hlslpp (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Math library using hlsl syntax with SSE/NEON support</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/redorav/hlslpp">https://github.com/redorav/hlslpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1, 3.2.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua">hlslpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hlslpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hlslpp")
+</code></pre>
 <h3 id="hopscotchmapbsd">hopscotch-map (bsd)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -3514,6 +3514,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hiredis")
 </code></pre>
+<h3 id="hlslppiphoneos">hlslpp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Math library using hlsl syntax with SSE/NEON support</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/redorav/hlslpp">https://github.com/redorav/hlslpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1, 3.2.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua">hlslpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos hlslpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hlslpp")
+</code></pre>
 <h3 id="hopscotchmapiphoneos">hopscotch-map (iphoneos)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/linux.html

@@ -8955,6 +8955,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hiredis")
 </code></pre>
+<h3 id="hlslpplinux">hlslpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Math library using hlsl syntax with SSE/NEON support</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/redorav/hlslpp">https://github.com/redorav/hlslpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1, 3.2.3</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/h/hlslpp/xmake.lua">hlslpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hlslpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hlslpp")
+</code></pre>
 <h3 id="hopscotchmaplinux">hopscotch-map (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -8313,6 +8313,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hiredis")
 </code></pre>
+<h3 id="hlslppmacosx">hlslpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Math library using hlsl syntax with SSE/NEON support</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/redorav/hlslpp">https://github.com/redorav/hlslpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1, 3.2.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua">hlslpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hlslpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hlslpp")
+</code></pre>
 <h3 id="hopscotchmapmacosx">hopscotch-map (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -7942,6 +7942,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("hiredis")
 </code></pre>
+<h3 id="hlslppwindows">hlslpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Math library using hlsl syntax with SSE/NEON support</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/redorav/hlslpp">https://github.com/redorav/hlslpp</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.1, 3.2.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua">hlslpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hlslpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hlslpp")
+</code></pre>
 <h3 id="hopscotchmapwindows">hopscotch-map (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -2449,6 +2449,30 @@ add_requires("hiredis")
 ```
 
 
+### hlslpp (android)
+
+
+| Description | *Math library using hlsl syntax with SSE/NEON support* |
+| -- | -- |
+| Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
+| License | MIT |
+| Versions | 3.1, 3.2.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] hlslpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hlslpp")
+```
+
+
 ### hopscotch-map (android)
 
 

+ 24 - 0
packages/bsd.md

@@ -2237,6 +2237,30 @@ add_requires("hiredis")
 ```
 
 
+### hlslpp (bsd)
+
+
+| Description | *Math library using hlsl syntax with SSE/NEON support* |
+| -- | -- |
+| Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
+| License | MIT |
+| Versions | 3.1, 3.2.3 |
+| Architectures | i386, x86_64 |
+| Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hlslpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hlslpp")
+```
+
+
 ### hopscotch-map (bsd)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -2283,6 +2283,30 @@ add_requires("hiredis")
 ```
 
 
+### hlslpp (iphoneos)
+
+
+| Description | *Math library using hlsl syntax with SSE/NEON support* |
+| -- | -- |
+| Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
+| License | MIT |
+| Versions | 3.1, 3.2.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos hlslpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hlslpp")
+```
+
+
 ### hopscotch-map (iphoneos)
 
 

+ 24 - 0
packages/linux.md

@@ -5887,6 +5887,30 @@ add_requires("hiredis")
 ```
 
 
+### hlslpp (linux)
+
+
+| Description | *Math library using hlsl syntax with SSE/NEON support* |
+| -- | -- |
+| Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
+| License | MIT |
+| Versions | 3.1, 3.2.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hlslpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hlslpp")
+```
+
+
 ### hopscotch-map (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -5461,6 +5461,30 @@ add_requires("hiredis")
 ```
 
 
+### hlslpp (macosx)
+
+
+| Description | *Math library using hlsl syntax with SSE/NEON support* |
+| -- | -- |
+| Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
+| License | MIT |
+| Versions | 3.1, 3.2.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hlslpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hlslpp")
+```
+
+
 ### hopscotch-map (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -5206,6 +5206,30 @@ add_requires("hiredis")
 ```
 
 
+### hlslpp (windows)
+
+
+| Description | *Math library using hlsl syntax with SSE/NEON support* |
+| -- | -- |
+| Homepage | [https://github.com/redorav/hlslpp](https://github.com/redorav/hlslpp) |
+| License | MIT |
+| Versions | 3.1, 3.2.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [hlslpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hlslpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hlslpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hlslpp")
+```
+
+
 ### hopscotch-map (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-27T01:46:15+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-27T01:46:18+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-27T01:46:18+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-27T01:46:19+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-27T01:46:19+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-27T01:46:19+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-27T01:46:21+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-27T01:46:21+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-27T01:46:22+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-27T01:46:22+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-27T01:46:22+08:00</lastmod>
+  <lastmod>2023-03-28T07:21:52+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: nativefiledialog-extended, dartsim, gtk4**
+- **Recently added: hlslpp, nativefiledialog-extended, dartsim**
 
 [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)
-- 包列表 (867)
+- 包列表 (868)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)