Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed top-level component gr-atsc. | Johnathan Corgan | 2015-03-22 | 106 | -36162/+0 |
| | | | | | This functionality has been migrated to the new gr-dtv top-level component. | ||||
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
| | |||||
* | Merge branch 'maint' | Tom Rondeau | 2014-07-25 | 1 | -0/+1 |
|\ | |||||
| * | build: adding fstream include files for pedantic compilers. | Tom Rondeau | 2014-07-25 | 1 | -0/+1 |
| | | |||||
* | | build: better support for static libs. | Tom Rondeau | 2014-07-18 | 1 | -0/+12 |
|/ | | | | | | Now builds shared libraries with ControlPort (if ControlPort is enableed). Static libs still without ControlPort. Added proper Option and output message in cmake for Static Libs on/off. | ||||
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
|\ | |||||
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵ | Tom Rondeau | 2014-06-28 | 1 | -0/+13 |
|/ | | | | versions of the libraries. | ||||
* | build: fixing various warning from clang. | Julien Olivain | 2014-01-10 | 2 | -4/+4 |
| | | | | Addresses iss #586; adapted for current set of warnings after patches since this issue was posted. | ||||
* | Fixing issue CID 1046354. | Moritz Fischer | 2013-10-05 | 1 | -0/+1 |
| | |||||
* | Fix bugs in atsc_field_sync_mux. | Clayton Smith | 2013-07-17 | 1 | -8/+10 |
| | | | | | | | | | | Since this block inserts field syncs into the data stream, clearly it needs to be a gr_block rather than a gr_sync_block. Also, the d_already_output_field_sync variable needs to be initialized and the d_current_index variable is unusued and thus can be deleted. With these fixes in place, I've successfully transmitted an MPEG transport stream with a USRP N210 and received it on my television. | ||||
* | atsc: moved include dir to gnuradio/atsc | Johnathan Corgan | 2013-04-30 | 81 | -146/+146 |
| | |||||
* | filter: moved include dir to gnuradio/filter | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | fec: moved include dir to gnuradio/fec | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 23 | -85/+85 |
| | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -1/+0 |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | build: remove config.h from any header files; only use it in source files. | Tom Rondeau | 2013-03-27 | 1 | -0/+4 |
| | |||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -3/+3 |
| | |||||
* | Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks." | Tom Rondeau | 2013-03-18 | 1 | -2/+0 |
| | | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt | ||||
* | atsc: adjustments to atsc to start to conform to v3.7 structure. | Tom Rondeau | 2013-03-15 | 106 | -0/+36133 |
Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed. |