Patrik Gornicz [Tue, 1 Sep 2009 03:13:56 +0000 (23:13 -0400)]
started fix to deps directory building
Patrik Gornicz [Tue, 1 Sep 2009 04:06:53 +0000 (00:06 -0400)]
changed all directory usages to dir/name instead of dir/name/
Patrik Gornicz [Tue, 1 Sep 2009 03:30:10 +0000 (23:30 -0400)]
removed trailing / from directories (given in files.mk)
Patrik Gornicz [Tue, 1 Sep 2009 03:19:39 +0000 (23:19 -0400)]
todo update
Patrik Gornicz [Tue, 1 Sep 2009 02:04:08 +0000 (22:04 -0400)]
added -Wswitch-enum flag
Patrik Gornicz [Tue, 1 Sep 2009 01:20:24 +0000 (21:20 -0400)]
added more warning flags
Patrik Gornicz [Tue, 1 Sep 2009 01:11:27 +0000 (21:11 -0400)]
added -Wshadow
Patrik Gornicz [Sun, 23 Aug 2009 23:57:47 +0000 (19:57 -0400)]
added flags for debug
Patrik Gornicz [Sun, 23 Aug 2009 20:14:37 +0000 (16:14 -0400)]
removed the cleanall command, clean now cleans bin objs and deps
This was done because the parallel deps creation with objs will create
the deps even when not cleaned. So why not clean everything with clean?
Patrik Gornicz [Sun, 23 Aug 2009 19:57:15 +0000 (15:57 -0400)]
TODO update
Patrik Gornicz [Sun, 23 Aug 2009 19:56:25 +0000 (15:56 -0400)]
.d files are now created with .o files
Patrik Gornicz [Sun, 23 Aug 2009 18:48:52 +0000 (14:48 -0400)]
fixed extension in TODO
Patrik Gornicz [Sun, 23 Aug 2009 18:46:37 +0000 (14:46 -0400)]
TODO update
Patrik Gornicz [Sun, 23 Aug 2009 18:45:42 +0000 (14:45 -0400)]
bug fix, physics not built by all
Patrik Gornicz [Sun, 23 Aug 2009 18:38:07 +0000 (14:38 -0400)]
added comments to 'nice' output in bld log
Patrik Gornicz [Sun, 23 Aug 2009 18:20:14 +0000 (14:20 -0400)]
created basic logging system, also added cmd-rm and cmd-rmrec commands
Patrik Gornicz [Wed, 19 Aug 2009 03:48:51 +0000 (23:48 -0400)]
todo up
Patrik Gornicz [Wed, 19 Aug 2009 03:48:37 +0000 (23:48 -0400)]
reworked queue to use pointers instead of indexs
Patrik Gornicz [Wed, 19 Aug 2009 03:47:31 +0000 (23:47 -0400)]
added if debug comments to dassert
Patrik Gornicz [Wed, 19 Aug 2009 03:44:34 +0000 (23:44 -0400)]
change mod to use unsigned ints
Patrik Gornicz [Wed, 5 Aug 2009 03:00:33 +0000 (23:00 -0400)]
added makefile todo
Patrik Gornicz [Tue, 4 Aug 2009 04:07:38 +0000 (00:07 -0400)]
fixed many missed cases in Queue
Patrik Gornicz [Tue, 4 Aug 2009 01:32:51 +0000 (21:32 -0400)]
first run implementation of Queue
Patrik Gornicz [Sun, 2 Aug 2009 04:42:31 +0000 (00:42 -0400)]
added missing physics nbproject files
Patrik Gornicz [Sun, 2 Aug 2009 04:41:19 +0000 (00:41 -0400)]
nbprojects up
Patrik Gornicz [Sun, 2 Aug 2009 04:42:02 +0000 (00:42 -0400)]
Added Queue and Set stubs
Patrik Gornicz [Sun, 2 Aug 2009 04:33:40 +0000 (00:33 -0400)]
fixed physics typo in make rule
Patrik Gornicz [Sat, 1 Aug 2009 20:58:24 +0000 (16:58 -0400)]
removed some dirty physics hacks
Patrik Gornicz [Sat, 1 Aug 2009 20:44:21 +0000 (16:44 -0400)]
added bear to include folder
Patrik Gornicz [Mon, 27 Jul 2009 04:17:52 +0000 (00:17 -0400)]
updated targets.txt with changes to 'all'
Patrik Gornicz [Mon, 27 Jul 2009 04:12:29 +0000 (00:12 -0400)]
NetBeans up
Patrik Gornicz [Mon, 27 Jul 2009 04:11:35 +0000 (00:11 -0400)]
changed phony make targets for projects to be suffixies of 'all'
Patrik Gornicz [Sat, 25 Jul 2009 23:06:21 +0000 (19:06 -0400)]
added basic Net Beans Project files
Patrik Gornicz [Wed, 1 Jul 2009 19:30:08 +0000 (15:30 -0400)]
created function include varibles F_
Patrik Gornicz [Wed, 1 Jul 2009 19:05:40 +0000 (15:05 -0400)]
created cleanrules.mk
Patrik Gornicz [Wed, 1 Jul 2009 18:52:39 +0000 (14:52 -0400)]
created stackpush/pop include functions
Patrik Gornicz [Wed, 1 Jul 2009 15:12:42 +0000 (11:12 -0400)]
create B_ varibles for build types
Patrik Gornicz [Wed, 1 Jul 2009 14:40:08 +0000 (10:40 -0400)]
setup physics to be a local project
Patrik Gornicz [Tue, 23 Jun 2009 03:46:38 +0000 (23:46 -0400)]
removed srcpath
Patrik Gornicz [Tue, 23 Jun 2009 03:10:58 +0000 (23:10 -0400)]
removed old comment
Patrik Gornicz [Tue, 23 Jun 2009 00:48:04 +0000 (20:48 -0400)]
make: created global directory names
Patrik Gornicz [Sat, 20 Jun 2009 19:39:33 +0000 (15:39 -0400)]
fixed makefile hack to get tests depending on libs
tests can now depend on libs cleanly
tests CANNOT depend on tests
libs CANNOT depend on tests
this fixes the BUILD=FINAL bug when building tests
Patrik Gornicz [Sat, 20 Jun 2009 19:15:11 +0000 (15:15 -0400)]
created global lib varibles
Patrik Gornicz [Sat, 20 Jun 2009 18:53:31 +0000 (14:53 -0400)]
cleaned up the g++ commands, (removed the deps sed hack)
Patrik Gornicz [Sat, 20 Jun 2009 18:40:36 +0000 (14:40 -0400)]
fixed global clean commands still creating deps files
Patrik Gornicz [Sat, 20 Jun 2009 18:37:50 +0000 (14:37 -0400)]
moved dir dep rule to package level
Patrik Gornicz [Sat, 20 Jun 2009 18:34:23 +0000 (14:34 -0400)]
moved mkdir cmd to root
Patrik Gornicz [Sat, 20 Jun 2009 18:13:16 +0000 (14:13 -0400)]
created some cmd varibles
Patrik Gornicz [Sat, 20 Jun 2009 18:01:46 +0000 (14:01 -0400)]
added gitrebase guide
Patrik Gornicz [Sat, 20 Jun 2009 17:23:27 +0000 (13:23 -0400)]
added .swp to git ignore
Patrik Gornicz [Sat, 20 Jun 2009 17:19:02 +0000 (13:19 -0400)]
added packages file to describe items in packages that other packages can safely use
Patrik Gornicz [Wed, 17 Jun 2009 02:31:59 +0000 (22:31 -0400)]
added targets.txt file
Stephen Whitmore [Wed, 17 Jun 2009 01:55:05 +0000 (21:55 -0400)]
Filled in implementation of Vector2::angle().
Patrik Gornicz [Tue, 16 Jun 2009 03:49:16 +0000 (23:49 -0400)]
cleaned up the make files, added missing all target
Patrik Gornicz [Sat, 13 Jun 2009 22:46:13 +0000 (18:46 -0400)]
setup save/restore for includes
Patrik Gornicz [Sat, 13 Jun 2009 21:57:33 +0000 (17:57 -0400)]
added DIRNAME to each directory, tests now have there own make targets
Patrik Gornicz [Sat, 13 Jun 2009 21:29:27 +0000 (17:29 -0400)]
updated target to use only suffixies
Patrik Gornicz [Sat, 13 Jun 2009 17:24:17 +0000 (13:24 -0400)]
clean now cleans bin, mkdir does not use -p
Patrik Gornicz [Sat, 13 Jun 2009 16:44:43 +0000 (12:44 -0400)]
tests now depend on the lib binary, printTrace setup
Patrik Gornicz [Sat, 13 Jun 2009 16:24:09 +0000 (12:24 -0400)]
added prefixes to tests
Patrik Gornicz [Sat, 13 Jun 2009 04:06:14 +0000 (00:06 -0400)]
fixes tests deps rule, changed to one line
Patrik Gornicz [Sat, 13 Jun 2009 04:00:48 +0000 (00:00 -0400)]
fixed a path issue with deps
Patrik Gornicz [Sat, 13 Jun 2009 04:00:29 +0000 (00:00 -0400)]
added varible prefixes to lib
Patrik Gornicz [Fri, 12 Jun 2009 04:15:28 +0000 (00:15 -0400)]
added $P to tests, fixed some bugs with mixing
Patrik Gornicz [Fri, 12 Jun 2009 02:45:22 +0000 (22:45 -0400)]
suffixing varibles began (lib)
Patrik Gornicz [Mon, 8 Jun 2009 04:13:38 +0000 (00:13 -0400)]
changed how flags are set for targets, fixed deps incflag hack
Patrik Gornicz [Mon, 8 Jun 2009 03:28:01 +0000 (23:28 -0400)]
added a targets file to describe general targets
Patrik Gornicz [Sun, 7 Jun 2009 23:09:28 +0000 (19:09 -0400)]
worked on getting tests directory part of the grand Makefile
Patrik Gornicz [Sun, 7 Jun 2009 23:08:53 +0000 (19:08 -0400)]
changed cxxflags for targets
Patrik Gornicz [Sun, 7 Jun 2009 20:37:12 +0000 (16:37 -0400)]
renamed test to tests
Patrik Gornicz [Sun, 7 Jun 2009 20:35:37 +0000 (16:35 -0400)]
Moved library files into a lib directory
Patrik Gornicz [Sun, 7 Jun 2009 20:04:29 +0000 (16:04 -0400)]
cleaned up internal makefile paths
Patrik Gornicz [Fri, 5 Jun 2009 04:03:10 +0000 (00:03 -0400)]
removed DIRS varible, setup CXXFLAGS to be target specific
Patrik Gornicz [Thu, 4 Jun 2009 04:00:56 +0000 (00:00 -0400)]
make system divided into *.mk files
Patrik Gornicz [Sun, 31 May 2009 03:29:31 +0000 (23:29 -0400)]
added -rdynamic flag for better traces
Patrik Gornicz [Sun, 31 May 2009 03:10:15 +0000 (23:10 -0400)]
fixed include of stdlib.h, and incressed the warning level
Patrik Gornicz [Sun, 31 May 2009 02:50:54 +0000 (22:50 -0400)]
added printTrace test
Patrik Gornicz [Sun, 31 May 2009 02:49:44 +0000 (22:49 -0400)]
added a printTrace function to print out the current stack
Patrik Gornicz [Sun, 31 May 2009 02:49:06 +0000 (22:49 -0400)]
fixed bugs with test system not using the local library
Patrik Gornicz [Sun, 31 May 2009 00:41:59 +0000 (20:41 -0400)]
simple test system setup
Patrik Gornicz [Thu, 28 May 2009 01:44:43 +0000 (21:44 -0400)]
renamed libpg to libbear
Patrik Gornicz [Sun, 24 May 2009 18:11:23 +0000 (14:11 -0400)]
cleaned up how dir.mk files work
Patrik Gornicz [Sun, 24 May 2009 17:36:56 +0000 (13:36 -0400)]
fixed redolent clean rule
Patrik Gornicz [Sun, 24 May 2009 17:28:39 +0000 (13:28 -0400)]
cleaned the make file, regrouped varibles
Patrik Gornicz [Mon, 18 May 2009 21:09:56 +0000 (17:09 -0400)]
small change to directory handling in Makefile
Patrik Gornicz [Mon, 18 May 2009 20:23:12 +0000 (16:23 -0400)]
created a Timer class
Patrik Gornicz [Mon, 18 May 2009 17:44:16 +0000 (13:44 -0400)]
moved ticks to lib
Patrik Gornicz [Mon, 18 May 2009 05:42:43 +0000 (01:42 -0400)]
renamed Mutex to Lock ...
Patrik Gornicz [Mon, 18 May 2009 05:35:40 +0000 (01:35 -0400)]
renamed Mutex to a lock (does not compile)
Patrik Gornicz [Sat, 16 May 2009 17:54:34 +0000 (13:54 -0400)]
cleaned up the library
Patrik Gornicz [Sat, 16 May 2009 17:28:46 +0000 (13:28 -0400)]
Makefile cleaning
Patrik Gornicz [Sat, 2 May 2009 20:59:26 +0000 (16:59 -0400)]
added some standard make varibles, such as prefix
Patrik Gornicz [Sat, 2 May 2009 19:04:38 +0000 (15:04 -0400)]
create rules for win32 and final builds
Patrik Gornicz [Sat, 2 May 2009 18:35:45 +0000 (14:35 -0400)]
changed install to use the install program
Patrik Gornicz [Sat, 2 May 2009 18:21:32 +0000 (14:21 -0400)]
fixed method namespaceing bug
Patrik Gornicz [Fri, 1 May 2009 22:28:23 +0000 (18:28 -0400)]
fixed up clean making deps files first
Patrik Gornicz [Fri, 1 May 2009 21:53:17 +0000 (17:53 -0400)]
name spaced library
Patrik Gornicz [Wed, 29 Apr 2009 00:37:42 +0000 (20:37 -0400)]
changed names, linking, and installing
Patrik Gornicz [Tue, 28 Apr 2009 22:02:45 +0000 (18:02 -0400)]
install/uninstall
Patrik Gornicz [Tue, 28 Apr 2009 21:40:13 +0000 (17:40 -0400)]
changes to soname of lib