aboutsummaryrefslogtreecommitdiff
path: root/backends/mutex
AgeCommit message (Collapse)Author
2019-04-20ANDROID: Add a pthreads-based mutex managerCameron Cawley
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-02-19NULL: Fix compiler error when using NullMutexManagerThierry Crozat
The compiler error fixed (when trying to set the _mutexManager) is: error: ‘MutexManager’ is an inaccessible base of ‘NullMutexManager’
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
svn-id: r54573
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
svn-id: r54572
2010-11-28Merging the gsoc2010-opengl branchMax Horn
svn-id: r54518
2010-08-12SDL: Make use of SDL_BACKEND instead of platform specific defines.Alejandro Marzini
svn-id: r52029
2010-08-01SYMBIAN platform. Correct building of SDL refacturing for Symbian.Lars Persson
svn-id: r51587
2010-07-03Cleanup and documentation.Alejandro Marzini
svn-id: r50609
2010-06-15Renamed abstract Manager files.Alejandro Marzini
svn-id: r49677
2010-06-12Added virtual desctructor to MutexManager.Alejandro Marzini
svn-id: r49601
2010-06-10Added an abstract version of MutexManager. Deleted DefaultMutexManager, now ↵Alejandro Marzini
it's NullMutexManager. svn-id: r49556
2010-06-09Added directives for avoiding compilation of sdl managers on platforms that ↵Alejandro Marzini
don't use them (Other platforms may also need to be added later) svn-id: r49531
2010-06-09Removed feature methods. Destructor made virtual.Alejandro Marzini
svn-id: r49529
2010-06-05Created SdlMutexManager.Alejandro Marzini
svn-id: r49439
2010-06-04Created DefaultAudioManager and DefaultMutexManager.Alejandro Marzini
Deleted base subsystems, managers will be used instead. svn-id: r49419