-
```[tasklist]
### rb1 -> rb2
- [ ] ceph 18.2.1+ds-1deepin1+rb2
- [ ] libmspub 0.1.4-deepin1+rb2
- [ ] libqxp 0.0.2-deepin1+rb2
- [ ] libvisio 0.1.7-deepin1+rb2
- [ ] libzmf 0.0.2-deepin1+rb2
- …
-
-
Hello together,
I noticed an asymmetry for typedefs of unnamed enums and structs.
Here is the C source.
```
typedef enum {
A
} SOME_ENUM;
typedef struct {
int x;
} SOME_STRUC…
-
The explicit template constructor of the Polynomial class which takes, according to the .h file, an `Eigen::MatrixBase`. I created an instantiation of the constructor to look like this:
`template …
-
# Description
Python wrapping build on a ppc64le, POWER9, altivec supported [system fails with](https://open.cdash.org/viewBuildError.php?buildid=5995110).
```
[ 59%] Generating ../../itkFixe…
-
I've recently started migrating from gccxml to castxml and have encountered the aforementioned problem.
I could narrow the problem down to a minimum example that still fails:
template
cla…
-
Hi,
I was trying to build the python bindings, and I encounter this error:
```bash
ERROR error occured, while parsing element with name "Field" and attrs "['id', 'name', 'type', 'context', 'acc…
-
When I parse my hpp class that has forward declared classes, the forward declared ones are considered has if they are a class. Maybe it could be possible to just not consider classes that end with ';'…
-
### What is the problem this feature will solve?
Writing ffi interfaces manually
### What is the feature you are proposing to solve the problem?
FFI Definition Generator
### What alternatives have…
Paxa updated
8 months ago
-
Hi there,
I have encountered the following error during the execution of pygccxml. If I launch castXML myself it sucessfully generates the XML file so I guess the issue comes from the parsing:
…