summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-07Allow building of arch package.carlCarl Hetherington
2023-10-01Build with -O2 for what seems like a ~4x speedup.Carl Hetherington
2023-01-26Fix crash when _nsamples is not a multiple of _nch (DoM #2432).Carl Hetherington
2022-06-14Remove another unused variable.Carl Hetherington
2022-01-12Remove unused variable.cah
2021-05-20Make sure workers are finished before the variables they use are torn down.Carl Hetherington
2021-05-20Add some more things to .gitignore.Carl Hetherington
2020-04-21Allow static or shared builds.Carl Hetherington
2020-04-21Have to explicitly install static libraries.Carl Hetherington
2020-04-21Only check for libsndfile if it's being used.Carl Hetherington
2020-04-20Always build statically for the sake of AppImage.Carl Hetherington
2020-04-20Add M_PI for Windows.Carl Hetherington
2020-04-20Force C++11.Carl Hetherington
2020-04-20Add basic cscript.v0.0.2Carl Hetherington
2020-04-20Update test runner.Carl Hetherington
2020-04-20Add GPL boilerplate; allow building without libsndfile.Carl Hetherington
2020-04-20Rename .pc file.Carl Hetherington
2020-04-20Add #pragma once to header.Carl Hetherington
2020-04-20Rename everything to libleqm_nrtCarl Hetherington
2020-04-20Add a namespace.Carl Hetherington
2020-04-20Offer a class for calculating in blocks, rather than a method.Carl Hetherington
2020-04-20Formatting tweaks.Carl Hetherington
2020-04-20Move some constants.Carl Hetherington
2020-04-20Move some functions about and make them static.Carl Hetherington
2020-04-20A few more small cleanups.Carl Hetherington
2020-04-20More general cleanups.Carl Hetherington
2020-04-20Move some things about.Carl Hetherington
2020-04-20Separate IR calculation out and tidy inverse_fftCarl Hetherington
2020-04-20Unnecessary return value.Carl Hetherington
2020-04-20Inline some method calls.Carl Hetherington
2020-04-20Tidy rectify().Carl Hetherington
2020-04-20Tidy convolv_buffCarl Hetherington
2020-04-20Make a couple of methods private.Carl Hetherington
2020-04-20Tidy equalinterval2 a little.Carl Hetherington
2020-04-20Remove unused variable.Carl Hetherington
2020-04-20Remove some debug output.Carl Hetherington
2020-04-20Tidy log/lin conversion functions.Carl Hetherington
2020-04-20Tidy inversefft2 method.Carl Hetherington
2020-04-20Remove timing and detail logging.Carl Hetherington
2020-04-20Remove autotools and add waf build.Carl Hetherington
2020-04-20Split up into a function that can take a functor to give samples.Carl Hetherington
2020-04-20More assorted tidying.Carl Hetherington
2020-04-20Fix some indentation.Carl Hetherington
2020-04-20Remove unused function.Carl Hetherington
2020-04-20Some function renaming and tidying.Carl Hetherington
2020-04-20Some more stack allocation.Carl Hetherington
2020-04-20Another std::vector.Carl Hetherington
2020-04-20Use std::vector more.Carl Hetherington
2020-04-20More Sum tidying.Carl Hetherington
2020-04-20Calculate some things in Sum on the fly.Carl Hetherington