[Hamlib-developer] [Hamlib/Hamlib] d065bc: Sort SUBDIRS and DIST_SUBDIRS and fix them
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-07-09 15:16:06
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: d065bcb8ef0311ab21f85c8a7d1aec83db2c6cb1 https://github.com/Hamlib/Hamlib/commit/d065bcb8ef0311ab21f85c8a7d1aec83db2c6cb1 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M Makefile.am Log Message: ----------- Sort SUBDIRS and DIST_SUBDIRS and fix them "security" was added twice to SUBDIRS and BACKEND_LIST is not set by configure. Commit: f4cebd5339ce813ab2eba541bc5eca835db240c1 https://github.com/Hamlib/Hamlib/commit/f4cebd5339ce813ab2eba541bc5eca835db240c1 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M Makefile.am M configure.ac Log Message: ----------- Do not compile rigs/winradio if disabled in configure To disable: ./configure --disable-winradio Commit: e7daf11d5cdd05d6299fedbc8d18b40b6bfacf48 https://github.com/Hamlib/Hamlib/commit/e7daf11d5cdd05d6299fedbc8d18b40b6bfacf48 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M Makefile.am M configure.ac Log Message: ----------- Do not compile rotators/indi if disabled in configure To disable: ./configure --without-indi Commit: 55805c90c91dbcab9270bf73616c9d9cd19afd23 https://github.com/Hamlib/Hamlib/commit/55805c90c91dbcab9270bf73616c9d9cd19afd23 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Do the configure step with everything "no", then with "yes" Shared and static libraries are built in both cases. The usrp driver is "no" in both cases because it's in an external repository. Commit: bdde43f175692144e436e3d3bf1b23fd4c648925 https://github.com/Hamlib/Hamlib/commit/bdde43f175692144e436e3d3bf1b23fd4c648925 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Execute make with less verbosity for better readability This replaces the lines "Entering directory {DIRECTORY}" / "Leaving directory {DIRECTORY}" with just "Making {TARGET} {DIRECTORY}" and hides other output. Warning and errors are shown anyway. Commit: 6a9f93a89e166fc3b293f18ba440986be40e6f43 https://github.com/Hamlib/Hamlib/commit/6a9f93a89e166fc3b293f18ba440986be40e6f43 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Remove trailing newline from YAML multiline strings Commit: 6433447e913eb865e655ab30a144363fcd04bbf7 https://github.com/Hamlib/Hamlib/commit/6433447e913eb865e655ab30a144363fcd04bbf7 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Install TCL for macOS in the CI Commit: 419cb02dd5998c937fb6df3bd180b3d6c3dce00c https://github.com/Hamlib/Hamlib/commit/419cb02dd5998c937fb6df3bd180b3d6c3dce00c Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Install Lua for macOS in the CI Install the latest version available. Commit: 585d23ae5b25844c49e492eda21338d56ed5141b https://github.com/Hamlib/Hamlib/commit/585d23ae5b25844c49e492eda21338d56ed5141b Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Temporarily disable building Lua bindings on macOS Commit: b73d4a5cefda6f35331d39295e5c0263f7aa3576 https://github.com/Hamlib/Hamlib/commit/b73d4a5cefda6f35331d39295e5c0263f7aa3576 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Install SWIG for macOS in the CI Install the latest version available. Commit: f68c48aac54210e2bd1ee7ee2fd15401e8a201d2 https://github.com/Hamlib/Hamlib/commit/f68c48aac54210e2bd1ee7ee2fd15401e8a201d2 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M src/Makefile.am Log Message: ----------- Add dependency to hamlibdatetime.h Fixes a race during parallel builds: rig.c:74:10: fatal error: 'hamlibdatetime.h' file not found Occurred in https://github.com/Hamlib/Hamlib/actions/runs/16087329208/job/45400068817 Commit: e5e4ef84fe0b6811ac8bd6bc5307aa36c8a0c512 https://github.com/Hamlib/Hamlib/commit/e5e4ef84fe0b6811ac8bd6bc5307aa36c8a0c512 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M simulators/Makefile.am Log Message: ----------- Remove redundant rule for make clean All built files are deleted automatically. Commit: b96afa9372433735235895b4a2dddbedc2f54a74 https://github.com/Hamlib/Hamlib/commit/b96afa9372433735235895b4a2dddbedc2f54a74 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M simulators/Makefile.am Log Message: ----------- Remove redundant rule for make make knows how to build an excutable from a single source file. Commit: 3706f365a545aa67ec4147cf9aa146ec40ace871 https://github.com/Hamlib/Hamlib/commit/3706f365a545aa67ec4147cf9aa146ec40ace871 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Temporarily disable parallel builds Commit: 98489501fe80c32cf456c4bf962f628a4dc175ca https://github.com/Hamlib/Hamlib/commit/98489501fe80c32cf456c4bf962f628a4dc175ca Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M Makefile.am Log Message: ----------- Revert "Sort SUBDIRS and DIST_SUBDIRS and fix them" This reverts commit d065bcb8ef0311ab21f85c8a7d1aec83db2c6cb1. Conflicts: Makefile.am Commit: 2fc0b8eef5e85cccf00c449c95a5405a78617038 https://github.com/Hamlib/Hamlib/commit/2fc0b8eef5e85cccf00c449c95a5405a78617038 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M Makefile.am Log Message: ----------- Fix make distcheck again Commit: 633cee04d2b78053c470c5d78ca92d2722ea4fbe https://github.com/Hamlib/Hamlib/commit/633cee04d2b78053c470c5d78ca92d2722ea4fbe Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Install INDI development packages for Linux in the CI Commit: 8c94897208b2197c3fd2ec3eef138f66306065d4 https://github.com/Hamlib/Hamlib/commit/8c94897208b2197c3fd2ec3eef138f66306065d4 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Install development package for rigmatrix for Linux in the CI Commit: 54c2eb89a2fe75103c942596a6f81dbb71b4a0fc https://github.com/Hamlib/Hamlib/commit/54c2eb89a2fe75103c942596a6f81dbb71b4a0fc Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-05 (Sat, 05 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Revert "Temporarily disable parallel builds" This reverts commit 3706f365a545aa67ec4147cf9aa146ec40ace871. Commit: 976bfb42767019de50c8d29aebdbfdb933a88b01 https://github.com/Hamlib/Hamlib/commit/976bfb42767019de50c8d29aebdbfdb933a88b01 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-06 (Sun, 06 Jul 2025) Changed paths: M doc/manuals/OTRSP_Protocol.pdf M rigs/yaesu/FT-817CAT.pdf M rigs/yaesu/FT-817MemoryMap.pdf M rotators/grbltrk/Makefile.am M security/AESStringCrypt.h M security/Makefile.nt M security/aes.h M security/password.h M security/sha256.h M src/Makefile.am M src/version_dll.rc Log Message: ----------- Remove the executable bit from data files Commit: 84799e2f6c3da704a0877465b77cd3d9bc1dfe15 https://github.com/Hamlib/Hamlib/commit/84799e2f6c3da704a0877465b77cd3d9bc1dfe15 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-06 (Sun, 06 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml Log Message: ----------- Revert "Install Lua for macOS in the CI" This reverts commit 419cb02dd5998c937fb6df3bd180b3d6c3dce00c. Conflicts: .github/workflows/c-cpp.yml Commit: 6fade7fa33f306150d707d577b06e151b09d3e2d https://github.com/Hamlib/Hamlib/commit/6fade7fa33f306150d707d577b06e151b09d3e2d Author: Nate Bargmann <n0...@n0...> Date: 2025-07-07 (Mon, 07 Jul 2025) Changed paths: M .github/workflows/c-cpp.yml M Makefile.am M configure.ac M doc/manuals/OTRSP_Protocol.pdf M rigs/yaesu/FT-817CAT.pdf M rigs/yaesu/FT-817MemoryMap.pdf M rotators/grbltrk/Makefile.am M security/AESStringCrypt.h M security/Makefile.nt M security/aes.h M security/password.h M security/sha256.h M simulators/Makefile.am M src/Makefile.am M src/version_dll.rc Log Message: ----------- Merge GitHub PR #1795 Compare: https://github.com/Hamlib/Hamlib/compare/0c94ba468ac1...6fade7fa33f3 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |