summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Update HDF5 1.8 copyright headers with updated copyright URL (#148)Larry Knox2020-12-041-1/+1
| | | | | | | * Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
* Multiple changes to bring branch up-to-date (#87)Allen Byrne2020-11-201-0/+2
| | | | | Correct TARGET variable and CMake config file location. Add option to allow filter plugins to be built inline. Update CMake tools macros.
* Merge clang-format changes from developAllen Byrne2020-10-011-0/+7
|
* Update hl/sr/H5LT files.Larry Knox2020-07-251-1/+1
| | | | Add bin/genparser to MANIFEST; remove bin/genltanalyze.
* Incorporate pull request #2693 from develop for the fix to HDFFV-11080:vchoi2020-07-221-0/+1
| | | | | | | (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads (3) Update MANIFEST (4) Add new test to Cmake
* Fix MANIFESTDana Robinson2020-06-231-0/+2
|
* Yanked all MPI-1 callsDana Robinson2020-05-291-0/+11
| | | | Added batch scripts in bin/batch.
* Update MANIFEST for removal of older warnings files.Larry Knox2020-05-201-19/+1
|
* Correct pathAllen Byrne2020-05-071-1/+1
|
* Add github actions fileAllen Byrne2020-05-061-0/+2
|
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-271-0/+3
|
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-131-0/+1
|
* Add missing m4 fileAllen Byrne2020-04-071-2/+3
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-1/+13
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Autotools reconfigure updateAllen Byrne2020-03-311-0/+1
|
* 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
|