ChangeLog

v0.7

  • redesigned thread pool, now simpler and hopefully correct (no more race conditions)
  • simplified condition variables
  • simpler list interface (more like stl)
  • no more special types neccessary (types.hh)

v0.6

  • modified mutex and condition interface
  • again changed job synchronisation to avoid dead-locks
  • removed bugs in mutex unlocking (if already unlocked)

v0.5.1

  • changed thread-synchronisation to avoid dead-locks
  • added delete-flags to automatically remove job-objects if the thread finishes
  • updated docs (thanks to Jean Bouhnik)

v0.5

  • initial public release