kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
45065de1 2015-03-21 19:04:54 rework tests Makefile.am There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default.
e38dc152 2015-03-04 11:55:50 Allow to disable tests easily - Introduce the tests_disabled array, add biotest, explicit_bzero and pidwraptest. - Add preceeding comment to explain why every test is skipped - Rearrange loops generating Makefile.am dependencies to look for tests in tests_disabled first and skip them. Signed-off-by: Corinna Vinschen <github@cygwin.de>
9cad5993 2015-03-03 18:39:31 Drop test for adding -lssp again, not required with latest libtool Signed-off-by: Corinna Vinschen <github@cygwin.de>
98902539 2015-03-03 16:37:23 Add preliminary Cygwin support Signed-off-by: Corinna Vinschen <github@cygwin.de>
d193b171 2015-03-02 23:17:48 Add '-windows' to windows binary archive.
79492b46 2015-03-02 23:14:35 add windows README, package README files with distribution
e0855bdb 2015-03-02 21:12:47 point out where to report bugs, update links.
3b3a290b 2015-03-02 20:47:26 update changelog with security updates
3cb34ee9 2015-03-01 17:37:12 add a simple code coverage generation script The lcov tools (http://ltp.sourceforge.net/coverage/lcov.php) are required to generate reports. Original idea from this PR, thanks to Jim Barlow for doing the initial integration work. https://github.com/libressl-portable/portable/pull/58
701aa50e 2015-03-01 17:16:00 ignore temp windows library build files