summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
AgeCommit message (Expand)Author
2013-02-16core: prefs of true/on/1 and false/off/0 are translated to bools.Tom Rondeau
2013-02-16core: add ability to override config files with environmental variables.Tom Rondeau
2013-02-16core: Making an all C++ version of the preferences/config file readers.Tom Rondeau
2013-02-12Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan
2013-02-05core: adding gr_random_pdu message passing blockTim O'Shea
2013-01-31core: Enabling msg_connect within python blocks.Roy Thompson
2013-01-14core: adding gr_random_pdu message passing blockTim O'Shea
2012-12-18core: gr_tag_debug handles lacking srcidMartin Braun
2012-12-13core: better tag debugger. Only outputs when there are tags to show.Tom Rondeau
2012-12-03build: cleaned up some warnings.Tom Rondeau
2012-12-01core: cleanup on pdu/msg blocksJohnathan Corgan
2012-11-30core: gr_blocks can now have only message ports with no general_work()Tim O'Shea
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-11-27Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into master""Tom Rondeau
2012-10-30analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau
2012-10-13Merge branch 'maint'Johnathan Corgan
2012-10-13core: fix several tag includes throughout coreJosh Blum
2012-09-29core: fix implicit assumption in skipheadJosh Blum
2012-09-27core: fix use of private vars in place of API accessorJosh Blum
2012-09-27digital: fix private access in gr_endian_swapJosh Blum
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-07-07Revert "Merge remote branch 'jblum-github/python_blocks2' into master"Johnathan Corgan
2012-07-03Merge branch 'maint'Johnathan Corgan
2012-07-03core: added general_generated to swig depsJosh Blum
2012-07-01Merge remote branch 'jblum-github/python_blocks2' into masterJohnathan Corgan
2012-06-22core: adds a tag debug sink to display all tags coming into it.Tom Rondeau
2012-06-201. handle pmt serialize and deserialize for tuplesTim O'Shea
2012-06-16cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn
2012-06-13Merge branch 'master-mods'Tom Rondeau
2012-06-13core: modifications to gr_annotator_raw.Tom Rondeau
2012-06-13Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau
2012-06-12new block, gr_annotator_rawTim O'Shea
2012-06-10Merge branch 'master-mods'Tom Rondeau
2012-06-10Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau
2012-06-10gr_unpack_k_bits:Tim O'Shea
2012-06-10Merge branch 'maint'Tom Rondeau
2012-06-10volk: make sure the alignment call for a block passes at least 1.Tom Rondeau
2012-06-07fixed copyright dates.Tom Rondeau
2012-06-07Some really minor nits.Tom Rondeau
2012-06-06Block Modifications:Tim O'Shea
2012-05-27core: patch for vector_map loop variable initialization.Donald Porges
2012-05-21core: minor formatting changes to vector_map for style consistency.Tom Rondeau
2012-05-17gr: Added vector_map block.Ben Reynwar
2012-04-17this is squashed python blocks supportJosh Blum
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-13Fix some minor warnings.Tom Rondeau
2012-04-12filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency.Nick Foster
2012-04-07Merge branch 'master' into nextJohnathan Corgan
2012-04-07Merge branch 'wfm_tx_work'Johnathan Corgan
2012-04-07core: use while instead of if in frequency_modulatorJohnathan Corgan