Archive for June 2007

Trac Wiki merging page revisions!
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...)
Small mistake in my last post
I'm sorry, there was one small mistake (wrong parameter: -Wno-multichar) in the previous post in the attached file - this version should be ok.
Additional compiler warnings list
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...)
Re: Trailing semicolon at the end of namespaces
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...)
Re: Trailing semicolon at the end of namespaces
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...)
Trailing semicolon at the end of namespaces
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...)
Re: BitTorrent implementation - what next?
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...)
Re: Packet class \todo - ‘developers/peter/calitko-dev,225′
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...)
Re: BitTorrent implementation - what next?
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...)
Re: Packet class \todo - ‘developers/peter/calitko-dev,225′
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...)

« Previous PageNext Page »