Archive for 23. November 2006

More tests in BinaryReaderTest
Dear all Here are some more tests I added... Btw, I am reading a fantastic book "Agile Java" by Jeff Langr. It is a fascinating read... Jeff says "... one big reason for (more...)
Re: Re: Re: Re: SourceComment: BDecoder::readInt()
Hi Atul, I could perfectly parse ;-) your patch. It’s remarkable how a few lines of code can be worth more than hundred words ;-). I’m a bit concerned about adding this (more...)
SourceComment: I like this readInt() version ;-)
Dear all 0. I was troubled by the asymmetry of the marker handling... So a little more refactoring led me to this... -- Let me know...
Re: Re: Re: SourceComment: BDecoder::readInt()
Hey Peter Here is what I mean - the patch ( and all the tests pass ;-) 0. BDecoder::readInt() just verifies the markers 'i' etc. 1. readInt() is pushed to BinaryReader ( it (more...)
Re: CppUnit findings and extension proposal
Wow this is very good mate ... I think the SUB_SUITE is the thing we need... I will look into it ... --- cheers atul Peter Dimov wrote: Hello everybody, I’d like to present some (more...)
CppUnit findings and extension proposal
Hello everybody, I’d like to present some of my recent findings about CppUnit and propose a way to extend the functionality of this nice framework to make it possible to write (more...)