Author Commit Message Commit Date Dana Robinson 342a3dac851 Stripped 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. 17 Jul 2017 Dana Robinson 5605e6090f7 Fixed a failing Java plugin test. 14 Jul 2017 Dana Robinson c3db0fefbfa Major 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. 14 Jul 2017 Allen Byrne 64c6d4f2737 HDFFV-10254 Fix spelling 13 Jul 2017 Richard Warren a3aa192ab75 Added a brief outline for Large MPI-IO transfers into RELEASE.txt 13 Jul 2017 Richard Warren 6572bb6e091 Fix up the ExpressMode check for skipping slow running tests. 10 Jul 2017 Richard Warren ad4fe33b44c Include code fixes and additional modifications pointed out by code reviewers 10 Jul 2017 Richard Warren 2b78d201588 Commited changes to the development branch here to allow a pull request to be published 05 Jul 2017 Richard Warren 2e4584a56d8 Commit changes needed for pull request 05 Jul 2017 Allen Byrne 8d5324e245a HDFFV-10254 release note 12 Jul 2017 Allen Byrne 054254a3b77 HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure 12 Jul 2017 Quincey Koziol dad1b11f13f Tweaks to prepare for tracking raw data free operations. 16 Aug 2017 Quincey Koziol 03dbc6b6185 Refactored "freed space" handling for full SWMR work. 16 Aug 2017 Vailin Choi 171b21b7750 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. 10 Jul 2017 Dana 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. 05 Jul 2017 Dana Robinson 12a972b4c63 Turned 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. 03 Jul 2017 Dana Robinson c262d1e25a2 More minor whitespace cleanup 03 Jul 2017 Dana Robinson 18e2693f326 Fixed a minor comment typo in H5R.c 03 Jul 2017 Dana 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. 03 Jul 2017 Dana Robinson 76ada469ee9 Added missing free() call to test_misc19(). 30 Jun 2017 Dana Robinson 2911d8b5243 Purged the unused H5I_REFERENCE from the library. 30 Jun 2017 Dana Robinson 8e4eb9d9921 Added 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. 30 Jun 2017 Vailin Choi 8089719ef98 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 05 Jul 2017 Dana Robinson 891539580e3 Revert "Partial removal of NDEBUG ifdefs from the library."
This reverts commit a2b7560aa6fa960b2aecddeab331b2b13d485d4f. 29 Jun 2017 Dana Robinson 9f918189f7b Partial removal of NDEBUG ifdefs from the library. 29 Jun 2017 Dana Robinson 5d5a6eea695 Removed compiler flag cleanup since Solaris chokes on it. 29 Jun 2017 Vailin Choi c56ce1b8892 Fix for HDFFV-10160
Modifications to fix the assertion/abort failure when the application does not close the file. 29 Jun 2017 Dana Robinson 095ec77b7df Fixed a bug in autotools Fortran processing where a test for the
presence of a C long double type always returned true. 28 Jun 2017 Dana Robinson f5af471aab1 Updated 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). 28 Jun 2017 Dana Robinson fa04e882d49 Added awk processing to remove extraneous whitespace from H5_
flags in configure. 28 Jun 2017 Dana Robinson 762699d8a0f Fixed a comment in configure.ac 27 Jun 2017 Allen Byrne 4c46d8de7ae HDFFV-10219 another mode change 26 Jun 2017 Allen Byrne fd7e10ef2fe HDFFV-10219 change subset to use BINARY mode for h5dump 26 Jun 2017 Allen Byrne 4bff12e8324 HDFFV-10219 default input binary to NATIVE 20 Jun 2017 Allen Byrne 374b4360706 Set default of var to NATIVE 20 Jun 2017 Allen Byrne f87a79180b7 HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed 19 Jun 2017 Allen Byrne 98bfae358d6 Correct name of options variable 19 Jun 2017 Allen Byrne d73269b8615 Synch with CMake original code 19 Jun 2017 Allen Byrne a82221658d7 HDFFV-10219 remove standard headers already included in h5private.h 16 Jun 2017 Allen Byrne 76ef37ee341 HDFFFV-10219 fix file creation contention on windows 16 Jun 2017 Allen Byrne d38b8eb42f6 HDFFV-10219 - fix name templates 15 Jun 2017 Allen Byrne ffd79f9403e HDFFV-10219 add test headers 15 Jun 2017 Allen Byrne dbe23f70134 HDFFV-10219 - remove debug comments 15 Jun 2017 Allen Byrne 94eb61dbf7a HDFFV-10219 - Fix subset test 15 Jun 2017 Allen Byrne e3ccc862e31 HDFFV-10219Fix binary test to use gen files 15 Jun 2017 Allen Byrne 8b107efc72e Add subset tests to script 15 Jun 2017 Allen Byrne 72988066cdf Fix changes to reference files. Still need to add subset test. 15 Jun 2017 Allen Byrne 66ba5f81e13 Update release note 15 Jun 2017 Allen Byrne 08fe4aaca56 HDFFV-10219 - disable debug output 15 Jun 2017 Allen Byrne e853c84b76a HDFFV-10219 Add new reference file file for new test 15 Jun 2017 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '342a3dac851ede1b5b842083aa2890ba78a2c6b7', href: '/users/frank.willmore/repos/hdf5_der/commits/342a3dac851ede1b5b842083aa2890ba78a2c6b7',parents: [{ id: '5605e6090f73bd2a2ed1f38197dae33fe3b1468f' }]},{id: '5605e6090f73bd2a2ed1f38197dae33fe3b1468f', href: '/users/frank.willmore/repos/hdf5_der/commits/5605e6090f73bd2a2ed1f38197dae33fe3b1468f',parents: [{ id: 'c3db0fefbfa8cf23eb05f8ded90d03c517bb911f' }]},{id: 'c3db0fefbfa8cf23eb05f8ded90d03c517bb911f', href: '/users/frank.willmore/repos/hdf5_der/commits/c3db0fefbfa8cf23eb05f8ded90d03c517bb911f',parents: [{ id: '64c6d4f2737d981011baf45c48652eec416793ee' }]},{id: '64c6d4f2737d981011baf45c48652eec416793ee', href: '/users/frank.willmore/repos/hdf5_der/commits/64c6d4f2737d981011baf45c48652eec416793ee',parents: [{ id: 'a3aa192ab75b7533415de678e00ad445e18ab2ac' }]},{id: 'a3aa192ab75b7533415de678e00ad445e18ab2ac', href: '/users/frank.willmore/repos/hdf5_der/commits/a3aa192ab75b7533415de678e00ad445e18ab2ac',parents: [{ id: '6572bb6e091e4719e21f5550dad9ef71f70cedb2' }]},{id: '6572bb6e091e4719e21f5550dad9ef71f70cedb2', href: '/users/frank.willmore/repos/hdf5_der/commits/6572bb6e091e4719e21f5550dad9ef71f70cedb2',parents: [{ id: 'ad4fe33b44c3abb21c20237d91ca110e53cb8b0d' }]},{id: 'ad4fe33b44c3abb21c20237d91ca110e53cb8b0d', href: '/users/frank.willmore/repos/hdf5_der/commits/ad4fe33b44c3abb21c20237d91ca110e53cb8b0d',parents: [{ id: '2b78d201588f4d5c970d8111797e9d2efd6c8daa' }]},{id: '2b78d201588f4d5c970d8111797e9d2efd6c8daa', href: '/users/frank.willmore/repos/hdf5_der/commits/2b78d201588f4d5c970d8111797e9d2efd6c8daa',parents: [{ id: '2e4584a56d86c6913a5ce7bdd694b59daa61c079' }]},{id: '2e4584a56d86c6913a5ce7bdd694b59daa61c079', href: '/users/frank.willmore/repos/hdf5_der/commits/2e4584a56d86c6913a5ce7bdd694b59daa61c079',parents: [{ id: '8d5324e245a0b453a12f70046588b54b35f918e0' }]},{id: '8d5324e245a0b453a12f70046588b54b35f918e0', href: '/users/frank.willmore/repos/hdf5_der/commits/8d5324e245a0b453a12f70046588b54b35f918e0',parents: [{ id: '054254a3b77dde7dfefffa8565063227204dfb99' }]},{id: '054254a3b77dde7dfefffa8565063227204dfb99', href: '/users/frank.willmore/repos/hdf5_der/commits/054254a3b77dde7dfefffa8565063227204dfb99',parents: [{ id: 'dad1b11f13ff1a6b48cdff2ab8c4220c14ea7d39' }]},{id: 'dad1b11f13ff1a6b48cdff2ab8c4220c14ea7d39', href: '/users/frank.willmore/repos/hdf5_der/commits/dad1b11f13ff1a6b48cdff2ab8c4220c14ea7d39',parents: [{ id: '03dbc6b6185630273ecb5384ddfbabe8ac60289e' }]},{id: '03dbc6b6185630273ecb5384ddfbabe8ac60289e', href: '/users/frank.willmore/repos/hdf5_der/commits/03dbc6b6185630273ecb5384ddfbabe8ac60289e',parents: [{ id: '171b21b7750ba148a30e5076e929d21d969d3d7b' }]},{id: '171b21b7750ba148a30e5076e929d21d969d3d7b', href: '/users/frank.willmore/repos/hdf5_der/commits/171b21b7750ba148a30e5076e929d21d969d3d7b',parents: [{ id: 'fc1fe8f877102243641ceacae24e70a4892ae384' }]},{id: 'fc1fe8f877102243641ceacae24e70a4892ae384', href: '/users/frank.willmore/repos/hdf5_der/commits/fc1fe8f877102243641ceacae24e70a4892ae384',parents: [{ id: '12a972b4c63d901c7618a1977dd0eeba0cc1af16' }]},{id: '12a972b4c63d901c7618a1977dd0eeba0cc1af16', href: '/users/frank.willmore/repos/hdf5_der/commits/12a972b4c63d901c7618a1977dd0eeba0cc1af16',parents: [{ id: 'c262d1e25a27e9f6eaffac9c31cb85b50e189948' }]},{id: 'c262d1e25a27e9f6eaffac9c31cb85b50e189948', href: '/users/frank.willmore/repos/hdf5_der/commits/c262d1e25a27e9f6eaffac9c31cb85b50e189948',parents: [{ id: '18e2693f32678b4773f1504283e90b36bcd667b5' }]},{id: '18e2693f32678b4773f1504283e90b36bcd667b5', href: '/users/frank.willmore/repos/hdf5_der/commits/18e2693f32678b4773f1504283e90b36bcd667b5',parents: [{ id: '2e89abc8573b3cde1f8dd10c121f34369a86e0ef' }]},{id: '2e89abc8573b3cde1f8dd10c121f34369a86e0ef', href: '/users/frank.willmore/repos/hdf5_der/commits/2e89abc8573b3cde1f8dd10c121f34369a86e0ef',parents: [{ id: '76ada469ee967e262d48be0c849c79894a296bea' }]},{id: '76ada469ee967e262d48be0c849c79894a296bea', href: '/users/frank.willmore/repos/hdf5_der/commits/76ada469ee967e262d48be0c849c79894a296bea',parents: [{ id: '2911d8b52437a7fc2c08b0c8223b981115a5bf8b' }]},{id: '2911d8b52437a7fc2c08b0c8223b981115a5bf8b', href: '/users/frank.willmore/repos/hdf5_der/commits/2911d8b52437a7fc2c08b0c8223b981115a5bf8b',parents: [{ id: '8e4eb9d9921fa90a76458c9daf796edb39b0ca67' }]},{id: '8e4eb9d9921fa90a76458c9daf796edb39b0ca67', href: '/users/frank.willmore/repos/hdf5_der/commits/8e4eb9d9921fa90a76458c9daf796edb39b0ca67',parents: [{ id: '8089719ef98e87aad032d2dbd36eec59b4ea5fed' }]},{id: '8089719ef98e87aad032d2dbd36eec59b4ea5fed', href: '/users/frank.willmore/repos/hdf5_der/commits/8089719ef98e87aad032d2dbd36eec59b4ea5fed',parents: [{ id: '891539580e36b37602b75803d59d2ecb54d27ff9' }]},{id: '891539580e36b37602b75803d59d2ecb54d27ff9', href: '/users/frank.willmore/repos/hdf5_der/commits/891539580e36b37602b75803d59d2ecb54d27ff9',parents: [{ id: '9f918189f7b9be4ab8a48c722bbe2c661832a088' }]},{id: '9f918189f7b9be4ab8a48c722bbe2c661832a088', href: '/users/frank.willmore/repos/hdf5_der/commits/9f918189f7b9be4ab8a48c722bbe2c661832a088',parents: [{ id: '5d5a6eea695ece083f9b00ede64b310a98178c7d' }]},{id: '5d5a6eea695ece083f9b00ede64b310a98178c7d', href: '/users/frank.willmore/repos/hdf5_der/commits/5d5a6eea695ece083f9b00ede64b310a98178c7d',parents: [{ id: 'c56ce1b88927a7f831afac83579ad4b05a058911' }]},{id: 'c56ce1b88927a7f831afac83579ad4b05a058911', href: '/users/frank.willmore/repos/hdf5_der/commits/c56ce1b88927a7f831afac83579ad4b05a058911',parents: [{ id: '095ec77b7df6fd87ab52a8bb65573b19fbe1f267' }]},{id: '095ec77b7df6fd87ab52a8bb65573b19fbe1f267', href: '/users/frank.willmore/repos/hdf5_der/commits/095ec77b7df6fd87ab52a8bb65573b19fbe1f267',parents: [{ id: 'f5af471aab1d1ae1625360559d6f1bef6ad50a89' }]},{id: 'f5af471aab1d1ae1625360559d6f1bef6ad50a89', href: '/users/frank.willmore/repos/hdf5_der/commits/f5af471aab1d1ae1625360559d6f1bef6ad50a89',parents: [{ id: 'fa04e882d494682a5e69c7417bae335ccb09c357' }]},{id: 'fa04e882d494682a5e69c7417bae335ccb09c357', href: '/users/frank.willmore/repos/hdf5_der/commits/fa04e882d494682a5e69c7417bae335ccb09c357',parents: [{ id: '762699d8a0feac0e664326c0ffe51069745f7f71' }]},{id: '762699d8a0feac0e664326c0ffe51069745f7f71', href: '/users/frank.willmore/repos/hdf5_der/commits/762699d8a0feac0e664326c0ffe51069745f7f71',parents: [{ id: '4c46d8de7ae56a1d3cb122630fe735a00743a480' }]},{id: '4c46d8de7ae56a1d3cb122630fe735a00743a480', href: '/users/frank.willmore/repos/hdf5_der/commits/4c46d8de7ae56a1d3cb122630fe735a00743a480',parents: [{ id: 'fd7e10ef2fec075b9f86e751339d62e2abd0116f' }]},{id: 'fd7e10ef2fec075b9f86e751339d62e2abd0116f', href: '/users/frank.willmore/repos/hdf5_der/commits/fd7e10ef2fec075b9f86e751339d62e2abd0116f',parents: [{ id: '4bff12e8324e7f6c85b1cfb672dba92a025012a7' }]},{id: '4bff12e8324e7f6c85b1cfb672dba92a025012a7', href: '/users/frank.willmore/repos/hdf5_der/commits/4bff12e8324e7f6c85b1cfb672dba92a025012a7',parents: [{ id: '374b43607067c7d553ec492d8f613f7278c0ac60' }]},{id: '374b43607067c7d553ec492d8f613f7278c0ac60', href: '/users/frank.willmore/repos/hdf5_der/commits/374b43607067c7d553ec492d8f613f7278c0ac60',parents: [{ id: 'f87a79180b7632d95f74da63370133fe141b4fb3' }]},{id: 'f87a79180b7632d95f74da63370133fe141b4fb3', href: '/users/frank.willmore/repos/hdf5_der/commits/f87a79180b7632d95f74da63370133fe141b4fb3',parents: [{ id: '98bfae358d6116104d478072dd9585c7fb562729' }]},{id: '98bfae358d6116104d478072dd9585c7fb562729', href: '/users/frank.willmore/repos/hdf5_der/commits/98bfae358d6116104d478072dd9585c7fb562729',parents: [{ id: 'd73269b8615420f1a4a4610ac932a0e5de4d14d3' }]},{id: 'd73269b8615420f1a4a4610ac932a0e5de4d14d3', href: '/users/frank.willmore/repos/hdf5_der/commits/d73269b8615420f1a4a4610ac932a0e5de4d14d3',parents: [{ id: 'a82221658d7ab226f8bc5460b0a0e689aab62385' }]},{id: 'a82221658d7ab226f8bc5460b0a0e689aab62385', href: '/users/frank.willmore/repos/hdf5_der/commits/a82221658d7ab226f8bc5460b0a0e689aab62385',parents: [{ id: '76ef37ee3412ea75262a57d2a1c854b5975296c3' }]},{id: '76ef37ee3412ea75262a57d2a1c854b5975296c3', href: '/users/frank.willmore/repos/hdf5_der/commits/76ef37ee3412ea75262a57d2a1c854b5975296c3',parents: [{ id: 'd38b8eb42f655da3ac80f7c6c1f36451800c0103' }]},{id: 'd38b8eb42f655da3ac80f7c6c1f36451800c0103', href: '/users/frank.willmore/repos/hdf5_der/commits/d38b8eb42f655da3ac80f7c6c1f36451800c0103',parents: [{ id: 'ffd79f9403e60a09361a69e54cb117eed24eff81' }]},{id: 'ffd79f9403e60a09361a69e54cb117eed24eff81', href: '/users/frank.willmore/repos/hdf5_der/commits/ffd79f9403e60a09361a69e54cb117eed24eff81',parents: [{ id: 'dbe23f701347392a0a63a8e7b7454139251efafe' }]},{id: 'dbe23f701347392a0a63a8e7b7454139251efafe', href: '/users/frank.willmore/repos/hdf5_der/commits/dbe23f701347392a0a63a8e7b7454139251efafe',parents: [{ id: '94eb61dbf7aa3e3d1ced160b80ba23dd1d37e89e' }]},{id: '94eb61dbf7aa3e3d1ced160b80ba23dd1d37e89e', href: '/users/frank.willmore/repos/hdf5_der/commits/94eb61dbf7aa3e3d1ced160b80ba23dd1d37e89e',parents: [{ id: 'e3ccc862e31ab60b93e200e5d7c1a65df8843787' }]},{id: 'e3ccc862e31ab60b93e200e5d7c1a65df8843787', href: '/users/frank.willmore/repos/hdf5_der/commits/e3ccc862e31ab60b93e200e5d7c1a65df8843787',parents: [{ id: '8b107efc72ecd9eeb33ffb9421a6e6b86f64ee23' }]},{id: '8b107efc72ecd9eeb33ffb9421a6e6b86f64ee23', href: '/users/frank.willmore/repos/hdf5_der/commits/8b107efc72ecd9eeb33ffb9421a6e6b86f64ee23',parents: [{ id: '72988066cdf3c6c54548c044c0a4249d37fce35b' }]},{id: '72988066cdf3c6c54548c044c0a4249d37fce35b', href: '/users/frank.willmore/repos/hdf5_der/commits/72988066cdf3c6c54548c044c0a4249d37fce35b',parents: [{ id: '66ba5f81e1313219883c87adee4fd06728a06cfb' }]},{id: '66ba5f81e1313219883c87adee4fd06728a06cfb', href: '/users/frank.willmore/repos/hdf5_der/commits/66ba5f81e1313219883c87adee4fd06728a06cfb',parents: [{ id: '08fe4aaca5671d0bc72677b798831ac7586c8a38' }]},{id: '08fe4aaca5671d0bc72677b798831ac7586c8a38', href: '/users/frank.willmore/repos/hdf5_der/commits/08fe4aaca5671d0bc72677b798831ac7586c8a38',parents: [{ id: 'e853c84b76a5f0815f4b129ccedc783dae00767e' }]},{id: 'e853c84b76a5f0815f4b129ccedc783dae00767e', href: '/users/frank.willmore/repos/hdf5_der/commits/e853c84b76a5f0815f4b129ccedc783dae00767e',parents: [{ id: '1cedb3baa03462113548f093dadfa128d800b2e0' }]}]);