Network

 
AuthorCommitMessageCommit Date
Vailin ChoiVailin Choi
169014d1540[svn-r30319] Fix for daily test failure on emu -m64 for the checkin #30310. Tested on emu (-m64 & -m32), platypus, mayll, moohan, osx1010test, quail, kituo, ostrich, kite.
Allen ByrneAllen Byrne
42d55a0f7d1[svn-r30318] whitespace cleanup
Allen ByrneAllen Byrne
2d6dd8ea642[svn-r30317] Whitespace cleanup
Allen ByrneAllen Byrne
4b471dea845[svn-r30316] Use dns name for CDash instead of ip address
Allen ByrneAllen Byrne
241dc68b484[svn-r30315] HDFFV-9972: Fix test reference and change default for H5Iget_name in JNI API.
Allen ByrneAllen Byrne
3c331b231af[svn-r30314] HDFFV-9971: Change the usage of a CMake variable for the build type to the recommended variable name. Updated documentation.
Allen ByrneAllen Byrne
737bb567355[svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows. Added windows name suffix for debug to CMake cmd_arg for examples and test. Fix issues discovered under debug testing; Create a version of H5Iget_name that correctly returns the name. Rework PIN_JAVA_STRING macro and usage to eliminate possible memory leaks by using if-else instead of mid-routine return. Update example to use new H5Iget_name API. Tested: windows under debug
Allen ByrneAllen Byrne
f14e4b3e206[svn-r30312] HDFFV-9706: Commit changes as discussed in HDF5-379.
Binh-Minh RiblerBinh-Minh Ribler
b1c4fd77d9c[svn-r30311] Purpose: Fix bug HDFFR-9920 cont. trunk: Description: Continued rearranging the classes to model the relationship of HDF5 objects more accurately. The changes included: - in the baseclass list of Attribute, changed "public IdComponent" to "public H5Location", because location sometime can be specified with attribute - moved H5A wrappers in H5Location to H5Object because H5A functions can't be called on attribute id - removed the stubs Attrib...
Vailin ChoiVailin Choi
ae18cf66d8b[svn-r30310] Fix daily test failure for previous checkin #30308. Tested on platypus and mayll.
Binh-Minh RiblerBinh-Minh Ribler
c78f1ec8829[svn-r30309] Purpose: Fix bug HDFFR-9920 Description: Rearranged the classes to model the relationship of HDF5 objects more accurately. The changes included: - moved CommonFG's methods to Group - removed CommonFG from Group's base class list - removed CommonFG from H5File's base class list and changed "public H5Location" to "public Group" in the base class list - CommonFG became unused - result of the modified partial class diagram: ...
Vailin ChoiVailin Choi
c8af99f5305[svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
Dana RobinsonDana Robinson
c58ca9e28be[svn-r30306] Updated vfd test to be better about fapls and h5_reset(). 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.
Dana RobinsonDana Robinson
00c508dc682[svn-r30303] Fixed unbalanced parentheses in H5F_SAME_SHARED macro. 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
Scot BreitenfeldScot Breitenfeld
79b14e8b4de[svn-r30301] Changed the print ordering of the SIZE_OF/KIND program output in order to match what is done in cmake. Tested: gnu, jelly.
Scot BreitenfeldScot Breitenfeld
50101954358[svn-r30300] Fixed the ordering for KIND and SIZE_OF in the fortarn program in order to match the sed commands. Should only matter for the NAG compiler. Tested: (gnu, jelly)
Dana RobinsonDana Robinson
6d7ac8aa158[svn-r30297] Changed FAIL_STACK_ERROR to TEST_ERROR in test/vfd.c. Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only
Dana RobinsonDana Robinson
9f163e69f5e[svn-r30295] Minor whitespace cleanup in h5test.c. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.4.0 Autotools serial w/ make check-vfd
Quincey KoziolQuincey Koziol
e10e6721a6d[svn-r30292] Description: Correct failure on older Windows compilers. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Vailin ChoiVailin Choi
197b29ced6e[svn-r30289] Fix for HDFFV-9960 H5DOappend without append callback. This is the second part of the fix--see crucible review HDF5-383. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
Quincey KoziolQuincey Koziol
f40381b0eab[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)
Binh-Minh RiblerBinh-Minh Ribler
ae0b7490126[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)
Neil FortnerNeil Fortner
7ee176d29bf[svn-r30275] Rework test_mf_bug1 to work with multi and split drivers. Tested: ummon
Binh-Minh RiblerBinh-Minh Ribler
b3017997a80[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)
Neil FortnerNeil Fortner
7de719287a6[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
Neil FortnerNeil Fortner
36c595e5ea6[svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264.
Allen ByrneAllen Byrne
67a8c2639a1[svn-r30266] Add support for GIT to external filter access
Neil FortnerNeil Fortner
297268f2386[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
Vailin ChoiVailin Choi
4d358ef0afa[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.
Scot BreitenfeldScot Breitenfeld
a4e4094c766[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)
Allen ByrneAllen Byrne
f0365885b4b[svn-r30254] Add missing import
Allen ByrneAllen Byrne
b4ceb6c771b[svn-r30251] Ignore dlopen test - created HDFFV-9962
Allen ByrneAllen Byrne
f72d425d9c2[svn-r30250] Correct position of finally block for test
Allen ByrneAllen Byrne
7e49cb802af[svn-r30245] remove incorrect copy
Allen ByrneAllen Byrne
90d1a82839e[svn-r30243] Correct spelling
Allen ByrneAllen Byrne
092e530f4a3[svn-r30242] Cygwin does not implement the getpwuid the same as linux.
Allen ByrneAllen Byrne
21cafd9cf47[svn-r30241] JAVA-1920: new filter for tests.
Allen ByrneAllen Byrne
0e99aa203a9[svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which calls a HDF5 function.
Allen ByrneAllen Byrne
bac4cf8e92b[svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h type headers. Also remove duplicated includes when h5private.h is used.
Allen ByrneAllen Byrne
e55844b7523[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
Allen ByrneAllen Byrne
14944134139[svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in h5diff_array. Also format function block in h5diff_attr to eliminate excessive whitespace
Allen ByrneAllen Byrne
4ce65b85850[svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir instead of a possibly uninitialized variable.
Allen ByrneAllen Byrne
db7a701126c[svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.
Allen ByrneAllen Byrne
2bb3a09add7[svn-r30231] HDFFV-9944: else statement and braces. refactored out the assert statement since H5MM_xfree allows null argument.
Dana RobinsonDana Robinson
e61ed09aab3[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
Dana RobinsonDana Robinson
faea627254f[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
Quincey KoziolQuincey Koziol
4af66b09e03[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)
Allen ByrneAllen Byrne
9b597a48552[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are not VL strings.
Allen ByrneAllen Byrne
2387b1efbd5[svn-r30211] Remove extra cygwin files
Scot BreitenfeldScot Breitenfeld
3f37d67b3ca[svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotools -- Modified C++ to use the same test programs. Tested: jelly (gnu)