All releases of Inter-Thread Communication


Release Notes: This release adds a new buildsystem which compiles with gcc 4.


Release Notes: This release has GCC 3.2 support and test suit fixes.


Release Notes: Fix several compilation issues that were caused by using the template under certain circumstances.


Release Notes: A --strip-include-dirs option was added.


Release Notes: A few new accessors, and numerous bugfixes in the Pipe.


Release Notes: A new block feature in the "filling" Pipe::reads, a new -include-prefix option in the preprocessor, and prepending "itclib/" to the includes.


Release Notes: Now uses autoconf. Has a few small bug fixes. This is a release candidate.


Release Notes: A high-speed Pipe (FIFO) class for communicating between threads, and several speed improvements and bugfixes.


Release Notes: New features include a remote-thread procedure call system, a complete threading solution with easy-to-use Thread, Mutex, Semaphore, and Condition classes, several bugfixes, a few small optimizations, support for asyncronous calls, and much more API documentation.


Release Notes: Changes from previous major version include: Optimizations, polling for new events is extremely fast (typically under 10 microseconds) - each function call is under 100us. All variables are supported without the need for transfer functions. Now requires a working pthread implementation, which almost all unices have.