6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Oct 30, 2023 — Oct 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert __thread_local_data to the singleton pattern More... about 14 years ago
Bug 7983 fixed by Bernhard Rosenkraenzer More... about 14 years ago
temporarily use cc to link instead of clang to work around issue with -Xarch More... about 14 years ago
update export list for when building with clang++ More... about 14 years ago
updated for weekly test results More... about 14 years ago
Patch by Marshall Clow to make the assignment operators of piecewise_constant_distribution and piecewise_linear_distribution exception safe. More... about 14 years ago
Updated atomic design docs More... about 14 years ago
Corrected an inconsistency with recent changes in tuple, and perfect forwarding within bind More... about 14 years ago
Relaxing timing test a bit to avoid spurious test failures under load More... about 14 years ago
Update atomic design A More... about 14 years ago
Updated <atomic> docs with three design options More... about 14 years ago
A compiler writer's guide to <atomic>, minor update More... about 14 years ago
A compiler writer's guide to <atomic> More... about 14 years ago
Make flag type configurable by the compiler More... about 14 years ago
Thanks Sebastian\! More... about 14 years ago
Filling out the infrastructure in <atomic> More... about 14 years ago
__has_feature crutch More... about 14 years ago
Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... More... about 14 years ago
Tweak to make clang blocks work with std::functional (very fragile) More... about 14 years ago
Bug 7984 by Bernhard Rosenkraenzer More... about 14 years ago
Bug 8254 by Bernhard Rosenkraenzer More... about 14 years ago
[atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. More... about 14 years ago
Name change of intrinsics as suggested by Jeffrey Yasskin More... about 14 years ago
Contemplating this <atomic> reorganization... More... about 14 years ago
updated per weekly tests More... about 14 years ago
Didn't mean to commit that one More... about 14 years ago
Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... More... about 14 years ago
fixing whitespace More... about 14 years ago
[atomics.order] More... about 14 years ago
Getting started on <atomic> More... about 14 years ago