summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2369 in HDFFV/hdf5 from ~DYOUNG/vs2010:develop to developDavid Young2020-02-173-13/+41
|\
| * Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-102-12/+2
| |\
| | * Delete unhelpful comment per Jordan's question.David Young2020-02-101-3/+0
| | * Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-072-12/+5
| * | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-02-071-1/+39
| |/
* | Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-1715-194/+480
|\ \
| * | H5T_copy() constification plus Quincey's contributions.David Young2020-01-2915-194/+480
* | | Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-02-071-2/+2
| |/ |/|
* | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-02-051-0/+7
* | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-02-031-0/+1
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-02-034-13/+13
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-036-21/+124
* | Merge pull request #2329 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5MM_const to ...Dana Robinson2020-01-3110-50/+67
|\ \
| * | Minor refactoring to the VFD info free call.Dana Robinson2020-01-311-10/+8
| * | Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-319-45/+27
| * | Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-308-25/+62
* | | VS2010 needs an underscoreAllen Byrne2020-01-301-0/+6
|/ /
* | Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-2915-127/+125
|\ \
| * | Reduce differences between my -Werror branch and `develop`:David Young2020-01-2915-127/+125
| |/
* | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-296-73/+67
|\ \
| * | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-296-73/+67
| |/
* | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-1/+3
|\ \
| * | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-1/+3
| |/
* | Introduce new H5VL _by_value routinesJordan Henderson2020-01-295-25/+227
|/
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
|\
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-1/+1
* | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-01-241-0/+3
* | Removed H5_DEC_ENUMDana Robinson2020-01-231-7/+0
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-232-16/+1
|/
* remove unnecessary stuffkmu2020-01-231-2/+0
* squash cast warning fixkmu2020-01-2311-91/+95
* merge and fix conflictkmu2020-01-23150-3016/+7804
|\
| * Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to dev...Kimmy Mu2020-01-231-1/+2
| |\
| | * fix missing prototype warningkmu2020-01-211-1/+2
| * | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2343-145/+151
| |\ \
| | * | more cleanupkmu2020-01-231-1/+1
| | * | merge and fixkmu2020-01-2167-1014/+4089
| | |\ \
| | * \ \ merge and fix conflictkmu2020-01-1942-123/+142
| | |\ \ \
| | * \ \ \ merge and fix conflictskmu2020-01-14101-2516/+4199
| | |\ \ \ \
| | * | | | | pick up missing piecekmu2020-01-132-2/+3
| | * | | | | fix unused related warningskmu2020-01-1340-128/+138
| | * | | | | remove unsed var,function,macro, etckmu2019-12-062-16/+2
| * | | | | | Remove irrelevant sentence from comment.Larry Knox2020-01-221-3/+1
| * | | | | | Add v111 version for H5O functions to enable version1 default for HDF5Larry Knox2020-01-211-5/+16
| | |_|_|/ / | |/| | | |
| * | | | | Only 2 versions of H5O_info_t and H5O_iterate_t.Larry Knox2020-01-201-2/+2
| * | | | | H5vers.txt has versions v10 that should be v110 and some missing v110Larry Knox2020-01-191-7/+7
| * | | | | Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-1766-1016/+4104
| |\ \ \ \ \
| | * | | | | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1666-998/+4065
| | | |_|/ / | | |/| | |
| | * | | | H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-105-18/+39
| | | |/ / | | |/| |
| * | | | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-16/+24
| |/ / /