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