Hi everybody,
I'm using GRX in an embedded system. Here is very important to make the difference between 'initialized data' and 'constant data'. Unfortunately this is not the case in the Grx sources, and I've had to put the keyword 'const' in several places to save Ram space.
I believe this change is not only interesting for people doing embedded systems, but also for the rest of you, because code gets cleaner and it will improve the long term development and maintenance.
This is the list of the changes I've made. I'm afraid it's not exhaustive (due to my development system, I don't compile the files I don't use), but anyway there are not so many.
<<changes.txt>> Since it seems there is not an official maintainer right now, I don't know how could I get those changes into the next release. Any comments?
Josu Onandia