Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
342a3dac851Stripped C standard library headers (and a couple of macros) from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
Dana RobinsonDana Robinson
5605e6090f7Fixed a failing Java plugin test.
Dana RobinsonDana Robinson
c3db0fefbfaMajor rework of H5PL package code before bringing VOL changes over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
Allen ByrneAllen Byrne
64c6d4f2737HDFFV-10254 Fix spelling
Richard WarrenRichard Warren
a3aa192ab75Added a brief outline for Large MPI-IO transfers into RELEASE.txt
Richard WarrenRichard Warren
6572bb6e091Fix up the ExpressMode check for skipping slow running tests.
Richard WarrenRichard Warren
ad4fe33b44cInclude code fixes and additional modifications pointed out by code reviewers
Richard WarrenRichard Warren
2b78d201588Commited changes to the development branch here to allow a pull request to be published
Richard WarrenRichard Warren
2e4584a56d8Commit changes needed for pull request
Allen ByrneAllen Byrne
8d5324e245aHDFFV-10254 release note
Allen ByrneAllen Byrne
054254a3b77HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
Quincey KoziolQuincey Koziol
dad1b11f13fTweaks to prepare for tracking raw data free operations.
Quincey KoziolQuincey Koziol
03dbc6b6185Refactored "freed space" handling for full SWMR work.
Vailin ChoiVailin Choi
171b21b7750Fix for HDFFV-10217 infinite loop in H5VM_power2up(). The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
Dana RobinsonDana Robinson
fc1fe8f8771* Yanked the smoke check that was recently introduced to test the unused H5I_REFERENCE ID type in test_misc19(). This fails when running testhdf5 and skipping the reference test since the H5R package won't be initialized. H5I_REFERENCE will be going away soon and the ID type is unused so there's really no point to doing anything to test it. * Cleaned up test_misc13(), which is a basic test of userblock functionality, to not emit warnings due to the large global array.
Dana RobinsonDana Robinson
12a972b4c63Turned off unused parameter warnings in gcc for Java constants. None of the constant functions use their parameters, so emitting warnings for them generates a large amount of noise. Since these are trivial wrappers, marking them up with H5_ATTR_UNUSED would be a huge waste of time.
Dana RobinsonDana Robinson
c262d1e25a2More minor whitespace cleanup
Dana RobinsonDana Robinson
18e2693f326Fixed a minor comment typo in H5R.c
Dana RobinsonDana Robinson
2e89abc8573* Reverted removal of H5I_REFERENCE to avoid breaking binary compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c.
Dana RobinsonDana Robinson
76ada469ee9Added missing free() call to test_misc19().
Dana RobinsonDana Robinson
2911d8b5243Purged the unused H5I_REFERENCE from the library.
Dana RobinsonDana Robinson
8e4eb9d9921Added a test for VFD IDs to testhdf5. This required adding some code to generate a fake VFD class to pass to H5FDregister(). Also, a bunch of whitespace and comment tidying.
Vailin ChoiVailin Choi
8089719ef98Skip HDFFV-10160 filenotclosed test for split/multi driver Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting
Dana RobinsonDana Robinson
891539580e3Revert "Partial removal of NDEBUG ifdefs from the library." This reverts commit a2b7560aa6fa960b2aecddeab331b2b13d485d4f.
Dana RobinsonDana Robinson
9f918189f7bPartial removal of NDEBUG ifdefs from the library.
Dana RobinsonDana Robinson
5d5a6eea695Removed compiler flag cleanup since Solaris chokes on it.
Vailin ChoiVailin Choi
c56ce1b8892Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file.
Dana RobinsonDana Robinson
095ec77b7dfFixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true.
Dana RobinsonDana Robinson
f5af471aab1Updated the --enable-debug/production handling in configure.ac so that it more reliably indicates that the configure option can no longer be used. Previously, using --enable-debug="", etc. would not trigger an error (even though such usage is unlikely).
Dana RobinsonDana Robinson
fa04e882d49Added awk processing to remove extraneous whitespace from H5_ flags in configure.
Dana RobinsonDana Robinson
762699d8a0fFixed a comment in configure.ac
Allen ByrneAllen Byrne
4c46d8de7aeHDFFV-10219 another mode change
Allen ByrneAllen Byrne
fd7e10ef2feHDFFV-10219 change subset to use BINARY mode for h5dump
Allen ByrneAllen Byrne
4bff12e8324HDFFV-10219 default input binary to NATIVE
Allen ByrneAllen Byrne
374b4360706Set default of var to NATIVE
Allen ByrneAllen Byrne
f87a79180b7HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed
Allen ByrneAllen Byrne
98bfae358d6Correct name of options variable
Allen ByrneAllen Byrne
d73269b8615Synch with CMake original code
Allen ByrneAllen Byrne
a82221658d7HDFFV-10219 remove standard headers already included in h5private.h
Allen ByrneAllen Byrne
76ef37ee341HDFFFV-10219 fix file creation contention on windows
Allen ByrneAllen Byrne
d38b8eb42f6HDFFV-10219 - fix name templates
Allen ByrneAllen Byrne
ffd79f9403eHDFFV-10219 add test headers
Allen ByrneAllen Byrne
dbe23f70134HDFFV-10219 - remove debug comments
Allen ByrneAllen Byrne
94eb61dbf7aHDFFV-10219 - Fix subset test
Allen ByrneAllen Byrne
e3ccc862e31HDFFV-10219Fix binary test to use gen files
Allen ByrneAllen Byrne
8b107efc72eAdd subset tests to script
Allen ByrneAllen Byrne
72988066cdfFix changes to reference files. Still need to add subset test.
Allen ByrneAllen Byrne
66ba5f81e13Update release note
Allen ByrneAllen Byrne
08fe4aaca56HDFFV-10219 - disable debug output
Allen ByrneAllen Byrne
e853c84b76aHDFFV-10219 Add new reference file file for new test