1. 31 5月, 2005 1 次提交
  2. 18 5月, 2005 1 次提交
    • A
      Engage Applink in mingw. Note that application-side module is not · 51ff6bde
      Andy Polyakov 提交于
      compiled into *our* aplpications. That's because mingw is always
      consistent with itself. Having library-side code linked into .dll
      makes it possible to deploy the .dll with user-code compiled with
      another compiler [which is pretty much the whole point behind Applink].
      51ff6bde
  3. 17 5月, 2005 1 次提交
  4. 16 5月, 2005 1 次提交
  5. 04 5月, 2005 1 次提交
  6. 03 5月, 2005 1 次提交
  7. 28 4月, 2005 1 次提交
  8. 27 4月, 2005 1 次提交
  9. 23 4月, 2005 1 次提交
  10. 21 4月, 2005 1 次提交
  11. 19 4月, 2005 2 次提交
  12. 14 4月, 2005 2 次提交
  13. 13 4月, 2005 1 次提交
  14. 07 4月, 2005 1 次提交
  15. 05 4月, 2005 1 次提交
  16. 30 3月, 2005 1 次提交
  17. 19 3月, 2005 1 次提交
  18. 14 3月, 2005 1 次提交
  19. 12 3月, 2005 1 次提交
  20. 03 3月, 2005 1 次提交
  21. 22 2月, 2005 1 次提交
  22. 06 2月, 2005 1 次提交
  23. 24 1月, 2005 2 次提交
  24. 21 1月, 2005 2 次提交
  25. 18 1月, 2005 3 次提交
  26. 13 1月, 2005 1 次提交
  27. 10 1月, 2005 1 次提交
  28. 04 1月, 2005 1 次提交
  29. 26 12月, 2004 1 次提交
  30. 24 12月, 2004 1 次提交
  31. 20 12月, 2004 1 次提交
  32. 09 12月, 2004 1 次提交
  33. 26 11月, 2004 1 次提交
  34. 21 11月, 2004 1 次提交
    • A
      RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's · 376729e1
      Andy Polyakov 提交于
      apparently impossible to compose blended code with would perform
      satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR
      code-path is introduced and P4 core is detected at run-time. This
      way we keep original performance on non-P4 implementations and
      turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
      376729e1