Next | Query returned 8 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2023-12-26 10:19:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-soapy-sdr: fix build with Python 3.12

The path detection script uses distutils to find out where
it should install to, but this is not part of Python 3.12.
Explicitly pass install path.
   2023-09-01 12:51:52 by Nia Alarie | Files touched by this commit (1)
Log message:
py-soapy-sdr: Assumes compiler defaults to C++11.
   2023-08-12 14:44:01 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(ham/py-soapy-sdr)  Updated 0.7.2 to 0.8.1

This this the changelog file for the SoapySDR project.

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
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-10-26 12:48:41 by Nia Alarie | Files touched by this commit (38)
Log message:
ham: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:17:24 by Nia Alarie | Files touched by this commit (38)
Log message:
ham: Remove SHA1 hashes for distfiles
   2020-08-01 10:59:36 by Tobias Nygren | Files touched by this commit (1)
Log message:
PY_PATCHPLIST goes before extension.mk
   2020-08-01 10:57:05 by Tobias Nygren | Files touched by this commit (4)
Log message:
ham/py-soapy-sdr: Python bindings for SoapySDR

Next | Query returned 8 messages, browsing 1 to 10 | previous