summaryrefslogtreecommitdiff
path: root/docs/doxygen/other
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextJohnathan Corgan2017-03-1524-3/+715
|\
| * Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-1023-1/+208
| |
| * Doxygen: Adding actual GNU FDL license file.Ben Hilburn2017-03-102-0/+496
| |
| * Doxygen: Fixing license notice on Doxygen-generated `index.html`.Ben Hilburn2017-03-101-2/+11
| | | | | | | | Also fixed old link to Tom's blog to point to new GNU Radio blog.
* | tools, docs: replace OptionParser by ArgumentParserJiří Pinkava2016-09-201-31/+25
| |
* | wxgui: removedJohnathan Corgan2016-09-082-3/+0
| |
* | Merge branch 'master' into nextJohnathan Corgan2016-06-251-0/+1
|\|
| * Merge remote-tracking branch 'github/packet3'Johnathan Corgan2016-06-251-0/+1
| |\
| | * digital: Added lots and lots of examples for overhauled packet formatTom Rondeau2016-06-141-0/+1
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2016-06-201-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_single_viterbi.cc
| * | Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-201-1/+1
| |/
* | Merge branch 'master' into nextJohnathan Corgan2016-04-051-2/+2
|\|
| * ctrlport: change to doc; no -p flag required for gr-perf-monitorxtracierenea2016-04-041-1/+1
| | | | | | | | | | | | | | Updating documentation to reflect that -p flag isn't necessary. It causes this error for me: ValueError: invalid literal for int() with base 10: '-p' Segmentation fault
| * ctrlport: change to doc; no -p flag required for gr-ctrlport-monitortracierenea2016-04-041-1/+1
| | | | | | | | | | | | Updating documentation to reflect that -p flag isn't necessary. It causes this error for me: ValueError: invalid literal for int() with base 10: '-p'
* | cmake: Add mako as dependency for gr-utilsMartin Braun2015-12-281-0/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2015-04-291-0/+40
|\|
| * Merge branch 'maint'Johnathan Corgan2015-04-291-0/+40
| |\
| | * Merge remote-tracking branch 'mbr0wn/docs/msg_cmds' into maintJohnathan Corgan2015-04-291-0/+40
| | |\
| | | * docs: Added section on message commandsMartin Braun2015-04-291-0/+40
| | | |
* | | | Merge branch 'master' into nextJohnathan Corgan2015-04-291-6/+6
|\| | |
| * | | Merge branch 'maint'Johnathan Corgan2015-04-291-6/+6
| |\| |
| | * | Merge remote-tracking branch 'ravi/maint' into maintJohnathan Corgan2015-04-291-4/+4
| | |\ \
| | | * | Provide correct URLs in the doxygen build guideRavi Sharan2015-04-291-4/+4
| | | |/ | | | | | | | | | | | | | | | | The previous URLs were directed to windows packages. The current ones direct to correct URLS.
| | * / docs: Fixing some missing parameters and other Doxygen errors/warnings.Tom Rondeau2015-04-281-2/+2
| | |/
* | | Merge branch 'master' into nextJohnathan Corgan2015-04-153-4/+444
|\| |
| * | controlport: more documentation and linking info.Tom Rondeau2015-04-022-1/+13
| | | | | | | | | | | | | | | Also allows use of Thrift config file to overload the max number of attempts when starting application and looking for a port.
| * | docs: adding in info on ControlPort and Thrift.Tom Rondeau2015-04-022-3/+431
| |/
* | Merge branch 'master' into nextJohnathan Corgan2015-04-021-1/+0
|\|
| * qtgui: remove dependency mentions of PyQWT.Tom Rondeau2015-04-021-1/+0
| | | | | | | | | | | | | | Using PyQT widgets now instead of PyQWT for the QT Range widget. Some programs, like gr_filter_design, require PyQWT but will explicitly fail and tell the user that the package is missing. PyQWT is no longer required for gr-qtgui.
* | Merge remote-tracking branch 'github/remove-gr-atsc' into nextJohnathan Corgan2015-03-281-5/+0
|\ \ | |/ |/|
| * Removed top-level component gr-atsc.Johnathan Corgan2015-03-221-5/+0
| | | | | | | | | | This functionality has been migrated to the new gr-dtv top-level component.
* | docs: fixed labels and references in manual.Tom Rondeau2015-03-2310-69/+69
|/ | | | | | | Doxygen is getting more strict with having labels for every section, and warns when there are section name collisions. This prefixes all section and subsection labels with the component to make them all unique.
* Merge branch 'maint'Johnathan Corgan2014-12-231-1/+1
|\
| * fixed tiny typo (send_meassage->send_message)Marcus Müller2014-12-121-1/+1
| |
* | docs: adding info on python-pmt converters into pmt manual page.Tom Rondeau2014-10-101-0/+17
| |
* | docs: Adds a brief explanation about adding and getting items tags ↵Tom Rondeau2014-09-301-1/+4
|/ | | | | | inside/outside calls to work. Addresses issue #699.
* build_guide: Make explicit we only support Qt4Doug Geiger2014-09-251-2/+2
|
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
|
* Merge branch 'maint'Tom Rondeau2014-08-082-339/+3
|\ | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-339/+3
| | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* | volk: removing ENABLE_ASM. Doesn't work and doens't make sense to have.Tom Rondeau2014-07-301-1/+0
| |
* | docs: added some cmake cli flags to better configure the build.Tom Rondeau2014-07-281-11/+41
| |
* | docs: updated build guide with more specific version information.Tom Rondeau2014-07-261-8/+11
| |
* | docs: fixed use of section tags in python_blocks docs.Tom Rondeau2014-07-251-3/+3
| |
* | docs: fixed typo in portaudioTom Rondeau2014-07-251-1/+1
| |
* | docs: minor updates to the docs, including a new page for Python blocks.Tom Rondeau2014-07-256-183/+186
| |
* | docs: Restructured intro page, added some manual pagesMartin Braun2014-07-228-494/+694
|/
* docs: typo in portaudio fixed.Tom Rondeau2014-07-211-3/+1
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-073-5/+5
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* Merge branch 'master' of git.gnuradio.org:gnuradioTom Rondeau2014-04-251-2/+130
|\