Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OESS-98 convert plugin option to FetchContent, add tests (#155) | Allen Byrne | 2020-12-16 | 1 | -16/+15 |
| | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * Update other test machines * OESS-98 fix tools test for plugins * HDFFV-10865 performance improvement for java array | ||||
* | obsolete CMAKE_BUILD_TOOL => CMAKE_MAKE_PROGRAM (#97) | Michael Hirsch | 2020-11-17 | 1 | -1/+1 |
| | | | CMAKE_BUILD_TOOL has been [replaced](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TOOL.html) by CMAKE_MAKE_PROGRAM | ||||
* | Set doxygen default to normally disabled. | Allen Byrne | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Add doxygen auotoconf and cmake support | Allen Byrne | 2020-11-03 | 1 | -0/+15 |
| | |||||
* | Merge pull request #69 from xantares/mingw3 | Larry Knox | 2020-11-02 | 1 | -0/+2 |
|\ | | | | | CMake: Add an option to opt-out static libgcc | ||||
| * | CMake: Add an option to opt-out static libgcc | Michel Zou | 2020-10-31 | 1 | -0/+2 |
| | | | | | | | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries. | ||||
* | | CMake: MINGW implies WIN32 | Michel Zou | 2020-10-30 | 1 | -5/+6 |
|/ | |||||
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -1/+18 |
| | |||||
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+3 |
| | |||||
* | The version string has a second use for packaging | Allen Byrne | 2020-08-26 | 1 | -1/+3 |
| | |||||
* | Revert H5_VERS_SUBRELEASE check | Allen Byrne | 2020-08-24 | 1 | -5/+1 |
| | |||||
* | Add special case when H5_VERS_SUBRELEASE is 0 | Allen Byrne | 2020-08-24 | 1 | -3/+7 |
| | |||||
* | Condition if (H5_VERS_SUBRELEASE) is incorrectly false when | Larry Knox | 2020-08-24 | 1 | -3/+3 |
| | | | | | | H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT. | ||||
* | Add hypen to subrelease regex | Allen Byrne | 2020-08-23 | 1 | -1/+1 |
| | |||||
* | HDFFV-11116 Add option for install location of Fortran MOD files | Allen Byrne | 2020-07-09 | 1 | -0/+11 |
| | |||||
* | Add "override with" to error message | Allen Byrne | 2020-04-24 | 1 | -5/+5 |
| | |||||
* | HDFFV-10576 add Option name to Error Message | Allen Byrne | 2020-04-24 | 1 | -5/+5 |
| | |||||
* | Merge branch 'develop' of ↵ | Jacob Smith | 2020-04-07 | 1 | -0/+2 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a | ||||
| * | Flag construction must be after compiler detection | Allen Byrne | 2020-04-05 | 1 | -1/+2 |
| | | |||||
| * | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+1 |
| | | |||||
* | | Add Splitter VFD to library. | Jacob Smith | 2020-03-13 | 1 | -0/+15 |
|/ | | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost). | ||||
* | Correct usage of add_compile_definitions | Allen Byrne | 2020-02-23 | 1 | -3/+1 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -13/+16 |
| | |||||
* | TRILAB-148 fix sanitizer and -fsanitize usage | Allen Byrne | 2020-02-12 | 1 | -3/+0 |
| | |||||
* | HDFFV-11011 correct issues with target file extension | Allen Byrne | 2020-01-28 | 1 | -8/+15 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -6/+42 |
| | |||||
* | TRILABS-135 Add clang analyzers | Allen Byrne | 2019-12-11 | 1 | -6/+21 |
| | |||||
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 1 | -3/+14 |
| | |||||
* | Add policy to use <package>_ROOT | Allen Byrne | 2019-09-05 | 1 | -0/+4 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-08-13 | 1 | -0/+9 |
|\ | | | | | | | | | | | | | | | | | * commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb': Updated h5trav.c to emit output that doesn't require ddl changes for map support. Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers. Added the map (H5M) API | ||||
| * | Fixed Map API CMake option | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
| | | |||||
| * | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+6 |
| | | |||||
* | | HDFFV-10879 set default API version | Allen Byrne | 2019-08-13 | 1 | -1/+2 |
|/ | |||||
* | HDFFV-10879 correct API version set command | Allen Byrne | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | Use a STRING option for API version | Allen Byrne | 2019-08-12 | 1 | -15/+8 |
| | |||||
* | Fix API version option | Allen Byrne | 2019-08-12 | 1 | -1/+4 |
| | |||||
* | Squashed commit of the following: | Larry Knox | 2019-07-25 | 1 | -0/+21 |
| | | | | | | | | | | | 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 | ||||
* | HDFFV-10845 skip test if CMake command doesn't support ignore EOL | Allen Byrne | 2019-07-17 | 1 | -0/+6 |
| | |||||
* | HDFFV-10845 fix configure check and PATHs | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -4/+13 |
| | | | | | 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 | ||||
* | HDFFV-10741 - remove SKIP_ERRSTK_TESTS option | Allen Byrne | 2019-04-15 | 1 | -1/+0 |
| | |||||
* | Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL. | Dana Robinson | 2019-04-11 | 1 | -5/+5 |
| | |||||
* | Add namespace option to dependencies | Allen Byrne | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | HDFFV-10741 - add option to skip tool error stack tests | Allen Byrne | 2019-03-26 | 1 | -0/+1 |
| | |||||
* | Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h | Jerome Soumagne | 2019-02-21 | 1 | -5/+7 |
| | | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform | ||||
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 1 | -3/+3 |
| | |||||
* | Refactor out timeout values | Allen Byrne | 2019-02-06 | 1 | -0/+5 |
| | |||||
* | Correct name of variable | Allen Byrne | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | Remove F2003 Option and references | Allen Byrne | 2019-02-06 | 1 | -7/+2 |
| | |||||
* | Minor tweak to CMake preadwrite entry. | Dana Robinson | 2019-02-01 | 1 | -1/+1 |
| |