1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/Grid/serialisation
2022-05-24 15:48:01 +01:00
..
BaseIO.cc Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
BaseIO.h Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
BinaryIO.cc Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
BinaryIO.h Merge develop 2019-07-16 11:59:56 +01:00
Hdf5IO.cc Make sure H5NS has empty definition if HDF5 built without C++ namespace. Add comment in Hdf5IO.cc indicating likely source of error using H5NS, i.e. lack of --enable-cxx in hdf5 configure. 2021-09-19 19:45:20 +01:00
Hdf5IO.h Make sure H5NS has empty definition if HDF5 built without C++ namespace. Add comment in Hdf5IO.cc indicating likely source of error using H5NS, i.e. lack of --enable-cxx in hdf5 configure. 2021-09-19 19:45:20 +01:00
Hdf5Type.h Make sure H5NS has empty definition if HDF5 built without C++ namespace. Add comment in Hdf5IO.cc indicating likely source of error using H5NS, i.e. lack of --enable-cxx in hdf5 configure. 2021-09-19 19:45:20 +01:00
JSON_IO.cc Fix json write for vector<string> 2022-05-24 14:37:33 +01:00
JSON_IO.h Updated json CUDA compile guards 2022-05-24 15:48:01 +01:00
MacroMagic.h Add global namespace to Writer<T> and Reader<T> inside GRID_SERIALIZABLE_CLASS_MEMBERS (so that "using Grid" not necessary). 2021-05-31 08:43:02 +01:00
Serialisation.h Removed nvcc guards for json 2022-05-24 14:30:26 +01:00
TextIO.cc Merge branch 'develop' into feature/gpu-port 2018-12-13 05:11:34 +00:00
TextIO.h Merge branch 'develop' into feature/gpu-port 2019-07-16 11:55:17 +01:00
VectorUtils.h Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
XmlIO.cc Namespace fix 2018-12-15 21:46:17 +00:00
XmlIO.h Merge branch 'develop' into feature/gpu-port 2019-07-16 11:55:17 +01:00