Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
265a6ad77b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: vulkan-memory-allocator-hpp, port, sqlcipher**
+- **Recently added: libc++, vulkan-memory-allocator-hpp, port**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 37 - 0
mirror/packages/android.html

@@ -11848,6 +11848,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h3 id="vulkanmemoryallocatorhppandroid">vulkan-memory-allocator-hpp (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ bindings for VulkanMemoryAllocator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.0.0, v3.0.1</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/v/vulkan-memory-allocator-hpp/xmake.lua">vulkan-memory-allocator-hpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] vulkan-memory-allocator-hpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
+</code></pre>
 <h3 id="vulkanvalidationlayersandroid">vulkan-validationlayers (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -10934,6 +10934,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("vulkan-memory-allocator")
 </code></pre>
+<h3 id="vulkanmemoryallocatorhppiphoneos">vulkan-memory-allocator-hpp (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ bindings for VulkanMemoryAllocator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/">https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>CC0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v3.0.0, v3.0.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/v/vulkan-memory-allocator-hpp/xmake.lua">vulkan-memory-allocator-hpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos vulkan-memory-allocator-hpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("vulkan-memory-allocator-hpp")
+</code></pre>
 <h2 id="w">w</h2>
 <h3 id="wolfssliphoneos">wolfssl (iphoneos)</h3>
 <table>

+ 1 - 1
mirror/packages/linux.html

@@ -6087,7 +6087,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.3, 1.9.23</td>
+<td>1.20.3, 1.32.0, 1.9.23</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/macosx.html

@@ -5622,7 +5622,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.3, 1.9.23</td>
+<td>1.20.3, 1.32.0, 1.9.23</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/windows.html

@@ -5531,7 +5531,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.20.3, 1.9.23</td>
+<td>1.20.3, 1.32.0, 1.9.23</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 24 - 0
packages/android.md

@@ -7872,6 +7872,30 @@ add_requires("vulkan-memory-allocator")
 ```
 
 
+### vulkan-memory-allocator-hpp (android)
+
+
+| Description | *C++ bindings for VulkanMemoryAllocator.* |
+| -- | -- |
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
+| License | CC0 |
+| Versions | v3.0.0, v3.0.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [vulkan-memory-allocator-hpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] vulkan-memory-allocator-hpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-memory-allocator-hpp")
+```
+
+
 ### vulkan-validationlayers (android)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -7260,6 +7260,30 @@ add_requires("vulkan-memory-allocator")
 ```
 
 
+### vulkan-memory-allocator-hpp (iphoneos)
+
+
+| Description | *C++ bindings for VulkanMemoryAllocator.* |
+| -- | -- |
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
+| License | CC0 |
+| Versions | v3.0.0, v3.0.1 |
+| Architectures | arm64, x86_64 |
+| Definition | [vulkan-memory-allocator-hpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator-hpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos vulkan-memory-allocator-hpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("vulkan-memory-allocator-hpp")
+```
+
+
 
 ## w
 ### wolfssl (iphoneos)

+ 1 - 1
packages/linux.md

@@ -3974,7 +3974,7 @@ add_requires("field3d")
 | -- | -- |
 | Homepage | [https://google.github.io/filament/](https://google.github.io/filament/) |
 | License | Apache-2.0 |
-| Versions | 1.20.3, 1.9.23 |
+| Versions | 1.20.3, 1.32.0, 1.9.23 |
 | Architectures | x86_64 |
 | Definition | [filament/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/filament/xmake.lua) |
 

+ 1 - 1
packages/macosx.md

@@ -3666,7 +3666,7 @@ add_requires("field3d")
 | -- | -- |
 | Homepage | [https://google.github.io/filament/](https://google.github.io/filament/) |
 | License | Apache-2.0 |
-| Versions | 1.20.3, 1.9.23 |
+| Versions | 1.20.3, 1.32.0, 1.9.23 |
 | Architectures | x86_64 |
 | Definition | [filament/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/filament/xmake.lua) |
 

+ 1 - 1
packages/windows.md

@@ -3599,7 +3599,7 @@ add_requires("field3d")
 | -- | -- |
 | Homepage | [https://google.github.io/filament/](https://google.github.io/filament/) |
 | License | Apache-2.0 |
-| Versions | 1.20.3, 1.9.23 |
+| Versions | 1.20.3, 1.32.0, 1.9.23 |
 | Architectures | x64 |
 | Definition | [filament/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/filament/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-20T14:25:26+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-20T14:25:30+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-20T14:25:30+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-20T14:25:30+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-20T14:25:30+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-20T14:25:31+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-20T14:25:31+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-20T14:25:32+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-20T14:25:32+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-20T14:25:33+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-20T14:25:33+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-20T14:25:33+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-20T14:25:34+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-20T14:25:34+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-20T14:25:34+08:00</lastmod>
+  <lastmod>2023-03-20T15:19:35+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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