- 17 Apr, 2020 29 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This will be used for TLS pages, among other things.
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Also add a missing include.
-
bunnei authored
-
bunnei authored
- helpful to disambiguate Kernel::Memory namespace.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Adds memory alignment fixes.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
kernel/thread: Resolve -Wswitch warnings
-
bunnei authored
CMakeLists: Specify -Wextra on linux builds
-
- 16 Apr, 2020 11 commits
-
-
Fernando Sahmkow authored
buffer_cache: Return handles instead of pointer to handles
-
bunnei authored
externals: Use shared libraries if possible
-
Markus Wick authored
This is mostly done by pkgconfig. I've focused on the larger and more stable libraries.
-
Markus Wick authored
Neither core nor web_services use OpenSSL nor LibreSSL. However they need to link them as it's a requirement of httplib. So let's declare this within httplib instead of core and web_services.
-
Markus Wick authored
-
Rodrigo Locatti authored
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
-
ReinUsesLisp authored
The original idea of returning pointers is that handles can be moved. The problem is that the implementation didn't take that in mind and made everything harder to work with. This commit drops pointer to handles and returns the handles themselves. While it is still true that handles can be invalidated, this way we get an old handle instead of a dangling pointer. This problem can be solved in the future with sparse buffers.
-
Rodrigo Locatti authored
decode/shift: Remove unused variable within Shift()
-
Rodrigo Locatti authored
surface_view: Add missing operator!= to ViewParams
-
Rodrigo Locatti authored
gl_device: Mark stage_swizzle as constexpr
-
Rodrigo Locatti authored
surface_base: Make IsInside() a const member function
-