Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-06 | Merge Michael Dicken's USB fixes after rebasing on maint | Johnathan Corgan | |
Fixed setting of USB_LIBS for *win* Fix so that non-Darwin OSs use USB_LIBS correctly for linking New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version). | |||
2010-10-06 | Fixed setting of USB_LIBS for *win* | Michael Dickens | |
2010-10-06 | Fix so that non-Darwin OSs use USB_LIBS correctly for linking | Michael Dickens | |
2010-10-06 | New way of checking for various LIBUSB names; for legacy version, make sure ↵ | Michael Dickens | |
the symbol 'usb_debug' exists (so-as to not use the 'compat' version). | |||
2010-09-12 | Avoid divide by zero in persistence code when using default args | Eric Blossom | |
2010-09-12 | Update config.guess and config.sub in gr-howoto-write-a-block too | Eric Blossom | |
2010-09-12 | Update config.guess and config.sub from canonical home | Eric Blossom | |
2010-09-12 | Update script to pull config.* from git repo | Eric Blossom | |
2010-08-04 | usrp2: fixes for gcc 4.5.0 compatibility | Moeller | |
2010-08-04 | formatting change: move break statements | Eric Blossom | |
2010-08-04 | Fix unitialized variable pointed to by compiler warning | Eric Blossom | |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-08-03 | fix scoped_lock that didn't ref mutex | Eric Blossom | |
2010-07-29 | Fixes ./configure to allow grc to build without an X session | Jason Abele | |
Presently, a ./configure in a terminal with no X $DISPLAY will fail to build grc because import gtk fails with RuntimeError exception. This patch fixes this by catching just the ImportError and AssertionErrors we need for python module dependencies. | |||
2010-07-21 | wxgui: fix to use wx.Colour which is the actual name of the class (wx python ↵ | Josh Blum | |
wrapper may be missing wx.Color wrapper) | |||
2010-07-05 | gr-utils: fix out of tree project generator to properly update tarfile name | Moritz Fischer | |
2010-07-05 | gr-wxgui: fix non-gl scope sink only updating one channel | Catalin Patulea | |
This fixes a bug where, when using nongl scopesink, only the real part of a complex input is shown. After applying this patch, both Ch1 and Ch2 can be seen on the scope display. | |||
2010-06-21 | grc: fix broken variable config when using bool type | Johann Chiang | |
2010-06-13 | Merge remote branch 'trondeau/qtmake' into maint | Johnathan Corgan | |
* trondeau/qtmake: Fixes gr-qtgui make distcheck failure when QT is not installed. | |||
2010-06-13 | Fixes gr-qtgui make distcheck failure when QT is not installed. | Tom Rondeau | |
2010-06-04 | Merge branch 'fix/wbx_refclock' into maint | Johnathan Corgan | |
* fix/wbx_refclock: Fixed WBX RX PLL enable Refactor WBX and adf4350 to avoid passing usrp pointer Clean up annoying class structure in wbx Fixing wbx to use _refclk_freq() Typo in error message | |||
2010-06-04 | Fixed WBX RX PLL enable | Jason Abele | |
2010-06-04 | Refactor WBX and adf4350 to avoid passing usrp pointer | Jason Abele | |
2010-06-04 | Clean up annoying class structure in wbx | Jason Abele | |
2010-06-04 | Fixing wbx to use _refclk_freq() | Jason Abele | |
2010-06-04 | Typo in error message | Jason Abele | |
2010-06-02 | Update revision to 3.3.0 | Johnathan Corgan | |
2010-06-02 | gcell: make versioned libraries | Johnathan Corgan | |
2010-06-02 | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan | |
2010-06-02 | howto: fix incorrect include path | Johnathan Corgan | |
2010-06-02 | build: redo GR_GIT for portability | Johnathan Corgan | |
2010-06-01 | build: use date format string instead of -R for portability | Johnathan Corgan | |
2010-06-01 | gnuradio-core: fix typo in doxygen header | Johnathan Corgan | |
2010-06-01 | gr-qtgui: add include file for gcc 4.4.1 | Johnathan Corgan | |
2010-05-30 | Update revision to 3.3.0-rc3 | Johnathan Corgan | |
2010-05-30 | howto: make versioned libraries | Johnathan Corgan | |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2010-05-28 | build: refactor GR_GIT and GR_VERSION | Johnathan Corgan | |
2010-05-27 | Update revision to 3.3.0-rc2 | Johnathan Corgan | |
2010-05-27 | Merge remote branch 'ets/grc-usrp2-clock-source' | Johnathan Corgan | |
* ets/grc-usrp2-clock-source: Add USRP2 clock source parameter to GRC blocks. | |||
2010-05-27 | Add USRP2 clock source parameter to GRC blocks. | Eric Schneider | |
2010-05-25 | Refactor Makefile.am to move common files from 3 libraries into a single ↵ | Eric Blossom | |
variable. | |||
2010-05-25 | usrp2-firmware: fix missing files in tarball | Johnathan Corgan | |
2010-05-25 | Fix erroneous file modes | Johnathan Corgan | |
2010-05-23 | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | |
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) | |||
2010-05-21 | libvrt: remove from 3.3 API. | Johnathan Corgan | |
libvrt will continue as part of the 3.4git development branch, where it will undergo a rewrite and API change. | |||
2010-05-21 | gnuradio-core: update copyrights | Johnathan Corgan | |
2010-05-21 | gnuradio-core: allow swig to handle exceptions in UDP source/sink | Johnathan Corgan | |
2010-05-21 | grc: update UDP source and sink block wrappers | Johnathan Corgan | |
2010-05-21 | Update revision to release 3.3.0-rc1, update autotools | Johnathan Corgan | |