Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-12-08 | core: Remove unnecessary enum casts in log calls | Lioncash | 1 | -6/+6 |
2020-12-07 | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` | comex | 2 | -31/+37 |
2020-12-07 | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ | comex | 2 | -5/+5 |
2020-10-22 | core: Fix clang build pt.3 | Lioncash | 1 | -1/+1 |
2020-10-21 | Revert "core: Fix clang build" | bunnei | 3 | -26/+23 |
2020-10-18 | core: Fix clang build | Lioncash | 3 | -23/+26 |
2020-10-13 | core/CMakeLists: Make some warnings errors | Lioncash | 1 | -24/+24 |
2020-07-23 | network: add missing include for BSDs | Jan Beich | 1 | -0/+2 |
2020-07-19 | core/network: Add network abstraction | ReinUsesLisp | 3 | -0/+833 |