| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge PRs in issue #642 to hdf5_1_12 (#643) | Larry Knox | 2021-05-15 | 1 | -1/+0 |
|
|
* | Brings the thread-safety recursive writer locks to 1.12 (#466) | Dana Robinson | 2021-05-14 | 1 | -5/+13 |
|
|
* | Hdf5 1 12 fix fortran DEPENDS and revert pubconf (#609) | Allen Byrne | 2021-04-30 | 1 | -12/+3 |
|
|
* | Hdf5 merge issue 486 v112 (#489) | Larry Knox | 2021-03-24 | 1 | -17/+0 |
|
|
* | Hdf5 merge issue 435 (#460) | Larry Knox | 2021-03-10 | 1 | -5/+7 |
|
|
* | 1 12 merges from develop (#412) | Allen Byrne | 2021-03-03 | 1 | -17/+3 |
|
|
* | Update URL in source file Copyright headers for web copy of COPYING | Larry Knox | 2021-02-20 | 1 | -1/+1 |
|
|
* | 1 12 Whitespace changes after clang-format run (#288) | Allen Byrne | 2021-01-29 | 1 | -38/+38 |
|
|
* | Basic alignment with async branch (#115) (#137) | Quincey Koziol | 2020-11-30 | 1 | -38/+38 |
|
|
* | Merge available RM doxygen from develop to hdf5 1 12 (#131) | Larry Knox | 2020-11-26 | 1 | -2/+0 |
|
|
* | Manual sync with develop (#95) | Dana Robinson | 2020-11-17 | 1 | -0/+4 |
|
|
* | Merge changes from develop | Allen Byrne | 2020-10-08 | 1 | -7/+11 |
|
|
* | Source formatted | Allen Byrne | 2020-10-01 | 1 | -1298/+1330 |
|
|
* | Add clang-format changes from develop. | Allen Byrne | 2020-09-28 | 1 | -1/+1 |
|
|
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-22 | 1 | -1/+4 |
|
|
* | Sync with develop | Dana Robinson | 2020-08-01 | 1 | -52/+135 |
|
|
* | Reduce overhead for H5open, which is involved in the public symbols like H5T_... | Quincey Koziol | 2020-06-18 | 1 | -2/+27 |
|
|
* | Make sure that H5TS_thread_id() is available as either a function or a macro in | David Young | 2020-05-11 | 1 | -3/+5 |
|
|
* | Use a naked pthread_self() call in the HDF5 thread wrappers. | David Young | 2020-05-11 | 1 | -4/+0 |
|
|
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-05-06 | 1 | -5/+0 |
|
|
* | Merge changes from develop to fix various issues | Allen Byrne | 2020-01-30 | 1 | -0/+3 |
|
|
* | Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop | Kimmy Mu | 2020-01-28 | 1 | -1/+1 |
|
|
* | prototype issue | kmu | 2020-01-28 | 1 | -1/+1 |
|
|
* | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to develop | Kimmy Mu | 2020-01-28 | 1 | -10/+17 |
|
|
* | For portability, insulate the HDF5 library from some system macros. | David Young | 2019-12-19 | 1 | -1/+18 |
|
|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-16 | 1 | -7/+0 |
|
|
* | HDFFV-10876 Merge from develop | Allen Byrne | 2019-12-09 | 1 | -21/+17 |
|
|
* | Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/... | Jerome Soumagne | 2019-12-09 | 1 | -19/+2 |
|
|
* | Merged HDFFV-10929_2GB_testing to hdf5_1_12 | Richard Warren | 2019-12-06 | 1 | -2/+19 |
|
|
* | Fixed the H5_set_bigio_count prototype by adding a missing input argument. | Richard Warren | 2019-10-23 | 1 | -1/+1 |
|
|
* | Rename the set/get bigio_count functions. Also add the renamed prototypes to... | Richard Warren | 2019-10-23 | 1 | -1/+2 |
|
|
* | Added the two missing files from the previous PR as requested by Les | Richard Warren | 2019-10-15 | 1 | -0/+3 |
|
|
* | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 1 | -0/+2 |
|
|
* | Some refactoring prior to implementing new H5P MPI functions. | Dana Robinson | 2019-08-14 | 1 | -0/+8 |
|
|
* | Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge ... | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
|\ |
|
| * | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
|
|
* | | Added ifdef for intel compilers, __GNUC__ has to be defined for header files ... | M. Scot Breitenfeld | 2019-08-13 | 1 | -1/+1 |
|/ |
|
* | Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings o... | M. Scot Breitenfeld | 2019-08-08 | 1 | -0/+4 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+3 |
|
|
* | - Added H5MMprivate.h #includes where needed | Dana Robinson | 2019-03-16 | 1 | -5/+1 |
|
|
* | Merge branch 'develop' into c_stdlib_posix_call_cleanup | Dana Robinson | 2019-02-19 | 1 | -0/+6 |
|\ |
|
| * | Updated sec2, log, and core VFDs to use pread/pwrite when | Dana Robinson | 2019-01-31 | 1 | -0/+6 |
|
|
* | | C and POSIX call cleanup | Dana Robinson | 2019-01-11 | 1 | -2/+3 |
|/ |
|
* | Further va_list improvements. | Dana Robinson | 2018-12-17 | 1 | -0/+3 |
|
|
* | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -0/+3 |
|
|
* | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -5/+6 |
|
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+10 |
|
|
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -2/+1 |
|
|
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -50/+0 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
|
|