Wykres commitów

60 Commity (master)

Autor SHA1 Wiadomość Data
George Baltz N3GB 878117ab1f Convert all port references in amplifiers/ to pointers. 2024-02-19 13:06:53 -05:00
Mike Black W9MDB e1f2342982 Promote all BETA to STABLE
Promot all ALPHA to BETA
2024-02-14 07:11:20 -06:00
Mike Black W9MDB e267c62764 astyle files 2023-12-16 11:37:58 -06:00
Mike Black W9MDB d5f7660781 Fix some more cppcheck items
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-06 15:14:10 -05:00
Mike Black W9MDB 3b5f7a6dcf Add and fix some cppcheck suppress items
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-03 17:11:09 -05:00
Mike Black W9MDB d49543f00c Fix cppcheck warning in gemini.c
https://github.com/Hamlib/Hamlib/issues/604
2023-09-30 16:28:05 -05:00
Mike Black W9MDB 494252fe1c Fix cppcheck style error 2023-08-02 22:18:32 -05:00
Mike Black W9MDB 17382c03c6 Fix cppcheck warnings 2023-08-02 16:54:02 -05:00
Mike Black W9MDB 6aa13e45c7 Fix cppcheck warnings 2023-08-02 16:49:06 -05:00
Mike Black W9MDB 4f0d78f1d9 Fix cppcheck warnings 2023-05-08 23:56:28 -05:00
Mike Black W9MDB 7101c699c8 Fix cppcheck warnings 2023-05-08 17:35:44 -05:00
Mike Black W9MDB 46d31277c1 Fix responsebuf in kpa.c 2023-05-08 17:31:11 -05:00
Mike Black W9MDB dad55ef148 astyle files getting ready for WSJT-x-2.7.0rc1 2023-05-08 07:37:13 -05:00
Mike Black W9MDB 5134fc5fda Progress on Expert amplifier 2023-04-30 17:12:57 -05:00
Mike Black W9MDB 38d6858698 Progress on Expert ampctl 2023-03-28 17:23:54 -05:00
Mike Black W9MDB 1ec7dc07ec Fix expert_amp_caps 2023-03-28 17:14:59 -05:00
Mike Black W9MDB 7236942d89 Adding Expert Linear amplifier 2023-03-28 17:08:40 -05:00
Mike Black W9MDB c331899d94 Fix expert in rotators/Android.mk 2023-03-28 15:58:08 -05:00
Mike Black W9MDB bbda209fc0 Add park to rotorez
https://github.com/Hamlib/Hamlib/issues/1257
2023-03-28 11:53:00 -05:00
Mike Black W9MDB 56907442ab Fix kpa.h 2023-03-20 23:33:16 -05:00
Mike Black W9MDB 5e00bed9cb Fix Gemini DX1200 gemini_set_level function 2023-03-18 22:18:50 -05:00
Daniele Forsi IU5HKX 51d95bb8f7 [amplifiers] Fix includes 2023-02-16 19:08:24 +01:00
Daniele Forsi IU5HKX 1213d87448 [amplifiers] Remove unused include of config.h 2023-02-14 19:58:38 +01:00
Mike Black W9MDB a83eb3bf42 astyle files for 4.5 release 2022-07-27 17:16:17 -05:00
Mike Black W9MDB 627ec83652 Change malloc to calloc 2022-07-27 10:26:08 -05:00
Michael Black 74b4d7beb6
Merge pull request #1091 from dforsi/fix/unused-includes
Fix/unused includes
2022-07-24 11:44:01 -05:00
Daniele Forsi IU5HKX 7a132e2703 Remove unused includes
Removes includes of stdio.h stdlib.h string.h unistd.h
2022-07-24 17:08:57 +02:00
Mike Black W9MDB 8e9dea8ca9 Fix compile warning in gemini.c 2022-07-22 22:38:04 -05:00
Mike Black W9MDB 363219e60a Add Gemini DX-1200 HF-1K amplifier 2022-07-10 17:05:44 -05:00
Mike Black W9MDB 7b49921468 Update levels in kpa1500 2022-07-10 17:03:56 -05:00
Mike Black W9MDB 6bfa103b32 Fix kpa1500.c 2022-02-10 15:20:15 -06:00
Mike Black W9MDB 96f9e6acea Remove unused file 2022-02-10 15:16:36 -06:00
Mike Black W9MDB 8c34ce1a2d astyle source code 2022-02-05 15:27:43 -06: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 01c164b2b5 Fix kpa.c link error 2022-01-16 07:33:17 -06:00
Mike Black W9MDB c88e32e0d6 Add SPRINTF macro to use instead of sprintf for automatic detection of buffer limit exceeded
https://github.com/Hamlib/Hamlib/issues/857
2022-01-09 23:38:51 -06:00
Mikael Nousiainen c764336e73 Fix build warnings caused by changes to I/O function signatures 2021-12-18 23:49:45 +02:00
Mike Black W9MDB 63a51c36a1 astyle files preparing for 4.4 release 2021-11-28 12:41:10 -06:00
Mike Black W9MDB d820ee9dbf Add expected_len to read_string function for potential serial I/O speedup
https://github.com/Hamlib/Hamlib/issues/850
2021-11-24 13:02:39 -06:00
Mike Black W9MDB 8fe190d622 Reduce error messages about RIG_VFO_OTHER which only applies to some rigs like Icom rigs with the 0x25 command
Add a flush_flag to read_string so that the new serial_flush will not produce a timeout value when flushing
https://github.com/Hamlib/Hamlib/issues/835
2021-11-01 23:43:45 -05:00
Mike Black W9MDB 04b0e6e40c Fix responsebuf usage in kpa.c 2021-09-11 05:10:07 -05:00
Mike Black W9MDB 7a5834a9a3 Fix bogus sscanf in kpa_get_powerstat -- function would not work 2021-09-01 09:11:00 -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 b50975729c Rotators and amplifiers converted to rig_flush
https://github.com/Hamlib/Hamlib/issues/307
2020-06-23 08:44:27 -05:00
Michael Black W9MDB 62cf4e5a88 Change amplifiers to standard version format and promote a few to stable 2020-06-08 16:17:54 -05:00
Michael Black 4eaed47920 Fix cppcheck warning in kpa.c 2020-03-19 09:49:59 -05:00
Michael Black d0f114b178 Add macro_name to caps structures for rig, rot, and amp devices 2020-03-05 23:48:14 -06:00
Michael Black ff8ddf018c astyle all C files 2020-02-23 11:26:09 -06:00
Michael Black fe8e66032a
Fix cppcheck warning in kpa.c 2020-01-12 22:55:32 -06:00