| Commit message (Expand) | Author | Age | Files | Lines |
* | VFD plugins (#602) | jhendersonHDF | 2021-09-29 | 1 | -1/+18 |
|
|
* | Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048) | Larry Knox | 2021-09-29 | 1 | -1/+1 |
|
|
* | Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6 | Larry Knox | 2021-09-28 | 1 | -1/+1 |
|
|
* | Develop cmake install dir (#1041) | Allen Byrne | 2021-09-28 | 2 | -4/+4 |
|
|
* | Develop libaec up (#1037) | Allen Byrne | 2021-09-28 | 1 | -1/+7 |
|
|
* | MS clang needs EHsc flag (#1035) | Allen Byrne | 2021-09-24 | 1 | -2/+2 |
|
|
* | Need to match clang and versions not just "Clang" (#1029) | Allen Byrne | 2021-09-22 | 4 | -20/+12 |
|
|
* | HDFFV-11266 - add option to build HL tools (#1018) | Allen Byrne | 2021-09-16 | 2 | -0/+2 |
|
|
* | Disable fortran warning (#1014) | Allen Byrne | 2021-09-16 | 2 | -7/+8 |
|
|
* | Update examples version because of HDFFV-11269 (#998) | Allen Byrne | 2021-09-10 | 2 | -2/+2 |
|
|
* | Correction of pkg-config compile script. (#974) | Allen Byrne | 2021-09-07 | 1 | -1/+1 |
|
|
* | Sync CMake java macros with cmake repo (#982) | Allen Byrne | 2021-09-07 | 4 | -369/+536 |
|
|
* | Small doxygen fixes plus simple doc fixes (#989) | Allen Byrne | 2021-09-04 | 1 | -1/+1 |
|
|
* | cmake: simplify try_run result comparisons (#950) | Ben Boeckel | 2021-08-23 | 1 | -5/+5 |
|
|
* | Remove incorrect compiler check for windows clang sanitizer (#942) | Allen Byrne | 2021-08-20 | 1 | -1/+1 |
|
|
* | Develop windows compiler fixes (#912) | Allen Byrne | 2021-08-19 | 3 | -32/+39 |
|
|
* | Fixed the CMake processing for C++ warnings and flags (#888) | Allen Byrne | 2021-08-16 | 6 | -274/+337 |
|
|
* | Fix clang/sanitizer for windows (#883) | Allen Byrne | 2021-08-16 | 2 | -7/+12 |
|
|
* | Update examples version used by CMake (#882) | Allen Byrne | 2021-08-12 | 3 | -3/+5 |
|
|
* | Issue #833 fix setting return result (#843) | Allen Byrne | 2021-07-21 | 1 | -2/+2 |
|
|
* | Changes to docs for using plugins (#814) | Allen Byrne | 2021-07-14 | 4 | -5/+8 |
|
|
* | Remove checks for winsock2.h (#813) | Dana Robinson | 2021-07-06 | 2 | -9/+0 |
|
|
* | Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810) | Dana Robinson | 2021-06-30 | 2 | -4/+0 |
|
|
* | Cleans up POSIX/C bits in H5private.h (#804) | Dana Robinson | 2021-06-29 | 2 | -5/+0 |
|
|
* | Removes obsolete equivalents of C99's __func__ (#800) | Dana Robinson | 2021-06-29 | 3 | -49/+0 |
|
|
* | Assume frexpl/f and fabsl/f, which are C99 (#799) | Dana Robinson | 2021-06-25 | 2 | -8/+0 |
|
|
* | Removes checks for signal and set/longjmp, which are C89 (#798) | Dana Robinson | 2021-06-25 | 2 | -26/+3 |
|
|
* | Normalization of CMake H5pubconf.h with Autotools (#791) | Dana Robinson | 2021-06-23 | 1 | -11/+12 |
|
|
* | Removes checks for system(), which is C89/90 (#782) | Dana Robinson | 2021-06-23 | 2 | -5/+0 |
|
|
* | Removes outdated checks for ways inline might be defined (#781) | Dana Robinson | 2021-06-23 | 3 | -34/+0 |
|
|
* | Removes checks for (v)snprintf, which are C99 (#772) | Dana Robinson | 2021-06-21 | 3 | -39/+0 |
|
|
* | Removes checks and work-arounds for strtoll and strtoull (#769) | Dana Robinson | 2021-06-18 | 2 | -8/+0 |
|
|
* | Fix cmake configure path (#760) | Allen Byrne | 2021-06-17 | 1 | -1/+2 |
|
|
* | Fix warnings files (#753) | Allen Byrne | 2021-06-15 | 9 | -49/+111 |
|
|
* | Fix problem in gnu-cxxflags; remove empty if block that throws away all (#748) | Larry Knox | 2021-06-12 | 1 | -4/+1 |
|
|
* | Organize and align compiler flags (#741) | Allen Byrne | 2021-06-11 | 14 | -89/+249 |
|
|
* | Removed -fanalyzer from the gcc 10 developer options (#744) | Dana Robinson | 2021-06-10 | 1 | -4/+0 |
|
|
* | Make sure MAX_PRECISION is always defined with a value (#736) | Allen Byrne | 2021-06-08 | 1 | -2/+2 |
|
|
* | Rework Fortran configure to allow multiple CMake reruns (#721) | Allen Byrne | 2021-06-07 | 3 | -145/+133 |
|
|
* | Moves H5PacketTable default ctor inside source file (#731) | Dana Robinson | 2021-06-06 | 1 | -1/+1 |
|
|
* | Fixes issue with ccmake that prevents building Fortran (#723) | Dana Robinson | 2021-06-04 | 1 | -69/+7 |
|
|
* | Adds an Intel C++ configuration file (#716) | Dana Robinson | 2021-06-03 | 2 | -0/+132 |
|
|
* | Updates PGI C/C++ configurations (#715) | Dana Robinson | 2021-06-03 | 3 | -38/+131 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -9/+7 |
|
|
* | Removes some DEC Alpha cruft from H5detect and H5private.h (#708) | Dana Robinson | 2021-06-02 | 2 | -12/+0 |
|
|
* | C++ warning and build fixes (#707) | Dana Robinson | 2021-06-01 | 9 | -198/+30 |
|
|
* | Removes pre-C99 build and header cruft (#700) | Dana Robinson | 2021-05-28 | 4 | -51/+3 |
|
|
* | Require a C++11 compiler to build the C++ wrappers (#693) | Dana Robinson | 2021-05-28 | 3 | -15/+3 |
|
|
* | Various CMake changes (#679) | Dana Robinson | 2021-05-24 | 1 | -8/+0 |
|
|
* | Remove version from pkgcfg file names (#671) | Allen Byrne | 2021-05-21 | 1 | -1/+1 |
|
|