John Maguire
|
341dc7326f
|
Reformat all C++
|
2020-09-22 14:56:06 +01:00 |
Chocobozzz
|
8b226c2171
|
Update non optionnals sources to qt5
|
2015-04-11 23:24:07 +02:00 |
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
|
aca4ba6073
|
Add a tag widget, and get song tags from last.fm
|
2010-10-10 18:57:23 +00:00 |