Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: added -lgnuradio-pmt to pkgconfig file | Johnathan Corgan | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | runtime: added pmt_generated target for use as dependency. | Tom Rondeau | 2013-04-15 | 1 | -0/+4 |
| | |||||
* | Merge remote-tracking branch 'ncorgan/pmt_rc' into next | Johnathan Corgan | 2013-04-12 | 2 | -0/+70 |
|\ | |||||
| * | pmt: added DLL resource file for MSVC | Nicholas Corgan | 2013-04-12 | 2 | -0/+70 |
| | | |||||
* | | runtime: Fixed libgnuradio-pmt MSVC incompatibility errors | Nicholas Corgan | 2013-04-09 | 3 | -3/+3 |
|/ | |||||
* | Merge remote-tracking branch 'tom/next' into next | Johnathan Corgan | 2013-04-09 | 4 | -21/+52 |
|\ | | | | | | | | | Conflicts: gnuradio-runtime/lib/pmt/CMakeLists.txt | ||||
| * | runtime: (re)creating a pmt shared lib to link against. | Tom Rondeau | 2013-04-05 | 3 | -15/+26 |
| | | | | | | | | | | | | | | This fixes a bug between versions of loaders that pull in the PMT definitions differently. The symptom is a problem in gr_block_registry where it creates a PMT dictionary before PMT pointers are known, so the dictionary's intrusive pointer is invalid. | ||||
| * | fixup. | Tom Rondeau | 2013-04-05 | 1 | -0/+22 |
| | | |||||
| * | runtime: make sure we are calling from pmt namespace. | Tom Rondeau | 2013-04-05 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'reynwar/next_minorbugs' into next | Johnathan Corgan | 2013-04-07 | 1 | -0/+1 |
|\ \ | |||||
| * | | gr: Adding pubsub.py to CMakeLists.txt so it gets installed. | Ben Reynwar | 2013-04-06 | 1 | -0/+1 |
| |/ | |||||
* / | Merge branch 'master' into next | Tom Rondeau | 2013-04-07 | 2 | -3/+4 |
|/ | | | | | | | | | | | Also updating to make changes in maint/master to next. Conflicts: docs/doxygen/CMakeLists.txt gnuradio-runtime/lib/pmt/CMakeLists.txt gr-digital/lib/digital_impl_mpsk_snr_est.cc gr-digital/lib/digital_mpsk_snr_est_cc.cc gr-digital/python/qa_mpsk_snr_est.py | ||||
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-04-05 | 1 | -0/+1 |
|\ | |||||
| * | runtime: Fixed MSVC ice_server_template incompatibility | Nicholas Corgan | 2013-04-05 | 1 | -0/+1 |
| | | |||||
* | | build: updates to blocks swig structure for next. | Tom Rondeau | 2013-04-05 | 1 | -1/+2 |
| | | |||||
* | | build: uniform handling of controlport vars in swig. | Tom Rondeau | 2013-04-05 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-04-04 | 1 | -2/+2 |
| | | | | | | | | Conflicts: docs/doxygen/CMakeLists.txt gnuradio-runtime/include/gr_logger.h gnuradio-runtime/lib/gr_logger.cc gr-trellis/src/lib/CMakeLists.txt | ||||
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-04-03 | 11 | -29/+118 |
|\ | |||||
| * | cmake: fix packaging categories to use runtime vs. core | Johnathan Corgan | 2013-04-03 | 5 | -17/+17 |
| | | |||||
| * | Merge remote-tracking branch 'ncorgan/next_msvc_fixes' into next | Johnathan Corgan | 2013-04-03 | 6 | -12/+29 |
| |\ | |||||
| | * | runtime: Windows MSVC compatibility fixes | Nicholas Corgan | 2013-04-03 | 6 | -12/+29 |
| | | | | | | | | | | | | | | | | | | | | | * pmt_EXPORTS changed to gnuradio_runtime_EXPORTS * WinSock2 used when appropriate * Class definition syntax * Explicit including of ICE_INCLUDE_DIR | ||||
| * | | runtime: add DLL resource file when using MSVC | Nicholas Corgan | 2013-04-03 | 2 | -0/+72 |
| |/ | |||||
* / | build: cmake updates to find ICE when not installed in /usr. | Tom Rondeau | 2013-04-03 | 1 | -0/+1 |
|/ | |||||
* | runtime: fix typo in include file | Johnathan Corgan | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'runtime-gruel' into next | Johnathan Corgan | 2013-04-02 | 106 | -231/+8462 |
|\ | | | | | | | | | Conflicts: gnuradio-runtime/lib/CMakeLists.txt | ||||
| * | runtime: fix missing installation of some .i files | Johnathan Corgan | 2013-04-02 | 1 | -0/+2 |
| | | |||||
| * | runtime: adding prefix/include/gnuradio temporarily for external projects to ↵ | Tom Rondeau | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | use. This will be removed when we convert over to using the #include <gnuradio/header.h> style. | ||||
| * | build: removed last references to GRUEL. | Tom Rondeau | 2013-04-01 | 3 | -7/+10 |
| | | | | | | | | Also update qa_runtime to pull in qa_pmt tests. | ||||
| * | build: parallel build handling of runtime swig and swig docs. | Tom Rondeau | 2013-04-01 | 2 | -3/+3 |
| | | |||||
| * | build: more work to set up type map templates properly. | Tom Rondeau | 2013-04-01 | 1 | -8/+5 |
| | | |||||
| * | runtime: creating swig files for typedefs/templates of vector types. | Tom Rondeau | 2013-04-01 | 6 | -136/+194 |
| | | | | | | | | | | | | Also created simple ctrlport swig file to clean things up. Consolidated all standard vector types into gr_types.i. | ||||
| * | runtime: updating build for runtime swig/pmt_swig. | Tom Rondeau | 2013-04-01 | 4 | -12/+12 |
| | | |||||
| * | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 99 | -109/+8280 |
| | | | | | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | | runtime: fix include ordering | Michael Dickens | 2013-04-02 | 1 | -1/+1 |
|/ | |||||
* | making tuner a component | Tim O'Shea | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | runtime: typo fix | Tim O'Shea | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | runtime: make sure not to re-export top_block rpc variables on graph restart | Tim O'Shea | 2013-04-01 | 1 | -0/+2 |
| | |||||
* | adding missing log4cpp link flags | Tim O'Shea | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | adding a grc block for launch performance monitorx | Tim O'Shea | 2013-04-01 | 1 | -3/+16 |
| | |||||
* | install gr-perf-monitorx to bin dir | Tim O'Shea | 2013-04-01 | 1 | -0/+1 |
| | |||||
* | bug fixes for ControlPort | Tim O'Shea | 2013-04-01 | 2 | -3/+6 |
| | |||||
* | runtime: fixing missing includes from previous merge conflict. | Tom Rondeau | 2013-04-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-04-01 | 3 | -11/+15 |
| | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_logger.h gr-digital/lib/packet_headergenerator_bb_impl.cc gr-digital/python/ofdm_txrx.py gr-digital/python/qa_ofdm_txrx.py gr-digital/python/qa_packet_headergenerator_bb.py gr-uhd/examples/python/usrp_spectrum_sense.py | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-03-29 | 5 | -10/+10 |
| | | | | | Conflicts: gnuradio-runtime/include/gr_block.h | ||||
* | runtime: fix parallel builds, make -j working again | Johnathan Corgan | 2013-03-27 | 2 | -6/+2 |
| | |||||
* | runtime: adding block_gateway back into project. | Tom Rondeau | 2013-03-27 | 10 | -23/+81 |
| | |||||
* | runtime: missing functions in prefs swig file. | Tom Rondeau | 2013-03-27 | 1 | -22/+16 |
| | |||||
* | fix for missing LOG4CXX link flag in runtime | Tim O'Shea | 2013-03-27 | 1 | -0/+1 |
| | |||||
* | cleaning up ice interface | Tim O'Shea | 2013-03-27 | 3 | -94/+88 |
| | |||||
* | build: remove config.h from any header files; only use it in source files. | Tom Rondeau | 2013-03-27 | 6 | -11/+10 |
| |