summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: update revision to 3.7.5git after release3.7.5gitJohnathan Corgan2014-07-081-2/+2
* cmake: update revision to 3.7.4 for releasev3.7.4Johnathan Corgan2014-07-081-1/+1
* Merge remote-tracking branch 'ncorgan/win/master_fixes'Johnathan Corgan2014-07-083-2/+17
|\
| * Windows compatibility fixesNicholas Corgan2014-07-083-2/+17
* | Merge branch 'maint'Johnathan Corgan2014-07-0812-20/+55
|\ \ | |/ |/|
| * zeromq: require zmq.hpp be installedJohnathan Corgan2014-07-081-1/+1
| * filter: relax gr::filter::freq_xlating_fft_filter QA precisionJohnathan Corgan2014-07-081-1/+1
| * Merge remote-tracking branch 'ncorgan/ncorgan/swig_ignore_multi_usrp' into maintJohnathan Corgan2014-07-083-3/+13
| |\
| | * uhd: unexposed usrp_sink::get_device() and usrp_source::get_device() from SWIGNicholas Corgan2014-06-183-3/+13
| * | Windows compatibility fixesNicholas Corgan2014-07-077-15/+40
* | | filter: command messages to change frequency are all relative to the sample rate, not normalized.Tom Rondeau2014-07-081-1/+1
* | | Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-0719-91/+91
* | | Merge branch 'maint'Tom Rondeau2014-07-07703-3310/+3309
|\| |
| * | Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-07745-3487/+3486
* | | Merge branch 'maint'Tom Rondeau2014-07-071-2/+1
|\| |
| * | filter: upping the allowed relative error in freq_xlating_fft_filter's QA from 0.001 to 0.0012 to account for minor precision errors with AVX.Tom Rondeau2014-07-071-2/+1
* | | Merge branch 'maint'Tom Rondeau2014-07-076-6/+16
|\| |
| * | docs: Corrects or expands documentation comments for various blocks where I have had to read the source code to understand theKevin Reid2014-07-076-6/+16
* | | qtgui: updating how freq message ports work.Tom Rondeau2014-07-0717-75/+96
* | | volk: adds command-line option to enable/disable use of ORC with -DENABLE_ORC=True/False.Tom Rondeau2014-07-031-1/+6
* | | volk: force use of generic kernel when VOLK_GENERIC env variable is defined.Tom Rondeau2014-07-022-1/+8
* | | Merge branch 'maint'Tom Rondeau2014-07-023-31/+32
|\| |
| * | digital: fixed psk and qam constellation table generators. Not sure how these got out of sync.Tom Rondeau2014-07-023-31/+32
* | | qtgui: changed all examples to start wtih empty name fields.Tom Rondeau2014-07-0223-56/+56
* | | qtgui: fixes problem of set name not showing up.Tom Rondeau2014-07-0217-7/+55
* | | qtgui: adds menu item to clear max and min hold lines on frequency plot.Tom Rondeau2014-07-029-5/+58
* | | fec: updating FEC encoder/decoder loggers to use set function instead of add for appenders.Tom Rondeau2014-06-302-6/+6
* | | Merge branch 'staticlibs'Tom Rondeau2014-06-2933-192/+394
|\ \ \
| * | | build: Ice does not support static libraries, so we can't build ControlPort if static libraries are being built.Tom Rondeau2014-06-281-16/+24
| * | | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) versions of the libraries.Tom Rondeau2014-06-2822-22/+343
| * | | runtime: mods for pmt's NIL.Tom Rondeau2014-06-285-10/+24
| * | | blocks: cleanup qa output statement in qa_keep_one_in_nTom Rondeau2014-06-271-1/+0
| * | | runtime: restructure prefs class for initializing prefs singleton.Tom Rondeau2014-06-274-143/+3
* | | | Merge branch 'maint'Tom Rondeau2014-06-294-26/+127
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | runtime: fix a memory leak in the logger when restarting a flowgraph due to adding new appenders to the logger. Now we clear them and set aTom Rondeau2014-06-294-26/+127
* | | Merge remote-tracking branch 'markcottrell/unpack_k_bits_overflow_fix'Tom Rondeau2014-06-271-1/+1
|\ \ \
| * | | fixed an overflow issue in unpack_k_bits::unpackcottrema2014-06-271-1/+1
* | | | Merge branch 'maint'Tom Rondeau2014-06-273-10/+24
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | volk cmake: if the CPU is not x86, eliminate all Intel SIMD.Michael Dickens2014-06-271-0/+16
| * | gr-audio OSX: fix casting of Int32 to char[] to a memcpy to make older GCC happy.Michael Dickens2014-06-271-6/+6
| * | gr-audio OSX: fix call to AudioHardwareRemovePropertyListener to match API.Michael Dickens2014-06-271-4/+2
* | | Merge branch 'maint'Tom Rondeau2014-06-262-7/+48
|\| |
| * | runtime: addes get_tags_in_window to block_gateway for python blocks. Added QA.Tom Rondeau2014-06-262-7/+48
* | | build: removed some gcc warnings.Tom Rondeau2014-06-263-16/+10
* | | Merge branch 'maint'Tom Rondeau2014-06-261-3/+3
|\| |
| * | runtime: fixed order of initializing warning in tag_checker constructor.Tom Rondeau2014-06-261-3/+3
* | | Merge remote-tracking branch 'mmueller/blocks_grc_add_head_set_length_cb'Tom Rondeau2014-06-261-0/+1
|\ \ \
| * | | blocks.head: added callback to GRC definitionMarcus Müller2014-06-261-0/+1
* | | | Merge remote-tracking branch 'michaelld/boost_once'Tom Rondeau2014-06-263-3/+8
|\ \ \ \
| * | | | cmake: Include GrBoost at the top level such that the correct default BOOST variables are set throughout the build. Because of the way CMake handles non-cached variables, each GR component (e.g., Volk) can change the BOOST variables for its particular needs without overriding these default values...Michael Dickens2014-06-231-0/+5