Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-04-02 | db/simple/Directory: pass std::string_view to several methods | Max Kellermann | |
2020-03-12 | replace assert.h with cassert | Rosen Penev | |
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-09-05 | db/simple/Directory: RemoveSong() returns SongPtr | Max Kellermann | |
2019-09-04 | db/simple/Song: make "parent" a reference, not a pointer | Max Kellermann | |
2019-09-03 | db/simple/Song: convert "uri" to a std::string | Max Kellermann | |
No longer allocate it as a "VarSize". This used to be a clever trick to save memory 10 years ago, but these days, keeping the code maintainable seems more important than saving a few kilobytes of memory. | |||
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-03-18 | db/update/Remove: pass URI to Remove() | Max Kellermann | |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-12-16 | db/DatabaseLock: add class ScopeDatabaseUnlock | Max Kellermann | |
2015-12-16 | db/simple: use class ScopeDatabaseLock | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-06-16 | db/simple: use class boost::intrusive::list | Max Kellermann | |
Remove the C list_head library and use type-safe C++ instead. | |||
2014-02-26 | db/simple: create dedicated directory | Max Kellermann | |
2014-01-31 | db/update/Editor: add locking method variants | Max Kellermann | |
2014-01-30 | db/update: convert to OO API | Max Kellermann | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. |