Next | Query returned 43 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2008-02-29 17:58:14 by Tobias Nygren | Files touched by this commit (3)
Log message:
Patches for upstream commit c77faaaa2fc48586902878ba33bd01286654dcb6:
- Add workaround for older versions of gas that don't have SSE3 support

Reported in PR pkg/38126.
   2008-02-28 20:28:24 by Matthias Drochner | Files touched by this commit (6) | Package updated
Log message:
update to 0.3.13
This release merges lots of distributions patches and bug fixes
and adds new functionality used by the upcoming (now!) release
of Schroedinger-1.0.0.

pkgsrc note: someone with an arm (pun intended), or who knows how to
detect a "VFP" might want to tune the cpu feature detection code
   2008-01-23 12:24:47 by Tobias Nygren | Files touched by this commit (2)
Log message:
Fix bad preprocessor conditional. PR pkg/37849.
   2007-11-25 10:56:35 by Roland Illig | Files touched by this commit (1)
Log message:
Needs asprintf, which is missing on Solaris.
   2007-06-01 22:21:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.3.12:

Support for the jpeg decoder was improved. C++ support was improved.
Various speedups and smaller improvements were done.
   2007-04-13 23:01:56 by Matthias Drochner | Files touched by this commit (3)
Log message:
Re-apply a modified version of the patches for PR pkg/34886 which was
about ICEs with gcc3.
The difference now is that SSE2+ generally works in i386, due to some
evil hacks in liboil which work around gcc's problems. With gcc4
everything is fine for me. So disable the functions suspected to cause
ICEs only for gcc<4 on i386.
This hopefully fixes PR pkg/36142 by Gilles Gravier.
   2007-04-12 19:53:41 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix build on DragonFly.
   2007-04-10 18:09:43 by Matthias Drochner | Files touched by this commit (5) | Package removed
Log message:
update to 0.3.11
changes:
- Finally integrated the SSE stack realignment wrappers and reenabled
  the SSE intrinsics code.
- Migrated some new classes from Schroedinger for adding/subtracting
  s16 and u8 values.
- Improved CPU detection on Solaris
- Remove XScale timestamping function, since it's not available from
  user space
- Export oil_debug_print(), so the OIL_DEBUG() macros can be used
  outside the library.
- Various new implementations.
   2006-11-24 14:02:49 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 0.3.10
changes:
- Lots of new classes and implementations were added for Schrödinger.
- Several i386 implementations also compile on amd64, so these were
  copied over to a separate directory and are now enabled on amd64.
- Feature detection on amd64 has been fixed.
- All known startup warnings have been fixed.
- The core now handles arrays that are 'N plus a constant' in length.
- Wrap a bunch of functions in HAVE_UNALIGNED_ACCESS to indicate that
  they require an architecture that handles unaligned access.
   2006-10-23 20:39:24 by Matthias Drochner | Files touched by this commit (5)
Log message:
-Fix compiler errors with gcc-3.3.3 on i386, reported by Robert Elz per
 PR pkg/34886. Just #ifdef out the code on i386; it was disabled at
 another layer anyway (due to alignment problems with any gcc on i386).
 Thanks to Robert for testing.
-Make sure cpuid is read on amd64, to enable mmx/sse support. (We could
 just assume it, but for the future this makes more sense.)
-bump PKGREVISION

Next | Query returned 43 messages, browsing 21 to 30 | Previous