aboutsummaryrefslogtreecommitdiff
path: root/default.bld (follow)
AgeCommit message (Expand)Author
2023-08-01Updated copyright date.Mike Buland
2023-07-21No debugging in git.Mike Buland
2023-07-21Array has delete by index now.Mike Buland
2023-07-11Fixed cachebase memory leak.Mike Buland
2023-07-10String is now not shared.Mike Buland
2023-07-01Fixed potential memory corruption/race condition.Mike Buland
2022-09-29Replaced deprecated thread_yield with sched_yield.Mike Buland
2019-05-24Updated copyright date.Mike Buland
2018-12-10Made versioning nicer.Mike Buland
2018-12-10Updated to use git for versions.Mike Buland
2018-07-02Added a threadsafe speedometer class.Mike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2013-02-25More things in the default.bld just include pthreads now. It just makes sense.Mike Buland
2013-02-23Just made all tests include libpthread, it makes sense these days.Mike Buland
2013-02-21Added the Bu::ReadWriteMutex, which is super awesome. Also made theMike Buland
2013-02-11Updated the copyright for 2013.Mike Buland
2012-11-07Packaging tweaks. It works better with a tarball now.Mike Buland
2012-11-06Another fix for markdown files.Mike Buland
2012-11-06Updated default.bld to include the new readme, and fixed the version file.Mike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-07-18Bu::SynchroQueue had a bug, it seems to be all fixed now.Mike Buland
2012-06-15Bu::Myriad now only uses BitString during initialization, and I'm going toMike Buland
2012-05-24bin2cpp supports lzma compression. I need to modify the headers so it onlyMike Buland
2012-05-16Lzma was still printing debugging on "inflate".Mike Buland
2012-05-03Rearranging some stuff.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-04-14The core of myriad is now thread-safe. It could use a little work on multipleMike Buland
2012-04-06Supports ThreadIds now, you can also get the thread id of any thread, andMike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike 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-10-25Base64 does line wrapping correctly on write, and also doesn't try to flush theMike Buland
2011-10-24Lzma filter added. Now we're really getting somewhere. Libbu++ now supportsMike Buland
2011-10-23The strfilter.h header has been added, it gives you one call filter access onMike Buland
2011-10-23Switched ito* to synchro*, except the server, I'm thinking of takeing the coreMike Buland
2011-07-29Just a test commitMike Buland
2011-06-22Alright, now libbu++ builds clean and cleans clean too :)Mike Buland
2011-06-22Signals.h is now autogenerated by build. In distribution packages we shouldMike Buland
2011-04-27The myriadfs program is now in it's own seperate area and not built by default.Mike Buland
2011-04-06Libbu++ generates it's own system specific config file as well as a fancyMike Buland
2011-04-04I made some awesome progress on the UtfString system, it stores in native utf16Mike Buland
2011-03-22Bu::Conduit now works exactly as it was advertised some time ago, it usesMike Buland
2011-02-19MyriadFs is getting good!Mike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2010-11-19MyriadFs is starting out...but the FUSE system is...akward at best.Mike Buland
2010-08-22Bu::StreamStack works, it's tested, reasonably, it will be used first in theMike Buland
2010-06-21The basic viewcsv program works, it uses ncurses to display a csv file in aMike Buland
2010-05-25More myriad tests and features, passes perfectly so far.Mike Buland
2010-05-15mkunit.sh was a little dumb, it didn't handle a number of things correctly.Mike Buland
2010-05-13Added license info to the top of the remaining files. I should add a check forMike Buland