summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22549] Mohamad Chaarawi2012-07-1018-162/+1483
| | | | | | | | | | move ref count management on the VOL struct inside the VLint code - H5Freopen still needs to be handled create the public interface for VOL callbacks: - unresolved issue with var_args update and create new API fapl calls to support stacking drivers: - need to add fapl copy callback fix a memory leak with registration of external plugins
* [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
| | | | | | | more named datatype bugs: - fix bug in Name replace traversal callback - fix bug in H5G_test A stable version finally..
* [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-0915-124/+143
| | | | move the dataset ID registration to H5Dint where the term_interface func is located
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-0624-327/+382
| | | | | - change how the vlose routine is registered with VOL IDs - some bug fixes
* [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-0522-90/+128
| | | | - still some unresolved issues with named datatypes
* [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-159-3376/+3459
| | | | | | 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-1522-82/+113
|\
| * [svn-r22464] Correct name used for POSIX flagAllen Byrne2012-06-151-1/+7
| |
| * [svn-r22460] Update CPack assignments.Allen Byrne2012-06-131-5/+43
| |
| * [svn-r22458] I added an item in the known problem section for the data ↵Raymond Lu2012-06-121-0/+7
| | | | | | | | conversion problem on Mac Lion.
| * [svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check.Allen Byrne2012-06-121-3/+5
| |
| * [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER testsAllen Byrne2012-06-121-0/+3
| |
| * [svn-r22450] Update winsock define to match autotools configure checkAllen Byrne2012-06-117-10/+10
| |
| * [svn-r22448] Snapshot version 1.9 release 121HDF Tester2012-06-1015-31/+31
| |
| * [svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. ↵Allen Byrne2012-06-083-37/+12
| | | | | | | | | | | | 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-0826-437/+935
|\ \ | |/
| * [svn-r22445] Add new test to CMake fileAllen Byrne2012-06-071-0/+6
| | | | | | | | Tested: local linux
| * [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAWVailin Choi2012-06-0713-172/+266
| | | | | | | | | | | | | | (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-r22441] Move some tests into NOT WINDOWS blocksAllen Byrne2012-06-061-22/+19
| |
| * [svn-r22437] Correct Windows cmake config filesAllen Byrne2012-06-051-7/+26
| | | | | | | | Tested: windows
| * [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-r22431] Extension is cpp!Allen Byrne2012-06-041-1/+1
| |
| * [svn-r22430] CMake and configure synchronization effort. CMake added most ↵Allen Byrne2012-06-0412-250/+633
| | | | | | | | | | | | | | | | 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-0425-310/+370
|\ \ | |/
| * [svn-r22427] Snapshot version 1.9 release 120HDF Tester2012-06-0314-29/+29
| |
| * [svn-r22426] Add examples/README file to be installed with examples.Larry Knox2012-06-0211-10/+93
| | | | | | | | Text file only, but tested with h5committest.
| * [svn-r22419] Purpose:Jonathan Kim2012-05-291-271/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5diff tool. Description: Update cmake script to fetch test files from any tools to a test directory and run test in organized manner. Also keep the apperance similiar to shell script for better maintainance. Tested: CMake (Windows and jam)
* | [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-2956-367/+1082
|\ \ | |/
| * [svn-r22416] Missing ${TEST_FOLDER} path component in test scriptAllen Byrne2012-05-291-1/+1
| |
| * [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)Allen Byrne2012-05-291-0/+1
| |
| * [svn-r22413] Snapshot version 1.9 release 119HDF Tester2012-05-2714-30/+30
| |
| * [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-2510-35/+24
| | | | | | | | | | | | adding cast Tested: local linux
| * [svn-r22410] reduce compiler warnings reported by CDash for non-critical issuesAllen Byrne2012-05-251-3/+3
| |
| * [svn-r22406] do not need warnings from utility program.Allen Byrne2012-05-251-0/+1
| |