Commit Graph

145 Commits

Author SHA1 Message Date
51f9d39837 add installer 2023-11-30 20:46:53 -05:00
c4b7655ad4 tmp update 2022-12-17 10:21:33 +08:00
3415d6fc03 tmp update 2022-12-16 11:29:28 +08:00
172b4af8c4 tmp update 2022-12-15 09:37:20 +08:00
38a2cd7ccf tmp update 2022-03-16 08:48:41 +08:00
b9c140e5ef update cmakelists 2021-09-10 13:09:39 +08:00
ebd0f89493 update build system 2021-08-02 22:01:43 +08:00
张壹
adc77ebadf update build system 2021-08-01 09:26:33 +08:00
9b5e9db390 update build system 2021-08-01 08:43:34 +08:00
d001110e30 Merge branch 'master' of https://gitee.com/yizhangss/wavelib 2021-04-17 08:27:34 +08:00
312e624dc5 update cmakelists 2021-04-16 12:04:51 +08:00
yizhangss
7acb89acfc update cmakelists 2021-04-15 12:24:28 +08:00
yizhangss
53b5d140c9 update cmakelists 2021-04-15 10:54:21 +08:00
04d43c09ec update library 2021-04-14 20:19:48 +08:00
2421f6c543 delete test 2021-04-07 19:17:54 +08:00
24b48f4c9f add test gitignore 2021-04-07 19:16:03 +08:00
8a019e7e88 test complied 2021-04-06 23:58:43 +08:00
edf5790139 add build/ to gitignore 2021-04-06 23:36:36 +08:00
58b5604d3d initial compile on mac-pro 2020-11-13 17:15:38 +08:00
afcb53b797 update gitignore 2020-11-12 14:31:11 +08:00
fc537cea42 update cmakelists 2020-11-12 12:29:01 +08:00
becd7defec add gitignore 2020-11-09 10:29:20 +08:00
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