commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (66df227 -> 3fc5507)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (66df227 -> 3fc5507)
Date: Fri, 28 Oct 2016 18:55:45 +0000 (UTC)

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

jcorgan pushed a change to branch master
in repository gnuradio.

      from  66df227   Merge branch 'maint'
       new  576aced   gr-perf-monitorx: Remove unused PyQwt import.
       new  678289e   Use CMAKE_INSTALL_LIBDIR to set LIB_SUFFIX.
       new  b12424b   Sync modtool GrPlatform.cmake with main GNURadio version.
       new  7d80de8   Merge remote-tracking branch 'balister/small-fixes' into 
maint
       new  1799695   pmt.cc: Adding mutex for thread-safety to handle 
simultaneous pmt_symbol insertions.
       new  d7f0b3c   Merge branch 'maint'
       new  5d67991   digital: swig: rename file in preparation for splitting, 
to keep history.
       new  30a7f3e   digital: split swig into 3 parts (a la blocks/swig) to 
allow for building on "low memory" systems (e.g., RPi).
       new  5f6c283   trellis: swig: rename file in preparation for splitting, 
to keep history.
       new  dee09a2   trellis: split swig into 2 parts (a la blocks/swig) to 
allow for building on "low memory" systems (e.g., RPi).
       new  3fc5507   Merge remote-tracking branch 
'michaelld/split_digital_swig'

The 11 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:
 cmake/Modules/GrPlatform.cmake                     |   8 +
 gnuradio-runtime/lib/pmt/pmt.cc                    |  12 +-
 .../python/gnuradio/ctrlport/gr-perf-monitorx      |   2 +-
 gr-digital/swig/CMakeLists.txt                     |  87 ++++---
 gr-digital/swig/digital_swig.i                     | 288 ---------------------
 .../swig/digital_swig.py.in                        |   6 +-
 gr-digital/swig/digital_swig0.i                    | 142 ++++++++++
 gr-digital/swig/digital_swig1.i                    | 120 +++++++++
 gr-digital/swig/digital_swig2.i                    | 112 ++++++++
 gr-trellis/swig/CMakeLists.txt                     |  64 +++--
 .../swig/trellis_swig.py.in                        |   5 +-
 gr-trellis/swig/trellis_swig0.i                    | 117 +++++++++
 .../swig/{trellis_swig.i => trellis_swig1.i}       |  83 +-----
 .../gr-newmod/cmake/Modules/GrPlatform.cmake       |   8 +
 14 files changed, 629 insertions(+), 425 deletions(-)
 delete mode 100644 gr-digital/swig/digital_swig.i
 copy gr-fec/python/fec/LDPC/__init__.py => gr-digital/swig/digital_swig.py.in 
(84%)
 create mode 100644 gr-digital/swig/digital_swig0.i
 create mode 100644 gr-digital/swig/digital_swig1.i
 create mode 100644 gr-digital/swig/digital_swig2.i
 copy gr-fec/python/fec/LDPC/__init__.py => gr-trellis/swig/trellis_swig.py.in 
(87%)
 create mode 100644 gr-trellis/swig/trellis_swig0.i
 rename gr-trellis/swig/{trellis_swig.i => trellis_swig1.i} (62%)



reply via email to

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