Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1b2044f3 | 2020-05-01 11:02:09 | Land #578, add support for use of static MSVC runtimes | ||
| 012014df | 2020-05-01 08:31:11 | more MSVC build/test tweaks | ||
| ee9d53e2 | 2020-05-01 04:58:48 | specify architecture separately | ||
| 13159a59 | 2020-05-01 04:34:48 | make cmake version bump conditional on MSVC | ||
| 1c3377ba | 2020-05-01 04:09:57 | bump cmake and appveyor build environment | ||
| af852925 | 2020-05-01 03:58:43 | Land #583, add regress record_layer_test | ||
| ea57e53c | 2020-04-28 23:52:37 | Add regress record_layer_test | ||
| 4d07b727 | 2020-04-20 20:28:48 | Force use of 3.15.7 | ||
| e34586db | 2020-04-14 22:38:10 | include <windows.h> | ||
| 79f2a52a | 2020-04-14 22:29:37 | avoid exporting a sleep() symbol from libcrypto Since it seems only MSVC lacks sleep(), and it's only used by apps, lets special-case that and make it available as a static inline function instead. |