summaryrefslogtreecommitdiff
path: root/test/testatomic.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Atomic test: Fix use after freeJoel Linn2020-12-231-8/+2
* testatomic.c: fix warnings due to SDL_AtomicDecRef() useOzkan Sezer2020-12-241-3/+3
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* use SDL_zeroa at more places where the argument is an array.Ozkan Sezer2019-07-311-2/+2
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed a bunch of compiler warnings.Ryan C. Gordon2017-08-291-1/+1
* Fixed bug 3744 - missing SDLCALL in several functionsSam Lantinga2017-08-131-4/+4
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 3508 - variably modified ‘SDL_dummy_size’ at file scope in test...Sam Lantinga2016-12-061-1/+4
* Remove almost all instances of "volatile" keyword.Ryan C. Gordon2016-01-031-6/+6
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Replaced tabs with spaces in test programs.Philipp Wiesemann2015-11-251-7/+7
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Removed redundant include statements from test programs.Philipp Wiesemann2015-02-181-3/+0
* Fixed compiler warningSam Lantinga2014-07-071-1/+1
* Fixed initializing test event queueSam Lantinga2014-06-071-0/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-50/+59
* Corrected words in comments of test programs.Philipp Wiesemann2013-07-271-1/+1
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Removed unused variable and not needed assignment in test program.Philipp Wiesemann2013-07-131-1/+0
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-40/+40
* Changed the name of SDL_mutexP() SDL_mutexV()Sam Lantinga2013-03-071-4/+4
* 1.3 API CHANGE: Add support for naming threads.Ryan C. Gordon2011-10-021-4/+8
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* Bump up the default cache line size.Sam Lantinga2011-01-271-0/+1
* Added cache line size info in SDL_cpuinfo.hSam Lantinga2011-01-271-10/+7
* Fixed compiling under Visual StudioSam Lantinga2011-01-271-1/+0
* Since we're directly reading and writing 'active' from different threads, it ...Sam Lantinga2011-01-261-1/+1
* Added a test to measure the impact of a separate thread periodically locking ...Sam Lantinga2011-01-261-26/+99
* Added a FIFO test to the atomic test suite.Sam Lantinga2011-01-251-0/+393
* Michael gave permission to use his test codeSam Lantinga2011-01-181-3/+10
* Fixed compiler errorsSam Lantinga2011-01-171-10/+9
* Include windows.h in SDL_atomic.h by default, but don't include the atomic AP...Sam Lantinga2011-01-161-0/+2
* Added native atomic operations for Windows, Mac OS X, and gcc compiler intrin...Sam Lantinga2011-01-161-4/+168
* Updated the atomic API for better use casesSam Lantinga2011-01-151-111/+50
* Fixed bug #817Sam Lantinga2009-10-041-2/+3
* Better cross-platform macros for printing 32 and 64 bit valuesSam Lantinga2009-09-291-22/+34
* Ok, added long casts to get rid of compiler warnings.Bob Pendleton2009-09-281-11/+11
* int testmmousetable.c the arguments to main() are not compatible with what is...Bob Pendleton2009-09-231-1/+1
* The new, cleaner, version of the atomic operations. The dummy code is what yo...Bob Pendleton2009-09-171-24/+9
* Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.Bob Pendleton2009-08-111-102/+0
* volitile... duh, yeah the variable need to be labeled volitileBob Pendleton2009-07-091-4/+4
* I've made so many changes I don't dare continue until I check the current stu...Bob Pendleton2009-06-291-9/+191
* Disabling 64 bit atomics operations until I figure out why they do not link.Bob Pendleton2009-06-241-58/+45
* This check in updates SDL_atomic.h to reflect the new set of atomic operation...Bob Pendleton2009-06-241-47/+47
* indentSam Lantinga2009-06-101-53/+53
* First commit for SDL atomic operations.Bob Pendleton2009-06-091-0/+64