summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-311-4/+41
|
* h5dump reg ref chnages has no error fileAllen Byrne2020-03-091-3/+0
|
* Merge changes from other branchesAllen Byrne2020-02-291-0/+1
|
* HDFFV-11012, sanitize, warnings and tools idsAllen Byrne2020-02-111-0/+6
|
* Correct new file listAllen Byrne2020-01-201-6/+0
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-201-0/+13
|
* Add toolchain fileAllen Byrne2019-10-161-0/+1
|
* Fix manifestAllen Byrne2019-10-061-12/+4
|
* HDFFV-10919 merge external storage repackAllen Byrne2019-10-021-0/+19
|
* Add new toolchain fileAllen Byrne2019-10-011-0/+1
|
* 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)