Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-21 | Merge branch 'next' into guile. | Eric Blossom | |
Passes distcheck. * next: (32 commits) volk: Fix for popcnt's 64/32-bit issues. Using a copy of config.guess and config.sub instead of sym links. Including time header to qa files. Changed python env variable to more globally usable version. gr_uhd: Quick fix for make distcheck failures if UHD is not installed. PFB resampler: fix it this way to avoid the signed/unsigned warning. PFB resampler: fixes bug where filter could be looking past the number of inputs. resampler PFB: Sets relative rate when rate is changed. Create method to set rate on pfb_arb_resamp after it has been created. Allow it to be called from GRC. volk: fix for running 32-bit OS on 64-bit processor. System is correctly identified as 32-bit and compiles with the correct flags. volk: changing the path variables again. This works on my various systems tested. Using abs_ path names failed on Ubuntu 8.04 32-bit. volk: May be a hack, but it was required for my 32-bit Fedora 13 to work. volk: Removing unnecessary shell script; last commit takes care if its functions. volk: Fixing build system to handle making volk_mktables, volk_tables.h, and volk_config.h instead of a standalone shell script. volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error. volk: Adding a few more generic-only test cases. volk: adding generic QA test for 16sc_magnitude_32f. volk: modified the configure scripts to output which architectures it will be building based on the configure tests. uhd: update notes in grc blocks for addressing scheme volk: Removing erroneous SSE function that actually usese an SSE3 intrin (mm_hadd_ps). ... | |||
2010-12-17 | volk: Fix for popcnt's 64/32-bit issues. | Tom Rondeau | |
2010-12-17 | Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max. | Nick Foster | |
2010-12-17 | Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵ | Nick Foster | |
instead of -MAX. | |||
2010-12-17 | Volk: A bunch of new Orc routines plus a couple of build changes. | Nick Foster | |
32fc_magnitude_16s fails test_all right now. | |||
2010-12-16 | Using a copy of config.guess and config.sub instead of sym links. | Tom Rondeau | |
2010-12-16 | Including time header to qa files. | Tom Rondeau | |
2010-12-16 | Changed python env variable to more globally usable version. | Tom Rondeau | |
2010-12-15 | Volk: A bunch of new ORC routines plus tests. | Nick Foster | |
Also fixed a typo in the generic version of 16sc_magnitude_16s_a16. | |||
2010-12-14 | Volk: Some new basic Orc implementations with QA code | Nick Foster | |
2010-12-14 | Volk: Build fixes to work with/without Orc. | Nick Foster | |
2010-12-14 | Volk: added references to libs instead of specifying them directly | Nick Foster | |
2010-12-14 | Volk: Nick's commits to make adding Orc a little more structurally sound | Nick Foster | |
2010-12-14 | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵ | Nick Foster | |
broken right now. | |||
2010-12-14 | Volk: patch via Nick M. | Nick Foster | |
2010-12-14 | Fixed some broken. | Nick Foster | |
2010-12-14 | Volk: added some more Orc functions. Haven't added to tests yet. | Nick Foster | |
2010-12-14 | pre-patch... | Nick Foster | |
2010-12-14 | Volk: More autotools stuff for Orc. Should build OK with or without Orc now. | Nick Foster | |
2010-12-14 | Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵ | Nick Foster | |
library libvolk_orc.la. Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK. | |||
2010-12-13 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Nick Foster | |
2010-12-13 | volk: committed some stuff i neglected | Nick Foster | |
2010-12-13 | volk: added ORC integration. still requires polishing. | Nick Foster | |
2010-12-13 | gr_uhd: Quick fix for make distcheck failures if UHD is not installed. | Tom Rondeau | |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau | |
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of ↵ | Tom Rondeau | |
inputs. | |||
2010-12-12 | resampler PFB: Sets relative rate when rate is changed. | Tom Rondeau | |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau | |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau | |
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of ↵ | Tom Rondeau | |
inputs. | |||
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of ↵ | Tom Rondeau | |
inputs. | |||
2010-12-11 | Create method to set rate on pfb_arb_resamp after it has been created. | Matt Ettus | |
Allow it to be called from GRC. | |||
2010-12-11 | Merge branch 'volk' into next | Tom Rondeau | |
2010-12-11 | volk: fix for running 32-bit OS on 64-bit processor. System is correctly ↵ | Tom Rondeau | |
identified as 32-bit and compiles with the correct flags. | |||
2010-12-11 | volk: changing the path variables again. This works on my various systems ↵ | Tom Rondeau | |
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit. | |||
2010-12-10 | and another | Eric Blossom | |
2010-12-10 | missed one | Eric Blossom | |
2010-12-10 | Add guile/.libs to libpath | Eric Blossom | |
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-10 | Add new Guile gsubr that loads shared libraries using the equivalent of the ↵ | Eric Blossom | |
RTLD_GLOBAL flag. This is part of a work-around for swig bug: 1863647 http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645 | |||
2010-12-10 | volk: May be a hack, but it was required for my 32-bit Fedora 13 to work. | Tom Rondeau | |
2010-12-10 | volk: Removing unnecessary shell script; last commit takes care if its ↵ | Tom Rondeau | |
functions. | |||
2010-12-10 | volk: Fixing build system to handle making volk_mktables, volk_tables.h, and ↵ | Tom Rondeau | |
volk_config.h instead of a standalone shell script. | |||
2010-12-09 | Disable guile udp tests. They were causing a problem on some systems. | Eric Blossom | |
2010-12-09 | volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error. | Tom Rondeau | |
2010-12-09 | volk: Adding a few more generic-only test cases. | Tom Rondeau | |
2010-12-09 | volk: adding generic QA test for 16sc_magnitude_32f. | Tom Rondeau | |
2010-12-09 | volk: modified the configure scripts to output which architectures it will ↵ | Tom Rondeau | |
be building based on the configure tests. | |||
2010-12-09 | uhd: update notes in grc blocks for addressing scheme | Josh Blum | |
2010-12-09 | volk: Removing erroneous SSE function that actually usese an SSE3 intrin ↵ | Tom Rondeau | |
(mm_hadd_ps). |