summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-06volk: fixed autotools build when orc is available.Tom Rondeau
2011-12-06trellis fixing trellis grc files to know about gr-digital.Achilleas Anastasopoulos
2011-12-05volk: updated autotools Makefile to build with new headers.Tom Rondeau
2011-12-05docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau
this forces the build system to generate these before processing the other swig files.
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-12-04Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
Conflicts: docs/doxygen/Doxyfile.in
2011-12-04docs: install gruel swig docs and other swig files into include/gruel/swig ↵Tom Rondeau
instead of include/gnuradio/swig.
2011-12-04docs: remove xml-swig from autotools config.Tom Rondeau
2011-12-04docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau
to take care of it already.
2011-12-03docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for ↵Tom Rondeau
autotools to build.
2011-12-03docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau
2011-12-01docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵Tom Rondeau
to expose all PMT functions in the manual.
2011-12-01volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_uJosh Blum
2011-12-01Volk: since we have a profiler, we don't need to iterate during QA, so this ↵Nick Foster
can go much faster Conflicts: volk/lib/testqa.cc
2011-12-01Volk: remove index max horizontal star from test, it shouldn't be there eitherNick Foster
2011-12-01Volk: bring QA test changes into the profiler as wellNick Foster
2011-12-01Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32 ↵Nick Foster
impls is needed to determine if these have robust tail cases or not. also fixed max_star test by removing it -- can't return ptrs in current test framework, needs custom test.
2011-12-01Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ↵Nick Foster
magnitudes Conflicts: volk/lib/testqa.cc
2011-12-01Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)Nick Foster
2011-12-01Volk: whoopsNick Foster
2011-12-01Volk: 32f_s32f_multiply_32fNick Foster
2011-12-01Volk: add 32fc_s32fc_multiply_32fc to profilerNick Foster
2011-12-01Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE ↵Nick Foster
tested 10x faster than generic.
2011-11-30cmake: moved post/pre inst/uinst filesJosh Blum
2011-11-30cmake: added support for monolithic packaging rpms + debsJosh Blum
2011-11-30volk: fix #466 deprecated string use, from PinkavaJosh Blum
2011-11-30volk: conversion tweaks to build avx on MSVCJosh Blum
2011-11-30volk: avx support for MSVCJosh Blum
2011-11-30grc: force param text to black to guarantee readabilityJosh Blum
2011-11-30docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau
2011-11-28docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau
directory.
2011-11-28docs: installing generated _doc.i files under autotools.Tom Rondeau
2011-11-28docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau
2011-11-27docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau
instructions for it.
2011-11-27docs: added doxygen and swig docs building tools into howto (cmake version ↵Tom Rondeau
only).
2011-11-27docs: Adding swig doc generation to Makefile.am files.Tom Rondeau
2011-11-27docs: forgot to have the generated .i files installed.Tom Rondeau
2011-11-27docs: fixing swig Doxygen file to ignore some files in qtgui.Tom Rondeau
2011-11-27docs: added python doxygen docs to gr-shdTom Rondeau
2011-11-27docs: added python doxygen docs to gr-wxguiTom Rondeau
2011-11-27docs: added python doxygen docs to gr-vocoderTom Rondeau
2011-11-27docs: added python doxygen docs to gr-video-sdlTom Rondeau
2011-11-27docs: added python doxygen docs to gr-uhdTom Rondeau
2011-11-27docs: added python doxygen docs to gr-trellisTom Rondeau
2011-11-27docs: added python doxygen docs to gr-qtguiTom Rondeau
2011-11-27docs: added python doxygen docs to gr-pagerTom Rondeau
2011-11-27docs: added python doxygen docs to gr-noaaTom Rondeau
2011-11-27docs: added python doxygen docs to gr-comediTom Rondeau
2011-11-27docs: added python doxygen docs to gr-atsc.Tom Rondeau
2011-11-27docs: added python doxygen docs to gr-audio.Tom Rondeau