commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/gnuradio-runti


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, wip/gnuradio-runtime, created. v3.3.0-rc1-42-g63cb253
Date: Sat, 22 May 2010 02:35:59 +0100 (BST)

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/gnuradio".

The branch, wip/gnuradio-runtime has been created
        at  63cb253375f58b71ab43ef9ec54c1dd25fa3e0e5 (commit)

- Log -----------------------------------------------------------------
commit 63cb253375f58b71ab43ef9ec54c1dd25fa3e0e5
Merge: 4dd9ec948421751e5614d7753bad2b8400b11b0b 
16c0a87dc5c53ca28071b76f50b31317d4c519f1
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 18:28:32 2010 -0700

    Merge branch 'next' into 'wip/gnuradio-runtime'
    
    This commit puts the runtime refactoring work on the path to merging
    with the 3.4git development branch.

commit 4dd9ec948421751e5614d7753bad2b8400b11b0b
Merge: 235e5221a9fdcc53a0c07dfc5e6a53e3c3178ecd 
910d207edfec4ceeb431c4063dfb1d5b2801198f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 27 00:11:27 2010 -0700

    Merge branch 'master' into wip/gnuradio-runtime
    
    * master:
      Missed updates for omnithread/mblock removal

commit 235e5221a9fdcc53a0c07dfc5e6a53e3c3178ecd
Merge: a833067c498057052fc42403db95e8948423a11d 
c6ad778bda302a9abfe3f1a905d1a80ee34c60a6
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 23:57:25 2010 -0700

    Merge branch 'master' into wip/gnuradio-runtime
    
    * master:
      Remove omnithreads library.
      Remove mblock library.  We hardly knew 'ye.
      Convert gr-audio-portaudio to Boost via gruel
      Further updates for removing omnithreads
      Update build configuration for OSX omnithreads changeover
      Add missing include file for boost::bind
      Convert gcell to use boost::threads instead of omnithread.
      Fix sequence error indication after stopping then restarting streaming on 
USRP2.
      initial move from mld_threads to gruel:: namespace threads and such
      Initial changes to remove mld_thread and instead use gruel:: namespace 
classes
      Fixing doxygen warnings from arb_resampler. Also, removed set_taps from 
public
      Fixing doxygen warnings from channelizer block.
      Fixing documentation to get rid of doxygen warnings.
      Adding documentation for fff version of othe PFB clock sync algorithm.
      Adding documentation to explain how algorithm works.
    
    Conflicts:
        Makefile.common
        config/grc_gr_audio_osx.m4
        config/grc_gr_audio_portaudio.m4
        gr-audio-osx/src/Makefile.am
        gr-audio-portaudio/src/Makefile.am
        mblock/mblock.pc.in

commit a833067c498057052fc42403db95e8948423a11d
Merge: f96b275fcd5507964701e85cd842566e71f429ef 
a5d7313aaab2e6d85ffeabae0d97dc44fb0d93de
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 17 10:10:50 2010 -0700

    Merge branch 'master' into wip/gnuradio-runtime
    
    Keeping this branch fresh with master

commit f96b275fcd5507964701e85cd842566e71f429ef
Merge: f61226faee0e50fd1d4e5a90a27ffeb11065fd41 
1ae689ff9238dcffbf65881b8ca03aa8df3844aa
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 23 07:54:31 2010 -0700

    Merge branch 'master' into wip/gnuradio-runtime

commit f61226faee0e50fd1d4e5a90a27ffeb11065fd41
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 29 21:43:24 2010 -0800

    gnuradio-core: generate SWIG output files
    
    SWIG output files successfully generated, but namespace creation
    machinery not yet updated, so QA still failing

commit d5fa9bdffbd105df8fdfb37b2203cf1ba6ad16f1
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 29 13:48:45 2010 -0800

    gnuradio-runtime: get gnuradio and gnuradio.gr namespaces working
    
    Moved Python code one level down in tree
    Moved gr.vector_source_* and gr_vector_sink_* into runtime for QA
    Passes make check for Python QA code in gnuradio-runtime
    Passes make check for --disable-python in whole tree
    
    FIXME Not cleaning up generated .i files in swig directory

commit 9755c40536bac013d1f308c478cdc5a678bb0bb9
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 27 08:09:57 2010 -0800

    gnuradio-runtime: create gnuradio.gr namespace
    
    QA code is not working, need custom gnuradio-runtime only run_tests.sh
    Need to move gr.vector_source* and gr.vector_sink* into runtime for QA

commit fddfe81f85b167a2f21f52a40cd963cf4788a08d
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 26 06:48:56 2010 -0800

    Various fixes in Makefiles, dependencies
    
    gr-radio-astronomy depends on both gnuradio-core and gr-wxgui
    fix order of $(WITH_INCLUDES) in Makefile.am's
    fix missing newlines at end of files
    restored gr_realtime.* from limbo to gnuradio-runtime

commit 72127681eb5d326dc453354c80074022accbcb80
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jan 25 10:58:27 2010 -0800

    gnuradio-core: remove runtime directory and limbo remaining files

commit e3a8bc3be95c49ac032ce3b3cb2095cf529a3468
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jan 24 09:41:59 2010 -0800

    C++ API: now compiling and linking with gnuradio-runtime
    
    No python support yet (must use --disable-python)
    
    C++ API components, which are unaffected:
    
    gruel
    mblock
    usrp
    usrp2
    vrt
    
    New C++ API components:
    
    gnuradio-runtime
    gnuradio-core (refactored)
    
    C++ API components now linking to gnuradio-runtime:
    
    gnuradio-runtime
    gr-audio-alsa
    gr-audio-jack
    gr-audio-oss
    gr-audio-portaudio
    gr-cvsd-vocoder
    gr-gsm-fr-vocoder
    gr-msdd6000
    gr-trellis
    gr-usrp2
    gr-video-sdl
    gr-audio-osx updated, not tested (needs MacOS)
    gr-audio-windows updated, not tested (needs Win32)
    gr-comedi updated, not tested (needs older libcomedi)
    gr-gcell updated, not tested (needs gcell)
    
    C++ API components still linking to gnuradio-core:
    
    gr-atsc
    gr-noaa
    gr-pager
    gr-qtgui
    gr-usrp (apps dir only)
    
    Non-C++ API components, which are unaffected:
    
    gr-radar-mono
    gr-radio-astronomy
    gr-sounder
    gr-utils
    gr-wxgui

commit 61c758821ea2f8717a2ceca3814945a5f427a8d9
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 23 12:02:40 2010 -0800

    gnuradio-runtime: created new top-level libgnuradio-runtime
    
    This is a work in progress developer branch to refactor libgnuradio-core 
into a separate
    libgnuradio-runtime.  As such, only libgruel and libgnuradio-runtime 
compile at the moment;
    libgnuradio-core and everything else have not been updated yet.
    
    You must use:
    
    ./configure --disable-all-components --enable-gruel 
--enable-gnuradio-runtime
    
    ...in order to test.
    
    When this work is complete, there will be a libgnuradio-runtime.so that has
    the runtime environment with the minimum dependencies: libgruel (build and 
runtime),
    libcppunit (build only), and libboost (build and runtime).  Other blocks 
defined in
    GNU Radio that do not need anything in gnuradio-core will be able to depend 
on this
    instead.
    
    (Future work will refactor libgnuradio-core to separate those blocks 
dependent on external
    libraries, such as libfftw and gsl.)

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


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



reply via email to

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