Author Commit Message Commit Date Allen Byrne 8019ed0b59e [svn-r22534] Correct contents of reference files 10 Jul 2012 Allen Byrne 7417af566e4 [svn-r22533] Correct order of declarations in functions. 10 Jul 2012 Allen 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 09 Jul 2012 Allen 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 09 Jul 2012 Allen Byrne b3cafaa61d3 [svn-r22527] Update Ignore List for change to H5IMPORT tests 09 Jul 2012 Allen 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 09 Jul 2012 Larry Knox 9e79829ab8a [svn-r22525] Snapshot version 1.9 release 124 09 Jul 2012 Allen 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 05 Jul 2012 Allen Byrne 862d74c6ffa [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT 05 Jul 2012 Scot Breitenfeld ce47ef777fe [svn-r22510] Enabled the compilation of tH5E_F03.f90 02 Jul 2012 Allen Byrne 720769743e8 [svn-r22507] Correct file name typo 02 Jul 2012 Allen 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 02 Jul 2012 Elena 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. 29 Jun 2012 Allen Byrne 2a3c0587ed7 [svn-r22499] Add seconf new file! 27 Jun 2012 Allen Byrne afb0efe139c [svn-r22498] Add new test to linux script 27 Jun 2012 Allen Byrne a30bf0f61a4 [svn-r22497] Added new file 27 Jun 2012 Allen Byrne a13344aefd1 [svn-r22496] Add file to test integer sizes for attributes
Tested: local linux 27 Jun 2012 Larry 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. 27 Jun 2012 Raymond 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. 25 Jun 2012 Mohamad Chaarawi 5e94d0336fa [svn-r22574] oops, parameter switch order 13 Jul 2012 Mohamad Chaarawi 1aab0b35692 [svn-r22573] update the public VL callbacks that take var_args to work 13 Jul 2012 Mohamad 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 12 Jul 2012 Mohamad Chaarawi bef08a7c0ec [svn-r22559] - move the vol plugin ref count increment for H5Freopen into the VOL layer
- fix a bug in H5VLdatatype_get_binary 11 Jul 2012 Mohamad Chaarawi f8f9dac38a7 [svn-r22558] add fapl copy & free callbacks to the VOL class as they are needed for VOL info property. 11 Jul 2012 Mohamad Chaarawi 0cce1dbca5e [svn-r22555] remove the vol_cls from the H5F_t struct 11 Jul 2012 Mohamad Chaarawi 737f86822de [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists instead 11 Jul 2012 Mohamad Chaarawi 650ca6a2184 [svn-r22553] update the H5Iget_file_id implementation to use the VOL 11 Jul 2012 Mohamad 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 10 Jul 2012 Mohamad Chaarawi 47446e4d5bf [svn-r22543] cleanup 10 Jul 2012 Mohamad Chaarawi dee5636a90a [svn-r22542] update H5I_register_type usage to take a free_aux function callback 10 Jul 2012 Mohamad 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.. 10 Jul 2012 Mohamad Chaarawi e582da571d5 [svn-r22532] fix more named datatype issues.
move the dataset ID registration to H5Dint where the term_interface func is located 09 Jul 2012 Mohamad 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 06 Jul 2012 Mohamad Chaarawi 7a070012c08 [svn-r22519] - many bug fixes
- still some unresolved issues with named datatypes 05 Jul 2012 Mohamad Chaarawi e4a60d86caa [svn-r22513] fix some committed datatype issues
update get_type routines to construct a VOL datatype if the type is named 03 Jul 2012 Mohamad 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 03 Jul 2012 Mohamad Chaarawi 358cac8ec8c [svn-r22502] implement named datatypes solution in object headers
modify datatype open and get_binary callbacks to be disjoint 29 Jun 2012 Mohamad 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. 28 Jun 2012 Mohamad 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 15 Jun 2012 Mohamad Chaarawi 381975755de [svn-r22467] update is_accessible implementation
deprecate is_HDF5 15 Jun 2012 Mohamad Chaarawi 06bd7c72045 M [svn-r22466] merge from trunk 15 Jun 2012 Mohamad 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 15 Jun 2012 Mohamad Chaarawi 87a81eb5afd [svn-r22461] add a prototype for a new API routine, H5Fis_accessable 14 Jun 2012 Mohamad Chaarawi ff91dd8c3b3 [svn-r22457] rename location types for objects at the VOL level 12 Jun 2012 Mohamad 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 12 Jun 2012 Mohamad 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 11 Jun 2012 Mohamad Chaarawi 217c553b953 M [svn-r22446] merge fron trunk pre-code review 08 Jun 2012 Mohamad Chaarawi 6d5505282c3 [svn-r22439] file image and mount operations handled in VOL 06 Jun 2012 Mohamad Chaarawi f38d9a2149d [svn-r22436] add a public routine to get the name of the VOL plugin associated with a File or object 05 Jun 2012 Mohamad Chaarawi a3d87651df4 [svn-r22435] separate public and private VOL routines 05 Jun 2012 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '8019ed0b59e9a363b9974922871366a720b45053', href: '/users/frank.willmore/repos/hdf5_der/commits/8019ed0b59e9a363b9974922871366a720b45053',parents: [{ id: '7417af566e402a521ab11f41e8196813a3f6b153' }]},{id: '7417af566e402a521ab11f41e8196813a3f6b153', href: '/users/frank.willmore/repos/hdf5_der/commits/7417af566e402a521ab11f41e8196813a3f6b153',parents: [{ id: '17eca872f13fb7e880438dca76f40d371293bc8a' }]},{id: '17eca872f13fb7e880438dca76f40d371293bc8a', href: '/users/frank.willmore/repos/hdf5_der/commits/17eca872f13fb7e880438dca76f40d371293bc8a',parents: [{ id: '637df34074604c314cd55a3b0cad733e35255ceb' }]},{id: '637df34074604c314cd55a3b0cad733e35255ceb', href: '/users/frank.willmore/repos/hdf5_der/commits/637df34074604c314cd55a3b0cad733e35255ceb',parents: [{ id: 'b3cafaa61d32e7678a46c684f8fe1d02b40ebb12' }]},{id: 'b3cafaa61d32e7678a46c684f8fe1d02b40ebb12', href: '/users/frank.willmore/repos/hdf5_der/commits/b3cafaa61d32e7678a46c684f8fe1d02b40ebb12',parents: [{ id: '1a195c1ee0e9db43eb73495d069b68624df5eae6' }]},{id: '1a195c1ee0e9db43eb73495d069b68624df5eae6', href: '/users/frank.willmore/repos/hdf5_der/commits/1a195c1ee0e9db43eb73495d069b68624df5eae6',parents: [{ id: '9e79829ab8a586914c52d252b662d8fe5824112f' }]},{id: '9e79829ab8a586914c52d252b662d8fe5824112f', href: '/users/frank.willmore/repos/hdf5_der/commits/9e79829ab8a586914c52d252b662d8fe5824112f',parents: [{ id: '6f5ba815f01f4f52301e0326b32f5a3bb08a7e90' }]},{id: '6f5ba815f01f4f52301e0326b32f5a3bb08a7e90', href: '/users/frank.willmore/repos/hdf5_der/commits/6f5ba815f01f4f52301e0326b32f5a3bb08a7e90',parents: [{ id: '862d74c6ffa1c965a6be8d24560eae9605252623' }]},{id: '862d74c6ffa1c965a6be8d24560eae9605252623', href: '/users/frank.willmore/repos/hdf5_der/commits/862d74c6ffa1c965a6be8d24560eae9605252623',parents: [{ id: 'ce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd' }]},{id: 'ce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd', href: '/users/frank.willmore/repos/hdf5_der/commits/ce47ef777fe04aeaaf9ccbfd9a9643bbfe1d9fbd',parents: [{ id: '720769743e8f9abdc6f3f764c1f2c9332bf04337' }]},{id: '720769743e8f9abdc6f3f764c1f2c9332bf04337', href: '/users/frank.willmore/repos/hdf5_der/commits/720769743e8f9abdc6f3f764c1f2c9332bf04337',parents: [{ id: '721e6524271af2d59385fcfc1c9f9093ef3e9ad9' }]},{id: '721e6524271af2d59385fcfc1c9f9093ef3e9ad9', href: '/users/frank.willmore/repos/hdf5_der/commits/721e6524271af2d59385fcfc1c9f9093ef3e9ad9',parents: [{ id: '732ae085dce0e472f72fb767e541bf9bf8f42628' }]},{id: '732ae085dce0e472f72fb767e541bf9bf8f42628', href: '/users/frank.willmore/repos/hdf5_der/commits/732ae085dce0e472f72fb767e541bf9bf8f42628',parents: [{ id: '2a3c0587ed70b615fd329cf8cc73571f90203f01' }]},{id: '2a3c0587ed70b615fd329cf8cc73571f90203f01', href: '/users/frank.willmore/repos/hdf5_der/commits/2a3c0587ed70b615fd329cf8cc73571f90203f01',parents: [{ id: 'afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7' }]},{id: 'afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7', href: '/users/frank.willmore/repos/hdf5_der/commits/afb0efe139cf4a5ac8b7c8433b5931dc67d8e2c7',parents: [{ id: 'a30bf0f61a479d80be682c9272822fde0d54fd33' }]},{id: 'a30bf0f61a479d80be682c9272822fde0d54fd33', href: '/users/frank.willmore/repos/hdf5_der/commits/a30bf0f61a479d80be682c9272822fde0d54fd33',parents: [{ id: 'a13344aefd14cdcd321b25244dbff5993656b924' }]},{id: 'a13344aefd14cdcd321b25244dbff5993656b924', href: '/users/frank.willmore/repos/hdf5_der/commits/a13344aefd14cdcd321b25244dbff5993656b924',parents: [{ id: '4a7802b82b175bb8ccc20cc9d41b004c6351d51a' }]},{id: '4a7802b82b175bb8ccc20cc9d41b004c6351d51a', href: '/users/frank.willmore/repos/hdf5_der/commits/4a7802b82b175bb8ccc20cc9d41b004c6351d51a',parents: [{ id: '9ded3f59ed614d4e25ab18acf274e59bd5888d8a' }]},{id: '9ded3f59ed614d4e25ab18acf274e59bd5888d8a', href: '/users/frank.willmore/repos/hdf5_der/commits/9ded3f59ed614d4e25ab18acf274e59bd5888d8a',parents: [{ id: '02a0bd53e89c79508899ef28bfb7f038a1612aa7' }]},{id: '5e94d0336fa7a0ebc0a25d002b413221284691b6', href: '/users/frank.willmore/repos/hdf5_der/commits/5e94d0336fa7a0ebc0a25d002b413221284691b6',parents: [{ id: '1aab0b3569269c09e4f8cab70b9e6c0c5b298797' }]},{id: '1aab0b3569269c09e4f8cab70b9e6c0c5b298797', href: '/users/frank.willmore/repos/hdf5_der/commits/1aab0b3569269c09e4f8cab70b9e6c0c5b298797',parents: [{ id: 'e3f35800977504c45ec2847f1f23b7f5ba48ad76' }]},{id: 'e3f35800977504c45ec2847f1f23b7f5ba48ad76', href: '/users/frank.willmore/repos/hdf5_der/commits/e3f35800977504c45ec2847f1f23b7f5ba48ad76',parents: [{ id: 'bef08a7c0ec8f1bdc6a2637401b99d3c2bbb0617' }]},{id: 'bef08a7c0ec8f1bdc6a2637401b99d3c2bbb0617', href: '/users/frank.willmore/repos/hdf5_der/commits/bef08a7c0ec8f1bdc6a2637401b99d3c2bbb0617',parents: [{ id: 'f8f9dac38a70f525248c3684e612edf1fa31c18a' }]},{id: 'f8f9dac38a70f525248c3684e612edf1fa31c18a', href: '/users/frank.willmore/repos/hdf5_der/commits/f8f9dac38a70f525248c3684e612edf1fa31c18a',parents: [{ id: '0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2' }]},{id: '0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2', href: '/users/frank.willmore/repos/hdf5_der/commits/0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2',parents: [{ id: '737f86822de263712164746025f48ca2fca410db' }]},{id: '737f86822de263712164746025f48ca2fca410db', href: '/users/frank.willmore/repos/hdf5_der/commits/737f86822de263712164746025f48ca2fca410db',parents: [{ id: '650ca6a21849a31b29ae0e4644edb934b5cb3783' }]},{id: '650ca6a21849a31b29ae0e4644edb934b5cb3783', href: '/users/frank.willmore/repos/hdf5_der/commits/650ca6a21849a31b29ae0e4644edb934b5cb3783',parents: [{ id: '1cfe5fa4dea7918edc52521d05f2db3c7f4525fb' }]},{id: '1cfe5fa4dea7918edc52521d05f2db3c7f4525fb', href: '/users/frank.willmore/repos/hdf5_der/commits/1cfe5fa4dea7918edc52521d05f2db3c7f4525fb',parents: [{ id: '47446e4d5bf281371ebf19d95432cfe98368dbcb' }]},{id: '47446e4d5bf281371ebf19d95432cfe98368dbcb', href: '/users/frank.willmore/repos/hdf5_der/commits/47446e4d5bf281371ebf19d95432cfe98368dbcb',parents: [{ id: 'dee5636a90a214926d4b9fb24e671921a3e3c4bc' }]},{id: 'dee5636a90a214926d4b9fb24e671921a3e3c4bc', href: '/users/frank.willmore/repos/hdf5_der/commits/dee5636a90a214926d4b9fb24e671921a3e3c4bc',parents: [{ id: '041e56526287225fe5675a5a2096692749cdf66d' }]},{id: '041e56526287225fe5675a5a2096692749cdf66d', href: '/users/frank.willmore/repos/hdf5_der/commits/041e56526287225fe5675a5a2096692749cdf66d',parents: [{ id: 'e582da571d5ac665351768c9c4ae5fb3f863c9cc' }]},{id: 'e582da571d5ac665351768c9c4ae5fb3f863c9cc', href: '/users/frank.willmore/repos/hdf5_der/commits/e582da571d5ac665351768c9c4ae5fb3f863c9cc',parents: [{ id: '843ccf86dd147e245bab269520741b0f103b4d6b' }]},{id: '843ccf86dd147e245bab269520741b0f103b4d6b', href: '/users/frank.willmore/repos/hdf5_der/commits/843ccf86dd147e245bab269520741b0f103b4d6b',parents: [{ id: '7a070012c08c4ef16a6effc01e03c2ca7cd8fa00' }]},{id: '7a070012c08c4ef16a6effc01e03c2ca7cd8fa00', href: '/users/frank.willmore/repos/hdf5_der/commits/7a070012c08c4ef16a6effc01e03c2ca7cd8fa00',parents: [{ id: 'e4a60d86caa7a76001dd4e09af246c4c0fad19ea' }]},{id: 'e4a60d86caa7a76001dd4e09af246c4c0fad19ea', href: '/users/frank.willmore/repos/hdf5_der/commits/e4a60d86caa7a76001dd4e09af246c4c0fad19ea',parents: [{ id: '34050a7d9c9ae16326711cfb69c575bfe75e422e' }]},{id: '34050a7d9c9ae16326711cfb69c575bfe75e422e', href: '/users/frank.willmore/repos/hdf5_der/commits/34050a7d9c9ae16326711cfb69c575bfe75e422e',parents: [{ id: '358cac8ec8cd1989bf0b47d255751c6d4130c0fc' }]},{id: '358cac8ec8cd1989bf0b47d255751c6d4130c0fc', href: '/users/frank.willmore/repos/hdf5_der/commits/358cac8ec8cd1989bf0b47d255751c6d4130c0fc',parents: [{ id: '5f34b5703d93fd795f136054a191008affb80011' }]},{id: '5f34b5703d93fd795f136054a191008affb80011', href: '/users/frank.willmore/repos/hdf5_der/commits/5f34b5703d93fd795f136054a191008affb80011',parents: [{ id: 'df961a00414a440b8967983f62281b6205b9627c' }]},{id: 'df961a00414a440b8967983f62281b6205b9627c', href: '/users/frank.willmore/repos/hdf5_der/commits/df961a00414a440b8967983f62281b6205b9627c',parents: [{ id: '381975755dedf3e1fd016daa899527ae24e7547a' }]},{id: '381975755dedf3e1fd016daa899527ae24e7547a', href: '/users/frank.willmore/repos/hdf5_der/commits/381975755dedf3e1fd016daa899527ae24e7547a',parents: [{ id: '06bd7c72045ea407f5b5f4de3019734a68f4929d' }]},{id: '06bd7c72045ea407f5b5f4de3019734a68f4929d', href: '/users/frank.willmore/repos/hdf5_der/commits/06bd7c72045ea407f5b5f4de3019734a68f4929d',parents: [{ id: '7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff' },{ id: '603fc9dbe09270f3686d776ef6f8243c9954cddc' }]},{id: '7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff', href: '/users/frank.willmore/repos/hdf5_der/commits/7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff',parents: [{ id: '87a81eb5afd4d24b2ba42ef78d8aee433c8e8639' }]},{id: '87a81eb5afd4d24b2ba42ef78d8aee433c8e8639', href: '/users/frank.willmore/repos/hdf5_der/commits/87a81eb5afd4d24b2ba42ef78d8aee433c8e8639',parents: [{ id: 'ff91dd8c3b3d376f005790d5105daf0ee23a73a9' }]},{id: 'ff91dd8c3b3d376f005790d5105daf0ee23a73a9', href: '/users/frank.willmore/repos/hdf5_der/commits/ff91dd8c3b3d376f005790d5105daf0ee23a73a9',parents: [{ id: '3736cc2a1d41f96d740079cc8201f761961b582a' }]},{id: '3736cc2a1d41f96d740079cc8201f761961b582a', href: '/users/frank.willmore/repos/hdf5_der/commits/3736cc2a1d41f96d740079cc8201f761961b582a',parents: [{ id: 'f31fac3a23da12287384db7f6aa2937e9461d3fe' }]},{id: 'f31fac3a23da12287384db7f6aa2937e9461d3fe', href: '/users/frank.willmore/repos/hdf5_der/commits/f31fac3a23da12287384db7f6aa2937e9461d3fe',parents: [{ id: '217c553b95358bfb0c41bf54df4f7596055cc9af' }]},{id: '217c553b95358bfb0c41bf54df4f7596055cc9af', href: '/users/frank.willmore/repos/hdf5_der/commits/217c553b95358bfb0c41bf54df4f7596055cc9af',parents: [{ id: '6d5505282c353aeeae1c5bd4420607cd7489c996' },{ id: '0820bef83e258c42294583e140e59f0637a77694' }]},{id: '6d5505282c353aeeae1c5bd4420607cd7489c996', href: '/users/frank.willmore/repos/hdf5_der/commits/6d5505282c353aeeae1c5bd4420607cd7489c996',parents: [{ id: 'f38d9a2149d189fa82b5b5d491f7ed10feffc900' }]},{id: 'f38d9a2149d189fa82b5b5d491f7ed10feffc900', href: '/users/frank.willmore/repos/hdf5_der/commits/f38d9a2149d189fa82b5b5d491f7ed10feffc900',parents: [{ id: 'a3d87651df4a385eb533e1c0a535282552eb40d2' }]},{id: 'a3d87651df4a385eb533e1c0a535282552eb40d2', href: '/users/frank.willmore/repos/hdf5_der/commits/a3d87651df4a385eb533e1c0a535282552eb40d2',parents: [{ id: 'ec795afb1e8877e791cb5607845d9d4fa7d768e3' }]}]);