Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pmt: moves the rest of the PMT constants from static globals to using get_ ↵ | Tom Rondeau | 2015-02-26 | 1 | -0/+3 |
| | | | | functions. | ||||
* | pmt: Added float conversion | Martin Braun | 2014-09-04 | 1 | -0/+2 |
| | | | | | | Added to_float() and from_float(). These are basically aliases for *_double() with a type cast for when strict typing is necessary (e.g. SWIG won't accept an f32 value when using from_double()). | ||||
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
|\ | |||||
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | | runtime: mods for pmt's NIL. | Tom Rondeau | 2014-06-28 | 2 | -5/+11 |
| | | |||||
* | | Merge branch 'uint64_sugar' of git://github.com/osh/gnuradio | Johnathan Corgan | 2014-05-23 | 1 | -1/+6 |
|\ \ | |/ |/| | |||||
| * | pmt: support conversion of basic pmt pairs to python | Tim O'Shea | 2014-05-14 | 1 | -1/+6 |
| | | |||||
* | | pmt: adding pmt.uniform_vector_itemsize(pmt_t vector), returns the size per ↵ | Tim O'Shea | 2014-05-14 | 1 | -0/+2 |
|/ | | | | item in bytes within a uniform vector for any kind of uniform vector | ||||
* | renamed and cleaned up a bit | Marcus Müller | 2014-04-07 | 1 | -4/+3 |
| | |||||
* | pmt_to_python: numpy_to_uvector and reverse works, QA added | Marcus Müller | 2014-04-07 | 2 | -26/+44 |
| | |||||
* | set numpy_mappings -> dict, to fix py2.6 incompatibility | Marcus Müller | 2014-04-05 | 1 | -22/+23 |
| | |||||
* | fix numpy to pmt uvector conversion | Tim O'Shea | 2014-03-26 | 1 | -8/+33 |
| | |||||
* | Merge branch 'maint' | Tom Rondeau | 2013-12-19 | 1 | -0/+1 |
|\ | |||||
| * | pmt: adds ability to handle unicode input with pmt_to_python. | Sylvain Munaut | 2013-12-19 | 1 | -0/+1 |
| | | |||||
* | | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵ | Philip Balister | 2013-12-05 | 1 | -1/+1 |
|/ | | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org> | ||||
* | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 1 | -1/+15 |
|\ | |||||
| * | docstrings: Improving subpackage docstrings. | Ben Reynwar | 2013-05-10 | 1 | -1/+15 |
| | | |||||
* | | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 2 | -2/+10 |
|/ | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 5 | -0/+311 |
PMTs are handled slightly different and are installed into their own module and include dir. |