I spent the weekend and early part of this week learning the Autotool suite well enough to get it to work. I have tested building on Cygwin and MacOS, I'll test Linux later this week.
I don't know why the statistics keep showing zero - I have checked in all of my files and I have been working on this pretty much every day.
This project was started to produce a high volume capable WMS system. The design is to build a processing engine in C++ to handle the very intensive functionality central to the proper operation of the system. In keeping with this, the code is being kept "close to the metal" as far as possible. Particularly, this is not a pure-OO system: object based services are only built when they provide some advantage.... read more