Welcome, Guest! Log In | Create Account

Share

libpsync

by benbuck, totalnubee

The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore, etc.) for C/C++ under a non-restrictive license.


http://libpsync.sourceforge.net

Software Development

Project Feed

  • libpsync 0.7 file released: libpsync-0.7.tar.gz

    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 ...

    12:54AM on Apr 12 2009

  • libpsync 0.6 released

    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 ...

    07:45AM on Nov 09 2007 by benbuck

  • libpsync 0.6 file released: libpsync-0.6.tar.gz

    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.

    11:26PM on Nov 08 2007

  • libpsync 0.5 released

    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 ...

    07:12AM on Oct 18 2007 by benbuck

  • libpsync 0.5 file released: libpsync-0.5.tar.gz

    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 ...

    12:09AM on Oct 18 2007

  • libpsync 0.4 released

    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 ...

    06:17AM on Sep 30 2007 by benbuck

  • libpsync 0.4 file released: libpsync-0.4.tar.gz

    
                
            
            

    11:10PM on Sep 29 2007

  • libpsync 0.3 file released: libpsync-0.3.tgz

    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.

    12:24AM on Sep 24 2007

  • libpsync 0.1 released

    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).

    04:55AM on Sep 23 2007 by benbuck

  • libpsync 0.2 file released: libpsync-0.2.tgz

    0.3 (2007-09-23)
    
    * Added C++ wrappers for threads, mutexes, and semaphores.

    01:23AM on Sep 21 2007

libpsync Actions