summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops, the test has to return success in the unimplemented case.David Young2020-05-111-3/+2
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-112-2/+3
* Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.David Young2020-05-111-21/+0
* Follow HDF5 conventions.David Young2020-05-111-30/+89
* Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-05-112-12/+5
* Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-05-112-6/+2
* If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-05-111-0/+7
* Merge pull request #2569 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-05-087-14/+18
|\
| * disable pr action and enable fail fastAllen Byrne2020-05-081-3/+3
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-05-0816-128/+557
| |\ | |/ |/|
* | Merge pull request #2567 in HDFFV/hdf5 from alloc_0sized_dset_fix_1_12 to hdf...Quincey Koziol2020-05-0816-128/+557
|\ \
| * | Add note to release notes.Quincey Koziol2020-05-071-1/+4
| * | Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Quincey Koziol2020-05-071-1/+1
| |\ \ | |/ / |/| |
| * | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-066-19/+20
| * | Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen'sDavid Young2020-05-062-0/+2
| * | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-069-25/+288
| * | Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Quincey Koziol2020-05-069-25/+109
| |\ \
| * | | Align contents of CMake and autotools testfile cleanup lists.Quincey Koziol2020-05-042-89/+53
| * | | Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-044-13/+209
| | | * Correct filenameAllen Byrne2020-05-081-7/+7
| | | * OESS-65 Fix packagingAllen Byrne2020-05-086-4/+8
| |_|/ |/| |
* | | Merge pull request #2566 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-05-071-1/+1
|\ \ \ | |_|/ |/| |
| * | Correct pathAllen Byrne2020-05-071-1/+1
|/ /
* | Merge pull request #2562 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-05-069-25/+109
|\ \ | |/ |/|
| * Add github actions and cleanup java whitespaceAllen Byrne2020-05-069-25/+109
|/
* Merge pull request #2546 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-04-2713-108/+102
|\
| * OESS-65 replace szip with aec libraryAllen Byrne2020-04-2713-108/+102
|/
* Merge pull request #2528 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...hdftest2020-04-2717-117/+196
|\
| * Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-262-25/+22
| * Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to dev...David Young2020-04-262-6/+3
| * Fix NoFilter buildAllen Byrne2020-04-261-1/+1
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-2613-56/+129
| * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-214-41/+53
* | Merge pull request #2545 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_12 to hd...hdftest2020-04-276-7/+7
|\ \ | |/ |/|
| * Snapshot version 1.12 release 1 (snap0)hdftest2020-04-276-7/+7
|/
* Merge pull request #2512 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-04-141-42/+47
|\
| * TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
* | Merge pull request #2497 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_d...Vailin Choi2020-04-141-5/+3
|\ \ | |/ |/|
| * Fix according to PR feedback.vchoi2020-04-071-1/+1
| * Fix error in previous merge: should use NULL instead of FAIL.vchoi2020-04-071-4/+2
| * Merge pull request #30 in ~VCHOI/my_third_fork from hdf5_1_12 to bugfix/112_d...Vailin Choi2020-04-070-0/+0
| |\
* | \ Merge pull request #2480 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-04-13109-2211/+2660
|\ \ \ | |_|/ |/| |
| * | Fix shadowed typeAllen Byrne2020-04-131-3/+3
| * | TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-135-88/+200
| * | Add missing " and update function calls incorrectlyLarry Knox2020-04-123-27/+27
| * | TRILAB-192 update LTparse filesAllen Byrne2020-04-073-663/+821
| * | TRILAB-192 - merge changes from developAllen Byrne2020-04-0747-1259/+1047
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-04-052-350/+400
| |\ \ | |/ / |/| |
* | | Merge pull request #2488 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_d...Vailin Choi2020-04-032-350/+400
|\ \ \ | | |/ | |/|
| * | Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...Vailin Choi2020-04-022-350/+400
|/ /