Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang atomic to use for atomic_is_lock_free(). | theraven | 2012-01-17 | 1 | -1/+1 |
* | Use the signal fence builtin in stdatomic.h when using the clang atomic | theraven | 2012-01-16 | 1 | -4/+1 |
* | Correct mistake in atomic_flag macros. | ed | 2012-01-13 | 1 | -3/+2 |
* | Remove extraneous semicolons. | ed | 2012-01-02 | 1 | -2/+2 |
* | Extend <stdatomic.h> to support GCC 4.7's __atomic. | ed | 2011-12-30 | 1 | -7/+41 |
* | Fix some bugs in <stdatomic.h>. | ed | 2011-12-26 | 1 | -9/+12 |
* | Make white space in this file a bit more consistent. | ed | 2011-12-25 | 1 | -14/+14 |
* | Fix field name. | ed | 2011-12-25 | 1 | -1/+1 |
* | Initial implementation of stdatomic.h. Works (at least in the parts that were | theraven | 2011-12-24 | 1 | -0/+296 |