-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
87 lines (53 loc) · 2.27 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
2009-10-31 16:58 bjoo
* INSTALL: Testing GIT
2009-10-31 16:43 bjoo
* INSTALL: Added a line of text to INSTALL as a test
2009-02-27 10:15 bjoo
* aclocal.m4, configure, configure.ac, src/Makefile.am: Removed
some CFLAGS from configure -- they should not be set
automatically
2008-04-11 10:46 chen
* src/: qmt.h, qmt_pthread.c: remove OMP_NUM_THREADS env
2008-03-05 15:16 chen
* src/qmt_atomic.c: fix for i386
2008-02-05 11:50 chen
* configure, configure.ac, src/pthread_sync.c, src/qmt_atomic.c,
src/qmt_atomic.h, src/qmt_pthread.c: Add Intel Compiler Support
2008-01-25 13:53 chen
* src/: qmt_pthread.c, qmt_pthread.h: Remove unneccessary cache
write for queue-based barrier
2007-11-13 20:10 chen
* aclocal.m4, configure, configure.ac, src/Makefile.am: change
autoconf and automake to support barcelona
2007-10-19 16:03 bjoo
* configure, configure.ac, src/Makefile.am: Changed configure
2007-10-05 01:20 edwards
* doc/QMTdoxyfile: Set path names to NO.
2007-10-05 00:52 edwards
* src/qmt.h: Added some doxygen starting info.
2007-10-05 00:46 edwards
* doc/QMTdoxyfile: New doxygen file.
2007-05-08 12:57 tag qmt0-9
2007-05-08 12:57 chen
* configure, configure.ac, src/Makefile.am, src/qmt_pthread.c: add
configuration flag to do affinity
2007-03-02 15:36 chen
* aclocal.m4, configure, configure.ac, src/Makefile.am: New
configure script with --enable-opteron and so on
2007-03-02 14:44 tag start
2007-03-02 14:44 chen
* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, aclocal.m4,
config.guess, config.sub, configure, configure.ac, depcomp,
install-sh, missing, src/Makefile.am, src/pthread_sync.c,
src/qmt.h, src/qmt_atomic.c, src/qmt_atomic.h, src/qmt_lock.c,
src/qmt_lock.h, src/qmt_lock_impl_i386.S,
src/qmt_lock_impl_x86_64.S, src/qmt_pthread.c, src/qmt_pthread.h:
Initial import qmt source
2007-03-02 14:44 chen
* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, aclocal.m4,
config.guess, config.sub, configure, configure.ac, depcomp,
install-sh, missing, src/Makefile.am, src/pthread_sync.c,
src/qmt.h, src/qmt_atomic.c, src/qmt_atomic.h, src/qmt_lock.c,
src/qmt_lock.h, src/qmt_lock_impl_i386.S,
src/qmt_lock_impl_x86_64.S, src/qmt_pthread.c, src/qmt_pthread.h:
Initial revision