You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,10 +122,10 @@ Please make sure that you check the items applicable to your pull request:
122
122
*[ ] If changes were done to Autotools build, were they added to CMake and vice versa?
123
123
*[ ] Is the pull request applicable to any other branches? If yes, which ones? Please document it in the GitHub issue.
124
124
*[ ] Is the new code sufficiently documented for future maintenance?
125
-
*[ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://hdfgroup.github.io/hdf5/develop/api-compat-macros.html)
125
+
*[ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://hdfgroup.github.io/hdf5/develop/d7/d26/api-compat-macros.html)
126
126
* Documentation
127
127
*[ ] Was the change described in the release_docs/RELEASE.txt file?
128
-
*[ ] Was the new function documented in the corresponding public header file using [Doxygen](https://hdfgroup.github.io/hdf5/develop/_r_m_t.html)?
128
+
*[ ] Was the new function documented in the corresponding public header file using [Doxygen](https://hdfgroup.github.io/hdf5/develop/d0/dbc/_r_m_t.html)?
129
129
*[ ] Was new functionality documented for the HDF5 community (the level of documentation depends on the feature; ask us what would be appropriate)
Copy file name to clipboardExpand all lines: release_docs/RELEASE_PROCESS.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,8 @@ For more information on the HDF5 versioning and backward and forward compatibili
94
94
-`$ bin/h5vers -s X.Y.Z-{SR+1};`
95
95
-`$ git commit -m "Updated release preparation branch version number to X.Y.Z-{SR+1}"`
96
96
-`$ git push`
97
-
7.** OBSOLETE CURRENTLY **
97
+
7. Replace https://hdfgroup.github.io/hdf5/develop in md files with https://support.hdfgroup.org/releases/hdf5/X.Y/X.Y.Z/documentation/doxygen
98
+
8.** OBSOLETE CURRENTLY **
98
99
Most will disappear when autotools support is removed, and none of these are currently necessary
99
100
Update default configuration mode
100
101
-`$ git checkout hdf5_X_Y_Z;` and `$ bin/switch_maint_mode -disable ./configure.ac` to disable `AM_MAINTAINER_MODE`.
@@ -106,7 +107,7 @@ For more information on the HDF5 versioning and backward and forward compatibili
106
107
- Run `sh ./autogen.sh` to regenerate the UNIX build system files and commit the changes. (use `git status --ignored` to see the changes and `git add -f` to add all files. First delete any new files not to be committed, notably `src/H5public.h~` and `autom4te.cache/`.)
107
108
-`$ git push with commit message listing change steps for creating release branch`
108
109
** END OBSOLETE CURRENTLY **
109
-
8. E-mail hdf5lib@hdfgroup.org to indicate that the code freeze on the release support branch (i.e. hdf5_X_Y) has been lifted and development on the next maintenance release can resume. The code freeze will remain in place on the release preparation branch (i.e. hdf5_X_Y_Z) indefinitely.
110
+
9. E-mail hdf5lib@hdfgroup.org to indicate that the code freeze on the release support branch (i.e. hdf5_X_Y) has been lifted and development on the next maintenance release can resume. The code freeze will remain in place on the release preparation branch (i.e. hdf5_X_Y_Z) indefinitely.
Copy file name to clipboardExpand all lines: test/API/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# HDF5 API Tests
2
2
3
3
This directory contains several test applications that exercise HDF5's
4
-
public API and serve as regression tests for HDF5 [VOL Connectors](https://hdfgroup.github.io/hdf5/develop/_h5_v_l__u_g.html).
4
+
public API and serve as regression tests for HDF5 [VOL Connectors](https://hdfgroup.github.io/hdf5/develop/d7/d31/_h5_v_l__u_g.html).
5
5
6
6
## Build Process and options
7
7
@@ -43,7 +43,7 @@ Currently unsupported
43
43
44
44
These API tests currently only support usage with the native HDF5 VOL connector and HDF5 VOL
45
45
connectors that can be loaded dynamically as a plugin. For information on how to build a VOL
46
-
connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](https://hdfgroup.github.io/hdf5/develop/_v_o_l__connector.html).
46
+
connector in this manner, refer to section 2.3 of the [HDF5 VOL Connector Author Guide](https://hdfgroup.github.io/hdf5/develop/da/de9/_v_o_l__connector.html).
47
47
48
48
If an HDF5 VOL connector has been built alongside the library, these API tests can be used
49
49
for testing that VOL connector at the same time that HDF5 is test. For more information on
0 commit comments