summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
Commit message (Collapse)AuthorAgeFilesLines
* runtime: added -lgnuradio-pmt to pkgconfig fileJohnathan Corgan2013-04-151-1/+1
|
* runtime: added pmt_generated target for use as dependency.Tom Rondeau2013-04-151-0/+4
|
* Merge remote-tracking branch 'ncorgan/pmt_rc' into nextJohnathan Corgan2013-04-122-0/+70
|\
| * pmt: added DLL resource file for MSVCNicholas Corgan2013-04-122-0/+70
| |
* | runtime: Fixed libgnuradio-pmt MSVC incompatibility errorsNicholas Corgan2013-04-093-3/+3
|/
* Merge remote-tracking branch 'tom/next' into nextJohnathan Corgan2013-04-094-21/+52
|\ | | | | | | | | Conflicts: gnuradio-runtime/lib/pmt/CMakeLists.txt
| * runtime: (re)creating a pmt shared lib to link against.Tom Rondeau2013-04-053-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 Rondeau2013-04-051-0/+22
| |
| * runtime: make sure we are calling from pmt namespace.Tom Rondeau2013-04-051-4/+4
| |
* | Merge remote-tracking branch 'reynwar/next_minorbugs' into nextJohnathan Corgan2013-04-071-0/+1
|\ \
| * | gr: Adding pubsub.py to CMakeLists.txt so it gets installed.Ben Reynwar2013-04-061-0/+1
| |/
* / Merge branch 'master' into nextTom Rondeau2013-04-072-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 nextTom Rondeau2013-04-051-0/+1
|\
| * runtime: Fixed MSVC ice_server_template incompatibilityNicholas Corgan2013-04-051-0/+1
| |
* | build: updates to blocks swig structure for next.Tom Rondeau2013-04-051-1/+2
| |
* | build: uniform handling of controlport vars in swig.Tom Rondeau2013-04-051-1/+0
|/
* Merge branch 'master' into nextTom Rondeau2013-04-041-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 nextTom Rondeau2013-04-0311-29/+118
|\
| * cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-035-17/+17
| |
| * Merge remote-tracking branch 'ncorgan/next_msvc_fixes' into nextJohnathan Corgan2013-04-036-12/+29
| |\
| | * runtime: Windows MSVC compatibility fixesNicholas Corgan2013-04-036-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 MSVCNicholas Corgan2013-04-032-0/+72
| |/
* / build: cmake updates to find ICE when not installed in /usr.Tom Rondeau2013-04-031-0/+1
|/
* runtime: fix typo in include fileJohnathan Corgan2013-04-021-1/+1
|
* Merge branch 'runtime-gruel' into nextJohnathan Corgan2013-04-02106-231/+8462
|\ | | | | | | | | Conflicts: gnuradio-runtime/lib/CMakeLists.txt
| * runtime: fix missing installation of some .i filesJohnathan Corgan2013-04-021-0/+2
| |
| * runtime: adding prefix/include/gnuradio temporarily for external projects to ↵Tom Rondeau2013-04-011-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 Rondeau2013-04-013-7/+10
| | | | | | | | Also update qa_runtime to pull in qa_pmt tests.
| * build: parallel build handling of runtime swig and swig docs.Tom Rondeau2013-04-012-3/+3
| |
| * build: more work to set up type map templates properly.Tom Rondeau2013-04-011-8/+5
| |
| * runtime: creating swig files for typedefs/templates of vector types.Tom Rondeau2013-04-016-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 Rondeau2013-04-014-12/+12
| |
| * gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-0199-109/+8280
| | | | | | | | PMTs are handled slightly different and are installed into their own module and include dir.
* | runtime: fix include orderingMichael Dickens2013-04-021-1/+1
|/
* making tuner a componentTim O'Shea2013-04-011-1/+1
|
* runtime: typo fixTim O'Shea2013-04-011-1/+1
|
* runtime: make sure not to re-export top_block rpc variables on graph restartTim O'Shea2013-04-011-0/+2
|
* adding missing log4cpp link flagsTim O'Shea2013-04-011-1/+1
|
* adding a grc block for launch performance monitorxTim O'Shea2013-04-011-3/+16
|
* install gr-perf-monitorx to bin dirTim O'Shea2013-04-011-0/+1
|
* bug fixes for ControlPortTim O'Shea2013-04-012-3/+6
|
* runtime: fixing missing includes from previous merge conflict.Tom Rondeau2013-04-011-0/+2
|
* Merge branch 'master' into nextTom Rondeau2013-04-013-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 nextTom Rondeau2013-03-295-10/+10
| | | | | Conflicts: gnuradio-runtime/include/gr_block.h
* runtime: fix parallel builds, make -j working againJohnathan Corgan2013-03-272-6/+2
|
* runtime: adding block_gateway back into project.Tom Rondeau2013-03-2710-23/+81
|
* runtime: missing functions in prefs swig file.Tom Rondeau2013-03-271-22/+16
|
* fix for missing LOG4CXX link flag in runtimeTim O'Shea2013-03-271-0/+1
|
* cleaning up ice interfaceTim O'Shea2013-03-273-94/+88
|
* build: remove config.h from any header files; only use it in source files.Tom Rondeau2013-03-276-11/+10
|