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. e410


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, master, updated. e4109379803d020e55e04a966bc9472de2aa8c7d
Date: Tue, 25 Oct 2011 23:30:23 +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  61b1bad0dfcd285cf53858daa9c284e23a275e3b (commit)
  discards  0df962daa818ac4ae46904ab424f000636908a1f (commit)
  discards  1dc02297fc1b9375e686038ba62173e1f5349963 (commit)
  discards  30bd5ae7dce0aaffedfca0a64bdd9dfab8c1f575 (commit)
  discards  9712d20ff63625140994b414d131a35a8e2b69e1 (commit)
  discards  dfe33a1c8ee9608397341da0d2e3d5b84cd75d2c (commit)
  discards  a76eb72cdbf4ffa91e2ef3c0f4c97d6db91dd237 (commit)
  discards  1d1c2408f6353a03935e3aa4224f3051ae81ba59 (commit)
  discards  4d49b36c1a6abd8acb6c67e17c415be52f5a7472 (commit)
       via  e4109379803d020e55e04a966bc9472de2aa8c7d (commit)
       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)

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 (61b1bad0dfcd285cf53858daa9c284e23a275e3b)
            \
             N -- N -- N (e4109379803d020e55e04a966bc9472de2aa8c7d)

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 e4109379803d020e55e04a966bc9472de2aa8c7d
Author: Josh Blum <address@hidden>
Date:   Tue Oct 25 16:19:53 2011 -0700

    cmake: fix for find* scripts
    
    Yes there was a misunderstanding and I read the docs wrong.
    This change uses the correct lib and inc dirs set by the pkg config macro.
    
http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules

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:
 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 ++-
 19 files changed, 42 insertions(+), 40 deletions(-)


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



reply via email to

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