summaryrefslogtreecommitdiff
path: root/volk/python
Commit message (Collapse)AuthorAgeFilesLines
* remove volk to prepare for submoduleJohnathan Corgan2015-03-296-739/+0
| | | | | Conflicts: volk/cmake/GrPython.cmake
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-075-83/+83
| | | | 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).
* volk: add/remove ORC protokernels in volk_modtoolNathan West2014-03-021-2/+22
|
* volk: fixed volk build to be independent (again) from GR.Tom Rondeau2013-12-191-4/+4
| | | | Should rename GrPython.cmake to VolkPython.cmake.
* volk: modifying volk_modtool.Tom Rondeau2013-03-014-7/+34
| | | | | 1. Better handling of initial config cases. 2. Don't over-write an existing directory when using -i.
* volk: adding to the README to better describe how to use volk_modtool.Tom Rondeau2013-02-261-1/+72
|
* volk: adding a volk_modtool tool.Tom Rondeau2013-02-266-0/+621
|
* volk: added compile utils and cleanup cmakelistsJosh Blum2012-04-194-184/+0
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-134-19/+19
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-90/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* volk: Cleaning up naming from old libvector to volk.Tom Rondeau2010-12-084-17/+17
|
* volk: Updating build system so that volk configures and builds from gnuradio ↵Tom Rondeau2010-12-081-60/+5
| | | | top level dir.
* Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵Tom Rondeau2010-12-076-0/+329
new SIMD library. It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.