Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute ↵ | Vailin Choi | 2016-08-19 | 6 | -4/+418 |
| | | | | | | | which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. | ||||
* | [svn-r30306] Updated vfd test to be better about fapls and h5_reset(). | Dana Robinson | 2016-08-19 | 1 | -72/+110 |
| | | | | | | | | | | | Prevents the test from segfaulting in other sub-tests when a previous test fails. Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial + direct VFD (vfd test only) Also tested with a forced error to ensure that the test no longer segfaults and confirmed that all test files are cleaned up. | ||||
* | [svn-r30303] Fixed unbalanced parentheses in H5F_SAME_SHARED macro. | Dana Robinson | 2016-08-18 | 1 | -1/+1 |
| | | | | | | | | This version of the macro isn't used anywhere in the HDF5 source. Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial | ||||
* | [svn-r30301] Changed the print ordering of the SIZE_OF/KIND program output ↵ | Scot Breitenfeld | 2016-08-18 | 1 | -9/+9 |
| | | | | | | in order to match what is done in cmake. Tested: gnu, jelly. | ||||
* | [svn-r30300] Fixed the ordering for KIND and SIZE_OF in the fortarn program ↵ | Scot Breitenfeld | 2016-08-18 | 1 | -3/+3 |
| | | | | | | | | in order to match the sed commands. Should only matter for the NAG compiler. Tested: (gnu, jelly) | ||||
* | [svn-r30297] Changed FAIL_STACK_ERROR to TEST_ERROR in test/vfd.c. | Dana Robinson | 2016-08-18 | 1 | -51/+51 |
| | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only | ||||
* | [svn-r30295] Minor whitespace cleanup in h5test.c. | Dana Robinson | 2016-08-17 | 1 | -45/+55 |
| | | | | | Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.4.0 Autotools serial w/ make check-vfd | ||||
* | [svn-r30292] Description: | Quincey Koziol | 2016-08-16 | 1 | -1/+1 |
| | | | | | | | | Correct failure on older Windows compilers. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r30289] Fix for HDFFV-9960 H5DOappend without append callback. | Vailin Choi | 2016-08-14 | 1 | -20/+18 |
| | | | | | This is the second part of the fix--see crucible review HDF5-383. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. | ||||
* | [svn-r30285] Description: | Quincey Koziol | 2016-08-13 | 31 | -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 Ribler | 2016-08-12 | 13 | -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 Fortner | 2016-08-09 | 1 | -66/+106 |
| | | | | Tested: ummon | ||||
* | [svn-r30272] Purpose: Code improvement | Binh-Minh Ribler | 2016-08-09 | 9 | -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 Fortner | 2016-08-08 | 4 | -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 Fortner | 2016-08-08 | 1 | -1/+1 |
| | | | | in r30264. | ||||
* | [svn-r30266] Add support for GIT to external filter access | Allen Byrne | 2016-08-08 | 1 | -17/+20 |
| | |||||
* | [svn-r30264] Fixed an issue that could occur when using H5Pset_alignment ↵ | Neil Fortner | 2016-08-08 | 2 | -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 Choi | 2016-08-05 | 2 | -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 Breitenfeld | 2016-08-05 | 1 | -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 import | Allen Byrne | 2016-08-03 | 1 | -0/+1 |
| | |||||
* | [svn-r30251] Ignore dlopen test - created HDFFV-9962 | Allen Byrne | 2016-08-02 | 2 | -3/+2 |
| | |||||
* | [svn-r30250] Correct position of finally block for test | Allen Byrne | 2016-08-02 | 1 | -16/+16 |
| | |||||
* | [svn-r30245] remove incorrect copy | Allen Byrne | 2016-08-01 | 1 | -6/+0 |
| | |||||
* | [svn-r30243] Correct spelling | Allen Byrne | 2016-08-01 | 1 | -1/+1 |
| | |||||
* | [svn-r30242] Cygwin does not implement the getpwuid the same as linux. | Allen Byrne | 2016-08-01 | 1 | -2/+2 |
| | |||||
* | [svn-r30241] JAVA-1920: new filter for tests. | Allen Byrne | 2016-08-01 | 1 | -0/+104 |
| | |||||
* | [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which ↵ | Allen Byrne | 2016-08-01 | 7 | -7/+176 |
| | | | | calls a HDF5 function. | ||||
* | [svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h ↵ | Allen Byrne | 2016-08-01 | 11 | -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 Byrne | 2016-08-01 | 25 | -532/+197 |
| | | | | commands. Fixes possible overruns on windows command lines. | ||||
* | [svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in ↵ | Allen Byrne | 2016-08-01 | 2 | -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 Byrne | 2016-08-01 | 14 | -14/+14 |
| | | | | instead of a possibly uninitialized variable. | ||||
* | [svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests. | Allen Byrne | 2016-08-01 | 8 | -18/+1564 |
| | |||||
* | [svn-r30231] HDFFV-9944: else statement and braces. | Allen Byrne | 2016-08-01 | 1 | -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 Robinson | 2016-07-30 | 1 | -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 Robinson | 2016-07-27 | 3 | -11/+13 |
| | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial | ||||
* | [svn-r30219] Description: | Quincey Koziol | 2016-07-22 | 33 | -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 Byrne | 2016-07-20 | 4 | -3/+69 |
| | | | | not VL strings. | ||||
* | [svn-r30211] Remove extra cygwin files | Allen Byrne | 2016-07-20 | 2 | -32/+0 |
| | |||||
* | [svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotools | Scot Breitenfeld | 2016-07-20 | 2 | -57/+19 |
| | | | | | | -- Modified C++ to use the same test programs. Tested: jelly (gnu) | ||||
* | [svn-r30207] Change cygwin files to a single file | Allen Byrne | 2016-07-20 | 1 | -2/+1 |
| | |||||
* | [svn-r30206] HDFFV-9946: Change cygwin config to a single file | Allen Byrne | 2016-07-20 | 3 | -275/+24 |
| | |||||
* | [svn-r30205] Correct name of UNSUPPORTED option | Allen Byrne | 2016-07-20 | 2 | -3/+3 |
| | |||||
* | [svn-r30204] Move CXX tests to C++ compiler test file | Allen Byrne | 2016-07-20 | 4 | -44/+60 |
| | |||||
* | [svn-r30201] Description: | Quincey Koziol | 2016-07-18 | 7 | -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 autotools | Scot Breitenfeld | 2016-07-18 | 1 | -0/+136 |
| | | | | Tested: jelly (gnu) | ||||
* | [svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotools | Scot Breitenfeld | 2016-07-18 | 4 | -457/+65 |
| | | | | Tested: jelly (gnu) | ||||
* | [svn-r30194] Convert usage function to use standard tools macros. | Allen Byrne | 2016-07-18 | 3 | -63/+64 |
| | |||||
* | [svn-r30192] Correct random code inserted in usage text. | Allen Byrne | 2016-07-18 | 1 | -5/+2 |
| | |||||
* | [svn-r30189] Description: | Quincey Koziol | 2016-07-18 | 47 | -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 Robinson | 2016-07-14 | 1 | -1/+2 |
| | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only w/ various VFDs |