summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10903 merge S3 from devAllen Byrne2019-09-231-0/+34
|
* Fix EXISTS test and add toolchainAllen Byrne2019-08-291-0/+1
|
* Add script and update mostly whitespaceAllen Byrne2019-08-281-0/+1
|
* Merge mostly CMake changes from develop and file cleanupAllen Byrne2019-08-061-1/+4
|
* HDFFV-10845 More changes from 1.10 branchAllen Byrne2019-07-311-1/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2019-07-311-0/+1
|\ | | | | | | | | * commit '45529fc51ed72aa4cb9471b1da27e96d1cff7f3e': Add bin/Makefile.in to MANIFEST. Update Makefile.am and Makefile.in in tools/h5repack to correct h5repacktst link error with --disable-shared option.
| * Add bin/Makefile.in to MANIFEST.Larry Knox2019-07-311-0/+1
| | | | | | | | | | Update Makefile.am and Makefile.in in tools/h5repack to correct h5repacktst link error with --disable-shared option.
* | Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-271-0/+1
|/
* Removed h5cc & h5redeploy in tools/miscdpopat2019-07-241-2/+0
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-161-0/+3
|
* Revert build name setting and fix manifestAllen Byrne2019-01-271-15/+15
|
* CMake updatesAllen Byrne2019-01-241-0/+1
|
* Add new cmake fileAllen Byrne2018-11-011-0/+1
|
* HDFFV-10594, HDFFV-10332, HDFFV-9059 merge from developAllen Byrne2018-10-291-0/+3
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-021-0/+5
|
* Updated for C2Cppfunction_map.htmBinh-Minh Ribler2018-06-011-1/+1
|
* C++ API improvementBinh-Minh Ribler2018-05-071-0/+6
| | | | | | | | | | | | | | | | | | | | | Description: - Added another argument, LinkCreatPropList& lcpl, to the CommonFG::createGroup() functions for the use of link creation property list. The new argument has a default value. Group createGroup(const char* name, size_t size_hint = 0, const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT) Group createGroup(const H5std_string& name, size_t size_hint = 0, const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT) - Removed memory leaks caused by accidentally invoking p_get_member_type (in H5CompType.cpp, user reported via email, maybe no jira issue) - Made H5Location::closeObjId static, so no object is needed to close an hdf5 id. - Added classes StrCreatPropList, LinkCreatPropList, AttrCreatPropList for the C property list classes H5P_STRING_CREATE, H5P_LINK_CREATE, and H5P_ATTRIBUTE_CREATE. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* Remove obsolete filesAllen Byrne2018-03-131-7/+0
|
* Merge from develop HDFFV-8359 and remove FindMPI copiesAllen Byrne2018-03-091-0/+2
|
* HDFFV-10398 Merge from developAllen Byrne2018-02-011-1/+0
|
* HDFFV-8745 merge h5diff attribute fixAllen Byrne2018-01-111-6/+3
|
* Added new filesBinh-Minh Ribler2017-12-111-0/+6
|
* HDFFV-10321 merge from developAllen Byrne2017-11-021-0/+6
|
* HDFFV-10297 merge from developAllen Byrne2017-10-191-15/+16
|
* Update list of tools test filesAllen Byrne2017-10-111-2/+8
|
* HDFFV-10297 merge from developAllen Byrne2017-10-111-8/+5
| | | Also cleaned up some other non-merged changes
* Added C2Cppfunction_map.mhtBinh-Minh Ribler2017-10-041-0/+1
|
* Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-09-131-0/+2
|\ | | | | | | | | | | | | | | | | | | | | 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-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-09-061-0/+2
| | | | | | | | | | 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.
* | HDFFV-9774 Add enable-error-stack to h5diffAllen Byrne2017-09-061-0/+12
|/
* HDFFV-10188 merge fix and tests from developAllen Byrne2017-08-231-0/+4
|
* HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-021-0/+2
| | | Merge from develop
* HDFFV-10246 Fix vl string compareAllen Byrne2017-07-261-0/+1
|
* Change file nameAllen Byrne2017-06-051-1/+1
|
* Merge pull request #543 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-05-261-0/+1
|\ | | | | | | | | | | | | | | | | * commit 'c13e0835f70b3ba9d9d706d772b5fa0f2a534cbf': Add missing creation order flag set Update usage reference file for test Remove unavailable argument Add missing variable HDFFV-8611 preserve creation order for root group
| * HDFFV-8611 preserve creation order for root groupAllen Byrne2017-05-241-0/+1
| |
* | Merge branch 'hdf5_1_8' of ↵lrknox2017-05-201-2/+7
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Tools merge from develop-1.10Allen Byrne2017-05-171-2/+7
| |
* | Change copyright headers to replace url referring to file to belrknox2017-05-161-6/+4
|/ | | | removed and replace it with new url for COPYING file.
* Add H5Lexists wrappersBinh-Minh Ribler2017-05-131-0/+2
| | | | | | | | | | | Description: Added wrappers H5Location::exists() for H5Lexists. Added new class LinkAccPropList to be used by H5Location::exists() Rearranged source files in Makefile.am Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-0/+1
| | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* HDFFV-10138 merge app framework to examplesAllen Byrne2017-03-141-0/+3
|
* HDFFV-10128 new files addedAllen Byrne2017-03-061-0/+6
|
* Update with new and removed filesAllen Byrne2017-01-191-1/+6
|
* HDFFV-9994 port changes from develop.Allen Byrne2017-01-181-0/+7
| | | CMake folder changes brought up to standard.
* Add new test file for UD filtersAllen Byrne2016-10-191-0/+3
|
* HDFFV-9991: Remove unneeded fileAllen Byrne2016-10-041-1/+0
|
* Add new test file to MANIFESTAllen Byrne2016-10-031-0/+1
|
* HDFFV-9974: Correct parsing of UD filter parameters.Allen Byrne2016-09-271-0/+1
| | | | | Verified by user, who reported issue. merge from https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/b947f7e911e498f5455a78836a6f82a042dd5b33
* emoved .gitattributes and .gitignore, as the manual migration did notlrknox2016-08-301-2/+0
| | | | | | create them. Corrected bbrelease script to create new release version with revision hash.