Clementine-audio-player-Mac.../ext/libclementine-tagreader
John Maguire 3323c2d094 Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
    sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
2014-02-10 14:43:32 +01:00
..
CMakeLists.txt Move everything about reading/writing tags from tagreaderworker to a new tagreader class. 2013-02-22 23:57:31 +01:00
cloudstream.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
cloudstream.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
fmpsparser.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
fmpsparser.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
tagreader.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
tagreader.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
tagreadermessages.proto Update issue 1175: 2013-03-30 23:42:29 +01:00