Sfoglia il codice sorgente

autoupdate docs by xmake-repo/ci

ruki 2 anni fa
parent
commit
6c94166b37

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gdal, d3d12-memory-allocator, vulkansdk**
+- **Recently added: tracy, gdal, d3d12-memory-allocator**
 
 [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 (772)
+- Packages (773)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -23953,6 +23953,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="tracylinux">tracy (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ frame profiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/wolfpld/tracy">https://github.com/wolfpld/tracy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.8.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tracy/xmake.lua">tracy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tracy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tracy")
+</code></pre>
 <h3 id="trantorlinux">trantor (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -22253,6 +22253,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="tracymacosx">tracy (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ frame profiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/wolfpld/tracy">https://github.com/wolfpld/tracy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.8.2</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/t/tracy/xmake.lua">tracy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tracy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tracy")
+</code></pre>
 <h3 id="trantormacosx">trantor (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -19452,6 +19452,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("toml11")
 </code></pre>
+<h3 id="tracywindows">tracy (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ frame profiler</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/wolfpld/tracy">https://github.com/wolfpld/tracy</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.8.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tracy/xmake.lua">tracy/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install tracy
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("tracy")
+</code></pre>
 <h3 id="trantorwindows">trantor (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -15963,6 +15963,29 @@ add_requires("toml11")
 ```
 
 
+### tracy (linux)
+
+
+| Description | *C++ frame profiler* |
+| -- | -- |
+| Homepage | [https://github.com/wolfpld/tracy](https://github.com/wolfpld/tracy) |
+| Versions | v0.8.2 |
+| Architectures | x86_64 |
+| Definition | [tracy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tracy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tracy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tracy")
+```
+
+
 ### trantor (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -14830,6 +14830,29 @@ add_requires("toml11")
 ```
 
 
+### tracy (macosx)
+
+
+| Description | *C++ frame profiler* |
+| -- | -- |
+| Homepage | [https://github.com/wolfpld/tracy](https://github.com/wolfpld/tracy) |
+| Versions | v0.8.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [tracy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tracy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tracy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tracy")
+```
+
+
 ### trantor (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -12913,6 +12913,29 @@ add_requires("toml11")
 ```
 
 
+### tracy (windows)
+
+
+| Description | *C++ frame profiler* |
+| -- | -- |
+| Homepage | [https://github.com/wolfpld/tracy](https://github.com/wolfpld/tracy) |
+| Versions | v0.8.2 |
+| Architectures | x64 |
+| Definition | [tracy/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/t/tracy/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install tracy
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("tracy")
+```
+
+
 ### trantor (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-26T13:12:02+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-26T13:12:04+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-26T13:12:05+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-26T13:12:05+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-26T13:12:05+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-26T13:12:05+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-26T13:12:06+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-26T13:12:06+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-26T13:12:06+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-26T13:12:07+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-26T13:12:07+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-26T13:12:07+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-26T13:12:08+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-26T13:12:08+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-26T13:12:08+08:00</lastmod>
+  <lastmod>2022-10-26T13:24:23+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: gdal, d3d12-memory-allocator, vulkansdk**
+- **Recently added: tracy, gdal, d3d12-memory-allocator**
 
 [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)
-- 包列表 (772)
+- 包列表 (773)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)