summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11208] Purpose:Albert Cheng2005-08-0830-1603/+1845
| | | | | | | | | | | | | | | | | | | Bug fix and code minor cleanup. Description: The attempt to redirect stderr together to the log files were done in the wrong order such that stderr output goes to where stdout WAS. Fixed that. Code minor cleanup--use shell variables to hold the name of the log file and the test instead of generating them repeatedly. This makes easier code reading, less crowded and avoid typos. Only conclude.in is changed. The Makefile.in changes are all derived from automake. Platforms tested: h5committested.
* [svn-r11207] Purpose:Albert Cheng2005-08-086-330/+378
| | | | | | | | | | | | | | | | | | | | | Bug fix and code minor cleanup. Description: The attempt to redirect stderr together to the log files were done in the wrong order such that stderr output goes to where stdout WAS. Fixed that. Code minor cleanup--use shell variables to hold the name of the log file and the test instead of generating them repeatedly. This makes easier code reading, less crowded and avoid typos. Only conclude.in is changed. The Makefile.in changes are all derived from automake. Platforms tested: h5committested. Misc. update:
* [svn-r11206] Purpose: Additional wrapper/Code improvementBinh-Minh Ribler2005-08-0826-182/+606
| | | | | | | | | | | | | | | | Description: Added wrapper for H5Iget_type. Added try/catch to many APIs that call private functions so that more specific information can be provided at failure. Added IdComponent::inMemFunc to help providing specific info. Added const to parameters of several functions that missed that. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol) AIX 5.1 (copper) IRIX64 with -n32 (modi4) HPUX 11.00 (kelgia)
* [svn-r11204] Snapshot version 1.7 release 50HDF Admin2005-08-077-17/+17
|
* [svn-r11202] Purpose:Albert Cheng2005-08-042-0/+6
| | | | | | | | | | | bug fix. Description: Fortran test, fflush2, depends on a file created by fflush1. Fixed Makefile to reflect such a dependency. Platforms tested: heping.
* [svn-r11201] Purpose:Albert Cheng2005-08-042-6/+5
| | | | | | | | | | | | | | | bug fix. Description: test program used fortran STOP to end the program even when there was an error. STOP does not exit with non-zero. Therefore, make or other programs could not detect an error has occurred. Solution: Wherever it is appropirate, replace STOP with h5_exit_f statments. Platforms tested: Tested in heping.
* [svn-r11200] Purpose: Code improvementBinh-Minh Ribler2005-08-042-35/+24
| | | | | | | | | | | | | | Description: Changed CompType::getMemberClass to use H5Tget_member_class instead of going around unneccesarily. Changed "int member_num" to "unsigned member_num" of several member functions of CompType, per the C library change. Platforms tested: Linux 2.4 (heping) Linux 2.4 w/PGI (colonelk) AIX 5.1 (copper)
* [svn-r11199] Updated it.Albert Cheng2005-08-041-8/+11
|
* [svn-r11198] Purpose:Albert Cheng2005-08-041-4/+4
| | | | | | | | | | | | | upgrade. Description: Changed all appropriate error stack calls to the new HSYS_ERROR macro call in order to push system error message to the stack too. Platforms tested: heping. Misc. update:
* [svn-r11197] Purpose:Albert Cheng2005-08-041-0/+1
| | | | Updated.
* [svn-r11196] Purpose:Quincey Koziol2005-08-042-4/+3
| | | | | | | | | | | | Code tweak Description: Add in a couple of minor changes from Elena's version of pushing the system error information on the error stack. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11195] Purpose:Albert Cheng2005-08-047-2/+43
| | | | | | | | | | | | | | | Feature. Description: Added HSYS_ERROR macro to retrieve and push system error message to the error stack. Added the related H5E_SYSERRSTR error code. This allows system error messages be shown to users too. Thus give a better explanation of what the errors are. Platforms tested: h5committested.
* [svn-r11193] Purpose:Albert Cheng2005-08-031-1/+1
| | | | | | fixed typo for uint_fast16_t verification. Tested in Red storm.
* [svn-r11192] Purpose:Albert Cheng2005-08-031-0/+163
| | | | | | | | | | | | | | Port to Red Storm Description: Initial version to configure for SNL Red Storm. To configure for it, do ./configure --host=x86_64-redstorm-linux Platforms tested: Tested in Red-storm. Many things are still failing but this will make the configure part easier. Misc. update:
* [svn-r11191] Purpose:James Laird2005-08-031-1/+5
| | | | | | | | | | | | Updating RELEASE.txt Description: Forgot to mention check-p and check-s. Platforms tested: Still only textual changes. Misc. update:
* [svn-r11190] Purpose:James Laird2005-08-031-4/+13
| | | | | | | | | | | | | Updated RELEASE.txt Description: Added/updated recent makefiles changes (test logs, make check-clean) in RELEASE.txt Platforms tested: Textual change only Misc. update:
* [svn-r11189] Purpose:Fang Guo2005-08-031-42/+88
| | | | | | | | | | | Maintenance on windows Description: Add high level dlls contents in Solution: Platforms tested: Misc. update:
* [svn-r11188] Purpose:Fang Guo2005-08-031-29/+77
| | | | | | | | | | | Maintenance on windows Description: Add hl dll contents in Solution: Platforms tested: Misc. update:
* [svn-r11187] Purpose:Fang Guo2005-08-031-28/+81
| | | | | | | | | | | Maintenance on windows Description: Add hl dlls contents Solution: Platforms tested: Misc. update:
* [svn-r11186] Purpose:Fang Guo2005-08-031-129/+238
| | | | | | | | | | | Maintenance on windows Description: Reformat Solution: Platforms tested: Misc. update:
* [svn-r11185] Purpose:James Laird2005-08-0254-293/+340
| | | | | | | | | | | | | | | Makefile feature Description: 'make check-clean' now cleans *.h5 files created by tests as well as .log and .chkexe files. Solution: check-clean is now a separate target in its own right, which cleans less than mostlyclean (check-clean < mostlyclean < clean < distclean). Platforms tested: mir, heping, modi4 (serial and parallel)
* [svn-r11184] James Laird2005-08-022-2/+2
| | | | | | | | | | | | | | Purpose: Bug fix Description: Fixed a Makefile bug that would cause make clean to fail on some platforms when C++ is enabled. Platforms tested: sleipnir, mir Misc. update:
* [svn-r11183] Purpose:James Laird2005-08-022-2/+2
| | | | | | | | | | Bug fix Description: Removed an extraneous @ from the fortran/src makefile. Platforms tested: mir (simple fix)
* [svn-r11182] Purpose:Fang Guo2005-08-021-1799/+2450
| | | | | | | | | | | Maintenance on windows Description: Add high level dll and multithread contents into the document Solution: Platforms tested: Misc. update:
* [svn-r11181] Purpose:Albert Cheng2005-08-021-1/+0
| | | | | | | removed a debug print statment. Platforms tested: heping (pp)
* [svn-r11180] Purpose:Fang Guo2005-08-011-14/+17
| | | | | | | | | | | Maintenance on windows Description: some typoes Solution: Platforms tested: Misc. update:
* [svn-r11179] Purpose:James Laird2005-08-0150-339/+577
| | | | | | | | | | | | | | | | | | | Feature: check-clean target Description: 'make check-clean' cleans up output files from tests. Solution: Tests create foo.chkexe and foo.log files. Scripts create foo.chksh and foo.logsh files. 'make check-clean' will clean these files up so that the tests can be re-run. Also suppressed some not-very-useful output of Makefiles when it would echo commands. Platforms tested: mir, sleipnir, modi4 Misc. update:
* [svn-r11178] Purpose:Fang Guo2005-08-011-92/+93
| | | | | | | | | | | Maintenance on windows Description: Reformat to have a clear look Solution: Platforms tested: Misc. update:
* [svn-r11176] Purpose:Quincey Koziol2005-07-305-47/+138
| | | | | | | | | | | | | | | Bug fix Description: Correct problems when querying information about a group that was opened by dereferencing an object reference. Solution: Read in symbol table information instead of rely on it being cached. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11175] Purpose:Fang Guo2005-07-291-20/+25
| | | | | | | | | | | Maintenance on Windows Description: Reformat a little bit to make it easy to read and find Solution: Platforms tested: Misc. update:
* [svn-r11174] Purpose:Fang Guo2005-07-291-11/+31
| | | | | | | | | | | Maintenance on Windows Description: Add hl dll contents Solution: Platforms tested: Misc. update:
* [svn-r11173] Purpose:Fang Guo2005-07-291-45/+63
| | | | | | | | | | | Maintenance on windows Description: Add high level dlls contents Solution: Platforms tested: Misc. update:
* [svn-r11172] Purpose:Fang Guo2005-07-291-105/+139
| | | | | | | | | | | Maintenance on windows Description: Add contents on high level dlls Solution: Platforms tested: Misc. update:
* [svn-r11171] Purpose:Fang Guo2005-07-281-149/+406
| | | | | | | | | | | Maintenance Description: Add high level dll contents and build multithreaded hdf5 on windows section Solution: Platforms tested: Misc. update:
* [svn-r11170] Purpose:Fang Guo2005-07-281-2/+2
| | | | | | | | | | | Maintenance Description: when enable cpp option was chosen, after hdf5check finished, it can not go back to hdf5 directory. Solution: Platforms tested: Misc. update:
* [svn-r11167] Purpose:Fang Guo2005-07-271-1/+36
| | | | | | | | | | | Improvement Description: Add installation of high level dlls Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11165] Purpose:Fang Guo2005-07-261-5/+3
| | | | | | | | | | | Source code files for hl c examples on windows changed Description: Solution: Platforms tested: Misc. update:
* [svn-r11164] Purpose:Fang Guo2005-07-263-0/+267
| | | | | | | | | | | Maintenance Description: Source code files for hl c examples Solution: Platforms tested: Misc. update:
* [svn-r11163] Purpose:Fang Guo2005-07-263-267/+0
| | | | | | | | | | | Wrong location Description: This directory should be placed into hl/hl_c_examples directory Solution: Platforms tested: Misc. update:
* [svn-r11162] Purpose:Fang Guo2005-07-261-1/+22
| | | | | | | | | | | Add high level c examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11161] Purpose:Fang Guo2005-07-261-0/+44
| | | | | | | | | | | | Improvement Description: Add Batch file to install hl c examples executable files into four directories Solution: Platforms tested: Misc. update:
* [svn-r11160] Purpose:Fang Guo2005-07-261-0/+1
| | | | | | | | | | | Maintenance Description: Add copy for high level c library examples' source code Solution: Platforms tested: Misc. update:
* [svn-r11159] Purpose:Fang Guo2005-07-263-0/+267
| | | | | | | | | | | | Improvement Description: Source code for high level c library examples. They are obtained from http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/tutor/examples/ Solution: Platforms tested: Misc. update:
* [svn-r11158] Purpose:Fang Guo2005-07-261-0/+49
| | | | | | | | | | | Improvement Description: Add batch file to test high level c library examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11157] Purpose:Fang Guo2005-07-265-0/+498
| | | | | | | | | | | Improvement Description: Add high level C library examples Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11156] Purpose:Fang Guo2005-07-263-0/+318
| | | | | | | | | | | Improvement Description: Add high level c library examples Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11155] Purpose:Fang Guo2005-07-261-5/+3
| | | | | | | | | | | Maintenance Description: Modify help information Solution: Platforms tested: Misc. update:
* [svn-r11154] Purpose:Fang Guo2005-07-251-1672/+1842
| | | | | | | | | | | Maintenance Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11153] Purpose:Fang Guo2005-07-251-3/+3
| | | | | | | | | | | Maintenance Description: Change output name of debug version to hdf5_hl_cppd.lib Solution: Platforms tested: Misc. update:
* [svn-r11152] Purpose: Removed some compiler warningsBinh-Minh Ribler2005-07-252-5/+2
| | | | | | | | | | Description: Removed defined but unused variables. Platforms tested: Linux 2.4 (heping) IRIX64 with -n32 (modi4) Linux 2.4 w/PGI (colonelk)