Activity
From 06/04/2012 to 07/03/2012
07/03/2012
- 11:59 pm Revision 86dd49f2: Force swig compile ordering in gnuradio-core
- 11:55 pm Revision 1b615200: fft: adding a malloc for doubles.
- In core for master, also exporting symbols for use externally.
- 11:31 pm Revision d25aca54: qtgui: adding PSD and constellation static plot tools.
- 11:27 pm Revision d97fb837: qtgui: adding a stand-alone constellation plot form with menus.
- 09:24 pm Revision 5f13956b: docs: remove redundant retries from swig_doc.py
- With proper build dependencies, it should not be needed.
- 09:23 pm Revision 24edd716: swig: use add_custom_target for swig docs dependency
- This seems to fix the build dependency issue where generation gets called multiple times and steps on itself.
- 09:22 pm Revision 06c325cb: swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds
- I have not encountered an issue, however this is the correct thing to do.
Now individual components swig builds depen... - 09:21 pm Revision 76258270: swig: added additional swig dependencies gruel/core
- pmt swig gen depends upon the generated header
core depends upon pmt swig custom target
Conflicts:
gruel/src/swig... - 09:18 pm Revision 744ffd50: core: added general_generated to swig deps
- We generate the docs so its important that the docs see this header generated first.
- 04:49 pm Revision 84f9822b: blocks: added gr::blocks::not_XX (bb ss ii)
07/02/2012
- 04:13 pm Revision 025f323d: blocks: added gr::blocks::and_const_XX (bb ss ii)
- 03:36 pm Revision cc085e12: blocks: added gr::blocks::add_XX (bb ss ii)
07/01/2012
- 11:28 pm Revision 342a400b: Merge branch 'master' into next
- Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt - 11:08 pm Revision f8581fb4: Merge remote branch 'jblum-github/python_blocks2' into master
- Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/src/lib/general/general.i - 04:15 pm Revision 70d89e20: blocks: added gr::blocks::nlog10_ff
- 03:21 pm Revision 37cb2a31: Merge branch 'next' into wip/filter-rm-next
- 03:08 pm Revision 8c5a09be: fcd: update to use new gr-filter blocks
06/30/2012
- 03:26 pm Revision ee1a53b4: blocks: aded gr::blocks::multiply_conjugate_cc
- 01:41 am Revision e9c33226: Merge branch 'master' into next
- 01:36 am Revision 73800434: Merge remote branch 'jblum-github/uhd_wip'
06/29/2012
- 06:01 pm Revision 25b0d584: Merge branch 'master' into wip/gr-blocks-master
- 05:53 pm Revision 9ffa064a: Merge branch 'master' into next
- 05:52 pm Revision 0905a497: Merge branch 'maint'
- 05:52 pm Revision d0b2c5e6: audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdr
- The previous one didnt seem to be set by the build system.
Perhaps this was lost in the transition to CMake? - 03:30 pm Revision bfcc9dc6: blocks: added gr::blocks::integrate_XX with ss ii ff cc
- 03:10 pm Revision f2e81532: blocks: added gr::blocks::conjugate_cc
- 02:26 pm Revision 86c2c18e: qtgui: added qtgui_freq sink for reals and GRC files for freq sinks.
- 12:05 pm Revision 68e4c1b8: qtgui: made display form and display plot base classes to handle duplicated fu...
- Forms and plots for each type of graph inherit from here now to make things cleaner.
- 12:55 am Revision 75fac1e1: core: fix for gri wave byteswapping
- Sorry guys, I misunderstood the comments.
Wave data is specifically in little endian format.
Therefore we should only...
06/28/2012
- 04:50 pm Revision a3b74a25: blocks: added gr::blocks::uchar_to_float
- 04:27 pm Revision 9482c898: blocks: added gr::blocks::short_to_float
- 04:02 pm Revision c128e5ae: blocks: added gr::blocks::short_to_char
- 04:54 am Revision bc77a2f1: qtgui: adding ability to start/stop running time plots.
06/27/2012
- 01:50 pm Revision be1219b0: blocks: added gr::blocks::interleaved_short_to_complex
- 04:14 am Revision be0c6669: qtgui: added ability to set line style and add markers.
- 02:43 am Revision 3de0c77e: blocks: added gr::blocks::float_to_int
06/26/2012
- 02:06 pm Revision 0b7655a7: blocks: added gr::blocks::float_to_uchar
- 01:47 pm Revision 86f15ba3: blocks: added gr::blocks::float_to_short
- 01:49 am Revision ee83ed28: Merge branch 'master' into next
- 01:11 am Revision d5bfde97: qtgui: stand-alone FFT plot can handle multiple signals.
- 12:10 am Revision ec215b56: qtgui: adding a stand-alone frequency domain plot form.
06/25/2012
- 10:17 pm Revision 94c940aa: qtgui: added ability to set width and label of curves in time plots.
- Also moved all menu classes to a form_menus.h to make them more easily accessible by other forms.
- 05:50 pm Revision feaa399b: volk: replace (__m128) with volk cast for portability
- 03:09 pm Revision 1f57cf3f: Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
- 01:25 pm Revision 31c61c16: blocks: added gr::blocks::float_to_int
06/24/2012
- 10:17 pm Revision 53ef7dc9: qtgui: adding ability to set line width's from time display form.
- 10:03 pm Revision e587c32f: qtgui: creating an app to read from and display a file of complex floats.
- This only displays the signal in time. Can specify multiple files to read from.
- 10:02 pm Revision 1d41b8f1: qtgui: Adding menu feature to timedisplayform.
- Right now, right clicking outside of plot window brings up a menu to turn grid on/off and to set the line color for a...
- 09:04 pm Feature #490: pmt: create pmt_const type for readonly accessors
- Josh Blum wrote:
> The PMT const type prevents mutable PMTs from being passed downstream and being altered by a cons... - 09:01 pm Feature #455 (Feedback): grblock - integrate grblock/python work in core
- Complete implementation and documentation for this feature can be found here:
https://github.com/guruofquality/grext... - 08:55 pm Feature #458 (Feedback): pmt - extend blob functionality
- The following routines have been created to add functionality:...
- 08:43 pm Feature #490 (Feedback): pmt: create pmt_const type for readonly accessors
- The PMT const type prevents mutable PMTs from being passed downstream and being altered by a consumer.
Currently we ... - 08:06 pm Revision d97764ce: Merge branch 'master' into my_qtsink
- Conflicts:
gr-qtgui/include/qtgui_sink_c.h
gr-qtgui/include/qtgui_sink_f.h
gr-qtgui/include/qtgui_util.h
gr-qtgui... - 06:42 pm Revision 8c23d9f9: blocks: added gr::blocks::float_to_complex
- 06:20 pm Revision b48716fe: blocks: added gr::blocks::float_to_char
- 03:46 pm Revision b85363c4: core: wip, squash, fixed digital_clock_recovery_xx to use gr-filter
- 03:44 pm Revision e440594d: core: fix missing update from dc172e5d
- 03:07 am Revision 16a097cc: Merge branch 'next' into wip/filter-rm-next
- 02:49 am Revision dc172e5d: core: wip, first pass to remove filter/hier blocks after migration to gr-filter
- * This commit removes all the blocks from src/lib/filter and src/lib/hier,
but leaves a couple stray files in src/lib...
06/23/2012
- 04:57 pm Revision 80aa560b: blocks: added gr::blocks::complex_to_arg
- 04:25 pm Revision 737b3dc0: blocks: added gr::blocks::complex_to_mag_squared
- 04:18 pm Revision 48ba9904: blocks: added gr::blocks::complex_to_mag
- 03:44 pm Revision ed0dffa3: blocks: added gr::blocks::complex_to_imag
- 03:32 pm Revision 11a702b9: blocks: added gr::blocks::complex_to_real
- 03:26 pm Revision 6eb1447d: blocks: added gr::blocks::complex_to_float
- 02:47 pm Revision c16e6eba: blocks: added gr::blocks::complex_to_interleaved_short
- 02:11 pm Revision c485d521: Merge branch 'master' into wip/gr-blocks-master
- 01:44 pm Revision 88101020: Merge branch 'master' into next
- Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt
gnuradio-core/src/lib/general/general.i - 01:25 pm Revision bf8700a2: Merge branch 'master' of gnuradio.org:gnuradio
- 12:08 am Revision c94ddc5e: filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at c...
- This fixed issues with qa_fir_filter_with_buffer.
06/22/2012
- 11:58 pm Revision 75f11771: blocks: added gr::blocks:char_to_short
- 10:58 pm Revision 81589710: volk: fixing some volk kernels.
- This should fix some problems with gr-filter QA tests. Also removes some warnings.
- 10:08 pm Revision 6e0626fd: Merge branch 'master' into wip/gr-blocks-master
- 10:06 pm Revision c9e9b9fd: Merge branch 'master' into next
- 08:55 pm Revision 82f6a4ee: gruel: removed inet.h from install headers
- 08:00 pm Revision 32fed6f9: Merge branch 'master' into next
- 06:19 pm Revision 056d3006: gruel: got rid of inet.h and adjusted only file that depended on it
- 06:13 pm Revision 5cf26746: filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer.
- 04:35 pm Revision 92c374e2: Merge branch 'win_fix'
- 04:34 pm Revision a3867cd9: Merge branch 'cppunit_fix'
- 04:30 pm Revision 93a4677f: core: adds a tag debug sink to display all tags coming into it.
- This block is meant to help debug applications that use stream tags.
- 03:52 pm Revision 85fc01d1: gr-filter: Removing FILTER_API from internals static members fixes Windows error
- 02:38 pm Revision 31fc0ca9: filter: more precision for the PFB channelizer QA test.
- 03:54 am Revision d511ba04: gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt
- 03:04 am Revision b0f3d0cb: Merge branch 'master' into next
- 03:03 am Revision 62f7129e: filter: safer values for QA tests for different machines.
- 02:45 am Revision 95ac58a5: core: tiny performance boost, and it looks tidier.
- 02:44 am Revision db360e47: core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsolete
- 02:43 am Revision ad8ef97e: filer: fixed link to libvolk.
06/21/2012
- 12:29 pm Revision 9965c0a8: Merge branch 'master' into next
- 02:16 am Bug #210 (Resolved): qa_rational_resampler.py fails with new top block code
- Fixed with gr_filter branch merge.
- 02:11 am Revision 52bda3a2: filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.
- 02:10 am Revision 55b068b8: Merge branch 'gr_filter'
- 02:08 am Revision 958bc6f7: filter: adding set/get for phase of arb resampler.
06/20/2012
- 08:47 pm Revision c316e308: Merge branch 'master' into next
- 08:46 pm Revision a0ffd48d: volk: added missing avx header include
- 08:15 pm Revision e56c2c75: uhd: added rx tagging for changes in sample rate and center freq
- 08:05 pm Revision 1827d7fa: uhd: source will loop for samples forever until thread interrupt
- This should solve the case of stopping the receiver,
while leaving the work thread in a live state.
It also makes set... - 04:47 pm Revision f0d904d3: Merge branch 'master' into next
- 04:47 pm Revision 2294e8c2: Merge branch 'master-mods'
- 04:42 pm Revision 5df2f28e: removing debug
- 04:38 pm Revision de7257e3: Merge branch 'master' into next
- 04:37 pm Revision a982dbde: Merge branch 'master-mods'
- 04:24 pm Revision 7e24c8d5: bug fixxes to tuple serialize
- 03:58 pm Revision e42a6889: 1. handle pmt serialize and deserialize for tuples
- 2. fix offset checking in pmt_annotator_raw
- 02:58 pm Revision 20360302: Merge branch 'master' into wip/gr-blocks-master
- 02:55 pm Revision 4acc9ca3: digital: fixed old use of gr.map_bb, block is now only in gr-digital
- 02:46 pm Revision c6c16f89: Merge branch 'master' into next
- 02:36 pm Revision 446494ea: Merge branch 'gr_filter'
- 02:27 pm Revision 81bb55f3: filter: fixed bug with includes.
- 01:10 pm Revision edfa1884: filter: added documentation to adaptive_filter blocks.
- 03:49 am Revision d8830d6d: filter: improving documentation.
- 03:35 am Revision 21bdb187: filter: improved QA code for fractional_interpolator and channel_model.
- Setting various parameters in the channel model should already be checked by the QA code of the respective components...
- 02:25 am Revision a04d3d78: filter: fixed some include issues.
- 02:22 am Revision d8d8e992: filter: added channel_model block with GRC.
- Dummy QA test needs work.
More documentation. - 01:32 am Revision 8a0ead84: filter: Moved over PFB examples.
- 01:10 am Revision b41f7f77: filter: removed all references to filter functions from gr namespace to filter.
- 12:59 am Revision a5a03740: filter: Moved over filter-specific Python hier_blocks.
- 12:36 am Revision fad32dc3: filter: adding PFB synthesis filter with GRC and QA.
06/19/2012
- 10:10 pm Revision 5ab78aae: filter: adding rational resampler with GRC and QA.
- 05:00 pm Revision 439b427e: blocks: added gr::blocks::char_to_float
- 04:57 pm Revision 24962cd2: blocks: added div_XX and sub_XX blocks
- 04:07 am Revision e5aead88: filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.
06/18/2012
- 07:42 pm Revision 5365daf7: filter: adding PFB interpolator with GRC and QA.
- 06:37 pm Revision 622464a3: filter: adding PFB decimator with GRC and QA.
- 05:34 pm Revision f5449ce2: filter: added interp_fir_filter with QA and GRC.
- 01:49 am Revision f049a184: filter: adding fractional_interpolator_{cc,ff} with QA and GRC.
- 12:35 am Revision 6b2dbab5: filter: fixed fir_filter_with_buffer and added QA code to check.
06/17/2012
- 08:48 pm Revision 765d82d8: filter: redoing hilbert and fir_delay to use normal filter calls since alignme...
- 08:44 pm Revision ce3d887a: filter: added mmse_fir_interpolator with QA code.
06/16/2012
- 09:58 pm Bug #492 (Closed): cmake equivalent for configure's --sysconfdir=/etc
- http://gnuradio.org/cgit/gnuradio.git/commit/?id=9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0
- 09:45 pm Revision a8c8c4c5: Merge branch 'master' into next
- Conflicts:
gr-digital/grc/digital_dxpsk_demod.xml
gr-digital/grc/digital_dxpsk_mod.xml - 09:43 pm Revision d4843d2c: Merge branch 'maint'
- 09:34 pm Revision 9b2855a4: cmake: add support for SYSCONFDIR
- Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492 - 08:55 pm Revision cd5082c8: digital: fixed use of gray code in digital mod/demod GRC files.
- 08:55 pm Revision 2f676507: Merge branch 'maint' of gnuradio.org:gnuradio into maint
- 08:42 pm Revision 0ac6eca5: Merge remote-tracking branch 'benreynwar/digital_tidy' into next
- Conflicts:
gr-digital/python/generic_mod_demod.py - 08:36 pm Revision 80e282ad: Merge branch 'master' into next
- 08:34 pm Revision 97e91b82: Merge branch 'master-mods'
- 08:18 pm Revision 47e3ab29: Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods
- 07:22 pm Revision 59f49f46: blocks: completed transition of add and multiply blocks
- * gr::blocks::add_*
* gr::blocks::add_const_*
* gr::blocks::add_const_v*
* gr::blocks::multiply_*
* gr::blocks::multi... - 02:55 pm Revision d647fbba: filter: adding freq_xlating_filter.
- Includes QA and GRC.
Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filt... - 09:53 am Bug #492: cmake equivalent for configure's --sysconfdir=/etc
- Patch was sent to patch-gnuradio mailing list for review.
06/15/2012
- 09:56 pm Revision 3cd0ea45: filter: adding IIR filter.
- Include QA and GRC.
- 08:34 pm Revision b70bcc34: filter: copied over interpolator_taps.h to gr-filter.
- 08:05 pm Revision 76a6a4c6: filter: adding single_pole_iir_filter blocks.
- QA, docs, and GRC.
- 07:59 pm Revision 05c117f3: filter: updating adaptive FIR filters.
- No need for our own adaptive_fir class; can do everything with fir_filter.
With QA code. - 03:53 pm Revision 1e7aae36: filter: minor coding things.
- 03:52 pm Revision 408f44a7: filter: mods to fir filter bases to make consistent and simpler.
- 03:20 pm Revision e7ea4f2f: New Features:
- added support for pmt_serialize and pmt_deserialize for uint64_t type pmts
added gr_add_const_bb typed block to gr_... - 01:59 pm Revision 44b525e7: volk: adding new kernels to test and profile.
- 01:57 pm Revision 59ad06e0: filter: improving documentation and adding GRC blocks for fir_filter_xxx blocks.
- 12:43 pm Revision 5585c712: filter: adding ssc and fsf versions of filter with associated new Volk kernels.
- These routines work and pass QA. They could use some performance work. the FSF is just slightly slower than before; t...
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
- 04:37 pm GNU Radio Release 3.6.1
- GNU Radio release 3.6.1 is now available for download:
http://gnuradio.org/releases/gnuradio/gnuradio-3.6.1.tar.gz... - GNU Radio Release 3.6.1
- 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 f078026e: docs: adding info on gr-log feature.
- 04:46 pm Revision a14010ec: digital: Adds checks to enable use of gr-log in digital blocks.
- 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 ...
Also available in: Atom