summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7681] Purpose:Quincey Koziol2003-10-211-209/+164
| | | | | | | | | | | | | | | Bug fix Description: Remove the [duplicated] native C9x datatype initializatin code from H5T.c and let the automatically generated code in H5Tinit.c handle initializing them, if they are allowed by the compiler. Platforms tested: FreeBSD 4.9 (sleipnir) Linux 2.4 (verbena, eirene) probably should be h5committested, but it's late and I'm fairly certain this will fix the problem... :-/
* [svn-r7678] Purpose:Pedro Vicente Nunes2003-10-202-10/+26
| | | | | | | | | | | | | | | | | | version 8 of Code Warrior has a bug on the open file function that causes one of our tests to fail documented this in the install instructions removed a CW specific header file include , that was left from version 6 from the file testhdf5.c Platforms tested: Code warrior linux Misc. update:
* [svn-r7676] Purpose:Quincey Koziol2003-10-201-2/+2
| | | | | | | | | | | | | | | Bug fix Description: Avoid "OPAQUE" symbol in template macro invocation, since it's already defined as a macro on Windows. Solution: OPAQUE -> OPAQ Platforms tested: FreeBSD 4.9 (sleipnir) Windows ? (Pedro's machine :-)
* [svn-r7672] Purpose:Quincey Koziol2003-10-203-1654/+688
| | | | | | | | | | | | | | Code cleanup/refactoring/potential bug fix Description: Migrate "template macro" changes from development branch back into this branch, since they give about a 20% speedup for integer & floating-point type conversions. The also avoid a potential alignment bug on the Crays... Platforms tested: FreeBSD 4.9 (sleipnir) h5committest not necessary, since the changes are already verified in the development branch.
* [svn-r7671] Purpose:Quincey Koziol2003-10-201-0/+6
| | | | | | | | | | | | Document recent changes Description: Solution: Platforms tested: Misc. update:
* [svn-r7670] Purpose:Quincey Koziol2003-10-201-12/+8
| | | | | | | | | | | | | | | | | | Bug fix Description: In certain [very rare] circumstances, the object header for a named datatype can preempt the object header for the dataset using the named datatype, causing the library to die an ugly death. Solution: "Protect" the object header for the dataset (taking it out of the cache) before getting the information about it's named datatype, avoiding the cache deadlock. Platforms tested: FreeBSD 4.9 (sleipnir) Windows ? (at Boeing site)
* [svn-r7661] Purpose: Maintenance after 1.6.1 releaseElena Pourmal2003-10-1710-157/+482
| | | | | | | | | | | Description: Changes version to 1.6.1-post0 and updated RELEASE.txt and HISTORY.txt filese fro the new version. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7659] Purpose: MaintenanceElena Pourmal2003-10-1710-63/+130
| | | | | | | | | | | | Description: I run bin/release to create an hdf5-1.6.1 release tar ball. Now I am checking in modified files before tagging the release. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7658] Frank Baker2003-10-163-38/+16
| | | | | | | | Purpose: Rebalance function index at top of page. Platforms tested: Safari, IE 5
* [svn-r7657] Frank Baker2003-10-161-0/+19
| | | | | | Purpose: Added "Documentation" section. Listed fixed doc bugs.
* [svn-r7656] Purpose:Albert Cheng2003-10-161-1/+1
| | | | Updated TFLOPS info.
* [svn-r7655] Frank Baker2003-10-1614-172/+105
| | | | | | | | | | | | | | | | | | | | | Purpose: Description: index.html: Added link to PDF version of RM, to be posted approximately one week post-release RM_H5Front.html: Added note describing Fortran API integration into main RM Added link to PDF version of RM, to be posted approximately one week post-release RM_H5?.html and RM_H5.html (except RM_H5P.html): Removed notes that Fortran APIs are described in a separate window RM_H5P.html: Added note that Fortran API integration is complete throughout RM except in H5P Solution: Platforms tested: Misc. update:
* [svn-r7654] Frank Baker2003-10-163-369/+1558
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7653] Frank Baker2003-10-161-3/+135
| | | | | | | | | | | | | | | | | | | Purpose: Added section for R1.6.1 Listed new functions: H5Fget_freelist h5pset_fapl_mpiposix_f * h5pget_fapl_mpiposix_f * (* With note that these functions were new in 1.6.0 but undocumented.) Listed functions with changed sytax: H5Gget_obj_info -- changed struct h5fset_cache_f -- parameter change And a copy edit in the 1.6.0 section where that release was referred to as 'Release 1.5'. Platforms tested: Safari, IE 5
* [svn-r7652] Frank Baker2003-10-161-13/+25
| | | | | | | | | Purpose: Tools index: Updated link to Java/HDF Tools page. h5dump: Updated XML-related options and links. Platforms tested: Safari, IE 5
* [svn-r7651] Frank Baker2003-10-161-6/+22
| | | | | | | | | | Purpose: Expand H5open/h5open_f and H5close/h5close_f descriptions to indicate that these two calls are mandatory in Fortran90 applications (though optional in C). Platforms tested: Safari, IE 5
* [svn-r7650] Purpose:MuQun Yang2003-10-161-93/+64
| | | | | | | | | | | | | | update windows install doc. Description: Correct some typos, Add more description for installing the libraries and the example. Solution: Platforms tested: Misc. update:
* [svn-r7649] Elena Pourmal2003-10-161-4/+8
| | | | | | | | | | | | | | | | Purpose: Maintenance Description: Added instructions for how to configure the Libraries not to use external filters gzip and szip (gave a reference to the proper section of the INSTALL_WINDOWS.txt file). Fixed few typos; added pointer to the HDF FTP directory where precompiled zlib and szlib can be found. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7648] Elena Pourmal2003-10-161-23/+17
| | | | | | | | | | | | | | Purpose: Maintenance for the 1.6.1 release Description: Updated "platforms tested" section using the reports sent out for the hdf5-1.6.1-pre1 testing; added h5pget_driver_f subroutine to the "Known problems" section. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7646] Description:Albert Cheng2003-10-151-23/+34
| | | | | | | Updated. Platforms tested: no need.
* [svn-r7645] Frank Baker2003-10-151-10/+35
| | | | | | | | | | Purpose: Add two missing Fortran calls: h5pget_fapl_mpiposix_f h5pset_fapl_mpiposix_f Platforms tested: Safari
* [svn-r7637] Frank Baker2003-10-151-3/+3
| | | | | | | | | Purpose: Update docs index subtitle and tagline to read 'Release 1.6.1, October 2003'. Platforms tested: IE 5, Safari
* [svn-r7636] Frank Baker2003-10-1541-66/+90
| | | | | | | | | Purpose: Update release tagline to read: Describes HDF5 Release 1.6.1, October 2003 Platforms tested: Safari, IE 5
* [svn-r7635] Frank Baker2003-10-151-3/+3
| | | | | | | | Purpose: Minor copy edit in H5Pset_sizes. Platforms tested: Safari
* [svn-r7633] Purpose: MaintenanceElena Pourmal2003-10-159-34/+34
| | | | | | | | | | Description: Bumped the version number to 1.6.1-pre2 after creating a tar ball for the third round of testing Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene Misc. update:
* [svn-r7632] Purpose:Albert Cheng2003-10-146-24/+24
| | | | | | | Changed version to 1.6.1-pre1 to prepare for release. Platforms tested: "h5committested"
* [svn-r7631] Purpose:Albert Cheng2003-10-143-11/+11
| | | | | | | | | Changed version to 1.6.1-pre1 to prepare for release. Platforms tested: "h5committested" Misc. update:
* [svn-r7628] Purpose:MuQun Yang2003-10-141-0/+3
| | | | | | | | | | | | | | | document a known windows bug for dumper. Description: Two tests: h5dump --xml thlink.h5 and h5dump --xml tmany.h5 failed on windows xp on .Net for debug and debug dll. Solution: Not worth to spend more time on this, just document this. Platforms tested: Misc. update:
* [svn-r7627] Purpose:Bill Wendling2003-10-142-490/+498
| | | | | | | | | | | | | | | | | | Bug Fix Description: The Dependencies files for fortran/ weren't being generated properly. The "top_srcdir" variable was pointing to the src/fortran directory instead of the src/ directory. This is correct as far as configure's concerned, but our code needs the src/ directory to work. Solution: Remove the /fortran/.. from the end of top_srcdir if it exists there. Platforms tested: Arabica (just needed to check that Fortran compiles okay). Misc. update:
* [svn-r7625] Purpose: MaintenanceElena Pourmal2003-10-149-34/+34
| | | | | | | | | | | Description: Bumped up the version number after creating a tar ball for the second round of testing Solution: N/A Platforms tested: done with bin/h5vers on eirene Misc. update:
* [svn-r7624] Purpose:Quincey Koziol2003-10-1412-797/+661
| | | | | | | Updated dependencies and tracing information Platforms tested: Not necessary.
* [svn-r7620] Frank Baker2003-10-137-341/+967
| | | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. (Cleanup pass for H5A and H5D, initially checked in last week.) Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7619] Purpose:Bill Wendling2003-10-132-4/+29
| | | | | | | | | | | | Add check Description: Added check that the tr program actually works. Platforms tested: Sol (small fix) Misc. update:
* [svn-r7617] Purpose:Quincey Koziol2003-10-131-1/+1
| | | | | | | | | | Bug fix Description: "group" test was not updating total number of errors correctly. Platforms tested: None, just eyeballed it - too minor of a fix to require testing
* [svn-r7609] Purpose:Bill Wendling2003-10-132-4/+4
| | | | | | | | | | | | Update Description: Changed default to "production" mode instead of "development" mode. Platforms tested: Linux. Simple fix. Misc. update:
* [svn-r7608] Purpose:Quincey Koziol2003-10-131-0/+1
| | | | | | | | | | Bug fix Description: Add MPE "color" for new H5Fget_freespace() API function. Platforms tested: None - just eyeballed - too minor to require testing.
* [svn-r7606] Elena Pourmal2003-10-136-32/+32
| | | | | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Type of the third argument to the h5pset(get)_cache_f subroutines was incorrect (INTEGER instead of INTEGER(SIZE_T)). I was confused while doing my previous change since fortran docs were wrong, and the type of the same argument in 1_4 branch is INTEGER. I forgot to check carefully #if def for 1_4 branch in the C code, and encountered only int type for the corresponding C functions. Since Fortran doesn't support backward compatibility, type of the argument should be always in sync with the latest branch. Solution: ALWAYS, ALWAYS pay attention to compiler's warning. Fixed type to be INTEGER(SIZE_T). Platforms tested: kelgia, copper 64-bit mode, solaris 2.7 64-bit mode. Misc. update:
* [svn-r7604] Purpose:Binh-Minh Ribler2003-10-111-0/+33
| | | | | | | | | | | Update release note Description: Updated release notes, including some items that were missing from previous releases. Platforms: Not applicable
* [svn-r7602] Elena Pourmal2003-10-103-1/+21
| | | | | | | | | | | | | | Purpose: Bug fix Description: Parameter rdcc_nelmts of the h5pget_cache_f subroutine had wrong INTEGER(SIZE_T) instead of INTEGER type. Solution: Fixed the type Platforms tested: arabica in 64-bit mode (where INTEGER(SIZE_T) is not the same as INTEGER) Misc. update:
* [svn-r7600] Purpose:MuQun Yang2003-10-101-0/+4
| | | | | | | | | | | | | | | | | | | bug fix Description: On windows debug/debugdll; somehow: a crash happened by free() function although that string is "allocated". Make some efforts to fix without success. Suspect a compiler bug. Solution: Use #ifdef WIN32 #endif comment out that free function for the time being. Hopefully h5dump debug version is not used. Platforms tested: windows 2000, linux 2.4(no need for more platforms because of win-specified). Misc. update:
* [svn-r7598] Frank Baker2003-10-101-65/+360
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7597] Purpose:MuQun Yang2003-10-101-0/+0
| | | | | | | | | | | | | | | | | Project updating Description: h5_get_file_size is defined at h5test.c; testhdf5 needs to depend on libtest.lib(h5test.c); previous it is ignored. Solution: add in. Platforms tested: windows 2000, xp Misc. update:
* [svn-r7596] Frank Baker2003-10-101-29/+94
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interface" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7594] Purpose:Quincey Koziol2003-10-101-9/+11
| | | | | | | | | | | | | | | | | | | | | Bug fix Description: The 'char *' type is one of the "strongly" aligned types on Crays, but a 'void *' is "weakly" aligned. So, assigning a 'void *' (pointing to a location to place a 'char *') to a 'char **' can change the pointer value during the assignment. Solution: Don't alias the 'void *' where the variable-length information ('char *' or 'hvl_t') will go. Use a temporary variable on the stack to build up the information about the VL string or sequence and then memcpy() the temporary variable directly to the location pointed to with the 'void *' Platforms tested: FreeBSD 4.9 (sleipnir) Cray SV1 (wind) specific to Cray problems, h5committest not necessary.
* [svn-r7593] Purpose:Quincey Koziol2003-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | Bug fix Description: The 'char *' type is one of the "strongly" aligned types on Crays, but a 'void *' is "weakly" aligned. So, assigning a 'void *' (pointing to a location to place a 'char *') to a 'char **' can change the pointer value during the assignment. Solution: Don't alias the 'void *' where the variable-length information ('char *' or 'hvl_t') will go. Use a temporary variable on the stack to build up the information about the VL string or sequence and then memcpy() the temporary variable directly to the location pointed to with the 'void *' Platforms tested: FreeBSD 4.9 (sleipnir) Cray SV1 (wind) specific to Cray problems, h5committest not necessary.
* [svn-r7592] Purpose:Quincey Koziol2003-10-101-3/+1
| | | | | | | | | | | | Bug fix Description: Correct the size of the buffer needed for the destination value to use the actual destination type size. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7590] Purpose: UpdateRaymond Lu2003-10-091-1/+1
| | | | Description: Update compiler's version for IRIX 6.5
* [svn-r7588] Frank Baker2003-10-091-44/+174
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7586] Purpose:Quincey Koziol2003-10-091-2/+2
| | | | Updated information about FreeBSD versions
* [svn-r7583] Purpose:Quincey Koziol2003-10-091-15/+13
| | | | | | | | | | | | Code cleanup Description: Added line #'s to a bunch of the error printf's, so it's easier to locate where an error occurs. Platforms tested: FreeBSD 4.9 (sleipnir) Cray SV1 (wind)