Activity
From 05/16/2012 to 06/14/2012
06/14/2012
- 08:51 pm Revision a74286a2: filter: fixed FIR filter QA code to make sure it excersizes SIMD call.
- 08:13 pm Revision 1a5a1d4e: filter: added a ccf Volk dot product to use with ccf filters and used it in fi...
- Produces improved results to previous version.
- 08:13 pm Revision 4e2f3852: filter: switched ccc FIR filter to use aligned VOLK calls.
- 05:09 pm Revision 6a2d514f: blocks: added multiply_xx, some cleanup on add_xx
- 04:26 pm Revision dae3b390: filter: fff FIR filters use VOLK machine information to set alignment.
- Works with SSE and AVX machines. SSE results comparable to float_dotprod still. AVX slightly faster.
- 04:25 pm Revision c24cabd4: volk: fixes for 32f dot_prod
- Accepts num_points like everything else and handles splitting up numbers itself, not expected to be done externally.
... - 04:19 pm Revision a8552509: digital: Fix bugs in grc xml files.
- 03:55 pm Revision c6c04857: Merge branch 'master' into next
- 03:55 pm Revision 4f9f8cf4: Merge branch 'maint'
- 03:54 pm Revision 53f1d5ec: digital: fixed incorrect variable name in qam_demod XML
- 03:30 pm Revision b53fadce: Merge branch 'master' into next
- 03:29 pm Revision 6120084c: Merge branch 'maint'
- 03:27 pm Revision 04e28f4e: core: remove extraneous include statement
- 03:09 pm Revision 46302f45: digital: fixed typo with gray code setting in GRC's QAM demodulator.
- 02:05 am Revision 1300d48a: log: fixed gr_log to be usable in Python.
- Works with log4cxx installed and not installed.
06/13/2012
- 09:49 pm Revision 7f9f0fc9: volk: dot_produce for floats does 16 at a time.
- This was done to make this have the same performance as float_dotprod from before. This makes all flavors of the 32f ...
- 06:55 pm Revision 1b93bb39: filter wip and probably squash with last.
- Removing unecessary d_offset counter from fir_filter.
- 06:53 pm Revision 9e2e896e: filter: process 4 vectors each time in volk dot_prod to speed up fir filters.
- This makes the volk version of the SSE FIR filter the same speed as using the hand-crafted float_dotprod from before.
- 03:07 pm Revision aca5d3a1: Merge branch 'master' into next
- 03:06 pm Revision 4a1c2f6d: Merge branch 'master-mods'
- 03:05 pm Revision 07d2fbf9: core: modifications to gr_annotator_raw.
- Using mutex to make add_tag and work thread safe.
Throwing exception intead of asserting on error. - 01:53 pm Revision 8fac158d: Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods
- 01:50 pm Revision 9e299d56: log: added a macro and routine to set log level from config file.
- Also worked on documentation of logging features.
- 12:38 am Revision 403103de: new block, gr_annotator_raw
- allows passing a raw pmt k->v pair from outside the flowgraph/python
in at exact samples
also added GRUEL autogener...
06/11/2012
- 07:42 pm Revision a87c609b: log: Restructure config file handling for gr-log.
- The xml config file is installed into prefix/etc/gnuradio.
A new LOG section is added to gnuradio-core.conf that has... - 04:47 pm Revision 926f7cba: Merge commit 'v3.6.1' into wip/gr-blocks-master
- 03:44 pm Revision 03ece8ef: Merge branch 'master' into next
- * Use merge strategy -s ours to skip release commits on master
- 03:43 pm Revision a4632157: cmake: update revision to 3.6.2git
- 03:36 pm Revision 92ce6ff4: cmake: update revision to 3.6.1 release
- 02:56 am Revision e482240c: Merge branch 'master' into next
- 02:55 am Revision 1dcdd0ab: Merge branch 'master-mods'
- 02:54 am Revision 3e4f9b9f: Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods
- 02:35 am Revision 227448e2: filter: working aligned taps loads for regular and decimating filter.
- Has working QA code but needs significant performance improvements.
- 02:35 am Revision 46bd64dc: filter: Fixed filter_delay and hilbert filter to work with aligned filter loads.
- 02:35 am Revision 14532d8d: filter: adding ccf version for adaptive filter.
06/10/2012
- 06:48 pm Revision c8c51581: gr_unpack_k_bits:
- added python QA code
reversed bit ordering to match gr_pack_k_bits
gr_keep_m_in_n:
added python QA code
switched ... - 06:25 pm Revision 6260c426: blocks: copy alignment fix from maint
- 04:53 pm Revision 88fee472: Merge branch 'master' into next
- 04:53 pm Revision 0b8a5925: Merge branch 'maint'
- 04:43 pm Revision ec30d894: volk: make sure the alignment call for a block passes at least 1.
- For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set t...
06/09/2012
- 04:10 pm Revision 420daf35: Merge branch 'master' into next
- 04:10 pm Revision 06b86330: Merge branch 'maint'
- 04:10 pm Revision fc223092: fcd: fix frequency offset test in GRC
06/08/2012
- 10:01 pm Revision 1dcce62a: blocks: fix XML file in previous commit
- 09:48 pm Revision 9752fabd: blocks: added blocks_add_const_xx
- 04:25 pm Revision e2285793: howto: adding gr_log checks to build.
- 04:17 pm Revision bf5d4331: Merge branch 'wip/digital-rm-next' into next
- Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
grc/blocks/block_t... - 04:15 pm Revision d71d02d7: Fixing up the gr-log capabilities.
- Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All...
- 03:45 pm Revision 494f2fbd: core: removed gr_simple_framer after move to gr-digital
- 03:29 pm Revision d516a6c2: core: removed gr_packet_sink after move to gr-digital
- 03:23 pm Revision 843edb3a: core: remove gr_framer_sink_1 after move to gr-digital
- 03:15 pm Revision 20a0e7b0: core: remove gr_correlate_access_code_tag_bb after move to gr-digital
- 03:03 pm Revision b6236c16: core: removed gr_diff_phasor_cc after move to gr-digital
- 02:44 pm Revision 630cd06c: blocks: adds new top-level component gr-blocks with first block
- gr::blocks::add_XX
06/07/2012
- 08:56 pm Revision 2bc1ce24: Merge branch 'master' into next
- 08:56 pm Revision 9038efc6: fixed copyright dates.
- 08:43 pm Revision b5da580c: Merge branch 'master' into next
- 08:43 pm Revision bfd0dfe0: Merge branch 'master-mods'
- 08:43 pm Revision 9dc19012: Some really minor nits.
- 07:53 pm Revision a54ea0a4: Merge branch 'master' into next
- 07:53 pm Revision 4f9556dc: Merge branch 'maint'
- Conflicts:
volk/gen/archs.xml - 07:52 pm Revision 95318443: volk: have an alignment even for unknown (generic) machines.
- 07:50 pm Revision ff8b66e0: volk: have an alignment even for unknown (generic) machines.
- 04:59 pm Revision 0c5b464b: core: remove gr_diff_encoder and gr_diff_decoder after move to gr-digital
- 04:46 pm Revision a14010ec: digital: Adds checks to enable use of gr-log in digital blocks.
- 04:46 pm Revision f078026e: docs: adding info on gr-log feature.
- 04:44 pm Revision 7cfe8af8: core: Adds a gr-log concept for easy logging at various levels.
- Uses log4cxx and is optional. Macro based and macros are simple pass-throughs
if this dependency does not exist or if... - 04:23 pm Revision 3543c1e4: Merge branch 'master' into next
- 04:23 pm Revision 23bb2d99: Revert "uhd: allow source work to be stopped while fg runs"
- This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa.
06/06/2012
- 09:51 pm Revision f2ab263b: Block Modifications:
- digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition
digital.ofdm_insert_preamble: E... - 04:56 pm Revision ddbaaabc: core: removed gr_chunks_to_symbols_XX after move to gr-digital
- 04:00 pm Revision a09f7272: core: removed gr_scrambler_bb after move to gr-digital
- 03:50 pm Revision f3ce47cd: core: removed gr_probe_density_b after moving to gr-digital
- 03:40 pm Revision 54dc70bb: core: removed gr_map_bb after transition to gr-digital
06/05/2012
- 12:44 am Revision 90f8c175: Merge branch 'master' into next
- 12:44 am Revision 0eeb8750: Merge branch 'maint'
- 12:43 am Revision e67e3d9a: docs: fixed Doxygen from looking in the howto dir.
- 12:24 am Revision 9c5cd068: docs: added section explaining the basics of reconfiguring a flowgraph.
06/04/2012
- 11:56 pm Revision 5dafe3c0: core: exported max_noutput_item methods from gr_block to Python.
- 10:24 pm Revision b629a998: docs: added a description of a basic flowgraph to the manual's main page.
- Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them.
- 10:22 pm Revision ea4ea222: runtime: added ability for blocks to have their own max_noutput_items.
- Setting a max_noutput_items for an individual block will override the global max that can be passed to the start/run ...
06/02/2012
- 01:09 pm Revision 98e48560: Merge branch 'master' into next
- 12:59 pm Revision b7e2c8ba: Merge remote-tracking branch 'jblum/wip_uhd_stopper'
06/01/2012
- 12:07 am Revision d1a6ce8e: Merge branch 'master' into next
- 12:07 am Revision 8569580b: Merge branch 'maint'
- 12:05 am Revision b95b3ce4: pager: fix frequency display when not default
- 12:02 am Revision 53dabcdd: grc: restore virtual ports in grc
05/30/2012
- 01:49 am Revision b555fec2: Merge branch 'master' into next
- 01:49 am Revision 19fed24f: Merge branch 'maint'
05/27/2012
- 02:10 pm Revision 31a6637b: Merge branch 'master' into next
- 01:56 pm Revision 52c64845: core: patch for vector_map loop variable initialization.
05/26/2012
05/24/2012
05/23/2012
05/22/2012
- 11:16 pm Revision fb4a097d: Merge branch 'master' into next
- 11:15 pm Revision 598a843a: Merge branch 'sphinxdocs'
- 05:23 pm Revision c27d9d3b: Merge branch 'sphinxdocs' into comments
- 05:22 pm Revision 5581c191: wavelet: Move squash_ff comments so that doxyxml captures them.
- 05:14 pm Revision f2b4f45f: Fixing cmake doc dependencies for gr-fft and gr-wavelet.
- 05:13 pm Revision a272119a: docs: Adding gr-fft to sphinx docs
- 05:15 am Revision bc1b4c18: docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.
05/21/2012
- 08:22 pm Revision fd3abfe0: Merge branch 'sphinxdocs' into next
- 07:34 pm Revision 1303a178: Merge branch 'master' into next
- 07:32 pm Revision 5d33373a: Merge branch 'sphinxdocs'
- 06:40 pm Revision a3638941: docs: Adding/editing top-level docstrings.
- 06:36 pm Revision 012143e4: Merge branch 'master' into next
- 06:35 pm Revision ed838eb9: wxgui: allows LEFT click to set a flow-graph variable to the adjusted X value ...
- 06:08 pm Revision f684f3c3: docs: Fixed copyright in sphinx docs.
- 05:54 pm Revision 90fe840f: docs: Added version number to sphinx docs.
- 04:56 pm Revision 8a7fce10: docs: Extended README for sphinx docs.
- 04:51 pm Revision b0b1f513: Merge branch 'master' into next
- 04:48 pm Revision d4fe4377: core: minor formatting changes to vector_map for style consistency.
- 04:30 pm Revision 7f1178d2: Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocs
05/20/2012
- 05:59 pm Revision 91c3d95d: sphinx: Added a README for explaining the documentation process.
- 05:39 pm Revision 6977392a: docs: fixing up docs from sphinx warnings.
- 05:37 pm Revision 18fccf6e: sphinx: dummy toctree entries to remove warnings.
- 04:38 pm Revision 0da7b9c4: Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into sphin...
- 04:38 pm Revision 59165ed2: sphinx: create a conf.py and run_sphinx_build.sh files.
- These files help a user run Sphinx on the installed system. The shell script is designed for ease of use.
05/17/2012
- 11:37 pm Revision 11475bfd: Fixed package dependencies for gnuradio-core and gr-wavelet, added support for...
- 06:37 pm Revision ae75ab75: gr: Added vector_map block.
- 02:34 pm Revision 3ff3257f: Add sphinx mathjax extension.
05/16/2012
Also available in: Atom