summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix missing output folder on making auto-generated test files (Automake)Ivan Maidanski2014-10-251-0/+3
* Eliminate 'variable set but not used' Cppcheck warnings in test_stackIvan Maidanski2014-06-131-11/+14
* Fix missing casts to match printf format specifier in test_atomicIvan Maidanski2014-06-131-2/+2
* Tests: workaround GCC 4.4.3 warning reported for list_atomic.c 'val'Ivan Maidanski2013-08-171-1/+1
* tests: Fix makefile sed rule for list_atomicIvan Maidanski2013-08-171-53/+53
* tests: Add char/short/int/AO_double_t and dd_acquire cases to list_atomicIvan Maidanski2013-08-142-2/+46
* tests: Add and/or/xor entries to list_atomicIvan Maidanski2013-08-111-1/+22
* tests: Parameterize list_atomic template with XSIZEIvan Maidanski2013-08-112-46/+47
* list_atomic: Add makefile rule to test list_atomic.template syntaxIvan Maidanski2013-08-112-31/+48
* tests: Do not use deprecated AO_T and AO_TS_TIvan Maidanski2013-08-112-3/+4
* Enable build using toolchain without pthreadsGilles Talis2013-05-261-0/+12
* Add AO_double_store pthread-based implementation and testsIvan Maidanski2013-01-121-1/+20
* Fix missing abort() usage in atomic_ops_malloc and tests on WinCEIvan Maidanski2013-01-072-0/+8
* Add generic implementation of AO_double_load primitivesIvan Maidanski2013-01-061-1/+15
* Improve debug printing in test_stackThorsten Glaser2012-12-091-0/+5
* Adjust fprintf arguments type matching format specifier in test_stackIvan Maidanski2012-10-231-2/+2
* Specify AO_fetch_and_add/sub1 result is unused in test_atomicIvan Maidanski2012-10-181-5/+5
* Eliminate warning for fetch_and_add argument in test_atomic_includeIvan Maidanski2012-10-091-4/+4
* Fix variable type to match printf format specifier in test_stackIvan Maidanski2012-10-091-1/+1
* Enable test_stack for Win32 (with native threads)Ivan Maidanski2012-10-081-19/+60
* Fix double old/new_w local variables declaration in test_atomic_includeIvan Maidanski2012-10-071-4/+4
* Remove redundant include atomic_ops.h in test_stackIvan Maidanski2012-10-051-2/+2
* Perform only few list reversals in test_malloc if AO based on pthreadsIvan Maidanski2012-10-051-1/+5
* Enable test_stack for pthreads-w32Ivan Maidanski2012-10-041-4/+14
* Do not report absence of meaningless nop, load and store in test_atomicIvan Maidanski2012-10-021-9/+43
* Test double_compare_and_swap in test_atomicIvan Maidanski2012-10-021-1/+47
* Add negative double-CAS test cases to test_atomic_includeIvan Maidanski2012-10-021-1/+14
* tests: Log messages to stdout instead of stderrIvan Maidanski2012-09-183-36/+37
* Remove useless 'perror' call in tests run_parallel.hIvan Maidanski2012-09-181-4/+0
* Terminate tests with abort after error reportedIvan Maidanski2012-09-183-4/+18
* test_stack: check_list() code refactoring and 'marks' size optimizationIvan Maidanski2012-01-191-6/+9
* Change function prototype specifications to follow strict ANSI C styleIvan Maidanski2012-01-192-2/+2
* Merge branch 'master' into ao_val_casIvan Maidanski2011-11-141-1/+2
|\
| * Define 'w' local variable in test_atomic_include.h only if usedIvan Maidanski2011-11-141-1/+2
* | Implement most AO_fetch_compare_and_swap primitivesIvan Maidanski2011-11-112-2/+15
* | Add FIXMEs to add AO_fetch_compare_and_swap primitivesIvan Maidanski2011-11-112-0/+2
|/
* Fix test_atomic_include for the case of missing CAS primitiveIvan Maidanski2011-10-241-0/+1
* Move names of committers from source files to AUTHORS listIvan Maidanski2011-10-153-3/+0
* Fix configure for mingw-w64/32.Ivan Maidanski2011-09-211-13/+15
* Fix test_malloc - allocate less memory in case of missing mmap()Ivan Maidanski2011-09-211-2/+10
* tests: Invoke exit() instead of abort() in case of out of memoryIvan Maidanski2011-09-212-5/+5
* Use libtool for linking but keep the libraries static.Petter Urkedal2011-08-141-6/+8
* Add include flags for test directory.Petter Urkedal2011-08-141-1/+3
* Add and adjust include directories.Petter Urkedal2011-08-101-1/+1
* Remove auto-generated tests/list_atomic.c and test_atomic_include.hIvan Maidanski2011-08-092-2257/+0
* Rename run_parallel.inc to run_parallel.h;Ivan Maidanski2011-08-095-4/+4
* Remove all .cvsignore files.Ivan Maidanski2011-08-091-11/+0
* Remove duplicate doc/COPYING and empty NEWS files.Ivan Maidanski2011-08-098-22/+22
* Remove auto-generated files and add them to .gitignore.Ivan Maidanski2011-08-091-622/+0
* Do not run reconf on configure. Ensure proper autoconf version.Ivan Maidanski2011-08-081-6/+7