Wow, I didn't know Trac can do that! I just checked the timeline and noticed that Petr and I have modified the same page in a short succession. What is (more...)
Hi Peter,
so I've browsed through the g++ manual and I've found several parameters that we can maybe additionally use. List of them (including their description) is in the attached file (more...)
Hi Peter,
It would actually be great to always add -std=c++98 -pedantic to the compiler flags when using gcc under linux. Actually putting the following in tester.pri, for example, will do (more...)
Hi Petr,
Yes you are right, I didn't know that! We'd better be standard conformant and remove the semicolons!
I actually used to think that namespaces need a semicolon just like (more...)
Hi Peter,
I've just noticed (haven't paid attention to it before) that we have an extra semicolon at the end of all namespaces but there should be no semicolon (according to (more...)
Hi Petr,
My last revision is 130 (see the changeset for changes) so if this movement (”bencoding classes” into a new package) is not a problem for you you can merge (more...)
Hi Peter,
We currently have situations in Gnutella’s PacketProcessor and similar classes where the packets are modified. For example, before forwarding a Gnutella packet its hops has to be increased and (more...)
Hi Peter,
This class meets the strong guarantee of exception safety - objects are
either “empty” (after an object is created) or all their data are valid.
The above statement is not quite (more...)
Hi Petr,
thanks for the links! Now I see that there was a misunderstanding from my side over my “understanding” of reference objects. So, I’ve read some of the posts in (more...)