97afb9eb7d
0.8.0 (3 March 2007) JIT * JIT_Coder opcodes implementation (Klaus Treichel, Aleksey Demakov, Kirill Kononenko) * On Demand JIT Compilation (Klaus Treichel) * JIT exception handling (Klaus Treichel, Kirill Kononenko) * Method Inlining support (Klaus Treichel) * Inlining internal calls, PInvoke and math (Klaus Treichel) * Add marshaling support (Kirill Kononenko) * Local and Thread Local variable support (Klaus Treichel) * Reflection support (Klaus Treichel) * Array optimisations (Klaus Treichel) * Static ctor support (Klaus Treichel, Aleksey Demakov) * Delegate and Async Delegate support (Klaus Treichel) * Safepoints and builtin/managed Exceptions (Klaus Treichel) * Null check reduction (Klaus Treichel) * Finalizers and GC support (Klaus Treichel) Runtime Engine * New Debugger (Radek Polak) * Typed allocations (Klaus Treichel) * Array structure optimisations (Klaus Treichel) * Static cctor manager (Klaus Treichel) * Watching variables (Radek Polak) * Spec fixes on String IndexOf and LastIndexOf (Russell Stuart) * Array.Clear fixes (Radek Polak) * Handle fixes for JIT support (Klaus Treichel) ...and more, see the NEWS file. This closes PR 31950.
26 lines
706 B
Text
26 lines
706 B
Text
# $NetBSD: Makefile.common,v 1.9 2008/02/18 16:39:43 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= pnetlib-0.8.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.dotgnu.org/
|
|
COMMENT= DotGNU Portable .NET C SHARP class libraries
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
DESCR_SRC= ${.CURDIR}/../pnetlib/DESCR
|
|
DISTINFO_FILE= ${.CURDIR}/../pnetlib/distinfo
|
|
PATCHDIR= ${.CURDIR}/../pnetlib/patches
|
|
PLIST_SRC= ${.CURDIR}/../pnetlib/PLIST
|
|
|
|
# Ensure we export symbols in the linked shared object.
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
|
|
BUILD_DEPENDS+= treecc>=0.2.6:../../devel/treecc
|
|
|
|
.include "../../lang/pnet/buildlink3.mk"
|