Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the router API functions noexcept | Chris Robinson | 2023-05-22 | 1 | -22/+22 |
* | Add EFX functions back to the router | Chris Robinson | 2022-06-18 | 1 | -69/+154 |
* | Don't handle EFX functions in the router | Chris Robinson | 2022-02-26 | 1 | -34/+0 |
* | Work around a MinGW thread_local bug | Chris Robinson | 2021-12-20 | 1 | -9/+9 |
* | Export EFX functions from the router | Chris Robinson | 2021-01-27 | 1 | -1/+35 |
* | Use a recursive_mutex for the router enumeration lock | Chris Robinson | 2020-09-05 | 1 | -38/+34 |
* | Fix up some more uses of [AL[C]]void | Chris Robinson | 2020-04-28 | 1 | -2/+2 |
* | Cleanup some router warnings | Chris Robinson | 2019-09-20 | 1 | -19/+19 |
* | Add and use custom string types and functions | Chris Robinson | 2019-09-16 | 1 | -1/+2 |
* | Fix an MSVC warning | Chris Robinson | 2018-12-12 | 1 | -1/+1 |
* | Add a missing include for array | Chris Robinson | 2018-10-30 | 1 | -0/+1 |
* | Clean up the router's PtrIntMap | Chris Robinson | 2018-10-30 | 1 | -36/+26 |
* | Use std::array instead of raw arrays | Chris Robinson | 2018-10-30 | 1 | -25/+19 |
* | Use std::vector instead of custom dynamic arrays | Chris Robinson | 2018-10-30 | 1 | -106/+105 |
* | Use C++ atomics and mutexes in the router | Chris Robinson | 2018-10-30 | 1 | -75/+67 |
* | Convert the router to C++ | Chris Robinson | 2018-10-30 | 1 | -0/+959 |