Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the HDF5 configure script grok NetBSD. | David Young | 2019-12-19 | 1 | -0/+56 |
| | |||||
* | Minor Whitespace | Allen Byrne | 2019-12-17 | 1 | -2/+2 |
| | |||||
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-16 | 2 | -2/+5 |
| | | | | the Autotools and CMake. | ||||
* | TRILABS-135 add clang sanitizer support | Allen Byrne | 2019-12-13 | 7 | -3/+1240 |
| | |||||
* | Merge pull request #2135 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵ | Allen Byrne | 2019-12-13 | 3 | -5/+15 |
|\ | | | | | | | | | | | | | | | | | hdf5_1_12 * commit '44e4f16e1df69f4facc82bf7aaafaa16e9aee85f': Revert and move declaration Correct compile and test Windows errors HDFFV-10979 cleanup global names | ||||
| * | Correct compile and test Windows errors | Allen Byrne | 2019-12-13 | 3 | -5/+15 |
| | | |||||
* | | Update version to 1.12.0-alpha1. | Larry Knox | 2019-12-12 | 1 | -1/+1 |
|/ | |||||
* | Fix issues when using ONLY_SHARED_LIBS | Allen Byrne | 2019-12-11 | 1 | -0/+1 |
| | |||||
* | Change defines to not conflict with windows | Allen Byrne | 2019-12-11 | 2 | -5/+7 |
| | |||||
* | Remove program find - future rework | Allen Byrne | 2019-12-09 | 1 | -18/+0 |
| | |||||
* | HDFFV-10876 Merge from develop | Allen Byrne | 2019-12-09 | 1 | -3/+0 |
| | |||||
* | Remove unneeded flag overwrites | Allen Byrne | 2019-12-09 | 1 | -8/+0 |
| | |||||
* | Revert "Merge branch 'hdf5_1_12' of ↵ | Jerome Soumagne | 2019-12-09 | 5 | -149/+14 |
| | | | | | | | 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_12 | Richard Warren | 2019-12-06 | 5 | -14/+149 |
| | |||||
* | Correct repo branch name | Allen Byrne | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | HDFFV-10962 add VS2019 support | Allen Byrne | 2019-11-18 | 9 | -12/+48 |
| | |||||
* | Fix MPI test names | Allen Byrne | 2019-10-23 | 1 | -5/+9 |
| | |||||
* | Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file. | Larry Knox | 2019-10-21 | 1 | -1/+1 |
| | | | | Set version to 1.12.0-alpha0 for snapshot release. | ||||
* | Cleanup whitespace and comments compared to develop | Allen Byrne | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Add clang toolchain | Allen Byrne | 2019-09-30 | 2 | -1/+30 |
| | |||||
* | Set versions in initial hdf5_1_12 revision.hdf5_1_12-initial | Larry Knox | 2019-09-25 | 2 | -9/+9 |
| | |||||
* | Correct HDF5 options to tristate values. | Allen Byrne | 2019-09-17 | 1 | -6/+10 |
| | |||||
* | HDFFV-10901 add missing config options | Allen Byrne | 2019-09-13 | 3 | -15/+90 |
| | |||||
* | Use variable for test output | Allen Byrne | 2019-09-11 | 1 | -1/+2 |
| | |||||
* | Allow tests to dump output if not comparing | Allen Byrne | 2019-09-11 | 1 | -0/+8 |
| | |||||
* | Correct Windows check | Allen Byrne | 2019-09-06 | 1 | -4/+1 |
| | |||||
* | Add include dirs and default lib for windows | Allen Byrne | 2019-09-05 | 1 | -0/+4 |
| | |||||
* | Update Windows require for CURL to CMake 3.13 | Allen Byrne | 2019-09-05 | 2 | -195/+3 |
| | |||||
* | Add updated find module for earlier CMake versions | Allen Byrne | 2019-09-05 | 1 | -0/+193 |
| | |||||
* | special windows override | Allen Byrne | 2019-09-05 | 1 | -0/+3 |
| | |||||
* | Correct name and add mingw to 32bit toolchain | Allen Byrne | 2019-09-05 | 1 | -0/+36 |
| | |||||
* | Fix namespace usage | Allen Byrne | 2019-08-29 | 1 | -3/+3 |
| | |||||
* | Fix EXISTS test syntax | Allen Byrne | 2019-08-29 | 8 | -26/+26 |
| | |||||
* | Update settings | Allen Byrne | 2019-08-29 | 1 | -2/+4 |
| | |||||
* | Add 32-bit cross-compile toolchain | Allen Byrne | 2019-08-29 | 1 | -0/+37 |
| | |||||
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 1 | -2/+21 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-08-13 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
| | | |||||
* | | HDFFV-10879 set default API version | Allen Byrne | 2019-08-13 | 1 | -2/+0 |
|/ | |||||
* | Use a STRING option for API version | Allen Byrne | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | Fix API version option | Allen Byrne | 2019-08-12 | 1 | -0/+2 |
| | |||||
* | Merge pull request #1848 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-09 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d': Fixed an issue with older version of gfortran. | ||||
| * | Fixed an issue with older version of gfortran. | Dana Robinson | 2019-08-09 | 1 | -2/+0 |
| | | |||||
* | | Use prefix variable | Allen Byrne | 2019-08-06 | 1 | -4/+4 |
|/ | |||||
* | Fixed warning typo | Dana Robinson | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Moved -Wimplicit-procedure gfortran warning to version 4.5 warnings | Dana Robinson | 2019-08-03 | 1 | -2/+5 |
| | | | | instead of default. | ||||
* | Merge pull request #1826 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-01 | 3 | -2/+33 |
|\ | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb': Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags. Fixed a couple of typos. | ||||
| * | Reverts the removal of config/conclude_fc.am while keeping | Dana Robinson | 2019-08-01 | 1 | -0/+31 |
| | | | | | | | | the changes to config/gnu-fflags. | ||||
| * | Fixed a couple of typos. | Dana Robinson | 2019-08-01 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1821 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-07-31 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540': Fixed typo in optimization. |