kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
ec81c282 2015-01-06 17:45:14 catch GCC versions that only warn on unused flags Noticed while building with GCC 4.2 with HP-UX. Switching the ERROR to a WARN for a first release while we continue to survey the field.
f2d68c7d 2015-01-06 14:16:51 remove bash-style comparisons from tests
0308b63c 2014-12-08 11:08:45 Add support for HP-UX tested on: HP-UX 11.31 ia64, gcc 4.7.1(HP AllianceOne version) gcc 4.2.3(http://hpux.connect.org.uk) HP C/aC++ HP-UX defaults to use LP32 and it treats long as 32 bit (= 4 bytes). This build forces LP64 for treating long as 64 bit.
4b7e7815 2015-01-05 21:21:23 quoting and ensure old_*flags are restored before the 'else'
872ecfd8 2015-01-05 20:31:34 preserve CFLAGS between hardening checks, enable mingw Allow hardening CFLAGS for mingw that do not cause link-time failures. Add proper quoting on flags for commas Check LDFLAGS for linker-only flags.
303b972d 2015-01-05 20:14:54 simplify hardening check logic, disable for mingw Rather than doing separate linker/compiler checks, just build a non-empty program with each so that the compiler will actually try to use the hardening features. Reduce redundancy in the macro calls by just setting the flag that was just tested. Also, disable hardening for mingw, since its trying to use a libssp-0.dll file that I can't find right now. The detected hardening flags break mingw builds currently.
5be407a4 2015-01-02 07:42:15 move public domain to top, help automatic tools
813e7bda 2015-01-01 15:03:03 Change comments to remark on script not being needed for clang >= 5.1
750cc530 2014-12-31 07:17:47 Fix build failure of "make distcheck" (new scripts/ folder missing)
701204bf 2014-12-31 07:06:49 Fix typo causing output of clang test to read "CLANG" instead of yes/no