Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | ctrlport: change to doc; no -p flag required for gr-ctrlport-monitor | tracierenea | 2016-04-04 | 1 | -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' | |||||
* | | | | | | | | Merge branch 'maint' | Johnathan Corgan | 2015-04-29 | 1 | -0/+40 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'mbr0wn/docs/msg_cmds' into maint | Johnathan Corgan | 2015-04-29 | 1 | -0/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | docs: Added section on message commands | Martin Braun | 2015-04-29 | 1 | -0/+40 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
* | | | | | | | | Merge branch 'maint' | Johnathan Corgan | 2015-04-29 | 1 | -6/+6 | |
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'ravi/maint' into maint | Johnathan Corgan | 2015-04-29 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Provide correct URLs in the doxygen build guide | Ravi Sharan | 2015-04-29 | 1 | -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 Rondeau | 2015-04-28 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'ctrlport' | Johnathan Corgan | 2015-04-15 | 3 | -4/+444 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | controlport: more documentation and linking info. | Tom Rondeau | 2015-04-02 | 2 | -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 Rondeau | 2015-04-02 | 2 | -3/+431 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | docs: doxyfile maintenance. | Tom Rondeau | 2015-04-13 | 1 | -3/+30 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | Remove any local paths, no longer pull in volk, and other minor cleanups. | |||||
* | | | | removed doxyxml example | Marcus Müller | 2015-04-05 | 10 | -2786/+0 | |
|/ / / | ||||||
* / / | qtgui: remove dependency mentions of PyQWT. | Tom Rondeau | 2015-04-02 | 1 | -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. | |||||
* / | docs: fixed labels and references in manual. | Tom Rondeau | 2015-03-23 | 10 | -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 Corgan | 2014-12-23 | 1 | -1/+1 | |
|\ | ||||||
| * | fixed tiny typo (send_meassage->send_message) | Marcus Müller | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | docs: adding info on python-pmt converters into pmt manual page. | Tom Rondeau | 2014-10-10 | 1 | -0/+17 | |
| | | ||||||
* | | docs: Adds a brief explanation about adding and getting items tags ↵ | Tom Rondeau | 2014-09-30 | 1 | -1/+4 | |
| | | | | | | | | | | | | inside/outside calls to work. Addresses issue #699. | |||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-09-25 | 1 | -2/+2 | |
|\| | ||||||
| * | build_guide: Make explicit we only support Qt4 | Doug Geiger | 2014-09-25 | 1 | -2/+2 | |
| | | ||||||
* | | docs: fixed path stripping for binary dirs in doxygen manual. | Tom Rondeau | 2014-09-24 | 1 | -1/+26 | |
|/ | ||||||
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 2 | -339/+3 | |
|\ | | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt | |||||
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 2 | -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 Rondeau | 2014-07-30 | 1 | -1/+0 | |
| | | ||||||
* | | docs: added some cmake cli flags to better configure the build. | Tom Rondeau | 2014-07-28 | 1 | -11/+41 | |
| | | ||||||
* | | docs: updated build guide with more specific version information. | Tom Rondeau | 2014-07-26 | 1 | -8/+11 | |
| | | ||||||
* | | docs: Added LaTeX packages for better math docs | Martin Braun | 2014-07-26 | 1 | -1/+1 | |
| | | ||||||
* | | docs: fixed use of section tags in python_blocks docs. | Tom Rondeau | 2014-07-25 | 1 | -3/+3 | |
| | | ||||||
* | | docs: fixed typo in portaudio | Tom Rondeau | 2014-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | docs: minor updates to the docs, including a new page for Python blocks. | Tom Rondeau | 2014-07-25 | 6 | -183/+186 | |
| | | ||||||
* | | docs: Restructured intro page, added some manual pages | Martin Braun | 2014-07-22 | 8 | -494/+694 | |
|/ | ||||||
* | docs: typo in portaudio fixed. | Tom Rondeau | 2014-07-21 | 1 | -3/+1 | |
| | ||||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 5 | -37/+37 | |
| | | | | 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:gnuradio | Tom Rondeau | 2014-04-25 | 1 | -2/+130 | |
|\ | ||||||
| * | Merge branch 'maint' | Tom Rondeau | 2014-04-23 | 1 | -2/+2 | |
| |\ | ||||||
| | * | docs - pmt | mi-a | 2014-04-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | docs: more documentation. | Tom Rondeau | 2014-04-23 | 1 | -0/+128 | |
| | | | | | | | | | | | | Stealing some of Martin Braun's PMT tutorial work for the pmt page. Added more info on constellations. | |||||
* | | | Merge branch 'maint' | Tom Rondeau | 2014-04-25 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | docs: fixed typo with logger docs. | mi-a | 2014-04-24 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'maint' | Tom Rondeau | 2014-04-21 | 1 | -6/+6 | |
|\| | ||||||
| * | docs: doxygen mangles sections named with the same reference name. ↵ | Tom Rondeau | 2014-04-21 | 1 | -6/+6 | |
| | | | | | | | | ControlPort and Vocoder both used 'using' - renamed for each. | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2014-04-21 | 1 | -2/+2 | |
|\| | ||||||
| * | documentation - fix example in case anyone gets confused | mi-a | 2014-04-21 | 1 | -2/+2 | |
| | | ||||||
* | | docs: Updated Doxy files, added search bar | Martin Braun | 2014-03-13 | 3 | -290/+1113 | |
|/ | ||||||
* | runtime: updates prefs to preserve format of preference file options that ↵ | Tom Rondeau | 2014-03-07 | 1 | -11/+22 | |
| | | | | are in quotes. | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-03-07 | 1 | -1/+21 | |
|\ | ||||||
| * | Merge remote-tracking branch 'ncorgan/ncorgan/doxygen_path_fix' into maint | Johnathan Corgan | 2014-03-07 | 1 | -1/+21 | |
| |\ | ||||||
| | * | doxygen: fixed documented include paths | Nicholas Corgan | 2014-02-10 | 1 | -1/+21 | |
| | | | | | | | | | | | | * Docs say #include <gnuradio/blocks/add_ff.h> instead of <add_ff.h>, etc |