summaryrefslogtreecommitdiff
path: root/gruel/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* build: removed last references to GRUEL.Tom Rondeau2013-04-013-230/+0
| | | | Also update qa_runtime to pull in qa_pmt tests.
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-0127-5062/+0
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* Merge branch 'master' into nextTom Rondeau2013-03-291-20/+20
|\ | | | | | | | | Conflicts: gnuradio-runtime/include/gr_block.h
| * core: addressing issue #529. Using vector<int> instead of vector<unsigned ↵Tom Rondeau2013-03-291-20/+20
| | | | | | | | | | | | 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.
* | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+70
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+70
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-072-0/+227
|\|
| * gruel: renamed mask to dword_maskNicholas Corgan2013-02-061-6/+6
| |
| * core: working thread affinity concept into gr_blocks.Tom Rondeau2013-02-061-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 Rondeau2013-02-062-0/+224
| | | | | | | | Working in Linux; programmed for Windows (but untested); nops for OSX.
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-4/+5
|\| | | | | | | of the INCLUDE_DIRS order
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-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).
| * gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-202-0/+22
| |
| * gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-191-0/+12
| |
* | Merge branch 'pmt_rename' into nextTom Rondeau2013-01-026-783/+792
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu.cc gruel/src/lib/pmt/pmt.cc gruel/src/lib/pmt/qa_pmt_prims.cc gruel/src/lib/pmt/unv_template.cc.t gruel/src/swig/pmt_swig.i
| * | gruel: Renaming PMT function to get rid of pmt_ prefix.Tom Rondeau2012-12-216-785/+789
| | | | | | | | | | | | Also cleans up Python interface. Removed pmt.print statement from swig but overloaded __repr__ attribute of PMTs for easy printing.
| * | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-212-0/+22
| | |
| * | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-211-0/+12
| | |
* | | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-212-0/+22
| | |
* | | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-211-0/+12
|/ /
* | Merge branch 'master' into nextTom Rondeau2012-12-171-8/+8
|\|
| * gruel: changing PMT (de)serialize of complex to make more portable ↵Tom Rondeau2012-12-171-8/+8
| | | | | | | | (apparently; for OSX).
* | Merge branch 'master' into nextTom Rondeau2012-12-142-6/+345
|\| | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau2012-12-141-6/+338
| |
| * gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau2012-12-131-0/+7
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-12-071-0/+16
|\| | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_basic_block.h
| * core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-0/+16
| |
* | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵Tom Rondeau2012-12-031-0/+1
| | | | | | | | with next.
* | Merging ctrlport2 into next branch.Tom Rondeau2012-12-031-0/+36
|/
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-292-4/+21
|
* Merge branch 'maint'Johnathan Corgan2012-07-031-1/+3
|\ | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-031-1/+3
| | | | | | | | | | | | | | | | | | | | pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt
* | 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
| | | | | | | | 2. fix offset checking in pmt_annotator_raw
* | New Features:Tim O'Shea2012-06-152-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 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-162-27/+2
|\
| * Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan2012-04-162-21/+2
| | | | | | | | | | This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2.
| * Revert "Merge branch 'test/fix-pmt-deleter' into maint"Johnathan Corgan2012-04-161-7/+1
| | | | | | | | | | This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c.
* | 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 ↵Tom Rondeau2012-04-1323-130/+130
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | Merge branch 'master' into nextJohnathan Corgan2012-04-042-2/+21
|\|
| * pmt: added advanded pmt_set_deleter (c++ only)Josh Blum2012-04-032-2/+21
| |
* | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-013-7/+132
| | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-086-225/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* the librariesJosh Blum2011-10-231-8/+1
|