Clementine-audio-player-Mac.../ext
Jim Broadus 5b918a70aa Add an optional delete function for Lazy pointers.
This allows a delete function to be provided with the prototype: void d(T*)
This function is passed to the unique_ptr constructor to be used when the object
is released. The default function simply deletes the object, where the default
behavior for unique_ptr would have a specialization for arrays. If Lazy is ever
used with arrays, a delete function should be provided.
2020-05-19 10:39:06 +01:00
..
clementine-spotifyblob Merge branch 'master' into qt5-update 2019-07-21 14:20:59 +02:00
clementine-tagreader Fixes for compiling against qt5 on mac 2018-12-05 18:16:34 +01:00
libclementine-common Add an optional delete function for Lazy pointers. 2020-05-19 10:39:06 +01:00
libclementine-remote Merge remote-tracking branch 'origin/master' into qt5 2019-10-04 16:51:43 +01:00
libclementine-spotifyblob Add syntax to proto files 2019-01-27 14:56:07 +00:00
libclementine-tagreader Handle lyrics tag for mp4 2020-04-19 14:01:25 +01:00