Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-11 | Updated the copyright for 2013. | Mike Buland | |
2012-11-05 | Converted tabs to spaces with tabconv. | Mike Buland | |
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland | |
2012-04-06 | The documentation includes the source again :-P | Mike Buland | |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2010-05-13 | Added license info to the top of the remaining files. I should add a check for | Mike Buland | |
that to the build file or something... | |||
2010-01-15 | Documented more of MiniCron, and added some cool new help features to OptParser. | Mike Buland | |
2009-12-18 | Ok...sweet, the OptParser now supports everything the old one did, but in much | Mike Buland | |
less code, and it does everything with more style and panache, also fewer bugs. | |||
2009-12-18 | Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool, | Mike Buland | |
char, etc.) and OptParser totally works. I have one last change to make to it, which is using the return value of signal type options to determine weather or not the option took a parameter at all, especially in the case of short options. | |||
2009-12-18 | The OptParser still needs help banners and more helper functions, but otherwise, | Mike Buland | |
it's done. It works great, and provides much flexibility and usefulness. It now relies on the input side of the Formatter class, which at the moment supports reading strings...not real useful yet... Next up, adding readers for numbers and such, then it'll be mostly complete. Also, fixed a bug when copying uninitialized signal objects. | |||
2009-12-16 | Signals is even safer and works even better. Also, OptParser is nearly done. | Mike Buland | |
Now I just have to come up with a way to modify data that you already have, that sure was a nice feature of the old one, even if it was implemented in a silly way. | |||
2009-12-16 | The new signal/slots system is in place, and works from 0-5 parameters right | Mike Buland | |
now, I'll probably add more later on... I've also started on the replacement for ParamProc, OptParser. It should do everything that ParamProc did, only with less code, and much better. |