aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
AgeCommit message (Collapse)AuthorFilesLines
2018-09-10cmake: Set the project versionAndreas Schneider1-2/+2
2017-04-07cmocka: Change define to HAVE_CLOCK_REALTIMEAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-09-14Use sigsetjmp()/siglongjmp() when availableJonathon Reinhart1-0/+3
Without using siglongjmp, the signal mask is not restored when longjmp-ing from the signal handler, and whichever signal was being handled remains blocked for the remainder of the tests. As a result, the same signal cannot be caught twice, and will cause process termination when being raised the second time. This does not change 'jmp_buf global_expect_assert_env', because it is part of the public API, and isn't used from a signal handler. Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-11tests: Add io.h for open() and close() on Windows.Andreas Schneider1-0/+3
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-11config: Add missing define for (v)snprintf functions.Andreas Schneider1-0/+18
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-10cmocka: Check if 'struct timespec' is available.Andreas Schneider1-0/+4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-08cmocka: Add correct checks for clock_gettime().Andreas Schneider1-0/+9
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-08cmake: Add configure checks for thread local storage.Andreas Schneider1-0/+6
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-08config: Remove unused options.Andreas Schneider1-15/+0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-08config: Fix define for strsignal().Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2013-12-11config: Add missing define for strsignal().Andreas Schneider1-0/+3
2013-07-10src: Fix ValuePointer conversion on 32bit big endian.Andreas Schneider1-0/+2
2011-05-31build: Added CMake build of cmockery.Andreas Schneider1-0/+136