| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sphinxdocs' into comments | Ben Reynwar | 2012-05-22 | 32 | -408/+531 |
|\ |
|
| * | wavelet: Move squash_ff comments so that doxyxml captures them. | Ben Reynwar | 2012-05-22 | 1 | -5/+6 |
| * | Fixing cmake doc dependencies for gr-fft and gr-wavelet. | Ben Reynwar | 2012-05-22 | 2 | -2/+2 |
| * | docs: Adding gr-fft to sphinx docs | Ben Reynwar | 2012-05-22 | 2 | -0/+10 |
| * | docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style. | Ben Reynwar | 2012-05-21 | 27 | -401/+513 |
* | | docs: Adding/editing top-level docstrings. | Ben Reynwar | 2012-05-21 | 12 | -11/+41 |
|/ |
|
* | docs: Fixed copyright in sphinx docs. | Ben Reynwar | 2012-05-21 | 1 | -3/+3 |
* | docs: Added version number to sphinx docs. | Ben Reynwar | 2012-05-21 | 1 | -4/+4 |
* | docs: Extended README for sphinx docs. | Ben Reynwar | 2012-05-21 | 1 | -1/+32 |
* | Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocs | Ben Reynwar | 2012-05-21 | 14 | -146/+200 |
|\ |
|
| * | sphinx: Added a README for explaining the documentation process. | Tom Rondeau | 2012-05-20 | 1 | -0/+38 |
| * | docs: fixing up docs from sphinx warnings. | Tom Rondeau | 2012-05-20 | 5 | -13/+13 |
| * | sphinx: dummy toctree entries to remove warnings. | Tom Rondeau | 2012-05-20 | 1 | -0/+43 |
| * | Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into sphi... | Tom Rondeau | 2012-05-20 | 2 | -90/+129 |
| |\ |
|
| * | | sphinx: create a conf.py and run_sphinx_build.sh files. | Tom Rondeau | 2012-05-20 | 4 | -151/+21 |
| * | | docs: fixed bug in doxygen looking at howto dir. | Tom Rondeau | 2012-05-01 | 1 | -2/+1 |
| * | | docs: adds a 'make sphinx' target that can be run after 'make install' to gen... | Tom Rondeau | 2012-05-01 | 3 | -0/+104 |
* | | | Add sphinx mathjax extension. | Ben Reynwar | 2012-05-17 | 1 | -1/+1 |
| |/
|/| |
|
* | | docs: Modified swig_doc.py to put parameter info in docstrings. | Ben Reynwar | 2012-05-08 | 1 | -69/+69 |
* | | doxyxml: Added parsing of parameters from xml. | Ben Reynwar | 2012-05-08 | 1 | -21/+60 |
|/ |
|
* | Adding sphinx documentation. | Ben Reynwar | 2012-04-30 | 68 | -0/+4051 |
* | Merge branch 'master' of http://gnuradio.org/git/gnuradio | Ben Reynwar | 2012-04-30 | 104 | -2343/+4325 |
|\ |
|
| * | Merge branch 'gr_fft' | Johnathan Corgan | 2012-04-30 | 32 | -0/+2333 |
| |\ |
|
| | * | fft: put helper classes in namespace | Johnathan Corgan | 2012-04-29 | 14 | -638/+665 |
| | * | fft: make interface functions pure virtual | Johnathan Corgan | 2012-04-29 | 3 | -23/+11 |
| | * | gr-fft: creates a gr-fft top-level component. | Tom Rondeau | 2012-04-27 | 32 | -0/+2318 |
| * | | Merge branch 'maint' | Johnathan Corgan | 2012-04-27 | 2 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | gr-uhd: updated USRP Sink and USRP Source help messages | Nicholas Corgan | 2012-04-26 | 2 | -2/+2 |
| * | | Merge branch 'maint' | Tom Rondeau | 2012-04-24 | 2 | -197/+165 |
| |\| |
|
| | * | uhd: updating/fixing WBFM example. | Marcus Leech | 2012-04-24 | 1 | -97/+137 |
| | * | cmake: make a find portaudio that follows the rules | Josh Blum | 2012-04-24 | 1 | -100/+28 |
| * | | Merge remote branch 'jblum-github/volk_work' | Johnathan Corgan | 2012-04-23 | 2 | -0/+4 |
| |\ \ |
|
| | * | | volk: force kwargs keys to be of type str, not unicode for py25 | Josh Blum | 2012-04-23 | 2 | -0/+4 |
| * | | | Merge remote branch 'jblum-github/volk_work' | Johnathan Corgan | 2012-04-23 | 47 | -1952/+1718 |
| |\| | |
|
| | * | | volk: code simplification, overrule macro and python opts | Josh Blum | 2012-04-19 | 4 | -33/+49 |
| | * | | volk: avoid sse2 saturation issue 32768->32767 | Josh Blum | 2012-04-19 | 1 | -1/+1 |
| | * | | volk: added set_float_rounding to volk_cpu_init | Josh Blum | 2012-04-19 | 2 | -0/+24 |
| | * | | volk: avx overrule is gcc4.4, make prints match | Josh Blum | 2012-04-19 | 1 | -14/+16 |
| | * | | volk: disable AVX if GCC version < 4.6.0 | Nick Foster | 2012-04-19 | 1 | -0/+13 |
| | * | | volk: gcc version check without __GNUC_PREREQ | Josh Blum | 2012-04-19 | 1 | -1/+1 |
| | * | | volk: added gcc version check to xgetbv | Josh Blum | 2012-04-19 | 1 | -5/+9 |
| | * | | volk: remove norc, implement machine overrule | Josh Blum | 2012-04-19 | 3 | -25/+42 |
| | * | | volk: use archs.xml to specify compiler flags + support | Josh Blum | 2012-04-19 | 4 | -37/+46 |
| | * | | volk: fix volk_profile install rule | Josh Blum | 2012-04-19 | 1 | -1/+1 |
| | * | | volk: move avx cpuid_x86_bit check in archs.xml | Josh Blum | 2012-04-19 | 2 | -2/+6 |
| | * | | volk: fix msvc __cpuid pointer cast | Josh Blum | 2012-04-19 | 1 | -1/+1 |
| | * | | Volk: redo the archs.xml language to make checks generic. no more "type", no ... | Nick Foster | 2012-04-19 | 3 | -172/+138 |
| | * | | volk: fix for cpuid_eax check with hardcoded values | Josh Blum | 2012-04-19 | 1 | -2/+2 |
| | * | | volk: removed old generator python code | Josh Blum | 2012-04-19 | 18 | -1436/+0 |
| | * | | volk: updated build system for avx checking support | Josh Blum | 2012-04-19 | 4 | -6/+36 |