Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-14 | docs: fixing a section name collision. | Tom Rondeau | |
2013-02-16 | docs: adding section to main page explaining config files. | Tom Rondeau | |
2013-02-06 | core: working thread affinity concept into gr_blocks. | Tom Rondeau | |
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox | |||
2013-01-02 | docs: fixing typo. | Tom Rondeau | |
2012-12-18 | docs: Restructuring main page to point to new pages describing features in GR. | Tom Rondeau | |
2012-12-18 | docs: added a doxygen manual page describing PMT types and how to use them. | Tom Rondeau | |
2012-12-18 | docs: Adding a page describing the message passing interface. | Tom Rondeau | |
2012-12-17 | docs: using full namspace for references in metadata.dox for proper linking. | Tom Rondeau | |
2012-12-14 | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | |
2012-12-14 | gruel: Enabling serialize/deserialize for PMT vectors. | Tom Rondeau | |
2012-12-14 | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | |
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer. Also adds an example using vector items. | |||
2012-12-13 | docs: added a page detailing metadata format. | Tom Rondeau | |
2012-10-03 | core: fixed swig file for exporting max/min buffer sizes with port first. | Tom Rondeau | |
2012-10-03 | docs: Adding notes discussing how to use new max_output_buffer feature. | Tom Rondeau | |
Also sneaking in a new analog group for gr-analog. | |||
2012-10-02 | Merge branch 'max_nout_each' | Tom Rondeau | |
2012-09-03 | docs: reworking doc into one extra dox file for easier linking. | Tom Rondeau | |
build_guide was not being found properly. Putting these together fixes that. | |||
2012-06-10 | Merge branch 'maint' | Tom Rondeau | |
2012-06-10 | volk: make sure the alignment call for a block passes at least 1. | Tom Rondeau | |
For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1. | |||
2012-06-04 | docs: added section explaining the basics of reconfiguring a flowgraph. | Tom Rondeau | |
2012-06-04 | docs: added a description of a basic flowgraph to the manual's main page. | Tom Rondeau | |
Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them. | |||
2012-04-22 | docs: updating build dependency and building instructions. | Tom Rondeau | |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-13 | Fix some minor warnings. | Tom Rondeau | |
2012-04-03 | docs: adding more info to the doxygen manual's build guide. | Tom Rondeau | |
2012-03-01 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am | |||
2012-03-01 | Merge remote branch 'tom/safe_align' | Johnathan Corgan | |
2012-03-01 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-01 | docs: setting up ability to link to example files in the Doxygen manual. ↵ | Tom Rondeau | |
Using the PFB channelize.py as a test. | |||
2012-02-14 | Merge branch 'master' into safe_align | Johnathan Corgan | |
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc | |||
2012-02-14 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-14 | docs: removing old Doxygen groups (radar and usrp(2)). | Martin Braun | |
2012-02-13 | volk: added some documentation to the Doxygen manual explaining Volk and how ↵ | Tom Rondeau | |
to use it. | |||
2011-12-30 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am | |||
2011-12-29 | digital: added documentation for SNR estimators; made a Doxygen group for ↵ | Tom Rondeau | |
them. Also set the alpha value to a default of 0.001; most won't need to change this. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-11-16 | docs: grabbed support files from ben's repo and my repo | Josh Blum | |
2011-10-21 | docs: updating documentation. More build instructions/information in ↵ | Tom Rondeau | |
Doxygen. Added logo to doxygen manual, too. | |||
2011-10-19 | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | |
Also removes related M4 and dependency requirements for USRP-related libs. | |||
2011-10-14 | docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵ | Tom Rondeau | |
explination on how to use them and where to find more info. | |||
2011-10-09 | docs: adding doc directory, Doxygen page, and README for audio package. | Tom Rondeau | |
2011-10-09 | docs: adding uhd Doxygen documentation page and README file. | Tom Rondeau | |
2011-10-09 | doc: adding qtgui Doxygen documentation page and a README file. | Tom Rondeau | |
2011-10-09 | docs: adding README.vocoder and a Doxygen page for the vocoder block. | Tom Rondeau | |
2011-10-09 | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | |
and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page. | |||
2011-10-09 | digital: adding Doxygen group digital | Tom Rondeau | |
2011-10-08 | gcell: removed gcell and gr-gcell | Tom Rondeau | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-04-26 | Remove omnithreads library. | Johnathan Corgan | |
2010-02-08 | Regenerate defective omnithread.pdf | Eric Blossom | |
Thanks to Dimitris Symeonidis for pointing out the problem and solution. | |||
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 |