Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / gengen @ 57b3fa45

Name Size
Makefile.am 3.7 kB
Makefile.gen 6.4 kB
generate_all.py 1000 Bytes
generate_common.py 2.8 kB
gengen.i 218 Bytes
gengen_generated.i 5.8 kB
gr_add_XX.cc.t 1.6 kB
gr_add_XX.h.t 1.3 kB
gr_add_XX.i.t 978 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.5 kB
gr_add_const_vXX.i.t 1.1 kB
gr_add_vXX.cc.t 1.9 kB
gr_add_vXX.h.t 1.4 kB
gr_add_vXX.i.t 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_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.8 kB
gr_divide_XX.h.t 1.3 kB
gr_divide_XX.i.t 978 Bytes
gr_endianness.h 990 Bytes
gr_endianness.i 853 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_multiply_XX.cc.t 1.6 kB
gr_multiply_XX.h.t 1.3 kB
gr_multiply_XX.i.t 978 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_multiply_vXX.cc.t 1.9 kB
gr_multiply_vXX.h.t 1.4 kB
gr_multiply_vXX.i.t 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.1 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.8 kB
gr_sub_XX.h.t 1.3 kB
gr_sub_XX.i.t 978 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.5 kB
gr_vector_sink_X.h.t 1.4 kB
gr_vector_sink_X.i.t 1 kB
gr_vector_source_X.cc.t 2.1 kB
gr_vector_source_X.h.t 1.5 kB
gr_vector_source_X.i.t 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
776da31e 02/21/2008 07:16 pm Michael Dickens

Merged build_config branch into trunk:

1) Modified top-level run_tests.sh script:

a) to execute code for setting or changing the library search path in
Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs
only, not on other host OSs.
...
3a4437ae 02/19/2008 03:12 am Johnathan Corgan

Merged Tim Meehan's gr.and_*, gr.not_*, and gr.or_* blocks. Passes distcheck.

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

ac5495a4 02/18/2008 05:20 pm Johnathan Corgan

Merged r7732:7734 from jcorgan/boolean into trunk. Add's Tim Meehan's gr.xor_* blocks.

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

42d9c6f4 02/08/2008 11:32 pm Johnathan Corgan

Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki....

42ad2adb 02/06/2008 03:54 pm Tom Rondeau

Merging trondeau/ofdmfix into branch at -r7582:7586. This allows for over-the-air OFDM. Works with all modulations and tested both send and receive on different computers/USRPs. Misses a few packets, so it's not perfect.

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

cda71d95 01/24/2008 04:29 pm Eric Blossom

Doc fixes from Firas.

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

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

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

c7dbfcc7 06/04/2007 04:08 pm Tom Rondeau

merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with refactored OFDM blocks. A few bug fixes for other blocks have also been slipped in.

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

ce991c54 05/30/2007 06:14 pm Eric Blossom

added Trond's gr_max_* and gr_argmax_* blocks

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

28259329 05/02/2007 04:03 am Eric Blossom

cleaned up some warnings

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

View revisions

Also available in: Atom