index
:
~bnf/sdl-wayland
master
old
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
testatomic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-08
SDL 1.3 is now under the zlib license.
Sam Lantinga
1
-0
/
+11
2011-01-27
Bump up the default cache line size.
Sam Lantinga
1
-0
/
+1
2011-01-27
Added cache line size info in SDL_cpuinfo.h
Sam Lantinga
1
-10
/
+7
2011-01-27
Fixed compiling under Visual Studio
Sam Lantinga
1
-1
/
+0
2011-01-26
Since we're directly reading and writing 'active' from different threads, it ...
Sam Lantinga
1
-1
/
+1
2011-01-26
Added a test to measure the impact of a separate thread periodically locking ...
Sam Lantinga
1
-26
/
+99
2011-01-25
Added a FIFO test to the atomic test suite.
Sam Lantinga
1
-0
/
+393
2011-01-18
Michael gave permission to use his test code
Sam Lantinga
1
-3
/
+10
2011-01-17
Fixed compiler errors
Sam Lantinga
1
-10
/
+9
2011-01-16
Include windows.h in SDL_atomic.h by default, but don't include the atomic AP...
Sam Lantinga
1
-0
/
+2
2011-01-16
Added native atomic operations for Windows, Mac OS X, and gcc compiler intrin...
Sam Lantinga
1
-4
/
+168
2011-01-15
Updated the atomic API for better use cases
Sam Lantinga
1
-111
/
+50
2009-10-04
Fixed bug #817
Sam Lantinga
1
-2
/
+3
2009-09-29
Better cross-platform macros for printing 32 and 64 bit values
Sam Lantinga
1
-22
/
+34
2009-09-28
Ok, added long casts to get rid of compiler warnings.
Bob Pendleton
1
-11
/
+11
2009-09-23
int testmmousetable.c the arguments to main() are not compatible with what is...
Bob Pendleton
1
-1
/
+1
2009-09-17
The new, cleaner, version of the atomic operations. The dummy code is what yo...
Bob Pendleton
1
-24
/
+9
2009-08-11
Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
Bob Pendleton
1
-102
/
+0
2009-07-09
volitile... duh, yeah the variable need to be labeled volitile
Bob Pendleton
1
-4
/
+4
2009-06-29
I've made so many changes I don't dare continue until I check the current stu...
Bob Pendleton
1
-9
/
+191
2009-06-24
Disabling 64 bit atomics operations until I figure out why they do not link.
Bob Pendleton
1
-58
/
+45
2009-06-24
This check in updates SDL_atomic.h to reflect the new set of atomic operation...
Bob Pendleton
1
-47
/
+47
2009-06-10
indent
Sam Lantinga
1
-53
/
+53
2009-06-09
First commit for SDL atomic operations.
Bob Pendleton
1
-0
/
+64