- Jan 05, 2021
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Dec 21, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Oct 22, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Oct 07, 2020
-
-
Dmitriy Morozov authored
-
cf458947 Change Create/Destroy/Save/Load to std::function<...> b29893bb Add NumPy to tests/io.cpp Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !61
-
- Sep 08, 2020
-
-
Dmitriy Morozov authored
-
- Aug 26, 2020
-
-
c80e3713 cmake: install DLL files to the bin/ directory Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !60
-
Ben Boeckel authored
This is where runtime libraries should live on Windows.
-
- Jul 22, 2020
-
-
Dmitriy Morozov authored
-
- Jun 25, 2020
-
-
Dmitriy Morozov authored
-
- Jun 13, 2020
-
-
bb0d55c8 Fix build on mach-based OS which are not OS X Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !59
-
Dmitriy Morozov authored
-
Samuel Thibault authored
-
- Jun 11, 2020
-
-
8600c575 Export correctly when diy is a subproject Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !58
-
- Jun 10, 2020
-
-
Sujin Philip authored
-
- Jun 05, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Jun 03, 2020
-
-
05c0c3ba Change install paths for certain files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !57
-
Sujin Philip authored
-
- May 26, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
f64a30d1 Better diy-mpi interface 594598be Add support for `find_package(DIY)` e9a24b89 Enable stricter warnings and fix them 07e04d4b Add support to build diy::mpi as a library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !56
-
Sujin Philip authored
1. In header-only mode, non-explicit conversion functions between DIY_MPI_..., MPI_... and diy::mpi... types are available. So passing MPI types directly where DIY_MPI... types are expected should work. 2. In library mode, use `mpi_cast` to convert from diy to mpi types and `make_DIY_MPI..` to convert from mpi to diy handle types. 3. In code that is expected to work in both header-only and library modes, method 2 above should be used. This includes all code that is part of the diy library.
-
- May 22, 2020
-
-
Sujin Philip authored
-
Sujin Philip authored
Enable stricter warnings that are used by client projects like VTK-m, so that they are caught sooner. This will reduce the number of backported changes from VTK-m.
-
- May 19, 2020
-
-
Sujin Philip authored
-
- Feb 04, 2020
-
-
44ba0d51 Fix dashboard warnings b06ef2df Handle compiling against 4.X versions of libstdc++ 6a79af10 Fix warnings in `resolve.hpp` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !52
-
Sujin Philip authored
-
This uses a more robust set of checks to determine if std::is_trivially_copyable exist given the libstdc++ version value
-