Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -3/+1 |
| | |||||
* | UpdateWalk: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -4/+2 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -40/+41 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -11/+11 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -10/+10 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -3/+4 |
| | |||||
* | *: use WIN32 instead of G_OS_WIN32 | Max Kellermann | 2013-10-15 | 1 | -2/+2 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | fs/Path: add separator constants/functions | Max Kellermann | 2013-10-14 | 1 | -2/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -7/+8 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+2 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -4/+4 |
| | |||||
* | UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8 | Denis Krjuchkov | 2013-05-06 | 1 | -27/+23 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -4/+1 |
| | |||||
* | UpdateWalk.cxx: use FileExists | Denis Krjuchkov | 2013-02-02 | 1 | -3/+2 |
| | |||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -2/+2 |
| | | | | required | ||||
* | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 2013-01-28 | 1 | -11/+8 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -27/+15 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | ExcludeList: convert to a class | Max Kellermann | 2013-01-03 | 1 | -9/+8 |
| | |||||
* | exclude: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | PlaylistVector: use std::list | Max Kellermann | 2013-01-03 | 1 | -8/+8 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -22/+21 |
| | |||||
* | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -6/+5 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | PlaylistInfo: rename class, use std::string | Max Kellermann | 2013-01-02 | 1 | -5/+8 |
| | |||||
* | db_lock: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | playlist_vector: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+511 |