summaryrefslogtreecommitdiffstats
path: root/tools/src/misc
Commit message (Collapse)AuthorAgeFilesLines
* Commit changes for release branch: maintainer mode, default to production, ↵Larry Knox2020-08-191-0/+1548
| | | | set HDFF5_GENERATE_HEADERS to OFF, and add file generated by autogen.sh.
* Removes email and Modifications sectionsDana Robinson2020-08-171-3/+0
|
* Normalizations with developDana Robinson2020-08-161-1/+0
|
* Misc normalizations with developDana Robinson2020-08-153-6/+6
|
* More warnings reductionAllen Byrne2020-07-301-2/+0
|
* Merge from dev of tools changesAllen Byrne2020-07-223-287/+326
|
* Merge pull request #2643 in HDFFV/hdf5 from ↵Vailin Choi2020-06-111-2/+7
| | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10961-h5clear-usage-statement-give to develop * commit '01b632c69ca1c97c2b0e1aaeeab1dd2362b580a6': Fix for HDFFV-10961: Couple changes to the tests' usage output files for h5clear. Fix for HDFFV-10961: add description to usage for --increment option.
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-0/+8
|
* Merge CMake and tools changes from developAllen Byrne2020-02-272-2/+2
|
* Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-111-2/+2
|
* Whitespace updatesAllen Byrne2019-09-231-58/+58
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-183-532/+571
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-7/+0
|
* Squash commit of options to build tools and testsDhvanil Popat2019-06-253-639/+0
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-201-30/+68
|
* Tools cleanupAllen Byrne2018-12-131-3/+3
|
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-231-19/+26
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-081-15/+18
|
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-261-1/+1
|
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-4/+4
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-12/+12
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-5/+4
|
* Cleanup API context function usage.Quincey Koziol2018-03-191-7/+12
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-182-25/+147
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-121-16/+142
| |\ | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-16/+142
| | |
| * | Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| |/
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-171-4/+0
| |
| * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-4/+4
| |
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-26/+33
|/
* Minor warning fixesDana Robinson2017-11-151-0/+2
|
* Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-172-34/+2
| | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
* Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-12/+12
| | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-257-42/+28
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Minor style cleanupsQuincey Koziol2017-03-221-0/+1
|
* Revert "Switch h5clear for cache images to use existing ↵Quincey Koziol2017-03-221-15/+3
| | | | | | H5Pget_cache_image_config()" This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-55/+200
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-11/+12
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-2/+2
|
* Corrected return callsAllen Byrne2017-01-052-10/+6
|
* Fix valgrind memory leakAllen Byrne2017-01-051-28/+30
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-113-1/+147
|
* Split tools into src and test - add foldersAllen Byrne2016-10-277-0/+2316