summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-05-208-23/+53
* Delete unhelpful comment per Jordan's question.David Young2020-05-201-3/+0
* Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-05-202-12/+5
* Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-05-201-1/+39
* H5T_copy() constification plus Quincey's contributions.David Young2020-05-2015-194/+480
* Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-05-201-2/+2
* If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-05-201-0/+7
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-201-0/+1
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-204-13/+13
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-206-21/+124
* Minor refactoring to the VFD info free call.Dana Robinson2020-05-201-10/+8
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-05-209-45/+27
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-05-208-25/+62
* VS2010 needs an underscoreAllen Byrne2020-05-201-0/+6
* Reduce differences between my -Werror branch and `develop`:David Young2020-05-2015-127/+125
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-206-73/+67
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-05-201-1/+3
* Introduce new H5VL _by_value routinesJordan Henderson2020-05-205-25/+227
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-05-201-1/+1
* Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-05-201-0/+3
* Removed H5_DEC_ENUMDana Robinson2020-05-201-7/+0
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-05-202-16/+1
* Revert "Moved -Wunsuffixed-float-constants to the developer warnings."Dana Robinson2020-05-202-1/+16
* Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-05-202-16/+1
* remove unnecessary stuffkmu2020-05-201-2/+0
* squash cast warning fixkmu2020-05-2011-91/+95
* fix missing prototype warningkmu2020-05-201-1/+2
* more cleanupkmu2020-05-201-1/+1
* pick up missing piecekmu2020-05-202-2/+3
* fix unused related warningskmu2020-05-2040-128/+138
* remove unsed var,function,macro, etckmu2020-05-202-5/+2
* fix uninitizlized warningkmu2020-05-201-2/+2
* Remove irrelevant sentence from comment.Larry Knox2020-05-201-3/+1
* Add v111 version for H5O functions to enable version1 default for HDF5Larry Knox2020-05-201-5/+16
* Only 2 versions of H5O_info_t and H5O_iterate_t.Larry Knox2020-05-201-2/+2
* H5vers.txt has versions v10 that should be v110 and some missing v110Larry Knox2020-05-201-7/+7
* Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-05-201-16/+24
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-2066-996/+4062
* H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-05-205-18/+39
* add new type supportkmu2020-05-201-0/+1
* address problems from commentskmu2020-05-204-4/+5
* fix and address commentskmu2020-05-205-7/+15
* change according to previous commentskmu2020-05-202-4/+3
* add missing piecekmu2020-05-201-0/+1
* remove unnecessary check macrokmu2020-05-2022-35/+34
* fix intel compile warningskmu2020-05-2025-48/+47
* Revert "fix warnings from Intel compiler"kmu2020-05-2027-43/+44
* Revert "fix issues from previous PR comments"kmu2020-05-2025-43/+39
* Revert "using a different MACRO"kmu2020-05-2023-72/+70
* using a different MACROkmu2020-05-2023-70/+72