index
:
leqm-nrt
carl
centos-6
centos-test
master
opt
Fork of leqm-nrt library for LEQ(m) calculations
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-10-02
Micro-optimizations.
opt
Carl Hetherington
2023-10-02
Use -O3 for tree vectorization.
Carl Hetherington
2023-10-02
Cleanup: use asio thread pool.
Carl Hetherington
2023-10-01
Remove _chconf member variable.
Carl Hetherington
2023-10-01
Remove _sum member variable.
Carl Hetherington
2023-10-01
Remove _ir member variable.
Carl Hetherington
2023-10-01
Remove _nch member variable.
Carl Hetherington
2023-10-01
Remove _nsamples member variable.
Carl Hetherington
2023-10-01
Remove _buffer member variable.
Carl Hetherington
2023-10-01
Move rectify into process.
Carl Hetherington
2023-10-01
Move convolve into process.
Carl Hetherington
2023-10-01
Move accumulate_ch into process.
Carl Hetherington
2023-10-01
Cleanup: remove unused method.
Carl Hetherington
2023-10-01
Build with -O2 for what seems like a ~4x speedup.
Carl Hetherington
2023-01-26
Fix crash when _nsamples is not a multiple of _nch (DoM #2432).
Carl Hetherington
2022-06-14
Remove another unused variable.
Carl Hetherington
2022-01-12
Remove unused variable.
cah
2021-05-20
Make sure workers are finished before the variables they use are torn down.
Carl Hetherington
2021-05-20
Add some more things to .gitignore.
Carl Hetherington
2020-04-21
Allow static or shared builds.
Carl Hetherington
2020-04-21
Have to explicitly install static libraries.
Carl Hetherington
2020-04-21
Only check for libsndfile if it's being used.
Carl Hetherington
2020-04-20
Always build statically for the sake of AppImage.
Carl Hetherington
2020-04-20
Add M_PI for Windows.
Carl Hetherington
2020-04-20
Force C++11.
Carl Hetherington
2020-04-20
Add basic cscript.
v0.0.2
Carl Hetherington
2020-04-20
Update test runner.
Carl Hetherington
2020-04-20
Add GPL boilerplate; allow building without libsndfile.
Carl Hetherington
2020-04-20
Rename .pc file.
Carl Hetherington
2020-04-20
Add #pragma once to header.
Carl Hetherington
2020-04-20
Rename everything to libleqm_nrt
Carl Hetherington
2020-04-20
Add a namespace.
Carl Hetherington
2020-04-20
Offer a class for calculating in blocks, rather than a method.
Carl Hetherington
2020-04-20
Formatting tweaks.
Carl Hetherington
2020-04-20
Move some constants.
Carl Hetherington
2020-04-20
Move some functions about and make them static.
Carl Hetherington
2020-04-20
A few more small cleanups.
Carl Hetherington
2020-04-20
More general cleanups.
Carl Hetherington
2020-04-20
Move some things about.
Carl Hetherington
2020-04-20
Separate IR calculation out and tidy inverse_fft
Carl Hetherington
2020-04-20
Unnecessary return value.
Carl Hetherington
2020-04-20
Inline some method calls.
Carl Hetherington
2020-04-20
Tidy rectify().
Carl Hetherington
2020-04-20
Tidy convolv_buff
Carl Hetherington
2020-04-20
Make a couple of methods private.
Carl Hetherington
2020-04-20
Tidy equalinterval2 a little.
Carl Hetherington
2020-04-20
Remove unused variable.
Carl Hetherington
2020-04-20
Remove some debug output.
Carl Hetherington
2020-04-20
Tidy log/lin conversion functions.
Carl Hetherington
2020-04-20
Tidy inversefft2 method.
Carl Hetherington
[next]