summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13288] Description:Quincey Koziol2007-02-134-987/+988
| | | | | | | | | | | | | Fix core dump for iterating over attributes and not passing in a "starting point". Update output files missed in previous checkin. This change essentially reverses a previous change of attribute ordering, leaving the output of h5dump & h5ls compatible with 1.6.x Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13287] Description:Quincey Koziol2007-02-1312-361/+605
| | | | | | | | | | | | | Add H5Aget_info_by_idx & H5Aget_name_by_idx routines, along with refactoring underlying indices code to handle those sort of queries. Simplify the link callback routines a bit. Minor other cleanups. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13286] Pedro Vicente Nunes2007-02-132-3/+3
| | | | replaced a dataset type from H5T_NATIVE_CHAR to H5T_NATIVE_SCHAR
* [svn-r13285] Pedro Vicente Nunes2007-02-125-86/+2
| | | | remove a test that was incorrectly added previously, that was not the feature that had to be tested
* [svn-r13283] Pedro Vicente Nunes2007-02-125-2/+88
| | | | added a test for the printing of long long numbers greater than 4GB
* [svn-r13282] Skip this test if the driver is direct and the express test mode isRaymond Lu2007-02-121-2/+9
| | | | set on because it takes too long on copper.
* [svn-r13281] new files for h5dump testsPedro Vicente Nunes2007-02-121-0/+5
|
* [svn-r13280] Pedro Vicente Nunes2007-02-129-12037/+6717
| | | | 2 tests that were previously incorporated inside the array indices test file were separated from it. These are a test with a dataset with dimensions greater tan 4GB and a test to read by hyperslabs
* [svn-r13278] The test case "complex group hierarchy" takes too long on ↵Raymond Lu2007-02-121-0/+18
| | | | | | | copper when running with direct driver. Skip this test if direct driver is used and the express test mode is set on.
* [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1)HDF Tester2007-02-119-24/+28
|
* [svn-r13274] Description:Quincey Koziol2007-02-093-12/+39
| | | | | | | | | Relax restriction on the "location ID" for attribute operations to allow file IDs to be used as the location ID. If a file ID is used, the attribute operations will occur on the file's root group. Tested on: FreeBSD/32 6.2 (duty)
* [svn-r13273] The function test_copy_group_deep takes too long on copper when ↵Raymond Lu2007-02-081-2/+15
| | | | | | | tested with Direct driver. Added the express mode check and driver check to it. Skip it if the express mode is greater than 1 and the driver is "direct."
* [svn-r13272] Description:Quincey Koziol2007-02-087-81/+147
| | | | | | | | Checkpoint attribute creation order coding on "by index" routines. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13270] Description:Quincey Koziol2007-02-083-435/+1001
| | | | | | | | | | | Clean up some of the file space allocation formatting. Beef up the attribute creation order tests to make certain they are handling shared atributes correctly (which they apparently are :-) Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
* [svn-r13269] Updated or added with THG copyright.Albert Cheng2007-02-0834-62/+135
|
* [svn-r13268] Added VMS COMMAND files support.Albert Cheng2007-02-081-0/+43
| | | | Tested: kagiso.
* [svn-r13267] Description:Quincey Koziol2007-02-088-90/+404
| | | | | | | | | Add more support for creation order index operations to attributes: get deletions & compact<->dense storage transitions working. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
* [svn-r13266] Updated it to generate the THG copyright notice.Albert Cheng2007-02-071-2/+3
| | | | | Tested: in kagiso via bin/reconfigure and then svn diff to see the effect.
* [svn-r13265] Changed Makefile to use only the single hash mark style of ↵Albert Cheng2007-02-071-11/+19
| | | | copyright notice.
* [svn-r13264] Updated Makefile.am with new THG copyright notice.Albert Cheng2007-02-0778-156/+234
| | | | Ran reconfigure to generate the Makefile.in files.
* [svn-r13263] hand edited the copyright notice.Albert Cheng2007-02-071-2/+3
|
* [svn-r13262] Added missing copyright notices.Albert Cheng2007-02-072-0/+25
| | | | Tests: just visual inspection as these are just remarks.
* [svn-r13261] Updated copyright notices.Albert Cheng2007-02-0716-65/+81
| | | | Tested: visual inspection as they are all just comments.
* [svn-r13260] Added back a closing comment line.Albert Cheng2007-02-071-0/+1
|
* [svn-r13259] Separated the processing of Shell-script files from Make-style ↵Albert Cheng2007-02-071-2/+30
| | | | | | files. Tested in kagiso.
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-0743-105/+148
|
* [svn-r13257] Added missing copyright notice.Albert Cheng2007-02-071-0/+14
| | | | Tested: kagiso.
* [svn-r13256] Updated fortran source code with new THG copyright.Albert Cheng2007-02-0761-120/+183
| | | | Tested: kagiso.
* [svn-r13255] Updated Copyright notice.Albert Cheng2007-02-071-8/+8
| | | | Tested in Kagiso.
* [svn-r13254] Cleaned up superblock extension code and added some more ↵James Laird2007-02-073-39/+23
| | | | | | helpful comments. Tested on Windows, smirom, and kagiso.
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-07657-1336/+2112
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r13252] Moved definition of uint32_t from H5private.h to H5public.h, ↵James Laird2007-02-072-16/+21
| | | | | | | | | | since it's now used in H5Opublic.h. This should fix build errors on Windows. Tested on kagiso; will test on Windows immediately after checkin.
* [svn-r13251] upgrade.Albert Cheng2007-02-071-19/+39
| | | | | | Changed all copyright notice to the THG version. Tested in kagiso.
* [svn-r13250] Description:Quincey Koziol2007-02-0717-52/+589
| | | | | | | | | | Add support for inserting attributes into creation order index. Also, update support for dense link & attribute storage in h5debug. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
* [svn-r13249] Modified hdf5.dsp and hdf5dll.dsp to include H5Oshmesg.c which ↵Scott Wegner2007-02-062-12/+42
| | | | was added in revision 13246.
* [svn-r13248] Description:Quincey Koziol2007-02-0618-45/+626
| | | | | | | | | More progress on creation order for attribbutes - they are now basically working for "compact" attribute storage. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
* [svn-r13247] Replaced /bin/rm in configure with just rm. This should have ↵James Laird2007-02-062-10/+10
| | | | | | | | | no effect on any platform, since configure already uses rm, but it will prevent a bug in the (bizarre) case that a system has rm somewhere other than /bin. Tested on smirom and kagiso.
* [svn-r13246] Forgot to add a file on previous checkin.James Laird2007-02-062-0/+255
|
* [svn-r13245] Added "superblock extension" object header to hold shared ↵James Laird2007-02-0613-20/+128
| | | | | | | | | object header information, rather than storing it directly in the superblock. This should make future updates to the superblock much less painful. Tested on Windows, kagiso, and smirom.
* [svn-r13243] Description:Quincey Koziol2007-02-069-21/+133
| | | | | | | | | Add API routines for tracking & indexing the creation order on attributes. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13242] Bug fix.Albert Cheng2007-02-061-2/+16
| | | | | | | | It was hardcoded to use /tmp/... as the default test file name. Changed it to use $HDF5_PARAPREFIX/... to compose the test file name. Platform Tested: tg-ncsa since it failed there. (Will test other platforms after commit.)
* [svn-r13240] Description:Quincey Koziol2007-02-0536-399/+306
| | | | | | | | | | More cleanups on the object header message handling code, to make it easier to work with and move forward on the creation order coding. Various other minor cleanups & warning fixes. Tested on: FreeBSD/32 6.2 (duty)
* [svn-r13239] Pedro Vicente Nunes2007-02-054-91/+83
| | | | bug fix on H5TBwrite_fields_index and name functions, the space on the H5Dwrite call was all selected
* [svn-r13238] A trial fix for the comparison of equality between ↵Raymond Lu2007-02-052-1/+20
| | | | | | floating-point values in hyperslab.c. A few macros are defined in h5test.h to check if the difference between two values is smaller than Epsilon.
* [svn-r13237] After discussing with Barbara, we felt the entry of hdf5repo, ↵Albert Cheng2007-02-051-3/+0
| | | | | | | added at the beginning of the hdf5 development, is not valid any more. So, entry deleted to keep things clean.
* [svn-r13234] Updated mailing list with new list names.Albert Cheng2007-02-051-4/+9
| | | | Added the statement of snapshot releases locations as v1.6 has it.
* [svn-r13232] Description:Quincey Koziol2007-02-0431-2087/+621
| | | | | | | | | Remove the "scaffolding" for shared message method invocation and simplify the way shared messages are dealt with in general. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
* [svn-r13226] Description:Quincey Koziol2007-01-319-379/+224
| | | | | | | | | | Add attributes to the message classes that use the shared message method calling interface, completing the transition. The other mechanism will be removed shortly. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13225] Purpose: bug fix.Albert Cheng2007-01-302-1/+3
| | | | | | | | Description: The lone colon test left behind the a.out file. Added a /bin/rm to clean it up. Platform tested: Kagiso only since it is a trivial change.
* [svn-r13224] Fixed a bug where messages would report their "raw size" as the ↵James Laird2007-01-303-20/+57
| | | | | | | | | | | | | | size of a shared message rather than the full size of the unshared message, which confused some shared message code. Added a test that should make sure that some messages are too small to be written to the deletion test in tsohm.c. Also added a small optimization so that hash values don't need to be calculated on deletes in list indexes. Tested on Windows, smirom, and kagiso.