Skip to content

Commit 20daecf

Browse files
committed
1 parent f1ea810 commit 20daecf

File tree

14 files changed

+2299
-3443
lines changed

14 files changed

+2299
-3443
lines changed

develop/alabel/index.html

Lines changed: 79 additions & 64 deletions
Large diffs are not rendered by default.

develop/apath/index.html

Lines changed: 2 additions & 1053 deletions
Large diffs are not rendered by default.

develop/apathview/index.html

Lines changed: 1518 additions & 0 deletions
Large diffs are not rendered by default.

develop/ass_backgroundsolid/index.html

Lines changed: 79 additions & 79 deletions
Large diffs are not rendered by default.

develop/aui.boot/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -815,9 +815,9 @@
815815
</li>
816816

817817
<li class="md-nav__item">
818-
<a href="#imported-target-depends-on-an-out-of-tree-file" class="md-nav__link">
818+
<a href="#imported-target-depends-on-hardcoded-path" class="md-nav__link">
819819
<span class="md-ellipsis">
820-
"Imported target ... depends on an out-of-tree file"
820+
"Imported target ... depends on hardcoded path"
821821
</span>
822822
</a>
823823

@@ -1484,9 +1484,9 @@
14841484
</li>
14851485

14861486
<li class="md-nav__item">
1487-
<a href="#imported-target-depends-on-an-out-of-tree-file" class="md-nav__link">
1487+
<a href="#imported-target-depends-on-hardcoded-path" class="md-nav__link">
14881488
<span class="md-ellipsis">
1489-
"Imported target ... depends on an out-of-tree file"
1489+
"Imported target ... depends on hardcoded path"
14901490
</span>
14911491
</a>
14921492

@@ -2018,7 +2018,7 @@ <h2 id="CI_CACHING">CI caching<a class="headerlink" href="#CI_CACHING" title="Pe
20182018
</span><span id="__span-3-2"><a id="__codelineno-3-2" name="__codelineno-3-2"></a> id: cache-aui-boot
20192019
</span><span id="__span-3-3"><a id="__codelineno-3-3" name="__codelineno-3-3"></a> uses: actions/cache@v3
20202020
</span><span id="__span-3-4"><a id="__codelineno-3-4" name="__codelineno-3-4"></a> env:
2021-
</span><span id="__span-3-5"><a id="__codelineno-3-5" name="__codelineno-3-5"></a> cache-name: aui-boot-${{ matrix.shared_or_static }}-${{ matrix.debug_or_release }}-${{ matrix.arch }}
2021+
</span><span id="__span-3-5"><a id="__codelineno-3-5" name="__codelineno-3-5"></a> cache-name: aui-boot-${{ matrix.shared_or_static }}-${{ matrix.build_type }}-${{ matrix.arch }}
20222022
</span><span id="__span-3-6"><a id="__codelineno-3-6" name="__codelineno-3-6"></a> with:
20232023
</span><span id="__span-3-7"><a id="__codelineno-3-7" name="__codelineno-3-7"></a> path: |
20242024
</span><span id="__span-3-8"><a id="__codelineno-3-8" name="__codelineno-3-8"></a> ~/.aui
@@ -2134,7 +2134,7 @@ <h3 id="looks-like-a-config-file-does-not-exist-for-your-project">"looks like a
21342134
<h3 id="did-you-mean-package_name">"did you mean PACKAGE_NAME?"<a class="headerlink" href="#did-you-mean-package_name" title="Permanent link">#</a></h3>
21352135
<p>You have mispelled the package name (the first argument to <code>auib_import</code>). Please change the first argument to
21362136
<code>auib_import</code> to <code>PACKAGE_NAME</code>.</p>
2137-
<h3 id="imported-target-depends-on-an-out-of-tree-file">"Imported target ... depends on an out-of-tree file"<a class="headerlink" href="#imported-target-depends-on-an-out-of-tree-file" title="Permanent link">#</a></h3>
2137+
<h3 id="imported-target-depends-on-hardcoded-path">"Imported target ... depends on hardcoded path"<a class="headerlink" href="#imported-target-depends-on-hardcoded-path" title="Permanent link">#</a></h3>
21382138
<p>The library's maintainer have misused CMake. Follow one of possible options provided by AUI.Boot or fix the
21392139
library by forking it. You can consult with
21402140
<a href="https://github.com/conan-io/conan-center-index/tree/master/recipes/">Conan Recipes</a> or
@@ -2443,13 +2443,13 @@ <h2 id="AUIB_PRODUCING_PACKAGES">Producing packages with dependencies managed by
24432443
<span class="normal"><a href="#__codelineno-27-8">8</a></span>
24442444
<span class="normal"><a href="#__codelineno-27-9">9</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-27-1"><a id="__codelineno-27-1" name="__codelineno-27-1"></a>- name: Pack
24452445
</span><span id="__span-27-2"><a id="__codelineno-27-2" name="__codelineno-27-2"></a> working-directory: ${{github.workspace}}/build
2446-
</span><span id="__span-27-3"><a id="__codelineno-27-3" name="__codelineno-27-3"></a> run: cpack . -C ${{ matrix.debug_or_release }}
2446+
</span><span id="__span-27-3"><a id="__codelineno-27-3" name="__codelineno-27-3"></a> run: cpack . -C ${{ matrix.build_type }}
24472447
</span><span id="__span-27-4"><a id="__codelineno-27-4" name="__codelineno-27-4"></a>
24482448
</span><span id="__span-27-5"><a id="__codelineno-27-5" name="__codelineno-27-5"></a>- name: Upload
24492449
</span><span id="__span-27-6"><a id="__codelineno-27-6" name="__codelineno-27-6"></a> uses: actions/upload-artifact@v4
24502450
</span><span id="__span-27-7"><a id="__codelineno-27-7" name="__codelineno-27-7"></a> with:
24512451
</span><span id="__span-27-8"><a id="__codelineno-27-8" name="__codelineno-27-8"></a> path: ${{github.workspace}}/build/*.tar.gz
2452-
</span><span id="__span-27-9"><a id="__codelineno-27-9" name="__codelineno-27-9"></a> name: aui ${{ runner.os }} ${{ matrix.shared_or_static }} ${{ matrix.debug_or_release }} ${{ matrix.arch }} ${{ matrix.compiler }}
2452+
</span><span id="__span-27-9"><a id="__codelineno-27-9" name="__codelineno-27-9"></a> name: aui ${{ runner.os }} ${{ matrix.shared_or_static }} ${{ matrix.build_type }} ${{ matrix.arch }} ${{ matrix.compiler }}
24532453
</span></code></pre></div></td></tr></table></div>
24542454
<h2 id="importing-aui-without-aui-boot">Importing AUI without AUI Boot<a class="headerlink" href="#importing-aui-without-aui-boot" title="Permanent link">#</a></h2>
24552455
<p>In some cases, AUI Boot might not cover your particular needs, and you would like to build without it. It is still not

develop/aupdater/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ <h3 id="debugging-update-deployment">Debugging update deployment<a class="header
12451245
</span><span id="__span-4-12"><a id="__codelineno-4-12" name="__codelineno-4-12" href="#__codelineno-4-12"></a> - at 0x5555556c0443 aui::impl::lastErrorToException(<a href="../astring/">AString</a>)(ErrorToExceptionImpl.cpp:21)
12461246
</span><span id="__span-4-13"><a id="__codelineno-4-13" name="__codelineno-4-13" href="#__codelineno-4-13"></a> - at 0x55555568ec97 <a href="../afileoutputstream/">AFileOutputStream</a>::open(bool)(AFileOutputStream.cpp:67)
12471247
</span><span id="__span-4-14"><a id="__codelineno-4-14" name="__codelineno-4-14" href="#__codelineno-4-14"></a> - at 0x55555568ed44 <a href="../afileoutputstream/">AFileOutputStream</a>::AFileOutputStream(<a href="../astring/">AString</a>, bool)(AFileOutputStream.cpp:24)
1248-
</span><span id="__span-4-15"><a id="__codelineno-4-15" name="__codelineno-4-15" href="#__codelineno-4-15"></a> - at 0x5555556964a2 <a href="../apath/#APath::copy">APath::copy</a>(<a href="../apath/">APath</a> const&amp;, <a href="../apath/">APath</a> const&amp;)(APath.cpp:291)
1248+
</span><span id="__span-4-15"><a id="__codelineno-4-15" name="__codelineno-4-15" href="#__codelineno-4-15"></a> - at 0x5555556964a2 <a href="../apath/">APath</a>::copy(<a href="../apath/">APath</a> const&amp;, <a href="../apath/">APath</a> const&amp;)(APath.cpp:291)
12491249
</span><span id="__span-4-16"><a id="__codelineno-4-16" name="__codelineno-4-16" href="#__codelineno-4-16"></a> - at 0x555555641585 AUpdater::deployUpdate(<a href="../apath/">APath</a> const&amp;, <a href="../apath/">APath</a> const&amp;)(AUpdater.cpp:267)
12501250
</span><span id="__span-4-17"><a id="__codelineno-4-17" name="__codelineno-4-17" href="#__codelineno-4-17"></a> - at 0x5555558fb2ff AUpdater::handleStartup(<a href="../astringvector/">AStringVector</a> const&amp;)(AUpdater.cpp:76)
12511251
</span><span id="__span-4-18"><a id="__codelineno-4-18" name="__codelineno-4-18" href="#__codelineno-4-18"></a> - at 0x5555558f3aae <a href="../aui_entry/">aui_entry</a>(<a href="../astringvector/">AStringVector</a> const&amp;)(main.cpp:9)

0 commit comments

Comments
 (0)