c89atomic | C89 compatible atomics
kandi X-RAY | c89atomic Summary
kandi X-RAY | c89atomic Summary
c89atomic is a C library. c89atomic has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
This library aims to implement an equivalent to the C11 atomics library. It's intended to be used as a way to enable the use of atomics in a mostly consistent manner to modern C, while still enabling compatibility with older compilers. This is not a drop-in replacement for C11 atomics, but is very similar. Only limited testing has been done so use at your own risk. I'm happy to accept feedback and pull requests with bug fixes. When compiling with GCC and Clang, this library will translate to a one-to-one wrapper around the __atomic_* intrinsics provided by the compiler. When compiling with Visual C++ things are a bit more complicated because it does not have support for C11 style atomic intrinsics. This library will try to use the _Interlocked* intrinsics instead, and if unavailable will use inlined assembly (x86 only). Supported compilers are Visual Studio back to VC6, GCC and Clang. If you need support for a different compiler I'm happy to add support (pull requests appreciated). This library currently assumes the int data type is 32 bits.
This library aims to implement an equivalent to the C11 atomics library. It's intended to be used as a way to enable the use of atomics in a mostly consistent manner to modern C, while still enabling compatibility with older compilers. This is not a drop-in replacement for C11 atomics, but is very similar. Only limited testing has been done so use at your own risk. I'm happy to accept feedback and pull requests with bug fixes. When compiling with GCC and Clang, this library will translate to a one-to-one wrapper around the __atomic_* intrinsics provided by the compiler. When compiling with Visual C++ things are a bit more complicated because it does not have support for C11 style atomic intrinsics. This library will try to use the _Interlocked* intrinsics instead, and if unavailable will use inlined assembly (x86 only). Supported compilers are Visual Studio back to VC6, GCC and Clang. If you need support for a different compiler I'm happy to add support (pull requests appreciated). This library currently assumes the int data type is 32 bits.
Support
Quality
Security
License
Reuse
Support
c89atomic has a low active ecosystem.
It has 58 star(s) with 8 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 1 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of c89atomic is current.
Quality
c89atomic has 0 bugs and 0 code smells.
Security
c89atomic has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
c89atomic code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
c89atomic does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
c89atomic releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of c89atomic
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of c89atomic
c89atomic Key Features
No Key Features are available at this moment for c89atomic.
c89atomic Examples and Code Snippets
No Code Snippets are available at this moment for c89atomic.
Community Discussions
No Community Discussions are available at this moment for c89atomic.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install c89atomic
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page