summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2012-06-30Restructure class files. John Glover
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file.
2012-03-16add Cython version of simpl base frame classJohn Glover
2012-03-08[setup, tests] whitespace tidy upJohn Glover
2011-08-19Build simpl C++ moduleJohn Glover
2011-07-08Start adding Loris filesJohn Glover
2011-06-25Bug fix: both sms and sndobj build with setup.pyJohn Glover
2011-06-24Build sms using setup.pyJohn Glover
2011-06-24Change to using distutils.John Glover
Currently only builds the simplsndobj module