From: JosephLisee <jli...@gmail.com>
Date: Thu, 29 Jan 2009 22:39:48 -0800 (PST)
Local: Fri, Jan 30 2009 1:39 am
Subject: Re: Py++ based ctypes code generator
Is this "ctypes-cpp" going to be built? I couldn't find any
references online. -Joe L.
On Jan 20, 2:16 pm, Roman Yakovenko <roman.yakove...@gmail.com> wrote:
> Hello.
> I would like to announce a new code generator for ctypes package.
> The new code generator is integrated with Py++ package and reuse most
> of its infrastructure:
> * GCC-XML - generates an XML description of a C++ program from GCC's
> * pygccxml - powerful and simple Python package to work GCCXML generated file.
> * Py++ design, code and utilities
> * It was build with future ( ctypes-cpp ) functionality in mind.
> * It has cross-platform ( Windows XP and Linux Ubuntu 8.10 ) unit tests
> How it works:
> 1. Using pygccxml, the source files are parsed ( using pygccxml ) and
> in-memory description of the code is created
> 2. .dll, .map or .so file is parsed ( pygccxml ) and exported symbols
> list is created
> 3. Using decorated and undecorated names, mapping between declarations
> 4. The exported symbols and the mapping are used to:
> * define for what declarations the code should be generated
> * find out function calling convention
> 5. The last step - the code is generated
> Supported functionality:
> * shared libraries, that were compiled using C or C++ compiler
> * free functions, including variable number of arguments
> * [global|member] [named|anonymous] variables
> * [named|anonymous|opaque|nested] structures
> * enumerations
> * typedefs
> Examples:
> Is it useful? - Yes. I created example, which generates code for
> * dev - directory, which contains code generator source code
> * pygmplib - directory, which contains generated code - Python
> * test.py - Python script - tester.
> Want to try?
> Windows users:
> http://sourceforge.net/project/showfiles.php?group_id=118209
> * ctypes code generator - stand alone executable, which
> * gccxml-setup - gccxml setup file
> Linux users:
> Sorry, no binaries :-(
> * you need to check-out(http://gccxml.org/HTML/Download.html)
> * you need to check-out Py++ and pygccxml
> * wrap_library.py
> Your feedback is welcome.
> --
> Roman Yakovenko
> C++ Python language binding
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||