summaryrefslogtreecommitdiff
path: root/gruel/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed stray file from 3.6.xJohnathan Corgan2013-10-211-46/+0
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-0257-8306/+0
|\
| * build: removed last references to GRUEL.Tom Rondeau2013-04-017-355/+0
| | | | | | | | Also update qa_runtime to pull in qa_pmt tests.
| * gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-0152-7950/+1
| | | | | | | | PMTs are handled slightly different and are installed into their own module and include dir.
| * Merge branch 'master' into nextTom Rondeau2013-03-292-23/+23
| |\ | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_block.h
| | * core: addressing issue #529. Using vector<int> instead of vector<unsigned ↵Tom Rondeau2013-03-292-23/+23
| | | | | | | | | | | | | | | | | | 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.
| * | runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-1/+1
| | |
* | | gruel: Updating testing environment.Ben Reynwar2013-03-103-7/+6
| | |
* | | gruel: Enabling uninstalled python imports.Ben Reynwar2013-03-106-8/+57
|/ /
* | 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-073-1/+328
|\|
| * Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2013-02-071-1/+1
| |\
| * | gruel: Added WIN32_LEAN_AND_MEAN definition before windows.h includeNicholas Corgan2013-02-061-0/+6
| | |
| * | gruel: renamed mask to dword_maskNicholas Corgan2013-02-061-6/+6
| | |
| * | sched: added documentation for affinity setting functions.Tom Rondeau2013-02-061-0/+73
| | |
| * | gruel: need to include windows.h to know about HANDLE.Tom Rondeau2013-02-061-0/+4
| | |
| * | 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-063-1/+242
| | | | | | | | | | | | Working in Linux; programmed for Windows (but untested); nops for OSX.
* | | Merge branch 'master' into nextJohnathan Corgan2013-02-071-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint'Johnathan Corgan2013-02-071-1/+1
| |\ \ | | |/ | |/|
| | * gruel: change scoped_lock mutex to account for Boost deprecationJohnathan Corgan2013-02-071-1/+1
| | | | | | | | | | | | | | | | | | boost::mutex::scoped_lock is going away someday boost::unique_lock<boost::mutex> is a drop-in replacement
* | | gruel: wrong PMT install directory slipped back in.Tom Rondeau2013-02-051-1/+1
| | |
* | | gruel: fixing PMT naming issues with new PMT utilities.Tom Rondeau2013-02-052-28/+28
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-02-054-3/+137
|\| | | | | | | | | | | | | | Conflicts: gruel/src/python/CMakeLists.txt
| * | pmt: added python convertersMartin Braun2013-02-014-2/+136
| |/
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-042-5/+10
|\| | | | | | | of the INCLUDE_DIRS order
| * Reorder SWIG_INCLUDE_DIRSMichael L Dickens2013-01-031-1/+5
| |
| * 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-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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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: 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
| | | | | | | | | | | | 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-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 ↵Tom Rondeau2012-12-171-8/+8
| | | | | | | | (apparently; for OSX).
* | Merge branch 'master' into nextTom Rondeau2012-12-145-24/+458
|\| | | | | | | | | Conflicts: gr-utils/src/python/CMakeLists.txt
| * 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
|\| | | | | | | | | 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-073-0/+27
| |
* | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵Tom Rondeau2012-12-032-0/+2
| | | | | | | | with next.
* | 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
| | | | | | | | | | | | * 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