kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
9b88fa46 2017-07-08 17:46:16 generate the crypto export symbol list at build time we currently do it at configure time, which makes this a generated source, but generated sources should be cleaned up, which breaks 'make clean; make'
33424537 2017-07-06 23:58:40 Land #323, use GNUInstallDirs from cmake to specify install paths
52080abb 2017-07-06 23:57:05 Land #326, fix tests/tlstest.bat argument order
322b8236 2017-07-07 01:40:35 fix tests/tlstest.bat
1f777716 2017-07-07 00:46:48 update netcat patch
a2bd5eba 2017-07-06 01:49:43 use GNUInstallDirs from cmake to specify install paths. Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
728bda18 2017-07-05 23:17:49 Land #318, Fix CMake module include path
8a658c37 2017-07-05 23:16:45 Land #316, Remove misleading CFLAGS / LDFLAGS
fe79df3c 2017-06-15 23:11:13 Fix CMake module include path Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project.
8b80bcda 2017-06-11 11:21:34 re-add getpagesize fallback, needed for Android