Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-24 | Codechange: Use override specifer for overriding member declarations | Henry Wilson | |
This is a C++11 feature that allows the compiler to check that a virtual member declaration overrides a base-class member with the same signature. Also src/blitter/32bpp_anim_sse4.hpp +38 is no longer erroneously marked as virtual despite being a template. | |||
2016-10-30 | (svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) ↵ | frosch | |
threads. (JGR) | |||
2014-12-24 | (svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles) | frosch | |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵ | rubidium | |
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | |||
2014-02-18 | (svn r26353) -Fix (r26349) [FS#5917]: Win32 and OS/2 ↵ | frosch | |
ThreadMutex::WaitForSignal always asserted. | |||
2014-02-16 | (svn r26350) -Fix (r26349): Silly bugs are silly. | frosch | |
2014-02-16 | (svn r26349) -Add: Optional recursive locking of mutexes. | frosch | |
2011-05-01 | (svn r22405) -Document: some more "random-ish" tidbits | rubidium | |
2009-12-29 | (svn r18656) -Feature: Add event semaphore support for OS/2 | orudge | |
2009-09-01 | (svn r17339) -Codechange: move thread related files to their own directory ↵ | rubidium | |
(like done for video, music, sound, etc) |