summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9050] Purpose:Albert Cheng2004-08-083-12/+21
| | | | | | | | | | | | | Feature Description: Added a feature such that if the test name starts with '-', do not run it by default. Platforms tested: Eirene both serial and parallel. Misc. update:
* [svn-r9049] Purpose: Clean up codeBinh-Minh Ribler2004-08-078-86/+0
| | | | | | | | | | | | | Description: Removed private functions p_close, that were left over from the removal of the reference counting mechanism. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update: release_docs/RELEASE will be updated soon.
* [svn-r9048] Purpose:Binh-Minh Ribler2004-08-071-2/+4
| | | | | | | | | | | | Add new files Description: Added H5VarLenType.cpp and H5ArrayType.cpp to LIB_SRC Added H5CppDoc.h, H5VarLenType.h, and H5ArrayType.h to PUB_HDR Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene)
* [svn-r9047] Purpose: Adding fileBinh-Minh Ribler2004-08-071-0/+1
| | | | | Description Added file c++/src/H5CppDoc.h.
* [svn-r9046] Purpose:Binh-Minh Ribler2004-08-0723-211/+150
| | | | | | | | | | | | | | | | | | | Code cleanup Description: DataType::commit had incorrect parameter, H5Object. Changed it to CommonFG, for H5File and Group. The change caused additional header files needed for several other cpp files. Moved some functions from Group into the base class CommonFG for H5File too. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update:
* [svn-r9045] Purpose: Updated documentationBinh-Minh Ribler2004-08-071-0/+69
| | | | | | | | | | | | Description: Added mainpage to the RM via the new file H5CppDoc.h. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (verbena) This new file will be added to windows project soon. Misc. update:
* [svn-r9039] Purpose:Quincey Koziol2004-08-061-5/+5
| | | | | | | | | | | | Code cleanup Description: At user's suggestion, convert some "naked" standard library calls to use the HD*() macros. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9037] Purpose:Quincey Koziol2004-08-061-1/+1
| | | | | | | | | | | | Code cleanup/bug fix Description: Check for _O_BINARY being defined instead of O_BINARY, since we actually use _O_BINARY. (Note that this only affects Windows) Platforms tested: FreeBSD 4.10 (sleipnir) Not tested w/h5committest
* [svn-r9036] Purpose:Quincey Koziol2004-08-063-3/+18
| | | | | | | | | | | | Bug fix Description: Correct compilation errors w/--enable-hdf5_v1_6 and using the C++ compiler as a C compiler Platforms tested: FreeBSD 4.10 (sleipnir) w/above flags Not tested with h5committest
* [svn-r9035] Purpose:Quincey Koziol2004-08-061-0/+83
| | | | | | | | | | | | Update dependencies Description: Update this with real values. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9034] Purpose:Quincey Koziol2004-08-061-0/+1
| | | | Update manifest with missing h5jam Dependencies file.
* [svn-r9032] Purpose:Albert Cheng2004-08-051-0/+1
| | | | Updated.
* [svn-r9031] Purpose:Albert Cheng2004-08-051-0/+33
| | | | | | | | | | | | | Improvement. Description: setup default setting for C++ API. Default to use the ecc compiler. Platforms tested: Tested in TG-ncsa which is the IA64 platform. None of the standard committest platforms would have tested this change. Misc. update:
* [svn-r9026] Purpose:Robert E. McGrath2004-08-051-0/+1
| | | | | | | | | | | | and one last test file. Description: Solution: Platforms tested: Misc. update:
* [svn-r9024] Purpose:Quincey Koziol2004-08-052-1/+4
| | | | | | | | | | | | | Bug fix Description: Correct buffer overrun in "multi" VFL driver that was writing past the end of the "driver name" buffer when encoding the driver info block for the file's superblock. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9023] *** empty log message ***John Mainzer2004-08-051-15/+108
|
* [svn-r9022] Purpose: Optimization of the cache code in H5C.John Mainzer2004-08-054-953/+1743
| | | | | | | | | | | | | | | | | | | | | | | Description: Cache was running too slowly. Solution: Added a hash table for indexing. Retained the tree, but only for dirty entries. As we need to flush dirty entries in increasing address order, this is sufficient. Updated statistics collection code for the above. Converted a number of local functions into macros to avoid the function call overhead. Added code to disable the clean and dirty LRU lists in serial mode. Updated test code to account for the above changes. Platforms tested: h5committested + serial, parallel, and fp on Eirene. Misc. update:
* [svn-r9021] Purpose:Robert E. McGrath2004-08-055-0/+3
| | | | | | | | | | | | test files omitted from earlier checkin Description: Solution: Platforms tested: Misc. update:
* [svn-r9020] Purpose:Robert E. McGrath2004-08-051-0/+17
| | | | | | | | | | | | | Updating for jam utility Description: See previous checkin Solution: Platforms tested: Misc. update:
* [svn-r9019] Purpose:Robert E. McGrath2004-08-0511-2/+2469
| | | | | | | | | | | | | | | | Adding new 'jam' utility Description: New utility, plus changes to makefiles Solution: See http://hdf.ncsa.uiuc.edu/RFC/Jam Platforms tested: verbena (fortran,C++), arabica, hirdls (SGI Irix64) Misc. update: Manifest will be done in next checkin.
* [svn-r9018] Purpose:Albert Cheng2004-08-051-4/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix (Failures when dataset size >= 1 GB, reported by Bill Loewe.) Description: In the IBM AIX system using 32bit mode, if a dataset size was 1GB or larger, when the "end" of the dataset was selected, MPI would complain it could not keep the Upper bound of a datatype within the range of MPI_Aint. This was because the old algorithm would derive the selection with extent of each row first. After all dimensions were processed, it then calculate the start position and just displace the whole MPI derived type. So, the final MPI type was actually the start position plus the whole dataset. Since the start can be as big as the whole dataset, this made the final derived twice as big as 1GB. That would hit the 2GB MPI_Aint range limit in the 32 bit mode. Solution: Use a different algorithm to include the start position in the defining of MPI type for each dimension. When all dimensions are processed, the MPI type represents the selection exactly. Platforms tested: h5committested Misc. update:
* [svn-r9016] Purpose:Quincey Koziol2004-08-051-9/+10
| | | | | | | | | | | Code cleanup Description: Clean up ifdef's and close leaked ID. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9014] Elena Pourmal2004-08-042-8/+13
| | | | | | | | | | | | | | | | Purpose: Small bug fix Description: When SZIP filter is present but encoding is not enabled test_misc21 and h5repack tests failed. Solution: Those tests should not run in this situation at all. Used conditonal compilation to disable the tests. Platforms tested: sol (today I will enable the daily tests with the szip library that doesn't have encoder for few other platforms) Misc. update:
* [svn-r9012] Purpose:Xuan Bai2004-08-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | New feature. Description: Before this update, windows tool testing batch file outputs 2 files. One shows whether each test passed or failed. Another file includes the information from FC command about the difference between the expected output and actual output. Now the two output files are merged into one. When a test passes, the output file will just show that the test passes. When a test fails, the output file will show that the test fails and the difference between the expected output and actual output from FC command will be included right below the failed test. Solution: Updated dumptest, difftest, lstest, importtest, and repacktest batch files so that when a test fails, the output from FC command will be redirected to the file that shows whether a test passes or fails. Platforms tested: Windows 2000 and XP. Misc. update:
* [svn-r9010] Purpose:Robert E. McGrath2004-08-041-1/+159
| | | | | | | | | | | | | Tests for SzIP n-bit precision (and other dt's) Description: See earlier checkins Solution: Platforms tested: Misc. update:
* [svn-r9009] Purpose:Robert E. McGrath2004-08-041-2/+26
| | | | | | | | | | | | | Update Szip to accept 'n-bit' data Description: See earlier checkins. Solution: Platforms tested: Misc. update:
* [svn-r9006] Frank Baker2004-08-031-4/+4
| | | | | | | | | Purpose: In "Intro to HDF5" Example #5, corrected the anticipated output listed in a code comment. Fixes Bugzilla entry #112. Platforms tested: Mozilla
* [svn-r9003] Purpose:Xuan Bai2004-08-031-0/+0
| | | | | | | | | | | | | | | | | Update. Description: Since hdf5 fortran dll does not work at current time, it is not necessary to install hdf5 fortran dlls. Solution: Comment out those scripts used to install hdf5 fortran dlls in installhdf5lib.bat. Platforms tested: Windows 2000 and XP. Misc. update:
* [svn-r9001] Purpose:Xuan Bai2004-08-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update. Description: Before this update, hdf5_fortran release and debug libraries share the same name hdf5_fortran.lib; hdf5_f90cstub release and debug libraries share the same name hdf5_f90stub.lib; libtest_fortran release and debug libraries share the same name libtest_fortran.lib. Rename the debug libraries for the above three projects to distinguish the release and debug libraries. hdf5 library installation batch file installhdf5lib.bat does not install hdf5 fortran libraries and dlls. Solution: 1. Rename the hdf5_fortran debug library as hdf5_fortrand.lib. 2. Rename the hdf5_f90cstub debug library as hdf5_f90cstubd.lib. 3. Rename the libtest_fortran debug library as libtest_fortrand.lib. 4. Update installhdf5lib.bat so that hdf5 fortran libraries and dlls will also be installed. Platforms tested: Visual C++ 6.0 on Windows XP and 2000. (will test on .NET on XP after this check-in.) Misc. update:
* [svn-r8999] Purpose:Xuan Bai2004-08-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | New feature. Description: Add two new windows projects and one testing batch file. Update two testing batch files. Solution: 1. Add a new project h5diffdll, which will generate h5diff dll tool. 2. Add a new windows project h5repackdll, which will generate h5repack dll tool. 3. Add a new hdf5 tool testing batch file -- testhdf5tools.bat, which calls h5dump, h5diff, h5ls, h5import, and h5repack tools. Now all the available hdf5 tools can be tested with one batch file. 4. Updated difftest.bat and repacktest.bat testing batch files. Platforms tested: Visual C++ 6.0 on Windows XP and 2000. (will test with .NET on XP after this check-in.) Misc. update:
* [svn-r8997] Purpose:Quincey Koziol2004-08-032-2/+3
| | | | | | | | | | | Code cleanup Description: Clean up some temporary files. Platforms tested: FreeBSD 4.10 (sleipnir) w/C++ Not tested by h5committest
* [svn-r8994] Frank Baker2004-08-021-82/+1
| | | | | | | | | | | Purpose: Removed second versions of h5dread_f and h5dwrite_f, as that version of the FORTRAN subroutine is no longer required and has been removed from the API. This closes Bugzilla entry #92, which complained of a parameter description error in the second version. Platforms tested: Mozilla
* [svn-r8991] Frank Baker2004-08-021-2/+2
| | | | | | | Purpose: Correct typo in code example. Platforms tested: Mozilla
* [svn-r8987] Purpose:Quincey Koziol2004-08-0211-61/+44
| | | | | | | | | | | | Code cleanup Description: Fix another batch of minor differences between the development and release branches. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r8983] Purpose:Quincey Koziol2004-08-0212-6976/+7449
| | | | | | | | | | | | Update dependencies Description: Update dependencies after config/depend1.in bugfix Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8982] Purpose:Quincey Koziol2004-08-021-1/+1
| | | | | | | | | | | | | Bug fix Description: Correct typo which was causing incorrect srcdir paths in generated dependencies. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8981] Purpose:Quincey Koziol2004-08-0224-3692/+3828
| | | | | | | | | | | | | Code cleanup Description: Various minor tweaks to clean code up and bring it into closer syncronization with the release branch. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel h5committested IRIX64 6.5 (modi4)
* [svn-r8979] Snapshot version 1.7 release 32HDF Admin2004-08-016-27/+80
|
* [svn-r8971] James Laird2004-07-301-0/+4
| | | | | Purpose: Updated RELEASE.txt for previous bug fixes
* [svn-r8969] Purpose:Quincey Koziol2004-07-304-58/+45
| | | | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: Address two problems: - The computation of the scanline in the szip filter was being performed in the "can apply" callback routine instead of the "set local" routine. - The routine which allocated all the chunks for an entire dataset (which is invoked when the allocation time is early or late, rather than incremental) wasn't recording a failed filter in the information for the chunk, causing the library to believe that the chunk had the filter applied when it really hadn't. Solution: - Move the scanline computation to the "set local" callback. - Record the filter mask with each chunk created when allocating them. Platforms tested: FreeBSD 4.10 (sleipnir) w/szip Too obscure to require h5committest
* [svn-r8966] Purpose: MaintenanceElena Pourmal2004-07-292-16/+57
| | | | | | | | | | | Description: Added support for Absoft Fortran compiler Solution: Modified configuration file to check which Fortran compiler is used and set appropriate flags. Platforms tested: verbena with pgf90 and Absoft f95 compilers Misc. update:
* [svn-r8964] Purpose:Quincey Koziol2004-07-284-6/+60
| | | | | | | | | | | | Revise new feature Description: Add buffer type and version # bytes to the encoded datatype and dataspace buffers (for H5Tencode & H5Sencode) Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r8962] Purpose:Quincey Koziol2004-07-283-3/+58
| | | | | | | | | | | | | | | Bug fix Description: Allow I/O on extendible chunked datasets with (currently) zero-sized dimensions to proceed harmlessly instead of dumping core on an assertion. Solution: Removed assertion and added checks to avoid problem situation in H5TB_end Platforms tested: FreeBSD 4.10 (sleipnir) w/ & w/o parallel Too minor to require h5committest
* [svn-r8960] Purpose:Quincey Koziol2004-07-281-0/+1
| | | | | | | | | | | Bug fix Description: Clean up new testfile from earlier checkin. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r8958] Purpose:Quincey Koziol2004-07-273-2/+85
| | | | | | | | | | | | | Bug fix Description: Always write fill values to chunks when initializing entire B-tree and any filters are defined. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require h5committest
* [svn-r8957] Purpose:Xuan Bai2004-07-271-0/+0
| | | | | | | | | | | | | | | | | | Update. Description: Update new source code into windows project and rename hdf5_cpp debug version library. Solution: 1. Add hdf5\src\H5Dmpioc. into hdf5 and hdf5dll projects. 2. Rename hdf5_cpp debug version library from hdf5_cpp.lib to hdf5_cppd.lib to differentiate it from hdf5_cpp release version library hdf5_cpp.lib. Platforms tested: Microsoft Visual C++ 6.0 on Windows 2000/XP. (will test with .NET on Windows XP after this check-in.) Misc. update:
* [svn-r8956] Elena Pourmal2004-07-273-18/+39
| | | | | | | | | | | | | Purpose: Maintenance for MAC OSX Description: Added support for Absoft Fortran compiler f95; Ddefault compiler is set to IBM xlf. Solution: Platforms tested: pommier with xlf and Absoft f95 compilers Misc. update:
* [svn-r8953] James Laird2004-07-277-3/+168
| | | | | | | | | | | | | | | | Purpose: Bug fix Description: When a simple dataspace is created, its extent should be set before using it, or it will silently function as a NULL dataspace. Solution: Added checks on user-supplied dataspaces. Now dataspaces without extents set will throw errors; users must explicitly set a dataspace to be NULL. Platforms tested: sleipnir, windows
* [svn-r8946] Purpose:Quincey Koziol2004-07-268-33/+68
| | | | | | | | | | | | | | | | | | Code cleanup, sorta Description: Added ifdef sections for "H5_USING_PURIFY" in various places in the code, which are designed to reduce the spurious "uninitialized memory read" warnings from purify which are actually OK. Note that this macro will have to be turned on by adding it to the CFLAGS for the build - I didn't think it was important enough to add a configure flag for. Also, the changes in H5HG.c optimize the walks through the objects in a heap to only look at the 'used' entries instead of all the 'allocated' entries. Platforms tested: Solaris 2.7 (arabica) w/purify Not tested by h5committest
* [svn-r8944] Purpose:Quincey Koziol2004-07-261-2/+4
| | | | | | | | | | | | Code optimization Description: Eliminate duplicated call to H5T_detect_class() Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest