[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, wip/grc/python_check,
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, wip/grc/python_check, created. 496939041ebd3b410b998428a0677f62f3237e98 |
Date: |
Thu, 31 Mar 2011 03:17:49 +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/jblum".
The branch, wip/grc/python_check has been created
at 496939041ebd3b410b998428a0677f62f3237e98 (commit)
- Log -----------------------------------------------------------------
commit 496939041ebd3b410b998428a0677f62f3237e98
Author: Josh Blum <address@hidden>
Date: Wed Mar 30 19:17:37 2011 -0700
grc: added python checks for weird python interpreters
commit d44bed65837cffef9f17cc2cdc3dee2c65e5f984
Merge: faa244588108ccb506d4973d0b824565924468a1
25ee0ce936a3088bfef694810ea6322f19dac3f2
Author: Johnathan Corgan <address@hidden>
Date: Tue Mar 29 07:48:56 2011 -0700
Merge remote branch 'jblum/wip/gr_block_pure_virtual'
* jblum/wip/gr_block_pure_virtual:
uhd: cleanup uhd usrp source/sink with virtual inheritance
audio: cleanup audio source/sink with virtual inheritance
runtime: changes to block headers to allow pure virtual sub-classes
(interfaces)
commit faa244588108ccb506d4973d0b824565924468a1
Merge: 113a144a09f7620bc7a3bf03eda23c7bdc1b19f6
3ff8f7a5545592a9dac201a27d18bfdae4cdcb7b
Author: Johnathan Corgan <address@hidden>
Date: Tue Mar 29 07:48:39 2011 -0700
Merge remote branch 'jblum/wip/throttle'
* jblum/wip/throttle:
throttle: cleanup conditional code and reimplement with boost posix time
runtime: changes to block headers to allow pure virtual sub-classes
(interfaces)
commit 113a144a09f7620bc7a3bf03eda23c7bdc1b19f6
Author: Tom Rondeau <address@hidden>
Date: Mon Mar 28 16:34:36 2011 -0400
audio: added missing header to Makefile.
commit 25ee0ce936a3088bfef694810ea6322f19dac3f2
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 f8ce10742ab6b9ac170432ae78d2ee2d6c538d72
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 35a4938e598f6be6034e21ef1818c412a16a22d1
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 3ff8f7a5545592a9dac201a27d18bfdae4cdcb7b
Author: Josh Blum <address@hidden>
Date: Wed Mar 16 15:36:36 2011 -0700
throttle: cleanup conditional code and reimplement with boost posix time
This greatly cleans up gr_throttle and moves the implementation into the
.cc file.
The implementation uses boost's posix time library so it will work on all
systems.
Also added set_sample_rate() method and support for callback in grc.
commit a111deb45559296d6eadded9226df68af21c0477
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 b51e1434b3b8ce5e2452aa82dc30d87e70a9bc46
Merge: 2b852ae681b3536f167dc4222a191743c6572299
dd97932abfd35e60e9374f202aa6c69afcfb35ca
Author: Tom Rondeau <address@hidden>
Date: Mon Mar 28 00:51:26 2011 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit 2b852ae681b3536f167dc4222a191743c6572299
Author: Tom Rondeau <address@hidden>
Date: Mon Mar 28 00:48:41 2011 -0400
audio: fixing class typo for OSX audio driver.
commit 75bbb265948bd0963e796d7ec861a71bbd604d62
Author: Tom Rondeau <address@hidden>
Date: Mon Mar 28 00:48:24 2011 -0400
audio: re-adding circular_buffer.h for OSX build.
commit 753ee5b99464b83b1319f6cb933d1dc084d18213
Author: Tom Rondeau <address@hidden>
Date: Mon Mar 28 00:01:42 2011 -0400
volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.
commit dd97932abfd35e60e9374f202aa6c69afcfb35ca
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 26 18:06:56 2011 -0400
gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.
commit e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be
Merge: 139a574638714c576f8d4c172d5d8e202ade5e5a
7bad5690d486050fa192e8642bbcbbaa091582a6
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 26 17:09:00 2011 -0400
Merge branch 'qwt4'
commit 7bad5690d486050fa192e8642bbcbbaa091582a6
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 26 17:03:54 2011 -0400
gr-qtgui: adding QA code for qtgui; remarked out until a fix for the
segfault can be found.
commit 42719e65f2a67bd5d7e8a4836783cf954b66b3a0
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 26 15:27:28 2011 -0400
gr-qtgui: more robust way of checking for QWT-qt4; checks a different
header only in QT4 version and check qwt-qt4 directory first to avoid finding
qt3 version in qwt directory.
commit 139a574638714c576f8d4c172d5d8e202ade5e5a
Merge: 8cee6c5ffb0605273c8b73891851ba3f991b0622
068fbaa83fbc931abb4ea22c5ab738e1cb6fb3bb
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 26 15:17:09 2011 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit 068fbaa83fbc931abb4ea22c5ab738e1cb6fb3bb
Merge: 64dac6a1f62fb8484e879f0d20ee60bc02da179c
511e31d4fcd7341b5f1fb56aeba497f0ba36159c
Author: Tom Rondeau <address@hidden>
Date: Fri Mar 25 19:56:59 2011 -0400
Merge branch 'filtdesign'
commit 511e31d4fcd7341b5f1fb56aeba497f0ba36159c
Author: Tom Rondeau <address@hidden>
Date: Fri Mar 25 19:55:03 2011 -0400
gr-utils: more error checking on filter designer.
commit b0856456d63a7f50ad852bcdf4512606a1cfb34e
Author: Tom Rondeau <address@hidden>
Date: Fri Mar 25 19:37:39 2011 -0400
gr-utils: adding save/open capabilities to equiripple filters. Also added
some error checking on opening and saving files.
commit 8cee6c5ffb0605273c8b73891851ba3f991b0622
Merge: 972fc99ad6984e50731ec0dd97ccfec71829139b
64dac6a1f62fb8484e879f0d20ee60bc02da179c
Author: Tom Rondeau <address@hidden>
Date: Fri Mar 25 13:53:09 2011 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit 64dac6a1f62fb8484e879f0d20ee60bc02da179c
Author: Don Ward <address@hidden>
Date: Fri Mar 25 11:53:04 2011 -0400
Fixing missing include files and various other patches for Windows build
issues.
commit 34313eace681a82e230c38a8cd26c0001ee823ea
Author: Josh Blum <address@hidden>
Date: Tue Mar 22 09:34:53 2011 -0700
audio: moved audio docs to gr-audio and fix comments
commit 972fc99ad6984e50731ec0dd97ccfec71829139b
Merge: 3c3aff088447942053e96ae30b766b00d4cd0202
4d1426b8db5be20583a6efb380d564a55a28fd09
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 20 12:31:10 2011 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit 831ca406706ec4c4cdcd2c5f36dc74fb658a3d26
Author: Tom Rondeau <address@hidden>
Date: Fri Mar 18 00:39:25 2011 -0700
gr-utils: handling parameters and GUI updates when loading filters from
file. Only for windowed filters.
commit add43f24de20d3fbf6b94920e142d636c4769d5a
Author: Tom Rondeau <address@hidden>
Date: Thu Mar 17 23:19:53 2011 -0700
gr-utils: refactoring design parameters from 'design' to 'params' to not
conflict with design function.
commit cec3834a9da5e8b96be438f078fbd3a93ea230d6
Author: Tom Rondeau <address@hidden>
Date: Thu Mar 17 11:15:50 2011 -0700
gr-utils: way to break something you just fixed a few days ago...
commit cc4cd11bb3443f79771b6b18aaf40105a2f9f088
Author: Tom Rondeau <address@hidden>
Date: Thu Mar 17 11:11:56 2011 -0700
gr-utils: Adding save and open actions to filter designer.
commit 3c3aff088447942053e96ae30b766b00d4cd0202
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 27 17:35:05 2011 -0500
Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined
in stddef.h.
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, wip/grc/python_check, created. 496939041ebd3b410b998428a0677f62f3237e98,
git repository hosting <=