summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22524] Snapshot version 1.8 release 10 (snap6)Larry Knox2012-07-097-22/+22
|
* [svn-r22517] HDFFV-7782: h5import testfiles duplicated to match testname. ↵Allen Byrne2012-07-0514-52/+2095
| | | | | | (Consistent naming) Tested: local linux using CMake
* [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECTAllen Byrne2012-07-051-8/+11
|
* [svn-r22509] Merged changes from the trunk into the branch:Scot Breitenfeld2012-07-036-110/+321
| | | | | | | svn merge -r 22163:22479 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Fixed merged issue with fortran/test/tH5E_F03.f90 (missing part of the file) and changed Makefile.am accordingly.
* [svn-r22503] Maintenance: Elena Pourmal2012-06-293-5/+13
| | | | | | | | | See HELPDESK-643 issue in JIRA. NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments and no executable statements. Removed tH5E_F03.f90 from the list of modules to build. Tested on jam with PGI compiler using --enable-fortran2003 flag. Will point the user to a snapshot when it is available.
* [svn-r22493] I took out the "return an error" line in H5Dget_offset, to ↵Raymond Lu2012-06-261-2/+0
| | | | | | | | match what the RM says about the function behavior. Quincey added it some time ago without realizing it caused test errors (Issue 8072). Tested on ostrich, but imported the fix from the trunk - simple change.
* [svn-r22492] Needed std:: for cout or cerr for other compilers.Larry Knox2012-06-261-1/+1
|
* [svn-r22491] Skip the failing File Creation I/O subtest that causes c++ ↵Larry Knox2012-06-261-2/+11
| | | | | | tests to fail with the new/PGI compiler (see HDFFV-8067). Tested on jam.
* [svn-r22488] Snapshot version 1.8 release 10 (snap4)HDF Tester2012-06-259-42/+44
|
* [svn-r22485] Description:Quincey Koziol2012-06-233-21/+23
| | | | | | | | | | | | | | Merge r22484 from trunk to 1.8 branch: Copy the file image test file from the source directory to the build directory, instead of trying to open the [in-memory] file R/W. Also, clean up a few other test files that were left lying around from other tests. Tested on: MacOSX/64 10.7.4 (amazon) w/debug Too minor to require h5committest
* [svn-r22483] Maintenance:Elena Pourmal2012-06-232-22/+5
| | | | | | | | - Fixed a typo in return value of the nh5dread_f_c function ( was 1 instead of 0 on success); fixed the return value to make it consistent with other Fortran functions; cleaned the code from debug statements. Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature.
* [svn-r22477] Removed subfolder tools from install command, need to correct ↵Allen Byrne2012-06-201-2/+2
| | | | install template
* [svn-r22476] Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore.Allen Byrne2012-06-201-1/+1
|
* [svn-r22475] Remove subfolder tools from install commandAllen Byrne2012-06-1910-23/+23
|
* [svn-r22474] Add check for MINGW - ws2_32 libraryAllen Byrne2012-06-194-1/+74
| | | | Tested: windows - mingw
* [svn-r22470] Allow MinGW checks for fseek and the likeAllen Byrne2012-06-181-2/+2
| | | | Tested: windows 32 mingw
* [svn-r22469] MinGW Flags need to use dashAllen Byrne2012-06-181-3/+8
| | | | | | | set WINSOCK2_H do not test for endianess Tested: windows 32 minGW
* [svn-r22464] Correct name used for POSIX flagAllen Byrne2012-06-151-1/+7
|
* [svn-r22462] ADD fortran warning to ignore listAllen Byrne2012-06-141-0/+1
|
* [svn-r22459] I added an item in the known problem section for the data ↵Raymond Lu2012-06-121-0/+7
| | | | conversion problem on Mac Lion.
* [svn-r22454] Add NOT WINDOWS blocking around VSNPRINTF works check.Allen Byrne2012-06-121-3/+5
|
* [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER testsAllen Byrne2012-06-121-0/+3
|
* [svn-r22451] Brought cmake configuration / configure changes from Trunk.Allen Byrne2012-06-1136-273/+741
| | | | Tested jam, local linux
* [svn-r22449] Snapshot version 1.8 release 10 (snap3)HDF Tester2012-06-107-23/+23
|
* [svn-r22443] Add new test to CMake fileAllen Byrne2012-06-071-0/+6
| | | | Tested: local linux
* [svn-r22442] Description:Quincey Koziol2012-06-061-0/+1
| | | | Add new file to MANIFEST
* [svn-r22440] This is part of the previous checkin--#22438.Vailin Choi2012-06-061-0/+5
| | | | A new ddl to be added.
* [svn-r22438] (1) fix for making MEM_GHEAP as MEM_DRAWVailin Choi2012-06-0611-172/+260
| | | | | | | | | | | | | | | | | | | | | (2) fix to extend into the aggregator based on threshold (3) fix for the "flavor" logging problem (4) fix for test failures due to the above fixes (5) bug fix for h5stat when h5stat against a non-existing file --Ths line, and th se below, will be ignored-- M test/mf.c M src/H5MFaggr.c M src/H5FDpublic.h M src/H5MF.c M src/H5FDmulti.c M src/H5FDlog.c M src/H5Faccum.c M tools/h5copy/testfiles/h5copytst.out.ls M tools/h5copy/testfiles/h5copy_ref.out.ls M tools/h5stat/testh5stat.sh.in M tools/h5stat/h5stat.c
* [svn-r22434] Description:Quincey Koziol2012-06-042-12/+11
| | | | | | | | Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest)
* [svn-r22428] Snapshot version 1.8 release 10 (snap2)HDF Tester2012-06-047-23/+23
|
* [svn-r22425] CMake generated libsettings needed DEFAULT_API_VERSION setAllen Byrne2012-06-011-0/+2
|
* [svn-r22420] Purpose:Jonathan Kim2012-05-301-271/+248
| | | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5diff tool. Description: Update cmake script to fetch test files from any tools to a test directory and run test in organized manner. Also keep the apperance similiar to shell script for better maintainance. Tested: CMake (Windows and jam)
* [svn-r22416] Missing ${TEST_FOLDER} path component in test scriptAllen Byrne2012-05-291-1/+1
|
* [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)Allen Byrne2012-05-291-0/+1
|
* [svn-r22414] Snapshot version 1.8 release 10 (snap1)HDF Tester2012-05-287-24/+24
|
* [svn-r22412] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-2511-36/+24
| | | | | | adding cast Tested: local linux
* [svn-r22409] reduce compiler warnings reported by CDash for non-critical issuesAllen Byrne2012-05-251-3/+2
|
* [svn-r22407] do not need warnings from utility program.Allen Byrne2012-05-251-0/+1
|
* [svn-r22402] HDFFV-8064: Merge windows #ifdef blocks to 1.8Allen Byrne2012-05-242-3/+12
| | | | Trunk dailies passed
* [svn-r22398] Accidental commit, remove fileAllen Byrne2012-05-231-42/+0
|
* [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branchAllen Byrne2012-05-2317-263/+884
|
* [svn-r22394] I forgot to close a few datatypes in test_str_create. I fixed ↵Raymond Lu2012-05-231-0/+5
| | | | | | them in this commit. Tested on jam - very simple change.
* [svn-r22383] Snapshot version 1.8 release 10 (snap0)HDF Tester2012-05-217-22/+22
|
* [svn-r22379] make the file and memory MPI datatypes as default properties in theMohamad Chaarawi2012-05-184-59/+26
| | | | | DXPL so that we don't have to insert and remove them everytime we perform collective I/O.
* [svn-r22376] add a test to expose a memory leak when adding/removing the ↵Mohamad Chaarawi2012-05-183-2/+49
| | | | | | same property in property list multiple times. fix that bug.
* [svn-r22374] Purpose: Jonathan Kim2012-05-161-5/+10
| | | | | | | | | | | | | Fix h5repacktst (test file generating binary) to address HDFFV-8016 h5repacktst failed in AIX 32bit mode Description: Segmentation fault occurred when h5repacktst try to generate a dataset when system memory is limited to 256MB. Add error handling to display apporiate message to exit and adjust the test dataset according to the original size which didn't causing out of memory. Tested: test was done by limit memory in csh. jam (linux32-LE), ostrich (linuxppc64-BE)
* [svn-r22370] Fix for HDFFV-7697Dana Robinson2012-05-151-1/+1
| | | | | | Minor change to error message text in H5R.c. Minor change: tested on jam
* [svn-r22367] change file name caseAllen Byrne2012-05-141-1/+1
|
* [svn-r22365] Added libsettings file to packagingAllen Byrne2012-05-141-0/+5
| | | | Tested: local linux
* [svn-r22363] correct name of text fileAllen Byrne2012-05-141-1/+1
|