summaryrefslogtreecommitdiff
path: root/gruel/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2012-07-032-1/+6
|\ | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-032-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 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
| | | | | | | | 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-163-46/+2
|\
| * Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan2012-04-163-40/+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-1344-227/+227
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | Merge branch 'master' into nextTom Rondeau2012-04-071-1/+1
|\| | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
| * Merge branch 'maint'Tom Rondeau2012-04-071-1/+1
| |\
| | * gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2Tom Rondeau2012-04-071-1/+1
| | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
* | | 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
| | |/
* | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-017-276/+4
| | | | | | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | | Merge branch 'master' into nextTom Rondeau2012-03-164-17/+70
|\| | | | | | | | | | | | | | Conflicts: gruel/src/swig/Makefile.am
| * | Merge branch 'maint'Tom Rondeau2012-03-161-1/+1
| |\|
| | * gruel: run qa tests with -B (fix from gruel_work_squashed)Josh Blum2012-03-161-1/+1
| | |
| * | gruel: created common swig include fileJosh Blum2012-03-164-16/+70
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | This work taken from gruel_work_squashed Common swig file includes: * Language independent exception handler * Wrapper for python calls that may block Benefits: * More common swig code, less copy pasta * Wrapper for blocking python calls handles the case where the call throws, python is not left in a bad state
* | Merge branch 'master' into nextJohnathan Corgan2012-01-171-1/+1
|\|
| * gruel: hrt under bsd should use clock gettimeJosh Blum2012-01-171-1/+1
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0821-532/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau2011-12-044-13/+8
| | | | instead of include/gnuradio/swig.
* docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau2011-12-033-0/+26
| | | | autotools to build.
* docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau2011-12-032-0/+8
|
* gruel: added missing check GR_HAVE_NETINET_INJosh Blum2011-11-031-0/+1
|
* high_res_timer: Fix high_res_timer_now() for E100.Philip Balister2011-11-011-1/+1
| | | | Signed-off-by: Philip Balister <philip@opensdr.com>
* the librariesJosh Blum2011-10-231-8/+1
|
* pmt: fix #446 by putting pmt swig into namespaceJosh Blum2011-10-201-4/+8
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-087-55/+55
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-281-0/+18
|\
| * Merge branch 'master' into nextJohnathan Corgan2011-09-271-0/+18
| |\
| | * swig: language independent exception handlerJosh Blum2011-09-271-0/+18
| | |
* | | gruel: added missing pmt swig install ruleJosh Blum2011-09-241-1/+1
| | |
* | | gruel: removed merge junk in makefileJosh Blum2011-08-191-2/+0
| | |
* | | atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum2011-08-031-0/+7
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-209-1/+406
| | |
* | | gruel: support for windows API set realtime schedulingJosh Blum2011-07-201-0/+32
| | |
* | | gruel: API declaration macros for gruel class and function symbolsJosh Blum2011-07-2019-226/+286
| | |
* | | gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-201-6/+5
|/ /
* | Merge branch '8psk' into nextTom Rondeau2011-07-171-6/+36
|\ \ | |/ |/| | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen