libbear.git
2009-06-07 Patrik GorniczMoved library files into a lib directory
2009-06-07 Patrik Gorniczcleaned up internal makefile paths
2009-06-05 Patrik Gorniczremoved DIRS varible, setup CXXFLAGS to be target specific
2009-06-04 Patrik Gorniczmake system divided into *.mk files
2009-05-31 Patrik Gorniczadded -rdynamic flag for better traces
2009-05-31 Patrik Gorniczfixed include of stdlib.h, and incressed the warning...
2009-05-31 Patrik Gorniczadded printTrace test
2009-05-31 Patrik Gorniczadded a printTrace function to print out the current...
2009-05-31 Patrik Gorniczfixed bugs with test system not using the local library
2009-05-31 Patrik Gorniczsimple test system setup
2009-05-28 Patrik Gorniczrenamed libpg to libbear
2009-05-24 Patrik Gorniczcleaned up how dir.mk files work
2009-05-24 Patrik Gorniczfixed redolent clean rule
2009-05-24 Patrik Gorniczcleaned the make file, regrouped varibles
2009-05-18 Patrik Gorniczsmall change to directory handling in Makefile
2009-05-18 Patrik Gorniczcreated a Timer class
2009-05-18 Patrik Gorniczmoved ticks to lib
2009-05-18 Patrik Gorniczrenamed Mutex to Lock ...
2009-05-18 Patrik Gorniczrenamed Mutex to a lock (does not compile)
2009-05-16 Patrik Gorniczcleaned up the library
2009-05-16 Patrik GorniczMakefile cleaning
2009-05-02 Patrik Gorniczadded some standard make varibles, such as prefix
2009-05-02 Patrik Gorniczcreate rules for win32 and final builds
2009-05-02 Patrik Gorniczchanged install to use the install program
2009-05-02 Patrik Gorniczfixed method namespaceing bug
2009-05-01 Patrik Gorniczfixed up clean making deps files first
2009-05-01 Patrik Gorniczname spaced library
2009-04-29 Patrik Gorniczchanged names, linking, and installing
2009-04-28 Patrik Gorniczinstall/uninstall
2009-04-28 Patrik Gorniczchanges to soname of lib
2009-04-28 Patrik Gorniczpublic headers move to a inc directory
2009-04-27 Patrik Gorniczadded more files to library so it can compile
2009-04-27 Patrik Gorniczchanged make files for the library, added gitignore
2009-04-27 Patrik Gorniczmoved files into src, copied dir.mk and Makefile
2009-04-27 Patrik Gorniczcopied Vector2 from physics