Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / gengen @ d0a61158

Name Size
.gitignore 8.1 kB
Makefile.am 4.4 kB
Makefile.gen 6.7 kB
generate_all.py 1000 Bytes
generate_common.py 2.8 kB
gengen.i 1 kB
gr_add_XX.cc.t 1.7 kB
gr_add_XX.h.t 1.4 kB
gr_add_XX.i.t 1010 Bytes
gr_add_const_XX.cc.t 1.8 kB
gr_add_const_XX.h.t 1.4 kB
gr_add_const_XX.i.t 1.1 kB
gr_add_const_vXX.cc.t 1.7 kB
gr_add_const_vXX.h.t 1.6 kB
gr_add_const_vXX.i.t 1.1 kB
gr_and_XX.cc.t 1.6 kB
gr_and_XX.h.t 1.4 kB
gr_and_XX.i.t 983 Bytes
gr_and_const_XX.cc.t 1.8 kB
gr_and_const_XX.h.t 1.5 kB
gr_and_const_XX.i.t 1.1 kB
gr_argmax_XX.cc.t 1.9 kB
gr_argmax_XX.h.t 1.3 kB
gr_argmax_XX.i.t 1017 Bytes
gr_chunks_to_symbols_XX.cc.t 2.1 kB
gr_chunks_to_symbols_XX.h.t 2.4 kB
gr_chunks_to_symbols_XX.i.t 1.2 kB
gr_divide_XX.cc.t 1.9 kB
gr_divide_XX.h.t 1.4 kB
gr_divide_XX.i.t 1010 Bytes
gr_endianness.h 990 Bytes
gr_endianness.i 853 Bytes
gr_integrate_XX.cc.t 1.7 kB
gr_integrate_XX.h.t 1.5 kB
gr_integrate_XX.i.t 991 Bytes
gr_max_XX.cc.t 1.8 kB
gr_max_XX.h.t 1.3 kB
gr_max_XX.i.t 1017 Bytes
gr_moving_average_XX.cc.t 2.3 kB
gr_moving_average_XX.h.t 1.9 kB
gr_moving_average_XX.i.t 1.1 kB
gr_multiply_XX.cc.t 1.7 kB
gr_multiply_XX.h.t 1.4 kB
gr_multiply_XX.i.t 1010 Bytes
gr_multiply_const_XX.cc.t 1.8 kB
gr_multiply_const_XX.h.t 1.4 kB
gr_multiply_const_XX.i.t 1.1 kB
gr_multiply_const_vXX.cc.t 1.7 kB
gr_multiply_const_vXX.h.t 1.6 kB
gr_multiply_const_vXX.i.t 1.1 kB
gr_mute_XX.cc.t 1.9 kB
gr_mute_XX.h.t 1.4 kB
gr_mute_XX.i.t 1.1 kB
gr_noise_source_X.cc.t 2.5 kB
gr_noise_source_X.h.t 1.6 kB
gr_noise_source_X.i.t 1.2 kB
gr_noise_type.h 1 kB
gr_not_XX.cc.t 1.5 kB
gr_not_XX.h.t 1.3 kB
gr_not_XX.i.t 983 Bytes
gr_or_XX.cc.t 1.6 kB
gr_or_XX.h.t 1.4 kB
gr_or_XX.i.t 983 Bytes
gr_packed_to_unpacked_XX.cc.t 3.8 kB
gr_packed_to_unpacked_XX.h.t 2.7 kB
gr_packed_to_unpacked_XX.i.t 1 kB
gr_peak_detector_XX.cc.t 3.2 kB
gr_peak_detector_XX.h.t 3.9 kB
gr_peak_detector_XX.i.t 1.7 kB
gr_sample_and_hold_XX.cc.t 1.6 kB
gr_sample_and_hold_XX.h.t 1.4 kB
gr_sample_and_hold_XX.i.t 978 Bytes
gr_sig_source_X.cc.t 6.3 kB
gr_sig_source_X.h.t 2.3 kB
gr_sig_source_X.i.t 1.6 kB
gr_sig_source_waveform.h 1.1 kB
gr_sub_XX.cc.t 1.9 kB
gr_sub_XX.h.t 1.4 kB
gr_sub_XX.i.t 1010 Bytes
gr_unpacked_to_packed_XX.cc.t 3.6 kB
gr_unpacked_to_packed_XX.h.t 2.7 kB
gr_unpacked_to_packed_XX.i.t 1 kB
gr_vector_sink_X.cc.t 1.6 kB
gr_vector_sink_X.h.t 1.5 kB
gr_vector_sink_X.i.t 1.1 kB
gr_vector_source_X.cc.t 2.3 kB
gr_vector_source_X.h.t 1.6 kB
gr_vector_source_X.i.t 1.1 kB
gr_xor_XX.cc.t 1.6 kB
gr_xor_XX.h.t 1.4 kB
gr_xor_XX.i.t 983 Bytes

Latest revisions

# Date Author Comment
9911a8d9 12/07/2010 09:35 pm Eric Blossom

Remove incorrect if PYTHON around swiginclude_HEADERS

55685f7a 12/07/2010 07:16 am Eric Blossom

Merge branch 'next' into guile-next

  • next: (116 commits)
    Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted....
d692a41f 11/25/2010 01:29 am Eric Blossom

Major Makefile.am housecleaning. Passes distcheck.

Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*

Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...

5783b693 11/11/2010 02:21 am Eric Blossom

Revert "add the .i files as dependencies"

This reverts commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65.

The dependencies doesn't make any sense. There's an attempt to run
sed on files that haven't been generated yet.

f43d2a47 11/11/2010 12:57 am Rob Savoye

add the .i files as dependencies

31661e65 11/10/2010 08:10 pm Eric Blossom

Change const vector to const vector ref to ease swigging.

d46b800b 11/09/2010 03:42 am Tom Rondeau

Fixing signed/unsigned warnings.

0a9b999b 08/03/2010 08:43 pm Eric Blossom

Modify all block factories to use gnuradio::get_initial_sptr.

cdecd3aa 08/15/2009 06:32 pm Eric Blossom

Added reset method to gr_head and gr_vector_sink. This allows graphs
containing these blocks to be run more than once with user control
over when the reset of the counter and sink occurs.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11599 221aa14e-8319-0410-a670-987f0aec2ac5

253018c6 08/14/2009 06:10 pm git

Added git ignore files auto created from svn:ignore properties.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5

View revisions

Also available in: Atom