| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-05 | General: Fix clang build | Lioncash | |
| Allows building on clang to work again | |||
| 2020-10-20 | Revert "core: Fix clang build" | bunnei | |
| 2020-10-17 | core: Fix clang build | Lioncash | |
| Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
| 2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | |
| 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-27 | Core/Common: Address Feedback. | Fernando Sahmkow | |
| 2020-06-18 | Common: Polish Fiber class, add comments, asserts and more tests. | Fernando Sahmkow | |
| 2020-06-18 | Common: Implement a basic SpinLock class | Fernando Sahmkow | |
