Skip to content

Use clang-format for auto-format (replaces libastyle) #11543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Renamed some build.xml ant task from libastyle to liblistserials
The old name was a legacy leftover.
  • Loading branch information
cmaglie committed May 19, 2021
commit 7e76bc5b04fdb226f918bb6b8e04fea5680acd21
14 changes: 7 additions & 7 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
</chmod>
</target>

<target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch">
<target name="linux-liblistserials-x86" depends="linux-build" description="Download liblistserials.so for x86/x64 arch">
<antcall target="portable-${portable}">
<param name="parentdir" value="linux/work" />
</antcall>
Expand All @@ -715,7 +715,7 @@
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
</target>

<target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
<target name="linux-liblistserials-arm" depends="linux-build" description="Download liblistserials.so for ARM">
<antcall target="portable-${portable}">
<param name="parentdir" value="linux/work" />
</antcall>
Expand All @@ -730,7 +730,7 @@
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
</target>

<target name="linuxarm-build" depends="linux-libastyle-arm" description="Build linux (32-bit) version">
<target name="linuxarm-build" depends="linux-liblistserials-arm" description="Build linux (32-bit) version">
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
<param name="JVM" value="${LINUXARM_BUNDLED_JVM}"/>
</antcall>
Expand All @@ -748,7 +748,7 @@
</antcall>
</target>

<target name="linux-libastyle-aarch64" depends="linux-build" description="Download libastyle.so for AArch64">
<target name="linux-liblistserials-aarch64" depends="linux-build" description="Download liblistserials.so for AArch64">
<antcall target="portable-${portable}">
<param name="parentdir" value="linux/work" />
</antcall>
Expand All @@ -763,7 +763,7 @@
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
</target>

<target name="linuxaarch64-build" depends="linux-libastyle-aarch64" description="Build Linux (AArch64) version">
<target name="linuxaarch64-build" depends="linux-liblistserials-aarch64" description="Build Linux (AArch64) version">
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
<param name="JVM" value="${LINUXAARCH64_BUNDLED_JVM}"/>
</antcall>
Expand All @@ -781,7 +781,7 @@
</antcall>
</target>

<target name="linux32-build" depends="linux-libastyle-x86" description="Build linux (32-bit) version">
<target name="linux32-build" depends="linux-liblistserials-x86" description="Build linux (32-bit) version">
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
<param name="JVM" value="${LINUX32_BUNDLED_JVM}"/>
</antcall>
Expand All @@ -799,7 +799,7 @@
</antcall>
</target>

<target name="linux64-build" depends="linux-libastyle-x86" description="Build linux (64-bit) version">
<target name="linux64-build" depends="linux-liblistserials-x86" description="Build linux (64-bit) version">
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
<param name="JVM" value="${LINUX64_BUNDLED_JVM}"/>
</antcall>
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy