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 |
|
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
|
Arnaud Bienner
|
c16e46e41a
|
Remove useless connect from unexisting SoundClouse service SIGNALs.
From copy/pasted code :/
|
2012-09-01 00:45:07 +02:00 |
|
Arnaud Bienner
|
2bf84f77d9
|
Add soundcloud in the global search
|
2012-08-08 23:23:49 +02:00 |
|