summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct failure when allocation tracking are disabled.Quincey Koziol2020-03-241-0/+12
* Merge pull request #2445 in HDFFV/hdf5 from alloc_stats to developQuincey Koziol2020-03-2310-212/+571
|\
| * Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-206-99/+64
| * Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-206-4/+48
| |\
| * \ Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-185-5/+23
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-121-5/+5
| |\ \ \
| * | | | Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-109-212/+606
* | | | | Merge pull request #2402 in HDFFV/hdf5 from ~DYOUNG/werror:break-out-warnings...David Young2020-03-2339-80/+208
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-03-1936-38/+38
| * | | | By default, demote warnings promoted to errors back to warnings.David Young2020-02-251-1/+19
| * | | | Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors willDavid Young2020-02-253-2/+6
| * | | | Break out warnings into more files that autoconf and CMake can share. ThisDavid Young2020-02-2534-71/+177
* | | | | Merge pull request #2457 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-03-191-1/+20
|\ \ \ \ \
| * | | | | Fix threadsafe for new testAllen Byrne2020-03-181-1/+20
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2456 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-03-185-3/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed the RELEASE.txt note for HDFFV-11057Dana Robinson2020-03-181-9/+8
| * | | | Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-184-2/+28
| * | | | Merge branch 'develop' into develop_minorDana Robinson2020-03-185-5/+23
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2451 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/devel...Vailin Choi2020-03-165-5/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix issues when deserializing point/all/none selection with version beyond th...Vailin Choi2020-03-135-5/+23
| * | | | Merge pull request #26 in ~VCHOI/my_third_fork from develop to bugfix/develop...Vailin Choi2020-03-11143-975/+1423
| |\ \ \ \ | | | |_|/ | | |/| |
| | | * | Very minor comment change in H5VLconnector.h.Dana Robinson2020-03-121-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #2378 in HDFFV/hdf5 from ~DYOUNG/werror:dont-crash-on-clos...David Young2020-03-121-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid a crash, don't check if we're flushing when the file is closing:David Young2020-02-131-5/+5
* | | | Merge pull request #2351 in HDFFV/hdf5 from ~DYOUNG/werror:b-bye-HDpthread_se...David Young2020-03-052-6/+2
|\ \ \ \
| * | | | Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-02-062-6/+2
* | | | | Merge pull request #2424 in HDFFV/hdf5 from ~DYOUNG/hdf5:passed-do-while to d...David Young2020-03-0519-254/+253
|\ \ \ \ \
| * | | | | Add semicolons to more PASSED() invocations.David Young2020-02-284-5/+5
| * | | | | So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-2815-249/+248
* | | | | | Merge pull request #2434 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-03-042-16/+16
|\ \ \ \ \ \
| * | | | | | Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-03-012-3/+3
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2427 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:develop to developJake Smith2020-03-012-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG).Jacob Smith2020-02-282-3/+3
| | |/ / / / / | |/| | | | |
| | * | | | | WhitespaceAllen Byrne2020-02-291-14/+14
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2431 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/type_cast to dev...Kimmy Mu2020-02-291-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | revert type castkmu2020-02-281-2/+2
* | | | | | Merge pull request #2419 in HDFFV/hdf5 from revise_get_offset to developQuincey Koziol2020-02-285-37/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-285-37/+21
|/ / / / /
* | | | | Merge pull request #2411 in HDFFV/hdf5 from ~DYOUNG/werror:darwin-barriers to...Larry Knox2020-02-281-1/+139
|\ \ \ \ \
| * | | | | Complete the comment on thread_main(), explaining why the barrier is used.David Young2020-02-271-1/+9
| * | | | | The first implementation seemed to allow for the possibility that a threadDavid Young2020-02-271-1/+8
| * | | | | Test the right condition for the EBUSY return in pthread_barrier_destroy().David Young2020-02-271-1/+1
| * | | | | s/exit_failure/EXIT_FAILURE/gDavid Young2020-02-271-2/+2
| * | | | | Implement pthread_barrier(3) for Darwin using a counter, condition variable,David Young2020-02-271-0/+123
* | | | | | Merge pull request #2415 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-02-282-2/+2
|\ \ \ \ \ \
| * | | | | | Modfy expression to match mpicc build with Intel as intel compiler, notLarry Knox2020-02-272-2/+2
|/ / / / / /
* | | | | | Merge pull request #2414 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2020-02-271-6/+19
|\ \ \ \ \ \
| * | | | | | Fixed issue building HDF5 with NAG Fortran 7.0.M. Scot Breitenfeld2020-02-271-6/+19
* | | | | | | Merge pull request #2412 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-271-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |