Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-05-30 | use std chr functions | Rosen Penev | |
The ones in std have overloads for const char/char. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-05-08 | util/Time*: move to time/ | 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-08-11 | db/PlaylistInfo: use std::chrono::system_clock::time_point | Max Kellermann | |
2017-07-05 | util/StringUtil: move strip functions to StringStrip.cxx | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-10-29 | db/simple/Save: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | |
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | |
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-12-08 | TextFile: move to fs subsystem | Denis Krjuchkov | |
2013-10-18 | util/StringUtil: rename strchug_fast_c() to strchug_fast() | Max Kellermann | |
Overload the name. | |||
2013-10-02 | Playlist*: use nullptr instead of NULL | Max Kellermann | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-04-09 | string_util: convert to C++ | Max Kellermann | |
2013-01-03 | TextFile: convert to a class | Max Kellermann | |
2013-01-03 | text_file: convert to C++ | Max Kellermann | |
2013-01-03 | PlaylistVector: use std::list | Max Kellermann | |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann | |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | |