kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
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
2dc0a6ac 2014-12-30 15:13:19 Merge recent upstream changes with compiler hardening Conflicts: configure.ac
9adc6d64 2014-12-27 16:52:25 Revert "do not double-link libcrypto" This reverts commit c83d468cfd5d3ca60a499b69c0b7c9d0b159d405. It wasn't as superfluous as I thought on all platforms.
c83d468c 2014-12-27 16:34:48 do not double-link libcrypto libssl already has LIBFLAGS for libcrypto, so adding -lcrypto is superfluous.