Age | Commit message (Expand) | Author |
2011-04-27 | The myriadfs program is now in it's own seperate area and not built by default. | Mike Buland |
2011-03-18 | Wow, a lot has changed. String is not a template class, and it can do it's own | Mike Buland |
2011-03-18 | The inline, printf/qstring style formatting for Bu::String is just about there, | Mike Buland |
2011-03-17 | Tweaks to the variant class make it much cooler, and there's a test/tool | Mike Buland |
2011-03-10 | Removed the float test, it was silly to have it in libbu++. | Mike Buland |
2011-03-08 | sigh, another program that's not realy a tool, it was the easiest place for it | Mike Buland |
2011-03-07 | Just tweaked the myriad tool, it doesn't enumerate the streams in info mode | Mike Buland |
2011-02-20 | Well, unlink, mkHardLink, setFileSize, and more are freshly implemented, as is | Mike Buland |
2011-02-20 | Cleaned up a little, and added a bunch more stuff to myriadfs. As far as I can | Mike Buland |
2011-02-19 | Myriad does not handle multi-threaded access very well, that needs to be | Mike Buland |
2011-02-19 | MyriadFs is getting good! | Mike Buland |
2011-02-18 | Some Uuid tweaks, not much, just figuring out the format. MyriadFs is coming | Mike Buland |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland |
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland |
2011-01-10 | Merged in the core branch. This is a major update that fixes many things, and | Mike Buland |
2010-11-19 | MyriadFs is starting out...but the FUSE system is...akward at best. | Mike Buland |
2010-11-10 | Added a couple more debugging functions to Bu::Myriad, and exposed them in the | Mike Buland |
2010-10-27 | Interesting tweak to the variant and optparser classes. In the Variant, it | Mike Buland |
2010-10-18 | Several of these new files will go away, but I didn't want to lose them for now. | Mike Buland |
2010-10-17 | Hey! The parser parses now! It's actually a little stupid, I didn't implement | Mike Buland |
2010-10-12 | It's getting close. I'm not 100% sure abouth this method yet... | Mike Buland |
2010-10-12 | Ok, libbu++ compiles again, the basic parser system is getting there, I think, | Mike Buland |
2010-10-12 | This commit has a minor tweak to the variant class to make it easier to use, | Mike Buland |
2010-08-02 | ViewCSV search is now regex based :) | Mike Buland |
2010-06-23 | find works. | Mike Buland |
2010-06-23 | Minor visual and usability updates. Search is almost done. | Mike Buland |
2010-06-21 | Little tweaks to the viewcsv program. I think I want to at least add a search | Mike Buland |
2010-06-21 | The basic viewcsv program works, it uses ncurses to display a csv file in a | Mike Buland |
2010-06-21 | Working on a small program to view CSV files using libbu++'s codecs, not only | Mike Buland |
2010-05-26 | Fixed most of the compilation warnings, and a valgrind warning in the fstring's | Mike Buland |
2010-05-26 | More tweaks and informational functions. | Mike Buland |
2010-05-25 | More myriad testing, fixes, arrangement, etc. UnitSuite add-ons, it has some | Mike Buland |
2010-05-24 | Myriad unit test. Seems like it's workin' well. | Mike Buland |
2010-05-15 | mkunit.sh was a little dumb, it didn't handle a number of things correctly. | Mike Buland |
2010-04-12 | Wow Myriad!! | Mike Buland |
2010-04-12 | Myriad is getting pretty close, just have to finish the writing code and | Mike Buland |
2010-03-31 | Removed the bool cast operator from FBasicString. It turns out it was causing | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-02-10 | Changed the name of nids to Myriad, I like it, but I'm not getting rid of nids | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-04-06 | Ok, I rearranged some things, we have a tools dir now, those build by default. | Mike Buland |