summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sphinxdocs' into commentsBen Reynwar2012-05-2232-408/+531
|\
| * wavelet: Move squash_ff comments so that doxyxml captures them.Ben Reynwar2012-05-221-5/+6
| * Fixing cmake doc dependencies for gr-fft and gr-wavelet.Ben Reynwar2012-05-222-2/+2
| * docs: Adding gr-fft to sphinx docsBen Reynwar2012-05-222-0/+10
| * docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar2012-05-2127-401/+513
* | docs: Adding/editing top-level docstrings.Ben Reynwar2012-05-2112-11/+41
|/
* docs: Fixed copyright in sphinx docs.Ben Reynwar2012-05-211-3/+3
* docs: Added version number to sphinx docs.Ben Reynwar2012-05-211-4/+4
* docs: Extended README for sphinx docs.Ben Reynwar2012-05-211-1/+32
* Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocsBen Reynwar2012-05-2114-146/+200
|\
| * sphinx: Added a README for explaining the documentation process.Tom Rondeau2012-05-201-0/+38
| * docs: fixing up docs from sphinx warnings.Tom Rondeau2012-05-205-13/+13
| * sphinx: dummy toctree entries to remove warnings.Tom Rondeau2012-05-201-0/+43
| * Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into sphi...Tom Rondeau2012-05-202-90/+129
| |\
| * | sphinx: create a conf.py and run_sphinx_build.sh files.Tom Rondeau2012-05-204-151/+21
| * | docs: fixed bug in doxygen looking at howto dir.Tom Rondeau2012-05-011-2/+1
| * | docs: adds a 'make sphinx' target that can be run after 'make install' to gen...Tom Rondeau2012-05-013-0/+104
* | | Add sphinx mathjax extension.Ben Reynwar2012-05-171-1/+1
| |/ |/|
* | docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar2012-05-081-69/+69
* | doxyxml: Added parsing of parameters from xml.Ben Reynwar2012-05-081-21/+60
|/
* Adding sphinx documentation.Ben Reynwar2012-04-3068-0/+4051
* Merge branch 'master' of http://gnuradio.org/git/gnuradioBen Reynwar2012-04-30104-2343/+4325
|\
| * Merge branch 'gr_fft'Johnathan Corgan2012-04-3032-0/+2333
| |\
| | * fft: put helper classes in namespaceJohnathan Corgan2012-04-2914-638/+665
| | * fft: make interface functions pure virtualJohnathan Corgan2012-04-293-23/+11
| | * gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-2732-0/+2318
| * | Merge branch 'maint'Johnathan Corgan2012-04-272-2/+2
| |\ \ | | |/ | |/|
| | * gr-uhd: updated USRP Sink and USRP Source help messagesNicholas Corgan2012-04-262-2/+2
| * | Merge branch 'maint'Tom Rondeau2012-04-242-197/+165
| |\|
| | * uhd: updating/fixing WBFM example.Marcus Leech2012-04-241-97/+137
| | * cmake: make a find portaudio that follows the rulesJosh Blum2012-04-241-100/+28
| * | Merge remote branch 'jblum-github/volk_work'Johnathan Corgan2012-04-232-0/+4
| |\ \
| | * | volk: force kwargs keys to be of type str, not unicode for py25Josh Blum2012-04-232-0/+4
| * | | Merge remote branch 'jblum-github/volk_work'Johnathan Corgan2012-04-2347-1952/+1718
| |\| |
| | * | volk: code simplification, overrule macro and python optsJosh Blum2012-04-194-33/+49
| | * | volk: avoid sse2 saturation issue 32768->32767Josh Blum2012-04-191-1/+1
| | * | volk: added set_float_rounding to volk_cpu_initJosh Blum2012-04-192-0/+24
| | * | volk: avx overrule is gcc4.4, make prints matchJosh Blum2012-04-191-14/+16
| | * | volk: disable AVX if GCC version < 4.6.0Nick Foster2012-04-191-0/+13
| | * | volk: gcc version check without __GNUC_PREREQJosh Blum2012-04-191-1/+1
| | * | volk: added gcc version check to xgetbvJosh Blum2012-04-191-5/+9
| | * | volk: remove norc, implement machine overruleJosh Blum2012-04-193-25/+42
| | * | volk: use archs.xml to specify compiler flags + supportJosh Blum2012-04-194-37/+46
| | * | volk: fix volk_profile install ruleJosh Blum2012-04-191-1/+1
| | * | volk: move avx cpuid_x86_bit check in archs.xmlJosh Blum2012-04-192-2/+6
| | * | volk: fix msvc __cpuid pointer castJosh Blum2012-04-191-1/+1
| | * | Volk: redo the archs.xml language to make checks generic. no more "type", no ...Nick Foster2012-04-193-172/+138
| | * | volk: fix for cpuid_eax check with hardcoded valuesJosh Blum2012-04-191-2/+2
| | * | volk: removed old generator python codeJosh Blum2012-04-1918-1436/+0
| | * | volk: updated build system for avx checking supportJosh Blum2012-04-194-6/+36