File: users.rst

package info (click to toggle)
pygccxml 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,444 kB
  • sloc: xml: 29,841; python: 13,914; cpp: 2,671; makefile: 163; ansic: 59
file content (34 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Who is using pygccxml?
======================

Users
-----

* The Insight Toolkit is using pygccxml (http://www.itk.org).

* `PyBindGen`_ - is a Python module that is geared to generating C/C++ code
  that binds a C/C++ library for Python.

* your project name ... :-)

pygccxml in blogs
-----------------

- http://blog.susheelspace.com/?p=88

  " ... I have used pygccxml for parsing c++ code, it was a lot of fun to use  "

- http://cysquatch.net/blog/2007/09/01/c-code-metrics-with-pygccxml

  pygccxml is used to calculate the Weighted Methods per Class (WMC) metric.

- http://www.garagegames.com/blogs/4280/13907

  pygccxml is used to generate input files for `SIP`_ code generator.

- http://blogs.sun.com/thorsten/entry/more_on_source_code_grokking

  Short listing of C++ parsers and their description.

.. _`PyBindGen` : https://launchpad.net/pybindgen
.. _`SIP` : http://www.riverbankcomputing.com/software/sip/intro