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, cmake_example, create


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, cmake_example, created. d40a0b864fad9e3f8e88dc17c85f105ee0d0e508
Date: Sat, 11 Dec 2010 08:40:16 +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, cmake_example has been created
        at  d40a0b864fad9e3f8e88dc17c85f105ee0d0e508 (commit)

- Log -----------------------------------------------------------------
commit d40a0b864fad9e3f8e88dc17c85f105ee0d0e508
Author: Josh Blum <address@hidden>
Date:   Sat Dec 11 00:40:05 2010 -0800

    example of a standalone gnuradio project in cmake with gr-uhd

commit 051aa2f5bc9f2311bb81669eb4326fd906592a1d
Author: Josh Blum <address@hidden>
Date:   Thu Dec 9 13:56:35 2010 -0800

    uhd: update notes in grc blocks for addressing scheme

commit e13783aeb84a2c3656c3344a8d52fa2c9ee38a00
Merge: cdca1c917626f7c63f820da921a17187efc92cd5 
7b19372f83fede6a1d55e4b70202aa58b004e9f8
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 20:57:40 2010 -0500

    Merge branch 'master' into next
    
    * master:
      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 blks2 wrapper for PFB arbitrary resampler to allow the user to 
just specify the requested resampling rate without providing their own filter 
taps.
      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.
      Removing warnings in portaudio source/sink.
      Fixing output types from tap_type to o_type in gr_single_pole_iir.h. 
Doesn't make a difference in the current uses of this class, but could in the 
future. Thanks to Achilleas Anastasopoulos for pointing this out.
      first shot at Windows-compatible LIBUSB check
      Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)
      Removing autogenerated file.
      Updated doxygen Doxyfile for newer versions.
      Adding file operations result checking.
      Updating audio_jack to new interface for creating a client. Fixes 
depricated warning.
      Potential fix to MSDD warnings by setting sequence number from buffer 
more explicitly.
      Adding a bit more checking on file operations.
      Fixing copyright date.
      Fixed warning re defining GNU_SOURCE. Can probably just remove it since 
it's defined in config, but this won't hurt anyone.
      Fixing signed/unsigned warnings.
      first shot at Windows-compatible LIBUSB check
      Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)
    
    Conflicts:
        gnuradio-core/src/lib/swig/gnuradio.i

commit 7b19372f83fede6a1d55e4b70202aa58b004e9f8
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 13:59:20 2010 -0500

    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.

commit 6246efbefcdb6807daa7c245ebe7a975ab0ce7d4
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 13:52:55 2010 -0500

    Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to 
just specify the requested resampling rate without providing their own filter 
taps.
    
    Taps are then generated inside hier_block2 to cover full bandwidth of input 
signal.
    
    Optional attenuation parameter may be provided.

commit dd656e9db5e69ed6b11653deea710e299d72827e
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 18:21:02 2010 -0500

    Changing API for gr_skiphead to use uint64_t for the offset instead of 
size_t (still unsigned). Fixes issue #304.
    
    Also uses uint64_t's internally so everyone is always on the same type. 
This should not affect anyone's use of the block.

commit 522073fa95ffcb231bf8c72105bc5cc62dd8d9ed
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 18:20:40 2010 -0500

    Adding typedef for uint64_t and int64_t so we can use them through SWIG.

commit d7f501f61362652030ccfcb740dbb03b33f4689e
Merge: ed307f12857545b5c034532e261b6ac2dadcf5fe 
e5198a304a12410da8936a16900feba2fad1edae
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 17:24:58 2010 -0500

    Merge branch 'warnings'

commit e5198a304a12410da8936a16900feba2fad1edae
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 16:54:13 2010 -0500

    Removing warnings in portaudio source/sink.

commit ed307f12857545b5c034532e261b6ac2dadcf5fe
Merge: 88c83cf6e9374f2cbd5483798a0614d72fb3dcbd 
696684176317d555ac4a603212bca1bafc768aec
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 23:57:41 2010 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit 88c83cf6e9374f2cbd5483798a0614d72fb3dcbd
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 23:57:02 2010 -0500

    Fixing output types from tap_type to o_type in gr_single_pole_iir.h. 
Doesn't make a difference in the current uses of this class, but could in the 
future. Thanks to Achilleas Anastasopoulos for pointing this out.

commit e90e0af122570193a3daecb1a4b4ef45dae3c83c
Author: Michael Dickens <address@hidden>
Date:   Thu Nov 4 21:49:52 2010 -0400

    first shot at Windows-compatible LIBUSB check

commit 67782265f5c9d5e29eb4921d14114346e80bfa81
Author: Michael Dickens <address@hidden>
Date:   Mon Nov 1 15:57:52 2010 -0400

    Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)

commit 696684176317d555ac4a603212bca1bafc768aec
Merge: 9922d3553e4e3ec6d55cfe8b7aab9323f649247f 
a45a71005ba215673da78fabc0edae323eebed34
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 19:44:58 2010 -0500

    Merge branch 'no_usb_debug_windows'

commit 9922d3553e4e3ec6d55cfe8b7aab9323f649247f
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 15 23:15:54 2010 -0800

    Removing autogenerated file.

commit ff6ce4dcf7c602cd94f840de21034634c95af806
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 10 00:25:37 2010 -0500

    Updated doxygen Doxyfile for newer versions.

commit a72819e861caaabdea0ac41f5f5e387cb61d3513
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 9 22:45:02 2010 -0500

    Adding file operations result checking.

commit 5d1baa5a96e3dac0756571da9fc115dba14bbbff
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 9 22:08:58 2010 -0500

    Updating audio_jack to new interface for creating a client. Fixes 
depricated warning.

commit 6fc05897572c82ebb523d0ab0ac4cf763d00cb4a
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 22:31:56 2010 -0500

    Potential fix to MSDD warnings by setting sequence number from buffer more 
explicitly.

commit 9eeb6dbaa1398946229db780f2eb1ca4e9eae04b
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 01:44:16 2010 -0500

    Adding a bit more checking on file operations.

commit ee02e4e66a291685ce6399d7871b98ffccbdca54
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 01:34:53 2010 -0500

    Fixing copyright date.

commit 8e64eed7ed9680db139a84e2370135cf619534bf
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 00:47:33 2010 -0500

    Fixed warning re defining GNU_SOURCE. Can probably just remove it since 
it's defined in config, but this won't hurt anyone.

commit d46b800b882724c07975f1dc897f8166d45150fb
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 00:47:10 2010 -0500

    Fixing signed/unsigned warnings.

commit a45a71005ba215673da78fabc0edae323eebed34
Author: Michael Dickens <address@hidden>
Date:   Thu Nov 4 21:49:52 2010 -0400

    first shot at Windows-compatible LIBUSB check

commit a8e0d810000c080e2ea966bc967fd0c6d21da61d
Author: Michael Dickens <address@hidden>
Date:   Mon Nov 1 15:57:52 2010 -0400

    Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)

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


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



reply via email to

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