[xtensor] branch master updated (57076f1 -> 2e51624)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 18 16:35:51 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository xtensor.

      from  57076f1   Release to unstable
      adds  188a731   New upstream version 0.10.2
       new  0fac674   Merge tag 'upstream/0.10.2'
       new  7b44e04   Mark xtensor-dev Multi-Arch: foreign
       new  cde049c   Do not build with -march=native
       new  2e51624   Release to unstable

The 4 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.


Summary of changes:
 CMakeLists.txt                       |   2 +
 debian/changelog                     |   9 +
 debian/control                       |   1 +
 debian/patches/No-march-native.patch |  35 +++
 debian/patches/series                |   1 +
 docs/source/api/xarray_adaptor.rst   |  17 +
 docs/source/api/xtensor_adaptor.rst  |  17 +
 include/xtensor/xadapt.hpp           | 208 +++++++++++++
 include/xtensor/xarray.hpp           |  24 +-
 include/xtensor/xbuffer_adaptor.hpp  | 589 +++++++++++++++++++++++++++++++++++
 include/xtensor/xtensor.hpp          |  23 +-
 include/xtensor/xtensor_config.hpp   |   2 +-
 include/xtensor/xutils.hpp           |   2 +-
 include/xtensor/xvectorize.hpp       |   6 +-
 test/CMakeLists.txt                  |   2 +
 test/test_xadapt.cpp                 | 121 +++++++
 test/test_xarray_adaptor.cpp         |   1 +
 test/test_xbuffer_adaptor.cpp        | 179 +++++++++++
 18 files changed, 1214 insertions(+), 25 deletions(-)
 create mode 100644 debian/patches/No-march-native.patch
 create mode 100644 debian/patches/series
 create mode 100644 include/xtensor/xadapt.hpp
 create mode 100644 include/xtensor/xbuffer_adaptor.hpp
 create mode 100644 test/test_xadapt.cpp
 create mode 100644 test/test_xbuffer_adaptor.cpp

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



More information about the debian-science-commits mailing list