pygccxml icon indicating copy to clipboard operation
pygccxml copied to clipboard

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.

Results 32 pygccxml issues
Sort by recently updated
recently updated
newest added

Per the merge in https://github.com/CastXML/CastXML/pull/175, would it be possible to expose this here? Similar to `clang.cindex` (relates #123), would it be possible to expose the API to get the source...

``` _____________________________________________________________________________ docs/examples/parsing/example.py ______________________________________________________________________________ [gw3] freebsd14 -- Python 3.9.18 /usr/local/bin/python3.9 error: Duplicate module named "example" (also at "docs/examples/templates/example.py") note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-file-paths-to-modules for more info note: Common resolutions include: a) using...

It looks like the c++ standard is ignored if provided via the `cflags` when using MSVC The example below fails in MSVC but success with gcc (`10.5`): ```python from pygccxml...

The rationale is that when castxml has an error it raises a RuntimeError to the user with the message. However, the message only contains the stdout from castxml - this...

hi: when I use pygccxml, I used the code may cause some warning but error, and I know use which flag to fixed it. for example: the code will show...

Hello, I'm the maintainer of the AUR pkgbuild https://aur.archlinux.org/packages/python-pygccxml, performing tests is recomended by Arch packaging guidelines, I'm testing several things, reports below are made building from the last commit...

With CastXML-0.6.1 installed "test_overrides.py" fails for >=pygccxml-2.2.1 with the following trace-back. ``` ERROR: test (unittests.test_overrides.Test.test) Check that the override information is populated for the Traceback (most recent call last): File...

Attempt to fix tests on macOS

If possible, it'd be nice to have a simple Binder instance to toy around with some examples for code. I think it's just an `apt install` of castxml, then `pip...