Alpine build tools
Go to file
Samanta Navarro f2ab775123 abuild: avoid calculations with void pointers
Arithmetic operations with void pointers are an extension by some
compilers and not part of the C standard, which does not specify the
size of void.

CFLAGS with -pedantic reveals this during compile time. I have adjusted
the usage of ?: so CFLAGS can contain -pedantic now.
2021-10-11 18:34:27 +00:00
tests abuild-sign: Do not record uid and user name in index 2021-10-11 20:08:51 +02:00
.editorconfig .editorconfig: add Makefile rules 2020-03-23 13:16:01 +00:00
.gitattributes abuild-sign: Do not record uid and user name in index 2021-10-11 20:08:51 +02:00
.gitignore Convert man pages to scdoc 2021-10-11 18:31:29 +00:00
.gitlab-ci.yml ci: add job to run tests 2021-10-07 17:24:10 +02:00
APKBUILD.5.scd Convert man pages to scdoc 2021-10-11 18:31:29 +00:00
COPYING add license GPL-2.0-only WITH OpenSSL-Exception 2020-10-23 11:30:25 -03:00
Makefile abuild: avoid calculations with void pointers 2021-10-11 18:34:27 +00:00
abuild-fetch.c abuild: fix typos 2021-09-21 09:15:34 +00:00
abuild-gzsplit.c abuild: avoid calculations with void pointers 2021-10-11 18:34:27 +00:00
abuild-keygen.in abuild-keygen: make cp non-interactive with -n 2021-09-27 20:08:30 +02:00
abuild-rmtemp.c *: say we are using GPL-2.0-only 2020-10-23 11:39:18 -03:00
abuild-sign.in abuild-sign: Do not record uid and user name in index 2021-10-11 20:08:51 +02:00
abuild-sudo.c abuild: avoid calculations with void pointers 2021-10-11 18:34:27 +00:00
abuild-tar.c abuild: avoid calculations with void pointers 2021-10-11 18:34:27 +00:00
abuild.conf abuild.conf: add CARGO_BUILD_JOBS 2021-04-23 09:52:04 +02:00
abuild.in abuild: default_dbg: various fixes 2021-10-11 15:33:01 +00:00
abump.in abuild: fix typos 2021-09-21 09:15:34 +00:00
apkbuild-cpan.in apkbuild-cpan.in: prevent inserting extra new line before checksum on upgrade 2021-06-10 14:31:02 +00:00
apkbuild-gem-resolver.in add .editorconfig and fix code formatting 2016-08-20 16:16:37 +02:00
apkbuild-pypi.in apkbuild-pypi.in: remove empty variables 2021-01-23 20:43:26 +00:00
apkgrel.in *: say we are using GPL-2.0-only 2020-10-23 11:39:18 -03:00
bootchartd replace deprecated `...` syntax with $(...) in shell scripts 2016-08-23 00:09:07 +02:00
buildlab.in allow override sharedir for testing 2019-11-07 11:42:23 +00:00
checkapk.in *: say we are using GPL-2.0-only 2020-10-23 11:39:18 -03:00
config.guess Update config.guess, config.sub, to 2020-11-19 2021-01-04 20:28:09 +01:00
config.sub Update config.guess, config.sub, to 2020-11-19 2021-01-04 20:28:09 +01:00
functions.sh.in functions: add hostspecs for riscv32/riscv64 2020-05-28 13:12:22 -06:00
newapkbuild.1.scd Convert man pages to scdoc 2021-10-11 18:31:29 +00:00
newapkbuild.in abuild: fix typos 2021-09-21 09:15:34 +00:00
sample.APKBUILD sample.APKBUILD: use https for sourceforge download links 2018-09-24 21:43:49 +02:00
sample.confd sample: use lowercase in init.d/conf.d sample files 2009-12-30 08:55:33 +00:00
sample.initd sample.initd: modernize 2016-06-13 12:34:05 +00:00
sample.post-install fix typo in sample for pre and post install 2020-02-05 17:27:26 +01:00
sample.pre-install fix typo in sample for pre and post install 2020-02-05 17:27:26 +01:00