aboutsummaryrefslogtreecommitdiffstats
path: root/router/alc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the router API functions noexceptChris Robinson2023-05-221-22/+22
* Add EFX functions back to the routerChris Robinson2022-06-181-69/+154
* Don't handle EFX functions in the routerChris Robinson2022-02-261-34/+0
* Work around a MinGW thread_local bugChris Robinson2021-12-201-9/+9
* Export EFX functions from the routerChris Robinson2021-01-271-1/+35
* Use a recursive_mutex for the router enumeration lockChris Robinson2020-09-051-38/+34
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-2/+2
* Cleanup some router warningsChris Robinson2019-09-201-19/+19
* Add and use custom string types and functionsChris Robinson2019-09-161-1/+2
* Fix an MSVC warningChris Robinson2018-12-121-1/+1
* Add a missing include for arrayChris Robinson2018-10-301-0/+1
* Clean up the router's PtrIntMapChris Robinson2018-10-301-36/+26
* Use std::array instead of raw arraysChris Robinson2018-10-301-25/+19
* Use std::vector instead of custom dynamic arraysChris Robinson2018-10-301-106/+105
* Use C++ atomics and mutexes in the routerChris Robinson2018-10-301-75/+67
* Convert the router to C++Chris Robinson2018-10-301-0/+959