Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 191fe25b | 2019-09-27 15:21:31 | Fixed rtkit feature guard | ||
| 84dc44e2 | 2019-09-27 15:21:27 | Fix the RealtimeKit dbus include guards The SDL_USE_LIBDBUS define is set inside SDL_debug.h, therefore the circular dependency made it impossible for this feature to be enabled. Instead, guard SDL_dbus.h based on the autoconf variable HAVE_DBUS_DBUS_H Additionally, fix one of the rtkit comments. CAP_SYS_NICE isn't required to achieve high priority. But there is some scheduler config that rtkit needs the app to setup. | ||
| 93a5e4ce | 2019-06-17 08:38:33 | Fixed bug 4667 - Build errors on Linux when building without Threads support Manuel Sabogal There is an issue on the latest commit of the mercurial repo when SDL_THREADS_DISABLED is set: src/core/linux/SDL_threadprio.c:79:28: error: unknown type name 'Sint64'; did you mean 'int' | ||
| 5e13087b | 2019-01-04 22:01:14 | Updated copyright for 2019 | ||
| c7b71371 | 2018-12-05 17:53:38 | Whoops, forgot to add a new source file. :/ |