]> git.lyx.org Git - lyx.git/blob - boost/ChangeLog
b413ae37d733926141607910cddb8555e7bc8ba2
[lyx.git] / boost / ChangeLog
1 2006-03-05    <larsbj@gullik.net>
2
3         * boost/optional/optional_fwd.hpp: add missing file
4
5 2006-03-05  Lars Gullik Bjøøonnes<larsbj@lyx.org>
6
7         * Upgrade to version 1.33.1 of boost.
8
9 2006-02-21  Lars Gullik Bjønnes <larsbj@lyx.org>
10
11         * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile
12         problem
13
14 2005-09-30  Angus Leeming  <leeming@lyx.org>
15
16         * libs/filesystem/src/operations_posix_windows.cpp (exists):
17         add ERROR_ACCESS_DENIED to the list of "recognised" errors. It
18         appears that Win98SE returns such an error from GetFileAttributes
19         if asked to query a path on a drive that doesn't exist.
20
21         The "correct" fix is currently being discussed on the boost-devel
22         list, but this work around will do for us for now.
23
24 2005-09-30  Angus Leeming  <leeming@lyx.org>
25
26         * libs/filesystem/src/operations_posix_windows.cpp: add a block
27         of preprocessor code to include NewAPIs.h conditioned on the
28         WANT_GETFILEATTRIBUTESEX_WRAPPER macro. Enables runtime support
29         for Windows 95.
30         (_is_empty, file_size): replace GetFileAttributesExA with the
31         macro GetFileAttributesEx to enable the stub magic in NewAPIs.h
32         to work.
33
34 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
35
36         * boost/detail/lwm_win32_nt.h: new file
37
38 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
39
40         * libs/signals/src/.cvsignore: libboostsignals -> libboost_signals
41         * libs/signals/src/Makefile.am: ditto
42
43         * libs/regex/src/.cvsignore: libboostregex -> libboost_regex
44         * libs/regex/src/Makefile.am: ditto
45
46         * libs/filesystem/src/.cvsignore: libboostfilesystem ->
47         libboost_filesystem
48         * libs/filesystem/src/Makefile.am: ditto
49
50 2004-12-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
51
52         * boost/config/compiler/gcc.hpp: all to compile with gcc 4.0
53         without warnings.
54
55 2004-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
56
57         * add spirit to the collection
58
59 2004-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
60
61         * update boost to version 1.32.0
62
63 2004-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
64
65         * libs/filesystem/src/Makefile.am (AM_CXXFLAGS): define
66         BOOST_USER_CONFIG
67         * libs/signals/src/Makefile.am: ditto
68         * libs/regex/src/Makefile.am: ditto
69
70 2004-03-29  Angus Leeming  <leeming@lyx.org>
71
72         * boost/format/internals.hpp: change the type of
73         format_item::truncate_ from 'int' to 'std::streamsize', thereby
74         fixing a run-time error when using the library on a 64-bit machine.
75
76 2004-02-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
77
78         * update boost to version 1.31.0
79
80 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
81
82         * libs/regex/src/Makefile.am: remove trailing backslash
83
84 2004-01-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
85
86         * add boost::filesystem.
87
88 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
89
90         * libs/regex/src/cpp_regex_traits.cpp (seekpos): use correct
91         types. same patch sent to boost list and accepted there.
92
93 2003-10-07  Angus Leeming  <leeming@lyx.org>
94
95         * boost/any.hpp: change the throw to boost::throw_exception.
96
97 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
98
99         * boost/test/detail/nullstream.hpp: new file
100
101 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
102
103         * boost/config/compiler/gcc.hpp: allow for gcc 3.4
104
105         * update boost to version 1.30.2
106
107 2003-08-21  Michael Schmitt  <michael.schmitt@teststep.org>
108
109         * boost/integer_traits.hpp: fix compile error on NetBSD
110
111 2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
112
113         * boost/config/user.hpp: do not use BOOST_NO_EXCEPTIONS here, that
114         is done automatically by the gcc config.
115
116         * boost/config/compiler/gcc.hpp: allow for gcc 2.4
117
118         * update boost to version 1.30.1
119
120 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
121
122         * libs/regex/src/cpp_regex_traits.cpp (message_data): cast to safe
123         types
124
125         * libs/regex/src/c_regex_traits.cpp (do_update_ctype): cast to
126         safe types.
127
128         * boost/config/compiler/gcc.hpp: allow for gcc 2.4
129
130 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
131
132         * boost/type_traits/detail/wrap.hpp: add file
133
134 2003-03-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
135
136         * update boost to version 1.30.0
137
138 2003-03-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
139
140         * update from boost cvs branch RC_1_30_0
141
142 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
143
144         * update boost to version pre-1.30.0
145
146 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
147
148         * boost/format/format_implementation.hpp (clear_bind): use
149         io::out_of_range
150
151         * boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it.
152
153 2002-11-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
154
155         * Boost.Format: add files so that this boost lib can be used.
156
157 2002-11-07  Angus Leeming  <leeming@lyx.org>
158
159         * libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp
160
161 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
162
163         * update boost to version 1.29.0.
164
165 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
166
167         * update boost, we have almost no local changes to the boost files
168         now.
169         [But still: Remember that all changes to boost code _must_ go
170         through me, then I can sync up with my boost tree, and also
171         request changes on the boost developers list.]
172
173 2002-08-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
174
175         * update boost
176         [Remember that all changes to boost code _must_ go through me,
177         then I can sync up with my boost tree, and also request changes on
178         the boost developers list.]
179
180 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
181
182         * update boost
183         [Remember that all changes to boost code _must_ go through me,
184         then I can sync up with my boost tree, and also request changes on
185         the boost developers list.]
186
187 2002-06-18  Angus Leeming  <leeming@lyx.org>
188
189         Reapplied:
190         * boost/signals/connection.hpp:
191         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
192         pass it a pointer.
193
194 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
195
196         * update boost. (prev commit lost).
197
198 2002-06-12  Angus Leeming  <leeming@lyx.org>
199
200         * boost/signals/connection.hpp:
201         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
202         pass it a pointer.
203
204 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
205
206         * libs/regex/src/Makefile.am: only compile the source files that
207         we actually have to.
208
209 2002-05-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
210
211         * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
212         * libs/signals/src/.cvsignore: ditto
213
214 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
215
216         * libs/signals/Makefile.am: new file
217         * libs/signals/.cvsignore: ditto
218         * libs/signals/src/.cvsignore: ditto
219         * libs/signals/src/Makefile.am: ditto
220         * libs/signals/src/connection.cpp: ditto
221         * libs/signals/src/signal_base.cpp: ditto
222         * libs/signals/src/slot.cpp: ditto
223         * libs/signals/src/trackable.cpp: ditto
224
225         * libs/regex/src/.cvsignore: add libboostregex.la
226
227         * libs/Makefile.am (SUBDIRS): add signals
228
229 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
230
231         * libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
232         missing \ that made the lib incomplete.
233
234         * update and enable use of exceptions again.
235
236 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
237
238         * boost/detail/shared_count.hpp: never throw, assert or ponder on
239         instead.
240
241         * major boost update. (a bit more is comming)
242
243 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
244
245         * boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07.
246
247 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
248
249         * boost/config.hpp: update
250
251 2001-06-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
252
253         * boost/limits.hpp: completely bogus jug addon removed.
254
255         * boost/crc.hpp: possible fix for the cxx compilation problems, as
256         suggested on the boost list.
257
258 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
259
260         * boost/config.hpp: remove hack moved to config.h
261
262 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
263
264         * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
265         below.
266
267 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
268
269         * boost/utility.hpp: update
270         * boost/static_assert.hpp: update
271         * boost/smart_ptr.hpp: update
272         * boost/config.hpp: update
273         (BOOST_NO_LIMITS): add a hack so that we can continue to use
274         lyxstring.
275
276         * boost/detail/limits.hpp: new file
277         * boost/limits.hpp: new file
278         * boost/integer.hpp: new file
279         * boost/crc.hpp: new file
280
281 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
282
283         * boost/re_detail/regex_synch.hpp: delete file
284         * boost/re_detail/regex_stack.hpp: delete file
285         * boost/re_detail/regex_split.hpp: delete file
286         * boost/re_detail/regex_raw_buffer.hpp: delete file
287         * boost/re_detail/regex_options.hpp: delete file
288         * boost/re_detail/regex_match.hpp: delete file
289         * boost/re_detail/regex_library_include.hpp: delete file
290         * boost/re_detail/regex_kmp.hpp: delete file
291         * boost/re_detail/regex_format.hpp: delete file
292         * boost/re_detail/regex_cstring.hpp: delete file
293         * boost/re_detail/regex_config.hpp: delete file
294         * boost/re_detail/regex_compile.hpp: delete file
295         * boost/re_detail/fileiter.hpp: delete file
296
297         * boost/regex_traits.hpp: delete file
298         * boost/regex.hpp: delete file
299         * boost/regex.h: delete file
300         * boost/cregex.hpp: delete file
301         * boost/config.h.in: delete file
302
303         * mkinstalldirs: delete file
304         * missing: delete file
305         * ltmain.sh delete file
306         * ltconfig: delete file
307         * install-sh: delete file
308         * configure.in: delete file
309         * config.sub: delete file
310         * config.guess: delete file
311         * aclocal.m4: delete file
312         * acinclude.m4: delete file
313
314 2001-05-30  Juergen Vigna  <jug@sad.it>
315
316         * boost/config.hpp: change include of <string> to "LString.h".
317
318 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
319
320         * boost/utility.hpp: update
321
322         * boost/smart_ptr.hpp: update... not finished
323
324         * boost/config.hpp: update
325
326 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
327
328         * boost/array.hpp: move array back into namespace boost
329
330 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
331
332         * boost/utility.hpp: remove lyx specific modifications.
333
334 2001-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
335
336         * .cvsignore: added various files