kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
0e7a252d 2015-09-11 17:11:37 update changelog for 2.2.4
0c125d1e 2015-09-11 17:10:11 bump version to 2.2.4
14fbc410 2015-09-11 09:10:57 speed up builds without killing os x perhaps
f927fc2a 2015-09-11 08:03:56 add cmake test support
e953fdbb 2015-09-11 09:11:08 add -lrt check for linux
5c164446 2015-09-08 22:50:34 Small README typo
b8853fd0 2015-09-10 07:18:08 ensure headers are sanitized before release When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude.
aad86fe1 2015-09-09 06:01:52 remove support for old MSVC versions, KNF
72039968 2015-09-09 05:15:06 Do not build lib-objects targets if we are just building static libs. This confuses some cmake targets.
9c2f0ef5 2015-09-08 15:00:09 updates for MSVC 2015's degenerate headers Note that 'perror' moves from stdio.h to stdlib.h, and 'rename' moves from stdio.h to io.h. Also, standard C includes move from the compiler to the Windows SDK, which changes the base path for the include files.