Bill Somerville
4f4a2ce44c
Add exclusions file that controls published sources
...
Add lines to the sources.exclude file to select paths and wildcards
that will be excluded from source tarballs. See the tar
--exclude-from=FILE option for syntax.
If a source directory that is used to build targets is included then
those targets should be defined in a CMakeLists.txt file in the same
directory and the following syntax should be used in the parent
CMakeLists.txt script to ensue the parent CMakeLists.txt file remains
valid when the excluded directory is not present:
if (EXITS ${CMAKE_SOURCE_DIR}/optional-source-dir AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/optional-source-dir)
add_subdirectory (optional-source-dir)
endif ()
2018-09-10 21:56:51 +01:00
Bill Somerville
1bb56dcdc4
Merge branch 'master' into develop
2018-07-07 20:43:11 +01:00
Bill Somerville
c03e3d5186
Merge branch 'hotfix-update-INSTALL-for-git'
2018-07-07 20:43:06 +01:00
Bill Somerville
d38c101bba
Minor updates to INSTALL file documentation
2018-07-07 20:41:01 +01:00
Joe Taylor
49ed15d140
Merge branch 'hotfix/NoHoundTxEven' into develop
2018-07-02 10:43:59 -04:00
Joe Taylor
3082454628
Merge branch 'hotfix/NoHoundTxEven'
...
Don't allow Hound to Tx even; don't allow Fox to Tx odd.
2018-07-02 10:41:45 -04:00
Joe Taylor
e67287b381
Don't allow Hound to Tx even; dot't allow Fox to Tx odd.
2018-07-02 10:40:50 -04:00
Steve Franke
e05c8b8144
Merge branch 'master' into develop
2018-06-29 10:19:28 -05:00
Steve Franke
247a6c8ee4
Merge branch 'hotfix-widegraph-startfreq'
2018-06-29 10:19:00 -05:00
Steve Franke
f979646084
Limit widegraph Start frequency to be no larger than 4900Hz so that the width of the decoder analysis window will always be nonzero.
2018-06-29 10:12:55 -05:00
Bill Somerville
4f5c18aa6a
Merge branch 'master' into develop
2018-06-26 00:10:16 +01:00
Bill Somerville
45427a08fe
Merge branch 'hotfix-astro-time-error'
2018-06-26 00:10:10 +01:00
Bill Somerville
925b523388
Fix a UTC vs. locaal time calculation error for non-Tx QSY by CAT rigs
...
Doppler correction for mid-point of Tx period when
"Settings->General->Allow Tx frequency changes while transmitting" is
unchecked was using local time for epheris calculation instead of UTC.
2018-06-26 00:06:20 +01:00
Bill Somerville
946405e6b6
Revert develop branch version to v1.10.0-devel
2018-06-24 11:56:30 +01:00
Bill Somerville
57b7e33f16
Merge branch 'master' into develop
2018-06-22 13:25:07 +01:00
Bill Somerville
6b7625e808
Merge branch 'hotfix-copyright-dates'
2018-06-22 13:22:56 +01:00
Bill Somerville
e55adbc475
Update documentation to reflect move to git SCM and update copyright dates
...
Also moved release notices to the NEWS file to be consistent with
package file naming conventions.
2018-06-22 13:19:05 +01:00
Bill Somerville
40a9c133ef
Set version appropriatey for next hotfix release (1.9.2-devel)
2018-06-22 13:03:43 +01:00
Joe Taylor
f962caace4
Implement a valid scheme for computing S/N in JT4 mode.
...
(cherry picked from commit f8bb7f4477
)
2018-06-21 23:25:36 +01:00
Joe Taylor
de4696768d
Add a description of the "Spec nn%" spinner on Wide Graph.
...
(cherry picked from commit e588836997
)
2018-06-21 23:25:36 +01:00
Joe Taylor
0de68ebfc8
Add to manual: must enable VHF features to use NA VHF Contest mode.
...
(cherry picked from commit e6f6dc9717
)
2018-06-21 23:25:36 +01:00
Joe Taylor
856e698758
Add 50.323 and 144.174 as FT8 frequencies.
...
(cherry picked from commit 3705693dbd
)
2018-06-21 23:25:36 +01:00
Joe Taylor
f8bb7f4477
Implement a valid scheme for computing S/N in JT4 mode.
2018-06-18 13:41:26 -04:00
Joe Taylor
e588836997
Add a description of the "Spec nn%" spinner on Wide Graph.
2018-06-15 13:22:04 -04:00
Joe Taylor
e6f6dc9717
Add to manual: must enable VHF features to use NA VHF Contest mode.
2018-06-14 13:40:40 -04:00
Joe Taylor
b887919d3e
Update .gitignore
2018-06-14 11:32:20 -04:00
Joe Taylor
67b5c80e1a
Update the contest ideas.
2018-06-14 11:31:16 -04:00
Joe Taylor
0344c14f99
Add the white paper digi-contest.txt.
2018-06-14 10:14:30 -04:00
Joe Taylor
3705693dbd
Add 50.323 and 144.174 as FT8 frequencies.
2018-06-14 09:17:56 -04:00
Joe Taylor
1bf9f22760
Deactivate the "not_GA" warning message at startup.
2018-06-13 15:37:42 -04:00
Steve Franke
9b63fe6ac7
Fix a bug in ldpcsim144 so that nerrhisto.dat is calculated and printed.
2018-06-12 16:00:06 -05:00
Bill Somerville
7ac0afc60b
Docs for boost subtree maintenance
2018-06-09 22:31:46 +01:00
Bill Somerville
5abe797e3c
Merge commit '4ebe6417a5fce5f0994fc0c31bebf732be96a07c' as 'boost'
2018-06-09 21:48:33 +01:00
Bill Somerville
4ebe6417a5
Squashed 'boost/' content from commit b4feb19f2
...
git-subtree-dir: boost
git-subtree-split: b4feb19f287ee92d87a9624b5d36b7cf46aeadeb
2018-06-09 21:48:32 +01:00
Bill Somerville
b5eabc6d6a
Remove original svn vendor branch imported boost subtree in prep for git-subtree solution
2018-06-09 21:47:03 +01:00
Steve Franke
b03acdfce3
Define a custom button labeled *Discard Measured* to replace the standard *Discard* button. This is being done to ensure that the button label is the same on different platforms. Update the documentation to reference the new Button name.
2018-06-08 17:39:57 -05:00
Steve Franke
a3d9cf8bcd
Fix a bug that could cause all log-likelihoods to be NaN in some cases.
2018-06-07 14:24:35 -05:00
Bill Somerville
11dfce3220
Merge branch 'version'
2018-06-01 02:08:49 +01:00
Bill Somerville
b46470e543
Set version to development
2018-06-01 01:53:27 +01:00
Bill Somerville
ad871b5793
Merge branch 'master' of bitbucket.org:g4wjs/wsjtx
2018-06-01 01:50:44 +01:00
Bill Somerville
837572b3e9
.gitignore edited online with Bitbucket
2018-06-01 00:48:08 +00:00
Bill Somerville
77567688e7
Bump version
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8748 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-31 22:05:14 +00:00
Bill Somerville
2635de4f66
.gitignore edited online with Bitbucket
2018-05-31 03:03:56 +00:00
Bill Somerville
1cb5103858
Fix version number in release note
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8745 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-31 00:25:48 +00:00
Bill Somerville
86ee632dc7
Fix issue with source tarball builds
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8742 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-31 00:09:28 +00:00
Joe Taylor
225b54b707
Update a screen shot in the manual.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8741 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-30 13:23:29 +00:00
Bill Somerville
5f87690318
Update release note for v1.9.1 bug fix release
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8739 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-30 11:28:30 +00:00
Bill Somerville
2d6782de50
Prep for WSJT-X v1.9.1 release to fix Xox mode issue
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8733 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-29 22:59:47 +00:00
Bill Somerville
9c42a42219
Bump development version
...
Also first stage of allowing for builds from a git repository.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8732 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-27 11:40:12 +00:00
Bill Somerville
8218000acb
Updated AD1C cty.dat file 20180503 version of Big CTY
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/wsjtx/trunk@8729 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-05-26 20:20:12 +00:00