Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27246] Remove "clipped" status from unlimited selections, decoupling ↵ | Neil Fortner | 2015-06-18 | 8 | -607/+392 |
| | | | | | | | | | | | 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 | ||||
* | [svn-r27245] Maintenance: Eiger example had wrong printf type of name (had ↵ | Elena Pourmal | 2015-06-18 | 1 | -1/+1 |
| | | | | | | dimension number in it). Fixed. Tested on jam. | ||||
* | [svn-r27239] Add function prototype for local function | Allen Byrne | 2015-06-18 | 1 | -29/+30 |
| | |||||
* | [svn-r27236] The vds h5diff files | Allen Byrne | 2015-06-17 | 3 | -0/+29 |
| | |||||
* | [svn-r27235] Add vds h5diff tests | Allen Byrne | 2015-06-17 | 2 | -43/+93 |
| | |||||
* | [svn-r27234] Add layout test from virtual to Contiguous and Compact ↵ | Allen Byrne | 2015-06-17 | 1 | -1/+30 |
| | | | | generated files to clearall | ||||
* | [svn-r27233] Add layout test from virtual to Contiguous and Compact | Allen Byrne | 2015-06-17 | 1 | -35/+85 |
| | |||||
* | [svn-r27231] Fix bug in configure that prevented running make. | Neil Fortner | 2015-06-17 | 2 | -2/+2 |
| | | | | Tested: ummon | ||||
* | [svn-r27229] remove copy-paste errors from list | Allen Byrne | 2015-06-17 | 2 | -12/+0 |
| | |||||
* | [svn-r27224] Fix bug that prevented reading from datasets with unlimited ↵ | Neil Fortner | 2015-06-17 | 1 | -31/+41 |
| | | | | | | | | | | 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 | ||||
* | [svn-r27220] Maintenance: Added copyrigth; removed read buffer ↵ | Elena Pourmal | 2015-06-16 | 1 | -5/+15 |
| | | | | | | initialization since fill value feature works now. Tested on jam. | ||||
* | [svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configure | Allen Byrne | 2015-06-16 | 6 | -89/+98 |
| | |||||
* | [svn-r27218] Add VDS tests to h5ls | Allen Byrne | 2015-06-16 | 10 | -1/+503 |
| | |||||
* | [svn-r27215] Fix issue where % characters could not be used in non-printf ↵ | Neil Fortner | 2015-06-16 | 5 | -74/+174 |
| | | | | | | | | mappings. Other minor fixes/cleanup. Tested: ummon | ||||
* | [svn-r27214] Fixed a bug on Windows where dcpls were set to be chunked and ↵ | Dana Robinson | 2015-06-16 | 2 | -3/+2 |
| | | | | | | | | 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 | ||||
* | [svn-r27197] Improve performance of "printf" VDS with selections in the file ↵ | Neil Fortner | 2015-06-12 | 4 | -20/+97 |
| | | | | | | | | | | 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 | ||||
* | [svn-r27195] Add h5dump cmake tests and files. | Allen Byrne | 2015-06-12 | 98 | -268/+2760 |
| | | | | | | | Add tools gen cmake files move testfiles for pbits to subdir as well as vds Tested: local linux | ||||
* | [svn-r27192] Improve support for printf selections (support partial blocks with | Neil Fortner | 2015-06-12 | 8 | -261/+1108 |
| | | | | | | | | | | 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/cleanup Tested: Kubuntu 64 (home computer) | ||||
* | [svn-r27191] Merged r26781 to r27185 from trunk | Dana Robinson | 2015-06-11 | 224 | -2087/+2457 |
|\ | | | | | | | | | Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested) | ||||
| * | [svn-r27185] fix more instances where both mpi is_initialized and ↵ | Mohamad Chaarawi | 2015-06-10 | 3 | -88/+96 |
| | | | | | | | | | | | | is_finalized need to be checked before making any MPI calls. tested with h5committest. | ||||
| * | [svn-r27172] Change disable to skip big test on cygwin | Allen Byrne | 2015-06-09 | 2 | -8/+10 |
| | | |||||
| * | [svn-r27171] Disable big test on cygwin | Allen Byrne | 2015-06-09 | 2 | -24/+29 |
| | | |||||
| * | [svn-r27163] update manifest for newly added file. | Mohamad Chaarawi | 2015-06-08 | 1 | -0/+1 |
| | | |||||
| * | [svn-r27162] fix for HDFFV-9412: | Mohamad Chaarawi | 2015-06-08 | 5 | -20/+112 |
| | | | | | | | | | | | | | | - 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 h5committest | ||||
| * | [svn-r27159] Snapshot version 1.9 release 221 | HDF Tester | 2015-06-08 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script. | Mohamad Chaarawi | 2015-06-07 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27144] Description: | Quincey Koziol | 2015-06-03 | 37 | -501/+635 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | [svn-r27142] Add optional variable for version extension | Allen Byrne | 2015-06-03 | 1 | -23/+24 |
| | | |||||
| * | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 172 | -1266/+1279 |
| | | | | | | | | | | | | | | | | * 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_NORETURN tested with h5committest. | ||||
| * | [svn-r27130] Fix warnings in H5Tconv | Jerome Soumagne | 2015-06-01 | 1 | -91/+132 |
| | | | | | | | | | | | | Remove H5T_INIT_INTERFACE from H5Tconv Add macro in H5Tconv to check overflow when using H5T_CONV_uS | ||||
| * | [svn-r27129] Fix warnings in H5Tbit | Jerome Soumagne | 2015-06-01 | 1 | -5/+7 |
| | | |||||
| * | [svn-r27128] Fix warnings in H5Tdbg | Jerome Soumagne | 2015-06-01 | 1 | -2/+44 |
| | | |||||
| * | [svn-r27127] Snapshot version 1.9 release 220 | HDF Tester | 2015-06-01 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27114] Fixed spelling and which file is created with the program. | Scot Breitenfeld | 2015-05-27 | 1 | -1/+1 |
| | | | | | | | | Tested: none -- comments only. | ||||
| * | [svn-r27111] move undef of __attribute__ back to private and remove its ↵ | Mohamad Chaarawi | 2015-05-26 | 4 | -11/+6 |
| | | | | | | | | usage from public routines. | ||||
| * | [svn-r27110] Snapshot version 1.9 release 219 | HDF Tester | 2015-05-24 | 13 | -24/+24 |
| | | |||||
* | | [svn-r27174] Fix bug in H5S__hyper_project_intersection that affected empty ↵ | Neil Fortner | 2015-06-09 | 1 | -5/+8 |
| | | | | | | | | | | | | selections. Tested: ummon | ||||
* | | [svn-r27166] Updated MANIFEST to include test/vds.c and tools/misc/vds files. | Dana Robinson | 2015-06-09 | 1 | -1/+15 |
| | | |||||
* | | [svn-r27161] Added makefiles to tools/misc/vds to build the generators. | Dana Robinson | 2015-06-08 | 6 | -58/+1602 |
| | | | | | | | | Tested on: jam | ||||
* | | [svn-r27160] Added VDS generator files. | Dana Robinson | 2015-06-08 | 11 | -6/+1758 |
| | | | | | | | | The Makefiles have not been updated so they don't compile yet. | ||||
* | | [svn-r27155] Change H5Pget_virtual_view to return herr_t and take a pointer ↵ | Neil Fortner | 2015-06-05 | 2 | -9/+12 |
| | | | | | | | | | | | | | | | | to the view as a parameter. Also fix bug in H5Pget_virtual_printf_gap. Tested: jam | ||||
* | | [svn-r27153] Implement fill value support for VDS. | Neil Fortner | 2015-06-05 | 9 | -1023/+1560 |
| | | | | | | | | | | | | | | | | | | Add testing for this. Fix bug in printf string parsing. Add test for this. Other minor fixes/cleanup. Tested: ummon | ||||
* | | [svn-r27152] Updated bin/trace and src/H5trace.c to handle the H5D_vds_view_t | Dana Robinson | 2015-06-04 | 3 | -0/+35 |
| | | | | | | | | | | | | enum type. Tested on: jam | ||||
* | | [svn-r27150] Added an empty VDS testfile generator to tools/misc directory. | Dana Robinson | 2015-06-04 | 4 | -8/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | [svn-r27145] Add some testing for printf-style source dataset name resolution. | Neil Fortner | 2015-06-03 | 10 | -325/+3090 |
| | | | | | | | | | | | | | | Various bug fixes, including a temporary fix for printf with FIRST_MISSING view. Other cleanup. Tested: ummon | ||||
* | | [svn-r27104] Add support for printf-style source dataset name resolution. | Neil Fortner | 2015-05-22 | 10 | -401/+1356 |
| | | | | | | | | | | | | | | | | Passes use case test, no regression tests yet. Add functions H5Pset/get_virtual_printf_gap (not tested yet). Other minor fixes/cleanup. Tested: ummon | ||||
* | | [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch. | Neil Fortner | 2015-05-21 | 165 | -5474/+5484 |
|\ \ | |/ | | | | | Tested: ummon | ||||
| * | [svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property list | Dana Robinson | 2015-05-18 | 1 | -2/+2 |
| | | | | | | | | | | | | ID to be checked. Tested on: h5committest | ||||
| * | [svn-r27092] Snapshot version 1.9 release 218 | HDF Tester | 2015-05-17 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27089] move private functions from H5A.c to H5Aint.c | Mohamad Chaarawi | 2015-05-15 | 3 | -266/+266 |
| | |