Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Make Mutex_Factory an abstract class, move the creation of the no-op | lloyd | 2006-07-07 | 1 | -1/+1 |
| | | | | Default_Mutex to the new Default_Mutex_Factory | ||||
* | Support named mutexes outside of the global library state. | lloyd | 2006-06-25 | 1 | -0/+18 |
| | | | | | | Alter the AEP engine to use one in favor of a static Mutex pointer. Fix a stupid typo in an exception message. | ||||
* | Fix the constructor of Mutex_State_Error | lloyd | 2006-06-23 | 1 | -5/+3 |
| | |||||
* | Add a new exception type in src/mutex.cpp to make the code a little more | lloyd | 2006-06-23 | 1 | -2/+12 |
| | | | | readable. | ||||
* | Inline a number of small objects that are only used in a local context | lloyd | 2006-06-23 | 1 | -37/+22 |
| | | | | | | | (ie, a single function). This will, unfortunately, break GCC 2.95.x support. Most of the operating systems that had shipped with 2.95.x, like OpenBSD and QNX, have since upgraded. Anyone needing 2.95.x support will have to continue using 1.4.x | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+73 |