lwvmobile
34adf9f054
Merge pull request #2 from lwvmobile/dev
...
Clean Out Clutter; Disable Tests; Keep It Simple;
2022-10-24 17:46:20 -04:00
lwvmobile
71d8640709
Remove Test Option Line;
2022-10-24 17:45:11 -04:00
lwvmobile
4124260a95
Disable Tests; Increment Version; Restore File;
2022-10-24 17:18:34 -04:00
lwvmobile
5a4f522306
Update README.md
2022-10-24 15:34:22 -04:00
lwvmobile
e909e652c0
Delete libmbe.pc.in
2022-10-24 15:33:37 -04:00
lwvmobile
3ff8f0f12e
Delete debian directory
2022-10-24 15:33:15 -04:00
lwvmobile
0334212815
Delete test directory
2022-10-24 15:33:01 -04:00
lwvmobile
19a347d912
Delete .travis.yml
2022-10-24 15:32:05 -04:00
lwvmobile
62194f9471
Update README.md
2022-10-24 15:30:29 -04:00
lwvmobile
a3dd199479
Add files via upload
2022-02-10 16:15:45 -05:00
lwvmobile
1b890a37cb
Merge pull request #1 from lwvmobile/lwvmobile-patch-1
...
Direct all printing to STDERR
2022-02-10 15:45:00 -05:00
lwvmobile
4bdbb83f84
Direct all printing to STDERR
...
Redirect all printf to stderr ( Change all printf to fprintf(stderr,)
Increment to 1.3.1 to make it easy to differentiate if this particular version is installed
2022-02-10 15:41:58 -05:00
rainbow
9a04ed5c78
fixes for MSVC 14.1, aka VS 2017 ( #23 )
2019-05-28 21:43:53 -04:00
Jared Szechy
ac749b09f7
install pkgconfig file & finish up debian configs
2018-06-27 23:12:16 -04:00
Jared Szechy
f8ef717fe0
Start work on debian package
2018-06-27 08:29:44 -04:00
Jared Szechy
27b3f1b623
Use cmake's test command
...
Resolves #16
2017-12-03 12:29:07 -05:00
Jared Szechy
1b39cc973f
Refactor install to allow overrides
...
Resolves #19
2017-12-03 12:27:47 -05:00
Jared Szechy
e2d84c12b4
Bump version to v1.3.0
2016-01-08 12:31:41 -05:00
Jared Szechy
daedd46dd2
Fix header guard
2016-01-08 12:24:41 -05:00
Jared Szechy
8b4fd23dee
Merge pull request #14 from pbarfuss/mbelib-minorfixes
...
Mbelib minorfixes
Resolves #13
2015-02-27 17:03:02 -05:00
9pt7
284edaeffe
powf() has to handle the general case of any floating-point x,y - as a result it's comparatively very slow in the special case y == 2. Replace with a simple multiply.
2015-02-27 16:08:56 -04:00
9pt7
6c4e4357bf
Replaced exit() with a reset-to-default
2015-02-27 16:05:45 -04:00
Jared Szechy
1e343f40dd
Merge pull request #12 from EdFuentetaja/master
...
Fixed random number generation that assumed that RAND_MAX == 2147483647.
2014-04-30 00:44:47 -04:00
ed.fuentetaja@gmail.com
fbe9d4e248
Fixed random number generation that assumed that RAND_MAX == 2147483647.
2014-04-29 22:56:24 +08:00
Jared Szechy
fa0fed46fc
Update travis ci to run test framework
2013-12-16 22:13:16 -05:00
Jared Szechy
3e96436cb8
Add missing link directory for test
2013-12-16 22:03:38 -05:00
Jared Szechy
138838cbb5
Add testing framework
2013-12-16 21:56:26 -05:00
Jared Szechy
cbe19236bc
Merge pull request #10 from balr0g/dstar
...
Initial DSTAR AMBE voice decoding support
2013-12-15 14:18:23 -08:00
Jared Szechy
f1714b3caf
Merge pull request #9 from balr0g/dmr-ambe+2-rename
...
Rename ambe3600x2250 to ambe3600x2450 to correctly reflect the codec type
2013-12-15 13:54:58 -08:00
balr0g
2656ec2202
Initial DSTAR AMBE implementation
2013-12-14 19:27:26 -05:00
balr0g
433e5227ee
Rename ambe3600x2250 to ambe3600x2450 to correctly reflect the codec type
2013-12-12 09:51:58 -05:00
Jared Szechy
3dfdb1e185
Merge pull request #8 from balr0g/strtol-cleanup
...
Remove strtol use in favor of bit shifting.
2013-11-25 14:06:48 -08:00
balr0g
0a70716cf6
Remove strtol use in favor of bit shifting.
2013-11-24 17:15:01 -05:00
Jared Szechy
0adb87be17
Merge pull request #7 from balr0g/mbelib-header-fix
...
Don't include unnecessary headers in mbelib.h
2013-11-21 11:22:24 -08:00
balr0g
4c533e92a3
Don't include unnecessary headers in mbelib.h
2013-11-21 00:19:09 -05:00
Jared Szechy
316bab6591
Bump version to v1.2.5
...
closes #6
2013-08-09 18:26:13 -04:00
Jared Szechy
553658d431
Remove old Makefile
2013-07-26 13:19:14 -04:00
Jared Szechy
c827fdf1cd
Forgot move to build dir line
2013-07-26 13:17:22 -04:00
Jared Szechy
8b8b123726
Update readme for new cmake build procedure
2013-07-26 13:15:59 -04:00
Jared Szechy
a9e0b1376d
Rename readme
2013-07-23 00:16:25 -04:00
Jared Szechy
3505d2aefe
Add travis build status to readme
2013-07-23 00:08:46 -04:00
Jared Szechy
744a6cd91f
Add Travis CI config
2013-07-22 23:59:16 -04:00
Jared Szechy
1d92bf98bd
Merge pull request #5 from balr0g/minor-cmake-fix
...
Minor cmake fix
2013-07-07 14:43:24 -07:00
balr0g
157b0b579c
Minor cmake fix
2013-07-07 13:47:55 -04:00
Jared Szechy
25b71a5e16
Merge pull request #4 from balr0g/cmake
...
Use cmake for build
2013-07-07 10:37:09 -07:00
balr0g
76dfd0cee3
Use cmake for build
2013-07-07 13:29:48 -04:00
Jared Szechy
04582f9078
Update version to v1.2.4
2013-06-19 18:50:52 -04:00
Jared Szechy
90f3b9524e
Merge pull request #2 from Jalakas/master
...
Fixes from Jalakas
2013-06-19 14:35:57 -07:00
Jalakas
7322be89a5
Function fix in imbe7100x4400.c. http://forums.radioreference.com/1879375-post298.html
2013-02-17 13:28:01 +02:00
Jalakas
ad3db1aea8
Array golayMatrix[2048] had only 1839 element. This commit fixes it.\n http://forums.radioreference.com/digital-voice-decoding-software/244398-possible-bug-question-about-mbelib.html#post1797631 .
2013-02-17 13:05:50 +02:00