[clfft] annotated tag debian/2.6-1 created (now be3b55c)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Aug 4 11:06:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to annotated tag debian/2.6-1
in repository clfft.

        at  be3b55c   (tag)
   tagging  45b6d470417694ea8c840eddd0c5e215c83a070a (commit)
  replaces  debian/2.4-4
 tagged by  Ghislain Antony Vaillant
        on  Tue Aug 4 12:03:10 2015 +0100

- Log -----------------------------------------------------------------
clfft Debian release 2.6-1

Braga (1):
      fix for the -lrt link issue with ubuntu/travisci

Gaëtan Lehmann (6):
      fix gtest build with msvc and ninja
      don't force the usage of libc++ on mac - it is not the default c++ lib on 10.8 and older
      fix static build with msvc
      define CLFFT_STATIC in clFFT.version.h
      let cmake decide to build the lib as STATIC or SHARED based on BUILD_SHARED_LIBS value
      build gtest only when BUILD_TEST is on

Gaëtan Lehmann (6):
      don't install in lib64 on mac
      use the default install prefix on unixes
      properly use the rpath on mac
      fix LoadSharedLibrary for mac
      build google test with an external project
      install clFFT cmake configuration and version file

Ghislain Antony Vaillant (12):
      Merge tag 'upstream/v2.6' into debian/experimental
      d/changelog: bump dversion, switch to unreleased
      d/p: refresh valid patches, drop those applied upstream
      d/rules: update cmake build options
      d/p: add patch fixing the output dir of the docs
      d/rules: doc -> docs due to renaming upstream
      d/rules: disable build of test suite
      d/p: add patch fixing unnecessary symlinks for client
      d/p: break doxygen patch down to more specific set of patches
      d/changelog: update current entry
      d/p: improve patch wrt missing libdl linkage
      d/changelog: release to unstable

Kent Knox (12):
      Merge pull request #52 from marbre/develop
      Merge pull request #53 from marbre/client
      Merge pull request #59 from glehmann/rpath
      Merge pull request #61 from glehmann/do-not-install-in-lib64-on-mac
      Merge pull request #63 from glehmann/maclib
      Merge pull request #64 from glehmann/gtest-external
      Merge pull request #62 from glehmann/use-default-install-prefix-on-unixes
      Merge pull request #70 from 9prady9/examples
      Manual merge of cmake-config branch
      Merge branch 'glehmann-cmake-config' into develop
      Fixing a clang compilation problem for MacOSX.
      Merge branch 'mac-libc++' of https://github.com/glehmann/clFFT into glehmann-mac-libc++

Marius Brehler (3):
      Install scripts/perf to share/clFFT on non WIN32 systems
      Rename Client to clFFT-client
      travis: Exec. clFFT-client (was Client before)

Pavan Yalamanchili (1):
      BUILD FIX: for Linux systems when using static libraries

Philipp Sibler (1):
      Added a device selection feature for the client app.

Pradeep (3):
      examples framework
      2d fft example
      3d fft example

Shehzan Mohammed (7):
      Merge branch 'static-exports' of https://github.com/glehmann/clFFT into static_build_fix
      Fixing static build condition in CMakeLists
      Change BUILD_STATIC to CLFFT_BUILD_STATIC
      Change BUILD_STATIC to CLFFT_BUILD_STATIC in statTimer
      Rename CMake varible BUILD_SHARED_LIBRARY to BUILD_SHARED_LIBS
      Using BUILD_SHARED_LIBS as default configuration for library type
      Merge pull request #2 from glehmann/arrayfire-static_build_fix

bnataraj (10):
      fixing failure due to sub-64 length and tranpose not supported
      fixing the planar failure
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      fixing RC bugs that caused 2d/3d fails
      merging from develop branch and bumping release version
      changing from doc to docs
      adding performance numbers
      adding release notes
      updated performance measurement scripts and instruction manual
      updated performance measurement scripts and instruction manual

bragadeesh (57):
      bumping develop to 2.5
      merging internal fork with performance optimizations for large sizes and other fixes
      minor doc fixes
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      Revert "Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop"
      Revert "minor doc fixes"
      doc fixes to correct formulas
      fixing previous bad commits that clobbered files
      fixing doxy file with latest doxywizrd tool configuration
      adding the binary caching feature to store plans on disk
      fixing incorrect transpose call bug that caused seg faults
      Merge pull request #69 from glehmann/gtest-msvc-fix
      fixing VS12 builds
      Merge branch 'devsel_pub' of https://github.com/PhilSee/clFFT into ps-develop
      cleaning up the selection and printing of CL devices
      dont run test when only print info is needed
      minor fix, cleaning up unnecessary variables
      fixing the upper transform size limit restriction to single dimension maximum
      syncing upstream repo and local fork
      adding feature list to readme for the recent updates
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      syntax highlight SHA
      markdown fix
      making transpose support for non pow2 sizes, just starting
      Merge pull request #75 from arrayfire/static_build_fix
      fixing transpose logic bugs, still whole plan debug needed
      fix
      fixing horizontal out transpose bug
      fix for multi-gpu issue that caused plans to be non-unique w.r.t device
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      adding scalar type support
      extending the size support of some 1D break-downs
      2D logic update for real
      updating 2D real forward plan and transform
      fixing event leak bug
      updating incorrect tmpbufsize
      Merge branch 'gtest' of https://github.com/glehmann/clFFT into gbb
      Merge branch 'gbb' into develop
      keeping the message after merging pull request
      fixing planar RC format
      clarifying logic of transposes w.r.t transOutHorizontal
      fixing work size calculation bugs
      updating 3D planner logic real forward
      updating the transform 3D logic real forward
      cleaning up real backward; updating the C2R logic and temp memory use
      fixing logic to allocate C2R temp buffer once
      updating 2D real backward
      updating 3D real backward
      fixing ditance condition to enable transpose optimizations
      placing pieces of extracted protype gen code
      updating 1d real with prototype algorithm
      fixing dev issues
      fixing rc issues and adding minor features
      fixing more issues
      fixing imaginary part sign issues
      adding a real large 1d test
      fixing some more bugs

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

This annotated tag includes the following new commits:

       new  9b8f55e   Merge tag 'upstream/v2.6' into debian/experimental
       new  8c77898   d/changelog: bump dversion, switch to unreleased
       new  fbeb259   d/p: refresh valid patches, drop those applied upstream
       new  35f6433   d/rules: update cmake build options
       new  0be8611   d/p: add patch fixing the output dir of the docs
       new  158a252   d/rules: doc -> docs due to renaming upstream
       new  a02c1dc   d/rules: disable build of test suite
       new  758f4dc   d/p: add patch fixing unnecessary symlinks for client
       new  fc49e4f   d/p: break doxygen patch down to more specific set of patches
       new  3b13be7   d/changelog: update current entry
       new  6c2b529   d/p: improve patch wrt missing libdl linkage
       new  45b6d47   d/changelog: release to unstable

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list