Kaynağa Gözat

autoupdate docs by xmake-repo/ci

ruki 2 yıl önce
ebeveyn
işleme
8a79926dbe

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: hash-library, raw_pdb, g2o**
+- **Recently added: libsimdpp, hash-library, raw_pdb**
 
 [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 (779)
+- Packages (780)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/bsd.html

@@ -3931,6 +3931,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsimdppbsd">libsimdpp (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable header-only C++ low level SIMD library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p12tic/libsimdpp">https://github.com/p12tic/libsimdpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1</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/l/libsimdpp/xmake.lua">libsimdpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsimdpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsimdpp")
+</code></pre>
 <h3 id="libsoundiobsd">libsoundio (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -12402,6 +12402,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsigc++")
 </code></pre>
+<h3 id="libsimdpplinux">libsimdpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable header-only C++ low level SIMD library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p12tic/libsimdpp">https://github.com/p12tic/libsimdpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1</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/l/libsimdpp/xmake.lua">libsimdpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsimdpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsimdpp")
+</code></pre>
 <h3 id="libsmlinux">libsm (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -11406,6 +11406,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsigc++")
 </code></pre>
+<h3 id="libsimdppmacosx">libsimdpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable header-only C++ low level SIMD library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p12tic/libsimdpp">https://github.com/p12tic/libsimdpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1</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/l/libsimdpp/xmake.lua">libsimdpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsimdpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsimdpp")
+</code></pre>
 <h3 id="libsmmacosx">libsm (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -3153,6 +3153,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsais")
 </code></pre>
+<h3 id="libsimdppwasm">libsimdpp (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable header-only C++ low level SIMD library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p12tic/libsimdpp">https://github.com/p12tic/libsimdpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsimdpp/xmake.lua">libsimdpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsimdpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsimdpp")
+</code></pre>
 <h3 id="libsoundiowasm">libsoundio (wasm)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -10158,6 +10158,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
+<h3 id="libsimdppwindows">libsimdpp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Portable header-only C++ low level SIMD library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/p12tic/libsimdpp">https://github.com/p12tic/libsimdpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1</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/l/libsimdpp/xmake.lua">libsimdpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsimdpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsimdpp")
+</code></pre>
 <h3 id="libsndfilewindows">libsndfile (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/bsd.md

@@ -2586,6 +2586,29 @@ add_requires("libsdl")
 ```
 
 
+### libsimdpp (bsd)
+
+
+| Description | *Portable header-only C++ low level SIMD library* |
+| -- | -- |
+| Homepage | [https://github.com/p12tic/libsimdpp](https://github.com/p12tic/libsimdpp) |
+| Versions | v2.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libsimdpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsimdpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsimdpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsimdpp")
+```
+
+
 ### libsoundio (bsd)
 
 

+ 23 - 0
packages/linux.md

@@ -8238,6 +8238,29 @@ add_requires("libsigc++")
 ```
 
 
+### libsimdpp (linux)
+
+
+| Description | *Portable header-only C++ low level SIMD library* |
+| -- | -- |
+| Homepage | [https://github.com/p12tic/libsimdpp](https://github.com/p12tic/libsimdpp) |
+| Versions | v2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libsimdpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsimdpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsimdpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsimdpp")
+```
+
+
 ### libsm (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -7576,6 +7576,29 @@ add_requires("libsigc++")
 ```
 
 
+### libsimdpp (macosx)
+
+
+| Description | *Portable header-only C++ low level SIMD library* |
+| -- | -- |
+| Homepage | [https://github.com/p12tic/libsimdpp](https://github.com/p12tic/libsimdpp) |
+| Versions | v2.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsimdpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsimdpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsimdpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsimdpp")
+```
+
+
 ### libsm (macosx)
 
 

+ 23 - 0
packages/wasm.md

@@ -2067,6 +2067,29 @@ add_requires("libsais")
 ```
 
 
+### libsimdpp (wasm)
+
+
+| Description | *Portable header-only C++ low level SIMD library* |
+| -- | -- |
+| Homepage | [https://github.com/p12tic/libsimdpp](https://github.com/p12tic/libsimdpp) |
+| Versions | v2.1 |
+| Architectures | wasm32 |
+| Definition | [libsimdpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsimdpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsimdpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsimdpp")
+```
+
+
 ### libsoundio (wasm)
 
 

+ 23 - 0
packages/windows.md

@@ -6711,6 +6711,29 @@ add_requires("libsdl_ttf")
 ```
 
 
+### libsimdpp (windows)
+
+
+| Description | *Portable header-only C++ low level SIMD library* |
+| -- | -- |
+| Homepage | [https://github.com/p12tic/libsimdpp](https://github.com/p12tic/libsimdpp) |
+| Versions | v2.1 |
+| Architectures | arm64, x64, x86 |
+| Definition | [libsimdpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsimdpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsimdpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsimdpp")
+```
+
+
 ### libsndfile (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-11T01:36:09+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-11T01:36:12+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-11T01:36:13+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-11T01:36:14+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-11T01:36:14+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-11T01:36:14+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-11T01:36:15+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-11T01:36:15+08:00</lastmod>
+  <lastmod>2022-11-11T03:21:33+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: hash-library, raw_pdb, g2o**
+- **Recently added: libsimdpp, hash-library, raw_pdb**
 
 [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)
-- 包列表 (779)
+- 包列表 (780)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)