- 15 Jan, 2014 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't create an intermediate Song instance when all we want is a DetachedSong.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Jan, 2014 29 commits
-
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
Don't duplicate the MIME type when it gets passed to a std::string.
-
Max Kellermann authored
This pointer was allocated by libc, not by GLib.
-
Max Kellermann authored
Automate the life cycle, making the code safer.
-
Max Kellermann authored
Replaces "m_title" and "m_props". More bloat removed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
There is no use in duplicating these containers. It only means that we have to search both, duplicating the code.
-
Max Kellermann authored
-
Max Kellermann authored
Don't fail silently.
-
Max Kellermann authored
-
Max Kellermann authored
Call titleToPathElt() only once for each object.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We need this only for path names.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Not necessary, not worth the check.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Contrary to setTerminateAndWait()'s documentation, the method does wait for worker threads to exit via pthread_join().
-
Max Kellermann authored
Reduce bloat further.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
-