summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-1218-126/+109
* [svn-r22559] - move the vol plugin ref count increment for H5Freopen into the...Mohamad Chaarawi2012-07-113-2/+7
* [svn-r22558] add fapl copy & free callbacks to the VOL class as they are need...Mohamad Chaarawi2012-07-114-8/+74
* [svn-r22555] remove the vol_cls from the H5F_t structMohamad Chaarawi2012-07-116-36/+10
* [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-1110-101/+22
* [svn-r22553] update the H5Iget_file_id implementation to use the VOLMohamad Chaarawi2012-07-113-57/+61
* [svn-r22549] Mohamad Chaarawi2012-07-1018-162/+1483
* [svn-r22543] cleanupMohamad Chaarawi2012-07-102-31/+3
* [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-1014-245/+138
* [svn-r22540] fix bug in H5R_get_nameMohamad Chaarawi2012-07-105-19/+39
* [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-0915-124/+143
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-0624-327/+382
* [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-0522-90/+128
* [svn-r22513] fix some committed datatype issuesMohamad Chaarawi2012-07-038-39/+82
* [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-0324-427/+526
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-299-98/+111
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-2840-1970/+4863
* [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and H5Fint.c...Mohamad Chaarawi2012-06-158-3376/+3452
* [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-157-25/+81
* [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. Correc...Allen Byrne2012-06-082-12/+1
* | [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-1510-26/+125
* | [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 us...Mohamad Chaarawi2012-06-1210-154/+355
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-1119-287/+400
* | [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
| * [svn-r22432] Description:Quincey Koziol2012-06-042-12/+11
| * [svn-r22430] CMake and configure synchronization effort. CMake added most tes...Allen Byrne2012-06-041-2/+2
* | [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 associate...Mohamad Chaarawi2012-06-054-1/+73
* | [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
* | [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 for...Allen Byrne2012-05-241-0/+3
* | [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-2920-78/+84
* | [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-2410-211/+390
* | [svn-r22401] remove ID from object open callback since location token is suff...Mohamad Chaarawi2012-05-234-11/+7
* | [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 ID...Mohamad Chaarawi2012-05-2324-1356/+561
* | [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
| * [svn-r22377] make the file and memory MPI datatypes as default properties in theMohamad Chaarawi2012-05-184-59/+26