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

History of commit frequency

CVS Commit History:


   2010-02-04 16:39:39 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Update swig package to 1.3.36.

Though it isn't latest swig release, some depending packages
(ham/gnuradio-core and x11/wxruby which isn't imported yet) and
needs to stay in this release.

SWIG-1.3.36 summary:
- Enhancement to directors to wrap all protected members
- Optimisation feature for objects returned by value
- A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and
  Perl modules
- Other minor generic bug fixes

SWIG-1.3.35 summary:
- Octave language module added
- Bug fixes in Python, Lua, Java, C#, Perl modules
- A few other generic bugs and runtime assertions fixed

SWIG-1.3.34 summary:
- shared_ptr support for Python
- Support for latest R - version 2.6
- Various minor improvements/bug fixes for R, Lua, Python, Java, C#
- A few other generic bug fixes, mainly for templates and using statements

SWIG-1.3.33 summary:
- Fix regression for Perl where C++ wrappers would not compile
- Fix regression parsing macros

SWIG-1.3.32 summary:
- shared_ptr support for Java and C#
- Enhanced STL support for Ruby
- Windows support for R
- Fixed long-standing memory leak in PHP Module
- Numerous fixes and minor enhancements for Allegrocl, C#, cffi, Chicken, Guile,
  Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl.
- Improved warning support
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   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-23 14:00:11 by Greg Troxel | Files touched by this commit (1)
Log message:
add comment about why 1.3.37 is broken, from GNURadio list.
   2008-08-18 02:55:48 by Eric Gillespie | Files touched by this commit (8)
Log message:
Set MAINTAINER to pkgsrc-users@.
   2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
   2007-07-10 21:51:22 by Klaus Heinz | Files touched by this commit (1)
Log message:
Adapted package for installation to DESTDIR.
   2007-01-21 17:39:57 by Min Sik Kim | Files touched by this commit (3)
Log message:
Use stdlib.h instead of malloc.h in generated codes.  Noted by
Martijn van Buul in PR 35453, and also by Mark E. Perkins on
pkgsrc-users@.

Bump PKGREVISION.
   2006-12-04 00:55:14 by OBATA Akio | Files touched by this commit (2)
Log message:
Fix portability-check.
   2006-12-02 11:15:46 by Berndt Josef Wulf | Files touched by this commit (4)
Log message:
Updated swig to 1.3.31:

    SWIG-1.3.31 summary:
	- Python modern classes regression fix

    SWIG-1.3.30 summary:
	- Python-2.5 support
	- New language module: R
	- Director support added for C#
	- Numerous director fixes and improvements
	- Improved mingw/msys support
	- Better constants support in Guile and chicken modules
	- Support for generating PHP5 class wrappers
	- Important Java premature garbage collection fix
	- Minor improvements/fixes in cffi, php, allegrocl,
		perl, chicken, lua, ruby, ocaml, python, java, c# and guile
	- Many many other bug fixes

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