]> git.lyx.org Git - lyx.git/blob - boost/ChangeLog
the formal stuff for an HFill inset (not active yet)
[lyx.git] / boost / ChangeLog
1 2003-03-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * update from boost cvs branch RC_1_30_0
4
5 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6
7         * update boost to version pre-1.30.0
8
9 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10
11         * boost/format/format_implementation.hpp (clear_bind): use
12         io::out_of_range
13
14         * boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it.
15
16 2002-11-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17
18         * Boost.Format: add files so that this boost lib can be used.
19
20 2002-11-07  Angus Leeming  <leeming@lyx.org>
21
22         * libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp
23
24 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
25
26         * update boost to version 1.29.0.
27
28 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
29
30         * update boost, we have almost no local changes to the boost files
31         now.
32         [But still: Remember that all changes to boost code _must_ go
33         through me, then I can sync up with my boost tree, and also
34         request changes on the boost developers list.]
35
36 2002-08-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
37
38         * update boost
39         [Remember that all changes to boost code _must_ go through me,
40         then I can sync up with my boost tree, and also request changes on
41         the boost developers list.]
42
43 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
44
45         * update boost
46         [Remember that all changes to boost code _must_ go through me,
47         then I can sync up with my boost tree, and also request changes on
48         the boost developers list.]
49
50 2002-06-18  Angus Leeming  <leeming@lyx.org>
51
52         Reapplied:
53         * boost/signals/connection.hpp:
54         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
55         pass it a pointer.
56
57 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
58
59         * update boost. (prev commit lost).
60
61 2002-06-12  Angus Leeming  <leeming@lyx.org>
62
63         * boost/signals/connection.hpp:
64         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
65         pass it a pointer.
66
67 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
68
69         * libs/regex/src/Makefile.am: only compile the source files that
70         we actually have to.
71
72 2002-05-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
73
74         * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
75         * libs/signals/src/.cvsignore: ditto
76
77 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
78
79         * libs/signals/Makefile.am: new file
80         * libs/signals/.cvsignore: ditto
81         * libs/signals/src/.cvsignore: ditto
82         * libs/signals/src/Makefile.am: ditto
83         * libs/signals/src/connection.cpp: ditto
84         * libs/signals/src/signal_base.cpp: ditto
85         * libs/signals/src/slot.cpp: ditto
86         * libs/signals/src/trackable.cpp: ditto
87
88         * libs/regex/src/.cvsignore: add libboostregex.la
89
90         * libs/Makefile.am (SUBDIRS): add signals
91
92 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
93
94         * libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
95         missing \ that made the lib incomplete.
96
97         * update and enable use of exceptions again.
98
99 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
100
101         * boost/detail/shared_count.hpp: never throw, assert or ponder on
102         instead.
103
104         * major boost update. (a bit more is comming)
105
106 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
107
108         * boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07.
109
110 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
111
112         * boost/config.hpp: update
113
114 2001-06-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
115
116         * boost/limits.hpp: completely bogus jug addon removed.
117
118         * boost/crc.hpp: possible fix for the cxx compilation problems, as
119         suggested on the boost list.
120
121 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
122
123         * boost/config.hpp: remove hack moved to config.h
124
125 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
126
127         * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
128         below.
129
130 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
131
132         * boost/utility.hpp: update
133         * boost/static_assert.hpp: update
134         * boost/smart_ptr.hpp: update
135         * boost/config.hpp: update
136         (BOOST_NO_LIMITS): add a hack so that we can continue to use
137         lyxstring.
138
139         * boost/detail/limits.hpp: new file
140         * boost/limits.hpp: new file
141         * boost/integer.hpp: new file
142         * boost/crc.hpp: new file
143
144 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
145
146         * boost/re_detail/regex_synch.hpp: delete file
147         * boost/re_detail/regex_stack.hpp: delete file
148         * boost/re_detail/regex_split.hpp: delete file
149         * boost/re_detail/regex_raw_buffer.hpp: delete file
150         * boost/re_detail/regex_options.hpp: delete file
151         * boost/re_detail/regex_match.hpp: delete file
152         * boost/re_detail/regex_library_include.hpp: delete file
153         * boost/re_detail/regex_kmp.hpp: delete file
154         * boost/re_detail/regex_format.hpp: delete file
155         * boost/re_detail/regex_cstring.hpp: delete file
156         * boost/re_detail/regex_config.hpp: delete file
157         * boost/re_detail/regex_compile.hpp: delete file
158         * boost/re_detail/fileiter.hpp: delete file
159
160         * boost/regex_traits.hpp: delete file
161         * boost/regex.hpp: delete file
162         * boost/regex.h: delete file
163         * boost/cregex.hpp: delete file
164         * boost/config.h.in: delete file
165
166         * mkinstalldirs: delete file
167         * missing: delete file
168         * ltmain.sh delete file
169         * ltconfig: delete file
170         * install-sh: delete file
171         * configure.in: delete file
172         * config.sub: delete file
173         * config.guess: delete file
174         * aclocal.m4: delete file
175         * acinclude.m4: delete file
176
177 2001-05-30  Juergen Vigna  <jug@sad.it>
178
179         * boost/config.hpp: change include of <string> to "LString.h".
180
181 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * boost/utility.hpp: update
184
185         * boost/smart_ptr.hpp: update... not finished
186
187         * boost/config.hpp: update
188
189 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
190
191         * boost/array.hpp: move array back into namespace boost
192
193 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
194
195         * boost/utility.hpp: remove lyx specific modifications.
196
197 2001-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
198
199         * .cvsignore: added various files