log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
sdl-ios-xcode
log test/testatomic.c @ 5122:
b3f075368b1f
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2011-01-28
Sam Lantinga
Bump up the default cache line size.
2011-01-28
Sam Lantinga
Added cache line size info in SDL_cpuinfo.h
2011-01-27
Sam Lantinga
Fixed compiling under Visual Studio
2011-01-27
Sam Lantinga
Since we're directly reading and writing 'active' from different threads, it needs to be flagged volatile.
2011-01-26
Sam Lantinga
Added a test to measure the impact of a separate thread periodically locking the queue entirely.
2011-01-26
Sam Lantinga
Added a FIFO test to the atomic test suite.
2011-01-18
Sam Lantinga
Michael gave permission to use his test code
2011-01-17
Sam Lantinga
Fixed compiler errors
2011-01-17
Sam Lantinga
Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
2011-01-16
Sam Lantinga
Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
2011-01-15
Sam Lantinga
Updated the atomic API for better use cases
2009-10-04
Sam Lantinga
Fixed bug #817
2009-09-29
Sam Lantinga
Better cross-platform macros for printing 32 and 64 bit values
2009-09-28
Bob Pendleton
Ok, added long casts to get rid of compiler warnings.
2009-09-23
Bob Pendleton
int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
2009-09-17
Bob Pendleton
The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
2009-08-11
Bob Pendleton
Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
2009-07-09
Bob Pendleton
volitile... duh, yeah the variable need to be labeled volitile
2009-06-29
Bob Pendleton
I've made so many changes I don't dare continue until I check the current stuff in.
2009-06-24
Bob Pendleton
Disabling 64 bit atomics operations until I figure out why they do not link.
2009-06-24
Bob Pendleton
This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
2009-06-10
Sam Lantinga
indent
2009-06-09
Bob Pendleton
First commit for SDL atomic operations.
less
more
|
(0)
tip