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, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.4.1-602-gda55633
Date: Sat, 22 Oct 2011 18:25:06 +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, next has been updated
       via  da5563356afe3f50eb2560b5106a81776da7a43f (commit)
       via  1468be3299036606b678664ba84d0c0870266c9c (commit)
       via  31268cfb68965dbcf3df4912059f0c5b6d744626 (commit)
       via  9789365e056ccf1373a59f0e63f6f94f83f5073f (commit)
       via  7b1c5abe410470d25e49d0dadd265c430aaca1ec (commit)
       via  e44d194f944aa0a66a543286a36fa05c34c4db3e (commit)
       via  1c95e89b0eafe063770ff98ee09f566843d1a68c (commit)
       via  dd41a603b923092fb08595f88b036d0677e5e6d4 (commit)
       via  f4ed279bba9924bf63b9b883906e7c83887fb3fe (commit)
       via  dfe18fee44d1c03af186aeacd2adc97b6b129297 (commit)
       via  ab6f8142da17ee70effd469f20a41821b4bc4513 (commit)
      from  55dfc072f20a9a698259cb1db2242918a031f37b (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 da5563356afe3f50eb2560b5106a81776da7a43f
Merge: 1468be3 31268cf
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 22 14:25:13 2011 -0400

    Merge remote branch 'jblum/cmake_fixes' into next

commit 1468be3299036606b678664ba84d0c0870266c9c
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 22 12:05:08 2011 -0400

    docs: don't need to distribute README files in docs component. Just the 
install path.

commit 31268cfb68965dbcf3df4912059f0c5b6d744626
Author: Josh Blum <address@hidden>
Date:   Fri Oct 21 12:40:43 2011 -0700

    core: runtime.i dont include gr_tag.i, avoids pmt dependency

commit 9789365e056ccf1373a59f0e63f6f94f83f5073f
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 22:38:57 2011 -0700

    tags: added swigging for gr_tags header

commit 7b1c5abe410470d25e49d0dadd265c430aaca1ec
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 22:36:24 2011 -0700

    pmt: fix #446 by putting pmt swig into namespace

commit e44d194f944aa0a66a543286a36fa05c34c4db3e
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 19:49:00 2011 -0700

    cmake: more tweaks for version extraction when git not found

commit 1c95e89b0eafe063770ff98ee09f566843d1a68c
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 18:58:05 2011 -0700

    cmake: parse the version.sh and git describe to model the m4 files

commit dd41a603b923092fb08595f88b036d0677e5e6d4
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 15:15:08 2011 -0700

    misc fix missing installed files/tweaks

commit f4ed279bba9924bf63b9b883906e7c83887fb3fe
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 14:40:15 2011 -0700

    utils: added cmake support for the gr-utils

commit dfe18fee44d1c03af186aeacd2adc97b6b129297
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 14:15:25 2011 -0700

    volk: give priority to generated includes (helps with dirty tree)

commit ab6f8142da17ee70effd469f20a41821b4bc4513
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 14:00:14 2011 -0700

    removes gcc warning, dont need symbol export on plain c structs

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

Summary of changes:
 CMakeLists.txt                                     |    7 +-
 cmake/Modules/GrVersion.cmake                      |   94 +++++++++++++-------
 gnuradio-core/CMakeLists.txt                       |    1 +
 gnuradio-core/src/lib/runtime/CMakeLists.txt       |    1 +
 gnuradio-core/src/lib/runtime/Makefile.am          |    1 +
 gnuradio-core/src/lib/runtime/gr_tags.h            |   11 +--
 .../src/lib/runtime/gr_tags.i                      |   25 +++---
 gnuradio-core/src/lib/runtime/runtime.i            |    2 +
 gnuradio-core/src/lib/swig/CMakeLists.txt          |    2 +-
 gnuradio-core/src/lib/viterbi/viterbi.h            |    2 +-
 gr-audio/doc/CMakeLists.txt                        |    1 -
 gr-digital/doc/CMakeLists.txt                      |    1 -
 gr-digital/swig/CMakeLists.txt                     |    1 +
 gr-qtgui/doc/CMakeLists.txt                        |    1 -
 gr-qtgui/lib/CMakeLists.txt                        |    2 +-
 gr-qtgui/lib/highResTimeFunctions.h                |   36 --------
 gr-qtgui/swig/CMakeLists.txt                       |    1 +
 gr-uhd/doc/CMakeLists.txt                          |    1 -
 {docs => gr-utils}/CMakeLists.txt                  |   27 +++---
 .../src/python}/CMakeLists.txt                     |   38 ++++++---
 gr-vocoder/doc/CMakeLists.txt                      |    1 -
 gr-vocoder/swig/CMakeLists.txt                     |    1 +
 gr-wxgui/CMakeLists.txt                            |    6 +-
 gruel/src/swig/pmt_swig.i                          |   12 ++-
 volk/gen/make_makefile_am.py                       |    2 +-
 volk/include/volk/volk_prefs.h                     |    2 +-
 volk/lib/CMakeLists.txt                            |    4 +-
 27 files changed, 150 insertions(+), 133 deletions(-)
 copy gr-digital/swig/_digital_hier.i => 
gnuradio-core/src/lib/runtime/gr_tags.i (78%)
 delete mode 100644 gr-qtgui/lib/highResTimeFunctions.h
 copy {docs => gr-utils}/CMakeLists.txt (84%)
 copy {gr-vocoder/examples => gr-utils/src/python}/CMakeLists.txt (63%)


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



reply via email to

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