Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-29 | 6 | -13/+47 | |
| | ||||||
* | build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows). | Tom Rondeau | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | gruel: added unsigned long long int support to the PMT sugar functions. | Tom Rondeau | 2012-10-01 | 1 | -0/+6 | |
| | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-07-03 | 2 | -1/+6 | |
|\ | | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt | |||||
| * | swig: added additional swig dependencies gruel/core | Johnathan Corgan | 2012-07-03 | 2 | -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 headers | Nicholas Corgan | 2012-06-22 | 1 | -1/+0 | |
| | | ||||||
* | | gruel: got rid of inet.h and adjusted only file that depended on it | Nicholas Corgan | 2012-06-22 | 3 | -120/+3 | |
| | | ||||||
* | | removing debug | Tim O'Shea | 2012-06-20 | 1 | -1/+0 | |
| | | ||||||
* | | bug fixxes to tuple serialize | Tim O'Shea | 2012-06-20 | 1 | -6/+3 | |
| | | ||||||
* | | 1. handle pmt serialize and deserialize for tuples | Tim O'Shea | 2012-06-20 | 2 | -0/+42 | |
| | | | | | | | | 2. fix offset checking in pmt_annotator_raw | |||||
* | | New Features: | Tim O'Shea | 2012-06-15 | 2 | -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 pthread | Josh Blum | 2012-05-02 | 1 | -1/+7 | |
| | ||||||
* | gruel: fix linker assumption made explicit on Ubuntu 12.04 | Tim Oshea | 2012-04-30 | 1 | -1/+1 | |
| | ||||||
* | Various fixes for using Python 2.5. | Tom Rondeau | 2012-04-23 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-04-16 | 3 | -46/+2 | |
|\ | ||||||
| * | Revert "Merge remote branch 'jblum-github/pmt_set_deleter'" | Johnathan Corgan | 2012-04-16 | 3 | -40/+2 | |
| | | | | | | | | | | This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2. | |||||
| * | Revert "Merge branch 'test/fix-pmt-deleter' into maint" | Johnathan Corgan | 2012-04-16 | 1 | -7/+1 | |
| | | | | | | | | | | This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c. | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2012-04-15 | 1 | -1/+7 | |
|\| | ||||||
| * | pmt: fix segfault in deleter | Johnathan Corgan | 2012-04-15 | 1 | -1/+7 | |
| | | ||||||
* | | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 44 | -227/+227 | |
| | | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer. | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 1 | -1/+1 | |
|\| | | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4 | |||||
| * | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 1 | -1/+1 | |
| |\ | ||||||
| | * | gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2 | Tom Rondeau | 2012-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds. | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-04 | 3 | -2/+40 | |
|\| | | ||||||
| * | | Merge remote branch 'jblum-github/pmt_set_deleter' | Johnathan Corgan | 2012-04-04 | 3 | -2/+40 | |
| |\ \ | ||||||
| | * | | pmt: added advanded pmt_set_deleter (c++ only) | Josh Blum | 2012-04-03 | 3 | -2/+40 | |
| | |/ | ||||||
* | | | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | 2012-04-01 | 7 | -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 next | Tom Rondeau | 2012-03-16 | 4 | -17/+70 | |
|\| | | | | | | | | | | | | | | Conflicts: gruel/src/swig/Makefile.am | |||||
| * | | Merge branch 'maint' | Tom Rondeau | 2012-03-16 | 1 | -1/+1 | |
| |\| | ||||||
| | * | gruel: run qa tests with -B (fix from gruel_work_squashed) | Josh Blum | 2012-03-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | gruel: created common swig include file | Josh Blum | 2012-03-16 | 4 | -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 next | Johnathan Corgan | 2012-01-17 | 1 | -1/+1 | |
|\| | ||||||
| * | gruel: hrt under bsd should use clock gettime | Josh Blum | 2012-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 21 | -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 Rondeau | 2011-12-04 | 4 | -13/+8 | |
| | | | | instead of include/gnuradio/swig. | |||||
* | docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵ | Tom Rondeau | 2011-12-03 | 3 | -0/+26 | |
| | | | | autotools to build. | |||||
* | docs: adding a doc string for the gruel and gruel.pmt python modules. | Tom Rondeau | 2011-12-03 | 2 | -0/+8 | |
| | ||||||
* | gruel: added missing check GR_HAVE_NETINET_IN | Josh Blum | 2011-11-03 | 1 | -0/+1 | |
| | ||||||
* | high_res_timer: Fix high_res_timer_now() for E100. | Philip Balister | 2011-11-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | |||||
* | the libraries | Josh Blum | 2011-10-23 | 1 | -8/+1 | |
| | ||||||
* | pmt: fix #446 by putting pmt swig into namespace | Josh Blum | 2011-10-20 | 1 | -4/+8 | |
| | ||||||
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 7 | -55/+55 | |
| | ||||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-28 | 1 | -0/+18 | |
|\ | ||||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2011-09-27 | 1 | -0/+18 | |
| |\ | ||||||
| | * | swig: language independent exception handler | Josh Blum | 2011-09-27 | 1 | -0/+18 | |
| | | | ||||||
* | | | gruel: added missing pmt swig install rule | Josh Blum | 2011-09-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | gruel: removed merge junk in makefile | Josh Blum | 2011-08-19 | 1 | -2/+0 | |
| | | | ||||||
* | | | atsc: did work on symbol visibility and minor tweaks in qa code for MSVC | Josh Blum | 2011-08-03 | 1 | -0/+7 | |
| | | | ||||||
* | | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 9 | -1/+406 | |
| | | | ||||||
* | | | gruel: support for windows API set realtime scheduling | Josh Blum | 2011-07-20 | 1 | -0/+32 | |
| | | |