1. 12 Jun, 2009 3 commits
    • Derk-Jan Hartman's avatar
      macosx: Change the optimizations paramaters. · 1a004f7e
      Derk-Jan Hartman authored
      From the beginning we were using -march=pentium-m -mtune=prescott
      However this was based on the Intel development machine of Apple. All actually shipped Intel machines by Apple are at least Core machines. As such, we might as well use -march=prescott -mtune=generic now. For 10.6 I currently think we should use -march=prescott -mtune=core2, since that will allow us to use much more advanced optimizations, and only few machines were shipped as Core, most were Core2 machines.
      1a004f7e
    • JP Dinger's avatar
      A simplistic parser for the new and improved anevia playlist format. · 9f3d2575
      JP Dinger authored
      Instead of depending on a full xml parser --unavailable in our lua-- we
      just assume one bit of information to occupy one line (jpsaman). In case
      there are no newlines, fake them (jpd).
      9f3d2575
    • JP Dinger's avatar
      fca44948
  2. 11 Jun, 2009 10 commits
  3. 10 Jun, 2009 12 commits
  4. 09 Jun, 2009 15 commits