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