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