-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
136 lines (79 loc) · 3.17 KB
/
ChangeLog
File metadata and controls
136 lines (79 loc) · 3.17 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
(3.0.3)
2008-05-24 monkeyiq <monkeyiq@users.sourceforge.net>
* Moved to newer sigc++ API
(2.2.1)
2007-11-19 monkeyiq <monkeyiq@users.sourceforge.net>
* Made sigc++2 the default selection. Some cleanups for open build system.
2006-03-22 monkeyiq <monkeyiq@users.sourceforge.net>
* Released 2.2.0
Optional ability to build against libsigc++-2.x,
CXXFLAGS is now better respected.
(2.2.0)
2006-03-20 monkeyiq <monkeyiq@users.sourceforge.net>
* Optional ability to build against libsigc++-2.x
* CXXFLAGS is now used for g++ options instead of CFLAGS
2006-03-14 monkeyiq <monkeyiq@users.sourceforge.net>
* Released 2.1.2
Added BoostExtensions.hh with ability to use boost::serialize on Loki::smartptr<>.
(2.1.2)
2006-03-07 monkeyiq <monkeyiq@users.sourceforge.net>
* Added BoostExtensions.hh with ability to boost::serialize Loki::smartptr<>.
2005-10-07 monkeyiq <monkeyiq@users.sourceforge.net>
* Released 2.1.1
* Added FerrisLoki::FerrisExArraySmartPtrStoragew
(2.1.1)
2005-09-05 monkeyiq <monkeyiq@users.sourceforge.net>
* Released 2.1.0:
Building against stlport is now optional,
Made some virtual destructors in Functor classes to hush gcc
(2.1.0)
* Made some virtual destructors in Functor classes to hush gcc
* Building against stlport is now optional
(2.0.6)
2005-02-15 monkeyiq <monkeyiq@users.sourceforge.net>
* Changed ref_count_t to be unsigned
(2.0.5)
2004-05-30 monkeyiq <monkeyiq@users.sourceforge.net>
* Fixed default link line for stlport which is installed
without package config script.
* Fixed minor bug that prevented compilation with gcc34
2004-04-20 monkeyiq <monkeyiq@users.sourceforge.net>
* 2.0.4 released
(2.0.4)
2004-04-20 monkeyiq <monkeyiq@users.sourceforge.net>
* 2.0.4 has some better stlport detection.
2004-02-14 monkeyiq <monkeyiq@users.sourceforge.net>
* 2.0.3 released
(2.0.3)
2004-02-14 monkeyiq <monkeyiq@users.sourceforge.net>
* build no longer changes prefix in configure.in. Moved to using
common M4 macros for configure time detection.
2003-10-06 monkeyiq <monkeyiq@users.sourceforge.net>
* 2.0.2 released
(2.0.2)
2003-09-30 monkeyiq <monkeyiq@users.sourceforge.net>
* Made the ref_count_t in FerrisHandle exposed so that language bindings
are easier to make.
2003-08-31 monkeyiq <monkeyiq@users.sourceforge.net>
* 2.0.1 released on 31 Aug 2003
(2.0.1)
Sat Aug 23, 2003 @ 12:49 AM
cpp files that projects should link with are now installed in FerrisLoki/
instead of FerrisLoki-2
FunctorImplBase no longer inherits from SmallObj
(2.0.0)
Mon Aug 18, 2003 @ 6:33 PM
synced with loki-lib tree version April 4, 2003
a few tweaks from after the sync to get it to work with stlport 4.5
(1.6.2)
Sun May 18, 2003 @ 11:12 PM
configure.in changes for cleaner distro build
(1.6.0)
Mon May 5, 2003 @ 9:08 PM
Added smart pointer policy classes used for doing intrusive reference counting.
First release as libferrisloki
(0.3.1)
Changed AtomicDivide call to AtomicDecrement in Threads.h
Sat Sep 8 03:06:19 EST 2001
modified the what() throw clause to be empty (and thus more standard compliant)
ported to using gcc 2.9.6 running STLport 4.0