summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11695] Purpose:Albert Cheng2005-11-091-16/+10
| | | | | | | | | | | | | | | | | 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.
* [svn-r11688] Frank Baker2005-11-072-4/+35
| | | | | | | Description: Add Release 1.6.5 History sectioin for H5Fget_obj_count and H5Tset_tag. Tested: Firefox
* [svn-r11687] Purpose:Albert Cheng2005-11-071-2/+0
| | | | | | | | | | | | | | | | | 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.
* [svn-r11685] Snapshot version 1.6 release 5 (pre3)HDF Admin2005-11-0610-36/+46
|
* [svn-r11684] Frank Baker2005-11-049-18/+99
| | | | | | | Description: Add abridged copyright notice to HDF5 documentation Makefiles. Platforms tested: Successful run of chkcopyright.
* [svn-r11682] Purpose:James Laird2005-11-041-3/+6
| | | | | | | | | | | Updated Changes.html Description: Mentioned addition of TR variable to configure, and removal of pdb2hdf tool. Platforms tested: none
* [svn-r11679] Purpose:Albert Cheng2005-11-031-20/+44
| | | | | | | | | | | | 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.
* [svn-r11675] Description:Albert Cheng2005-11-021-0/+2
| | | | | | | | 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.
* [svn-r11673] Purpose:Albert Cheng2005-11-021-1/+4
| | | | Added more Windows binary file types and exempted file.
* [svn-r11671] Frank Baker2005-11-022-0/+42
| | | | | | | Purpose: Add abridged copyright notice to HTML files in TechNotes/TestReview/. Platforms tested: Firefox
* [svn-r11670] Frank Baker2005-11-0225-73/+585
| | | | | | | Purpose: Add abridged copyright notice to HTML files in TechNotes/. Platforms tested: Firefox
* [svn-r11669] Purpose:Albert Cheng2005-11-011-1/+1
| | | | | | | | | Bug fix. Description: Removed a debugging print command in the edit script. Tested in Redstorm.
* [svn-r11665] Purpose:Albert Cheng2005-11-011-1/+0
| | | | Forgot to remove a debug echo statment. Fixed.
* [svn-r11662] Purpose:MuQun Yang2005-11-011-0/+9
| | | | | | | | | | | Add comments about fortran problems on windows. Description: Solution: Platforms tested: Misc. update:
* [svn-r11653] Purpose:Albert Cheng2005-11-011-3/+18
| | | | | | | | | | | | | | | | | | 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.
* [svn-r11651] Frank Baker2005-11-011-1/+1
| | | | | | | Description: Update release footer to show *November* 2005 for Release 1.6.5. Platforms tested: Firefox
* [svn-r11650] Frank Baker2005-11-0127-28/+28
| | | | | | | Description: Update release footer to show *November* 2005 for Release 1.6.5. Platforms tested: Firefox
* [svn-r11649] Purpose:Albert Cheng2005-11-012-3/+44
| | | | | | | | | | | Feature Description: Added copyright detection for Windows files, *.dsw, *.dsp, *.zip (these are ignored), and *.bat files. Platforms tested: heping.
* [svn-r11647] Purpose: Maintenance for the third round of testing for 1.6.5Elena Pourmal2005-11-019-34/+34
| | | | | | | | | | | 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:
* [svn-r11645] Frank Baker2005-10-311-9/+10
| | | | | | | | Description: Update 1.6.5 release date to November 2005. Copy edits. Platforms tested: Firefox
* [svn-r11644] Added copyright notice.Albert Cheng2005-10-311-1/+13
| | | | | Test: Just eyeballed since it was trivial.
* [svn-r11643] Updated.Albert Cheng2005-10-311-0/+1
|
* [svn-r11640] Purpose:Albert Cheng2005-10-311-0/+46
| | | | | | | | | | | | 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.
* [svn-r11637] Purpose:James Laird2005-10-313-18/+11
| | | | | | | | | | | | | | 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
* [svn-r11636] Purpose:Albert Cheng2005-10-311-2/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* [svn-r11635] Purpose:MuQun Yang2005-10-311-1/+1
| | | | | | | | | | | | | 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:
* [svn-r11634] Purpose: Comments cleanupBinh-Minh Ribler2005-10-316-17/+31
| | | | | | | | | | Description: Reordered some functions so that the generated RM pages are more clear. Fixed some typos. Platforms tested: Linux 2.4 (heping)
* [svn-r11633] Purpose:Albert Cheng2005-10-311-8/+15
| | | | | | | | | | | Bug fix. Description: chkcopyright has been changed to return an exit code whether it passes or not. Changed the detection accordingly. Platforms tested: heping.
* [svn-r11630] Purpose: CommentsBinh-Minh Ribler2005-10-302-4/+30
| | | | | | | | | | 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)
* [svn-r11629] Purpose:James Laird2005-10-305-292/+8
| | | | | | | | | | | | | | Bug fix Description: Some references to pdb2hdf were left in the tools/misc Makefile. Removed them. Solution: Also recalculated dependencies. Platforms tested: heping
* [svn-r11628] Purpose:Albert Cheng2005-10-301-6/+18
| | | | | | | improvement. Description: It records passed files and reports numbers of both passed and failed files.
* [svn-r11625] Purpose:Albert Cheng2005-10-291-0/+3
| | | | Skip the copyright file itself.
* [svn-r11623] Purpose:Albert Cheng2005-10-291-1/+5
| | | | | | | Added *.jpg and *.hdf5 as binary data files to be ignored. Platforms tested: heping.
* [svn-r11621] Purpose:Albert Cheng2005-10-291-0/+3
| | | | | | | | | | Improvement. Description: Added knowledge to recognized an HTML file by its content by looking for <html> tag. Platforms tested: heping.
* [svn-r11620] Purpose:Quincey Koziol2005-10-2930-5/+381
| | | | | | | | | | | 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.
* [svn-r11618] Purpose:Quincey Koziol2005-10-292-679/+0
| | | | Remove tools that are no longer maintained.
* [svn-r11617] Purpose:Quincey Koziol2005-10-291-1/+1
| | | | | | | | | | | Bug fix Description: Remove reference to pdb2hdf5 tool during 'make install' Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11616] James Laird2005-10-287-322/+19
| | | | | | | | | | | | | | 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:
* [svn-r11615] Frank Baker2005-10-2843-1/+563
| | | | | | | Description: Add copyright notices. Platforms tested: Ran hdf5/chkcopyright successfully.
* [svn-r11613] Frank Baker2005-10-2844-45/+45
| | | | | | | Purpose: Correcting copyright typo. Platforms tested: Ran hdf5/bin/chkcopyright with no failures.
* [svn-r11609] Purpose:Albert Cheng2005-10-264-31/+47
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* [svn-r11608] Frank Baker2005-10-261-18/+77
| | | | | | | | Description: Add lists of new and changed C++ wrappers. Other clarifications and copy edits. Platforms tested: Firefox, Safari
* [svn-r11606] Frank Baker2005-10-251-8/+35
| | | | | | | | Description: Separate the section "Functions with New or Changed Symbols or Fixed Values" from the section "Functions with Changed Syntax." Platforms tested: Firefox
* [svn-r11605] Frank Baker2005-10-251-3/+16
| | | | | | | | | | 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
* [svn-r11604] Frank Baker2005-10-253-4/+16
| | | | | | | | | 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
* [svn-r11600] Snapshot version 1.6 release 5 (pre1)HDF Admin2005-10-2310-98/+145
|
* [svn-r11599] Purpose:Quincey Koziol2005-10-222-16/+6
| | | | | | | | | | | | 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
* [svn-r11597] Purpose:Quincey Koziol2005-10-2212-9/+143
| | | | | | | | | | | 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
* [svn-r11595] Purpose:James Laird2005-10-211-2/+2
| | | | Mentioned TR variable in INSTALL doc in 1.6 branch.
* [svn-r11594] Purpose:James Laird2005-10-213-17/+31
| | | | | | | | | | | | | | | 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: