Commit Graph

12541 Commits

Author SHA1 Message Date
Elena Pourmal
f59572a17e [svn-r22483] Maintenance:
- 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.
2012-06-23 18:31:43 -05:00
Allen Byrne
635916cec0 [svn-r22477] Removed subfolder tools from install command, need to correct install template 2012-06-20 09:38:23 -05:00
Allen Byrne
8336239197 [svn-r22476] Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore. 2012-06-20 09:20:46 -05:00
Allen Byrne
17f1e60d93 [svn-r22475] Remove subfolder tools from install command 2012-06-19 11:41:48 -05:00
Allen Byrne
25a711fdce [svn-r22474] Add check for MINGW - ws2_32 library
Tested: windows - mingw
2012-06-19 08:45:12 -05:00
Allen Byrne
b52c3aea3b [svn-r22470] Allow MinGW checks for fseek and the like
Tested: windows 32 mingw
2012-06-18 13:01:57 -05:00
Allen Byrne
ca76cbbd5b [svn-r22469] MinGW Flags need to use dash
set WINSOCK2_H
      do not test for endianess
      
Tested: windows 32 minGW
2012-06-18 12:29:44 -05:00
Allen Byrne
dd408f47f6 [svn-r22464] Correct name used for POSIX flag 2012-06-15 08:26:33 -05:00
Allen Byrne
b0e5e9208f [svn-r22462] ADD fortran warning to ignore list 2012-06-14 08:31:17 -05:00
Raymond Lu
ba30e9248f [svn-r22459] I added an item in the known problem section for the data conversion problem on Mac Lion. 2012-06-12 15:58:56 -05:00
Allen Byrne
751f22f99a [svn-r22454] Add NOT WINDOWS blocking around VSNPRINTF works check. 2012-06-12 08:54:27 -05:00
Allen Byrne
62ce2569cf [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests 2012-06-12 08:50:47 -05:00
Allen Byrne
d857219181 [svn-r22451] Brought cmake configuration / configure changes from Trunk.
Tested jam, local linux
2012-06-11 11:12:49 -05:00
HDF Tester
ba0ea5dc9c [svn-r22449] Snapshot version 1.8 release 10 (snap3) 2012-06-10 18:40:40 -05:00
Allen Byrne
e5c0e3d57f [svn-r22443] Add new test to CMake file
Tested: local linux
2012-06-07 09:41:43 -05:00
Quincey Koziol
ce4f31c0a9 [svn-r22442] Description:
Add new file to MANIFEST
2012-06-06 17:19:23 -05:00
Vailin Choi
c2059c656a [svn-r22440] This is part of the previous checkin--#22438.
A new ddl to be added.
2012-06-06 16:51:49 -05:00
Vailin Choi
596d5b2662 [svn-r22438] (1) fix for making MEM_GHEAP as MEM_DRAW
(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
2012-06-06 16:12:34 -05:00
Quincey Koziol
71ca559f81 [svn-r22434] Description:
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)
2012-06-04 15:20:42 -05:00
HDF Tester
9c7b4d7a7f [svn-r22428] Snapshot version 1.8 release 10 (snap2) 2012-06-03 19:24:55 -05:00
Allen Byrne
d77d0103b3 [svn-r22425] CMake generated libsettings needed DEFAULT_API_VERSION set 2012-06-01 12:07:58 -05:00
Jonathan Kim
7d93246d6f [svn-r22420] Purpose:
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)
2012-05-30 15:27:56 -05:00
Allen Byrne
1bdad6835e [svn-r22416] Missing ${TEST_FOLDER} path component in test script 2012-05-29 09:31:09 -05:00
Allen Byrne
9f079316a6 [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6) 2012-05-29 09:24:01 -05:00
HDF Tester
21ebc483fc [svn-r22414] Snapshot version 1.8 release 10 (snap1) 2012-05-27 19:29:58 -05:00
Allen Byrne
fe744bd8df [svn-r22412] reduce compiler warnings by removing unreferenced variables and adding cast
Tested: local linux
2012-05-25 12:58:59 -05:00
Allen Byrne
2f7d953a9d [svn-r22409] reduce compiler warnings reported by CDash for non-critical issues 2012-05-25 12:35:39 -05:00
Allen Byrne
8dee09d7cf [svn-r22407] do not need warnings from utility program. 2012-05-25 08:36:23 -05:00
Allen Byrne
82ea7b2d3c [svn-r22402] HDFFV-8064: Merge windows #ifdef blocks to 1.8
Trunk dailies passed
2012-05-24 09:24:17 -05:00
Allen Byrne
cb3f99d29b [svn-r22398] Accidental commit, remove file 2012-05-23 13:37:30 -05:00
Allen Byrne
588c5107ce [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branch 2012-05-23 13:31:42 -05:00
Raymond Lu
58d14b196b [svn-r22394] I forgot to close a few datatypes in test_str_create. I fixed them in this commit.
Tested on jam - very simple change.
2012-05-23 09:47:59 -05:00
HDF Tester
1fd36c6a34 [svn-r22383] Snapshot version 1.8 release 10 (snap0) 2012-05-20 19:31:06 -05:00
Mohamad Chaarawi
674f450367 [svn-r22379] make the file and memory MPI datatypes as default properties in the
DXPL so that we don't have to insert and remove them everytime we
perform collective I/O.
2012-05-18 10:34:28 -05:00
Mohamad Chaarawi
ca8d4218d2 [svn-r22376] add a test to expose a memory leak when adding/removing the same property in property list multiple times.
fix that bug.
2012-05-18 09:18:09 -05:00
Jonathan Kim
c11b378c89 [svn-r22374] Purpose:
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)
2012-05-16 16:42:18 -05:00
Dana Robinson
80e66f6d42 [svn-r22370] Fix for HDFFV-7697
Minor change to error message text in H5R.c.

Minor change: tested on jam
2012-05-15 12:37:53 -05:00
Allen Byrne
5a18ff73dd [svn-r22367] change file name case 2012-05-14 17:35:29 -05:00
Allen Byrne
bab2e13927 [svn-r22365] Added libsettings file to packaging
Tested: local linux
2012-05-14 15:08:05 -05:00
Allen Byrne
a19624817a [svn-r22363] correct name of text file 2012-05-14 14:24:08 -05:00
Allen Byrne
499820e16f [svn-r22362] Update to 1.8.9 release 2012-05-14 14:23:34 -05:00
Allen Byrne
98b9db49a1 [svn-r22359] Change library source properties: remove "LANGUAGE C" property from headers. Add "LINKER C" property to link.
Tested: local linux
2012-05-14 11:50:38 -05:00
Allen Byrne
8d9a9d0ed3 [svn-r22355] Correct the windows references in the configurations tested section 2012-05-11 09:59:02 -05:00
Allen Byrne
b0d7f35005 [svn-r22345] replace C++ style comments 2012-05-07 12:46:52 -05:00
Larry Knox
4a5efa8d60 [svn-r22339] config/examples.am
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.
2012-05-02 12:03:35 -05:00
Dana Robinson
94c8e924fa [svn-r22335] Fixed manifest from last docs check-in. 2012-05-02 00:04:27 -05:00
Dana Robinson
22baf919fb [svn-r22333] Removed install instructions for unsupported Visual Studio versions. 2012-05-01 23:11:31 -05:00
Larry Knox
af34693d8c [svn-r22329] Add examples/README file to be installed with examples.
It was in hdf5 v1.8.8, but not checked into the 1.8 branch.

:Text file only, but tested with h5committest.
2012-05-01 17:09:11 -05:00
Quincey Koziol
9a5073a8f3 [svn-r22325] Description:
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...
2012-04-29 00:06:00 -05:00
Jonathan Kim
0e268cb5aa [svn-r22322] Description:
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)
2012-04-27 15:36:05 -05:00