Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 1 | -1/+1 |
| | | | | | | | but might as well keep it up to date. And it's easier to do it once with a 'perl -pi' command than to update each file over time. Apologies to anyone looking at diffs. | ||||
* | 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 |