summaryrefslogtreecommitdiff
path: root/tests/test_stack.c
Commit message (Expand)AuthorAgeFilesLines
* Refine copyright terms in GPL source filesIvan Maidanski2022-05-191-7/+12
* Eliminate 'exper_n is declared but not used' compiler warning if NO_TIMESIvan Maidanski2022-02-181-1/+2
* Split test_stack main into several functionsIvan Maidanski2022-02-181-106/+122
* New AO_stack_is_lock_free API functionIvan Maidanski2022-02-181-2/+1
* Eliminate 'le::next is never used' cppcheck warning in test_stackIvan Maidanski2022-02-181-0/+3
* Avoid breaking strict-aliasing rules in test_stackIvan Maidanski2022-02-171-17/+22
* Do not output multiple 'Found duplicate' error messages in test_stackIvan Maidanski2022-02-171-1/+1
* Fix code indentation in main of test_stack.cIvan Maidanski2022-02-151-4/+5
* Eliminate 'function is never used' cppcheck warning for AO_stack_initIvan Maidanski2022-02-141-1/+8
* Better document test_stack internalsIvan Maidanski2022-02-141-1/+21
* Allocate marks[] dynamically and report all found errors in test_stackIvan Maidanski2022-02-091-10/+16
* Rename fetch_and_add to fetch_then_add in test_stackIvan Maidanski2022-02-081-5/+5
* Rename VERBOSE macro to VERBOSE_STACK in test_stackIvan Maidanski2022-02-081-11/+10
* Print message of almost-lock-free implementation in test_stack if usedIvan Maidanski2022-02-081-1/+4
* Workaround 'argument to function assert is always 1' cppcheck warningsIvan Maidanski2018-12-191-1/+0
* Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack)Ivan Maidanski2018-11-101-10/+10
* Convert tests to valid C++ codeIvan Maidanski2018-02-091-1/+1
* Increase the default number of threads to 16 in test_malloc/stackIvan Maidanski2017-12-071-1/+1
* Allow to alter DEFAULT/MAX_NTHREADS values in test_malloc/stackIvan Maidanski2017-12-071-1/+8
* Workaround 'value of abort unknown' cppcheck info messageIvan Maidanski2017-04-241-1/+1
* Workaround 'obsolescent ftime called' cppcheck style warning (POSIX)Ivan Maidanski2017-03-091-1/+2
* Revert "Fix test_atomic fail caused unaligned AO_double_t access (VC/x86)"Ivan Maidanski2017-01-241-1/+1
* Fix test_atomic failure caused unaligned AO_double_t access on x86 (VC++)Ivan Maidanski2017-01-201-1/+1
* Do not define print_list() unless used (tests)Ivan Maidanski2016-11-141-0/+2
* Eliminate 'ISO C90 does not support long long' compiler pedantic warningIvan Maidanski2016-10-121-7/+6
* Fix missing printed value names (test_stack)Ivan Maidanski2016-10-111-4/+4
* Eliminate 'variable set but not used' Cppcheck warnings in test_stackIvan Maidanski2014-06-131-11/+14
* Fix missing abort() usage in atomic_ops_malloc and tests on WinCEIvan Maidanski2013-01-071-0/+4
* 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
* 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
* Remove redundant include atomic_ops.h in test_stackIvan Maidanski2012-10-051-2/+2
* Enable test_stack for pthreads-w32Ivan Maidanski2012-10-041-4/+14
* Terminate tests with abort after error reportedIvan Maidanski2012-09-181-3/+13
* 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-191-1/+1
* Move names of committers from source files to AUTHORS listIvan Maidanski2011-10-151-1/+0
* tests: Invoke exit() instead of abort() in case of out of memoryIvan Maidanski2011-09-211-3/+3
* Remove duplicate doc/COPYING and empty NEWS files.Ivan Maidanski2011-08-091-1/+1
* 2011-07-14 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-0/+13
* 2011-06-03 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-0/+5
* 2011-06-02 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-1/+0
* 2011-05-30 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-1/+1
* 2011-05-10 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-45/+50
* libatomic_ops-1.1 tarball importlibatomic_ops-1_1Ivan Maidanski2011-07-251-1/+1
* libatomic_ops-1.0 tarball importlibatomic_ops-1_0Ivan Maidanski2011-07-251-0/+232