Commit Graph

5854 Commits

Author SHA1 Message Date
Steven Franke
cf5a69d25b Updates and additions to wsprcpm files. 2020-04-03 10:27:43 -05:00
Joe Taylor
04dd329d57 Fix typo in User Guide. 2020-04-02 09:52:26 -04:00
Joe Taylor
151c25bcb3 Remove messahe type i3=5, possible WWROF digi contest. It will not be used. 2020-03-30 14:20:46 -04:00
Joe Taylor
0557e19b3e Correct a flaw in displaying subtype "j2" in encode77.f90. 2020-03-30 14:09:39 -04:00
Joe Taylor
380a05f94e Remove stray comments. 2020-03-30 13:52:37 -04:00
Joe Taylor
38f11fee62 Enhance packjt77 to include 50-bit WSPR-style messages. Build encode77[.exe]. 2020-03-30 13:37:34 -04:00
Joe Taylor
33ce9e3355 Trivial code cleanup. 2020-03-28 14:05:48 -04:00
Steven Franke
3f7b06853e Make wspr work again. 2020-03-21 14:44:17 -05:00
K9AN
f5fabaf163 Try to get rid of some compiler warnings. 2020-03-20 09:57:58 -05:00
Joe Taylor
fcc7739cb9 Correct an error in decoder.f90, introduced yesterday. 2020-03-20 10:11:08 -04:00
Joe Taylor
2b103dda37 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-03-20 09:56:55 -04:00
Joe Taylor
a39470cb6f FT4 should always use RR73 in Tx4. 2020-03-20 09:32:02 -04:00
Bill Somerville
28e78870e8
Fix comment typo 2020-03-20 10:58:56 +00:00
Bill Somerville
d2ba450315
Squash a couple of warnings that are not real issues 2020-03-20 10:57:19 +00:00
Joe Taylor
90458df65c FT4 should always use RR73 in Tx4. 2020-03-19 16:20:42 -04:00
Joe Taylor
7cc81d800f More code cleanup. 2020-03-19 15:53:44 -04:00
Joe Taylor
fe33bcdd6c More cleanup after making "Save None" mean NO SAVING AT ALL. 2020-03-19 15:41:18 -04:00
Joe Taylor
7de6b8c98d Remove diagnostic writes. Don't save .wav files if "Save None" is selected. 2020-03-19 14:46:41 -04:00
Joe Taylor
64a9aa5d39 Silence compiler warnings. 2020-03-19 13:45:13 -04:00
Joe Taylor
b3f539670b Silence compiler warnings. 2020-03-19 13:20:07 -04:00
Joe Taylor
d5e92202d0 Silence compiler warnings; reformmat some source code. 2020-03-19 13:13:33 -04:00
Joe Taylor
d4d37c49ab Silence compiler warnings. 2020-03-19 12:04:56 -04:00
Joe Taylor
80b926d6fd Silence compiler warnings. 2020-03-19 11:58:36 -04:00
Joe Taylor
7564301209 Silence compiler warnings. 2020-03-19 11:43:22 -04:00
Joe Taylor
a6089bc196 Silence compiler warnings. 2020-03-19 11:27:57 -04:00
Joe Taylor
1eb63b6f84 Silence compiler warnings. 2020-03-19 11:19:44 -04:00
Joe Taylor
0a076e0455 Silence compiler warnings. 2020-03-19 11:00:21 -04:00
Joe Taylor
4fa3ee3437 Silence compiler warnings. 2020-03-19 10:43:45 -04:00
Joe Taylor
430a413f95 Silence compiler warnings for packjt77.f90. 2020-03-19 10:16:33 -04:00
Joe Taylor
4d4e6cc4c7 Silence compiler warnings. 2020-03-19 09:23:35 -04:00
Joe Taylor
e7c7459a08 Some general cleanup. 2020-03-17 16:30:05 -04:00
Joe Taylor
0926943326 Silence some compiler warnings. 2020-03-17 16:05:02 -04:00
Joe Taylor
0603f52e75 Delete a bunch of obsolete Makefiles. 2020-03-17 15:51:10 -04:00
Joe Taylor
f5e6e7e8ff Silence some compiler warnings. 2020-03-17 15:50:21 -04:00
Joe Taylor
109fc57861 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-03-17 14:40:45 -04:00
Joe Taylor
aff8229fef For non-FT8 modes, reset m_nDecodes to 0 after receiving <DecodeFinished>. 2020-03-17 14:39:15 -04:00
Steven Franke
0f2793dcbe Update calls to bpdecode174_91. 2020-03-17 12:18:10 -05:00
Steven Franke
8f7221825f First cut at setting up Fast/Normal/Deep parameters. 2020-03-17 08:51:37 -05:00
Joe Taylor
a2c3907b75 Fix a bug that affected jt9 running from command line. 2020-03-16 13:47:41 -04:00
Joe Taylor
5e94de71fd Use tseq rather than ipc1 as test for early bailouts. 2020-03-16 12:11:56 -04:00
Joe Taylor
8b8cadcf3a Fix some comments and do not compare ints with floats. 2020-03-16 11:08:09 -04:00
Joe Taylor
d6cc789f40 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-03-16 10:54:25 -04:00
Bill Somerville
5024cc4e2d
Add missed file to repo 2020-03-16 14:39:42 +00:00
Joe Taylor
fea2d43489 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2020-03-16 10:35:08 -04:00
Joe Taylor
2653626d45 Replace the changes I removed by executing 'git reset HEAD~'. 2020-03-16 10:27:22 -04:00
Bill Somerville
488c2e8066
Cleanup and refactor Fortran shared memory usage
also added some missing locking for the ipc(1) value in ft8_decode().
2020-03-16 13:58:38 +00:00
Joe Taylor
3962aa3c43 Replace hijacked ss(1:3,1) with a separate ipc(3) array. 2020-03-15 14:25:56 -04:00
Bill Somerville
46638f6f07
Add shared memory synchronization to make access safe 2020-03-15 00:25:35 +00:00
Joe Taylor
649a79dfc1 New IPC trial: use shmem instead of .start .stop .quit files. 2020-03-14 17:06:54 -04:00
Bill Somerville
523e9a1a07
Enhanced process control for jt9 executable
The wsjtx  process creates control  files .start, .stop, or  .quit and
the jt9  process deletes  them.  This  is intended  to avoid  any race
conditions that get the processes out of sync.
2020-03-14 00:01:54 +00:00