commit-gnuradio
[Top][All Lists]
Advanced

[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-34-gd26a6f2
Date: Tue, 25 Oct 2011 21:29:59 +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  d26a6f2e650c22b932352a91f23e572ff18c38b4 (commit)
       via  9c853b962d73565f2980789a32f347309bcc605f (commit)
       via  c89c95cf2f46ea7394586b46ffc607dce60ac727 (commit)
       via  26a1eb1854896ec0181a417a13dea6b24949ad01 (commit)
       via  f05760f6c4daf7e7141bdf9f30533f6a4f716f70 (commit)
       via  71e891fdcf11411e6b102a0a2faaca0f1ce2c0f9 (commit)
       via  334f45e5599fd816d614a4b2a3092b0ac2d2904e (commit)
      from  3710dd6d3fb30966dfc0f32876a52703a9a85a60 (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 d26a6f2e650c22b932352a91f23e572ff18c38b4
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 17:28:50 2011 -0400

    cmake: adding uninstall rule to remove symlinks, too.
    
    I wish this could have been done in a single, compound IF, but
    cmake didn't like the OR for this one.

commit 9c853b962d73565f2980789a32f347309bcc605f
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:50:14 2011 -0400

    reed-solomon: fixed the signed/unsigned warnings in the RS code.
    
    Some of these had to be done through type-casting since changing
    the actual data type would cause the tests to fail. make test
    still passes.

commit c89c95cf2f46ea7394586b46ffc607dce60ac727
Merge: f05760f 26a1eb1
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:04:20 2011 -0400

    Merge branch 'maint'

commit 26a1eb1854896ec0181a417a13dea6b24949ad01
Merge: 64afdec 334f45e
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:03:49 2011 -0400

    Merge branch 'upstream/alsa-source-warning-fix' into maint

commit f05760f6c4daf7e7141bdf9f30533f6a4f716f70
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:02:16 2011 -0400

    docs: more ignore dirs for Doxygen.

commit 71e891fdcf11411e6b102a0a2faaca0f1ce2c0f9
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 12:21:28 2011 -0400

    qtgui: removed files for dependency on qwtplot3d. We don't use it anymore 
and don't have a plan to in the future.

commit 334f45e5599fd816d614a4b2a3092b0ac2d2904e
Author: Philip Balister <address@hidden>
Date:   Fri Oct 7 16:08:06 2011 -0400

    audio_alsa_source : Fix warning on 32 bit builds.
    
    On machines where sizeof(long) = sizeof(int) the code for calculating
    scale factors produced an overflow warning. This change simplifies the
    code by eliminating the shift. The compiler should calculate the constant
    at compile time anyway.
    
    Signed-off-by: Philip Balister <address@hidden>

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

Summary of changes:
 cmake/Modules/GrPackage.cmake                  |    1 -
 cmake/cmake_uninstall.cmake.in                 |    9 ++
 config/gr_qwtplot3d.m4                         |  151 ------------------------
 docs/doxygen/Doxyfile.in                       |    1 +
 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 +-
 gr-audio/lib/alsa/audio_alsa_source.cc         |   16 ++--
 10 files changed, 43 insertions(+), 184 deletions(-)
 delete mode 100644 config/gr_qwtplot3d.m4


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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