Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-07 | This is a testing version. Nothing should be broken, but I won't gurantee it. | Mike Buland | |
I wouldn't update to this just yet, if you have problems, back off a rev. I'm trying to update the code to work on both 32bit, and 64bit systems, and hopefully anything else that comes along. Currently some of the archive code is broken, testing must be done on both archetectures. | |||
2008-04-28 | Apparently there were a number of things that weren't strict ISO C++, the new | Mike Buland | |
version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems. | |||
2008-03-24 | Removed the backtrace stuff, it had some bugs, and shouldn't be here all the | Mike Buland | |
time anyway. Recompile everything. | |||
2008-03-04 | Added backtrace support to the Exception system. It's pretty simple, if it's | Mike Buland | |
enabled, and the compiler/libc support it, then you just get backtraces, if not you get a message about it not being supported. It probably shouldn't be enabled in most production environments, since it does happen for every exception, and could be memory and time consuming. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-10-22 | Made Exceptions copy well...I thought I'd already done this once... | Mike Buland | |
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike Buland | |
isn't done yet, I'm going to make it rely on streams, so those will be next, then we can make it work all sortsa' well. | |||
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2007-01-27 | Added a function to make the Base Exception class a little friendlier. | Mike Buland | |
2006-07-26 | Exceptions have been re-worked, and are easier to use, and don't collide with | Mike Buland | |
system includues anymore. | |||
2006-07-26 | Partial update, don't use this release... | Mike Buland | |