summaryrefslogtreecommitdiff
path: root/tools/python-yasm/pyxelator
Commit message (Collapse)AuthorAgeFilesLines
* Update Pyxelator to avoid deprecation warnings on recent Python versions.Peter Johnson2010-01-032-6/+20
| | | | svn path=/trunk/yasm/; revision=2264
* Unbreak distcheck when Python is available by pulling in bitvect.h.Peter Johnson2007-09-071-1/+1
| | | | svn path=/trunk/yasm/; revision=1927
* Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson2007-01-291-4/+3
| | | | | | | | | | | | | | the C function and data structure wrappers for Pyrex. We now require Pyrex 0.9.5 to build the Python wrappers, as only >=0.9.5 has working weakref support. We actually need 0.9.5.1, but it's not yet released (0.9.5 has a crash bug in enum wrapping that we trigger). Pyxelator works a lot better with non-anonymous enums/structs, so libyasm has been scrubbed for this. Next step: full Yasm data structure inspection. svn path=/trunk/yasm/; revision=1745
* Pyxelator: Rip out code wrapper generation. Reindent. Add yasm wrapperPeter Johnson2006-12-1220-9478/+1846
| | | | | | | generator script. Still needs additional tweaks before it can be tied into the build. svn path=/trunk/yasm/; revision=1711
* Bring Pyxelator-r428 into trunk.Peter Johnson2006-12-1222-0/+11051
svn path=/trunk/yasm/; revision=1710