Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/termux/termux-elf-cleaner
Utility to remove unused ELF sections causing warnings.
https://github.com/termux/termux-elf-cleaner
5af92859785f773f3d5f30c6d5a1a042844412ab authored 12 months ago by Henrik Grimler <[email protected]>
And update copyright years while we are at it.
e4f87f8d13541779756f4907c6957d2a000653da authored about 1 year ago by Henrik Grimler <[email protected]>9578f2c4bcb3034acecab452f7180e63b51491da authored about 1 year ago by Chongyun Lee <[email protected]>
So that check passes. Need to fix this though, order of args should
not matter.
Check so no errors are raised.
f0dfed4401fc2348bb1efa93f02b80b8ce6f8909 authored about 1 year ago by Henrik Grimler <[email protected]>Or at least attempt to, we'll see next release..
b195a18d36716a909092d290678ed0ecfd8b21a2 authored about 1 year ago by Henrik Grimler <[email protected]>d08dfdc73ff5b6061e134b90bec16489655015f5 authored about 1 year ago by Henrik Grimler <[email protected]>
Needed on some systems to get pthread functions.
2d93754d61d3166124d77e2ae2d56ee796a1927c authored about 1 year ago by Henrik Grimler <[email protected]>5e679bc8d46aac5c8e3ce647b5674f998a36225c authored about 1 year ago by XniceCraft <[email protected]>
Instead of copying the front item then temporary store it, we create a variable that store where ...
04755b31885d39acbd8815954f1f8d2446f1cda7 authored about 1 year ago by XniceCraft <[email protected]>438413728aa2555a11d705499c8c1bf7cb2bb797 authored about 1 year ago by XniceCraft <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...
7efc05090675ec6161b7def862728086a26c3b1f authored about 2 years ago by Lucy Phipps <[email protected]>
aa3819ebf219b650e57cf56c224faa94e53875e9 authored over 2 years ago by Henrik Grimler <[email protected]>
faec33a93056104c5fd0934b4d2462ad439f59b6 authored over 2 years ago by Henrik Grimler <[email protected]>
43737095e7b97b701b193cb0bfc48ba32ea01ba7 authored over 2 years ago by Henrik Grimler <[email protected]>
1d6aeb798e5982a1241f416cff203cf1777d165a authored over 2 years ago by Henrik Grimler <[email protected]>
Otherwise the tests are rather futile, we want to test new changes.
f5d64241c27a0f4a6388778000df3d5ae5494550 authored over 2 years ago by Henrik Grimler <[email protected]>package.m4 and testsuite belong in the builddir.
344849b66b4aeb97f78865ea379c94dc09910811 authored over 2 years ago by Henrik Grimler <[email protected]>
Changes in this file requires a re-build before we can run make check
again.
testsuite files are based on how tar does it, and 'tar' here was
missed in re-branding.
4277f30b6afbc675dd36dd9abcad7ea428f5ec0d authored over 2 years ago by Henrik Grimler <[email protected]>
In preparation of making it possible to run elf-cleaner on several
threads in parallel.
It does not really cause any issues at the moment since we exit right
after returning, but for f...
Instead of exiting, there is no reason to use exit here since we are
in the main() function.
232c7bdec35dbd7b0809667840b41356101ba12e authored over 2 years ago by Henrik Grimler <[email protected]>
Should have been removed when we moved to a configure + automake
script.
26fe492a0e6d300e6d334a004f710319e59e0351 authored over 2 years ago by Henrik Grimler <[email protected]>
62de060fc18c4ff0c6643ff2aac8db87094b76b1 authored over 2 years ago by Henrik Grimler <[email protected]>
fa4e5461d7269001653e5cef08bfe818146739e9 authored over 2 years ago by Henrik Grimler <[email protected]>
86b6b3f147cd6e25750813a30d27d053f80346e1 authored over 2 years ago by Henrik Grimler <[email protected]>
Program has been quite heavily rewritten, so lets jump from 1.X to
2.0.0.
So that the Makefile is aware of modifications.
d49f06f056bd0bf0f9d30681aabb423757b997f7 authored over 2 years ago by Henrik Grimler <[email protected]>Using similar action as for termux-{app,api, ..}.
1c46a610d4eda383711e1dae82a3595910b752da authored over 2 years ago by Henrik Grimler <[email protected]>ed409f7a3ecaa285ddd4d5ddd5c8da38b8795d42 authored over 2 years ago by Henrik Grimler <[email protected]>
bb48d379c065d54ea8d979dba7e964efe53c883e authored over 2 years ago by Henrik Grimler <[email protected]>
And remove author section, copyright info is kept individual file
headers.
Valgrind needs the tls alignment fix, so add original as well as fixed
one that can be used for ...
57db203ad98055d5b1032da1589d471d0076bda0 authored over 2 years ago by Henrik Grimler <[email protected]>
Add both un-cleaned ones, and cleaned ones for api level 24, for all
arches.
Lets simply run termux-elf-cleaner on some programs/libraries and
check so that output is what w...
It is not supported on api level 22.
cea29547ff0637c8d4c60e5e89b1619551feac13 authored over 2 years ago by Henrik Grimler <[email protected]>
If any such entries are found. Ported from:
https://github.com/Lzhiyong/termux-ndk/blob/master/...
To allow for checking if there are any unsupported entries in a
program, but without modifying t...
We can then choose target api level during runtime and not just at
compile time. --api-level NN ...
If given, none of the info messages about removed entries will be
printed (error messages are pr...
In all printed messages, use PACKAGE_NAME instead.
afb1dd4db51f5b4d168d1c31ffc379217642d8dd authored over 2 years ago by Henrik Grimler <[email protected]>
Print info about termux-elf-cleaner and copyright information if
given.
Similar to what emacs uses. Will make it easier to add more options
in future updates.
As recommended by the GPL.
f73f4929bd8ea65c3eec219aae65a82dcf474dec authored over 2 years ago by Henrik Grimler <[email protected]>4553b82ab3e2a2bf5f451580d35bbf910495742f authored over 2 years ago by Henrik Grimler <[email protected]>
It is used by other projects, so lets rename it to something that
sounds less termux specific. ...
Instead of just a Makefile. Also set version to 1.10.0 (instead of
1.10) to follow semantic vers...
c552309e28ce07e70faeb56951836d301d02d64d authored over 2 years ago by Henrik Grimler <[email protected]>
cdb82e698ae10c3a85e35d09198fccd275fdb00c authored over 2 years ago by Ole André Vadla Ravnås <[email protected]>
9c739fffcf477768e2855cd243b167721d19b2de authored about 3 years ago by Lucy Phipps <[email protected]>
603651c0b37eb49207f367fdd24b9b8543b36d79 authored over 3 years ago by Henrik Grimler <[email protected]>
ee5385e004a9d67bdc289e43939691b260e06b03 authored over 4 years ago by Lucas Ramage <[email protected]>
See: https://www.gnu.org/prep/standards/standards.html#Releases
fa4d787cf5f3c75d32fbc1aba7cac694bac20b2c authored over 4 years ago by Lucas Ramage <[email protected]>This reverts commit 334efd1923c563e19d00e655dfbfb2f9f7031bb1.
Reverting since it causes https:/...
4921e270cd5a1eed96005ef11d5425d5fffa8bb8 authored about 5 years ago by Leonid Plyushch <[email protected]>334efd1923c563e19d00e655dfbfb2f9f7031bb1 authored over 5 years ago by Leonid Plyushch <[email protected]>
Better compatibility with Android 5.
507e03680bf0b938aab0331b59b87d1bd7fa8c13 authored over 5 years ago by Leonid Plyushch <[email protected]>a768250ee5c5d01f8ee55a1d5b8b32449ff8d167 authored almost 6 years ago by Leonid Plyushch <[email protected]>
0080ba83a1d7ef59f92aae341fba7b589be0eb11 authored almost 6 years ago by Leonid Plyushch <[email protected]>
Remove DT_VERSYM, DT_VERNEEDED, DT_VERNEEDNUM, DT_VERDEF,
DT_VERDEFNUM only on Android 5.
Keep ...
623f314cee94e5344588c40b7eb72a492f4e9b02 authored almost 6 years ago by Leonid Plyushch <[email protected]>
Android started supporting DF_1_NODELETE in 6.0 - older versions
can keep warning about it.
Remove unsupported flags in DT_FLAGS_1
0bb77addef1cdfb3d45eeec1b2c79ab0b3101c1b authored about 7 years ago by Fredrik Fornwall <[email protected]>4aba69642ba6ba8eb27623cec97a43a66e839955 authored about 7 years ago by kiva <[email protected]>
0b9fa718cc8851cc8f065de5edd6850ffd90ff61 authored over 7 years ago by Fredrik Fornwall <[email protected]>
70013cf9ed92ddd39c35f2d86205e7375ecff773 authored over 7 years ago by Fredrik Fornwall <[email protected]>
96066937f50e2eae63cc242c43ee88666f9a4bf6 authored over 7 years ago by Fredrik Fornwall <[email protected]>