summaryrefslogtreecommitdiff
path: root/gr-atsc
Commit message (Collapse)AuthorAgeFilesLines
* docs: added python doxygen docs to gr-atsc.Tom Rondeau2011-11-272-0/+7
|
* atsc: fix consistent linkage on atsc_make_fs_checkerJosh Blum2011-10-251-1/+1
|
* build: better handling of doxygen building and consistency between build tools.Tom Rondeau2011-10-241-1/+3
|
* the librariesJosh Blum2011-10-231-8/+1
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-193-7/+5
|\
| * Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-193-7/+5
| | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
* | cmake: fix that component depends on component hackJosh Blum2011-10-191-1/+1
| |
* | added some more python dash BJosh Blum2011-10-171-1/+1
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-083-55/+55
| |
* | cmake: support for importing executables when doing cross buildJosh Blum2011-09-111-1/+6
| |
* | atsc: forgot to add gruel to the list of deps for unit test, also chmod +x ↵Josh Blum2011-08-031-1/+1
| | | | | | | | unix unit test scripts
* | atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum2011-08-0351-95/+178
| |
* | cmake: language tweak for component group descriptionJosh Blum2011-08-021-1/+1
| |
* | comedi: cmake build support for gr-comedi component (linux only)Josh Blum2011-07-231-66/+66
| |
* | atsc: added cmake support for gr-atsc (unix only)Josh Blum2011-07-233-0/+396
|/
* Removing docstring generation from this branch.Ben Reynwar2011-02-271-1/+1
|
* Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-301-1/+1
|
* Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau2011-01-222-3/+5
|\
| * gr math simplification:Josh Blum2011-01-172-3/+5
| | | | | | | | | | | | | | | | | | Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan.
* | Updating copyright.Tom Rondeau2011-01-221-1/+1
| |
* | cleanup mkdir usage with boost filesystem:Josh Blum2011-01-181-4/+1
|/ | | | | | | | | | Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
* Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
|
* Update .gitignore'sEric Blossom2010-11-241-0/+3
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-242-14/+7
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* Consistently use TESTS += in conditionalsEric Blossom2010-11-241-2/+1
|
* regeneratedRob Savoye2010-11-191-11/+23
|
* regeneratedEric Blossom2010-11-161-1/+1
|
* regeneratedEric Blossom2010-11-101-2/+2
|
* regeneratedRob Savoye2010-11-101-27/+10
|
* regeneratedRob Savoye2010-11-101-8/+7
|
* Remove swig generated python code from C++-only librariesEric Blossom2010-11-101-2/+2
|
* regeneratedRob Savoye2010-11-101-2/+5
|
* regenerateEric Blossom2010-11-101-6/+6
|
* Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-2/+3
|
* add python/*.cc to SOURCES so dependencies work properly.Rob Savoye2010-11-101-1/+2
|
* regeneratedRob Savoye2010-11-101-216/+25
|
* regeneratdRob Savoye2010-11-101-1/+1
|
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-7/+44
|
* regeneratedRob Savoye2010-11-101-27/+27
|
* regenerated after changes to .i filesRob Savoye2010-11-101-22/+31
|
* regenerated after changes to the templateRob Savoye2010-11-101-10/+26
|
* regenerated from templateRob Savoye2010-11-101-9/+26
|
* Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell ↵Tom Rondeau2010-10-021-3/+10
| | | | needs testing.
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-0317-34/+34
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-3/+2
|
* Applied patch from Don Ward for Cygwin platformJohnathan Corgan2009-10-071-0/+6
| | | | | | | | | Add *.exe to .gitignore Restore ac_compiler in gr_fortran.m4 even when no Fortran was found Add $(NO_UNDEFINED) to LDFLAGS in atsc Makefile.am, so shared libraries will be built Change the order of searching pmt/libpmt-qa.la and libgruel.la in gruel Makefile.am so references to libgruel from limpmt-qa will be resolved
* Added git ignore files auto created from svn:ignore properties.git2009-08-145-0/+66
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-274-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-142-76/+293
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan2009-02-261-22/+12
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5