Wykres commitów

147 Commity (363219e60a1db57d06ece703299c449bed37a6ec)

Autor SHA1 Wiadomość Data
Daniele Forsi IU5HKX 08c06aea14 Fix spelling errors
Fixed with:
codespell --summary --skip=.git,extra,,lib,macros,security --ignore-words-list="ans,ba,cant,develope,fo,get's,nin,numer,parm,parms,setts,som,statics,ths,ue,vektor,objext" --write-changes --interactive=2
and manual editing.
2022-07-07 23:56:22 +02:00
orbea 4fa9a211ad bindings: Fix tcl build with slibtool 2022-05-06 22:12:18 -07:00
Mike Black W9MDB c774a05be4 Revert "Merge pull request #1022 from orbea/tcl"
This merge breaks the default tcl build as it can't find the
This reverts commit 4d919ec454, reversing
changes made to 279bc84dfe.
This patch breaks the default tcl build as it can't find Tcl pkgconfig
configure: error: Unable to find Tcl pkgconfig
2022-05-06 23:08:47 -05:00
orbea 9dfbd235af bindings: Fix tcl build with slibtool 2022-05-06 17:13:39 -07:00
Mike Black W9MDB 68e121d82c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default
This is necessary to keep alignment between the client view of rig->state and the shared libarary view
Including PTHREAD functions in rig->state necessitated this as HAVE_PTHREAD only defined during hamlib compilation.
Clients including hamlib/rig.h did not pick up all the HAVE* config variable that control what gets included
https://github.com/Hamlib/Hamlib/issues/947
2022-02-04 07:41:36 -06:00
Mike Black W9MDB 388738b78b Add set_vfo_opt to py3test.py 2022-01-23 08:56:09 -06:00
Mike Black W9MDB 506fcd1881 Fix rig.swg set_vfo_opt
https://github.com/Hamlib/Hamlib/issues/930
2022-01-22 16:42:22 -06:00
Mike Black W9MDB 28174de21a Fix rig_set_vfo_opt in rig.swg and add new METHOD1SET
https://github.com/Hamlib/Hamlib/issues/930
2022-01-18 17:32:55 -06:00
Mike Black W9MDB 9e3afe2729 Add set_vfo_opt to rig.swg
https://github.com/Hamlib/Hamlib/issues/930
2022-01-18 13:30:56 -06:00
Mike Black W9MDB 06f471d5c8 Add AM_CFLAGS to bindings/Makefile.am to pick up debug flags 2021-09-03 17:31:33 -05:00
Mike Black W9MDB 2bfd09e593 Update py3test.py path 2021-09-03 17:02:12 -05:00
Mike Black W9MDB a46d5b01be Update test.json
https://github.com/Hamlib/Hamlib/issues/695
2021-05-25 17:09:39 -05:00
Mike Black W9MDB 36ac8cbd7c Update to new JSON format
https://github.com/Hamlib/Hamlib/issues/695
2021-05-25 17:07:19 -05:00
Mike Black W9MDB 5056982375 Add LastCommand struct to multicast packet proposal
Need to define rig/amp/tuner control command formats -- do not intend on using limited rigctld format
https://github.com/Hamlib/Hamlib/issues/695
2021-05-22 16:55:18 -05:00
Mike Black W9MDB 4da43abdd0 Add LastCommand to multicast packet
https://github.com/Hamlib/Hamlib/issues/695
2021-05-22 11:31:20 -05:00
Mike Black W9MDB 8b22a5a9a8 Add csharp JSON deserializer example
https://github.com/Hamlib/Hamlib/issues/695
2021-05-20 17:29:21 -05:00
Mike Black W9MDB 4e60ebf1d6 Fix rig_get_vfo_info in rig.swg
6c13951da8 (commitcomment-50159464)
2021-04-29 09:00:59 -05:00
Mike Black W9MDB 4501c1c97b Remove generated files 2021-04-14 15:41:01 -05:00
Mike Black W9MDB 9d310062eb More files for git clone configure to work 2021-04-14 09:19:27 -05:00
Michael Black W9MDB fd0c8cba7c Another attempt to get MacOS python2 binding working
https://github.com/Hamlib/Hamlib/issues/477
2021-03-10 23:45:38 -06:00
Michael Black W9MDB 8a2a51b221 Possible fix for MacOS python2 binding build
https://github.com/Hamlib/Hamlib/issues/477
2021-03-09 10:09:22 -06:00
Michael Black W9MDB 0f0705d014 Fix python binding for future deprecation of distutils.sysconfig
Hopefully works on MacOS
Also hopefully works on python2
https://github.com/Hamlib/Hamlib/issues/477
2021-03-08 23:26:44 -06:00
Michael Black W9MDB 92492c4627 Modify perltest.pl for multi-line rig_error return
https://github.com/Hamlib/Hamlib/issues/526
2021-02-04 07:23:53 -06:00
Michael Black W9MDB 3038921655 Add version check for lutest to only to 64-bit when 5.4 or greater 2020-12-06 15:04:51 -06:00
Michael Black W9MDB c70d841b83 Add NOCHANGE_PASSBAND to icom...cascading effect on adding vfo elsewhere...which is needed anyways
https://github.com/Hamlib/Hamlib/issues/448
2020-11-29 23:32:14 -06:00
Michael Black W9MDB 2df1e2e199 Add installation path to py3test.py 2020-10-12 15:40:22 -05:00
Michael Black W9MDB fb9acd8b5e Adding phpdemo 2020-09-13 08:08:23 -05:00
Michael Black W9MDB d47987db85 Fix bindings since itu_region has been deprecated 2020-09-12 08:59:55 -05:00
Michael Black W9MDB 741499c260 Add amplifier.swg to Makefile.am
https://github.com/Hamlib/Hamlib/issues/367
2020-09-07 09:59:32 -05:00
Daniele Forsi d7b332c3f7 Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"

Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 09:02:48 +02:00
Nate Bargmann 762ca51cba
Remove backticks from bindings/Makefile.am 2020-05-30 13:14:33 -05:00
Daniele Forsi 3baabad45b Set the executable bits on py3test.py 2020-05-02 11:11:27 +02:00
mdblack98 b170cb9f0e Fix binding get_channel 2020-05-01 22:37:53 -05:00
mdblack98 b888124f76 Fix perltest.pl get_channel 2020-05-01 22:35:30 -05:00
mdblack98 c4590e125d Fix rig_get_channel in rig.swg
https://github.com/Hamlib/Hamlib/issues/227
2020-04-30 09:14:39 -05:00
Michael Black 209ce2c8a1 Change CXXFLAGS for swig compilation to avoid warnings which we can't do anything about 2020-04-10 08:36:51 -05:00
Michael Black 9ae78642aa Update luatest.lau verbiage 2020-03-30 00:19:53 -05:00
Michael Black 40ab38e757 Fix bindings for VOXDELAY 2020-03-29 23:57:28 -05:00
Michael Black f89ef8fffb Remove bad commit and fix perltest.pl check 2020-03-29 23:47:38 -05:00
Michael Black b040803765 Standard all version numbers to YYYYMMDD.N where n is intended for multiple versions in one day.
So typically .N will be .0
2020-03-29 23:03:21 -05:00
Michael Black 8eb09c2a38 More cppcheck fixes 2020-03-23 07:52:01 -05:00
Michael Black 6dd71c84a0 Fix value_t compile warnings on swig java 2020-03-14 12:10:47 -05:00
Michael Black 3ce527a24d Update amplifier.swg 2020-03-14 09:59:56 -05:00
Michael Black 3503d5e603 Add amplifier.swg to bindings 2020-03-14 08:46:28 -05:00
Michael Black e51f16d7e7 Cleanup Java warning in SWIG files
Comment out misc.h in hamlib.swg
2020-03-13 23:40:32 -05:00
Michael Black W9MDB 07b8c280cd rig.swg updates
g/set_split_freq_mode
get_parm
g/set_ext_level
g/set_ext_parm
g/set_ext_func
2020-03-04 11:42:39 -06:00
Michael Black W9MDB c9e8bf1c0a Added rig_get_parm to rig.swg 2020-03-04 10:16:27 -06:00
Michael Black W9MDB 1d86b81518 Add get/set_split_freq_mode to rig.swg 2020-03-04 10:05:23 -06:00
Michael Black W9MDB 8884e0d1f1 Increase version requirement for swig and add swig 3.0 detection
Change bindings test scripts to executable
2020-03-04 09:41:43 -06:00
Michael Black W9MDB fb1d28ee3e Fix get_ant in rig.swg 2020-03-04 08:30:11 -06:00