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