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