Skip to content

Releases: HerbertKoelman/cpp-pthread

Utility classes

04 Jul 21:08
Compare
Choose a tag to compare

First release to integrate utilities:

  • sync_queue

More will come (i.e. circular_buffer)

v1.4.0

04 Jul 08:05
Compare
Choose a tag to compare
release v1.4.0

Bug fixing

17 Jun 14:40
Compare
Choose a tag to compare
release v1.3.3

bug fixing

Cppchecked version

24 May 10:12
Compare
Choose a tag to compare
  • better error handling
  • optimized use of reference parameters (exceptions, ...)

Tested on AIX 7, Fedora 23 and Mac OS X

Cross compiling issue

21 May 11:38
Compare
Choose a tag to compare
release v1.3.1

* bug fixing

Many fixes and AIX optimizations

20 May 15:25
Compare
Choose a tag to compare
v1.3.0

release v1.3.0

RedHat Fedora 23 port (GCC5 5)

30 Apr 14:20
Compare
Choose a tag to compare
  • Linux port
  • Bug fixes

Minor fixes

30 Apr 14:17
Compare
Choose a tag to compare
v1.2.1

release v1.2.1

Release v1.2.0

03 Apr 14:23
Compare
Choose a tag to compare

In this minor release I re-introduced the notion of thread wrapping: abstract_thread.

To help to run this kind of threads, the helper class thread_group can take in charge the resource handling that this approach introduces.

I've also started of a doxygen documentation with sample code in ti.