Statistics
| Branch: | Tag: | Revision:

root / gr-vocoder @ master

# Date Author Comment
d44322fd 04/04/2013 02:38 pm Tom Rondeau

docs: updating Doxygen categories for all blocks.

Block categories in Doxygen now match where they are in GRC's category tree.

9ce3e6b3 04/04/2013 02:37 pm Tom Rondeau

grc: removed 'old' grc keys from block_tree.

This does not remove the actual GRC files, just how we find them in the block tree structure of GRC.

Renames all blocks not updated to 3.7 style as "(old)" in name.

f2e1c500 03/13/2013 07:36 pm Tom Rondeau

log: replacing log4cxx with log4cpp.

53ff88a6 03/05/2013 11:51 pm Nicholas Corgan

Added Windows DLL resource files

ce211603 03/01/2013 06:19 pm Tom Rondeau

Merge branch 'master' into gr_log

Conflicts:
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/main_page.dox
gnuradio-core/gnuradio-core.conf.in
gnuradio-core/src/lib/swig/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt...

e788c523 01/02/2013 02:42 am Michael Dickens

Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).

b928f8bd 12/12/2012 04:02 pm Tom Rondeau

build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the cause of the parallel build woes.

c4c0ce97 11/14/2012 05:23 pm Josh Blum

gr: same change for common PYTHON test paths

Conflicts:

gr-analog/python/CMakeLists.txt
gr-blocks/python/CMakeLists.txt
37f75225 11/14/2012 05:21 pm Josh Blum

gr: set a common GR_TEST_TARGET_DEPS for all module unit tests

Each unit test shares common dependencies,
but we have been neglecting to set these.

In this changeset, we set one top level GR_TEST_TARGET_DEPS,
and simply append module-specific dependencies for each test....

c9dc5824 09/06/2012 04:01 pm Tom Rondeau

Merge branch 'master' into gr_log

Conflicts:
CMakeLists.txt
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/build_guide.dox
gnuradio-core/CMakeLists.txt
gr-digital/lib/CMakeLists.txt

06c325cb 07/03/2012 09:22 pm Johnathan Corgan

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 depend on the gr core swig target.

Conflicts:

gr-filter/swig/CMakeLists.txt
d71d02d7 06/08/2012 04:15 pm Tom Rondeau

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 components have been updated to be able to use logging. Docs update, too.

f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

7c6361c8 04/03/2012 09:52 pm Tom Rondeau

Merge branch 'rm_python_ext' into cmake_builds

Conflicts:
CMakeLists.txt

7dc08ba2 04/03/2012 04:26 pm Tom Rondeau

examples: Reworked locations and installation of examples.

All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.

2bf64459 04/01/2012 08:13 pm Tom Rondeau

Removes all references to guile and scheme, which are no longer needed.

The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.

a2149950 03/22/2012 10:07 pm Johnathan Corgan

Merge branch 'master' into next

116f8234 03/22/2012 08:46 pm Josh Blum

volk: added volk as depedency for various components

Its important to list the dependent libraries for a test
so the library path can be correctly set.
This is necessary on platforms without dynamic re-linking.
e9a9b3d6 03/09/2012 12:48 am Johnathan Corgan

build: updated ignores

8a4a83a7 02/17/2012 09:51 pm Johnathan Corgan

Merge branch 'master' into next

Conflicts:
gr-vocoder/grc/Makefile.am
grc/blocks/Makefile.am

3a3ff1b5 02/17/2012 09:24 pm Johnathan Corgan

vocoder: add xml blocks to autotools build

0062ab71 02/17/2012 08:41 pm Johnathan Corgan

vocoder: fix typos in added block xml

37021a4c 02/14/2012 07:23 pm Johnathan Corgan

Merge branch 'master' into next

183d816a 02/14/2012 07:14 pm Martin Braun

Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)

c51087bb 12/11/2011 09:07 pm Johnathan Corgan

Merge branch 'master' into next

Conflicts:
config/lf_warnings.m4
volk/config/lf_warnings.m4

c0848789 12/11/2011 07:40 pm Tom Rondeau

vocoder: fixed some unused vars warnings.

00420d32 12/08/2011 09:48 pm Johnathan Corgan

Removed autotools, gr-waveform, some cleanup

Nick Foster owes Nick Corgan a six-pack of beer!

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.

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.

2d88dd48 11/30/2011 07:45 pm Tom Rondeau

docs: fixing variable for location of header files (SOURCE not BINARY).

a2de55ca 11/28/2011 08:44 pm Tom Rondeau

docs: more appropriate variable to use when setting the include/headers directory.

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

docs: installing generated _doc.i files under autotools.

cfea4669 11/28/2011 04:25 am Tom Rondeau

docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.

355dbf5b 11/28/2011 12:06 am Tom Rondeau

docs: Adding swig doc generation to Makefile.am files.

70ca9bea 11/28/2011 12:05 am Tom Rondeau

docs: forgot to have the generated .i files installed.

19c40393 11/27/2011 09:42 pm Tom Rondeau

docs: added python doxygen docs to gr-vocoder

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

the libraries

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

Merge remote branch 'jblum/cmake_fixes' into next

1468be32 10/22/2011 04:05 pm Tom Rondeau

docs: don't need to distribute README files in docs component. Just the install path.

dd41a603 10/20/2011 10:15 pm Josh Blum

misc fix missing installed files/tweaks

88208913 10/20/2011 09:48 pm Tom Rondeau

docs: installing README files.

b82f5bd2 10/20/2011 06:04 pm Tom Rondeau

vocoder: fixed signed/unsigned warning.

7ed8b43e 10/19/2011 06:16 pm Josh Blum

cmake: fix that component depends on component hack

3d49591f 10/18/2011 06:50 am Josh Blum

added some more python dash B

1259a01a 10/12/2011 04:35 am Josh Blum

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

Conflicts:
gr-digital/include/digital_constellation.h

f878223c 10/09/2011 09:47 pm Tom Rondeau

docs: fixing copy-paste spelling error.

2656ad17 10/09/2011 09:10 pm Tom Rondeau

docs: adding README.vocoder and a Doxygen page for the vocoder block.

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

gr: the CMakeLists.txt took a chill pill

efaa238c 09/12/2011 06:39 am Josh Blum

cmake: support for importing executables when doing cross build

fbe4a14d 08/02/2011 07:45 pm Josh Blum

cmake: language tweak for component group description

609a0cbd 07/30/2011 01:24 am Josh Blum

cmake: tweaks + fixes for components/packaging

a3425a6f 07/24/2011 04:32 pm Josh Blum

vocoder: added missing examples subdir add

c6c77375 07/23/2011 06:54 pm Josh Blum

misc_next_branch_tweaks_to_build_on_osx_and_windows

3017c8ea 07/23/2011 06:29 pm Josh Blum

vocoder: updated cmake build for new blocks (also fixed some tests)

1904b381 07/23/2011 04:52 pm Josh Blum

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

Conflicts:
gr-trellis/src/lib/trellis_constellation_metrics_cf.cc

2165d0c4 07/23/2011 04:41 pm Josh Blum

gr: tweaks to build cmake branch on osx

dcee8e74 07/22/2011 11:21 pm Johnathan Corgan

gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback example

359715c3 07/22/2011 11:08 pm Johnathan Corgan

gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example

7d4199a4 07/22/2011 10:57 pm Johnathan Corgan

gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example

ec2d3a03 07/22/2011 05:33 pm Josh Blum

gr: added API macros for noaa and pager, also renamed the ones for digital and vocoder to be consistent

d760edf9 07/22/2011 05:18 am Josh Blum

vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linux

c79eb945 07/21/2011 07:05 am Josh Blum

vocoder: added cmake support for gr-vocoder (unix only)

c0580462 07/19/2011 04:31 pm Johnathan Corgan

gr-vocoder: adds alaw encoder, decoder, and audio loopback example

b80502b7 07/19/2011 04:22 pm Johnathan Corgan

gr-vocoder: adds ulaw encoder, decoder, and audio loopback example

877683e5 07/19/2011 03:01 pm Johnathan Corgan

gr-vocoder: moved g72x out of gnuradio-core, renamed g7xx

e90497c1 07/19/2011 12:10 am Johnathan Corgan

gr-vocoder: distcheck fixes

b409a4b0 07/18/2011 11:36 pm Johnathan Corgan

gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder

53cb984a 07/18/2011 06:43 pm Johnathan Corgan

gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder

30754b17 07/18/2011 05:04 pm Johnathan Corgan

gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder

fd1a28f6 07/17/2011 11:09 pm Johnathan Corgan

gr-vocoder: add skeleton top-level component