summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14735] make 1.8 and 1.6 code equal or similarPedro Vicente Nunes2008-03-131-19/+22
| | | | | formatted code tested: windows, linux
* [svn-r14733] make 1.8 and 1.6 code equal or similarPedro Vicente Nunes2008-03-131-134/+134
| | | | | | formatted code bug fix: the 1.6 branch did not have a test for the existence of long double type on print_type (print name of datatype) tested: windows, linux
* [svn-r14730] make 1.8 and 1.6 code equal or similarPedro Vicente Nunes2008-03-121-678/+691
| | | | Tested: windows, linux
* [svn-r14728] make 1.8 and 1.6 code look equal or similarPedro Vicente Nunes2008-03-121-92/+125
| | | | Tested: windows, linux
* [svn-r14726] Removed unused code and make 1.8 and 1.6 code look equal or similarPedro Vicente Nunes2008-03-121-28/+37
| | | | Tested: windows, linux
* [svn-r14725] Removed unused code and make 1.8 and 1.6 code look equal or similarPedro Vicente Nunes2008-03-121-43/+1
| | | | Tested: windows, linux
* [svn-r14723] Purpose: Fix typo in our configure CYGWIN patchScott Wegner2008-03-122-3/+3
| | | | | | | | Description: Previously, we created a patch for Cygwin to skip checking for the timezone variable. We made this change in both the trunk and hdf5_1_8 branch. However, in the branch version, we seemed to have used wrong quotes in our check ('uname' rather than `uname`). This corrects the typo Tested: Cygwin on WinXP
* [svn-r14721] Description:Quincey Koziol2008-03-111-0/+3
| | | | Update release notes for H5Aget_num_attrs() fix
* [svn-r14720] Description:Quincey Koziol2008-03-112-0/+6
| | | | | | | | | 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-r14717] Purpose: Remove commented test in h5dump test scriptScott Wegner2008-03-101-3/+2
| | | | | | | | Description: A commented test was deleted from the main h5dump test script. This makes the same change in the Windows script. This won't actually make any noticeable changes-- just to keep up with Linux. Tested: None needed, no new tests, just deleted comments
* [svn-r14716] remove a commented test call that was calling for an invalid ↵Pedro Vicente Nunes2008-03-101-2/+1
| | | | | | block selection tested: linux
* [svn-r14713] Increase lines at end of output checked to determine completion ↵HDF Tester2008-03-091-1/+1
| | | | from 2 to 5.
* [svn-r14712] Report error if runtest fails; use backtick even if obsolete ↵HDF Tester2008-03-071-3/+3
| | | | since it works on kagiso, smirom and linew.
* [svn-r14709] Fixed the assert() failures (development mode) from Wed. daily ↵Vailin Choi2008-03-063-5/+6
| | | | | | | | | | tests: Add 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.
* [svn-r14704] TIMELIMIT_PARSE altered to return timelimit value.HDF Tester2008-03-041-2/+30
|
* [svn-r14702] 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".
* [svn-r14700] bug fix: the function equal_double that compares double type ↵Pedro Vicente Nunes2008-03-041-69/+119
| | | | | | did not had nan logic for the cases of options -d and -p tested: windows, linux
* [svn-r14695] Purpose: Fix typo in Windows install fileScott Wegner2008-03-031-1/+1
| | | | | | | | 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-r14693] Description:Quincey Koziol2008-02-281-5/+10
| | | | Update release notes with recent variable-length string fix for h5diff
* [svn-r14690] 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-r14677] Purpose: Update MANIFESTBinh-Minh Ribler2008-02-261-1/+0
| | | | | | | | Description: Removed ./c++/examples/testexamples.sh Platforms tested: Not needed.
* [svn-r14676] Purpose:Albert Cheng2008-02-251-68/+0
| | | | | | Cleanup. testexamples.sh is not used since v1.4.1. Removed it.
* [svn-r14673] Purpose: Allow building Fortran libraries from the Windows ↵Scott Wegner2008-02-251-1/+1
| | | | | | | command line Tested: VS2005 on WinXP
* [svn-r14671] fix typo in comments and remove unused header mentionPedro Vicente Nunes2008-02-252-11/+5
| | | | tested: linux
* [svn-r14667] Purpose: Update Windows h5import test scriptScott Wegner2008-02-251-17/+36
| | | | | | | | Description: The names of the test files for h5import changed slightly, so we needed to update our test script accordingly. Also, a test for EOL characters has been added. Tested: VS2005 on WinXP
* [svn-r14619] fix textPedro Vicente Nunes2008-02-191-2/+2
|
* [svn-r14617] mention to bug fixedPedro Vicente Nunes2008-02-191-0/+6
| | | | | | | | | | Tools ----- - h5import bug on Windows w/binary datasets. fread in windows needs a binary file to be open with “rb” instead of “r” otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with “wb” , otherwise an end of line character is read twice. PVN - 2008/2/19
* [svn-r14615] this one escaped the purgePedro Vicente Nunes2008-02-191-12/+0
|
* [svn-r14614] add/remove previous filesPedro Vicente Nunes2008-02-191-33/+63
|
* [svn-r14613] 971 (B2) h5import bug on Windows w/binary datasets. CLOSED. ↵Pedro Vicente Nunes2008-02-1939-191/+397
| | | | | | | | | | | | | | | | | | fread in windows needs a binary file to be open with "rb" instead of "r" otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with "wb" , otherwise an end of line character is read twice. DONE NOW for 1.8, already done previously for 1.6 renamed the h5import test files to have the extensions text input files = .txt binary input files = .bin configuration files = .conf hdf5 files = .h5 besides that in very test the files have the same name except extension. For example TOOLTEST txtin16.txt -c $srcdir/testfiles/txtin16.conf -o txtin16.h5 The convention for the test name is for example, for "txtin16" "txt" for text then "in16" means integer 16 size Tested: linux, solaris
* [svn-r14609] Purpose: Update Windows documentation for last checkinScott Wegner2008-02-191-14/+8
| | | | | Description: List the new HL C examples that were added in the last checkin. Rather than listing each one individually, we give a brief summary, and instructions for how to test them.
* [svn-r14608] Purpose: Add missing Windows HL C examplesScott Wegner2008-02-1975-94/+15836
| | | | | | | | | 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. Tested: VS2005 on WinXP VNET on WinXP
* [svn-r14607] Purpose: Apply Cygwin patch to trunkScott Wegner2008-02-193-52/+44
| | | | | | | | Description: This is the same patch that Mike McGreevy helped me with on the 1.8 branch. The latest cygwin DLL has trouble with the global timezone variable. Now in configure, we target CYGWIN with a case statement, and avoid the problem. Tested: Cygwin on WinXP
* [svn-r14605] Purpose: Rename Windows HL Example projects to match other ↵Scott Wegner2008-02-1826-541/+555
| | | | | | | | | | | | | platforms Description: The collection of HL C examples that we distribute for Windows is incomplete. I wasn't aware of it until Pedro pointed it out, because we use different (although similar) names for the generated files. This checkin changes the naming to follow Linux, in preparation to add the rest of the HL examples to Windows. Note: I believe I've updated the MANIFEST accordingly, but I may have missed something-- I'll check on Linux shortly after this commit. Tested: VS2005 on WinXP VS.NET on WinXP
* [svn-r14603] Purpose: Add hdf5 library as a dependency to hdf5_hl library in ↵Scott Wegner2008-02-183-664/+671
| | | | | | | | | | | | | Windows project files Description: 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-r14599] Purpose: Fix very minor typo in Windows h5import test scriptScott Wegner2008-02-181-1/+1
| | | | | | | | Description: 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-r14598] 1050 (B2) make H5TBdelete_record call H5Dset_extent and ↵Pedro Vicente Nunes2008-02-181-4/+0
| | | | | | | | | parameter checking. Removed #ifdefs regarding possible un-commenting of H5Dset_extent call in H5TBdelete_record. DONE NOW for 1.8, done already FOR 1.6 the H5Dset_extent 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, solaris (in progress :-) )
* [svn-r14596] Purpose: Allow for better logging in Windows commandline build ↵Scott Wegner2008-02-181-3/+44
| | | | | | | | | | script Description: 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-r14593] Purpose: Removing warningsBinh-Minh Ribler2008-02-182-6/+0
| | | | | | | | Description: Removed several warnings of unused terms. Platforms tested: Linux 2.6 (smirom) - very minor
* [svn-r14582] Purpose:Albert Cheng2008-02-141-628/+687
| | | | | | | | | | | | | | | | | | | | | | | | | | Fold all the updates made for v1.8.0 release to the main trunk. Versions are from r14548 to r14556. Changes are, 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.) 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. Quick editorial review. Convert tabs to spaces for consistent display and printing. Verify and fix links and references. 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"
* [svn-r14569] aligned textPedro Vicente Nunes2008-02-131-2/+2
|
* [svn-r14564] Maintenance: Added new history files according to the proposed ↵Elena Pourmal2008-02-135-4/+13
| | | | | | and agreed policy see http://www.hdfgroup.uiuc.edu/RFC/HDF5/QA/RFC-HIS-REL-1.8_Feb6.pdf
* [svn-r14553] Purpose: Minor cleanup of Windows installation scriptsScott Wegner2008-02-122-184/+334
| | | | | | | | Description: Make the Windows copy_hdf.bat a little cleaner/safer, and produce useful output in installhdf5lib.bat Tested: VS2005 on WinXP
* [svn-r14551] Revise Supported Configuration Features Summary tables.Larry Knox2008-02-121-80/+72
|
* [svn-r14549] Added more tests. Test both H5Sselect_elements and ↵Raymond Lu2008-02-111-41/+249
| | | | | | | | H5Sselect_hyperslab, for both chunked and contiguous datasets. Tested on smirom, kagiso, and linew.
* [svn-r14547] Maintenance: Changed version number to 1.9.0 as we agreed on ↵Elena Pourmal2008-02-115-41/+26
| | | | | | the HDF5 developers meeting on February 8, 2008; modified docs files to point to the documentation snapshots.
* [svn-r14541] 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-r14526] Maintenance: Changed version number in the trunk to be 1.9.0-snap0hdf5-1_9-startElena Pourmal2008-02-077-19/+19
|
* [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