summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Collapse)AuthorAgeFilesLines
* Cherry pick of 0225e6d5969Quincey Koziol2020-01-041-3/+3
|
* Revert and move declarationAllen Byrne2019-12-131-3/+5
|
* Correct compile and test Windows errorsAllen Byrne2019-12-131-5/+4
|
* Change defines to not conflict with windowsAllen Byrne2019-12-111-14/+14
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-0917-1175/+1747
|
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-093-8/+1
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-063-1/+8
|
* Fix reference type comparison in h5dumpJerome Soumagne2019-10-081-1/+5
|
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-083-15/+15
|
* More whitespace changesAllen Byrne2019-10-031-46/+5
|
* Whitespace and macro semi-colonAllen Byrne2019-10-022-62/+62
|
* Renamed get/set_time() calls in the tools library to avoid nameDana Robinson2019-09-192-7/+10
| | | | clash when building static parallel HDF5 w/ static linking to OpenMPI.
* HDFFV-10876 h5dump OPAQUE size should be optionalAllen Byrne2019-08-271-9/+17
|
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-202-12/+9
|
* Add HD prefix to testsAllen Byrne2019-08-153-26/+26
|
* Updated h5trav.c to emit output that doesn't require ddl changes for mapDana Robinson2019-08-131-3/+0
| | | | support.
* Added the map (H5M) APIDana Robinson2019-08-133-0/+6
|
* Squashed commit of the following:Larry Knox2019-07-252-14/+513
| | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-101-1/+1
|\
| * HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-1/+1
| |
* | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-102-2/+2
| | | | | | | | to warning cleanups that are a bit obscure.
* | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-033-5/+5
|/
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-283-10/+10
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-212-7/+5
| | | | clean up warnings.
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-17/+21
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Fixed typoBinh-Minh Ribler2019-01-081-1/+1
| | | | | Platforms tested: Darwin (osx1010test)
* Refixed HDFFV-10578Binh-Minh Ribler2019-01-081-1/+16
| | | | | | | | | | | | Description: Applied Neil's fix for this issue after removing previous attempt. The resources are now released in init_objs() when failure occurs there. Neil will fix HDFFV-10676 separately. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-291-12/+0
|\ | | | | | | | | * commit '7db3ea76da5d3b5c237a707b09d1618d3206ba83': Makes the installed header files the same between the autotools and CMake.
| * Makes the installed header files the same between the autotoolsDana Robinson2018-10-271-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | and CMake. * CMake will no longer install private generated headers and tools library headers. * Several empty public header files (which represent internal packages) were removed. These were only installed by CMake. * Autotools installs will install H5FDwindows.h. Fixes HDFFV-10614.
* | TRILAB-81 check for func success before using valueAllen Byrne2018-10-191-27/+31
| |
* | TRILAB-81 coverity fixesAllen Byrne2018-10-173-62/+66
|/
* HD prefix and whitespaceAllen Byrne2018-08-281-1/+1
|
* Add quotes to places where MPI_C_LIBRARIES are linked againstJordan Henderson2018-07-271-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
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-142-6/+18
|
* HDFFV-10396 Eliminate overuse of h5tools_simple_prefix functionAllen Byrne2018-01-251-65/+0
|
* HDFFV-8745 fix minor defectsAllen Byrne2018-01-092-5/+3
|
* HDFFV-8745 cleanup vl resource usageAllen Byrne2018-01-021-13/+18
|
* HDFFV-8745 - fix implementation of 8625Allen Byrne2018-01-022-20/+19
|
* Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-2/+8
|
* Fix typosAllen Byrne2017-10-241-5/+5
|
* HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-235-290/+200
|