Archive for 27. June 2007

Re: Trac Wiki merging page revisions!
But it's strange that my change is logged after yours and I don't remember seeing your change... who knows, maybe it was there but I failed to see. Yes, it (more...)
Re: Trac Wiki merging page revisions!
Actually, trac wiki cannot do that ;(. I had to copy&paste my text, open&edit the changed version, paste that text into it and submit. I got something like 'You cannot (more...)
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...)