summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1590 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:1.10/master to ↵hdf5-1_10_5Larry Knox2019-02-28533-27146/+39328
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.10/master * commit '6819c11508b0610f222fe3bfe8a19f637bf4319c': (154 commits) CMake needs a tar.gz examples file for windows, too. Correct file permissions on README.txt. Address merge anomalies and incorrect file permissions. Update release date in README.txt and RELEASE.txt. Revisions to Platforms tested. Updated LT_VERS_AGE in config/lt_vers.am due to reinstatement of previously removed symbols, then ran autogen.sh to propagate so number changes and H5E_LOGFAIL_g addition to files checked in on release branch. Updated H5err.txt to replace a global variable that was removed during the metadata cache logging changes (to maintain binary compatibility). HDFFV-10552,10686 restore H5O_*1 functions Minor fix in h5str_sprintf for NULL region references Add new files to MANIFEST. Update so version numbers. fix 2 typos. Update RELEASE.txt for TRILABS-34 and remove unused sections. Add script for building HDF5 with CMake on HPC machines that use sbatch. Add README file for inclusion in CMake-hdf5-<version>.tar.gz file. Add updated README_HPC file with cross compile instructions. set version to 1.10.5-pre1. Change default build mode to production. Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to hdf5_1_10_5 Update HISTORY-1_10.txt and RELEASE.txt files. Modify RELEASE.txt in response to PR comments Check in files generated by autogen.sh for hdf5_1_10_5 release branch. Check in files generated by autogen.sh for hdf5_1_10_5 release branch. 2019/02/16. Code improvement ...
| * CMake needs a tar.gz examples file for windows, too.Larry Knox2019-02-281-1/+1
| |
| * Correct file permissions on README.txt.Larry Knox2019-02-281-0/+0
| |
| * Address merge anomalies and incorrect file permissions.Larry Knox2019-02-287-32/+0
| |
| * Merge branch 'hdf5_1_10_5' into 1.10/masterLarry Knox2019-02-28531-27136/+39350
| |\ |/ /
| * Merge branch 'hdf5_1_10_5' of ↵Larry Knox2019-02-280-0/+0
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10_5
| | * Merge pull request #1581 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_5 to ↵Larry Knox2019-02-261-33/+17
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '3988e6016ac0b4ad09a72dfe3daa277f867e01b4': Revisions to Platforms tested.
| * | | Update release date in README.txt and RELEASE.txt.Larry Knox2019-02-282-2/+2
| | |/ | |/|
| * | Revisions to Platforms tested.Larry Knox2019-02-261-33/+17
| |/
| * Merge pull request #1579 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_5 to ↵Larry Knox2019-02-2419-157/+168
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '2418415fb9f67e8a15f62f1972a9394e48a9c97d': Updated LT_VERS_AGE in config/lt_vers.am due to reinstatement of previously removed symbols, then ran autogen.sh to propagate so number changes and H5E_LOGFAIL_g addition to files checked in on release branch.
| | * Updated LT_VERS_AGE in config/lt_vers.am due to reinstatement ofLarry Knox2019-02-2319-157/+168
| |/ | | | | | | | | | | previously removed symbols, then ran autogen.sh to propagate so number changes and H5E_LOGFAIL_g addition to files checked in on release branch.
| * Merge pull request #1576 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10_5 to ↵Allen Byrne2019-02-235-1/+353
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '6d8d323a9fed3e8a80d58e3e771b0b50d2831100': HDFFV-10552,10686 restore H5O_*1 functions
| | * HDFFV-10552,10686 restore H5O_*1 functionsAllen Byrne2019-02-225-1/+353
| | |
| * | Merge pull request #1578 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_5 ↵Dana Robinson2019-02-221-0/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | to hdf5_1_10_5 * commit 'c50008c7663c96c4452c4f0d4cf7de9d0118dec9': Updated H5err.txt to replace a global variable that was removed during the metadata cache logging changes (to maintain binary compatibility).
| | * Updated H5err.txt to replace a global variable that was removedDana Robinson2019-02-221-0/+1
| |/ | | | | | | | | | | | | during the metadata cache logging changes (to maintain binary compatibility). NOTE: I did not re-generate the autotools files.
| * Merge pull request #1573 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10_5 to ↵Jordan Henderson2019-02-223-3/+3
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '74198be06a878b4911442c40ff029e32b17a93a8': Minor fix in h5str_sprintf for NULL region references
| | * Minor fix in h5str_sprintf for NULL region referencesJordan Henderson2019-02-223-3/+3
| |/
| * Merge pull request #1566 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_5 to ↵Larry Knox2019-02-196-163/+261
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '6f2831ceccfe2edd166252eaf91caa1779ac7628': Add new files to MANIFEST. Update so version numbers. fix 2 typos. Update RELEASE.txt for TRILABS-34 and remove unused sections. Add script for building HDF5 with CMake on HPC machines that use sbatch. Add README file for inclusion in CMake-hdf5-<version>.tar.gz file. Add updated README_HPC file with cross compile instructions.
| | * Add new files to MANIFEST.Larry Knox2019-02-191-0/+2
| | |
| | * Update so version numbers.Larry Knox2019-02-193-15/+15
| | | | | | | | | | | | fix 2 typos.
| | * Update RELEASE.txt for TRILABS-34 and remove unused sections.Larry Knox2019-02-191-47/+10
| | |
| | * Add script for building HDF5 with CMake on HPC machines that use sbatch.Larry Knox2019-02-193-102/+235
| |/ | | | | | | | | Add README file for inclusion in CMake-hdf5-<version>.tar.gz file. Add updated README_HPC file with cross compile instructions.
| * Merge pull request #1565 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_5 to ↵Larry Knox2019-02-187-22/+22
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit 'b3c49d88d0a209cda99d8c667f37b5c8da092d38': set version to 1.10.5-pre1. Change default build mode to production.
| | * set version to 1.10.5-pre1.Larry Knox2019-02-187-22/+22
| |/ | | | | | | Change default build mode to production.
| * Merge pull request #1563 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_5 to ↵Larry Knox2019-02-182-444/+478
| |\ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '49766a8ffb43e640c1a28ea853d2bfc40f7236ba': Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to hdf5_1_10_5 Update HISTORY-1_10.txt and RELEASE.txt files.
| | * Merge pull request #1 in ~LRKNOX/hdf5_lrk from hdf5_1_10 to hdf5_1_10_5Larry Knox2019-02-182-444/+478
| | |\ | |/ / | | | | | | | | | | | | * commit '247cb2989f4cc0e730be27bc57baae23e8814178': Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to hdf5_1_10_5 Update HISTORY-1_10.txt and RELEASE.txt files.
| | * Merge pull request #1562 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-181-1/+19
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '0712f746e900a461513d8f31ddec74d684bd30c8': Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to hdf5_1_10_5
| | | * Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to ↵Richard Warren2019-02-181-1/+19
| | |/ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '5dd2fda18fbbeab95ba44200e48c8202dae65206': Modify RELEASE.txt in response to PR comments Updated RELEASE.txt with updates regarding HDFFV-10540
| | * Merge pull request #1561 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-182-444/+478
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '51c5f6b4b962062b6eb8f4f8b6425c8930e73118': Update HISTORY-1_10.txt and RELEASE.txt files.
| | | * Update HISTORY-1_10.txt and RELEASE.txt files.Larry Knox2019-02-182-444/+478
| | |/
| * | Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to ↵Richard Warren2019-02-181-1/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit '5dd2fda18fbbeab95ba44200e48c8202dae65206': Modify RELEASE.txt in response to PR comments Updated RELEASE.txt with updates regarding HDFFV-10540
| | * | Modify RELEASE.txt in response to PR commentsRichard Warren2019-02-181-17/+15
| | | |
| | * | Merge branch 'hdf5_1_10_5' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵Richard Warren2019-02-1898-422/+166048
| | |\ \ | | |/ / | |/| | | | | | into hdf5-1-10-documentation-only
| * | | Merge pull request #1557 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_5 to ↵Larry Knox2019-02-1687-1/+165589
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_5 * commit 'ce85a157bf8f212d7a2158de2d5bd60ef9ac5d49': Check in files generated by autogen.sh for hdf5_1_10_5 release branch. Check in files generated by autogen.sh for hdf5_1_10_5 release branch. 2019/02/16.
| | * | Check in files generated by autogen.sh for hdf5_1_10_5 release branch.Larry Knox2019-02-1686-0/+165588
| | | |
| | * | Check in files generated by autogen.sh for hdf5_1_10_5 release branch.Larry Knox2019-02-161-1/+1
| |/ / | | | | | | | | | 2019/02/16.
| * | Merge pull request #1553 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-02-168-308/+247
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10 Added C++ wrapper for H5Ovisit2 * commit '2a4e26146dfc2f51edb7b9bb8317d3816172f86d': Code improvement Adding a C++ wrapper Fixing typo in documentation
| | * | Code improvementBinh-Minh Ribler2019-02-162-280/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor
| | * | Adding a C++ wrapperBinh-Minh Ribler2019-02-158-37/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added a wrapper for H5Ovisit2 to class H5Object // Recursively visit elements reachable from this object. void visit(H5_index_t idx_type, H5_iter_order_t order, visit_operator_t user_op, void *op_data, unsigned int fields); - Fixed various typos in documentation - Removed a pair of [] in a delete statement for a non-array pointer. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
| | * | Fixing typo in documentationBinh-Minh Ribler2019-02-151-3/+1
| | | |
| * | | Merge pull request #1556 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Larry Knox2019-02-161-1/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '10317c7b5b5c3e39367a6538b9dbc72cf984d07f': Updated MANIFEST
| | * | | Updated MANIFESTDana Robinson2019-02-151-1/+0
| | | | |
| * | | | Merge pull request #1555 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-161-112/+212
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'b705528a4e4d5b81d2c1582a378a64315d661163': Add release function to create HPC-CMake tar.gz file.
| | * | | Merge branch 'hdf5_1_10' of ↵Larry Knox2019-02-150-0/+0
| | |\ \ \ | | |/ / / | |/| | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
| * | | | Merge pull request #1554 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Allen Byrne2019-02-151-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '47f58dfb2315abe96dadc7107e564bf1c61d4506': raybsub is an executable script.
| | | * | | Add release function to create HPC-CMake tar.gz file.Larry Knox2019-02-151-112/+212
| | |/ / /
| | * | | raybsub is an executable script.Larry Knox2019-02-151-0/+0
| |/ / /
| | | * Updated RELEASE.txt with updates regarding HDFFV-10540Richard Warren2019-02-151-1/+21
| | |/ | |/|
| * | Merge pull request #1549 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Larry Knox2019-02-1516-67/+160
| |\ \ | | |/ | |/| | | | | | | | | | | | | hdf5_1_10 * commit 'eadc7752609b383f8444bd3b20b31a2b3416e428': TRILABS-111 Add missing batch scripts
| | * TRILABS-111 Add missing batch scriptsAllen Byrne2019-02-1516-67/+160
| |/