Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -10/+8 |
* | Add debugging code to test for various locking faux-pas's, when running in si... | Owen Anderson | 2009-06-20 | 1 | -1/+22 |
* | Fix weird class-size-being-different problems. At some level this is being c... | Owen Anderson | 2009-06-19 | 1 | -4/+2 |
* | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 1 | -14/+58 |
* | Reapply r73647 in a non-broken form. | Owen Anderson | 2009-06-17 | 1 | -1/+1 |
* | Protect the GC table in Function.cpp | Owen Anderson | 2009-06-17 | 1 | -0/+14 |
* | Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d... | Owen Anderson | 2009-06-17 | 1 | -0/+14 |
* | Fix #include guards. | Owen Anderson | 2009-06-16 | 1 | -2/+2 |
* | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 1 | -0/+84 |