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, wip/gr_block_pure_vir


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, wip/gr_block_pure_virtual, created. a90e304041217df81d285cc0e3ea4eb78e0d26b7
Date: Wed, 16 Mar 2011 22:21:44 +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, wip/gr_block_pure_virtual has been created
        at  a90e304041217df81d285cc0e3ea4eb78e0d26b7 (commit)

- Log -----------------------------------------------------------------
commit a90e304041217df81d285cc0e3ea4eb78e0d26b7
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 15:20:44 2011 -0700

    uhd: cleanup uhd usrp source/sink with virtual inheritance
    
    The uhd block implementations now inherit from sync block.
    And the redundant constructor in source/sink has been removed.

commit 07a43200f06376b115645d415d8b4ca684e53501
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 15:07:37 2011 -0700

    audio: cleanup audio source/sink with virtual inheritance
    
    The audio implementations now inherit from sync block (as they used to).
    And the redundant constructor in audio source/sink has been removed.

commit 2554148681c431d19da3129cad5322d668b47228
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 14:51:58 2011 -0700

    runtime: changes to block headers to allow pure virtual sub-classes 
(interfaces)

commit 1d70ed2bd928d52a383e688949cc7f747dd584fa
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 15 21:04:24 2011 -0700

    gruel: added missing ignores

commit 338b01e7b5ecad7e324098a2671d3fa650be035e
Merge: 1ecc511ad673f37498ebc29147c776ca9b4b6490 
b4bd3e47189932b42ce821bb7076fce811b3e3eb
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 15 13:46:02 2011 -0400

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

commit 1ecc511ad673f37498ebc29147c776ca9b4b6490
Merge: b812a91c0beb33ff755f4426f36a2a3e2c9b295c 
eb3a4fe528452415eb877b2b76e1006fc47bc655
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 15 12:53:40 2011 -0400

    Merge branch 'pmtswig' into next

commit eb3a4fe528452415eb877b2b76e1006fc47bc655
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 15 12:30:27 2011 -0400

    gruel: fixed swig interface file to dereference pmt_t.

commit b4bd3e47189932b42ce821bb7076fce811b3e3eb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:31:38 2011 -0700

    qtgui: fix distcheck error

commit 22deb62a872413bdeff63e4fb565b4bcce2c6508
Merge: f3d373492fe415ced2bbf0be3f8e6da66576fcdc 
4d5096c8b084c5832256dc2cd8bb617ee93d94a4
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:07:36 2011 -0700

    Merge remote branch 'jblum/mergeme/qtgui/grc' into next
    
    * jblum/mergeme/qtgui/grc: (27 commits)
      qtgui: removed python directory that was added, never used
      qtgui-grc: added suport in main template for theme icon
      qtgui-grc: minor tweaks to the various things
      qtgui-grc: added read-only thermo widget to range block
      qtgui-grc: fix for list option working in chooser block
      qtgui-grc: added check for pyqwt in config
      grc: added function args to probe block and documentation
      grc: rework the probe blocks and how they fit into grc
      qtgui-grc: moved slider to range, added knob and gui tweaks
      qtgui-grc: use a vboxlayout for the top_layout
      qtgui-grc: made slider widget components (counter/slider) optional
      qtgui-grc: add engineering notation to entry and label + other tweaks
      qtgui-grc: enable start/stop control through qt widgets
      qtgui-grc: rename the text entry and label blocks
      grc-qtgui: creaded check box widget with qtgui, cleanup label code
      grc-qtgui: added variable text box and static text widgets
      grc-qtgui: pick correct signal overload for variable chooser
      grc-qtgui: added radio button support, tweaks, more options
      grc-qtgui: work on variable chooser block
      grc: work on generator for gui flowgraphs to simplify generation
      ...

commit f3d373492fe415ced2bbf0be3f8e6da66576fcdc
Merge: a82c461cbb39ebeaaec2a51221a7d2caa835b8bb 
bf9c13870fa9766b68dbfeda9307c4a0aa5e2963
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:03:08 2011 -0700

    Merge remote branch 'jblum/wip/attributes' into next
    
    * jblum/wip/attributes:
      created gruel/attributes.h to house compiler specific attribute macros

commit a82c461cbb39ebeaaec2a51221a7d2caa835b8bb
Merge: f4e78c76520abc950bf34188cf61cd30f4d26188 
888beebf6015d9a88dbd1c3c842cf2490899a99b
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:01:29 2011 -0700

    Merge remote branch 'jblum/mergeme/volk/remove_posix_memalign' into next
    
    * jblum/mergeme/volk/remove_posix_memalign:
      volk: simplify the get new method for the aligned pool
      volk: replace posix_memalign with something cross platform

commit f4e78c76520abc950bf34188cf61cd30f4d26188
Merge: 44f06ca629900ea1ac77ddfc80d6f4202db25e6c 
21158d425ff8d8b1ba8bbc6a89609b33fb4252b4
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:00:21 2011 -0700

    Merge remote branch 'jblum/wip/grc/kill_process' into next
    
    * jblum/wip/grc/kill_process:
      grc: swap store the subprocess object rather than the pid when executing

commit 44f06ca629900ea1ac77ddfc80d6f4202db25e6c
Merge: 90243cbeca81a47da7760247787546ac4ed722cb 
069dabd73ff66ad93223bbeec2c157c37eb0a8fc
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:59:29 2011 -0700

    Merge remote branch 'jblum/mergeme/qtgui/use_gruel_thread_mutex' into next
    
    * jblum/mergeme/qtgui/use_gruel_thread_mutex:
      qtgui use gruel thread mutex:

commit 90243cbeca81a47da7760247787546ac4ed722cb
Merge: a12b611f1fb5e409cefd311aa2537168e65d6f46 
e73c25fb9226029f0e50052b1ffacedb3a78622b
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:52:00 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into 
next
    
    * jblum/mergeme/misc/gruel_thread_simplification:
      gruel thread simplification:

commit a12b611f1fb5e409cefd311aa2537168e65d6f46
Merge: 3dd7ff3e738ed37e94bc9ee63a45c922417a4830 
aedfa8ec254f1def125167a77a50bb0eec4ab00c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:49:08 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/gr_flowgraph_include_iterator' into 
next
    
    * jblum/mergeme/misc/gr_flowgraph_include_iterator:
      gr_flowgraph.cc explicit include of <iterator>

commit 3dd7ff3e738ed37e94bc9ee63a45c922417a4830
Merge: cd3c58cd66533fc66a8be4021c2c9074abd34b30 
239c5860be82936e00cfec16a4e1f06f1a004c59
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:45:40 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/use_boost_math_round' into next
    
    * jblum/mergeme/misc/use_boost_math_round:
      use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc

commit cd3c58cd66533fc66a8be4021c2c9074abd34b30
Merge: 7df5b10ddcd64309a5c299f662a4cd62a7d175ab 
8e5f4bc89af1682b258ecb1bc46b04d24ea3addd
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:44:49 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into next
    
    * jblum/mergeme/misc/use_boost_math_trunc:
      use boost::math::trunc in gr_frequency_modulator_fc.cc

commit ee849707c09335f4c682151044a0e65321f7939d
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 14 21:00:13 2011 -0400

    gruel: fixing structure. Passes make check.

commit 4d5096c8b084c5832256dc2cd8bb617ee93d94a4
Merge: 7df5b10ddcd64309a5c299f662a4cd62a7d175ab 
fcebe220ba4690a4c339daa3d0909aad7776e631
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 16:57:13 2011 -0700

    Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grc
    
    Conflicts:
        grc/grc_gnuradio/Makefile.am

commit a611da7044175fede5f8ecfe13a055f5680fd3f9
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 14 19:33:03 2011 -0400

    gruel: SWIGing Gruel into Python to access PMTs.

commit 7df5b10ddcd64309a5c299f662a4cd62a7d175ab
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 15:20:19 2011 -0700

    gnuradio-examples: add C++ audio examples using new gr-audio
    
    * gnuradio-examples/C++/audio/dial_tone

commit bf9c13870fa9766b68dbfeda9307c4a0aa5e2963
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 11:23:19 2011 -0700

    created gruel/attributes.h to house compiler specific attribute macros
    
    replaced instances of __attribute__ with __GR_ATTR from attributes.h
    
    what else has compiler specific attributes?
    volk - volk is stand-alone, needs its own attributes.h
    gcell - not touching that, probably gcc only anyways
    usrp2 firmware - does not matter to host build

commit c16a01e08e7b4fa3a7660fac785d2095053b323e
Merge: 5748eff26f835bffedb41bd5748ccbaefbe1e02f 
e2c5a9ff423aaf2b86faac6bb39a8724fdc2aac8
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 10:27:36 2011 -0700

    Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
    
    * jblum/wip/gr-audio:
      gr-audio: added README and default config fix

commit 5748eff26f835bffedb41bd5748ccbaefbe1e02f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 10:26:56 2011 -0700

    audio: remove obsoleted individual top-level components

commit e2c5a9ff423aaf2b86faac6bb39a8724fdc2aac8
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 10:17:02 2011 -0700

    gr-audio: added README and default config fix

commit 2ce363d4e82c2f7b7f83f1a9283c33b9793bac2d
Merge: 07bd878bc30f7ab54afc1e2f0055419388c3c992 
d1f8773301dba43e382a88d1fccb52a6197412c7
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 09:41:14 2011 -0700

    Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
    
    * jblum/wip/gr-audio:
      audio: high prio for platform specific audio osx
      audio: added windows and osx audio source files
      audio: added config checks for other audios, added jack and port
      audio: make prefs look like old audio, removed old audio.py
      audio: register arches with priorities, ex: prefer alsa over oss
      audio: added oss support to gr-audio
      audio: use conf files to specify default arch
      audio: moved the grc audio blocks into gr-audio dir
      audio: moved alsa support files into subdirectory
      audio: work on swig support, it imports
      audio: work to get alsa support in, lets see if this works before adding 
more
      audio: added audio factory registry and top level includes
      audio: skeleton for gr-audio component

commit 888beebf6015d9a88dbd1c3c842cf2490899a99b
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 09:33:00 2011 -0700

    volk: simplify the get new method for the aligned pool

commit 07bd878bc30f7ab54afc1e2f0055419388c3c992
Author: Josh Blum <address@hidden>
Date:   Sun Mar 13 17:33:33 2011 -0700

    grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc
    
    Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop 
files.
    
    When the gr-usrp and gr-usrp2 directories are removed, grc will not have to 
change.
    
    Minor change: the freedesktop files are always installed now.
    This does not mean that they are installed properly with xdg,
    it just means that the runtime can have access to the icons.

commit 21158d425ff8d8b1ba8bbc6a89609b33fb4252b4
Author: Josh Blum <address@hidden>
Date:   Sun Mar 13 11:36:03 2011 -0700

    grc: swap store the subprocess object rather than the pid when executing
    
        For some reason os.kill(p.pid, SIGKILL) does not work on windows.
        However, the subprocess p.kill() works just fine for both systems.

commit b812a91c0beb33ff755f4426f36a2a3e2c9b295c
Author: Josh Blum <address@hidden>
Date:   Sat Mar 12 17:46:00 2011 -0800

    uhd: use %ignore to hide warnings and fix errors

commit 6673be777cd5395ae867e67db8c95aa09066617a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 12 15:47:40 2011 -0800

    Added/updated ignore files.

commit 04a2f7d44984ebce10c27ae5271d5fe9782cb6f0
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 9 23:08:42 2011 -0500

    Fixing gr_filter_design program to import from gnuradio Python package.

commit d1f8773301dba43e382a88d1fccb52a6197412c7
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 16:29:43 2011 -0800

    audio: high prio for platform specific audio osx

commit 5f4976ea2701d6f3ebe35eef7cc939f98a28ec88
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 16:27:43 2011 -0800

    audio: added windows and osx audio source files

commit ef276a8ba31f920ac469b84466338e8693e43a2e
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 16:10:31 2011 -0800

    audio: added config checks for other audios, added jack and port

commit a83d1cf1518827e8b5398bcecef1c8216808ee7c
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 14:31:44 2011 -0800

    audio: make prefs look like old audio, removed old audio.py

commit 78f735f4174c2a0fe275da41252e227226af5b3b
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 13:39:07 2011 -0800

    audio: register arches with priorities, ex: prefer alsa over oss

commit 8bd65a04463692e6f179a5fc4f23d73782103781
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 12:51:53 2011 -0800

    audio: added oss support to gr-audio

commit 0ac77af7db957f8746282b60d57e04d65f7d9054
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 12:31:28 2011 -0800

    audio: use conf files to specify default arch

commit 0644b009591f4c63ed05a8095a0c54c1501bac71
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 11:44:35 2011 -0800

    audio: moved the grc audio blocks into gr-audio dir

commit 6d1d64ebacc156f4df5401dac427b316dd22265d
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 11:28:09 2011 -0800

    audio: moved alsa support files into subdirectory

commit 4cba8db90fe1412232a4c1a20d834f6ce606baf0
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 11:17:04 2011 -0800

    audio: work on swig support, it imports

commit 24d30ff306a906b21ad724c07a95caed24659887
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 10:29:53 2011 -0800

    audio: work to get alsa support in, lets see if this works before adding 
more

commit 77da72f511647d458b62ffefaa94662b78d7f7d3
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 00:52:55 2011 -0800

    audio: added audio factory registry and top level includes

commit b9b5318101d596b8f06cf5640ddceb90bdb9235c
Author: Josh Blum <address@hidden>
Date:   Tue Mar 8 23:13:13 2011 -0800

    audio: skeleton for gr-audio component

commit b013372e7e02461bf5e67845b333030eee164bea
Author: Josh Blum <address@hidden>
Date:   Tue Mar 8 16:33:17 2011 -0800

    volk: replace posix_memalign with something cross platform

commit 8eeba059728257812924ed5b70b9e1e97d98886f
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 16:08:36 2011 -0800

    reverted accidental change to keep 1 in n block

commit 7e2bd5adbf9828e6ca671ff5a176bff7ab48c557
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 12:52:02 2011 -0800

    uhd: fix generation typo on uhd grc blocks io direction

commit 942e26851291e023dabf372b7dc38bd089dbd237
Author: Don Ward <address@hidden>
Date:   Sat Mar 5 20:22:36 2011 -0500

    volk: fixing configuration for Cygwin builds.

commit 75538e12300cb0d593792a986841ba2df9997c54
Author: Josh Blum <address@hidden>
Date:   Tue Mar 1 16:31:14 2011 -0800

    uhd: work on gr_uhd_source work() function to reduce latency
    
    Wait on a single packet to become ready, then receive available packets 
without timeout.

commit 069dabd73ff66ad93223bbeec2c157c37eb0a8fc
Author: Josh Blum <address@hidden>
Date:   Sun Jan 23 23:37:18 2011 -0800

    qtgui use gruel thread mutex:
    
    Replace pthread mutex usage with gruel thread mutex
    to make the code portable on systems without pthreads.

commit e73c25fb9226029f0e50052b1ffacedb3a78622b
Author: Josh Blum <address@hidden>
Date:   Mon Jan 24 00:34:28 2011 -0800

    gruel thread simplification:
    
    Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it 
was created because of a misunderstanding of the time types; and its only ever 
called once. This also removes thread.cc
    
    Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a 
time_duration rather than a ptime (aka system time).
    
    Added #include <deque> to gr_buffer.h. It turns out that boost 
posix_time.hpp implicitly included the deque header which was missing from 
gr_buffer.h
    
    Replaced the include for thread.hpp with only the includes for the boost 
thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock 
typedef that comes with boost thread locks. boost 3.5 safe.

commit aedfa8ec254f1def125167a77a50bb0eec4ab00c
Author: Josh Blum <address@hidden>
Date:   Mon Jan 24 12:23:58 2011 -0800

    gr_flowgraph.cc explicit include of <iterator>
    
    Added explicit include of <iterator>,
    which was implicitly included by <vector>.
    
    Affects platforms where vector does not automatically pull in iterator.

commit 239c5860be82936e00cfec16a4e1f06f1a004c59
Author: Josh Blum <address@hidden>
Date:   Sat Feb 26 14:49:53 2011 -0800

    use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
    
    this provides a round implementation on platforms w/o c99 standard

commit 8e5f4bc89af1682b258ecb1bc46b04d24ea3addd
Author: Josh Blum <address@hidden>
Date:   Sat Feb 26 14:48:34 2011 -0800

    use boost::math::trunc in gr_frequency_modulator_fc.cc
    
    this replaces the need for a conditional trunc implementation in config.h

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


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



reply via email to

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