summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general/Makefile.am
AgeCommit message (Expand)Author
2012-03-13Merge branch 'probe'Tom Rondeau
2012-03-13core: adding new probe_signal from gengen into autotools build.Tom Rondeau
2012-02-14build: fix autotools for gnuradio-core volkificationJohnathan Corgan
2012-02-13core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.Tom Rondeau
2012-02-13core: added volk version of add_ff.Tom Rondeau
2012-02-13core: new multiply_const_ff and multiply_ff blocks done using Volk.Tom Rondeau
2012-02-13core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau
2012-01-28core: update Makefile.am for new type converters.Tom Rondeau
2012-01-28core: more type converters in Volk; adding char_to_short converter.Tom Rondeau
2011-10-23core: Added type conversion int->float (issue #192). Added with a gri file an...Tom Rondeau
2011-10-20build: fixed missing file in Makefile.am.Tom Rondeau
2011-10-18Merge branch 'master' into nextTom Rondeau
2011-10-18added transcendental block from jblum/transcendental (reworked for master bra...Tom Rondeau
2011-10-12digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau
2011-09-26Merge branch 'next' into digitalTom Rondeau
2011-09-09Merge branch 'master' into nextTom Rondeau
2011-09-03Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samplesNick Foster
2011-08-30Merge remote branch 'mbant/cpm' into digitalTom Rondeau
2011-08-14Adding a control_loop class that takes care of setting the loop gains and the...Tom Rondeau
2011-07-30digital: moved fll_band_edge out of gnruadio-core.Tom Rondeau
2011-07-24digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau
2011-07-24digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in gr-d...Tom Rondeau
2011-07-19digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig...Tom Rondeau
2011-07-19digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau
2011-07-19digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau
2011-07-12fixing buildTom Rondeau
2011-06-21gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now that...Ben Reynwar
2011-04-08gr-digital: updating build for consetellation object move.Tom Rondeau
2011-04-08Merge branch 'master' into constell_objTom Rondeau
2011-04-07core: missed a line in the Makefile for int_to_float.Tom Rondeau
2011-04-07core: adding a type converter - int -> float.Tom Rondeau
2011-02-13Added gr_constellation_decoder2_cb block.Ben Reynwar
2011-02-06Added trellis_constellation_metrics_cf. It is equivalent to trellis_metrics_...Ben Reynwar
2011-01-30Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar
2011-01-30Merged upstream from nextBen Reynwar
2011-01-17gr math simplification:Josh Blum
2011-01-01Worked on generic demodulation.Ben Reynwar
2010-12-09Added support for modulation/demodulation of a generic constellation.Ben Reynwar
2010-12-08CPM make checksMartin Braun
2010-12-07Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-16Adding a burst tagger that creates a tag when a signal is observed on line 1.Tom Rondeau
2010-11-14Add tests that show that vector<complex<float>> is not working...Eric Blossom
2010-11-13Renamed annotator block that goes all-to-all now so that it can take in arbit...Tom Rondeau
2010-11-11Renaming random_annotator to annotator_1toall that moves tags from single inp...Tom Rondeau
2010-11-10Revert "add the .i files as dependencies"Eric Blossom