aboutsummaryrefslogtreecommitdiffstats
path: root/include/uintmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Use separate arrays for UIntMap keys and valuesChris Robinson2016-07-041-5/+5
|
* Use al_malloc/al_free for the UIntMap arrayChris Robinson2016-07-041-1/+1
|
* Hold the source map lock while handling itChris Robinson2016-05-101-0/+2
|
* Add extern "C" to common headers.Chris Robinson2014-05-291-0/+8
|
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-071-0/+35
This should make the code in common completely self-reliant.