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, fix_gr_fft_vcc_fftw,


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, fix_gr_fft_vcc_fftw, created. e1350922cd44ec0567b094cae739424680ff8db7
Date: Wed, 25 Jan 2012 20:06:51 +0000 (UTC)

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, fix_gr_fft_vcc_fftw has been created
        at  e1350922cd44ec0567b094cae739424680ff8db7 (commit)

- Log -----------------------------------------------------------------
commit e1350922cd44ec0567b094cae739424680ff8db7
Author: Josh Blum <address@hidden>
Date:   Wed Jan 25 12:05:35 2012 -0800

    core: fix floor ambiguous overload in vcc fftw
    
    The msvc compiler doesnt like the ambiguous overload of floor.
    However, floor should not have an effect on the integer divide anyway.

commit 3901b0b7025a66ae04748e65b2bdd59e59e574df
Merge: d2ff8e3 2d80e59
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 21 10:42:15 2012 -0500

    Merge branch 'maint'

commit 2d80e59c2b26de65e5266b8c6fb4be118a7428a0
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 21 10:41:23 2012 -0500

    noaa: add pc file for gr-noaa to m4 file.

commit d2ff8e3438c83876bdcc587a76b40c7a4281d3c6
Merge: 748063b 6e3ec5d
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 22:18:48 2012 -0500

    Merge branch 'maint'

commit 6e3ec5d3697274f45bb83e68818402e50c1e23a6
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 22:14:31 2012 -0500

    docs: another try/except/rerun spot.

commit 748063b203b137fe30d0f2d26614859f4cbc45ea
Merge: fe88a1d 8720afb
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 21:55:27 2012 -0500

    Merge branch 'maint'

commit 8720afbfbe40c6e88345c2ddbeabe5d2ae4ff62e
Merge: 26de281 f58076f
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 21:49:43 2012 -0500

    Merge branch 'nosync' into maint

commit 26de2814ed10cb3a03d0209e8cbaf22540f2650e
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 21:31:14 2012 -0500

    core: fixed bug in FFT shift operation.

commit fe88a1ddf623df701e5f3a0c4c8e4fd008570b83
Merge: 6b74855 da8f675
Author: Tom Rondeau <address@hidden>
Date:   Wed Jan 18 20:01:22 2012 -0500

    Merge branch 'maint'

commit da8f67595847f63358792f24ad88582f4c16efed
Author: Nick Foster <address@hidden>
Date:   Wed Jan 18 20:01:05 2012 -0500

    volk: fix for newer orc.

commit 6b7485547542647d8a1e0dbd7dd77f4563ac868d
Merge: b6a00c8 877e92e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 18 08:57:42 2012 -0800

    Merge branch 'maint'

commit 877e92eb06f2603930a049ffc75e234b711fafa4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 18 08:57:29 2012 -0800

    noaa: add pkgconfig file for C++ library

commit b6a00c8ba86d5356d574d0c4166ed9c0255a9a90
Merge: 4beff39 9f41efc
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 17 16:25:54 2012 -0800

    Merge branch 'maint'

commit 9f41efcb0a98f035186d84deffa21f1c38141845
Author: Josh Blum <address@hidden>
Date:   Tue Jan 17 15:51:05 2012 -0800

    qtgui: better findqwt.cmake with standard paths

commit 7850d5f25168db322d76da9bc6cf3730c5d88d3e
Author: Josh Blum <address@hidden>
Date:   Tue Jan 17 15:48:02 2012 -0800

    gruel: hrt under bsd should use clock gettime

commit 8736ac20a1a7def9a024aa9c934b7b95ffdef373
Author: Josh Blum <address@hidden>
Date:   Tue Jan 17 15:42:25 2012 -0800

    cmake: fix for cmake 2.6 with library extras mode
    
    OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8
    
    LIBRARY_OUTPUT_NAME is new to 2.8 and more specific

commit f58076ffbba790fd93504ea1d38e39e278e663de
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 16 09:30:12 2012 -0500

    docs: another hack to check for errors and retry when building the swigdocs.

commit 0aa47db21afc09b37ac4e0feebeaa624e5549714
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 15:07:35 2012 -0500

    docs: another recheck point in the siwg_doc code. If a parse error happens, 
try rereading up to 3 times.

commit 0f3bb8be9d3eb2549de15c7192fcbeb57baf588d
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 17:15:23 2012 -0500

    build: have swig_doc catch the exception when the xml parsing fails on a 
not-complete file.
    
    The method sleeps for a second and tries again 3 times before fully 
failing. This seems a bit crass...

commit e3068517815363102043363556be654c5b47c5c9
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 17:09:42 2012 -0500

    build: not going to work. Removing changes to cmake files and no sync call.

commit a6517c9fa394ccf48206979f1e02608055de6a0c
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 14:32:05 2012 -0500

    build: maybe towards a better way of getting Doxygen docstrings to build 
with -jN.

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


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



reply via email to

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