summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot version 1.8 release 21 (snap3)hdftest2018-01-081-2/+2
|
* Snapshot version 1.8 release 21 (snap2)hdftest2018-01-011-2/+2
|
* Reworked MPI includes to be used as default with parallelAllen Byrne2017-12-201-14/+2
|
* HDFFV-10307 Add HDtupper() call for Windows driveAllen Byrne2017-12-201-2/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-12-201-2/+2
|\ | | | | | | | | | | | | * commit 'a608cd4e09213433ec7799777da4a0a98a03ed42': napshot version 1.8 release 21 (snap1) Snapshot version 1.8 release 21 (snap1) Replaced H5Dopen with H5Dopen2. Platform tested: Linux/32 2.6 (jam)
| * Snapshot version 1.8 release 21 (snap1)hdftest2017-12-181-2/+2
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-12-132-24/+58
|\ \ | |/ | | | | | | | | | | | | * commit '4d336d26b1f14db4dec821009310f72a23f5af48': Snapshot version 1.8 release 21 (snap0) Miscellaneous cleanup Description: Moved items around to remove Doxygen warnings. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Add assignment to get value from environment variable realtimeOutput. Propagate changes to Makefile.ins with bin/reconfigure. Add HDF5 1.8.20 RELEASE.txt file to HISTORY-1_8.txt. Removed new features and bug fixes released in HDF5 1.8.20 from RELEASE.txt. Copied Platforms Tested, Tested Configuration Features Summary, More Tested Platforms, and Known Problems sections from 1.8.20 RELEASE.txt to hdf5_1_8 RELEASE.txt.
| * Snapshot version 1.8 release 21 (snap0)hdftest2017-12-111-2/+2
| |
| * Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-041-22/+56
| | | | | | | | Propagate changes to Makefile.ins with bin/reconfigure.
* | H5detect and make_libsettings need the include folderAllen Byrne2017-12-011-0/+6
|/
* Merge pull request #787 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-11-211-7/+7
|\ | | | | | | | | * commit 'd113b892320d8c428707c4dd71f2c144bc68546c': Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.
| * Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.lrknox2017-11-171-7/+7
| |
* | Fix change typoAllen Byrne2017-11-201-1/+1
| |
* | HDFFV-10328 Undo changesAllen Byrne2017-11-202-507/+544
|/
* Another fix for error handlingAllen Byrne2017-11-161-3/+7
|
* HDFFV-10328 fix whitespaceAllen Byrne2017-11-161-29/+23
|
* HDFFV-10328 set external reference before copyAllen Byrne2017-11-161-5/+3
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-11-161-7/+8
|\ | | | | | | | | | | | | * commit 'dc81497bd0840c8adab0cea51ca814359b80305d': Add RELEASE.txt note for HDFFV-10274. Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
| * Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-141-7/+8
| | | | | | | | | | | | an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
* | HDFFV-10328 - move declaration to top of functionAllen Byrne2017-11-161-1/+2
| |
* | HDFFV-10328 - fix typoAllen Byrne2017-11-161-1/+1
| |
* | HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin.Allen Byrne2017-11-153-738/+670
| |
* | Fix linking of libsAllen Byrne2017-11-141-2/+2
|/
* HDFFV-10321 merge from developAllen Byrne2017-11-021-7/+7
|
* Update version string on hdf5_1_8 development branch following creation of newlrknox2017-10-301-3/+3
| | | | hdf5_1_8_20 branch.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-10-191-2/+2
|\ | | | | | | | | | | | | | | * commit '9c8d0e1afce7d9d31115972902e9030a000daefa': Snapshot version 1.8 release 20 (snap7) Update about C++ documentation Adding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Snapshot version 1.8 release 20 (snap7)
| * Snapshot version 1.8 release 20 (snap7)HDF Tester2017-10-161-2/+2
| |
* | HDFFV-10297 merge from developAllen Byrne2017-10-112-20/+10
|/ | | Also cleaned up some other non-merged changes
* Snapshot version 1.8 release 20 (snap6)HDF Tester2017-10-091-2/+2
|
* Snapshot version 1.8 release 20 (snap5)HDF Tester2017-09-181-2/+2
|
* Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-09-139-475/+520
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f': Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit. Add info for release notes Fix for daily test failure Fix for the compilation error from the PGI compiler. Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
| * Fix for HDFFV-9947Vailin Choi2017-09-073-19/+63
| | | | | | | | Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
| * Fix for daily test failureVailin Choi2017-09-061-1/+1
| | | | | | | | Fix for the compilation error from the PGI compiler.
| * Modifications based on comments from pull request reviewVailin Choi2017-09-064-47/+26
| | | | | | | | | | (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
| * Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-09-066-418/+440
| | | | | | | | | | Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
* | Snapshot version 1.8 release 20 (snap4)HDF Tester2017-09-111-2/+2
|/
* Snapshot version 1.8 release 20 (snap3)HDF Tester2017-09-041-2/+2
|
* Merge pull request #643 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-08-291-4/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7f758f2eea5c918a9100e6e7e6e0744a85e4c571': Commit changes to release version strings in README.txt and RELEASE.txt from release. Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed. Update URL for obtaining source inINSTALL file. Disable building of libdynlib* dynamically loaded plugin test libraries on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file. Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing. HDF5 1.8.19-pre1 released. Add RELEASE.txt entry for H5Dget_chunk_size. Remove test entries Ran bin/reconfigure after so number change. Update hl lib .so numbers: new function was added. Update RELEASE.txt: move H5DOread_chunks entry to new features, clarify entry for HDFFV-10051. Updated notes for test fixes and added bug fix for h5diff help text. Update h5vers and release scripts for 1.8.19 branch, set version to 1.8.19-pre1. Update version to 1.8.19-pre1.
| * Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-251-4/+2
| |\ | | | | | | | | | into hdf5_1_8
| | * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-142-2/+3
| | | | | | | | | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| | * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-122-6/+3
| | | | | | | | | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
| | * Ran bin/reconfigure after so number change.lrknox2017-06-061-3/+3
| | |
| | * Update version to 1.8.19-pre1.lrknox2017-06-021-2/+2
| | |
* | | Snapshot version 1.8 release 20 (snap2)HDF Tester2017-08-281-2/+2
|/ /
* | Snapshot version 1.8 release 20 (snap1)HDF Tester2017-08-081-2/+2
| |
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-041-2/+2
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * | Snapshot version 1.8 release 20 (snap0)HDF Tester2017-08-011-2/+2
| | |
* | | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-041-0/+1
|/ /
* | Fix for HDFFV-7853 H5Ocopy to 1.8 branchVailin Choi2017-07-116-36/+139
| | | | | | | | | | | | | | Apply the fix for HDFFV-7853 H5Ocopy from develop to 1.8 branch. This is the similar set of changes as in develop branch. Some coding is added to do the copying because 1.8 does not flush out the storage address when writing to a dataset.
* | Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-082-6/+6
|/ | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.