gr-osmosdr hosts its code at git://git.osmocom.org/gr-osmosdr.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:gr-osmosdr

See all merge proposals.

gr-osmosdr has 2 active branches owned by 1 person and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:gr-osmosdr
Series: trunk
1 Development 2023-11-23 20:35:14 UTC
518. Fix pointer-to-integer casting precis...

Author: Ruslan Migirov
Revision Date: 2023-11-23 20:35:14 UTC

Fix pointer-to-integer casting precision loss in gr-osmosdr

Changed the casting of pointers to `long int` to `reinterpret_cast<std::intptr_t>`
in `source_impl.cc` and `sink_impl.cc`. This resolves the issue of precision
loss when compiling on 64-bit systems, where the size of pointers is 64 bits
and `long int` is typically 32 bits. Using `std::intptr_t` ensures safe
and portable casting across different platforms.
Additionally this fixes build in MSYS2 MinGW64 environment.

lp:~dobey/gr-osmosdr/packaging-dailies 1 Development 2013-05-05 14:40:13 UTC
2. Add missing swig support. Update depe...

Author: dobey
Revision Date: 2013-05-05 14:40:13 UTC

Add missing swig support.
Update dependencies.

12 of 2 results
You can't create new branches for gr-osmosdr.