commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/michaelld branch, fix_build_dir_ord


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/michaelld branch, fix_build_dir_order, created. e788c523d4f8de3efd64a64f148ac1bf25ea032d
Date: Wed, 2 Jan 2013 02:44:15 +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/michaelld".

The branch, fix_build_dir_order has been created
        at  e788c523d4f8de3efd64a64f148ac1bf25ea032d (commit)

- Log -----------------------------------------------------------------
commit e788c523d4f8de3efd64a64f148ac1bf25ea032d
Author: Michael L Dickens <address@hidden>
Date:   Tue Jan 1 21:42:23 2013 -0500

    Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are 
ordered as: internal build and source for this component, other components 
(internal build and source, or already installed), non-project non-system 
dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).

commit 053d729bcaa6e88791ae21f4c29f3df631aaab65
Author: Michael L Dickens <address@hidden>
Date:   Tue Jan 1 21:39:09 2013 -0500

    GNU Radio version of CMake's "UseQt4" script, which determines header 
(INCLUDE) and library directories, but requires that the including script add 
use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)

commit 79284e93f738d389b452f8829bf4876d3fd513b4
Author: Alexandru Csete <address@hidden>
Date:   Mon Dec 31 12:54:12 2012 -0800

    core: fixed some unused parameter warnings

commit 80d1e9defd24f1e52622bfb75b670a32bd81854f
Merge: 89f7782 1f72112
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 29 11:47:36 2012 -0800

    Merge branch 'maint'

commit 1f72112f7b468689aca57e6298a8ba2da6190d27
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 29 11:47:18 2012 -0800

    cmake: removed Boost 1.52 from allowed versions
    
    See https://svn.boost.org/trac/boost/ticket/7669

commit 89f77827fc2d624862e28a9899a3274f42211172
Author: Johnathan Corgan <address@hidden>
Date:   Sun Dec 23 10:04:42 2012 -0800

    cmake: update revision to 3.6.3rc0

commit 4d391cc393f3ace6ab533612281eb2e6a1d3d0f5
Merge: 6fd15fc 92bbf34
Author: Johnathan Corgan <address@hidden>
Date:   Thu Dec 20 19:54:53 2012 -0800

    Merge branch 'maint'

commit 6fd15fce151b18fe00f9ab0db12512563172711d
Merge: b60396a 1bb31c9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Dec 20 19:20:53 2012 -0800

    Merge remote-tracking branch 'ncorgan/pdu_fix'

commit 1bb31c97fb2b764f8133c844102558c0db046b05
Author: Nicholas Corgan <address@hidden>
Date:   Thu Dec 20 19:20:11 2012 -0800

    core: fixed pdu MSVC compatibility issues

commit b60396ab638534aff05fa5b0c8b8c0b334b4e58e
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 20 11:54:22 2012 -0500

    gruel: adding a 'pmt_from_complex' call (more clear than 
pmt_make_rectangular).

commit eff53a185e1c25fc54768f480e1be1a02bba699e
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 19 18:03:49 2012 -0500

    gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.

commit 620dd7ece3789220d0b46259a95752d8da7af730
Merge: 6d8161a 2dcff47
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 18 15:33:04 2012 -0500

    Merge branch 'tagdebug2' of git://github.com/mbant/gnuradio

commit 6d8161a0b0c88f2faf090a80c74eb03422278289
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 18 15:31:20 2012 -0500

    docs: Restructuring main page to point to new pages describing features in 
GR.

commit 77ea309277382d198681476976bd353a2a98e908
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 18 15:30:58 2012 -0500

    docs: added a doxygen manual page describing PMT types and how to use them.

commit 2dcff4761ba1ef71d4798a4386e98a30163a83a2
Author: Martin Braun <address@hidden>
Date:   Tue Dec 18 19:43:53 2012 +0100

    core: gr_tag_debug handles lacking srcid

commit a21c5f703a2030b4109811ccf3bcb2906df5d466
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 18 13:36:17 2012 -0500

    docs: Adding a page describing the message passing interface.

commit b15b38df132ae662c1b9e3ebe5ea5ba4f7180afa
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 17 16:09:34 2012 -0500

    gruel: changing PMT (de)serialize of complex to make more portable 
(apparently; for OSX).

commit c866b5ea38dbabcfa08ae3e9989ad5ddfbebfbbe
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 17 11:02:58 2012 -0500

    docs: using full namspace for references in metadata.dox for proper linking.

commit 6f7a9120c08badd42175737faaa896d001073fad
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 15 11:07:18 2012 -0500

    blocks: fixing up QA of metadata to not rely on non-dependency components.

commit ff84bec5bd5de512ac578be905ee19fc1422849b
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 15 10:59:06 2012 -0500

    blocks: fixing up metadata parser.

commit 92bbf34ce7f8a8c2e335b5ee244b1269175929b2
Author: Nicholas Corgan <address@hidden>
Date:   Fri Dec 14 15:03:08 2012 -0800

    Revert "gruel: remove erroneous include path from cmake"
    
    This reverts commit 1294d9b540b9f68f038b18f706867d87c08be4c8.

commit 461ece56b36a44b2405282630157739c7f9a26ba
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 16:10:30 2012 -0500

    blocks: moving file metadata sink/source to gr-blocks.

commit 8e8ed231cd2469e1a39c5ae6af23ac9b29264af7
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 16:00:27 2012 -0500

    gruel: Enabling serialize/deserialize for PMT vectors.

commit 3910c6da3c62232e6593e5fcfe53f5ece933a294
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 13:57:29 2012 -0500

    core: adding itemsize key to metadata header to allow for vectorized items.
    
    This also simplifies some code in the source since we're told exactly what 
the items size is and don't have to infer.
    
    Also adds an example using vector items.

commit 75b01cc4f55c38dfe5bb329c23df591e43cf4c66
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 12:05:00 2012 -0500

    core: Added detached header test to file metadata QA.
    
    Also adds a flush when updating the headers.

commit a58a03f628016efb7597acb1e69ebb16424c6348
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 11:33:34 2012 -0500

    core: QA code to test file metadata sources and sinks.

commit 057c4c67e785f36138a289ed1f5400cf8f8d55b5
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 11:32:55 2012 -0500

    core: When the file meta sink is closed by user, make sure the last header 
is properly updated.

commit 8f7271cfe496346f34a6e7352ec0f597b79341a4
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 10:35:31 2012 -0500

    core: use std::string in file metadata sink (easier to work with; matches 
source).

commit d12b7b7511c9751af973d1f3cd8fc8020000f4ac
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 14 10:28:05 2012 -0500

    core: updated file metadata source to support detached header files.

commit 996e5996d64f90c85da8681e7df3086e20bcb530
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 18:09:49 2012 -0500

    docs: added a page detailing metadata format.

commit e760dbff49cfc9fcbf55a7d472158d448c9bb3de
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 18:09:07 2012 -0500

    core: updates metadata parser: don't assume value is a float.
    
    Also fixes an error in Doxygen markup.

commit ecd62ef7b948d9ab14817a8df205373284362f0e
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 18:08:14 2012 -0500

    gruel: allow us to use pmt_init_Xvector methods in python.

commit 972bf4aea9f64da2e8b9b3cbc443190a44f55f19
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 14:26:00 2012 -0500

    core: added examples to use metadata source and sink.

commit 5e39e6c17b6af181f4cd9110e3a17a2d287318d1
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 14:23:11 2012 -0500

    core: metadata file source parses extras header and converts data to tags.

commit 68159be8e0114e347b942e33d0b116c9f77127ac
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 13:51:55 2012 -0500

    core: updated meta data file sink to extract header metadata as tags and 
add them to the tag stream.

commit 0ce94e0df4c20c2dfc3cbf98ef97aecc49ee1cd5
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 13:45:35 2012 -0500

    core: better tag debugger. Only outputs when there are tags to show.

commit 01837095fe61ccb560e0db8ea7646bd068821d6c
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 13:45:16 2012 -0500

    core: forgot to remove these outputs.

commit 758fff58405ba7e351f80cc780177fe78494d78f
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 11:58:25 2012 -0500

    core: adding a file meta source block.
    
    Right now, reads headers to get the item size and segment size. Streams 
data segments as correct data type out of streaming port 0. Does nothing else 
with meta data.

commit 6530bfb32eedbe0c72e090a1d1065c8325e12fe8
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 13 11:58:06 2012 -0500

    core: cleaning up file meta sink.

commit f1de74af9270235126b67e9507111df5752a3e5c
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 18:45:53 2012 -0500

    core: add new options to GRC for file_meta_sink.
    
    Also updates gr_read_file_metadata to add a -D option that properly parses 
a detached header.

commit 9ac98067a8529d80501ab3c8122b3ce11e896657
Merge: 619a167 aeb7bbf
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 18:15:32 2012 -0500

    Merge branch 'master' into file_meta_data
    
    Conflicts:
        gr-utils/src/python/CMakeLists.txt

commit aeb7bbfdcb7cdab610de4b2576ecf7a3a92f8d50
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 16:17:04 2012 -0500

    core: put the stub class in the wrong file.

commit 6e1b2888b3001c1c80fd78a714f5e5b98b1fe81d
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 16:09:08 2012 -0500

    core: added a stub class for gr_tuntap_pdu to compile on OSX (tested) and 
Windows (untested).

commit f62d61c12e158255925da6af0ec430e122ef6ca2
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 16:00:42 2012 -0500

    core: these two don't need to include if_tun.h, which causes problems on 
other platforms.

commit 74817aee3eda6a8878b14e016091277d978b8cb5
Author: Tim O'Shea <address@hidden>
Date:   Mon Dec 10 19:56:54 2012 -0500

    1. msg passing logic fix for fan-in to hier block outputs and fan-out from 
hier block inputs
    2. adding hier msg passing example

commit 60c60b02cd1f22d7d52fcc5da313635fd8dbed01
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 11:21:56 2012 -0500

    core: message passing QA needs just a little bit of time to get the message 
sent.

commit 2dc6bee86a11a700ea238184d1c99994f3a02574
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 11:21:37 2012 -0500

    build: removing GR_SWIG_TARGET deps from new component gr-blocks.

commit ea430013cc9303c1388664f7e0473dec994f1632
Merge: 95968f9 b928f8b
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 11:03:17 2012 -0500

    Merge branch 'maint'

commit b928f8bd0971429cc6ba8b4a09629b2b55f77947
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 12 11:02:30 2012 -0500

    build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the 
cause of the parallel build woes.

commit 95968f9e32cf8ea7b8f632f431f91adf49a353a7
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 11 22:48:03 2012 -0500

    blocks: apply changes to file source in core to one in gr-blocks.

commit ee53cca50e3f39ddc1d44669c3ea9f0d73d32022
Author: Brett L. Trotter <address@hidden>
Date:   Tue Dec 11 21:53:08 2012 -0500

    core: Patch to file source to allow opening of new files while running.
    
    Addresses issues #352.

commit 9dc29eb8b72fd28f8759cec79debe693cb66ee4e
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 11 19:31:51 2012 -0500

    core: better error handling on file source/sink.
    
    This addresses ticket #448.

commit d3ad5ccae7f261654508d93815cb7e3d2112c4c5
Author: Julien Olivain <address@hidden>
Date:   Tue Dec 11 10:12:39 2012 -0500

    qtgui: adds parameter in qtgui sink's GRC block to set the update rate.

commit 933af79833a0d5a44f479ba6b68a390a10d5e7c0
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 10 15:52:13 2012 -0500

    core: Fixed install rules for GRC files in these examples.

commit 4e542338bddaa69adfb2e0102410cad8bc478097
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 10 13:56:12 2012 -0500

    core: adding a message passing example.

commit 0dc8f5f3c8d64c8ff6cc0ddcd3374d11776977d4
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 10 13:28:43 2012 -0500

    core: to make ctest able to import pmts in-tree.
    
    This duplicates a recent change made on next for the same reason:
    4aec85d2facecb751ab4f83b934e56a6d59037dd

commit 52ca5e2765b7a4532d26502b5b76b7c85c5019d7
Author: Tim O'Shea <address@hidden>
Date:   Fri Dec 7 09:28:41 2012 -0800

    core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements

commit 619a167471d060e2f1b49a9aac55a23b327afa88
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 7 12:11:46 2012 -0500

    core: metadata file sink can set detached header.
    
    This breaks away from subclassing gr_file_sink_base since we have to keep 
track of two files.

commit 69990c3fb6d4c7a0daee0229407241aa1959095a
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 6 14:10:39 2012 -0500

    core: Adding function to retrieve the symbol names of a blocks message 
ports.
    
    Updated qa_pdu tests to verify this.

commit 53be45f118e6e73d2a50fe0ba4622d6dfe96117c
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 6 12:52:35 2012 -0500

    core: updated the message debug block to have a 'store' port where messages 
can be retrieved afterwards.
    
    Updated qa_pdu to use the new 'store' port for testing the resulting 
message.

commit e8cf359e43f533fd3309389e5d62642f3080ac15
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 5 14:03:03 2012 -0500

    core: update to metadata files to grow the extras dictionary when any tag 
is seen.

commit 17c3f992bcd7b671e4e8c0a9dd13c582d256ced9
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 5 13:26:50 2012 -0500

    core: Use sample and relative rate to update header based on num samples.
    
    When the max segment size is reached, we insert a new header. This updates 
the timestamp on that header based on the number of samples seen.

commit f47f3cc0fa5521d644305f1d7a08a0ba3676b22d
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 5 12:46:05 2012 -0500

    core: metadata file parser updated for more sig figs on display.

commit 3ccdc6cd9469894dbf3ce34544b4ec21764456de
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 5 12:45:30 2012 -0500

    core: Update metadata file sink to better handle tags in the right spot.

commit 611959d2f9af4595200186acf85a64f5bf318fac
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 4 18:36:35 2012 -0500

    core: updated metadata structure to use relative header info.
    
    Now the start tag info in the header is relative to the begining of the 
header (so, basically, the size of the header + extras).

commit 13139bb7dff0d543dfdb2cdaaa684a9fc5800cae
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 4 16:54:47 2012 -0500

    core: adding a max segment size to metadata files.
    
    Automatically generates a new header after the MSS is reached.
    
    Also adds a metadata format version number (starting at 0).

commit a47c5485e477a2b29a839c785fea45f29da07919
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 4 15:49:19 2012 -0500

    docs: Removing some obsoleted Doxygen commands per issue #498.
    
    These were set to the defaults and so should not affect previous versions 
of Doxygen.

commit cf18523a45c74be8a53ab95d3bfcdd81a143ebb8
Merge: ef74b48 e26d2cf
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 4 09:22:52 2012 -0800

    Merge branch 'maint'

commit e26d2cf197aeb077f321c73e7a057a58d7117f38
Author: Josh Blum <address@hidden>
Date:   Mon Dec 3 14:58:14 2012 -0800

    core: moving Boost_INCLUDE_DIRS to be last

commit 32e9190a47109d51639b897c11a75bfd6f30f3f7
Author: Josh Blum <address@hidden>
Date:   Sat Dec 1 23:31:13 2012 -0800

    swig: tweaks for swig makedepend
    
    * only search %include/import in .i files
    * when in regular headers use #include
    * stop adding all inc paths when file found

commit ef74b48c155bfcec2f560c9a4a23592814699eda
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 3 22:53:16 2012 -0500

    build: cleaned up some warnings.

commit 197aa3c917c8750729e20ead831bb3a3dbce322e
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 3 14:57:00 2012 -0500

    Docs: Fixing Doxygen markup for missing constructor parameters.

commit f334b636ed46c62b23582ed512bb07dfb51399ef
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 3 14:49:02 2012 -0500

    core: the mutex is unlocked to begin with and GR doesn't seem to like us 
forcing it unlocked here.

commit 8ac7a172052b8175c18ba6897d612c4b2fe2720c
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 3 14:48:20 2012 -0500

    QA: update the 'import pmt' statement to always draw the pmt module from 
the build directory.

commit 7e7fbf2cdee7dfc518041512a3cb99139d1c8e7d
Merge: bce99b7 7b58aac
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 1 22:14:45 2012 -0800

    Merge branch 'maint'

commit 7b58aac684e3b0f698e26c623f9bf002b735d8df
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 1 22:13:18 2012 -0800

    Revert "Force swig compile ordering in gnuradio-core"
    
    This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c.

commit bce99b754e64cc8d2672f99d71b1e5e9c72d8bc3
Merge: 5dc1ccc 84c9f11
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 1 14:56:26 2012 -0800

    Merge branch 'maint'

commit 84c9f1125124876d6beab360053416999e308d2e
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 1 14:56:04 2012 -0800

    cmake: fix typo in cmake swig module

commit 5dc1ccc01120a6f32f83f5e5fa79bc34b83f1619
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 1 13:49:33 2012 -0800

    core: cleanup on pdu/msg blocks

commit 6cc818260128df57c51a41e4e6aa459de5faf4fe
Author: Tim O'Shea <address@hidden>
Date:   Fri Nov 30 22:31:43 2012 -0800

    core: gr_blocks can now have only message ports with no general_work()
    
    * msg only blocks now get thread context
    
    * added blocking msg queue delete call
    
    * added gr_message_strobe block
    
    * added grc definitions for message_debug, message_strobe, 
pdu_to_tagged_stream, tagged_stream_to_pdu.
    
    * allow message fan-in connections in GRC

commit 4478cb86a5dc9fccf66c2cdd5806419b70c3837e
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 29 19:46:29 2012 -0800

    Adding PDU to tagged stream and tagged stream to PDU blocks along with QA 
python
    non-stream-connected blocks still need a new thread context

commit 92cfb0240005675f4e7a55a81552f4c7a5128cd8
Author: Tim O'Shea <address@hidden>
Date:   Wed Nov 28 15:15:58 2012 -0800

    core: adding msg_connect, updating msg interface, adding symbolic block 
names

commit 0fbd1699158f01937f61c245398ccdaebe3d978b
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 21:15:50 2012 -0800

    blocks: fix for qa_patterned_interleaver.

commit 90c7badf7e2acea9c3770828f52716dd6a09509e
Merge: d6bcc93 680c889
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 20:07:27 2012 -0800

    Merge branch 'master' of gnuradio.org:gnuradio

commit d6bcc93a6965b9f2fd226a5bb05b051e95cd625d
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 20:06:49 2012 -0800

    build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows).

commit 680c889aec7db3b18a8c81c5405ed141f1b078c7
Author: Tim O'Shea <address@hidden>
Date:   Wed Nov 28 19:57:59 2012 -0800

    patterned qa added, bugs fixed

commit ff81c844713b5234622ceb906af219a569d0914f
Author: Tim O'Shea <address@hidden>
Date:   Wed Nov 28 14:52:36 2012 -0800

    adding patterned interleaver block

commit fbef82839ef85bfd7837f8534af2a3a74018930a
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 14:06:57 2012 -0800

    utils: updating GRCC with a -e flag to execute the program after building.

commit 0737dd4449c54523921d140db57a3541cd0befa0
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 13:29:45 2012 -0800

    digital: fixing GRC file id names to build other than top_block.py.

commit abc6ff52be07b544c90f415eb335666be55d0665
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 13:29:17 2012 -0800

    cmake: adding cmake function to help us run GRCC.

commit cdf8cb7fd8f8e835a23b7f9e6b62014f86bcf24a
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 28 09:39:48 2012 -0800

    utils: adding GRCC - a GNU Radio Companion command-line compiler tool.

commit 61b99449eeaaebe5ccc10758549add9c9e23f710
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 27 17:18:28 2012 -0800

    Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into 
master""
    
    This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581.
    
    Since updating __init__.py for ticket 181, we should have fixed the same 
bug that was being seen here.
    
    Conflicts:
    
        gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt

commit 88a9e1f9332d54c1743d062adfaf48aa6d3040ff
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 27 11:59:26 2012 -0800

    core: adding ability to handle extra data in headers.

commit c941e8f5f22c3911ba36b72478794ff47ee679a7
Merge: 9ea88b7 552b310
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 26 10:35:49 2012 -0500

    Merge branch 'maint'

commit 552b310e49d3584cb61aec18bd9db1f6abf4e3ac
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 26 10:34:55 2012 -0500

    core: fixed memory leak issue in arbitrary resampler blocks.

commit 9ea88b7b2af1cda2dae9ef5ab733bc1644cd42a3
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 26 06:40:12 2012 -0800

    blocks: fix initializer order warning

commit 11c2ceb8c6d671f9083153414fd96420c773d005
Merge: 2d1d05a 9f83463
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 26 06:28:56 2012 -0800

    Merge branch 'maint'

commit 9f83463dd5915b307c475a86b8ea46341e63cba6
Author: Josh Blum <address@hidden>
Date:   Sun Nov 25 22:52:21 2012 -0800

    core: this should have deparated w/ gr-wavelet

commit 0d0f6eb364bda1fc6c2d2820e2d8412af3be8c5c
Author: Ben Reynwar <address@hidden>
Date:   Sat Nov 24 19:02:20 2012 -0700

    cmake: Find Qwt6 installed on OSX using macports.

commit 9dc8f8b18043e71b50b3a254cb52bf355e97e6fa
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 24 19:09:02 2012 -0500

    core: Update file_meta_sink to inject headers into data stream.
    
    When a tag with updated metadata information is received, close out the 
previous header (by setting the segment size) and create a new header with the 
new data. Specifically for sample rate and time stamps. Will be useful for 
extra_dict when implemented.

commit 2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab
Author: Johnathan Corgan <address@hidden>
Date:   Sat Nov 24 09:36:47 2012 -0800

    blocks: fix required libs in .pc file

commit 8dcd5f361188df9181d047111c11534058081a92
Merge: 4eec94a b71c875
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 11:17:03 2012 -0800

    Merge branch 'maint'

commit 4eec94a051007230becf30ebb1704b1f4ea5dc73
Merge: 5a6f3e4 4d6b277
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 11:16:31 2012 -0800

    Merge remote-tracking branch 'tom/set_python_dir'

commit 5a6f3e4bc8fc6af84bb09294b77bb4456c4c77f0
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 22 14:10:31 2012 -0500

    runtime: changed check after cast to gr_block.

commit b71c875803986664611d2988193f2768bf08f207
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 10:56:27 2012 -0800

    filter: don't install .grc file as python file

commit 1294d9b540b9f68f038b18f706867d87c08be4c8
Author: Josh Blum <address@hidden>
Date:   Thu Nov 22 10:51:26 2012 -0800

    gruel: remove erroneous include path from cmake

commit 83e1adf6f3efee641a994a9f4bb8dc2f827c873b
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 22 10:42:03 2012 -0500

    runtime: moved setting of min/max buffer sizes from gr_basic_block to 
gr_block.

commit 4d6b277c28b8161ff7db9bade127bab5e03a38ef
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 22 09:59:57 2012 -0500

    cmake: Allow user to set Python installation directory from cmake.
    
    cmake -DGR_PYTHON_DIR=<install path>

commit 54c23abf9b9703b8d52704fa01b9d6069d9edf91
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 18:11:20 2012 -0500

    core: adding GRC file for file metadata sink

commit c5d29f9029cd08393e8c91e7ff0d1aa966f10bdb
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 17:27:09 2012 -0500

    core: adding Python files to easily parse header info of a file.
    
    Also a utility script that you pass a filename to and it prints out the 
meta data.

commit eb4163c7bdd63783e570fb28ba87144a4c86d22f
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 17:25:24 2012 -0500

    core: Adding a file sink block that stores metadata with file.
    
    Current working version only has a single header at the top of the file.
    
    Must update to add metadata fields when changes occur. Also adding 
extra_header structure to store extram, users-specified info.

commit 9a2393aac834c43216d2a83b524ac19e9596f4e9
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 17:19:49 2012 -0500

    filter: removing '.version' lines in ASM code for compat with CLANG.

commit dfd247e10efbed8acbe3b191c31b11312b5b087e
Author: Josh Blum <address@hidden>
Date:   Mon Nov 19 19:37:42 2012 -0800

    uhd:  include gnuradio paths for swig build first
    
    This fixes a potential issue where swig sees old installed headers,
    where it should be seeing in-tree headers.

commit 20de05ea85ee09c7462fbddfe680eb1a87996dc7
Merge: afea463 4b95874
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 10:23:05 2012 -0500

    Merge branch 'asm_for_clang'

commit afea463f079efe099a2228f0e60f4481e5edcd91
Merge: 315237f 9b8bbbb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 19 19:42:38 2012 -0800

    Merge branch 'maint'

commit 9b8bbbb8f198a9ede11003f7a15ce7f50b219005
Author: Josh Blum <address@hidden>
Date:   Mon Nov 19 19:37:42 2012 -0800

    uhd:  include gnuradio paths for swig build first
    
    This fixes a potential issue where swig sees old installed headers,
    where it should be seeing in-tree headers.

commit 315237fd3935f31a0920613af3947189520f796a
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 19:53:55 2012 -0800

    analog: add analog dependencies to test

commit 69d2ba539e1774a30ef44685ba82bdb0c54b5ca4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Nov 14 09:52:26 2012 -0800

    gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocks

commit 0ffb07f4f1763ae6f5cc9cb2910ba20241e84bca
Merge: 973a213 64913ee
Author: Johnathan Corgan <address@hidden>
Date:   Wed Nov 14 09:34:01 2012 -0800

    Merge branch 'maint'

commit 64913ee414f2c8a51afb2277b16b957fa2e7e066
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 19:32:45 2012 -0800

    filter: use matching free for malloc, fixes access violation

commit b22ff660f8a710aea6e1ca75075d2265478b0465
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:28:06 2012 -0800

    filter: removed undefined FFTW3F_ libs/incs

commit 02ac01a814a9f856ed1f9a65f6b7fe281cdb13f1
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:12:37 2012 -0800

    fft: restore FFTW3F_THREADS support for fft.cc

commit 83ba8a2dd64c821458e9d7ab89c89a08ef8bc31d
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:07:46 2012 -0800

    fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES

commit f986d38812c3fe93087c1e42a5aef966f1e9d659
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:06:06 2012 -0800

    fft: added gnuradio-fft dep for some tests

commit c4c0ce97f4f5586548a603acc8c9721f416c5803
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 17:31:45 2012 -0800

    gr: same change for common PYTHON test paths
    
    Conflicts:
    
        gr-analog/python/CMakeLists.txt
        gr-blocks/python/CMakeLists.txt

commit 37f752257d7fc336de1fe85a5a83134e66441e6e
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 17:04:16 2012 -0800

    gr: set a common GR_TEST_TARGET_DEPS for all module unit tests
    
    Each unit test shares common dependencies,
    but we have been neglecting to set these.
    
    In this changeset, we set one top level GR_TEST_TARGET_DEPS,
    and simply append module-specific dependencies for each test.
    
    This also helps to fix QA tests on windows
    which were missing the dependencies list.
    
    Conflicts:
    
        gr-analog/python/CMakeLists.txt
        gr-blocks/python/CMakeLists.txt

commit 973a21382f2bb64ebe426886a01a67d62816e54c
Author: Nicholas Corgan <address@hidden>
Date:   Mon Nov 12 13:17:24 2012 -0800

    analog: fixed include guard typo

commit cec59e9ad69920811821ba9feeefd3c3e52a0285
Merge: 1db7838 2915137
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:45:55 2012 -0500

    Merge branch 'maint'

commit 291513738c41128bd2ed37b26c53eb7273903dab
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:45:06 2012 -0500

    fft: fixing float-in, complex-out fft block to use the right io sig.

commit 1db78387c584638db2613655d4ddcb03d03f4318
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 22:44:21 2012 -0500

    analog: adding probe_avg_mag_sqrd GRC block.

commit 4b95874e18fa2faa31495e7c1a258fd63494a72b
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 17:19:49 2012 -0500

    filter: removing '.version' lines in ASM code for compat with CLANG.

commit cc8620141d9c20e9dda84707db77a3ebf4d2ce5f
Merge: a6d285d 32cad29
Author: Johnathan Corgan <address@hidden>
Date:   Sun Nov 4 08:40:16 2012 -0800

    Merge branch 'maint'
    
    (commit chunk for gr-blocks added back in)

commit 32cad29dc50d26af8e7a34b040d9d2657017e5bb
Author: Josh Blum <address@hidden>
Date:   Sat Nov 3 14:02:49 2012 -0700

    gr: added python -B everywhere for clean source tree

commit a6d285d9140d41645c05547a3b6431fa0c93da8d
Author: Nicholas Corgan <address@hidden>
Date:   Fri Nov 2 14:19:03 2012 -0700

    analog: not all classes export symbols

commit 7167f2b61bad4b15f3b030312ad44b5e1337aa09
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 2 10:39:49 2012 -0700

    Fix infinite recursion/loop when sincos is present
    
    (This was introduced by d9a292ac)

commit 747b6702a112ccb4644904e1c965221c2de157f8
Merge: 58ebe83 c5436ca
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 2 09:43:58 2012 -0700

    Merge branch 'maint'

commit c5436ca8ddab5fa77a585c8f00743bb85a93c59a
Author: Alick Zhao <address@hidden>
Date:   Fri Nov 2 09:34:39 2012 -0700

    Fixes other uses of channel model to always have negative or zero
    seed for noise source, matching the documentation update in 0d6871b3.

commit 58ebe83ee38e45a80ace777a070d2c1fa1ab1df8
Merge: d9a292a 1137126
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 1 11:46:45 2012 -0400

    Merge branch 'rtld_ticket181_undo'

commit 1137126abd72593db6bc563d4c7dab00ba47e888
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 19 22:24:06 2012 -0400

    Removes some swig workaround code put in for ticket 181.
    
    This seems to fix the import problems recently seen on 12.10 for loading 
gnuradio-companion (due to 'from lxml import etree' which was actually due to 
'import os' causing a segfault).

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


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



reply via email to

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