Commit Graph

123 Commits

Author SHA1 Message Date
Rafat Hussain
a92456d2e2
Update README.md 2020-08-02 16:51:55 +05:30
Rafat Hussain
c7c9ba8b10 Merge branch 'myd7349-fix-uwp-build'
commit : UWP build error fixed
2020-05-29 13:33:52 +05:30
myd7349
d4351d7f1c no need to link against libm any more 2020-05-29 11:36:21 +08:00
myd7349
9d20de8d29 fix UWP build error
- fix the following UWP build errors caught by vcpkg's CI
  src\wavelib.c(3673): error C4703: potentially uninitialized local pointer variable 'out' used
  src\wavelib.c(3499): error C4703: potentially uninitialized local pointer variable 'wavecoeff' used
- move the definition of `out` variable to support old C89 compilers;
2020-05-29 11:15:25 +08:00
Rafat Hussain
f104d084be Merge branch 'myd7349-fix-cmake-install'
commit: fix-cmake pull request merged
2020-05-28 15:34:29 +05:30
myd7349
8d65cce75f link to libm if necessary 2020-05-28 10:24:23 +08:00
myd7349
1acc29c724 improve CMakeLists.txt
- only enable CXX when building unit tests;
- install wavelib and wauxlib archives;
- fix header files installation;
2020-05-28 10:24:23 +08:00
Rafat Hussain
cef10c1133 idwt2 issue taken care of 2019-10-22 18:39:56 +05:30
Rafat Hussain
f2bf77feb8 cleanup 2019-09-06 09:10:03 +05:30
Rafat Hussain
36f0d305c1
Merge pull request #13 from whyang2080/master
gamma replaced with cwt_gamma
2019-04-15 13:58:38 +05:30
Wei-Hsuan Yang
d76bd20573 gamma replaced with cwt_gamma 2019-04-15 13:34:27 +08:00
Rafat Hussain
1e597aaffa
Update README.md 2019-04-08 17:48:19 +05:30
Rafat Hussain
782dc66e20
Update README.md 2019-04-08 17:39:22 +05:30
Rafat Hussain
e49f228771 gamma replaced with cwt_gamma 2019-04-08 16:40:15 +05:30
Rafat Hussain
e49c799ed2 Unit Tests updated : wavecoeffs memory Leak plugged 2019-04-06 15:40:35 +05:30
Rafat Hussain
16a54db95b Unit Tests updated 2019-04-06 14:06:26 +05:30
Rafat Hussain
2ef5c81d82 wt2 examples added 2019-04-06 08:39:01 +05:30
Rafat Hussain
8580e896da wt2 obj added 2019-04-05 19:06:19 +05:30
Rafat Hussain
00c916c150 MRA access added 2019-04-01 18:11:19 +05:30
Rafat Hussain
6863b24010 Merge branch 'modwt'
Merge MODWT with the master branch
2019-03-21 08:32:23 +05:30
Rafat Hussain
0377515f63 Merge branch 'master' of https://github.com/rafat/wavelib 2019-03-21 08:31:07 +05:30
Rafat Hussain
b84014f973
Build Status Added 2019-03-21 08:29:24 +05:30
Rafat Hussain
0a4400f369 Added fclose to plug minor leaks 2019-03-21 08:16:53 +05:30
Rafat Hussain
e16859af59 MODWT branch added. Test for memory leaks 2019-03-20 18:27:57 +05:30
Rafat Hussain
ec5006b262
update .travis.yml 2019-02-16 07:12:51 +05:30
Rafat Hussain
924d3a3c9b Merge branch 'aitap-const-correct'
Const-correctness, unused parameter cleanup, build system improvements
2018-12-14 16:38:13 +05:30
Ivan Krylov
a7935daae7 conv.h, hsfft.h, real.h: squash remaining redundant typedefs 2018-12-14 13:29:31 +03:00
Ivan Krylov
32802461e6 tst_dwt.cpp: add missing header, clean up unused variables 2018-12-14 13:15:06 +03:00
Ivan Krylov
0d5118db6f wavelib.c: remove unused parameters from modwt_per, imodwt_per 2018-12-14 13:05:45 +03:00
Ivan Krylov
fbbebc90f9 Partially revert "const-correct cwt.c:cwavelet"
This reverts commit 0b5777fc4a.

> In cwt.h and cwt.c , s0 and dj are needed for reconstruction.
> Both of these variables may be needed if we are to add more wavelets.
2018-12-14 13:04:07 +03:00
Ivan Krylov
0cbcb8b7d5 forgot to unreference the denoise.h from auxiliary/CMakeLists.txt 2018-12-13 19:53:40 +03:00
Ivan Krylov
c1c6eda13d wauxlib.h: const-correct denoise.c and waux.c
but mostly do that for public parts
also drop some of the redundant headers
2018-12-13 18:20:13 +03:00
Ivan Krylov
9219b6020e tests: only link with libm on UNIX systems 2018-12-13 17:52:50 +03:00
Ivan Krylov
12d72252c6 cwt.c:factorial: move array definition above executable statements
thus the project may be built using C89 compilers like MSVC2010
2018-12-13 17:26:43 +03:00
Ivan Krylov
1856f4a4f3 wavelib.c: const-correct swt_fft, swt_direct; drop a few more set but unused variables 2018-12-13 15:24:19 +03:00
Ivan Krylov
2e2b624950 remove lots of unused variables 2018-12-13 15:09:52 +03:00
Ivan Krylov
0b5777fc4a const-correct cwt.c:cwavelet 2018-12-13 15:05:02 +03:00
Ivan Krylov
4e34b8926b get rid of type redefinitions 2018-12-13 14:32:41 +03:00
Ivan Krylov
f238fb1ce6 const-correct header/wavelib.h; drop duplicate src/wavelib.h; break everything 2018-12-13 14:24:44 +03:00
Rafat Hussain
e2f6ddafe0 commit : debugging waux 2017-09-25 16:45:09 +05:30
Rafat Hussain
6e74f8a230 commit : free(oup) 2017-09-25 15:52:42 +05:30
Rafat Hussain
b865a273d2 commit : cmake housekeeping 2017-09-25 15:36:26 +05:30
Rafat Hussain
f906ae8d66 commit : denoise object added 2017-09-24 18:24:45 +05:30
Rafat Hussain
a26e271971 commit : visushrink/sureshrink added for dwt/swt 2017-09-23 17:19:28 +05:30
Rafat Hussain
bd2314727e commit : sureshrink corrected 2017-09-22 17:01:13 +05:30
Rafat Hussain
310b7759f1 commit : visushrink updated 2017-09-19 17:08:33 +05:30
Rafat Hussain
de4b96e123 commit : wrcoeftest added 2017-08-24 18:14:49 +05:30
Rafat Hussain
e35df26b18 commit : wrcoeff commit 2017-08-23 18:05:07 +05:30
Rafat Hussain
59bd91d4fa commit : test->denoisetest for auxiliary 2017-08-22 14:42:57 +05:30
Rafat Hussain
1bde2f9824 commit : denoise renamed to auxiliary 2017-08-22 14:21:45 +05:30