From: Wim T. <wt...@us...> - 2002-07-09 21:44:58
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/09 14:44:57 libatomic-pre/docs Update of /cvsroot/codecs/libatomic-pre/docs In directory usw-pr-cvs1:/tmp/cvs-serv870/docs Log Message: Directory /cvsroot/codecs/libatomic-pre/docs added to the repository |
From: Wim T. <wt...@us...> - 2002-07-09 21:45:36
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/09 14:45:35 Added files: docs : ideas Log message: Added first ideas.. |
From: Wim T. <wt...@us...> - 2002-07-09 22:19:01
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/09 15:19:00 Modified files: docs : ideas Log message: Small updates, the LFAtomic struct is preallocated by the app somewhere. |
From: Wim T. <wt...@us...> - 2002-07-10 23:12:16
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/10 16:12:16 libatomic-pre/atomic Update of /cvsroot/codecs/libatomic-pre/atomic In directory usw-pr-cvs1:/tmp/cvs-serv4782/atomic Log Message: Directory /cvsroot/codecs/libatomic-pre/atomic added to the repository |
From: Wim T. <wt...@us...> - 2002-07-10 23:13:14
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/10 16:13:14 libatomic-pre/test Update of /cvsroot/codecs/libatomic-pre/test In directory usw-pr-cvs1:/tmp/cvs-serv5048/test Log Message: Directory /cvsroot/codecs/libatomic-pre/test added to the repository |
From: Wim T. <wt...@us...> - 2002-07-11 11:56:52
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/11 04:56:51 Modified files: docs : ideas Added files: . : LICENSE README autogen.sh config.h.in configure.ac libatomic-uninstalled.pc.in libatomic.pc.in atomic : Makefile.am atomic.h cas.h cas_x86.h int.h int_x86.h test : Makefile.am abatest.c castest.c inttest.c Log message: - Added autoconf stuff - some implementation of atomic stuff and cas - some test apps |
From: Wim T. <wt...@us...> - 2002-07-16 18:59:51
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/16 11:59:49 libatomic-pre/examples Update of /cvsroot/codecs/libatomic-pre/examples In directory usw-pr-cvs1:/tmp/cvs-serv3021/examples Log Message: Directory /cvsroot/codecs/libatomic-pre/examples added to the repository |
From: Wim T. <wt...@us...> - 2002-07-16 19:02:57
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/07/16 12:02:52 Modified files: . : config.h.in configure.ac atomic : Makefile.am atomic.h cas.h cas_x86.h int.h int_x86.h test : Makefile.am abatest.c castest.c inttest.c Added files: . : Makefile.am atomic : cas.c examples : Makefile.am memchunk.c memchunk.h memchunktest.c test : castest64.c intstress.c Log message: Added some more methods Added some tests Added some examples |
From: Wim T. <wt...@us...> - 2002-12-28 05:04:35
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/12/27 21:04:34 Modified files: examples : Makefile.am memchunktest.c Added files: examples : atomic-mem-chunk.c atomic-mem-chunk.h atomic-stack.c atomic-stack.h atomic-trash-stack.c atomic-trash-stack.h Removed files: examples : memchunk.c memchunk.h Log message: - implement trashstack - implement memchunk with trashstack - implement stack with memchunk and trashstack |
From: Wim T. <wt...@us...> - 2002-12-29 02:03:22
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/12/28 18:03:21 Modified files: examples : Makefile.am atomic-stack.c atomic-trash-stack.c Added files: examples : atomic-queue.c atomic-queue.h queuetest.c Log message: Added atomic queue Small cleanups |
From: Wim T. <wt...@us...> - 2002-12-29 20:59:36
|
CVSROOT: /cvsroot/codecs Module name: libatomic-pre Changes by: wtay 02/12/29 12:59:35 Modified files: examples : atomic-mem-chunk.c atomic-mem-chunk.h atomic-queue.c atomic-queue.h atomic-stack.c atomic-stack.h atomic-trash-stack.c atomic-trash-stack.h memchunktest.c queuetest.c Log message: Remove name added ia32 optimized pop/push |