Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
8019ed0b59e[svn-r22534] Correct contents of reference files
Allen ByrneAllen Byrne
7417af566e4[svn-r22533] Correct order of declarations in functions.
Allen ByrneAllen Byrne
17eca872f13[svn-r22531] HDFFV-5942: sort options with contents option Added static local variables in h5trav to hold the index_by and index_order values. Defaults are set. H5dump only use of the trav_print function, added two parameters and passed in the sort_by and sort_order variables. Tested: local linux
Allen ByrneAllen Byrne
637df340746[svn-r22528] HDFFV-4206: h5dump -w0 needed to be tested within the get option function. Tested: local linux and all H5DUMP tests still work
Allen ByrneAllen Byrne
b3cafaa61d3[svn-r22527] Update Ignore List for change to H5IMPORT tests
Allen ByrneAllen Byrne
1a195c1ee0e[svn-r22526] ifdef around the text file generation in importtest. reordered tests so that both scripts are in similar order. Changed ADD_H5_TEST in CMake file to always delete the created h5 file. Tested: local linux
Larry KnoxLarry Knox
9e79829ab8a[svn-r22525] Snapshot version 1.9 release 124
Allen ByrneAllen Byrne
6f5ba815f01[svn-r22516] Add new testfiles for h5dump with eight varieties of ints and used in an Attribute and Compound datatypes. Tested: local linux using CMake
Allen ByrneAllen Byrne
862d74c6ffa[svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT
Scot BreitenfeldScot Breitenfeld
ce47ef777fe[svn-r22510] Enabled the compilation of tH5E_F03.f90
Allen ByrneAllen Byrne
720769743e8[svn-r22507] Correct file name typo
Allen ByrneAllen Byrne
721e6524271[svn-r22506] HDFFV-7782: resolve names of tests files with tests - added two copies of references files and adjusted CMake and linux test script. Tested: local linux w/ CMake
Elena PourmalElena Pourmal
732ae085dce[svn-r22504] Maintenance: See HELPDESK-643 issue in JIRA. NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments and no executable statements. Removed tH5E_F03.f90 from the list of modules to build. Tested on jam with Intel compiler using --enable-fortran2003 flag.
Allen ByrneAllen Byrne
2a3c0587ed7[svn-r22499] Add seconf new file!
Allen ByrneAllen Byrne
afb0efe139c[svn-r22498] Add new test to linux script
Allen ByrneAllen Byrne
a30bf0f61a4[svn-r22497] Added new file
Allen ByrneAllen Byrne
a13344aefd1[svn-r22496] Add file to test integer sizes for attributes Tested: local linux
Larry KnoxLarry Knox
4a7802b82b1[svn-r22495] Skip the failing File Creation I/O subtest that causes c++ tests to fail with the new/PGI compiler (see HDFFV- 8067). Tested jam, koala, ostrich.
Raymond LuRaymond Lu
9ded3f59ed6[svn-r22490] I took out the "return an error" line in H5Dget_offset, to match what the RM says about the function behavior. Quincey added it some time ago without realizing it caused test errors (Issue 8072). Tested on ostrich, MacGoblin - simple change.
Mohamad ChaarawiMohamad Chaarawi
5e94d0336fa[svn-r22574] oops, parameter switch order
Mohamad ChaarawiMohamad Chaarawi
1aab0b35692[svn-r22573] update the public VL callbacks that take var_args to work
Mohamad ChaarawiMohamad Chaarawi
e3f35800977[svn-r22565] change OH id registration to original way, and re-register the ID with the VOL info on the upper level (API and iteration/visit routines) - this fixes the bug exposed in H5Oopen with external log plugin update the private VL registration routine to take an app_ref update the datatype ID creation for the VOL to take an app_ref
Mohamad ChaarawiMohamad Chaarawi
bef08a7c0ec[svn-r22559] - move the vol plugin ref count increment for H5Freopen into the VOL layer - fix a bug in H5VLdatatype_get_binary
Mohamad ChaarawiMohamad Chaarawi
f8f9dac38a7[svn-r22558] add fapl copy & free callbacks to the VOL class as they are needed for VOL info property.
Mohamad ChaarawiMohamad Chaarawi
0cce1dbca5e[svn-r22555] remove the vol_cls from the H5F_t struct
Mohamad ChaarawiMohamad Chaarawi
737f86822de[svn-r22554] remove the file_id from the H5F_t struct and add an id_exists instead
Mohamad ChaarawiMohamad Chaarawi
650ca6a2184[svn-r22553] update the H5Iget_file_id implementation to use the VOL
Mohamad ChaarawiMohamad Chaarawi
1cfe5fa4dea[svn-r22549] 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
Mohamad ChaarawiMohamad Chaarawi
47446e4d5bf[svn-r22543] cleanup
Mohamad ChaarawiMohamad Chaarawi
dee5636a90a[svn-r22542] update H5I_register_type usage to take a free_aux function callback
Mohamad ChaarawiMohamad Chaarawi
041e5652628[svn-r22540] fix bug in H5R_get_name more named datatype bugs: - fix bug in Name replace traversal callback - fix bug in H5G_test A stable version finally..
Mohamad ChaarawiMohamad Chaarawi
e582da571d5[svn-r22532] fix more named datatype issues. move the dataset ID registration to H5Dint where the term_interface func is located
Mohamad ChaarawiMohamad Chaarawi
843ccf86dd1[svn-r22523] - rework how IDs for VOL objects are created - change how the vlose routine is registered with VOL IDs - some bug fixes
Mohamad ChaarawiMohamad Chaarawi
7a070012c08[svn-r22519] - many bug fixes - still some unresolved issues with named datatypes
Mohamad ChaarawiMohamad Chaarawi
e4a60d86caa[svn-r22513] fix some committed datatype issues update get_type routines to construct a VOL datatype if the type is named
Mohamad ChaarawiMohamad Chaarawi
34050a7d9c9[svn-r22511] - remove the internal file type and use the file ID created at 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
Mohamad ChaarawiMohamad Chaarawi
358cac8ec8c[svn-r22502] implement named datatypes solution in object headers modify datatype open and get_binary callbacks to be disjoint
Mohamad ChaarawiMohamad Chaarawi
5f34b5703d9[svn-r22501] change the interface callbacks for the VOL to use objects pointers and public VL structure instead of IDs. tests will fail now because of named datatypes.
Mohamad ChaarawiMohamad Chaarawi
df961a00414[svn-r22468] split H5F.c into 2 files, H5F.c for public routines and H5Fint.c for private ones move H5A private routines to H5Aint.c
Mohamad ChaarawiMohamad Chaarawi
381975755de[svn-r22467] update is_accessible implementation deprecate is_HDF5
Mohamad ChaarawiMohamad Chaarawi
06bd7c72045M[svn-r22466] merge from trunk
Mohamad ChaarawiMohamad Chaarawi
7484f2e9cae[svn-r22465] add a vol_info parameter to the fapl and update some of the routines accordingly insert (commented out though for now) public version of the VOL callback
Mohamad ChaarawiMohamad Chaarawi
87a81eb5afd[svn-r22461] add a prototype for a new API routine, H5Fis_accessable
Mohamad ChaarawiMohamad Chaarawi
ff91dd8c3b3[svn-r22457] rename location types for objects at the VOL level
Mohamad ChaarawiMohamad Chaarawi
3736cc2a1d4[svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and use the loc_param struct instead. update the native implementation
Mohamad ChaarawiMohamad Chaarawi
f31fac3a23d[svn-r22452] - remove nrefs param - 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
Mohamad ChaarawiMohamad Chaarawi
217c553b953M[svn-r22446] merge fron trunk pre-code review
Mohamad ChaarawiMohamad Chaarawi
6d5505282c3[svn-r22439] file image and mount operations handled in VOL
Mohamad ChaarawiMohamad Chaarawi
f38d9a2149d[svn-r22436] add a public routine to get the name of the VOL plugin associated with a File or object
Mohamad ChaarawiMohamad Chaarawi
a3d87651df4[svn-r22435] separate public and private VOL routines