Next | Query returned 43 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2009-03-23 18:10:21 by Matthias Scheler | Files touched by this commit (2)
Log message:
Fix the build under Mac OS X PowerPC by disabling the assembler routines.
   2009-03-22 22:02:17 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.3.16:

Version bump
if's need else's. Fix previous commit
Wrap force_align_arg_pointer in HAVE_I386
Add AltiVec detection support for OpenBSD
Fix double free on failed arm_init
Add SSE detection support for OpenBSD
init: shortcut benchmarking, if there is only one runable implementation.
Add x86_64/amd64 to unaligned access whitelist
Add cris to unaligned access whitelist
remove ltdl.m4
Clean up function prototypes used for casting
bump version
Remove ' DATA' from symbol list
Add srcdir to includes for out-of-source builds
Fix cpu detection on OS/X
Add avg2_32xn_u8
   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-02-21 15:39:03 by Havard Eidnes | Files touched by this commit (3)
Log message:
Upgrade from version 0.3.15 to 0.3.15nb1.

Pkgsrc changes:
 o Provide proper detection of altivec on NetBSD powerpc ports.
   As an added bonus, this now builds on NetBSD/macppc 3.1 where
   it didn't earlier.
   2009-01-28 11:01:29 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Remove USE_FEATURES, it doesn't play well with libtool archives.  Apologies
if this breaks any platforms; it still builds fine for me on Solaris...
   2009-01-26 15:08:13 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Although the Sun Studio compiler fools configure into thinking it supports
the necessary SSE2 instructions, the actual source doesn't build, so
explicitly disable it.
   2008-07-30 11:53:36 by Thomas Klausner | Files touched by this commit (6)
Log message:
Update to 0.3.15, changes undocumented.
Add debug option.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-04-11 18:58:47 by Matthias Drochner | Files touched by this commit (8) | Package removed
Log message:
update to 0.3.14
sorry, no changelog available (The only message to the subject in
the mailing list says "Release notes tomorrow".),
a number of bugfixes afaict
   2008-03-12 22:05:32 by Matthias Drochner | Files touched by this commit (4)
Log message:
add two patches from upstream:
-link against librt is needed
-fix some gcc inline asm for mmx to declare %ecx clobbered

Next | Query returned 43 messages, browsing 11 to 20 | Previous