Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -10/+0 |
| | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | SongSticker: use Song references | Max Kellermann | 2014-01-08 | 1 | -20/+15 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -6/+6 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -8/+8 |
| | |||||
* | StickerDatabase: return std::string | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -25/+10 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -38/+24 |
| | |||||
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -5/+5 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -4/+2 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | sticker: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+166 |