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