[arrayfire] annotated tag upstream/v3.2.1+dfsg1 created (now 462a9bf)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:55:42 UTC 2015


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

ghisvail-guest pushed a change to annotated tag upstream/v3.2.1+dfsg1
in repository arrayfire.

        at  462a9bf   (tag)
   tagging  6072652f2fc2c238bd7ae68cafc4a8ea7e468c64 (commit)
  replaces  upstream/v3.2.0+dfsg1
 tagged by  Ghislain Antony Vaillant
        on  Sun Dec 6 19:44:03 2015 +0000

- Log -----------------------------------------------------------------
Upstream version v3.2.1+dfsg1

Ghislain Antony Vaillant (4):
      Build and install documentation in a separate output folder.
      Add missing linkage with libdl
      Fix examples target.
      Merge tag 'upstream/v3.2.1' into dfsg-clean

Miguel Lloreda (1):
      Fixed typos in documentation.

Pavan Yalamanchili (12):
      Merge pull request #1115 from shehzan10/hotfixes-3.2.1
      BUGFIX: GFOR assignment when other dimensions have step indices
      BUGFIX: Issue with vector indexing when using spans
      Do not perform copies in moddims if memory is contiguous
      TEST: Adding test for GFOR assign bug
      BUGFIX: Getting the device pointer performs memory copy when needed
      TEST: Adding tests to verify unnecessary copies aren't being done
      Compile fixes for older compilers
      Merge pull request #1137 from shehzan10/hotfixes-3.2.1
      Merge pull request #1125 from syurkevi/tutorials
      Merge pull request #1138 from shehzan10/hotfixes-3.2.1
      Merge pull request #1139 from arrayfire/hotfixes-3.2.1

Peter Andreas Entschev (2):
      Fixed and improved OpenCL's homography
      Fixed and improved CUDA's homography

Shehzan Mohammed (31):
      Fixes for examples when used with installer
      Fix documentation when using older doxygen
      Merge branch 'patch-2' of https://github.com/mlloreda/arrayfire into hotfixes-3.2.1
      Merge branch 'fix/missing-libdl-linkage' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
      Merge branch 'minor-docs' of https://github.com/shehzan10/arrayfire into hotfixes-3.2.1
      Merge branch 'gfx_surface_fix' of https://github.com/9prady9/arrayfire into hotfixes-3.2.1
      Merge branch 'enh/docs-target-settings' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
      Merge branch 'fix/examples-target' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
      Fix type in documentation
      Fixes for examples cmakelists for dl lib
      Tests are now available as standalone
      Fix examples/cmakelist arguments for osx and windows
      Documentation for seq class
      Fix possible divide by zero case in cpu info
      Add enable_testing to test/CMakeLists.txt
      Merge pull request #1120 from shehzan10/tests-standalone
      Merge pull request #1130 from pavanky/bugfixes-3.2.1
      Merge pull request #1136 from pentschev/homography_fixes
      Merge pull request #1132 from shehzan10/seq_docs
      Fix examples installation directory
      Use folders (VS sln) for examples/tests when built out of source
      Install examples source irrespective of value of BUILD_EXAMPLES
      Updated forge tag
      CMake generates the list of examples
      Generate examples as dir/filename.cpp
      Update examples refs to match updated example style
      Updated release notes for 3.2.1
      Fix typo
      DOC Add background and bold to inline code tags
      DOC corrections, proper linking and syntaxes
      Increment version to 3.2.1

pradeep (1):
      Added missing symbol export for af_draw_surface

syurkevi (10):
      fix code formatting in doxygen
      initial vectorization tutorial
      forge visualization tutorial
      initial opencl, cuda interop tutorials
      initial interop tutorials
      doxygen formatting and reference fixes
      interop tweaks
      interop formatting tweaks
      additional vectorization content
      remove extra information from vectorization

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

This annotated tag includes the following new commits:

       new  f10075b   Fixed typos in documentation.
       new  ca0c7cc   Fixes for examples when used with installer
       new  86dd6c7   Build and install documentation in a separate output folder.
       new  eb0e0a5   fix code formatting in doxygen
       new  5955b14   initial vectorization tutorial
       new  1b0ef66   Add missing linkage with libdl
       new  ef2e7d7   Fix documentation when using older doxygen
       new  54ad0b3   Fix examples target.
       new  3281b50   Added missing symbol export for af_draw_surface
       new  f11a990   Merge branch 'patch-2' of https://github.com/mlloreda/arrayfire into hotfixes-3.2.1
       new  565c9af   Merge branch 'fix/missing-libdl-linkage' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
       new  b0a8e7e   Merge branch 'minor-docs' of https://github.com/shehzan10/arrayfire into hotfixes-3.2.1
       new  0075fdf   Merge branch 'gfx_surface_fix' of https://github.com/9prady9/arrayfire into hotfixes-3.2.1
       new  b747245   Merge branch 'enh/docs-target-settings' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
       new  87bfd99   Merge branch 'fix/examples-target' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
       new  d39f9e8   Fix type in documentation
       new  0d5913b   Fixes for examples cmakelists for dl lib
       new  86c1d7d   Tests are now available as standalone
       new  bdee78a   Fix examples/cmakelist arguments for osx and windows
       new  aa076e9   forge visualization tutorial
       new  1cca0de   initial opencl, cuda interop tutorials
       new  59faf59   Merge pull request #1115 from shehzan10/hotfixes-3.2.1
       new  75c2172   BUGFIX: GFOR assignment when other dimensions have step indices
       new  7d06e9f   BUGFIX: Issue with vector indexing when using spans
       new  05e00d5   Do not perform copies in moddims if memory is contiguous
       new  ee8a1ee   Documentation for seq class
       new  71442bb   Fix possible divide by zero case in cpu info
       new  d7b9f9a   TEST: Adding test for GFOR assign bug
       new  7fcf9bb   Add enable_testing to test/CMakeLists.txt
       new  37b3c8c   BUGFIX: Getting the device pointer performs memory copy when needed
       new  967545d   TEST: Adding tests to verify unnecessary copies aren't being done
       new  b6e7542   initial interop tutorials
       new  1ada68e   doxygen formatting and reference fixes
       new  4d75c78   Compile fixes for older compilers
       new  1c673f9   Fixed and improved OpenCL's homography
       new  9b00511   Fixed and improved CUDA's homography
       new  516c36e   interop tweaks temporarily remove external opencl context from interop tutorial. add cuda stream topic
       new  3fdef4a   Merge pull request #1120 from shehzan10/tests-standalone
       new  57a89ba   Merge pull request #1130 from pavanky/bugfixes-3.2.1
       new  d4c5ed6   Merge pull request #1136 from pentschev/homography_fixes
       new  3adec6f   Merge pull request #1132 from shehzan10/seq_docs
       new  99fe1ac   Fix examples installation directory
       new  72fe0ae   interop formatting tweaks
       new  ffd5941   additional vectorization content
       new  384ce6d   remove extra information from vectorization
       new  d3f3080   Use folders (VS sln) for examples/tests when built out of source
       new  92599d7   Install examples source irrespective of value of BUILD_EXAMPLES
       new  8136f21   Updated forge tag
       new  0dce77c   CMake generates the list of examples
       new  d0732f1   Generate examples as dir/filename.cpp
       new  c0aba7f   Update examples refs to match updated example style
       new  6978c90   Updated release notes for 3.2.1
       new  121caef   Fix typo
       new  9fb64de   Merge pull request #1137 from shehzan10/hotfixes-3.2.1
       new  8ad12b4   Merge pull request #1125 from syurkevi/tutorials
       new  0836463   DOC Add background and bold to inline code tags
       new  1183029   DOC corrections, proper linking and syntaxes
       new  7749f4d   Merge pull request #1138 from shehzan10/hotfixes-3.2.1
       new  4d6eaba   Merge pull request #1139 from arrayfire/hotfixes-3.2.1
       new  f263db0   Increment version to 3.2.1
       new  6072652   Merge tag 'upstream/v3.2.1' into dfsg-clean

The 61 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/arrayfire.git



More information about the debian-science-commits mailing list