summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r22362] Update to 1.8.9 releaseAllen Byrne2012-05-143-1770/+10
|
* [svn-r22359] Change library source properties: remove "LANGUAGE C" property ↵Allen Byrne2012-05-142-5/+8
| | | | | | from headers. Add "LINKER C" property to link. Tested: local linux
* [svn-r22355] Correct the windows references in the configurations tested sectionAllen Byrne2012-05-111-12/+8
|
* [svn-r22345] replace C++ style commentsAllen Byrne2012-05-071-1/+1
|
* [svn-r22339] config/examples.amLarry Knox2012-05-027-0/+64
| | | | | | | Added code to install README in share/hdf5_examples Set permissions on README file to rw-r--r--. Tested with h5committest, make install and make uninstall.
* [svn-r22335] Fixed manifest from last docs check-in.Dana Robinson2012-05-021-5/+3
|
* [svn-r22333] Removed install instructions for unsupported Visual Studio ↵Dana Robinson2012-05-022-20/+0
| | | | versions.
* [svn-r22329] Add examples/README file to be installed with examples.Larry Knox2012-05-015-3/+22
| | | | | | It was in hdf5 v1.8.8, but not checked into the 1.8 branch. :Text file only, but tested with h5committest.
* [svn-r22325] Description:Quincey Koziol2012-04-291-1/+1
| | | | | | | | | | Bring r22324 from trunk to 1.8 branch: Change name of MPE log file produced from "cpilog" (which was the name used in the example code we were referencing) to "h5log". Tested on: None, too trivial, eyeballed only...
* [svn-r22322] Description:Jonathan Kim2012-04-271-2/+3
| | | | | | | | | | The ph5diff (parallel h5diff) can intermittently hang in parallel mode when comparing the two HDF5 files that contains common name objects with different object types. (HDFFV-8003) Skip only the specific test for parallel until the fix has made. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)