Commit Graph

17 Commits

Author SHA1 Message Date
Keith Bostic
5b509b7220 Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Keith Bostic
9be66e1d26 Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h
into their own include file "gcc.h", change the test programs to include
and use the definitions from that file.
2013-11-06 09:18:50 -05:00
Alex Gorrod
1e9c8b91d1 Fix compiler warnings with GCC 4.7.2 on Ubuntu. 2013-11-01 16:18:48 +11:00
Susan LoVerso
fc0207419d Add log_print support to test/thread. 2013-06-05 15:38:28 -04:00
Keith Bostic
963d37a4e6 Update copyright notice to 2013. 2013-01-01 09:45:50 +00:00
Keith Bostic
45c1e2a5a3 Move test program software into the public domain, if anyone wants to
cut-and-paste from it, that's fine with us.
2012-10-26 13:22:45 +00:00
Keith Bostic
ca408b3b2d Split test/thread into two parts, test/thread and test/fops. 2012-05-28 10:59:45 +00:00
Keith Bostic
33c8736b59 lint 2012-05-03 22:14:42 +00:00
Keith Bostic
2de95257d2 lint 2012-05-03 22:08:54 +00:00
Keith Bostic
f94b7ea1e3 Add support for file operations to the test/thread program. 2012-05-03 21:57:43 +00:00
Keith Bostic
e5a7c5a757 lint 2012-03-15 17:59:31 +00:00
Keith Bostic
27c0f27a80 Add the -S option to the test/thread program, that uses a new session
handle on every operation.  This tests issue #178.
2012-03-10 11:58:54 -05:00
Keith Bostic
4879e63e5b More copyright cleanup. 2012-02-01 15:32:36 +00:00
Michael Cahill
3f87e3d087 Fix uninitialized warnings with GCC 4.2. 2012-01-31 10:38:15 +11:00
Michael Cahill
70cf4f359c Use gettimeofday when initializing the random number generator for portability. 2011-08-05 17:49:10 +10:00
Keith Bostic
ee0eb8705f pthread_t on FreeBSD is a pointer, use %p in the printf.
pid_t is an unknown signed type, cast it large.
2011-08-01 10:03:44 -04:00
Keith Bostic
23b20d4de1 Add a small thread-test program. 2011-07-31 11:11:15 -04:00