Allen Byrne
9b63d7d513
[svn-r22471] Add check for MINGW - ws2_32 library
...
Tested: windows - mingw
2012-06-18 15:01:59 -05:00
Allen Byrne
860fe3d4d7
[svn-r22470] Allow MinGW checks for fseek and the like
...
Tested: windows 32 mingw
2012-06-18 13:01:57 -05:00
Allen Byrne
79b36622aa
[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
603fc9dbe0
[svn-r22464] Correct name used for POSIX flag
2012-06-15 08:26:33 -05:00
Allen Byrne
7eb9d11fa2
[svn-r22460] Update CPack assignments.
2012-06-13 15:59:24 -05:00
Raymond Lu
0a6b3c2d4b
[svn-r22458] I added an item in the known problem section for the data conversion problem on Mac Lion.
2012-06-12 15:55:52 -05:00
Allen Byrne
c02719a4c8
[svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check.
2012-06-12 08:55:01 -05:00
Allen Byrne
20d45c853d
[svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests
2012-06-12 08:50:47 -05:00
Allen Byrne
75f3194882
[svn-r22450] Update winsock define to match autotools configure check
2012-06-11 10:49:25 -05:00
HDF Tester
d1b7eede73
[svn-r22448] Snapshot version 1.9 release 121
2012-06-10 08:53:06 -05:00
Allen Byrne
dde94c349e
[svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. Correct HAVE_WINSOCK name.
...
Tested: windows
2012-06-08 11:00:58 -05:00
Allen Byrne
0820bef83e
[svn-r22445] Add new test to CMake file
...
Tested: local linux
2012-06-07 16:06:57 -05:00
Vailin Choi
73db2056a3
[svn-r22444] (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
2012-06-07 11:04:56 -05:00
Allen Byrne
a6d41f7a75
[svn-r22441] Move some tests into NOT WINDOWS blocks
2012-06-06 17:11:07 -05:00
Allen Byrne
a11a6d9b34
[svn-r22437] Correct Windows cmake config files
...
Tested: windows
2012-06-05 14:36:41 -05:00
Quincey Koziol
65bf87c4a6
[svn-r22432] 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:14:59 -05:00
Allen Byrne
d419d8a417
[svn-r22431] Extension is cpp!
2012-06-04 12:41:26 -05:00
Allen Byrne
7b1ea8aa2a
[svn-r22430] CMake and configure synchronization effort. CMake added most tests and options: DEBUGPKG not addressed.
...
Still needed: compiler wrapper scripts
Tested: local linux(cmake) and h5committest
2012-06-04 12:05:02 -05:00
HDF Tester
64fc9df55b
[svn-r22427] Snapshot version 1.9 release 120
2012-06-03 09:29:20 -05:00
Larry Knox
f4990be635
[svn-r22426] Add examples/README file to be installed with examples.
...
Text file only, but tested with h5committest.
2012-06-02 13:54:58 -05:00
Jonathan Kim
71c9b82d5e
[svn-r22419] 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-29 18:03:57 -05:00
Allen Byrne
ed84ad426b
[svn-r22416] Missing ${TEST_FOLDER} path component in test script
2012-05-29 09:31:09 -05:00
Allen Byrne
bf24ca6741
[svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)
2012-05-29 09:24:01 -05:00
HDF Tester
80955cf224
[svn-r22413] Snapshot version 1.9 release 119
2012-05-27 09:34:59 -05:00
Allen Byrne
eb5b8163f9
[svn-r22411] reduce compiler warnings by removing unreferenced variables and adding cast
...
Tested: local linux
2012-05-25 12:39:07 -05:00
Allen Byrne
d7bfa3617f
[svn-r22410] reduce compiler warnings reported by CDash for non-critical issues
2012-05-25 12:36:01 -05:00
Allen Byrne
d54152f057
[svn-r22406] do not need warnings from utility program.
2012-05-25 08:36:04 -05:00
Allen Byrne
336a743068
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfo
...
Tested: local linux and Windows
2012-05-24 16:50:06 -05:00
Allen Byrne
01553cb8f7
[svn-r22396] Correct missing clean filenames in h5dump make
...
Sync 518/trunk version and cpack info
2012-05-23 13:15:08 -05:00
Raymond Lu
955b84369e
[svn-r22393] 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:42:43 -05:00
Scot Breitenfeld
24810fd216
[svn-r22392] Added test for h5tcreate_f with H5T_STRING_F option.
...
Cleaned-up formating and comments for h5tcreate_f.
Tested: jam (gnu compiler)
2012-05-22 23:47:31 -05:00
Allen Byrne
b904ca7ec3
[svn-r22391] HDFFV-7999: h5dump did not display H5T_DSET_UTF8.
...
Changed if/else block to switch like in h5ls, and distinguished between ERROR and UNKNOWN.
Reviewed by JKM
Tested: local linux
2012-05-22 16:36:45 -05:00
Allen Byrne
2f8b5057c1
[svn-r22390] Break out the packed bits tests into a new script.
...
reconfigure on jam
Tested: local linux
2012-05-22 15:34:34 -05:00
Allen Byrne
0cbde329bd
[svn-r22388] remove unbalanced bracket
2012-05-22 09:03:43 -05:00
Allen Byrne
56d35fd969
[svn-r22386] Add missing H5_VERS_SUBRELEASE of version info
2012-05-21 16:32:21 -05:00
Allen Byrne
5e388aa257
[svn-r22385] Skip tests using sparse file writes on Windows. JIRA issue (JIRA HDDFV-8064) created.
2012-05-21 15:37:19 -05:00
HDF Tester
823e63252b
[svn-r22382] Snapshot version 1.9 release 118
2012-05-20 09:36:03 -05:00
Mohamad Chaarawi
b247ef2d89
[svn-r22378] removed the parallel #endif by mistake.. oops
...
remove an un-needed bool
2012-05-18 10:01:41 -05:00
Mohamad Chaarawi
886039ab68
[svn-r22377] 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.
Test with h5committest
2012-05-18 09:51:41 -05:00
Mohamad Chaarawi
7aaa1ad229
[svn-r22375] add a test to expose a memory leak when adding/removing the same property in property list multiple times.
...
fix that bug.
test with h5committest
2012-05-18 09:08:58 -05:00
Jonathan Kim
27535adaa9
[svn-r22373] 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), koala (linux64-LE), ostrich (linuxppc64-BE)
2012-05-16 16:16:20 -05:00
Dana Robinson
6e1a85e781
[svn-r22371] Fix for HDFFV-7697
...
Minor change to error message text in H5R.c.
Minor change: tested on jam
2012-05-15 12:38:36 -05:00
Larry Knox
7e33b49405
[svn-r22369] Change case of filename to match file.
2012-05-14 22:12:31 -05:00
Allen Byrne
45e119b7d2
[svn-r22368] change file name case
2012-05-14 17:36:04 -05:00
Allen Byrne
987b0ac639
[svn-r22366] Added libsettings file to packaging
2012-05-14 15:09:13 -05:00
Allen Byrne
a4eb58bc33
[svn-r22361] Change library source properties: remove "LANGUAGE C" property from headers. Add "LINKER C" property to link.
...
Tested: local linux
2012-05-14 12:19:56 -05:00
HDF Tester
306a2e07e1
[svn-r22356] Snapshot version 1.9 release 117
2012-05-13 09:35:22 -05:00
Allen Byrne
b285c91189
[svn-r22346] replace C++ style comments
2012-05-07 12:47:46 -05:00
HDF Tester
825a2ae17e
[svn-r22326] Snapshot version 1.9 release 116
2012-04-29 09:36:52 -05:00
Quincey Koziol
b1b8ff96bb
[svn-r22324] Description:
...
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:04:39 -05:00