by benbuck, totalnubee
The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore, etc.) for C/C++ under a non-restrictive license.
0.7 (2009-04-11) * Allow copy and assign in C++ mutex and semaphore wrappers. * Add explicit keyword in C++ wrapper constructors. * Add platform to output directory name when building with make. * Add nested threading test. * Fixed compiler warning in ...
The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore) for C/C++ under a non-restrictive license. This release of libpsync adds CMake files for building, and enhanced portability for Linux, Mac OSX, and ...
0.6 (2007-11-08) * Improved POSIX compatibility under Linux and MacOSX. * Added basic 'CMake' build system. * Minor improvements to 'make' system. * Began adding Doxygen support. * Added another thread test.
The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore, etc.) for C/C++ under a non-restrictive license. This release of libpsync features Visual Studio and make files for building, and enhanced ...
0.5 (2007-10-17) * Added Visual Studio 2005 solution and project files. * Added basic 'make' build system. * Changed return type of thread join APIs. * Began adding a few comments in the header. * Fixed a few minor compiler warnings exposed by adding ...
The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore, etc.) for C/C++ under a non-restrictive license. This release has working implementations for Win32, POSIX, and PS3 (PS3 version available only to ...
0.3 (2007-09-24) * Fixed bug in threading test. * Fixed POSIX mutex to allow recursion. * Removed redundant null pointer checks in C++ wrappers. * Added psyncMutexAuto class.
This is the first release of libpsync. This release contains very basic APIs for creating threads, mutexes, and semaphores. It has implementations for Win32, POSIX, and PS3 (PS3 version available only to registered PS3 developers).
0.3 (2007-09-23) * Added C++ wrappers for threads, mutexes, and semaphores.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use