Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Pyxelator to avoid deprecation warnings on recent Python versions. | Peter Johnson | 2010-01-03 | 2 | -6/+20 |
| | | | | svn path=/trunk/yasm/; revision=2264 | ||||
* | Unbreak distcheck when Python is available by pulling in bitvect.h. | Peter Johnson | 2007-09-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/yasm/; revision=1927 | ||||
* | Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generate | Peter Johnson | 2007-01-29 | 1 | -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 wrapper | Peter Johnson | 2006-12-12 | 20 | -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 Johnson | 2006-12-12 | 22 | -0/+11051 |
svn path=/trunk/yasm/; revision=1710 |