Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c53c23c5 | 2017-01-15 10:17:32 | enable tlstest on win32 | ||
| 057e7a85 | 2017-01-15 10:15:51 | add noreturn attribute to compat functions | ||
| dbd5fb28 | 2017-01-15 10:17:13 | add windows versions of socketpair / pipe | ||
| dfb6b11e | 2017-01-15 04:30:41 | include pipe2/socketpair compat for macOS | ||
| 69e2a7fb | 2017-01-15 10:02:37 | handle EBADF, which is returned when a file is passed | ||
| fa20dae3 | 2017-01-13 09:10:59 | start to enable tlstest for portable Disabled on Windows for now due to pipe2/socketpair support. | ||
| 1d934cd2 | 2017-01-15 18:09:13 | Fix to use -export-symbols for libcrypto - generating platform specific crypto/crypto_portable.sym from crypto.sym | ||
| 6db42999 | 2017-01-13 08:15:26 | Land #256, Define CMake library object lists globally | ||
| 63add73d | 2017-01-12 13:41:40 | Define CMake library object lists globally OBJECT collections in CMake don't generate any artifacts so these are safe to hoist out and define globally. library OBJECT targets are just a list of filenames. It can be useful for other projects to include lists of sources directly regardless of build mode (shared, static, or library). | ||
| 5e6c9983 | 2017-01-12 13:38:25 | Use correct CMake base directory offset CMAKE_SOURCE_DIR is the top-level directory of a project, but if you include this as a dependency, the file check locations won't exist at the top level of any parent project. CMAKE_CURRENT_SOURCE_DIR is the actual directory of the current project() regardless of compile mode (standalone or included in another project). |