Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Keep track of installed files by py version | Dave Andreoli | |
Now you can install/uninstall using more than one python versions | |||
2015-01-04 | Use new cython cpdef-enums in evas | Dave Andreoli | |
cpdef enums are automatically exported to C and to python, no more need for the enums file and the duplicated definition for py. This is a cython 0.21 feature so from now on you will need at least that version. Require some <int> cast here and there, but a totally win in the end. | |||
2013-10-16 | setup.py: Recognize commands 'sdist' and 'bdist' | Kai Huuhko | |
2013-03-29 | Add cython generated html files to gitignore | Kai Huuhko | |
2013-03-22 | Add .gitignore | Kai Huuhko | |