| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvement
Description:
The previous HTML files strategy was to expect the very first comment
block is the copyright notice. That did not work well as more and more
other comments appear now.
Solution:
Changed the strategy to look for the only the essential body of copyright
notice. This no longer verifies this body of text is a comment block. But
the previous strategy is not really bullet-proof either.
Platforms tested:
tested in heping.
|
|
|
|
|
|
|
| |
Description:
Add Release 1.6.5 History sectioin for H5Fget_obj_count and H5Tset_tag.
Tested:
Firefox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
The hardcoding of RUNTEST=$(LT_RUN) caused problem when serial executable
needs to be launched by $RUNSERIAL such as "yod -sz 1" since $LT_RUN which
refer to "libtool -execute" does not know how to launch executable that way.
Solution:
Removed the definition. Now the predefined
RUNTEST=$SERIAL
in config/commence.in will take effect as designed.
Platforms tested:
h5committested.
|
| |
|
|
|
|
|
|
|
| |
Description:
Add abridged copyright notice to HDF5 documentation Makefiles.
Platforms tested:
Successful run of chkcopyright.
|
|
|
|
|
|
|
|
|
|
|
| |
Updated Changes.html
Description:
Mentioned addition of TR variable to configure, and removal of pdb2hdf tool.
Platforms tested:
none
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix, feature.
Description:
Fix a bug to recognize "#xyz..." is a comment in the init file.
Add more binary data file types.
Added prunepath command.
Platforms tested:
heping.
|
|
|
|
|
|
|
|
| |
Added messages to remind platform watchers to check for processes
still running in the remote machine after timeout.
Platforms tested:
Just eyeballed. Changes is trivial.
|
|
|
|
| |
Added more Windows binary file types and exempted file.
|
|
|
|
|
|
|
| |
Purpose:
Add abridged copyright notice to HTML files in TechNotes/TestReview/.
Platforms tested:
Firefox
|
|
|
|
|
|
|
| |
Purpose:
Add abridged copyright notice to HTML files in TechNotes/.
Platforms tested:
Firefox
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
Removed a debugging print command in the edit script.
Tested in Redstorm.
|
|
|
|
| |
Forgot to remove a debug echo statment. Fixed.
|
|
|
|
|
|
|
|
|
|
|
| |
Add comments about fortran problems on windows.
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvement
Description:
The copyright notice of some files may contain some white spaces such
as tabs, trailing blanks and \r (common in Windows files). Diff will
flag them as not matching. Could not just use -b or -w of diff because
it will ignore embedded spaces and could not handle \r anyway.
Solution:
Added a RINSE function will remove all \r and trailing spaces and
expand tabs to proper number of spaces. Now, diff can compare without
worry of cosmetic white spaces.
Platforms tested:
heping, applying on a Windows/copy_hdf.bat file.
|
|
|
|
|
|
|
| |
Description:
Update release footer to show *November* 2005 for Release 1.6.5.
Platforms tested:
Firefox
|
|
|
|
|
|
|
| |
Description:
Update release footer to show *November* 2005 for Release 1.6.5.
Platforms tested:
Firefox
|
|
|
|
|
|
|
|
|
|
|
| |
Feature
Description:
Added copyright detection for Windows files, *.dsw, *.dsp, *.zip (these
are ignored), and *.bat files.
Platforms tested:
heping.
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Created tar ball for testing and changed version number
to 1.6.5-pre3
Solution: ran bin/h5vers script on heping
Platforms tested: N/A
Misc. update:
|
|
|
|
|
|
|
|
| |
Description:
Update 1.6.5 release date to November 2005.
Copy edits.
Platforms tested:
Firefox
|
|
|
|
|
| |
Test:
Just eyeballed since it was trivial.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature
Description:
A tool to fix configure file so that it can launch configure testing executable
via the proper launching command, e.g., yod. (Thus the name yodconfigure
is used.)
Tested:
Red Storm, both parallel and serial configure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Absoft needs to be built with --disable-shared only on Macintosh.
Solution:
Moved check for --disable-shared from fortran/configure.in to
config/powerpc-apple.
Platforms tested:
mir, heping, pommier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
PGI v6.0-5 pgf90 compiler has a bug in Mstandard that caused compiling
of legal logical value to fail.
We also have second thought of imposing -Mstandard and -Mdclchk on users
since these flags are included in h5fc.
Solution:
Removed -Mstandard until we can fix the v6.0-5 compiler error
and moved -Mdclchk to DEBUG_FFLAGS so that it is used during development
mode but not imposed on users for production release.
Platforms tested:
heping: production mode using v6.0-4 and v6.0-5 compilers. Debug mode using
v6.0-4 compiler.
mir: production mode using v6.0-4 and v6.0-5 compilers. Debug mode using
v6.0-5 compiler.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A small modification of the release doc.
Description:
complex MPI derived datatype is not working with ppe 3.2.0.20 at UCAR bluesky.
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description:
Reordered some functions so that the generated RM pages are
more clear.
Fixed some typos.
Platforms tested:
Linux 2.4 (heping)
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
chkcopyright has been changed to return an exit code whether it passes
or not. Changed the detection accordingly.
Platforms tested:
heping.
|
|
|
|
|
|
|
|
|
|
| |
Description:
Added documents for two functions that were missed and fixed a
couple of minor typos in comments only.
Platforms tested:
AIX 5.1 (copper)
Linux 2.4 (heping)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Some references to pdb2hdf were left in the tools/misc Makefile. Removed
them.
Solution:
Also recalculated dependencies.
Platforms tested:
heping
|
|
|
|
|
|
|
| |
improvement.
Description:
It records passed files and reports numbers of both passed and failed files.
|
|
|
|
| |
Skip the copyright file itself.
|
|
|
|
|
|
|
| |
Added *.jpg and *.hdf5 as binary data files to be ignored.
Platforms tested:
heping.
|
|
|
|
|
|
|
|
|
|
| |
Improvement.
Description:
Added knowledge to recognized an HTML file by its content by looking for <html> tag.
Platforms tested:
heping.
|
|
|
|
|
|
|
|
|
|
|
| |
Update copyrights.
Description:
Solution:
This should address almost all of the "simple" cases in the repository.
There's still work to do, but it's going to require actually thinking about
the files in question instead of just copying & pasting.
|
|
|
|
| |
Remove tools that are no longer maintained.
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Remove reference to pdb2hdf5 tool during 'make install'
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Configure feature and cleanup
Description:
Added error when Absoft f95 is used without --disable-shared.
Removed tools/misc/h5import.c and tools/misc/pdb2hdf.c .
Platforms tested:
mir heping
Misc. update:
|
|
|
|
|
|
|
| |
Description:
Add copyright notices.
Platforms tested:
Ran hdf5/chkcopyright successfully.
|
|
|
|
|
|
|
| |
Purpose:
Correcting copyright typo.
Platforms tested:
Ran hdf5/bin/chkcopyright with no failures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
The previous way of detecting the MPICH version fails if the suspected
$CC does not give the expected MPICH version information. Though no
consequence, it generates error messages that alarm users.
Also, mpich2 gives the version information as if it were mpich v1.0.2
which was incorrectly included as an earlier version of the origianl
mpich.
Solution:
Implemented a more robust code to detect the version and narrow the
recognition down to v1.2.0-v1.2.5. Also, the code were duplicated in
two files (linux-gnulibc1 and ia64-linux-gnu). Combined them into a
new file called mpich.
Platforms tested:
Tested in heping using mpicc and mpich2/mpicc and also in tg-ncsa.
Misc. update:
Updated MANIFEST.
|
|
|
|
|
|
|
|
| |
Description:
Add lists of new and changed C++ wrappers.
Other clarifications and copy edits.
Platforms tested:
Firefox, Safari
|
|
|
|
|
|
|
|
| |
Description:
Separate the section "Functions with New or Changed Symbols or Fixed
Values" from the section "Functions with Changed Syntax."
Platforms tested:
Firefox
|
|
|
|
|
|
|
|
|
|
| |
Description:
In the "Functions with changed or new symbols" section (section heading
to be fixed in immediately-following checkin), add notes regarding
H5F_OBJ_LOCAL in H5Fget_obj_count
H5T_OPAQUE_TAG_MAX in H5Tset_tag
Platforms tested:
Firefox
|
|
|
|
|
|
|
|
|
| |
Description:
H5Fget_obj_count: Add H5F_OBJ_LOCAL to object type list.
H5Rget_obj_type: Fix typo in parameters section.
H5Tset_tag: Add note that tag is limited to 256 bytes.
Platforms tested:
Firefox, Safari
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
Take out odd definition of HDalarm() and replace with standard macro
like the rest of the library.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
|
|
|
|
|
|
|
|
|
|
|
| |
Update copyrights
Description:
Updated copyright information in hdf5/bin and top-level and added some
more files to be skipped to the chkcopyright config file.
Platforms tested:
None - just eyeballed
|
|
|
|
| |
Mentioned TR variable in INSTALL doc in 1.6 branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Configure feature
Description:
Ported TR variable to 1.6 branch.
Solution:
1.6 branch now recognizes TR variable as location of tr utility.
Platforms tested:
mir, modi4, shanti
Misc. update:
|