Fri, 07 Mar 2014 21:42:46 +0000 |
Jamie Bullock |
Fix potential memory leak
|
Sun, 23 Feb 2014 21:32:14 +0000 |
Jamie Bullock |
Add "-undefined dynamic_lookup" to Pd LDFLAGS
|
Sun, 23 Feb 2014 21:31:22 +0000 |
Jamie Bullock |
Use random() instead of arc4random() for portability
|
Tue, 18 Feb 2014 20:18:44 +0000 |
Jamie Bullock |
Merge pull request #50 from seanlikeskites/master
|
Mon, 17 Feb 2014 12:58:28 +0000 |
Sean Enderby |
xtract_hps, made it more in the style of the library and octave error correction bit
|
Mon, 17 Feb 2014 11:33:23 +0000 |
Sean Enderby |
updated documentation for xtract_hps
|
Mon, 17 Feb 2014 11:20:59 +0000 |
Sean Enderby |
quick fix to xtract_irregularity_j and a sort of working xtract_hps
|
Wed, 12 Feb 2014 08:36:58 +0000 |
Jamie Bullock |
Include float.h on platforms that don't have DBL_MAX defined in limits.h
|
Tue, 11 Feb 2014 16:41:17 +0000 |
Jamie Bullock |
Version bump
|
Tue, 11 Feb 2014 16:40:54 +0000 |
Jamie Bullock |
Update gitgnore to ignore Doxygen files
|
Tue, 11 Feb 2014 16:39:41 +0000 |
Jamie Bullock |
Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input data are below or equal to threshold value. Fixes #46
|
Wed, 15 Jan 2014 19:16:32 +0000 |
Jamie Bullock |
Don't build "test" target for now
|
Wed, 15 Jan 2014 19:16:19 +0000 |
Jamie Bullock |
Add build status widget to README
|
Tue, 14 Jan 2014 21:37:53 +0000 |
Jamie Bullock |
Add .travis.yml
|
Mon, 06 Jan 2014 16:41:42 +0000 |
Jamie Bullock |
Update gitignore to include python byte code
|
Tue, 05 Nov 2013 17:52:38 +0000 |
Jamie Bullock |
Ignore files auto-generated by SWIG
|
Tue, 05 Nov 2013 17:52:21 +0000 |
Jamie Bullock |
Remove unnecessary "-lxtract" from python SWIG build file. See #40
|
Tue, 16 Jul 2013 20:52:45 +0100 |
Jamie Bullock |
Add noise test source to simpletest. Add xtract_flux() example to simpletest
|
Mon, 08 Jul 2013 10:14:42 +0100 |
Jamie Bullock |
Optimise xtract_smoothness() by removing call to malloc(). Also fix bug in xtract_smoothness() where *result was uninitialised but used in calculation.
|
Mon, 08 Jul 2013 09:52:19 +0100 |
Jamie Bullock |
Remove spurious argv specification from xtract_smoothness() documentation. Fixes #27.
|
Thu, 04 Jul 2013 08:59:01 +0100 |
Jamie Bullock |
Use log10 (double precision) instead of log10f. Fixes bug in spectral flatness
|
Mon, 01 Jul 2013 17:25:21 +0100 |
Jamie Bullock |
Remove spurious print statement
|
Wed, 19 Jun 2013 16:22:47 -0700 |
Jamie Bullock |
Offset peak interpolation by one spectral bin. Fixes #20
|
Wed, 19 Jun 2013 16:05:59 -0700 |
Jamie Bullock |
Uncomment free(), fixing memory leak
|