Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add VS2019 support | Allen Byrne | 2019-11-18 | 5 | -5/+35 |
| | |||||
* | Fix MPI test depends | Allen Byrne | 2019-10-23 | 1 | -2/+2 |
| | |||||
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 4 | -4/+7 |
| | |||||
* | Update develop branch version to 1.13.0 after creation of hdf5_1_12 | Larry Knox | 2019-09-25 | 1 | -1/+1 |
| | | | | branch. | ||||
* | 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 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | special windows override | Allen Byrne | 2019-09-05 | 1 | -0/+3 |
| | |||||
* | Fix namespace usage | Allen Byrne | 2019-08-29 | 1 | -3/+3 |
| | |||||
* | Fix EXISTS test syntax | Allen Byrne | 2019-08-29 | 5 | -15/+15 |
| | |||||
* | 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 |
| | |||||
* | Use prefix variable | Allen Byrne | 2019-08-06 | 1 | -4/+4 |
| | |||||
* | Fixed warning typo | Dana Robinson | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Merge cleanup mostly whitespace | Allen Byrne | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 4 | -0/+118 |
|\ | | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following: | ||||
| * | Add HD to string functions. | Larry Knox | 2019-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. | ||||
| * | Squashed commit of the following: | Larry Knox | 2019-07-25 | 4 | -0/+118 |
| | | | | | | | | | | | | | | | | | | | | | | 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-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 2 | -159/+24 |
|/ | |||||
* | HDFFV-10845 Allow mingw to find functionality | Allen Byrne | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | Add missing target root path, check other export macro | Allen Byrne | 2019-07-17 | 1 | -0/+5 |
| | |||||
* | HDFFV-10845 copy files with windows EOL | Allen Byrne | 2019-07-17 | 1 | -4/+8 |
| | |||||
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 3 | -8/+8 |
| | |||||
* | HDFFV-10845 fix configure check and PATHs | Allen Byrne | 2019-07-17 | 4 | -8/+8 |
| | |||||
* | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-07-03 | 1 | -0/+2 |
|\ | |||||
| * | Fixed Build HDF Tests name in CMake's libhdf5 settings | Dhvanil Popat | 2019-07-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed libhdf5 settings file for both autotools & CMake | Dhvanil Popat | 2019-06-25 | 1 | -0/+2 |
| | | |||||
* | | Added GCC9 flags to CMake build | Quincey Koziol | 2019-07-03 | 1 | -0/+5 |
|/ | |||||
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -1/+6 |
| | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings. | ||||
* | HDFFV-9407 add autotools test | Allen Byrne | 2019-06-24 | 1 | -0/+1 |
| | |||||
* | Update GCC 6 & 7 flags for CMake builds | Quincey Koziol | 2019-06-23 | 1 | -1/+6 |
| | |||||
* | Correct CMake issues | Allen Byrne | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 8 | -1059/+581 |
| | | | | | 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 | ||||
* | Move set (MAX_PROC_COUNT 8) back to HPC options files. | Larry Knox | 2019-06-05 | 5 | -6/+16 |
| | |||||
* | Move check for MPI defined to enable parallel from options scripts in HPC to ↵ | Larry Knox | 2019-06-05 | 5 | -54/+8 |
| | | | | config/cmake/HDF5options.cmake. | ||||
* | Update macro | Allen Byrne | 2019-05-31 | 1 | -5/+19 |
| | |||||
* | Correct message command syntax | Allen Byrne | 2019-05-17 | 5 | -15/+15 |
| | |||||
* | Reorder lines in HDF5config.cmake so that additions to end of ↵ | Larry Knox | 2019-05-14 | 1 | -1/+3 |
| | | | | $HPC-HDF5options scripts will take precedence. | ||||
* | fixed missing paralle test | M. Scot Breitenfeld | 2019-05-10 | 1 | -0/+2 |
| | |||||
* | Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls. | M. Scot Breitenfeld | 2019-05-09 | 3 | -3/+60 |
| | |||||
* | Snapshot version 1.11 release 5. | hdftest | 2019-05-02 | 1 | -1/+1 |
| | | | | Update version to 1.11.6. | ||||
* | Change default for HPC | Allen Byrne | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Add missing default | Allen Byrne | 2019-05-01 | 1 | -0/+1 |
| | |||||
* | HDFFV-10741 - remove SKIP_ERRSTK_TESTS option | Allen Byrne | 2019-04-15 | 1 | -1/+0 |
| | |||||
* | Correct namespace handling | Allen Byrne | 2019-04-03 | 2 | -2/+4 |
| |