{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":258591100,"defaultBranch":"develop","name":"hdf5","ownerLogin":"HDFGroup","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-04-24T18:25:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8572050?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720812571.0","currentOid":""},"activityList":{"items":[{"before":"9fd4fd0b586fc99fea6eafd9038b22bcb73bb9c3","after":"bf8f944eac0c5142412f61e12872e86ceeb169c4","ref":"refs/heads/develop","pushedAt":"2024-07-25T12:22:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Fix incorrect indentation for permissions. (#4669)","shortMessageHtmlLink":"Fix incorrect indentation for permissions. (#4669)"}},{"before":"6cf33892414da251ec0c29101419083ecbb04964","after":"9fd4fd0b586fc99fea6eafd9038b22bcb73bb9c3","ref":"refs/heads/develop","pushedAt":"2024-07-24T15:42:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Replace incorrect use of an internal function (#4668)\n\n* Replace incorrect use of an internal function\r\n\r\nIn some API functions, the internal function H5I_object() was used instead\r\nof H5I_object_verify(), which verifies the type of an ID argument. So\r\nwhen an inappropriate ID was passed in to the affected API, it was accepted.\r\nThis behavior can cause issues at a later time, including a segfault, as\r\nreported in issue #GH-4656.\r\n\r\nThe fix was applied to the following functions:\r\nH5Fget_intent()\r\nH5Fget_fileno()\r\nH5Fget_freespace()\r\nH5Fget_create_plist()\r\nH5Fget_access_plist()\r\nH5Fget_vfd_handle()\r\nH5Dvlen_get_buf_size()\r\nH5Fget_mdc_config()\r\nH5Fset_mdc_config()\r\nH5Freset_mdc_hit_rate_stats()\r\n\r\nFixes GH-4662","shortMessageHtmlLink":"Replace incorrect use of an internal function (#4668)"}},{"before":"c67feed60b019c11bd4165a4a59d9aa1735ef46a","after":"6cf33892414da251ec0c29101419083ecbb04964","ref":"refs/heads/develop","pushedAt":"2024-07-22T14:24:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Add publish from branch workflow (#4664)","shortMessageHtmlLink":"Add publish from branch workflow (#4664)"}},{"before":"1fafdc9da3b3ca17a019cdf237958da29788160a","after":"c67feed60b019c11bd4165a4a59d9aa1735ef46a","ref":"refs/heads/develop","pushedAt":"2024-07-22T14:23:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"publish msi binary (#4663)","shortMessageHtmlLink":"publish msi binary (#4663)"}},{"before":"b6bf39ed38a99982c7350f779c28388752b0e503","after":"50df4789d50e34ff23db85e97e240ac9c5bfecd8","ref":"refs/heads/gh-pages","pushedAt":"2024-07-20T00:53:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 1fafdc9da3b3ca17a019cdf237958da29788160a","shortMessageHtmlLink":"deploy: 1fafdc9"}},{"before":"95fa8f15e8039f2162edea37f79bf46570cc2597","after":"da7f0f750d125c5be907c85cb61d80cc0931a310","ref":"refs/heads/hdf5_1_14","pushedAt":"2024-07-19T18:59:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665)\n\n* Test fixes for log-based vol (#4618)\r\n\r\n* fixes to address failures in the log-based VOL\r\n\r\n* moved file cleanup to tests proper\r\n\r\n* skipped index API test if not supported\r\n\r\n* Add 'try' parameter to H5Z_find, and remove calls to H5E_clear_stack() (#4609)\r\n\r\n* Bump the github-actions group with 4 updates (#4620)\r\n\r\nBumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [github/codeql-action](https://github.com/github/codeql-action).\r\n\r\nUpdates `actions/checkout` from 4.1.1 to 4.1.7\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.7)\r\n\r\nUpdates `aws-actions/configure-aws-credentials` from 1 to 4\r\n- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)\r\n- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1...v4)\r\n\r\nUpdates `softprops/action-gh-release` from 2.0.5 to 2.0.6\r\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\r\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/softprops/action-gh-release/compare/69320dbe05506a9a39fc8ae11030b214ec2d1f87...a74c6b72af54cfa997e81df42d94703d6313a2d0)\r\n\r\nUpdates `github/codeql-action` from 3.25.7 to 3.25.11\r\n- [Release notes](https://github.com/github/codeql-action/releases)\r\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/github/codeql-action/compare/f079b8493333aace61c81488f8bd40919487bd9f...b611370bb5703a7efb587f9d136a52ea24c5c38c)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: github-actions\r\n- dependency-name: aws-actions/configure-aws-credentials\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n dependency-group: github-actions\r\n- dependency-name: softprops/action-gh-release\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: github-actions\r\n- dependency-name: github/codeql-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: github-actions\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Fix a stack size warning in ros3 VFD code (#4625)\r\n\r\nJust makes a stack array dynamic. Valgrind shows no memory leaks.\r\n\r\n* Reworked cleaning up API test files (#4626)\r\n\r\n* Reworked cleaning up test files, only removing test files if present to account for skipped tests\r\n\r\n* changed to using H5Fis_accessible\r\n\r\n* update to full use of remove_test_file\r\n\r\n* corrected offset type in C wrapper (#4622)\r\n\r\n* Remove some internal use of API calls and H5E_BEGIN_TRY/H5E_END_TRY (#4624)\r\n\r\n* Remove auto NSIS check because of issues with CI (#4646)\r\n\r\n* Add python testing for examples (#4628)\r\n\r\n* Clean up Fortran __float128 configure-time checks (#4649)\r\n\r\n* Always use DECIMAL_DIG instead of LDBL_DIG. This was controlled by\r\n an ifdef that is always true in C99 or greater\r\n\r\nIt's confusing to use float.h C constants as variable names in\r\nconfigure.ac and the PAC_FC_LDBL_DIG macro.\r\n\r\n* Directly compare MY_FLT128_DIG and MY_LDBL_DIG\r\n\r\n* Make uniform across CMake and Autotools\r\n* Don't export quadmath.h variables to H5pubconf.h\r\n\r\n* Feature/awesome (#4604)\r\n\r\n* Added Doxygen Awesome and fixed a few quirks.\r\n\r\n* Fixed unterminated strings.\r\n\r\n* Added Doxygen Awesome by copy.\r\n\r\n* Add tools usage text as doxygen for Tools UG (#4602)\r\n\r\n* Add h5* compiler wrapper testing for CMake #4605 (#4613)\r\n\r\n* Add show option\r\n\r\n* remove non-static libs and correct names of static libs\r\n\r\n* Fixup the pkg-config libs and comp builds\r\n\r\n* Fix commands and add fortran pkg-config test scripts\r\n\r\n* Add help usage option\r\n\r\n* Add temporary fix for ARM64 Mac _Float16 build failure (#4639)\r\n\r\n* Correct H5VL_t ref count on H5O_refresh_metadata failure (#4636)\r\n\r\n* Fix bad H5VL_t rc on H5O_refresh_metadata fail\r\n\r\n* Decrement nrefs before raising error\r\n\r\n* Update doxygen Learn Basics / example refs. Add Reference sections (#4640)\r\n\r\n* Fixed messed up table captions. (#4653)\r\n\r\n* Fixed messed up table captions. Browsers don't seem to respect relative values for width. Hardcoding 800px for now.\r\n\r\n* Fixed FetchContent usage for new CMake reqs. (#4650)\r\n\r\nCMake version 3.30 changed the behavior of the FetchContent module to deprecate\r\nthe use of FetchContent_Populate() in favor of FetchContent_MakeAvailable(). Therefore,\r\nthe copying of HDF specialized CMakeLists.txt files to the dependent project's source\r\nwas implemented in the FetchContent_Declare() call.\r\n\r\n* Fixed usage issue with FindZLIB.cmake module (#4655)\r\n\r\n* Add a comment on the FindZLIB.cmake module usage\r\n\r\n* Allow choice of static/shared compression libs for Find Module\r\n\r\n* Added new option to INSTALL_CMake file and changed option text\r\n\r\n* Eliminate more H5E_BEGIN/END_TRY macros and H5E_clear_stack() calls (#4648)\r\n\r\n* Correct name of zlib_ng option (#4658)\r\n\r\n* Fix the examples for testing java with binaries (#4660)\r\n\r\n* Update filename in RELEASE_PROCESS.md to current name\r\nINSTALL_autotools.txt.\r\n\r\n* Remove reference to V116 in tools/src/h5repack/h5repack.h.","shortMessageHtmlLink":"Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665)"}},{"before":"214b4897f9e580f78cf6b9ae3e1c8b9a58b2dd37","after":"1fafdc9da3b3ca17a019cdf237958da29788160a","ref":"refs/heads/develop","pushedAt":"2024-07-19T15:07:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Fix the examples for testing java with binaries (#4660)","shortMessageHtmlLink":"Fix the examples for testing java with binaries (#4660)"}},{"before":"31eda224192210287fbfda9c8e86134dd91e57cd","after":"214b4897f9e580f78cf6b9ae3e1c8b9a58b2dd37","ref":"refs/heads/develop","pushedAt":"2024-07-19T09:35:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Update README.md w/ 2.0 features","shortMessageHtmlLink":"Update README.md w/ 2.0 features"}},{"before":"44fdaf9df9ab80e510ff2f23b8c48e42280e09cb","after":"b6bf39ed38a99982c7350f779c28388752b0e503","ref":"refs/heads/gh-pages","pushedAt":"2024-07-19T00:59:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 31eda224192210287fbfda9c8e86134dd91e57cd","shortMessageHtmlLink":"deploy: 31eda22"}},{"before":"a8dcba252e4f58c85c681864f48371073e44d558","after":"31eda224192210287fbfda9c8e86134dd91e57cd","ref":"refs/heads/develop","pushedAt":"2024-07-18T04:03:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Correct name of zlib_ng option (#4658)","shortMessageHtmlLink":"Correct name of zlib_ng option (#4658)"}},{"before":"22c2dfa17b1b8a95697ac798ba11240072b00369","after":"44fdaf9df9ab80e510ff2f23b8c48e42280e09cb","ref":"refs/heads/gh-pages","pushedAt":"2024-07-18T00:55:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: a8dcba252e4f58c85c681864f48371073e44d558","shortMessageHtmlLink":"deploy: a8dcba2"}},{"before":"4f7891e144b92599d89ba5981af40cccc86bf828","after":"89282160ed778b61d5879f7d5cc4a4ebc91e77e2","ref":"refs/heads/feature/sparse_data","pushedAt":"2024-07-17T19:54:47.000Z","pushType":"pr_merge","commitsCount":15,"pusher":{"login":"vchoi-hdfgroup","name":null,"path":"/vchoi-hdfgroup","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55293060?s=80&v=4"},"commit":{"message":"Merge pull request #4659 from HDFGroup/develop\n\nKeep up-to-date with develop","shortMessageHtmlLink":"Merge pull request #4659 from HDFGroup/develop"}},{"before":"641790b759fc9fe36b85b6cf07195f7fc0bd1349","after":"a8dcba252e4f58c85c681864f48371073e44d558","ref":"refs/heads/develop","pushedAt":"2024-07-17T16:57:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Make VOL CI run against current branch (#4654)","shortMessageHtmlLink":"Make VOL CI run against current branch (#4654)"}},{"before":"b3e1d6b862be51f5b44813f5a1d7782c8fe86aca","after":"641790b759fc9fe36b85b6cf07195f7fc0bd1349","ref":"refs/heads/develop","pushedAt":"2024-07-17T12:46:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Eliminate more H5E_BEGIN/END_TRY macros and H5E_clear_stack() calls (#4648)","shortMessageHtmlLink":"Eliminate more H5E_BEGIN/END_TRY macros and H5E_clear_stack() calls (#…"}},{"before":"d82f7c8e4178971dcaa84216c1d2f5abbbe7aaa3","after":"22c2dfa17b1b8a95697ac798ba11240072b00369","ref":"refs/heads/gh-pages","pushedAt":"2024-07-17T00:57:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: b3e1d6b862be51f5b44813f5a1d7782c8fe86aca","shortMessageHtmlLink":"deploy: b3e1d6b"}},{"before":"69dda039a291a6e9cffe1682eaa751f23c91d444","after":"b3e1d6b862be51f5b44813f5a1d7782c8fe86aca","ref":"refs/heads/develop","pushedAt":"2024-07-16T19:21:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Fixed usage issue with FindZLIB.cmake module (#4655)\n\n* Add a comment on the FindZLIB.cmake module usage\r\n\r\n* Allow choice of static/shared compression libs for Find Module\r\n\r\n* Added new option to INSTALL_CMake file and changed option text","shortMessageHtmlLink":"Fixed usage issue with FindZLIB.cmake module (#4655)"}},{"before":"882404259c70f1970139243146c6930001f707f7","after":"69dda039a291a6e9cffe1682eaa751f23c91d444","ref":"refs/heads/develop","pushedAt":"2024-07-16T16:09:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Fixed FetchContent usage for new CMake reqs. (#4650)\n\nCMake version 3.30 changed the behavior of the FetchContent module to deprecate\r\nthe use of FetchContent_Populate() in favor of FetchContent_MakeAvailable(). Therefore,\r\nthe copying of HDF specialized CMakeLists.txt files to the dependent project's source\r\nwas implemented in the FetchContent_Declare() call.","shortMessageHtmlLink":"Fixed FetchContent usage for new CMake reqs. (#4650)"}},{"before":"e71605966aa4ea9fbd8a29c1c184e431bfa19226","after":"882404259c70f1970139243146c6930001f707f7","ref":"refs/heads/develop","pushedAt":"2024-07-16T14:56:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Fixed messed up table captions. (#4653)\n\n* Fixed messed up table captions. Browsers don't seem to respect relative values for width. Hardcoding 800px for now.","shortMessageHtmlLink":"Fixed messed up table captions. (#4653)"}},{"before":"e6e098b7c341159fcbcea23a3c283b7906cf6301","after":"e71605966aa4ea9fbd8a29c1c184e431bfa19226","ref":"refs/heads/develop","pushedAt":"2024-07-16T03:02:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Update doxygen Learn Basics / example refs. Add Reference sections (#4640)","shortMessageHtmlLink":"Update doxygen Learn Basics / example refs. Add Reference sections (#…"}},{"before":"f5c0b81872486010efde4c41cce444d7039709ff","after":"d82f7c8e4178971dcaa84216c1d2f5abbbe7aaa3","ref":"refs/heads/gh-pages","pushedAt":"2024-07-16T00:56:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: e6e098b7c341159fcbcea23a3c283b7906cf6301","shortMessageHtmlLink":"deploy: e6e098b"}},{"before":"74fbc1dbd45be8551df666205282426e3948ce93","after":"e6e098b7c341159fcbcea23a3c283b7906cf6301","ref":"refs/heads/develop","pushedAt":"2024-07-15T18:01:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Correct H5VL_t ref count on H5O_refresh_metadata failure (#4636)\n\n* Fix bad H5VL_t rc on H5O_refresh_metadata fail\r\n\r\n* Decrement nrefs before raising error","shortMessageHtmlLink":"Correct H5VL_t ref count on H5O_refresh_metadata failure (#4636)"}},{"before":"6fa09bdb154ae9a5a7717124a21cc3dedbd46964","after":"74fbc1dbd45be8551df666205282426e3948ce93","ref":"refs/heads/develop","pushedAt":"2024-07-15T16:28:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Add temporary fix for ARM64 Mac _Float16 build failure (#4639)","shortMessageHtmlLink":"Add temporary fix for ARM64 Mac _Float16 build failure (#4639)"}},{"before":"f8069fa8505f453afcd84f368dfc543ea7b8ee24","after":"6fa09bdb154ae9a5a7717124a21cc3dedbd46964","ref":"refs/heads/develop","pushedAt":"2024-07-15T15:16:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Add h5* compiler wrapper testing for CMake #4605 (#4613)\n\n* Add show option\r\n\r\n* remove non-static libs and correct names of static libs\r\n\r\n* Fixup the pkg-config libs and comp builds\r\n\r\n* Fix commands and add fortran pkg-config test scripts\r\n\r\n* Add help usage option","shortMessageHtmlLink":"Add h5* compiler wrapper testing for CMake #4605 (#4613)"}},{"before":"4cbdf1a5f812d3b5d3329badbc457a8955296de3","after":"f8069fa8505f453afcd84f368dfc543ea7b8ee24","ref":"refs/heads/develop","pushedAt":"2024-07-15T14:43:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Add tools usage text as doxygen for Tools UG (#4602)","shortMessageHtmlLink":"Add tools usage text as doxygen for Tools UG (#4602)"}},{"before":"9b5d9680af8401528bb8c3b6d2b4c3cf30ccec5b","after":"4cbdf1a5f812d3b5d3329badbc457a8955296de3","ref":"refs/heads/develop","pushedAt":"2024-07-15T13:11:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Feature/awesome (#4604)\n\n* Added Doxygen Awesome and fixed a few quirks.\r\n\r\n* Fixed unterminated strings.\r\n\r\n* Added Doxygen Awesome by copy.","shortMessageHtmlLink":"Feature/awesome (#4604)"}},{"before":"033f2a8cb5162a55e8771727ff0b57604d009ad0","after":"9b5d9680af8401528bb8c3b6d2b4c3cf30ccec5b","ref":"refs/heads/develop","pushedAt":"2024-07-15T12:38:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lrknox","name":"Larry Knox","path":"/lrknox","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421322?s=80&v=4"},"commit":{"message":"Clean up Fortran __float128 configure-time checks (#4649)\n\n* Always use DECIMAL_DIG instead of LDBL_DIG. This was controlled by\r\n an ifdef that is always true in C99 or greater\r\n\r\nIt's confusing to use float.h C constants as variable names in\r\nconfigure.ac and the PAC_FC_LDBL_DIG macro.\r\n\r\n* Directly compare MY_FLT128_DIG and MY_LDBL_DIG\r\n\r\n* Make uniform across CMake and Autotools\r\n* Don't export quadmath.h variables to H5pubconf.h","shortMessageHtmlLink":"Clean up Fortran __float128 configure-time checks (#4649)"}},{"before":"f7ec0c262a0971bbb14e7dc7a54408724e9fee99","after":"033f2a8cb5162a55e8771727ff0b57604d009ad0","ref":"refs/heads/develop","pushedAt":"2024-07-13T04:28:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Add python testing for examples (#4628)","shortMessageHtmlLink":"Add python testing for examples (#4628)"}},{"before":"4f7891e144b92599d89ba5981af40cccc86bf828","after":"f7ec0c262a0971bbb14e7dc7a54408724e9fee99","ref":"refs/heads/develop","pushedAt":"2024-07-12T21:22:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Remove auto NSIS check because of issues with CI (#4646)","shortMessageHtmlLink":"Remove auto NSIS check because of issues with CI (#4646)"}},{"before":null,"after":"4f7891e144b92599d89ba5981af40cccc86bf828","ref":"refs/heads/feature/sparse_data","pushedAt":"2024-07-12T19:29:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Remove some internal use of API calls and H5E_BEGIN_TRY/H5E_END_TRY (#4624)","shortMessageHtmlLink":"Remove some internal use of API calls and H5E_BEGIN_TRY/H5E_END_TRY (#…"}},{"before":"96acf6c73910b7271bdb2c0248d3b588d9f45e2b","after":"4f7891e144b92599d89ba5981af40cccc86bf828","ref":"refs/heads/develop","pushedAt":"2024-07-12T06:30:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"derobins","name":"Dana Robinson","path":"/derobins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43805?s=80&v=4"},"commit":{"message":"Remove some internal use of API calls and H5E_BEGIN_TRY/H5E_END_TRY (#4624)","shortMessageHtmlLink":"Remove some internal use of API calls and H5E_BEGIN_TRY/H5E_END_TRY (#…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEiPuhVgA","startCursor":null,"endCursor":null}},"title":"Activity · HDFGroup/hdf5"}