summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge hdf5 1 10 8 (#1154)hdf5-1_10_8Larry Knox2021-10-2927-6335/+6332
| | | Merge HDF5 1.10.8 release files to 1.10/master
* Brings tools VFD changes from hdf5_1_10Dana Robinson2020-08-252-112/+27
|
* Commit changes for release branch: maintainer mode, default to production, ↵Larry Knox2020-08-191-0/+1496
| | | | set HDFF5_GENERATE_HEADERS to OFF, and add file generated by autogen.sh.
* Merge pull request #2785 in HDFFV/hdf5 from ↵Dana Robinson2020-08-172-2/+2
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit '88ecc17474e86e67f0ce64ed0b36c0d10e93eb66': Removes email and Modifications sections
| * Removes email and Modifications sectionsDana Robinson2020-08-172-2/+2
| |
* | Merge pull request #2782 in HDFFV/hdf5 from ↵Dana Robinson2020-08-161-1/+1
|\ \ | |/ | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit '4312f5ea1a611cef01e9ecfb57d7c287c9549249': Adds unsuffixed double warning changes from develop Minor normalizations with develop
| * Minor normalizations with developDana Robinson2020-08-161-1/+1
| |
* | HDFFV-9984 Add merge/prune h5repack options for ext linksAllen Byrne2020-08-152-29/+27
|/
* Additional warnings removedAllen Byrne2020-07-302-2/+0
|
* More warnings reductionAllen Byrne2020-07-301-1/+0
|
* Warnings reduction in toolsAllen Byrne2020-07-308-126/+119
|
* Add missing VFD open loopAllen Byrne2020-07-281-0/+29
|
* Merge from dev of tools changesAllen Byrne2020-07-2216-3665/+3192
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-2/+2
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-6/+2
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-0/+6
|
* Check sizeof type to use correct ref_typeAllen Byrne2020-03-091-41/+24
|
* Fix h5ls attrregAllen Byrne2020-03-011-1/+6
|
* Fixed region refsAllen Byrne2020-03-011-4/+59
|
* h5dump object reference fixedAllen Byrne2020-03-012-76/+19
|
* Updated reference codeAllen Byrne2020-02-292-9/+12
|
* Merge CMake and tools changes from developAllen Byrne2020-02-2719-2061/+2253
|
* tools perform and hid_t init settingsAllen Byrne2020-01-202-46/+49
|
* Added new CMake options for testsAllen Byrne2020-01-191-1/+3
|
* Fix CMake test macros and perform standalone testsAllen Byrne2020-01-122-6/+6
|
* merge intel warning fixKimmy Mu2020-01-092-2/+2
|
* More whitespace changesAllen Byrne2019-10-031-46/+5
|
* Whitespace and benign synchro changesAllen Byrne2019-10-021-1/+4
|
* small syntax additionAllen Byrne2019-09-231-1/+1
|
* Whitespace updatesAllen Byrne2019-09-232-61/+61
|
* HDFFV-10903 merge updated changesAllen Byrne2019-09-171-0/+8
|
* Merge S3 code from develop to 1.10Allen Byrne2019-09-132-1/+497
|
* HDFFV-10876 link fix and compile issueAllen Byrne2019-08-271-9/+9
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-183-26/+26
|
* Cleanup when merging to other branchesAllen Byrne2019-07-306-31/+29
|
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-091-1/+1
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-201-17/+21
|
* Fixed HDFFV-10578Binh-Minh Ribler2019-01-151-1/+16
| | | | | | | | | | | Description: - HDFFV-10578 - CVE-2018-17234 Memory leak in H5O__chunk_deserialize() Actually, the leak was in h5tools_util. Applied Neil's fix. - Changed an assert to if/HGOTO_ERROR to fail gracefully. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* Moved fixes for incorrectly installed header files to 1.10.Dana Robinson2018-12-061-12/+0
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-084-89/+97
|
* Update system commands with HD prefix and whitespaceAllen Byrne2018-08-281-1/+1
|
* Merge from developAllen Byrne2018-07-311-2/+2
|
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-148-24/+24
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-141-31/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ...
| * TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-31/+25
| |
* | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-2410-32/+34
|/
* 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-0/+4
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-2/+2
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|