| Commit message (Expand) | Author | Age | Files | Lines |
* | Update URL in source file Copyright headers for web copy of COPYING | Larry Knox | 2021-02-20 | 1 | -1/+1 |
|
|
* | 1 12 Whitespace changes after clang-format run (#288) | Allen Byrne | 2021-01-29 | 1 | -1/+1 |
|
|
* | Basic alignment with async branch (#115) (#137) | Quincey Koziol | 2020-11-30 | 1 | -1/+1 |
|
|
* | Manual sync with develop (#95) | Dana Robinson | 2020-11-17 | 1 | -7/+7 |
|
|
* | Source formatted | Allen Byrne | 2020-10-01 | 1 | -31/+25 |
|
|
* | Windows thread-safe fixes from develop | Dana Robinson | 2020-08-14 | 1 | -2/+2 |
|
|
* | Whitespace updates | Allen Byrne | 2020-05-13 | 1 | -1/+1 |
|
|
* | Complete the comment on thread_main(), explaining why the barrier is used. | David Young | 2020-05-11 | 1 | -1/+9 |
|
|
* | The first implementation seemed to allow for the possibility that a thread | David Young | 2020-05-11 | 1 | -1/+8 |
|
|
* | Test the right condition for the EBUSY return in pthread_barrier_destroy(). | David Young | 2020-05-11 | 1 | -1/+1 |
|
|
* | s/exit_failure/EXIT_FAILURE/g | David Young | 2020-05-11 | 1 | -2/+2 |
|
|
* | Implement pthread_barrier(3) for Darwin using a counter, condition variable, | David Young | 2020-05-11 | 1 | -0/+123 |
|
|
* | Use HD prefix. | David Young | 2020-05-11 | 1 | -13/+13 |
|
|
* | Provide local copies of err(3)- and errx(3)-alike functions | David Young | 2020-05-11 | 1 | -7/+37 |
|
|
* | Oops, the test has to return success in the unimplemented case. | David Young | 2020-05-11 | 1 | -3/+2 |
|
|
* | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions. | David Young | 2020-05-11 | 1 | -2/+2 |
|
|
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-05-06 | 1 | -5/+6 |
|
|
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-05-06 | 1 | -0/+162 |
|
|