aboutsummaryrefslogtreecommitdiff
path: root/src/tools (follow)
AgeCommit message (Expand)Author
2023-08-09rununits now tracks status and has options.Mike Buland
2023-08-08Unit test augmentations and harness.Mike Buland
2023-08-01Updated copyright date.Mike Buland
2019-05-24Updated copyright date.Mike Buland
2019-05-13UtfString & Json overhaul.Mike Buland
2018-12-10Added a tool for testing & manipulating json.Mike Buland
2016-09-21Tweaks to make building on windows easier.Mike Buland
2014-11-28Autoconfig now detects libraries that libbu++ can use and generates theMike Buland
2014-11-28Minor tweak to bin2cpp, it now will now include a comment showing you the nameMike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2013-02-11Updated the copyright for 2013.Mike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-10-04Adding new config-file support to the bin2cpp program. I should probably callMike Buland
2012-08-28Loads of win32 compilation issues fixed. Most are fairly minor unsigned/signedMike Buland
2012-05-24bin2cpp supports lzma compression. I need to modify the headers so it onlyMike Buland
2012-05-03Rearranging some stuff.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-02-09May as well involve all the filters. No point in including lzma until we canMike Buland
2012-02-09Added StaticMemBuf and used it in bin2cpp. You can also set the name of theMike Buland
2012-02-09bin2cpp added. It's nearly done. I want to add a StaticMemBuf class toMike Buland
2011-10-27Reorg'd! I merged in the release-fixup branch and fixed all random warnings.Mike Buland
2011-04-27The myriadfs program is now in it's own seperate area and not built by default.Mike Buland
2011-03-18Wow, a lot has changed. String is not a template class, and it can do it's ownMike Buland
2011-03-18The inline, printf/qstring style formatting for Bu::String is just about there,Mike Buland
2011-03-17Tweaks to the variant class make it much cooler, and there's a test/toolMike Buland
2011-03-10Removed the float test, it was silly to have it in libbu++.Mike Buland
2011-03-08sigh, another program that's not realy a tool, it was the easiest place for itMike Buland
2011-03-07Just tweaked the myriad tool, it doesn't enumerate the streams in info modeMike Buland
2011-02-20Well, unlink, mkHardLink, setFileSize, and more are freshly implemented, as isMike Buland
2011-02-20Cleaned up a little, and added a bunch more stuff to myriadfs. As far as I canMike Buland
2011-02-19Myriad does not handle multi-threaded access very well, that needs to beMike Buland
2011-02-19MyriadFs is getting good!Mike Buland
2011-02-18Some Uuid tweaks, not much, just figuring out the format. MyriadFs is comingMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2011-01-10Merged in the core branch. This is a major update that fixes many things, andMike Buland
2010-11-19MyriadFs is starting out...but the FUSE system is...akward at best.Mike Buland
2010-11-10Added a couple more debugging functions to Bu::Myriad, and exposed them in theMike Buland
2010-10-27Interesting tweak to the variant and optparser classes. In the Variant, itMike Buland
2010-10-18Several of these new files will go away, but I didn't want to lose them for now.Mike Buland
2010-10-17Hey! The parser parses now! It's actually a little stupid, I didn't implementMike Buland
2010-10-12It's getting close. I'm not 100% sure abouth this method yet...Mike Buland
2010-10-12Ok, libbu++ compiles again, the basic parser system is getting there, I think,Mike Buland
2010-10-12This commit has a minor tweak to the variant class to make it easier to use,Mike Buland
2010-08-02ViewCSV search is now regex based :)Mike Buland
2010-06-23find works.Mike Buland
2010-06-23Minor visual and usability updates. Search is almost done.Mike Buland
2010-06-21Little tweaks to the viewcsv program. I think I want to at least add a searchMike Buland
2010-06-21The basic viewcsv program works, it uses ncurses to display a csv file in aMike Buland
2010-06-21Working on a small program to view CSV files using libbu++'s codecs, not onlyMike Buland