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 |
John Maguire
|
04db045c30
|
Truncate name used for mdns service.
|
2013-02-22 15:29:00 +01:00 |
John Maguire
|
def697c31a
|
Add truncation support to Zeroconf with test.
|
2013-02-22 14:53:54 +01:00 |
John Maguire
|
0b60a17a2b
|
Add MDNS implementation for windows.
|
2013-01-17 14:11:15 +01:00 |
John Maguire
|
7d09548243
|
Add mDNS service publishing on Mac.
|
2013-01-16 15:26:35 +01:00 |
John Maguire
|
0e226cc34b
|
Add mDNS service publishing on Linux for the remote control.
|
2013-01-16 14:56:31 +01:00 |