ΜSync: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
LoganA (talk | contribs)
m moved USync to ΜSync
SquidMan (talk | contribs)
Update to 0.2
Line 5: Line 5:
| type        = library
| type        = library
| author      = [[User:SquidMan|SquidMan]]
| author      = [[User:SquidMan|SquidMan]]
| version    = 0.1x
| version    = 0.2
| download    = http://github.com/SquidMan/uSync
| download    = http://github.com/SquidMan/uSync
| source      = http://github.com/SquidMan/uSync
| source      = http://github.com/SquidMan/uSync
Line 14: Line 14:


== ChangeLog ==
== ChangeLog ==
=== 0.2 ===
* Added a Makefile for BootMii, and a small header for version detection.
=== 0.1x ===
=== 0.1x ===
* Fixed a fatal flaw in uSyncRelease that set the data to NULL if we are holding the data.
* Fixed a fatal flaw in uSyncRelease that set the data to NULL if we are holding the data.

Revision as of 07:58, 10 December 2009

µSync
General
Author(s)SquidMan
TypeLibrary
Version0.2
Links
Download
Website
Source

µSync is a small, lightweight mutex/synchronization library written in C. It is meant to be as small and fast as possible. It is used in LibELM for reentrancy support, but was released as a separate library, as it may have other uses.

ChangeLog

0.2

  • Added a Makefile for BootMii, and a small header for version detection.

0.1x

  • Fixed a fatal flaw in uSyncRelease that set the data to NULL if we are holding the data.