summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-11Merge branch 'm_alsa_busy_fixes' of https://github.com/m0mik/gnuradio into ↵Mike Jameson
m_alsa_busy_fixes
2013-02-11uhd: fixed default midpoint gainMike Jameson
2013-02-11Update gr-uhd/examples/python/usrp_am_mw_rcv.pyMike Jameson
2013-02-11uhd: fixes audio_alsa_sink busyMike Jameson
2013-02-05build: disable certain Boost versions we know are buggy to fix Issue #513.Tom Rondeau
Creates a new list of version to test against. If any version matches the list of bad versions, set Boost to Not Found.
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 remote-tracking branch 'balint/windows_fixes' into maintJohnathan Corgan
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-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-15grc: fixed problem of GRC_BLOCKS_PATH not being set in WindowsNicholas Corgan
2013-01-15wxgui: dead code removal and formatting cleanupSylvain Munaut
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-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
2013-01-02docs: fixing typo.Tom Rondeau
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
2013-01-01GNU Radio version of CMake's "UseQt4" script, which determines header ↵Michael L Dickens
(INCLUDE) and library directories, but requires that the including script add use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)
2012-12-31core: fixed some unused parameter warningsAlexandru Csete
2012-12-29Merge branch 'maint'Johnathan Corgan
2012-12-29cmake: removed Boost 1.52 from allowed versionsJohnathan Corgan
See https://svn.boost.org/trac/boost/ticket/7669
2012-12-23cmake: update revision to 3.6.3rc0Johnathan Corgan
2012-12-20Merge branch 'maint'Johnathan Corgan
2012-12-20Merge remote-tracking branch 'ncorgan/pdu_fix'Johnathan Corgan
2012-12-20core: fixed pdu MSVC compatibility issuesNicholas Corgan
2012-12-20gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau
2012-12-19gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau
2012-12-18Merge branch 'tagdebug2' of git://github.com/mbant/gnuradioTom Rondeau
2012-12-18docs: Restructuring main page to point to new pages describing features in GR.Tom Rondeau
2012-12-18docs: added a doxygen manual page describing PMT types and how to use them.Tom Rondeau
2012-12-18core: gr_tag_debug handles lacking srcidMartin Braun
2012-12-18docs: Adding a page describing the message passing interface.Tom Rondeau
2012-12-17gruel: changing PMT (de)serialize of complex to make more portable ↵Tom Rondeau
(apparently; for OSX).
2012-12-17docs: using full namspace for references in metadata.dox for proper linking.Tom Rondeau
2012-12-15blocks: fixing up QA of metadata to not rely on non-dependency components.Tom Rondeau
2012-12-15blocks: fixing up metadata parser.Tom Rondeau
2012-12-14Revert "gruel: remove erroneous include path from cmake"Nicholas Corgan
This reverts commit 1294d9b540b9f68f038b18f706867d87c08be4c8.
2012-12-14blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau
2012-12-14gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau