On Mon, Mar 09, 2009 at 04:54:57PM +0100, Tim Nieradzik wrote:
[...] PS: I would like to port some C files to C++ in order to achieve more consistency. What is your opinion on this?
Please don't. C++ is an unfortunate compromise we had to make to be able to use FLTK2. It has increased complexity, reduced portability and we'd like to confine it to a minimum (in size and features).
Submitting a patch for each changed file to the list might be a bit inconvenient.
That's not the idea. One changeset (which can touch several files) per email is the standard.
Therefore, I am considering creating a repository on FreeHg.org which only deals with refactoring code.
Separate repos. are suggested for major changes (as the CSS branch). -- Cheers Jorge.-