Skip to content

Commit a90f4f3

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent b182300 commit a90f4f3

25 files changed

+667
-57
lines changed

_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- *Simple, lightweight, cross-platform*
88
- *Modern C/C++ package manager, support distributed repositories*
9-
- **Recently added: qbdi, libxss, gpm**
9+
- **Recently added: approval-tests-cpp, qbdi, libxss**
1010

1111
[Gitee](https://gitee.com/tboox/xrepo/)
1212
[Github](https://github.com/xmake-io/xrepo/)

_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Getting Started
22
- [Sponsor](https://xmake.io/#/about/sponsor)
33
- [Quick Start](getting_started.md)
4-
- Packages (1888)
4+
- Packages (1889)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,43 @@ <h5 id="installcommand">Install command</h5>
834834
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
835835
<pre><code class="lang-lua">add_requires("appimage")
836836
</code></pre>
837+
<h3 id="approvaltestscppandroid">approval-tests-cpp (android)</h3>
838+
<table>
839+
<thead>
840+
<tr>
841+
<th>Description</th>
842+
<th><em>Native ApprovalTests for C++ on Linux, Mac and Windows</em></th>
843+
</tr>
844+
</thead>
845+
<tbody>
846+
<tr>
847+
<td>Homepage</td>
848+
<td><a href="https://approvaltestscpp.readthedocs.io/en/latest/">https://approvaltestscpp.readthedocs.io/en/latest/</a></td>
849+
</tr>
850+
<tr>
851+
<td>License</td>
852+
<td>Apache-2.0</td>
853+
</tr>
854+
<tr>
855+
<td>Versions</td>
856+
<td>v10.13.0</td>
857+
</tr>
858+
<tr>
859+
<td>Architectures</td>
860+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
861+
</tr>
862+
<tr>
863+
<td>Definition</td>
864+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/approval-tests-cpp/xmake.lua">approval-tests-cpp/xmake.lua</a></td>
865+
</tr>
866+
</tbody>
867+
</table>
868+
<h5 id="installcommand">Install command</h5>
869+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] approval-tests-cpp
870+
</code></pre>
871+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
872+
<pre><code class="lang-lua">add_requires("approval-tests-cpp")
873+
</code></pre>
837874
<h3 id="aqtandroid">aqt (android)</h3>
838875
<table>
839876
<thead>
@@ -7181,7 +7218,7 @@ <h3 id="cutlassandroid">cutlass (android)</h3>
71817218
</tr>
71827219
<tr>
71837220
<td>Versions</td>
7184-
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3</td>
7221+
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3, v4.3.4</td>
71857222
</tr>
71867223
<tr>
71877224
<td>Architectures</td>

mirror/packages/bsd.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,43 @@ <h5 id="installcommand">Install command</h5>
792792
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
793793
<pre><code class="lang-lua">add_requires("appimage")
794794
</code></pre>
795+
<h3 id="approvaltestscppbsd">approval-tests-cpp (bsd)</h3>
796+
<table>
797+
<thead>
798+
<tr>
799+
<th>Description</th>
800+
<th><em>Native ApprovalTests for C++ on Linux, Mac and Windows</em></th>
801+
</tr>
802+
</thead>
803+
<tbody>
804+
<tr>
805+
<td>Homepage</td>
806+
<td><a href="https://approvaltestscpp.readthedocs.io/en/latest/">https://approvaltestscpp.readthedocs.io/en/latest/</a></td>
807+
</tr>
808+
<tr>
809+
<td>License</td>
810+
<td>Apache-2.0</td>
811+
</tr>
812+
<tr>
813+
<td>Versions</td>
814+
<td>v10.13.0</td>
815+
</tr>
816+
<tr>
817+
<td>Architectures</td>
818+
<td>i386, x86_64</td>
819+
</tr>
820+
<tr>
821+
<td>Definition</td>
822+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/approval-tests-cpp/xmake.lua">approval-tests-cpp/xmake.lua</a></td>
823+
</tr>
824+
</tbody>
825+
</table>
826+
<h5 id="installcommand">Install command</h5>
827+
<pre><code class="lang-console">xrepo install approval-tests-cpp
828+
</code></pre>
829+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
830+
<pre><code class="lang-lua">add_requires("approval-tests-cpp")
831+
</code></pre>
795832
<h3 id="aqtbsd">aqt (bsd)</h3>
796833
<table>
797834
<thead>
@@ -7266,7 +7303,7 @@ <h3 id="cutlassbsd">cutlass (bsd)</h3>
72667303
</tr>
72677304
<tr>
72687305
<td>Versions</td>
7269-
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3</td>
7306+
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3, v4.3.4</td>
72707307
</tr>
72717308
<tr>
72727309
<td>Architectures</td>

mirror/packages/cross.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,43 @@ <h5 id="installcommand">Install command</h5>
722722
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
723723
<pre><code class="lang-lua">add_requires("appimage")
724724
</code></pre>
725+
<h3 id="approvaltestscppcross">approval-tests-cpp (cross)</h3>
726+
<table>
727+
<thead>
728+
<tr>
729+
<th>Description</th>
730+
<th><em>Native ApprovalTests for C++ on Linux, Mac and Windows</em></th>
731+
</tr>
732+
</thead>
733+
<tbody>
734+
<tr>
735+
<td>Homepage</td>
736+
<td><a href="https://approvaltestscpp.readthedocs.io/en/latest/">https://approvaltestscpp.readthedocs.io/en/latest/</a></td>
737+
</tr>
738+
<tr>
739+
<td>License</td>
740+
<td>Apache-2.0</td>
741+
</tr>
742+
<tr>
743+
<td>Versions</td>
744+
<td>v10.13.0</td>
745+
</tr>
746+
<tr>
747+
<td>Architectures</td>
748+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
749+
</tr>
750+
<tr>
751+
<td>Definition</td>
752+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/approval-tests-cpp/xmake.lua">approval-tests-cpp/xmake.lua</a></td>
753+
</tr>
754+
</tbody>
755+
</table>
756+
<h5 id="installcommand">Install command</h5>
757+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] approval-tests-cpp
758+
</code></pre>
759+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
760+
<pre><code class="lang-lua">add_requires("approval-tests-cpp")
761+
</code></pre>
725762
<h3 id="aqtcross">aqt (cross)</h3>
726763
<table>
727764
<thead>
@@ -7204,7 +7241,7 @@ <h3 id="cutlasscross">cutlass (cross)</h3>
72047241
</tr>
72057242
<tr>
72067243
<td>Versions</td>
7207-
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3</td>
7244+
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3, v4.3.4</td>
72087245
</tr>
72097246
<tr>
72107247
<td>Architectures</td>

mirror/packages/iphoneos.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,43 @@ <h5 id="installcommand">Install command</h5>
759759
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
760760
<pre><code class="lang-lua">add_requires("appimage")
761761
</code></pre>
762+
<h3 id="approvaltestscppiphoneos">approval-tests-cpp (iphoneos)</h3>
763+
<table>
764+
<thead>
765+
<tr>
766+
<th>Description</th>
767+
<th><em>Native ApprovalTests for C++ on Linux, Mac and Windows</em></th>
768+
</tr>
769+
</thead>
770+
<tbody>
771+
<tr>
772+
<td>Homepage</td>
773+
<td><a href="https://approvaltestscpp.readthedocs.io/en/latest/">https://approvaltestscpp.readthedocs.io/en/latest/</a></td>
774+
</tr>
775+
<tr>
776+
<td>License</td>
777+
<td>Apache-2.0</td>
778+
</tr>
779+
<tr>
780+
<td>Versions</td>
781+
<td>v10.13.0</td>
782+
</tr>
783+
<tr>
784+
<td>Architectures</td>
785+
<td>arm64, x86_64</td>
786+
</tr>
787+
<tr>
788+
<td>Definition</td>
789+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/approval-tests-cpp/xmake.lua">approval-tests-cpp/xmake.lua</a></td>
790+
</tr>
791+
</tbody>
792+
</table>
793+
<h5 id="installcommand">Install command</h5>
794+
<pre><code class="lang-console">xrepo install -p iphoneos approval-tests-cpp
795+
</code></pre>
796+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
797+
<pre><code class="lang-lua">add_requires("approval-tests-cpp")
798+
</code></pre>
762799
<h3 id="aqtiphoneos">aqt (iphoneos)</h3>
763800
<table>
764801
<thead>
@@ -6818,7 +6855,7 @@ <h3 id="cutlassiphoneos">cutlass (iphoneos)</h3>
68186855
</tr>
68196856
<tr>
68206857
<td>Versions</td>
6821-
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3</td>
6858+
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3, v4.3.4</td>
68226859
</tr>
68236860
<tr>
68246861
<td>Architectures</td>

mirror/packages/linux.html

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,43 @@ <h5 id="installcommand">Install command</h5>
11601160
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11611161
<pre><code class="lang-lua">add_requires("appimage")
11621162
</code></pre>
1163+
<h3 id="approvaltestscpplinux">approval-tests-cpp (linux)</h3>
1164+
<table>
1165+
<thead>
1166+
<tr>
1167+
<th>Description</th>
1168+
<th><em>Native ApprovalTests for C++ on Linux, Mac and Windows</em></th>
1169+
</tr>
1170+
</thead>
1171+
<tbody>
1172+
<tr>
1173+
<td>Homepage</td>
1174+
<td><a href="https://approvaltestscpp.readthedocs.io/en/latest/">https://approvaltestscpp.readthedocs.io/en/latest/</a></td>
1175+
</tr>
1176+
<tr>
1177+
<td>License</td>
1178+
<td>Apache-2.0</td>
1179+
</tr>
1180+
<tr>
1181+
<td>Versions</td>
1182+
<td>v10.13.0</td>
1183+
</tr>
1184+
<tr>
1185+
<td>Architectures</td>
1186+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
1187+
</tr>
1188+
<tr>
1189+
<td>Definition</td>
1190+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/approval-tests-cpp/xmake.lua">approval-tests-cpp/xmake.lua</a></td>
1191+
</tr>
1192+
</tbody>
1193+
</table>
1194+
<h5 id="installcommand">Install command</h5>
1195+
<pre><code class="lang-console">xrepo install approval-tests-cpp
1196+
</code></pre>
1197+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1198+
<pre><code class="lang-lua">add_requires("approval-tests-cpp")
1199+
</code></pre>
11631200
<h3 id="aprlinux">apr (linux)</h3>
11641201
<table>
11651202
<thead>
@@ -8696,7 +8733,7 @@ <h3 id="cppchecklinux">cppcheck (linux)</h3>
86968733
</tr>
86978734
<tr>
86988735
<td>Versions</td>
8699-
<td>2.13.0, 2.13.4, 2.14.1, 2.14.2, 2.15.0, 2.16.2, 2.17.1, 2.18.0, 2.18.1, 2.18.3</td>
8736+
<td>2.13.0, 2.13.4, 2.14.1, 2.14.2, 2.15.0, 2.16.2, 2.17.1, 2.18.0, 2.18.1, 2.18.3, 2.19.1</td>
87008737
</tr>
87018738
<tr>
87028739
<td>Architectures</td>
@@ -10329,7 +10366,7 @@ <h3 id="cutlasslinux">cutlass (linux)</h3>
1032910366
</tr>
1033010367
<tr>
1033110368
<td>Versions</td>
10332-
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3</td>
10369+
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3, v4.3.4</td>
1033310370
</tr>
1033410371
<tr>
1033510372
<td>Architectures</td>
@@ -50984,7 +51021,7 @@ <h3 id="rmluilinux">rmlui (linux)</h3>
5098451021
</tr>
5098551022
<tr>
5098651023
<td>Versions</td>
50987-
<td>5.0, 5.1, 6.0</td>
51024+
<td>5.0, 5.1, 6.0, 6.1</td>
5098851025
</tr>
5098951026
<tr>
5099051027
<td>Architectures</td>
@@ -62107,7 +62144,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6210762144
</tr>
6210862145
<tr>
6210962146
<td>License</td>
62110-
<td>table: 0x55d427855690</td>
62147+
<td>table: 0x563a00d1ff10</td>
6211162148
</tr>
6211262149
<tr>
6211362150
<td>Versions</td>

mirror/packages/macosx.html

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,43 @@ <h5 id="installcommand">Install command</h5>
10121012
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
10131013
<pre><code class="lang-lua">add_requires("appimage")
10141014
</code></pre>
1015+
<h3 id="approvaltestscppmacosx">approval-tests-cpp (macosx)</h3>
1016+
<table>
1017+
<thead>
1018+
<tr>
1019+
<th>Description</th>
1020+
<th><em>Native ApprovalTests for C++ on Linux, Mac and Windows</em></th>
1021+
</tr>
1022+
</thead>
1023+
<tbody>
1024+
<tr>
1025+
<td>Homepage</td>
1026+
<td><a href="https://approvaltestscpp.readthedocs.io/en/latest/">https://approvaltestscpp.readthedocs.io/en/latest/</a></td>
1027+
</tr>
1028+
<tr>
1029+
<td>License</td>
1030+
<td>Apache-2.0</td>
1031+
</tr>
1032+
<tr>
1033+
<td>Versions</td>
1034+
<td>v10.13.0</td>
1035+
</tr>
1036+
<tr>
1037+
<td>Architectures</td>
1038+
<td>arm64, x86_64</td>
1039+
</tr>
1040+
<tr>
1041+
<td>Definition</td>
1042+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/approval-tests-cpp/xmake.lua">approval-tests-cpp/xmake.lua</a></td>
1043+
</tr>
1044+
</tbody>
1045+
</table>
1046+
<h5 id="installcommand">Install command</h5>
1047+
<pre><code class="lang-console">xrepo install approval-tests-cpp
1048+
</code></pre>
1049+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1050+
<pre><code class="lang-lua">add_requires("approval-tests-cpp")
1051+
</code></pre>
10151052
<h3 id="aprmacosx">apr (macosx)</h3>
10161053
<table>
10171054
<thead>
@@ -8079,7 +8116,7 @@ <h3 id="cppcheckmacosx">cppcheck (macosx)</h3>
80798116
</tr>
80808117
<tr>
80818118
<td>Versions</td>
8082-
<td>2.13.0, 2.13.4, 2.14.1, 2.14.2, 2.15.0, 2.16.2, 2.17.1, 2.18.0, 2.18.1, 2.18.3</td>
8119+
<td>2.13.0, 2.13.4, 2.14.1, 2.14.2, 2.15.0, 2.16.2, 2.17.1, 2.18.0, 2.18.1, 2.18.3, 2.19.1</td>
80838120
</tr>
80848121
<tr>
80858122
<td>Architectures</td>
@@ -9646,7 +9683,7 @@ <h3 id="cutlassmacosx">cutlass (macosx)</h3>
96469683
</tr>
96479684
<tr>
96489685
<td>Versions</td>
9649-
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3</td>
9686+
<td>v3.2.0, v3.4.1, v3.5.0, v3.5.1, v3.6.0, v3.7.0, v3.8.0, v3.9.0, v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.3, v4.3.4</td>
96509687
</tr>
96519688
<tr>
96529689
<td>Architectures</td>
@@ -46997,7 +47034,7 @@ <h3 id="rmluimacosx">rmlui (macosx)</h3>
4699747034
</tr>
4699847035
<tr>
4699947036
<td>Versions</td>
47000-
<td>5.0, 5.1, 6.0</td>
47037+
<td>5.0, 5.1, 6.0, 6.1</td>
4700147038
</tr>
4700247039
<tr>
4700347040
<td>Architectures</td>
@@ -57359,7 +57396,7 @@ <h3 id="wigxjpfmacosx">wigxjpf (macosx)</h3>
5735957396
</tr>
5736057397
<tr>
5736157398
<td>License</td>
57362-
<td>table: 0x55d427855690</td>
57399+
<td>table: 0x563a00d1ff10</td>
5736357400
</tr>
5736457401
<tr>
5736557402
<td>Versions</td>

0 commit comments

Comments
 (0)