Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -1/+1 | |
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||||
2020-06-18 | Common/Fiber: Address Feedback and Correct Memory leaks. | Fernando Sahmkow | 1 | -8/+9 | |
2020-06-18 | Common/Fiber: Implement Rewind on Boost Context. | Fernando Sahmkow | 1 | -0/+2 | |
2020-06-18 | Common/Fiber: Document fiber interexchange. | Fernando Sahmkow | 1 | -1/+4 | |
2020-06-18 | Common/Fiber: Implement Rewinding. | Fernando Sahmkow | 1 | -0/+8 | |
2020-06-18 | Common/Tests: Address Feedback | Fernando Sahmkow | 1 | -4/+4 | |
2020-06-18 | Common: Make MinGW build use Windows Fibers instead of fcontext_t | Fernando Sahmkow | 1 | -2/+2 | |
2020-06-18 | Common/Tests: Clang Format. | Fernando Sahmkow | 1 | -1/+1 | |
2020-06-18 | Common: Polish Fiber class, add comments, asserts and more tests. | Fernando Sahmkow | 1 | -2/+12 | |
2020-06-18 | Tests: Add tests for fibers and refactor/fix Fiber class | Fernando Sahmkow | 1 | -3/+16 | |
2020-06-18 | Common: Implement a basic Fiber class. | Fernando Sahmkow | 1 | -0/+55 | |