I'd like to add a new big feature to GetPot for our use, but it occurred to me that before doing so I should grab the latest from upstream. So I upgraded from GetPot 1.0 to 1.1.18. Then I discovered that our GetPot 1.0 copy had a few extra functions and function overloadings. So I added those. Then I realized that some of these overloadings would be better handled with templates and sstream functionality. So I refactored that.
At this point I'm pretty happy with the resulting getpot.h, but because it's got a lot of unexamined changes from upstream and a lot of refactoring and reimplementation from me, I don't want to risk breaking everyone's code just yet. Would people mind testing it out a bit? Just move include/base/getpot-roy.h to include/base/getpot.h and recompile. In theory we should be backwards-compatible, so let me know if anything changes or breaks. --- Roy ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
