[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.5.0git-46-ga23f662 |
Date: |
Tue, 25 Oct 2011 23:25:02 +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/gnuradio".
The branch, master has been updated
via a23f6624c6da8c850ed144916947a3dbff0db885 (commit)
via ad47d75bc010608d94abce0ba809e012a0f4b7a4 (commit)
via efb131ee516c933e13516287a423764b794e2926 (commit)
via f16368396d354e3206f75f5282aeea4ad382ab88 (commit)
via 76c7d75559762e833d8f6108717d711f364258a4 (commit)
via 112a6d92f4a82815f67c3558324373618657905e (commit)
via aae6c1ef27f5cacb949832a5bc3d403c5853c77b (commit)
via dbfb897eaf9415074e75f180d996a6c55c6fa04e (commit)
via 428c7f36bd1eaa88c3e61a99dd7f2a2c84409f28 (commit)
via efa787acd096693b76b74c2cdc595a29315ccde0 (commit)
via 07378363172b0478a14ccac10fa1a0c1446fcfe6 (commit)
via e099b30869a7784e0caf806f187068b83f34dc37 (commit)
from d26a6f2e650c22b932352a91f23e572ff18c38b4 (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 -----------------------------------------------------------------
commit a23f6624c6da8c850ed144916947a3dbff0db885
Merge: ad47d75 76c7d75
Author: Tom Rondeau <address@hidden>
Date: Tue Oct 25 18:31:50 2011 -0400
Merge remote branch 'jblum/master'
commit ad47d75bc010608d94abce0ba809e012a0f4b7a4
Author: Tom Rondeau <address@hidden>
Date: Tue Oct 25 18:31:04 2011 -0400
trellis: fixed doc examples to use gr-digital
(test_viterbi_equalization1.py bombs out on something else, now).
commit efb131ee516c933e13516287a423764b794e2926
Author: Tom Rondeau <address@hidden>
Date: Tue Oct 25 18:24:36 2011 -0400
trellis: fixed the trellis examples to look in gr-digital for the
constellation information.
commit f16368396d354e3206f75f5282aeea4ad382ab88
Author: Tom Rondeau <address@hidden>
Date: Tue Oct 25 18:24:14 2011 -0400
grc: tell the packet utility to look in gr.digital for packet_utils.
commit 76c7d75559762e833d8f6108717d711f364258a4
Author: Josh Blum <address@hidden>
Date: Tue Oct 25 13:13:40 2011 -0700
cmake: generate pyo and pyc files + python install macro work
The generation rules now always generate the pyc and pyo files
as one big group per install rule rather than individually.
commit 112a6d92f4a82815f67c3558324373618657905e
Author: Josh Blum <address@hidden>
Date: Tue Oct 25 11:25:54 2011 -0700
cmake: only make libtool file when libtool found
commit aae6c1ef27f5cacb949832a5bc3d403c5853c77b
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 20:59:55 2011 -0700
I'm sorry but llrintf had one of the best conversions of all time
commit dbfb897eaf9415074e75f180d996a6c55c6fa04e
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 16:34:25 2011 -0700
cmake: added toolchain file for arm_cortex_a8_native builds
commit 428c7f36bd1eaa88c3e61a99dd7f2a2c84409f28
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 15:46:03 2011 -0700
cmake: restored extraction of git describe
why was this removed?
commit efa787acd096693b76b74c2cdc595a29315ccde0
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 15:09:59 2011 -0700
cmake: set the enable variable to have parent scope
Basically, this is a bug fix because the caller needs
to have the var changed from the user provided value.
commit 07378363172b0478a14ccac10fa1a0c1446fcfe6
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 14:19:23 2011 -0700
msvc: fixed rint implementations in config.h
Fixed the rint and rintf functions to work properly.
Would love to use boost::math::round implementation,
but these functions also get included and used in C.
Also added llrint and llrintf just because.
commit e099b30869a7784e0caf806f187068b83f34dc37
Author: Josh Blum <address@hidden>
Date: Mon Oct 24 13:12:11 2011 -0700
atsc: fix consistent linkage on atsc_make_fs_checker
-----------------------------------------------------------------------
Summary of changes:
cmake/Modules/CMakeMacroLibtoolFile.cmake | 5 +
cmake/Modules/GrComponent.cmake | 1 +
cmake/Modules/GrMiscUtils.cmake | 7 +-
cmake/Modules/GrPython.cmake | 82 ++++++++++++++------
cmake/Modules/GrSwig.cmake | 7 +-
cmake/Modules/GrVersion.cmake | 20 +++---
cmake/Toolchains/arm_cortex_a8_native.cmake | 8 ++
cmake/msvc/config.h | 7 +-
gnuradio-core/src/lib/general/gri_float_to_int.cc | 2 +-
gr-atsc/src/lib/atsc_fs_checker.h | 2 +-
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 +-
grc/grc_gnuradio/blks2/packet.py | 3 +-
29 files changed, 141 insertions(+), 82 deletions(-)
create mode 100644 cmake/Toolchains/arm_cortex_a8_native.cmake
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.5.0git-46-ga23f662,
git version control <=