summaryrefslogtreecommitdiff
path: root/gr-atsc
AgeCommit message (Expand)Author
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: added python doxygen docs to gr-atsc.Tom Rondeau
2011-10-25atsc: fix consistent linkage on atsc_make_fs_checkerJosh Blum
2011-10-24build: better handling of doxygen building and consistency between build tools.Tom Rondeau
2011-10-23the librariesJosh Blum
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. A...Tom Rondeau
2011-10-19cmake: fix that component depends on component hackJosh Blum
2011-10-17added some more python dash BJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-11cmake: support for importing executables when doing cross buildJosh Blum
2011-08-03atsc: forgot to add gruel to the list of deps for unit test, also chmod +x un...Josh Blum
2011-08-03atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum
2011-08-02cmake: language tweak for component group descriptionJosh 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-02-27Removing docstring generation from this branch.Ben Reynwar
2011-01-30Fixed Makefiles to generate swig_doc.iBen Reynwar
2011-01-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
2011-01-17gr math simplification:Josh Blum
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-24Consistently use TESTS += in conditionalsEric Blossom
2010-11-19regeneratedRob Savoye
2010-11-16regeneratedEric Blossom
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10Remove swig generated python code from C++-only librariesEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10regenerateEric Blossom
2010-11-10Rengenerate Makefile.swig.gen'sEric Blossom
2010-11-10add python/*.cc to SOURCES so dependencies work properly.Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10regeneratdRob Savoye
2010-11-10don't ifdef the target away. regenerate .gen files.Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10regenerated after changes to .i filesRob Savoye
2010-11-10regenerated after changes to the templateRob Savoye
2010-11-10regenerated from templateRob Savoye
2010-10-02Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell need...Tom Rondeau
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2009-10-07Applied patch from Don Ward for Cygwin platformJohnathan Corgan
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan