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 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
David Sansome
|
6579392d22
|
Format XML playlists nicely with 2-space indentation. Fixes #4067
|
2014-01-05 10:12:11 +11:00 |
David Sansome
|
1208ba308f
|
Add a parser for WPL playlists. Fixes issue 3437
|
2013-02-05 23:19:19 +11:00 |