Re: [ANN]pygccxml - 1.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M.-A. Lemburg

    Re: [ANN]pygccxml - 1.0

    On 2008-10-23 09:20, Matthieu Brucher wrote:
    Hi,
    >
    I'm trying to use your package, but the gccxml installer is not
    available from your website anymore. Is it possible for you to upload
    it again ?
    Works for me:

    This project will help you to expose C++ libraries to Python. pygccxml package is an object oriented framework for reading C++ declarations.…

    Thanks,
    >
    Matthieu
    >
    2008/10/20 Roman Yakovenko <roman.yakovenk o@gmail.com>:
    >Hello!
    >>
    >I'm pleased to announce the 1.0 release of pygccxml.
    >>
    >What is pygccxml?
    >===========
    >>
    >"...The purpose of the GCC-XML extension is to generate an XML description of a
    >C++ program from GCC's internal representation. "
    >>
    >-- Introduction to GCC-XML
    >>
    >The purpose of pygccxml is to read a generated file and provide a simple
    >framework to navigate C++ declarations, using Python classes.
    >>
    >Where is pygccxml?
    >============
    >>
    >Site: http://language-binding.net/pygccxml/pygccxml.html
    >>
    >Download: http://language-binding.net/pygccxml/download.html
    >>
    >What's new?
    >===========
    >>
    >Features
    >---------
    >>
    >* Support for ellipsis was added.
    >>
    >* New experimental back-end, based on ``.pdb`` (progam database file),
    >was added.
    >>
    >* New high-level API wrapper for ``.bsc`` (browse source code file) was added.
    >>
    >>
    >Bug fixes
    >---------
    >>
    >* Search algorithm, for template instantiated classes, was improved.
    >>
    >>
    >For a more complete list, please see the news:
    >http://language-binding.net/pygccxml...y/history.html
    >>
    >>
    >--
    >Roman Yakovenko
    >C++ Python language binding
    >http://www.language-binding.net/
    >--
    >http://mail.python.org/mailman/listinfo/python-list
    >>
    >
    >
    >
    --
    Marc-Andre Lemburg
    eGenix.com

    Professional Python Services directly from the Source (#1, Oct 23 2008)
    >>Python/Zope Consulting and Support ... http://www.egenix.com/
    >>mxODBC.Zope.D atabase.Adapter ... http://zope.egenix.com/
    >>mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
    _______________ _______________ _______________ _______________ ____________

    :::: Try mxODBC.Zope.DA for Windows,Linux,S olaris,MacOSX for free ! ::::


    eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
    Registered at Amtsgericht Duesseldorf: HRB 46611
Working...