summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-0824-395/+323
| | | | | | | symmetrical to VFDs and allow new functionality to be implemented later. + some Bug fixes
* [svn-r25511] fix bug in native implementation of H5Oopen_by_idx.Mohamad Chaarawi2014-08-052-5/+6
|
* [svn-r25505] merge from trunk and fix some bugs due to 64_bit switch.Mohamad Chaarawi2014-08-013-8/+11
|\
| * [svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of ↵Mohamad Chaarawi2014-08-011-1/+1
| | | | | | | | hid_t. Bug exposed in VOL branch.
* | [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-3124-217/+466
|\ \ | |/
| * [svn-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.Mohamad Chaarawi2014-07-311-1/+1
| | | | | | | | tested Jam. minor change.
| * [svn-r25496] Description:Quincey Koziol2014-07-3023-185/+463
| | | | | | | | | | | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* | [svn-r25489] merge from trunk.Mohamad Chaarawi2014-07-292-3/+3
|\ \ | |/
| * [svn-r25487] store all members of the driver info in the file structs since theyMohamad Chaarawi2014-07-291-0/+10
| | | | | | | | | | | | will be needed if H5Pget_create_plist is called. tested jam. minor change.
| * [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-272-3/+3
| |
* | [svn-r25488] - fix bug with H5Fget_access_plist. need to set VOL and VOL ↵Mohamad Chaarawi2014-07-294-12/+45
| | | | | | | | | | | | | | info in property - add tests for H5Fis_accessible in vfd tests to make sure it works with different fapls. - fix bug in Log VFD driver.
* | [svn-r25485] remove UG from branch.Mohamad Chaarawi2014-07-281-1/+1
| |
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it ↵Mohamad Chaarawi2014-07-2426-197/+229
| | | | | | | | | | | | | | | | | | | | down to H5Fint.c - move is_HDF5 inside deprecated macros in H5Fpublic.h - move H5ES_status_t outside of H5VLpublic.h to H5ESpublic.h - rename public properties in H5VLpublic.h to H5VL_PROP_* to add more scoping - no need to include private if pkg is included in H5VLnative.c - rename plist_id to lapl_id in loc_params structs
* | [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-247-11/+12
| | | | | | | | | | - add H5Iiterate callback type to trace - other minor tweeks
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-2310-25/+36
| | | | | | | | | | - uncomment tests to check error output in Makefiles. - fix bug in native implementation of H5Aiterate.
* | [svn-r25472] minor changes.Mohamad Chaarawi2014-07-231-10/+7
| |
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-238-51/+67
|\ \ | |/
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-2215-3218/+3658
| | | | | | | | tested with h5committest.
| * [svn-r25450] Description:Quincey Koziol2014-07-212-6/+5
| | | | | | | | | | | | | | | | Initial tweaks to align with VOL branch. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 (h5committest not required, too small)
* | [svn-r25464] more alignment with trunk.Mohamad Chaarawi2014-07-2217-160/+57
| |
* | [svn-r25463] more aligning with trunk.Mohamad Chaarawi2014-07-2213-306/+290
| |
* | [svn-r25456] fixing a few things and more realignment with trunk.Mohamad Chaarawi2014-07-217-97/+75
| |
* | [svn-r25451] merge from trunk.Mohamad Chaarawi2014-07-211-95/+76
|\ \ | |/
| * [svn-r25439] Description:Quincey Koziol2014-07-211-95/+76
| | | | | | | | | | | | | | | | Minor tweaks to updated hyperslab code, before larger revision coming. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 & parallel (h5committest forthcoming)
* | [svn-r25448] Description:Quincey Koziol2014-07-211-3/+1
| | | | | | | | | | | | | | | | Initial tweaks to bring into alignment with trunk, during review process. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.2.1 (h5committest not required on this branch)
* | [svn-r25447] rename trace output for H5I_VOL.Mohamad Chaarawi2014-07-211-1/+1
| |
* | [svn-r25438] merge from trunk.Mohamad Chaarawi2014-07-212-3/+3
|\ \ | |/
| * [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-202-3/+3
| |
* | [svn-r25437] minor change.Mohamad Chaarawi2014-07-211-2/+0
| |
* | [svn-r25422] minor changes to enum structs.Mohamad Chaarawi2014-07-162-68/+68
| |
* | [svn-r25414] merge from trunk.Mohamad Chaarawi2014-07-145-49/+4
|\ \ | |/
| * [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-132-3/+3
| |
| * [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-091-1/+1
| |
| * [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-073-45/+0
| | | | | | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
| * [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-062-3/+3
| |
* | [svn-r25394] merge from trunk.Mohamad Chaarawi2014-07-0313-97/+1945
|\ \ | |/
| * [svn-r25392] fix HDFFV-8761:Mohamad Chaarawi2014-07-031-2/+4
| | | | | | | | allocating space for zero-length chunked dataset and asserting.
| * [svn-r25386] remove double declaration of off and len.Mohamad Chaarawi2014-07-011-2/+0
| |
| * [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-292-3/+3
| |
| * [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-222-3/+3
| |
| * [svn-r25321] Reworked and enhanced extreme sanity check in H5C.c, fixing an John Mainzer2014-06-189-90/+1938
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninitialized variable bug in passing. Added the H5C_get_entry_ptr_from_addr() and H5C_verify_entry_type() in H5C.c, along with their pass through functions in H5AC.c. Note that H5C_get_entry_ptr_from_addr() is quite slimey, and should be avoided if possible. Updated fractal heap to use flush ordering to force children in the hdr / iblock / dblock tree to be flushed prior to parents. This is part of a port of the fractal heap to the V3 cache, although I gather that it will also be useful for SWMR. Added sanity checking code to the fractal heap to verify that direct blocks are flushed before their parent indirect blocks, child indirect block are flushed prior to their parent indirect blocks, and that the root iblock or dblock is flushed prior to the header Tested on: Jam: Serial and parallel Phoenix (Debian): serial, debug and production amazon (MacOS): serial
| * [svn-r25302] Add nounistd option to flex command for windows caompatibilityAllen Byrne2014-06-171-1/+1
| |
* | [svn-r25288] merge from trunk.Mohamad Chaarawi2014-06-164-15/+15
|\ \ | |/
| * [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-156-857/+857
| |
| * [svn-r25283] Description:Quincey Koziol2014-06-142-12/+12
| | | | | | | | | | | | | | | | | | | | Correct error in new hyperslab selection test to use the right # of dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select to H5Smodify_select. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe (Too minor to require h5committest)
* | [svn-r25275] merge from trunk.Mohamad Chaarawi2014-06-1331-1884/+2765
|\ \ | |/
| * [svn-r25274] Adds #defines that ensures that DllMain is only compiled in ↵Dana Robinson2014-06-131-2/+6
| | | | | | | | | | | | | | | | when the thread-safe shared library is built on Windows. Fixes HDFFV-8837. Tested on 64-bit Windows 7 with VS2012.
| * [svn-r25273] Description:Quincey Koziol2014-06-1332-2734/+3611
| | | | | | | | | | | | | | | | | | | | | | Bring in Chao/Neil/my changes to optimize hyperslab selection operations further, along with 3 new public API routines: H5Scombine_hyperslab(), H5Sselect_select() and H5Scombine_select(), along with many minor cleanups to the code and fixing a few compiler warnings. Tested on: Mac OSX/64 10.9.3 w/gcc 4.9.x and parallel w/OpenMPI (h5commttest forthcoming)
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-1177-984/+2124
|\ \ | |/
| * [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-082-3/+3
| |