summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2012-09-11[exceptions] Remove unused Exception classes, addJohn Glover
exceptions.cpp to list of sources in Python extension.
2012-08-22[loris] Add C++ LorisPeakDetection.John Glover
2012-08-21[sndobj] Update SndObj to use FFTW v3 (was using v2). Remove unused SndObj ↵John Glover
files. Whitespace clean up.
2012-08-12Remove old SWIG modules.John Glover
2012-07-20[peak_detection] Add C++ implementation of SndObj peak detection.John Glover
2012-07-07[setup] Remove references to sms swig extension.John Glover
2012-07-02[setup] Ignore sms.i.John Glover
2012-06-30[sms] Add C++ implementation of SMSPeakDetection.John Glover
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