commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (6de6a70 -> af4323d)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (6de6a70 -> af4323d)
Date: Fri, 9 Sep 2016 18:30:04 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next
in repository gnuradio.

      from  6de6a70   Merge remote-tracking branch 'github/rm-old-msgq' into 
next
       new  3406fb5   grc: backwards compatibility fix for pygtk 2.16 (centos6)
       new  da0a102   Merge branch 'maint'
       new  094e3f8   Merge branch 'master' into next
       new  a287639   runtime: remove single-threaded scheduler
       new  af4323d   Merge remote-tracking branch 'github/remove-sts' into next

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnuradio-runtime/lib/CMakeLists.txt               |   2 -
 gnuradio-runtime/lib/scheduler_sts.cc             |  90 ------
 gnuradio-runtime/lib/scheduler_sts.h              |  66 ----
 gnuradio-runtime/lib/single_threaded_scheduler.cc | 363 ----------------------
 gnuradio-runtime/lib/single_threaded_scheduler.h  |  65 ----
 gnuradio-runtime/lib/top_block_impl.cc            |   4 +-
 gnuradio-runtime/swig/CMakeLists.txt              |   1 -
 gnuradio-runtime/swig/single_threaded_scheduler.i |  54 ----
 grc/gui/MainWindow.py                             |  21 +-
 9 files changed, 16 insertions(+), 650 deletions(-)
 delete mode 100644 gnuradio-runtime/lib/scheduler_sts.cc
 delete mode 100644 gnuradio-runtime/lib/scheduler_sts.h
 delete mode 100644 gnuradio-runtime/lib/single_threaded_scheduler.cc
 delete mode 100644 gnuradio-runtime/lib/single_threaded_scheduler.h
 delete mode 100644 gnuradio-runtime/swig/single_threaded_scheduler.i



reply via email to

[Prev in Thread] Current Thread [Next in Thread]