1. 25 Jan, 2009 4 commits
  2. 08 Jan, 2009 1 commit
  3. 07 Jan, 2009 1 commit
  4. 04 Jan, 2009 2 commits
  5. 30 Dec, 2008 1 commit
  6. 29 Dec, 2008 1 commit
  7. 28 Dec, 2008 2 commits
  8. 24 Dec, 2008 1 commit
  9. 11 Dec, 2008 1 commit
  10. 28 Nov, 2008 1 commit
  11. 01 Oct, 2008 1 commit
  12. 21 Sep, 2008 1 commit
  13. 18 Sep, 2008 2 commits
  14. 12 Sep, 2008 1 commit
  15. 03 Sep, 2008 1 commit
  16. 02 Sep, 2008 1 commit
  17. 21 Aug, 2008 1 commit
  18. 18 Aug, 2008 2 commits
  19. 17 Aug, 2008 1 commit
  20. 14 Aug, 2008 1 commit
  21. 18 Jul, 2008 1 commit
  22. 16 Jul, 2008 1 commit
  23. 19 Jun, 2008 1 commit
  24. 05 Jun, 2008 1 commit
    • Ronald Oussoren's avatar
      MacOS X: Enable 4-way universal builds · dcd2eb88
      Ronald Oussoren authored
      This patch adds a new configure argument on OSX:
              --with-universal-archs=[32-bit|64-bit|all]
      
      When used with the --enable-universalsdk option this controls which
      CPU architectures are includes in the framework. The default is 32-bit,
      meaning i386 and ppc. The most useful alternative is 'all', which includes
      all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64).
      
      This includes limited support for the Carbon bindings in 64-bit mode as well,
      limited because (a) I haven't done extensive testing and (b) a large portion
      of the Carbon API's aren't available in 64-bit mode anyway.
      
      I've also duplicated a feature of Apple's build of python: setting the
      environment variable 'ARCHFLAGS' controls the '-arch' flags used for building
      extensions using distutils.
      dcd2eb88
  25. 31 May, 2008 1 commit
  26. 28 May, 2008 1 commit
  27. 26 May, 2008 1 commit
  28. 25 May, 2008 1 commit
  29. 24 May, 2008 1 commit
  30. 18 May, 2008 1 commit
  31. 16 May, 2008 1 commit
  32. 15 May, 2008 2 commits