Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-30 | FM-TOWNS AUDIO: fix destructors (thread safety) | athrxx | |
2011-05-29 | FM-TOWNS AUDIO: Unlock internal mutex before calling imuse timer proc. | athrxx | |
2011-05-20 | FM-TOWNS AUDIO: fix gcc warnings | athrxx | |
2011-05-20 | FM-TOWNS AUDIO: fix thread lockups and cleanup | athrxx | |
- fixed lockup situation in imuse destructor (only concerning the fm-towns driver) - fixed lockup situation when AudioCDManager functions get called (in both cases both the main thread and the mixer thread would get locked in different mutex belonging to the other thread) | |||
2011-05-17 | FM-TOWNS AUDIO: Fix GCC warnings | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix several CppCheck warnings | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Fix some bugs and rename some stuff in the midi driver code | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Some midi code fixes and some renaming | athrxx | |
2011-05-17 | FM-TOWNS AUDIO: Improve thread safety | athrxx | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-19 | AUDIO: Changed several places that use PI to use M_PI instead | md5 | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |