summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-01grc: work on generator for gui flowgraphs to simplify generationJosh Blum
generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks
2011-03-01grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
2011-03-01qtgui: work on variable chooserJosh Blum
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
2011-03-01qtgui: use pyqwt widgets in grc variable slider blockJosh Blum
2011-03-01qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum
2011-03-01qtgui: an attempt at a slider formJosh Blum
2011-03-01grc: added qtgui support to grc (just added sink)Josh Blum
2011-02-28uhd: only set has_time_spec when nchan > 1Josh Blum
Its important for multi-channel continuous, but not wanted in single-channel non-continuous.
2011-02-25Merge branch 'gr_uhd_next' into nextJosh Blum
2011-02-25uhd: added sensors api to gr-uhd blocks and swig supportJosh Blum
2011-02-25uhd: fix export typo and specify export define when building libJosh Blum
2011-02-22howto: Was over-zealous before. The TESTS should remain firmly in the if ↵Tom Rondeau
GUILE block.
2011-02-22howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau
making it's own howto module not under gnuradio.
2011-02-22howto: fixes for howto build structure. Passes check but does not pass ↵Tom Rondeau
distcheck.
2011-02-22howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau
imported from gnuradio.
2011-02-17howto: moving install path back to howto/ to get it to work.Tom Rondeau
2011-02-17volk: Properly sets up package config script if Orc is not found for Volk.Tom Rondeau
2011-02-17Merge branch 'pmt_serial_tags' into nextTom Rondeau
2011-02-17guile: removing calls to check for guile and guile-dev. GNU Radio can once ↵Tom Rondeau
again be built without Guile.
2011-02-15uhd: tweaks for swig/python init fileJosh Blum
2011-02-11uhd: added mboard param to get time now and added get time last ppsJosh Blum
2011-02-10uhd: incremented compat number for new api supportJosh Blum
2011-02-10uhd: added set and get clock rates to gr-uhd blocks and grc wrappersJosh Blum
2011-02-10uhd: tweaks to the grc blocksJosh Blum
2011-02-10uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum
2011-02-08uhd: channel = 0 defaults for single interfaces get_dboard_ifaceJosh Blum
2011-02-08Added first pass at swigging dboard ifaceJason Abele
2011-02-08Merge branch 'master' into next, using strategy "ours" to skipJohnathan Corgan
master-only commits.
2011-02-08build: update revision to 3.3.2gitJohnathan Corgan
2011-02-08build: update version number to 3.3.1Johnathan Corgan
2011-02-08build: update config.guess and config.sub from canonical sourceJohnathan Corgan
2011-02-02gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum
2011-02-02volk: updating to readd unaligned dot product under new name scheme.Tom Rondeau
2011-02-02volk: cleaning up makefile issues after merge.Tom Rondeau
2011-02-01Merge branch 'volk_rename' into nextTom Rondeau
Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc
2011-01-30volk: Updating build structure to work when orc is not installed.Tom Rondeau
Distcheck passes for me if liborc is installed or not.
2011-01-26Volk: fix for 32fc_s32f_magnitude_16i orc impl.Nick Foster
2011-01-26Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16Nick Foster
2011-01-26Volk: find built headers instead of installed onesNick Foster
2011-01-26Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.Nick Foster
2011-01-25volk: Adding explicit links to local volk libraries. Required to prevent ↵Tom Rondeau
breakage when adding new volk kernels.
2011-01-25Volk: Orc impl for complex multiply fixed. Maybe some room for optimization.Nick Foster
2011-01-25volk: New volk kernel for conjugate dot products with unaligned buffers.Tom Rondeau
Note: need to convert this to new naming standard.
2011-01-25uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml generatorJosh Blum
2011-01-23Forced initialization of arrays to avoid warnings.Tom Rondeau
2011-01-23Needed to specify the use of boost::filesystem library.Tom Rondeau
2011-01-23Merge branch 'mergeme/volk/x86_cpuid_simplification' into nextTom Rondeau
2011-01-23Merge branch 'mergeme/qtgui/use_boost_posix_time' into nextTom Rondeau
2011-01-23Removing YYYY-mmm-DD from time displayed on Waterfall plot.Tom Rondeau