- Jan 13, 2020
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* There is no caller for the newly removed function stubs anyway.
-
Thomas Jahns authored
-
Thomas Jahns authored
* GCC 8.x and newer warn about the previously used "void (*)()", use "void (*)(void)" instead.
-
Thomas Jahns authored
-
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* collSpec is meant to be a dumb data collection, none of its member should be subject to change.
-
Thomas Jahns authored
* gcc 6.4 does not realize posix_memalign initializes ptr on some Linux systems.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
-
Thomas Jahns authored
-
Thomas Jahns authored
* The previous implementation had the destructor also release the mapping. * That was problematic, because the internals of objects depended on the external mapping unnecessarily. * This also fixes a potential double-free issue discovered by Jan Frederik Engels.
-
Thomas Jahns authored
-
Thomas Jahns authored
* Not yet created resource handles are by definition unused.
-
Thomas Jahns authored
* This applies to NetCDF where the first write contains invariants that are not present in later writes.
-
Thomas Jahns authored
-
-
-
Thomas Jahns authored
* Especially create the latitudes symmetrically from pole to pole.
-
Thomas Jahns authored
* Bull X MPI incorrectly creates the shared file pointer in many cases. * This fix alleviates the problem but cannot fully restore sane behaviour.
-
Thomas Jahns authored
* Versions 4.1 to 4.3.2 of netcdf do not provide programmatically useful pre-processor predicate if the pnetcdf layer is available and report success when the nc_create call actually failed.
-
Thomas Jahns authored
-
Thomas Jahns authored
* For statically decomposed streams, the xmaps can be precomputed under the assumption that all elements are written.
-