Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
9f6687e5a90Made plugin table globals static in H5PLint.c.
Dana RobinsonDana Robinson
dfe761cd08aCleanup of H5PL plugin control mask functionality.
Dana RobinsonDana Robinson
37cd9e9f97eTweak to gcc pragmas in H5PLint.c that caused a test failure.
Dana RobinsonDana Robinson
3f0742ac4d1Added gcc pragmas to silence a warning about using the return value from dlsym().
Dana RobinsonDana Robinson
52dffe78fcaMMerge branch 'develop' into h5pl_cleanup
Vailin ChoiVailin Choi
2da8e74cc5cMMerge pull request #597 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop * commit '8935c921f7e50607cd91c86b2237ac39a9b600af': Fix 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.
Vailin ChoiVailin Choi
8935c921f7eFix 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
1788a89fc59Made plugin search path table grow dynamically and improved the plugin test.
Dana RobinsonDana Robinson
e51514a5042Fixed some minor issues in the plugin test.
Dana RobinsonDana Robinson
266baa10f1eMoved plugin path tabe initialization to H5PL package init.
Dana RobinsonDana Robinson
bf805d5b565Changed some H5PL values to unsigned int from size_t and fixed some wayward casting.
Dana RobinsonDana Robinson
1208e08ed0aMade the plugin table dynamic.
Dana RobinsonDana Robinson
3e20244959dMinor trace change after autogen.sh.
Dana RobinsonDana Robinson
37bff20153eMoved ugly H5PL Windows macro to H5PLpath.c.
Dana RobinsonDana Robinson
244d4fcbe54Full isolation of H5PL path globals.
Dana RobinsonDana Robinson
faab6600addMoved H5PLget() funcationality to H5PLpath.c.
Dana RobinsonDana Robinson
9391117bbaaMoved H5PLreplace() code to H5PLpath.c
Dana RobinsonDana Robinson
190feb33f92Moved H5PLremove() code over to H5PLpath.c.
Dana RobinsonDana Robinson
422ecf4227eMoved H5PLinsert() processing to H5PLpath.c and consolidated path table operations into two static helper functions.
Dana RobinsonDana Robinson
6634afc2428Moved H5PLreplace code to H5PLpath.c
Dana RobinsonDana Robinson
003f815f37cMoved the path prepend code to H5PLpath.c
Dana RobinsonDana Robinson
6c4a0e21f24More plugin search path work.
Dana RobinsonDana Robinson
6397850f9f6First part of separating out plugin search path code.
Dana RobinsonDana Robinson
97437dab82bMinor tweaks to trace script and an H5PL signature.
Dana RobinsonDana Robinson
fe6e0e22f34Minor H5PL code changes and reformatting.
Dana RobinsonDana Robinson
b72248f9214Moved some H5PL variable declarations and extern definitions around.
Dana RobinsonDana Robinson
af553d0ff6eSeparated private and public H5PL code.
Dana RobinsonDana Robinson
df85413f2eeMore H5PL cleanup
Dana RobinsonDana Robinson
48d66e5da9fAdded empty H5PLint.c file and autotools/CMake fixup.
Dana RobinsonDana Robinson
afcb0330478Comment cleanup pass over H5PL code.
Dana RobinsonDana Robinson
7e8bfb48b02Purged H5I_REFERENCE from the library and wrappers.
Dana RobinsonDana Robinson
46450bd9d02MMerge pull request #594 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:test_misc13 to develop * commit '191147ec90d72619632a24242c003ecb3bccfffd': * 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. * C...
Dana RobinsonDana Robinson
191147ec90d* 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
9ac6413f801MMerge pull request #590 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:java_warnings to develop * commit '5d6ed0b298e3a40051a975a466820030360e8a31': Turned off unused parameter warnings in gcc for Java constants.
Dana RobinsonDana Robinson
5d6ed0b298eTurned 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.
Vailin ChoiVailin Choi
6428a637752MMerge pull request #591 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop * commit '1e1403cf1d959d5a88b2ff595096ee52af26db58': Skip 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
Vailin ChoiVailin Choi
1e1403cf1d9Skip 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
99e44094f2aMMerge pull request #589 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tmisc19 to develop * commit '9a749a64f06187bc5ae17e848eab9aacdfc57f8a': More minor whitespace cleanup Fixed a minor comment typo in H5R.c * Reverted removal of H5I_REFERENCE to avoid breaking binary compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c. Added missing free() call to test_misc19(). Purged the unused H5I_REFERENCE from the library. Added a test for VFD IDs to testhdf5.
Dana RobinsonDana Robinson
9a749a64f06More minor whitespace cleanup
Dana RobinsonDana Robinson
dfceb84d475Fixed a minor comment typo in H5R.c
Dana RobinsonDana Robinson
76b9a0e7eff* 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
d342358a3b1Added missing free() call to test_misc19().
Dana RobinsonDana Robinson
0d6930d3c2cPurged the unused H5I_REFERENCE from the library.
Dana RobinsonDana Robinson
b6944aeb2abAdded 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
5262b98b340MMerge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop * commit '804a88fafdca3d6a76312ab01ac4d6d5b103e9dc': Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file.
Vailin ChoiVailin Choi
804a88fafdcFix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file.
Dana RobinsonDana Robinson
dba4a60413fMMerge pull request #588 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit 'd2c7df4ac005e461df3a486791560821ab7b4585': Revert "Partial removal of NDEBUG ifdefs from the library." Partial removal of NDEBUG ifdefs from the library. Removed compiler flag cleanup since Solaris chokes on it.
Dana RobinsonDana Robinson
d2c7df4ac00Revert "Partial removal of NDEBUG ifdefs from the library." This reverts commit a2b7560aa6fa960b2aecddeab331b2b13d485d4f.
Dana RobinsonDana Robinson
5011e90f1a6MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
Dana RobinsonDana Robinson
95bbd396ff7Removed compiler flag cleanup since Solaris chokes on it.