Commit Graph

  • 50045ca1e3 This version compiles and limps under Mac OS X 10.6.5. master Clifford T. Matthews 2010-11-11 16:26:47 -07:00
  • 35b88c60f9 Explanation that I haven't yet pushed the iPad changes I made at iPad Dev Camp. Clifford T. Matthews 2010-04-18 15:21:33 -07:00
  • d068f9792a oops, last commit didn't have most recent Makefile.am. Clifford T. Matthews 2009-12-05 20:18:06 -07:00
  • a0f9ff6c0b make distcheck works (as root due to permission issues) Clifford T. Matthews 2009-12-05 18:22:25 -07:00
  • 12a845ba9e Fixed bug that was causing Executor to crash on systems where argv[0] isn't guaranteed to have a slash in it (e.g., Fedora 12). Clifford T. Matthews 2009-12-05 08:44:07 -07:00
  • 44c8a96e32 documented environment variable overrides that allow 32-bit version of Executor to be built on x86_64. Also fixed a bug in parse.y Clifford T. Matthews 2009-11-28 16:39:00 -07:00
  • d6e93d7e5e Updated README to give x86_64 users a little more help. Also mentioned that I've now tested the new code on F11 and F12. Clifford T. Matthews 2009-11-27 16:10:57 -07:00
  • a74e289bf6 Executor builds and runs on Fedora 10 x86_64 again. Clifford T. Matthews 2009-11-27 15:32:39 -07:00
  • 0989b4acc5 README briefly describes skel/volume Clifford Matthews 2009-07-05 17:00:46 -06:00
  • 99a876f1fe make distcheck succeeds (but we still don't install the System Folder due to issues associated with spaces in filenames) Clifford Matthews 2009-07-02 17:30:02 -06:00
  • d8c1c730bd Merge branch 'master' of git@github.com:ctm/executor Clifford T. Matthews 2009-07-02 15:38:47 -06:00
  • 38e0110d09 arch/x86_64 (forgot to commit previously) Clifford T. Matthews 2009-07-02 15:38:28 -06:00
  • 289fb4c96a README.64 explains unfinished state of 64-bit port. Clifford Matthews 2009-07-01 11:14:48 -06:00
  • cb045f30ea Beginning of support for x86_64 in 64-bit mode. Still have to deal with various pointer transformations. Clifford T. Matthews 2009-06-26 17:08:34 -06:00
  • a89fd44da0 Mac OS X i386 build fix (don't make opfind) Clifford Matthews 2009-06-23 10:58:15 -06:00
  • 43e9f1cd5c README recommends using GNU build system since that seems to work well now. Clifford T. Matthews 2009-06-23 00:07:19 -06:00
  • aa4fae92a0 Remove opfind from noinst_PROGRAMS (works on Mac OS X) Clifford Matthews 2009-06-22 23:34:38 -06:00
  • 12c1c9e5a4 Fixed non-Mac OS X builds. Clifford T. Matthews 2009-06-21 23:09:56 -06:00
  • c9936b3e7c GNU build system works with Mac OS X PowerPC now, too. Clifford T. Matthews 2009-06-21 22:56:08 -06:00
  • 8b79043983 Intel Mac OS X version builds with GNU build system. Clifford Matthews 2009-06-21 22:45:51 -06:00
  • 3374007809 GNU Build system limps for Linux-based targets. Clifford T. Matthews 2009-06-21 21:56:27 -06:00
  • 4e5e56c45a GNU build mods that seem to work. Clifford T. Matthews 2009-06-20 21:12:35 -06:00
  • edb51b569f GNU Build system appears to work for hardcoded SDL front end and SDL sound. Clifford T. Matthews 2009-06-20 07:27:44 -06:00
  • 058ad8d226 Some progress on switching to new GNU build system (doesn't yet work) Clifford Matthews 2009-06-19 15:28:56 -06:00
  • 4758446a85 more (remaining?) host vs. build changes Clifford Matthews 2009-06-18 14:47:17 -06:00
  • 11aa2b4a84 Cleaned up some warnings. Clifford T. Matthews 2009-06-18 14:22:12 -06:00
  • 8141c0662b Use "host" and "build" like its done with the current GNU build system. Lightly tested. Clifford Matthews 2009-06-18 13:56:05 -06:00
  • ffb371a163 Fixed floating point in Mac OS X ppc Clifford T. Matthews 2009-06-17 18:29:59 -06:00
  • 19e4e464ed Mac OS X PPC port limps. Clifford T. Matthews 2009-06-17 13:18:19 -06:00
  • d11309c188 Fixed a couple remaining packing issues. Clifford T. Matthews 2009-06-16 21:10:45 -06:00
  • 74bc9d82f3 Better padding may help Mac OS X PPC port. Clifford T. Matthews 2009-06-16 20:13:29 -06:00
  • 4a8d6bf416 Sanity check various type (mostly structs) sizes. Clifford T. Matthews 2009-06-16 14:55:37 -06:00
  • aeff3f030c Fixed bug in configure.sh Clifford T. Matthews 2009-06-15 19:52:11 -06:00
  • 159fa0a4e9 Mention Mac OS X PPC port in README and TODO Clifford T. Matthews 2009-06-15 19:43:09 -06:00
  • 722f21cc22 Added some code to check the size of structs, since that's biting us on the Mac OS X PPC port. Clifford T. Matthews 2009-06-15 19:38:21 -06:00
  • e334463d06 Compiles and links for Mac OS X on powerpc. Doesn't run though, trouble with size of packed structures (e.g. fcbrec). Clifford T. Matthews 2009-06-15 13:27:02 -06:00
  • 0d607a5353 Fixed arrow bug introduced in last commit. Clifford Matthews 2009-06-14 23:10:20 -06:00
  • 15c6ab13ac Removed serial number and other commercial vestiges. Clifford Matthews 2009-06-14 20:58:21 -06:00
  • 27727108b3 Fixed Time low-memory global on Mac OS X port. Clifford Matthews 2009-06-14 17:19:36 -06:00
  • 8bd495f3db Mac OS X port needs offset memory, so don't require the "-offset" command line option. Clifford Matthews 2009-06-14 16:16:00 -06:00
  • a19a11b067 Fixed hang at exit for Mac OS X port. Clifford Matthews 2009-06-14 15:53:20 -06:00
  • 5df19cdab2 i386 targets build again Clifford T. Matthews 2009-06-12 19:54:35 -06:00
  • 99a2ca627c Limps under Mac OS X (Intel) Clifford Matthews 2009-06-12 19:03:10 -06:00
  • 5728ad456a SDL mentioned in README; fixed some warnings. Clifford T. Matthews 2009-06-10 16:41:59 -06:00
  • a4f6fad188 Fix that allows SDL's sound to work again. Clifford T. Matthews 2009-06-10 12:15:06 -06:00
  • 1f8c15713d Fixed so SDL version builds. Also mentioned x86_64 compilation using -m32 in README Clifford T. Matthews 2009-06-04 16:08:31 -06:00
  • dec7123584 Got rid of a lot of warnings when building on Fedora 9 (with gcc 4.3.0) Clifford T. Matthews 2009-06-04 01:58:05 -06:00
  • ca6caa3455 src/README has instructions on how to build that appear to work on Fedora 9 Clifford T. Matthews 2009-06-01 19:09:27 -06:00
  • dc591a62a6 changed configure.ac before I "remembered" that AFAIK Executor never built using the GNU build system. Clifford T. Matthews 2009-06-01 18:03:42 -06:00
  • 3183eb6ea0 All the Executor source as-is from the subversion tree it was last worked on. Clifford T. Matthews 2008-10-05 21:48:37 -06:00