Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test. | Dana Robinson | 2016-07-09 | 1 | -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 Koziol | 2016-07-07 | 1 | -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 Koziol | 2016-07-07 | 5 | -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 tests | Scot Breitenfeld | 2016-07-07 | 4 | -51/+112 |
| | | | | (HDFFV-9949, MSB, 7/7/16) | ||||
* | [svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940. | Vailin Choi | 2016-07-06 | 1 | -3/+3 |
| | | | | Tested on osx1010test, moohan, emu, kituo. | ||||
* | [svn-r30148] Expanded core VFD test in vfd.c. Minor tidying to sec2 VFD test ↵ | Dana Robinson | 2016-07-06 | 1 | -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 Robinson | 2016-07-06 | 1 | -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 Choi | 2016-07-04 | 5 | -0/+331 |
| | | | | Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail. | ||||
* | [svn-r30139] Description: | Quincey Koziol | 2016-07-02 | 6 | -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 | ||||
* | [svn-r30134] Description: | Quincey Koziol | 2016-07-02 | 2 | -0/+24 |
| | | | | | | | Add CMake macros and detections for the "round" family of routines. Tested on: Upcoming Windows daily tests | ||||
* | [svn-r30131] Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for ↵ | Neil Fortner | 2016-07-01 | 3 | -0/+10 |
| | | | | | | | | | a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing. Tested: ummon | ||||
* | [svn-r30127] Description: | Quincey Koziol | 2016-06-30 | 2 | -0/+53 |
| | | | | | | | | | Use internal rounding routine, if the StdC ones aren't available (like on Windows). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r30126] Description: | Quincey Koziol | 2016-06-30 | 1 | -1/+3 |
| | | | | | | | | Correct build error with non-debug parallel builds Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) |