Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
692baf2f927[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
bf97b36d821[svn-r30275] Rework test_mf_bug1 to work with multi and split drivers. Tested: ummon
Binh-Minh RiblerBinh-Minh Ribler
84027ad9635[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
2de992489d8[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
049f52774a1[svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264.
Allen ByrneAllen Byrne
6b27f0932fd[svn-r30266] Add support for GIT to external filter access
Neil FortnerNeil Fortner
080dcb0090c[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
d92b1e4c181[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
2b9d6378e9a[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
4c04ae601cf[svn-r30254] Add missing import
Allen ByrneAllen Byrne
cd4a341e6a0[svn-r30251] Ignore dlopen test - created HDFFV-9962
Allen ByrneAllen Byrne
966ad372781[svn-r30250] Correct position of finally block for test
Allen ByrneAllen Byrne
fb656882f0a[svn-r30245] remove incorrect copy
Allen ByrneAllen Byrne
7a5e8df6c5d[svn-r30243] Correct spelling
Allen ByrneAllen Byrne
73dc93934af[svn-r30242] Cygwin does not implement the getpwuid the same as linux.
Allen ByrneAllen Byrne
2c90951c7c1[svn-r30241] JAVA-1920: new filter for tests.
Allen ByrneAllen Byrne
988a2edd997[svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which calls a HDF5 function.
Allen ByrneAllen Byrne
d7f4498b088[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
5dd47600dda[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
Allen ByrneAllen Byrne
950d15f9b96[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
ec914651e23[svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir instead of a possibly uninitialized variable.
Allen ByrneAllen Byrne
2c21a4b5e18[svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.
Allen ByrneAllen Byrne
353084aa616[svn-r30231] HDFFV-9944: else statement and braces. refactored out the assert statement since H5MM_xfree allows null argument.
Dana RobinsonDana Robinson
0c30b9dde76[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
47b673a2abf[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
e3696ceaa50[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
97b1fdcb92c[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are not VL strings.
Allen ByrneAllen Byrne
eff74e7b5fe[svn-r30211] Remove extra cygwin files
Scot BreitenfeldScot Breitenfeld
073db9e936f[svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotools -- Modified C++ to use the same test programs. Tested: jelly (gnu)
Allen ByrneAllen Byrne
7e3dff392f0[svn-r30207] Change cygwin files to a single file
Allen ByrneAllen Byrne
fcf1b434693[svn-r30206] HDFFV-9946: Change cygwin config to a single file
Allen ByrneAllen Byrne
86702816ac1[svn-r30205] Correct name of UNSUPPORTED option
Allen ByrneAllen Byrne
28be46ac5db[svn-r30204] Move CXX tests to C++ compiler test file
Quincey KoziolQuincey Koziol
06248b6c6a1Revert part of SVN r30189 change, since the environment value is used for SWMR tests.
Quincey KoziolQuincey Koziol
c1c7eb4433e[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)
Scot BreitenfeldScot Breitenfeld
ec38b01b91b[svn-r30198] HDFFV-9467: Use the same test programs for CMake and autotools Tested: jelly (gnu)
Scot BreitenfeldScot Breitenfeld
84e397ce86c[svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotools Tested: jelly (gnu)
Allen ByrneAllen Byrne
b265a0be6d1[svn-r30194] Convert usage function to use standard tools macros.
Allen ByrneAllen Byrne
22b4e4d9d7c[svn-r30192] Correct random code inserted in usage text.
Quincey KoziolQuincey Koziol
a995942793a[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)
Dana RobinsonDana Robinson
99f83cd8576[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
Dana RobinsonDana Robinson
4c974280253[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
Quincey KoziolQuincey Koziol
a0a6b15585b[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)
Quincey KoziolQuincey Koziol
16b50f3f4d5[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)
Dana RobinsonDana Robinson
c27f4e3177c[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
Quincey KoziolQuincey Koziol
699bb0bdfbfAdd new files.
Quincey KoziolQuincey Koziol
9bfe869ba29Remove [now] unused file.
Quincey KoziolQuincey Koziol
2891401b97cDescription: Major changes to fix SWMR I/O Tested on: MacOSX/64 10.12.1 (amazon) w/serial & parallel Linux/64 2.6 (koala) w/serial
Dana RobinsonDana Robinson
8b7f12bd15eMMerge pull request #79 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:set_extent_badness_fix to revise_chunks Merged .gitignore and .gitattributes. We still need to go over .gitattributes more carefully, but that will be a separate JIRA ticket. * commit 'f2b457cb8502bc4f18596a3aabc0b287f99de9fe': Added .gitattributes and .gitignore files (copied from develop)
Dana RobinsonDana Robinson
f2b457cb850Added .gitattributes and .gitignore files (copied from develop)