Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-19 | MyriadFs is starting out...but the FUSE system is...akward at best. | Mike Buland | |
2010-08-22 | Bu::StreamStack works, it's tested, reasonably, it will be used first in the | Mike Buland | |
gats project in Gats::ProtocolGats. | |||
2010-06-21 | The basic viewcsv program works, it uses ncurses to display a csv file in a | Mike Buland | |
tabular way, like a spreadsheet, only raw. It displays exactly what libbu++ reads from the csv file. | |||
2010-05-25 | More myriad tests and features, passes perfectly so far. | Mike Buland | |
2010-05-15 | mkunit.sh was a little dumb, it didn't handle a number of things correctly. | Mike Buland | |
I've written a new program that basically does the same thing, only it's much more clever, and does many more of the translations and conversions better, including the #line directives. Also, I dropped nids, we don't need it anymore. But now I'm ready to write some serious tests for myriad. | |||
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-05-13 | Finally rearranged the system to put all compatability files in a directory | Mike Buland | |
called compat. I've updated the linux and windows builds and it looks pretty good. I also added a config.h file which we have to edit by hand until I can work on build some more. Linux File operations now use 64 bit mode, windows can't, or at least, I don't feel like researching it right now. | |||
2010-04-12 | Myriad is getting pretty close, just have to finish the writing code and | Mike Buland | |
probably tweak the header init. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2010-01-07 | Added a function that really should have always been in FString... | Mike Buland | |
2009-12-20 | Sweet, build-m3 can totally replace build m2 as far as libbu++ is concerned, | Mike Buland | |
it does everything the old one did and more. | |||
2009-12-20 | I'm really just working on build, but I found an interesting problem, when a | Mike Buland | |
target is specified more than once, the new ones should merely augment the old one, not replace it, this is necesarry, but I think easy as well, but I'm going to switch machines for a bit and so now I commit :) |