Allowing PFB interpolator to be called without specifying the taps; autogen taps...
[debian/gnuradio] / gnuradio-core /
2010-12-28 Tom RondeauAllowing PFB interpolator to be called without specifyi...
2010-12-28 Tom RondeauAllowing PFB decimator to be called without specifying...
2010-12-28 Tom RondeauPFB channelizer can be specified without external taps...
2010-12-28 Tom RondeauUpdating the arb. resampler to use the optfir filter...
2010-12-23 Tom RondeauModifying the unittest output. XML files are no longer...
2010-12-22 Tom RondeauMerge branch 'alsa_drop_samples'
2010-12-12 Tom RondeauPFB resampler: fix it this way to avoid the signed...
2010-12-12 Tom RondeauPFB resampler: fixes bug where filter could be looking...
2010-12-06 Tom RondeauModifying blsk2 wrapper for PFB arbitrary resampler...
2010-11-24 Tom RondeauChanging API for gr_skiphead to use uint64_t for the...
2010-11-24 Tom RondeauAdding typedef for uint64_t and int64_t so we can use...
2010-11-24 Tom RondeauMerge branch 'warnings'
2010-11-24 Tom RondeauMerge branch 'master' of gnuradio.org:gnuradio
2010-11-24 Tom RondeauFixing output types from tap_type to o_type in gr_singl...
2010-11-24 Tom RondeauMerge branch 'no_usb_debug_windows'
2010-11-16 Tom RondeauRemoving autogenerated file.
2010-11-09 Tom RondeauAdding a bit more checking on file operations.
2010-11-09 Tom RondeauFixing copyright date.
2010-11-09 Tom RondeauFixed warning re defining GNU_SOURCE. Can probably...
2010-11-09 Tom RondeauFixing signed/unsigned warnings.
2010-11-02 Tom RondeauSneaking in a few warning fixes to this branch.
2010-11-02 Tom RondeauAdding ability for FIR filter with internal buffer...
2010-10-29 Tom RondeauMerge branch 'makefile_var_ordering'
2010-10-17 Tom RondeauAdding ccf version of fir filter to gitignore.
2010-10-17 Tom RondeauRemoving nonexistent gri .i file from Makefile. Got...
2010-10-17 Tom RondeauRemoving ccf version of filter that is now autogenerated.
2010-10-17 Tom RondeauFixing up filters a bit to pass QA tests for all versions.
2010-10-16 Tom RondeauFixes Makefile for fir filter generators.
2010-10-16 Tom RondeauUsing generators to make gri_fir_filter_with_buffer_XXX...
2010-10-16 Tom RondeauMerge branch 'synfilt'
2010-10-16 Tom RondeauAdding QA code for fir filter with buffer.
2010-10-16 Tom RondeauCleaning up synthesis filter and using new FIR filter...
2010-10-16 Tom RondeauCleaning up the new FIR filter implementation. Protects...
2010-10-16 Tom RondeauAdding a FIR filter implemented with its own internal...
2010-10-10 Michael Dickensrearrange includes to always be: internal GR, external...
2010-10-07 Tom RondeauChecks to make sure XML path is writable before making...
2010-10-07 Tom RondeauFixed missing set_relative_rate in these two blocks...
2010-10-06 Johnathan CorganMerge branch 'maint'
2010-10-03 Tom RondeauUpdating all python QA programs in gnuradio-core to...
2010-10-03 Tom RondeauAdding gr_xmlrunner.py to Makefile.
2010-10-03 Tom RondeauAdding XML output to Python unittests.
2010-10-02 Tom RondeauMoving XML output files from cppunit tests to $HOME...
2010-09-30 Tom RondeauAdding an XML outputter for the CPP Unit tests. This...
2010-09-14 Eric BlossomMerge branch 'maint'
2010-08-05 Johnathan CorganMerge branch 'maint'
2010-08-03 Johnathan CorganMerge branch 'maint'
2010-08-03 Eric BlossomModify all block factories to use gnuradio::get_initial...
2010-08-03 Eric Blossomfix scoped_lock that didn't ref mutex
2010-08-02 Johnathan CorganRevert "gnuradio-core: allows configuring FFTW to use...
2010-07-29 Johnathan CorganMerge branch 'maint'
2010-07-22 Johnathan CorganMerge branch 'maint'
2010-07-22 Alexandru Csetegnuradio-core: export missing public methods in gr...
2010-07-21 Johnathan CorganMerge remote branch 'trondeau/qtclock'
2010-07-05 Johnathan CorganMerge branch 'maint'
2010-07-05 Johnathan CorganMerge branch 'patches/marcus/stripchart'
2010-07-05 Johnathan CorganMerge branch 'patches/marcus/file_sink'
2010-06-22 Johnathan CorganMerge branch 'patches/marcus/fftw'
2010-06-22 Johnathan CorganMerge branch 'patches/marcus/gr_and_const'
2010-06-02 Johnathan Corgangnuradio-core: fix missing linker flags for boost_progr...
2010-06-01 Johnathan Corgangnuradio-core: fix typo in doxygen header
2010-05-29 Johnathan CorganMake C++ shared libraries versioned
2010-05-27 Johnathan CorganMerge remote branch 'ets/grc-usrp2-clock-source'
2010-05-25 Johnathan CorganFix erroneous file modes
2010-05-23 Johnathan CorganMerge remote branch 'gnuradio/wip/udp_source_sink'
2010-05-22 Johnathan Corgangnuradio-core: update copyrights
2010-05-22 Johnathan Corgangnuradio-core: allow swig to handle exceptions in UDP...
2010-05-20 Eric BlossomSimplify USE_SELECT usage
2010-05-20 Eric BlossomReturn immediately when using d_residual.
2010-05-20 Eric BlossomDefend against a peer that sends an invalid message...
2010-05-20 Eric BlossomMove initialization of select timeout
2010-05-20 Eric BlossomCorrect update of d_temp_offset (parallel construction)
2010-05-20 Eric BlossomIdentify memory leaks that occur on error conditions
2010-05-20 Eric BlossomUse -1 as file descriptor "not open" value instead...
2010-05-20 Eric BlossomAdd additional conditionalization of networking includes
2010-05-18 Johnathan Corgangnuradio-core: removed gr.dd_mpsk_sync_cc block as...
2010-05-18 Johnathan CorganMerge branch 'wip/burx_support'
2010-05-16 Tom RondeauCan now set more channels than input signals. Empty...
2010-05-16 Marcus D Leechgr-wxgui: adds stripchart trigger mode to graphics...
2010-05-16 Marcus D Leechgnuradio-core: adds configurable flush to file sink
2010-05-16 Marcus D Leechgnuradio-core: allows configuring FFTW to use ESTIMATE...
2010-05-14 Johnathan CorganMerge remote branch 'bitshark/burx_support' into wip...
2010-05-14 Johnathan Corganbuild: use correct comment delimiter
2010-05-14 Johnathan Corgangnuradio-core: Disable (temporarily) interpolator tap...
2010-05-13 Johnathan CorganMerge remote branch 'nldudok1/gr-wxgui_emulate_analog...
2010-05-12 Tom RondeauMerge branch 'qtupdate'
2010-05-12 Johnathan CorganMerge branch 'master' into wip/burx_support
2010-05-10 Eric BlossomAdd gru.hexshort to deal with short hex constants
2010-05-06 Don WardFlush pending errors in gr_udp_sink on disconnect()
2010-05-04 Don WardMerge branch 'master' into udp
2010-05-04 Don WardRework UDP source and sink, with incompatible API changes
2010-05-01 Eric BlossomAdd missing buffer allocator hint to gr_ofdm_sampler.cc
2010-04-30 Don WardMerge branch 'master' into udp
2010-04-30 Don WardMerge branch 'master' into udp
2010-04-30 Don WardUpdates to udp source/sink (select(), wait, cleanup)
2010-04-28 Tom RondeauFixing ordering so that the input channels line up...
2010-04-28 Tom RondeauAdding the synthesis filterbank (the opposite of the...
2010-04-27 Johnathan CorganRemove omnithreads library.
2010-04-27 Johnathan CorganConvert gr-audio-portaudio to Boost via gruel
2010-04-20 Don WardDiscard data in gr_udp_sink until receiver is started.
2010-04-18 Don WardUse getaddrinfo in gr_udp_{source,sink}
next