log setup.py @ 123:08a012e96f62

age author description
Mon, 17 Aug 2009 23:44:06 -0700 Atul Varma Removed build auto-prerequisite from 'test' target.
Mon, 17 Aug 2009 22:08:33 -0700 Atul Varma Moved all .cpp/.h files into 'src' dir and test suite into 'tests' dir.
Sun, 16 Aug 2009 20:48:11 +0000 Atul Varma If sphinx isn't available, doctests aren't run (but unit tests are).
Sun, 16 Aug 2009 13:37:13 -0700 Atul Varma If 'setup.py build --debug' is run and a spidermonkey build doesn't exist, then spidermonkey is built with debugging enabled.
Sun, 16 Aug 2009 13:21:39 -0700 Atul Varma Added clean target.
Sun, 16 Aug 2009 12:53:46 -0700 Atul Varma Fixed docs to represent the much-simplified build process, fixed the test target to work w/ default build options, moved doctest output dir into build dir.
Sun, 16 Aug 2009 11:44:49 -0700 Atul Varma Added a 'build_spidermonkey' target to setup.py.
Sat, 15 Aug 2009 17:38:03 -0700 Atul Varma Added windows build support to setup.py.
Sat, 15 Aug 2009 16:53:32 -0700 Atul Varma Moved mange.py to setup.py for convention's sake and updated docs on the build process. base manage.py@489efbcb0fa7
Sat, 15 Aug 2009 10:41:24 -0700 Atul Varma Added an experimental setup.py.