summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add java version and reference libsettingsAllen Byrne2020-02-271-2/+3
|/ / / /
* | | | Merge pull request #2409 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-2716-266/+257
|\ \ \ \ | |/ / / |/| | |
| * | | Update examples and fix old version references.Allen Byrne2020-02-2615-259/+249
| * | | Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-262-7/+8
|/ / /
* | | Merge pull request #2405 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-255-15/+40
|\ \ \
| * | | Copy generated files instead creating twiceAllen Byrne2020-02-251-8/+32
| * | | Fix standalone linkAllen Byrne2020-02-254-7/+8
|/ / /
* | | Merge pull request #2398 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-254-16/+12
|\ \ \
| * | | Fix Fortran macro use and jni commentAllen Byrne2020-02-254-16/+12
|/ / /
* | | Merge pull request #2394 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-246-22/+172
|\ \ \
| * | | Update Windows platformsAllen Byrne2020-02-241-5/+1
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-02-241-0/+2
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2385 in HDFFV/hdf5 from manifest-repair to developDavid Young2020-02-241-0/+2
|\ \ \ \
| * | | | Add missing MANIFEST entry, ./doc/code-conventions.md .David Young2020-02-201-0/+2
| | * | | HDFFV-11036 add release noteAllen Byrne2020-02-241-1/+8
| | * | | HDFFV-11036 add file compare test processAllen Byrne2020-02-244-13/+162
| | * | | Correct usage of add_compile_definitionsAllen Byrne2020-02-231-3/+1
| |/ / / |/| | |
* | | | Merge pull request #2390 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2020-02-2287-337/+436
|\ \ \ \
| * | | | TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-2187-337/+436
|/ / / /
* | | | Merge pull request #2388 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-214-11/+11
|\ \ \ \
| * | | | Fix always true issue because member is not dynamically allocatedAllen Byrne2020-02-211-7/+7
| * | | | CMake cleanupAllen Byrne2020-02-212-2/+2