aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
AgeCommit message (Collapse)Author
2023-08-01Updated copyright date.Mike Buland
2019-05-24Updated copyright date.Mike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2014-01-30Updated Makefile, I used g++ instead of ${CXX} in several places.Mike Buland
2014-01-30Attempting to fix OSX compatibility, it's not 100%, but it builds and most ↵Mike Buland
things seem to work. We've also tested against LLVM.
2013-02-11Updated the copyright for 2013.Mike Buland
2012-07-19Included compat dir in makefile for windows.Mike Buland
2012-07-19Fix to the makefile for windows.Mike Buland
2012-05-03Rearranging some stuff.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-04-10Tweaked the version.h file and the makefile.Mike Buland
2012-04-10Makefile updated.Mike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
little explenation of the arrangement.
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
fstring, and updated the copyright notice to extend to 2011
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15Final changes moving to the actually liscense-ified version, plus I fixed aMike Buland
compile error I introduced last commit.
2006-10-11Bugfixes, and pymake removal.Mike Buland
2006-06-29Completely switched over to the much simpler, nicer pymake. Things look great,Mike Buland
and the old Makefile may soon fall into disrepair. To use the old one, which should almost always be able to build at least thi library, call: make -f Makefile.legacy The new Makefile just calls pymake
2006-06-22Updated some tests so they don't work but will compile, and made some pleasantMike Buland
changes to the plugger. Also set it up so that libbu++ code is relocatable.
2006-06-05Added a complete, general plugin manager system. There's a little bit ofMike Buland
cleanup to do before it's totally ready, but it's looking good...
2006-06-05Just changed the makefile to not make unit tests or other tests by default. ToMike Buland
make the unit tests do "make unit" to make the other tests do "make test"
2006-05-26Updated the makefile, it looks nicer now...Mike Buland
2006-05-26Added the first of many unit tests. For now the unit tests are just built withMike Buland
everything else in the all target of the makefile, which is fine, but relies on CppTest, which can be found at http://cpptest.sf.net Also fixed some things I've been meaning to get to for a while in the xml system, including a few bugs that will make coping with malformed data not hang other programs, and do the error reporting in a nice way.
2006-05-03Moved all of the test targets to the new tests directory, make life easier.Mike Buland
2006-05-03Added the new singleton class template. Very cool, now I need to switchMike Buland
all my singletons to using it.
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland