Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log the function name instead of the source file and line number | Chris Robinson | 2011-09-02 | 1 | -8/+2 |
* | Don't set a thread priority if real-time isn't requested | Chris Robinson | 2011-08-31 | 1 | -10/+2 |
* | Add a function to initialize a RWLock | Chris Robinson | 2011-08-31 | 1 | -5/+10 |
* | Add a limit to the UIntMap size and use it for sources and effect slots | Chris Robinson | 2011-08-30 | 1 | -1/+8 |
* | Add functions to retrieve the source from the source map while removing it | Chris Robinson | 2011-08-30 | 1 | -0/+29 |
* | Use a generic int type to handle enum swaps | Chris Robinson | 2011-08-29 | 1 | -2/+2 |
* | Use a read-write lock to protect access to the UInt maps | Chris Robinson | 2011-08-29 | 1 | -7/+65 |
* | Emulate pthread TLS functions in Windows | Chris Robinson | 2011-08-28 | 1 | -0/+26 |
* | Move the GUID initialization to the helper | Chris Robinson | 2011-08-20 | 1 | -0/+21 |
* | Move some functions into a separate helper source file | Chris Robinson | 2011-08-20 | 1 | -0/+328 |