summaryrefslogtreecommitdiff
path: root/gruel/src
Commit message (Expand)AuthorAgeFilesLines
* Merge master/fix_build_dir_order into next, then fix conflicts and redo come ...Michael L Dickens2013-01-042-5/+10
|\
| * Reorder SWIG_INCLUDE_DIRSMichael L Dickens2013-01-031-1/+5
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens2013-01-011-1/+1
| * gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-204-0/+30
| * gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-193-31/+43
* | pmt: fixed where pmt's __init__.py script gets installed.Tom Rondeau2013-01-021-1/+1
* | Merge branch 'pmt_rename' into nextTom Rondeau2013-01-0212-1809/+1341
|\ \
| * | gruel: using new pmt naming.Tom Rondeau2012-12-211-49/+49
| * | gruel: Renaming PMT function to get rid of pmt_ prefix.Tom Rondeau2012-12-2111-1776/+1283
| * | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-214-0/+30
| * | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-213-31/+43
* | | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-214-0/+30
* | | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-213-31/+43
|/ /
* | Merge branch 'master' into nextTom Rondeau2012-12-171-8/+8
|\|
| * gruel: changing PMT (de)serialize of complex to make more portable (apparentl...Tom Rondeau2012-12-171-8/+8
* | Merge branch 'master' into nextTom Rondeau2012-12-145-24/+458
|\|
| * gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau2012-12-144-20/+412
| * gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau2012-12-133-10/+52
* | Merge branch 'master' into nextJohnathan Corgan2012-12-073-0/+27
|\|
| * core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-073-0/+27
* | ctrlport: fixing up controlport integration into gnuradio-core for merge with...Tom Rondeau2012-12-032-0/+2
* | Merging ctrlport2 into next branch.Tom Rondeau2012-12-032-0/+87
|/
* Docs: Fixing Doxygen markup for missing constructor parameters.Tom Rondeau2012-12-031-0/+4
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-301-1/+1
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-296-13/+47
* build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows).Tom Rondeau2012-11-281-1/+1
* gruel: added unsigned long long int support to the PMT sugar functions.Tom Rondeau2012-10-011-0/+6
* Merge branch 'maint'Johnathan Corgan2012-07-032-1/+6
|\
| * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-032-2/+7
* | gruel: removed inet.h from install headersNicholas Corgan2012-06-221-1/+0
* | gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan2012-06-223-120/+3
* | removing debugTim O'Shea2012-06-201-1/+0
* | bug fixxes to tuple serializeTim O'Shea2012-06-201-6/+3
* | 1. handle pmt serialize and deserialize for tuplesTim O'Shea2012-06-202-0/+42
* | New Features:Tim O'Shea2012-06-152-6/+14
|/
* gruel: conditional linking for pthreadJosh Blum2012-05-021-1/+7
* gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea2012-04-301-1/+1
* Various fixes for using Python 2.5.Tom Rondeau2012-04-231-1/+1
* Merge branch 'maint'Johnathan Corgan2012-04-163-46/+2
|\
| * Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan2012-04-163-40/+2
| * Revert "Merge branch 'test/fix-pmt-deleter' into maint"Johnathan Corgan2012-04-161-7/+1
* | Merge branch 'maint'Johnathan Corgan2012-04-151-1/+7
|\|
| * pmt: fix segfault in deleterJohnathan Corgan2012-04-151-1/+7
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-1344-227/+227
* | Merge branch 'master' into nextTom Rondeau2012-04-071-1/+1
|\|
| * Merge branch 'maint'Tom Rondeau2012-04-071-1/+1
| |\
| | * gruel and howto: install gruel .i files in gruel dest. Howto will use that di...maint-3.5.2Tom Rondeau2012-04-071-1/+1
* | | Merge branch 'master' into nextJohnathan Corgan2012-04-043-2/+40
|\| |
| * | Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan2012-04-043-2/+40
| |\ \
| | * | pmt: added advanded pmt_set_deleter (c++ only)Josh Blum2012-04-033-2/+40
| | |/