HDF Tester
2154d1c6f1
[svn-r25563] Snapshot version 1.9 release 194
2014-08-31 05:31:14 -05:00
Allen Byrne
38251c0765
[svn-r25552] JAVA-1880: hdfview failure to load plugins identified default value was incorrectly formed.
...
Tested: windows
2014-08-25 16:11:48 -05:00
HDF Tester
77e7e788c8
[svn-r25546] Snapshot version 1.9 release 193
2014-08-24 05:32:01 -05:00
Allen Byrne
32c3fec56c
[svn-r25536] HDFFV-8897: remove include extra paths.
2014-08-19 09:59:17 -05:00
HDF Tester
3f11676e9d
[svn-r25534] Snapshot version 1.9 release 192
2014-08-17 04:54:45 -05:00
Mohamad Chaarawi
88fb6b1374
[svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c
...
fix bugs where hid_t were assumed to be 32 bit ints or herr_t.
2014-08-11 14:13:45 -05:00
Mohamad Chaarawi
2a5454616a
[svn-r25527] fix printf format warnings in dtypes test.
2014-08-11 09:19:43 -05:00
Mohamad Chaarawi
f98f792fe3
[svn-r25524] remove usage of // comment styles.
2014-08-10 19:01:41 -05:00
Allen Byrne
a794cc9103
[svn-r25518] HDFFV-8880: Remove t_posix_compliant test references
2014-08-06 16:49:19 -05:00
Mohamad Chaarawi
333f1d4783
[svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use resize instead.
2014-08-06 12:10:54 -05:00
Mohamad Chaarawi
7433fb9dc1
[svn-r25514] Replace MPI deprecated routines with undeprecated ones.
2014-08-05 10:36:38 -05:00
Scot Breitenfeld
a72cb6e43e
[svn-r25510] Added the parameters to the code comment section:
...
H5T_VLEN_F (9)
H5T_ARRAY_F (10)
No source changes.
2014-08-05 09:06:35 -05:00
Mohamad Chaarawi
db51b55049
[svn-r25509] HDFFV-8878:
...
Make the fill value operation for chunked datasets in parallel collective/fast.
tested with h5committest
2014-08-04 14:58:03 -05:00
Dana Robinson
4defea0020
[svn-r25508] Added a check that ensures page_size is not set to zero in
...
H5Pset_core_write_tracking(). This ensures that the behavior
matches the description in the reference manual.
Tested on a local linux VM. This is a very minor change.
2014-08-04 13:37:55 -05:00
HDF Tester
1bd45cb96f
[svn-r25506] Snapshot version 1.9 release 191
2014-08-03 05:01:09 -05:00
Mohamad Chaarawi
d4ebdeadad
[svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of hid_t. Bug exposed in VOL branch.
2014-08-01 15:13:27 -05:00
Mohamad Chaarawi
8771fba1de
[svn-r25503] - fix bug in encode/decode plist parallel test when 1 proccess is used to run the test.
...
- fix warning in t_chunk_alloc.
2014-08-01 14:24:52 -05:00
Mohamad Chaarawi
beb6f83cfd
[svn-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.
...
tested Jam. minor change.
2014-07-31 14:26:19 -05:00
Quincey Koziol
33ea1ada24
[svn-r25496] Description:
...
Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups
that aren't on the branch)
Tested on:
Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN
(h5committested on branch already for a week)
2014-07-30 15:55:14 -05:00
Mohamad Chaarawi
3f701fda65
[svn-r25487] store all members of the driver info in the file structs since they
...
will be needed if H5Pget_create_plist is called.
tested jam. minor change.
2014-07-29 11:51:24 -05:00
HDF Tester
2173d36d66
[svn-r25484] Snapshot version 1.9 release 190
2014-07-27 05:38:25 -05:00
Scot Breitenfeld
f41ac60621
[svn-r25483] Fixed code comments.
2014-07-24 16:11:24 -05:00
Scot Breitenfeld
65e3b596e3
[svn-r25480] Added error if Fortran's default real is double precision. If it is and HL is being built then configure returns an error. This is due to HDFFV-889.
...
Tested: jam with intel
cmake options:
-DCMAKE_Fortran_FLAGS:STRING="-r8" (should fail)
and
-DHDF5_BUILD_HL_LIB:BOOL=OFF (should pass)
2014-07-24 12:07:08 -05:00
Allen Byrne
161ab14bbd
[svn-r25479] update ubuntu info
2014-07-24 11:34:51 -05:00
Allen Byrne
ed9115f283
[svn-r25478] update ubuntu info
2014-07-24 11:13:48 -05:00
Scot Breitenfeld
f793c50e47
[svn-r25477] Added error if Fortran's default real is double precision. If it is and HL is being built then configure returns an error. This is due to HDFFV-889.
...
Tested: jam with intel and -r8 flag, both with and without --disable-hl.
2014-07-24 10:55:16 -05:00
Scot Breitenfeld
c85497442b
[svn-r25475] Fixed for nh5pget_fill_valuec_c where we called the wrong function
...
ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue))
HDFFV-8879
Tested: jam( intel, gnu)
2014-07-23 13:50:06 -05:00
Scot Breitenfeld
00e4cbc963
[svn-r25473] Added VALUE to callback group_id type. Needed to fix problem when hid_t is 64-bit.
...
Tested: jam (intel, gnu)
2014-07-23 12:01:51 -05:00
Scot Breitenfeld
1ebce1bfcf
[svn-r25469] Removed duplicate BIND(C) type defintion.
...
Tested: (jam: gnu, intel)
2014-07-22 15:55:08 -05:00
Mohamad Chaarawi
bd66cdd5d6
[svn-r25468] some code refactoring to align trunk with VOL branch.
...
tested with h5committest.
2014-07-22 14:54:51 -05:00
Albert Cheng
f1f7b15e50
[svn-r25465] BUg fix: HDFFV-8881
...
testfrome.c has incorrectly exit code (using -1). Fixed by replacing them
with C defined EXIT_FAILURE. Verified by temporary decreaing MAXNUMTESTS
to introduce failure in testhdf to see the changed code did work.
Also replaced all other correctly coded exit codes with the C defined
EXIT_SUCCESS and EXIT_FAILURE. This would help portability for non-Unix
systems.
Tested: h5committest.
2014-07-22 14:06:18 -05:00
Mark Evans
d4d24390a2
[svn-r25460] The contents of this directory is the C++ Reference Manual and
...
is generated by Doxygen.
2014-07-22 08:12:36 -05:00
Mark Evans
ee28a1ad8b
[svn-r25459] Merged revision(s) 25457 from branches/hdf5_1_8_13/c++/src/H5CppDoc.h:
...
Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work.
Tested: Doxygen and Firefox
2014-07-21 13:51:56 -05:00
Quincey Koziol
61a411b02f
[svn-r25450] Description:
...
Initial tweaks to align with VOL branch.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9
(h5committest not required, too small)
2014-07-21 11:05:04 -05:00
Mark Evans
4344c1d70b
[svn-r25446] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868.
...
Tested: Doxygen
2014-07-21 11:00:55 -05:00
Mark Evans
ae25c80cc0
[svn-r25441] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL.
...
Tested: Doxygen
2014-07-21 10:30:23 -05:00
Scot Breitenfeld
7595d00ae5
[svn-r25440] Fixed type conversion in h5pset_fill_value and fixed for
...
nh5pget_fill_valuec_c we call the wrong function
ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue))
HDFFV-8879
Tested: jam( intel, gnu)
2014-07-21 10:09:56 -05:00
Quincey Koziol
453f9d7b20
[svn-r25439] Description:
...
Minor tweaks to updated hyperslab code, before larger revision coming.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 & parallel
(h5committest forthcoming)
2014-07-21 09:41:39 -05:00
HDF Tester
84d0a9f7cb
[svn-r25434] Snapshot version 1.9 release 189
2014-07-20 05:09:27 -05:00
Allen Byrne
186aca8b49
[svn-r25412] Add ASPRINTF define - check already in configure
2014-07-14 11:26:49 -05:00
HDF Tester
06e4e32ba0
[svn-r25407] Snapshot version 1.9 release 188
2014-07-13 07:32:17 -05:00
Mohamad Chaarawi
92cc75bfae
[svn-r25401] add serial and parallel regression tests for zero dset read/write bug.
2014-07-09 14:01:25 -05:00
Mohamad Chaarawi
6d637e03f7
[svn-r25399] bug fixes where a wrong type was used instead of hid_t.
2014-07-09 12:12:38 -05:00
Mohamad Chaarawi
382976f3e9
[svn-r25398] add a check to make sure MPI_File_get_size() returns correct value (HDFFV-8856).
2014-07-09 10:19:11 -05:00
Mohamad Chaarawi
06ef71a37f
[svn-r25397] - remove configure checks for MPI_File_get_size and Big
...
MPI_File_set_size as they are supported by most MPI implementations.
- fix bug in t_mpi.c (HDFFV-8856)
2014-07-07 13:22:48 -05:00
HDF Tester
5ad9bfb322
[svn-r25395] Snapshot version 1.9 release 187
2014-07-06 07:31:55 -05:00
Mohamad Chaarawi
ee9d595a8c
[svn-r25392] fix HDFFV-8761:
...
allocating space for zero-length chunked dataset and asserting.
2014-07-03 10:43:48 -05:00
Mohamad Chaarawi
43b3c20c93
[svn-r25386] remove double declaration of off and len.
2014-07-01 15:06:22 -05:00
HDF Tester
8925b39181
[svn-r25378] Snapshot version 1.9 release 186
2014-06-29 05:24:43 -05:00
Allen Byrne
28ec2d2693
[svn-r25357] Change default timeout to 1200 seconds or 20 mins
...
adjust up for certain tests.
2014-06-25 09:15:13 -05:00