[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, gl_scope_label, creat
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, gl_scope_label, created. 047725c2161f017657097086bb93c4cca1789de0 |
Date: |
Wed, 13 Oct 2010 00:07:07 +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, gl_scope_label has been created
at 047725c2161f017657097086bb93c4cca1789de0 (commit)
- Log -----------------------------------------------------------------
commit 047725c2161f017657097086bb93c4cca1789de0
Author: Josh Blum <address@hidden>
Date: Tue Oct 12 16:06:54 2010 -0700
oscope: y axis label patch from marcus
commit ee9fc9cebba1412b1f5134ef8510aff9a373d39d
Merge: 1c936ad101cbd7edf8e6b96bf3f993163a7dcc7b
d74b45e2b4b5ad5ed772fd452541c2ad7429c0db
Author: Johnathan Corgan <address@hidden>
Date: Wed Oct 6 18:22:17 2010 -0700
Merge branch 'master' into next
* master:
Checks to make sure XML path is writable before making the XML runner.
Ignores it if directory is now writable.
Fixed missing set_relative_rate in these two blocks. The others don't
actually do it, even though it's counter-intuitive for the pfb_decimate, which
is a sync_block (decimation actually care of in the stream_to_streams).
commit d74b45e2b4b5ad5ed772fd452541c2ad7429c0db
Author: Tom Rondeau <address@hidden>
Date: Wed Oct 6 21:15:54 2010 -0400
Checks to make sure XML path is writable before making the XML runner.
Ignores it if directory is now writable.
commit 3ac56587df80ee257b36a7c088d0ede8d1c7a18c
Author: Tom Rondeau <address@hidden>
Date: Wed Oct 6 20:50:25 2010 -0400
Fixed missing set_relative_rate in these two blocks. The others don't
actually do it, even though it's counter-intuitive for the pfb_decimate, which
is a sync_block (decimation actually care of in the stream_to_streams).
commit 1c936ad101cbd7edf8e6b96bf3f993163a7dcc7b
Merge: 9ccd86714958fb2bd0cdc457745737f6d20efd7f
125433fe84507cc84e585c1e06bb804fdb2ce043
Author: Johnathan Corgan <address@hidden>
Date: Wed Oct 6 12:52:44 2010 -0700
Merge branch 'master' into next
* master:
Fixed setting of USB_LIBS for *win*
Fix so that non-Darwin OSs use USB_LIBS correctly for linking
New way of checking for various LIBUSB names; for legacy version, make
sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
Fixed gitignore to reflect changes in moc/ui file naming.
Fixes a lot of warnings by cleaning up namespace issues.
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
Removing qwtplot3d dependency and fixing a missed include in
waterfallGlobalData.h.
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
Updating all of the QA code that I can actually test to work with the new
XML output runners.
Updating all python QA programs in gnuradio-core to output XML files.
Adding gr_xmlrunner.py to Makefile.
Adding XML output to Python unittests.
Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell
needs testing.
Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
Adding an XML outputter for the CPP Unit tests. This is to a) store the
output information but also b) for integration with Hudson for logging and
displaying the results during the build stages. This only covers a few cases so
far and I need to define a better place to save the output files.
commit 125433fe84507cc84e585c1e06bb804fdb2ce043
Merge: 2652a20330ea1238d561ce799c40833e46d3508c
2723c3fb2a22872bba1c72bab1d0c4e74ffda86f
Author: Johnathan Corgan <address@hidden>
Date: Wed Oct 6 12:34:14 2010 -0700
Merge branch 'maint'
* maint:
Fixed setting of USB_LIBS for *win*
Fix so that non-Darwin OSs use USB_LIBS correctly for linking
New way of checking for various LIBUSB names; for legacy version, make
sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
Fixed gitignore to reflect changes in moc/ui file naming.
Fixes a lot of warnings by cleaning up namespace issues.
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
Removing qwtplot3d dependency and fixing a missed include in
waterfallGlobalData.h.
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
commit 2723c3fb2a22872bba1c72bab1d0c4e74ffda86f
Merge: 916b205660aa676e1587411b48f24b6d5d3c0de2
f18025c099e4f69829dc4fc1732a4a9e83b3eb1d
Author: Johnathan Corgan <address@hidden>
Date: Wed Oct 6 12:20:08 2010 -0700
Merge remote branch 'tom/qtfix' into maint
* tom/qtfix:
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
Fixed gitignore to reflect changes in moc/ui file naming.
Fixes a lot of warnings by cleaning up namespace issues.
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
Removing qwtplot3d dependency and fixing a missed include in
waterfallGlobalData.h.
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
commit 916b205660aa676e1587411b48f24b6d5d3c0de2
Merge: a0c01f9f9ca5743189ce5c84ee3f2b1cea819335
d62b41974ce664e571da281e859abec31a492f62
Author: Johnathan Corgan <address@hidden>
Date: Wed Oct 6 12:06:01 2010 -0700
Merge Michael Dicken's USB fixes after rebasing on maint
Fixed setting of USB_LIBS for *win*
Fix so that non-Darwin OSs use USB_LIBS correctly for linking
New way of checking for various LIBUSB names; for legacy version, make sure
the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
commit d62b41974ce664e571da281e859abec31a492f62
Author: Michael Dickens <address@hidden>
Date: Thu Sep 16 21:07:29 2010 -0400
Fixed setting of USB_LIBS for *win*
commit 02e861042a55a29a9d23e34d3a193d31d183ae15
Author: Michael Dickens <address@hidden>
Date: Thu Sep 16 16:58:22 2010 -0400
Fix so that non-Darwin OSs use USB_LIBS correctly for linking
commit ddbb914deb468c688df7888070ee165cb5a41037
Author: Michael Dickens <address@hidden>
Date: Tue Sep 7 21:56:23 2010 -0400
New way of checking for various LIBUSB names; for legacy version, make sure
the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
commit 9ccd86714958fb2bd0cdc457745737f6d20efd7f
Author: Eric Blossom <address@hidden>
Date: Tue Oct 5 21:59:36 2010 -0700
Add README with forwarding pointer
commit cf3270ff70ab46a2446eeb72373f6ecc96b9669c
Author: Eric Blossom <address@hidden>
Date: Tue Oct 5 21:41:19 2010 -0700
Remove vrt from build.
The vrt code has been temporarily moved to Eric's Out-of-Tree repository,
pending the "Grand Build System Reorganization".
To grab the code and build it:
$ git clone git://gnuradio.org/eb-oot
$ cd eb-oot/vrt
$ ./bootstrap && ./configure
$ make && make check && make install
commit f18025c099e4f69829dc4fc1732a4a9e83b3eb1d
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 17 11:54:32 2010 -0400
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
commit c1e6c53608175ffcce78a09baeba2c8aaa1a847d
Author: Tom Rondeau <address@hidden>
Date: Mon Sep 13 14:49:00 2010 -0400
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
commit 38a5621196c440b28274c1a66d9a2e085f8817b1
Author: Tom Rondeau <address@hidden>
Date: Tue Sep 21 18:37:13 2010 -0400
Fixed gitignore to reflect changes in moc/ui file naming.
commit a4c5b23773ce58ff68ac582464d07c554fc21302
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 17 11:56:12 2010 -0400
Fixes a lot of warnings by cleaning up namespace issues.
commit 1cb0ab10c8fc48da01d84b1944bf4889622e2632
Author: Tom Rondeau <address@hidden>
Date: Fri Sep 17 11:54:32 2010 -0400
Finally, the simple fix for the qtgui issues; also, changed the naming
scheme output from _moc to .moc files because I think this looks cleaner.
commit 11a3c1aae294061032eb8b09c94cf37dfa77094b
Author: Tom Rondeau <address@hidden>
Date: Mon Sep 13 14:54:20 2010 -0400
Removing qwtplot3d dependency and fixing a missed include in
waterfallGlobalData.h.
commit 0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e
Author: Tom Rondeau <address@hidden>
Date: Mon Sep 13 14:49:00 2010 -0400
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal
with and the plotting is not that stable even when it does work. This does not
change the API.
commit d072f53d3aafc68821e2450ac6876614dc0b1713
Author: Eric Blossom <address@hidden>
Date: Tue Oct 5 13:34:15 2010 -0700
Remove vrt dependence on gruel. Should also build on non-Linux OS's too.
commit 2652a20330ea1238d561ce799c40833e46d3508c
Author: Tom Rondeau <address@hidden>
Date: Mon Oct 4 20:18:46 2010 -0400
Updating all of the QA code that I can actually test to work with the new
XML output runners.
commit 2104a9d1b2c964ec0f710f3209bb4a63cc7ae548
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 3 16:56:57 2010 -0400
Updating all python QA programs in gnuradio-core to output XML files.
Also fixed gr_unittest.py to print to the screen and fail make check
properly if there's an error.
Need to find a way to use XML runner with main() to fail make check and
output to screen, too.
commit 08fa4163ea77b3613c706ac126c32b55a7f75fc2
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 3 15:39:52 2010 -0400
Adding gr_xmlrunner.py to Makefile.
commit 2933f69b5d7afe6cf044a0f6305d05d19e7570af
Author: Tom Rondeau <address@hidden>
Date: Sun Oct 3 15:00:44 2010 -0400
Adding XML output to Python unittests.
gr_unittest.py was updated to handle the path and file creation and run the
XML runner
gr_xmlrunner.py is a public domain program written by Sebastian Rittau
<address@hidden> (THANKS!) to extend Python's unittest module to handle XML
JUnit format output. This was renamed from xmlrunner.py if any future work is
done on it from our project as well as to keep the namespace clean and clear.
qa_skiphead.py is a first test program for the XML output. Creates an
outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml.
commit 57368f1a3f7f2e92190d72328ff54eb452ba58ed
Author: Tom Rondeau <address@hidden>
Date: Sat Oct 2 17:35:16 2010 -0400
Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell
needs testing.
commit 2b8bd0d2fa7c76282a772b75cb99e7bd5f2be13f
Author: Tom Rondeau <address@hidden>
Date: Sat Oct 2 17:16:04 2010 -0400
Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
This also adds a new utility gr_unittests.h, which sets up the path for
output files.
commit 58a9c0498ee8df542a9eddeb0179995c8f03ca8e
Author: Eric Blossom <address@hidden>
Date: Fri Oct 1 02:53:48 2010 -0700
Remove warnings
commit f989d64d3924ce4b64d67fdb4a1d96963d71bf8b
Author: Eric Blossom <address@hidden>
Date: Fri Oct 1 00:59:39 2010 -0700
Treat failure to allocate big socket buffer as a error
commit 036a42c08eadbd0a2c462ca61d9d883996be8042
Author: Tom Rondeau <address@hidden>
Date: Thu Sep 30 16:08:53 2010 -0400
Adding an XML outputter for the CPP Unit tests. This is to a) store the
output information but also b) for integration with Hudson for logging and
displaying the results during the build stages. This only covers a few cases so
far and I need to define a better place to save the output files.
commit 7fad5c4fe2f5ee6b9fa7403fa0b23eb154001798
Author: Eric Blossom <address@hidden>
Date: Wed Sep 29 12:41:07 2010 -0700
16-byte align receive buffer to facilitate SIMD use
commit c7219d7aced26483ffe9c935fd1033dc3803891b
Author: Eric Blossom <address@hidden>
Date: Wed Sep 29 12:19:38 2010 -0700
Change data_handler::operator() return type to bool to simplify things.
commit df0cfb734e5acf698d286e03ba6abccc13d9c586
Author: Eric Blossom <address@hidden>
Date: Wed Sep 29 12:03:56 2010 -0700
Move more formatting code into header_utils
commit f4e9ba2d94c9ae3340a79cce985560aeb48b526b
Author: Eric Blossom <address@hidden>
Date: Mon Sep 27 14:36:18 2010 -0700
Additional packet formatting
commit 424bca3bb914213fe3449d1d3462d5992bf5007c
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 16:55:18 2010 -0700
Common utility for displaying integer seconds
commit 30d657c09338afe8dd0e8fb4d8fc184169834c09
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 15:59:43 2010 -0700
Additional width for hertz
commit 518c70341880906231285fb66ea7335e89218c91
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 15:52:23 2010 -0700
Stub out remaining context display code
commit bca2f5a5abf62eb51eb7b6230e8877e17b86d91d
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 15:43:39 2010 -0700
Display context assoc lists
commit d80ed729f2559076b243d5de97fce7b570fc28d1
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 15:27:02 2010 -0700
Display formatted_gps info
commit 613bf535476a7468849f082a4f20e6c4541a06ea
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 14:53:26 2010 -0700
Display payload format
commit a1ae11b45a5236d44fd63bfc3f46ed77c0dce6be
Author: Eric Blossom <address@hidden>
Date: Sun Sep 26 00:31:39 2010 -0700
Formatted output of IF context packets
commit 3339d8dc40a90986f33ea095baa0a861fed32bb6
Author: Eric Blossom <address@hidden>
Date: Sat Sep 25 23:23:17 2010 -0700
Add ostream output for expanded_header.
commit 503931d4e719bbfd74e67d1cbd4a91b9cc812144
Author: Eric Blossom <address@hidden>
Date: Sat Sep 25 21:44:12 2010 -0700
Parse gps_ascii and context_association lists.
commit a45325b26c6ab8f598c8b7128de4194ba74b078c
Author: Eric Blossom <address@hidden>
Date: Sat Sep 25 18:14:38 2010 -0700
Add formatted_gps and ephemeris parsing code
commit deebe33e400c1404fc22f09aed65ec2c1293aacb
Author: Eric Blossom <address@hidden>
Date: Sat Sep 25 17:48:44 2010 -0700
First cut at expanded_if_context_section
commit 18f1ab2e746c93108add92098333b90c8a3423c5
Author: Eric Blossom <address@hidden>
Date: Sat Sep 25 16:08:51 2010 -0700
s/unparse/pack/; s/parse/unpack/
commit bb2d127c085d1bf2910407334d67cb666284cf2b
Author: Eric Blossom <address@hidden>
Date: Thu Sep 23 23:23:54 2010 -0700
Add missing return
commit f0e615a06a041fda52f812fc01b85363ef1c9e0f
Author: Eric Blossom <address@hidden>
Date: Thu Sep 23 23:21:56 2010 -0700
Remove packet ring stuff. It doesn't work with UDP.
commit ed21ccff0b15ebd20e32fa6f026d65276b83e20c
Author: Eric Blossom <address@hidden>
Date: Thu Sep 23 21:53:17 2010 -0700
Now compiles
commit dd02d4590ea0c782dc812d4ab41c4ad05a1817c8
Author: Eric Blossom <address@hidden>
Date: Thu Sep 23 21:24:37 2010 -0700
Add expanded_if_context_section
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, gl_scope_label, created. 047725c2161f017657097086bb93c4cca1789de0,
git repository hosting <=