AuthorCommitMessageCommit dateIssues
Elena PourmalElena Pourmal
3b1acf484e5[svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds.Tested on jam.
Elena PourmalElena Pourmal
1e7ab81ff25[svn-r27248] Daily tests in the VDS brnach reported missing file in MANIFEST.Fixed.
Neil FortnerNeil Fortner
7cf40ce5e48[svn-r27246] Remove "clipped" status from unlimited selections, decoupling them from the extent. Improve algorithm for calculation of VDS extent by removing the need for a temporary copy of a dataspace. Other minor fixes/cleanup.Tested: ummon
Elena PourmalElena Pourmal
b32c1bc3ff6[svn-r27245] Maintenance: Eiger example had wrong printf type of name (had dimension number in it). Fixed.Tested on jam.
Allen ByrneAllen Byrne
7fdb38eb6f0[svn-r27239] Add function prototype for local function
Allen ByrneAllen Byrne
4878a00ac2f[svn-r27236] The vds h5diff files
Allen ByrneAllen Byrne
202fd2b6c19[svn-r27235] Add vds h5diff tests
Allen ByrneAllen Byrne
bea58674e9b[svn-r27234] Add layout test from virtual to Contiguous and Compact generated files to clearall
Allen ByrneAllen Byrne
5ae9dc03696[svn-r27233] Add layout test from virtual to Contiguous and Compact
Neil FortnerNeil Fortner
c986d41406f[svn-r27231] Fix bug in configure that prevented running make.Tested: ummon
Allen ByrneAllen Byrne
5b4b4650c6b[svn-r27229] remove copy-paste errors from list
Neil FortnerNeil Fortner
17078f2b9de[svn-r27224] Fix bug that prevented reading from datasets with unlimited mappings with missing source datasets. Decided not to attempt to open the source dataset in this case, as doing so could create issues related to the sizing of the VDS. Users should call H5Dget_space to open these datasets. No regression test yet.Tested: ummon
Elena PourmalElena Pourmal
fc0fba145e3[svn-r27220] Maintenance: Added copyrigth; removed read buffer initialization since fill value feature works now.Tested on jam.
Allen ByrneAllen Byrne
616106ade32[svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configure
Allen ByrneAllen Byrne
3d5c3851a3b[svn-r27218] Add VDS tests to h5ls
Neil FortnerNeil Fortner
91eb17db8ee[svn-r27215] Fix issue where % characters could not be used in non-printf mappings. Other minor fixes/cleanup.Tested: ummon
Dana RobinsonDana Robinson
4f231ddc9bd[svn-r27214] Fixed a bug on Windows where dcpls were set to be chunked and not virtual. This was due to a simple copy-paste issue in the initializer that is used when C99 initializers are not available.Also fixed a dims array size error in the vds test. Tested on: 64-bit Win7 with VS2013
Neil FortnerNeil Fortner
4117cfe2b9e[svn-r27197] Improve performance of "printf" VDS with selections in the file space - the library no longer iterates over all source datasets in the printf mapping, it now only looks at the ones that could be involved in I/O (the ones whose bounds overlap with the selection in the unlimited dimension).Tested: ummon
Allen ByrneAllen Byrne
78e128c5440[svn-r27195] Add h5dump cmake tests and files. Add tools gen cmake files move testfiles for pbits to subdir as well as vdsTested: local linux
Neil FortnerNeil Fortner
9786fe2f615[svn-r27192] Improve support for printf selections (support partial blocks with H5_VDS_FIRST_MISSING) Add test for this Rework VDS code to not depend on unlimited selections having a "clipped" state in preparation for removing the clipped state from unlimited selections. Other bug fixes/cleanupTested: Kubuntu 64 (home computer)
Dana RobinsonDana Robinson
aa4e3e3985eM[svn-r27191] Merged r26781 to r27185 from trunkTested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested)
Mohamad ChaarawiMohamad Chaarawi
b9f2a18b5ae[svn-r27185] fix more instances where both mpi is_initialized and is_finalized need to be checked before making any MPI calls.tested with h5committest.
Neil FortnerNeil Fortner
bf8942c7e92[svn-r27174] Fix bug in H5S__hyper_project_intersection that affected empty selections.Tested: ummon
Allen ByrneAllen Byrne
0f4e97907cf[svn-r27172] Change disable to skip big test on cygwin
Allen ByrneAllen Byrne
84311eb7018[svn-r27171] Disable big test on cygwin
Dana RobinsonDana Robinson
349ad0d74d1[svn-r27166] Updated MANIFEST to include test/vds.c and tools/misc/vds files.
Mohamad ChaarawiMohamad Chaarawi
bf3b382df7f[svn-r27163] update manifest for newly added file.
Mohamad ChaarawiMohamad Chaarawi
929e8ce1281[svn-r27162] fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called.tested with h5committestHDFFV-9412
Dana RobinsonDana Robinson
6c81df0a270[svn-r27161] Added makefiles to tools/misc/vds to build the generators.Tested on: jam
Dana RobinsonDana Robinson
a6442037e49[svn-r27160] Added VDS generator files.The Makefiles have not been updated so they don't compile yet.
Private HDFPrivate HDF
02e9a43900c[svn-r27159] Snapshot version 1.9 release 221
Mohamad ChaarawiMohamad Chaarawi
4a2bee5cd8d[svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script.
Neil FortnerNeil Fortner
5eae97bca64[svn-r27155] Change H5Pget_virtual_view to return herr_t and take a pointer to the view as a parameter. Also fix bug in H5Pget_virtual_printf_gap.Tested: jam
Neil FortnerNeil Fortner
c27904bc5fe[svn-r27153] Implement fill value support for VDS. Add testing for this. Fix bug in printf string parsing. Add test for this. Other minor fixes/cleanup.Tested: ummon
Dana RobinsonDana Robinson
8f74cc85d8c[svn-r27152] Updated bin/trace and src/H5trace.c to handle the H5D_vds_view_t enum type.Tested on: jam
Dana RobinsonDana Robinson
fad77fd2c29[svn-r27150] Added an empty VDS testfile generator to tools/misc directory.test/Makefile.in was updated due to changes in the Makefile.am file that missed a reconfigure. The changes just added a few VDS test files to the deletion list. Note that there are trace issues with a new VDS struct that show up when running bin/reconfigure. I reverted these for fixing at a future date. Tested on: jam
Neil FortnerNeil Fortner
5d12a79db20[svn-r27145] Add some testing for printf-style source dataset name resolution. Various bug fixes, including a temporary fix for printf with FIRST_MISSING view. Other cleanup.Tested: ummon
Quincey KoziolQuincey Koziol
235b3b86c1e[svn-r27144] Description: Normalize trunk against the metadata_cache_merge branch, in preparation for merging the branch into the trunk.Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/64 2.6.x (koala) w/serial Linux/32 2.6.x (jam) w/serial & parallel
Allen ByrneAllen Byrne
e2fa1a7555e[svn-r27142] Add optional variable for version extension
Mohamad ChaarawiMohamad Chaarawi
fc45d5fcb05[svn-r27133] - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURNtested with h5committest.
Jerome SoumagneJerome Soumagne
92e3188ff3c[svn-r27130] Fix warnings in H5TconvRemove H5T_INIT_INTERFACE from H5Tconv Add macro in H5Tconv to check overflow when using H5T_CONV_uS
Jerome SoumagneJerome Soumagne
1ac9bcaaa60[svn-r27129] Fix warnings in H5Tbit
Jerome SoumagneJerome Soumagne
9ff45582032[svn-r27128] Fix warnings in H5Tdbg
Private HDFPrivate HDF
78c4a8f4c66[svn-r27127] Snapshot version 1.9 release 220
Scot BreitenfeldScot Breitenfeld
ae82b5232a9[svn-r27114] Fixed spelling and which file is created with the program.Tested: none -- comments only.
Mohamad ChaarawiMohamad Chaarawi
cea93c4a37a[svn-r27111] move undef of __attribute__ back to private and remove its usage from public routines.
Private HDFPrivate HDF
965e459a986[svn-r27110] Snapshot version 1.9 release 219
Neil FortnerNeil Fortner
9a8c664ff0d[svn-r27104] Add support for printf-style source dataset name resolution. Passes use case test, no regression tests yet. Add functions H5Pset/get_virtual_printf_gap (not tested yet). Other minor fixes/cleanup.Tested: ummon
Neil FortnerNeil Fortner
948722cde8dM[svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Tested: ummon
Dana RobinsonDana Robinson
194d647721c[svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property list ID to be checked.Tested on: h5committest