Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Windows DLL resource files | Nicholas Corgan | 2013-03-05 | 2 | -1/+70 |
| | |||||
* | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2013-02-07 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'maint' | Johnathan Corgan | 2013-02-07 | 1 | -1/+1 |
| |\ | |||||
| | * | gruel: change scoped_lock mutex to account for Boost deprecation | Johnathan Corgan | 2013-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | boost::mutex::scoped_lock is going away someday boost::unique_lock<boost::mutex> is a drop-in replacement | ||||
* | | | gruel: Added WIN32_LEAN_AND_MEAN definition before windows.h include | Nicholas Corgan | 2013-02-06 | 1 | -0/+6 |
| | | | |||||
* | | | gruel: renamed mask to dword_mask | Nicholas Corgan | 2013-02-06 | 1 | -6/+6 |
| | | | |||||
* | | | sched: added documentation for affinity setting functions. | Tom Rondeau | 2013-02-06 | 1 | -0/+73 |
| | | | |||||
* | | | gruel: need to include windows.h to know about HANDLE. | Tom Rondeau | 2013-02-06 | 1 | -0/+4 |
| | | | |||||
* | | | core: working thread affinity concept into gr_blocks. | Tom Rondeau | 2013-02-06 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox | ||||
* | | | gruel: adding wrapper layer for gruel threads to enable setting thread affinity. | Tom Rondeau | 2013-02-06 | 3 | -1/+242 |
|/ / | | | | | | | Working in Linux; programmed for Windows (but untested); nops for OSX. | ||||
* / | pmt: added python converters | Martin Braun | 2013-02-01 | 4 | -2/+136 |
|/ | |||||
* | Reorder SWIG_INCLUDE_DIRS | Michael L Dickens | 2013-01-03 | 1 | -1/+5 |
| | |||||
* | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | 2013-01-01 | 1 | -1/+1 |
| | | | | 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). | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-12-20 | 1 | -0/+1 |
|\ | |||||
| * | Revert "gruel: remove erroneous include path from cmake" | Nicholas Corgan | 2012-12-14 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 1294d9b540b9f68f038b18f706867d87c08be4c8. | ||||
* | | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular). | Tom Rondeau | 2012-12-20 | 4 | -0/+30 |
| | | |||||
* | | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple. | Tom Rondeau | 2012-12-19 | 3 | -31/+43 |
| | | |||||
* | | gruel: changing PMT (de)serialize of complex to make more portable ↵ | Tom Rondeau | 2012-12-17 | 1 | -8/+8 |
| | | | | | | | | (apparently; for OSX). | ||||
* | | gruel: Enabling serialize/deserialize for PMT vectors. | Tom Rondeau | 2012-12-14 | 4 | -20/+412 |
| | | |||||
* | | gruel: allow us to use pmt_init_Xvector methods in python. | Tom Rondeau | 2012-12-13 | 3 | -10/+52 |
| | | |||||
* | | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | 2012-12-07 | 3 | -0/+27 |
| | | |||||
* | | Docs: Fixing Doxygen markup for missing constructor parameters. | Tom Rondeau | 2012-12-03 | 1 | -0/+4 |
| | | |||||
* | | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | 2012-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-29 | 6 | -13/+47 |
| | | |||||
* | | build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows). | Tom Rondeau | 2012-11-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2012-11-22 | 1 | -1/+0 |
|\| | |||||
| * | gruel: remove erroneous include path from cmake | Josh Blum | 2012-11-22 | 1 | -1/+0 |
| | | |||||
* | | gruel: added unsigned long long int support to the PMT sugar functions. | Tom Rondeau | 2012-10-01 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-07-03 | 2 | -1/+6 |
|\ | | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt | ||||
| * | swig: added additional swig dependencies gruel/core | Johnathan Corgan | 2012-07-03 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt | ||||
* | | gruel: removed inet.h from install headers | Nicholas Corgan | 2012-06-22 | 1 | -1/+0 |
| | | |||||
* | | gruel: got rid of inet.h and adjusted only file that depended on it | Nicholas Corgan | 2012-06-22 | 3 | -120/+3 |
| | | |||||
* | | removing debug | Tim O'Shea | 2012-06-20 | 1 | -1/+0 |
| | | |||||
* | | bug fixxes to tuple serialize | Tim O'Shea | 2012-06-20 | 1 | -6/+3 |
| | | |||||
* | | 1. handle pmt serialize and deserialize for tuples | Tim O'Shea | 2012-06-20 | 2 | -0/+42 |
| | | | | | | | | 2. fix offset checking in pmt_annotator_raw | ||||
* | | New Features: | Tim O'Shea | 2012-06-15 | 2 | -6/+14 |
|/ | | | | | added support for pmt_serialize and pmt_deserialize for uint64_t type pmts added gr_add_const_bb typed block to gr_add_const_XX gengen | ||||
* | gruel: conditional linking for pthread | Josh Blum | 2012-05-02 | 1 | -1/+7 |
| | |||||
* | gruel: fix linker assumption made explicit on Ubuntu 12.04 | Tim Oshea | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Various fixes for using Python 2.5. | Tom Rondeau | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-04-16 | 3 | -46/+2 |
|\ | |||||
| * | Revert "Merge remote branch 'jblum-github/pmt_set_deleter'" | Johnathan Corgan | 2012-04-16 | 3 | -40/+2 |
| | | | | | | | | | | This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2. | ||||
| * | Revert "Merge branch 'test/fix-pmt-deleter' into maint" | Johnathan Corgan | 2012-04-16 | 1 | -7/+1 |
| | | | | | | | | | | This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c. | ||||
* | | Merge branch 'maint' | Johnathan Corgan | 2012-04-15 | 1 | -1/+7 |
|\| | |||||
| * | pmt: fix segfault in deleter | Johnathan Corgan | 2012-04-15 | 1 | -1/+7 |
| | | |||||
* | | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 47 | -237/+237 |
| | | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4 | ||||
| * | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 1 | -1/+1 |
| |\ | |||||
| | * | gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2 | Tom Rondeau | 2012-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds. | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-04 | 3 | -2/+40 |
|\| | | |||||
| * | | Merge remote branch 'jblum-github/pmt_set_deleter' | Johnathan Corgan | 2012-04-04 | 3 | -2/+40 |
| |\ \ |