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