Quincey Koziol
f40381b0ea
[svn-r30285] Description:
...
More warning cleanups, bringing the build down to 25 unique types of
warnings, with 550 warnings in 122 files (down from 28, 770, and 134).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-08-13 04:23:53 -05:00
Binh-Minh Ribler
ae0b749012
[svn-r30279] Purpose: Code improvement (HDFFR-9725)
...
Description:
Removed deprecated functions in previous releases due to missing const.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-08-12 01:55:43 -05:00
Neil Fortner
7ee176d29b
[svn-r30275] Rework test_mf_bug1 to work with multi and split drivers.
...
Tested: ummon
2016-08-09 16:36:01 -05:00
Binh-Minh Ribler
b3017997a8
[svn-r30272] Purpose: Code improvement
...
Description:
- Added "const" to arguments that should be const
- Added "const" to const functions, i.e., function that don't change
the objects they operate on.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
2016-08-09 00:29:50 -05:00
Neil Fortner
7de719287a
[svn-r30270] Fix an issue that could occur when allocating a chunked dataset in parallel,
...
with an alignment threshold set to be larger than the chunk size but smaller
than the size of the small data aggregator.
Tested: koala, ostrich (h5committest); jelly, ummon
2016-08-08 16:56:50 -05:00
Neil Fortner
36c595e5ea
[svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264.
2016-08-08 15:37:56 -05:00
Allen Byrne
67a8c2639a
[svn-r30266] Add support for GIT to external filter access
2016-08-08 14:52:13 -05:00
Neil Fortner
297268f238
[svn-r30264] Fixed an issue that could occur when using H5Pset_alignment where a block could
...
be unaligned, causing an assertion failure.
Tested: koala, ostrich, jelly (h5committest), ummon
2016-08-08 13:46:21 -05:00
Vailin Choi
4d358ef0af
[svn-r30262] Fix for HDFFV-9960: H5DOappend will not fail if a dataset has no append callback registered.
...
Tested on mayll, platypus, osx1010test, emu, moohan, kituo, ostrich, kite, quail.
2016-08-05 15:13:54 -05:00
Scot Breitenfeld
a4e4094c76
[svn-r30259] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof is not available in Fortran
...
Added the use of 'storage_size' if 'c_sizeof' is not available.
Tested (jelly, intel)
2016-08-05 13:30:53 -05:00
Allen Byrne
f0365885b4
[svn-r30254] Add missing import
2016-08-03 09:02:45 -05:00
Allen Byrne
b4ceb6c771
[svn-r30251] Ignore dlopen test - created HDFFV-9962
2016-08-02 10:45:38 -05:00
Allen Byrne
f72d425d9c
[svn-r30250] Correct position of finally block for test
2016-08-02 10:29:43 -05:00
Allen Byrne
7e49cb802a
[svn-r30245] remove incorrect copy
2016-08-01 16:44:43 -05:00
Allen Byrne
90d1a82839
[svn-r30243] Correct spelling
2016-08-01 13:23:09 -05:00
Allen Byrne
092e530f4a
[svn-r30242] Cygwin does not implement the getpwuid the same as linux.
2016-08-01 13:22:17 -05:00
Allen Byrne
21cafd9cf4
[svn-r30241] JAVA-1920: new filter for tests.
2016-08-01 13:19:06 -05:00
Allen Byrne
0e99aa203a
[svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which calls a HDF5 function.
2016-08-01 13:17:36 -05:00
Allen Byrne
bac4cf8e92
[svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h type headers. Also remove duplicated includes when h5private.h is used.
2016-08-01 12:38:34 -05:00
Allen Byrne
e55844b752
[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
2016-08-01 12:35:00 -05:00
Allen Byrne
1494413413
[svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in h5diff_array.
...
Also format function block in h5diff_attr to eliminate excessive whitespace
2016-08-01 12:26:41 -05:00
Allen Byrne
4ce65b8585
[svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir instead of a possibly uninitialized variable.
2016-08-01 12:20:21 -05:00
Allen Byrne
db7a701126
[svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.
2016-08-01 12:03:56 -05:00
Allen Byrne
2bb3a09add
[svn-r30231] HDFFV-9944: else statement and braces.
...
refactored out the assert statement since H5MM_xfree allows null argument.
2016-08-01 11:45:44 -05:00
Dana Robinson
e61ed09aab
[svn-r30228] Changed a few printf calls to HDprintf in file_image.c.
...
Checked the return value of a read() call to clean up a warning.
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, file_image test only
2016-07-29 21:02:10 -05:00
Dana Robinson
faea627254
[svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout.
...
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial
2016-07-27 11:56:42 -05:00
Quincey Koziol
4af66b09e0
[svn-r30219] Description:
...
More warning cleaups: down to 770 warnings (from ~940) in 134 files (from
148), with 28 unique kinds of warnings (from 31).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-22 17:43:18 -05:00
Allen Byrne
9b597a4855
[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are not VL strings.
2016-07-20 14:40:42 -05:00
Allen Byrne
2387b1efbd
[svn-r30211] Remove extra cygwin files
2016-07-20 13:31:15 -05:00
Scot Breitenfeld
3f37d67b3c
[svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotools
...
-- Modified C++ to use the same test programs.
Tested: jelly (gnu)
2016-07-20 11:10:42 -05:00
Allen Byrne
33e8407350
[svn-r30207] Change cygwin files to a single file
2016-07-20 10:03:09 -05:00
Allen Byrne
f79cabde38
[svn-r30206] HDFFV-9946: Change cygwin config to a single file
2016-07-20 09:49:43 -05:00
Allen Byrne
760685eba6
[svn-r30205] Correct name of UNSUPPORTED option
2016-07-20 09:45:55 -05:00
Allen Byrne
a621f5f668
[svn-r30204] Move CXX tests to C++ compiler test file
2016-07-20 09:45:25 -05:00
Quincey Koziol
d3b724f86a
[svn-r30201] Description:
...
Switch test framework to dynamically allocate the testing array, and
expand the length of the description field.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-18 17:36:44 -05:00
Scot Breitenfeld
3d90b0e994
[svn-r30198] HDFFV-9467: Use the same test programs for CMake and autotools
...
Tested: jelly (gnu)
2016-07-18 14:07:51 -05:00
Scot Breitenfeld
304d85c3e7
[svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotools
...
Tested: jelly (gnu)
2016-07-18 13:37:17 -05:00
Allen Byrne
a71f9dd1e4
[svn-r30194] Convert usage function to use standard tools macros.
2016-07-18 11:46:43 -05:00
Allen Byrne
dd0eaf951f
[svn-r30192] Correct random code inserted in usage text.
2016-07-18 09:12:34 -05:00
Quincey Koziol
bb19817c9f
[svn-r30189] Description:
...
Clean up more warnings: drop the warning count from ~1310 down to ~940,
with only 31 types of warnings in 148 files (down from 38 types in 167 files).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-17 19:18:42 -05:00
Dana Robinson
c8f4641507
[svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.
...
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, vfd test only w/ various VFDs
2016-07-14 08:55:50 -05:00
Dana Robinson
b2c8ac133c
[svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test.
...
Since it only tests the core VFD, there's no need to get a
VFD-dependent fapl.
Tested on:
64-bit Ubuntu Linux w/ gcc 5.3.1
vfd test w/ all VFDs tested by make check-vfd
2016-07-09 01:43:11 -05:00
Quincey Koziol
2677879995
[svn-r30161] Description:
...
Switch from atoll to strtoull, to make VS2012 happy.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-07 16:38:35 -05:00
Quincey Koziol
ec2fbe0883
[svn-r30158] Description:
...
More warning cleanups. This brings us down to ~1300 warnings in 167 files
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-07 13:54:11 -05:00
Scot Breitenfeld
3e5a61c9ff
[svn-r30154] Fixed inequality comparsions for reals in HL fortran tests
...
(HDFFV-9949, MSB, 7/7/16)
2016-07-07 08:36:50 -05:00
Vailin Choi
88476380be
[svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.
...
Tested on osx1010test, moohan, emu, kituo.
2016-07-06 18:08:42 -05:00
Dana Robinson
130f8135ca
[svn-r30148] Expanded core VFD test in vfd.c. Minor tidying to sec2 VFD test also.
...
Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1
Autotools serial
2016-07-05 20:40:31 -05:00
Dana Robinson
8e9edc8dc1
[svn-r30147] Removed #ifdef-guarded debug output from core VFD.
...
Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1
Autotools serial w/ core and core_paged VFDs
2016-07-05 19:58:58 -05:00
Vailin Choi
af0829aa17
[svn-r30143] Fix for HDFFV-9940.
...
Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
2016-07-03 23:06:34 -05:00
Quincey Koziol
4f967d5029
[svn-r30139] Description:
...
Bring over missing flush+refresh routines, to address Java failures.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
Linux/64 2.6.18 (jam) w/Java
2016-07-02 00:14:06 -05:00