head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.28 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.26 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.24 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.22 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.20 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.18 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.16 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.14 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.12 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.18 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.16 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.14 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.12 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.10 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.8 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2022.10.08.13.25.35; author adam; state Exp; branches; next 1.1; commitid nNJV4MoYjw67XUWD; 1.1 date 2020.08.01.08.17.43; author tnn; state Exp; branches; next ; commitid LWrTK737zpoJTkiC; desc @@ 1.2 log @soapy-sdr: updated to 0.8.1 Release 0.8.1 (2021-07-25) ========================== - cmake: fix use of CMAKE_INSTALL_LIB_DIR when absolute - windows: Fix compatibility with non-MSVC compilers - cmake: version policies for subproject compatibility - docs: fixed spelling mistakes in doxygen comments - python3: change OUTPUT_NAME in newer versions of cmake - Types: consistency changes converting strings to bool - Type.hpp: fixed templated StringToSetting return true - Range: fixed default constructor not initializing step Release 0.8.0 (2021-04-25) ========================== Build: - Update to CMake 3.0 style and project config generation - Increase the CMake build requirement to version 3.1.0 API: - Added API calls for configuring an external reference clock rate - Constants for boolean setting strings SOAPY_SDR_TRUE/FALSE - Templated read/writeSetting()/readSensor() for SoapySDR::Device - Added Templated StringToSetting() and SettingToString() helpers - Python bindings duck typing for read/writeSetting()/readSensor() - Changed SoapySDRDevice_setupStream() to return the stream pointer - Added unloadModules() API call to manually cleanup modules on exit - Device: added parallel make() function with string arguments - Added ABI check to Python module @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2020/08/01 08:17:43 tnn Exp $ Disable Python support. --- CMakeLists.txt.orig 2020-01-12 18:05:37.000000000 +0000 +++ CMakeLists.txt @@@@ -126,14 +126,14 @@@@ message(STATUS "######################## message(STATUS "## Begin configuration for Python support...") message(STATUS "#############################################") message(STATUS "Enabling optional Python bindings if possible...") -add_subdirectory(python) +#add_subdirectory(python) message(STATUS "") message(STATUS "#############################################") message(STATUS "## Begin configuration for Python3 support...") message(STATUS "#############################################") message(STATUS "Enabling optional Python3 bindings if possible...") -add_subdirectory(python3) +#add_subdirectory(python3) ######################################################################## @ 1.1 log @soapy-sdr: delete the python binding. Will be added as a separate package. @ text @d1 3 a3 1 $NetBSD$ @