summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [svn-r22375] add a test to expose a memory leak when adding/removing the same...Mohamad Chaarawi2012-05-181-1/+5
| * [svn-r22371] Fix for HDFFV-7697Dana Robinson2012-05-151-1/+1
* | [svn-r22387] H5Fget_obj_counts/ids (iterate over all IDs and call correspondi...Mohamad Chaarawi2012-05-213-38/+154
* | [svn-r22384] - fix type in CMake fileMohamad Chaarawi2012-05-218-35/+35
* | [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 str...Mohamad Chaarawi2012-05-1812-97/+172
* | [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
| * [svn-r22312] Description:Quincey Koziol2012-04-231-0/+1
| * [svn-r22311] Snapshot version 1.9 release 115HDF Tester2012-04-222-3/+3
* | [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-2019-375/+379
* | [svn-r22299] add the vol files to cmakeMohamad Chaarawi2012-04-191-0/+15
* | [svn-r22298] fix an error in H5Dget_offsetMohamad Chaarawi2012-04-195-97/+141