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