summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-11224-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 Chaarawi2015-06-103-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 cygwinAllen Byrne2015-06-092-8/+10
| |
| * [svn-r27171] Disable big test on cygwinAllen Byrne2015-06-092-24/+29
| |
| * [svn-r27163] update manifest for newly added file.Mohamad Chaarawi2015-06-081-0/+1
| |
| * [svn-r27162] fix for HDFFV-9412:Mohamad Chaarawi2015-06-085-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 221HDF Tester2015-06-0813-24/+24
| |
| * [svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script.Mohamad Chaarawi2015-06-071-1/+1
| |
| * [svn-r27144] Description:Quincey Koziol2015-06-0337-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 extensionAllen Byrne2015-06-031-23/+24
| |
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-01172-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 H5TconvJerome Soumagne2015-06-011-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 H5TbitJerome Soumagne2015-06-011-5/+7
| |
| * [svn-r27128] Fix warnings in H5TdbgJerome Soumagne2015-06-011-2/+44
| |
| * [svn-r27127] Snapshot version 1.9 release 220HDF Tester2015-06-0113-24/+24
| |
| * [svn-r27114] Fixed spelling and which file is created with the program.Scot Breitenfeld2015-05-271-1/+1
| | | | | | | | Tested: none -- comments only.
| * [svn-r27111] move undef of __attribute__ back to private and remove its ↵Mohamad Chaarawi2015-05-264-11/+6
| | | | | | | | usage from public routines.
| * [svn-r27110] Snapshot version 1.9 release 219HDF Tester2015-05-2413-24/+24
| |
* | [svn-r27174] Fix bug in H5S__hyper_project_intersection that affected empty ↵Neil Fortner2015-06-091-5/+8
| | | | | | | | | | | | selections. Tested: ummon
* | [svn-r27166] Updated MANIFEST to include test/vds.c and tools/misc/vds files.Dana Robinson2015-06-091-1/+15
| |
* | [svn-r27161] Added makefiles to tools/misc/vds to build the generators.Dana Robinson2015-06-086-58/+1602
| | | | | | | | Tested on: jam
* | [svn-r27160] Added VDS generator files.Dana Robinson2015-06-0811-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 Fortner2015-06-052-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 Fortner2015-06-059-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_tDana Robinson2015-06-043-0/+35
| | | | | | | | | | | | enum type. Tested on: jam
* | [svn-r27150] Added an empty VDS testfile generator to tools/misc directory.Dana Robinson2015-06-044-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 Fortner2015-06-0310-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 Fortner2015-05-2210-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 Fortner2015-05-21165-5474/+5484
|\ \ | |/ | | | | Tested: ummon
| * [svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property listDana Robinson2015-05-181-2/+2
| | | | | | | | | | | | ID to be checked. Tested on: h5committest
| * [svn-r27092] Snapshot version 1.9 release 218HDF Tester2015-05-1713-24/+24
| |
| * [svn-r27089] move private functions from H5A.c to H5Aint.cMohamad Chaarawi2015-05-153-266/+266
| |
| * [svn-r27087] Add changes for debug flagsAllen Byrne2015-05-151-2/+8
| |
| * [svn-r27084] Description:Quincey Koziol2015-05-157-1441/+549
| | | | | | | | | | | | | | | | Clean up cache tests, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27083] Description:Quincey Koziol2015-05-151-13/+22
| | | | | | | | | | | | | | | | Clean up H5SM interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27082] Description:Quincey Koziol2015-05-152-69/+61
| | | | | | | | | | | | | | | | Clean up H5O interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27081] Description:Quincey Koziol2015-05-152-24/+25
| | | | | | | | | | | | | | | | Clean up H5HL interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27080] Description:Quincey Koziol2015-05-151-595/+355
| | | | | | | | | | | | | | | | Clean up H5HF interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27079] Description:Quincey Koziol2015-05-151-8/+8
| | | | | | | | | | | | | | | | Clean up H5G interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27078] Description:Quincey Koziol2015-05-153-22/+20
| | | | | | | | | | | | | | | | Clean up H5FS interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27077] Description:Quincey Koziol2015-05-154-46/+67
| | | | | | | | | | | | | | | | Clean up H5FD interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27076] Description:Quincey Koziol2015-05-156-48/+107
| | | | | | | | | | | | | | | | Clean up H5FA interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27075] Description:Quincey Koziol2015-05-156-35/+46
| | | | | | | | | | | | | | | | Clean up H5F interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27074] Description:Quincey Koziol2015-05-156-57/+101
| | | | | | | | | | | | | | | | Clean up H5EA interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27073] Description:Quincey Koziol2015-05-152-4/+4
| | | | | | | | | | | | | | | | Clean up H5D interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27072] Description:Quincey Koziol2015-05-154-318/+203
| | | | | | | | | | | | | | | | Clean up H5B interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27071] Description:Quincey Koziol2015-05-159-482/+485
| | | | | | | | | | | | | | | | Clean up H5B2 interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux 2.6.* (jam) w/serial & parallel
| * [svn-r27070] Description:Quincey Koziol2015-05-154-64/+65
| | | | | | | | | | | | | | | | | | Clean up the H5B interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27068] Description:Quincey Koziol2015-05-155-370/+370
| | | | | | | | | | | | | | | | | | Clean up the H5A interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27066] Description:Quincey Koziol2015-05-151-1/+8
| | | | | | | | | | | | | | Protect gcc 5 debugging options Tested on: MacOSX/64 10.10.3 (amazon) w/gcc 5.1