]> git.lyx.org Git - features.git/blob - boost/ChangeLog
14b47d234943d6c127053ea148452711aa28e12c
[features.git] / boost / ChangeLog
1 2004-01-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * add boost::filesystem.
4
5 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6
7         * libs/regex/src/cpp_regex_traits.cpp (seekpos): use correct
8         types. same patch sent to boost list and accepted there.
9
10 2003-10-07  Angus Leeming  <leeming@lyx.org>
11
12         * boost/any.hpp: change the throw to boost::throw_exception.
13
14 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
15
16         * boost/test/detail/nullstream.hpp: new file
17
18 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
19
20         * boost/config/compiler/gcc.hpp: allow for gcc 3.4
21
22         * update boost to version 1.30.2
23
24 2003-08-21  Michael Schmitt  <michael.schmitt@teststep.org>
25
26         * boost/integer_traits.hpp: fix compile error on NetBSD
27
28 2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
29
30         * boost/config/user.hpp: do not use BOOST_NO_EXCEPTIONS here, that
31         is done automatically by the gcc config.
32
33         * boost/config/compiler/gcc.hpp: allow for gcc 2.4
34
35         * update boost to version 1.30.1
36
37 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
38
39         * libs/regex/src/cpp_regex_traits.cpp (message_data): cast to safe
40         types
41
42         * libs/regex/src/c_regex_traits.cpp (do_update_ctype): cast to
43         safe types.
44
45         * boost/config/compiler/gcc.hpp: allow for gcc 2.4
46
47 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
48
49         * boost/type_traits/detail/wrap.hpp: add file
50
51 2003-03-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
52
53         * update boost to version 1.30.0
54
55 2003-03-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
56
57         * update from boost cvs branch RC_1_30_0
58
59 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
60
61         * update boost to version pre-1.30.0
62
63 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
64
65         * boost/format/format_implementation.hpp (clear_bind): use
66         io::out_of_range
67
68         * boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it.
69
70 2002-11-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
71
72         * Boost.Format: add files so that this boost lib can be used.
73
74 2002-11-07  Angus Leeming  <leeming@lyx.org>
75
76         * libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp
77
78 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * update boost to version 1.29.0.
81
82 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
83
84         * update boost, we have almost no local changes to the boost files
85         now.
86         [But still: Remember that all changes to boost code _must_ go
87         through me, then I can sync up with my boost tree, and also
88         request changes on the boost developers list.]
89
90 2002-08-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
91
92         * update boost
93         [Remember that all changes to boost code _must_ go through me,
94         then I can sync up with my boost tree, and also request changes on
95         the boost developers list.]
96
97 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
98
99         * update boost
100         [Remember that all changes to boost code _must_ go through me,
101         then I can sync up with my boost tree, and also request changes on
102         the boost developers list.]
103
104 2002-06-18  Angus Leeming  <leeming@lyx.org>
105
106         Reapplied:
107         * boost/signals/connection.hpp:
108         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
109         pass it a pointer.
110
111 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
112
113         * update boost. (prev commit lost).
114
115 2002-06-12  Angus Leeming  <leeming@lyx.org>
116
117         * boost/signals/connection.hpp:
118         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
119         pass it a pointer.
120
121 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
122
123         * libs/regex/src/Makefile.am: only compile the source files that
124         we actually have to.
125
126 2002-05-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
127
128         * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
129         * libs/signals/src/.cvsignore: ditto
130
131 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
132
133         * libs/signals/Makefile.am: new file
134         * libs/signals/.cvsignore: ditto
135         * libs/signals/src/.cvsignore: ditto
136         * libs/signals/src/Makefile.am: ditto
137         * libs/signals/src/connection.cpp: ditto
138         * libs/signals/src/signal_base.cpp: ditto
139         * libs/signals/src/slot.cpp: ditto
140         * libs/signals/src/trackable.cpp: ditto
141
142         * libs/regex/src/.cvsignore: add libboostregex.la
143
144         * libs/Makefile.am (SUBDIRS): add signals
145
146 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
147
148         * libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
149         missing \ that made the lib incomplete.
150
151         * update and enable use of exceptions again.
152
153 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
154
155         * boost/detail/shared_count.hpp: never throw, assert or ponder on
156         instead.
157
158         * major boost update. (a bit more is comming)
159
160 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
161
162         * boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07.
163
164 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
165
166         * boost/config.hpp: update
167
168 2001-06-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
169
170         * boost/limits.hpp: completely bogus jug addon removed.
171
172         * boost/crc.hpp: possible fix for the cxx compilation problems, as
173         suggested on the boost list.
174
175 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
176
177         * boost/config.hpp: remove hack moved to config.h
178
179 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
180
181         * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
182         below.
183
184 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
185
186         * boost/utility.hpp: update
187         * boost/static_assert.hpp: update
188         * boost/smart_ptr.hpp: update
189         * boost/config.hpp: update
190         (BOOST_NO_LIMITS): add a hack so that we can continue to use
191         lyxstring.
192
193         * boost/detail/limits.hpp: new file
194         * boost/limits.hpp: new file
195         * boost/integer.hpp: new file
196         * boost/crc.hpp: new file
197
198 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
199
200         * boost/re_detail/regex_synch.hpp: delete file
201         * boost/re_detail/regex_stack.hpp: delete file
202         * boost/re_detail/regex_split.hpp: delete file
203         * boost/re_detail/regex_raw_buffer.hpp: delete file
204         * boost/re_detail/regex_options.hpp: delete file
205         * boost/re_detail/regex_match.hpp: delete file
206         * boost/re_detail/regex_library_include.hpp: delete file
207         * boost/re_detail/regex_kmp.hpp: delete file
208         * boost/re_detail/regex_format.hpp: delete file
209         * boost/re_detail/regex_cstring.hpp: delete file
210         * boost/re_detail/regex_config.hpp: delete file
211         * boost/re_detail/regex_compile.hpp: delete file
212         * boost/re_detail/fileiter.hpp: delete file
213
214         * boost/regex_traits.hpp: delete file
215         * boost/regex.hpp: delete file
216         * boost/regex.h: delete file
217         * boost/cregex.hpp: delete file
218         * boost/config.h.in: delete file
219
220         * mkinstalldirs: delete file
221         * missing: delete file
222         * ltmain.sh delete file
223         * ltconfig: delete file
224         * install-sh: delete file
225         * configure.in: delete file
226         * config.sub: delete file
227         * config.guess: delete file
228         * aclocal.m4: delete file
229         * acinclude.m4: delete file
230
231 2001-05-30  Juergen Vigna  <jug@sad.it>
232
233         * boost/config.hpp: change include of <string> to "LString.h".
234
235 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
236
237         * boost/utility.hpp: update
238
239         * boost/smart_ptr.hpp: update... not finished
240
241         * boost/config.hpp: update
242
243 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
244
245         * boost/array.hpp: move array back into namespace boost
246
247 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
248
249         * boost/utility.hpp: remove lyx specific modifications.
250
251 2001-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * .cvsignore: added various files