Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-17 | Lots of cool new stuff, the Server class actually works for everything except | Mike Buland | |
actually interacting with clients, and the Client class is almost there, except that it doesn't really do anything yet. | |||
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. | |||
2006-05-03 | Added a simple test for the log system, and switched the multilog to the new | Mike Buland | |
singleton system, which unfortunately changed it's API slightly. Now it's not a pointer from the singleton, but I did add a new macro to make most usage of it even easier. | |||
2006-05-03 | Added the new singleton class template. Very cool, now I need to switch | Mike Buland | |
all my singletons to using it. |