1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 11:19:18 +01:00
Clementine-audio-player-Mac.../ext/clementine-spotifyblob
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 Build spotify blob as c++11 2014-02-06 18:06:25 +01:00
main.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
mediapipeline.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
mediapipeline.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
spotify_utilities.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
spotify_utilities.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
spotify_utilities.mm Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
spotifyclient.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
spotifyclient.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
spotifykey.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00