cython-codegen icon indicating copy to clipboard operation
cython-codegen copied to clipboard

some experiment to use ctypes codegen for cython

Results 5 cython-codegen issues
Sort by recently updated
recently updated
newest added

I have [this header file from OpenSSL](https://gist.github.com/mcepl/5094508#file-bn-h) which when run through gccxml gives me [this result](https://gist.github.com/mcepl/5094508#file-bn-xml). When running `xml2cython` on bn.xml I get this crash: ``` matej@wycliff: ~$ xml2cython.py /usr/include/openssl/bn.h...

`xml2cython` requires `ctypeslib` (specifically `ctypeslib.codegen`)

Not handled: Traceback (most recent call last): File "/usr/local/bin/xml2cython.py", line 165, in sys.exit(main()) File "/usr/local/bin/xml2cython.py", line 148, in main ffilter=ffilter, funcs_list=funcs) File "/usr/local/bin/xml2cython.py", line 71, in generate_main generate_cython(output, gen, anoenumvals)...

not an issue, just a feature request. any plans to add support for the 'cdef cppclass' statement? i think it was added in cython 0.13 and allows for easy declaration...

Commands/Traceback h2xml.py -I /path/to/flac/include/ FLAC/all.h -o flac.xml #works xml2cython.py -l 'FLAC' -o flac.pyx FLAC/all.h flac.xml Ignoring _IO_FILE Item not handled for cy_generate Item not handled for cy_generate Item not handled...