gr-osmosdr.git branch master updated. v0.1.4-4-gaa4094b

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Nov 25 20:02:24 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNURadio hardware abstraction block".

The branch, master has been updated
       via  aa4094b3fd103a5b7fbcd3b8a0e225cfe70a6c6f (commit)
      from  da27f3fb0a614c2cb9f5f867be8df77f53058f28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=aa4094b3fd103a5b7fbcd3b8a0e225cfe70a6c6f

commit aa4094b3fd103a5b7fbcd3b8a0e225cfe70a6c6f
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Sat May 3 22:25:23 2014 +0200

    introduce time & clock synchronisation APIs

-----------------------------------------------------------------------

Summary of changes:
 grc/gen_osmosdr_blocks.py      |  97 +++++++++++++++++++++++-
 include/osmosdr/CMakeLists.txt |   1 +
 include/osmosdr/ranges.h       |   6 ++
 include/osmosdr/sink.h         |  98 +++++++++++++++++++++++++
 include/osmosdr/source.h       |  98 +++++++++++++++++++++++++
 include/osmosdr/time_spec.h    | 141 +++++++++++++++++++++++++++++++++++
 lib/CMakeLists.txt             |  62 ++++++++++++++++
 lib/sink_iface.h               | 110 +++++++++++++++++++++++++++
 lib/sink_impl.cc               | 101 ++++++++++++++++++++++++-
 lib/sink_impl.h                |  14 ++++
 lib/source_iface.h             | 110 +++++++++++++++++++++++++++
 lib/source_impl.cc             | 101 ++++++++++++++++++++++++-
 lib/source_impl.h              |  14 ++++
 lib/time_spec.cc               | 163 +++++++++++++++++++++++++++++++++++++++++
 lib/uhd/uhd_sink_c.cc          |  67 +++++++++++++++++
 lib/uhd/uhd_sink_c.h           |  14 ++++
 lib/uhd/uhd_source_c.cc        |  67 +++++++++++++++++
 lib/uhd/uhd_source_c.h         |  14 ++++
 swig/osmosdr_swig.i            |  27 +++++++
 19 files changed, 1302 insertions(+), 3 deletions(-)
 create mode 100644 include/osmosdr/time_spec.h
 create mode 100644 lib/time_spec.cc


hooks/post-receive
-- 
GNURadio hardware abstraction block



More information about the osmocom-commitlog mailing list