summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14824] Purpose: Updating HDF5 1.8 to use automake 1.10.1 and ↵Mike McGreevy2008-04-1046-15453/+17668
| | | | | | | | | | | | | | | | | | libtool 2.2 Description: Updated bin/reconfigure script to reflect the new versions of libtool and automake in the /home1/packages/ directory. Rearranged configure.in script. For some reason, when using libtool 2.2, the libtool script doesn't generate until later in the configuration process, so I had to move a test that parsed through the libtool script to a point after where it was actually being generated. Ran libtoolize on the project, and ran bin/reconfigure to regenerate configure and Makefile.in's throughout. Tested: kagiso, smirom, linew, tg-login
* [svn-r14823] Fixed a bug in CHECK_ABSOLUTE() for windows.Vailin Choi2008-04-091-2/+2
| | | | | Fixed declaration for H5_build_extpath() to remove the warning messages. Tested on kagiso, linew, smirom.
* [svn-r14820] Purpose: Disable ohdr_gentst project by default on Windows.Scott Wegner2008-04-083-10/+0
| | | | | | | | | | Description: The ohdr_gentst project exists to dynamically generate the test files for ohdr test, which also exist in the repository. The test is only run on other platforms when the configure flag --enable-build-all is specified. Moreover, the source code ohdr_gentst.c is marked as _DO_NO_DISTRIBUTE_ in the MANIFEST. As a result, there was a problem in the release tarball that the Windows projects would fail when trying to build this project. To correct this, we no longer build this by default. We will also need to release a FAQ/patch for the HDF5 1.8.0 release. Tested: VS2005 on WinXP
* [svn-r14810] Add fix for H5Lcreate_external() to the list of bug fixes.Vailin Choi2008-04-081-0/+4
|
* [svn-r14803] mention to bug fixedPedro Vicente Nunes2008-04-071-0/+3
|
* [svn-r14802] bug fix: #1106 h5dump -b will dump ASCII values for ↵Pedro Vicente Nunes2008-04-074-32/+9
| | | | | | datasets after the first one. One variable that controls the binary output was incorrectly reset to zero after a binary output was done a first time. The effect was that on cases of several datasets, the ones after the first were not binary written. Eliminated the resetting of that variable and tested a file with several datasets. Modified the test file so that it is easier to test with the tool binread, that reads the binary output of h5dump. tested: windows, linux
* [svn-r14801] Snapshot version 1.8 release 0 (snap1)HDF Tester2008-04-075-16/+39
|
* [svn-r14795] Use putenv() instead of setenv() in src/links.cVailin Choi2008-04-042-11/+11
| | | | (sol does not support setenv())
* [svn-r14791] Add handling for external link:Vailin Choi2008-04-0211-43/+1270
| | | | | | | 1. src/H5F.c, src/H5system.c: formulate path for mainfile 2. src/H5Lexternal.c: add search for target file 3. configure.in: add H5_HAVE_WINDOW_PATH 4. test/links.c: add tests for external link
* [svn-r14769] Purpose: Remove spurious szip link directory in h5repack debug ↵Scott Wegner2008-03-242-2/+2
| | | | | | | | | | project Description: As pointed out by a user, we added an un-needed link directory for szip which is machine-dependent and, in his case, problematic. We can safely remove this reference because we already include the szip link directory elsewhere. Tested: None, simply removed
* [svn-r14763] Snapshot version 1.8 release 0 (snap0)HDF Tester2008-03-215-16/+16
|
* [svn-r14737] Description:Quincey Koziol2008-03-138-12/+156
| | | | | | | | | | Fix bug which would incorrectly encode the member offsets for compound datatypes whose size was between 256 & 511 bytes, when the "use the latest format" feature was enabled. Tested on: Mac OS X/32 10.5.2 (amazon) w/debug FreeBSD/32 6.2 (duty) w/production
* [svn-r14722] Description:Quincey Koziol2008-03-113-0/+9
| | | | | | | | | Minor bug fix to H5Aget_num_attrs() to return error when an invalid location ID is passed in. Tested on: Mac OS X/32 (amazon) Too minor to require h5committest
* [svn-r14710] Fixed the assert() failures (development mode) from Wed. daily ↵Vailin Choi2008-03-063-5/+6
| | | | | | | | | | | | | | | tests: Added 2 more parameters to H5HF_man_iblock_size() (parent iblock and parent entry) for passing onto H5HF_iblock_man_iblock_protect(). This bug was there before but was revealed now by exercising the recursive part of the code from the new "h5stat_newgrat.h5". Tested on kagiso, smirom and linew with --disable-production. -This line, and those below, will be ignored-- M src/H5HFiblock.c M src/H5HFpkg.h M src/H5HFstat.c
* [svn-r14703] 1. H5HFiblock.c: fixed problem for uninitialized "u" for bug ↵Vailin Choi2008-03-045-14/+18
| | | | | | | | | | | | | | #1072 in H5HF_man_iblock_size(). 2. H5HFstat.c: Since H5HF_space_size() zeroed out fs_size, add "meta_size" to store free-space size before adding to "heap_size". 3. h5stat_gentest.c: increase # of groups to get "h5stat_newgrat.h5" that contains indirect block entries in fractal heap. This is for testing the recursive part of the code in H5HF_man_iblock_size(). 4. h5stat_newgrat.h5: the new .h5 file generated by h5stat_gentest.c. 5. h5stat_newgrat.ddl: expected output from new "h5stat_newgrat.h5". Tested on kagiso, smirom, linew.
* [svn-r14696] Purpose: Backport typo fix from trunkScott Wegner2008-03-031-2/+2
| | | | | | | | Description: A small typo in the recent update to installhdf5lib.bat caused the C++ header files not to be installed for the debug version of the libraries. This corrects the issue. Tested: VS2005 on WinXP
* [svn-r14692] Description:Quincey Koziol2008-02-281-0/+24
| | | | Update release notes with recent variable-length string fix for h5diff
* [svn-r14691] Description:Quincey Koziol2008-02-2810-91/+460
| | | | | | | Handle comparing datasets & attributes w/variable-length strings properly. Tested on: Linux/64 2.6.9 (chicago)
* [svn-r14679] Removed item c++/examples/testexamples.sh.Albert Cheng2008-02-261-1/+0
|
* [svn-r14675] Purpose:Albert Cheng2008-02-251-68/+0
| | | | | | Cleanup. testexamples.sh is not used since v1.4.1. Removed it.
* [svn-r14674] Purpose: Backport Windows updates from trunkScott Wegner2008-02-251-1/+1
| | | | | | | | Description: Allow building Fortran libraries from the Windows commandline Tested: VS2005 on WinXP
* [svn-r14669] Purpose: Remove old project files and folders to bring MANIFEST ↵Scott Wegner2008-02-2520-6331/+0
| | | | | | | up-to-date Description: Somehow these folders didn't get deleted in a previous checkin. This should bring things up-to-date
* [svn-r14668] Purpose: Backport of added Windows HL examples from trunkScott Wegner2008-02-2586-140/+22221
| | | | | Description: The Windows suite of examples for HL C was a very small subset of the examples that exist for other platforms. Now we have all of the HL C examples-- integrated into the VS projects files, and batch test scripts.
* [svn-r14604] Purpose: Backport of Windows project updates from trunkScott Wegner2008-02-183-664/+671
| | | | | | | | | | | | | Description: Add hdf5 library as a dependency to hdf5_hl library in Windows project files For some reason, the hdf5_hl library didn't have hdf5 listed as a dependency. This isn't normally a problem, because building "all" will build hdf5 library. However, when a user tries to build only hdf5_hl, hdf5 library wouldn't be built. Although not technically required for compiling the library code, the hdf5 library is needed for linking any applications, so it's a natural dependency. Tested: VS2005 on WinXP VNET on WinXP
* [svn-r14602] Purpose: Update Cygwin documentation with patchScott Wegner2008-02-181-40/+15
| | | | | Description: Basically, remove the "hack" that we documented because we have a better fix now. With the latest changes, configure will avoid the cygwin bug, and no neccessary steps need to be taken by the user.
* [svn-r14600] Purpose: Backport of Windows typo fix from the trunkScott Wegner2008-02-181-1/+1
| | | | | | | | | Description: Purpose: Fix very minor typo in Windows h5import test script Single-letter typo in the Windows test script was causing us to return the wrong error code in some cases. Tested: VS2005 on WinXP
* [svn-r14597] Purpose: Backport Windows cleanup checkins from trunkScott Wegner2008-02-183-189/+380
| | | | | | | | | | Description: Make the Windows copy_hdf.bat a little cleaner/safer, and produce useful output in installhdf5lib.bat Previously, all of our build output would simply go to stdout/stderr for command-line builds. We can pipe this into a log file as a whole, but the complete logfile becomes very large very quickly. Instead, we give the user an option to place build results and test results into separate logs (or even the same). This will help keeping track of results in our automated testing. Tested: VS2005 on WinXP
* [svn-r14595] Purpose: Patch the latest Cygwin's incompatibility with ↵Scott Wegner2008-02-182-11/+28
| | | | | | | | | | | | | timzezone variable Description: We discovered that there was a problem with the latest cygwin DLL, in that it doesn't recognize the global variable 'timezone'. This is a problem on cygwin's side, not ours. Instead, we avoid the problem in configure with a case statement. We didn't get this out in time for the release, but we can offer a patch instead. Tested: Cygwin on WinXP All changes are in a cygwin 'case' clause, so shouldn't affect other platforms
* [svn-r14591] Add version string for 1.8 branch daily tests.HDF Tester2008-02-151-1/+3
|
* [svn-r14586] Added more tests. Test both H5Sselect_elements and ↵Raymond Lu2008-02-151-41/+249
| | | | | | | | H5Sselect_hyperslab, for both chunked and contiguous datasets. Tested on smirom, kagiso, and linew.
* [svn-r14585] Maintenance after 1.8.0 release: Created HISTORY-1_8.txt file ↵Elena Pourmal2008-02-147-107/+48
| | | | | | | | and prepared RELEASE.txt for future entries. Changed version number to 1.8.0-snap0 Added HISTORY-1_8.txt to MANIFEST
* [svn-r14566] Maintenance: Checking in files modified by the bin/release scripthdf5-1_8_0Elena Pourmal2008-02-132-2/+2
|
* [svn-r14565] Maintenance: Renamed history file before creating a final HDF5 ↵Elena Pourmal2008-02-133-2/+2
| | | | 1.8.0 release tar ball.
* [svn-r14563] Maintenance: Checking in files updated by bin/release script ↵Elena Pourmal2008-02-122-2/+2
| | | | | | before tagging the release
* [svn-r14562] Maintenance: Added compilers information for the VMS systemElena Pourmal2008-02-122-2/+4
| | | | Updated release date in the INSTALL_VMS.txt file
* [svn-r14556] Purpose:Albert Cheng2008-02-121-79/+85
| | | | | | | | | | | | | | Update. What is done: Moved the following three paragraphs to the Appendix part since they have old information that are not relevant most recent machines or compilers. "Large (>2GB) versus small (<2GB) file capability", "Building and testing with Intel compilers" "Building and testing with PGI compilers" Tested: eyeballed.
* [svn-r14555] Description:Frank Baker2008-02-121-4/+15
| | | | Added note regarding removal of the stream VFD.
* [svn-r14554] Description:Frank Baker2008-02-121-485/+510
| | | | | | Quick editorial review. Convert tabs to spaces for consistent display and printing. Verify and fix links and references.
* [svn-r14552] Purpose:Albert Cheng2008-02-121-50/+44
| | | | | | | | | Updated section 4 for v1.8 release. (May still check the v1.6 INSTALL to see if something can be adopted from there. But this is good for v1.8 release.) Tested: Just eyeballed.
* [svn-r14550] Description:Frank Baker2008-02-112-168/+202
| | | | | Editorial review. Verify and fix links and references.
* [svn-r14548] Purpose:Albert Cheng2008-02-111-155/+189
| | | | | | | | | | | | | | | Updated for v1.8 release. (Not completed yet.) Changes: Moved the section 2. "Warnings about compilers" to Appendix A; renumbered section 3-7 to section 2-6 and fixed all section references. Updated Website names from ncsa.uiuc.edu to hdfgroup.org or hdfgroup.uiuc.edu. Updated section 1-3 and some of section 4. Tested: Eyeball.
* [svn-r14540] Purpose: updateAlbert Cheng2008-02-091-11/+24
| | | | | | | Updated the parallel test suite section with more parallel tests description to prepare for v1.8.0 release. Test: eyeballed.
* [svn-r14528] Maintenance: Made a first attempt to clean up the file for the ↵Elena Pourmal2008-02-071-7/+7
| | | | 1.8.0 release.
* [svn-r14527] Maintenance: Added summary written by Frank to the RELEASE.txt fileElena Pourmal2008-02-071-72/+79
|
* [svn-r14524] Maintenance before creating new 1.8.0 branch: Added RELEASE.txt ↵Elena Pourmal2008-02-072-951/+2559
| | | | | | to the HISTORY file and cleaned up the RELEASE.txt file
* [svn-r14490] Purpose: Add workaround for latest Cygwin DLLScott Wegner2008-02-041-15/+40
| | | | | | | Description: We've run into a bug that was introduced in the latest version of Cygwin, that breaks C99 code using the 'timezone' global variable. As a workaround, we use the -ansi flag, which makes everything compile/link/test correctly Tested: Cygwin on WinXP
* [svn-r14489] Maintenance: I am reverting Pedro's change since we have 1.8 ↵Elena Pourmal2008-02-041-0/+4
| | | | | | branch code freeze. No changes are allowed until official announcement.
* [svn-r14488] uncomment a call to H5Dset_extent in the delete records functionPedro Vicente Nunes2008-02-041-4/+0
| | | | | | | this function was done in 2002 but was at a time (2003-2006) previewed not to be used it is now being used again tested: windows, linux
* [svn-r14486] Purpose: Update Windows documentation on 1.6 API compatibilityScott Wegner2008-02-041-23/+40
| | | | | | | Description: Wrote documentation on how to use the 1.6 API for a user application-- this replaces the outdated documentation we previously had. Tested: VS2005 with HDFEOS5
* [svn-r14485] Update Platforms Tested and Supported Configuration Features ↵Larry Knox2008-02-021-64/+64
| | | | sections.