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
|
09dfd31630
|
Add a qHash(QUrl) overload for Qt < 4.7
|
2012-03-12 14:10:16 +00:00 |
David Sansome
|
71fe57b3ae
|
Record the time of the last successful podcast update
|
2012-03-10 12:32:35 +00:00 |
David Sansome
|
d62d874a89
|
Mostly working gpodder.net syncing
|
2012-03-09 18:40:51 +00:00 |
David Sansome
|
b9e08bbfe6
|
Update podcasts on a schedule and on demand. Update them immediately after subscribing, and make episodes appear in the tree.
|
2012-03-09 15:26:15 +00:00 |