summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-04modtool: bugfix, BLOCK_MAGIC should appear before %includeMartin Braun
2013-01-28modtool: cleanup, bugfixesMartin Braun
2013-01-28modtool: bugfixesMartin Braun
2013-01-28modtool: newmod uses gr.prefs or --srcdirMartin Braun
2013-01-28modtool: more flexibility w/ adding and removing entriesMartin Braun
2013-01-28modtool: dir template update (added list for sources)Martin Braun
2013-01-27modtool: added copyleft headersMartin Braun
2013-01-25utils: modtool minor updatesMartin Braun
2013-01-25utils: modtool now installs an example dir instead of the bz2Martin Braun
2013-01-24utils: added modtoolMartin Braun
2013-01-20Merge branch 'maint'Johnathan Corgan
2013-01-20volk: the profiler is no longer strictly unixJosh Blum
2013-01-20volk: remove bad find_package missing components, this is declared in top levelJosh Blum
2013-01-20Merge branch 'maint'Johnathan Corgan
2013-01-20Merge remote-tracking branch 'balint/windows_fixes' into maintJohnathan Corgan
2013-01-19howto-write-a-block: Added example for Python blocksMartin Braun
2013-01-18Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows.Balint Seeber
Changed 'notebook' SetSelection (deprecated) to ChangeSelection.
2013-01-18Removed check for pending events during mouse drag of GRC blocks on ↵Balint Seeber
FlowGraph canvas. This is always true on Windows with latest PyGTK and so blocks would never move with mouse movement. Disabling the check appears to have no adverse effects.
2013-01-18Merge branch 'maint'Johnathan Corgan
2013-01-18digital: Fixed bug in digital_bert_rx.py (thanks Charles Ru)Ben Reynwar
2013-01-18digital: Updated pfb_clock_sync grc xml file.Ben Reynwar
2013-01-18digital: Updated constellation_receiver_cv documentation.Ben Reynwar
2013-01-15Merge branch 'maint'Johnathan Corgan
2013-01-15grc: fixed problem of GRC_BLOCKS_PATH not being set in WindowsNicholas Corgan
2013-01-15Merge remote-tracking branch 'mbant/equal_for_tags'Tom Rondeau
2013-01-15Merge remote-tracking branch 'mbant/fix485'Tom Rondeau
2013-01-15Merge remote-tracking branch 'mbant/demod_examples'Tom Rondeau
2013-01-15wxgui: implement persistence without using glAccumSylvain Munaut
2013-01-15Merge branch 'maint'Johnathan Corgan
2013-01-15core: added remove_tag_item()Martin Braun
2013-01-15core: added operator == for tagsMartin Braun
2013-01-15wxgui: dead code removal and formatting cleanupSylvain Munaut
2013-01-15grc: Fixed Bug #485 by gracefully exiting when user sets ↵Martin Braun
GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH=
2013-01-15digital: made the demod examples clearerMartin Braun
2013-01-14Merge branch 'maint'Johnathan Corgan
2013-01-14core: removed redundant test settingsJosh Blum
2013-01-14block: file_source_impl missing mutex includeJosh Blum
2013-01-14core: gr_socket_pdu missing iostreamJosh Blum
2013-01-14core: adding gr_random_pdu message passing blockTim O'Shea
Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i
2013-01-11Merge branch 'atsc'Johnathan Corgan
2013-01-11atsc: commented out debug codeJohnathan Corgan
2013-01-08cmake: updated revision to 3.6.4git post-releaseJohnathan Corgan
2013-01-08cmake: update revision to 3.6.3 for releaseJohnathan Corgan
2013-01-04remove unnecessary build commandsMichael L Dickens
2013-01-03Reorder SWIG_INCLUDE_DIRSMichael L Dickens
2013-01-03FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorderMichael L Dickens
2013-01-03GrUseQt4 -> GrSetupQt4, since that's what it really does.Michael L Dickens
2013-01-03Merge branch 'master' of http://gnuradio.org/git/gnuradio into ↵Michael L Dickens
fix_build_dir_order
2013-01-02Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2013-01-02blocks: fixed file_meta_sink/source_impl MSVC incompatibliity errorNicholas Corgan