Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | [setup] Whitespace cleanup | John Glover | |
2012-10-30 | Fix compiling Python extension on Ubuntu 12.04 | John Glover | |
2012-10-24 | [mq] Add MQPeakDetection C++ class. | John Glover | |
2012-09-11 | [exceptions] Remove unused Exception classes, add | John 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-12 | Remove 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-30 | Restructure 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-16 | add Cython version of simpl base frame class | John Glover | |
2012-03-08 | [setup, tests] whitespace tidy up | John Glover | |
2011-08-19 | Build simpl C++ module | John Glover | |
2011-07-08 | Start adding Loris files | John Glover | |
2011-06-25 | Bug fix: both sms and sndobj build with setup.py | John Glover | |
2011-06-24 | Build sms using setup.py | John Glover | |
2011-06-24 | Change to using distutils. | John Glover | |
Currently only builds the simplsndobj module |