… just not any time soon. I planned on just “cleaning up the code” and then posting it on sourceforge. HA! The code is in such a state that I might as well re write in PHP5 as port it and clean it up. The code was originally written using a pseudo iterative process - for various acadmeic reasons :p. I’ll be spending a few hours each week working on it and this time I’ll spend about 1% of the time doing paper designs/proofs and 99% of my time coding. This code will use some of the same patterns/ideas that I insisted on in the original. By next week there should be a link to a code repository.
In the mean time I’ll be familiarizing myself with distcc’s code base. I’ve looked at it a bit and was amazed at the cleanness of the code. It seems well documented with known bugs and to-do’s clearly marked in the source. Good work!
Comment by Cesar
1 21. June 2006, 3:03 pm o'clock |
It seems the maker(s) of distcc used doxygen’s format to comment their code. I compiled it with doxygen, and you can get the generated external html documentation here :: http://chimecho.shacknet.nu/distcc/doc/html/
Unfortunately, they didn’t comment every struct/function so many fields are blank.