index
:
simpl
master
Fork of John Glover's sinusoidal modelling library simpl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Collapse
)
Author
2013-06-22
[residual] Add basic test for SMSResidual
John Glover
2013-01-11
[tests] Tidy up test C++ tests.
John Glover
All tests can now be run from a single executable called 'tests' (created in the build directory).
2013-01-10
[cmake] Change functions to lower case for consistency.
John Glover
2012-10-24
[mq] Add MQPeakDetection C++ class.
John Glover
2012-09-11
[cmake] glob for simpl source and includes.
John Glover
2012-09-10
[cmake] Include all header files in install (some not needed but less error ↵
John Glover
prone).
2012-09-09
[cmake] Use variable to decide whether to build tests or not. Can be set ↵
John Glover
with -D BUILD_TESTS=yes.
2012-08-23
[loris] Add C++ implementation of LorisSynthesis.
John Glover
2012-08-22
[loris] Add C++ implementation of LorisPartialTracking.
John Glover
2012-08-22
[loris] Add C++ LorisPeakDetection.
John Glover
2012-07-20
[peak_detection] Add C++ implementation of SndObj peak detection.
John Glover
2012-07-07
Add CMakeLists.txt so simpl can be build as dynamic library.
John Glover