summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-08701-53637/+32
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* build: update revision to 3.6git3.6gitJohnathan Corgan2011-12-071-2/+2
|
* build: update version to 3.5.0v3.5.0Johnathan Corgan2011-12-072-3/+2
|
* build: update config.{guess,sub} with canonical onesJohnathan Corgan2011-12-074-10/+24
|
* grc: fix typosTimo Juhani Lindfors2011-12-071-2/+2
|
* cmake: fix git describe special case handlingTimo Juhani Lindfors2011-12-071-1/+1
|
* qtgui: fix for OSX to find standard Qwt install without specifying it.Michael Dickens2011-12-061-1/+1
|
* docs: fixes some warnings.Tom Rondeau2011-12-0612-41/+44
| | | | There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
* Fixed warnings generated by variable declaration order.Tom Rondeau2011-12-062-3/+3
|
* volk: fixed autotools build when orc is available.Tom Rondeau2011-12-061-2/+3
|
* trellis fixing trellis grc files to know about gr-digital.Achilleas Anastasopoulos2011-12-064-16/+16
|
* volk: updated autotools Makefile to build with new headers.Tom Rondeau2011-12-051-0/+3
|
* docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau2011-12-0513-1/+13
| | | | this forces the build system to generate these before processing the other swig files.
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-04138-755/+31630
|\
| * docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau2011-12-045-13/+10
| | | | | | | | instead of include/gnuradio/swig.
| * docs: remove xml-swig from autotools config.Tom Rondeau2011-12-041-1/+0
| |
| * docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau2011-12-0413-72/+91
| | | | | | | | to take care of it already.
| * docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau2011-12-033-0/+26
| | | | | | | | autotools to build.
| * docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau2011-12-032-0/+8
| |
| * docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵Tom Rondeau2011-12-011-2/+4
| | | | | | | | to expose all PMT functions in the manual.
| * docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-3013-13/+13
| |
| * docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau2011-11-2812-12/+12
| | | | | | | | directory.
| * docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-2813-2/+41
| |
| * docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau2011-11-287-581/+1
| |
| * docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau2011-11-2712-24/+24
| | | | | | | | instructions for it.
| * docs: added doxygen and swig docs building tools into howto (cmake version ↵Tom Rondeau2011-11-2735-1/+16408
| | | | | | | | only).
| * docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-2711-0/+99
| |
| * docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-2711-0/+11
| |
| * docs: fixing swig Doxygen file to ignore some files in qtgui.Tom Rondeau2011-11-271-1/+1
| |
| * docs: added python doxygen docs to gr-shdTom Rondeau2011-11-273-0/+11
| |
| * docs: added python doxygen docs to gr-wxguiTom Rondeau2011-11-271-0/+24
| |
| * docs: added python doxygen docs to gr-vocoderTom Rondeau2011-11-272-0/+6
| |
| * docs: added python doxygen docs to gr-video-sdlTom Rondeau2011-11-272-0/+6
| |
| * docs: added python doxygen docs to gr-uhdTom Rondeau2011-11-272-0/+7
| |
| * docs: added python doxygen docs to gr-trellisTom Rondeau2011-11-272-0/+7
| |
| * docs: added python doxygen docs to gr-qtguiTom Rondeau2011-11-272-0/+6
| |
| * docs: added python doxygen docs to gr-pagerTom Rondeau2011-11-273-0/+10
| |
| * docs: added python doxygen docs to gr-noaaTom Rondeau2011-11-273-0/+10
| |
| * docs: added python doxygen docs to gr-comediTom Rondeau2011-11-273-1/+7
| |
| * docs: added python doxygen docs to gr-atsc.Tom Rondeau2011-11-272-0/+7
| |
| * docs: added python doxygen docs to gr-audio.Tom Rondeau2011-11-275-12/+35
| |
| * docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵Tom Rondeau2011-11-273-2/+25
| | | | | | | | | | | | | | | | autotools and cmake. The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this). Only for gnuradio-core and gr-digital currently.
| * grc: replaced doxygen extracted docs with python docstringsJosh Blum2011-11-179-117/+13
| |
| * work on swig docs, added to core and digitalJosh Blum2011-11-1613-107/+116
| |
| * docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-1628-2/+14799
| |
* | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-12-0444-145/+533
|\ \ | | | | | | | | | | | | Conflicts: docs/doxygen/Doxyfile.in
| * | volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_uJosh Blum2011-12-012-4/+120
| | |
| * | Volk: since we have a profiler, we don't need to iterate during QA, so this ↵Nick Foster2011-12-011-79/+77
| | | | | | | | | | | | | | | | | | | | | | | | can go much faster Conflicts: volk/lib/testqa.cc
| * | Volk: remove index max horizontal star from test, it shouldn't be there eitherNick Foster2011-12-011-1/+1
| | |
| * | Volk: bring QA test changes into the profiler as wellNick Foster2011-12-012-7/+7
| | |