- 28 Nov, 2014 1 commit
-
-
brinn authored
SVN: 32942
-
- 07 Oct, 2014 1 commit
-
-
brinn authored
Add option to create HDF5CompoundTypes which are not required to be equal to the compound types they are used to read (method IHDF5CompoundInformationRetriever.getType() with option requireTypesToBeEqual). SVN: 32561
-
- 06 Oct, 2014 1 commit
-
-
brinn authored
Fix: If a POJO is annotated with @CompundType(mapAllFields=false), then don't complain if some fields or some members are not mapped to each other. SVN: 32552
-
- 05 Oct, 2014 1 commit
-
-
brinn authored
SVN: 32545
-
- 25 Aug, 2014 1 commit
-
-
felmer authored
SVN: 32355
-
- 24 Aug, 2014 2 commits
- 21 Aug, 2014 2 commits
- 19 Aug, 2014 1 commit
-
-
jakubs authored
SVN: 32238
-
- 03 Aug, 2014 3 commits
- 02 Aug, 2014 6 commits
-
-
brinn authored
Bug fix: HDF5UnsignedXXXWriter's need to extend HDF5UnsingedXXXReader's rather than HDF5XXXReader's, otherwise they cannot read the values they just wrote. SVN: 32146
-
brinn authored
Rename readSlicedMDArray() to readMDArraySlice(). SVN: 32145
-
brinn authored
SVN: 32144
-
brinn authored
SVN: 32143
-
brinn authored
SVN: 32142
-
brinn authored
SVN: 32141
-
- 01 Aug, 2014 3 commits
-
-
brinn authored
Fix bug when a space dimension is not specified (i.e. -1) given and ensure input parameter blockDimension is not changed when reading from an array type. SVN: 32140
-
brinn authored
Methods IHDF5XXXReader.readSlicedMDArray(), IHDF5XXXReader.readSlicedMDArrayBlock() and IHDF5XXXReader.readSlicedMDArrayBlockWithOffset() for reading slices of multi-dimensional arrays. SVN: 32139
-
brinn authored
* In primitive readers' IHDF5XXXReader.readMDArrayBlockWithOffset() method, allow a value of -1 as blockDimension which will be replaced with the full dimension along this axis. * Allow reading of data sets with simple (dimensional) data spaces and array types of primitive types as elements. Is supported by IHDF5XXXReader.readMDArray() where space indices and array indices are concatenated (in this order). Note that JHDF5 does not allow to write such data sets, only to read it if other programs wrote them. * Add methods getSpaceRank(), getSpaceDimensions(), getArrayRank(), getArrayDimension(), getRank() and getDimensions() to IHDF5ObjectReadOnlyInfoProviderHandler. * Method HDF5DataTypeInformation.getRank(). * HDF5DataTypeInformation.getDimensions() now retuns an empty int[] if the data type is scalar (be consistent with HDF5DataSetInformation.getDimension()). Code who calls getDimensions()[0] on scalar data types to determine the number of elements may fail and has to be changed to call getNumberOfElements(). SVN: 32138
-
- 28 Jul, 2014 2 commits
-
-
brinn authored
Add a hint to use variable-length strings for string compound members to modify the default mapping. SVN: 32137
-
brinn authored
Enforce memory alignment for in-memory representations of HDF5 compounds (misalignments can lead to SIGBUS errors on non-Intel platforms). Fix compilation on Microsoft Visual-C++ and add Windows and Mac native builds. SVN: 32136
-
- 27 Jul, 2014 1 commit
-
-
brinn authored
Enforce memory alignment for in-memory representations of HDF5 compounds (misalignments can lead to SIGBUS errors on non-Intel platforms). SVN: 32135
-
- 16 Jul, 2014 1 commit
-
-
anttil authored
SVN: 32076
-
- 15 Jul, 2014 1 commit
-
-
pkupczyk authored
SVN: 32064
-
- 08 Jul, 2014 1 commit
-
-
felmer authored
SVN: 31910
-
- 07 Jul, 2014 1 commit
-
-
felmer authored
SSDM-561: 'apply from' remote (http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle) replaced by local (../gradle/javaproject.gradle) SVN: 31885
-
- 25 Jun, 2014 1 commit
-
-
anttil authored
SVN: 31785
-
- 09 Jun, 2014 9 commits
-
-
brinn authored
SVN: 31692
-
brinn authored
Adapt build scripts to use the native HDF5 libraries under libs/native and the native libraries in the build dependencies (cisd-base) rather the ones in the libraries project. SVN: 31690
-
brinn authored
SVN: 31689
-
brinn authored
SVN: 31688
-
brinn authored
SVN: 31687
-
brinn authored
SVN: 31686
-
brinn authored
SVN: 31685
-
brinn authored
Do not use link-time optimization in the final library link step as it breaks the 'exclude-libs,ALL' instruction to the linker. SVN: 31684
-
brinn authored
Do not exit the JVM when we find an unsupported version of HDF5, but throw an UnsupportedOperationException. SVN: 31683
-
- 07 Jun, 2014 1 commit
-
-
brinn authored
SVN: 31680
-