summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
AgeCommit message (Expand)Author
2010-12-10fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIGMartin Braun
2010-12-10updated doxygen blocks, changed param order for gmskMartin Braun
2010-12-09All CPM stuff included (C++/GRC/Python), tests passMartin Braun
2010-12-09more elaborate checks, they also work nowMartin Braun
2010-12-08CPM make checksMartin Braun
2010-12-08first version of CPM codeMartin Braun
2010-11-24Changing API for gr_skiphead to use uint64_t for the offset instead of size_t...Tom Rondeau
2010-11-24Adding typedef for uint64_t and int64_t so we can use them through SWIG.Tom Rondeau
2010-11-24Merge branch 'warnings'Tom Rondeau
2010-11-23Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ...Tom Rondeau
2010-11-15Removing autogenerated file.Tom Rondeau
2010-11-08Adding a bit more checking on file operations.Tom Rondeau
2010-11-08Fixing copyright date.Tom Rondeau
2010-11-08Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's ...Tom Rondeau
2010-11-08Fixing signed/unsigned warnings.Tom Rondeau
2010-11-02Sneaking in a few warning fixes to this branch.Tom Rondeau
2010-11-02Adding ability for FIR filter with internal buffer to decimate.Tom Rondeau
2010-10-29Merge branch 'makefile_var_ordering'Tom Rondeau
2010-10-17Adding ccf version of fir filter to gitignore.Tom Rondeau
2010-10-17Removing nonexistent gri .i file from Makefile. Got a bit carried away with t...Tom Rondeau
2010-10-17Removing ccf version of filter that is now autogenerated.Tom Rondeau
2010-10-17Fixing up filters a bit to pass QA tests for all versions.Tom Rondeau
2010-10-16Fixes Makefile for fir filter generators.Tom Rondeau
2010-10-16Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/...Tom Rondeau
2010-10-16Merge branch 'synfilt'Tom Rondeau
2010-10-16Adding QA code for fir filter with buffer.Tom Rondeau
2010-10-16Cleaning up synthesis filter and using new FIR filter with buffer.Tom Rondeau
2010-10-16Cleaning up the new FIR filter implementation. Protects against some corner c...Tom Rondeau
2010-10-16Adding a FIR filter implemented with its own internal buffer. This one keeps ...Tom Rondeau
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-10-06Fixed missing set_relative_rate in these two blocks. The others don't actuall...Tom Rondeau
2010-10-02Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau
2010-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-08-03fix scoped_lock that didn't ref mutexEric Blossom
2010-08-02Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"Johnathan Corgan
2010-07-21gnuradio-core: export missing public methods in gr.agc2Alexandru Csete
2010-07-05Merge branch 'patches/marcus/stripchart'Johnathan Corgan
2010-07-05Merge branch 'patches/marcus/file_sink'Johnathan Corgan
2010-06-22Merge branch 'patches/marcus/fftw'Johnathan Corgan
2010-06-02gnuradio-core: fix missing linker flags for boost_program_optionsJohnathan Corgan
2010-06-01gnuradio-core: fix typo in doxygen headerJohnathan Corgan
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2010-05-23Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan
2010-05-21gnuradio-core: allow swig to handle exceptions in UDP source/sinkJohnathan Corgan
2010-05-19Simplify USE_SELECT usageEric Blossom
2010-05-19Return immediately when using d_residual.Eric Blossom
2010-05-19Defend against a peer that sends an invalid message length.Eric Blossom
2010-05-19Move initialization of select timeoutEric Blossom
2010-05-19Correct update of d_temp_offset (parallel construction)Eric Blossom