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