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