summaryrefslogtreecommitdiff
path: root/gruel
AgeCommit message (Collapse)Author
2013-03-29core: addressing issue #529. Using vector<int> instead of vector<unsigned ↵Tom Rondeau
int> for affinity mask vector. This is wrong as the mask should be unsigned, but necessary for SWIG to work cleanly on both 32-bit and 64-bit platforms.
2013-02-07Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2013-02-07Merge branch 'maint'Johnathan Corgan
2013-02-07gruel: change scoped_lock mutex to account for Boost deprecationJohnathan Corgan
boost::mutex::scoped_lock is going away someday boost::unique_lock<boost::mutex> is a drop-in replacement
2013-02-06gruel: Added WIN32_LEAN_AND_MEAN definition before windows.h includeNicholas Corgan
2013-02-06gruel: renamed mask to dword_maskNicholas Corgan
2013-02-06sched: added documentation for affinity setting functions.Tom Rondeau
2013-02-06gruel: need to include windows.h to know about HANDLE.Tom Rondeau
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox
2013-02-06gruel: adding wrapper layer for gruel threads to enable setting thread affinity.Tom Rondeau
Working in Linux; programmed for Windows (but untested); nops for OSX.
2013-02-01pmt: added python convertersMartin Braun
2013-01-03Reorder SWIG_INCLUDE_DIRSMichael L Dickens
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens
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).
2012-12-20Merge branch 'maint'Johnathan Corgan
2012-12-20gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau
2012-12-19gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau
2012-12-17gruel: changing PMT (de)serialize of complex to make more portable ↵Tom Rondeau
(apparently; for OSX).
2012-12-14Revert "gruel: remove erroneous include path from cmake"Nicholas Corgan
This reverts commit 1294d9b540b9f68f038b18f706867d87c08be4c8.
2012-12-14gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau
2012-12-13gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau
2012-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-12-03Docs: Fixing Doxygen markup for missing constructor parameters.Tom Rondeau
2012-11-30core: gr_blocks can now have only message ports with no general_work()Tim O'Shea
* 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
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-11-28build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows).Tom Rondeau
2012-11-22Merge branch 'maint'Johnathan Corgan
2012-11-22gruel: remove erroneous include path from cmakeJosh Blum
2012-10-01gruel: added unsigned long long int support to the PMT sugar functions.Tom Rondeau
2012-07-03Merge branch 'maint'Johnathan Corgan
Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03swig: added additional swig dependencies gruel/coreJohnathan Corgan
pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt
2012-06-22gruel: removed inet.h from install headersNicholas Corgan
2012-06-22gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan
2012-06-20removing debugTim O'Shea
2012-06-20bug fixxes to tuple serializeTim O'Shea
2012-06-201. handle pmt serialize and deserialize for tuplesTim O'Shea
2. fix offset checking in pmt_annotator_raw
2012-06-15New Features:Tim O'Shea
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
2012-05-02gruel: conditional linking for pthreadJosh Blum
2012-04-30gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea
2012-04-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-16Merge branch 'maint'Johnathan Corgan
2012-04-16Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan
This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2.
2012-04-16Revert "Merge branch 'test/fix-pmt-deleter' into maint"Johnathan Corgan
This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c.
2012-04-15Merge branch 'maint'Johnathan Corgan
2012-04-15pmt: fix segfault in deleterJohnathan Corgan
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-07Merge branch 'master' into nextTom Rondeau
Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵Tom Rondeau
dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan