| Commit message (Expand) | Author | Age | Files | Lines |
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-02-10 | 8 | -23/+53 |
|
|
* | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementation | David Young | 2020-02-05 | 1 | -0/+7 |
|
|
* | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions. | David Young | 2020-02-03 | 1 | -0/+1 |
|
|
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-02-03 | 4 | -13/+13 |
|
|
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-02-03 | 6 | -21/+124 |
|
|
* | Merge pull request #2329 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5MM_const to ... | Dana Robinson | 2020-01-31 | 10 | -50/+67 |
|\ |
|
| * | Minor refactoring to the VFD info free call. | Dana Robinson | 2020-01-31 | 1 | -10/+8 |
|
|
| * | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-01-31 | 9 | -45/+27 |
|
|
| * | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-01-30 | 8 | -25/+62 |
|
|
* | | VS2010 needs an underscore | Allen Byrne | 2020-01-30 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff... | David Young | 2020-01-29 | 15 | -127/+125 |
|\ |
|
| * | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-01-29 | 15 | -127/+125 |
|
|
* | | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff... | David Young | 2020-01-29 | 6 | -73/+67 |
|\ \ |
|
| * | | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-01-29 | 6 | -73/+67 |
| |/ |
|
* | | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff... | David Young | 2020-01-29 | 1 | -1/+3 |
|\ \ |
|
| * | | testpar/t_2Gio.c: Fix a typo that I think was introduced by a | David Young | 2020-01-29 | 1 | -1/+3 |
| |/ |
|
* | | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-01-29 | 5 | -25/+227 |
|/ |
|
* | Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop | Kimmy Mu | 2020-01-28 | 1 | -1/+1 |
|\ |
|
| * | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co... | kmu | 2020-01-27 | 1 | -1/+1 |
|
|
* | | Replaced my_isnan with C99 isnan in h5diff. | Dana Robinson | 2020-01-24 | 1 | -0/+3 |
|
|
* | | Removed H5_DEC_ENUM | Dana Robinson | 2020-01-23 | 1 | -7/+0 |
|
|
* | | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 2 | -16/+1 |
|/ |
|
* | remove unnecessary stuff | kmu | 2020-01-23 | 1 | -2/+0 |
|
|
* | squash cast warning fix | kmu | 2020-01-23 | 11 | -91/+95 |
|
|
* | merge and fix conflict | kmu | 2020-01-23 | 150 | -3016/+7804 |
|\ |
|
| * | Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to dev... | Kimmy Mu | 2020-01-23 | 1 | -1/+2 |
| |\ |
|
| | * | fix missing prototype warning | kmu | 2020-01-21 | 1 | -1/+2 |
|
|
| * | | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to develop | Kimmy Mu | 2020-01-23 | 43 | -145/+151 |
| |\ \ |
|
| | * | | more cleanup | kmu | 2020-01-23 | 1 | -1/+1 |
|
|
| | * | | merge and fix | kmu | 2020-01-21 | 67 | -1014/+4089 |
| | |\ \ |
|
| | * \ \ | merge and fix conflict | kmu | 2020-01-19 | 42 | -123/+142 |
| | |\ \ \ |
|
| | * \ \ \ | merge and fix conflicts | kmu | 2020-01-14 | 101 | -2516/+4199 |
| | |\ \ \ \ |
|
| | * | | | | | pick up missing piece | kmu | 2020-01-13 | 2 | -2/+3 |
|
|
| | * | | | | | fix unused related warnings | kmu | 2020-01-13 | 40 | -128/+138 |
|
|
| | * | | | | | remove unsed var,function,macro, etc | kmu | 2019-12-06 | 2 | -16/+2 |
|
|
| * | | | | | | Remove irrelevant sentence from comment. | Larry Knox | 2020-01-22 | 1 | -3/+1 |
|
|
| * | | | | | | Add v111 version for H5O functions to enable version1 default for HDF5 | Larry Knox | 2020-01-21 | 1 | -5/+16 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Only 2 versions of H5O_info_t and H5O_iterate_t. | Larry Knox | 2020-01-20 | 1 | -2/+2 |
|
|
| * | | | | | H5vers.txt has versions v10 that should be v110 and some missing v110 | Larry Knox | 2020-01-19 | 1 | -7/+7 |
|
|
| * | | | | | Merge branch 'develop' into stack_size_warnings | Dana Robinson | 2020-01-17 | 66 | -1016/+4104 |
| |\ \ \ \ \ |
|
| | * | | | | | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 66 | -998/+4065 |
| | | |_|/ /
| | |/| | | |
|
| | * | | | | H5R: set app ref when incrementing ref_count on location held by reference | Jerome Soumagne | 2020-01-10 | 5 | -18/+39 |
| | | |/ /
| | |/| | |
|
| * | | | | Fixed stack and frame size warnings. Not complete, but fixes most of | Dana Robinson | 2020-01-15 | 1 | -16/+24 |
| |/ / / |
|
| * | | | Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t... | Kimmy Mu | 2020-01-07 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | add new type support | kmu | 2020-01-07 | 1 | -0/+1 |
|
|
| * | | | | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t... | Kimmy Mu | 2020-01-06 | 27 | -55/+62 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | address problems from comments | kmu | 2019-12-11 | 4 | -4/+5 |
|
|
| | * | | | fix and address comments | kmu | 2019-12-11 | 5 | -7/+15 |
|
|
| | * | | | change according to previous comments | kmu | 2019-12-10 | 2 | -4/+3 |
|
|
| | * | | | add missing piece | kmu | 2019-12-10 | 1 | -0/+1 |
|
|