AuthorCommitMessageCommit dateIssues
James LairdJames Laird
0d86163705a[svn-r13379] Added 'make help' target. This actually runs a script, bin/makehelp (formatting the output in the makefile was pretty hard).Tested that make still works on kagiso; no code changes at all.
Quincey KoziolQuincey Koziol
182c05cb954[svn-r13375] Description: 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)
Elena PourmalElena Pourmal
2468b8aa1c8[svn-r13374] Enabled multi-file driver test since it was fixed in C libraryPlatforms tested: kagiso, smirom, linew
Elena PourmalElena Pourmal
f610f3161bd[svn-r13373] Problem: Daily tests failed on smirom with g95Solution: 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
Peter CaoPeter Cao
c831f673c47[svn-r13372] Add "-w0" or "--width=0" for no line wrap for h5ls
Quincey KoziolQuincey Koziol
bbc62be800c[svn-r13371] Description: Tweak e-mail address inserted into files from "hdfhelp@ncsa.uiuc.edu" to "help@hdfgroup.org"
Quincey KoziolQuincey Koziol
92f8f5344db[svn-r13369] Description: Update release notes with note about removed restriction on attribute size.
Pedro Vicente NunesPedro Vicente Nunes
67f5810d845[svn-r13368] Added a little format alignment to the printing of dimensions
Quincey KoziolQuincey Koziol
1e07756ac26[svn-r13367] Description: 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)
Peter CaoPeter Cao
9deb5961eeb[svn-r13366] Fix h5ls problem on long soft links.
Albert ChengAlbert Cheng
1b98fd4dbe9[svn-r13365] Bug fix.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/reconfi...
Quincey KoziolQuincey Koziol
32898a5cd12[svn-r13362] Description: 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)
Quincey KoziolQuincey Koziol
dec964c4d55[svn-r13361] Description: Add H5Aopen(), H5Aopen_by_idx() and H5Acreate2() routines.Tested on: Mac OS X/32 10.4.8 (amazon)
Quincey KoziolQuincey Koziol
4d93574a8fe[svn-r13360] Description: 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)
James LairdJames Laird
c64266b78ea[svn-r13359] Fixed a bug where the -shlib flag for h5cc would end up on the Dependency line in the Makefile.Makefile change only. Tested on kagiso, to be used to test on cobalt.
Pedro Vicente NunesPedro Vicente Nunes
8f55acc0a15[svn-r13357] added description of new h5diff features done a while ago
Albert ChengAlbert Cheng
55ebd053d49[svn-r13355] Updated copyright notice to THG version.Changed support email address to help@hdfgroup.org. Tested: Just visual verification since they are
Quincey KoziolQuincey Koziol
d08fabd66d4[svn-r13353] Description: Checkpoint progress on H5Aiterate2(). Mark H5Aiterate() as deprecated. Various code cleanups. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Albert ChengAlbert Cheng
8eecc944d7f[svn-r13352] Added support for configure.in type files.Tested in kagiso.
Raymond LuRaymond Lu
003a86e772f[svn-r13348] Minor change - a void pointer wasn't cast to a byte pointer.
Quincey KoziolQuincey Koziol
4486398a983[svn-r13347] Description: 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)
Quincey KoziolQuincey Koziol
19257978d9a[svn-r13346] Description: Wrap up attribute "delete by index" tests.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
ca9a624416e[svn-r13344] Description: More progress on attribute deletion by index.Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Pedro Vicente NunesPedro Vicente Nunes
61bd2d338b4[svn-r13343] added h5dump new feature
Raymond LuRaymond Lu
270f7ce123b[svn-r13342] Bug fix (#717): Nested VL data failed to free the space when the data is over-written with shorter length.
Quincey KoziolQuincey Koziol
d1a1f2421d9[svn-r13341] Description: Checkpoint "delete by index" code, which is partially finished.Tested on: FreeBSD/32 6.2 (duty)
James LairdJames Laird
30b8b8c785a[svn-r13340] Fixed a bug where shared messages with the same hash values could be sorted in the wrong order.This also makes the "unique but shareable" checkin a little easier. Tested on smirom, kagiso, and juniper.
Scott WegnerScott Wegner
154a2ac0dcc[svn-r13336] Updated all.sln, which is generated by Visual Studio 2005 and is used only for Windows autotests.
Pedro Vicente NunesPedro Vicente Nunes
b431ce2bf63[svn-r13335] new feature for h5diff
Pedro Vicente NunesPedro Vicente Nunes
5af701a32e5[svn-r13334] Added a new function to print the dimensions sizes
Pedro Vicente NunesPedro Vicente Nunes
6e2d2bc6410[svn-r13333] file editing regarding cronologically order of fixed bugs
Pedro Vicente NunesPedro Vicente Nunes
996ebb39e6a[svn-r13332] added a tool bug fix
James LairdJames Laird
23eaf259ae6[svn-r13330] Added HDF5TestExpress functionality to tsohm.c. This may fix 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).
James LairdJames Laird
e10c553522e[svn-r13329] Fixed MANIFEST error due to new h5mkgrp windows project.Ran bin/chkmanifest on kagiso.
Albert ChengAlbert Cheng
089d7a01fa5[svn-r13326] added the change of default fortran compiler to be g95.
Albert ChengAlbert Cheng
1a2ddc09660[svn-r13324] Changed the default Fortran compiler for gcc from pgf90 to g95.
John MainzerJohn Mainzer
68541fee67e[svn-r13323] Fixed unused parameter warnings in H5C.c
Scott WegnerScott Wegner
5e5fd1e940b[svn-r13322] Added new Windows project file, h5mkgrp for new tool, and updated all.dsw workspace to include it.
Pedro Vicente NunesPedro Vicente Nunes
8f1229d2c8c[svn-r13321] revised attribute ordering done for the library makes h5diff to outputattributes in another order
Albert ChengAlbert Cheng
5ace070ed37[svn-r13319] Added Caution message of the limit of the -fix feature.
Albert ChengAlbert Cheng
e82f6081bd7[svn-r13314] Updated copyright notice.
Albert ChengAlbert Cheng
57247fbb5f4[svn-r13313] Added HTML files fixing feature.Tested: kagiso.
Albert ChengAlbert Cheng
914fbdcc674[svn-r13312] Updated copyright notice.
Albert ChengAlbert Cheng
5e1bee4f600[svn-r13311] Updated copyright notice.Test: Just visual inspection as these are all comments changes.
Albert ChengAlbert Cheng
93106a5ed1e[svn-r13310] Aded recognition of Perl script file s (*.pl) and Makefile.dist.
Albert ChengAlbert Cheng
e2af691388a[svn-r13309] Added some cosmetic hash marks.No need to test as it is trival comment.
Albert ChengAlbert Cheng
a90f77e038b[svn-r13308] Skip README file too.
Albert ChengAlbert Cheng
476f98ab1be[svn-r13307] ImprovementSeparated the file type guessing from UNKNOWN_TYPE into a function itself to be used by other routines later. Added debug printing feature.
Quincey KoziolQuincey Koziol
cec2dd60858[svn-r13306] Description: Mask off the storage utilization for the h5ls output, so that the h5ls output is more portable (VL datatype size is reported as the memory size instead of the file size, making the storage utilization incorrect - entered in bugzilla)Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
9c9bebf8399[svn-r13305] Description: Clean up indentation.Tested on: Linux/32 2.6 (chicago)