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

History of commit frequency

CVS Commit History:


   2010-05-26 16:30:36 by Matthias Scheler | Files touched by this commit (1)
Log message:
Turn off assembler code under all version of Mac OS X Intel (instead of
only Leopard) to avoid build problems.
   2010-05-21 15:06:19 by OBATA Akio | Files touched by this commit (2) | Package updated
Log message:
Fixes merge issues of patch-ab introduced when updated to 1.2.2.

Adding "-Wl,-readd_only_relocs -Wl,warning" for Darwin-ppc is not \ 
required anymore
because already have "-Wl,read_only_relocs,suppress".

This issue rise multiple definition of -readd_only_relocs linker flags,
and result in failed to link reported as PR#41641.
   2009-06-02 19:10:53 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 1.2.2
changes:
-Workaround for nasm bug with Mach-O/OSX target
-Fix for missing resync marker range check
-Improved precision for RGB<->YUV conversions
-Fix for potential RGB24 access violation
-Updated compiler options for Apple PPC target
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-01-28 17:03:37 by Antoine Reilles | Files touched by this commit (1)
Log message:
Fix PLIST issue on Darwin with user-destdir set
   2009-01-24 18:20:14 by Jared D. McNeill | Files touched by this commit (2)
Log message:
Fix path in patch-ac, kindly pointed out by Robert Elz.
   2009-01-24 06:34:42 by Jared D. McNeill | Files touched by this commit (3)
Log message:
On systems where _SC_NPROCESSORS_CONF is not available, fallback to
single-threaded mode. Bump PKGREVISION.
   2009-01-21 00:25:55 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Fix for Sun Studio.
   2009-01-07 11:52:12 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 1.2.1:

New in 1.2.1:
   * Fix for 'nested function' potential compilation error

New in 1.2.0:
   * Complete AMD64/EM64T 64-bit support
   * Added support for WIN64 platform
   * Multi-threaded encoding support
   * SSE3/SSE4 optimizations
   * Faster and more precise mpeg intra quantization
   * Fixed bug in packed pixel format colorspace conversion
   * Noexec-stack security patch
   * Fix for bad resync marker length
   * Improved decoder robustness for broken streams containing B-frames
   * Fix for potential out-of-bound access to MV bits table
   * Added SSIM quality-metric plugin
   2007-12-17 23:13:42 by Matthias Scheler | Files touched by this commit (1)
Log message:
Disable assembler code under Mac OS X Leopard i386 to fix build failure.

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