- Jun 13, 2020
-
-
Samuel Thibault authored
-
- May 26, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
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
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
-
-
Sujin Philip authored
-
This uses a more robust set of checks to determine if std::is_trivially_copyable exist given the libstdc++ version value
-
Sujin Philip authored
-
- Feb 03, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Jan 29, 2020
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Jan 28, 2020
-
-
Dmitriy Morozov authored
-
- Nov 06, 2019
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Nov 05, 2019
-
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
Dmitriy Morozov authored
-
- Oct 04, 2019
-
-
Tom Peterka authored
In pick.hpp, in() was calling wrap_bounds() with old arguments. Removed the last argument, link.dimension().
-
- Oct 01, 2019
-
-
Dmitriy Morozov authored
-
- Sep 25, 2019
-
-
Dmitriy Morozov authored
-
- Sep 09, 2019
-
-
Dmitriy Morozov authored
-
- Sep 05, 2019
-
-
Dmitriy Morozov authored
-
- Sep 04, 2019
-
-
Utkarsh Ayachit authored
Help compiler not get confused about save/load overloads for default arguments (C2440).
-