[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, blob, updated. b38f6b
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, blob, updated. b38f6bcb5f8e32b50c78070123f27cd7310b0cd6 |
Date: |
Wed, 26 Oct 2011 05:15:24 +0000 (UTC) |
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 "git://gnuradio.org/jblum".
The branch, blob has been updated
discards eead49983773e9d2c6676185aadd6970187c5d38 (commit)
discards 951fafbb481b63e99f94bc5c5d6a66102357a782 (commit)
via b38f6bcb5f8e32b50c78070123f27cd7310b0cd6 (commit)
via 1e91cf5b646bb32d2a37542bc7202e788a7acd9b (commit)
via d10efac500c22781d80af9034e3c92bc9cb358c6 (commit)
via fde3f39419a301d87bb460f9b857e3454d019aa9 (commit)
via a23f6624c6da8c850ed144916947a3dbff0db885 (commit)
via ad47d75bc010608d94abce0ba809e012a0f4b7a4 (commit)
via efb131ee516c933e13516287a423764b794e2926 (commit)
via f16368396d354e3206f75f5282aeea4ad382ab88 (commit)
via d26a6f2e650c22b932352a91f23e572ff18c38b4 (commit)
via 76c7d75559762e833d8f6108717d711f364258a4 (commit)
via 9c853b962d73565f2980789a32f347309bcc605f (commit)
via 112a6d92f4a82815f67c3558324373618657905e (commit)
via c89c95cf2f46ea7394586b46ffc607dce60ac727 (commit)
via 26a1eb1854896ec0181a417a13dea6b24949ad01 (commit)
via f05760f6c4daf7e7141bdf9f30533f6a4f716f70 (commit)
via aae6c1ef27f5cacb949832a5bc3d403c5853c77b (commit)
via dbfb897eaf9415074e75f180d996a6c55c6fa04e (commit)
via 428c7f36bd1eaa88c3e61a99dd7f2a2c84409f28 (commit)
via efa787acd096693b76b74c2cdc595a29315ccde0 (commit)
via 07378363172b0478a14ccac10fa1a0c1446fcfe6 (commit)
via e099b30869a7784e0caf806f187068b83f34dc37 (commit)
via 71e891fdcf11411e6b102a0a2faaca0f1ce2c0f9 (commit)
via 3710dd6d3fb30966dfc0f32876a52703a9a85a60 (commit)
via f4e0201b20a2dfd1c79775a225331363af9b3420 (commit)
via 3370153aa7b32f0505f9a8cd8578759e7e54fe60 (commit)
via 603658b3dff46534bba718646c0cf8263747326d (commit)
via 5f94e800d5b83fdbc60cdf1da6e633db6aa49e63 (commit)
via 5f27b39857c22ce0208267766e18a23891b0bbb6 (commit)
via 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (commit)
via 1c51b4166f80147b179670ae015f445e9ef5103a (commit)
via a0b212eba6e8676e95fc92aba997561a0ff69cea (commit)
via d59f82bb5d88aa4899231b1a5189dcd64232eb57 (commit)
via b94cdc40cadac5d9e074f9a8033584bd6a263a15 (commit)
via 50c1e2e35b8ede2798753700a92091c0cb5f0267 (commit)
via e9f4580047977cd319d1991060e2d78f15f27f8f (commit)
via 334f45e5599fd816d614a4b2a3092b0ac2d2904e (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (eead49983773e9d2c6676185aadd6970187c5d38)
\
N -- N -- N (b38f6bcb5f8e32b50c78070123f27cd7310b0cd6)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
commit b38f6bcb5f8e32b50c78070123f27cd7310b0cd6
Author: Josh Blum <address@hidden>
Date: Tue Oct 25 22:12:51 2011 -0700
pmt: python blob support + tweaks
Get a numpy array of uint8 when getting the blob data in python.
Also renamed the pmt_blob_data to ro_data, since its for read-only.
commit 1e91cf5b646bb32d2a37542bc7202e788a7acd9b
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 22:07:28 2011 -0700
pmt: added alternative constructors to blob
- Make a blob from read-write memory
- Make a blob given a length, internally allocated memory
- Get access to the blob's read-write memory pointer
commit d10efac500c22781d80af9034e3c92bc9cb358c6
Author: Josh Blum <address@hidden>
Date: Fri Oct 21 23:42:11 2011 -0700
pmt: added a proper type for blobs
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 5 +-
cmake/Modules/CMakeMacroLibtoolFile.cmake | 5 +
cmake/Modules/FindCppUnit.cmake | 4 +-
cmake/Modules/FindFFTW3f.cmake | 4 +-
cmake/Modules/FindUHD.cmake | 4 +-
cmake/Modules/GrComponent.cmake | 1 +
cmake/Modules/GrMiscUtils.cmake | 23 +-
cmake/Modules/GrPackage.cmake | 1 -
cmake/Modules/GrPython.cmake | 78 +++++--
cmake/Modules/GrSwig.cmake | 7 +
cmake/Modules/GrVersion.cmake | 20 +-
cmake/Toolchains/arm_cortex_a8_native.cmake | 8 +
cmake/cmake_uninstall.cmake.in | 9 +
cmake/msvc/config.h | 7 +-
config/gr_python.m4 | 16 ++
config/gr_qwtplot3d.m4 | 151 -------------
config/grc_gnuradio_core.m4 | 1 -
docs/doxygen/CMakeLists.txt | 1 +
docs/doxygen/Doxyfile.in | 5 +-
gnuradio-core/src/lib/general/gri_float_to_int.cc | 2 +-
gnuradio-core/src/lib/reed-solomon/char.h | 2 +-
gnuradio-core/src/lib/reed-solomon/decode_rs.c | 26 +-
gnuradio-core/src/lib/reed-solomon/encode_rs.c | 2 +-
gnuradio-core/src/lib/reed-solomon/exercise.c | 10 +-
gnuradio-core/src/lib/reed-solomon/init_rs.c | 9 +-
gnuradio-core/src/python/gnuradio/CMakeLists.txt | 1 -
.../src/python/gnuradio/blks2impl/CMakeLists.txt | 1 -
.../src/python/gnuradio/blks2impl/generic_usrp.py | 238 --------------------
gnuradio-core/src/python/gnuradio/usrp_options.py | 123 ----------
gnuradio-examples/grc/CMakeLists.txt | 86 +++++++
gnuradio-examples/grc/Makefile.am | 6 +-
gnuradio-examples/python/CMakeLists.txt | 23 ++
gnuradio-examples/python/mp-sched/CMakeLists.txt | 35 +++
gnuradio-examples/python/network/CMakeLists.txt | 30 +++
gnuradio-examples/python/pfb/CMakeLists.txt | 35 +++
gnuradio-examples/python/pfb/Makefile.am | 5 +-
gnuradio-examples/python/tags/CMakeLists.txt | 28 +++
gr-atsc/src/lib/Makefile.am | 4 +-
gr-atsc/src/lib/atsc_fs_checker.h | 2 +-
gr-audio/lib/alsa/audio_alsa_source.cc | 16 +-
.../cmake/Modules/FindGnuradioCore.cmake | 4 +-
.../cmake/Modules/FindGruel.cmake | 4 +-
gr-qtgui/CMakeLists.txt | 1 +
gr-qtgui/examples/CMakeLists.txt | 29 +++
gr-qtgui/include/gr_qtgui_api.h | 2 +-
gr-qtgui/lib/ConstellationDisplayPlot.cc | 8 +-
gr-qtgui/lib/ConstellationDisplayPlot.h | 8 +-
gr-qtgui/lib/FrequencyDisplayPlot.cc | 9 +-
gr-qtgui/lib/FrequencyDisplayPlot.h | 8 +-
gr-qtgui/lib/TimeDomainDisplayPlot.cc | 8 +-
gr-qtgui/lib/TimeDomainDisplayPlot.h | 8 +-
gr-qtgui/lib/WaterfallDisplayPlot.cc | 8 +-
gr-qtgui/lib/WaterfallDisplayPlot.h | 8 +-
gr-shd/CMakeLists.txt | 127 +++++++++++
gr-shd/apps/CMakeLists.txt | 32 +++
gr-shd/apps/Makefile.am | 3 +-
gr-shd/grc/CMakeLists.txt | 45 ++++
gr-shd/include/CMakeLists.txt | 29 +++
gr-shd/lib/CMakeLists.txt | 50 ++++
gr-shd/swig/CMakeLists.txt | 53 +++++
gr-trellis/doc/test_tcm.py | 4 +-
gr-trellis/doc/test_viterbi_equalization1.py | 6 +-
gr-trellis/src/examples/test_cpm.py | 5 +-
gr-trellis/src/examples/test_pccc_turbo1.py | 4 +-
gr-trellis/src/examples/test_sccc_hard.py | 6 +-
gr-trellis/src/examples/test_sccc_soft.py | 4 +-
gr-trellis/src/examples/test_sccc_turbo.py | 4 +-
gr-trellis/src/examples/test_sccc_turbo1.py | 4 +-
gr-trellis/src/examples/test_sccc_turbo2.py | 4 +-
gr-trellis/src/examples/test_tcm.py | 4 +-
gr-trellis/src/examples/test_tcm_bit.py | 4 +-
gr-trellis/src/examples/test_tcm_combined.py | 4 +-
gr-trellis/src/examples/test_tcm_parallel.py | 4 +-
gr-trellis/src/examples/test_turbo_equalization.py | 4 +-
.../src/examples/test_turbo_equalization1.py | 4 +-
.../src/examples/test_turbo_equalization2.py | 4 +-
.../src/examples/test_viterbi_equalization.py | 4 +-
.../src/examples/test_viterbi_equalization1.py | 6 +-
gr-uhd/apps/CMakeLists.txt | 2 +-
grc/grc_gnuradio/blks2/packet.py | 3 +-
gruel/src/include/gruel/pmt.h | 7 +-
gruel/src/lib/pmt/pmt.cc | 8 +-
gruel/src/lib/pmt/qa_pmt_prims.cc | 2 +-
gruel/src/python/pmt/__init__.py | 23 ++
gruel/src/swig/pmt_swig.i | 7 +-
85 files changed, 916 insertions(+), 693 deletions(-)
create mode 100644 cmake/Toolchains/arm_cortex_a8_native.cmake
delete mode 100644 config/gr_qwtplot3d.m4
delete mode 100644 gnuradio-core/src/python/gnuradio/blks2impl/generic_usrp.py
delete mode 100644 gnuradio-core/src/python/gnuradio/usrp_options.py
create mode 100644 gnuradio-examples/grc/CMakeLists.txt
create mode 100644 gnuradio-examples/python/CMakeLists.txt
create mode 100644 gnuradio-examples/python/mp-sched/CMakeLists.txt
create mode 100644 gnuradio-examples/python/network/CMakeLists.txt
create mode 100644 gnuradio-examples/python/pfb/CMakeLists.txt
create mode 100644 gnuradio-examples/python/tags/CMakeLists.txt
create mode 100644 gr-qtgui/examples/CMakeLists.txt
create mode 100644 gr-shd/CMakeLists.txt
create mode 100644 gr-shd/apps/CMakeLists.txt
create mode 100644 gr-shd/grc/CMakeLists.txt
create mode 100644 gr-shd/include/CMakeLists.txt
create mode 100644 gr-shd/lib/CMakeLists.txt
create mode 100644 gr-shd/swig/CMakeLists.txt
delete mode 100644 gruel/src/swig/__init__.py
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, blob, updated. b38f6bcb5f8e32b50c78070123f27cd7310b0cd6,
git version control <=