summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* gr-qtgui: adding QA code for qtgui; remarked out until a fix for the ↵Tom Rondeau2011-03-261-1/+6
| | | | segfault can be found.
* gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ↵Tom Rondeau2011-03-261-12/+12
| | | | only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory.
* Fixing missing include files and various other patches for Windows build issues.Don Ward2011-03-251-1/+2
|
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2011-03-1513-331/+128
|\
| * Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum2011-03-142-7/+8
| |\ | | | | | | | | | | | | Conflicts: grc/grc_gnuradio/Makefile.am
| | * qtgui-grc: added check for pyqwt in configJosh Blum2011-03-072-8/+5
| | |
| | * grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-011-0/+1
| | | | | | | | | | | | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
| | * grc: added tabbed widget in qtgui for grcJosh Blum2011-03-011-1/+2
| | | | | | | | | | | | | | | | | | 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.
| | * qtgui: use pyqwt widgets in grc variable slider blockJosh Blum2011-03-012-2/+2
| | |
| | * qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum2011-03-011-0/+2
| | |
| * | gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan2011-03-141-1/+3
| | | | | | | | | | | | * gnuradio-examples/C++/audio/dial_tone
| * | audio: remove obsoleted individual top-level componentsJohnathan Corgan2011-03-147-321/+1
| | |
| * | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan2011-03-141-0/+112
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jblum/wip/gr-audio: audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py audio: register arches with priorities, ex: prefer alsa over oss audio: added oss support to gr-audio audio: use conf files to specify default arch audio: moved the grc audio blocks into gr-audio dir audio: moved alsa support files into subdirectory audio: work on swig support, it imports audio: work to get alsa support in, lets see if this works before adding more audio: added audio factory registry and top level includes audio: skeleton for gr-audio component
| | * | audio: added config checks for other audios, added jack and portJosh Blum2011-03-091-7/+47
| | | |
| | * | audio: added oss support to gr-audioJosh Blum2011-03-091-1/+34
| | | |
| | * | audio: moved the grc audio blocks into gr-audio dirJosh Blum2011-03-091-0/+1
| | | |
| | * | audio: work to get alsa support in, lets see if this works before adding moreJosh Blum2011-03-091-0/+3
| | | |
| | * | audio: skeleton for gr-audio componentJosh Blum2011-03-081-0/+35
| | |/
| * / grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum2011-03-132-2/+4
| |/ | | | | | | | | | | | | | | | | | | Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
* / gruel: fixing structure. Passes make check.Tom Rondeau2011-03-141-1/+7
|/
* Merge branch 'gr_uhd_next' into nextJosh Blum2011-02-251-5/+5
|\
| * uhd: incremented compat number for new api supportJosh Blum2011-02-101-2/+2
| |
| * uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum2011-02-101-3/+3
| |
* | guile: removing calls to check for guile and guile-dev. GNU Radio can once ↵Tom Rondeau2011-02-171-1/+5
| | | | | | | | again be built without Guile.
* | gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum2011-02-021-4/+0
|/
* Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau2011-01-221-17/+0
|\
| * gr math simplification:Josh Blum2011-01-171-17/+0
| | | | | | | | | | | | | | | | | | Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan.
* | Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau2011-01-222-23/+1
|\ \
| * | Updating copyright.Tom Rondeau2011-01-221-1/+1
| | |
| * | cleanup mkdir usage with boost filesystem:Josh Blum2011-01-182-22/+0
| |/ | | | | | | | | | | | | | | | | | | Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
* | Merge branch 'mergeme/grc/config_check_fix' into nextTom Rondeau2011-01-221-3/+2
|\ \
| * | Updating copyright.Tom Rondeau2011-01-221-1/+1
| | |
| * | grc: numpy is also a grc dependency, check numpy when since not requiring wxguiJosh Blum2011-01-171-2/+1
| |/
* / uhd: increment api compat numberJosh Blum2011-01-191-2/+2
|/
* Remove wxpython dependency from gnuradio-companion.Philip Balister2011-01-091-1/+1
| | | | | GRC does not need wxpython to run. It is only needed if you create gui based flow graphs.
* Move example waveforms to gnuradio-examples/waveforms.Eric Blossom2010-12-302-1/+1
|
* Create and install gr-run-waveform-script, and symlink to it when installed.Eric Blossom2010-12-301-2/+1
|
* More generic error message if guile-dev not installed.Tom Rondeau2010-12-301-1/+1
|
* Add minimal Python and Guile QA code to gr-uhd.Eric Blossom2010-12-271-1/+7
|
* Add minimal guile test code gr-usrp2.Eric Blossom2010-12-271-1/+3
|
* Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.Eric Blossom2010-12-221-0/+6
|
* Merge branch 'next' into guile.Eric Blossom2010-12-212-0/+43
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). ...
| * gr_uhd: Quick fix for make distcheck failures if UHD is not installed.Tom Rondeau2010-12-131-0/+4
| |
| * volk: Small fixes to M4 file for better project integration.Tom Rondeau2010-12-091-10/+4
| |
| * volk: Updating build system so that volk configures and builds from gnuradio ↵Tom Rondeau2010-12-081-0/+45
| | | | | | | | top level dir.
* | Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom2010-12-071-3/+1
| | | | | | | | in-tree includes are searched before out-of-tree includes.
* | flag an error if --enable-guile is specified, but guile-dev is notRob Savoye2010-12-071-0/+1
| |
* | Merge branch 'next' into guile-nextEric Blossom2010-12-062-63/+112
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
| * Merge branch 'master' into nextTom Rondeau2010-12-061-60/+108
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blks2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. Removing warnings in portaudio source/sink. Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out. first shot at Windows-compatible LIBUSB check Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems) Removing autogenerated file. Updated doxygen Doxyfile for newer versions. Adding file operations result checking. Updating audio_jack to new interface for creating a client. Fixes depricated warning. Potential fix to MSDD warnings by setting sequence number from buffer more explicitly. Adding a bit more checking on file operations. Fixing copyright date. Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined in config, but this won't hurt anyone. Fixing signed/unsigned warnings. first shot at Windows-compatible LIBUSB check Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems) Conflicts: gnuradio-core/src/lib/swig/gnuradio.i
| | * first shot at Windows-compatible LIBUSB checkMichael Dickens2010-11-231-46/+87
| | |