- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
-
- 27 Dec, 2014 1 commit
-
-
Clément Bœsch authored
-
- 19 Feb, 2014 1 commit
-
-
Diego Biurrun authored
Also add warning comment about threading implementations without matching atomics implementation to the atomics fallback implementation.
-
- 20 Dec, 2013 1 commit
-
-
Diego Biurrun authored
Also fix the #endif comment in a few places and #include config.h to avoid assuming it is #included implicitly.
-
- 03 Apr, 2013 1 commit
-
-
Anton Khirnov authored
Add simpler names and a shorthand for native atomics (as opposed to pthreads fallback).
-
- 20 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Mar, 2013 1 commit
-
-
Martin Storsjö authored
Not all gcc configurations have an implementation of all the atomic operations, and some gcc configurations have some atomic builtins implemented but not all. Thus check for the most essential function, whose presence should indicate that all others are present as well, since it can be used to implement all the other ones. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 08 Mar, 2013 2 commits
-
-
Martin Storsjö authored
Not all gcc configurations have an implementation of all the atomic operations, and some gcc configurations have some atomic builtins implemented but not all. Thus check for the most essential function, whose presence should indicate that all others are present as well, since it can be used to implement all the other ones. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
These could be used for reference counting, or for keeping track of decoding progress in references in multithreaded decoders. Support is provided by gcc/msvc/suncc intrinsics, with a fallback using pthread mutexes. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-