Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: add missing Compiler.h includes | Max Kellermann | 2014-08-30 | 1 | -0/+1 |
| | | | | Necessary for "final" on gcc 4.6. | ||||
* | db/update/Remove: initialize attribute "removed_song" | Max Kellermann | 2014-02-05 | 1 | -1/+2 |
| | | | | Fixes bogus assertion failure. | ||||
* | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | 2014-02-04 | 1 | -2/+5 |
| | | | | Decouples db/update/Remove.cpp from global variables. | ||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -0/+57 |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. |