2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #88 from akopytov/benchmarks More... about 8 years ago
Add benchmarks for ck_pr_add_64(), ck_pr_faa_64() and ck_pr_neg_64(). More... about 8 years ago
Merge pull request #87 from akopytov/aarch64_timer More... about 8 years ago
Add AArch64 timer support to rdtsc(). More... about 8 years ago
Merge pull request #86 from akopytov/lse More... about 8 years ago
AArch64 LSE support. More... about 8 years ago
ck_pr/aarch64: style. More... about 8 years ago
ck_pr/aarch64: Don't forget the "cc" and "memory" clobbers. More... about 8 years ago
ck_pr: Add an option to disable any double function More... about 8 years ago
Merge pull request #84 from hbowden/master More... about 8 years ago
Add cygwin support. More... about 8 years ago
ck_pr/ppc: Get the right prototype for ck_pr_cas_ptr_value(). More... about 8 years ago
gcc/ck_pr: Try to make sure the compiler isn't unhappy about constness. More... about 8 years ago
ck_pr: missed a few occurrences of stdbool.h that should be ck_stdbool.h. More... about 8 years ago
ck_pr/aarch64: Use the right asm constraints. We don't have to claim we will read the value from variables when we do not, this was only done to work around a bug on some versions of gcc for arm a while ago, hopefully this won't be needed here. This should fix the (harmless) warnings described in issue #83. More... over 8 years ago
ck_pr/aarch64: That should be CK_PR_AARCH64_H, not CK_PR_ARM_H More... over 8 years ago
ck_pr: First cut at an aarch64 native implementation. More... over 8 years ago
regressions/ck_spinlock: Add ck_hclh to the check target. More... over 8 years ago
regressions/ck_hp: Make sure stores are visible before attempting CAS. More... over 8 years ago
doc: enfores => enforces More... over 8 years ago
ck_pr/arm : We never defined CK_PR_CAS_S, so there's no need to undef it. More... over 8 years ago
Merge pull request #82 from iamthebot/master More... over 8 years ago
build: Bump version for release. More... over 8 years ago
use __restrict__ under GCC to support both C++ and C More... over 8 years ago
build: Fix clang detection to require major >= 3. More... over 8 years ago
Merge pull request #77 from guotie/patch-1 More... over 8 years ago
Update ck_ring.h More... over 8 years ago
doc: ck_epoch_poll now only takes one argument. More... over 8 years ago
Merge pull request #73 from LebedevRI/ht More... almost 9 years ago
Ht: regressions: validate serial: check that our hash function was actually called. More... almost 9 years ago