Alexander Grund

Results 227 issues of Alexander Grund

Rebase of #65 onto develop with current changes incorporated. Hence closes #65 Contains the original commit(s) from @salvoilmiosi of #65 squashed and rebased onto develop to fix the conflicts. On...

I've just seen that the default flag for stream operations with locales generated by Boost.Locale is `posix`, i.e. "classic". This leads to the bug/inconsistency I've encountered at https://github.com/boostorg/locale/issues/64#issuecomment-873570242 Assume this:...

During conversion between UTF encodings it might be desirable to replace invalid characters by a replacement character, e.g. `0xFFFD`. But the current methods only allow to skip or abort.

The `CudaSetLimits` policy could never be used with e.g. the `Scatter` creation policy which would lead to undefined behaviour. The reason is, that this ReservePolicy returns a NULL pointer but...

refactoring

The `SIOCETHTOOL` IOCTL expects a pointer to an instance of `ethtool_link_settings`. E.g. it will read the `cmd` member to determine what to do. However #346 reordered the memory layout of...

CLA Signed

The `passwordFillIsAllowed` function should only do a check. The logging is done in the caller

bug

Noticed in #259 and #248: There is one failed test for the "Fix compile errors" commit in #259 with a `assertion failed - Expression: sum == old_sum` in only one...

bug
affects latest release

Is there currently any way to check the type of an attribute? I currently see only the interface `readAttribute(int32_t id, const char *dataName, const char *attrName, void* data)` which completely...

feature
question

This function (https://github.com/ComputationalRadiationPhysics/libSplash/blob/master/src/include/splash/Dimensions.hpp#L252-L263) is wrong, as it does neither honor zero sizes (all dims=0) nor does it work for offsets. As it can't be fixed properly in that design, it...

bug
API change
affects latest release

HDF5 does datatype conversion when required (https://www.hdfgroup.org/HDF5/doc/UG/HDF5_Users_Guide-Responsive%20HTML5/index.html#t=HDF5_Users_Guide%2FDatatypes%2FHDF5_Datatypes.htm%23TOC_6_10_Data_Transferbc-26&rhtocid=6.5_2) So the interfaces should accept a `CollectionType` when reading making the read/write signature almost the same. Example: ``` virtual void readAttribute(int32_t id, const...

feature
API change