Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |