summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2010-08-03165-328/+328
|\
| * Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-03164-326/+326
| * fix scoped_lock that didn't ref mutexEric Blossom2010-08-031-2/+2
* | Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"Johnathan Corgan2010-08-021-6/+2
* | gnuradio-core: export missing public methods in gr.agc2Alexandru Csete2010-07-212-0/+15
* | Merge branch 'patches/marcus/stripchart'Johnathan Corgan2010-07-052-27/+43
|\ \
| * | gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech2010-05-162-27/+43
* | | Merge branch 'patches/marcus/file_sink'Johnathan Corgan2010-07-054-0/+21
|\ \ \
| * | | gnuradio-core: adds configurable flush to file sinkMarcus D Leech2010-05-164-0/+21
| |/ /
* | | Merge branch 'patches/marcus/fftw'Johnathan Corgan2010-06-221-2/+6
|\ \ \ | |_|/ |/| |
| * | gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASUREMarcus D Leech2010-05-161-2/+6
| |/
* | gnuradio-core: fix missing linker flags for boost_program_optionsJohnathan Corgan2010-06-021-1/+1
* | gnuradio-core: fix typo in doxygen headerJohnathan Corgan2010-06-011-1/+1
* | Make C++ shared libraries versionedJohnathan Corgan2010-05-282-5/+6
* | Fix erroneous file modesJohnathan Corgan2010-05-251-0/+0
* | Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-238-306/+608
|\ \
| * | gnuradio-core: update copyrightsJohnathan Corgan2010-05-212-2/+2
| * | gnuradio-core: allow swig to handle exceptions in UDP source/sinkJohnathan Corgan2010-05-212-4/+5
| * | Simplify USE_SELECT usageEric Blossom2010-05-191-6/+2
| * | Return immediately when using d_residual.Eric Blossom2010-05-191-1/+4
| * | Defend against a peer that sends an invalid message length.Eric Blossom2010-05-191-0/+5
| * | Move initialization of select timeoutEric Blossom2010-05-191-2/+2
| * | Correct update of d_temp_offset (parallel construction)Eric Blossom2010-05-191-1/+2
| * | Identify memory leaks that occur on error conditionsEric Blossom2010-05-192-0/+5
| * | Use -1 as file descriptor "not open" value instead of 0Eric Blossom2010-05-192-6/+6
| * | Add additional conditionalization of networking includesEric Blossom2010-05-192-0/+11
| * | Flush pending errors in gr_udp_sink on disconnect()Don Ward2010-05-061-0/+25
| * | Merge branch 'master' into udpDon Ward2010-05-041-1/+2
| |\ \
| * | | Rework UDP source and sink, with incompatible API changesDon Ward2010-05-048-157/+343
| * | | Merge branch 'master' into udpDon Ward2010-04-3010-259/+220
| |\ \ \
| * | | | Updates to udp source/sink (select(), wait, cleanup)Don Ward2010-04-305-141/+121
| * | | | Discard data in gr_udp_sink until receiver is started.Don Ward2010-04-202-6/+13
| * | | | Use getaddrinfo in gr_udp_{source,sink}Don Ward2010-04-184-86/+66
| * | | | Changes to gr_udp_{source,sink} for MinGWU-DON-WORKBENCH\Don2010-04-182-32/+130
| * | | | Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)Don Ward2010-04-152-4/+8
* | | | | gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsoleteJohnathan Corgan2010-05-185-328/+0
* | | | | build: use correct comment delimiterJohnathan Corgan2010-05-141-8/+8
* | | | | gnuradio-core: Disable (temporarily) interpolator tap calculationJohnathan Corgan2010-05-131-9/+9
| |_|_|/ |/| | |
* | | | Add gru.hexshort to deal with short hex constantsEric Blossom2010-05-101-0/+12
| |_|/ |/| |
* | | Add missing buffer allocator hint to gr_ofdm_sampler.ccEric Blossom2010-04-301-1/+2
| |/ |/|
* | Remove omnithreads library.Johnathan Corgan2010-04-261-1/+1
* | Convert gr-audio-portaudio to Boost via gruelJohnathan Corgan2010-04-263-239/+0
* | Fixing doxygen warnings from arb_resampler. Also, removed set_taps from publicTom Rondeau2010-04-182-16/+21
* | Fixing doxygen warnings from channelizer block.Tom Rondeau2010-04-181-0/+1
* | Fixing documentation to get rid of doxygen warnings.Tom Rondeau2010-04-181-3/+7
* | Adding documentation for fff version of othe PFB clock sync algorithm.Tom Rondeau2010-04-181-0/+95
* | Adding documentation to explain how algorithm works.Tom Rondeau2010-04-181-0/+95
|/
* Nevermind that last checkin. THIS is the right answer that doesn't have us po...Tom Rondeau2010-04-151-3/+3
* Fixes small bug by handling boundaries properly.Tom Rondeau2010-04-141-2/+2
* The oversampling rate can be only a few values as defined by the number of ch...Tom Rondeau2010-04-122-2/+38