commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, master, updated. 0df9


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, master, updated. 0df962daa818ac4ae46904ab424f000636908a1f
Date: Tue, 25 Oct 2011 23:03:05 +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, master has been updated
  discards  76c7d75559762e833d8f6108717d711f364258a4 (commit)
  discards  112a6d92f4a82815f67c3558324373618657905e (commit)
  discards  aae6c1ef27f5cacb949832a5bc3d403c5853c77b (commit)
  discards  dbfb897eaf9415074e75f180d996a6c55c6fa04e (commit)
  discards  428c7f36bd1eaa88c3e61a99dd7f2a2c84409f28 (commit)
  discards  efa787acd096693b76b74c2cdc595a29315ccde0 (commit)
  discards  07378363172b0478a14ccac10fa1a0c1446fcfe6 (commit)
  discards  e099b30869a7784e0caf806f187068b83f34dc37 (commit)
       via  0df962daa818ac4ae46904ab424f000636908a1f (commit)
       via  1dc02297fc1b9375e686038ba62173e1f5349963 (commit)
       via  30bd5ae7dce0aaffedfca0a64bdd9dfab8c1f575 (commit)
       via  9712d20ff63625140994b414d131a35a8e2b69e1 (commit)
       via  dfe33a1c8ee9608397341da0d2e3d5b84cd75d2c (commit)
       via  a76eb72cdbf4ffa91e2ef3c0f4c97d6db91dd237 (commit)
       via  1d1c2408f6353a03935e3aa4224f3051ae81ba59 (commit)
       via  4d49b36c1a6abd8acb6c67e17c415be52f5a7472 (commit)
       via  d26a6f2e650c22b932352a91f23e572ff18c38b4 (commit)
       via  9c853b962d73565f2980789a32f347309bcc605f (commit)
       via  c89c95cf2f46ea7394586b46ffc607dce60ac727 (commit)
       via  26a1eb1854896ec0181a417a13dea6b24949ad01 (commit)
       via  f05760f6c4daf7e7141bdf9f30533f6a4f716f70 (commit)
       via  71e891fdcf11411e6b102a0a2faaca0f1ce2c0f9 (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 (76c7d75559762e833d8f6108717d711f364258a4)
            \
             N -- N -- N (0df962daa818ac4ae46904ab424f000636908a1f)

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 0df962daa818ac4ae46904ab424f000636908a1f
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 1dc02297fc1b9375e686038ba62173e1f5349963
Author: Josh Blum <address@hidden>
Date:   Tue Oct 25 11:25:54 2011 -0700

    cmake: only make libtool file when libtool found

commit 30bd5ae7dce0aaffedfca0a64bdd9dfab8c1f575
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 9712d20ff63625140994b414d131a35a8e2b69e1
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 dfe33a1c8ee9608397341da0d2e3d5b84cd75d2c
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 a76eb72cdbf4ffa91e2ef3c0f4c97d6db91dd237
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 1d1c2408f6353a03935e3aa4224f3051ae81ba59
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 4d49b36c1a6abd8acb6c67e17c415be52f5a7472
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 13:12:11 2011 -0700

    atsc: fix consistent linkage on atsc_make_fs_checker

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/jblum



reply via email to

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