libbear.git
15 years agoadded $P to tests, fixed some bugs with mixing
Patrik Gornicz [Fri, 12 Jun 2009 04:15:28 +0000 (00:15 -0400)]
added $P to tests, fixed some bugs with mixing

15 years agosuffixing varibles began (lib)
Patrik Gornicz [Fri, 12 Jun 2009 02:45:22 +0000 (22:45 -0400)]
suffixing varibles began (lib)

15 years agochanged how flags are set for targets, fixed deps incflag hack
Patrik Gornicz [Mon, 8 Jun 2009 04:13:38 +0000 (00:13 -0400)]
changed how flags are set for targets, fixed deps incflag hack

15 years agoadded a targets file to describe general targets
Patrik Gornicz [Mon, 8 Jun 2009 03:28:01 +0000 (23:28 -0400)]
added a targets file to describe general targets

15 years agoworked on getting tests directory part of the grand Makefile
Patrik Gornicz [Sun, 7 Jun 2009 23:09:28 +0000 (19:09 -0400)]
worked on getting tests directory part of the grand Makefile

15 years agochanged cxxflags for targets
Patrik Gornicz [Sun, 7 Jun 2009 23:08:53 +0000 (19:08 -0400)]
changed cxxflags for targets

15 years agorenamed test to tests
Patrik Gornicz [Sun, 7 Jun 2009 20:37:12 +0000 (16:37 -0400)]
renamed test to tests

15 years agoMoved library files into a lib directory
Patrik Gornicz [Sun, 7 Jun 2009 20:35:37 +0000 (16:35 -0400)]
Moved library files into a lib directory

15 years agocleaned up internal makefile paths
Patrik Gornicz [Sun, 7 Jun 2009 20:04:29 +0000 (16:04 -0400)]
cleaned up internal makefile paths

15 years agoremoved DIRS varible, setup CXXFLAGS to be target specific
Patrik Gornicz [Fri, 5 Jun 2009 04:03:10 +0000 (00:03 -0400)]
removed DIRS varible, setup CXXFLAGS to be target specific

15 years agomake system divided into *.mk files
Patrik Gornicz [Thu, 4 Jun 2009 04:00:56 +0000 (00:00 -0400)]
make system divided into *.mk files

15 years agoadded -rdynamic flag for better traces
Patrik Gornicz [Sun, 31 May 2009 03:29:31 +0000 (23:29 -0400)]
added -rdynamic flag for better traces

15 years agofixed include of stdlib.h, and incressed the warning level
Patrik Gornicz [Sun, 31 May 2009 03:10:15 +0000 (23:10 -0400)]
fixed include of stdlib.h, and incressed the warning level

15 years agoadded printTrace test
Patrik Gornicz [Sun, 31 May 2009 02:50:54 +0000 (22:50 -0400)]
added printTrace test

15 years agoadded a printTrace function to print out the current stack
Patrik Gornicz [Sun, 31 May 2009 02:49:44 +0000 (22:49 -0400)]
added a printTrace function to print out the current stack

15 years agofixed bugs with test system not using the local library
Patrik Gornicz [Sun, 31 May 2009 02:49:06 +0000 (22:49 -0400)]
fixed bugs with test system not using the local library

15 years agosimple test system setup
Patrik Gornicz [Sun, 31 May 2009 00:41:59 +0000 (20:41 -0400)]
simple test system setup

15 years agorenamed libpg to libbear
Patrik Gornicz [Thu, 28 May 2009 01:44:43 +0000 (21:44 -0400)]
renamed libpg to libbear

15 years agocleaned up how dir.mk files work
Patrik Gornicz [Sun, 24 May 2009 18:11:23 +0000 (14:11 -0400)]
cleaned up how dir.mk files work

15 years agofixed redolent clean rule
Patrik Gornicz [Sun, 24 May 2009 17:36:56 +0000 (13:36 -0400)]
fixed redolent clean rule

15 years agocleaned the make file, regrouped varibles
Patrik Gornicz [Sun, 24 May 2009 17:28:39 +0000 (13:28 -0400)]
cleaned the make file, regrouped varibles

15 years agosmall change to directory handling in Makefile
Patrik Gornicz [Mon, 18 May 2009 21:09:56 +0000 (17:09 -0400)]
small change to directory handling in Makefile

15 years agocreated a Timer class
Patrik Gornicz [Mon, 18 May 2009 20:23:12 +0000 (16:23 -0400)]
created a Timer class

15 years agomoved ticks to lib
Patrik Gornicz [Mon, 18 May 2009 17:44:16 +0000 (13:44 -0400)]
moved ticks to lib

15 years agorenamed Mutex to Lock ...
Patrik Gornicz [Mon, 18 May 2009 05:42:43 +0000 (01:42 -0400)]
renamed Mutex to Lock ...

15 years agorenamed Mutex to a lock (does not compile)
Patrik Gornicz [Mon, 18 May 2009 05:35:40 +0000 (01:35 -0400)]
renamed Mutex to a lock (does not compile)

15 years agocleaned up the library
Patrik Gornicz [Sat, 16 May 2009 17:54:34 +0000 (13:54 -0400)]
cleaned up the library

15 years agoMakefile cleaning
Patrik Gornicz [Sat, 16 May 2009 17:28:46 +0000 (13:28 -0400)]
Makefile cleaning

15 years agoadded some standard make varibles, such as prefix
Patrik Gornicz [Sat, 2 May 2009 20:59:26 +0000 (16:59 -0400)]
added some standard make varibles, such as prefix

15 years agocreate rules for win32 and final builds
Patrik Gornicz [Sat, 2 May 2009 19:04:38 +0000 (15:04 -0400)]
create rules for win32 and final builds

15 years agochanged install to use the install program
Patrik Gornicz [Sat, 2 May 2009 18:35:45 +0000 (14:35 -0400)]
changed install to use the install program

15 years agofixed method namespaceing bug
Patrik Gornicz [Sat, 2 May 2009 18:21:32 +0000 (14:21 -0400)]
fixed method namespaceing bug

15 years agofixed up clean making deps files first
Patrik Gornicz [Fri, 1 May 2009 22:28:23 +0000 (18:28 -0400)]
fixed up clean making deps files first

15 years agoname spaced library
Patrik Gornicz [Fri, 1 May 2009 21:53:17 +0000 (17:53 -0400)]
name spaced library

15 years agochanged names, linking, and installing
Patrik Gornicz [Wed, 29 Apr 2009 00:37:42 +0000 (20:37 -0400)]
changed names, linking, and installing

15 years agoinstall/uninstall
Patrik Gornicz [Tue, 28 Apr 2009 22:02:45 +0000 (18:02 -0400)]
install/uninstall

15 years agochanges to soname of lib
Patrik Gornicz [Tue, 28 Apr 2009 21:40:13 +0000 (17:40 -0400)]
changes to soname of lib

15 years agopublic headers move to a inc directory
Patrik Gornicz [Tue, 28 Apr 2009 20:30:00 +0000 (16:30 -0400)]
public headers move to a inc directory

15 years agoadded more files to library so it can compile
Patrik Gornicz [Mon, 27 Apr 2009 19:58:17 +0000 (15:58 -0400)]
added more files to library so it can compile

15 years agochanged make files for the library, added gitignore
Patrik Gornicz [Mon, 27 Apr 2009 19:42:13 +0000 (15:42 -0400)]
changed make files for the library, added gitignore

15 years agomoved files into src, copied dir.mk and Makefile
Patrik Gornicz [Mon, 27 Apr 2009 19:27:20 +0000 (15:27 -0400)]
moved files into src, copied dir.mk and Makefile

15 years agocopied Vector2 from physics
Patrik Gornicz [Mon, 27 Apr 2009 19:25:25 +0000 (15:25 -0400)]
copied Vector2 from physics