summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22513] fix some committed datatype issuesMohamad Chaarawi2012-07-038-39/+82
| | | | update get_type routines to construct a VOL datatype if the type is named
* [svn-r22511] - remove the internal file type and use the file ID created at ↵Mohamad Chaarawi2012-07-0324-427/+526
| | | | | | | the API level for the native implementation - work on fixing the named datatype issue.. still not resolved - branch still not stable and tests do not pass at this point
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-299-98/+111
| | | | modify datatype open and get_binary callbacks to be disjoint
* [svn-r22501] change the interface callbacks for the VOL to use objects ↵Mohamad Chaarawi2012-06-2840-1970/+4863
| | | | | | pointers and public VL structure instead of IDs. tests will fail now because of named datatypes.
* [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and ↵Mohamad Chaarawi2012-06-158-3376/+3452
| | | | | | H5Fint.c for private ones move H5A private routines to H5Aint.c
* [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-157-25/+81
| | | | deprecate is_HDF5
* [svn-r22466] merge from trunkMohamad Chaarawi2012-06-155-18/+7
|\
| * [svn-r22450] Update winsock define to match autotools configure checkAllen Byrne2012-06-112-4/+4
| |
| * [svn-r22448] Snapshot version 1.9 release 121HDF Tester2012-06-103-4/+4
| |
| * [svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. ↵Allen Byrne2012-06-082-12/+1
| | | | | | | | | | | | Correct HAVE_WINSOCK name. Tested: windows
* | [svn-r22465] add a vol_info parameter to the fapl and update some of the ↵Mohamad Chaarawi2012-06-1510-26/+125
| | | | | | | | | | | | routines accordingly insert (commented out though for now) public version of the VOL callback
* | [svn-r22461] add a prototype for a new API routine, H5Fis_accessableMohamad Chaarawi2012-06-145-48/+20
| |
* | [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-1211-71/+72
| |
* | [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and ↵Mohamad Chaarawi2012-06-1210-154/+355
| | | | | | | | | | | | use the loc_param struct instead. update the native implementation
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-1119-287/+400
| | | | | | | | | | | | | | | | - create a struct to hold parameters for object locations instead of calling into VOL to lookup and free object: * update the implementation for H5Oopen(_by_name/idx/ref) * H5Rderefence * H5Aopen(_by_name), H5Arename(_by_name) * other routines coming later
* | [svn-r22446] merge fron trunk pre-code reviewMohamad Chaarawi2012-06-088-57/+134
|\ \ | |/
| * [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAWVailin Choi2012-06-076-43/+121
| | | | | | | | | | | | | | (2) fix to extend into the aggregator based on threshold (3) fix for the "flavor" logging problem (4) fix for test failures due to the above fixes (5) bug fix for h5stat when h5stat against a non-existing file
| * [svn-r22432] Description:Quincey Koziol2012-06-042-12/+11
| | | | | | | | | | | | | | | | Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest)
| * [svn-r22430] CMake and configure synchronization effort. CMake added most ↵Allen Byrne2012-06-041-2/+2
| | | | | | | | | | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest
* | [svn-r22439] file image and mount operations handled in VOLMohamad Chaarawi2012-06-066-35/+122
| |
* | [svn-r22436] add a public routine to get the name of the VOL plugin ↵Mohamad Chaarawi2012-06-054-1/+73
| | | | | | | | associated with a File or object
* | [svn-r22435] separate public and private VOL routinesMohamad Chaarawi2012-06-055-1944/+2010
| |
* | [svn-r22429] merge from trunkMohamad Chaarawi2012-06-042-3/+3
|\ \ | |/
| * [svn-r22427] Snapshot version 1.9 release 120HDF Tester2012-06-032-3/+3
| |
* | [svn-r22423] add link and object iterate callbacksMohamad Chaarawi2012-06-0110-199/+252
| | | | | | | | update some deprecated routines to use VOL
* | [svn-r22418] merge from trunkMohamad Chaarawi2012-05-293-3/+6
|\ \ | |/
| * [svn-r22413] Snapshot version 1.9 release 119HDF Tester2012-05-272-3/+3
| |
| * [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-241-0/+3
| | | | | | | | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* | [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-2920-78/+84
| | | | | | | | move them to the VOL public header.
* | [svn-r22404] split the generic callback into a misc and optional callback ↵Mohamad Chaarawi2012-05-2410-211/+390
| | | | | | | | for objects and files
* | [svn-r22401] remove ID from object open callback since location token is ↵Mohamad Chaarawi2012-05-234-11/+7
| | | | | | | | sufficient
* | [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-239-28/+30
| |
* | [svn-r22395] remove the high level ID implementation that wraps the actual ↵Mohamad Chaarawi2012-05-2324-1356/+561
| | | | | | | | | | | | ID, and store the VOL plugin in an auxilary structure in the ID pointer.
* | [svn-r22389] merge from trunkMohamad Chaarawi2012-05-228-63/+40
|\ \ | |/
| * [svn-r22382] Snapshot version 1.9 release 118HDF Tester2012-05-202-3/+3
| |
| * [svn-r22378] removed the parallel #endif by mistake.. oopsMohamad Chaarawi2012-05-182-2/+2
| | | | | | | | | | remove an un-needed bool
| * [svn-r22377] make the file and memory MPI datatypes as default properties in theMohamad Chaarawi2012-05-184-59/+26
| | | | | | | | | | | | | | DXPL so that we don't have to insert and remove them everytime we perform collective I/O. Test with h5committest
| * [svn-r22375] add a test to expose a memory leak when adding/removing the ↵Mohamad Chaarawi2012-05-181-1/+5
| | | | | | | | | | | | | | | | same property in property list multiple times. fix that bug. test with h5committest
| * [svn-r22371] Fix for HDFFV-7697Dana Robinson2012-05-151-1/+1
| | | | | | | | | | | | Minor change to error message text in H5R.c. Minor change: tested on jam
* | [svn-r22387] H5Fget_obj_counts/ids (iterate over all IDs and call ↵Mohamad Chaarawi2012-05-213-38/+154
| | | | | | | | corresponding VOL CBs)
* | [svn-r22384] - fix type in CMake fileMohamad Chaarawi2012-05-218-35/+35
| | | | | | | | - rename delete callback to remove
* | [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-189-72/+167
| |
* | [svn-r22380] - attribute and object exist callbacks should be part of get ↵Mohamad Chaarawi2012-05-1812-97/+172
| | | | | | | | | | | | | | | | | | structs - fix bug in passing req parameter - free location in H5Rdereference - add datatype close callback - H5VL_CREATE_LINK_XXX should be H5VL_LINK_CREATE_XXX
* | [svn-r22358] merge from trunkMohamad Chaarawi2012-05-142-3/+3
|\ \ | |/
| * [svn-r22356] Snapshot version 1.9 release 117HDF Tester2012-05-132-3/+3
| |
* | [svn-r22357] minor editsMohamad Chaarawi2012-05-141-4/+3
| |
* | [svn-r22344] merge from trunkMohamad Chaarawi2012-05-074-4/+5
|\ \ | |/
| * [svn-r22326] Snapshot version 1.9 release 116HDF Tester2012-04-292-3/+3
| |
| * [svn-r22324] Description:Quincey Koziol2012-04-291-1/+1
| | | | | | | | | | | | | | | | Change name of MPE log file produced from "cpilog" (which was the name used in the example code we were referencing) to "h5log". Tested on: None, too trivial, eyeballed only...
| * [svn-r22312] Description:Quincey Koziol2012-04-231-0/+1
| | | | | | | | | | | | | | | | Correct error reported by user (Martin Otte) where we weren't using realloc'ed buffer in MPI datatype code. Tested on: Mac OSX/64 10.7.3 (amazon) w/parallel