From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA25971; Thu, 4 Dec 2003 16:54:08 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA24195 for ; Thu, 4 Dec 2003 16:54:07 +0100 (MET) Received: from mail7.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id hB4Fs6126544 for ; Thu, 4 Dec 2003 16:54:06 +0100 (MET) Received: (qmail 5717 invoked from network); 3 Dec 2003 18:07:24 -0000 Received: from unknown (HELO apprentice) ([64.81.145.152]) (envelope-sender ) by mail7.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Dec 2003 18:07:24 -0000 Date: Wed, 3 Dec 2003 12:22:55 -0600 From: art yerkes To: caml-list@inria.fr Subject: [Caml-list] [ANNOUNCE] SWIG-1.3.20 RC1 Message-Id: <20031203122255.15d49fa2.ayerkes@speakeasy.net> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; yerkes:01 ayerkes:01 swig:01 swig:01 namespaces:01 enums:01 pointers:01 camlp:01 'to':99 enum:01 constants:01 c-style:01 quoting:01 sizeof:01 structs:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk The release candidate for SWIG-1.3.20 is out! SWIG is the "Simplified Wrapper and Interface Generator" (www.swig.org), a C++ header processor with support for classes, templates, namespaces, and other C++ features. The output is some C code and an ocaml module that provides access to the C++ entities described by SWIG's input. Objective CAML support has been greatly improved in this release. Noted changes: - SWIG itself has improved C++ reading support in a number of areas. - Better support for scoped enums and classes in ocaml output. - Improved type checking and casting. - Support for NULL pointers as any type of pointer, and int constant zero as a NULL pointer. - Many additions to the camlp4 module, swigp4 -- - Added 'as' and 'to' type conversion operators. - Added a convenient syntax for enum label literals. - Bool constants now work in C-style argument lists. - Uppercase method names now work without quoting. - Examples now all use preprocessing. - Design by contract support (SWIG as a whole gained this feature). - sizeof method on structs and unions. - module Swig allows you to link multiple swig outputs easier, and use them together. The release candidate can be downloaded here: http://www.signal6.com/swig-1.3.20.tar.gz -- "Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration." - S. Kelly-Bootle ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners