summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
AgeCommit message (Collapse)Author
2009-04-07Fix for ticket:262.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10789 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-07Removed unneeded call to set_history(1). Code if functionallyeb
identical after this change. See also ticket:256. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10788 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-30Applied phase jump patch from Stefan Bruens. Fixes erratic performance of ↵jcorgan
phase recovery loop at higher frequency offsets. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10702 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-25Add check for interruption to gr_tpb_thread_body to ensure thateb
threads stop quickly. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10686 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-25missing lockeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10681 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-24Merged r10666:10669 from jblum/vlen. Trunk passes distcheck.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10678 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-23Error out when creating hierarchical blocks with arbitrary or variable ↵jcorgan
numbers of inputs and outputs. Temporarily fixes ticket:247; this functionality will be added during the release 3.2 series but not for the first release. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10671 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-20Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-19Error out when hierarchical block inputs and outputs aren't wired ↵jcorgan
internally. Fixes ticket:237 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10655 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-19Document run/start/stop/wait preconditions.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10654 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-19Fix for ticket:375, gr_clock_recovery_mm_ff, from Mike Ossmann. Thanks!eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10646 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-16Fix missed setting from r10598 .michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10624 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Use size_t over int for vlen.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10599 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Add vlen to subtract, divide, and float2complex.jblum
Takes care of #302 and #303 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10598 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Removed generated file from version control.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10597 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-03Merged r10539:10546 from michaelld/two_mods into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10551 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-25Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans upeb
the generation of the Makefile.gen's that occurs in gr-trellis, lib/gengen and lib/filter. If you change any code generator such that it generates a different set of generated file names, you must execute "make generate-makefile" in a non-VPATH build to regenerate the Makefile.gen's. Once they are regenerated, commit them to the repo. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10511 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-25Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread ↵jcorgan
header files into /gnuradio. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10506 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-23Reverted changeset r10451. Instead we will ensure top_block.stop() and ↵jcorgan
wait() can be called on a stopped flowgraph with no ill effects. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10478 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-18Merging in branch to add malloc.h to posix_memalign.cc for Cygwin.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10461 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-18gcc 4.3 cleanupeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10459 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-17Added ability to determine if flowgraph is runningjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10451 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-10Better fix for missing header file includejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10417 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-10Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-08Fix missing header include (Don Ward)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10410 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-02Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-31Merged in misc_fixes branch.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10350 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-17seriously, sorry... tried to ctrl+c that but didnt get in timegnychis
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10249 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-17merging r10246:10247 from developer branch to fix manual frequency setting ↵gnychis
problem git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10248 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-01Merged r9798:9801 from michaelld/memalign into trunk. Passes distcheck on ↵jcorgan
Ubuntu 8.10. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10098 221aa14e-8319-0410-a670-987f0aec2ac5
2008-11-23fixing sync routines by wrapping the angle and not clipping it; also opening ↵trondeau
up the frequency sync range a bit. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10040 221aa14e-8319-0410-a670-987f0aec2ac5
2008-11-23Tom's law: the simpler the function, the more prone I am to make errors.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10039 221aa14e-8319-0410-a670-987f0aec2ac5
2008-11-10wrap the return type from gr_enable_realtime_schedulingeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9969 221aa14e-8319-0410-a670-987f0aec2ac5
2008-11-03Fix issue caused by pkg-config stripping -I/usr/include from --cflagsjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9920 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-27Copyright cleanup and fix compiler warnings.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9875 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-27Added basic wavelet classifier blocks. GSL is now a prerequisite foreb
gnuradio-core. Merged from eb/frank -r9627:9868 to trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9870 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-27Added optional vlen parameter to vector_source_* and vector_sink_*.eb
Merged from eb/frank 9627:9868 to trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9869 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-25Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f ↵trondeau
that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-04adding missing comments to gr_firdes.in4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9715 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-04fixing copyleft in gr_firdes.cc and .hn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9714 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-04completion of adding new filter design interfaces to gr_firdes.i. Still ↵n4hy
need to add tests to qa code git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9713 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-03more cleanup of comments and adding left our functions to swig. Not yet ↵n4hy
complete git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9707 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-02Removed extraneous flagsjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9703 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-01when gr_firdes.i was last touched, my version 2 filter design programs were ↵n4hy
removed from the swig file. Also added is appropriate remarks for the low_pass_2 only. More later git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9693 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-24Applied patch from Stefan Brüns. It fixes a swig problem with ↵eb
enable_realtime_scheduling. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9652 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-20gr_realtime now uses gruel::enable_realtime_schedulingeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9610 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-14Adds frequency accessor for Costas loop, BERT receiver displays frequency ↵jcorgan
and timing offset git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9576 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-14fix for gcc 4.3eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9572 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-13Merged r9564:9568 from jcorgan/bert into trunk. Adds BPSK bit error testing ↵jcorgan
examples and support blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9569 221aa14e-8319-0410-a670-987f0aec2ac5