Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib @ 7fce7e3b

# Date Author Comment
031c3410 02/16/2012 07:33 pm Tom Rondeau

core: allowing delay to be dynamic for runtime changes to set_delay.

This converts the block from a gr_sync_block to a gr_block since it has to return and consume different amounts when the delay setting changes.

f12f7ba6 02/07/2012 06:18 pm Tom Rondeau

Merge branch 'maint'

8927390c 02/07/2012 06:17 pm Tom Rondeau

docs: better handling of html only for formulas.

35b689eb 02/07/2012 03:23 am Marcus Leech

gui: better handling of buffers in oscope for stripchart/non-stripchart.

895bb2f9 02/06/2012 10:33 pm Tom Rondeau

Merge branch 'maint'

1f0c6eed 02/06/2012 10:31 pm Tom Rondeau

core: updated missed vfc version of fft block to use nthreads.

Also updates copyright dates.

bea38e03 02/06/2012 09:14 pm Tom Rondeau

docs: fixed some markup of formulas between html and xml (and therefore the swigdocs).

49476017 02/06/2012 08:32 pm Tom Rondeau

core: fix a warning.

7e10a264 02/06/2012 07:45 pm Tom Rondeau

core: expose nthreads setting through to fft_filters.

Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior.

d1a24646 02/06/2012 05:02 pm Tom Rondeau

core: expose nthreads capabilities to gr_fft_vcc.

Can set and get nthreads; defaults to 1, so no change in default behavior.

9efac71d 02/06/2012 05:01 pm Tom Rondeau

core: add functions to set/get nthreads of gri FFT object.

4defc0e6 02/06/2012 04:11 pm Marcus Leech

core: enable use of fftw's threading capabilities.

Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.

f4dc476d 02/06/2012 04:05 pm Tom Rondeau

Merge branch 'maint'

d6126a67 02/06/2012 03:45 pm Marcus Leech

io: fix triggering and performance issues with oscope; specifically for the strip-chart features.

8ddd8fbb 01/26/2012 12:35 am Johnathan Corgan

Merge branch 'maint'

f122d72a 01/26/2012 12:35 am Josh Blum

core: fix floor ambiguous overload in vcc fftw

The msvc compiler doesnt like the ambiguous overload of floor.
However, floor should not have an effect on the integer divide anyway.

748063b2 01/20/2012 02:55 am Tom Rondeau

Merge branch 'maint'

26de2814 01/20/2012 02:31 am Tom Rondeau

core: fixed bug in FFT shift operation.

e9ba60e5 01/16/2012 08:30 am Marcus Leech

core: fix for off-by-one issue in strip chart. Increases buffer size for longer displays.

5c4da904 01/16/2012 05:15 am Marcus Leech

core: the burst_tag block can have user-defined keys and values for the tags when a burst is on or off instead of static values. Defaults are the same. Use set_true_tag and set_false_tag to override these.

2a2411a5 01/16/2012 04:49 am Marcus Leech

core: fix for off-by-one issue in strip chart. Increases buffer size for longer displays.

1fc3b145 01/13/2012 04:06 pm Jaroslav Skarvada

Fix compilation with gcc-4.7

ab7cfce4 01/03/2012 09:10 pm Tom Rondeau

Merge branch 'max_noutputs'

0644c4bf 01/03/2012 12:50 am Tom Rondeau

scheduler: add default (large) max noutput_items to C++ run function.

10d65867 01/03/2012 12:31 am Tom Rondeau

scheduler: if the block is an interpolator that needs a minimum of some number of outputs based on the inputs, let it. This is an acceptable (actually, necessary) exception to the specified limit.

d87f6713 01/02/2012 07:17 pm Johnathan Corgan

Merge branch 'maint'

4c6316e1 01/02/2012 07:16 pm Josh Blum

volk: fix overrule detection (cant reply on cpu name)

Better detection for x86 and 32 or 64 bit.

2ed887b6 01/02/2012 07:16 pm Josh Blum

core: fix gr_udp_sink by including asio

a64f2209 01/02/2012 04:34 pm Tom Rondeau

Merge branch 'maint'

cece444e 01/02/2012 04:32 pm Tom Rondeau

pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps parameter better.

The block now holds state between calls to work for the number of output symbols instead of requiring a certain number of available outputs (that may never be satisfied)....

9716da25 01/02/2012 02:24 am Tom Rondeau

scheduler: first attempt at being able to set an upper limit on the noutput_items for all blocks in a flowgraph.

810f72a7 01/01/2012 11:21 pm Tom Rondeau

Merge branch 'maint'

b53f0dfb 01/01/2012 03:59 pm Tom Rondeau

pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps parameter better.

The number of output items is now set based on the d_osps and the check in the work function is not needed (actually, that check was wrong and should never have worked correctly, anyway)....

8bbb1388 01/01/2012 03:58 pm Tom Rondeau

pfb: updated and hopefully better documentation of the PFB clock sync blocks.

c1c68974 12/22/2011 11:20 pm Tom Rondeau

core: added accessors to get all settable values of the channel_model objects.

5cd411a7 12/22/2011 11:20 pm Tom Rondeau

core: added accessors to noise_source to get type and amplitude of object.

5faab4fb 12/22/2011 11:19 pm Tom Rondeau

filters: added accessor functions to FFT and FIR filter classes to return vector of taps.

933b97a8 12/15/2011 03:14 am Nick Foster

core: API exposure patch.

543f8390 12/13/2011 10:15 pm Julien Olivain

runtime: improve hier_block2 error messages

fe21bc67 12/11/2011 08:40 pm Tom Rondeau

docs: fixing format of link in simply_framer_sync. Helps older Doxygen versions understand the link format.

ad88ab0f 12/09/2011 05:32 am Timo Lindfors

gnuradio-core: fix typo in documentation

67d0b6b3 12/07/2011 12:59 am Tom Rondeau

docs: fixes some warnings.

There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.

839e2ef9 12/07/2011 12:56 am Tom Rondeau

Fixed warnings generated by variable declaration order.

0370cfc8 12/05/2011 03:58 pm Tom Rondeau

docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.

fe2e6f80 12/04/2011 04:10 pm Tom Rondeau

docs: better install of swig docs .i files since we actually have a variable to take care of it already.

0408e48c 11/28/2011 06:11 am Tom Rondeau

docs: installing generated _doc.i files under autotools.

0a21e258 11/27/2011 07:56 pm Tom Rondeau

docs: autotools Makefile.am generates empty swig_docs .i files; builds in autotools and cmake.

The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this)....

11d58fe2 11/17/2011 07:40 am Josh Blum

work on swig docs, added to core and digital

0b3a4a2c 11/05/2011 04:44 am Josh Blum

cmake: fixed up swig deps properly for make -j*

Also took the time to fix up the swig index file generation.
This may have not-been auto-regenerating before as well.

a23f6624 10/25/2011 10:31 pm Tom Rondeau

Merge remote branch 'jblum/master'

9c853b96 10/25/2011 06:50 pm Tom Rondeau

reed-solomon: fixed the signed/unsigned warnings in the RS code.

Some of these had to be done through type-casting since changing
the actual data type would cause the tests to fail. make test
still passes.

aae6c1ef 10/25/2011 05:03 pm Josh Blum

I'm sorry but llrintf had one of the best conversions of all time

645ad4ae 10/24/2011 03:34 pm Tom Rondeau

core: really fixed this on 32-bit machines (actually tested). Forced to promote to a 64-bit int to handle the overflow, so this is going to take a hit on 32-bit machines.

2cc26e4d 10/24/2011 04:19 am Tom Rondeau

core: fixed float_to_int for 32-bit machines.

ead05385 10/24/2011 01:11 am Tom Rondeau

Merge branch 'cmake_foo2'

faf7dea0 10/23/2011 10:43 pm Josh Blum

the libraries

7112e308 10/23/2011 09:12 pm Tom Rondeau

core: Added type conversion int->float (issue #192). Added with a gri file and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block.

da556335 10/22/2011 06:25 pm Tom Rondeau

Merge remote branch 'jblum/cmake_fixes' into next

31268cfb 10/21/2011 07:40 pm Josh Blum

core: runtime.i dont include gr_tag.i, avoids pmt dependency

9789365e 10/21/2011 05:38 am Josh Blum

tags: added swigging for gr_tags header

ab6f8142 10/20/2011 09:00 pm Josh Blum

removes gcc warning, dont need symbol export on plain c structs

c643c9b0 10/20/2011 07:15 pm Tom Rondeau

Merge branch 'next' of gnuradio.org:gnuradio into next

9925e69c 10/20/2011 07:13 pm Tom Rondeau

build: fixed missing file in Makefile.am.

793e9070 10/20/2011 06:28 pm Josh Blum

filter: fixed x86 checking logic when not x86

8dec45ad 10/20/2011 06:19 pm Tom Rondeau

core: fixing AM_CPPFLAGS in viterbi/Makefile.am

77a2d01c 10/20/2011 12:37 am Tom Rondeau

Somehow, these headers got duplicated. Removed from core, are in gr-digital.

b0748f4a 10/20/2011 12:37 am Tom Rondeau

Fixed Makefile.am trailing backslash for autofoo build.

c1721c76 10/20/2011 12:01 am Josh Blum

tags: made tags object oriented

a57f7484 10/19/2011 11:21 pm Josh Blum

swig: fix rules for generated index files

6cbbc621 10/19/2011 06:48 pm Josh Blum

core: added transcendental to cmake build

53eef84f 10/19/2011 06:29 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

52b42b9e 10/19/2011 03:46 am Tom Rondeau

Merge branch 'master' into next

Conflicts:
gnuradio-core/src/lib/general/general.i

f76eab20 10/18/2011 11:20 pm Tom Rondeau

added transcendental block from jblum/transcendental (reworked for master branch).

161910c6 10/18/2011 06:40 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

Conflicts:
gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h
gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h
gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h
gr-digital/include/digital_ofdm_cyclic_prefixer.h...

fef3fe57 10/17/2011 05:37 pm Tom Rondeau

Merge branch 'next' into dig_ofdm

41ce01bd 10/17/2011 02:35 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

a4dbd973 10/17/2011 02:14 am Tom Rondeau

Merge branch 'master' into next

Conflicts:
gr-qtgui/lib/Makefile.am

0d72c2c8 10/15/2011 05:45 pm Tom Rondeau

build: needed boost_filesystem lib added (found under ubuntu 11.10; they're getting pickier).

5179a1ea 10/15/2011 02:37 pm Josh Blum

gr: changed the way trellis/gengen generated.i is made

5805acef 10/15/2011 04:16 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

a27f67c7 10/14/2011 09:11 pm Tom Rondeau

docs: added a page on PFBs and put them in their own doxygen group. Helpful explination on how to use them and where to find more info.

620971bd 10/14/2011 08:18 pm Tom Rondeau

fixed a couple of typos.

68ac497f 10/14/2011 05:05 pm Tom Rondeau

docs: Updated some docs and made it so GRC can pull docs in from other components like vocoder and digital.

60b3bd32 10/12/2011 11:03 pm Tom Rondeau

digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.

71c0f14a 10/09/2011 12:11 am Josh Blum

gr: the CMakeLists.txt took a chill pill

63b87bf4 10/08/2011 08:43 pm Josh Blum

gr: minor tweaks for MSVC compatibility

369834c8 10/08/2011 07:50 pm Josh Blum

gr: updated cmakelists after merge for additional files

fcc0ce92 10/08/2011 06:56 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital

7a2d39f4 10/08/2011 06:56 pm Josh Blum

Merge branch 'next' into digital

132a3c18 10/06/2011 10:57 pm Tom Rondeau

Merge branch 'digital' of github.com:trondeau/gnuradio into digital

646f625d 10/06/2011 10:23 pm Tom Rondeau

Merge branch 'next' into digital

15cb28c6 10/06/2011 03:58 pm Tom Rondeau

Added floating point version of arbitrary resampler.

ef7ab8e0 10/03/2011 08:59 pm Josh Blum

core: make the lib/swig depend on the generated targets

270aa295 09/30/2011 04:46 pm Tom Rondeau

Fixed stupid mistake in new method.

68e48262 09/30/2011 04:31 pm Tom Rondeau

Added a method to get the current timing rate from the pfb clock sync block.

15ae4167 09/29/2011 08:16 am Josh Blum

swig: added python script to auto-extract dependencies

74ec2b60 09/29/2011 06:03 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

3f7db0af 09/29/2011 05:16 am Josh Blum

Merge branch 'next' into digital

Conflicts:
gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc
gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc
gnuradio-core/src/lib/general/gr_pll_refout_cc.cc...

9e73c4e8 09/27/2011 06:56 pm Josh Blum

core: add link with librt for shm_* calls

21e9139f 09/27/2011 05:32 pm Johnathan Corgan

Merge branch 'master' into next