1. 16 Jul, 2007 1 commit
  2. 13 Feb, 2007 1 commit
  3. 01 Oct, 2006 1 commit
    • Sam Lantinga's avatar
      Whoops. :) · e870669b
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402131
      e870669b
  4. 26 Jun, 2006 1 commit
  5. 10 May, 2006 1 commit
  6. 03 May, 2006 1 commit
  7. 28 Apr, 2006 3 commits
    • Sam Lantinga's avatar
      [From Sam] · f573eff4
      Sam Lantinga authored
      > BTW, when setting up parallel make, I usually use # cpus + 1, so a compile is
      > running while disk access is going for another.
      
      [From Ryan]
      My experience is that this works well on Linux, but is actually slower on
      PowerPC Mac OS X...not sure if that's an architecture issue or a scheduler
      issue, though, and haven't tried it on Intel Mac OS X.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401681
      f573eff4
    • Sam Lantinga's avatar
      Future proof C++ code · 7d07e3b4
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401680
      7d07e3b4
    • Sam Lantinga's avatar
      Fixed bug #206, fatbuild.sh works flawlessly on Intel Macs · 4422ede0
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401679
      4422ede0
  8. 27 Apr, 2006 2 commits
    • Ryan C. Gordon's avatar
      fatbuild fixes: · 12d7c190
      Ryan C. Gordon authored
      - A change to define CXX in fatbuild, which comforts the configure script a little, even if we don't use C++ anywhere.
      - Some code to see how many CPU cores exist and parallelize make across them.
      - CFLAGS that apply to both archs are specified seperately (-O3, -pipe, etc)
      - -fvisibility=hidden for the gcc4 builds
      - a "clean", "clean-ppc" and "clean-x86" command
      - Fix to SDL_config_macosx.h for the HAVE_ALLOCA_H thing.
      
      Now builds on an Intel Mac.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401678
      12d7c190
    • Sam Lantinga's avatar
      Trying to fix fatbuild.sh on intel · 592d2604
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401676
      592d2604
  9. 22 Apr, 2006 1 commit
  10. 19 Apr, 2006 1 commit
    • Sam Lantinga's avatar
      I think this is it... · f893c517
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401653
      f893c517
  11. 17 Apr, 2006 2 commits
  12. 14 Apr, 2006 2 commits
  13. 24 Mar, 2006 1 commit
    • Sam Lantinga's avatar
      Fixed bug #177 · 1237375c
      Sam Lantinga authored
      The attached patch changes configure.in to use "-framework FOO" instead of
      "-Wl,-framework,FOO".
      
      This avoid some issues with certain versions of libtool that do not handle
      -framework properly.
      Some versions of libtool will try to reorder the two parts of the option, or
      render the 2nd part of the argument to the relative path of a non-existent
      library.
      
      Note: It is not enough if SDL uses a version of libtool that does this
      correctly, because these -framework options show up in "sdl-config --libs".
      Hence, some 3rd party apps which still ship with an old libtool have troubles
      compiling under Mac OS X.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401618
      1237375c
  14. 21 Mar, 2006 1 commit
  15. 14 Mar, 2006 1 commit
  16. 11 Mar, 2006 1 commit
  17. 02 Mar, 2006 1 commit
    • Sam Lantinga's avatar
      Date: Wed, 01 Mar 2006 10:14:31 +0000 · 57e208b9
      Sam Lantinga authored
      From: "alan buckley"
      Subject: Re: Updating SDL for RISC OS
      
      I've attached a zip file with three diffs to get SDL to build on RISC OS.
      
      configure.in.diff and makedeps.sh.diff have been modified so that they
      can build the assembler file in video/riscos. You may want to double
      check these as I don't know a lot about unix shell programming.
      (I've tested them cross-compiling on cygwin).
      
      sdlsysthread.diff is the changes required to SDL_systhread.c for RISC
      OS. As you suspected with these changes in place you can delete the
      RISC OS specific threading code in thread/riscos.
      
      I've also renamed SDL_riscosASM.s to SDL_riscosASM.S, but I'm never
      quite sure how to rename files in CVS, so if you could to this it would
      be appreciated.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401463
      57e208b9
  18. 22 Feb, 2006 2 commits
  19. 20 Feb, 2006 2 commits
  20. 16 Feb, 2006 1 commit