summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [svn-r13223] Description:Quincey Koziol2007-01-3025-411/+360
| | | | | | | | | | | | Move datatype messages into new shared message method interface Clean up various formatting & compiler warnings Minor optimizations Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13219] Description:Quincey Koziol2007-01-296-79/+49
| | | | | | | | | | | Move dataspace messages into new shared header message method calling scheme. Minor other cleanups, etc. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13218] Description:Quincey Koziol2007-01-293-9/+9
| | | | | | | | | Add "old" fill value messages to "new" fill value message sharing (and keep them both in the same shared message index). Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13217] Description:Quincey Koziol2007-01-2912-53/+122
| | | | | | | | | | | Move fill value messages into new shared message method calling scheme. Only update an opened dataset's fill value property if it's different from the default fill value settings. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13216] Snapshot version 1.8 release 0 (alpha6snap0)HDF Tester2007-01-295-16/+16
|
* [svn-r13215] Added a comment.Raymond Lu2007-01-291-0/+3
|
* [svn-r13214] Update for the CORE driver feature.Raymond Lu2007-01-291-0/+3
|
* [svn-r13213] For Both README.txt and RELEASE.txt,Albert Cheng2007-01-292-8/+32
| | | | | | | | | | | Added the WARNING messages of unstable temporary formats. For README.txt, In addition, also updated website name to hdfgroup.org, updated email addresses new names and new subscription instructions. Platforms tested: Eyeballed since these are just information files.
* [svn-r13212] Purpose: Adding new testBinh-Minh Ribler2007-01-291-0/+1
| | | | | Description: Added c++/test/tfilter.cpp.
* [svn-r13211] Purpose: Adding wrappersBinh-Minh Ribler2007-01-292-5/+35
| | | | | | | | | | Description: Added wrapper DSetCreatPropList::setSzip. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
* [svn-r13210] Purpose: Adding testBinh-Minh Ribler2007-01-297-42/+339
| | | | | | | | | | | | | Description: - Added a brief test for DSetCreatPropList::setSzip. More through tests will be added later. - Moved check_values from dsets.cpp into h5cpputil.cpp for sharing with other tests. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
* [svn-r13208] Changed the minor release string to alpha6snap0 for pre-alpha6 ↵Albert Cheng2007-01-275-15/+15
| | | | snapshot releases.
* [svn-r13207] Added a debug function to dump file sizes during one of the ↵James Laird2007-01-261-1/+27
| | | | | | | | tsohm.c tests. Also cleaned up a warning. Tested on kagiso; changes should only affect debugging.
* [svn-r13206] Fixed a couple of typos in debug output that were causing warnings.James Laird2007-01-261-2/+2
| | | | Not tested; trivial change only in debugging code.
* [svn-r13204] Purpose:Albert Cheng2007-01-261-1/+20
| | | | | | | | | | | | Improvement. Description: Added the forcemode option. (was in hdf4 for months.) auto-configure have changed the ac_try syntax from 'eval $ac_try' to 'eval "$ac_try"'. Add a new global-substitute to support that too. Platforms Tested: Kagiso only since it is just a shell script simple change.