Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | Ok, libbu++ compiles again, the basic parser system is getting there, I think, | Mike Buland | |
it's still a little tricky becasue you have to do the non-terminal prime seperation yourself (I forget what it's really called), but it's going quite well. After a few tweaks to the core of it, we should be able to do some math :) | |||
2010-10-12 | This commit has a minor tweak to the variant class to make it easier to use, | Mike Buland | |
and introduces the parser and lexer classes. I also made a test for parser and put it in the tools directory. That is silly, it shouldn't be. However, it's necesarry right now, because I don't want to do a full build to compile all the parser tests. However, this commit doesn't actually build yet. It will soon, I just wanted to get it all committed. | |||
2010-10-06 | Changed the Bu::Heap to allow iteration, and added lots of cool features to | Mike Buland | |
Bu::MiniCron. | |||
2010-09-24 | Bu::StreamStack had a stupidly named function. | Mike Buland | |
2010-09-14 | Quite exciting, really. That lurking myriad bug has been found, it was not | Mike Buland | |
forcing a header update when a stream changed size, but did not require additional blocks to be linked in. Kind of strange, but it's fixed now. A little more testing and I think it'll be ready. | |||
2010-09-14 | We should have no more problems with Bu::Client, I finished cleaning it up, | Mike Buland | |
implementing remaining empty functions. | |||
2010-09-13 | Accidental overload of a required function in the client code. | Mike Buland | |
2010-09-03 | Checkinst installs the myriad program now. | Mike Buland | |
2010-09-03 | Looks like the bug I was seeing in myriad wasn't in myriad. It was in the | Mike Buland | |
Bu::CacheStoreMyriad system, it had some minor issues dealing with the index blocks. Should be fixed up now. | |||
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-08-21 | Client now inherits from stream. This could be cool, it could really ↵ | Mike Buland | |
mess\nthings up. We shall see. In other news, I'm adding a Bu::StreamStack class\nthat will let you easily manage dynamic stream/filter sets. | |||
2010-08-04 | Alright, NullStream compiles and works. | Mike Buland | |
2010-08-04 | Fixed some minor compilation warnings in some tests, and started adding | Mike Buland | |
NullStream. This version doesn't compile yet, but will soon. You can back off a revision or just delet nullstream for now. | |||
2010-08-02 | ViewCSV search is now regex based :) | Mike Buland | |
2010-07-30 | A few fixes and stuff in the Variant. | Mike Buland | |
2010-07-26 | Minor helper functions added. | Mike Buland | |
2010-07-09 | Bu::Base64 needed it's own isEos() function. | 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 | |
feature. Then I'm probably good. | |||
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. |