Commit Graph

23 Commits

Author SHA1 Message Date
Bill Somerville 3a463c3cd8
Update sample files build script 2021-07-28 15:14:31 +01:00
Joe Taylor 30286b2261 Remove more vestiges of JT9+JT65 mode. 2021-07-19 09:38:06 -04:00
Bill Somerville 4b9720a2e6
Updated sample .WAV files build script 2021-03-05 17:27:23 +00:00
Bill Somerville 22f1ba6a6d
Merge branch 'support-2.3.1' into release-2.4.0 2021-03-03 23:58:39 +00:00
Bill Somerville 1aa15aa30e
Updated samples build script 2021-02-16 17:04:48 +00:00
Bill Somerville 446c255eb5
Use new project version variables in samples CMake script 2021-02-14 20:10:48 +00:00
Bill Somerville 186d10c371
Updated samples build script 2021-02-14 20:05:21 +00:00
Bill Somerville b0417838a8
Use new project version variables in samples CMake script 2021-02-03 17:39:32 +00:00
Bill Somerville dab468d098
Corrected sample directory name 2021-02-03 17:37:27 +00:00
Bill Somerville 384006cda0
Q65 sample .wav files 2021-02-03 17:30:27 +00:00
Bill Somerville 28f92ebe8d
New JT65B sample files for averaging documentation 2020-05-10 10:54:56 +01:00
Bill Somerville 3456bdb949
Update for new FT4 sample .WAV file 2019-05-31 03:10:46 +01:00
Bill Somerville 8280d8ec96 Prep for a release candidate 2019-04-05 11:10:50 +01:00
Bill Somerville 74ff96c607 Add new FT4 sample WAV file to CMake script 2019-03-22 22:19:51 +00:00
Bill Somerville c60fbc11b6 Fix samples CMake script and update NEWS and copyright dates
Preparation for v2.0.1 GA release.
2019-02-25 03:07:51 +00:00
Joe Taylor 067f0ff6d1 Add a sample file for FT8.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7858 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-07-12 18:09:33 +00:00
Joe Taylor 05fdb9d3d0 Update the list of sample files.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7331 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-22 16:29:11 +00:00
Bill Somerville e87d9a572b Fix two defects in the sample uploader target
Also added new sample files to samples/CMakeLists.txt

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7210 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-20 21:20:26 +00:00
Joe Taylor c2d2ec8dd7 Remove vestigial references to WSPR_2. Update wsjtx.pro. Add samples for all modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7208 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-20 15:43:03 +00:00
Bill Somerville 3c428b139a Fix dependency and sequencing issues of upload-samples target
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 20:46:26 +00:00
Bill Somerville b98b4ae299 Some helpful developer documentation
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 13:19:54 +00:00
Bill Somerville 8efde1b4ef Fix samples upload-samples target commands
Also added --progress switch to rsync command

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6309 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 11:54:51 +00:00
Bill Somerville 924e20efa8 Add a sample download dialog and upload sub-system
Samples are  downloaded from a  web server, currently the  SF download
server.   The samples  are  stored in  the  source controlled  samples
directory and the CMake script  there builds a suitable directory tree
for upload to the web  server under samples/web containing the samples
hierarchy and the  generated JSON contents database  file. The samples
CMake script also  defines an 'upload-samples' target  that uses rsync
to efficiently upload  the samples and the  accompanying contents JSON
database file.

Any directory structure under the samples directory may be created, to
add a new sample file simply add  the file to source control and amend
the list of sample files (SAMPLE_FILES) in samples/CMakeLists.txt.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6308 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 11:41:05 +00:00