Commit Graph

694 Commits

Author SHA1 Message Date
Joe Taylor
658f23b813 Starting to implement a new "ARRL_Digi" window. 2022-03-11 13:11:39 -05:00
Uwe Risse
2e3cec2201 Fix "unable to find library -lwsjt_fort_omp" on OpenMP-unsupported-platform (by JG1UAA) 2022-02-11 10:52:20 +01:00
Joe Taylor
5b97226b33 Reinstate the cmake option for WSJT_QDEBUG_IN_RELEASE. I like having it. 2022-01-27 15:00:00 -05:00
Joe Taylor
56414dda30 Remove jtmsg.f90 from CMakeLists.txt, it's no longer used. 2022-01-27 10:55:19 -05:00
Joe Taylor
76a1dd3c44 Add Russian (ru) to the list of available user-interface languages. 2022-01-26 10:32:15 -05:00
Uwe Risse
39fecf92c9 Fix a typo (needed for compilation) 2022-01-10 19:54:04 +01:00
Joe Taylor
d774733636 Set build_type to devel (RC 0), not RC 1. 2022-01-08 15:09:28 -05:00
Joe Taylor
6b2df37137 Merge branch 'develop' into feat-ft8-q3 2022-01-07 11:38:10 -05:00
Steven Franke
1a794c7ce9 Change version number to 2.6.0-rc1. 2022-01-07 09:53:59 -06:00
Uwe Risse
d28164e92a Set version number to 2.5.4 2021-12-28 10:31:58 +01:00
Joe Taylor
43c0752140 Add the $DXCALL macro capability. 2021-12-06 11:12:10 -05:00
Bill Somerville
f68a4bb1a1
Bump revision 2021-11-10 10:53:05 +00:00
Joe Taylor
9aa4786f11 Re-organize some of the FT8 a7 code. 2021-11-05 15:57:24 -04:00
Joe Taylor
393265a0e0 Working code for FT8 'a7' decodes. Still needs some cleanup. 2021-11-04 11:55:15 -04:00
Joe Taylor
2b25c51169 First fully working version of 'a7' (q3-style) decoding for FT8. 2021-10-28 15:01:00 -04:00
Joe Taylor
384899754f Add initial version of test_ft8q3.f90. 2021-10-26 12:31:24 -04:00
Joe Taylor
a5be2fb4ef TEMPORARY: save downsampled data at f0=1500 Hz, for testing ft8q3. 2021-10-26 08:58:06 -04:00
Bill Somerville
a969f304ab
Bump version 2021-10-22 15:11:17 +01:00
Bill Somerville
d732537b59
Release prep 2021-10-21 00:43:01 +01:00
Bill Somerville
d083346597
Add new UI translation to build, Traditional Chinese 2021-10-21 00:41:49 +01:00
Bill Somerville
e92ec7bf9f
Bump revision and update nag message 2021-10-12 13:19:56 +01:00
Alex Lelievre
bd8992f6f2
This fixes the problem with gfortran compiler receiving the -Xclang option on Mac when it shouldn't. 2021-10-05 19:41:29 +01:00
Bill Somerville
00eb4d59ca
User Guide update removing 32-bit Intel Linux references 2021-10-05 19:41:18 +01:00
Bill Somerville
59fbb6181b
Release note updates and release preparation 2021-09-25 11:19:35 +01:00
Bill Somerville
d41c0bc432
Bump RC # 2021-09-07 20:13:08 +01:00
Bill Somerville
d13a5d04e8
Bump RC number 2021-08-05 15:31:05 +01:00
Bill Somerville
5d78cb0c97
Bump RC # 2021-07-31 17:51:38 +01:00
Bill Somerville
91a840df6e
Bump RC # 2021-07-09 11:28:33 +01:00
Bill Somerville
146fa7b9c2
Bump RC number 2021-06-28 13:37:57 +01:00
Bill Somerville
b241b913ba
Improve band combo box pop up list width management 2021-06-25 12:33:30 +01:00
Bill Somerville
e28e9ff9b5
Bump RC number 2021-06-12 15:12:04 +01:00
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