Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-utils: fix out of tree project generator to properly update tarfile name | Moritz Fischer | 2010-07-05 | 1 | -2/+2 |
| | |||||
* | gr-wxgui: fix non-gl scope sink only updating one channel | Catalin Patulea | 2010-07-05 | 1 | -7/+7 |
| | | | | | | 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. | ||||
* | grc: fix broken variable config when using bool type | Johann Chiang | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'trondeau/qtmake' into maint | Johnathan Corgan | 2010-06-13 | 1 | -2/+3 |
|\ | | | | | | | | | * trondeau/qtmake: Fixes gr-qtgui make distcheck failure when QT is not installed. | ||||
| * | Fixes gr-qtgui make distcheck failure when QT is not installed. | Tom Rondeau | 2010-06-13 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'fix/wbx_refclock' into maint | Johnathan Corgan | 2010-06-04 | 7 | -212/+158 |
|\ | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Fixed WBX RX PLL enable | Jason Abele | 2010-06-04 | 1 | -6/+6 |
| | | |||||
| * | Refactor WBX and adf4350 to avoid passing usrp pointer | Jason Abele | 2010-06-04 | 6 | -121/+101 |
| | | |||||
| * | Clean up annoying class structure in wbx | Jason Abele | 2010-06-04 | 2 | -79/+40 |
| | | |||||
| * | Fixing wbx to use _refclk_freq() | Jason Abele | 2010-06-04 | 4 | -13/+18 |
| | | |||||
| * | Typo in error message | Jason Abele | 2010-06-04 | 1 | -1/+1 |
|/ | |||||
* | Update revision to 3.3.0v3.3.0 | Johnathan Corgan | 2010-06-02 | 2 | -2/+2 |
| | |||||
* | gcell: make versioned libraries | Johnathan Corgan | 2010-06-02 | 3 | -10/+4 |
| | |||||
* | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | howto: fix incorrect include path | Johnathan Corgan | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | build: redo GR_GIT for portability | Johnathan Corgan | 2010-06-02 | 2 | -18/+28 |
| | |||||
* | build: use date format string instead of -R for portability | Johnathan Corgan | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | gnuradio-core: fix typo in doxygen header | Johnathan Corgan | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | gr-qtgui: add include file for gcc 4.4.1 | Johnathan Corgan | 2010-06-01 | 1 | -0/+1 |
| | |||||
* | Update revision to 3.3.0-rc3v3.3.0-rc3 | Johnathan Corgan | 2010-05-30 | 2 | -2/+2 |
| | |||||
* | howto: make versioned libraries | Johnathan Corgan | 2010-05-30 | 4 | -23/+52 |
| | |||||
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 42 | -65/+60 |
| | |||||
* | build: refactor GR_GIT and GR_VERSION | Johnathan Corgan | 2010-05-28 | 2 | -19/+39 |
| | |||||
* | Update revision to 3.3.0-rc2v3.3.0-rc2 | Johnathan Corgan | 2010-05-27 | 2 | -2/+2 |
| | |||||
* | Merge remote branch 'ets/grc-usrp2-clock-source' | Johnathan Corgan | 2010-05-27 | 2 | -2/+40 |
|\ | | | | | | | | | * ets/grc-usrp2-clock-source: Add USRP2 clock source parameter to GRC blocks. | ||||
| * | Add USRP2 clock source parameter to GRC blocks. | Eric Schneider | 2010-05-27 | 2 | -2/+40 |
| | | |||||
* | | Refactor Makefile.am to move common files from 3 libraries into a single ↵ | Eric Blossom | 2010-05-25 | 1 | -79/+21 |
| | | | | | | | | variable. | ||||
* | | usrp2-firmware: fix missing files in tarball | Johnathan Corgan | 2010-05-25 | 1 | -1/+1 |
| | | |||||
* | | Fix erroneous file modes | Johnathan Corgan | 2010-05-25 | 5 | -0/+0 |
| | | |||||
* | | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | 2010-05-23 | 18 | -382/+709 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
| * | | gnuradio-core: update copyrights | Johnathan Corgan | 2010-05-21 | 2 | -2/+2 |
| | | | |||||
| * | | gnuradio-core: allow swig to handle exceptions in UDP source/sink | Johnathan Corgan | 2010-05-21 | 2 | -4/+5 |
| | | | |||||
| * | | grc: update UDP source and sink block wrappers | Johnathan Corgan | 2010-05-21 | 2 | -24/+28 |
| | | | |||||
| * | | Simplify USE_SELECT usage | Eric Blossom | 2010-05-19 | 1 | -6/+2 |
| | | | |||||
| * | | Return immediately when using d_residual. | Eric Blossom | 2010-05-19 | 1 | -1/+4 |
| | | | | | | | | | | | | (Otherwise recv may overwrite valid data in d_temp_buff.) | ||||
| * | | Defend against a peer that sends an invalid message length. | Eric Blossom | 2010-05-19 | 1 | -0/+5 |
| | | | |||||
| * | | Move initialization of select timeout | Eric Blossom | 2010-05-19 | 1 | -2/+2 |
| | | | |||||
| * | | Correct update of d_temp_offset (parallel construction) | Eric Blossom | 2010-05-19 | 1 | -1/+2 |
| | | | |||||
| * | | Identify memory leaks that occur on error conditions | Eric Blossom | 2010-05-19 | 2 | -0/+5 |
| | | | |||||
| * | | Use -1 as file descriptor "not open" value instead of 0 | Eric Blossom | 2010-05-19 | 2 | -6/+6 |
| | | | |||||
| * | | Add additional conditionalization of networking includes | Eric Blossom | 2010-05-19 | 3 | -1/+12 |
| | | | |||||
| * | | Flush pending errors in gr_udp_sink on disconnect() | Don Ward | 2010-05-06 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On some systems (e.g., Debian/lenny) UDP errors are reported on the following send() or recv() call. To avoid having errors (such as ECONNREFUSED) from an old connection showing up on the first write to a new connection, we do a recv() on disconnect() to flush them. This may not work for all errors on all systems, but it works in some simple cases of interest. | ||||
| * | | Merge branch 'master' into udp | Don Ward | 2010-05-04 | 1 | -1/+2 |
| |\ \ | |||||
| * | | | Rework UDP source and sink, with incompatible API changes | Don Ward | 2010-05-04 | 14 | -209/+412 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove source address specifications for sink; add connect() and disconnect() to sink; add get_port() to source; add optional EOF signaling (using zero-length packets) to sink and source; modify dial_tone, vector, and audio examples to match new code; add qa test case. | ||||
| * | | | Merge branch 'master' into udp | Don Ward | 2010-04-30 | 221 | -29296/+606 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into udp | Don Ward | 2010-04-30 | 3 | -16/+35 |
| |\ \ \ \ | |||||
| * | | | | | Updates to udp source/sink (select(), wait, cleanup) | Don Ward | 2010-04-30 | 6 | -144/+127 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use select() to avoid blocking on recv() in gr_udp_source (only known way to avoid blocking on Cygwin). Add wait argument to gr_udp_source to allow waiting for connection or accepting lack of connection as EOF; add --no-wait option to dial_tone_sink.py. Remove system dependencies from .h files; remove unused data members and (useless?) public open and close functions. | ||||
| * | | | | | Discard data in gr_udp_sink until receiver is started. | Don Ward | 2010-04-20 | 3 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2. | ||||
| * | | | | | Use getaddrinfo in gr_udp_{source,sink} | Don Ward | 2010-04-18 | 4 | -86/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using getaddrinfo allows more common code between posix and winsock systems. Remove unused variables and #include files. Close sockets when done. | ||||
| * | | | | | Changes to gr_udp_{source,sink} for MinGW | U-DON-WORKBENCH\Don | 2010-04-18 | 2 | -32/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize and cleanup after winsock DLL. Interpret winsock error codes. Use DWORD instead of timeval for setting timeout. |