Commit graph

86 commits

Author SHA1 Message Date
Philippe Teuwen ec820db997 Add DEBUG flag to Makefile 2020-10-20 01:00:00 +02:00
Philippe Teuwen daabdf2e31 Avoid spurious GCC10 stringop-overflow errors
I already got them at several occasions
2020-10-19 21:21:24 +02:00
Philippe Teuwen 66d67bcd9e Makefile: add SANITIZE=1 to chase mem issues (host only) 2020-10-06 16:58:42 +02:00
Philippe Teuwen 25180af135 DEFLDFLAGS 2020-10-06 14:56:26 +02:00
Philippe Teuwen 9ade745f07 rework cryptorf 2020-08-19 21:48:25 +02:00
Philippe Teuwen 278db15f5a Move tests to tools/pm3_tests.sh and add "make check" to call it 2020-05-22 18:35:27 +02:00
iceman1001 d40251ff0b Revert "Release v4.9237 - Ice Coffee "
This reverts commit 833bc4d9a3.
2020-05-21 21:55:15 +02:00
iceman1001 833bc4d9a3 Release v4.9237 - Ice Coffee 2020-05-21 21:55:15 +02:00
Philippe Teuwen bf5c054414 Revert "Release v4.9230 - Ice Coffee "
This reverts commit db2e97c860.
2020-05-21 12:51:35 +02:00
Philippe Teuwen db2e97c860 Release v4.9230 - Ice Coffee 2020-05-21 12:51:35 +02:00
iceman1001 3e389c6e07 Revert "Release v4.9224 - Ice Coffee "
This reverts commit 9cec93fd54.
2020-05-21 09:25:32 +02:00
iceman1001 9cec93fd54 Release v4.9224 - Ice Coffee 2020-05-21 09:25:32 +02:00
iceman1001 521a76d3c2 Revert "Release v4.9222 - Ice Coffee "
This reverts commit a5aeadc339.
2020-05-21 09:24:38 +02:00
iceman1001 a5aeadc339 Release v4.9222 - Ice Coffee 2020-05-21 09:23:32 +02:00
Philippe Teuwen 0172b0638b Makefile: wrap sh and perl calls 2020-05-20 21:11:45 +02:00
Philippe Teuwen 15ccb34535 Add -Wconversion in EXTRACFLAGS 2020-05-20 18:41:10 +02:00
Philippe Teuwen 2c4eda6ab9 Fix 2 issues in proxendian.h, see details:
Only some OSes include endian.h from sys/types.h, not Termux, so let's include endian.h directly.
Moreover the past logic defined BYTE_ORDER to an undef macro, so BYTE_ORDER was not undef but def to 0
and BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN was always false as (0!=0 && 0!=0)
2020-05-13 02:09:03 +02:00
Philippe Teuwen de47514aec Fix for issue #730 2020-05-13 01:33:22 +02:00
Philippe Teuwen 61610a5c61 fiddling with makefile 2020-05-12 01:49:01 +02:00
Philippe Teuwen c719e545dc add -Wswitch-enum flag 2020-05-12 00:35:43 +02:00
Philippe Teuwen 5ee82d6354 Add old-style-definition warning 2020-05-12 00:35:43 +02:00
Philippe Teuwen a7c00ecef0 warnings 2020-05-09 16:12:54 +02:00
Philippe Teuwen 5c09e33de6 extra warnings 2020-05-09 15:06:28 +02:00
Philippe Teuwen ee61d028a4 textual 2020-05-09 13:15:53 +02:00
Philippe Teuwen 92a1f82135 Activate -Wmissing-field-initializers 2020-05-09 12:42:42 +02:00
Philippe Teuwen d00714d43a unknown to clang < 8: -Woverride-init 2020-05-04 10:38:21 +02:00
Philippe Teuwen 00de69e57e adjust warning flags 2020-05-04 02:13:11 +02:00
Philippe Teuwen c59791d21c more warnings 2020-05-04 01:42:59 +02:00
Philippe Teuwen 58f71d97f5 silent some bad-function-cast 2020-05-04 01:18:26 +02:00
Philippe Teuwen 723503b74e unshadow vars 2020-05-03 22:50:03 +02:00
Philippe Teuwen 4d4984657e activate more warnings and ease their mgmt 2020-05-03 19:46:11 +02:00
Philippe Teuwen 9cf2cd7ca9 remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
Philippe Teuwen 70a7a99751 make install: more flexible on relpath tuning 2019-09-05 08:45:12 +02:00
Philippe Teuwen 595fde5312 update scripts to work with make install 2019-08-30 23:35:29 +02:00
Philippe Teuwen 742b62502e make install, second half 2019-08-30 22:44:52 +02:00
Philippe Teuwen 3245260c00 Add Makefile.defs with common defs 2019-08-30 22:10:06 +02:00