Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r22524] Snapshot version 1.8 release 10 (snap6) | Larry Knox | 2012-07-09 | 7 | -22/+22 |
| | |||||
* | [svn-r22517] HDFFV-7782: h5import testfiles duplicated to match testname. ↵ | Allen Byrne | 2012-07-05 | 14 | -52/+2095 |
| | | | | | | (Consistent naming) Tested: local linux using CMake | ||||
* | [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT | Allen Byrne | 2012-07-05 | 1 | -8/+11 |
| | |||||
* | [svn-r22509] Merged changes from the trunk into the branch: | Scot Breitenfeld | 2012-07-03 | 6 | -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 Pourmal | 2012-06-29 | 3 | -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 Lu | 2012-06-26 | 1 | -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 Knox | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | [svn-r22491] Skip the failing File Creation I/O subtest that causes c++ ↵ | Larry Knox | 2012-06-26 | 1 | -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 Tester | 2012-06-25 | 9 | -42/+44 |
| | |||||
* | [svn-r22485] Description: | Quincey Koziol | 2012-06-23 | 3 | -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 Pourmal | 2012-06-23 | 2 | -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 Byrne | 2012-06-20 | 1 | -2/+2 |
| | | | | install template | ||||
* | [svn-r22476] Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore. | Allen Byrne | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | [svn-r22475] Remove subfolder tools from install command | Allen Byrne | 2012-06-19 | 10 | -23/+23 |
| | |||||
* | [svn-r22474] Add check for MINGW - ws2_32 library | Allen Byrne | 2012-06-19 | 4 | -1/+74 |
| | | | | Tested: windows - mingw | ||||
* | [svn-r22470] Allow MinGW checks for fseek and the like | Allen Byrne | 2012-06-18 | 1 | -2/+2 |
| | | | | Tested: windows 32 mingw | ||||
* | [svn-r22469] MinGW Flags need to use dash | Allen Byrne | 2012-06-18 | 1 | -3/+8 |
| | | | | | | | set WINSOCK2_H do not test for endianess Tested: windows 32 minGW | ||||
* | [svn-r22464] Correct name used for POSIX flag | Allen Byrne | 2012-06-15 | 1 | -1/+7 |
| | |||||
* | [svn-r22462] ADD fortran warning to ignore list | Allen Byrne | 2012-06-14 | 1 | -0/+1 |
| | |||||
* | [svn-r22459] I added an item in the known problem section for the data ↵ | Raymond Lu | 2012-06-12 | 1 | -0/+7 |
| | | | | conversion problem on Mac Lion. | ||||
* | [svn-r22454] Add NOT WINDOWS blocking around VSNPRINTF works check. | Allen Byrne | 2012-06-12 | 1 | -3/+5 |
| | |||||
* | [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests | Allen Byrne | 2012-06-12 | 1 | -0/+3 |
| | |||||
* | [svn-r22451] Brought cmake configuration / configure changes from Trunk. | Allen Byrne | 2012-06-11 | 36 | -273/+741 |
| | | | | Tested jam, local linux | ||||
* | [svn-r22449] Snapshot version 1.8 release 10 (snap3) | HDF Tester | 2012-06-10 | 7 | -23/+23 |
| | |||||
* | [svn-r22443] Add new test to CMake file | Allen Byrne | 2012-06-07 | 1 | -0/+6 |
| | | | | Tested: local linux | ||||
* | [svn-r22442] Description: | Quincey Koziol | 2012-06-06 | 1 | -0/+1 |
| | | | | Add new file to MANIFEST | ||||
* | [svn-r22440] This is part of the previous checkin--#22438. | Vailin Choi | 2012-06-06 | 1 | -0/+5 |
| | | | | A new ddl to be added. | ||||
* | [svn-r22438] (1) fix for making MEM_GHEAP as MEM_DRAW | Vailin Choi | 2012-06-06 | 11 | -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 Koziol | 2012-06-04 | 2 | -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 Tester | 2012-06-04 | 7 | -23/+23 |
| | |||||
* | [svn-r22425] CMake generated libsettings needed DEFAULT_API_VERSION set | Allen Byrne | 2012-06-01 | 1 | -0/+2 |
| | |||||
* | [svn-r22420] Purpose: | Jonathan Kim | 2012-05-30 | 1 | -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 script | Allen Byrne | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6) | Allen Byrne | 2012-05-29 | 1 | -0/+1 |
| | |||||
* | [svn-r22414] Snapshot version 1.8 release 10 (snap1) | HDF Tester | 2012-05-28 | 7 | -24/+24 |
| | |||||
* | [svn-r22412] reduce compiler warnings by removing unreferenced variables and ↵ | Allen Byrne | 2012-05-25 | 11 | -36/+24 |
| | | | | | | adding cast Tested: local linux | ||||
* | [svn-r22409] reduce compiler warnings reported by CDash for non-critical issues | Allen Byrne | 2012-05-25 | 1 | -3/+2 |
| | |||||
* | [svn-r22407] do not need warnings from utility program. | Allen Byrne | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | [svn-r22402] HDFFV-8064: Merge windows #ifdef blocks to 1.8 | Allen Byrne | 2012-05-24 | 2 | -3/+12 |
| | | | | Trunk dailies passed | ||||
* | [svn-r22398] Accidental commit, remove file | Allen Byrne | 2012-05-23 | 1 | -42/+0 |
| | |||||
* | [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branch | Allen Byrne | 2012-05-23 | 17 | -263/+884 |
| | |||||
* | [svn-r22394] I forgot to close a few datatypes in test_str_create. I fixed ↵ | Raymond Lu | 2012-05-23 | 1 | -0/+5 |
| | | | | | | them in this commit. Tested on jam - very simple change. | ||||
* | [svn-r22383] Snapshot version 1.8 release 10 (snap0) | HDF Tester | 2012-05-21 | 7 | -22/+22 |
| | |||||
* | [svn-r22379] make the file and memory MPI datatypes as default properties in the | Mohamad Chaarawi | 2012-05-18 | 4 | -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 Chaarawi | 2012-05-18 | 3 | -2/+49 |
| | | | | | | same property in property list multiple times. fix that bug. | ||||
* | [svn-r22374] Purpose: | Jonathan Kim | 2012-05-16 | 1 | -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-7697 | Dana Robinson | 2012-05-15 | 1 | -1/+1 |
| | | | | | | Minor change to error message text in H5R.c. Minor change: tested on jam | ||||
* | [svn-r22367] change file name case | Allen Byrne | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | [svn-r22365] Added libsettings file to packaging | Allen Byrne | 2012-05-14 | 1 | -0/+5 |
| | | | | Tested: local linux | ||||
* | [svn-r22363] correct name of text file | Allen Byrne | 2012-05-14 | 1 | -1/+1 |
| |