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