glib/tests
Sebastian Wilhelmi 1418fe3a6d New File implementing an asynchronous queue to be used for asynchronous
2000-04-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gasyncqueue.c: New File implementing an asynchronous queue to be
	used for asynchronous inter-thread communication.

	* gthreadpool.c: New File implementing a thread pool to be used
	for distributing work among several threads.

	* glib.h: Added the type and function declarations for these two
	types.

	* tests/threadpool-test.c: New File implementing a test for the
	thread pool. This also checks the asynchronous queue underlying
	the thread pool.

	* tests/Makefile.am: Changed accordingly.
2000-04-28 12:24:53 +00:00
..
.cvsignore New File implementing an asynchronous queue to be used for asynchronous 2000-04-28 12:24:53 +00:00
array-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
date-test.c Mention the tests directory. 1999-04-13 21:05:08 +00:00
dirname-test.c Use G_OS_WIN32. 1999-10-05 16:21:07 +00:00
hash-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
list-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
Makefile.am New File implementing an asynchronous queue to be used for asynchronous 2000-04-28 12:24:53 +00:00
makefile.cygwin.in New functions. 1999-07-31 21:45:21 +00:00
makefile.msc.in New functions. 1999-07-31 21:45:21 +00:00
node-test.c Mention the tests directory. 1999-04-13 21:05:08 +00:00
queue-test.c Renamed g_queue_create to g_queue_new in conformance to all other GLib 2000-04-17 10:31:10 +00:00
rand-test.c Moved struct declaration up. Style fixes. 1999-04-12 12:53:37 +00:00
relation-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
slist-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
strfunc-test.c glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy to 1999-08-02 23:16:32 +00:00
string-test.c changed g_str_hash() to a 31 bit version based on a submission by Karl 2000-02-17 11:57:35 +00:00
testgdate.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testgdateparser.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testglib.c minor optimization. 2000-03-01 09:44:10 +00:00
thread-test.c Made the debugging G_TRYLOCK call also work for compilers with funnt 2000-04-19 09:29:19 +00:00
threadpool-test.c New File implementing an asynchronous queue to be used for asynchronous 2000-04-28 12:24:53 +00:00
tree-test.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
type-test.c Added a test for the G_(U)?INT(16|32|64)_FORMAT and 1999-03-16 16:02:05 +00:00