summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11877] Purpose:Albert Cheng2006-01-101-5/+5
| | | | | | | | | | | Bug fix. Description: Fixed a typo and also moved initialization of n_xxxx variables to the common declaration place. Platforms tested: Tested in v1.6 branch already.
* [svn-r11868] Purpose:Albert Cheng2006-01-081-2/+8
| | | | | | | | | | Feature. Description: Added counters for number of tests passed, failed and skipped. Platforms tested: Will be tested by daily test.
* [svn-r11864] Purpose:James Laird2006-01-051-0/+2
| | | | | | | | | | | | | | | | Cleaned up reconfigure output Description: Added two lines to separate output from trace script from autotools output in reconfigure. Solution: Running reconfigure updated src/Makefile.in as a side effect, since I changed config/lt_vers.am in my last checkin but forgot to run reconfigure then. Platforms tested: mir (cosmetic change to reconfigure script only)
* [svn-r11861] Purpose:Albert Cheng2006-01-041-17/+28
| | | | | | | | | | | | | | | | Bug fix. Description: release created temporary files in .. directory. If the -d directory is the same as the parent directory, it would fail when it tried to copy the temporary files to the destination directory. Solution: Changed release to create a temporary directory and create all temporary files in that temporary directory. Platforms tested: Handtested in heping.
* [svn-r11793] Purpose:HDF Admin2005-12-141-1/+2
| | | | | | | | | | | | | Improvement Description: Release action now prints a message showing Release version and where it deposits it. Platforms tested: Change is simple and will test by hand after check in. Misc. update:
* [svn-r11789] Purpose:Albert Cheng2005-12-121-2/+5
| | | | | | | | | | | Improvement. Description: Splitted the "make check" into "make check-s" and "make check-p" so that it is clearer which nature of tests are being tested. Platforms tested: heping (serial and pp).
* [svn-r11769] Purpose:HDF Admin2005-12-081-1/+4
| | | | | | | | | | | | | | | | | | Temporary fix. Description: Since the file format is unstable, we don't want the snapshot tarball be readily available to any FTP users. Change the snapshot archived location to a directory that is not accessible by Anon. FTP. If someone wants to use one of these snapshot versions, give him/her a copy of these files. When file format is restored, switch this back to the previous default location. Platforms tested: no test since change is pretty trivial. I have scheduled a snapshot release tonight to see if it will put it in the right place.
* [svn-r11754] Purpose:James Laird2005-12-022-47/+116
| | | | | | | | | | | | | | | | | | | | | | | Feature Description: bin/reconfigure now allows users to define the paths to the autotools on their system. bin/reconfigure also runs the trace script when it is invoked. Solution: The autotools are specified using environment variables: AUTOCONF, AUTOMAKE, ACLOCAL, AUTOHEADER, and LIBTOOL_DIR. See bin/reconfigure for the defaults. The version of each of the autotools is checked before they are run, so users can't invoke the wrong version of any autotool. The trace script is run on all the .c files in the src directory when reconfigure is invoked. Ideally, bin/reconfigure should be run when any new function is added to the library, but if the tracing information is out of date the library will still work. The trace script has also been modified to ignore the multi and stdio file drivers (per Quincey's suggestion). Platforms tested: mir, shanti
* [svn-r11747] Purpose:Albert Cheng2005-11-231-110/+36
| | | | | | | | | | | Cleanup and new feature. Description: Remove old code no longer used (LOCATE_GASS, LOCATE_FORTRAN, LOCATE_HDF4. Added new option to locate szlib. Platforms tested: Tested in heping and shanti.
* [svn-r11738] Purpose:James Laird2005-11-181-1/+2
| | | | | | | | | | | | | | | | | | | Configure feature Description: Added 'make trace' target. Solution: Added tracing to 1.7. This was done automatically in 1.6, but left out of 1.7 until now (oops!). Tracing in 1.7 only happens manually, when the user types 'make trace.' Tracing automatically requires more framework than it's worth. I also fixed a couple of tracing bugs and ran trace. Platforms tested: mir, sleipnir, modi4 Misc. update:
* [svn-r11710] Purpose:Albert Cheng2005-11-141-1/+1
| | | | | | | | | Bug fix. Description: Removed a debugging print command in the edit script. Tested in Redstorm.
* [svn-r11696] 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-r11695] Purpose:Albert Cheng2005-11-091-1/+1
| | | | | | | | | | | | | | | | | 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-r11678] 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-r11674] 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-r11672] Purpose:Albert Cheng2005-11-021-1/+4
| | | | Added more Windows binary file types and exempted file.
* [svn-r11664] Purpose:Albert Cheng2005-11-011-1/+0
| | | | Forgot to remove a debug echo statment. Fixed.
* [svn-r11652] 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-r11648] Purpose:Albert Cheng2005-11-011-0/+44
| | | | | | | | | | | Feature Description: Added copyright detection for Windows files, *.dsw, *.dsp, *.zip (these are ignored), and *.bat files. Platforms tested: heping.
* [svn-r11641] Purpose:Albert Cheng2005-10-311-0/+58
| | | | | | | | | | | | 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-r11632] 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-r11627] Purpose:Albert Cheng2005-10-301-6/+18
| | | | | | | improvement. Description: It records passed files and reports numbers of both passed and failed files.
* [svn-r11624] Purpose:Albert Cheng2005-10-291-1/+5
| | | | | | | Added *.jpg and *.hdf5 as binary data files to be ignored. Platforms tested: heping.
* [svn-r11622] 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-r11596] Purpose:Quincey Koziol2005-10-2211-0/+147
| | | | | | | | | | | 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-r11569] Purpose:Albert Cheng2005-10-161-1/+4
| | | | | | | | | | | | | | Improvement. Description: The df command sometimes hangs because of file system problem. Solution: Run the df command as background process and wait for it 10 seconds to finish, then just continues. Platforms tested: Should work. Daily test will test it.
* [svn-r11563] Purpose:Albert Cheng2005-10-141-0/+6
| | | | | | | Added commands to show host status such as uptime and disk usages. Platforms tested: Eyeballed. Will check the output of daily test.
* [svn-r11548] Purpose:Albert Cheng2005-10-111-16/+24
| | | | | | | | Added another case of shell-like style file--if lines leading by #'s are found, treat it like a shell-like style file. Platforms tested: hand tested in heping.
* [svn-r11544] Purpose:Albert Cheng2005-10-111-1/+26
| | | | | | | | | New feature. Description: Added code that try to guess what type of file it is by inspecting the first 5 lines. Then it tries to find the Copyright notice according to the guess.
* [svn-r11535] Purpose:Albert Cheng2005-10-111-42/+54
| | | | | | | | | | | | Another revamp. Description: Now search the copyright notice within the beginning 60 lines only. (This applies to source code. For HTML files, it is still search all the way through the file.) Platforms tested: Hand tested.
* [svn-r11526] Description:Albert Cheng2005-10-111-127/+278
| | | | | | | | A near total rewrite, added initialization feature, more flexible where the copyright notice is. Platforms tested: Hand tested.
* [svn-r11471] Purpose:Albert Cheng2005-09-271-17/+17
| | | | | | | | | | | | | | | | | | revision. Description: The copyright notice for Makefile(in) were fixed at the beginning of the files. But they are now generated by automake and autoconf such that Gnu jams its own copyright block at the beginning. Solution: Changed the rule such that the HDF5 copyright notice can be somewhere else in the file as long as they are together as one paragraph. Also added recognition of Makefile.am as a possible MAKEFILE type. Platforms tested: Tested by hand in heping.
* [svn-r11464] Purpose:Albert Cheng2005-09-261-2/+33
| | | | | | | | | | | Feature. Description: Added the copyright checking--most settings are temporary. Need cleanup or fixes when most copyrights notices are completed. Platforms tested: Tested by hand.
* [svn-r11446] Purpose:James Laird2005-09-201-1/+1
| | | | | | | | | | | Bug fix Description: Massaged the newer script and config/conclude.am to make SX6 happy. Platforms tested: SX6, sol, mir
* [svn-r11428] Purpose:Albert Cheng2005-09-181-1/+1
| | | | | | | | | | | | | | | Bug fix. Description: In some racing condition, the process ID file might be removed just the moment before timekeeper cats its content. When that happens, the $pid is a blank. Timekeeper was not prepared for this. Solution: Added code to verify $pid is some number before proceeding. Platforms tested: Tested by hand only.
* [svn-r11366] Purpose:Albert Cheng2005-09-071-2/+2
| | | | | | | | | | | | | | upgrade. Description: A new feature md5 is added to the release script. Upgrade snapshot to include md5 in the snapshot release process. Platforms tested: No test since the change is pretty simple and it is hard to test without really doing a snapshot release. Misc. update:
* [svn-r11362] Purpose:James Laird2005-09-071-17/+31
| | | | | | | | | | | | | | | | | | | | Feature - md5 checksum Description: Added md5 checksumming to snapshot releases. When bin/release is run, it will by default create a .tar archive and a .md5 checksum of that archive in the destination directory. Solution: md5 is now a method in bin/release, along with the various ways to compress hdf5. The checksum is always of the .tar archive, even when other forms of compression are used (this is so that a given release always has only one checksum, for simplicity). Platforms tested: mir (change to bin/release only) Misc. update:
* [svn-r11319] Purpose:James Laird2005-08-301-10/+25
| | | | | | | | | | | | | | | | | | | | | | | Bug fixes Description: This checkin fixes an occasional error on kelgia on sol during distclean. It also causes test scripts to depend properly on the programs they're supposed to be testing. Solution: The kelgia bug was due to some files being cleaned by automake and manually. Removed the manual cleaning in src/Makefile.am. Test script dependencies now need to be specified manually, since the makefile can't guess what they test from their name. Currently all test scripts in a given directory have a single list of dependencies--this was easy and seems to be sufficient. These dependencies are listed in the SCRIPT_DEPEND variable in the Makefile.am. Platforms tested: heping, mir, modi4, sol Misc. update:
* [svn-r11309] Purpose:Albert Cheng2005-08-291-3/+3
| | | | | | | | | | | Bug fix. Description: Error encountered in the clean command was not passed back to calling command. Fixed it. Platforms tested: heping (where clean has no error) and sol (where clean has error).
* [svn-r11089] Purpose:Albert Cheng2005-07-201-3/+1
| | | | | | | | | | | | | cleanup. Description: The install directory (--prefix) has been changed to $PWD/hdf5 long time ago. It is no need to reset to installdir any more. Platforms tested: Change is trivial and will be tested in Daily tests. Misc. update:
* [svn-r11082] Purpose:HDF Admin2005-07-181-3/+0
| | | | | | | | | | | | | | | | | | | | upgrade. Description: Release used to copy the updated release_docs/HISTORY.txt and release_docs/RELEASE.txt to the doc/html/ADGuide. The doc/ is removed from the source tree. So, remove the command that does the copying. Note that once the separated doc/ location is known, release needs to copy the two files into them and committed them via sub-version commands. Platforms tested: No test because it is a trivial change and it is not easy to change without triggering the full release process. Misc. update:
* [svn-r11075] Purpose:Albert Cheng2005-07-151-0/+2
| | | | | | | | | | | | | | | bug fix. Description: The deploy command would exit whether it succeeded or not. Solution: Fixed it so that it exits only when deploy has encountered failures. Platforms tested: Trivial change. Will watch the daily test results. Misc. update:
* [svn-r11035] Purpose:Albert Cheng2005-07-071-3/+5
| | | | | | | | | | | Improvement Description: Added some argument sanity chechking by ensuring exactly two arguments are provided. Platforms tested: sol.
* [svn-r11034] Purpose:Albert Cheng2005-07-071-0/+27
| | | | | | | | | | | | | | | | | bug fix. Description: -nt is not a universal option for the test command in all platforms. The use of it in conclude.am cause some platforms to bark at the Makefile generated. Solution: Created a command script bin/newer which tests if file1 is newer than file2. Replace the "test file1 -nt file2" by "newer file1 file2". Platforms tested: Tested in sol.
* [svn-r10821] Purpose:Albert Cheng2005-05-281-1/+1
| | | | | Feature. Allow timelimit file to contain comment lines which are lines beginning with #.
* [svn-r10819] Purpose:Albert Cheng2005-05-281-0/+2
| | | | Use timelimit file to specify the time limit for timekeeper.
* [svn-r10817] Purpose:Albert Cheng2005-05-281-1/+21
| | | | | | | Feature Description: Add support for <time-limit> in the form of HH:MM.
* [svn-r10814] Purpose:Albert Cheng2005-05-281-4/+5
| | | | | | | | | | | Feature. Description: The temporary output filename of each remote host test is now a combination of hostname and configname. Platforms tested: Will be tested by Daily test.
* [svn-r10802] Purpose:James Laird2005-05-251-2/+2
| | | | | | | | | | | | | | | | Configuration feature Description: Formerly, bin/reconfigure needed to invoke Automake with the --foreign flag or it would fail. It turns out that there is a clever way to specify this flag inside configure.in so that it doesn't need to be explicitly invoked. This should make it easier for people not using machines connected to AFS (e.g., the netCDF folks) to invoke Automake on HDF5. Platforms tested: mir and heping
* [svn-r10688] Purpose:John Mainzer2005-04-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Add API calls allowing user control of the metadata cache. Description: Prior to this update, the metadata cache was not configurable from outside the library. Solution: Add API calls allowing the user to configure the metadata cache either at file open time, or for any open file. Also added calls permitting the user to monitor cache size and hit rate. These latter facilities are needed for "manual" cache size control Platforms tested: h5committested Misc. update: