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