Commit Graph

663 Commits

Author SHA1 Message Date
Joe Taylor df86257119 Add helper_functions.cpp with a function tx_duration(). 2021-06-10 14:39:23 -04:00
Bill Somerville 068a96a489
Only build map65 on Windows 2021-06-02 18:54:41 +01:00
Bill Somerville 50e124b468
Prepare for WSJT-X v2.5.0 RC1 (MAP65 v3.3.0 RC1) release 2021-06-01 15:05:34 +01:00
Steven Franke c414a3261b Move q65 fortran encoding routines to a separate file. 2021-05-06 09:53:04 -05:00
Joe Taylor 3f74137d32 Add Q65 modes and optional Doppler spread to mapsim. 2021-05-04 15:46:00 -04:00
Joe Taylor f2000dcc8c Add a stripped-down version of multimode_decoder() so that MAP65 can call the Q65 decoder routines. 2021-04-27 15:10:17 -04:00
Joe Taylor 3da21b5119 Do not tell me about IEEE FPEs inexact or denormal. 2021-04-20 15:51:18 -04:00
Bill Somerville dfdabffc82
Disable Debug configuration FPE traps in Fortran programs for now 2021-04-20 14:15:09 +01:00
Bill Somerville e32d9e1d28
Rearrange bundle fixup to ensure all executables are installed
The INSTALL (CODE  ...) targets to fixup the installed  bundle may run
before all  the executable  files are  installed if  run from  the top
level CMake  script. By creating a  new sub-directory just to  run the
bundle  fixup its  timing can  be controlled  by ensuring  it is  only
included after all sub-directory that might install executable files.
2021-04-19 16:17:25 +01:00
Bill Somerville a3334295ef
Revert to standard CMake BundleUtilities.cmake script
Fix some installation dependency finding issues.
2021-04-18 01:06:04 +01:00
Joe Taylor c143c2c279 Merge branch 'feat-map65-integration' of bitbucket.org:k1jt/wsjtx into feat-map65-integration 2021-04-16 15:14:28 -04:00
Joe Taylor 7b007e07f8 Set some additional Fortran flags for debug builds. 2021-04-15 13:54:36 -04:00
Bill Somerville bd9c7a5785
Switch to recommended package finder naming conventions 2021-04-15 02:56:00 +01:00
Bill Somerville 63e485e819
Updated CMake finders, working on Windows & supporting dynamic hamlib 2021-04-12 22:33:46 +01:00
Bill Somerville b3b70a81cd
Updated LibFindMacros.cmake
Allowing much simplified CMake package  finder scripts, also moving to
finders creating imported targets.
2021-04-11 22:03:56 +01:00
Bill Somerville 56c92c55fb
Updated CMake finders and changes to build map65 on Linux 2021-04-11 15:29:15 +01:00
Bill Somerville 74bd3c1d0c
Changes to integrate into WSJT-X build system
A  separate install  of the  portaudio  library is  now required,  see
"doc/building on MS Windows.txt" for a suitable recipe.

The map65  code base  is still  MS Windows specific  in some  areas so
don't expect successful builds on Linux or macOS yet.
2021-04-10 12:29:34 +01:00
Bill Somerville 769e00ab88
Getting compilation of map65 working with CMake and Qt 5.15 2021-04-09 17:47:49 +01:00
Bill Somerville f0945282dd
Merge branch 'master' into develop 2021-03-14 16:40:56 +00:00
Bill Somerville d4c4cd0e05 Tagging the WSJT-X v2.3.1 release
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAmBMAVMACgkQ2GSwbR6B
 YY9zhQf+K8DgRh0q5bYBSQOaECDOYt3OY2DSRHAzOKLJIX25DJ1oKkj4BSiBcczG
 GNnNGefHWwDtDPJl5Vhu3mE8JsgVquEpl0r/V7Y7Zf+6dv+q/p6HCdwbBGHPQxJ7
 VVdH/Q643aMIK2nb25hwSt4Z3aZSvABmqN636D5tL8nqyBCF58La/AlncvF7+Xc4
 KOg7ll0RInkJh+2D11cTXtZn23+awtOSC2x5pkqSzQM6zCJ3yEb4OxzrjWmZKV5r
 8I0pe5G1hNl/Ecy0Hm8GEQQIW7DooF/MFHkK4Z9x7R7lzG71R0AeuFc4QjbO1NS+
 YeHeRaHvr2Fq2eFi7pZHqfc/O5WyiQ==
 =I/Tu
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAmBMp94ACgkQ2GSwbR6B
 YY/ycggAt7rjgs+32eO2fofGhyt4oBUs17oR6bKx34jSsOMqLrw+vJELsPphs3zi
 bhm5rIK0Fzrt/BVZMI8iSTawe32rqSw+YdJT9YPrHf8dyngYjxje/Rbhyv34cetH
 RLv89Ph8KNvFt7/NWZ2CfMPDmWnrFVFKb+Pu6CS0TKd2EA4ENyWyOLmZmSZvjjWQ
 hYcOWtIxf07Del2OucCZnuXpv9gW5RjobwM8jtGiaIwBLE+mkgBmcgTwPGiUCmUS
 D63L/5SspIkZcTjHU0sE2B0u40zOljJ7VTLShcY+BEtjTlPxLOVM8orzB3njryAc
 anM0IWb7UChalnVTOnLksnCvAcXKSg==
 =1ZRU
 -----END PGP SIGNATURE-----

Merge tag 'wsjtx-2.3.1' into release-2.4.0

Tagging the WSJT-X v2.3.1 release
2021-03-13 11:53:57 +00:00
Bill Somerville c080a9ae40
Switch to using a launchd plist for macOS shared memory config
Tnx to Steve, W1SEG, and John, G4KLA.
2021-03-06 18:24:25 +00:00
Joe Taylor ce839e1d2e Trying to isolate the cause of bad data appearing in red.dat. 2021-03-05 14:57:26 -05:00
Bill Somerville f60b867a9a
Bump RC number 2021-03-04 18:19:02 +00:00
Bill Somerville 878e351146 Tagging WSJT-X v2.4.0 Release Candidate two
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAmBBI9YACgkQ2GSwbR6B
 YY9o6gf+Lel+ypXoyWJBGVgIo8IhJLSoytXFs0aZF1uy6yQjxoeVdnjWfIV7PR/T
 AGRmYghiUvou+LVXgFekr6nwC2cnT+qm9b+P6+gStZxcmmLWwGSmDPw/uh73epnT
 NOYsK/A6pLeEXoeR93r/5gHZSHpayFm7naLq2GzaAZJIC+DZiab8quuqOK790g9H
 z1XI3P7imE3iNJI2ASCmZoVGJqjU9Mw07Fn8bDvQ/00yK+hmX7yWVPtKJ4oe7Z24
 czCjQ7W+yZJFBjeKQ7cZnXfgHfZrEYFeCcU5k2ljPFyZ5l3CI7JK/B/BYryV5+7k
 PihM7K2n25h7pBS0Dx7SMqWWvm4mEw==
 =taXS
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAmBBJGUACgkQ2GSwbR6B
 YY9/eAgAgY+/ALXG48FPIrVMNe0mjcg+Hy/zgPkUw8qMUMsNwPe1cp8ZSRMrU7zv
 SFzrEb61j9L07mw6dsf0isbRyGNkK8CpiMkn0kBbqmqsLcth0+n5dGC3d4uqQq55
 WYG79oseXitPDYGXMgFKwwWySyUY8gYZ9hoCDUo0BROrVX6g3YR+IaY7tnQV6i1K
 fFb0UEMgvWrkKUbUDdsXf4zZx1htyKSWTvdwJMNUV/0xCa6kWw8DHVsYJ1DpneGf
 fgwavRL3y5EPEIz3QIV0ldAe7fzTCfkTphqWwldilHqqOMuLRgGJ6WdYaktNmccP
 Pk1dsvIUngxUx8i9az2SxAH5LYmzig==
 =cadP
 -----END PGP SIGNATURE-----

Merge tag 'wsjtx-2.4.0-rc2' into develop

Tagging WSJT-X v2.4.0 Release Candidate two
2021-03-04 18:18:05 +00:00
Joe Taylor 0e6f536d3e Remove a few more vestiges of ISCAT mode. 2021-03-03 11:59:03 -05:00
Bill Somerville 7c76d83ef0
Bump version 2021-02-10 18:00:20 +00:00
Bill Somerville e4fc1f4e9f
Redo RC number bump 2021-02-02 23:27:25 +00:00
Bill Somerville 2dd4b24304
Redo version bump 2021-02-02 23:08:45 +00:00
Bill Somerville 65f3e4cd1a
Undo merge issue 2021-02-02 23:06:33 +00:00
Bill Somerville c3be7ed9ad
Merge branch 'feat-no-offsets-Hamlib' into release-2.4.0 2021-02-02 22:49:51 +00:00
Bill Somerville 1d921405cc
Bump RC number 2021-02-02 19:07:28 +00:00
Bill Somerville eecebc710d
Merge branch 'master' into develop 2021-02-02 19:05:00 +00:00
Bill Somerville 47f77ede44
Bump develop version 2021-02-02 18:28:17 +00:00
Bill Somerville 57bdb53aef
First v2.4.0 release candidate preparation 2021-02-02 18:09:46 +00:00
Bill Somerville b8207450bb
Prepare for v2.3.0 GA release 2021-02-01 11:10:32 +00:00
Bill Somerville 2d6f17241a
Install correctly for RelWithDebInfo build configurations 2021-01-27 17:51:33 +00:00
Bill Somerville 33db1ec63e
Install correctly for RelWithDebInfo build configurations 2021-01-26 18:28:49 +00:00
Bill Somerville 9048c5cf04
Merge branch 'master' into develop 2021-01-25 03:20:46 +00:00
Bill Somerville 5e29c7ebcc
Updated CTY.DAT file, 11 Jan 2021, tnx Jim, AD1C 2021-01-25 03:18:59 +00:00
Bill Somerville 455ec12e44
Merge branch 'develop' into feat-fst280 2021-01-15 22:14:36 +00:00
Joe Taylor f0808942e5 Move q65_dec0 into q65 module. 2021-01-13 14:50:07 -05:00
Joe Taylor bfca40aa1c Rename q65_sync to q65_dec0. 2021-01-13 14:34:20 -05:00
Joe Taylor e8ba69099a Re-organize module q65.f90. Can still be improved! 2021-01-09 19:58:34 -05:00
Bill Somerville 652ccf4ce3
Merge branch 'release-2.3.0' into develop 2021-01-05 23:35:57 +00:00
Bill Somerville aed931d52e
Ensure Windows install application display name is correct 2021-01-05 19:35:09 +00:00
Bill Somerville 3beff076cf
Bump RC number 2021-01-05 02:54:45 +00:00
Bill Somerville e3de5480e2
Merge branch 'master' into develop 2021-01-04 22:57:31 +00:00
Bill Somerville fd8c993b7b
Update copyright years 2021-01-04 21:55:15 +00:00
Bill Somerville f2e9c1d91d
Merge branch 'develop' into feat-fst280 2021-01-04 15:53:21 +00:00
Bill Somerville 94977df845
Merge branch 'release-2.3.0' into develop 2021-01-04 15:38:06 +00:00