summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r30285] Description:Quincey Koziol2016-08-1331-350/+331
| | | | | | | | | 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)
* [svn-r30279] Purpose: Code improvement (HDFFR-9725)Binh-Minh Ribler2016-08-1213-101/+78
| | | | | | | | | Description: Removed deprecated functions in previous releases due to missing const. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r30275] Rework test_mf_bug1 to work with multi and split drivers.Neil Fortner2016-08-091-66/+106
| | | | Tested: ummon
* [svn-r30272] Purpose: Code improvementBinh-Minh Ribler2016-08-099-82/+37
| | | | | | | | | | | 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)
* [svn-r30270] Fix an issue that could occur when allocating a chunked dataset ↵Neil Fortner2016-08-084-4/+112
| | | | | | | | | 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
* [svn-r30268] Remove failure causing code in test/mf.c unintentionally added ↵Neil Fortner2016-08-081-1/+1
| | | | in r30264.
* [svn-r30266] Add support for GIT to external filter accessAllen Byrne2016-08-081-17/+20
|
* [svn-r30264] Fixed an issue that could occur when using H5Pset_alignment ↵Neil Fortner2016-08-082-18/+144
| | | | | | | | where a block could be unaligned, causing an assertion failure. Tested: koala, ostrich, jelly (h5committest), ummon
* [svn-r30262] Fix for HDFFV-9960: H5DOappend will not fail if a dataset has ↵Vailin Choi2016-08-052-3/+106
| | | | | | no append callback registered. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, ostrich, kite, quail.
* [svn-r30259] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵Scot Breitenfeld2016-08-051-1/+5
| | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
* [svn-r30254] Add missing importAllen Byrne2016-08-031-0/+1
|
* [svn-r30251] Ignore dlopen test - created HDFFV-9962Allen Byrne2016-08-022-3/+2
|
* [svn-r30250] Correct position of finally block for testAllen Byrne2016-08-021-16/+16
|
* [svn-r30245] remove incorrect copyAllen Byrne2016-08-011-6/+0
|
* [svn-r30243] Correct spellingAllen Byrne2016-08-011-1/+1
|
* [svn-r30242] Cygwin does not implement the getpwuid the same as linux.Allen Byrne2016-08-011-2/+2
|
* [svn-r30241] JAVA-1920: new filter for tests.Allen Byrne2016-08-011-0/+104
|
* [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which ↵Allen Byrne2016-08-017-7/+176
| | | | calls a HDF5 function.
* [svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h ↵Allen Byrne2016-08-0111-29/+0
| | | | type headers. Also remove duplicated includes when h5private.h is used.
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-0125-532/+197
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in ↵Allen Byrne2016-08-012-12/+6
| | | | | | h5diff_array. Also format function block in h5diff_attr to eliminate excessive whitespace
* [svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir ↵Allen Byrne2016-08-0114-14/+14
| | | | instead of a possibly uninitialized variable.
* [svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.Allen Byrne2016-08-018-18/+1564
|
* [svn-r30231] HDFFV-9944: else statement and braces.Allen Byrne2016-08-011-17/+24
| | | | refactored out the assert statement since H5MM_xfree allows null argument.
* [svn-r30228] Changed a few printf calls to HDprintf in file_image.c.Dana Robinson2016-07-301-4/+5
| | | | | | | 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
* [svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout.Dana Robinson2016-07-273-11/+13
| | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial
* [svn-r30219] Description:Quincey Koziol2016-07-2233-852/+799
| | | | | | | | | 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)
* [svn-r30213] Add H5Aread_complex for reading arrays and compounds that are ↵Allen Byrne2016-07-204-3/+69
| | | | not VL strings.
* [svn-r30211] Remove extra cygwin filesAllen Byrne2016-07-202-32/+0
|
* [svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-202-57/+19
| | | | | | -- Modified C++ to use the same test programs. Tested: jelly (gnu)
* [svn-r30207] Change cygwin files to a single fileAllen Byrne2016-07-201-2/+1
|
* [svn-r30206] HDFFV-9946: Change cygwin config to a single fileAllen Byrne2016-07-203-275/+24
|
* [svn-r30205] Correct name of UNSUPPORTED optionAllen Byrne2016-07-202-3/+3
|
* [svn-r30204] Move CXX tests to C++ compiler test fileAllen Byrne2016-07-204-44/+60
|
* [svn-r30201] Description:Quincey Koziol2016-07-187-18/+59
| | | | | | | | | 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)
* [svn-r30198] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-181-0/+136
| | | | Tested: jelly (gnu)
* [svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-184-457/+65
| | | | Tested: jelly (gnu)
* [svn-r30194] Convert usage function to use standard tools macros.Allen Byrne2016-07-183-63/+64
|
* [svn-r30192] Correct random code inserted in usage text.Allen Byrne2016-07-181-5/+2
|
* [svn-r30189] Description:Quincey Koziol2016-07-1847-1064/+1316
| | | | | | | | | 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)
* [svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.Dana Robinson2016-07-141-1/+2
| | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only w/ various VFDs
* [svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test.Dana Robinson2016-07-091-1/+2
| | | | | | | | | | 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
* [svn-r30161] Description:Quincey Koziol2016-07-071-1/+1
| | | | | | | | Switch from atoll to strtoull, to make VS2012 happy. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30158] Description:Quincey Koziol2016-07-075-205/+222
| | | | | | | | 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)
* [svn-r30154] Fixed inequality comparsions for reals in HL fortran testsScot Breitenfeld2016-07-074-51/+112
| | | | (HDFFV-9949, MSB, 7/7/16)
* [svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.Vailin Choi2016-07-061-3/+3
| | | | Tested on osx1010test, moohan, emu, kituo.
* [svn-r30148] Expanded core VFD test in vfd.c. Minor tidying to sec2 VFD test ↵Dana Robinson2016-07-061-189/+295
| | | | | | | also. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
* [svn-r30147] Removed #ifdef-guarded debug output from core VFD.Dana Robinson2016-07-061-72/+15
| | | | | Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial w/ core and core_paged VFDs
* [svn-r30143] Fix for HDFFV-9940.Vailin Choi2016-07-045-0/+331
| | | | Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
* [svn-r30139] Description:Quincey Koziol2016-07-026-0/+178
| | | | | | | | 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