summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-04cmake: re-imagining of how to write a block w/ cmake and boost unit testJosh Blum
2011-08-04cmake: specify all the boosts, remove dummy sys/time.h for msvc buildJosh Blum
2011-08-03cmake: moved unique target macro into python where its usedJosh Blum
2011-08-03core: removed modification of includedir for pc file, its not needed and was ↵Josh Blum
messing it up
2011-08-03atsc: forgot to add gruel to the list of deps for unit test, also chmod +x ↵Josh Blum
unix unit test scripts
2011-08-03atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum
2011-08-03rs: reasonable workaround for compiling reed-solomon under MSVCJosh Blum
2011-08-02core: dont set boost vars for gnuradio-core.pcJosh Blum
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs. Also, the substitution of absolute boost library paths is bad for cross builds (even native ones)
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-08-02cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵Josh Blum
lib64 on rh64 machines
2011-07-29cmake: tweaks + fixes for components/packagingJosh Blum
2011-07-28cmake: added -ldl flag to cppunit when pkg config is usedJosh Blum
2011-07-28cmake: be a little more robust when checking source code versionJosh Blum
2011-07-28Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-28filter: fixed file extension on filter CMakeLists neon codeJosh Blum
2011-07-27fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau
2011-07-27Merge branch 'master' into nextTom Rondeau
* master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd
2011-07-27Fixed warnings generated from improper includes in swig interface file.Tom Rondeau
2011-07-27Fixed doxygen warning in gr-uhdTom Rondeau
2011-07-26Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-26Merge branch 'master' into nextTom Rondeau
* master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order.
2011-07-26Merge branch 'maint'Tom Rondeau
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h
2011-07-26doxygen: fixed doxygen warnings.Tom Rondeau
2011-07-26Fixed type warning.Tom Rondeau
2011-07-26Fixed warnings about doxygen format.Tom Rondeau
2011-07-26Fixed return warnings.Tom Rondeau
2011-07-26Fixed warnings about variable intialization order.Tom Rondeau
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26comedi: fix to use comedi 0.8 APIJohnathan Corgan
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26Merge branch 'maint'Johnathan Corgan
2011-07-26core: added missing io.h includes on cc filesJosh Blum
Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch.
2011-07-26core: added missing config.h includes on cc filesJosh Blum
Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch.
2011-07-26wxgui: fix to install wxgui python into gnuradio site-packages, not top levelJosh Blum
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-24video-sdl: solution for proper swig directory windowsJosh Blum
2011-07-24vocoder: added missing examples subdir addJosh Blum
2011-07-24video-sdl: video sdl builds on windows with MSVC as wellJosh Blum
2011-07-23video-sdl: cmake build support for gr-video-sdl component (unix only)Josh Blum
2011-07-23comedi: cmake build support for gr-comedi component (linux only)Josh Blum
2011-07-23atsc: added cmake support for gr-atsc (unix only)Josh Blum
2011-07-23misc_next_branch_tweaks_to_build_on_osx_and_windowsJosh Blum
2011-07-23vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum
2011-07-23Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc
2011-07-23gr: tweaks to build cmake branch on osxJosh Blum
2011-07-22gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-22gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-22gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-22volk: make volk a gr component in the top levelJosh Blum
2011-07-22uhd: also setup uhd library linking for swigJosh Blum