Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DatabaseSave: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -4/+2 |
| | |||||
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -6/+2 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -4/+4 |
| | |||||
* | fs/Charset: GetFSCharset() returns "utf-8" by default | Max Kellermann | 2013-10-17 | 1 | -6/+5 |
| | | | | | | If fs_charset is empty, i.e. we're using the default "utf-8", GetFSCharset() should return exactly that instead of an empty std::string. | ||||
* | fs/Path: move configuration code to Config.cxx | Max Kellermann | 2013-10-17 | 1 | -3/+3 |
| | |||||
* | fs/Path: include cleanup | Max Kellermann | 2013-10-17 | 1 | -0/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -4/+2 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | | | | Move to TagSettings.c and use C99 initializers. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -23/+21 |
| | | | | Replaces GLib's GError. | ||||
* | DatabaseSave: eliminate redundant db_quark() implementation | Max Kellermann | 2013-09-03 | 1 | -7/+1 |
| | |||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Path: convert remaining funcs to methods, keep fs_charset as std::string | Denis Krjuchkov | 2013-01-28 | 1 | -6/+7 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -4/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -2/+2 |
| | |||||
* | TextFile: convert to a class | Max Kellermann | 2013-01-03 | 1 | -11/+4 |
| | |||||
* | text_file: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | db_lock: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | db_save, state_file: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+182 |