Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r22549] | Mohamad Chaarawi | 2012-07-10 | 18 | -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] cleanup | Mohamad Chaarawi | 2012-07-10 | 2 | -31/+3 |
| | |||||
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callback | Mohamad Chaarawi | 2012-07-10 | 14 | -245/+138 |
| | |||||
* | [svn-r22540] fix bug in H5R_get_name | Mohamad Chaarawi | 2012-07-10 | 5 | -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 Chaarawi | 2012-07-09 | 15 | -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 created | Mohamad Chaarawi | 2012-07-06 | 24 | -327/+382 |
| | | | | | - change how the vlose routine is registered with VOL IDs - some bug fixes | ||||
* | [svn-r22519] - many bug fixes | Mohamad Chaarawi | 2012-07-05 | 22 | -90/+128 |
| | | | | - still some unresolved issues with named datatypes | ||||
* | [svn-r22513] fix some committed datatype issues | Mohamad Chaarawi | 2012-07-03 | 8 | -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 Chaarawi | 2012-07-03 | 24 | -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 headers | Mohamad Chaarawi | 2012-06-29 | 9 | -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 Chaarawi | 2012-06-28 | 40 | -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 Chaarawi | 2012-06-15 | 9 | -3376/+3459 |
| | | | | | | H5Fint.c for private ones move H5A private routines to H5Aint.c | ||||
* | [svn-r22467] update is_accessible implementation | Mohamad Chaarawi | 2012-06-15 | 7 | -25/+81 |
| | | | | deprecate is_HDF5 | ||||
* | [svn-r22466] merge from trunk | Mohamad Chaarawi | 2012-06-15 | 22 | -82/+113 |
|\ | |||||
| * | [svn-r22464] Correct name used for POSIX flag | Allen Byrne | 2012-06-15 | 1 | -1/+7 |
| | | |||||
| * | [svn-r22460] Update CPack assignments. | Allen Byrne | 2012-06-13 | 1 | -5/+43 |
| | | |||||
| * | [svn-r22458] I added an item in the known problem section for the data ↵ | Raymond Lu | 2012-06-12 | 1 | -0/+7 |
| | | | | | | | | conversion problem on Mac Lion. | ||||
| * | [svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check. | Allen Byrne | 2012-06-12 | 1 | -3/+5 |
| | | |||||
| * | [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests | Allen Byrne | 2012-06-12 | 1 | -0/+3 |
| | | |||||
| * | [svn-r22450] Update winsock define to match autotools configure check | Allen Byrne | 2012-06-11 | 7 | -10/+10 |
| | | |||||
| * | [svn-r22448] Snapshot version 1.9 release 121 | HDF Tester | 2012-06-10 | 15 | -31/+31 |
| | | |||||
| * | [svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. ↵ | Allen Byrne | 2012-06-08 | 3 | -37/+12 |
| | | | | | | | | | | | | Correct HAVE_WINSOCK name. Tested: windows | ||||
* | | [svn-r22465] add a vol_info parameter to the fapl and update some of the ↵ | Mohamad Chaarawi | 2012-06-15 | 10 | -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_accessable | Mohamad Chaarawi | 2012-06-14 | 5 | -48/+20 |
| | | |||||
* | | [svn-r22457] rename location types for objects at the VOL level | Mohamad Chaarawi | 2012-06-12 | 11 | -71/+72 |
| | | |||||
* | | [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and ↵ | Mohamad Chaarawi | 2012-06-12 | 10 | -154/+355 |
| | | | | | | | | | | | | use the loc_param struct instead. update the native implementation | ||||
* | | [svn-r22452] - remove nrefs param | Mohamad Chaarawi | 2012-06-11 | 19 | -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 review | Mohamad Chaarawi | 2012-06-08 | 26 | -437/+935 |
|\ \ | |/ | |||||
| * | [svn-r22445] Add new test to CMake file | Allen Byrne | 2012-06-07 | 1 | -0/+6 |
| | | | | | | | | Tested: local linux | ||||
| * | [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW | Vailin Choi | 2012-06-07 | 13 | -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 blocks | Allen Byrne | 2012-06-06 | 1 | -22/+19 |
| | | |||||
| * | [svn-r22437] Correct Windows cmake config files | Allen Byrne | 2012-06-05 | 1 | -7/+26 |
| | | | | | | | | Tested: windows | ||||
| * | [svn-r22432] Description: | Quincey Koziol | 2012-06-04 | 2 | -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 Byrne | 2012-06-04 | 1 | -1/+1 |
| | | |||||
| * | [svn-r22430] CMake and configure synchronization effort. CMake added most ↵ | Allen Byrne | 2012-06-04 | 12 | -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 VOL | Mohamad Chaarawi | 2012-06-06 | 6 | -35/+122 |
| | | |||||
* | | [svn-r22436] add a public routine to get the name of the VOL plugin ↵ | Mohamad Chaarawi | 2012-06-05 | 4 | -1/+73 |
| | | | | | | | | associated with a File or object | ||||
* | | [svn-r22435] separate public and private VOL routines | Mohamad Chaarawi | 2012-06-05 | 5 | -1944/+2010 |
| | | |||||
* | | [svn-r22429] merge from trunk | Mohamad Chaarawi | 2012-06-04 | 25 | -310/+370 |
|\ \ | |/ | |||||
| * | [svn-r22427] Snapshot version 1.9 release 120 | HDF Tester | 2012-06-03 | 14 | -29/+29 |
| | | |||||
| * | [svn-r22426] Add examples/README file to be installed with examples. | Larry Knox | 2012-06-02 | 11 | -10/+93 |
| | | | | | | | | Text file only, but tested with h5committest. | ||||
| * | [svn-r22419] Purpose: | Jonathan Kim | 2012-05-29 | 1 | -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 callbacks | Mohamad Chaarawi | 2012-06-01 | 10 | -199/+252 |
| | | | | | | | | update some deprecated routines to use VOL | ||||
* | | [svn-r22418] merge from trunk | Mohamad Chaarawi | 2012-05-29 | 56 | -367/+1082 |
|\ \ | |/ | |||||
| * | [svn-r22416] Missing ${TEST_FOLDER} path component in test script | Allen Byrne | 2012-05-29 | 1 | -1/+1 |
| | | |||||
| * | [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6) | Allen Byrne | 2012-05-29 | 1 | -0/+1 |
| | | |||||
| * | [svn-r22413] Snapshot version 1.9 release 119 | HDF Tester | 2012-05-27 | 14 | -30/+30 |
| | | |||||
| * | [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵ | Allen Byrne | 2012-05-25 | 10 | -35/+24 |
| | | | | | | | | | | | | adding cast Tested: local linux | ||||
| * | [svn-r22410] reduce compiler warnings reported by CDash for non-critical issues | Allen Byrne | 2012-05-25 | 1 | -3/+3 |
| | | |||||
| * | [svn-r22406] do not need warnings from utility program. | Allen Byrne | 2012-05-25 | 1 | -0/+1 |
| | |