summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13413] Description:Quincey Koziol2007-02-2710-342/+310
| | | | | | | | | | | | | Further cleanups to superblock code: - Move most of the ISOHM-specific code into the H5SM module - Make only one checksum, for combined superblock & driver info block Minor other cleanups, etc. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13412] Updated Windows h5diff test script /tools/difftest.bat to ↵Scott Wegner2007-02-271-74/+85
| | | | | | | reflect changes to test files and added tests. Tested: VS6.0 on Windows XP
* [svn-r13410] Cleanup the file and added new testsElena Pourmal2007-02-271-3/+7
| | | | Plastforms tested: it is running on VMS server right now
* [svn-r13406] Pedro Vicente Nunes2007-02-261-69/+76
| | | | update file
* [svn-r13404] Pedro Vicente Nunes2007-02-2666-75/+67
| | | | renamed files for more easy browsing
* [svn-r13401] Pedro Vicente Nunes2007-02-261-11/+1
| | | | clean comments
* [svn-r13400] Pedro Vicente Nunes2007-02-2617-50/+73
| | | | Revision of the percent tests to have all the same data
* [svn-r13398] Missing file H5Oshmesg.c caused linking problems on VMS; fixedElena Pourmal2007-02-261-1/+1
|
* [svn-r13397] Various updates to bring Windows documentation up to date.Scott Wegner2007-02-2611-4337/+7718
|
* [svn-r13396] Pedro Vicente Nunes2007-02-261-165/+309
| | | | Bug fix: Some output was being printed in quiet mode
* [svn-r13394] new feature for h5diff Pedro Vicente Nunes2007-02-261-0/+2
|
* [svn-r13391] code cleaning and formated usage messagePedro Vicente Nunes2007-02-2622-155/+168
|
* [svn-r13390] Description:Quincey Koziol2007-02-2612-172/+184
| | | | | | | | Make H5O_protect/H5O_unprotect use pinned cache entries instead of protected entries (allowing the object header routines to be semi-reentrant). Tested on: FreeBSD 6.2 (duty)
* [svn-r13388] Added a relative comparison between floating-point values to ↵Raymond Lu2007-02-263-7/+12
| | | | | | avoid compiler's warning of comparing values with "==" or "!=".
* [svn-r13386] Problem:Elena Pourmal2007-02-251-13/+22
| | | | | | | | | | | Example incorrectly assumed that string attribute had index 2. As a result H5Aread failed. Solution: Interate through all attributes and find the string, after that read it. Platforms tested: kagiso, copper
* [svn-r13379] Added 'make help' target. This actually runs a script, ↵James Laird2007-02-2343-40/+232
| | | | | | | | bin/makehelp (formatting the output in the makefile was pretty hard). Tested that make still works on kagiso; no code changes at all.
* [svn-r13375] Description:Quincey Koziol2007-02-2210-330/+314
| | | | | | | | | | Straighten out some of the code for handling superblocks, in preparation for revising the format of the latest version of the superblock before the beta release. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13374] Enabled multi-file driver test since it was fixed in C libraryElena Pourmal2007-02-211-4/+4
| | | | Platforms tested: kagiso, smirom, linew
* [svn-r13373] Problem:Elena Pourmal2007-02-211-8/+14
| | | | | | | | | | | | | | Daily tests failed on smirom with g95 Solution: Our algorithm to detect size of Fortran real had a flaw: it didn't work when size of integer was bigger than real; fixed Platforms tested: smirom with g95 and -r8, -i4, -r8 -i4 combinations of compilation flags to set different sizes of integers and real smirom with pgf90 using -i8 flag and without it linew in 32 and 64-bit modes
* [svn-r13372] Add "-w0" or "--width=0" for no line wrap for h5lsPeter Cao2007-02-211-3/+15
|
* [svn-r13371] Description:Quincey Koziol2007-02-211-1/+1
| | | | | Tweak e-mail address inserted into files from "hdfhelp@ncsa.uiuc.edu" to "help@hdfgroup.org"
* [svn-r13369] Description:Quincey Koziol2007-02-211-0/+2
| | | | | Update release notes with note about removed restriction on attribute size.
* [svn-r13368] Pedro Vicente Nunes2007-02-2144-354/+413
| | | | Added a little format alignment to the printing of dimensions
* [svn-r13367] Description:Quincey Koziol2007-02-219-67/+552
| | | | | | | | | | Allow "big" attributes to push attribute storage into "dense" form immediately, to accomodate storing the attribute. (This is only allowed in the "latest" version of the format). Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13366] Fix h5ls problem on long soft links.Peter Cao2007-02-211-5/+14
|
* [svn-r13365] Bug fix.Albert Cheng2007-02-2143-1115/+57
| | | | | | | | | | | | Description: Multiple copies of Copyright appeared in Makefile.in. This was due to automake copying the copyright right in the included files such as config/commence.am. Solution: Automake treats double hashes as comments and does not copy them to Makefile.in. Changed all the copyright notices in config/*.am to use double hashes for the Copyright right notice. Tested: kagiso via bin/reconfigure.
* [svn-r13362] Description:Quincey Koziol2007-02-212-23/+119
| | | | | | | | | | | Eliminate unneeded new version in attribute encoding. Add character set & string padding to string datatype debugging output Add character set to attribute name debugging output Tested on: Mac OS X/32 10.4.8 (duty)
* [svn-r13361] Description:Quincey Koziol2007-02-215-119/+620
| | | | | | | Add H5Aopen(), H5Aopen_by_idx() and H5Acreate2() routines. Tested on: Mac OS X/32 10.4.8 (amazon)
* [svn-r13360] Description:Quincey Koziol2007-02-217-227/+772
| | | | | | | | | | | | Finish H5Aiterate2() Add H5Arename2() and mark H5Arename as deprecated. Started on H5Oopen_by_idx(). Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13359] Fixed a bug where the -shlib flag for h5cc would end up on the ↵James Laird2007-02-2048-233/+1330
| | | | | | | | Dependency line in the Makefile. Makefile change only. Tested on kagiso, to be used to test on cobalt.
* [svn-r13357] Pedro Vicente Nunes2007-02-201-1/+7
| | | | added description of new h5diff features done a while ago
* [svn-r13355] Updated copyright notice to THG version.Albert Cheng2007-02-202-79/+80
| | | | | | Changed support email address to help@hdfgroup.org. Tested: Just visual verification since they are
* [svn-r13353] Description:Quincey Koziol2007-02-2017-95/+873
| | | | | | | | | | | | Checkpoint progress on H5Aiterate2(). Mark H5Aiterate() as deprecated. Various code cleanups. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13352] Added support for configure.in type files.Albert Cheng2007-02-201-0/+45
| | | | Tested in kagiso.
* [svn-r13348] Minor change - a void pointer wasn't cast to a byte pointer.Raymond Lu2007-02-201-1/+1
|
* [svn-r13347] Description:Quincey Koziol2007-02-204-28/+94
| | | | | | | | | Deprecate H5Adelete in favor of H5Adelete2, which corresponds to the new pattern of specifying an object's location. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13346] Description:Quincey Koziol2007-02-201-0/+99
| | | | | | | | Wrap up attribute "delete by index" tests. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13344] Description:Quincey Koziol2007-02-205-36/+161
| | | | | | | | More progress on attribute deletion by index. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13343] added h5dump new featurePedro Vicente Nunes2007-02-201-0/+2
|
* [svn-r13342] Bug fix (#717): Nested VL data failed to free the space when ↵Raymond Lu2007-02-202-57/+68
| | | | | | the data is over- written with shorter length.
* [svn-r13341] Description:Quincey Koziol2007-02-208-198/+910
| | | | | | | Checkpoint "delete by index" code, which is partially finished. Tested on: FreeBSD/32 6.2 (duty)
* [svn-r13340] Fixed a bug where shared messages with the same hash values ↵James Laird2007-02-204-71/+63
| | | | | | | | | | could be sorted in the wrong order. This also makes the "unique but shareable" checkin a little easier. Tested on smirom, kagiso, and juniper.
* [svn-r13336] Updated all.sln, which is generated by Visual Studio 2005 and ↵Scott Wegner2007-02-191-1967/+2044
| | | | is used only for Windows autotests.
* [svn-r13335] new feature for h5diffPedro Vicente Nunes2007-02-191-0/+2
|
* [svn-r13334] Added a new function to print the dimensions sizesPedro Vicente Nunes2007-02-1944-413/+394
|
* [svn-r13333] file editing regarding cronologically order of fixed bugsPedro Vicente Nunes2007-02-191-2/+2
|
* [svn-r13332] Pedro Vicente Nunes2007-02-191-1/+4
| | | | added a tool bug fix
* [svn-r13330] Added HDF5TestExpress functionality to tsohm.c. This may fix ↵James Laird2007-02-191-0/+12
| | | | | | | | | | the bug that sol's been having. When Express Testing (level 2 or 3) is enabled, the test will no longer repeatedly close and re-open a file, which should work better under AFS. Tested on kagiso (extremely minor change, no new code introduced).
* [svn-r13329] Fixed MANIFEST error due to new h5mkgrp windows project.James Laird2007-02-191-0/+1
| | | | Ran bin/chkmanifest on kagiso.
* [svn-r13326] added the change of default fortran compiler to be g95.Albert Cheng2007-02-181-0/+2
|