commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/jblum branch, msvc_compat_backports


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, msvc_compat_backports, created. b1336f4f38c0a3a8e9e39cef2e39831384d01789
Date: Sun, 26 Dec 2010 06:40:42 +0000 (GMT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jblum".

The branch, msvc_compat_backports has been created
        at  b1336f4f38c0a3a8e9e39cef2e39831384d01789 (commit)

- Log -----------------------------------------------------------------
commit b1336f4f38c0a3a8e9e39cef2e39831384d01789
Author: Josh Blum <address@hidden>
Date:   Sat Dec 25 22:21:44 2010 -0800

    clean up more directory call related stuff with boost filesystem

commit 56bb75a3eabf40edad7248aef997f90ca23b69cc
Author: Josh Blum <address@hidden>
Date:   Sat Dec 25 01:13:52 2010 -0800

    got changes working with build system, make check passes

commit bf81a747b8478835cee7cb9537b05963fdc9587e
Author: Josh Blum <address@hidden>
Date:   Sat Dec 25 00:18:20 2010 -0800

    MSVC compat backports
    
    Created attributes header to house cross platform attribute macros.
    Added casts to math overloads that did not resolve in MSVC.
    Moved factory functions that were after the class declaration to before;
    this is for the benefit of the linker and consistency.
    Replaced mkdir #define stuff with boost filesystem create directory;
    this adds a dependency on boost filesystem (uncommented in config).
    Replaced isnan and signbit #define stuff with boost math functions.

commit d209240b15f98233770efd4b184fe429ba77171a
Merge: 79c514b542d25e709903b41cfdc1673aae35ac1d 
7222b938cbfe0afd0886e4ce5e032cb756724903
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 23 22:13:36 2010 -0500

    Merge branch 'master' into next
    
    * master:
      clean now gets rid of unittest results. Passes distcheck.
      Modifying the unittest output. XML files are no longer written outside of 
the build tree.
      A new patch for fixing the alsa restart issue. Submitted by Volker 
Schroer.
      Reverting last change in alsa.
      PFB resampler: fix it this way to avoid the signed/unsigned warning.
      PFB resampler: fixes bug where filter could be looking past the number of 
inputs.
      Adding a "change in progress" check to alsa sink.
      Added a check in alsa sink if error has occurred due to blocking; if so, 
it will just drop samples and not get backed up. Patch taken from Marcus Leech 
10/29/2010.
    
    Conflicts:
        Makefile.common
        gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.cc

commit 7222b938cbfe0afd0886e4ce5e032cb756724903
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 23 20:58:20 2010 -0500

    clean now gets rid of unittest results. Passes distcheck.

commit 153de8c41caa9c478bec2f10b8a1167952809eed
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 23 18:31:28 2010 -0500

    Modifying the unittest output. XML files are no longer written outside of 
the build tree.

commit 79c514b542d25e709903b41cfdc1673aae35ac1d
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 23 14:29:56 2010 -0800

    Update volk .gitignores

commit 9fe81031520463dfe46a890fc9d039d44929a43a
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 23 11:00:58 2010 -0800

    Add test to see if Guile was built with threads enabled

commit 272971a25cbd777634331a8777d2fbab2bb10ab7
Author: Eric Blossom <address@hidden>
Date:   Wed Dec 22 16:49:05 2010 -0800

    Check for lt_dladvise_global and fall back to using lt_dlopenext if not 
found.

commit 65c10c943df0999926b0c96ef48e367e02a668da
Merge: 1a3e498933844e995e91e71b932b9e0bf8e2cc3f 
64ee9a2973e6c217c54f8cb0433ab24b0e52e2cc
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 22 18:05:52 2010 -0500

    Merge branch 'alsa_drop_samples'

commit 64ee9a2973e6c217c54f8cb0433ab24b0e52e2cc
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 22 17:41:30 2010 -0500

    A new patch for fixing the alsa restart issue. Submitted by Volker Schroer.

commit a8e58dba4d820e0b66d89bf05af29c381e46eef9
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 22 17:11:44 2010 -0500

    Reverting last change in alsa.

commit 75b650ef2506fe5c607517a3d5188b0705f60fde
Merge: 1984aab345857296564e174395cf3af1375e1469 
ed78ba5d9999bbe50507373a1aa2877ef0da64c6
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 21 13:31:58 2010 -0800

    Merge branch 'next' into guile.
    
    Passes distcheck.
    
    * next: (32 commits)
      volk: Fix for popcnt's 64/32-bit issues.
      Using a copy of config.guess and config.sub instead of sym links.
      Including time header to qa files.
      Changed python env variable to more globally usable version.
      gr_uhd: Quick fix for make distcheck failures if UHD is not installed.
      PFB resampler: fix it this way to avoid the signed/unsigned warning.
      PFB resampler: fixes bug where filter could be looking past the number of 
inputs.
      resampler PFB: Sets relative rate when rate is changed.
      Create method to set rate on pfb_arb_resamp after it has been created. 
Allow it to be called from GRC.
      volk: fix for running 32-bit OS on 64-bit processor. System is correctly 
identified as 32-bit and compiles with the correct flags.
      volk: changing the path variables again. This works on my various systems 
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit.
      volk: May be a hack, but it was required for my 32-bit Fedora 13 to work.
      volk: Removing unnecessary shell script; last commit takes care if its 
functions.
      volk: Fixing build system to handle making volk_mktables, volk_tables.h, 
and volk_config.h instead of a standalone shell script.
      volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error.
      volk: Adding a few more generic-only test cases.
      volk: adding generic QA test for 16sc_magnitude_32f.
      volk: modified the configure scripts to output which architectures it 
will be building based on the configure tests.
      uhd: update notes in grc blocks for addressing scheme
      volk: Removing erroneous SSE function that actually usese an SSE3 intrin 
(mm_hadd_ps).
      ...

commit ed78ba5d9999bbe50507373a1aa2877ef0da64c6
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 17 22:58:40 2010 -0600

    volk: Fix for popcnt's 64/32-bit issues.

commit a89f5dd45263209c535c272b56abb99133a4d6c7
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 16 21:49:45 2010 -0500

    Using a copy of config.guess and config.sub instead of sym links.

commit ce3e4c33d170b65cf288faec7d8da6a496eb6101
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 16 21:33:54 2010 -0500

    Including time header to qa files.

commit 320c16f5acdcbca6f59c735ad19619d7b82c434b
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 16 21:27:38 2010 -0500

    Changed python env variable to more globally usable version.

commit 1047775464c1bb8a86e727487551e2b14abd476e
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 13 12:21:35 2010 -0500

    gr_uhd: Quick fix for make distcheck failures if UHD is not installed.

commit a151e3e1ba2409b44fd2af8ba1f9bfbf3f0dbf25
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:39:06 2010 -0500

    PFB resampler: fix it this way to avoid the signed/unsigned warning.

commit 7e21f9ad055bb646b22edb462112443bab670b4e
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:22:40 2010 -0500

    PFB resampler: fixes bug where filter could be looking past the number of 
inputs.

commit c75950bd5babfcab323b29b956fa0b620c3c19da
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:09:32 2010 -0500

    resampler PFB: Sets relative rate when rate is changed.

commit 1a3e498933844e995e91e71b932b9e0bf8e2cc3f
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:39:06 2010 -0500

    PFB resampler: fix it this way to avoid the signed/unsigned warning.

commit 199b77a7b0cc48215a2acf1b317bce81a62e39f7
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:22:40 2010 -0500

    PFB resampler: fixes bug where filter could be looking past the number of 
inputs.

commit 9db640f51b3af0cc73a94471a623b4d394ec2aab
Author: Matt Ettus <address@hidden>
Date:   Sat Dec 11 14:42:57 2010 -0800

    Create method to set rate on pfb_arb_resamp after it has been created.
    Allow it to be called from GRC.

commit 504a2cce5df490bf9a6b2023cc1df568e51da20a
Merge: 051aa2f5bc9f2311bb81669eb4326fd906592a1d 
6cd7639e86285c2fc0f3771fd1111c4456d477a4
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 11 14:24:17 2010 -0500

    Merge branch 'volk' into next

commit 6cd7639e86285c2fc0f3771fd1111c4456d477a4
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 11 13:39:00 2010 -0500

    volk: fix for running 32-bit OS on 64-bit processor. System is correctly 
identified as 32-bit and compiles with the correct flags.

commit 88a4f3fcddb5a082caa39fe800ea893aface1280
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 11 13:35:00 2010 -0500

    volk: changing the path variables again. This works on my various systems 
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit.

commit 1984aab345857296564e174395cf3af1375e1469
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 17:07:59 2010 -0800

    and another

commit 0e4b0a6dec5d6051f16d5380067348586008202c
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 17:07:17 2010 -0800

    missed one

commit 2ceb37ef2f80289c4126c48c7cf05fde85fda019
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 16:38:57 2010 -0800

    Add guile/.libs to libpath

commit 08907ee94fb6c34531d57b988324c67c26c8b747
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 16:15:40 2010 -0800

    Use load-extension-global instead of load-extension

commit 67c77e22564fbd9cf4543ff939495b3259b3818c
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 16:12:04 2010 -0800

    Add new Guile gsubr that loads shared libraries using the equivalent of the 
RTLD_GLOBAL flag.
    
    This is part of a work-around for swig bug: 1863647
    
http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645

commit e7aa093f30c48c3c85abf446e24bc1cf144dc3e0
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 10 02:22:20 2010 -0500

    volk: May be a hack, but it was required for my 32-bit Fedora 13 to work.

commit 5ccd0554a51cc508a091bf27cd1bebc25c7b2bf9
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 10 01:51:55 2010 -0500

    volk: Removing unnecessary shell script; last commit takes care if its 
functions.

commit 8375fd6ca2f6e5edb923abe0d6341b6d4d2d1aae
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 10 01:48:17 2010 -0500

    volk: Fixing build system to handle making volk_mktables, volk_tables.h, 
and volk_config.h instead of a standalone shell script.

commit 74cbbd74dec5a1b976b5db028fe3aa4e20a899e3
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 9 20:49:29 2010 -0800

    Disable guile udp tests.  They were causing a problem on some systems.

commit 61d7638304db3c999bd43808fce0e531996dba87
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 20:24:21 2010 -0500

    volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error.

commit 31c85c66f38ed304db06e0696b3df1d2407378c8
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 17:53:05 2010 -0500

    volk: Adding a few more generic-only test cases.

commit f3c684751dc3da3a06d5960d8b961739bdf0fd12
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 17:34:29 2010 -0500

    volk: adding generic QA test for 16sc_magnitude_32f.

commit 87889c20c7551b39bb508408035c894dfc32fb0d
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 17:09:23 2010 -0500

    volk: modified the configure scripts to output which architectures it will 
be building based on the configure tests.

commit 97ff51156b492a1e52420a1f12cd75eccf2235ac
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 16:53:06 2010 -0500

    volk: Removing erroneous SSE function that actually usese an SSE3 intrin 
(mm_hadd_ps).

commit 79ca8f230d0f0758656e32a2bb0317f03e3317d0
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 16:52:33 2010 -0500

    volk: remove redundant warning message at top of volk.c file.

commit a72fa7a12cad5b32f06709c8939a4fb054679ca6
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 12:12:47 2010 -0500

    volk: Small fixes to M4 file for better project integration.

commit 63f520734e4e112da32f0dc5a59107c1397199ae
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 17:58:46 2010 -0500

    volk: Changing version number to 0.1.

commit a8f33e1b577342fd8149d9308d474871c44c7d52
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 17:26:40 2010 -0500

    Removing autotests of volk during make check and distchecks since they take 
a long time to run.
    
    These can be run by hand by executing volk/lib/test_all
    
    Also made a comment about needing a possible fix for this makefile.

commit 1cc88091470dd4654b6936cda92d81841e135209
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 17:00:38 2010 -0500

    volk: more changes to build system so that VPATH builds properly and 
project makes distcheck.

commit 46d55649012e4fb2838a6f8e9f3c9226ea8b2d50
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 12:19:28 2010 -0500

    volk: Working on VPATH build issues. Makes it through configure, fails on 
make.

commit 74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:29:58 2010 -0500

    volk: Fixing makefiles for dist. Distcheck still failing on other issues 
now.

commit 81d722595385eb4b2ef09cb76db1d4070fc11324
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:10:10 2010 -0500

    volk: adding config.guess and config.sub to project distribution.

commit f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:09:35 2010 -0500

    volk: Adding gitignore files.

commit 917e67d031bf5f044dfbbae3d4cf01b167b7b903
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:00:42 2010 -0500

    volk: Cleaning up naming from old libvector to volk.

commit 1186ab980d1e1fe36ff869097fd0697dd41ff7ae
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 00:59:23 2010 -0500

    volk: Updating build system so that volk configures and builds from 
gnuradio top level dir.

commit c6d4c7d5b410d066e55a31c787476a9ac96b1277
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 7 15:54:27 2010 -0800

    Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure that
    in-tree includes are searched before out-of-tree includes.

commit 239144659b29c0a5ecd83a34e0e57387a1060ed7
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 7 18:50:28 2010 -0500

    Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a 
new SIMD library.
    
    It currently stands by itself under the GNU Radio tree and can be used 
separately. We will integrate the build process into GNU Raio and start 
building off of its functionality over time.

commit 9911a8d9edcde54b9a18810f37799a58a6895310
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 7 13:35:54 2010 -0800

    Remove incorrect if PYTHON around swiginclude_HEADERS

commit c69cf50c8c553377d1ad9d353b207d57f5d3a47d
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 7 13:19:06 2010 -0800

    Change shell function definitions to use POSIX syntax

commit e0f038f1fbeb28b7a4678d0a90b7132836e10a21
Author: Rob Savoye <address@hidden>
Date:   Tue Dec 7 11:59:33 2010 -0700

    trellis_generated.i has to be generated first, befofre we can generate 
anything else.

commit 9552f6f1e1035c6973e1b7be40c2c3a8b4cf5b7d
Author: Rob Savoye <address@hidden>
Date:   Tue Dec 7 11:08:50 2010 -0700

    flag an error if --enable-guile is specified, but guile-dev is not

commit 55685f7a8ac97186de05a9e806824fa48e327d47
Merge: 59a1eeb1b18483ec716afde24df3f0593ed5085c 
e13783aeb84a2c3656c3344a8d52fa2c9ee38a00
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 23:16:25 2010 -0800

    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.
      Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to 
just specify the requested resampling rate without providing their own filter 
taps.
      uhd: reverting tag changes on uhd single usrp source, there seems to be 
issues with the work() logic
      uhd: removed default value chan=0 in the cc files
      WITH_INCLUDES _must_ be last
      uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME
      uhd: default channel params to zero for single source and sink blocks
      Revert "Removed usrp2-firmware from being automatically built."
      Remove generated file from repo
      Removed usrp2-firmware from being automatically built.
      uhd: added libdir to UHD CFLAGS (shared by lib and swig)
      Swapping out preset keys until I work out some of their issues.
      Modifying QA tests for the sample tags. By default, it only checks the 
sizes of the tags since order is not specified or guarenteed.
      Block is a gr_block, so this sets its relative rate. Was required for 
using in the QA of the sample tags code.
      Removing global pmt constants. Were causing segfaults during make check. 
Must fix this later.
      Fixing up the UHD sample tag example to take command line options.
      Swapping order of testing rrate.
      Changing propagation policy enum type name and making a few other minor 
edits.
      Changing API for gr_skiphead to use uint64_t for the offset instead of 
size_t (still unsigned). Fixes issue #304.
      Adding typedef for uint64_t and int64_t so we can use them through SWIG.
      ...
    
    Passes make distcheck.

commit 59a1eeb1b18483ec716afde24df3f0593ed5085c
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 20:02:51 2010 -0800

    Update comments for --enable-guile, reflecting that it's disabled by 
default.

commit 97a15322fbff109badfcca680bc860d508176bee
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 20:02:11 2010 -0800

    Remove copy of config/gr_standalone.m4 from top/config

commit f241c8d93983be5341200cbac5259218278076ea
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:54:42 2010 -0800

    Update TODO

commit 685a7b62e19850d5e51b1157b23a846b2df6e478
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:50:41 2010 -0800

    Remove unused variable grguiledir

commit cc088ab014791450d9d5d88564f3f889ece74909
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:47:42 2010 -0800

    Add guile QA code to gr-howto-write-a-block

commit e8542abdbf4da924dcdc54bfe2e7a20cda55c26b
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:10:45 2010 -0800

    Add prefix = NONE test to gr-howto-write-a-block

commit 743bfc5bbc819741e23c1105ef89959c0ccee893
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 18:55:22 2010 -0800

    Update TODO

commit ed4abf6f759a421bc845d9138f82df84bb4bbf96
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 20:22:22 2010 -0500

    Adding a "change in progress" check to alsa sink.

commit 910165a9eccf02bf4cb0fb30fb4e620426c1a000
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 01:18:36 2010 -0800

    Fix load-extension strings

commit 95254c28c18277012907354ae9fa5aef295271b8
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:49:17 2010 -0800

    Move swig related suffix/pattern rules from Makefile.common to 
Makefile.swig.

commit 5d92ead4644527b67bc8b94c9b12e7f085089fbe
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:45:31 2010 -0800

    Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to main

commit 05a68e2b0991b90ee974bcdc7a852604849ce377
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:42:21 2010 -0800

    Fix swig syntax error triggered in python/std_complex.i

commit 6ba2c80cdedf6d4eea99c565ffa8b204174d0576
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:31:22 2010 -0800

    Some piece of this commit triggers a syntax error running swig:
    
    make[2]: Entering directory 
`/home/eb/git/wf-exec/gr-howto-write-a-block/swig'
    Compile .i to .py
    /usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir .  
-I/home/eb/git/wf-exec/gr-howto-write-a-block/lib 
-I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig    
\
                -MD -MF python/howto_swig.Std \
                -module howto_swig -o python/howto_swig.cc -oh 
python/howto_swig.h howto_swig.i
    /usr/share/swig/1.3.40/python/std_complex.i:12: Error: Syntax error in 
input(1).
    make[2]: *** [howto_swig.py] Error 1

commit ea8a60ad9c2e0f9bdc57f77f5506c5906f8d1d6f
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:58:48 2010 -0800

    Make gr-howto-write-a-block work again...
    
    Copied Makefile.swig, Mkefile.swig.gen.t from ..
    Renamed howto.i to howto_swig.i
    Regenerated Makefile.swig.gen

commit 7a7a4b7ad1ccdb0c1f6814e6c258b1238fd92fd7
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:40:22 2010 -0800

    Fix EXTRA_DIST in gr-howto-write-a-block

commit 6df0423fe1880f5c33daa333604552ea68ac9593
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:34:24 2010 -0800

    Regenerated Makefile.swig.gen's

commit 0b5f66113f43d2ba94a1ca741b5ce65e1f9f2c02
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:30:54 2010 -0800

    Rename libguile- to libguile-gnuradio- to match guile library naming 
convention.
    
    The stuff in gnuradio-core ends up with funky names, but that could
    be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.

commit 4d16f8ac9e88babdcdf3dac3e5080d1bbf6fa1a7
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:09:34 2010 -0800

    update .gitignore

commit 0c4067dfff7be05325fc0fec1644600f5de8a226
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:26:48 2010 -0800

    tarball name: run-waveform -> gr-run-waveform

commit aceace631da21a63add224bf31004698ddaa6ea0
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:22:06 2010 -0800

    Comments

commit 20141767bab8be4f81e58148ea806e032ca9f7c4
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:21:41 2010 -0800

    Uhh, make that test_embed.cc

commit f8701535f8674bac374c4c4f6f99b831e2d7c2f2
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:08:46 2010 -0800

    Rename test_waveform.c test_embed.c

commit e89f4ac103fb6fa2013853389c449b102fcf2be8
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:01:22 2010 -0800

    Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix.

commit 5f12322d45e1a4c7464f78151e108646f7b1cc44
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:00:57 2010 -0800

    Less verbose

commit 350a427f995b9d1641c94603d3f216457608f015
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 21:42:53 2010 -0800

    Put all files in filesystem, not just .scm

commit b00008cb27c9170883c9ecd56c857a9937ec6558
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 21:36:03 2010 -0800

    Override primitive-load et al. before loading code.

commit 378bace460ed556d4e1783c9585f9417e84385eb
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 21:33:10 2010 -0800

    xyzzy-search-load-path -> %xyzzy-search-load-path

commit 63728823a570a305a18d462dae2d07ba77d520fd
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:32:15 2010 -0800

    Revert "Add "shims" for booting (mostly) from magic file system"
    
    This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b.
    
    This stragegy didn't work.  Our new gsubrs have not yet be defined
    when the ice-9/boot-9.scm code is loaded.

commit 6f1a20284530b20ee3e318cd2fc6724e65b96a14
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:32:07 2010 -0800

    Rename run_waveform.cc gr-run-waveform.cc

commit cd8a20ef121a9d07163b420020ba50012fb1a5e4
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:09:58 2010 -0800

    work-in-progress on run_waveform.cc

commit c9597503e054b24ec79e6e379b2b56ffc369f3f3
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:09:06 2010 -0800

    Try to get block destructors called (fairly) early

commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:08:07 2010 -0800

    Add "shims" for booting (mostly) from magic file system

commit 331a74a4d9f0f983c6892ca5d01e8ef4f5308e76
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 13:14:15 2010 -0800

    Make xyzzy_open_file work. (And a bit of renaming.)
    
    xyzzy_open_file (nee make_xyzzy) was not stripping off the magic
    prefix before searching, and was thus always creating a new entry in
    the map and returning a "" string.

commit dd75f58e8b7efb061ff58b29bd1bfa7b306d3058
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 12:12:55 2010 -0800

    Add filesystem.dat to CLEANFILES; other minor tweaks.

commit f1d2556215b72104bdfae2d389e1fdd6ef01690c
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 12:10:57 2010 -0800

    Modify scm_xyzzy_init so that it looks up the system values of variables.

commit 5ca9632f0843fb28a860245f5905757b842a45cd
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 12:09:56 2010 -0800

    Allow xyzzy_init to accept NULL or "\0" to specify install path

commit 9faf5081bc5676fe0e6c3b66622e502ddb419d4c
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 22:36:45 2010 -0800

    Add code to handle lib vs lib64

commit cef9e8f38edb3f6aaea811fa04cfeebdbf26ba59
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 21:21:41 2010 -0800

    Moved contents of gr-guile into gnuradio-core/src/guile and removed 
gr-guile.
    
    Passes distcheck.

commit 9d91d36c7e509928705f093935024d08d2c019c8
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 17:27:36 2010 -0800

    Move guts of gr-run-waveform into gnuradio/run-waveform.scm

commit 09dc1cd6928d1c32cf06509a8b81202e11bcf3a4
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 14:18:41 2010 -0800

    Update copyright dates

commit b7a674aaa5c37e8616ea43524ca9d48173e9d870
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 14:15:24 2010 -0800

    Fix const-related warnings

commit d3538cbcefec7e1d409442a97df093447c5e6268
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 19:12:03 2010 -0700

    fix xyzzy-search-load-path test case, it was incorrect

commit 98a91e0f2cb8ebdc89dd6ba24fd25911303249a7
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:19:15 2010 -0700

    fix xyzzy-search-load-path, now the function works.

commit 329c5da374781e5cd2e93e89de12bdf7fb71f979
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:18:18 2010 -0700

    get the current value of %load-path

commit b36c97ef1ea06ffc014f08286047ad71d4193ad3
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:02:37 2010 -0700

    be less verbose

commit 8976fdfda16729f433c74ed11b2f8f7ec7340210
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:02:07 2010 -0700

    improve xyzzy-search-load-path tests

commit 99f4366b48d254051f68b10b2d43b83cc9fb2143
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 17:42:11 2010 -0700

    add xyzzy-primitive-load and xyzzy-primitive-load-path along with a minimal 
test case

commit e44a9201737d4d52670bfbcb22d9b61e50846732
Merge: c41980f614ad97d84358aa7bbcd674786db0b13c 
37c2a3826eb876e8942d83991cd94284cc886903
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 16:39:50 2010 -0700

    Merge branch 'guile' of gnashdev.org:/var/www/git/gnuradio into guile

commit c41980f614ad97d84358aa7bbcd674786db0b13c
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 16:39:34 2010 -0700

    add xyzzy-primitive-load and minimal test case

commit c0a4e83d1c455bf24ab7d97f0e4f8ae787bd2fa9
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 16:39:10 2010 -0700

    drop the older read_only port prototype, the code is already gone

commit 37c2a3826eb876e8942d83991cd94284cc886903
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 29 10:59:10 2010 -0800

    Add additional scripting language vector tests

commit 8c37ad1bd2811623e803aafc566ad7029a5ce744
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 11:41:07 2010 -0700

    be less verbose

commit 91f39c0d0ce2783b49ab34d77396c62cfb30d315
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 11:40:15 2010 -0700

    tweak display strings so we don't confuse them with the scheme based tests

commit 71c2792b3cc59e82dd8e0ac8e7359ac474ae7d69
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 11:39:33 2010 -0700

    test for the proper results in the scheme code too

commit 28100c5fe218f7448025ee9c2aea309687be92ca
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:56:20 2010 -0700

    drop temp variable from test

commit 81e4bc16b1ce173e7dbdd2c532b45aacc37d09cb
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:54:54 2010 -0700

    add more tests for the port

commit 47c2db981d40efc79b88dba94e29b25b50a45923
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:32:27 2010 -0700

    add cat test for the new port

commit 75c52385ecc1ca66caa2986cffe9105f9532895f
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:02:58 2010 -0700

    drop the rest of the crufty old ports code, string ports are great!

commit 8b8159e2160751ca0458ae3fc21143d54da0acf4
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 09:52:33 2010 -0700

    remove old crufty port code we don't need now

commit aa0e03921168c1cc03cd7f401edf7a7d659a40a4
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 09:42:18 2010 -0700

    use a string port for the file contents.

commit 4b4010192f80b0edd06e6a82124ce687f38e14f1
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 09:41:02 2010 -0700

    use a string port for the file contents.

commit d821d126d852883671f22efe9d96b64829d665a1
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:57:57 2010 -0700

    add scheme test cases to EXTRA_DIST

commit 2060f255c79a0656b6b66b3bc7b772667c4f932a
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:57:34 2010 -0700

    load scheme test cases, test for the results

commit f3570d3fb25113d5f89bd9f258fa8cf996425b70
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:57:02 2010 -0700

    move make port between files to reduce messy extern prototypes

commit 3ecf6fb2c22ecac75e70c9b1b5009cf2b5cf2b5f
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:55:53 2010 -0700

    scheme source test cases

commit 90f6ec6f292a0eca9ce8d63cb56f87ba7f1efae8
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:55:45 2010 -0700

    drop ifdef around exists test

commit f1cfef2058284119c00770811e22a20d6e9d6f4b
Merge: ee712e58c0aad6672490659bfa2b440db002c93d 
1d8fb42db7d9f49ba0cf8b92d05e9f57e6e2826a
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:17:04 2010 -0700

    ifdef file conflict

commit ee712e58c0aad6672490659bfa2b440db002c93d
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:11:40 2010 -0700

    return the right path

commit 1d8fb42db7d9f49ba0cf8b92d05e9f57e6e2826a
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 28 19:09:46 2010 -0800

    fix for xyzzy-search-path

commit 72e1222eb7b4eb3a1fcaef0ec116af9ced9c0061
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:01:26 2010 -0700

    load the data file

commit f65e80377e43de3635bf1ced46005ba7e6e8a1a5
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 19:07:27 2010 -0700

    rename the test case to use C inetead of C++

commit 35a0021f1a77824d6b15d5efa04c28bdc1ed13a9
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 19:06:56 2010 -0700

    add an init function to initialize the scm_xyzzy_* fucntions

commit 98f42ab8cfe4fa9fd69c584aa48bdaf0215fbad0
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 17:46:43 2010 -0700

    reduce to the minimum required for one function

commit 925e377fac66324dd8fe07ccdd7fbb77ea47a856
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 17:45:56 2010 -0700

    add new test case, similar to run-waveform

commit d520aee52daa13855adaef224c9988b58e83126c
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 14:51:30 2010 -0700

    be less verbose

commit 8da224c86c228023d9ba0e5662af84cb9e00e72e
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 14:45:38 2010 -0700

    fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-)

commit 6c773025331aa153ffa62a373725ecae0a16de35
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:56:19 2010 -0700

    add compile script

commit 07afaeebb27aa8608275a4949aa94206a227b8f2
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:55:26 2010 -0700

    rename the other search functions

commit c5acc6ed14484d010453209895b2bd8ee63a634d
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:53:57 2010 -0700

    minor tweak to the test output strings

commit b68acf9988c51bc8afb91ab80569aad89b70d4dc
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:14:04 2010 -0700

    fix xyzzy_file_exists() and test case

commit 678f405e3abcdae357a1b583d94bf2005a3bbdc0
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 11:51:08 2010 -0700

    #ifdef in make_read_only_port to change how it segfaults

commit 8725c06dc3540f802fc78d5fb4d7059bcbd6f942
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 11:47:13 2010 -0700

    enable the xyzzy_make_read_only_port test

commit 1d130688b7178fd76db43c01bb629e8060a0cd4b
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 10:41:37 2010 -0700

    use PYTHON from configure instead of hardcoding it.

commit ab8b287c42747d83e755e9b6b5993ff8b3467618
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 10:40:55 2010 -0700

    look for the python executable, so we can use it to run gen-xyzzy

commit 7be688c21cbd9a912110ceb267dc85408af192d7
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 10:18:14 2010 -0700

    allocate memory for the port buffer

commit b4d963b675db225a86a7243c10ba1f8cd6e34fdc
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 20:36:56 2010 -0700

    more progress on ports.

commit b2a39b5cbb40b85450c9b6fa07338fe048cc7892
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 17:33:04 2010 -0700

    Prepend the magic number for found paths. Override primitive-load.

commit 4566879af30795e27baf10ac7f8b7b8cbc64b743
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 17:05:29 2010 -0700

    override primitive-load

commit 66a68e3c4710a26cab8d5d586b9e9bacd1d4761e
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 16:13:42 2010 -0700

    move the contents of load.x into the source file.

commit 8f9eb3d4c09ec67bfc5a7e45ce6aba3051be2ad1
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:34:37 2010 -0700

    be less verbose

commit b976c98fcd28b63b94f9ff7c7e32e9279eddc13b
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:33:26 2010 -0700

    rename some methods for xyzzy

commit f4f598d3aeca980c8519e6c8ae90a680d48f7617
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:32:46 2010 -0700

    don't use C++ data types for return or args, this is a C function

commit 1163be128e9da5863769b26cc0be1196ee129dfa
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:32:00 2010 -0700

    use a char * instead of a std::string to keep C happy

commit 8976b0eee9c73230e6e45eedbaff703c2574dc77
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 11:31:17 2010 -0700

    load the data file from the local directory, as it's now correctly 
generated at build time

commit ee2bb0e21d898753fa0c5265168bf075a8bebd56
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 11:30:41 2010 -0700

    set a few more variables, neede by the generated libpath.h

commit 93f9a98efb8dbfe48ba6cbe8325969e97fe840da
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 11:30:00 2010 -0700

    build the generated filesystem and install it. Build libpath.h, needed by 
xyzzy-load.c to get it's path definitions.

commit 92098304def5782d2e1a0e6dec623595ab2e8f70
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:26:01 2010 -0700

    data file needed by xyzzy-load.c

commit edddbb1a182983c2ec2a55bbafe30a119cc0b994
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:25:37 2010 -0700

    start getting I/O ports to work

commit b5a8b6fdf5596123ecd2e7bcfb346945247db742
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:25:03 2010 -0700

    add additional headers needed to compile this file outside of guile

commit ca25dcfbbcd35778eb4f6bec4b71ed1d530d4311
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:24:34 2010 -0700

    add AM_PROG_CC_C_O sinxe we now have one C source file.

commit 156eaed5badf663c9a7658b7732a8f9f2cef24e4
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:24:07 2010 -0700

    try to create a new I/O port

commit 17077b3ac9119c69d30228294f083380c22c5b9a
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 09:57:32 2010 -0700

    local copy of load.c from guile

commit 5db042a3236922876308b1edbf4afdf9c7053e75
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 19:45:21 2010 -0700

    move the guile callbacks to the C linkage section

commit e3b28ef55710ba40139921e50874b64a8089b7ef
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 19:44:46 2010 -0700

    link the guile libs into the test cases

commit aef7d16d8752f3e97a6d1d5e64399c498bce5123
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 19:44:11 2010 -0700

    add test for xyzzy_make_read_only_port()

commit 775f1117e149d86429c8b7024d780ed6536c7f24
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 18:37:26 2010 -0700

    add initial code for ports support

commit 6120aac92f3a2525a49364000a48d9f6e8b285b1
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 17:41:03 2010 -0700

    make less verbose

commit 28c2d2bf31a088a6748dc030e2c531dbfda3bde1
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 17:40:17 2010 -0700

    XYZZY::clear() dropped

commit 89f5dd30f2aae41ae5d003b47ae561cfdbb95eb8
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 17:39:56 2010 -0700

    read the strings and content into a big std::map<>

commit bfadc487d9eeba1711fa65690ca42437a673930f
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:39:54 2010 -0700

    read a string from the stream

commit 1452e6a8ad83bb8506d0114abddcf1df92774be4
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:07:09 2010 -0700

    drop the seekg()

commit 9b7e9228428e3179f866fe73b088d85a2ecc2222
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:01:21 2010 -0700

    read in data file header, directories, and strings.

commit 2b7e3d07593318708793ef94c2fdefb8f27301eb
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:00:39 2010 -0700

    add the m4 macros libtoolize adds

commit d9f4d83886cc19eb10808e85ac3785779b3000f1
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:00:21 2010 -0700

    pass in the data dir too

commit 8779a5b0862d0549b6543f3f1383a6ca3b47432b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 15:59:58 2010 -0700

    only test C API for now, as it uses the C++ one anyway. Add tests for 
xyzzy_init() and xyzzy_file_exists()

commit c2a537525d6a36d025a597003c2112133cce0394
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 13:33:49 2010 -0700

    fix header parsing test. FIx hex2mem()

commit 518c3129ca021a1f915af19815c6959ec408e82b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 13:03:21 2010 -0700

    read in fake file header and directory entries and byte swap them to the 
correct data

commit 712e2a1b1235b9f1272b56ae90afbc776c884f7b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 11:23:37 2010 -0700

    create C++ class with C linkage bindings for guile. Add string conversion 
static method.

commit 9039bed758fc3e3513ca96a33e6fe130b5d976a2
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 11:22:54 2010 -0700

    test string conversion static method.

commit 922bc95950787d74265cc68e572dba331753f6b2
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 11:22:18 2010 -0700

    add test case and new XYZZY class files.

commit e8a3f5bacd2d7b662e43be4bee0189d91465281b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 10:30:40 2010 -0700

    start adding code to handle the filesystem data file

commit 06f49339578b048b6a2f9d892ba61081e96a4186
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:51:54 2010 -0800

    Add run_waveform.scm, main scheme code to load by run_waveform.cc

commit c0c8a88a6fc6e23213b86fac1de06966a7c4f698
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:44:44 2010 -0800

    Remove space

commit 877c85d0b15298322a9981f99d5afe639e048c0c
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:39:46 2010 -0800

    Remove configure from repo

commit e3ec22b15908d1a654c75c4106eb30efec5b0cf5
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:34:56 2010 -0800

    Add gen-xyzzy, a tool to build the "magic fake filesystem"

commit 29c731728439f505582d62a2703ce1515a45e869
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 13:00:30 2010 -0700

    add some comments

commit 860164ebdb0dd76ce70ad912a8d2ebdd768e8329
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:50:11 2010 -0700

    pass in srcdir so we can find our data file.

commit 2bf7d1db019d2ab3e40530c6818fa20153464e24
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:49:28 2010 -0700

    return the string, not a #

commit 3a344433295b769d820e88332659dfe067e24819
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:45:33 2010 -0700

    read in a scheme source file that defines a function and execute it.

commit 71d5503d70e10fde8db0ddebe4451d52b6cb0bb5
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:44:49 2010 -0700

    add the srcdir so we can find the data file

commit eb53ba5e8604bcd3e782d7b470c2214d3c24c1ed
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:24:25 2010 -0700

    hello world in scheme

commit a0ae40af9e59dc24a4c0c5ff9de69104ddb3526a
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:01:05 2010 -0700

    launch guile interpreter from standalone app, with simple example

commit 617812045d62da388b464c126539aaa6fa5f59a4
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:00:16 2010 -0700

    add gitignore file

commit c31f12f2dee7b42d327f85bbc5a9830735d05ec6
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 11:27:36 2010 -0700

    add initial (no guile yet standalone app)

commit 99cb6144a82b88209af2d613e9636449038fcee3
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 11:04:28 2010 -0700

    add version.sh file from howto

commit 2da40a7644375e13881105495f5848cfa45d471b
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 11:02:19 2010 -0700

    add bootstrap file from howto

commit ac0d67d4c394d6ac7738525afb4fcfd7f3e95fc0
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 19:25:14 2010 -0800

    Conditionalize gr-guile/Makefile.am

commit 4dce044bcba406c69704baad7ff1a30a35a6d0e2
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 19:18:11 2010 -0800

    Add conditionals around gnuradio-core/src/{guile,python}

commit b005e7d9f481ed39591d97ef697621368e6505c0
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 19:08:21 2010 -0800

    Update .gitignore's

commit 401465831199fa8e29f36d604d9004020a657e72
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 18:35:20 2010 -0800

    Update .gitignore's

commit 6b5643a78ad552722567f5b73ca7e1ec042beb5f
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 18:22:51 2010 -0800

    Generate precise list of swig related output files.
    
    This list is used to prune files from the distribution and to remove
    exactly the generated files during make clean.  Passes distcheck.

commit 5d03065c2f21e7f29533eea22aada42df473e74a
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 17:37:56 2010 -0800

    Move generate-makefile-swig rule to end of file

commit d692a41f98e7b888c745efbb9fcbbb0400f39025
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 17:29:11 2010 -0800

    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
    such that they remove exactly the generated files.

commit 42fe3e571be14e70cb06ea1244125553f0606be4
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 17:28:18 2010 -0800

    Removed link to missing .png in an attempt to keep doxygen from crashing

commit 99dc38c8f81fe388b13bf46e3f53cc272765249e
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 13:49:59 2010 -0800

    Consistently use TESTS += in conditionals

commit 53fb7289b46ee4299a0341d9e02dad74483940b6
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:31:35 2010 -0800

    Confirm we can load guile noaa module

commit cec8dfd8d0331566c93abb69ca02913011ad2a91
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:20:02 2010 -0800

    Confirm we can load guile pager module

commit 4f578fca338f749c075c46f1a5f16ea5218c9f31
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:06:38 2010 -0800

    use export-safely

commit 64bdee166b0d852992873f7d37906d4c61a94b94
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:06:15 2010 -0800

    Confirm we can load guile usrp module

commit ac0b247d245dcc9cfd3e376c0e0ab2b6f18376d4
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 23:34:10 2010 -0800

    Add uhd.scm wrapper for uhd_swig.scm

commit 5c686d0989c961ff1c5d20c3d9de4d86759ca3af
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 22:26:25 2010 -0800

    Add disabled guile test to trellis

commit 17b63012f821a85924c174b7d89f1236ba4ac5d0
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 22:25:51 2010 -0800

    Move verbose-equal? to lib.scm

commit a213cbed474164ed31a26fd4dbdbe3f13c293b6e
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 21:44:15 2010 -0800

    Enable guile test for trellis

commit 6d39f287754ec8809256853ff96587da34561f47
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 21:43:22 2010 -0800

    Update to new test boilerplate

commit 7039c1b4c11a114bbc79f9beef23bfa52209dbe1
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:59:43 2010 -0700

    nuke the .d depenency files created by the suffix rules by swig

commit 39bb12a5af445d0d12abd2e234aa0962ee49e46b
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:53:37 2010 -0700

    remove commented out block in dist-hook target

commit 609aa205e5eabb7c47acc7141c7bcd66e9656fc6
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:19:59 2010 -0700

    don't nuke directories from the dist tarball, only files.

commit 1e0faf29d41c6af754e3ceec30d217ce69452cd1
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:16:25 2010 -0700

    add a few more .m files

commit d629da652a81202602fece6294e723051fc61d30
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:15:50 2010 -0700

    by default for distcheck, cpnfigure enableing both python and guile.

commit 48b0ffce87631d115bc363b21c4bf466f1bc6ae9
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 22 10:37:16 2010 -0700

    always look for swig

commit 9e8c1f6d60317ee3b3aa5663055f444ef593f8c3
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 22 10:36:46 2010 -0700

    we don't want tcl support for now

commit 77018d201be9cc58af1ae21cd9d45038e3bbfcc0
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 22:59:14 2010 -0800

    Add missing -

commit 534d95dcadcd4351337ba3fd97a2c94405bc6124
Merge: 9cf988ad17529416f841870b01d0f548e1a0b9a0 
e4eb47f0dd55485693e70ec2f45f79912fa899c4
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 21:49:17 2010 -0700

    merge from upstream

commit 9cf988ad17529416f841870b01d0f548e1a0b9a0
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 21:47:15 2010 -0700

    fix so distcheck *almost* fully works

commit e4eb47f0dd55485693e70ec2f45f79912fa899c4
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 19:43:39 2010 -0800

    Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig
    
    Confirmed that it builds and make checks on all four combintations
    of --{enable,disable}-{python,guile}.
    
    Have not tested make dist, but expect that there may be some problems
    with it.  I'm pretty sure that not all files that need to be removed
    from the distribution are removed, and make clean may still be leaving
    some files around.

commit 6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f
Merge: d4ed4d96470c91bcb7fb45da5e07641b24331cba 
ff62557a42b6ce89a711f9d0603c0fe52a891ed8
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 19:11:33 2010 -0800

    Merge branch 'works' into broken
    
    * works:
      Make Guile bindings work with --with-gnuradio-core et al.
      Update TODO
      Add guile SIGINT handler to gr:wait.
      Minor tweaks: comments, static
      Add guile shim to gr_top_block::wait that exits guile mode before 
blocking.
      Enable more tests
      Enable a couple more tests
      Remove 868 useless warnings about "is deprecated".
      gr_msg_queue now working correctly from within guile.
      Disable items that require swig directors when building guile bindings.

commit 93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:57:21 2010 -0700

    don't set no_dist_dirs here

commit 192acf4d1399f6e72c228f0448ab3c7cec15b36b
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:56:54 2010 -0700

    always cd into python or guile

commit d4ed4d96470c91bcb7fb45da5e07641b24331cba
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:07:59 2010 -0700

    go back to the generating the lists here, so make check works again

commit 6702bd5b6470dcae091b0d0c5aa426537f2cbc1e
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:07:12 2010 -0700

    always go into the swig directory

commit ac2fcdb905d616c4aa902479ed44d6ea90947c39
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 17:44:29 2010 -0700

    remove -/gnuradio_swig_bug_workaround.h, it's not generated anymore.

commit 734791dfe5489166ac561c6916051fde6241f2f4
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 17:43:58 2010 -0700

    don't generate this file anymore

commit ff62557a42b6ce89a711f9d0603c0fe52a891ed8
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 16:01:48 2010 -0800

    Make Guile bindings work with --with-gnuradio-core et al.

commit 4aa79b727486e1ecb4decf1945b178eb6a93cc4c
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 13:17:20 2010 -0800

    Update TODO

commit da6620e6a3d23b78e7231ba70b914974988d3ae1
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 20 18:27:04 2010 -0800

    Add guile SIGINT handler to gr:wait.

commit 5c91f873301a6eca0895788b0b03862fc0060a19
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 20 16:34:04 2010 -0800

    Minor tweaks: comments, static

commit 6551f537ed235bbb0ddfadb50744ea3b3fcbc2e6
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 20 16:30:43 2010 -0800

    Add guile shim to gr_top_block::wait that exits guile mode before blocking.

commit ff877cabe2384dc2155ef5af92ee8b959fd29806
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 19 08:07:52 2010 -0700

    regenerated

commit d67df105088b41285550006f12009081af792d0a
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 19 08:07:17 2010 -0700

    wrap python files with if PYTHON

commit 37a1e931c11f2ba0bdd8ef9ff07c6710e83c6139
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 19 00:47:07 2010 -0800

    Enable more tests

commit 31b5e27fbf72eca257bc4dd548e127ce16eef9ec
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 19 00:13:28 2010 -0800

    Enable a couple more tests

commit 3d3f38a1da8440b8f8f6d65dbf89b46ebfa48fd3
Merge: 6237fafa53938db53a3e2a82b79e80b524dd05db 
d74eacddbb8875479fef1d9ca75f36fca78df792
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 23:45:14 2010 -0800

    Merge remote branch 'gnuradio.org/next' into works
    
    * gnuradio.org/next:
      Remove 868 useless warnings about "is deprecated".

commit 6237fafa53938db53a3e2a82b79e80b524dd05db
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 22:22:23 2010 -0800

    gr_msg_queue now working correctly from within guile.

commit d1d226abdede58231583369047861cd2216489e9
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 18:00:58 2010 -0800

    Disable items that require swig directors when building guile bindings.

commit f2e0c5b9a703afb919fdcd9a49381bc2160a149e
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 18 18:39:34 2010 -0700

    regenerated

commit 9631c1fa5f67379218459030d4697ab56720fbfa
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 18 18:39:14 2010 -0700

    don't generate the list of scripts here, use the version in Makefile.swig

commit 2aeea40e9833609f0dec8da673dedcefc12a4ef9
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 18 18:38:38 2010 -0700

    don't generate python files unless python is enabled

commit f60c4420e1fdef24687ffed6baf4fd7fa5ca5cf8
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 17:33:05 2010 -0800

    Fix guile related problems with gr_message_{sink,source}.

commit 5331ab1ce1d24e1608f11fc57df5c84ad3c8be9e
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 20:55:47 2010 -0700

    fixe more tests

commit 18da1655fe25b7517577a9417c2304edbc3afdca
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 20:41:49 2010 -0700

    enable more tests

commit 9edc59fc7cff2321c87042733c0bf29115fb34ee
Merge: 6129a67cf6527a0f0dc8b83df108c4fe2147155b 
3f56b10b5eaef36643fd87044601ca47cd9fb707
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 19:00:12 2010 -0800

    Merge remote branch 'gnuradio.org/next' into test
    
    * gnuradio.org/next:
      distcheck fix for gr-uhd
      Keep doxygen 1.7.1 from crashing.
      uhd: swig changes for templated ranges

commit 6129a67cf6527a0f0dc8b83df108c4fe2147155b
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 18:29:22 2010 -0700

    don't look for swig if no scripting language is specified.

commit 690338290a18d452f408727983c873f8caa845bf
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 18:28:35 2010 -0700

    remove incomplete Tcl support to not confuse people

commit 3af8d11d26946007fbc34200208f783d78eb30e1
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 13:58:00 2010 -0800

    Updated TODO

commit 4eadee57c588940347027c7e7f99ac7e993874fd
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 13:54:04 2010 -0800

    Add support for guile std::vector< std::complex<float> >.

commit cfb2ff29a33e05b74cc80f3b68609af6bafc96ca
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 08:17:12 2010 -0800

    Update .gitignore

commit 8c81cf7d318d99f508e81bffcfd4c12ba0a2966e
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 16 21:40:55 2010 -0800

    Fix guile related problem with gr-usrp

commit 8180bb1d7020e07c9b0a217820c68d07f0d98a74
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 16 21:33:50 2010 -0800

    regenerated

commit 3c1c531408f3afaa465341b03b7f4f565ef53a0e
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 16 21:32:58 2010 -0800

    Add _python that was dropped from Makefile.swig.gen.t

commit 2e16fbdf17f56bb0d30a1dbf91fbb23d4e6d5d38
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 15 23:54:25 2010 -0800

    Update TODO

commit c80fdf2897624d10123a35b1a19d150f3a5645c8
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 15 23:49:35 2010 -0800

    Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when using
    GUILE outside of gnuradio-core.
    
    This avoids the problem with the guile bindings where multiple blocks
    end up with the name gr:sink (e.g., audio_alsa_sink).  With this
    change, it ends us as gr:audio-alsa-sink.
    
    Blocks in gnuradio-core continue to have the leading gr_ removed from
    their class names.

commit f0ed1de2d15b24eae7be7ab8a4762a6fd74ff681
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:20:13 2010 -0700

    add other .i files to EXTRA_DIST so it'll almost distcheck

commit c8835c285c6abbc334701238f53f87f93e6f125a
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:08:28 2010 -0700

    make howto build the new way

commit 4b3d08cca3095c180d2d2bcf24de907c1afa9bfc
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:07:05 2010 -0700

    updated by bootstrap

commit e5473181c0df89735a65be5b00d27433fa0b4031
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:06:30 2010 -0700

    add support for --enable-guile

commit f2d5299a3f7dd5baa795a27c2864b2cfe67edb37
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 13:26:59 2010 -0800

    Add tests that show that vector<complex<float>> is not working...

commit eedcd7145c20403dcd0dcc44d15efb5d82beb7ec
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 13:15:26 2010 -0800

    Make cma-equalizer-cc test work

commit 48f6c8b4c398b7ee18ee4292ae20d4f4c1dd3087
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 12:25:23 2010 -0800

    Move true? from general_ctors.test to core.scm

commit e8d0dbbdfce26f6963dfe0a727faf9c9cc5baf75
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 11:57:19 2010 -0800

    Remove code that's no longer needed.

commit ababbe79dba97b1c88e5dec7eb28175c3574d015
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 11:56:18 2010 -0800

    Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions.

commit b7667afd81b8303a542204ac05ffa969519702af
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 09:05:16 2010 -0800

    Fixed as many problems in general_ctors.test as I could quickly.

commit c4d13fed327422ad94e642b15aa4032f6a8e2c62
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 23:24:25 2010 -0800

    Update Guile-TODO

commit c5770a722c28a0c7ec1d33e82b319e6cc9224999
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 23:17:29 2010 -0800

    Fix swig .i dependency problem

commit 9bf7098c1b8c4313da43ee7fcdec48b3d7c70ed0
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 16:27:11 2010 -0800

    Update Guile-TODO

commit abde5affda1533c518cce06d5edcffa4eda52340
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 16:19:48 2010 -0800

    dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
    
    Write new app, gr-run-waveform, that reads waveforms and runs them.
    We'll need to turn this into a small piece of C/C++ code that embeds
    guile, but the guts of it is working.

commit cefeb248677decabaeccff7ba2a526343baa215a
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:42:24 2010 -0800

    Cleanup alsa Makefile.am

commit d0bb24f6dd4c50569ea40fc41768ba35a4509415
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:27:29 2010 -0800

    Avoid entering duplicate directory into LTDL_LIBRARY_PATH

commit c718ba72d78cc55e6d38cc7d8f234a83f9170fdf
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:26:43 2010 -0800

    Really make gr-audio-alsa make check run guile tests

commit 76e2fa796a42df7951f05f73428e178c84879b79
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:04:10 2010 -0800

    make check in gr-audio-alsa now confirms ability to load guile bindings.

commit 2947504322ac5105f9181adbdbd035aa02ad0f41
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:37:37 2010 -0800

    Add -MD back to swig args, otherwise it doesn't generate dependencies

commit 5783b693279b6c64ef800f6e8294ec68a2869b29
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:21:50 2010 -0800

    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.

commit fa9eeb2aab040a3c74da639233ba8f9a585b0455
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:12:02 2010 -0800

    Add @srcdir@ to test directory specifier

commit 95ccbf4791363ab7c07a1b647976a3be1873722d
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:09:11 2010 -0800

    Remove generated file from repo

commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 17:57:11 2010 -0700

    add the .i files as dependencies

commit 2285b142a4a46a547c4320c25c154bea94386ddb
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 17:56:21 2010 -0700

    don't remove the Std file.

commit df92b7c6315c567e58e0d9c293d7c9c2699023d3
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 13:01:38 2010 -0800

    regenerated

commit c4b880a4d6fcd21da17191a7a4f6f0db7dff95e3
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 11:32:34 2010 -0700

    comment out the two failures

commit ec44d0c5ad93dcbb145bbd77a4deff99af9d49bc
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 11:29:53 2010 -0700

    add stubs, nothing seems to exist

commit a740d3fbda03e2b718bd10ea78c0eeb1ce178586
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 11:29:36 2010 -0700

    fix bogus throws and vectors

commit 649cf353deb00fcfce7da7e748dee77c3444e0e3
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 10:40:50 2010 -0700

    stub out the rest of the not found tests

commit 8c2c60e6777a41a202a6e387384b1b536eb33c8b
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 10:35:05 2010 -0700

    fix one test

commit 2567c81d0236437034b0ab02de8e5cc657064249
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 10:14:14 2010 -0700

    fix most of the tests to work.

commit b4f491386b9cb67cd35cee8032f559442822ddab
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 09:36:27 2010 -0700

    initial blast through gengen tests

commit b580c7b327028fc5cfd48cdebe8cab819c17fa75
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 21:56:45 2010 -0700

    add stub for the only test

commit ab0d7d5b428fdf39d38f335a0ea6fc9be4924ca5
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 21:56:08 2010 -0700

    add tests for the stuff that works, stubs for the rest

commit 1c2355390190f67762a39d77424b5e48563cfe9a
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 21:51:45 2010 -0700

    stub out all the tests, but they depend on the next branch. :-(

commit 15987345134793d3f6f0618bdf6b45ffc6609c0c
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 9 19:26:40 2010 -0800

    Example of how to fix throw crashes

commit 5228dd1ba5de72642208404b29f8b876fe59f388
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 9 18:42:48 2010 -0800

    First pass at waveform-spec

commit 5a9a440109ef950ac8b749a55644528204520131
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 18:41:27 2010 -0700

    add tests for all the constructors, failing ones commented out for now

commit 5f89cc658099916aad49dcff0ebef296eaa09135
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 9 09:20:36 2010 -0800

    Remove guile-test.in.  We're not rewriting the header anymore

commit b87c20de46e52c4cac66dc80b74db48d60a43095
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 09:14:34 2010 -0700

    make the tests directory before trying to run any tests

commit 0eb9f4f3217dc9a68befab7f205aa2cdc67653f6
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 14:47:27 2010 -0800

    new test case and fix for problem

commit 941c9a792f103c48de6157026d08d7b0a6bae227
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 14:03:19 2010 -0800

    Enable test case & fix (missing throw (std::runtime_error) declaration).

commit 95a575c177be15b7d4a8634a071ee11f3fb403f4
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 13:50:54 2010 -0800

    Add test case.

commit 10e3659b0cba48e834d577600392edbcfbff3b4b
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 13:48:44 2010 -0800

    New macros pass-if-throw & expect-fail-throw that test exceptions.
    
    Confirmed with "connect-5" test in 00_runtime_basics.test.

commit 66d6c1b983e48f426b1169be3302407d5116d752
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 23:13:09 2010 -0800

    Add not-yet-working test that should confirm exception raised

commit 4645f4105f480f6643f3749013c4eabc3f831124
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 18:31:01 2010 -0800

    Add comments pointing to info on how to write test cases.

commit 27a37e625ef5e5569caaeec6093119a10171d99b
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 17:49:12 2010 -0800

    Nuke srfi-64 code

commit d1d804742ac2cfcc31240c6d74d764e5784831d4
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 17:46:36 2010 -0800

    Make check works again, now using guile's native test-suite code.
    
    The srfi-64 code wouldn't pass it's own test code under guile...

commit 72739e8fde9353e502edc937bd6f9f77f6b80cc6
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 16:42:07 2010 -0800

    Move *.test to tests directory

commit f4959dce1e5ec6b61c10df489c2421d56963beb3
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 16:02:24 2010 -0800

    guile-test -> guile-test.in so we can use @GUILE@

commit 8a4a74414804f1ccc1ce748b14f82acff3078806
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 15:37:04 2010 -0800

    Modify *.test to import correct modules

commit edca19393f74f803b2b5a970683d216ef41c05c3
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 15:10:03 2010 -0800

    new QA code work-in-progress (forgot -a ...)

commit e02be919a1abe9bde91aa32ad70f8a7133ce29e3
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 15:09:27 2010 -0800

    new QA code work-in-progress

commit ff6c2f09da44275b3217346b748c47e372ea43d7
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 13:59:56 2010 -0800

    Rename qa_*.scm to *.test to match filenaming convention expected by
    test framework.

commit d3ef5a72bacedfc04bd22448e75be2daf23dd677
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 13:37:05 2010 -0800

    Import guile's own testing framework

commit 5a908ea900ac5f5f418eef71a7647ae540755df7
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 13:33:16 2010 -0800

    fix syntax problem in test-assert

commit 2f865632e7208dc748fe7f2b8003297730fc133d
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 6 00:38:20 2010 -0700

    Refactor guile QA code to use test-group.

commit 45a88c35386e7ea0d93651cd528bc7c1261d3197
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 23:25:54 2010 -0700

    Add qa_*.scm files to Makefile as noinst_DATA

commit f07057eb3a78378799baec89e4f97916ea5e5ba9
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 23:14:09 2010 -0700

    Add copyright and license header

commit aa86e6975ee71a3e654cb87dd5a6bae5b06b8d16
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 23:13:22 2010 -0700

    Add QA stub files for all gnuradio-core constructors

commit b316cb06d0c6aa7be9942e48c71324fb8d637de8
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 22:32:35 2010 -0700

    More guile QA code

commit a79986e0a88632029daf2dad5d05518d33bb1866
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 21:58:58 2010 -0700

    First real guile QA code

commit 53c6be5b6bdca4fe93b9034cb0b34eaa274af9d9
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 19:57:18 2010 -0700

    update .gitignore

commit 5c81f275a32f969cefd20287a44bdeb1aeef436f
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 19:48:27 2010 -0700

    Remove .gitignore from empty directory

commit 81867e5dfd939d8afdacbe22c6e2d41d4bc4b37e
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 19:43:33 2010 -0700

    Create guile QA framework.
    
    Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio
    that were getting nuked by make clean.

commit 4216a7b3faae37e304fff380ff66226dabd2f59b
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 2 12:46:26 2010 -0600

    remove comments on the stamps we dpn't use anymore

commit 4f9b253ebe338b8208c856d6eddbd2488b598a48
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 2 12:45:51 2010 -0600

    create a list of generated script fioles.

commit 9b6485b01f9d6c3169cae0efea4dfa4d1175950a
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 1 21:28:52 2010 -0700

    Import scheme API for writing test suites, srfi-61.
    
    http://srfi.schemers.org/srfi-64/srfi-64.html

commit 406bd9d6725b58736959eb705235bb50fe48d48d
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 1 21:20:05 2010 -0700

    Reduce guile load time from 4.5 to 1.2 seconds.
    
    Rewrite re-export-all to only export symbols from the module name supplied.

commit bc8fd41b84219cd08f057c524fe0b90ffef6f8aa
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 1 16:28:14 2010 -0700

    regenerated

commit 0939607d0b4a3ae047ceff60fab300000c7d2069
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 19:02:55 2010 -0600

    regenerated

commit 77fbf9dbc94aabebf7c760546d43c522c536fe24
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 18:44:30 2010 -0600

    remove all generated files

commit 2b11c904da6799b6a7240d64d2ba37ddcaf1e479
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:06:37 2010 -0600

    regenerated

commit f81c5677a40cc538ee7631d02aa24602d571ffb8
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:05:08 2010 -0600

    add script names to swig_built_sources, not BUILT_SOURCES. Clean the 
generated files than now live in subdirectories.

commit 08e6b7c1e72ba6aa75a025e114995de40d7f112f
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:03:09 2010 -0600

    don't add generated script files to swig_built_sources, they're already 
added. drop unused dependencies dependencies

commit 1e6d760acfe470abf984e77f0e82001a8d9210a3
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:01:44 2010 -0600

    switch swig rule for guile from suffix to pattern rule

commit 1f088ee6731f74649cb013a216e4b66b740971b7
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:52:48 2010 -0700

    Add simple test for guile bindings.
    
    At this point you must "make install" before running the test.

commit f2f013ecb94c5e5781952c67496fec09aff7da2c
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:51:24 2010 -0700

    Rename coerce.scm to runtime-shim.scm.  Modify core.scm to use runtime-shim.

commit 4e3090688a785b591c6a9986d0e2c842ab65e701
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:40:47 2010 -0700

    gitignore cruft for now

commit 76c90f91c5bf06f61f927e002053e397b8f4a706
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:06:52 2010 -0700

    Export a few more items

commit 8fe7f0fe5fe89f6ec32732dd802608060e973f0d
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:03:35 2010 -0700

    Cleanup gr:connect and gr:disconnect for Guile.
    
    Rename {dis,}connect to {dis,}primitive_connect in .i file.
    Update python code to reflect change.

commit 3d4f2b9a3888c7d5684b70c89f0be3101d43879d
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 17:29:07 2010 -0700

    Add $(GENERATED_CC) backing to _SOURCES
    
    Now passes make check if --disable-gr-usrp.

commit 23d960981d6afcedb3a7fd1066a8acbfb0b4afdf
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 14:16:25 2010 -0700

    Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGS

commit 0b20021ac6c925fdd79c5d3f89aaa780f84d8871
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 14:00:53 2010 -0700

    Revert db964d32de64c.  Reintroduce warning (and correct behavior)

commit 0282499102abcef25849ae3a5255902502c1382a
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 13:24:29 2010 -0700

    Remove swig generated python code from C++-only libraries

commit 8c80b814bcdc00e0e71a1d4174c747a0f221fa20
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 13:23:26 2010 -0700

    regenerated

commit e277e93d1ef8d7f7ed1661c3f9d271d65a2aa55b
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 12:10:43 2010 -0700

    Remove dead file

commit df6f365b6b703971efc9f29471e0cf1660938fbf
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 30 20:22:54 2010 -0700

    Routines to coerce blocks and connect them

commit c34cf20f501dea19385cb42bf31e92ad889e7040
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 30 18:17:12 2010 -0700

    Rename basic_block coersion method to to_basic_block.  Add to_hier_block2 
and to_top_block.
    
    basic_block was renamed because the number of guile generic methods on
    basic_block was getting large and confusing.  to_hier_block2 and
    to_top_block were added to support coercion to those types in guile
    (and python).  This change simplifies the handling of "connect" in guile.

commit 2c54f4a56304b3dba7a66ed1baf06dc0bd8393e8
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 10:12:43 2010 -0700

    additional regenerated files

commit f7d9be06a59c30e3e964456d2f6c95e64d8ec05f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:15:49 2010 -0600

    move good comment to here where it belongs

commit 4d3c48e74d5d0252b37da03e92143d3f2d52e828
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:15:19 2010 -0600

    make sure the gnuradio directory exists

commit d94769a975612072dc03fa378bc79856c07cd66b
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:14:41 2010 -0600

    add load-extension support

commit 40fac3c4a2f5f1f6dde79e96be8f40535e11343b
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:14:16 2010 -0600

    regenerated

commit 928116d249ba4e262f6cf579ab1444a382b055ea
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:21:59 2010 -0600

    remove all .Std files

commit e1a05ac8f6405b3672ffee7cadb13f67e82c890f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:21:17 2010 -0600

    fix typo in dependency name. Assume primitive file is ok if the .scm file 
is, so we don't build twice

commit e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:05:37 2010 -0600

    use the scm name as a build stamp

commit 81983f263b717c5fa42d9f9587cfc7c691c5746f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:05:11 2010 -0600

    without including the guile dependency file, dependencies won't work right

commit 589f7bfacff26a373c88a11b507d9d58ce2cf55b
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 04:50:13 2010 -0700

    Modules now load cleanly!

commit 2a6649f9eafd467dbb5467e2a4d46affffc1afbd
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 03:56:48 2010 -0700

    Disable gr_message_source until later...

commit 8579841a28eb07fdfc72cb9bb594f76e71465902
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 03:56:17 2010 -0700

    Remove duplicate include of gr_endianness.i from general.i

commit da69e1c1f910cf6ab4fd54dea25255e266b2918e
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 03:54:07 2010 -0700

    gnuradio-core modules are almost loading cleanly.

commit cbfffe4100daff91746db0b6ea66cec9f7b2ceed
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 02:20:32 2010 -0700

    Move sizeof_* from gnuradio.i to runtime.i to avoid multiple definitions

commit 299aba578b76e1f07cb3e4e5ff59ee6b306afb5a
Author: Eric Blossom <address@hidden>
Date:   Thu Oct 28 15:05:52 2010 -0700

    Version that builds guile goops bindings, but dependencies are hosed.
    
    Doesn't compile cleanly, but does enough to allow experimentation with
    goops wrappers.  We're currently seeing the nasty interaction between
    the package system, the "export" syntax, and generic-functions.
    See thread here:
      http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html
    for background.

commit 4cfeec9a0be5606cfadd03b0fcfa0615766b1676
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 25 18:18:34 2010 -0600

    don't include swig dirs as it makes automake warnings, use 
GNURADIO_INCLUDES and USRP2_INCLUDES instead

commit f461607baa5c4ab9c2b523a0147c42c4f9d469b7
Author: Rob Savoye <address@hidden>
Date:   Sun Oct 24 10:48:27 2010 -0600

    don't list the generated cc files here

commit 27d1af7c7511addac638856bc2ffd3cda5e7ab0c
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 20:59:54 2010 -0700

    Add %typecheck for complex.
    
    Fixes problem with moving-average-cc.

commit 5939ce6971607b83b33c2ac0ede627a83670113a
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 19:53:03 2010 -0700

    Move std_complex.i to gnuradio-core/src/lib/swig/guile.
    
    Seems to basically work.  There's some simple test code inline
    in gnuradio_core_general.i.

commit 0a81b7d48de58cd83f7076fb9bd45cf30595c9ec
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 12:04:42 2010 -0700

    rm gnuradio_swig.scm.  Got turned into gnuradio_core.scm

commit d1685679788103a280f4c7b373051b9e1779571f
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:49:35 2010 -0700

    Missed a few: s/_swig_py_/_/

commit 52da23e0c42298a1cba07546259037c92db8c588
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:47:36 2010 -0700

    Remove dead code

commit 70dd1dc6610135a1967de554189be38af8f3b080
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:20:09 2010 -0700

    rename s/gnuradio_swig_python/gnuradio_core/g

commit 412a00434139ffa53469545bd878e24eec5bb61d
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:02:13 2010 -0700

    regenerate

commit c8e09b545e84194867e971163c899ab0992430fb
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:02:01 2010 -0700

    s/_swig_py_/_core_/g

commit 6421d47062f4bf5abbdf26142616a5965f1edfa0
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 23:28:06 2010 -0700

    regenerate

commit fba8a45e81a718280e9364d30d4224d589ff171d
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 23:25:21 2010 -0700

    Rename guile libs to libguile-* and install them in $(libdir).
    
    This follows the Guile recommendations and should remove the need for
    adding an additional directory to LD_LIBRARY_PATH.

commit 6b5c73eb36bb45fc214616104c0a6c675dbce538
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 22:20:26 2010 -0700

    Remove #warning from gr_swig_block_magic.i

commit 1e34972f4433cbfef3500fc73a285c7c436cfd6b
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 22:00:09 2010 -0700

    Rengenerate Makefile.swig.gen's

commit 98c246e264092c306c276b639d8c839b83fd64ec
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 21:59:45 2010 -0700

    Remove leading _ from guile library names coded into .i files

commit 1b95d66c179048b086ee8aa6a75a23d1edc006dc
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 21:56:51 2010 -0700

    Set new install locations for guile scm code and libraries.
    
    I think we may want to rename the guile .so's and install them into
    libdir instead...

commit 76e6d5ce6c8b43703cabc369e045f7c33f5431a3
Author: Rob Savoye <address@hidden>
Date:   Fri Oct 22 21:01:13 2010 -0600

    generate dependencies for .i files.

commit 0b80f3a41fa4ef358d0294f4b9fcae411611ec12
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 15:16:46 2010 -0700

    Remove dead and broken code from GR_SWIG_BLOCK_MAGIC.
    
    Looks like this hasn't been used since we converted the hier_block
    stuff to C++, and it's been broken since then.

commit 00ba420478fb0e328fa93e795ea0c80e7de63534
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 15:14:57 2010 -0700

    Move #ifdef SWIGPYTHON outside of %define
    
    There's apparently a time-of-evaluation issue here.
    The docs say they reevaluate the contents of %define at expansion
    time.  Apparently SWIGPYTHON et al. aren't defined in whatever scope
    that may be.

commit b61a156d4d3125882bfa3563ebd4a992ba00a6f7
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 15:14:44 2010 -0700

    Move common stuff outside of if PYTHON

commit e3ea18ee8732f17151bb00896f982f7859c0e228
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 14:01:49 2010 -0700

    Move TOP_SWIG_IFILES outside of if PYTHON

commit 827f95ce49fadfaeec1ee09185d1502074eb0bbb
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 13:56:05 2010 -0700

    Add stub for gnuradio_swig.scm to get make to work

commit cba092c9daa285236cc2b5c4f61898f15ef0a589
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 16:14:58 2010 -0600

    correct typo in script name

commit 32a71023bf7350167fdd4f3797d384d47cafd71f
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 13:17:11 2010 -0600

    add python/*.cc to SOURCES so dependencies work properly.

commit 4f67bf0a435f9eb62d66c6b2b19a096cbde412d7
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 13:16:22 2010 -0600

    regenerated

commit aa162012cc25cf080ee744a2cb795a6154fcca86
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 13:16:05 2010 -0600

    regenerated

commit cf8f2a00c886b7c6980f7d1e3eac25eb37a12d3a
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 12:13:48 2010 -0600

    move new suffix rules to common Makefile so everything can use them.

commit 75aed9281e0f918fe11a3c040e6b46387dd676c5
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:33:04 2010 -0600

    add comments

commit 5650ee3c123dcd819542fbba1719e89a09ece399
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:32:40 2010 -0600

    regenerated

commit 39d4b276b2a659ce5c47765cef4ce83baf5ed23c
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:30:32 2010 -0600

    tweak dependencies to work through all the name munging

commit c41cb174eec14266988609e20477eafcb3a5dac2
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:29:52 2010 -0600

    specify . for outdir, as the suffix rules put the generated filoes in the 
right place.

commit 03418fed87089ce9ea3e354632d5f151a1b33ebd
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 22:02:29 2010 -0600

    regenerated

commit 05c1f489753af80453182243475110586eb0b242
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 22:00:55 2010 -0600

    use suffixes to build scm and py files

commit 3b6e452a04df01788c5e571b1d0a5518678d43e9
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 21:59:49 2010 -0600

    don't list .cc as a dependency, we always get one from the py or scm 
dependency, which is more portable

commit ef074365e003df0ba23f4e32c861c734b7d1d192
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 21:48:56 2010 -0600

    don't append pythom or guile to everything. Use suffix rules to build scm 
and py files.

commit e8ad25cd4e616d631d01b0bd44ebd1e5e247498d
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 21:39:04 2010 -0600

    use a separate output directory for generated files.

commit 9cc65810f63623a7132656005495dfd3ebbc84ed
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 10:56:04 2010 -0600

    correct which lines are under comment

commit 5aaeb46517ebc32f95b7e46847d0d345593d00fd
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 22:36:24 2010 -0600

    don't build the python specific code for guile

commit 1812c93c7c282bd4b5ff7bd602f9f88d7f1dd97c
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 22:30:05 2010 -0600

    load the general and gengen files, now that they compile.

commit 42753aad1c8170bf1a4d4003d636ac5a81cbbda3
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 22:07:32 2010 -0600

    regeneratd

commit 31661e655660a77c28cf14fcb5f648ea05505450
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:58:22 2010 -0700

    Change const vector to const vector ref to ease swigging.

commit d169bfeee38f883cbf6b7ddf41ce8645a8370549
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:57:33 2010 -0700

    gitignore swig generated files

commit 9a55e397415e9a9b144812953c8b9760232105b4
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:40:54 2010 -0700

    gitignore swig generated files

commit 221ad7b19e370fab816fbfb8fae3b947f77151fc
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 21:58:28 2010 -0600

    put the ifdef in the right place

commit 25bf9bbd0c5b702acf26e05d5a9966fd323f6614
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 21:45:11 2010 -0600

    don't ifdef the target away. regenerate .gen files.

commit 3d55841ec05f1a09eb2de304f9ad30b9ed068986
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:14:26 2010 -0700

    Make fft window parameter a const vector ref to ease swigging.

commit 3e5e68383e0b1283ad1a40216ef11e777c245824
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 19:56:02 2010 -0700

    gitignore more swig generated files

commit f64af4b3b4221bbe9480791b3e863aa05c6aad06
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 19:28:25 2010 -0700

    gitignore swig generated files

commit f97d37a216d1a3ff888f8b57c0090f9def9dd021
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 19:24:49 2010 -0700

    Update generated files

commit bb04443e9299a2eebf44a6aef5633091b0135f1f
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:43:33 2010 -0600

    correct copyright date

commit d3d187f1beb6525977079a6f9c822f971cced8da
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:21:09 2010 -0600

    improve comment

commit 5ea1059c943a8a6dcb67c2a151f27b84b653f549
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:15:58 2010 -0600

    regenerated

commit 0876f100362f6275e9d16bfed0fc389d082f86b9
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:15:41 2010 -0600

    install the scm files for guile too

commit 2ecda7ddb8dc062caa2e87fa1a53c09ca483af4c
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:15:04 2010 -0600

    load what'll load for now

commit 3842b40b6e5a7d90ef303e624df0f0700bed30b4
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:14:22 2010 -0600

    instllthe top leel scm file for guile. Generate all files for guile too

commit 478398e431d1d20a7095d3b78b15e388eb71318e
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 17:45:30 2010 -0600

    add variables for the data and lib directories as specified by guile-config

commit c4f8aab885d6a188591cebc9683cc297b60b445c
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 17:26:04 2010 -0600

    add top level guile file

commit 2038e0981a95ac2093843cdc8c82e5fa0bdeadfa
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:52:26 2010 -0600

    use foreach...subst to make a list of generated files instead of cut & 
paste for BUILT_SOURCES

commit bf1f10e1fefa2b342c1f10ccc8863e800eb1870b
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:50:21 2010 -0600

    don't stub out ensure_py_gil_state, ifdef it out as it's python specific

commit 1366ce59314bb24825715a1a041b63081b5181e2
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:48:54 2010 -0600

    add the load-extension command for guile

commit 52b42834dc68cd76dd7ff7e64f73043d6ae6ad46
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:48:18 2010 -0600

    use simple linkage instead of passive for guile so SWIG_init gets defined

commit 08860508f2d28a439fee8242cbf96e3867486af2
Author: Rob Savoye <address@hidden>
Date:   Sun Oct 17 12:10:33 2010 -0600

    use guile-config to find the proper flags

commit d97eacbf2444393d2698b1627ef7e6219ae32a3e
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 09:48:27 2010 -0600

    don't use ensure_py_gil_state for guile

commit 54bfe42875fc8625b193b63dc8a4d7327e89edc2
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 09:47:39 2010 -0600

    add #warning for missing guile support

commit b866f36454af0defea79d84647a8a1652fb2fbdb
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 09:46:48 2010 -0600

    regenerated after changes to .i files

commit 6b98045ebd36a336e642135f34a0591130c3a651
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:55:47 2010 -0600

    regenerated

commit b72fd746010bc724acfb6a7c5ae2be82e6b828c2
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:54:32 2010 -0600

    include complex too for std::complex

commit 422d912f685b412bdfd91f088628da6f5f8196ba
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:53:40 2010 -0600

    wrap pyrun python code in SWIGPYTHON ifdef so it doesn't appear in other 
languages

commit 1caa7d707377d093cf7d9b7e65176848a93bba5c
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:51:47 2010 -0600

    wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other 
languages

commit 826869b666094bba2349e725e90878cc7e0aad8b
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 20:15:42 2010 -0600

    regenerated

commit ae3875c7116fa910da0b4d407550265852d0c94f
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 19:00:35 2010 -0600

    guile doesn't seem to need the header files

commit 9b77d449ac9135bfc7e47610cfafa0c65ff6a4d0
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 18:59:24 2010 -0600

    clone the python rules for the stamp to use for guile

commit a30db7e0feb34073a930387d92e931a2decd75ec
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:36:40 2010 -0600

    append _python to all the generated files from swig

commit f04b7c4bc41bc306df37bf9c64464f37576d3749
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:36:00 2010 -0600

    adjust guile output options to be what the swig guile example uses

commit 07272e97741fa028101e09b09ced24804f562852
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:35:14 2010 -0600

    look for the python name in the dependency for 
gnuradio_swig_bug_workaround.h

commit ed4094208c501e91838ccc333059e4731e8ae908
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:34:08 2010 -0600

    regenerated after changes to the template

commit 29fef37cdee9eced2ff7c6ff44da2e8e8fa88aa7
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:27:08 2010 -0600

    split out _SOURCES into separate values for the different scripting 
languages.

commit 3e970ae219f60f1bf38497cd9fbacb3cc5791d0c
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:25:52 2010 -0600

    add flags for swig to output guile.

commit b47b9ca40ecf49afa44c993b8da9af4ff876c9ba
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:25:16 2010 -0600

    regenerated from template

commit b2b48af1cf7eb91fcd808367e8c87943cd4d764f
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:24:08 2010 -0600

    prefix -python or -guile to generated C++ source files from swig

commit 1c127150b90e3f2823dfeabc647e9dbc4f446252
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 21:42:46 2010 -0600

    minimal test for guile flags

commit 70bc07d648eb402143ec1e8e68beed0cfa87c734
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 19:23:16 2010 -0600

    add python to the stamp names

commit 1642681085969f2ab737e4b8dff12834778b2ee1
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:45:40 2010 -0600

    add stubs for finding what is needed to use guile or tcl

commit 29e800af251d748bfb48b8409e89136be06aab82
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:44:13 2010 -0600

    add support for using Tcl and Guile as output languages

commit b932cd640044f4ccedaca201840f983acf4bef16
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:41:44 2010 -0600

    add support for using Tcl and Guile as output languages

commit 0bb3e5a71bacab7ffa93bab789315a72a8710c1c
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:29:06 2010 -0600

    add options to enable tcl and/or guile as well as python bindings.

commit c7c0b86afa255983db3def0a15e1201455ade460
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 30 16:29:27 2010 -0400

    Added a check in alsa sink if error has occurred due to blocking; if so, it 
will just drop samples and not get backed up. Patch taken from Marcus Leech 
10/29/2010.

-----------------------------------------------------------------------


hooks/post-receive
-- 
git://gnuradio.org/jblum



reply via email to

[Prev in Thread] Current Thread [Next in Thread]